diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000000..2a2130d6e838 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,509 @@ +# Configuration file for https://circleci.com/gh/angular/angular.js + +# Note: YAML anchors allow an object to be re-used, reducing duplication. +# The ampersand declares an alias for an object, then later the `<<: *name` +# syntax dereferences it. +# See http://blog.daemonl.com/2016/02/yaml.html +# To validate changes, use an online parser, eg. +# http://yaml-online-parser.appspot.com/ + +# CircleCI configuration version +# Version 2.1 allows for extra config reuse features +# https://circleci.com/docs/2.0/reusing-config/#getting-started-with-config-reuse +version: 2.1 + +# Workspace persisted by the `setup` job to share build artifacts with other jobs. +# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs +# https://circleci.com/blog/deep-diving-into-circleci-workspaces/ +var_workspace_location: &workspace_location ~/ + +# Executor Definitions +# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-executors +# **NOTE 1**: Pin to exact images using an ID (SHA). See https://circleci.com/docs/2.0/circleci-images/#using-a-docker-image-id-to-pin-an-image-to-a-fixed-version. +# (Using the tag in not necessary when pinning by ID, but include it anyway for documentation purposes.) +executors: + default-executor: + parameters: + resource_class: + type: string + default: medium + docker: + - image: circleci/node:14.16.1@sha256:b094e85848b43209ca83d9bb114d406fe62c75cb73b18c9d8eb1a9c6462c97d4 + resource_class: << parameters.resource_class >> + working_directory: ~/ng + cloud-sdk: + description: The docker container to use when running gcp-gcs commands + docker: + - image: google/cloud-sdk:alpine@sha256:7d0cae28cb282b76f2d9babe278c63c910d54f0cceca7a65fdf6806e2b43882e + working_directory: ~/ng + + +# Filter Definitions + +# Filter to run a job on all branches and any `v1.X.Y(-Z)` tags. +# Since the jobs need to run on tagged builds too, a `tags` section has to be explicitly specified. +# (The `branches` section could be omitted, since it defaults to all branches - just being explicit +# here). +# See also https://circleci.com/docs/2.0/workflows/#executing-workflows-for-a-git-tag. +var-filter-run-always: &run-always + filters: + branches: + only: /.*/ + tags: + only: /v1\.\d+\.\d.*/ + +# Filter to run a job when code might need to be deployed - i.e. on builds for the `master` branch. +# (Further checks are needed to determine whether a deployment is actually needed, but these are not +# possible via filters.) +var-filter-run-on-master: &run-on-master + filters: + branches: + only: + - master + tags: + ignore: /.*/ + +# Filter to run a job when code/docs might need to be deployed - i.e. on tagged builds and on builds +# for master and `v1.*.x` branches. +# (Further checks are needed to determine whether a deployment is actually needed, but these are not +# possible via filters.) +var-filter-run-on-tags-and-master-and-version-branches: &run-on-tags-and-master-and-version-branches + filters: + branches: + only: + - master + - /v1\.\d+\.x/ + tags: + only: /v1\.\d+\.\d.*/ + +# Filter to run a job when docs might need to be deployed - i.e. on builds for `v1.*.x` branches, +# which might correspond to the stable branch. +# (Further checks are needed to determine whether a deployment is actually needed, but these are not +# possible via filters.) +var-filter-run-on-version-branches: &run-on-version-branches + filters: + branches: + only: + - /v1\.\d+\.x/ + tags: + ignore: /.*/ + + +# Command Definitions +# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-commands +commands: + skip_on_pr_and_fork_builds: + description: Skip a job on pull request and fork builds + steps: + - run: + name: Skip this job if this is a pull request or fork build + # Note: Using `CIRCLE_*` env variables (instead of those defined in `env.sh` so that this + # step can be run before `init_environment`. + command: > + if [[ -n "$CIRCLE_PR_NUMBER" ]] || + [[ "$CIRCLE_PROJECT_USERNAME" != "angular" ]] || + [[ "$CIRCLE_PROJECT_REPONAME" != "angular.js" ]]; then + echo "Skipping this job, because this is either a pull request or a fork build." + circleci step halt + fi + + skip_unless_stable_branch: + description: Skip a job unless this is the stable branch + steps: + - run: + name: Skip this job unless this is the stable branch + command: > + if [[ "$DIST_TAG" != "latest" ]]; then + echo "Skipping deployment, because this is not the stable branch." + circleci step halt + fi + + skip_unless_tag_or_master_or_stable_branch: + description: Skip a job unless this is a tag or the master or stable branch + steps: + - run: + name: Skip this job unless this is a tag or the master or stable branch + command: > + if [[ "$CI_GIT_TAG" == "false" ]] && + [[ "$CI_BRANCH" != "master" ]] && + [[ "$DIST_TAG" != "latest" ]]; then + echo "Skipping this job, because this is neither a tag nor the master or stable branch." + circleci step halt + fi + + + custom_attach_workspace: + description: Attach workspace at a predefined location + steps: + - attach_workspace: + at: *workspace_location + + # Java is needed for running the Closure Compiler (during the `minall` task). + install_java: + description: Install java + steps: + - run: + name: Install java + command: | + sudo apt-get update + # Install java runtime + sudo apt-get install default-jre + + # Initializes the CI environment by setting up common environment variables. + init_environment: + description: Initializing environment (setting up variables) + steps: + - run: + name: Set up environment + environment: + CIRCLE_GIT_BASE_REVISION: << pipeline.git.base_revision >> + CIRCLE_GIT_REVISION: << pipeline.git.revision >> + command: ./.circleci/env.sh + - run: + # Configure git as the CircleCI `checkout` command does. + # This is needed because we only checkout on the setup job. + # Add GitHub to known hosts + name: Configure git + command: | + mkdir -p ~/.ssh + echo 'github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts + git config --global url."ssh://git@github.com".insteadOf "https://github.com/" || true + git config --global gc.auto 0 || true + + init_saucelabs_environment: + description: Sets up a domain that resolves to the local host. + steps: + - run: + name: Preparing environment for running tests on Saucelabs. + command: | + # For SauceLabs jobs, we set up a domain which resolves to the machine which launched + # the tunnel. We do this because devices are sometimes not able to properly resolve + # `localhost` or `127.0.0.1` through the SauceLabs tunnel. Using a domain that does not + # resolve to anything on SauceLabs VMs ensures that such requests are always resolved + # through the tunnel, and resolve to the actual tunnel host machine (i.e. the CircleCI VM). + # More context can be found in: https://github.com/angular/angular/pull/35171. + setPublicVar SAUCE_LOCALHOST_ALIAS_DOMAIN "angular-ci.local" + setSecretVar SAUCE_ACCESS_KEY $(echo $SAUCE_ACCESS_KEY | rev) + - run: + # Sets up a local domain in the machine's host file that resolves to the local + # host. This domain is helpful in Saucelabs tests where devices are not able to + # properly resolve `localhost` or `127.0.0.1` through the sauce-connect tunnel. + name: Setting up alias domain for local host. + command: echo "127.0.0.1 $SAUCE_LOCALHOST_ALIAS_DOMAIN" | sudo tee -a /etc/hosts + + start_saucelabs: + steps: + - run: + name: Starting Saucelabs tunnel service + command: ./lib/saucelabs/sauce-service.sh start-ready-wait + + stop_saucelabs: + steps: + - run: + name: Stopping Saucelabs tunnel service + command: ./lib/saucelabs/sauce-service.sh stop + + run_e2e_tests: + parameters: + specs: + type: string + steps: + - custom_attach_workspace + - init_environment + - init_saucelabs_environment + - start_saucelabs + - run: + command: yarn grunt test:circleci-protractor --specs="<< parameters.specs >>" + no_output_timeout: 30m + - stop_saucelabs + + run_e2e_tests_jquery: + parameters: + specs: + type: string + steps: + - custom_attach_workspace + - init_environment + - init_saucelabs_environment + - start_saucelabs + - run: + environment: + USE_JQUERY: 1 + command: yarn grunt test:circleci-protractor --specs="<< parameters.specs >>" + no_output_timeout: 30m + - stop_saucelabs + +# Job definitions +# Jobs can include parameters that are passed in the workflow job invocation. +# https://circleci.com/docs/2.0/reusing-config/#authoring-parameterized-jobs +jobs: + setup: + executor: default-executor + steps: + - checkout + - init_environment + - install_java + - run: + name: Running Yarn install + command: yarn install --frozen-lockfile --non-interactive + # Yarn's requests sometimes take more than 10mins to complete. + no_output_timeout: 45m + - run: yarn grunt package + # Persist any changes at this point to be reused by further jobs. + # **NOTE**: To add new content to the workspace, always persist on the same root. + - persist_to_workspace: + root: *workspace_location + paths: + - ./ng + + lint: + executor: default-executor + steps: + - custom_attach_workspace + - init_environment + - run: yarn grunt ci-checks + - run: yarn commitplease "$CI_COMMIT_RANGE" + - run: yarn grunt validate-angular-files + + unit-test: + executor: + name: default-executor + steps: + - custom_attach_workspace + - init_environment + - install_java + - init_saucelabs_environment + - run: yarn grunt test:promises-aplus + - run: + command: yarn grunt test:jqlite --browsers="$BROWSERS" --reporters=spec + no_output_timeout: 10m + - run: + command: yarn grunt test:modules --browsers="$BROWSERS" --reporters=spec + no_output_timeout: 10m + - run: + command: yarn grunt test:docs --browsers="$BROWSERS" --reporters=spec + no_output_timeout: 10m + + unit-test-jquery: + executor: + name: default-executor + steps: + - custom_attach_workspace + - init_environment + - init_saucelabs_environment + - run: + command: yarn grunt test:jquery --browsers="$BROWSERS" --reporters=spec + no_output_timeout: 10m + - run: + command: yarn grunt test:jquery-2.2 --browsers="$BROWSERS" --reporters=spec + no_output_timeout: 10m + - run: + command: yarn grunt test:jquery-2.1 --browsers="$BROWSERS" --reporters=spec + no_output_timeout: 10m + + e2e-test-1: + executor: + name: default-executor + steps: + - run_e2e_tests: + specs: test/e2e/tests/**/*.js + + e2e-test-2a: + executor: + name: default-executor + steps: + - run_e2e_tests: + specs: build/docs/ptore2e/example-ng*/**/default_test.js + + e2e-test-2b: + executor: + name: default-executor + steps: + - run_e2e_tests: + specs: "build/docs/ptore2e/!(example-ng*)/**/default_test.js" + + e2e-test-jquery-1: + executor: + name: default-executor + steps: + - run_e2e_tests_jquery: + specs: test/e2e/tests/**/*.js + + e2e-test-jquery-2a: + executor: + name: default-executor + steps: + - run_e2e_tests_jquery: + specs: build/docs/ptore2e/example-ng*/**/jquery_test.js + + e2e-test-jquery-2b: + executor: + name: default-executor + steps: + - run_e2e_tests_jquery: + specs: build/docs/ptore2e/!(example-ng*)/**/jquery_test.js + + prepare-deployment: + executor: + name: default-executor + steps: + - skip_on_pr_and_fork_builds + - custom_attach_workspace + - init_environment + - run: yarn grunt prepareDeploy + # Write the deployment files to the workspace to be used by deploy-docs and deploy-code + - persist_to_workspace: + root: *workspace_location + paths: + - ./ng + + # The `deploy-code-files` job should only run when all of these conditions are true for the build: + # - It is for the `angular/angular.js` repository (not a fork). + # - It is not for a pull request. + # - It is for a tag or the master branch or the stable branch(*). + # + # *: The stable branch is the one that has the value `latest` in `package.json > distTag`. + deploy-code-files: + executor: + name: cloud-sdk + steps: + - skip_on_pr_and_fork_builds + - custom_attach_workspace + - init_environment + - skip_unless_tag_or_master_or_stable_branch + - run: ls scripts/code.angularjs.org-firebase/deploy + - run: + name: Authenticate and configure Docker + command: | + echo $GCLOUD_SERVICE_KEY | gcloud auth activate-service-account --key-file=- + gcloud --quiet config set project ${GOOGLE_PROJECT_ID} + - run: + name: Sync files to code.angularjs.org + command: | + gsutil -m rsync -r scripts/code.angularjs.org-firebase/deploy gs://code-angularjs-org-338b8.appspot.com + + # The `deploy-code-firebase` job should only run when all of these conditions are true for the build: + # - It is for the `angular/angular.js` repository (not a fork). + # - It is not for a pull request. + # - It is for the master branch. + # (This is enforced via job filters, so we don't need to a step to check it here.) + deploy-code-firebase: + executor: + name: default-executor + steps: + - skip_on_pr_and_fork_builds + - custom_attach_workspace + - init_environment + # Install dependencies for Firebase functions to prevent parsing errors during deployment. + # See https://github.com/angular/angular.js/pull/16453. + - run: + name: Install dependencies in `scripts/code.angularjs.org-firebase/functions/`. + working_directory: scripts/code.angularjs.org-firebase/functions + command: yarn install --frozen-lockfile --ignore-engines --non-interactive + - run: + name: Deploy to Firebase from `scripts/code.angularjs.org-firebase/`. + working_directory: scripts/code.angularjs.org-firebase + command: | + # Do not use `yarn firebase` as that causes the Firebase CLI to look for `firebase.json` + # in the root directory, even if run from inside `scripts/code.angularjs.org-firebase/`. + firebase=$(yarn bin)/firebase + $firebase use + $firebase deploy --message "Commit:\ $CI_COMMIT" --non-interactive --token "$FIREBASE_TOKEN" + + # The `deploy-docs` job should only run when all of these conditions are true for the build: + # - It is for the `angular/angular.js` repository (not a fork). + # - It is not for a pull request. + # - It is for the stable branch(*). + # + # *: The stable branch is the one that has the value `latest` in `package.json > distTag`. + deploy-docs: + executor: + name: default-executor + steps: + - skip_on_pr_and_fork_builds + - custom_attach_workspace + - init_environment + - skip_unless_stable_branch + # Install dependencies for Firebase functions to prevent parsing errors during deployment. + # See https://github.com/angular/angular.js/pull/16453. + - run: + name: Install dependencies in `scripts/docs.angularjs.org-firebase/functions/`. + working_directory: scripts/docs.angularjs.org-firebase/functions + command: yarn install --frozen-lockfile --ignore-engines --non-interactive + - run: + name: Deploy to Firebase from `scripts/docs.angularjs.org-firebase/`. + working_directory: scripts/docs.angularjs.org-firebase + command: | + # Do not use `yarn firebase` as that causes the Firebase CLI to look for `firebase.json` + # in the root directory, even if run from inside `scripts/docs.angularjs.org-firebase/`. + firebase=$(yarn bin)/firebase + $firebase use + $firebase deploy --message "Commit:\ $CI_COMMIT" --non-interactive --token "$FIREBASE_TOKEN" + +workflows: + version: 2 + default_workflow: + jobs: + - setup: + <<: *run-always + - lint: + <<: *run-always + requires: + - setup + - unit-test: + <<: *run-always + requires: + - setup + - unit-test-jquery: + <<: *run-always + requires: + - setup + - e2e-test-1: + <<: *run-always + requires: + - setup + - e2e-test-2a: + <<: *run-always + requires: + - setup + - e2e-test-2b: + <<: *run-always + requires: + - setup + - e2e-test-jquery-1: + <<: *run-always + requires: + - setup + - e2e-test-jquery-2a: + <<: *run-always + requires: + - setup + - e2e-test-jquery-2b: + <<: *run-always + requires: + - setup + - prepare-deployment: + <<: *run-on-tags-and-master-and-version-branches + requires: + - setup + - lint + - unit-test + - unit-test-jquery + - e2e-test-1 + - e2e-test-2a + - e2e-test-2b + - e2e-test-jquery-1 + - e2e-test-jquery-2a + - e2e-test-jquery-2b + - deploy-code-files: + <<: *run-on-tags-and-master-and-version-branches + requires: + - prepare-deployment + - deploy-code-firebase: + <<: *run-on-master + requires: + - prepare-deployment + - deploy-docs: + <<: *run-on-version-branches + requires: + - prepare-deployment diff --git a/.circleci/env-helpers.inc.sh b/.circleci/env-helpers.inc.sh new file mode 100644 index 000000000000..5fa1263e112f --- /dev/null +++ b/.circleci/env-helpers.inc.sh @@ -0,0 +1,73 @@ +#################################################################################################### +# Helpers for defining environment variables for CircleCI. +# +# In CircleCI, each step runs in a new shell. The way to share ENV variables across steps is to +# export them from `$BASH_ENV`, which is automatically sourced at the beginning of every step (for +# the default `bash` shell). +# +# See also https://circleci.com/docs/2.0/env-vars/#using-bash_env-to-set-environment-variables. +#################################################################################################### + +# Set and print an environment variable. +# +# Use this function for setting environment variables that are public, i.e. it is OK for them to be +# visible to anyone through the CI logs. +# +# Usage: `setPublicVar ` +function setPublicVar() { + setSecretVar $1 "$2"; + echo "$1=$2"; +} + +# Set (without printing) an environment variable. +# +# Use this function for setting environment variables that are secret, i.e. should not be visible to +# everyone through the CI logs. +# +# Usage: `setSecretVar ` +function setSecretVar() { + # WARNING: Secrets (e.g. passwords, access tokens) should NOT be printed. + # (Keep original shell options to restore at the end.) + local -r originalShellOptions=$(set +o); + set +x -eu -o pipefail; + + echo "export $1=\"${2:-}\";" >> $BASH_ENV; + + # Restore original shell options. + eval "$originalShellOptions"; +} + + +# Create a function to set an environment variable, when called. +# +# Use this function for creating setter for public environment variables that require expensive or +# time-consuming computaions and may not be needed. When needed, you can call this function to set +# the environment variable (which will be available through `$BASH_ENV` from that point onwards). +# +# Arguments: +# - ``: The name of the environment variable. The generated setter function will be +# `setPublicVar_`. +# - ``: The code to run to compute the value for the variable. Since this code should be +# executed lazily, it must be properly escaped. For example: +# ```sh +# # DO NOT do this: +# createPublicVarSetter MY_VAR "$(whoami)"; # `whoami` will be evaluated eagerly +# +# # DO this isntead: +# createPublicVarSetter MY_VAR "\$(whoami)"; # `whoami` will NOT be evaluated eagerly +# ``` +# +# Usage: `createPublicVarSetter ` +# +# Example: +# ```sh +# createPublicVarSetter MY_VAR 'echo "FOO"'; +# echo $MY_VAR; # Not defined +# +# setPublicVar_MY_VAR; +# source $BASH_ENV; +# echo $MY_VAR; # FOO +# ``` +function createPublicVarSetter() { + echo "setPublicVar_$1() { setPublicVar $1 \"$2\"; }" >> $BASH_ENV; +} diff --git a/.circleci/env.sh b/.circleci/env.sh new file mode 100755 index 000000000000..338371017ccb --- /dev/null +++ b/.circleci/env.sh @@ -0,0 +1,69 @@ +#!/usr/bin/env bash + +# Variables +readonly projectDir=$(realpath "$(dirname ${BASH_SOURCE[0]})/..") +readonly envHelpersPath="$projectDir/.circleci/env-helpers.inc.sh"; + +# Load helpers and make them available everywhere (through `$BASH_ENV`). +source $envHelpersPath; +echo "source $envHelpersPath;" >> $BASH_ENV; + +#################################################################################################### +# Define PUBLIC environment variables for CircleCI. +#################################################################################################### +# See https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables for more info. +#################################################################################################### +setPublicVar CI "$CI" +setPublicVar PROJECT_ROOT "$projectDir"; +# This is the branch being built; e.g. `pull/12345` for PR builds. +setPublicVar CI_BRANCH "$CIRCLE_BRANCH"; +setPublicVar CI_BUILD_URL "$CIRCLE_BUILD_URL"; +setPublicVar CI_COMMIT "$CIRCLE_SHA1"; +setPublicVar CI_GIT_BASE_REVISION "${CIRCLE_GIT_BASE_REVISION}"; +setPublicVar CI_GIT_REVISION "${CIRCLE_GIT_REVISION}"; +setPublicVar CI_GIT_TAG "${CIRCLE_TAG:-false}"; +setPublicVar CI_COMMIT_RANGE "$CIRCLE_GIT_BASE_REVISION..$CIRCLE_GIT_REVISION"; +setPublicVar CI_PULL_REQUEST "${CIRCLE_PR_NUMBER:-false}"; +setPublicVar CI_REPO_NAME "$CIRCLE_PROJECT_REPONAME"; +setPublicVar CI_REPO_OWNER "$CIRCLE_PROJECT_USERNAME"; +setPublicVar CI_PR_REPONAME "$CIRCLE_PR_REPONAME"; +setPublicVar CI_PR_USERNAME "$CIRCLE_PR_USERNAME"; + + +#################################################################################################### +# Define SauceLabs environment variables for CircleCI. +#################################################################################################### +setPublicVar BROWSER_PROVIDER "saucelabs" + +# The currently latest-1 version of desktop Safari on Saucelabs (v12.0) is unstable and disconnects +# consistently. The latest version (v12.1) works fine. +# TODO: Add `SL_Safari-1` back, once it no longer corresponds to v12.0. +setPublicVar BROWSERS "SL_Chrome,SL_Chrome-1,\ +SL_Firefox,SL_Firefox-1,\ +SL_Safari,\ +SL_iOS,SL_iOS-1,\ +SL_IE_9,SL_IE_10,SL_IE_11,\ +SL_EDGE,SL_EDGE-1" + +setPublicVar SAUCE_LOG_FILE /tmp/angular/sauce-connect.log +setPublicVar SAUCE_READY_FILE /tmp/angular/sauce-connect-ready-file.lock +setPublicVar SAUCE_PID_FILE /tmp/angular/sauce-connect-pid-file.lock +setPublicVar SAUCE_TUNNEL_IDENTIFIER "angularjs-framework-${CIRCLE_BUILD_NUM}-${CIRCLE_NODE_INDEX}" +# Amount of seconds we wait for sauceconnect to establish a tunnel instance. In order to not +# acquire CircleCI instances for too long if sauceconnect failed, we need a connect timeout. +setPublicVar SAUCE_READY_FILE_TIMEOUT 120 + +#################################################################################################### +# Define additional environment variables +#################################################################################################### + +# NOTE: Make sure the tools used to compute this are available in all executors in `config.yml`. +setPublicVar DIST_TAG $( cat package.json | grep distTag | sed -E 's/^\s*"distTag"\s*:\s*"([^"]+)"\s*,\s*$/\1/' ) + +#################################################################################################### +#################################################################################################### +## Source `$BASH_ENV` to make the variables available immediately. ## +## *** NOTE: This must remain the last command in this script. *** ## +#################################################################################################### +#################################################################################################### +source $BASH_ENV; diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000000..a6bc2855214e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +# https://editorconfig.org + +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[dropdown-toggle.js] +trim_trailing_whitespace = false +insert_final_newline = false + +[htmlparser.js] +insert_final_newline = false diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 000000000000..6d8222eb45db --- /dev/null +++ b/.eslintignore @@ -0,0 +1,10 @@ +build/** +docs/app/assets/js/angular-bootstrap/** +docs/config/templates/** +node_modules/** +lib/htmlparser/** +src/angular.bind.js +src/ngParseExt/ucd.js +i18n/closure/** +tmp/** +vendor/** diff --git a/.eslintrc-base.json b/.eslintrc-base.json new file mode 100644 index 000000000000..ee3a411bb2d7 --- /dev/null +++ b/.eslintrc-base.json @@ -0,0 +1,117 @@ +{ + "rules": { + // Rules are divided into sections from http://eslint.org/docs/rules/ + + // Possible errors + "comma-dangle": ["error", "never"], + "no-cond-assign": ["error", "except-parens"], + "no-constant-condition": ["error", {"checkLoops": false}], + "no-control-regex": "error", + "no-debugger": "error", + "no-dupe-args": "error", + "no-dupe-keys": "error", + "no-duplicate-case": "error", + "no-empty-character-class": "error", + "no-empty": "error", + "no-ex-assign": "error", + "no-extra-boolean-cast": "error", + "no-extra-semi": "error", + "no-func-assign": "error", + "no-inner-declarations": "error", + "no-invalid-regexp": "error", + "no-irregular-whitespace": "error", + "no-negated-in-lhs": "error", + "no-obj-calls": "error", + "no-regex-spaces": "error", + "no-sparse-arrays": "error", + "no-unreachable": "error", + "use-isnan": "error", + "no-unsafe-finally": "error", + "valid-typeof": "error", + "no-unexpected-multiline": "error", + + // Best practices + "accessor-pairs": "error", + "array-callback-return": "error", + "eqeqeq": ["error", "allow-null"], + "no-alert": "error", + "no-caller": "error", + "no-case-declarations": "error", + "no-eval": "error", + "no-extend-native": "error", + "no-extra-bind": "error", + "no-extra-label": "error", + "no-fallthrough": "error", + "no-floating-decimal": "error", + "no-implied-eval": "error", + "no-invalid-this": "error", + "no-iterator": "error", + "no-multi-str": "error", + "no-new-func": "error", + "no-new-wrappers": "error", + "no-new": "error", + "no-octal-escape": "error", + "no-octal": "error", + "no-proto": "error", + "no-redeclare": "error", + "no-return-assign": "error", + "no-script-url": "error", + "no-self-assign": "error", + "no-self-compare": "error", + "no-sequences": "error", + "no-throw-literal": "error", + "no-unmodified-loop-condition": "error", + "no-unused-expressions": "error", + "no-unused-labels": "error", + "no-useless-call": "error", + "no-useless-concat": "error", + "no-useless-escape": "error", + "no-void": "error", + "no-with": "error", + "radix": "error", + "wrap-iife": ["error", "inside"], + + // Strict mode + "strict": ["error", "global"], + + // Variables + "no-delete-var": "error", + "no-label-var": "error", + "no-restricted-globals": ["error", "event"], + "no-shadow-restricted-names": "error", + "no-undef-init": "error", + "no-undef": "error", + "no-unused-vars": ["error", { "vars": "local", "args": "none" }], + + // Node.js + "handle-callback-err": "error", + + // Stylistic issues + "array-bracket-spacing": ["error", "never"], + "brace-style": ["error", "1tbs", { "allowSingleLine": true }], + "comma-style": ["error", "last"], + "eol-last": "error", + "keyword-spacing": "error", + "linebreak-style": ["error", "unix"], + "max-len": ["error", { "code": 200, "ignoreComments": true, "ignoreUrls": true }], + "new-cap": "error", + "new-parens": "error", + "no-array-constructor": "error", + "no-bitwise": "error", + "no-mixed-spaces-and-tabs": "error", + "no-multiple-empty-lines": ["error", { "max": 3, "maxEOF": 1 }], + "no-whitespace-before-property": "error", + "no-spaced-func": "error", + "no-trailing-spaces": "error", + "no-unneeded-ternary": "error", + "quotes": ["error", "single"], + "semi-spacing": "error", + "semi": "error", + "space-before-blocks": ["error", "always"], + "space-before-function-paren": ["error", "never"], + "space-in-parens": ["error", "never"], + "space-infix-ops": "error", + "space-unary-ops": ["error", { "words": true, "nonwords": false }], + "unicode-bom": ["error", "never"] + } +} diff --git a/.eslintrc-browser.json b/.eslintrc-browser.json new file mode 100644 index 000000000000..44024664ae8f --- /dev/null +++ b/.eslintrc-browser.json @@ -0,0 +1,17 @@ +{ + "extends": "./.eslintrc-base.json", + + "env": { + // Note: don't set `"browser": true`; code in "src/" should be compatible with + // non-browser environments like Node.js with a custom window implementation + // like jsdom. All browser globals should be taken from window. + "browser": false, + "node": false + }, + + "globals": { + "window": false, + + "angular": false + } +} diff --git a/.eslintrc-node.json b/.eslintrc-node.json new file mode 100644 index 000000000000..c16a8a883837 --- /dev/null +++ b/.eslintrc-node.json @@ -0,0 +1,13 @@ +{ + "extends": "./.eslintrc-base.json", + "env": { + "browser": false, + "node": true + }, + "parserOptions": { + "ecmaVersion": 2017 + }, + "plugins": [ + "promise" + ] +} diff --git a/.eslintrc-todo.json b/.eslintrc-todo.json new file mode 100644 index 000000000000..a7b24d7a05b0 --- /dev/null +++ b/.eslintrc-todo.json @@ -0,0 +1,25 @@ +{ + // This config contains proposed rules that we'd like to have enabled but haven't + // converted the code to adhere yet. If a decision comes to not enable one of these + // rules, it should be removed from the file. Every rule that got enabled in the + // end should be moved from here to a respective section in .eslintrc.json + + "rules": { + // Rules are divided into sections from http://eslint.org/docs/rules/ + + // Best practices + "complexity": ["error", 10], + "dot-notation": "error", + "dot-location": ["error", "property"], + + // Stylistic issues + "block-spacing": ["error", "always"], + "comma-spacing": "error", + "id-denylist": ["error", "event"], + "indent": ["error", 2], + "key-spacing": ["error", { "beforeColon": false, "afterColon": true, "mode": "minimum" }], + "object-curly-spacing": ["error", "never"], + "object-property-newline": ["error", { "allowMultiplePropertiesPerLine": true }], + "operator-linebreak": ["error", "after", { "overrides": { "?": "before", ":": "before" }}] + } +} diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 000000000000..d8de7a976909 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,4 @@ +{ + "root": true, + "extends": "./.eslintrc-node.json" +} diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..b7ca95b5b77a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# JS files must always use LF for tools to work +*.js eol=lf diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000000..f5513f23390c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,42 @@ +# AngularJS is in LTS mode +We are no longer accepting changes that are not critical bug fixes into this project. +See https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c for more detail. + + + + + +**I'm submitting a ...** + +- [ ] regression from 1.7.0 +- [ ] security issue +- [ ] issue caused by a new browser version +- [ ] other + +**Current behavior:** + + +**Expected / new behavior:** + + +**Minimal reproduction of the problem with instructions:** + + +**AngularJS version:** 1.8.x + + +**Browser:** [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView | Opera XX ] + + +**Anything else:** + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..fd23b045065a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +# AngularJS is in LTS mode +We are no longer accepting changes that are not critical bug fixes into this project. +See https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c for more detail. + + +**Does this PR fix a regression since 1.7.0, a security flaw, or a problem caused by a new browser version?** + + + + +**What is the current behavior? (You can also link to an open issue here)** + + + +**What is the new behavior (if this is a feature change)?** + + + +**Does this PR introduce a breaking change?** + + + +**Please check if the PR fulfills these requirements** +- [ ] The commit message follows our [guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits) +- [ ] Fix/Feature: [Docs](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#documentation) have been added/updated +- [ ] Fix/Feature: Tests have been added; existing tests pass + +**Other information**: + diff --git a/.gitignore b/.gitignore index 3142dc3b70ea..9641ed4fd609 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ -build/ -angularjs.netrc -jstd.log +/build/ +/benchpress-build/ .DS_Store gen_docs.disable test.disable @@ -8,7 +7,21 @@ regression/temp*.html performance/temp*.html .idea/workspace.xml *~ +*.swp angular.js.tmproj -node_modules +node_modules/ angular.xcodeproj +.firebase/ .idea +*.iml +.agignore +.lvimrc +libpeerconnection.log +npm-debug.log +/tmp/ +.vscode +*.log +*.stackdump +scripts/code.angularjs.org-firebase/deploy +scripts/docs.angularjs.org-firebase/deploy +scripts/docs.angularjs.org-firebase/functions/content diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000000..f1a2dc0b18e0 --- /dev/null +++ b/.mailmap @@ -0,0 +1,29 @@ +Andres Ornelas +Caitlin Potter +Caitlin Potter +Di Peng +Di Peng +Georgios Kalpakas +Georgios Kalpakas +Julie Ralph +Lucas Galfaso +Martin Staffa +Martin Staffa +Matias Niemelä +Michał Gołębiowski-Owczarek +Misko Hevery +Misko Hevery +Igor Minar +Igor Minar +Igor Minar +Igor Minar +Pawel Kozlowski +Peter Bacon Darwin +Rodric Haddad +Shahar Talmi +Shahar Talmi +Shyam Seshadri +Shyam Seshadri +Vojta Jina +Vojta Jina +Vojta Jina diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000000..6b17d228d335 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +14.16.1 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d209a1b20618..000000000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: node_js -node_js: - - 0.8 - -before_script: - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start - - npm install -g testacular@canary - - rake package - - ./nodeserver.sh > /dev/null & - -script: - - rake test[Firefox,"--reporters=dots"] diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e83400d97f..c720bd43ffa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15531 @@ +**AngularJS support has officially ended as of January 2022. +[See what ending support means](https://docs.angularjs.org/misc/version-support-status) +and [read the end of life announcement](https://goo.gle/angularjs-end-of-life).** + +**Visit [angular.io](https://angular.io) for the actively supported Angular.** + + +# 1.8.3 ultimate-farewell (2022-04-07) + +One final release of AngularJS in order to update package README files on npm. + + +# 1.8.2 meteoric-mining (2020-10-21) + +## Bug Fixes +- **$sceDelegate:** ensure that `resourceUrlWhitelist()` is identical to `trustedResourceUrlList()` + ([e41f01](https://github.com/angular/angular.js/commit/e41f018959934bfbf982ba996cd654b1fce88d43), + [#17090](https://github.com/angular/angular.js/issues/17090)) + + + +# 1.8.1 mutually-supporting (2020-09-30) + +## Bug Fixes +- **$sanitize:** do not trigger CSP alert/report in Firefox and Chrome + ([2fab3d](https://github.com/angular/angular.js/commit/2fab3d4e00f4fe35bfa3cf255160cb97404baf24)) + +## Refactorings + +- **SanitizeUriProvider:** remove usages of whitelist + ([76738102](https://github.com/angular/angular.js/commit/767381020d88bda2855ac87ca6f00748907e14ff)) +- **httpProvider:** remove usages of whitelist and blacklist + ([c953af6b](https://github.com/angular/angular.js/commit/c953af6b8cfeefe4acc0ca358550eed5da8cfe00)) +- **sceDelegateProvider:** remove usages of whitelist and blacklist + ([a206e267](https://github.com/angular/angular.js/commit/a206e2675c351c3cdcde3402978126774c1c5df9)) + +## Deprecation Notices + +- Deprecated ~~`$compileProvider.aHrefSanitizationWhitelist`~~. + It is now [`aHrefSanitizationTrustedUrlList`](https://docs.angularjs.org/api/ng/provider/$compileProvider#aHrefSanitizationTrustedUrlList). +- Deprecated ~~`$compileProvider.imgSrcSanitizationWhitelist`~~. + It is now [`imgSrcSanitizationTrustedUrlList`](https://docs.angularjs.org/api/ng/provider/$compileProvider#imgSrcSanitizationTrustedUrlList). +- Deprecated ~~`$httpProvider.xsrfWhitelistedOrigins`~~. + It is now [`xsrfTrustedOrigins`](https://docs.angularjs.org/api/ng/provider/$httpProvider#xsrfTrustedOrigins). +- Deprecated ~~`$sceDelegateProvider.resourceUrlWhitelist`~~. + It is now [`trustedResourceUrlList`](https://docs.angularjs.org/api/ng/provider/$sceDelegateProvider#trustedResourceUrlList). +- Deprecated ~~`$sceDelegateProvider.resourceUrlBlacklist`~~. + It is now [`bannedResourceUrlList`](https://docs.angularjs.org/api/ng/provider/$sceDelegateProvider#bannedResourceUrlList). + +For the purposes of backward compatibility, the previous symbols are aliased to their new symbol. + + + +# 1.8.0 nested-vaccination (2020-06-01) + +_This release contains a breaking change to resolve a security issue which was discovered by +Krzysztof Kotowicz(@koto); and independently by Esben Sparre Andreasen (@esbena) while +performing a Variant Analysis of [CVE-2020-11022](https://github.com/advisories/GHSA-gxr4-xjj5-5px2) +which itself was found and reported by Masato Kinugawa (@masatokinugawa)._ + +## Bug Fixes +- **jqLite:** + - prevent possible XSS due to regex-based HTML replacement + ([2df43c](https://github.com/angular/angular.js/commit/2df43c07779137d1bddf7f3b282a1287a8634acd)) + +## Breaking Changes + +### **jqLite** due to: + - **[2df43c](https://github.com/angular/angular.js/commit/2df43c07779137d1bddf7f3b282a1287a8634acd)**: prevent possible XSS due to regex-based HTML replacement + +JqLite no longer turns XHTML-like strings like `
` to sibling elements `
` +when not in XHTML mode. Instead it will leave them as-is. The browser, in non-XHTML mode, will convert these to: +`
`. + +This is a security fix to avoid an XSS vulnerability if a new jqLite element is created from a user-controlled HTML string. +If you must have this functionality and understand the risk involved then it is posible to restore the original behavior by calling + +```js +angular.UNSAFE_restoreLegacyJqLiteXHTMLReplacement(); +``` + +But you should adjust your code for this change and remove your use of this function as soon as possible. + +Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read the [jQuery 3.5 upgrade guide](https://jquery.com/upgrade-guide/3.5/) for more details about the workarounds. + + + +# 1.7.9 pollution-eradication (2019-11-19) + +## Bug Fixes +- **angular.merge:** do not merge __proto__ property + ([726f49](https://github.com/angular/angular.js/commit/726f49dcf6c23106ddaf5cfd5e2e592841db743a)) +
(Thanks to the [Snyk Security Research Team](https://snyk.io/blog/snyk-research-team-discovers-severe-prototype-pollution-security-vulnerabilities-affecting-all-versions-of-lodash/) for identifyng this issue.) +- **ngStyle:** correctly remove old style when new style value is invalid + ([5edd25](https://github.com/angular/angular.js/commit/5edd25364f617083363dc2bd61f9230b38267578), + [#16860](https://github.com/angular/angular.js/issues/16860), + [#16868](https://github.com/angular/angular.js/issues/16868)) + + + +# 1.7.8 enthusiastic-oblation (2019-03-11) + + +## Bug Fixes +- **required:** correctly validate required on non-input element surrounded by ngIf + ([a4c7bd](https://github.com/angular/angular.js/commit/a4c7bdccd76c39c30e33f6215da9a00cc8acde2c), + [#16830](https://github.com/angular/angular.js/issues/16830), + [#16836](https://github.com/angular/angular.js/issues/16836)) + + + +# 1.7.7 kingly-exiting (2019-02-04) + +## Bug Fixes +- **ngRequired:** set error correctly when inside ngRepeat and false by default + ([5ad4f5](https://github.com/angular/angular.js/commit/5ad4f5562c37b1cb575e3e5fddd96e9dd10408e2), + [#16814](https://github.com/angular/angular.js/issues/16814), + [#16820](https://github.com/angular/angular.js/issues/16820)) + + + +# 1.7.6 gravity-manipulation (2019-01-17) + +## Bug Fixes +- **$compile:** fix ng-prop-* with undefined values + ([772440](https://github.com/angular/angular.js/commit/772440cdaf9a9bfa40de1675e20a5f0e356089ed), + [#16797](https://github.com/angular/angular.js/issues/16797), + [#16798](https://github.com/angular/angular.js/issues/16798)) +- **compile:** properly handle false value for boolean attrs with jQuery + ([27486b](https://github.com/angular/angular.js/commit/27486bd15e70946ece2ba713e4e8654b7f9bddad), + [#16778](https://github.com/angular/angular.js/issues/16778), + [#16779](https://github.com/angular/angular.js/issues/16779)) +- **ngRepeat:** + - fix reference to last collection value remaining across linkages + ([cf919a](https://github.com/angular/angular.js/commit/cf919a6fb7fc655f3fa37a74899a797ea5b8073e)) + - fix trackBy function being invoked with incorrect scope + ([d4d103](https://github.com/angular/angular.js/commit/d4d1031bcd9b30ae6a58bd60a79bcc9d20f0f2b7), + [#16776](https://github.com/angular/angular.js/issues/16776), + [#16777](https://github.com/angular/angular.js/issues/16777)) +- **aria/ngClick:** check if element is `contenteditable` before blocking spacebar + ([289374](https://github.com/angular/angular.js/commit/289374a43c1b2fd715ddf7455db225b17afebbaf), + [#16762](https://github.com/angular/angular.js/issues/16762)) +- **input:** prevent browsers from autofilling hidden inputs + ([7cbb10](https://github.com/angular/angular.js/commit/7cbb1044fcb3576cdad791bd22ebea3dfd533ff8)) +- **Angular:** add workaround for Safari / Webdriver problem + ([eb49f6](https://github.com/angular/angular.js/commit/eb49f6b7555cfd7ab03fd35581adb6b4bd49044e)) +- **$browser:** normalize inputted URLs + ([2f72a6](https://github.com/angular/angular.js/commit/2f72a69ded53a122afad3ec28d91f9bd2f41eb4f), + [#16606](https://github.com/angular/angular.js/issues/16606)) +- **interpolate:** do not create directives for constant media URL attributes + ([90a41d](https://github.com/angular/angular.js/commit/90a41d415c83abdbf28317f49df0fd0a7e07db86), + [#16734](https://github.com/angular/angular.js/issues/16734)) +- **$q:** allow third-party promise libraries + ([eefaa7](https://github.com/angular/angular.js/commit/eefaa76a90dbef08fdc7d734a205cc2de50d9f91), + [#16164](https://github.com/angular/angular.js/issues/16164), + [#16471](https://github.com/angular/angular.js/issues/16471)) +- **urlUtils:** make IPv6 URL's hostname wrapped in square brackets in IE/Edge + ([0e1bd7](https://github.com/angular/angular.js/commit/0e1bd7822e61822a48b8fd7ba5913a8702e6dabf), + [#16692](https://github.com/angular/angular.js/issues/16692), + [#16715](https://github.com/angular/angular.js/issues/16715)) +- **ngAnimateSwap:** make it compatible with `ngIf` on the same element + ([b27080](https://github.com/angular/angular.js/commit/b27080d52546409fb4e483f212f03616e2ca8037), + [#16616](https://github.com/angular/angular.js/issues/16616), + [#16729](https://github.com/angular/angular.js/issues/16729)) +- **ngMock:** make matchLatestDefinitionEnabled work + ([3cdffc](https://github.com/angular/angular.js/commit/3cdffcecbae71189b4db69b57fadda6608a23b61), + [#16702](https://github.com/angular/angular.js/issues/16702)) +- **ngStyle:** skip setting empty value when new style has the property + ([d6098e](https://github.com/angular/angular.js/commit/d6098eeb1c9510d599e9bd3cfdba7dd21e7a55a5), + [#16709](https://github.com/angular/angular.js/issues/16709)) + +## Performance Improvements +- **input:** prevent multiple validations on initialization + ([692622](https://github.com/angular/angular.js/commit/69262239632027b373258e75c670b89132ad9edb), + [#14691](https://github.com/angular/angular.js/issues/14691), + [#16760](https://github.com/angular/angular.js/issues/16760)) + + + + +# 1.7.5 anti-prettification (2018-10-04) + +## Bug Fixes +- **ngClass:** do not break on invalid values + ([f3a565](https://github.com/angular/angular.js/commit/f3a565872d802c94bb213944791b11b483d52f73), + [#16697](https://github.com/angular/angular.js/issues/16697), + [#16699](https://github.com/angular/angular.js/issues/16699)) + + + +# 1.7.4 interstellar-exploration (2018-09-07) + +## Bug Fixes +- **ngAria.ngClick:** prevent default event on space/enter only for non-interactive elements + ([61b335](https://github.com/angular/angular.js/commit/61b33543ff8e7f32464dec98a46bf0a35e9b03a4), + [#16664](https://github.com/angular/angular.js/issues/16664), + [#16680](https://github.com/angular/angular.js/issues/16680)) +- **ngAnimate:** remove the "prepare" classes with multiple structural animations + ([3105b2](https://github.com/angular/angular.js/commit/3105b2c26a71594c4e7904efc18f4b2e9da25b1b), + [#16681](https://github.com/angular/angular.js/issues/16681), + [#16677](https://github.com/angular/angular.js/issues/16677)) +- **$route:** correctly extract path params if the path contains a question mark or a hash + ([2ceeb7](https://github.com/angular/angular.js/commit/2ceeb739f35e01fcebcabac4beeeb7684ae9f86d)) +- **ngHref:** allow numbers and other objects in interpolation + ([30084c](https://github.com/angular/angular.js/commit/30084c13699c814ff6703d7aa2d3947a9b2f7067), + [#16652](https://github.com/angular/angular.js/issues/16652), + [#16626](https://github.com/angular/angular.js/issues/16626)) +- **select:** allow to select first option with value `undefined` + ([668a33](https://github.com/angular/angular.js/commit/668a33da3439f17e61dfa8f6d9b114ebde8c9d87), + [#16653](https://github.com/angular/angular.js/issues/16653), + [#16656](https://github.com/angular/angular.js/issues/16656)) + + + +# 1.7.3 eventful-proposal (2018-08-03) + +## Bug Fixes +- **$location:** + - fix infinite recursion/digest on URLs with special characters + ([e68697](https://github.com/angular/angular.js/commit/e68697e2e30695f509e6c2c1e43c2c02b7af41f0), + [#16592](https://github.com/angular/angular.js/issues/16592), + [#16611](https://github.com/angular/angular.js/issues/16611)) + - avoid unnecessary `$locationChange*` events due to empty hash + ([1144b1](https://github.com/angular/angular.js/commit/1144b1eccb886ea0e4a80bcb07d38a305c3263b4), + [#16632](https://github.com/angular/angular.js/issues/16632), + [#16636](https://github.com/angular/angular.js/issues/16636)) +- **ngMock.$httpBackend:** + - pass failed HTTP expectations to `$exceptionHandler` + ([4adbf8](https://github.com/angular/angular.js/commit/4adbf82a84a564a8d3f0982c17a64c6163200bcd), + [#16644](https://github.com/angular/angular.js/issues/16644)) + - correctly ignore query params in {expect,when}Route + ([be417f](https://github.com/angular/angular.js/commit/be417f28549e184fbc3c7f74251ac21fca965ae8), + [#14173](https://github.com/angular/angular.js/issues/14173), + [#16589](https://github.com/angular/angular.js/issues/16589)) +- **Angular:** add workaround for Safari / Webdriver problem + ([0a1db2](https://github.com/angular/angular.js/commit/0a1db2ad5f8da6902b1711a738ae4177ce9685fa), + [#16645](https://github.com/angular/angular.js/issues/16645)) +- **$animate:** avoid memory leak with `$animate.enabled(element, enabled)` + ([4bd424](https://github.com/angular/angular.js/commit/4bd424690612885ca06028e9b27de585edc3d3c3), + [#16649](https://github.com/angular/angular.js/issues/16649)) +- **$compile:** + - use correct parent element when requiring on html element + ([05ac70](https://github.com/angular/angular.js/commit/05ac702bc7edae5f89c363ea661774910735ea8b), + [#16535](https://github.com/angular/angular.js/issues/16535), + [#16647](https://github.com/angular/angular.js/issues/16647)) + - work around Firefox `DocumentFragment` bug + ([10973c](https://github.com/angular/angular.js/commit/10973c3366676ac8e5b2728b1e006cdef4ea197e), + [#16607](https://github.com/angular/angular.js/issues/16607), + [#16615](https://github.com/angular/angular.js/issues/16615)) +- **ngEventDirs:** + - pass error in handler to $exceptionHandler when event was triggered in a digest + ([688211](https://github.com/angular/angular.js/commit/6882113bc194fb10081db9bab3dd7d69dd59f311)) + - don't wrap the event handler in $apply if already in $digest + ([535ee3](https://github.com/angular/angular.js/commit/535ee32a0b4881c9fd526fb5e0ffc10919ba1800), + [#14673](https://github.com/angular/angular.js/issues/14673), + [#14674](https://github.com/angular/angular.js/issues/14674)) +- **angular.element:** do not break on `cleanData()` if `_data()` returns undefined + ([7cf4a2](https://github.com/angular/angular.js/commit/7cf4a2933cb017e45b0c97b0a836cbbd905ee31a), + [#16641](https://github.com/angular/angular.js/issues/16641), + [#16642](https://github.com/angular/angular.js/issues/16642)) +- **ngAria:** do not scroll when pressing spacebar on custom buttons + ([3a517c](https://github.com/angular/angular.js/commit/3a517c25f677294a7a9eca1660654a3edcc9e103), + [#14665](https://github.com/angular/angular.js/issues/14665), + [#16604](https://github.com/angular/angular.js/issues/16604)) + + +## New Features +- **$compile:** add support for arbitrary DOM property and event bindings + ([a5914c](https://github.com/angular/angular.js/commit/a5914c94a8fa5b1eceeab9e4e6849cbf467bc26d), + [#16428](https://github.com/angular/angular.js/issues/16428), + [#16235](https://github.com/angular/angular.js/issues/16235), + [#16614](https://github.com/angular/angular.js/issues/16614)) +- **ngMock:** add `$flushPendingTasks()` and `$verifyNoPendingTasks()` + ([6f7674](https://github.com/angular/angular.js/commit/6f7674a7d063d434205f75f5b861f167e8125999), + [#14336](https://github.com/angular/angular.js/issues/14336)) +- **core:** implement more granular pending task tracking + ([17b139](https://github.com/angular/angular.js/commit/17b139f107e5471a9351af638093a8e13a69e42a)) +- **$animate:** add option data to event callbacks + ([fc64e6](https://github.com/angular/angular.js/commit/fc64e6807642512b567deb52b497bd2bff570a1f), + [#12697](https://github.com/angular/angular.js/issues/12697), + [#13059](https://github.com/angular/angular.js/issues/13059)) +- **form.FormController:** add $getControls() + ([c9d1e6](https://github.com/angular/angular.js/commit/c9d1e690aa597283373b78e646676fa8f1ba1b4d), + [#16601](https://github.com/angular/angular.js/issues/16601), + [#14749](https://github.com/angular/angular.js/issues/14749), + [#14517](https://github.com/angular/angular.js/issues/14517), + [#13202](https://github.com/angular/angular.js/issues/13202)) +- **ngModelOptions:** add `timeStripZeroSeconds` and `timeSecondsFormat` + ([b68221](https://github.com/angular/angular.js/commit/b682213d72d65c996a6a31ea57b79d4c4f4e3c98), + [#10721](https://github.com/angular/angular.js/issues/10721), + [#16510](https://github.com/angular/angular.js/issues/16510), + [#16584](https://github.com/angular/angular.js/issues/16584)) + + +## Performance Improvements +- **ngAnimate:** avoid repeated calls to addClass/removeClass when animation has no duration + ([093635](https://github.com/angular/angular.js/commit/0936353e9a03f072bc3c4056888fd154a96530ef), + [#14165](https://github.com/angular/angular.js/issues/14165), + [#14166](https://github.com/angular/angular.js/issues/14166), + [#16613](https://github.com/angular/angular.js/issues/16613)) + + + +# 1.7.2 extreme-compatiplication (2018-06-12) + +In the previous release, we removed a private, undocumented API that was no longer used by +AngularJS. It turned out that several popular UI libraries (such as +[AngularJS Material](https://material.angularjs.org/), +[UI Bootstrap](https://angular-ui.github.io/bootstrap/), +[ngDialog](http://likeastore.github.io/ngDialog/) and probably others) relied on that API. + +In order to avoid unnecessary pain for developers, this release reverts the removal of the private +API and restores compatibility of the aforementioned libraries with the latest AngularJS. + +## Reverts +- **$compile:** remove `preAssignBindingsEnabled` leftovers + ([2da495](https://github.com/angular/angular.js/commit/2da49504065e9e2b71a7a5622e45118d8abbe87e), + [#16580](https://github.com/angular/angular.js/pull/16580), + [a81232](https://github.com/angular/angular.js/commit/a812327acda8bc890a4c4e809f0debb761c29625), + [#16595](https://github.com/angular/angular.js/pull/16595)) + + + +# 1.7.1 momentum-defiance (2018-06-08) + + +## Bug Fixes +- **$compile:** support transcluding multi-element directives + ([789db8](https://github.com/angular/angular.js/commit/789db83a8ae0e2db5db13289b2c29e56093d967a), + [#15554](https://github.com/angular/angular.js/issues/15554), + [#15555](https://github.com/angular/angular.js/issues/15555)) +- **ngModel:** do not throw if view value changes on destroyed scope + ([2b6c98](https://github.com/angular/angular.js/commit/2b6c9867369fd3ef1ddb687af1153478ab62ee1b), + [#16583](https://github.com/angular/angular.js/issues/16583), + [#16585](https://github.com/angular/angular.js/issues/16585)) + + +## New Features +- **$compile:** add one-way collection bindings + ([f9d1ca](https://github.com/angular/angular.js/commit/f9d1ca20c38f065f15769fbe23aee5314cb58bd4), + [#14039](https://github.com/angular/angular.js/issues/14039), + [#16553](https://github.com/angular/angular.js/issues/16553), + [#15874](https://github.com/angular/angular.js/issues/15874)) +- **ngRef:** add directive to publish controller, or element into scope + ([bf841d](https://github.com/angular/angular.js/commit/bf841d35120bf3c4655fde46af4105c85a0f1cdc), + [#16511](https://github.com/angular/angular.js/issues/16511)) +- **errorHandlingConfig:** add option to exclude error params from url + ([3d6c45](https://github.com/angular/angular.js/commit/3d6c45d76e30b1b3c4eb9672cf4a93e5251c06b3), + [#14744](https://github.com/angular/angular.js/issues/14744), + [#15707](https://github.com/angular/angular.js/issues/15707), + [#16283](https://github.com/angular/angular.js/issues/16283), + [#16299](https://github.com/angular/angular.js/issues/16299), + [#16591](https://github.com/angular/angular.js/issues/16591)) +- **ngAria:** add support for ignoring a specific element + ([7d9d38](https://github.com/angular/angular.js/commit/7d9d387195292cb5e04984602b752d31853cfea6), + [#14602](https://github.com/angular/angular.js/issues/14602), + [#14672](https://github.com/angular/angular.js/issues/14672), + [#14833](https://github.com/angular/angular.js/issues/14833)) +- **ngCookies:** support samesite option + ([10a229](https://github.com/angular/angular.js/commit/10a229ce1befdeaf6295d1635dc11391c252a91a), + [#16543](https://github.com/angular/angular.js/issues/16543), + [#16544](https://github.com/angular/angular.js/issues/16544)) +- **ngMessages:** add support for default message + ([a8c263](https://github.com/angular/angular.js/commit/a8c263c1947cc85ee60b4732f7e4bcdc7ba463e8), + [#12008](https://github.com/angular/angular.js/issues/12008), + [#12213](https://github.com/angular/angular.js/issues/12213), + [#16587](https://github.com/angular/angular.js/issues/16587)) +- **ngMock, ngMockE2E:** add option to match latest definition for `$httpBackend` request + ([773f39](https://github.com/angular/angular.js/commit/773f39c9345479f5f8b6321236ce6ad96f77aa92), + [#16251](https://github.com/angular/angular.js/issues/16251), + [#11637](https://github.com/angular/angular.js/issues/11637), + [#16560](https://github.com/angular/angular.js/issues/16560)) +- **$route:** add support for the `reloadOnUrl` configuration option + ([f4f571](https://github.com/angular/angular.js/commit/f4f571efdf86d6acbcd5c6b1de66b4b33a259125), + [#7925](https://github.com/angular/angular.js/issues/7925), + [#15002](https://github.com/angular/angular.js/issues/15002)) + + + +# 1.7.0 nonexistent-physiology (2018-05-11) + +**Here are the full changes for the release of 1.7.0 that are not already released in the 1.6.x branch, +which includes commits from 1.7.0-rc.0 and commits from 1.7.0 directly.** + +1.7.0 is the last scheduled release of AngularJS that includes breaking changes. 1.7.x patch +releases will continue to receive bug fixes and non-breaking features until AngularJS enters Long +Term Support mode (LTS) on July 1st 2018. + +## Bug Fixes +- **input:** + - listen on "change" instead of "click" for radio/checkbox ngModels + ([656c8f](https://github.com/angular/angular.js/commit/656c8fa8f23b1277cc5c214c4d0237f3393afa1e), + [#4516](https://github.com/angular/angular.js/issues/4516), + [#14667](https://github.com/angular/angular.js/issues/14667), + [#14685](https://github.com/angular/angular.js/issues/14685)) +- **input\[number\]:** validate min/max against viewValue + ([aa3f95](https://github.com/angular/angular.js/commit/aa3f951330ec7b10b43ea884d9b5754e296770ec), + [#12761](https://github.com/angular/angular.js/issues/12761), + [#16325](https://github.com/angular/angular.js/issues/16325)) +- **input\[date\]:** correctly parse 2-digit years + ([627180](https://github.com/angular/angular.js/commit/627180fb71b92048d5b9ca2606b9eff1fd99387e), + [#16537](https://github.com/angular/angular.js/issues/16537), + [#16539](https://github.com/angular/angular.js/issues/16539)) +- **jqLite:** make removeData() not remove event handlers + ([b7d396](https://github.com/angular/angular.js/commit/b7d396b8b6e8f27a1f4556d58fc903321e8d532a), + [#15869](https://github.com/angular/angular.js/issues/15869), + [#16512](https://github.com/angular/angular.js/issues/16512)) +- **$compile:** + - remove the preAssignBindingsEnabled flag + ([38f8c9](https://github.com/angular/angular.js/commit/38f8c97af74649ce224b6dd45f433cc665acfbfb), + [#15782](https://github.com/angular/angular.js/issues/15782)) + - add `base[href]` to the list of RESOURCE_URL context attributes + ([1cf728](https://github.com/angular/angular.js/commit/1cf728e209a9e0016068fac2769827e8f747760e), + [#15597](https://github.com/angular/angular.js/issues/15597)) +- **$interval:** throw when trying to cancel non-$interval promise + ([a8bef9](https://github.com/angular/angular.js/commit/a8bef95127775d83d80daa4617c33227c4b443d4), + [#16424](https://github.com/angular/angular.js/issues/16424), + [#16476](https://github.com/angular/angular.js/issues/16476)) +- **$timeout:** throw when trying to cancel non-$timeout promise + ([336525](https://github.com/angular/angular.js/commit/3365256502344970f86355d3ace1cb4251ae9828), + [#16424](https://github.com/angular/angular.js/issues/16424), + [#16476](https://github.com/angular/angular.js/issues/16476)) +- **$cookies:** remove the deprecated $cookieStore factory + ([73c646](https://github.com/angular/angular.js/commit/73c6467f1468353215dc689c019ed83aa4993c77), + [#16465](https://github.com/angular/angular.js/issues/16465)) +- **$resource:** fix interceptors and success/error callbacks + ([ea0585](https://github.com/angular/angular.js/commit/ea0585773bb93fd891576e2271254a17e15f1ddd), + [#6731](https://github.com/angular/angular.js/issues/6731), + [#9334](https://github.com/angular/angular.js/issues/9334), + [#6865](https://github.com/angular/angular.js/issues/6865), + [#16446](https://github.com/angular/angular.js/issues/16446)) +- **$templateRequest:** + - give tpload error the correct namespace + ([c617d6](https://github.com/angular/angular.js/commit/c617d6dceee5b000bfceda44ced22fc16b48b18b)) + - always return the template that is stored in the cache + ([fb0099](https://github.com/angular/angular.js/commit/fb00991460cf69ae8bc7f1f826363d09c73c0d5e), + [#16225](https://github.com/angular/angular.js/issues/16225)) +- **$animate:** let cancel() reject the runner promise + ([16b82c](https://github.com/angular/angular.js/commit/16b82c6afe0ab916fef1d6ca78053b00bf5ada83), + [#14204](https://github.com/angular/angular.js/issues/14204), + [#16373](https://github.com/angular/angular.js/issues/16373)) +- **ngTouch:** + - deprecate the module and its contents + ([67f54b](https://github.com/angular/angular.js/commit/67f54b660038de2b4346b3e76d66a8dc8ccb1f9b), + [#16427](https://github.com/angular/angular.js/issues/16427), + [#16431](https://github.com/angular/angular.js/issues/16431)) + - remove ngClick override, `$touchProvider`, and `$touch` + ([11d9ad](https://github.com/angular/angular.js/commit/11d9ad1eb25eaf5967195e424108207427835d50), + [#15761](https://github.com/angular/angular.js/issues/15761), + [#15755](https://github.com/angular/angular.js/issues/15755)) +- **ngScenario:** completely remove the angular scenario runner + ([0cd392](https://github.com/angular/angular.js/commit/0cd39217828b0ad53eaf731576af17d66c18ff60), + [#9405](https://github.com/angular/angular.js/issues/9405)) +- **form:** set $submitted to true on child forms when parent is submitted + ([223de5](https://github.com/angular/angular.js/commit/223de59e988dc0cc8b4ec3a045b7c0735eba1c77), + [#10071](https://github.com/angular/angular.js/issues/10071)) +- **$rootScope:** + - provide correct value of one-time bindings in watchGroup + ([c2b8fa](https://github.com/angular/angular.js/commit/c2b8fab0a480204374d561d6b9b3d47347ac5570)) + - don't allow explicit digest calls to affect $evalAsync + ([02c046](https://github.com/angular/angular.js/commit/02c04690da16a9bef55694f5db0b8368dc0125c9), + [#15127](https://github.com/angular/angular.js/issues/15127), + [#15494](https://github.com/angular/angular.js/issues/15494)) +- **ngAria:** do not set aria attributes on input[type="hidden"] + ([6d5ef3](https://github.com/angular/angular.js/commit/6d5ef34fc6a974cde73157ba94f9706723dd8f5b), + [#15113](https://github.com/angular/angular.js/issues/15113), + [#16367](https://github.com/angular/angular.js/issues/16367)) +- **ngModel, input:** improve handling of built-in named parsers + ([74b04c](https://github.com/angular/angular.js/commit/74b04c9403af4fc7df5b6420f22c9f45a3e84140), + [#14292](https://github.com/angular/angular.js/issues/14292), + [#10076](https://github.com/angular/angular.js/issues/10076), + [#16347](https://github.com/angular/angular.js/issues/16347)) +- **$httpParamSerializerJQLike:** + - call functions as jQuery does + ([a784fa](https://github.com/angular/angular.js/commit/a784fab605d825f1158c6292b3c42f8c4a502fdf), + [#16138](https://github.com/angular/angular.js/issues/16138), + [#16139](https://github.com/angular/angular.js/issues/16139)) + - follow jQuery for `null` and `undefined` + ([301fdd](https://github.com/angular/angular.js/commit/301fdda648680d89ccab607c413a7ddede7b0165)) +- **$parse:** + - do not pass scope/locals to interceptors of one-time bindings + ([87a586](https://github.com/angular/angular.js/commit/87a586eb9a23cfd0d0bb681cc778b4b8e5c8451d)) + - always pass the intercepted value to watchers + ([2ee503](https://github.com/angular/angular.js/commit/2ee5033967d5f87a516bad137686b0592e25d26b), + [#16021](https://github.com/angular/angular.js/issues/16021)) + - respect the interceptor.$stateful flag + ([de7403](https://github.com/angular/angular.js/commit/de74034ddf6f92505ccdb61be413a6df2c723f87)) +- **Angular:** remove `angular.lowercase` and `angular.uppercase` + ([1daa4f](https://github.com/angular/angular.js/commit/1daa4f2231a89ee88345689f001805ffffa9e7de), + [#15445](https://github.com/angular/angular.js/issues/15445)) +- **$controller:** remove instantiating controllers defined on window + ([e269c1](https://github.com/angular/angular.js/commit/e269c14425a3209040f65c022658770e00a36f16), + [#15349](https://github.com/angular/angular.js/issues/15349), + [#15762](https://github.com/angular/angular.js/issues/15762)) + + +## New Features +- **angular.isArray:** support Array subclasses in `angular.isArray()` + ([e3ece2](https://github.com/angular/angular.js/commit/e3ece2fad9e1e6d47b5f06815ff186d7e6f44948), + [#15533](https://github.com/angular/angular.js/issues/15533), + [#15541](https://github.com/angular/angular.js/issues/15541)) +- **$sce:** handle URL sanitization through the `$sce` service + ([1e9ead](https://github.com/angular/angular.js/commit/1e9eadcd72dbbd5c67dae8328a63e535cfa91ff9)) +- **orderBy:** consider `null` and `undefined` greater than other values + ([1d8046](https://github.com/angular/angular.js/commit/1d804645f7656d592c90216a0355b4948807f6b8), + [#15294](https://github.com/angular/angular.js/issues/15294), + [#16376](https://github.com/angular/angular.js/issues/16376)) +- **$resource:** add support for `request` and `requestError` interceptors (#15674) + ([240a3d](https://github.com/angular/angular.js/commit/240a3ddbf12a9bb79754031be95dae4b6bd2dded), + [#5146](https://github.com/angular/angular.js/issues/5146)) +- **ngModelOptions:** add debounce catch-all + allow debouncing 'default' only + ([55ba44](https://github.com/angular/angular.js/commit/55ba44913e02650b56410aa9ab5eeea5d3492b68), + [#15411](https://github.com/angular/angular.js/issues/15411), + [#16335](https://github.com/angular/angular.js/issues/16335)) +- **$compile:** lower the `xlink:href` security context for SVG's `a` and `image` elements + ([6ccbfa](https://github.com/angular/angular.js/commit/6ccbfa65d60a3dc396d0cf6da21b993ad74653fd), + [#15736](https://github.com/angular/angular.js/issues/15736)) + + +## Performance Improvements +- **$rootScope:** allow $watchCollection use of expression input watching + ([97b00c](https://github.com/angular/angular.js/commit/97b00ca497676aaff8a803762a9f8c7ff4aa24dd)) +- **ngStyle:** use $watchCollection + ([15bbd3](https://github.com/angular/angular.js/commit/15bbd3e18cd89b91f7206a06c73d40e54a8a48a0), + [#15947](https://github.com/angular/angular.js/issues/15947)) +- **$compile:** do not use deepWatch in literal one-way bindings + ([fd4f01](https://github.com/angular/angular.js/commit/fd4f0111188b62773b99ab6eab38b4d2b5d8d727), + [#15301](https://github.com/angular/angular.js/issues/15301)) + + + + +## Breaking Changes + +### **jqLite** due to: + - **[b7d396](https://github.com/angular/angular.js/commit/b7d396b8b6e8f27a1f4556d58fc903321e8d532a)**: make removeData() not remove event handlers + +Before this commit `removeData()` invoked on an element removed its event +handlers as well. If you want to trigger a full cleanup of an element, change: + +```js +elem.removeData(); +``` + +to: + +```js +angular.element.cleanData(elem); +``` + +In most cases, though, cleaning up after an element is supposed to be done +only when it's removed from the DOM as well; in such cases the following: + +```js +elem.remove(); +``` + +will remove event handlers as well. + +### **$cookies** due to: + - **[73c646](https://github.com/angular/angular.js/commit/73c6467f1468353215dc689c019ed83aa4993c77)**: remove the deprecated $cookieStore factory + +The $cookieStore has been removed. Migrate to the $cookies service. Note that +for object values you need to use the `putObject` & `getObject` methods as +`get`/`put` will not correctly save/retrieve them. + +Before: +```js +$cookieStore.put('name', {key: 'value'}); +$cookieStore.get('name'); // {key: 'value'} +$cookieStore.remove('name'); +``` + +After: +```js +$cookies.putObject('name', {key: 'value'}); +$cookies.getObject('name'); // {key: 'value'} +$cookies.remove('name'); +``` + +### **$resource** due to: + - **[ea0585](https://github.com/angular/angular.js/commit/ea0585773bb93fd891576e2271254a17e15f1ddd)**: fix interceptors and success/error callbacks + +If you are not using `success` or `error` callbacks with `$resource`, +your app should not be affected by this change. + +If you are using `success` or `error` callbacks (with or without +response interceptors), one (subtle) difference is that throwing an +error inside the callbacks will not propagate to the returned +`$promise`. Therefore, you should try to use the promises whenever +possible. E.g.: + +```js +// Avoid +User.query(function onSuccess(users) { throw new Error(); }). + $promise. + catch(function onError() { /* Will not be called. */ }); + +// Prefer +User.query(). + $promise. + then(function onSuccess(users) { throw new Error(); }). + catch(function onError() { /* Will be called. */ }); +``` + +Finally, if you are using `success` or `error` callbacks with response +interceptors, the callbacks will now always run _after_ the interceptors +(and wait for them to resolve in case they return a promise). +Previously, the `error` callback was called before the `responseError` +interceptor and the `success` callback was synchronously called after +the `response` interceptor. E.g.: + +```js +var User = $resource('/api/users/:id', {id: '@id'}, { + get: { + method: 'get', + interceptor: { + response: function(response) { + console.log('responseInterceptor-1'); + return $timeout(1000).then(function() { + console.log('responseInterceptor-2'); + return response.resource; + }); + }, + responseError: function(response) { + console.log('responseErrorInterceptor-1'); + return $timeout(1000).then(function() { + console.log('responseErrorInterceptor-2'); + return $q.reject('Ooops!'); + }); + } + } + } +}); +var onSuccess = function(value) { console.log('successCallback', value); }; +var onError = function(error) { console.log('errorCallback', error); }; + +// Assuming the following call is successful... +User.get({id: 1}, onSuccess, onError); + // Old behavior: + // responseInterceptor-1 + // successCallback, {/* Promise object */} + // responseInterceptor-2 + // New behavior: + // responseInterceptor-1 + // responseInterceptor-2 + // successCallback, {/* User object */} + +// Assuming the following call returns an error... +User.get({id: 2}, onSuccess, onError); + // Old behavior: + // errorCallback, {/* Response object */} + // responseErrorInterceptor-1 + // responseErrorInterceptor-2 + // New behavior: + // responseErrorInterceptor-1 + // responseErrorInterceptor-2 + // errorCallback, Ooops! +``` + + - **[240a3d](https://github.com/angular/angular.js/commit/240a3ddbf12a9bb79754031be95dae4b6bd2dded)**: add support for `request` and `requestError` interceptors (#15674) + +Previously, calling a `$resource` method would synchronously call +`$http`. Now, it will be called asynchronously (regardless if a +`request`/`requestError` interceptor has been defined. + +This is not expected to affect applications at runtime, since the +overall operation is asynchronous already, but may affect assertions in +tests. For example, if you want to assert that `$http` has been called +with specific arguments as a result of a `$resource` call, you now need +to run a `$digest` first, to ensure the (possibly empty) request +interceptor promise has been resolved. + +Before: +```js +it('...', function() { + $httpBackend.expectGET('/api/things').respond(...); + var Things = $resource('/api/things'); + Things.query(); + + expect($http).toHaveBeenCalledWith(...); +}); +``` + +After: +```js +it('...', function() { + $httpBackend.expectGET('/api/things').respond(...); + var Things = $resource('/api/things'); + Things.query(); + $rootScope.$digest(); + + expect($http).toHaveBeenCalledWith(...); +}); +``` + +### **$templateRequest**: + - due to **[c617d6](https://github.com/angular/angular.js/commit/c617d6dceee5b000bfceda44ced22fc16b48b18b)**: give tpload error the correct namespace + +Previously the `tpload` error was namespaced to `$compile`. If you have +code that matches errors of the form `[$compile:tpload]` it will no +longer run. You should change the code to match +`[$templateRequest:tpload]`. + + - due to **([fb0099](https://github.com/angular/angular.js/commit/fb00991460cf69ae8bc7f1f826363d09c73c0d5e)**: always return the template that is stored in the cache + +The service now returns the result of `$templateCache.put()` when making a server request to the +template. Previously it would return the content of the response directly. +This now means if you are decorating `$templateCache.put()` to manipulate the template, you will +now get this manipulated result also on the first `$templateRequest` rather than only on subsequent +calls (when the template is retrived from the cache). +In practice this should not affect any apps, as it is unlikely that they rely on the template being +different in the first and subsequent calls. + +### **$animate** due to: + - **[16b82c](https://github.com/angular/angular.js/commit/16b82c6afe0ab916fef1d6ca78053b00bf5ada83)**: let cancel() reject the runner promise + +$animate.cancel(runner) now rejects the underlying +promise and calls the catch() handler on the runner +returned by $animate functions (enter, leave, move, +addClass, removeClass, setClass, animate). +Previously it would resolve the promise as if the animation +had ended successfully. + +Example: + +```js +var runner = $animate.addClass('red'); +runner.then(function() { console.log('success')}); +runner.catch(function() { console.log('cancelled')}); + +runner.cancel(); +``` + +Pre-1.7.0, this logs 'success', 1.7.0 and later it logs 'cancelled'. +To migrate, add a catch() handler to your animation runners. + +### **angular.isArray** due to: + - **[e3ece2](https://github.com/angular/angular.js/commit/e3ece2fad9e1e6d47b5f06815ff186d7e6f44948)**: support Array subclasses in `angular.isArray()` + +Previously, `angular.isArray()` was an alias for `Array.isArray()`. +Therefore, objects that prototypally inherit from `Array` where not +considered arrays. Now such objects are considered arrays too. + +This change affects several other methods that use `angular.isArray()` +under the hood, such as `angular.copy()`, `angular.equals()`, +`angular.forEach()`, and `angular.merge()`. + +This in turn affects how dirty checking treats objects that prototypally +inherit from `Array` (e.g. MobX observable arrays). AngularJS will now +be able to handle these objects better when copying or watching. + +### **$sce** : + - due to **[1e9ead](https://github.com/angular/angular.js/commit/1e9eadcd72dbbd5c67dae8328a63e535cfa91ff9)**: handle URL sanitization through the `$sce` service + +If you use `attrs.$set` for URL attributes (a[href] and img[src]) there will no +longer be any automated sanitization of the value. This is in line with other +programmatic operations, such as writing to the innerHTML of an element. + +If you are programmatically writing URL values to attributes from untrusted +input then you must sanitize it yourself. You could write your own sanitizer or copy +the private `$$sanitizeUri` service. + +Note that values that have been passed through the `$interpolate` service within the +`URL` or `MEDIA_URL` will have already been sanitized, so you would not need to sanitize +these values again. + + - due to **[1e9ead](https://github.com/angular/angular.js/commit/1e9eadcd72dbbd5c67dae8328a63e535cfa91ff9)**: handle URL sanitization through the `$sce` service + +binding `trustAs()` and the short versions (`trustAsResourceUrl()` et al.) to +`ngSrc`, `ngSrcset`, and `ngHref` will now raise an infinite digest error: + +```js + $scope.imgThumbFn = function(id) { + return $sce.trustAsResourceUrl(someService.someUrl(id)); + }; +``` + +```html + +``` +This is because the `$interpolate` service is now responsible for sanitizing +the attribute value, and its watcher receives a new object from `trustAs()` +on every digest. +To migrate, compute the trusted value only when the input value changes: + +```js + $scope.$watch('imgId', function(id) { + $scope.imgThumb = $sce.trustAsResourceUrl(someService.someUrl(id)); + }); +``` + +```html + +``` + +### **orderBy** due to: + - **[1d8046](https://github.com/angular/angular.js/commit/1d804645f7656d592c90216a0355b4948807f6b8)**: consider `null` and `undefined` greater than other values + +When using `orderBy` to sort arrays containing `null` values, the `null` values +will be considered "greater than" all other values, except for `undefined`. +Previously, they were sorted as strings. This will result in different (but more +intuitive) sorting order. + +Before: +```js +orderByFilter(['a', undefined, 'o', null, 'z']); +//--> 'a', null, 'o', 'z', undefined +``` + +After: +```js +orderByFilter(['a', undefined, 'o', null, 'z']); +//--> 'a', 'o', 'z', null, undefined +``` + +### **ngScenario** due to: + - **[0cd392](https://github.com/angular/angular.js/commit/0cd39217828b0ad53eaf731576af17d66c18ff60)**: completely remove the angular scenario runner + +The angular scenario runner end-to-end test framework has been +removed from the project and will no longer be available on npm +or bower starting with 1.7.0. +It was deprecated and removed from the documentation in 2014. +Applications that still use it should migrate to +[Protractor](http://www.protractortest.org). +Technically, it should also be possible to continue using an +older version of the scenario runner, as the underlying APIs have +not changed. However, we do not guarantee future compatibility. + +### **form** due to: + - **[223de5](https://github.com/angular/angular.js/commit/223de59e988dc0cc8b4ec3a045b7c0735eba1c77)**: set $submitted to true on child forms when parent is submitted + +Forms will now set $submitted on child forms when they are submitted. +For example: +``` +
+ + + + +
+``` + +Submitting this form will set $submitted on "parentform" and "childform". +Previously, it was only set on "parentform". + +This change was introduced because mixing form and ngForm does not create +logically separate forms, but rather something like input groups. +Therefore, child forms should inherit the submission state from their parent form. + +### **ngAria** due to: + - **[6d5ef3](https://github.com/angular/angular.js/commit/6d5ef34fc6a974cde73157ba94f9706723dd8f5b)**: do not set aria attributes on input[type="hidden"] + +ngAria no longer sets aria-* attributes on input[type="hidden"] with ngModel. +This can affect apps that test for the presence of aria attributes on hidden inputs. +To migrate, remove these assertions. +In actual apps, this should not have a user-facing effect, as the previous behavior +was incorrect, and the new behavior is correct for accessibility. + +### **ngModel, input** due to: + - **[74b04c](https://github.com/angular/angular.js/commit/74b04c9403af4fc7df5b6420f22c9f45a3e84140)**: improve handling of built-in named parsers + +*Custom* parsers that fail to parse on input types "email", "url", "number", "date", "month", +"time", "datetime-local", "week", do no longer set `ngModelController.$error[inputType]`, and +the `ng-invalid-[inputType]` class. Also, custom parsers on input type "range" do no +longer set `ngModelController.$error.number` and the `ng-invalid-number` class. + +Instead, any custom parsers on these inputs set `ngModelController.$error.parse` and +`ng-invalid-parse`. This change was made to make distinguishing errors from built-in parsers +and custom parsers easier. + +### **ngModelOptions** due to: + - **[55ba44](https://github.com/angular/angular.js/commit/55ba44913e02650b56410aa9ab5eeea5d3492b68)**: add debounce catch-all + allow debouncing 'default' only + +the 'default' key in 'debounce' now only debounces the default event, i.e. the event +that is added as an update trigger by the different input directives automatically. + +Previously, it also applied to other update triggers defined in 'updateOn' that +did not have a corresponding key in the 'debounce'. + +This behavior is now supported via a special wildcard / catch-all key: '*'. + +See the following example: + +Pre-1.7: +'mouseup' is also debounced by 500 milliseconds because 'default' is applied: +``` +ng-model-options="{ + updateOn: 'default blur mouseup', + debounce: { 'default': 500, 'blur': 0 } +} +``` + +1.7: +The pre-1.7 behavior can be re-created by setting '*' as a catch-all debounce value: +``` +ng-model-options="{ + updateOn: 'default blur mouseup', + debounce: { '*': 500, 'blur': 0 } +} +``` + +In contrast, when only 'default' is used, 'blur' and 'mouseup' are not debounced: +``` +ng-model-options="{ + updateOn: 'default blur mouseup', + debounce: { 'default': 500 } +} +``` + +### **input\[number\]** due to: + - **[aa3f95](https://github.com/angular/angular.js/commit/aa3f951330ec7b10b43ea884d9b5754e296770ec)**: validate min/max against viewValue + +`input[type=number]` with `ngModel` now validates the input for the `max`/`min` restriction against +the `ngModelController.$viewValue` instead of against the `ngModelController.$modelValue`. + +This affects apps that use `$parsers` or `$formatters` to transform the input / model value. + +If you rely on the $modelValue validation, you can overwrite the `min`/`max` validator from a custom directive, as seen in the following example directive definition object: + +``` +{ + restrict: 'A', + require: 'ngModel', + link: function(scope, element, attrs, ctrl) { + var maxValidator = ctrl.$validators.max; + + ctrl.$validators.max = function(modelValue, viewValue) { + return maxValidator(modelValue, modelValue); + }; + } +} +``` + +### **input** due to: + - **[656c8f](https://github.com/angular/angular.js/commit/656c8fa8f23b1277cc5c214c4d0237f3393afa1e)**: listen on "change" instead of "click" for radio/checkbox ngModels + +`input[radio]` and `input[checkbox]` now listen to the "change" event instead of the "click" event. +Most apps should not be affected, as "change" is automatically fired by browsers after "click" +happens. + +Two scenarios might need migration: + +- Custom click events: + +Before this change, custom click event listeners on radio / checkbox would be called after the +input element and `ngModel` had been updated, unless they were specifically registered before +the built-in click handlers. +After this change, they are called before the input is updated, and can call event.preventDefault() +to prevent the input from updating. + +If an app uses a click event listener that expects ngModel to be updated when it is called, it now +needs to register a change event listener instead. + +- Triggering click events: + +Conventional trigger functions: + +The change event might not be fired when the input element is not attached to the document. This +can happen in **tests** that compile input elements and +trigger click events on them. Depending on the browser (Chrome and Safari) and the trigger method, +the change event will not be fired when the input isn't attached to the document. + +Before: + +```js + it('should update the model', inject(function($compile, $rootScope) { + var inputElm = $compile('')($rootScope); + + inputElm[0].click(); // Or different trigger mechanisms, such as jQuery.trigger() + expect($rootScope.checkbox).toBe(true); + }); +``` + +With this patch, `$rootScope.checkbox` might not be true, because the click event +hasn't triggered the change event. To make the test, work append the inputElm to the app's +`$rootElement`, and the `$rootElement` to the `$document`. + +After: + +```js + it('should update the model', inject(function($compile, $rootScope, $rootElement, $document) { + var inputElm = $compile('')($rootScope); + + $rootElement.append(inputElm); + $document.append($rootElement); + + inputElm[0].click(); // Or different trigger mechanisms, such as jQuery.trigger() + expect($rootScope.checkbox).toBe(true); + }); +``` + +`triggerHandler()`: + +If you are using this jQuery / jqLite function on the input elements, you don't have to attach +the elements to the document, but instead change the triggered event to "change". This is because +`triggerHandler(event)` only triggers the exact event when it has been added by jQuery / jqLite. + +### **ngStyle** due to: + - **[15bbd3](https://github.com/angular/angular.js/commit/15bbd3e18cd89b91f7206a06c73d40e54a8a48a0)**: use $watchCollection + +Previously the use of deep watch by ng-style would trigger styles to be +re-applied when nested state changed. Now only changes to direct +properties of the watched object will trigger changes. + +### **$compile** due to: + - **[38f8c9](https://github.com/angular/angular.js/commit/38f8c97af74649ce224b6dd45f433cc665acfbfb)**: remove the preAssignBindingsEnabled flag + +Previously, the `$compileProvider.preAssignBindingsEnabled` flag was supported. +The flag controlled whether bindings were available inside the controller +constructor or only in the `$onInit` hook. The bindings are now no longer +available in the constructor. + +To migrate your code: + +1. If you haven't invoked `$compileProvider.preAssignBindingsEnabled()` you +don't have to do anything to migrate. + +2. If you specified `$compileProvider.preAssignBindingsEnabled(false)`, you +can remove that statement - since AngularJS 1.6.0 this is the default so your +app should still work even in AngularJS 1.6 after such removal. Afterwards, +migrating to AngularJS 1.7.0 shouldn't require any further action. + +3. If you specified `$compileProvider.preAssignBindingsEnabled(true)` you need +to first migrate your code so that the flag can be flipped to `false`. The +instructions on how to do that are available in the "Migrating from 1.5 to 1.6" +guide: +https://docs.angularjs.org/guide/migration#migrating-from-1-5-to-1-6 +Afterwards, remove the `$compileProvider.preAssignBindingsEnabled(true)` +statement. + + - **[6ccbfa](https://github.com/angular/angular.js/commit/6ccbfa65d60a3dc396d0cf6da21b993ad74653fd)**: lower the `xlink:href` security context for SVG's `a` and `image` elements + +In the unlikely case that an app relied on RESOURCE_URL whitelisting for the +purpose of binding to the `xlink:href` property of SVG's `` or `` +elements and if the values do not pass the regular URL sanitization, they will +break. + +To fix this you need to ensure that the values used for binding to the affected +`xlink:href` contexts are considered safe URLs, e.g. by whitelisting them in +`$compileProvider`'s `aHrefSanitizationWhitelist` (for `` elements) or +`imgSrcSanitizationWhitelist` (for `` elements). + + - **[fd4f01](https://github.com/angular/angular.js/commit/fd4f0111188b62773b99ab6eab38b4d2b5d8d727)**: do not use deepWatch in literal one-way bindings + +Previously when a literal value was passed into a directive/component via +one-way binding it would be watched with a deep watcher. + +For example, for ``, a new instance of the array +would be passed into the directive/component (and trigger $onChanges) not +only if `a` changed but also if any sub property of `a` changed such as +`a.b` or `a.b.c.d.e` etc. + +This also means a new but equal value for `a` would NOT trigger such a +change. + +Now literal values use an input-based watch similar to other directive/component +one-way bindings. In this context inputs are the non-constant parts of the +literal. In the example above the input would be `a`. Changes are only +triggered when the inputs to the literal change. + + - **[1cf728](https://github.com/angular/angular.js/commit/1cf728e209a9e0016068fac2769827e8f747760e)**: add `base[href]` to the list of RESOURCE_URL context attributes + +Previously, `` would not require `baseUrl` to +be trusted as a RESOURCE_URL. Now, `baseUrl` will be sent to `$sce`'s +RESOURCE_URL checks. By default, it will break unless `baseUrl` is of the same +origin as the application document. + +Refer to the +[`$sce` API docs](https://code.angularjs.org/snapshot/docs/api/ng/service/$sce) +for more info on how to trust a value in a RESOURCE_URL context. + +Also, concatenation in trusted contexts is not allowed, which means that the +following won't work: ``. + +Either construct complex values in a controller (recommended): + +```js +this.baseUrl = '/something/' + this.partialPath; +``` +```html + +``` + +Or use string concatenation in the interpolation expression (not recommended +except for the simplest of cases): + +```html + +``` + +### **ngTouch** due to: + - **[11d9ad](https://github.com/angular/angular.js/commit/11d9ad1eb25eaf5967195e424108207427835d50)**: remove ngClick override, `$touchProvider`, and `$touch` + +The `ngClick` directive from the ngTouch module has been removed, and with it the +corresponding `$touchProvider` and `$touch` service. + +If you have included ngTouch v1.5.0 or higher in your application, and have not +changed the value of `$touchProvider.ngClickOverrideEnabled()`, or injected and used the `$touch` +service, then there are no migration steps for your code. Otherwise you must remove references to +the provider and service. + +The `ngClick` override directive had been deprecated and by default disabled since v1.5.0, +because of buggy behavior in edge cases, and a general trend to avoid special touch based +overrides of click events. In modern browsers, it should not be necessary to use a touch override +library: + +- Chrome, Firefox, Edge, and Safari remove the 300ms delay when + `` is set. +- Internet Explorer 10+, Edge, Safari, and Chrome remove the delay on elements that have the + `touch-action` css property is set to `manipulation`. + +You can find out more in these articles: +https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away +https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_9_1.html#//apple_ref/doc/uid/TP40014305-CH10-SW8 +https://blogs.msdn.microsoft.com/ie/2015/02/24/pointer-events-w3c-recommendation-interoperable-touch-and-removing-the-dreaded-300ms-tap-delay/ + +### **Angular** due to: + - **[1daa4f](https://github.com/angular/angular.js/commit/1daa4f2231a89ee88345689f001805ffffa9e7de)**: remove `angular.lowercase` and `angular.uppercase` + +The helper functions `angular.lowercase` `and angular.uppercase` have +been removed. + +These functions have been deprecated since 1.5.0. They are internally +used, but should not be exposed as they contain special locale handling +(for Turkish) to maintain internal consistency regardless of user-set locale. + +Developers should generally use the built-ins `toLowerCase` and `toUpperCase` +or `toLocaleLowerCase` and `toLocaleUpperCase` for special cases. + +Further, we generally discourage using the angular.x helpers in application code. + +### **$controller** due to: + - **[e269c1](https://github.com/angular/angular.js/commit/e269c14425a3209040f65c022658770e00a36f16)**: remove instantiating controllers defined on window + +The option to instantiate controllers from constructors on the global `window` object +has been removed. Likewise, the deprecated `$controllerProvider.allowGlobals()` +method that could enable this behavior, has been removed. + +This behavior had been deprecated since AngularJS v1.3.0, because polluting the global scope +is bad. To migrate, remove the call to $controllerProvider.allowGlobals() in the config, and +register your controller via the Module API or the $controllerProvider, e.g. + +``` +angular.module('myModule', []).controller('myController', function() {...}); + +angular.module('myModule', []).config(function($controllerProvider) { + $controllerProvider.register('myController', function() {...}); +}); + +``` + +### **$rootScope** due to: + - **[c2b8fa](https://github.com/angular/angular.js/commit/c2b8fab0a480204374d561d6b9b3d47347ac5570)**: provide correct value of one-time bindings in watchGroup + +Previously when using `$watchGroup` the entries in `newValues` and +`oldValues` represented the *most recent change of each entry*. + +Now the entries in `oldValues` will always equal the `newValues` of the previous +call of the listener. This means comparing the entries in `newValues` and +`oldValues` can be used to determine which individual expressions changed. + +For example `$scope.$watchGroup(['a', 'b'], fn)` would previously: + +| Action | newValue | oldValue | +|----------|------------|------------| +| (init) | [undefined, undefined] | [undefined, undefined] | +| `a=1` | [1, undefined] | [undefined, undefined] | +| `a=2` | [2, undefined] | [1, undefined] | +| `b=3` | [2, 3] | [1, undefined] | + + +Now the `oldValue` will always equal the previous `newValue`: + +| Action | newValue | oldValue | +|----------|------------|------------| +| (init) | [undefined, undefined] | [undefined, undefined] | +| `a=1` | [1, undefined] | [undefined, undefined] | +| `a=2` | [2, undefined] | [1, undefined] | +| `b=3` | [2, 3] | [2, undefined] | + +Note the last call now shows `a === 2` in the `oldValues` array. + +This also makes the `oldValue` of one-time watchers more clear. Previously +the `oldValue` of a one-time watcher would remain `undefined` forever. For +example `$scope.$watchGroup(['a', '::b'], fn)` would previously: + +| Action | newValue | oldValue | +|----------|------------|------------| +| (init) | [undefined, undefined] | [undefined, undefined] | +| `a=1` | [1, undefined] | [undefined, undefined] | +| `b=2` | [1, 2] | [undefined, undefined] | +| `a=b=3` | [3, 2] | [1, undefined] | + +Where now the `oldValue` will always equal the previous `newValue`: + +| Action | newValue | oldValue | +|----------|------------|------------| +| (init) | [undefined, undefined] | [undefined, undefined] | +| `a=1` | [1, undefined] | [undefined, undefined] | +| `b=2` | [1, 2] | [1, undefined] | +| `a=b=3` | [3, 2] | [1, 2] | + +### **$interval** due to: + - **[a8bef9](https://github.com/angular/angular.js/commit/a8bef95127775d83d80daa4617c33227c4b443d4)**: throw when trying to cancel non-$interval promise + +`$interval.cancel()` will throw an error if called with a promise that +was not generated by `$interval()`. Previously, it would silently do +nothing. + +Before: +```js +var promise = $interval(doSomething, 1000, 5).then(doSomethingElse); +$interval.cancel(promise); // No error; interval NOT canceled. +``` + +After: +```js +var promise = $interval(doSomething, 1000, 5).then(doSomethingElse); +$interval.cancel(promise); // Throws error. +``` + +Correct usage: +```js +var promise = $interval(doSomething, 1000, 5); +var newPromise = promise.then(doSomethingElse); +$interval.cancel(promise); // Interval canceled. +``` + +### **$timeout** due to: + - **[336525](https://github.com/angular/angular.js/commit/3365256502344970f86355d3ace1cb4251ae9828)**: throw when trying to cancel non-$timeout promise + +`$timeout.cancel()` will throw an error if called with a promise that +was not generated by `$timeout()`. Previously, it would silently do +nothing. + +Before: +```js +var promise = $timeout(doSomething, 1000).then(doSomethingElse); +$timeout.cancel(promise); // No error; timeout NOT canceled. +``` + +After: +```js +var promise = $timeout(doSomething, 1000).then(doSomethingElse); +$timeout.cancel(promise); // Throws error. +``` + +Correct usage: +```js +var promise = $timeout(doSomething, 1000); +var newPromise = promise.then(doSomethingElse); +$timeout.cancel(promise); // Timeout canceled. +``` + + +# 1.7.0-rc.0 maximum-overdrive (2018-04-19) + +## Bug Fixes +- **input:** + - listen on "change" instead of "click" for radio/checkbox ngModels + ([656c8f](https://github.com/angular/angular.js/commit/656c8fa8f23b1277cc5c214c4d0237f3393afa1e), + [#4516](https://github.com/angular/angular.js/issues/4516), + [#14667](https://github.com/angular/angular.js/issues/14667), + [#14685](https://github.com/angular/angular.js/issues/14685)) +- **input\[number\]:** validate min/max against viewValue + ([aa3f95](https://github.com/angular/angular.js/commit/aa3f951330ec7b10b43ea884d9b5754e296770ec), + [#12761](https://github.com/angular/angular.js/issues/12761), + [#16325](https://github.com/angular/angular.js/issues/16325)) +- **jqLite:** make removeData() not remove event handlers + ([b7d396](https://github.com/angular/angular.js/commit/b7d396b8b6e8f27a1f4556d58fc903321e8d532a), + [#15869](https://github.com/angular/angular.js/issues/15869), + [#16512](https://github.com/angular/angular.js/issues/16512)) +- **$compile:** + - remove the preAssignBindingsEnabled flag + ([38f8c9](https://github.com/angular/angular.js/commit/38f8c97af74649ce224b6dd45f433cc665acfbfb), + [#15782](https://github.com/angular/angular.js/issues/15782)) + - add `base[href]` to the list of RESOURCE_URL context attributes + ([1cf728](https://github.com/angular/angular.js/commit/1cf728e209a9e0016068fac2769827e8f747760e), + [#15597](https://github.com/angular/angular.js/issues/15597)) +- **$interval:** throw when trying to cancel non-$interval promise + ([a8bef9](https://github.com/angular/angular.js/commit/a8bef95127775d83d80daa4617c33227c4b443d4), + [#16424](https://github.com/angular/angular.js/issues/16424), + [#16476](https://github.com/angular/angular.js/issues/16476)) +- **$timeout:** throw when trying to cancel non-$timeout promise + ([336525](https://github.com/angular/angular.js/commit/3365256502344970f86355d3ace1cb4251ae9828), + [#16424](https://github.com/angular/angular.js/issues/16424), + [#16476](https://github.com/angular/angular.js/issues/16476)) +- **$cookies:** remove the deprecated $cookieStore factory + ([73c646](https://github.com/angular/angular.js/commit/73c6467f1468353215dc689c019ed83aa4993c77), + [#16465](https://github.com/angular/angular.js/issues/16465)) +- **$resource:** fix interceptors and success/error callbacks + ([ea0585](https://github.com/angular/angular.js/commit/ea0585773bb93fd891576e2271254a17e15f1ddd), + [#6731](https://github.com/angular/angular.js/issues/6731), + [#9334](https://github.com/angular/angular.js/issues/9334), + [#6865](https://github.com/angular/angular.js/issues/6865), + [#16446](https://github.com/angular/angular.js/issues/16446)) +- **$templateRequest:** + - give tpload error the correct namespace + ([c617d6](https://github.com/angular/angular.js/commit/c617d6dceee5b000bfceda44ced22fc16b48b18b)) + - always return the template that is stored in the cache + ([fb0099](https://github.com/angular/angular.js/commit/fb00991460cf69ae8bc7f1f826363d09c73c0d5e), + [#16225](https://github.com/angular/angular.js/issues/16225)) +- **$animate:** let cancel() reject the runner promise + ([16b82c](https://github.com/angular/angular.js/commit/16b82c6afe0ab916fef1d6ca78053b00bf5ada83), + [#14204](https://github.com/angular/angular.js/issues/14204), + [#16373](https://github.com/angular/angular.js/issues/16373)) +- **ngTouch:** + - deprecate the module and its contents + ([67f54b](https://github.com/angular/angular.js/commit/67f54b660038de2b4346b3e76d66a8dc8ccb1f9b), + [#16427](https://github.com/angular/angular.js/issues/16427), + [#16431](https://github.com/angular/angular.js/issues/16431)) + - remove ngClick override, `$touchProvider`, and `$touch` + ([11d9ad](https://github.com/angular/angular.js/commit/11d9ad1eb25eaf5967195e424108207427835d50), + [#15761](https://github.com/angular/angular.js/issues/15761), + [#15755](https://github.com/angular/angular.js/issues/15755)) +- **ngScenario:** completely remove the angular scenario runner + ([0cd392](https://github.com/angular/angular.js/commit/0cd39217828b0ad53eaf731576af17d66c18ff60), + [#9405](https://github.com/angular/angular.js/issues/9405)) +- **form:** set $submitted to true on child forms when parent is submitted + ([223de5](https://github.com/angular/angular.js/commit/223de59e988dc0cc8b4ec3a045b7c0735eba1c77), + [#10071](https://github.com/angular/angular.js/issues/10071)) +- **$rootScope:** + - provide correct value of one-time bindings in watchGroup + ([c2b8fa](https://github.com/angular/angular.js/commit/c2b8fab0a480204374d561d6b9b3d47347ac5570)) +- **ngAria:** do not set aria attributes on input[type="hidden"] + ([6d5ef3](https://github.com/angular/angular.js/commit/6d5ef34fc6a974cde73157ba94f9706723dd8f5b), + [#15113](https://github.com/angular/angular.js/issues/15113), + [#16367](https://github.com/angular/angular.js/issues/16367)) +- **ngModel, input:** improve handling of built-in named parsers + ([74b04c](https://github.com/angular/angular.js/commit/74b04c9403af4fc7df5b6420f22c9f45a3e84140), + [#14292](https://github.com/angular/angular.js/issues/14292), + [#10076](https://github.com/angular/angular.js/issues/10076), + [#16347](https://github.com/angular/angular.js/issues/16347)) +- **$httpParamSerializerJQLike:** + - call functions as jQuery does + ([a784fa](https://github.com/angular/angular.js/commit/a784fab605d825f1158c6292b3c42f8c4a502fdf), + [#16138](https://github.com/angular/angular.js/issues/16138), + [#16139](https://github.com/angular/angular.js/issues/16139)) + - follow jQuery for `null` and `undefined` + ([301fdd](https://github.com/angular/angular.js/commit/301fdda648680d89ccab607c413a7ddede7b0165)) +- **$parse:** + - do not pass scope/locals to interceptors of one-time bindings + ([87a586](https://github.com/angular/angular.js/commit/87a586eb9a23cfd0d0bb681cc778b4b8e5c8451d)) + - always pass the intercepted value to watchers + ([2ee503](https://github.com/angular/angular.js/commit/2ee5033967d5f87a516bad137686b0592e25d26b), + [#16021](https://github.com/angular/angular.js/issues/16021)) + - respect the interceptor.$stateful flag + ([de7403](https://github.com/angular/angular.js/commit/de74034ddf6f92505ccdb61be413a6df2c723f87)) +- **Angular:** remove `angular.lowercase` and `angular.uppercase` + ([1daa4f](https://github.com/angular/angular.js/commit/1daa4f2231a89ee88345689f001805ffffa9e7de), + [#15445](https://github.com/angular/angular.js/issues/15445)) +- **$controller:** remove instantiating controllers defined on window + ([e269c1](https://github.com/angular/angular.js/commit/e269c14425a3209040f65c022658770e00a36f16), + [#15349](https://github.com/angular/angular.js/issues/15349), + [#15762](https://github.com/angular/angular.js/issues/15762)) + + +## New Features +- **angular.isArray:** support Array subclasses in `angular.isArray()` + ([e3ece2](https://github.com/angular/angular.js/commit/e3ece2fad9e1e6d47b5f06815ff186d7e6f44948), + [#15533](https://github.com/angular/angular.js/issues/15533), + [#15541](https://github.com/angular/angular.js/issues/15541)) +- **$sce:** handle URL sanitization through the `$sce` service + ([1e9ead](https://github.com/angular/angular.js/commit/1e9eadcd72dbbd5c67dae8328a63e535cfa91ff9)) +- **orderBy:** consider `null` and `undefined` greater than other values + ([1d8046](https://github.com/angular/angular.js/commit/1d804645f7656d592c90216a0355b4948807f6b8), + [#15294](https://github.com/angular/angular.js/issues/15294), + [#16376](https://github.com/angular/angular.js/issues/16376)) +- **$resource:** add support for `request` and `requestError` interceptors (#15674) + ([240a3d](https://github.com/angular/angular.js/commit/240a3ddbf12a9bb79754031be95dae4b6bd2dded), + [#5146](https://github.com/angular/angular.js/issues/5146)) +- **ngModelOptions:** add debounce catch-all + allow debouncing 'default' only + ([55ba44](https://github.com/angular/angular.js/commit/55ba44913e02650b56410aa9ab5eeea5d3492b68), + [#15411](https://github.com/angular/angular.js/issues/15411), + [#16335](https://github.com/angular/angular.js/issues/16335)) +- **$compile:** lower the `xlink:href` security context for SVG's `a` and `image` elements + ([6ccbfa](https://github.com/angular/angular.js/commit/6ccbfa65d60a3dc396d0cf6da21b993ad74653fd), + [#15736](https://github.com/angular/angular.js/issues/15736)) + + +## Performance Improvements +- **$rootScope:** allow $watchCollection use of expression input watching + ([97b00c](https://github.com/angular/angular.js/commit/97b00ca497676aaff8a803762a9f8c7ff4aa24dd)) +- **ngStyle:** use $watchCollection + ([15bbd3](https://github.com/angular/angular.js/commit/15bbd3e18cd89b91f7206a06c73d40e54a8a48a0), + [#15947](https://github.com/angular/angular.js/issues/15947)) +- **$compile:** do not use deepWatch in literal one-way bindings + ([fd4f01](https://github.com/angular/angular.js/commit/fd4f0111188b62773b99ab6eab38b4d2b5d8d727), + [#15301](https://github.com/angular/angular.js/issues/15301)) + + + + +## Breaking Changes + +### **jqLite** due to: + - **[b7d396](https://github.com/angular/angular.js/commit/b7d396b8b6e8f27a1f4556d58fc903321e8d532a)**: make removeData() not remove event handlers + +Before this commit `removeData()` invoked on an element removed its event +handlers as well. If you want to trigger a full cleanup of an element, change: + +```js +elem.removeData(); +``` + +to: + +```js +angular.element.cleanData(elem); +``` + +In most cases, though, cleaning up after an element is supposed to be done +only when it's removed from the DOM as well; in such cases the following: + +```js +elem.remove(); +``` + +will remove event handlers as well. + +### **$cookies** due to: + - **[73c646](https://github.com/angular/angular.js/commit/73c6467f1468353215dc689c019ed83aa4993c77)**: remove the deprecated $cookieStore factory + +The $cookieStore has been removed. Migrate to the $cookies service. Note that +for object values you need to use the `putObject` & `getObject` methods as +`get`/`put` will not correctly save/retrieve them. + +Before: +```js +$cookieStore.put('name', {key: 'value'}); +$cookieStore.get('name'); // {key: 'value'} +$cookieStore.remove('name'); +``` + +After: +```js +$cookies.putObject('name', {key: 'value'}); +$cookies.getObject('name'); // {key: 'value'} +$cookies.remove('name'); +``` + +### **$resource** due to: + - **[ea0585](https://github.com/angular/angular.js/commit/ea0585773bb93fd891576e2271254a17e15f1ddd)**: fix interceptors and success/error callbacks + +If you are not using `success` or `error` callbacks with `$resource`, +your app should not be affected by this change. + +If you are using `success` or `error` callbacks (with or without +response interceptors), one (subtle) difference is that throwing an +error inside the callbacks will not propagate to the returned +`$promise`. Therefore, you should try to use the promises whenever +possible. E.g.: + +```js +// Avoid +User.query(function onSuccess(users) { throw new Error(); }). + $promise. + catch(function onError() { /* Will not be called. */ }); + +// Prefer +User.query(). + $promise. + then(function onSuccess(users) { throw new Error(); }). + catch(function onError() { /* Will be called. */ }); +``` + +Finally, if you are using `success` or `error` callbacks with response +interceptors, the callbacks will now always run _after_ the interceptors +(and wait for them to resolve in case they return a promise). +Previously, the `error` callback was called before the `responseError` +interceptor and the `success` callback was synchronously called after +the `response` interceptor. E.g.: + +```js +var User = $resource('/api/users/:id', {id: '@id'}, { + get: { + method: 'get', + interceptor: { + response: function(response) { + console.log('responseInterceptor-1'); + return $timeout(1000).then(function() { + console.log('responseInterceptor-2'); + return response.resource; + }); + }, + responseError: function(response) { + console.log('responseErrorInterceptor-1'); + return $timeout(1000).then(function() { + console.log('responseErrorInterceptor-2'); + return $q.reject('Ooops!'); + }); + } + } + } +}); +var onSuccess = function(value) { console.log('successCallback', value); }; +var onError = function(error) { console.log('errorCallback', error); }; + +// Assuming the following call is successful... +User.get({id: 1}, onSuccess, onError); + // Old behavior: + // responseInterceptor-1 + // successCallback, {/* Promise object */} + // responseInterceptor-2 + // New behavior: + // responseInterceptor-1 + // responseInterceptor-2 + // successCallback, {/* User object */} + +// Assuming the following call returns an error... +User.get({id: 2}, onSuccess, onError); + // Old behavior: + // errorCallback, {/* Response object */} + // responseErrorInterceptor-1 + // responseErrorInterceptor-2 + // New behavior: + // responseErrorInterceptor-1 + // responseErrorInterceptor-2 + // errorCallback, Ooops! +``` + + - **[240a3d](https://github.com/angular/angular.js/commit/240a3ddbf12a9bb79754031be95dae4b6bd2dded)**: add support for `request` and `requestError` interceptors (#15674) + +Previously, calling a `$resource` method would synchronously call +`$http`. Now, it will be called asynchronously (regardless if a +`request`/`requestError` interceptor has been defined. + +This is not expected to affect applications at runtime, since the +overall operation is asynchronous already, but may affect assertions in +tests. For example, if you want to assert that `$http` has been called +with specific arguments as a result of a `$resource` call, you now need +to run a `$digest` first, to ensure the (possibly empty) request +interceptor promise has been resolved. + +Before: +```js +it('...', function() { + $httpBackend.expectGET('/api/things').respond(...); + var Things = $resource('/api/things'); + Things.query(); + + expect($http).toHaveBeenCalledWith(...); +}); +``` + +After: +```js +it('...', function() { + $httpBackend.expectGET('/api/things').respond(...); + var Things = $resource('/api/things'); + Things.query(); + $rootScope.$digest(); + + expect($http).toHaveBeenCalledWith(...); +}); +``` + +### **$templateRequest**: + - due to **[c617d6](https://github.com/angular/angular.js/commit/c617d6dceee5b000bfceda44ced22fc16b48b18b)**: give tpload error the correct namespace + +Previously the `tpload` error was namespaced to `$compile`. If you have +code that matches errors of the form `[$compile:tpload]` it will no +longer run. You should change the code to match +`[$templateRequest:tpload]`. + + - due to **([fb0099](https://github.com/angular/angular.js/commit/fb00991460cf69ae8bc7f1f826363d09c73c0d5e)**: always return the template that is stored in the cache + +The service now returns the result of `$templateCache.put()` when making a server request to the +template. Previously it would return the content of the response directly. +This now means if you are decorating `$templateCache.put()` to manipulate the template, you will +now get this manipulated result also on the first `$templateRequest` rather than only on subsequent +calls (when the template is retrived from the cache). +In practice this should not affect any apps, as it is unlikely that they rely on the template being +different in the first and subsequent calls. + +### **$animate** due to: + - **[16b82c](https://github.com/angular/angular.js/commit/16b82c6afe0ab916fef1d6ca78053b00bf5ada83)**: let cancel() reject the runner promise + +$animate.cancel(runner) now rejects the underlying +promise and calls the catch() handler on the runner +returned by $animate functions (enter, leave, move, +addClass, removeClass, setClass, animate). +Previously it would resolve the promise as if the animation +had ended successfully. + +Example: + +```js +var runner = $animate.addClass('red'); +runner.then(function() { console.log('success')}); +runner.catch(function() { console.log('cancelled')}); + +runner.cancel(); +``` + +Pre-1.7.0, this logs 'success', 1.7.0 and later it logs 'cancelled'. +To migrate, add a catch() handler to your animation runners. + +### **angular.isArray** due to: + - **[e3ece2](https://github.com/angular/angular.js/commit/e3ece2fad9e1e6d47b5f06815ff186d7e6f44948)**: support Array subclasses in `angular.isArray()` + +Previously, `angular.isArray()` was an alias for `Array.isArray()`. +Therefore, objects that prototypally inherit from `Array` where not +considered arrays. Now such objects are considered arrays too. + +This change affects several other methods that use `angular.isArray()` +under the hood, such as `angular.copy()`, `angular.equals()`, +`angular.forEach()`, and `angular.merge()`. + +This in turn affects how dirty checking treats objects that prototypally +inherit from `Array` (e.g. MobX observable arrays). AngularJS will now +be able to handle these objects better when copying or watching. + +### **$sce** due to: + - **[1e9ead](https://github.com/angular/angular.js/commit/1e9eadcd72dbbd5c67dae8328a63e535cfa91ff9)**: handle URL sanitization through the `$sce` service + +If you use `attrs.$set` for URL attributes (a[href] and img[src]) there will no +longer be any automated sanitization of the value. This is in line with other +programmatic operations, such as writing to the innerHTML of an element. + +If you are programmatically writing URL values to attributes from untrusted +input then you must sanitize it yourself. You could write your own sanitizer or copy +the private `$$sanitizeUri` service. + +Note that values that have been passed through the `$interpolate` service within the +`URL` or `MEDIA_URL` will have already been sanitized, so you would not need to sanitize +these values again. + +### **orderBy** due to: + - **[1d8046](https://github.com/angular/angular.js/commit/1d804645f7656d592c90216a0355b4948807f6b8)**: consider `null` and `undefined` greater than other values + +When using `orderBy` to sort arrays containing `null` values, the `null` values +will be considered "greater than" all other values, except for `undefined`. +Previously, they were sorted as strings. This will result in different (but more +intuitive) sorting order. + +Before: +```js +orderByFilter(['a', undefined, 'o', null, 'z']); +//--> 'a', null, 'o', 'z', undefined +``` + +After: +```js +orderByFilter(['a', undefined, 'o', null, 'z']); +//--> 'a', 'o', 'z', null, undefined +``` + +### **ngScenario** due to: + - **[0cd392](https://github.com/angular/angular.js/commit/0cd39217828b0ad53eaf731576af17d66c18ff60)**: completely remove the angular scenario runner + +The angular scenario runner end-to-end test framework has been +removed from the project and will no longer be available on npm +or bower starting with 1.7.0. +It was deprecated and removed from the documentation in 2014. +Applications that still use it should migrate to +[Protractor](http://www.protractortest.org). +Technically, it should also be possible to continue using an +older version of the scenario runner, as the underlying APIs have +not changed. However, we do not guarantee future compatibility. + +### **form** due to: + - **[223de5](https://github.com/angular/angular.js/commit/223de59e988dc0cc8b4ec3a045b7c0735eba1c77)**: set $submitted to true on child forms when parent is submitted + +Forms will now set $submitted on child forms when they are submitted. +For example: +``` +
+ + + + +
+``` + +Submitting this form will set $submitted on "parentform" and "childform". +Previously, it was only set on "parentform". + +This change was introduced because mixing form and ngForm does not create +logically separate forms, but rather something like input groups. +Therefore, child forms should inherit the submission state from their parent form. + +### **ngAria** due to: + - **[6d5ef3](https://github.com/angular/angular.js/commit/6d5ef34fc6a974cde73157ba94f9706723dd8f5b)**: do not set aria attributes on input[type="hidden"] + +ngAria no longer sets aria-* attributes on input[type="hidden"] with ngModel. +This can affect apps that test for the presence of aria attributes on hidden inputs. +To migrate, remove these assertions. +In actual apps, this should not have a user-facing effect, as the previous behavior +was incorrect, and the new behavior is correct for accessibility. + +### **ngModel, input** due to: + - **[74b04c](https://github.com/angular/angular.js/commit/74b04c9403af4fc7df5b6420f22c9f45a3e84140)**: improve handling of built-in named parsers + +*Custom* parsers that fail to parse on input types "email", "url", "number", "date", "month", +"time", "datetime-local", "week", do no longer set `ngModelController.$error[inputType]`, and +the `ng-invalid-[inputType]` class. Also, custom parsers on input type "range" do no +longer set `ngModelController.$error.number` and the `ng-invalid-number` class. + +Instead, any custom parsers on these inputs set `ngModelController.$error.parse` and +`ng-invalid-parse`. This change was made to make distinguishing errors from built-in parsers +and custom parsers easier. + +### **ngModelOptions** due to: + - **[55ba44](https://github.com/angular/angular.js/commit/55ba44913e02650b56410aa9ab5eeea5d3492b68)**: add debounce catch-all + allow debouncing 'default' only + +the 'default' key in 'debounce' now only debounces the default event, i.e. the event +that is added as an update trigger by the different input directives automatically. + +Previously, it also applied to other update triggers defined in 'updateOn' that +did not have a corresponding key in the 'debounce'. + +This behavior is now supported via a special wildcard / catch-all key: '*'. + +See the following example: + +Pre-1.7: +'mouseup' is also debounced by 500 milliseconds because 'default' is applied: +``` +ng-model-options="{ + updateOn: 'default blur mouseup', + debounce: { 'default': 500, 'blur': 0 } +} +``` + +1.7: +The pre-1.7 behavior can be re-created by setting '*' as a catch-all debounce value: +``` +ng-model-options="{ + updateOn: 'default blur mouseup', + debounce: { '*': 500, 'blur': 0 } +} +``` + +In contrast, when only 'default' is used, 'blur' and 'mouseup' are not debounced: +``` +ng-model-options="{ + updateOn: 'default blur mouseup', + debounce: { 'default': 500 } +} +``` + +### **input\[number\]** due to: + - **[aa3f95](https://github.com/angular/angular.js/commit/aa3f951330ec7b10b43ea884d9b5754e296770ec)**: validate min/max against viewValue + +`input[type=number]` with `ngModel` now validates the input for the `max`/`min` restriction against +the `ngModelController.$viewValue` instead of against the `ngModelController.$modelValue`. + +This affects apps that use `$parsers` or `$formatters` to transform the input / model value. + +If you rely on the $modelValue validation, you can overwrite the `min`/`max` validator from a custom directive, as seen in the following example directive definition object: + +``` +{ + restrict: 'A', + require: 'ngModel', + link: function(scope, element, attrs, ctrl) { + var maxValidator = ctrl.$validators.max; + + ctrl.$validators.max = function(modelValue, viewValue) { + return maxValidator(modelValue, modelValue); + }; + } +} +``` + +### **input** due to: + - **[656c8f](https://github.com/angular/angular.js/commit/656c8fa8f23b1277cc5c214c4d0237f3393afa1e)**: listen on "change" instead of "click" for radio/checkbox ngModels + +`input[radio]` and `input[checkbox]` now listen to the "change" event instead of the "click" event. +Most apps should not be affected, as "change" is automatically fired by browsers after "click" +happens. + +Two scenarios might need migration: + +- Custom click events: + +Before this change, custom click event listeners on radio / checkbox would be called after the +input element and `ngModel` had been updated, unless they were specifically registered before +the built-in click handlers. +After this change, they are called before the input is updated, and can call event.preventDefault() +to prevent the input from updating. + +If an app uses a click event listener that expects ngModel to be updated when it is called, it now +needs to register a change event listener instead. + +- Triggering click events: + +Conventional trigger functions: + +The change event might not be fired when the input element is not attached to the document. This +can happen in **tests** that compile input elements and +trigger click events on them. Depending on the browser (Chrome and Safari) and the trigger method, +the change event will not be fired when the input isn't attached to the document. + +Before: + +```js + it('should update the model', inject(function($compile, $rootScope) { + var inputElm = $compile('')($rootScope); + + inputElm[0].click(); // Or different trigger mechanisms, such as jQuery.trigger() + expect($rootScope.checkbox).toBe(true); + }); +``` + +With this patch, `$rootScope.checkbox` might not be true, because the click event +hasn't triggered the change event. To make the test, work append the inputElm to the app's +`$rootElement`, and the `$rootElement` to the `$document`. + +After: + +```js + it('should update the model', inject(function($compile, $rootScope, $rootElement, $document) { + var inputElm = $compile('')($rootScope); + + $rootElement.append(inputElm); + $document.append($rootElement); + + inputElm[0].click(); // Or different trigger mechanisms, such as jQuery.trigger() + expect($rootScope.checkbox).toBe(true); + }); +``` + +`triggerHandler()`: + +If you are using this jQuery / jqLite function on the input elements, you don't have to attach +the elements to the document, but instead change the triggered event to "change". This is because +`triggerHandler(event)` only triggers the exact event when it has been added by jQuery / jqLite. + +### **ngStyle** due to: + - **[15bbd3](https://github.com/angular/angular.js/commit/15bbd3e18cd89b91f7206a06c73d40e54a8a48a0)**: use $watchCollection + +Previously the use of deep watch by ng-style would trigger styles to be +re-applied when nested state changed. Now only changes to direct +properties of the watched object will trigger changes. + +### **$compile** due to: + - **[38f8c9](https://github.com/angular/angular.js/commit/38f8c97af74649ce224b6dd45f433cc665acfbfb)**: remove the preAssignBindingsEnabled flag + +Previously, the `$compileProvider.preAssignBindingsEnabled` flag was supported. +The flag controlled whether bindings were available inside the controller +constructor or only in the `$onInit` hook. The bindings are now no longer +available in the constructor. + +To migrate your code: + +1. If you haven't invoked `$compileProvider.preAssignBindingsEnabled()` you +don't have to do anything to migrate. + +2. If you specified `$compileProvider.preAssignBindingsEnabled(false)`, you +can remove that statement - since AngularJS 1.6.0 this is the default so your +app should still work even in AngularJS 1.6 after such removal. Afterwards, +migrating to AngularJS 1.7.0 shouldn't require any further action. + +3. If you specified `$compileProvider.preAssignBindingsEnabled(true)` you need +to first migrate your code so that the flag can be flipped to `false`. The +instructions on how to do that are available in the "Migrating from 1.5 to 1.6" +guide: +https://docs.angularjs.org/guide/migration#migrating-from-1-5-to-1-6 +Afterwards, remove the `$compileProvider.preAssignBindingsEnabled(true)` +statement. + + - **[6ccbfa](https://github.com/angular/angular.js/commit/6ccbfa65d60a3dc396d0cf6da21b993ad74653fd)**: lower the `xlink:href` security context for SVG's `a` and `image` elements + +In the unlikely case that an app relied on RESOURCE_URL whitelisting for the +purpose of binding to the `xlink:href` property of SVG's `` or `` +elements and if the values do not pass the regular URL sanitization, they will +break. + +To fix this you need to ensure that the values used for binding to the affected +`xlink:href` contexts are considered safe URLs, e.g. by whitelisting them in +`$compileProvider`'s `aHrefSanitizationWhitelist` (for `` elements) or +`imgSrcSanitizationWhitelist` (for `` elements). + + - **[fd4f01](https://github.com/angular/angular.js/commit/fd4f0111188b62773b99ab6eab38b4d2b5d8d727)**: do not use deepWatch in literal one-way bindings + +Previously when a literal value was passed into a directive/component via +one-way binding it would be watched with a deep watcher. + +For example, for ``, a new instance of the array +would be passed into the directive/component (and trigger $onChanges) not +only if `a` changed but also if any sub property of `a` changed such as +`a.b` or `a.b.c.d.e` etc. + +This also means a new but equal value for `a` would NOT trigger such a +change. + +Now literal values use an input-based watch similar to other directive/component +one-way bindings. In this context inputs are the non-constant parts of the +literal. In the example above the input would be `a`. Changes are only +triggered when the inputs to the literal change. + + - **[1cf728](https://github.com/angular/angular.js/commit/1cf728e209a9e0016068fac2769827e8f747760e)**: add `base[href]` to the list of RESOURCE_URL context attributes + +Previously, `` would not require `baseUrl` to +be trusted as a RESOURCE_URL. Now, `baseUrl` will be sent to `$sce`'s +RESOURCE_URL checks. By default, it will break unless `baseUrl` is of the same +origin as the application document. + +Refer to the +[`$sce` API docs](https://code.angularjs.org/snapshot/docs/api/ng/service/$sce) +for more info on how to trust a value in a RESOURCE_URL context. + +Also, concatenation in trusted contexts is not allowed, which means that the +following won't work: ``. + +Either construct complex values in a controller (recommended): + +```js +this.baseUrl = '/something/' + this.partialPath; +``` +```html + +``` + +Or use string concatenation in the interpolation expression (not recommended +except for the simplest of cases): + +```html + +``` + +### **ngTouch** due to: + - **[11d9ad](https://github.com/angular/angular.js/commit/11d9ad1eb25eaf5967195e424108207427835d50)**: remove ngClick override, `$touchProvider`, and `$touch` + +The `ngClick` directive from the ngTouch module has been removed, and with it the +corresponding `$touchProvider` and `$touch` service. + +If you have included ngTouch v1.5.0 or higher in your application, and have not +changed the value of `$touchProvider.ngClickOverrideEnabled()`, or injected and used the `$touch` +service, then there are no migration steps for your code. Otherwise you must remove references to +the provider and service. + +The `ngClick` override directive had been deprecated and by default disabled since v1.5.0, +because of buggy behavior in edge cases, and a general trend to avoid special touch based +overrides of click events. In modern browsers, it should not be necessary to use a touch override +library: + +- Chrome, Firefox, Edge, and Safari remove the 300ms delay when + `` is set. +- Internet Explorer 10+, Edge, Safari, and Chrome remove the delay on elements that have the + `touch-action` css property is set to `manipulation`. + +You can find out more in these articles: +https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away +https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_9_1.html#//apple_ref/doc/uid/TP40014305-CH10-SW8 +https://blogs.msdn.microsoft.com/ie/2015/02/24/pointer-events-w3c-recommendation-interoperable-touch-and-removing-the-dreaded-300ms-tap-delay/ + +### **Angular** due to: + - **[1daa4f](https://github.com/angular/angular.js/commit/1daa4f2231a89ee88345689f001805ffffa9e7de)**: remove `angular.lowercase` and `angular.uppercase` + +The helper functions `angular.lowercase` `and angular.uppercase` have +been removed. + +These functions have been deprecated since 1.5.0. They are internally +used, but should not be exposed as they contain special locale handling +(for Turkish) to maintain internal consistency regardless of user-set locale. + +Developers should generally use the built-ins `toLowerCase` and `toUpperCase` +or `toLocaleLowerCase` and `toLocaleUpperCase` for special cases. + +Further, we generally discourage using the angular.x helpers in application code. + +### **$controller** due to: + - **[e269c1](https://github.com/angular/angular.js/commit/e269c14425a3209040f65c022658770e00a36f16)**: remove instantiating controllers defined on window + +The option to instantiate controllers from constructors on the global `window` object +has been removed. Likewise, the deprecated `$controllerProvider.allowGlobals()` +method that could enable this behavior, has been removed. + +This behavior had been deprecated since AngularJS v1.3.0, because polluting the global scope +is bad. To migrate, remove the call to $controllerProvider.allowGlobals() in the config, and +register your controller via the Module API or the $controllerProvider, e.g. + +``` +angular.module('myModule', []).controller('myController', function() {...}); + +angular.module('myModule', []).config(function($controllerProvider) { + $controllerProvider.register('myController', function() {...}); +}); + +``` + +### **$rootScope** due to: + - **[c2b8fa](https://github.com/angular/angular.js/commit/c2b8fab0a480204374d561d6b9b3d47347ac5570)**: provide correct value of one-time bindings in watchGroup + +Previously when using `$watchGroup` the entries in `newValues` and +`oldValues` represented the *most recent change of each entry*. + +Now the entries in `oldValues` will always equal the `newValues` of the previous +call of the listener. This means comparing the entries in `newValues` and +`oldValues` can be used to determine which individual expressions changed. + +For example `$scope.$watchGroup(['a', 'b'], fn)` would previously: + +| Action | newValue | oldValue | +|----------|------------|------------| +| (init) | [undefined, undefined] | [undefined, undefined] | +| `a=1` | [1, undefined] | [undefined, undefined] | +| `a=2` | [2, undefined] | [1, undefined] | +| `b=3` | [2, 3] | [1, undefined] | + + +Now the `oldValue` will always equal the previous `newValue`: + +| Action | newValue | oldValue | +|----------|------------|------------| +| (init) | [undefined, undefined] | [undefined, undefined] | +| `a=1` | [1, undefined] | [undefined, undefined] | +| `a=2` | [2, undefined] | [1, undefined] | +| `b=3` | [2, 3] | [2, undefined] | + +Note the last call now shows `a === 2` in the `oldValues` array. + +This also makes the `oldValue` of one-time watchers more clear. Previously +the `oldValue` of a one-time watcher would remain `undefined` forever. For +example `$scope.$watchGroup(['a', '::b'], fn)` would previously: + +| Action | newValue | oldValue | +|----------|------------|------------| +| (init) | [undefined, undefined] | [undefined, undefined] | +| `a=1` | [1, undefined] | [undefined, undefined] | +| `b=2` | [1, 2] | [undefined, undefined] | +| `a=b=3` | [3, 2] | [1, undefined] | + +Where now the `oldValue` will always equal the previous `newValue`: + +| Action | newValue | oldValue | +|----------|------------|------------| +| (init) | [undefined, undefined] | [undefined, undefined] | +| `a=1` | [1, undefined] | [undefined, undefined] | +| `b=2` | [1, 2] | [1, undefined] | +| `a=b=3` | [3, 2] | [1, 2] | + +### **$interval** due to: + - **[a8bef9](https://github.com/angular/angular.js/commit/a8bef95127775d83d80daa4617c33227c4b443d4)**: throw when trying to cancel non-$interval promise + +`$interval.cancel()` will throw an error if called with a promise that +was not generated by `$interval()`. Previously, it would silently do +nothing. + +Before: +```js +var promise = $interval(doSomething, 1000, 5).then(doSomethingElse); +$interval.cancel(promise); // No error; interval NOT canceled. +``` + +After: +```js +var promise = $interval(doSomething, 1000, 5).then(doSomethingElse); +$interval.cancel(promise); // Throws error. +``` + +Correct usage: +```js +var promise = $interval(doSomething, 1000, 5); +var newPromise = promise.then(doSomethingElse); +$interval.cancel(promise); // Interval canceled. +``` + +### **$timeout** due to: + - **[336525](https://github.com/angular/angular.js/commit/3365256502344970f86355d3ace1cb4251ae9828)**: throw when trying to cancel non-$timeout promise + +`$timeout.cancel()` will throw an error if called with a promise that +was not generated by `$timeout()`. Previously, it would silently do +nothing. + +Before: +```js +var promise = $timeout(doSomething, 1000).then(doSomethingElse); +$timeout.cancel(promise); // No error; timeout NOT canceled. +``` + +After: +```js +var promise = $timeout(doSomething, 1000).then(doSomethingElse); +$timeout.cancel(promise); // Throws error. +``` + +Correct usage: +```js +var promise = $timeout(doSomething, 1000); +var newPromise = promise.then(doSomethingElse); +$timeout.cancel(promise); // Timeout canceled. +``` + + + +# 1.6.10 crystalline-persuasion (2018-04-17) + +## Bug Fixes +- **$compile:** + - correctly handle `null`/`undefined` href `attrs.$set()` + ([f04e04](https://github.com/angular/angular.js/commit/f04e04e0e63e0d30c29718abd5cae634901793b2), + [#16520](https://github.com/angular/angular.js/issues/16520)) + - throw error in `$onChanges` immediately + ([b7d1e0fbd](https://github.com/angular/angular.js/commit/983e27b628fd1eab653e2b3966d90a270f27cc93), + [#15578](https://github.com/angular/angular.js/issues/15578), + [#16492](https://github.com/angular/angular.js/issues/16492)) +- **input:** + - allow overriding timezone for date input types + ([4355de](https://github.com/angular/angular.js/commit/4355dee21d26667bb7f6f21bf75c081351315033), + [#16181](https://github.com/angular/angular.js/issues/16181), + [#13382](https://github.com/angular/angular.js/issues/13382), + [#16336](https://github.com/angular/angular.js/issues/16336)) + - take timezone into account when validating minimum and maximum in date types + ([2f0ac6](https://github.com/angular/angular.js/commit/2f0ac696cb09aec3e291bb8c9c8a1092cbe3a061), + [#16342](https://github.com/angular/angular.js/issues/16342), + [#16390](https://github.com/angular/angular.js/issues/16390)) + - fix composition mode in IE for Korean input + ([9a1b7c](https://github.com/angular/angular.js/commit/9a1b7c9fa135d1dae3f9b4ccf48f081675796e92), + [#6656](https://github.com/angular/angular.js/issues/6656), + [#16273](https://github.com/angular/angular.js/issues/16273)) +- **jqLite:** use XHTML-compliant HTML as input for jqLite + ([a0c55a](https://github.com/angular/angular.js/commit/a0c55af9858075ab268a88dd7a4464788a46f4b7), + [#6917](https://github.com/angular/angular.js/issues/6917), + [#16518](https://github.com/angular/angular.js/issues/16518)) +- **minErr:** update url to https + ([52e466](https://github.com/angular/angular.js/commit/52e46683bfcc0ce0dc9a3d2ee42b389508423799)) +- **$http:** set correct xhrStatus in response when using 'timeout' + ([1faf7e](https://github.com/angular/angular.js/commit/1faf7ec30d55bba107b18efbcf0ef07732c55b91)) +- **browserTrigger:** support CompositionEvent + ([c33fd1](https://github.com/angular/angular.js/commit/c33fd1325417fdc6d7d6abc90cd935130653b149)) + + +## New Features +- **$http:** support sending XSRF token to whitelisted origins + ([bc7757](https://github.com/angular/angular.js/commit/bc775759c88b2221c2bb71d2335bc233c93f43b0), + [#7862](https://github.com/angular/angular.js/issues/7862)) +- **minErr:** strip error url from error parameters + ([980b69](https://github.com/angular/angular.js/commit/980b69dcae73dd8a3d0b9d91b63fa7711cd0ba36)) +- **$sanitize:** support enhancing elements/attributes white-lists + ([ee8e05](https://github.com/angular/angular.js/commit/ee8e05cfafe086188fc318ed4115fb56ba335112), + [#5900](https://github.com/angular/angular.js/issues/5900), + [#16326](https://github.com/angular/angular.js/issues/16326)) +- **$rootScope:** allow suspending and resuming watchers on scope + ([efb822c58](https://github.com/angular/angular.js/commit/41d5c90f170cc054b0f8f88220c22ef1ef6cc0a6), + [#16308](https://github.com/angular/angular.js/issues/5301)) + + +# 1.6.9 fiery-basilisk (2018-02-02) + + +## Bug Fixes +- **input:** add `drop` event support for IE + ([5dc076](https://github.com/angular/angular.js/commit/5dc07667de00c5e85fd69c5b7b7fe4fb5fd65a77)) +- **ngMessages:** prevent memory leak from messages that are never attached + ([9d058d](https://github.com/angular/angular.js/commit/9d058de04bb78694b83179e9b97bc40214eca01a), + [#16389](https://github.com/angular/angular.js/issues/16389), + [#16404](https://github.com/angular/angular.js/issues/16404), + [#16406](https://github.com/angular/angular.js/issues/16406)) +- **ngTransclude:** remove terminal: true + ([1d826e](https://github.com/angular/angular.js/commit/1d826e2f1e941d14c3c56d7a0249f5796ba11f85), + [#16411](https://github.com/angular/angular.js/issues/16411), + [#16412](https://github.com/angular/angular.js/issues/16412)) +- **$sanitize:** sanitize `xml:base` attributes + ([b9ef65](https://github.com/angular/angular.js/commit/b9ef6585e10477fbbf912a971fe0b390bca692a6)) + + +## New Features +- **currencyFilter:** trim whitespace around an empty currency symbol + ([367390](https://github.com/angular/angular.js/commit/3673909896efb6ff47546caf7fc61549f193e043), + [#15018](https://github.com/angular/angular.js/issues/15018), + [#15085](https://github.com/angular/angular.js/issues/15085), + [#15105](https://github.com/angular/angular.js/issues/15105)) + + + +# 1.6.8 beneficial-tincture (2017-12-18) + + +## Bug Fixes +- **$location:** + - always decode special chars in `$location.url(http://github.com/value)` + ([2bdf71](https://github.com/angular/angular.js/commit/2bdf7126878c87474bb7588ce093d0a3c57b0026)) + - decode non-component special chars in Hashbang URLS + ([57b626](https://github.com/angular/angular.js/commit/57b626a673b7530399d3377dfe770165bec35f8a)) +- **ngModelController:** allow $overrideModelOptions to set updateOn + ([55516d](https://github.com/angular/angular.js/commit/55516da2dfc7c5798dce24e9fa930c5ac90c900c), + [#16351](https://github.com/angular/angular.js/issues/16351), + [#16364](https://github.com/angular/angular.js/issues/16364)) + + +## New Features +- **$parse:** add a hidden interface to retrieve an expression's AST + ([f33d95](https://github.com/angular/angular.js/commit/f33d95cfcff6fd0270f92a142df8794cca2013ad), + [#16253](https://github.com/angular/angular.js/issues/16253), + [#16260](https://github.com/angular/angular.js/issues/16260)) + + +# 1.6.7 imperial-backstroke (2017-11-24) + + +## Bug Fixes +- **$compile:** sanitize special chars in directive name + ([c4003f](https://github.com/angular/angular.js/commit/c4003fd03489f876b646f06838f4edb576bacf6f), + [#16314](https://github.com/angular/angular.js/issues/16314), + [#16278](https://github.com/angular/angular.js/issues/16278)) +- **$location:** do not decode forward slashes in the path in HTML5 mode + ([e06ebf](https://github.com/angular/angular.js/commit/e06ebfdbb558544602fe9da4d7d98045a965f468), + [#16312](https://github.com/angular/angular.js/issues/16312)) +- **sanitizeUri:** sanitize URIs that contain IDEOGRAPHIC SPACE chars + ([ddeb1d](https://github.com/angular/angular.js/commit/ddeb1df15a23de93eb95dbe202e83e93673e1c4e), + [#16288](https://github.com/angular/angular.js/issues/16288)) +- **$rootScope:** fix potential memory leak when removing scope listeners + ([358a69](https://github.com/angular/angular.js/commit/358a69fa8b89b251ee44e523458d6c7f40b92b2d), + [#16135](https://github.com/angular/angular.js/issues/16135), + [#16161](https://github.com/angular/angular.js/issues/16161)) +- **http:** do not allow encoded callback params in jsonp requests + ([569e90](https://github.com/angular/angular.js/commit/569e906a5818271416ad0b749be2f58dc34938bd)) +- **ngMock:** pass unexpected request failures in `$httpBackend` to the error handler + ([1555a4](https://github.com/angular/angular.js/commit/1555a4911ad5360c145c0ddc8ec6c4bf9a381c13), + [#16150](https://github.com/angular/angular.js/issues/16150), + [#15855](https://github.com/angular/angular.js/issues/15855)) +- **ngAnimate:** don't close transitions when child transitions close + ([1391e9](https://github.com/angular/angular.js/commit/1391e99c7f73795180b792af21ad4402f96e225d), + [#16210](https://github.com/angular/angular.js/issues/16210)) +- **ngMock.browserTrigger:** add 'bubbles' to Transition/Animation Event + ([7a5f06](https://github.com/angular/angular.js/commit/7a5f06d55d123a39bb7b030667fb1ab672939598)) + + +## New Features +- **$sanitize, $compileProvider, linky:** add support for the "sftp" protocol in links + ([a675ea](https://github.com/angular/angular.js/commit/a675ea034366fbb0fcf0d73fed65216aa99bce11), + [#16102](https://github.com/angular/angular.js/issues/16102)) +- **ngModel.NgModelController:** expose $processModelValue to run model -> view pipeline + ([145194](https://github.com/angular/angular.js/commit/14519488ce9218aa891d34e89fc3271fd4ed0f04), + [#3407](https://github.com/angular/angular.js/issues/3407), + [#10764](https://github.com/angular/angular.js/issues/10764), + [#16237](https://github.com/angular/angular.js/issues/16237)) +- **$injector:** ability to load new modules after bootstrapping + ([6e78fe](https://github.com/angular/angular.js/commit/6e78fee73258bb0ae36414f9db2e8734273e481b)) + + +## Performance Improvements +- **jqLite:** + - avoid setting class attribute when not changed + ([9c95f6](https://github.com/angular/angular.js/commit/9c95f6d5e00ee7e054aabb3e363f5bfb3b7b4103)) + - avoid repeated add/removeAttribute in jqLiteRemoveClass + ([cab9eb](https://github.com/angular/angular.js/commit/cab9ebfd5a02e897f802bf6321b8471e4843c5d3), + [#16078](https://github.com/angular/angular.js/issues/16078), + [#16131](https://github.com/angular/angular.js/issues/16131)) + + + +# 1.6.6 interdimensional-cable (2017-08-18) + + +## Bug Fixes +- **$httpParamSerializer:** ignore functions + ([b51ded](https://github.com/angular/angular.js/commit/b51ded67366865f36c5781dd5d9b801488ec95ea), + [#16133](https://github.com/angular/angular.js/issues/16133)) +- **$resource:** do not throw when calling old `$cancelRequest()` + ([009ebe](https://github.com/angular/angular.js/commit/009ebec64c81d11b280c635167050e8906e191c6), + [#16037](https://github.com/angular/angular.js/issues/16037)) +- **$parse:** + - do not shallow-watch computed property keys + ([750465](https://github.com/angular/angular.js/commit/7504656a26202de591e4ac9674333254304edf8a)) + - support constants in computed keys + ([9d6c3f](https://github.com/angular/angular.js/commit/9d6c3f3ec233279885e37a250d25860d5c15f716)) +- **$http:** do not throw error if `Content-Type` is not `application/json` but response is JSON-like + ([2e1163](https://github.com/angular/angular.js/commit/2e1163ef5cb56d1933e8ecd7b74020b9df9c6693), + [#16027](https://github.com/angular/angular.js/issues/16027), + [#16075](https://github.com/angular/angular.js/issues/16075)) + + +## New Features +- **$compile:** add `strictComponentBindingsEnabled()` method + ([3ec181](https://github.com/angular/angular.js/commit/3ec1819b913c8edf0649e06217dbd5920f29f126), + [#16129](https://github.com/angular/angular.js/issues/16129)) +- **$resource:** add resource to response for error interceptors + ([9256db](https://github.com/angular/angular.js/commit/9256dbc4201343ce5cd63a9eadf98da4793f45af), + [#16109](https://github.com/angular/angular.js/issues/16109)) +- **$http:** allow differentiation between XHR completion, error, abort, timeout + ([5e2bc5](https://github.com/angular/angular.js/commit/5e2bc5bbf347a9dfadc08b1514b8be06fd550913), + [#15924](https://github.com/angular/angular.js/issues/15924), + [#15847](https://github.com/angular/angular.js/issues/15847)) + + + +# 1.6.5 toffee-salinization (2017-07-03) + + +## Bug Fixes +- **core:** + - correctly detect Error instances from different contexts + ([6daca0](https://github.com/angular/angular.js/commit/6daca023e42098f7098b9bf153c8e53a17af84f1), + [#15868](https://github.com/angular/angular.js/issues/15868), + [#15872](https://github.com/angular/angular.js/issues/15872)) + - deprecate `angular.merge` + ([dc41f4](https://github.com/angular/angular.js/commit/dc41f465baae9bc91418a61f446596157c530b6e), + [#12653](https://github.com/angular/angular.js/issues/12653), + [#14941](https://github.com/angular/angular.js/issues/14941), + [#15180](https://github.com/angular/angular.js/issues/15180), + [#15992](https://github.com/angular/angular.js/issues/15992), + [#16036](https://github.com/angular/angular.js/issues/16036)) +- **ngOptions:** + - re-render after empty option has been removed + ([510d0f](https://github.com/angular/angular.js/commit/510d0f946fa1a443ad43fa31bc9337676ef31332)) + - allow empty option to be removed and re-added + ([71b4da](https://github.com/angular/angular.js/commit/71b4daa4e10b6912891927ee2a7930c604b538f8)) + - select unknown option if unmatched model does not match empty option + ([17d34b](https://github.com/angular/angular.js/commit/17d34b7a983a0ef63f6cf404490385c696fb0da1)) +- **orderBy:** guarantee stable sort + ([e50ed4](https://github.com/angular/angular.js/commit/e50ed4da9e8177168f67da68bdf02f07da4e7bcf), + [#14881](https://github.com/angular/angular.js/issues/14881), + [#15914](https://github.com/angular/angular.js/issues/15914)) +- **$parse:** + - do not shallow-watch inputs to one-time intercepted expressions + ([6e3b5a](https://github.com/angular/angular.js/commit/6e3b5a57cd921823f3eca7200a79ac5c2ef0567a)) + - standardize one-time literal vs non-literal and interceptors + ([f003d9](https://github.com/angular/angular.js/commit/f003d93a3dd052dccddef41125d9c51034ac3605)) + - do not shallow-watch inputs when wrapped in an interceptor fn + ([aac562](https://github.com/angular/angular.js/commit/aac5623247a86681cbe0e1c8179617b816394c1d), + [#15905](https://github.com/angular/angular.js/issues/15905)) + - always re-evaluate filters within literals when an input is an object + ([ec9768](https://github.com/angular/angular.js/commit/ec97686f2f4a5481cc806462313a664fc7a1c893), + [#15964](https://github.com/angular/angular.js/issues/15964), + [#15990](https://github.com/angular/angular.js/issues/15990)) +- **$sanitize:** use appropriate inert document strategy for Firefox and Safari + ([8f31f1](https://github.com/angular/angular.js/commit/8f31f1ff43b673a24f84422d5c13d6312b2c4d94)) +- **$timeout/$interval:** do not trigger a digest on cancel + ([a222d0](https://github.com/angular/angular.js/commit/a222d0b452622624dc498ef0b9d3c43647fd4fbc), + [#16057](https://github.com/angular/angular.js/issues/16057), + [#16064](https://github.com/angular/angular.js/issues/16064))
+ This change might affect the use of `$timeout.flush()` in unit tests. See the commit message for + more info. +- **ngMock/$interval:** add support for zero-delay intervals in tests + ([a1e3f8](https://github.com/angular/angular.js/commit/a1e3f8728e0a80396f980e48f8dc68dde6721b2b), + [#15952](https://github.com/angular/angular.js/issues/15952), + [#15953](https://github.com/angular/angular.js/issues/15953)) +- **angular-loader:** do not depend on "closure" globals that may not be available + ([a3226d](https://github.com/angular/angular.js/commit/a3226d01fadaf145713518dc5b8022b581c34e81), + [#15880](https://github.com/angular/angular.js/issues/15880), + [#15881](https://github.com/angular/angular.js/issues/15881)) + + +## New Features +- **select:** expose info about selection state in controller + ([0b962d](https://github.com/angular/angular.js/commit/0b962d4881e98327a91c37f7317da557aa991663), + [#13172](https://github.com/angular/angular.js/issues/13172), + [#10127](https://github.com/angular/angular.js/issues/10127)) +- **$animate:** add support for `customFilter` + ([ab114a](https://github.com/angular/angular.js/commit/ab114af8508bdbdb1fa5fd1e070d08818d882e28), + [#14891](https://github.com/angular/angular.js/issues/14891)) +- **$compile:** overload `.component()` to accept object map of components + ([210112](https://github.com/angular/angular.js/commit/2101126ce72308d8fc468ca2411bb9972e614f79), + [#14579](https://github.com/angular/angular.js/issues/14579), + [#16062](https://github.com/angular/angular.js/issues/16062)) +- **$log:** log all parameters in IE 9, not just the first two. + ([3671a4](https://github.com/angular/angular.js/commit/3671a43be43d05b00c90dfb3a3f746c013139581)) +- **ngMock:** describe unflushed http requests + ([d9128e](https://github.com/angular/angular.js/commit/d9128e7b2371ab2bb5169ba854b21c78baa784d2), + [#10596](https://github.com/angular/angular.js/issues/10596), + [#15928](https://github.com/angular/angular.js/issues/15928)) + + +## Performance Improvements +- **ngOptions:** prevent initial options repainting + ([ff52b1](https://github.com/angular/angular.js/commit/ff52b188a759f2cc7ee6ee78a8c646c2354a47eb), + [#15801](https://github.com/angular/angular.js/issues/15801), + [#15812](https://github.com/angular/angular.js/issues/15812), + [#16071](https://github.com/angular/angular.js/issues/16071)) +- **$animate:** + - avoid unnecessary computations if animations are globally disabled + ([ce5ffb](https://github.com/angular/angular.js/commit/ce5ffbf667464bd58eae4c4af0917eb2685f1f6a), + [#14914](https://github.com/angular/angular.js/issues/14914)) + - do not retrieve `className` unless `classNameFilter` is used + ([275978](https://github.com/angular/angular.js/commit/27597887379a1904cd86832602e286894b449a75)) + + + + +# 1.6.4 phenomenal-footnote (2017-03-31) + + +## Bug Fixes +- **$parse:** + - standardize one-time literal vs non-literal and interceptors + ([60394a](https://github.com/angular/angular.js/commit/60394a9d91dad8932fa900af7c8529837f1d4557), + [#15858](https://github.com/angular/angular.js/issues/15858)) + - fix infinite digest errors when watching objects with .valueOf in literals + ([f5ddb1](https://github.com/angular/angular.js/commit/f5ddb10b56676c2ad912ce453acb87f0a7a94e01), + [#15867](https://github.com/angular/angular.js/issues/15867)) +- **ngModel:** prevent internal scope reference from being copied + ([e1f8a6](https://github.com/angular/angular.js/commit/e1f8a6e82bb8a70079ef3db9a891b1c08b5bae31), + [#15833](https://github.com/angular/angular.js/issues/15833)) +- **jqLite:** make jqLite invoke jqLite.cleanData as a method + ([9cde98](https://github.com/angular/angular.js/commit/9cde98cbc770f8d33fc074ba563b7ab6e2baaf8b), + [#15846](https://github.com/angular/angular.js/issues/15846)) +- **$http:** throw more informative error on invalid JSON response + ([df8887](https://github.com/angular/angular.js/commit/df88873bb79213057057adb47151b626a7ec0e5d), + [#15695](https://github.com/angular/angular.js/issues/15695), + [#15724](https://github.com/angular/angular.js/issues/15724)) +- **dateFilter:** correctly handle newlines in `format` string + ([982271](https://github.com/angular/angular.js/commit/9822711ad2a401c2449239edc13d18b301714757), + [#15794](https://github.com/angular/angular.js/issues/15794), + [#15792](https://github.com/angular/angular.js/issues/15792)) + + +## New Features +- **$resource:** add `hasBody` action configuration option + ([a9f987](https://github.com/angular/angular.js/commit/a9f987a0c9653246ea471a89197907d94c0cea2a), + [#10128](https://github.com/angular/angular.js/issues/10128), + [#12181](https://github.com/angular/angular.js/issues/12181)) + + + +# 1.6.3 scriptalicious-bootstrapping (2017-03-08) + + +## Bug Fixes +- **AngularJS:** + - do not auto-bootstrap if the `src` exists but is empty + ([3536e8](https://github.com/angular/angular.js/commit/3536e83d8a085b02bd6dcec8324800b7e6c734e4)) + - do not auto bootstrap if the currentScript has been clobbered + ([95f964](https://github.com/angular/angular.js/commit/95f964b827b6f5b5aab10af54f7831316c7a9935)) + - do not auto-bootstrap if the script source is bad and inside SVG + ([c8f78a](https://github.com/angular/angular.js/commit/c8f78a8ca9debc33a6deaf951f344b8d372bf210)) +- **$log:** don't parse error stacks manually outside of IE/Edge + ([64e5af](https://github.com/angular/angular.js/commit/64e5afc4786fdfd850c6bdb488a5aa2b8b077f74), + [#15590](https://github.com/angular/angular.js/issues/15590), + [#15767](https://github.com/angular/angular.js/issues/15767)) +- **$sanitize:** prevent clobbered elements from freezing the browser + ([3bb1dd](https://github.com/angular/angular.js/commit/3bb1dd5d7f7dcde6fea5a3148f8f10e92f451e9d), + [#15699](https://github.com/angular/angular.js/issues/15699)) +- **$animate:** + - reset `classNameFilter` to `null` when a disallowed RegExp is used + ([a584fb](https://github.com/angular/angular.js/commit/a584fb6e1569fc1dd85e23b251a7c126edc2dd5b), + [#14913](https://github.com/angular/angular.js/issues/14913)) + - improve detection on `ng-animate` in `classNameFilter` RegExp + ([1f1331](https://github.com/angular/angular.js/commit/1f13313f403381581e1c31c57ebfe7a96546c6e4), + [#14806](https://github.com/angular/angular.js/issues/14806)) +- **filterFilter:** don't throw if `key.charAt` is not a function + ([f27d19](https://github.com/angular/angular.js/commit/f27d19ed606bf05ba41698159ebbc5fbc195033e), + [#15644](https://github.com/angular/angular.js/issues/15644), + [#15660](https://github.com/angular/angular.js/issues/15660)) +- **select:** + - add attribute "selected" for `select[multiple]` + ([851367](https://github.com/angular/angular.js/commit/8513674911300b27d518383a905fde9b3f25f7ae)) + - keep original selection when using shift to add options in IE/Edge + ([97b74a](https://github.com/angular/angular.js/commit/97b74ad6fbcbc4b63e37e9eb44962d6f8de83e8b), + [#15675](https://github.com/angular/angular.js/issues/15675), + [#15676](https://github.com/angular/angular.js/issues/15676)) +- **$jsonpCallbacks:** allow `$window` to be mocked in unit tests + ([5ca0de](https://github.com/angular/angular.js/commit/5ca0de64873c32ab2f540a3226e73c4175a15c50), + [#15685](https://github.com/angular/angular.js/issues/15685), + [#15686](https://github.com/angular/angular.js/issues/15686)) + + +## New Features +- **info:** add `angularVersion` info to each module + ([1e582e](https://github.com/angular/angular.js/commit/1e582e4fa486f340150bba95927f1b26d9142de2)) +- **$injector:** add new `modules` property + ([742123](https://github.com/angular/angular.js/commit/7421235f247e5b7113345401bc5727cfbf81ddc2)) +- **Module:** add `info()` method + ([09ba69](https://github.com/angular/angular.js/commit/09ba69078de6ba52c70571b82b6205929f6facc5), + [#15225](https://github.com/angular/angular.js/issues/15225)) +- **errorHandlingConfig:** make the depth for object stringification in errors configurable + ([4a5eaf](https://github.com/angular/angular.js/commit/4a5eaf7bec85ceca8b934ebaff4d1834a1a09f57), + [#15402](https://github.com/angular/angular.js/issues/15402), + [#15433](https://github.com/angular/angular.js/issues/15433)) + + + +# 1.6.2 llamacorn-lovehug (2017-02-07) + + +## Bug Fixes +- **$compile:** + - do not swallow thrown errors in testsg + ([0377c6](https://github.com/angular/angular.js/commit/0377c6f0e890cb4ed3eb020b96720b4b34f75df3), + [#15629](https://github.com/angular/angular.js/issues/15629), + [#15631](https://github.com/angular/angular.js/issues/15631)) + - allow the usage of "$" in isolate scope property alias + ([7f2af3](https://github.com/angular/angular.js/commit/7f2af3f923e7a3f85c8862d0ed57d21c72eae904), + [#15594](https://github.com/angular/angular.js/issues/15594)) +- **$location:** correctly handle external URL change during `$digest` + ([b60761](https://github.com/angular/angular.js/commit/b607618342d6c4fab364966fe05f152be6bd4d5f), + [#11075](https://github.com/angular/angular.js/issues/11075), + [#12571](https://github.com/angular/angular.js/issues/12571), + [#15556](https://github.com/angular/angular.js/issues/15556), + [#15561](https://github.com/angular/angular.js/issues/15561)) +- **$browser:** detect external changes in `history.state` + ([fa50fb](https://github.com/angular/angular.js/commit/fa50fbaf57b3437be7a410ecaba7008dbe0ef239)) +- **$resource:** + - do not swallow errors in `success` callback + ([27146e](https://github.com/angular/angular.js/commit/27146e8a7fad54c1342179b6d291b1b5c2ebe816), + [#15624](https://github.com/angular/angular.js/issues/15624), + [#15628](https://github.com/angular/angular.js/issues/15628)) + - correctly unescape `/\.` even if `\.` comes from a param value + ([419a48](https://github.com/angular/angular.js/commit/419a4813e354496bdf0df44e3f8afaa198df1ab1), + [#15627](https://github.com/angular/angular.js/issues/15627)) + - delete `$cancelRequest()` in `toJSON()` + ([086c5d](https://github.com/angular/angular.js/commit/086c5d0354db8cb3d106b9ff966fb48d6fb46ef8), + [#15244](https://github.com/angular/angular.js/issues/15244)) +- **$animate:** correctly animate transcluded clones with `templateUrl` + ([f01212](https://github.com/angular/angular.js/commit/f01212ab5287ac7a154da7d75037ed444e81eb34), + [#15510](https://github.com/angular/angular.js/issues/15510), + [#15514](https://github.com/angular/angular.js/issues/15514)) +- **$route:** make asynchronous tasks count as pending requests + ([eb968c](https://github.com/angular/angular.js/commit/eb968c4a6884838db05369a04459066424c5bba8), + [#14159](https://github.com/angular/angular.js/issues/14159)) +- **$parse:** make sure ES6 object computed properties are watched + ([5e418b](https://github.com/angular/angular.js/commit/5e418b1145a1045da598c7863e785d647ea83850), + [#15678](https://github.com/angular/angular.js/issues/15678)) +- **$sniffer:** allow `history` for NW.js apps + ([4a593d](https://github.com/angular/angular.js/commit/4a593db79ba1e21a6aa600a82cf6d757cad94d01), + [#15474](https://github.com/angular/angular.js/issues/15474), + [#15633](https://github.com/angular/angular.js/issues/15633)) +- **input:** fix `step` validation for `input[type=number/range]` + ([c95a67](https://github.com/angular/angular.js/commit/c95a6737fbd277e40c064bd9f68f383bf119505c), + [#15504](https://github.com/angular/angular.js/issues/15504), + [#15506](https://github.com/angular/angular.js/issues/15506)) +- **select:** keep `ngModel` when selected option is recreated by `ngRepeat` + ([131af8](https://github.com/angular/angular.js/commit/131af8272d269a541d04cb522c264a91e0ec8b6a), + [#15630](https://github.com/angular/angular.js/issues/15630), + [#15632](https://github.com/angular/angular.js/issues/15632)) +- **ngValue:** correctly update the `value` property when `value` is undefined + ([05aab6](https://github.com/angular/angular.js/commit/05aab660ce74f526f2110d3b5faf9a5b4f4e664b) + [#15603](https://github.com/angular/angular.js/issues/15603), + [#15605](https://github.com/angular/angular.js/issues/15605)) +- **angularInit:** allow auto-bootstrapping from inline script + ([bb464d](https://github.com/angular/angular.js/commit/bb464d16b434b9e2de2fecf80c192d4741cba879), + [#15567](https://github.com/angular/angular.js/issues/15567), + [#15571](https://github.com/angular/angular.js/issues/15571)) +- **ngMockE2E:** ensure that mocked `$httpBackend` uses correct `$browser` + ([bd63b2](https://github.com/angular/angular.js/commit/bd63b2235cd410251cb83eebd9a47d3102830b6b), + [#15593](https://github.com/angular/angular.js/issues/15593)) + + +## New Features +- **ngModel:** add `$overrideModelOptions` support + ([2546c2](https://github.com/angular/angular.js/commit/2546c29f811b68eea4d68be7fa1c8f7bb562dc11), + [#15415](https://github.com/angular/angular.js/issues/15415)) +- **$parse:** allow watching array/object literals with non-primitive values + ([25f008](https://github.com/angular/angular.js/commit/25f008f541d68b09efd7b428b648c6d4899e6972), + [#15301](https://github.com/angular/angular.js/issues/15301)) + + + + +# 1.5.11 princely-quest (2017-01-13) + + +## Bug Fixes +- **$compile:** allow the usage of "$" in isolate scope property alias + ([e75fbc](https://github.com/angular/angular.js/commit/e75fbc494e6a0da6a9231b40bb0382431b62be07), + [#15586](https://github.com/angular/angular.js/issues/15586), + [#15594](https://github.com/angular/angular.js/issues/15594)) +- **angularInit:** allow auto-bootstrapping from inline script + ([41aa91](https://github.com/angular/angular.js/commit/41aa9125b9aaf771addb250642f524a4e6f9d8d3), + [#15567](https://github.com/angular/angular.js/issues/15567), + [#15571](https://github.com/angular/angular.js/issues/15571)) +- **$resource:** delete `$cancelRequest()` in `toJSON()` + ([4f3858](https://github.com/angular/angular.js/commit/4f3858e7c371f87534397f45b9d002add33b00cc), + [#15244](https://github.com/angular/angular.js/issues/15244)) +- **$$cookieReader:** correctly handle forbidden access to `document.cookie` + ([6933cf](https://github.com/angular/angular.js/commit/6933cf64fe51f54b10d1639f2b95bab3c1178df9), + [#15523](https://github.com/angular/angular.js/issues/15523), + [#15532](https://github.com/angular/angular.js/issues/15532)) + + + + +# 1.6.1 promise-rectification (2016-12-23) + + +## Bug Fixes +- **$q:** Add traceback to unhandled promise rejections + ([174cb4](https://github.com/angular/angular.js/commit/174cb4a8c81e25581da5b452c2bb43b0fa377a9b), + [#14631](https://github.com/angular/angular.js/issues/14631)) +- **$$cookieReader:** correctly handle forbidden access to `document.cookie` + ([33f769](https://github.com/angular/angular.js/commit/33f769b0a1214055c16fb59adad4897bf53d62bf), + [#15523](https://github.com/angular/angular.js/issues/15523)) +- **ngOptions:** do not unset the `selected` property unless necessary + ([bc4844](https://github.com/angular/angular.js/commit/bc4844d3b297d80aecef89aa1b32615024decedc), + [#15477](https://github.com/angular/angular.js/issues/15477)) +- **ngModelOptions:** work correctly when on the template of `replace` directives + ([5f8ed6](https://github.com/angular/angular.js/commit/5f8ed63f2ab02ffb9c21bf9c29d27c851d162e26), + [#15492](https://github.com/angular/angular.js/issues/15492)) +- **ngClassOdd/Even:** add/remove the correct classes when expression/`$index` change simultaneously + ([d52864](https://github.com/angular/angular.js/commit/d528644fe3e9ffd43999e7fc67806059f9e1083e)) +- **jqLite:** silently ignore `after()` if element has no parent + ([3d68b9](https://github.com/angular/angular.js/commit/3d68b9502848ff6714ef89bfb95b8e70ae34eff6), + [#15331](https://github.com/angular/angular.js/issues/15331), + [#15475](https://github.com/angular/angular.js/issues/15475)) +- **$rootScope:** when adding/removing watchers during $digest + ([163aca](https://github.com/angular/angular.js/commit/163aca336d7586a45255787af41b14b2a12361dd), + [#15422](https://github.com/angular/angular.js/issues/15422)) + + +## Performance Improvements +- **ngClass:** avoid unnecessary `.data()` accesses, deep-watching and copies + ([1d3b65](https://github.com/angular/angular.js/commit/1d3b65adc2c22ff662159ef910089cf10d1edb7b), + [#14404](https://github.com/angular/angular.js/issues/14404)) + + + + +# 1.5.10 asynchronous-synchronization (2016-12-15) + + +## Bug Fixes +- **$compile:** + - don't throw tplrt error when there is whitespace around a top-level comment + ([12752f](https://github.com/angular/angular.js/commit/12752f66ac425ab38a5ee574a4bfbf3516adc42c), + [#15108](https://github.com/angular/angular.js/issues/15108)) + - clean up `@`-binding observers when re-assigning bindings + ([f3cb6e](https://github.com/angular/angular.js/commit/f3cb6e309aa1f676e5951ac745fa886d3581c2f4), + [#15268](https://github.com/angular/angular.js/issues/15268)) + - set attribute value even if `ngAttr*` contains no interpolation + ([229799](https://github.com/angular/angular.js/commit/22979904fb754c59e9f6ee5d8763e3b8de0e18c2), + [#15133](https://github.com/angular/angular.js/issues/15133)) + - `bindToController` should work without `controllerAs` + ([944989](https://github.com/angular/angular.js/commit/9449893763a4fd95ee8ff78b53c6966a874ec9ae), + [#15088](https://github.com/angular/angular.js/issues/15088)) + - do not overwrite values set in `$onInit()` for `<`-bound literals + ([07e1ba](https://github.com/angular/angular.js/commit/07e1ba365fb5e8a049be732bd7b62f71e0aa1672), + [#15118](https://github.com/angular/angular.js/issues/15118)) + - avoid calling `$onChanges()` twice for `NaN` initial values + ([0cf5be](https://github.com/angular/angular.js/commit/0cf5be52642f7e9d81a708b3005042eac6492572)) +- **$location:** prevent infinite digest with IDN urls in Edge + ([4bf892](https://github.com/angular/angular.js/commit/4bf89218130d434771089fdfe643490b8d2ee259), + [#15217](https://github.com/angular/angular.js/issues/15217)) +- **$rootScope:** correctly handle adding/removing watchers during `$digest` + ([a9708d](https://github.com/angular/angular.js/commit/a9708de84b50f06eacda33834d5bbdfc97c97f37), + [#15422](https://github.com/angular/angular.js/issues/15422)) +- **$sce:** fix `adjustMatcher` to replace multiple `*` and `**` + ([78eecb](https://github.com/angular/angular.js/commit/78eecb43dbb0500358d333aea8955bd0646a7790)) +- **jqLite:** silently ignore `after()` if element has no parent + ([77ed85](https://github.com/angular/angular.js/commit/77ed85bcd3be057a5a79231565ac7accc6d644c6), + [#15331](https://github.com/angular/angular.js/issues/15331)) +- **input[radio]:** use non-strict comparison for checkedness + ([593a50](https://github.com/angular/angular.js/commit/593a5034841b3b7661d3bcbdd06b7a9d0876fd34)) +- **select, ngOptions:** + - let `ngValue` take precedence over option text with multiple interpolations + ([5b7ec8](https://github.com/angular/angular.js/commit/5b7ec8c84e88ee08aacaf9404853eda0016093f5), + [#15413](https://github.com/angular/angular.js/issues/15413)) + - don't add comment nodes as empty options + ([1d29c9](https://github.com/angular/angular.js/commit/1d29c91c3429de96e4103533752700d1266741be), + [#15454](https://github.com/angular/angular.js/issues/15454)) +- **ngClassOdd/Even:** add/remove the correct classes when expression/`$index` change simultaneously + ([e3d020](https://github.com/angular/angular.js/commit/e3d02070ab8a02c818dcc5114db6fba9d3f385d6)) +- **$sanitize:** reduce stack height in IE <= 11 + ([862dc2](https://github.com/angular/angular.js/commit/862dc2532f8126a4a71fd3d957884ba6f11f591c), + [#14928](https://github.com/angular/angular.js/issues/14928)) +- **ngMock/$controller:** respect `$compileProvider.preAssignBindingsEnabled()` + ([75c83f](https://github.com/angular/angular.js/commit/75c83ff3195931859a099f7a95bf81d32abf2eb3)) + + +## New Features +- **bootstrap:** do not bootstrap from unknown schemes with a different origin + ([bdeb33](https://github.com/angular/angular.js/commit/bdeb3392a8719131ab2b993f2a881c43a2860f92), + [#15428](https://github.com/angular/angular.js/issues/15428)) +- **$anchorScroll:** convert numeric hash targets to string + ([a52640](https://github.com/angular/angular.js/commit/a5264090b66ad0cf9a93de84bb7b307868c0edef), + [#14680](https://github.com/angular/angular.js/issues/14680)) +- **$compile:** + - add `preAssignBindingsEnabled` option + ([f86576](https://github.com/angular/angular.js/commit/f86576def44005f180a66e3aa12d6cc73c1ac72c)) + - throw error when directive name or factory function is invalid + ([5c9399](https://github.com/angular/angular.js/commit/5c9399d18ae5cd79e6cf6fc4377d66df00f6fcc7), + [#15056](https://github.com/angular/angular.js/issues/15056)) +- **$controller:** throw when requested controller is not registered + ([9ae793](https://github.com/angular/angular.js/commit/9ae793d8a69afe84370b601e07fc375fc18a576a), + [#14980](https://github.com/angular/angular.js/issues/14980)) +- **$location:** add support for selectively rewriting links based on attribute + ([a4a222](https://github.com/angular/angular.js/commit/a4a22266f127d3b9a6818e6f4754f048e253f693)) +- **$resource:** pass `status`/`statusText` to success callbacks + ([a8da25](https://github.com/angular/angular.js/commit/a8da25c74d2c1f6265f0fafd95bf72c981d9d678), + [#8341](https://github.com/angular/angular.js/issues/8841), + [#8841](https://github.com/angular/angular.js/issues/8841)) +- **ngSwitch:** allow multiple case matches via optional attribute `ngSwitchWhenSeparator` + ([0e1651](https://github.com/angular/angular.js/commit/0e1651bfd28ba73ebd0e4943d85af48c4506e02c), + [#3410](https://github.com/angular/angular.js/issues/3410), + [#3516](https://github.com/angular/angular.js/issues/3516)) + + +## Performance Improvements +- **all:** don't trigger digests after enter/leave of structural directives + ([c57779](https://github.com/angular/angular.js/commit/c57779d8725493c5853dceda0105dafd5c0e3a7c), + [#15322](https://github.com/angular/angular.js/issues/15322)) +- **$compile:** validate `directive.restrict` property on directive init + ([31d464](https://github.com/angular/angular.js/commit/31d464feef38b1cc950da6c8dccd0f194ebfc68b)) +- **ngOptions:** avoid calls to `element.value` + ([e269ad](https://github.com/angular/angular.js/commit/e269ad1244bc50fee9218f7c18fab3e9ab063aab)) +- **jqLite:** move bind/unbind definitions out of the loop + ([7717b9](https://github.com/angular/angular.js/commit/7717b96e950a5916a5f12fd611c73d3b06a8d717)) + + + +# 1.6.0 rainbow-tsunami (2016-12-08) + +**Here are the full changes for the release of 1.6.0 that are not already released in the 1.5.x branch, +consolidating all the changes shown in the previous 1.6.0 release candidates.** + +## New Features +- **ngModelOptions:** allow options to be inherited from ancestor `ngModelOptions` + ([296cfc](https://github.com/angular/angular.js/commit/296cfce40c25e9438bfa46a0eb27240707a10ffa), + [#10922](https://github.com/angular/angular.js/issues/10922)) +- **$compile:** + - add `preAssignBindingsEnabled` option + ([dfb8cf](https://github.com/angular/angular.js/commit/dfb8cf6402678206132e5bc603764d21e0f986ef)) + - set `preAssignBindingsEnabled` to false by default + ([bcd0d4](https://github.com/angular/angular.js/commit/bcd0d4d896d0dfdd988ff4f849c1d40366125858), + [#15352](https://github.com/angular/angular.js/issues/15352)) + - throw error when directive name or factory function is invalid + ([53a3bf](https://github.com/angular/angular.js/commit/53a3bf6634600c3aeff092eacc35edf399b27aec) + [#15056](https://github.com/angular/angular.js/issues/15056)) +- **jqLite:** + - implement `jqLite(f)` as an alias to `jqLite(document).ready(f)` + ([369fb7](https://github.com/angular/angular.js/commit/369fb7f4f73664bcdab0350701552d8bef6f605e)) + - don't throw for elements with missing `getAttribute` + ([4e6c14](https://github.com/angular/angular.js/commit/4e6c14dcae4a9a30b3610a288ef8d20db47c4417)) + - don't get/set properties when getting/setting boolean attributes + ([7ceb5f](https://github.com/angular/angular.js/commit/7ceb5f6fcc43d35d1b66c3151ce6a71c60309304), + [#14126](https://github.com/angular/angular.js/issues/14126)) + - don't remove a boolean attribute for `.attr(attrName, '')` + ([3faf45](https://github.com/angular/angular.js/commit/3faf4505732758165083c9d21de71fa9b6983f4a)) + - remove the attribute for `.attr(attribute, null)` + ([4e3624](https://github.com/angular/angular.js/commit/4e3624552284d0e725bf6262b2e468cd2c7682fa)) + - return `[]` for `.val()` on ` + + + +``` + +The migration strategy is to convert values that matched with non-strict +conversion so that they will match with strict conversion. + + +- **feat(ngModelOptions): allow options to be inherited from ancestor `ngModelOptions` + ([296cfc](https://github.com/angular/angular.js/commit/296cfce40c25e9438bfa46a0eb27240707a10ffa))**: + +The programmatic API for `ngModelOptions` has changed. You must now read options +via the `ngModelController.$options.getOption(name)` method, rather than accessing the +option directly as a property of the `ngModelContoller.$options` object. This does not +affect the usage in templates and only affects custom directives that might have been +reading options for their own purposes. + +One benefit of these changes, though, is that the `ngModelControler.$options` property +is now guaranteed to be defined so there is no need to check before accessing. + +So, previously: + +``` +var myOption = ngModelController.$options && ngModelController.$options['my-option']; +``` + +and now: + +``` +var myOption = ngModelController.$options.getOption('my-option'); +``` + +### **jqLite** due to: +- **[fc0c11](https://github.com/angular/angular.js/commit/fc0c11db845d53061430b7f05e773dcb3fb5b860)**: + camelCase keys in `jqLite#data` + +Previously, keys passed to the data method were left untouched. +Now they are internally camelCased similarly to how jQuery handles it, i.e. +only single (!) hyphens followed by a lowercase letter get converted to an +uppercase letter. This means keys `a-b` and `aB` represent the same data piece; +writing to one of them will also be reflected if you ask for the other one. + +If you use Angular with jQuery, it already behaved in this way so no changes +are required on your part. + +To migrate the code follow the examples below: + +BEFORE: + +```js +/* 1 */ +elem.data('my-key', 2); +elem.data('myKey', 3); + +/* 2 */ +elem.data('foo-bar', 42); +elem.data()['foo-bar']; // 42 +elem.data()['fooBar']; // undefined + +/* 3 */ +elem.data()['foo-bar'] = 1; +elem.data()['fooBar'] = 2; +elem.data('foo-bar'); // 1 +``` + +AFTER: + +```js +/* 1 */ +// Rename one of the keys as they would now map to the same data slot. +elem.data('my-key', 2); +elem.data('my-key2', 3); + +/* 2 */ +elem.data('foo-bar', 42); +elem.data()['foo-bar']; // undefined +elem.data()['fooBar']; // 42 + +/* 3 */ +elem.data()['foo-bar'] = 1; +elem.data()['fooBar'] = 2; +elem.data('foo-bar'); // 2 +``` + +- **[73050c](https://github.com/angular/angular.js/commit/73050cdda04675bfa6705dc841ddbbb6919eb048)**: + align jqLite camelCasing logic with JQuery + +Before, when Angular was used without jQuery, the key passed +to the css method was more heavily camelCased; now only a single (!) hyphen +followed by a lowercase letter is getting transformed. This also affects APIs +that rely on the css method, like ngStyle. + +If you use Angular with jQuery, it already behaved in this way so no changes +are needed on your part. + +To migrate the code follow the example below: + +Before: + +HTML: + +```html +// All five versions used to be equivalent. +
+
+
+
+
+``` + +JS: + +```js +// All five versions used to be equivalent. +elem.css('background_color', 'blue'); +elem.css('background:color', 'blue'); +elem.css('background-color', 'blue'); +elem.css('background--color', 'blue'); +elem.css('backgroundColor', 'blue'); + +// All five versions used to be equivalent. +var bgColor = elem.css('background_color'); +var bgColor = elem.css('background:color'); +var bgColor = elem.css('background-color'); +var bgColor = elem.css('background--color'); +var bgColor = elem.css('backgroundColor'); +``` + +After: + +HTML: + +```html +// Previous five versions are no longer equivalent but these two still are. +
+
+``` + +JS: + +```js +// Previous five versions are no longer equivalent but these two still are. +elem.css('background-color', 'blue'); +elem.css('backgroundColor', 'blue'); + +// Previous five versions are no longer equivalent but these two still are. +var bgColor = elem.css('background-color'); +var bgColor = elem.css('backgroundColor'); +``` + +- **[7ceb5f](https://github.com/angular/angular.js/commit/7ceb5f6fcc43d35d1b66c3151ce6a71c60309304)**: don't get/set properties when getting/setting boolean attributes + +Previously, all boolean attributes were reflected into the corresponding property when calling a +setter and from the corresponding property when calling a getter, even on elements that don't treat +those attributes in a special way. Now Angular doesn't do it by itself, but relies on browsers to +know when to reflect the property. Note that this browser-level conversion differs between browsers; +if you need to dynamically change the state of an element, you should modify the property, not the +attribute. See https://jquery.com/upgrade-guide/1.9/#attr-versus-prop- for a more detailed +description about a related change in jQuery 1.9. + +This change aligns jqLite with jQuery 3. To migrate the code follow the example below: + +Before: + +CSS: + +```css +input[checked="checked"] { ... } +``` + +JS: + +```js +elem1.attr('checked', 'checked'); +elem2.attr('checked', false); +``` + +After: + +CSS: + +```css +input:checked { ... } +``` + +JS: + +```js +elem1.prop('checked', true); +elem2.prop('checked', false); +``` + +- **[3faf45](https://github.com/angular/angular.js/commit/3faf4505732758165083c9d21de71fa9b6983f4a)**: + don't remove a boolean attribute for `.attr(attrName, '')` + +Before, using the `attr` method with an empty string as a value +would remove the boolean attribute. Now it sets it to its lowercase name as +was happening for every non-empty string so far. The only two values that remove +the boolean attribute are now null & false, just like in jQuery. + +To migrate the code follow the example below: + +Before: + +```js +elem.attr(booleanAttrName, ''); +``` + +After: + +```js +elem.attr(booleanAttrName, false); +``` + +or: + +```js +elem.attr(booleanAttrName, null); +``` + +- **[4e3624](https://github.com/angular/angular.js/commit/4e3624552284d0e725bf6262b2e468cd2c7682fa)**: + remove the attribute for `.attr(attribute, null)` + +Invoking `elem.attr(attributeName, null)` would set the +`attributeName` attribute value to a string `"null"`, now it removes the +attribute instead. + +To migrate the code follow the example below: + +Before: + +```js +elem.attr(attributeName, null); +``` + +After: + +```js +elem.attr(attributeName, "null"); +``` + +- **[d882fd](https://github.com/angular/angular.js/commit/d882fde2e532216e7cf424495db1ccb5be1789f8)**: + return [] for .val() on ` + + + +``` + +JavaScript: + +```js + var value = $element.val(); + if (value) { + /* do something */ + } +``` + +After: + +HTML: + +```html + +``` + +JavaScript: + +```js + var value = $element.val(); + if (value.length > 0) { + /* do something */ + } +``` + + +### `ngModel` due to: + +- **[7bc71a](https://github.com/angular/angular.js/commit/7bc71adc63bb6bb609b44dd2d3ea8fb0cd3f300b)**: + treat synchronous validators as boolean always + +Previously, only a literal `false` return would resolve as the +synchronous validator failing. Now, all falsy JavaScript values +are treated as failing the validator, as one would naturally expect. + +Specifically, the values `0` (the number zero), `null`, `NaN` and `''` (the +empty string) used to be considered valid (passing) and they are now considered +invalid (failing). The value `undefined` was treated similarly to a pending +asynchronous validator, causing the validation to be pending. `undefined` is +also now considered invalid. + +To migrate, make sure your synchronous validators are returning either a +literal `true` or a literal `false` value. For most code, we expect this to +already be the case. Only a very small subset of projects will be affected. + +Namely, anyone using `undefined` or any falsy value as a return will now see +their validation failing, whereas previously falsy values other than `undefined` +would have been seen as passing and `undefined` would have been seen as pending. + +- **[9e24e7](https://github.com/angular/angular.js/commit/9e24e774a558143b3478536911a3a4c1714564ba)**: + change controllers to use prototype methods + +The use of prototype methods instead of new methods per instance removes the ability to pass +NgModelController and FormController methods without context. + +For example + +```js +$scope.$watch('something', myNgModelCtrl.$render) +``` + +will no longer work because the `$render` method is passed without any context. +This must now be replaced with + +```js +$scope.$watch('something', function() { + myNgModelCtrl.$render(); +}) +``` + +or possibly by using `Function.prototype.bind` or `angular.bind`. + + +### `aria/ngModel` due to: + +- **[975a61](https://github.com/angular/angular.js/commit/975a6170efceb2a5e6377c57329731c0636eb8c8)**: + do not overwrite the default `$isEmpty()` method for checkboxes + +Custom `checkbox`-shaped controls (e.g. checkboxes, menuitemcheckboxes), no longer have a custom +`$isEmpty()` method on their `NgModelController` that checks for `value === false`. Unless +overwritten, the default `$isEmpty()` method will be used, which treats `undefined`, `null`, `NaN` +and `''` as "empty". + +**Note:** The `$isEmpty()` method is used to determine if the checkbox is checked ("not empty" means + "checked") and thus it can indirectly affect other things, such as the control's validity + with respect to the `required` validator (e.g. "empty" + "required" --> "invalid"). + +Before: + +```js +var template = ''; +var customCheckbox = $compile(template)(scope); +var ctrl = customCheckbox.controller('ngModel'); + +scope.$apply('value = false'); +console.log(ctrl.$isEmpty()); //--> true + +scope.$apply('value = true'); +console.log(ctrl.$isEmpty()); //--> false + +scope.$apply('value = undefined'/* or null or NaN or '' */); +console.log(ctrl.$isEmpty()); //--> false +``` + +After: + +```js +var template = ''; +var customCheckbox = $compile(template)(scope); +var ctrl = customCheckbox.controller('ngModel'); + +scope.$apply('value = false'); +console.log(ctrl.$isEmpty()); //--> false + +scope.$apply('value = true'); +console.log(ctrl.$isEmpty()); //--> false + +scope.$apply('value = undefined'/* or null or NaN or '' */); +console.log(ctrl.$isEmpty()); //--> true +``` + +-- +If you want to have a custom `$isEmpty()` method, you need to overwrite the default. For example: + +```js +.directive('myCheckbox', function myCheckboxDirective() { + return { + require: 'ngModel', + link: function myCheckboxPostLink(scope, elem, attrs, ngModelCtrl) { + ngModelCtrl.$isEmpty = function myCheckboxIsEmpty(value) { + return !value; // Any falsy value means "empty" + + // Or to restore the previous behavior: + // return value === false; + }; + } + }; +}) +``` + +### `$http` due to: +- **[b54a39](https://github.com/angular/angular.js/commit/b54a39e2029005e0572fbd2ac0e8f6a4e5d69014)**: + remove deprecated callback methods: `success()/error()` + +`$http`'s deprecated custom callback methods - `success()` and `error()` - have been removed. +You can use the standard `then()`/`catch()` promise methods instead, but note that the method +signatures and return values are different. + +`success(fn)` can be replaced with `then(fn)`, and `error(fn)` can be replaced with either +`then(null, fn)` or `catch(fn)`. + +Before: + +```js +$http(...). + success(function onSuccess(data, status, headers, config) { + // Handle success + ... + }). + error(function onError(data, status, headers, config) { + // Handle error + ... + }); +``` + +After: + +```js +$http(...). + then(function onSuccess(response) { + // Handle success + var data = response.data; + var status = response.status; + var statusText = response.statusText; + var headers = response.headers; + var config = response.config; + ... + }, function onError(response) { + // Handle error + var data = response.data; + var status = response.status; + var statusText = response.statusText; + var headers = response.headers; + var config = response.config; + ... + }); + +// or + +$http(...). + then(function onSuccess(response) { + // Handle success + var data = response.data; + var status = response.status; + var statusText = response.statusText; + var headers = response.headers; + var config = response.config; + ... + }). + catch(function onError(response) { + // Handle error + var data = response.data; + var status = response.status; + var statusText = response.statusText; + var headers = response.headers; + var config = response.config; + ... + }); +``` + +**Note:** +There is a subtle difference between the variations showed above. When using +`$http(...).success(onSuccess).error(onError)` or `$http(...).then(onSuccess, onError)`, the +`onError()` callback will only handle errors/rejections produced by the `$http()` call. If the +`onSuccess()` callback produces an error/rejection, it won't be handled by `onError()` and might go +unnoticed. In contrast, when using `$http(...).then(onSuccess).catch(onError)`, `onError()` will +handle errors/rejections produced by both `$http()` _and_ `onSuccess()`. + +- **[fb6634](https://github.com/angular/angular.js/commit/fb663418710736161a6b5da49c345e92edf58dcb)**: + JSONP callback must be specified by `jsonpCallbackParam` config + +You can no longer use the `JSON_CALLBACK` placeholder in your JSONP requests. +Instead you must provide the name of the query parameter that will pass the +callback via the `jsonpCallbackParam` property of the config object, or app-wide via +the `$http.defaults.jsonpCallbackParam` property, which is `"callback"` by default. + +Before this change: + +```js +$http.json('trusted/url?callback=JSON_CALLBACK'); +$http.json('other/trusted/url', {params: {cb:'JSON_CALLBACK'}}); +``` + +After this change: + +```js +$http.json('trusted/url'); +$http.json('other/trusted/url', {jsonpCallbackParam:'cb'}); +``` + +- **[6476af](https://github.com/angular/angular.js/commit/6476af83cd0418c84e034a955b12a842794385c4)**: + JSONP requests now require a trusted resource URL + +All JSONP requests now require the URL to be trusted as resource URLs. +There are two approaches to trust a URL: + +**Whitelisting with the `$sceDelegateProvider.resourceUrlWhitelist()` +method.** + +You configure this list in a module configuration block: + +```js +appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) { + $sceDelegateProvider.resourceUrlWhitelist([ + // Allow same origin resource loads. + 'self', + // Allow JSONP calls that match this pattern + 'https://some.dataserver.com/**.jsonp?**' + ]); +}]); +``` + +**Explicitly trusting the URL via the `$sce.trustAsResourceUrl(url)` +method.** + +You can pass a trusted object instead of a string as a URL to the `$http` +service: + +```js +var promise = $http.jsonp($sce.trustAsResourceUrl(url)); +``` + +- **[4f6f2b](https://github.com/angular/angular.js/commit/4f6f2bce4ac93b85320e42e5023c09d099779b7d)**: + properly increment/decrement `$browser.outstandingRequestCount` + +HTTP requests now update the outstanding request count synchronously. +Previously the request count would not have been updated until the +request to the server is actually in flight. Now the request count is +updated before the async interceptor is called. + +The new behaviour is correct but it may change the expected behaviour in +a small number of e2e test cases where an async request interceptor is +being used. + + +### `$q` due to: + +- **[e13eea](https://github.com/angular/angular.js/commit/e13eeabd7e34a78becec06cfbe72c23f2dcb85f9)**: + treat thrown errors as regular rejections + +Previously, throwing an error from a promise's `onFulfilled` or `onRejection` handlers, would result +in passing the error to the `$exceptionHandler()` (in addition to rejecting the promise with the +error as reason). + +Now, a thrown error is treated exactly the same as a regular rejection. This applies to all +services/controllers/filters etc that rely on `$q` (including built-in services, such as `$http` and +`$route`). For example, `$http`'s `transformRequest/Response` functions or a route's `redirectTo` +function as well as functions specified in a route's `resolve` object, will no longer result in a +call to `$exceptionHandler()` if they throw an error. Other than that, everything will continue to +behave in the same way; i.e. the promises will be rejected, route transition will be cancelled, +`$routeChangeError` events will be broadcasted etc. + +- **[c9dffd](https://github.com/angular/angular.js/commit/c9dffde1cb167660120753181cb6d01dc1d1b3d0)**: + report promises with non rejection callback + +Unhandled rejected promises will be logged to $exceptionHandler. + +Tests that depend on specific order or number of messages in $exceptionHandler +will need to handle rejected promises report. + + +### `ngTransclude` due to: + +- **[32aa7e](https://github.com/angular/angular.js/commit/32aa7e7395527624119e3917c54ee43b4d219301)**: + use fallback content if only whitespace is provided + +Previously whitespace only transclusion would be treated as the transclusion +being "not empty", which meant that fallback content was not used in that +case. + +Now if you only provide whitespace as the transclusion content, it will be +assumed to be empty and the fallback content will be used instead. + +If you really do want whitespace then you can force it to be used by adding +a comment to the whitespace. + +Previously this would not fallback to default content: + +```html + + +``` + +Now the whitespace between the opening and closing tags is treated as empty. To force the +previous behaviour simply add a comment: + +```html + + +``` + + +### `$compile` due to: + +- **[13c252](https://github.com/angular/angular.js/commit/13c2522baf7c8f616b2efcaab4bffd54c8736591)**: + correctly merge consecutive text nodes on IE11 + +**Note:** Everything described below affects **IE11 only**. + +Previously, consecutive text nodes would not get merged if they had no parent. They will now, which +might have unexpected side effects in the following cases: + +1. Passing an array or jqLite/jQuery collection of parent-less text nodes to `$compile` directly: + + ```js + // Assuming: + var textNodes = [ + document.createTextNode('{{'), + document.createTextNode('"foo:"'), + document.createTextNode('}}') + ]; + var compiledNodes = $compile(textNodes)($rootScope); + + // Before: + console.log(compiledNodes.length); // 3 + console.log(compiledNodes.text()); // {{'foo'}} + + // After: + console.log(compiledNodes.length); // 1 + console.log(compiledNodes.text()); // foo + + // To get the old behavior, compile each node separately: + var textNodes = [ + document.createTextNode('{{'), + document.createTextNode('"foo"'), + document.createTextNode('}}') + ]; + var compiledNodes = angular.element(textNodes.map(function (node) { + return $compile(node)($rootScope)[0]; + })); + ``` + +2. Using multi-slot transclusion with non-consecutive, default-content text nodes (that form + interpolated expressions when merged): + + ```js + // Assuming the following component: + .component('someThing', { + template: '' + transclude: { + ignored: 'veryImportantContent' + } + }) + ``` + + ```html + + + {{ + Nooot + 'foo'}} + + + + + + {{ <-- Two separate + 'foo'}} <-- text nodes + + + + + + + foo <-- The text nodes were merged into `{{'foo'}}`, which was then interpolated + + + + + + + {{ + Nooot + 'foo'}} + + + + + + {{ <-- Two separate + 'foo'}} <-- nodes + + + ``` + +- **[b89c21](https://github.com/angular/angular.js/commit/b89c2181a9a165e06c027390164e08635ec449f4)**: + move check for interpolation of `on-"event"` attributes to compile time + +Using interpolation in any on* event attributes (e.g. `
+ + +{# Be aware that we need these extra new lines here or marked will not realize that the
+ above is HTML and wrap each line in a

- thus breaking the HTML #} diff --git a/docs/config/templates/examples/template.css b/docs/config/templates/examples/template.css new file mode 100644 index 000000000000..82cb1e38ad5d --- /dev/null +++ b/docs/config/templates/examples/template.css @@ -0,0 +1 @@ +{$ doc.fileContents $} \ No newline at end of file diff --git a/docs/config/templates/examples/template.html b/docs/config/templates/examples/template.html new file mode 100644 index 000000000000..82cb1e38ad5d --- /dev/null +++ b/docs/config/templates/examples/template.html @@ -0,0 +1 @@ +{$ doc.fileContents $} \ No newline at end of file diff --git a/docs/config/templates/examples/template.js b/docs/config/templates/examples/template.js new file mode 100644 index 000000000000..7cc69668f9ae --- /dev/null +++ b/docs/config/templates/examples/template.js @@ -0,0 +1,4 @@ +(function(angular) { + 'use strict'; +{$ doc.fileContents $} +})(window.angular); \ No newline at end of file diff --git a/docs/config/templates/examples/template.json b/docs/config/templates/examples/template.json new file mode 100644 index 000000000000..82cb1e38ad5d --- /dev/null +++ b/docs/config/templates/examples/template.json @@ -0,0 +1 @@ +{$ doc.fileContents $} \ No newline at end of file diff --git a/docs/config/templates/examples/template.protractor b/docs/config/templates/examples/template.protractor new file mode 100644 index 000000000000..82cb1e38ad5d --- /dev/null +++ b/docs/config/templates/examples/template.protractor @@ -0,0 +1 @@ +{$ doc.fileContents $} \ No newline at end of file diff --git a/docs/config/templates/examples/template.scenario b/docs/config/templates/examples/template.scenario new file mode 100644 index 000000000000..82cb1e38ad5d --- /dev/null +++ b/docs/config/templates/examples/template.scenario @@ -0,0 +1 @@ +{$ doc.fileContents $} \ No newline at end of file diff --git a/docs/config/templates/examples/template.spec b/docs/config/templates/examples/template.spec new file mode 100644 index 000000000000..82cb1e38ad5d --- /dev/null +++ b/docs/config/templates/examples/template.spec @@ -0,0 +1 @@ +{$ doc.fileContents $} \ No newline at end of file diff --git a/docs/config/templates/ngdoc/api/api.template.html b/docs/config/templates/ngdoc/api/api.template.html new file mode 100644 index 000000000000..0a622197b4e2 --- /dev/null +++ b/docs/config/templates/ngdoc/api/api.template.html @@ -0,0 +1,63 @@ +{% extends "base.template.html" %} +{% import "lib/deprecated.html" as x -%} + +{% block content %} + + +  View Source + + +{% block header %} +

+

{$ doc.name $}

+
    + {% block related_components %}{% endblock %} +
  1. + - {$ doc.docType $} in module {$ doc.moduleDoc.name $} +
  2. +
+
+{% endblock %} + +{$ x.deprecatedBlock(doc) $} + +{% block description %} +
+

Overview

+ {$ doc.description | marked $} +
+{% endblock %} + +{% if doc.knownIssues %} +

Known Issues

+{% for issue in doc.knownIssues -%} +
+ {$ issue | marked $} +
+{% endfor -%} +{% endif %} + +
+ {% block dependencies %} + {%- if doc.requires %} +

Dependencies

+
    + {% for require in doc.requires %}
  • {$ require | link $}
  • {% endfor %} +
+ {% endif -%} + {% endblock %} + + {% block additional %} + {% endblock %} + + {% block examples %} + {%- if doc.examples %} +

{$ "Examples" if doc.examples | length > 1 else "Example" $}

+ {%- for example in doc.examples -%} + {$ example | marked $} + {%- endfor -%} + {% endif -%} + {% endblock %} +
+ +{% endblock %} diff --git a/docs/config/templates/ngdoc/api/componentGroup.template.html b/docs/config/templates/ngdoc/api/componentGroup.template.html new file mode 100644 index 000000000000..b3780f718a92 --- /dev/null +++ b/docs/config/templates/ngdoc/api/componentGroup.template.html @@ -0,0 +1,31 @@ +{% block content %} +

+ {%- if doc.title -%} + {$ doc.title $} + {%- elif doc.moduleName -%} + {$ doc.groupType | title $} components in {$ doc.moduleName | code $} + {%- else -%} + Pages + {%- endif -%} +

+ +{$ doc.description | marked $} + +
+
+ + + + + + {% for page in doc.components %} + + + + + {% endfor %} +
NameDescription
{$ page.id | link(page.name, page) $}{$ page.description | firstParagraph | marked $}
+
+
+ +{% endblock %} \ No newline at end of file diff --git a/docs/config/templates/ngdoc/api/directive.template.html b/docs/config/templates/ngdoc/api/directive.template.html new file mode 100644 index 000000000000..0a3480eee988 --- /dev/null +++ b/docs/config/templates/ngdoc/api/directive.template.html @@ -0,0 +1,86 @@ +{% import "lib/macros.html" as lib -%} +{% extends "api/api.template.html" %} + +{% block additional %} +

Directive Info

+
    + {% if doc.scope %}
  • This directive creates new scope.
  • {% endif %} +
  • This directive executes at priority level {$ doc.priority $}.
  • + {% if doc.multiElement %}
  • This directive can be used as {@link $compile#-multielement- multiElement}
  • {% endif %} +
+ + {% block usage %} +

Usage

+
+ {% if doc.usage %} + {$ doc.usage | marked $} + {% else %} +
    + {% if doc.restrict.element %} +
  • as element: + {% code %} + <{$ doc.name | dashCase $} + {%- for param in doc.params %} + {$ lib.directiveParam(param.alias or param.name, param.type, '="', '"') $} + {%- endfor %}> + ... + + {% endcode %} +
  • + {% endif -%} + + + {% set hasNameAsParam = false %} + + {# when a directive's name is not a parameter (i.e. doesn't take a value), + add the directive name to the list of attributes and/or css classes #} + + {%- for param in doc.params %} + {% set hasNameAsParam = true if param.name === doc.name else hasNameAsParam %} + {%- endfor %} + + {%- if doc.restrict.attribute -%} +
  • as attribute: + {% code %} + <{$ doc.element $} + {%- if not hasNameAsParam %} + {$ lib.directiveParam(doc.name, {}, '', '') $} + {%- endif -%} + {%- for param in doc.params %} + {$ lib.directiveParam(param.name, param.type, '="', '"') $} + {%- endfor %}> + ... + + {% endcode %} +
  • + {% endif -%} + + {%- if doc.restrict.cssClass -%} + +
  • as CSS class: + {% code %} + {% set sep = joiner(' ') %} + <{$ doc.element $} class=" + {%- if not hasNameAsParam -%} + {$ sep() $}{$ lib.directiveParam(doc.name, {}, '', '') $} + {%- endif -%} + {%- for param in doc.params -%} + {$ sep() $}{$ lib.directiveParam(param.name, param.type, ': ', ';') $} + {%- endfor %}"> ... + {% endcode %} +
  • + {% endif -%} + + {%- endif %} +
+ {% endblock -%} + + {% include "lib/params.template.html" %} + {% include "lib/events.template.html" %} + + {%- if doc.animations %} +

Animations

+ {$ doc.animations | marked $} + {$ 'module:ngAnimate.$animate' | link('Click here', doc) $} to learn more about the steps involved in the animation. + {%- endif -%} +{% endblock %} diff --git a/docs/config/templates/ngdoc/api/filter.template.html b/docs/config/templates/ngdoc/api/filter.template.html new file mode 100644 index 000000000000..28fcef1f1c9c --- /dev/null +++ b/docs/config/templates/ngdoc/api/filter.template.html @@ -0,0 +1,26 @@ +{% import "lib/macros.html" as lib -%} +{% extends "api/api.template.html" %} + +{% block additional %} +

Usage

+

In HTML Template Binding

+ {% if doc.usage %} + {$ doc.usage | code $} + {% else %} + {% code -%} + {{ {$ doc.name $}_expression | {$ doc.name $} + {%- for param in doc.params %}{% if not loop.first %} : {$ param.name $}{% endif %}{% endfor -%} + }} + {%- endcode %} + {% endif %} + +

In JavaScript

+ {% code -%} + {%- set sep = joiner(', ') -%} + $filter('{$ doc.name $}')({% for param in doc.params %}{$ sep() $}{$ param.name $}{% endfor -%}) + {%- endcode %} + + {% include "lib/params.template.html" %} + {% include "lib/this.template.html" %} + {% include "lib/returns.template.html" %} +{% endblock %} diff --git a/docs/config/templates/ngdoc/api/function.template.html b/docs/config/templates/ngdoc/api/function.template.html new file mode 100644 index 000000000000..dcf3778ca8a6 --- /dev/null +++ b/docs/config/templates/ngdoc/api/function.template.html @@ -0,0 +1 @@ +{% extends "api/object.template.html" %} diff --git a/docs/config/templates/ngdoc/api/input.template.html b/docs/config/templates/ngdoc/api/input.template.html new file mode 100644 index 000000000000..4fd03b97e799 --- /dev/null +++ b/docs/config/templates/ngdoc/api/input.template.html @@ -0,0 +1,12 @@ +{% import "lib/macros.html" as lib -%} +{% extends "api/directive.template.html" %} + +{% block usage %} +

Usage

+ {% code %} + + {% endcode %} +{% endblock %} \ No newline at end of file diff --git a/docs/config/templates/ngdoc/api/module.template.html b/docs/config/templates/ngdoc/api/module.template.html new file mode 100644 index 000000000000..248b4093d3a5 --- /dev/null +++ b/docs/config/templates/ngdoc/api/module.template.html @@ -0,0 +1,105 @@ +{% extends "base.template.html" %} +{% import "lib/deprecated.html" as x %} + +{% block content %} +

+ {% if doc.title %}{$ doc.title | marked $}{% else %}{$ doc.name | code $}{% endif %} +

+ +{$ x.deprecatedBlock(doc) $} + +

Installation

+{% if doc.installation or doc.installation == '' %} + {$ doc.installation | marked $} +{% else %} + +

First, get the file:

+
    +
  • + Google CDN e.g. + {% code %}"//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/{$ doc.packageFile $}"{% endcode %} +
  • +
  • + NPM e.g. + {% code %}npm install --save {$ doc.packageName $}@X.Y.Z{% endcode %} + or + {% code %}yarn add {$ doc.packageName $}@X.Y.Z{% endcode %} +
  • +
  • + Bower e.g. + {% code %}bower install {$ doc.packageName $}#X.Y.Z{% endcode %} +
  • +
  • + code.angularjs.org + (discouraged for production use) e.g. + {% code %}"//code.angularjs.org/X.Y.Z/{$ doc.packageFile $}"{% endcode %} +
  • +
+

where X.Y.Z is the AngularJS version you are running.

+ +

Then, include {$ doc.packageFile | code $} in your HTML:

+ + {% code %} + + + {% endcode %} + +

Finally, load the module in your application by adding it as a dependent module:

+ {% code %} + angular.module('app', ['{$ doc.name $}']); + {% endcode %} + +

With that you're ready to get started!

+{% endif %} + +{$ doc.description | marked $} + +{% if doc.knownIssueDocs %} +
+

Known Issues

+ + + {% for issueDoc in doc.knownIssueDocs -%} + + + + + {% endfor -%} +
NameDescription
{$ issueDoc.id | link(issueDoc.name, issueDoc) $} + {% for issue in issueDoc.knownIssues -%} + {$ issue | marked $} {% if not loop.last %}
{% endif %} + {% endfor -%} +
+
+{% endif %} + + +{% if doc.componentGroups.length %} +
+

Module Components

+ {% for componentGroup in doc.componentGroups %} +
+

{$ componentGroup.groupType | title $}

+ + + + + + {% for component in componentGroup.components %} + + + + + {% endfor %} +
NameDescription
{$ component.id | link(component.name, component) $}{$ component.description | firstParagraph | marked $}
+
+ {% endfor %} +
+{% endif %} + +{% if doc.usage %} +

Usage

+ {$ doc.usage | marked $} +{% endif %} + +{% endblock %} diff --git a/docs/config/templates/ngdoc/api/object.template.html b/docs/config/templates/ngdoc/api/object.template.html new file mode 100644 index 000000000000..ca5311446cc6 --- /dev/null +++ b/docs/config/templates/ngdoc/api/object.template.html @@ -0,0 +1,23 @@ +{% import "lib/macros.html" as lib %} +{% extends "api/api.template.html" %} + +{% block additional %} + + {% if doc.params or doc.returns or doc.this or doc.kind == 'function' -%} +

Usage

+ {% if doc.usage %} + {$ doc.usage | code $} + {% else %} + {$ lib.functionSyntax(doc) $} + {% endif %} + + {% include "lib/params.template.html" %} + {% include "lib/this.template.html" %} + {% include "lib/returns.template.html" %} + {%- endif %} + + {% include "lib/methods.template.html" %} + {% include "lib/events.template.html" %} + {% include "lib/properties.template.html" %} + +{% endblock %} diff --git a/docs/config/templates/ngdoc/api/provider.template.html b/docs/config/templates/ngdoc/api/provider.template.html new file mode 100644 index 000000000000..f0a1a976a42c --- /dev/null +++ b/docs/config/templates/ngdoc/api/provider.template.html @@ -0,0 +1,9 @@ +{% extends "api/object.template.html" %} + +{% block related_components %} + {% if doc.serviceDoc -%} +
  • + - {$ doc.serviceDoc.name $} +
  • + {%- endif %} +{% endblock %} diff --git a/docs/config/templates/ngdoc/api/service.template.html b/docs/config/templates/ngdoc/api/service.template.html new file mode 100644 index 000000000000..dce54fe4a4ba --- /dev/null +++ b/docs/config/templates/ngdoc/api/service.template.html @@ -0,0 +1,9 @@ +{% extends "api/object.template.html" %} + +{% block related_components %} + {% if doc.providerDoc -%} +
  • + - {$ doc.providerDoc.name $} +
  • + {%- endif %} +{% endblock %} diff --git a/docs/config/templates/ngdoc/api/type.template.html b/docs/config/templates/ngdoc/api/type.template.html new file mode 100644 index 000000000000..dcf3778ca8a6 --- /dev/null +++ b/docs/config/templates/ngdoc/api/type.template.html @@ -0,0 +1 @@ +{% extends "api/object.template.html" %} diff --git a/docs/config/templates/ngdoc/base.template.html b/docs/config/templates/ngdoc/base.template.html new file mode 100644 index 000000000000..63851d82e636 --- /dev/null +++ b/docs/config/templates/ngdoc/base.template.html @@ -0,0 +1,4 @@ + Improve this Doc + +{% block content %} +{% endblock %} diff --git a/docs/config/templates/ngdoc/lib/deprecated.html b/docs/config/templates/ngdoc/lib/deprecated.html new file mode 100644 index 000000000000..d1521e69ce83 --- /dev/null +++ b/docs/config/templates/ngdoc/lib/deprecated.html @@ -0,0 +1,9 @@ +{% macro deprecatedBlock(doc) %}{% if doc.deprecated %} +
    +
    Deprecated: + {% if doc.deprecated.sinceVersion %}(since {$ doc.deprecated.sinceVersion $}) {% endif %} + {% if doc.deprecated.removeVersion %}(to be removed in {$ doc.deprecated.removeVersion $}) {% endif %} +
    + {$ doc.deprecated.description | marked $} +
    +{% endif %}{% endmacro %} \ No newline at end of file diff --git a/docs/config/templates/ngdoc/lib/events.template.html b/docs/config/templates/ngdoc/lib/events.template.html new file mode 100644 index 000000000000..b4b159de5008 --- /dev/null +++ b/docs/config/templates/ngdoc/lib/events.template.html @@ -0,0 +1,37 @@ +{% import "lib/macros.html" as lib -%} +{% import "lib/deprecated.html" as x -%} + +{%- if doc.events %} +

    Events

    +
      + {%- for event in doc.events %} +
    • +

      {$ event.name $}

      +
      {$ event.description | marked $}
      + + {$ x.deprecatedBlock(event) $} + + {%- if event.eventType == 'listen' %} +
      +

      Listen on: {$ event.eventTarget $}

      +
      + {%- else %} +
      +

      Type:

      +
      {$ event.eventType $}
      +
      +
      +

      Target:

      +
      {$ event.eventTarget $}
      +
      + {% endif -%} + {%- if event.params %} +
      +

      Parameters

      + {$ lib.paramTable(event.params) $} +
      + {%- endif -%} +
    • + {% endfor -%} +
    +{% endif -%} diff --git a/docs/config/templates/ngdoc/lib/macros.html b/docs/config/templates/ngdoc/lib/macros.html new file mode 100644 index 000000000000..8fbd577d4008 --- /dev/null +++ b/docs/config/templates/ngdoc/lib/macros.html @@ -0,0 +1,60 @@ +{% macro typeList(types) -%} +{% for typeName in types %}{$ typeName | escape $}{% endfor %} +{%- endmacro -%} + +{%- macro paramTable(params) %} + + + + + + + + + + {% for param in params %} + + + + + + {% endfor %} + +
    ParamTypeDetails
    + {$ param.name $} + {% if param.alias %}| {$ param.alias $}{% endif %} + {% if param.optional %}
    (optional)
    {% endif %} +
    + {$ typeList(param.typeList) $} + + {$ param.description | marked $} + {% if param.defaultValue %}

    (default: {$ param.defaultValue $})

    {% endif %} +
    +{% endmacro -%} + + +{%- macro directiveParam(name, type, join, sep) %} + {%- if type.optional %}[{% endif -%} + {$ name | dashCase $}{$ join $}{$ type.name $}{$ sep $} + {%- if type.optional %}]{% endif -%} +{% endmacro -%} + +{%- macro functionSyntax(fn) %} + {%- set sep = joiner(', ') -%} + {% marked -%} + `{$ fn.name $}({%- for param in fn.params %}{$ sep() $} + {%- if param.type.optional %}[{% endif -%} + {$ param.name $} + {%- if param.type.optional %}]{% endif -%} + {% endfor %});` + {%- endmarked %} +{% endmacro -%} + +{%- macro typeInfo(fn) -%} + + + + + +
    {$ typeList(fn.typeList) $}{$ fn.description | marked $}
    +{%- endmacro -%} diff --git a/docs/config/templates/ngdoc/lib/methods.template.html b/docs/config/templates/ngdoc/lib/methods.template.html new file mode 100644 index 000000000000..ea9218a568b7 --- /dev/null +++ b/docs/config/templates/ngdoc/lib/methods.template.html @@ -0,0 +1,39 @@ +{% import "lib/macros.html" as lib -%} +{% import "lib/deprecated.html" as x -%} + +{%- if doc.methods %} +

    Methods

    +
      + {%- for method in doc.methods %} +
    • +

      {$ lib.functionSyntax(method) $}

      +
      {$ method.description | marked $}
      + + {$ x.deprecatedBlock(method) $} + + {% if method.params %} +

      Parameters

      + {$ lib.paramTable(method.params) $} + {% endif %} + + {% if method.this %} +

      Method's `this`

      + {$ method.this | marked $} + {% endif %} + + {% if method.returns %} +

      Returns

      + {$ lib.typeInfo(method.returns) $} + {% endif %} + + {%- if method.examples %} +

      {$ "Examples" if method.examples | length > 1 else "Example" $}

      + {%- for example in method.examples -%} + {$ example | marked $} + {%- endfor -%} + {% endif -%} + +
    • + {% endfor -%} +
    +{%- endif -%} diff --git a/docs/config/templates/ngdoc/lib/params.template.html b/docs/config/templates/ngdoc/lib/params.template.html new file mode 100644 index 000000000000..24d21d73a881 --- /dev/null +++ b/docs/config/templates/ngdoc/lib/params.template.html @@ -0,0 +1,7 @@ +{% import "lib/macros.html" as lib -%} +{%- if doc.params %} +
    +

    Arguments

    +{$ lib.paramTable(doc.params) $} +
    +{%- endif -%} diff --git a/docs/config/templates/ngdoc/lib/properties.template.html b/docs/config/templates/ngdoc/lib/properties.template.html new file mode 100644 index 000000000000..22e792382d9e --- /dev/null +++ b/docs/config/templates/ngdoc/lib/properties.template.html @@ -0,0 +1,15 @@ +{% import "lib/macros.html" as lib -%} +{% import "lib/deprecated.html" as x -%} + +{%- if doc.properties %} +

    Properties

    +
      + {%- for property in doc.properties %} +
    • +

      {$ property.name | code $}

      + {$ lib.typeInfo(property) $} + {$ x.deprecatedBlock(property) $} +
    • + {% endfor -%} +
    +{%- endif -%} diff --git a/docs/config/templates/ngdoc/lib/returns.template.html b/docs/config/templates/ngdoc/lib/returns.template.html new file mode 100644 index 000000000000..80d54b3b7954 --- /dev/null +++ b/docs/config/templates/ngdoc/lib/returns.template.html @@ -0,0 +1,5 @@ +{% import "lib/macros.html" as lib -%} +{% if doc.returns -%} +

    Returns

    +{$ lib.typeInfo(doc.returns) $} +{%- endif %} \ No newline at end of file diff --git a/docs/config/templates/ngdoc/lib/this.template.html b/docs/config/templates/ngdoc/lib/this.template.html new file mode 100644 index 000000000000..1829c1b374d6 --- /dev/null +++ b/docs/config/templates/ngdoc/lib/this.template.html @@ -0,0 +1,4 @@ +{% if doc.this %} +

    Method's `this`

    +{$ doc.this | marked $} +{% endif %} diff --git a/docs/config/templates/ngdoc/overview.template.html b/docs/config/templates/ngdoc/overview.template.html new file mode 100644 index 000000000000..6b805a9ef35d --- /dev/null +++ b/docs/config/templates/ngdoc/overview.template.html @@ -0,0 +1,5 @@ +{% extends "base.template.html" %} + +{% block content %} +{$ doc.description | marked $} +{% endblock %} \ No newline at end of file diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index d0ab64e63510..2aff6f7022e1 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -2,6 +2,326 @@ @name API Reference @description -Use the API Reference documentation when you need more information about a specific feature. Check out -{@link guide/ Developer Guide} for AngularJS concepts. If you are new to AngularJS we recommend the -{@link tutorial/ Tutorial}. +# AngularJS API Docs +
    +AngularJS support has officially ended as of January 2022. +[See what ending support means](https://docs.angularjs.org/misc/version-support-status) +and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). + +Visit [angular.io](https://angular.io) for the actively supported Angular. +
    + +## Welcome to the AngularJS API docs page. + +These pages contain the AngularJS reference materials for version . + + +The documentation is organized into **{@link guide/module modules}** which contain various components of an AngularJS application. +These components are {@link guide/directive directives}, {@link guide/services services}, {@link guide/filter filters}, {@link guide/providers providers}, {@link guide/templates templates}, global APIs, and testing mocks. + +There is also a {@link guide/index guide} with articles on various topics, and a list of external resources. + +
    +**AngularJS Prefixes `$` and `$$`**: + +To prevent accidental name collisions with your code, +AngularJS prefixes names of public objects with `$` and names of private objects with `$$`. +Please do not use the `$` or `$$` prefix in your code. +
    + +## AngularJS Modules + + +## {@link ng ng (core module)} +This module is provided by default and contains the core components of AngularJS. + + + + + + + + + + + + + + + + + + +
    {@link ng#directive Directives} +

    + This is the core collection of directives you would use in your template code to build an AngularJS application. +

    + +

    + Some examples include: + {@link ng.directive:ngClick ngClick}, + {@link directive:ngInclude ngInclude}, + {@link directive:ngRepeat ngRepeat}, + etc…
    +

    +
    + {@link ng#service Services / Factories} + +

    + This is the core collection of services which are used within the DI of your application. +

    +

    + Some examples include: + {@link ng.$compile $compile}, + {@link ng.$http $http}, + {@link ng.$location $location}, + etc… +

    +

    + {@link ng#filter Filters} + +

    + The core filters available in the ng module are used to transform template data before it is rendered within directives and expressions. +

    +

    + Some examples include: + {@link ng.filter:filter filter}, + {@link ng.filter:date date}, + {@link ng.filter:currency currency}, + {@link ng.filter:lowercase lowercase}, + {@link ng.filter:uppercase uppercase}, + etc... +

    +
    + {@link ng#function Global APIs} + +

    + The core global API functions are attached to the `angular` object. These core functions are useful for low level JavaScript operations within your application. +

    +

    + Some examples include: + {@link angular.copy angular.copy()}, + {@link angular.equals angular.equals()}, + {@link angular.element angular.element()}, + etc... +

    +
    + + +## {@link ngRoute ngRoute} + +Use ngRoute to enable URL routing to your application. The ngRoute module supports URL management via both hashbang and HTML5 pushState. + +
    Include the **angular-route.js** file and set **ngRoute** as a dependency for this to work in your application.
    + + + + + + + + + + +
    + {@link ngRoute#service Services / Factories} + + The following services are used for route management: +
      +
    • {@link ngRoute.$routeParams $routeParams} is used to access the querystring values present in the URL.
    • +
    • {@link ngRoute.$route $route} is used to access the details of the route that is currently being accessed.
    • +
    • {@link ngRoute.$routeProvider $routeProvider} is used to register routes for the application.
    • +
    +
    + {@link ngRoute#directive Directives} + + The {@link ngRoute.directive:ngView ngView} directive will display the template of the current route within the page. +
    + + +## {@link ngAnimate ngAnimate} + +Use ngAnimate to enable animation features within your application. Various core AngularJS directives will provide +animation hooks into your application when ngAnimate is included. Animations are defined by using CSS transitions/animations +or JavaScript callbacks. + +
    Include the **angular-animate.js** file and set **ngAnimate** as a dependency for this to work in your application.
    + + + + + + + + + + + + + + +
    + {@link ngAnimate#service Services / Factories} + + Use {@link ng.$animate $animate} to trigger animation operations within your directive code. +
    + {@link ngAnimate CSS-based animations} + + Follow ngAnimate’s CSS naming structure to reference CSS transitions / keyframe animations in AngularJS. Once defined, the animation can be triggered by referencing the CSS class within the HTML template code. +
    + {@link ngAnimate JS-based animations} + + Use {@link angular.Module#animation module.animation()} to register a JavaScript animation. Once registered, the animation can be triggered by referencing the CSS class within the HTML template code. +
    + +## {@link ngAria ngAria} + +Use ngAria to inject common accessibility attributes into directives and improve the experience for users with disabilities. + +
    Include the **angular-aria.js** file and set ngAria as a dependency for this to work in your application.
    + + + + + + +
    + {@link ngAria#service Services} + +

    + The {@link ngAria.$aria $aria} service contains helper methods for applying ARIA attributes to HTML. +

    +

    + {@link ngAria.$ariaProvider $ariaProvider} is used for configuring ARIA attributes. +

    +
    + +## {@link ngResource ngResource} + +Use the ngResource module when querying and posting data to a REST API. + +
    Include the **angular-resource.js** file and set **ngResource** as a dependency for this to work in your application.
    + + + + + + +
    + {@link ngResource#service Services / Factories} + + The {@link ngResource.$resource $resource} service is used to define RESTful objects which communicate with a REST API. +
    + +## {@link ngCookies ngCookies} + +Use the ngCookies module to handle cookie management within your application. + +
    Include the **angular-cookies.js** file and set **ngCookies** as a dependency for this to work in your application.
    + + + + + + +
    + {@link ngCookies#service Services / Factories} + + The {@link ngCookies.$cookies $cookies} service is a convenient wrapper to store simple data within browser cookies. +
    + +## {@link ngTouch ngTouch} + +Use ngTouch when developing for mobile browsers/devices. + +
    Include the **angular-touch.js** file and set **ngTouch** as a dependency for this to work in your application.
    + + + + + + + + + + +
    + {@link ngTouch#service Services / Factories} + + The {@link ngTouch.$swipe $swipe} service is used to register and manage mobile DOM events. +
    + {@link ngTouch#directive Directives} + + Various directives are available in ngTouch to emulate mobile DOM events. +
    + +## {@link ngSanitize ngSanitize} + +Use ngSanitize to securely parse and manipulate HTML data in your application. + +
    Include the **angular-sanitize.js** file and set **ngSanitize** as a dependency for this to work in your application.
    + + + + + + + + + + +
    + {@link ngSanitize#service Services / Factories} + + The {@link ngSanitize.$sanitize $sanitize} service is used to clean up dangerous HTML code in a quick and convenient way. +
    + {@link ngSanitize#filter Filters} + + The {@link ngSanitize.filter:linky linky filter} is used to turn URLs into HTML links within the provided string. +
    + +## {@link ngMock ngMock} + +Use ngMock to inject and mock modules, factories, services and providers within your unit tests. + +
    Include the **angular-mocks.js** file into your test runner for this to work.
    + + + + + + + + + + +
    + {@link ngMock#service Services / Factories} + +

    + ngMock will extend the behavior of various core services to become testing aware and manageable in a synchronous manner. +

    + +

    + Some examples include: + {@link ngMock.$timeout $timeout}, + {@link ngMock.$interval $interval}, + {@link ngMock.$log $log}, + {@link ngMock.$httpBackend $httpBackend}, + etc... +

    +

    + {@link ngMock#function Global APIs} + +

    + Various helper functions are available to inject and mock modules within unit test code. +

    + +

    + Some examples + {@link angular.mock.inject inject()}, + {@link angular.mock.module module()}, + {@link angular.mock.dump dump()}, + etc... +

    +

    diff --git a/docs/content/api/ng.ngdoc b/docs/content/api/ng.ngdoc deleted file mode 100644 index 95295e69c190..000000000000 --- a/docs/content/api/ng.ngdoc +++ /dev/null @@ -1,5 +0,0 @@ -@ngdoc overview -@name ng -@description - -The `ng` is an angular module which contains all of the core angular services. diff --git a/docs/content/cookbook/advancedform.ngdoc b/docs/content/cookbook/advancedform.ngdoc deleted file mode 100644 index 1501f955609f..000000000000 --- a/docs/content/cookbook/advancedform.ngdoc +++ /dev/null @@ -1,127 +0,0 @@ -@ngdoc overview -@name Cookbook: Advanced Form -@description - -Here we extend the basic form example to include common features such as reverting, dirty state -detection, and preventing invalid form submission. - - - - -
    - -
    - -
    -

    - -
    -
    - , - -

    - - - [ add ] -
    - - - [ X ] -
    - - -
    - -
    - Debug View: -
    form={{form}}
    -
    -
    - - it('should enable save button', function() { - expect(element(':button:contains(Save)').attr('disabled')).toBeTruthy(); - input('form.name').enter(''); - expect(element(':button:contains(Save)').attr('disabled')).toBeTruthy(); - input('form.name').enter('change'); - expect(element(':button:contains(Save)').attr('disabled')).toBeFalsy(); - element(':button:contains(Save)').click(); - expect(element(':button:contains(Save)').attr('disabled')).toBeTruthy(); - }); - it('should enable cancel button', function() { - expect(element(':button:contains(Cancel)').attr('disabled')).toBeTruthy(); - input('form.name').enter('change'); - expect(element(':button:contains(Cancel)').attr('disabled')).toBeFalsy(); - element(':button:contains(Cancel)').click(); - expect(element(':button:contains(Cancel)').attr('disabled')).toBeTruthy(); - expect(element(':input[ng\\:model="form.name"]').val()).toEqual('John Smith'); - }); - -
    - - -#Things to notice - -* Cancel & save buttons are only enabled if the form is dirty — there is something to cancel or -save. -* Save button is only enabled if there are no validation errors on the form. -* Cancel reverts the form changes back to original state. -* Save updates the internal model of the form. -* Debug view shows the two models. One presented to the user form and the other being the pristine -copy master. diff --git a/docs/content/cookbook/buzz.ngdoc b/docs/content/cookbook/buzz.ngdoc deleted file mode 100644 index 00db35cf7b16..000000000000 --- a/docs/content/cookbook/buzz.ngdoc +++ /dev/null @@ -1,63 +0,0 @@ -@ngdoc overview -@name Cookbook: Resources - Buzz -@description - -External resources are URLs that provide JSON data, which are then rendered with the help of -templates. Angular has a resource factory that can be used to give names to the URLs and then -attach behavior to them. For example you can use the -{@link http://code.google.com/apis/buzz/v1/getting_started.html#background-operations| Google Buzz -API} -to retrieve Buzz activity and comments. - - - - -
    - - -
    -
    -

    - - {{item.actor.name}} - - Expand replies: {{item.links.replies[0].count}} - -

    - {{item.object.content | html}} -
    - - {{reply.actor.name}}: - {{reply.content | html}} -
    -
    -
    -
    - - xit('fetch buzz and expand', function() { - element(':button:contains(fetch)').click(); - expect(repeater('div.buzz').count()).toBeGreaterThan(0); - element('.buzz a:contains(Expand replies):first').click(); - expect(repeater('div.reply').count()).toBeGreaterThan(0); - }); - -
    diff --git a/docs/content/cookbook/deeplinking.ngdoc b/docs/content/cookbook/deeplinking.ngdoc deleted file mode 100644 index 2e22360e0e03..000000000000 --- a/docs/content/cookbook/deeplinking.ngdoc +++ /dev/null @@ -1,151 +0,0 @@ -@ngdoc overview -@name Cookbook: Deep Linking -@description - -Deep linking allows you to encode the state of the application in the URL so that it can be -bookmarked and the application can be restored from the URL to the same state. - -While Angular does not force you to deal with bookmarks in any particular way, it has services -which make the common case described here very easy to implement. - -# Assumptions - -Your application consists of a single HTML page which bootstraps the application. We will refer -to this page as the chrome. -Your application is divided into several screens (or views) which the user can visit. For example, -the home screen, settings screen, details screen, etc. For each of these screens, we would like to -assign a URL so that it can be bookmarked and later restored. Each of these screens will be -associated with a controller which define the screen's behavior. The most common case is that the -screen will be constructed from an HTML snippet, which we will refer to as the partial. Screens can -have multiple partials, but a single partial is the most common construct. This example makes the -partial boundary visible using a blue line. - -You can make a routing table which shows which URL maps to which partial view template and which -controller. - -# Example - -In this example we have a simple app which consist of two screens: - -* Welcome: url `welcome` Show the user contact information. -* Settings: url `settings` Show an edit screen for user contact information. - - - - angular.module('deepLinking', ['ngSanitize']) - .config(function($routeProvider) { - $routeProvider. - when("/welcome", {templateUrl:'welcome.html', controller:WelcomeCntl}). - when("/settings", {templateUrl:'settings.html', controller:SettingsCntl}); - }); - - AppCntl.$inject = ['$scope', '$route'] - function AppCntl($scope, $route) { - $scope.$route = $route; - - // initialize the model to something useful - $scope.person = { - name:'anonymous', - contacts:[{type:'email', url:'anonymous@example.com'}] - }; - } - - function WelcomeCntl($scope) { - $scope.greet = function() { - alert("Hello " + $scope.person.name); - }; - } - - function SettingsCntl($scope, $location) { - $scope.cancel = function() { - $scope.form = angular.copy($scope.person); - }; - - $scope.save = function() { - angular.copy($scope.form, $scope.person); - $location.path('/welcome'); - }; - - $scope.cancel(); - } - - - [ng-view] { - border: 1px solid blue; - margin: 0; - padding:1em; - } - - .partial-info { - background-color: blue; - color: white; - padding: 3px; - } - - -
    -

    Your App Chrome

    - [ Welcome | Settings ] -
    - - Partial: {{$route.current.template}} - -
    - Your app footer -
    -
    - - - - -
    - - - [ X ] -
    -
    - [ add ] -
    - - - -
    - - Hello {{person.name}}, -
    - Your contact information: -
    {{contact.type}}: - -
    -
    -
    - - it('should navigate to URL', function() { - element('a:contains(Welcome)').click(); - expect(element('[ng-view]').text()).toMatch(/Hello anonymous/); - element('a:contains(Settings)').click(); - input('form.name').enter('yourname'); - element(':button:contains(Save)').click(); - element('a:contains(Welcome)').click(); - expect(element('[ng-view]').text()).toMatch(/Hello yourname/); - }); - -
    - - - -# Things to notice - -* Routes are defined in the `AppCntl` class. The initialization of the controller causes the - initialization of the {@link api/ng.$route $route} service with the proper URL - routes. -* The {@link api/ng.$route $route} service then watches the URL and instantiates the - appropriate controller when the URL changes. -* The {@link api/ng.directive:ngView ngView} widget loads the - view when the URL changes. It also sets the view scope to the newly instantiated controller. -* Changing the URL is sufficient to change the controller and view. It makes no difference whether - the URL is changed programatically or by the user. diff --git a/docs/content/cookbook/form.ngdoc b/docs/content/cookbook/form.ngdoc deleted file mode 100644 index aaa49d2f0d06..000000000000 --- a/docs/content/cookbook/form.ngdoc +++ /dev/null @@ -1,114 +0,0 @@ -@ngdoc overview -@name Cookbook: Form -@description - -A web application's main purpose is to present and gather data. For this reason Angular strives -to make both of these operations trivial. This example shows off how you can build a simple form to -allow a user to enter data. - - - - - -
    - -
    -

    - -
    -
    - , - -

    - - - [ add ] -
    - - - [ X ] -
    -
    - Debug View: -
    user={{user | json}}
    -
    - -
    - - it('should show debug', function() { - expect(binding('user')).toMatch(/John Smith/); - }); - it('should add contact', function() { - using('.example').element('a:contains(add)').click(); - using('.example div:last').input('contact.value').enter('you@example.org'); - expect(binding('user')).toMatch(/\(234\) 555\-1212/); - expect(binding('user')).toMatch(/you@example.org/); - }); - - it('should remove contact', function() { - using('.example').element('a:contains(X)').click(); - expect(binding('user')).not().toMatch(/\(234\) 555\-1212/); - }); - - it('should validate zip', function() { - expect(using('.example'). - element(':input[ng\\:model="user.address.zip"]'). - prop('className')).not().toMatch(/ng-invalid/); - using('.example').input('user.address.zip').enter('abc'); - expect(using('.example'). - element(':input[ng\\:model="user.address.zip"]'). - prop('className')).toMatch(/ng-invalid/); - }); - - it('should validate state', function() { - expect(using('.example').element(':input[ng\\:model="user.address.state"]').prop('className')) - .not().toMatch(/ng-invalid/); - using('.example').input('user.address.state').enter('XXX'); - expect(using('.example').element(':input[ng\\:model="user.address.state"]').prop('className')) - .toMatch(/ng-invalid/); - }); - -
    - - -# Things to notice - -* The user data model is initialized {@link api/ng.directive:ngController controller} and is - available in the {@link api/ng.$rootScope.Scope scope} with the initial data. -* For debugging purposes we have included a debug view of the model to better understand what - is going on. -* The {@link api/ng.directive:input input directives} simply refer - to the model and are data-bound. -* The inputs validate. (Try leaving them blank or entering non digits in the zip field) -* In your application you can simply read from or write to the model and the form will be updated. -* By clicking the 'add' link you are adding new items into the `user.contacts` array which are then - reflected in the view. diff --git a/docs/content/cookbook/helloworld.ngdoc b/docs/content/cookbook/helloworld.ngdoc deleted file mode 100644 index 057482311916..000000000000 --- a/docs/content/cookbook/helloworld.ngdoc +++ /dev/null @@ -1,39 +0,0 @@ -@ngdoc overview -@name Cookbook: Hello World -@description - - - - -
    - Your name: -
    - Hello {{name}}! -
    -
    - - it('should change the binding when user enters text', function() { - expect(binding('name')).toEqual('World'); - input('name').enter('angular'); - expect(binding('name')).toEqual('angular'); - }); - -
    - -# Things to notice - -Take a look through the source and note: - -* The script tag that {@link guide/bootstrap bootstraps} the Angular environment. -* The text {@link api/ng.directive:input input form control} which is - bound to the greeting name text. -* There is no need for listener registration and event firing on change events. -* The implicit presence of the `name` variable which is in the root {@link api/ng.$rootScope.Scope scope}. -* The double curly brace `{{markup}}`, which binds the name variable to the greeting text. -* The concept of {@link guide/dev_guide.templates.databinding data binding}, which reflects any -changes to the - input field in the greeting text. diff --git a/docs/content/cookbook/index.ngdoc b/docs/content/cookbook/index.ngdoc deleted file mode 100644 index 4fe3eb4dff31..000000000000 --- a/docs/content/cookbook/index.ngdoc +++ /dev/null @@ -1,58 +0,0 @@ -@ngdoc overview -@name Cookbook -@description - -Welcome to the Angular cookbook. Here we will show you typical uses of Angular by example. - - -# Hello World - -{@link helloworld Hello World}: The simplest possible application that demonstrates the -classic Hello World! - - -# Basic Form - -{@link form Basic Form}: Displaying forms to the user for editing is the bread and butter -of web applications. Angular makes forms easy through bidirectional data binding. - - -# Advanced Form - -{@link advancedform Advanced Form}: Taking the form example to the next level and -providing advanced features such as dirty detection, form reverting and submit disabling if -validation errors exist. - - -# Model View Controller - -{@link mvc MVC}: Tic-Tac-Toe: Model View Controller (MVC) is a time-tested design pattern -to separate the behavior (JavaScript controller) from the presentation (HTML view). This -separation aids in maintainability and testability of your project. - - -# Multi-page App and Deep Linking - -{@link deeplinking Deep Linking}: An AJAX application never navigates away from the -first page it loads. Instead, it changes the DOM of its single page. Eliminating full-page reloads -is what makes AJAX apps responsive, but it creates a problem in that apps with a single URL -prevent you from emailing links to a particular screen within your application. - -Deep linking tries to solve this by changing the URL anchor without reloading a page, thus -allowing you to send links to specific screens in your app. - - -# Services - -{@link api/ng Services}: Services are long lived objects in your applications that are -available across controllers. A collection of useful services are pre-bundled with Angular but you -will likely add your own. Services are initialized using dependency injection, which resolves the -order of initialization. This safeguards you from the perils of global state (a common way to -implement long lived objects). - - -# External Resources - -{@link buzz Resources}: Web applications must be able to communicate with the external -services to get and update data. Resources are the abstractions of external URLs which are -specially tailored to Angular data binding. diff --git a/docs/content/cookbook/mvc.ngdoc b/docs/content/cookbook/mvc.ngdoc deleted file mode 100644 index ff067f61bb4b..000000000000 --- a/docs/content/cookbook/mvc.ngdoc +++ /dev/null @@ -1,128 +0,0 @@ -@ngdoc overview -@name Cookbook: MVC -@description - -MVC allows for a clean and testable separation between the behavior (controller) and the view -(HTML template). A Controller is just a JavaScript class which is grafted onto the scope of the -view. This makes it very easy for the controller and the view to share the model. - -The model is a set of objects and primitives that are referenced from the Scope ($scope) object. -This makes it very easy to test the controller in isolation since one can simply instantiate the -controller and test without a view, because there is no connection between the controller and the -view. - - - - - - -

    Tic-Tac-Toe

    -
    - Next Player: {{nextMove}} -
    Player {{winner}} has won!
    - - - - -
    {{cell}}
    - -
    -
    - - it('should play a game', function() { - piece(1, 1); - expect(binding('nextMove')).toEqual('O'); - piece(3, 1); - expect(binding('nextMove')).toEqual('X'); - piece(1, 2); - piece(3, 2); - piece(1, 3); - expect(element('.winner').text()).toEqual('Player X has won!'); - }); - - function piece(row, col) { - element('.board tr:nth-child('+row+') td:nth-child('+col+')').click(); - } - -
    - - -# Things to notice - -* The controller is defined in JavaScript and has no reference to the rendering logic. -* The controller is instantiated by Angular and injected into the view. -* The controller can be instantiated in isolation (without a view) and the code will still execute. -This makes it very testable. -* The HTML view is a projection of the model. In the above example, the model is stored in the -board variable. -* All of the controller's properties (such as board and nextMove) are available to the view. -* Changing the model changes the view. -* The view can call any controller function. -* In this example, the `setUrl()` and `readUrl()` functions copy the game state to/from the URL's -hash so the browser's back button will undo game steps. See deep-linking. This example calls {@link -api/ng.$rootScope.Scope#$watch $watch()} to set up a listener that invokes `readUrl()` when needed. diff --git a/docs/content/error/$animate/nongcls.ngdoc b/docs/content/error/$animate/nongcls.ngdoc new file mode 100644 index 000000000000..b5774bb46627 --- /dev/null +++ b/docs/content/error/$animate/nongcls.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $animate:nongcls +@fullName `ng-animate` class not allowed +@description + +This error occurs, when trying to set `$animateProvider.classNameFilter()` to a RegExp containing +the reserved `ng-animate` class. Since `.ng-animate` will be added/removed by `$animate` itself, +using it as part of the `classNameFilter` RegExp is not allowed. diff --git a/docs/content/error/$animate/notcsel.ngdoc b/docs/content/error/$animate/notcsel.ngdoc new file mode 100644 index 000000000000..d8ceaa0e73aa --- /dev/null +++ b/docs/content/error/$animate/notcsel.ngdoc @@ -0,0 +1,6 @@ +@ngdoc error +@name $animate:notcsel +@fullName Not class CSS selector +@description + +Expecting a CSS selector for class. Class selectors must start with `.`, for example: `.my-class-name`. diff --git a/docs/content/error/$cacheFactory/iid.ngdoc b/docs/content/error/$cacheFactory/iid.ngdoc new file mode 100644 index 000000000000..62e985e8cf98 --- /dev/null +++ b/docs/content/error/$cacheFactory/iid.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $cacheFactory:iid +@fullName Invalid ID +@description + +This error occurs when trying to create a new `cache` object via {@link ng.$cacheFactory} with an ID that was already used to create another cache object. + +To resolve the error please use a different cache ID when calling `$cacheFactory`. diff --git a/docs/content/error/$compile/baddir.ngdoc b/docs/content/error/$compile/baddir.ngdoc new file mode 100644 index 000000000000..69a3ef875874 --- /dev/null +++ b/docs/content/error/$compile/baddir.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $compile:baddir +@fullName Invalid Directive/Component Name +@description + +This error occurs when the name of a directive or component is not valid. + +Directives and Components must start with a lowercase character and must not contain leading or trailing whitespaces. diff --git a/docs/content/error/$compile/badrestrict.ngdoc b/docs/content/error/$compile/badrestrict.ngdoc new file mode 100644 index 000000000000..45288d4b935a --- /dev/null +++ b/docs/content/error/$compile/badrestrict.ngdoc @@ -0,0 +1,18 @@ +@ngdoc error +@name $compile:badrestrict +@fullName Invalid Directive Restrict +@description + +This error occurs when the restrict property of a directive is not valid. + +The directive restrict property must be a string including one or more of the following characters: +* E (element) +* A (attribute) +* C (class) +* M (comment) + +For example: +```javascript +restrict: 'E' +restrict: 'EAC' +``` diff --git a/docs/content/error/$compile/ctreq.ngdoc b/docs/content/error/$compile/ctreq.ngdoc new file mode 100644 index 000000000000..8aedd10a38c5 --- /dev/null +++ b/docs/content/error/$compile/ctreq.ngdoc @@ -0,0 +1,49 @@ +@ngdoc error +@name $compile:ctreq +@fullName Missing Required Controller +@description + +This error occurs when {@link ng.$compile HTML compiler} tries to process a directive that specifies the {@link ng.$compile#directive-definition-object `require` option} in a {@link ng.$compile#comprehensive-directive-api directive definition}, +but the required directive controller is not present on the current DOM element (or its ancestor element, if `^` was specified). + +To resolve this error ensure that there is no typo in the required controller name and that the required directive controller is present on the current element. + +If the required controller is expected to be on an ancestor element, make sure that you prefix the controller name in the `require` definition with `^`. + +If the required controller is optionally requested, use `?` or `^?` to specify that. + + +Example of a directive that requires {@link ng.directive:ngModel ngModel} controller: +``` +myApp.directive('myDirective', function() { + return { + require: 'ngModel', + ... + } +} +``` + +This directive can then be used as: +``` + +``` + + +Example of a directive that optionally requires a {@link ng.directive:form form} controller from an ancestor: +``` +myApp.directive('myDirective', function() { + return { + require: '^?form', + ... + } +} +``` + +This directive can then be used as: +``` +
    +
    + +
    +
    +``` diff --git a/docs/content/error/$compile/ctxoverride.ngdoc b/docs/content/error/$compile/ctxoverride.ngdoc new file mode 100644 index 000000000000..839b304d47a3 --- /dev/null +++ b/docs/content/error/$compile/ctxoverride.ngdoc @@ -0,0 +1,13 @@ +@ngdoc error +@name $compile:ctxoverride +@fullName DOM Property Security Context Override +@description + +This error occurs when the security context for a property is defined via {@link ng.$compileProvider#addPropertySecurityContext addPropertySecurityContext()} multiple times under different security contexts. + +For example: + +```js +$compileProvider.addPropertySecurityContext("my-element", "src", $sce.MEDIA_URL); +$compileProvider.addPropertySecurityContext("my-element", "src", $sce.RESOURCE_URL); //throws +``` diff --git a/docs/content/error/$compile/infchng.ngdoc b/docs/content/error/$compile/infchng.ngdoc new file mode 100644 index 000000000000..463840ee933e --- /dev/null +++ b/docs/content/error/$compile/infchng.ngdoc @@ -0,0 +1,30 @@ +@ngdoc error +@name $compile:infchng +@fullName Unstable `$onChanges` hooks +@description + +This error occurs when the application's model becomes unstable because some `$onChanges` hooks are causing updates which then trigger +further calls to `$onChanges` that can never complete. +AngularJS detects this situation and prevents an infinite loop from causing the browser to become unresponsive. + +For example, the situation can occur by setting up a `$onChanges()` hook which triggers an event on the component, which subsequently +triggers the component's bound inputs to be updated: + +```html + +``` + +```js +function Controller1() {} +Controller1.$onChanges = function() { + this.onChange(); +}; + +mod.component('c1', { + controller: Controller1, + bindings: {'prop': '<', onChange: '&'} +} +``` + +The maximum number of allowed iterations of the `$onChanges` hooks is controlled via TTL setting which can be configured via +{@link ng.$compileProvider#onChangesTtl `$compileProvider.onChangesTtl`}. diff --git a/docs/content/error/$compile/iscp.ngdoc b/docs/content/error/$compile/iscp.ngdoc new file mode 100644 index 000000000000..8153e44d4a05 --- /dev/null +++ b/docs/content/error/$compile/iscp.ngdoc @@ -0,0 +1,29 @@ +@ngdoc error +@name $compile:iscp +@fullName Invalid Isolate Scope Definition +@description + +When declaring isolate scope the scope definition object must be in specific format which starts with mode character (`@&=<`), after which comes an optional `?`, and it ends with an optional local name. + +``` +myModule.directive('directiveName', function factory() { + return { + ... + scope: { + 'localName': '@', // OK + 'localName2': '&attr', // OK + 'localName3': ' +``` + diff --git a/docs/content/error/$compile/multidir.ngdoc b/docs/content/error/$compile/multidir.ngdoc new file mode 100644 index 000000000000..439d82c7ba31 --- /dev/null +++ b/docs/content/error/$compile/multidir.ngdoc @@ -0,0 +1,17 @@ +@ngdoc error +@name $compile:multidir +@fullName Multiple Directive Resource Contention +@description + +This error occurs when multiple directives are applied to the same DOM element, and +processing them would result in a collision or an unsupported configuration. + + +To resolve this issue remove one of the directives which is causing the collision. + +Example scenarios of multiple incompatible directives applied to the same element include: + +* Multiple directives requesting `isolated scope`. +* Multiple directives publishing a controller under the same name. +* Multiple directives declared with the `transclusion` option. +* Multiple directives attempting to define a `template` or `templateURL`. diff --git a/docs/content/error/$compile/multilink.ngdoc b/docs/content/error/$compile/multilink.ngdoc new file mode 100644 index 000000000000..6404ec04f69a --- /dev/null +++ b/docs/content/error/$compile/multilink.ngdoc @@ -0,0 +1,27 @@ +@ngdoc error +@name $compile:multilink +@fullName Linking Element Multiple Times +@description + +This error occurs when a single element is linked more then once. + +For example, if an element is compiled and linked twice without cloning: +``` + var linker = $compile(template); + linker($scope); //=> ok + linker($scope); //=> multilink error +``` + +Linking an element as a clone multiple times is ok: +``` + var linker = $compile(template); + linker($scope, function() { ... }); //=> ok + linker($scope, function() { ... }); //=> ok +``` + +However once an element has been linked it can not be re-linked as a clone: +``` + var linker = $compile(template); + linker($scope); //=> ok + linker($scope, function() { ... }); //=> multilink error +``` \ No newline at end of file diff --git a/docs/content/error/$compile/noctrl.ngdoc b/docs/content/error/$compile/noctrl.ngdoc new file mode 100644 index 000000000000..ddbe15838081 --- /dev/null +++ b/docs/content/error/$compile/noctrl.ngdoc @@ -0,0 +1,12 @@ +@ngdoc error +@name $compile:noctrl +@fullName Controller is required. +@description + +When using the `bindToController` feature of AngularJS, a directive is required +to have a Controller. A controller may be specified by adding a "controller" +property to the directive definition object. Its value should be either a +string, or an invokable object (a function, or an array whose last element is a +function). + +For more information, see the {@link guide/directive directives guide}. diff --git a/docs/content/error/$compile/nodomevents.ngdoc b/docs/content/error/$compile/nodomevents.ngdoc new file mode 100644 index 000000000000..283bd76fa669 --- /dev/null +++ b/docs/content/error/$compile/nodomevents.ngdoc @@ -0,0 +1,20 @@ +@ngdoc error +@name $compile:nodomevents +@fullName Event Attribute/Property Binding +@description + +This error occurs when one tries to create a binding for event handler attributes or properties like `onclick`, `onload`, `onsubmit`, etc. + +There is no practical value in binding to these attributes/properties and doing so only exposes your application to security vulnerabilities like XSS. +For these reasons binding to event handler attributes and properties (`formaction` and all starting with `on`) is not supported. + + +An example code that would allow XSS vulnerability by evaluating user input in the window context could look like this: +``` + +
    click me
    +``` + +Since the `onclick` evaluates the value as JavaScript code in the window context, setting the `username` model to a value like `javascript:alert('PWND')` would result in script injection when the `div` is clicked. + +Please use the `ng-*` or `ng-on-*` versions instead (such as `ng-click` or `ng-on-click` rather than `onclick`). diff --git a/docs/content/error/$compile/nonassign.ngdoc b/docs/content/error/$compile/nonassign.ngdoc new file mode 100644 index 000000000000..8a13fd8574bb --- /dev/null +++ b/docs/content/error/$compile/nonassign.ngdoc @@ -0,0 +1,60 @@ +@ngdoc error +@name $compile:nonassign +@fullName Non-Assignable Expression +@description + +This error occurs when a directive defines an isolate scope property +(using the `=` mode in the {@link ng.$compile#directive-definition-object +`scope` option} of a directive definition) but the directive is used with an expression that is not-assignable. + +In order for the two-way data-binding to work, it must be possible to write new values back into the path defined with the expression. + +For example, given a directive: + +``` +myModule.directive('myDirective', function factory() { + return { + ... + scope: { + localValue: '=bind' + } + ... + } +}); +``` + +Following are invalid uses of this directive: +``` + + + + + + + + +``` + + +To resolve this error, do one of the following options: + +- use path expressions with scope properties that are two-way data-bound like so: + +``` + + +``` + +- Make the binding optional + +``` +myModule.directive('myDirective', function factory() { + return { + ... + scope: { + localValue: '=?bind' // <-- the '?' makes it optional + } + ... + } +}); +``` diff --git a/docs/content/error/$compile/noslot.ngdoc b/docs/content/error/$compile/noslot.ngdoc new file mode 100644 index 000000000000..a882ddde0e7a --- /dev/null +++ b/docs/content/error/$compile/noslot.ngdoc @@ -0,0 +1,38 @@ +@ngdoc error +@name $compile:noslot +@fullName No matching slot in parent directive +@description + +This error occurs when declaring a specific slot in a {@link ng.ngTransclude `ngTransclude`} +which does not map to a specific slot defined in the transclude property of the directive. + +In this example the template has declared a slot missing from the transclude definition. +This example will generate a noslot error. +```js +var componentConfig = { + template: '
    ' + + '
    ' + + '
    ' + + '
    ', + transclude: { + // The key value pairs here are considered "slots" that are provided for components to slot into. + slotProvided: 'slottedComponent', // mandatory transclusion + // There is no slot provided here for the transclude 'noSlotProvided' declared in the above template. + } +}; +``` + +If we make the following change we will no longer get the noslot error. +```js +var componentConfig = { + template: '
    ' + + '
    ' + + '
    ' + + '
    ', + transclude: { + slotProvided: 'slottedComponent', + noSlotProvided: 'otherComponent' // now it is declared and the error should cease + } +}; + +``` diff --git a/docs/content/error/$compile/reqslot.ngdoc b/docs/content/error/$compile/reqslot.ngdoc new file mode 100644 index 000000000000..b09e714fed26 --- /dev/null +++ b/docs/content/error/$compile/reqslot.ngdoc @@ -0,0 +1,47 @@ +@ngdoc error +@name $compile:reqslot +@fullName Required transclusion slot +@description + +This error occurs when a directive or component try to transclude a slot that is not provided. + +Transcluded elements must contain something. This error could happen when you try to transclude a self closing tag element. +Also you can make a transclusion slot optional with a `?` prefix. + +```js +// In this example the must have an inside to transclude it. +// If not, a reqslot error will be generated. + +var componentConfig = { + template: 'path/to/template.html', + transclude: { + importantSlot: 'importantComponent', // mandatory transclusion + optionalSlot: '?optionalComponent', // optional transclusion + } +}; + +angular + .module('doc') + .component('myComponent', componentConfig) + +``` + +```html + + + + + + + + + + + + + + + + + +``` diff --git a/docs/content/error/$compile/selmulti.ngdoc b/docs/content/error/$compile/selmulti.ngdoc new file mode 100644 index 000000000000..51221ad8109c --- /dev/null +++ b/docs/content/error/$compile/selmulti.ngdoc @@ -0,0 +1,20 @@ +@ngdoc error +@name $compile:selmulti +@fullName Binding to Multiple Attribute +@description + +Binding to the `multiple` attribute of `select` element is not supported since switching between multiple and single mode changes the {@link ng.directive:ngModel `ngModel`} object type from instance to array of instances which breaks the model semantics. + +If you need to use different types of `select` elements in your template based on some variable, please use {@link ng.directive:ngIf ngIf} or {@link ng.directive:ngSwitch ngSwitch} directives to select one of them to be used at runtime. + + +Example with invalid usage: +``` + +``` + +Example that uses ngIf to pick one of the `select` elements based on a variable: +``` + + +``` diff --git a/docs/content/error/$compile/srcset.ngdoc b/docs/content/error/$compile/srcset.ngdoc new file mode 100644 index 000000000000..cab3de5f4d79 --- /dev/null +++ b/docs/content/error/$compile/srcset.ngdoc @@ -0,0 +1,12 @@ +@ngdoc error +@name $compile:srcset +@fullName Invalid value passed to `attr.$set('srcset', value)` +@description + +This error occurs if you try to programmatically set the `srcset` attribute with a non-string value. + +This can be the case if you tried to avoid the automatic sanitization of the `srcset` value by +passing a "trusted" value provided by calls to `$sce.trustAsMediaUrl(value)`. + +If you want to programmatically set explicitly trusted unsafe URLs, you should use `$sce.trustAsHtml` +on the whole `img` tag and inject it into the DOM using the `ng-bind-html` directive. diff --git a/docs/content/error/$compile/tplrt.ngdoc b/docs/content/error/$compile/tplrt.ngdoc new file mode 100644 index 000000000000..363529bff9f7 --- /dev/null +++ b/docs/content/error/$compile/tplrt.ngdoc @@ -0,0 +1,53 @@ +@ngdoc error +@name $compile:tplrt +@fullName Invalid Template Root +@description + +When a directive is declared with `template` (or `templateUrl`) and `replace` mode on, the template +must have exactly one root element. That is, the text of the template property or the content +referenced by the templateUrl must be contained within a single html element. +For example, `

    blah blah blah

    ` instead of simply `blah blah blah`. +Otherwise, the replacement operation would result in a single element (the directive) being replaced +with multiple elements or nodes, which is unsupported and not commonly needed in practice. + + +For example a directive with definition: + +``` +myModule.directive('myDirective', function factory() { + return { + ... + replace: true, + templateUrl: 'someUrl' + ... + } +}); +``` + +And a template provided at URL `someUrl`. The template must be an html fragment that has only a +single root element, like the `div` element in this template: + +``` +
    Hello World!
    +``` + +An invalid template to be used with this directive is one that defines multiple root nodes or +elements. For example: + +``` +Hello World! +``` + +Watch out for html comments at the beginning or end of templates, as these can cause this error as +well. Consider the following template: + +``` +
    +
    + ... +
    +
    +``` + +The `` comment is interpreted as a second root element and causes the template to +be invalid. diff --git a/docs/content/error/$compile/uterdir.ngdoc b/docs/content/error/$compile/uterdir.ngdoc new file mode 100644 index 000000000000..c1f263f90c3b --- /dev/null +++ b/docs/content/error/$compile/uterdir.ngdoc @@ -0,0 +1,34 @@ +@ngdoc error +@name $compile:uterdir +@fullName Unterminated Directive +@description + +This error occurs when using multi-element directives and a `directive-start` attribute fails to form a matching pair with a corresponding `directive-end` attribute. +A `directive-start` should have a matching `directive-end` on a sibling node in the DOM. For instance, + +``` + + I get repeated + I also get repeated +
    +``` + +is a valid example. + +This error can occur in several different ways. One is by leaving out the `directive-end` attribute, like so: + +``` +
    + +
    +``` + +Another is by nesting a `directive-end` inside of `directive-start`, or vice versa: + +``` +
    + +
    +``` + +To avoid this error, make sure each `directive-start` you use has a matching `directive-end` on a sibling node in the DOM. diff --git a/docs/content/error/$controller/ctrlfmt.ngdoc b/docs/content/error/$controller/ctrlfmt.ngdoc new file mode 100644 index 000000000000..effd9c04ace2 --- /dev/null +++ b/docs/content/error/$controller/ctrlfmt.ngdoc @@ -0,0 +1,46 @@ +@ngdoc error +@name $controller:ctrlfmt +@fullName Badly formed controller string +@description + +This error occurs when {@link ng.$controller $controller} service is called +with a string that does not match the supported controller string formats. + +Supported formats: + +1. `__name__` +2. `__name__ as __identifier__` + +Neither `__name__` or `__identifier__` may contain spaces. + +Example of incorrect usage that leads to this error: +```html + +
    ` tag, loader like +require.js, or testing harness like karma). + +A less common reason for this error is trying to "re-open" a module that has not yet been defined. + +To define a new module, call {@link angular.module angular.module} with a name +and an array of dependent modules, like so: + +```js +// When defining a module with no module dependencies, +// the array of dependencies should be defined and empty. +var myApp = angular.module('myApp', []); +``` + +To retrieve a reference to the same module for further configuration, call +`angular.module` without the array argument. + +```js +var myApp = angular.module('myApp'); +``` + +Calling `angular.module` without the array of dependencies when the module has not yet been defined +causes this error to be thrown. To fix it, define your module with a name and an empty array, as in +the first example above. diff --git a/docs/content/error/$injector/pget.ngdoc b/docs/content/error/$injector/pget.ngdoc new file mode 100644 index 000000000000..620fa098a4f4 --- /dev/null +++ b/docs/content/error/$injector/pget.ngdoc @@ -0,0 +1,26 @@ +@ngdoc error +@name $injector:pget +@fullName Provider Missing $get +@description + +This error occurs when attempting to register a provider that does not have a +`$get` method. For example: + +``` +function BadProvider() {} // No $get method! +angular.module("myApp", []) + .provider('bad', BadProvider); // this throws the error +``` + +To fix the error, fill in the `$get` method on the provider like so: + +``` +function GoodProvider() { + this.$get = angular.noop; +} +angular.module("myApp", []) + .provider('good', GoodProvider); +``` + +For more information, refer to the {@link auto.$provide#provider +$provide.provider} api doc. diff --git a/docs/content/error/$injector/strictdi.ngdoc b/docs/content/error/$injector/strictdi.ngdoc new file mode 100644 index 000000000000..f68cc4b8aeef --- /dev/null +++ b/docs/content/error/$injector/strictdi.ngdoc @@ -0,0 +1,54 @@ +@ngdoc error +@name $injector:strictdi +@fullName Explicit annotation required +@description + +This error occurs when attempting to invoke a function or provider which +has not been explicitly annotated, while the application is running with +strict-di mode enabled. + +For example: + +``` +angular.module("myApp", []) + // BadController cannot be invoked, because + // the dependencies to be injected are not + // explicitly listed. + .controller("BadController", function($scope, $http, $filter) { + // ... + }); +``` + +To fix the error, explicitly annotate the function using either the inline +bracket notation, or with the $inject property: + +``` +function GoodController1($scope, $http, $filter) { + // ... +} +GoodController1.$inject = ["$scope", "$http", "$filter"]; + +angular.module("myApp", []) + // GoodController1 can be invoked because it + // had an $inject property, which is an array + // containing the dependency names to be + // injected. + .controller("GoodController1", GoodController1) + + // GoodController2 can also be invoked, because + // the dependencies to inject are listed, in + // order, in the array, with the function to be + // invoked trailing on the end. + .controller("GoodController2", [ + "$scope", + "$http", + "$filter", + function($scope, $http, $filter) { + // ... + } + ]); + +``` + +For more information about strict-di mode, see {@link ng.directive:ngApp ngApp} +and {@link angular.bootstrap angular.bootstrap}. diff --git a/docs/content/error/$injector/undef.ngdoc b/docs/content/error/$injector/undef.ngdoc new file mode 100644 index 000000000000..9c476d6c9a78 --- /dev/null +++ b/docs/content/error/$injector/undef.ngdoc @@ -0,0 +1,33 @@ +@ngdoc error +@name $injector:undef +@fullName Undefined Value +@description + +This error results from registering a factory which does not return a value (or whose return value is undefined). + +The following is an example of a factory which will throw this error upon injection: + +```js +angular.module("badModule", []). + factory("badFactory", function() { + doLotsOfThings(); + butDontReturnAValue(); + }); +``` + +In order to prevent the error, return a value of some sort, such as an object which exposes an API for working +with the injected object. + +```js +angular.module("goodModule", []). + factory("goodFactory", function() { + doLotsOfThings(); + butDontReturnAValue(); + + return { + doTheThing: function methodThatDoesAThing() { + } + }; + }); +``` + diff --git a/docs/content/error/$injector/unpr.ngdoc b/docs/content/error/$injector/unpr.ngdoc new file mode 100644 index 000000000000..c057baf743c1 --- /dev/null +++ b/docs/content/error/$injector/unpr.ngdoc @@ -0,0 +1,86 @@ +@ngdoc error +@name $injector:unpr +@fullName Unknown Provider +@description + +This error results from the `$injector` being unable to resolve a required +dependency. To fix this, make sure the dependency is defined and spelled +correctly. For example: + +``` +angular.module('myApp', []) + .controller('MyController', ['myService', function (myService) { + // Do something with myService + }]); +``` + +The above code will fail with `$injector:unpr` if `myService` is not defined. + +Making sure each dependency is defined will fix the problem, as noted below. + +``` +angular.module('myApp', []) + .service('myService', function () { /* ... */ }) + .controller('MyController', ['myService', function (myService) { + // Do something with myService + }]); +``` + +An unknown provider error can also be caused by accidentally redefining a +module using the `angular.module` API, as shown in the following example. + +``` +angular.module('myModule', []) + .service('myCoolService', function () { /* ... */ }); + +angular.module('myModule', []) + // myModule has already been created! This is not what you want! + .directive('myDirective', ['myCoolService', function (myCoolService) { + // This directive definition throws unknown provider, because myCoolService + // has been destroyed. + }]); +``` + +To fix this problem, make sure you only define each module with the +`angular.module(name, [requires])` syntax once across your entire project. +Retrieve it for subsequent use with `angular.module(name)`. The fixed example +is shown below. + +``` +angular.module('myModule', []) + .service('myCoolService', function () { /* ... */ }); + +angular.module('myModule') + .directive('myDirective', ['myCoolService', function (myCoolService) { + // This directive definition does not throw unknown provider. + }]); +``` + + +Attempting to inject one controller into another will also throw an `Unknown provider` error: + +``` +angular.module('myModule', []) + .controller('MyFirstController', function() { /* ... */ }) + .controller('MySecondController', ['MyFirstController', function(MyFirstController) { + // This controller throws an unknown provider error because + // MyFirstController cannot be injected. + }]); +``` + +Use the `$controller` service if you want to instantiate controllers yourself. + +Attempting to inject a scope object into anything that's not a controller or a directive, +for example a service, will also throw an `Unknown provider: $scopeProvider <- $scope` error. +This might happen if one mistakenly registers a controller as a service, ex.: + +``` +angular.module('myModule', []) + .service('MyController', ['$scope', function($scope) { + // This controller throws an unknown provider error because + // a scope object cannot be injected into a service. + }]); +``` + +If you encounter this error only with minified code, consider using `ngStrictDi` (see +{@link ng.directive:ngApp ngApp}) to provoke the error with the non-minified source. diff --git a/docs/content/error/$interpolate/badexpr.ngdoc b/docs/content/error/$interpolate/badexpr.ngdoc new file mode 100644 index 000000000000..8ef977231fd5 --- /dev/null +++ b/docs/content/error/$interpolate/badexpr.ngdoc @@ -0,0 +1,6 @@ +@ngdoc error +@name $interpolate:badexpr +@fullName Expecting end operator +@description + +The AngularJS expression is missing the corresponding closing operator. diff --git a/docs/content/error/$interpolate/dupvalue.ngdoc b/docs/content/error/$interpolate/dupvalue.ngdoc new file mode 100644 index 000000000000..c9cd39014a3a --- /dev/null +++ b/docs/content/error/$interpolate/dupvalue.ngdoc @@ -0,0 +1,11 @@ +@ngdoc error +@name $interpolate:dupvalue +@fullName Duplicate choice in plural/select +@description + +You have repeated a match selection for your plural or select MessageFormat +extension in your interpolation expression. The different choices have to be unique. + +For more information about the MessageFormat syntax in interpolation +expressions, please refer to MessageFormat extensions section at +{@link guide/i18n#MessageFormat AngularJS i18n MessageFormat} diff --git a/docs/content/error/$interpolate/interr.ngdoc b/docs/content/error/$interpolate/interr.ngdoc new file mode 100644 index 000000000000..8d56c8d094f6 --- /dev/null +++ b/docs/content/error/$interpolate/interr.ngdoc @@ -0,0 +1,7 @@ +@ngdoc error +@name $interpolate:interr +@fullName Interpolation Error +@description + +This error occurs when interpolation fails due to some exception. The error +message above should provide additional context. diff --git a/docs/content/error/$interpolate/logicbug.ngdoc b/docs/content/error/$interpolate/logicbug.ngdoc new file mode 100644 index 000000000000..9753424d9942 --- /dev/null +++ b/docs/content/error/$interpolate/logicbug.ngdoc @@ -0,0 +1,12 @@ +@ngdoc error +@name $interpolate:logicbug +@fullName Bug in ngMessageFormat module +@description + +You've just hit a bug in the ngMessageFormat module provided by angular-message-format.min.js. +Please file a github issue for this and provide the interpolation text that caused you to hit this +bug mentioning the exact version of AngularJS used and we will fix it! + +For more information about the MessageFormat syntax in interpolation +expressions, please refer to MessageFormat extensions section at +{@link guide/i18n#MessageFormat AngularJS i18n MessageFormat} diff --git a/docs/content/error/$interpolate/nochgmustache.ngdoc b/docs/content/error/$interpolate/nochgmustache.ngdoc new file mode 100644 index 000000000000..af7981992086 --- /dev/null +++ b/docs/content/error/$interpolate/nochgmustache.ngdoc @@ -0,0 +1,17 @@ +@ngdoc error +@name $interpolate:nochgmustache +@fullName Redefinition of start/endSymbol incompatible with MessageFormat extensions +@description + +You have redefined `$interpolate.startSymbol`/`$interpolate.endSymbol` and also +loaded the `ngMessageFormat` module (provided by angular-message-format.min.js) +while creating your injector. + +`ngMessageFormat` currently does not support redefinition of the +startSymbol/endSymbol used by `$interpolate`. If this is affecting you, please +file an issue and mention @chirayuk on it. This is intended to be fixed in a +future commit and the github issue will help gauge urgency. + +For more information about the MessageFormat syntax in interpolation +expressions, please refer to MessageFormat extensions section at +{@link guide/i18n#MessageFormat AngularJS i18n MessageFormat} diff --git a/docs/content/error/$interpolate/noconcat.ngdoc b/docs/content/error/$interpolate/noconcat.ngdoc new file mode 100644 index 000000000000..dccbf17e4042 --- /dev/null +++ b/docs/content/error/$interpolate/noconcat.ngdoc @@ -0,0 +1,12 @@ +@ngdoc error +@name $interpolate:noconcat +@fullName Multiple Expressions +@description + +This error occurs when performing an interpolation that concatenates multiple +expressions when a trusted value is required. Concatenating expressions makes +it hard to reason about whether some combination of concatenated values are +unsafe to use and could easily lead to XSS. + +For more information about how AngularJS helps keep your app secure, refer to +the {@link ng.$sce $sce} API doc. diff --git a/docs/content/error/$interpolate/reqarg.ngdoc b/docs/content/error/$interpolate/reqarg.ngdoc new file mode 100644 index 000000000000..89f27fdc4c0d --- /dev/null +++ b/docs/content/error/$interpolate/reqarg.ngdoc @@ -0,0 +1,12 @@ +@ngdoc error +@name $interpolate:reqarg +@fullName Missing required argument for MessageFormat +@description + +You must specify the MessageFormat function that you're using right after the +comma following the AngularJS expression. Currently, the supported functions are +"plural" and "select" (for gender selections.) + +For more information about the MessageFormat syntax in interpolation +expressions, please refer to MessageFormat extensions section at +{@link guide/i18n#MessageFormat AngularJS i18n MessageFormat} diff --git a/docs/content/error/$interpolate/reqcomma.ngdoc b/docs/content/error/$interpolate/reqcomma.ngdoc new file mode 100644 index 000000000000..fccfe95c4ed7 --- /dev/null +++ b/docs/content/error/$interpolate/reqcomma.ngdoc @@ -0,0 +1,11 @@ +@ngdoc error +@name $interpolate:reqcomma +@fullName Missing comma following MessageFormat plural/select keyword +@description + +The MessageFormat syntax requires a comma following the "plural" or "select" +extension keyword in the extended interpolation syntax. + +For more information about the MessageFormat syntax in interpolation +expressions, please refer to MessageFormat extensions section at +{@link guide/i18n#MessageFormat AngularJS i18n MessageFormat} diff --git a/docs/content/error/$interpolate/reqendbrace.ngdoc b/docs/content/error/$interpolate/reqendbrace.ngdoc new file mode 100644 index 000000000000..b7d75ce19797 --- /dev/null +++ b/docs/content/error/$interpolate/reqendbrace.ngdoc @@ -0,0 +1,11 @@ +@ngdoc error +@name $interpolate:reqendbrace +@fullName Unterminated message for plural/select value +@description + +The plural or select message for a value or keyword choice has no matching end +brace to mark the end of the message. + +For more information about the MessageFormat syntax in interpolation +expressions, please refer to MessageFormat extensions section at +{@link guide/i18n#MessageFormat AngularJS i18n MessageFormat} diff --git a/docs/content/error/$interpolate/reqendinterp.ngdoc b/docs/content/error/$interpolate/reqendinterp.ngdoc new file mode 100644 index 000000000000..f5e78441b7ef --- /dev/null +++ b/docs/content/error/$interpolate/reqendinterp.ngdoc @@ -0,0 +1,6 @@ +@ngdoc error +@name $interpolate:reqendinterp +@fullName Unterminated interpolation +@description + +The interpolation text does not have an ending `endSymbol` ("}}" by default) and is unterminated. diff --git a/docs/content/error/$interpolate/reqopenbrace.ngdoc b/docs/content/error/$interpolate/reqopenbrace.ngdoc new file mode 100644 index 000000000000..3e0041e9912b --- /dev/null +++ b/docs/content/error/$interpolate/reqopenbrace.ngdoc @@ -0,0 +1,12 @@ +@ngdoc error +@name $interpolate:reqopenbrace +@fullName An opening brace was expected but not found +@description + +The plural or select extension keyword or values (such as "other", "male", +"female", "=0", "one", "many", etc.) MUST be followed by a message enclosed in +braces. + +For more information about the MessageFormat syntax in interpolation +expressions, please refer to MessageFormat extensions section at +{@link guide/i18n#MessageFormat AngularJS i18n MessageFormat} diff --git a/docs/content/error/$interpolate/reqother.ngdoc b/docs/content/error/$interpolate/reqother.ngdoc new file mode 100644 index 000000000000..cdfeb5f03d1c --- /dev/null +++ b/docs/content/error/$interpolate/reqother.ngdoc @@ -0,0 +1,13 @@ +@ngdoc error +@name $interpolate:reqother +@fullName Required choice "other" for select/plural in MessageFormat +@description + +Your interpolation expression with a MessageFormat extension for either +"plural" or "select" (typically used for gender selection) does not contain a +message for the choice "other". Using either select or plural MessageFormat +extensions require that you provide a message for the selection "other". + +For more information about the MessageFormat syntax in interpolation +expressions, please refer to MessageFormat extensions section at +{@link guide/i18n#MessageFormat AngularJS i18n MessageFormat} diff --git a/docs/content/error/$interpolate/unknarg.ngdoc b/docs/content/error/$interpolate/unknarg.ngdoc new file mode 100644 index 000000000000..779594141181 --- /dev/null +++ b/docs/content/error/$interpolate/unknarg.ngdoc @@ -0,0 +1,12 @@ +@ngdoc error +@name $interpolate:unknarg +@fullName Unrecognized MessageFormat extension +@description + +The MessageFormat extensions provided by `ngMessageFormat` are currently +limited to "plural" and "select". The extension that you have used is either +unsupported or invalid. + +For more information about the MessageFormat syntax in interpolation +expressions, please refer to MessageFormat extensions section at +{@link guide/i18n#MessageFormat AngularJS i18n MessageFormat} diff --git a/docs/content/error/$interpolate/unsafe.ngdoc b/docs/content/error/$interpolate/unsafe.ngdoc new file mode 100644 index 000000000000..91cc7d915d20 --- /dev/null +++ b/docs/content/error/$interpolate/unsafe.ngdoc @@ -0,0 +1,10 @@ +@ngdoc error +@name $interpolate:unsafe +@fullName MessageFormat extensions not allowed in secure context +@description + +You have attempted to use a MessageFormat extension in your interpolation expression that is marked as a secure context. For security purposes, this is not supported. + +Read more about secure contexts at {@link ng.$sce Strict Contextual Escaping +(SCE)} and about the MessageFormat extensions at {@link +guide/i18n#MessageFormat AngularJS i18n MessageFormat}. diff --git a/docs/content/error/$interpolate/untermstr.ngdoc b/docs/content/error/$interpolate/untermstr.ngdoc new file mode 100644 index 000000000000..c3575e1cc05d --- /dev/null +++ b/docs/content/error/$interpolate/untermstr.ngdoc @@ -0,0 +1,6 @@ +@ngdoc error +@name $interpolate:untermstr +@fullName Unterminated string literal +@description + +The string literal was not terminated in your AngularJS expression. diff --git a/docs/content/error/$interpolate/wantstring.ngdoc b/docs/content/error/$interpolate/wantstring.ngdoc new file mode 100644 index 000000000000..757efc87dfd2 --- /dev/null +++ b/docs/content/error/$interpolate/wantstring.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $interpolate:wantstring +@fullName Expected the beginning of a string +@description + +We expected to see the beginning of a string (either a single quote or a double +quote character) in the expression but it was not found. The expression is +invalid. If this is incorrect, please file an issue on github. diff --git a/docs/content/error/$interval/badprom.ngdoc b/docs/content/error/$interval/badprom.ngdoc new file mode 100644 index 000000000000..2c9f8c5371a9 --- /dev/null +++ b/docs/content/error/$interval/badprom.ngdoc @@ -0,0 +1,25 @@ +@ngdoc error +@name $interval:badprom +@fullName Non-$interval promise +@description + +This error occurs when calling {@link ng.$interval#cancel $interval.cancel()} with a promise that +was not generated by the {@link ng.$interval $interval} service. This can, for example, happen when +calling {@link ng.$q#the-promise-api then()/catch()} on the returned promise, which creates a new +promise, and pass that new promise to {@link ng.$interval#cancel $interval.cancel()}. + +Example of incorrect usage that leads to this error: + +```js +var promise = $interval(doSomething, 1000, 5).then(doSomethingElse); +$interval.cancel(promise); +``` + +To fix the example above, keep a reference to the promise returned by +{@link ng.$interval $interval()} and pass that to {@link ng.$interval#cancel $interval.cancel()}: + +```js +var promise = $interval(doSomething, 1000, 5); +var newPromise = promise.then(doSomethingElse); +$interval.cancel(promise); +``` diff --git a/docs/content/error/$location/badpath.ngdoc b/docs/content/error/$location/badpath.ngdoc new file mode 100644 index 000000000000..65c6f39dd2bb --- /dev/null +++ b/docs/content/error/$location/badpath.ngdoc @@ -0,0 +1,9 @@ +@ngdoc error +@name $location:badpath +@fullName Invalid Path +@description + +This error occurs when the path of a location contains invalid characters. +The most common fault is when the path starts with double slashes (`//`) or backslashes ('\\'). +For example if the base path of an application is `https://a.b.c/` then the following path is +invalid `https://a.b.c///d/e/f`. diff --git a/docs/content/error/$location/ipthprfx.ngdoc b/docs/content/error/$location/ipthprfx.ngdoc new file mode 100644 index 000000000000..55b75d865830 --- /dev/null +++ b/docs/content/error/$location/ipthprfx.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $location:ipthprfx +@fullName Invalid or Missing Path Prefix +@description + +This error occurs when you configure the {@link ng.$location `$location`} service in the html5 mode, specify a base url for your application via `` element and try to update the location with a path that doesn't match the base prefix. + +To resolve this issue, please check the base url specified via the `` tag in the head of your main html document, as well as the url that you tried to set the location to. diff --git a/docs/content/error/$location/isrcharg.ngdoc b/docs/content/error/$location/isrcharg.ngdoc new file mode 100644 index 000000000000..4b60ddd5a2b8 --- /dev/null +++ b/docs/content/error/$location/isrcharg.ngdoc @@ -0,0 +1,9 @@ +@ngdoc error +@name $location:isrcharg +@fullName Wrong $location.search() argument type +@description + +To resolve this error, ensure that the first argument for the `$location.search` call is a `string` or an object. +You can use the stack trace associated with this error to identify the call site that caused this issue. + +To learn more, please consult the {@link ng.$location `$location`} api docs. diff --git a/docs/content/error/$location/nobase.ngdoc b/docs/content/error/$location/nobase.ngdoc new file mode 100644 index 000000000000..baa14dc090d8 --- /dev/null +++ b/docs/content/error/$location/nobase.ngdoc @@ -0,0 +1,63 @@ +@ngdoc error +@name $location:nobase +@fullName $location in HTML5 mode requires a <base> tag to be present! +@description + +If you configure {@link ng.$location `$location`} to use +{@link $locationProvider `html5Mode`} (`history.pushState`), you need to specify the base URL for the application with a [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base) tag or configure +`$locationProvider` to not require a base tag by passing a definition object with +`requireBase:false` to `$locationProvider.html5Mode()`: + +```javascript +$locationProvider.html5Mode({ + enabled: true, + requireBase: false +}); +``` + +Note that removing the requirement for a `` tag will have adverse side effects when resolving +relative paths with `$location` in IE9. + +The base URL is then used to resolve all relative URLs throughout the application regardless of the +entry point into the app. + +If you are deploying your app into the root context (e.g. `https://myapp.com/`), set the base URL to `/`: + +```html + + + ... + +``` + +If you are deploying your app into a sub-context (e.g. `https://myapp.com/subapp/`), set the base URL to the +URL of the subcontext: + +```html + + + ... + +``` + +Before AngularJS 1.3 we didn't have this hard requirement and it was easy to write apps that worked +when deployed in the root context but were broken when moved to a sub-context because in the +sub-context all absolute urls would resolve to the root context of the app. To prevent this, +use relative URLs throughout your app: + +```html + +User Profile + + + +User Profile + +``` + +Additionally, if you want to support [browsers that don't have the `history.pushState` +API](http://caniuse.com/#feat=history), the fallback mechanism provided by `$location` +won't work well without specifying the base url of the application. + +In order to make it easier to migrate from hashbang mode to html5 mode, we require that the base +URL is always specified when `$location`'s `html5mode` is enabled. diff --git a/docs/content/error/$location/nostate.ngdoc b/docs/content/error/$location/nostate.ngdoc new file mode 100644 index 000000000000..de91316971ed --- /dev/null +++ b/docs/content/error/$location/nostate.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $location:nostate +@fullName History API state support is available only in HTML5 mode and only in browsers supporting HTML5 History API +@description + +This error occurs when the {@link ng.$location#state $location.state} method is used when {@link ng.$locationProvider#html5Mode $locationProvider.html5Mode} is not turned on or the browser used doesn't support the HTML5 History API (for example, IE9 or Android 2.3). + +To avoid this error, either drop support for those older browsers or avoid using this method. diff --git a/docs/content/error/$parse/esc.ngdoc b/docs/content/error/$parse/esc.ngdoc new file mode 100644 index 000000000000..3f308b2d2fec --- /dev/null +++ b/docs/content/error/$parse/esc.ngdoc @@ -0,0 +1,10 @@ +@ngdoc error +@name $parse:esc +@fullName Value cannot be escaped +@description + +Occurs when the parser tries to escape a value that is not known. + +This should never occur in practice. If it does then that indicates a programming +error in the AngularJS `$parse` service itself and should be reported as an issue +at https://github.com/angular/angular.js/issues. \ No newline at end of file diff --git a/docs/content/error/$parse/lexerr.ngdoc b/docs/content/error/$parse/lexerr.ngdoc new file mode 100644 index 000000000000..b5a95d829a5f --- /dev/null +++ b/docs/content/error/$parse/lexerr.ngdoc @@ -0,0 +1,10 @@ +@ngdoc error +@name $parse:lexerr +@fullName Lexer Error +@description + +Occurs when an expression has a lexical error, for example a malformed number (0.5e-) or an invalid unicode escape. + +The error message contains a more precise error. + +To resolve, learn more about {@link guide/expression AngularJS expressions}, identify the error and fix the expression's syntax. diff --git a/docs/content/error/$parse/lval.ngdoc b/docs/content/error/$parse/lval.ngdoc new file mode 100644 index 000000000000..e5905c40e74a --- /dev/null +++ b/docs/content/error/$parse/lval.ngdoc @@ -0,0 +1,13 @@ +@ngdoc error +@name $parse:lval +@fullName Trying to assign a value to a non l-value +@description + +Occurs when an expression is trying to assign a value to a non-assignable expression. + +This can happen if the left side of an assignment is not a valid reference to a variable +or property. E.g. In the following snippet `1+2` is not assignable. + +``` +(1+2) = 'hello'; +``` diff --git a/docs/content/error/$parse/syntax.ngdoc b/docs/content/error/$parse/syntax.ngdoc new file mode 100644 index 000000000000..33d6bc0d317c --- /dev/null +++ b/docs/content/error/$parse/syntax.ngdoc @@ -0,0 +1,9 @@ +@ngdoc error +@name $parse:syntax +@fullName Syntax Error +@description + +Occurs when there is a syntax error in an expression. These errors are thrown while compiling the expression. +The error message contains a more precise description of the error, including the location (column) in the expression where the error occurred. + +To resolve, learn more about {@link guide/expression AngularJS expressions}, identify the error and fix the expression's syntax. diff --git a/docs/content/error/$parse/ueoe.ngdoc b/docs/content/error/$parse/ueoe.ngdoc new file mode 100644 index 000000000000..6fca05b4cce8 --- /dev/null +++ b/docs/content/error/$parse/ueoe.ngdoc @@ -0,0 +1,12 @@ +@ngdoc error +@name $parse:ueoe +@fullName Unexpected End of Expression +@description + +Occurs when an expression is missing tokens at the end of the expression. + +For example, forgetting to close a bracket or failing to properly escape quotes in an expression +will trigger this error. + +To resolve, learn more about {@link guide/expression AngularJS expressions}, identify the error and +fix the expression's syntax. diff --git a/docs/content/error/$q/norslvr.ngdoc b/docs/content/error/$q/norslvr.ngdoc new file mode 100644 index 000000000000..174433aedbae --- /dev/null +++ b/docs/content/error/$q/norslvr.ngdoc @@ -0,0 +1,17 @@ +@ngdoc error +@name $q:norslvr +@fullName No resolver function passed to $Q +@description + +Occurs when calling creating a promise using {@link $q} as a constructor, without providing the +required `resolver` function. + +``` +//bad +var promise = $q().then(doSomething); + +//good +var promise = $q(function(resolve, reject) { + waitForSomethingAsync.then(resolve); +}).then(doSomething); +``` diff --git a/docs/content/error/$q/qcycle.ngdoc b/docs/content/error/$q/qcycle.ngdoc new file mode 100644 index 000000000000..7b0bba204c30 --- /dev/null +++ b/docs/content/error/$q/qcycle.ngdoc @@ -0,0 +1,23 @@ +@ngdoc error +@name $q:qcycle +@fullName Cannot resolve a promise with itself +@description + +Occurs when resolving a promise with itself as the value, including returning the promise in a +function passed to `then`. The A+ 1.1 spec mandates that this behavior throw a TypeError. +https://github.com/promises-aplus/promises-spec#the-promise-resolution-procedure + +``` +var promise = $q.defer().promise; + +//bad +promise.then(function (val) { + //Cannot return self + return promise; +}); + +//good +promise.then(function (val) { + return 'some other value'; +}); +``` diff --git a/docs/content/error/$resource/badargs.ngdoc b/docs/content/error/$resource/badargs.ngdoc new file mode 100644 index 000000000000..834c7826191a --- /dev/null +++ b/docs/content/error/$resource/badargs.ngdoc @@ -0,0 +1,9 @@ +@ngdoc error +@name $resource:badargs +@fullName Too Many Arguments +@description + +This error occurs when specifying too many arguments to a {@link ngResource.$resource `$resource`} action, such as `get`, `query` or any user-defined custom action. +These actions may take up to 4 arguments. + +For more information, refer to the {@link ngResource.$resource `$resource`} API reference documentation. diff --git a/docs/content/error/$resource/badcfg.ngdoc b/docs/content/error/$resource/badcfg.ngdoc new file mode 100644 index 000000000000..08309798cfd3 --- /dev/null +++ b/docs/content/error/$resource/badcfg.ngdoc @@ -0,0 +1,11 @@ +@ngdoc error +@name $resource:badcfg +@fullName Response does not match configured parameter +@description + +This error occurs when the {@link ngResource.$resource `$resource`} service expects a response that can be deserialized as an array but receives an object, or vice versa. +By default, all resource actions expect objects, except `query` which expects arrays. + +To resolve this error, make sure your `$resource` configuration matches the actual format of the data returned from the server. + +For more information, see the {@link ngResource.$resource `$resource`} API reference documentation. diff --git a/docs/content/error/$resource/badmember.ngdoc b/docs/content/error/$resource/badmember.ngdoc new file mode 100644 index 000000000000..4a61eb9b41fb --- /dev/null +++ b/docs/content/error/$resource/badmember.ngdoc @@ -0,0 +1,27 @@ +@ngdoc error +@name $resource:badmember +@fullName Syntax error in param value using @member lookup +@description + +Occurs when there is a syntax error when attempting to extract a param +value from the data object. + +Here's an example of valid syntax for `params` or `paramsDefault`: + +````javascript +{ + bar: '@foo.bar' +} +```` + +The part following the `@`, `foo.bar` in this case, should be a simple +dotted member lookup using only ASCII identifiers. This error occurs +when there is an error in that expression. The following are all syntax +errors + + | Value | Error | + |---------|----------------| + | `@` | Empty expression following `@`. | + | `@1.a` | `1` is an invalid javascript identifier. | + | `@.a` | Leading `.` is invalid. | + | `@a[1]` | Only dotted lookups are supported (no index operator) | diff --git a/docs/content/error/$resource/badname.ngdoc b/docs/content/error/$resource/badname.ngdoc new file mode 100644 index 000000000000..cde2c0d216f1 --- /dev/null +++ b/docs/content/error/$resource/badname.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $resource:badname +@fullName Cannot use hasOwnProperty as a parameter name +@description + +Occurs when you try to use the name `hasOwnProperty` as a name of a parameter. +Generally, a name cannot be `hasOwnProperty` because it is used, internally, on a object +and allowing such a name would break lookups on this object. diff --git a/docs/content/error/$rootScope/infdig.ngdoc b/docs/content/error/$rootScope/infdig.ngdoc new file mode 100644 index 000000000000..7eae81ec7197 --- /dev/null +++ b/docs/content/error/$rootScope/infdig.ngdoc @@ -0,0 +1,41 @@ +@ngdoc error +@name $rootScope:infdig +@fullName Infinite $digest Loop +@description + +This error occurs when the application's model becomes unstable and each `$digest` cycle triggers a state change and subsequent `$digest` cycle. +AngularJS detects this situation and prevents an infinite loop from causing the browser to become unresponsive. + +For example, the situation can occur by setting up a watch on a path and subsequently updating the same path when the value changes. + +``` +$scope.$watch('foo', function() { + $scope.foo = $scope.foo + 1; +}); +``` + +One common mistake is binding to a function which generates a new array every time it is called. For example: + +``` +
    {{ user.name }}
    + +... + +$scope.getUsers = function() { + return [ { name: 'Hank' }, { name: 'Francisco' } ]; +}; +``` + +Since `getUsers()` returns a new array, AngularJS determines that the model is different on each `$digest` +cycle, resulting in the error. The solution is to return the same array object if the elements have +not changed: + +``` +var users = [ { name: 'Hank' }, { name: 'Francisco' } ]; + +$scope.getUsers = function() { + return users; +}; +``` + +The maximum number of allowed iterations of the `$digest` cycle is controlled via TTL setting which can be configured via {@link ng.$rootScopeProvider $rootScopeProvider}. diff --git a/docs/content/error/$rootScope/inprog.ngdoc b/docs/content/error/$rootScope/inprog.ngdoc new file mode 100644 index 000000000000..6a4549c0e001 --- /dev/null +++ b/docs/content/error/$rootScope/inprog.ngdoc @@ -0,0 +1,312 @@ +@ngdoc error +@name $rootScope:inprog +@fullName Action Already In Progress +@description + +At any point in time there can be only one `$digest` or `$apply` operation in progress. This is to +prevent very hard to detect bugs from entering your application. The stack trace of this error +allows you to trace the origin of the currently executing `$apply` or `$digest` call, which caused +the error. + +## Background + +AngularJS uses a dirty-checking digest mechanism to monitor and update values of the scope during +the processing of your application. The digest works by checking all the values that are being +watched against their previous value and running any watch handlers that have been defined for those +values that have changed. + +This digest mechanism is triggered by calling `$digest` on a scope object. Normally you do not need +to trigger a digest manually, because every external action that can trigger changes in your +application, such as mouse events, timeouts or server responses, wrap the AngularJS application code +in a block of code that will run `$digest` when the code completes. + +You wrap AngularJS code in a block that will be followed by a `$digest` by calling `$apply` on a scope +object. So, in pseudo-code, the process looks like this: + +``` +element.on('mouseup', function() { + scope.$apply(function() { + $scope.doStuff(); + }); +}); +``` + +where `$apply()` looks something like: + +``` +$apply = function(fn) { + try { + fn(); + } finally() { + $digest(); + } +} +``` + +## Digest Phases + +AngularJS keeps track of what phase of processing we are in, the relevant ones being `$apply` and +`$digest`. Trying to reenter a `$digest` or `$apply` while one of them is already in progress is +typically a sign of programming error that needs to be fixed. So AngularJS will throw this error when +that occurs. + +In most situations it should be well defined whether a piece of code will be run inside an `$apply`, +in which case you should not be calling `$apply` or `$digest`, or it will be run outside, in which +case you should wrap any code that will be interacting with AngularJS scope or services, in a call to +`$apply`. + +As an example, all Controller code should expect to be run within AngularJS, so it should have no need +to call `$apply` or `$digest`. Conversely, code that is being trigger directly as a call back to +some external event, from the DOM or 3rd party library, should expect that it is never called from +within AngularJS, and so any AngularJS application code that it calls should first be wrapped in a call +to $apply. + +## Common Causes + +Apart from simply incorrect calls to `$apply` or `$digest` there are some cases when you may get +this error through no fault of your own. + +### Inconsistent API (Sync/Async) + +This error is often seen when interacting with an API that is sometimes sync and sometimes async. + +For example, imagine a 3rd party library that has a method which will retrieve data for us. Since it +may be making an asynchronous call to a server, it accepts a callback function, which will be called +when the data arrives. + +``` +function MyController($scope, thirdPartyComponent) { + thirdPartyComponent.getData(function(someData) { + $scope.$apply(function() { + $scope.someData = someData; + }); + }); +} +``` + +We expect that our callback will be called asynchronously, and so from outside AngularJS. Therefore, we +correctly wrap our application code that interacts with AngularJS in a call to `$apply`. + +The problem comes if `getData()` decides to call the callback handler synchronously; perhaps it has +the data already cached in memory and so it immediately calls the callback to return the data, +synchronously. + +Since, the `MyController` constructor is always instantiated from within an `$apply` call, our +handler is trying to enter a new `$apply` block from within one. + +This is not an ideal design choice on the part of the 3rd party library. + +To resolve this type of issue, either fix the api to be always synchronous or asynchronous or force +your callback handler to always run asynchronously by using the `$timeout` service. + +``` +function MyController($scope, $timeout, thirdPartyComponent) { + thirdPartyComponent.getData(function(someData) { + $timeout(function() { + $scope.someData = someData; + }, 0); + }); +} +``` + +Here we have used `$timeout` to schedule the changes to the scope in a future call stack. +By providing a timeout period of 0ms, this will occur as soon as possible and `$timeout` will ensure +that the code will be called in a single `$apply` block. + +### Triggering Events Programmatically + +The other situation that often leads to this error is when you trigger code (such as a DOM event) +programmatically (from within AngularJS), which is normally called by an external trigger. + +For example, consider a directive that will set focus on an input control when a value in the scope +is true: + +``` +myApp.directive('setFocusIf', function() { + return { + link: function($scope, $element, $attr) { + $scope.$watch($attr.setFocusIf, function(value) { + if ( value ) { $element[0].focus(); } + }); + } + }; +}); +``` + +If we applied this directive to an input which also used the `ngFocus` directive to trigger some +work when the element receives focus we will have a problem: + +``` + + +``` + +In this setup, there are two ways to trigger ngFocus. First from a user interaction: + +* Click on the input control +* The input control gets focus +* The `ngFocus` directive is triggered, setting `$scope.msg='has focus'` from within a new call to +`$apply()` + +Second programmatically: + +* Click the button +* The `ngClick` directive sets the value of `$scope.hasFocus` to true inside a call to `$apply` +* The `$digest` runs, which triggers the watch inside the `setFocusIf` directive +* The watch's handle runs, which gives the focus to the input +* The `ngFocus` directive is triggered, setting `$scope.msg='has focus'` from within a new call to +`$apply()` + +In this second scenario, we are already inside a `$digest` when the ngFocus directive makes another +call to `$apply()`, causing this error to be thrown. + +It is possible to workaround this problem by moving the call to set the focus outside of the digest, +by using `$timeout(fn, 0, false)`, where the `false` value tells AngularJS not to wrap this `fn` in an +`$apply` block: + +``` +myApp.directive('setFocusIf', function($timeout) { + return { + link: function($scope, $element, $attr) { + $scope.$watch($attr.setFocusIf, function(value) { + if ( value ) { + $timeout(function() { + // We must reevaluate the value in case it was changed by a subsequent + // watch handler in the digest. + if ( $scope.$eval($attr.setFocusIf) ) { + $element[0].focus(); + } + }, 0, false); + } + }); + } + } +}); +``` + +## Diagnosing This Error + +When you get this error it can be rather daunting to diagnose the cause of the issue. The best +course of action is to investigate the stack trace from the error. You need to look for places +where `$apply` or `$digest` have been called and find the context in which this occurred. + +There should be two calls: + +* The first call is the good `$apply`/`$digest` and would normally be triggered by some event near +the top of the call stack. + +* The second call is the bad `$apply`/`$digest` and this is the one to investigate. + +Once you have identified this call you work your way up the stack to see what the problem is. + +* If the second call was made in your application code then you should look at why this code has been +called from within an `$apply`/`$digest`. It may be a simple oversight or maybe it fits with the +sync/async scenario described earlier. + +* If the second call was made inside an AngularJS directive then it is likely that it matches the second +programmatic event trigger scenario described earlier. In this case you may need to look further up +the tree to what triggered the event in the first place. + +### Example Problem + +Let's look at how to investigate this error using the `setFocusIf` example from above. This example +defines a new `setFocusIf` directive that sets the focus on the element where it is defined when the +value of its attribute becomes true. + + + + + + + + angular.module('app', []).directive('setFocusIf', function() { + return function link($scope, $element, $attr) { + $scope.$watch($attr.setFocusIf, function(value) { + if (value) { $element[0].focus(); } + }); + }; + }); + + + +When you click on the button to cause the focus to occur we get our `$rootScope:inprog` error. The +stacktrace looks like this: + +``` +Error: [$rootScope:inprog] + at Error (native) + at angular.min.js:6:467 + at n (angular.min.js:105:60) + at g.$get.g.$apply (angular.min.js:113:195) + at HTMLInputElement. (angular.min.js:198:401) + at angular.min.js:32:32 + at Array.forEach (native) + at q (angular.min.js:7:295) + at HTMLInputElement.c (angular.min.js:32:14) + at Object.fn (app.js:12:38) angular.js:10111 +(anonymous function) angular.js:10111 +$get angular.js:7412 +$get.g.$apply angular.js:12738 <--- $apply +(anonymous function) angular.js:19833 <--- called here +(anonymous function) angular.js:2890 +q angular.js:320 +c angular.js:2889 +(anonymous function) app.js:12 +$get.g.$digest angular.js:12469 +$get.g.$apply angular.js:12742 <--- $apply +(anonymous function) angular.js:19833 <--- called here +(anonymous function) angular.js:2890 +q angular.js:320 +``` + +We can see (even though the AngularJS code is minified) that there were two calls to `$apply`, first +on line `19833`, then on line `12738` of `angular.js`. + +It is this second call that caused the error. If we look at the angular.js code, we can see that +this call is made by an AngularJS directive. + +``` +var ngEventDirectives = {}; +forEach( + 'click dblclick mousedown mouseup mouseover mouseout mousemove mouseenter mouseleave keydown keyup keypress submit focus blur copy cut paste'.split(' '), + function(name) { + var directiveName = directiveNormalize('ng-' + name); + ngEventDirectives[directiveName] = ['$parse', function($parse) { + return { + compile: function($element, attr) { + var fn = $parse(attr[directiveName]); + return function(scope, element, attr) { + element.on(lowercase(name), function(event) { + scope.$apply(function() { + fn(scope, {$event:event}); + }); + }); + }; + } + }; + }]; + } +); +``` + +It is not possible to tell which from the stack trace, but we happen to know in this case that it is +the `ngFocus` directive. + +Now look up the stack to see that our application code is only entered once in `app.js` at line `12`. +This is where our problem is: + +``` +10: link: function($scope, $element, $attr) { +11: $scope.$watch($attr.setFocusIf, function(value) { +12: if ( value ) { $element[0].focus(); } <---- This is the source of the problem +13: }); +14: } +``` + +We can now see that the second `$apply` was caused by us programmatically triggering a DOM event +(i.e. focus) to occur. We must fix this by moving the code outside of the $apply block using +`$timeout` as described above. + +## Further Reading +To learn more about AngularJS processing model please check out the +{@link guide/concepts concepts doc} as well as the {@link ng.$rootScope.Scope api} doc. diff --git a/docs/content/error/$route/norout.ngdoc b/docs/content/error/$route/norout.ngdoc new file mode 100644 index 000000000000..5dc5a9b8b7ee --- /dev/null +++ b/docs/content/error/$route/norout.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $route:norout +@fullName Tried updating route with no current route +@description + +Occurs when an attempt is made to update the parameters on the current route when +there is no current route. This can happen if you try to call `$route.updateParams();` +before the first route transition has completed. \ No newline at end of file diff --git a/docs/content/error/$sanitize/elclob.ngdoc b/docs/content/error/$sanitize/elclob.ngdoc new file mode 100644 index 000000000000..1e9e9db42725 --- /dev/null +++ b/docs/content/error/$sanitize/elclob.ngdoc @@ -0,0 +1,11 @@ +@ngdoc error +@name $sanitize:elclob +@fullName Failed to sanitize html because the element is clobbered +@description + +This error occurs when `$sanitize` sanitizer is unable to traverse the HTML because one or more of the elements in the +HTML have been "clobbered". This could be a sign that the payload contains code attempting to cause a DoS attack on the +browser. + +Typically clobbering breaks the `nextSibling` property on an element so that it points to one of its child nodes. This +makes it impossible to walk the HTML tree without getting stuck in an infinite loop, which causes the browser to freeze. \ No newline at end of file diff --git a/docs/content/error/$sanitize/noinert.ngdoc b/docs/content/error/$sanitize/noinert.ngdoc new file mode 100644 index 000000000000..3eb5944eb3c5 --- /dev/null +++ b/docs/content/error/$sanitize/noinert.ngdoc @@ -0,0 +1,10 @@ +@ngdoc error +@name $sanitize:noinert +@fullName Can't create an inert html document +@description + +This error occurs when `$sanitize` sanitizer determines that `document.implementation.createHTMLDocument ` api is not supported by the current browser. + +This api is necessary for safe parsing of HTML strings into DOM trees and without it the sanitizer can't sanitize the input. + +The api is present in all supported browsers including IE 9.0, so the presence of this error usually indicates that AngularJS's `$sanitize` is being used on an unsupported platform. diff --git a/docs/content/error/$sanitize/uinput.ngdoc b/docs/content/error/$sanitize/uinput.ngdoc new file mode 100644 index 000000000000..e3bcdb037514 --- /dev/null +++ b/docs/content/error/$sanitize/uinput.ngdoc @@ -0,0 +1,13 @@ +@ngdoc error +@name $sanitize:uinput +@fullName Failed to sanitize html because the input is unstable +@description + +This error occurs when `$sanitize` sanitizer tries to check the input for possible mXSS payload and the verification +errors due to the input mutating indefinitely. This could be a sign that the payload contains code exploiting an mXSS +vulnerability in the browser. + +mXSS attack exploit browser bugs that cause some browsers parse a certain html strings into DOM, which once serialized +doesn't match the original input. These browser bugs can be exploited by attackers to create payload which looks +harmless to sanitizers, but due to mutations caused by the browser are turned into dangerous code once processed after +sanitization. diff --git a/docs/content/error/$sce/icontext.ngdoc b/docs/content/error/$sce/icontext.ngdoc new file mode 100644 index 000000000000..3ad0f22d98d7 --- /dev/null +++ b/docs/content/error/$sce/icontext.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $sce:icontext +@fullName Invalid / Unknown SCE context +@description + +The context enum passed to {@link ng.$sce#trustAs $sce.trustAs} was not recognized. + +Please consult the list of {@link ng.$sce#contexts supported Strict Contextual Escaping (SCE) contexts}. diff --git a/docs/content/error/$sce/iequirks.ngdoc b/docs/content/error/$sce/iequirks.ngdoc new file mode 100644 index 000000000000..3ddd33eb6844 --- /dev/null +++ b/docs/content/error/$sce/iequirks.ngdoc @@ -0,0 +1,17 @@ +@ngdoc error +@name $sce:iequirks +@fullName IE<11 in quirks mode is unsupported +@description + +This error occurs when you are using AngularJS with {@link ng.$sce Strict Contextual Escaping (SCE)} mode enabled (the default) on IE10 or lower in quirks mode. + +In this mode, IE<11 allow one to execute arbitrary javascript by the use of the `expression()` syntax and is not supported. +Refer +[CSS expressions no longer supported for the Internet zone](http://msdn.microsoft.com/en-us/library/ie/dn384050(v=vs.85).aspx) +to learn more about them. + +To resolve this error please specify the proper doctype at the top of your main html document: + +``` + +``` diff --git a/docs/content/error/$sce/imatcher.ngdoc b/docs/content/error/$sce/imatcher.ngdoc new file mode 100644 index 000000000000..c1009f8a2929 --- /dev/null +++ b/docs/content/error/$sce/imatcher.ngdoc @@ -0,0 +1,9 @@ +@ngdoc error +@name $sce:imatcher +@fullName Invalid matcher (only string patterns and RegExp instances are supported) +@description + +Please see {@link $sceDelegateProvider#trustedResourceUrlList +$sceDelegateProvider.trustedResourceUrlList} and {@link +$sceDelegateProvider#bannedResourceUrlList $sceDelegateProvider.bannedResourceUrlList} for the +list of acceptable items. diff --git a/docs/content/error/$sce/insecurl.ngdoc b/docs/content/error/$sce/insecurl.ngdoc new file mode 100644 index 000000000000..66a419f73f96 --- /dev/null +++ b/docs/content/error/$sce/insecurl.ngdoc @@ -0,0 +1,26 @@ +@ngdoc error +@name $sce:insecurl +@fullName Processing of a Resource from Untrusted Source Blocked +@description + +AngularJS' {@link ng.$sce Strict Contextual Escaping (SCE)} mode (enabled by default) has blocked loading a resource from an insecure URL. + +Typically, this would occur if you're attempting to load an AngularJS template from an untrusted source. +It's also possible that a custom directive threw this error for a similar reason. + +AngularJS only loads templates from trusted URLs (by calling {@link ng.$sce#getTrustedResourceUrl $sce.getTrustedResourceUrl} on the template URL). + +By default, only URLs that belong to the same origin are trusted. These are urls with the same domain, protocol and port as the application document. + +The {@link ng.directive:ngInclude ngInclude} directive and {@link guide/directive directives} that specify a `templateUrl` require a trusted resource URL. + +To load templates from other domains and/or protocols, either adjust the {@link +ng.$sceDelegateProvider#trustedResourceUrlList trusted resource URL list}/ {@link +ng.$sceDelegateProvider#bannedResourceUrlList banned resource URL list} or wrap the URL with a call to {@link +ng.$sce#trustAsResourceUrl $sce.trustAsResourceUrl}. + +**Note**: The browser's [Same Origin +Policy](https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest) and +[Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/) policy apply +that may further restrict whether the template is successfully loaded. (e.g. neither cross-domain +requests won't work on all browsers nor `file://` requests on some browsers) diff --git a/docs/content/error/$sce/itype.ngdoc b/docs/content/error/$sce/itype.ngdoc new file mode 100644 index 000000000000..80ed8f593ddf --- /dev/null +++ b/docs/content/error/$sce/itype.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name $sce:itype +@fullName String Value is Required for SCE Trust Call +@description + +{@link ng.$sce#trustAs $sce.trustAs} requires a string value. + +Read more about {@link ng.$sce Strict Contextual Escaping (SCE)} in AngularJS. diff --git a/docs/content/error/$sce/iwcard.ngdoc b/docs/content/error/$sce/iwcard.ngdoc new file mode 100644 index 000000000000..88f4787fddb0 --- /dev/null +++ b/docs/content/error/$sce/iwcard.ngdoc @@ -0,0 +1,9 @@ +@ngdoc error +@name $sce:iwcard +@fullName The sequence *** is not a valid pattern wildcard +@description + +The strings in {@link $sceDelegateProvider#trustedResourceUrlList +$sceDelegateProvider.trustedResourceUrlList} and {@link +$sceDelegateProvider#bannedResourceUrlList $sceDelegateProvider.bannedResourceUrlList} may not +contain the undefined sequence `***`. Only `*` and `**` wildcard patterns are defined. diff --git a/docs/content/error/$sce/unsafe.ngdoc b/docs/content/error/$sce/unsafe.ngdoc new file mode 100644 index 000000000000..5b6420a1581f --- /dev/null +++ b/docs/content/error/$sce/unsafe.ngdoc @@ -0,0 +1,16 @@ +@ngdoc error +@name $sce:unsafe +@fullName Require a safe/trusted value +@description + +The value provided for use in a specific context was not found to be safe/trusted for use. + +AngularJS's {@link ng.$sce Strict Contextual Escaping (SCE)} mode +(enabled by default), requires bindings in certain +contexts to result in a value that is trusted as safe for use in such a context. (e.g. loading an +AngularJS template from a URL requires that the URL is one considered safe for loading resources.) + +This helps prevent XSS and other security issues. Read more at +{@link ng.$sce Strict Contextual Escaping (SCE)} + +You may want to include the ngSanitize module to use the automatic sanitizing. diff --git a/docs/content/error/$templateRequest/tpload.ngdoc b/docs/content/error/$templateRequest/tpload.ngdoc new file mode 100644 index 000000000000..dba0788ce62b --- /dev/null +++ b/docs/content/error/$templateRequest/tpload.ngdoc @@ -0,0 +1,18 @@ +@ngdoc error +@name $templateRequest:tpload +@fullName Error Loading Template +@description + +This error occurs when {@link $templateRequest} attempts to fetch a template from some URL, and +the request fails. + +The template URL might be defined in a directive/component definition, an instance of `ngInclude`, +an instance of `ngMessagesInclude` or a templated route in a `$route` route definition. + +To resolve this error, ensure that the URL of the template is spelled correctly and resolves to +correct absolute URL. +The [Chrome Developer Tools](https://developers.google.com/chrome-developer-tools/docs/network#network_panel_overview) +might also be helpful in determining why the request failed. + +If you are using {@link ng.$templateCache} to pre-load templates, ensure that the cache was +populated with the template. diff --git a/docs/content/error/$timeout/badprom.ngdoc b/docs/content/error/$timeout/badprom.ngdoc new file mode 100644 index 000000000000..c1b0d025ad8f --- /dev/null +++ b/docs/content/error/$timeout/badprom.ngdoc @@ -0,0 +1,25 @@ +@ngdoc error +@name $timeout:badprom +@fullName Non-$timeout promise +@description + +This error occurs when calling {@link ng.$timeout#cancel $timeout.cancel()} with a promise that +was not generated by the {@link ng.$timeout $timeout} service. This can, for example, happen when +calling {@link ng.$q#the-promise-api then()/catch()} on the returned promise, which creates a new +promise, and pass that new promise to {@link ng.$timeout#cancel $timeout.cancel()}. + +Example of incorrect usage that leads to this error: + +```js +var promise = $timeout(doSomething, 1000).then(doSomethingElse); +$timeout.cancel(promise); +``` + +To fix the example above, keep a reference to the promise returned by +{@link ng.$timeout $timeout()} and pass that to {@link ng.$timeout#cancel $timeout.cancel()}: + +```js +var promise = $timeout(doSomething, 1000); +var newPromise = promise.then(doSomethingElse); +$timeout.cancel(promise); +``` diff --git a/docs/content/error/filter/notarray.ngdoc b/docs/content/error/filter/notarray.ngdoc new file mode 100644 index 000000000000..4586424de118 --- /dev/null +++ b/docs/content/error/filter/notarray.ngdoc @@ -0,0 +1,51 @@ +@ngdoc error +@name filter:notarray +@fullName Not an array +@description + +This error occurs when {@link ng.filter filter} is not used with an array: +```html + +
    + {{ key }} : {{ value }} +
    +``` + +Filter must be used with an array so a subset of items can be returned. +The array can be initialized asynchronously and therefore null or undefined won't throw this error. + +To filter an object by the value of its properties you can create your own custom filter: +```js +angular.module('customFilter',[]) + .filter('custom', function() { + return function(input, search) { + if (!input) return input; + if (!search) return input; + var expected = ('' + search).toLowerCase(); + var result = {}; + angular.forEach(input, function(value, key) { + var actual = ('' + value).toLowerCase(); + if (actual.indexOf(expected) !== -1) { + result[key] = value; + } + }); + return result; + } + }); +``` +That can be used as: +```html + +
    + {{ key }} : {{ value }} +
    +``` + +You could as well convert the object to an array using a filter such as +[toArrayFilter](https://github.com/petebacondarwin/angular-toArrayFilter): +```html + +
    + {{ item }} +
    +``` diff --git a/docs/content/error/index.ngdoc b/docs/content/error/index.ngdoc new file mode 100644 index 000000000000..7414b977e684 --- /dev/null +++ b/docs/content/error/index.ngdoc @@ -0,0 +1,15 @@ +@ngdoc overview +@name Error Reference +@description + +# Error Reference + +Use the Error Reference manual to find information about error conditions in +your AngularJS app. Errors thrown in production builds of AngularJS will log +links to this site on the console. + +Other useful references for debugging your app include: + +- {@link api/ API Reference} for detailed information about specific features +- {@link guide/ Developer Guide} for AngularJS concepts +- {@link tutorial/ Tutorial} for getting started diff --git a/docs/content/error/jqLite/nosel.ngdoc b/docs/content/error/jqLite/nosel.ngdoc new file mode 100644 index 000000000000..161a177e5960 --- /dev/null +++ b/docs/content/error/jqLite/nosel.ngdoc @@ -0,0 +1,11 @@ +@ngdoc error +@name jqLite:nosel +@fullName Unsupported Selector Lookup +@description + +In order to keep AngularJS small, AngularJS implements only a subset of the selectors in {@link angular.element#angularjs-s-jqlite jqLite}. +This error occurs when a jqLite instance is invoked with a selector other than this subset. + +In order to resolve this error, rewrite your code to only use tag name selectors and manually traverse the DOM using the APIs provided by jqLite. + +Alternatively, you can include a full version of jQuery, which AngularJS will automatically use and that will make all selectors available. diff --git a/docs/content/error/jqLite/offargs.ngdoc b/docs/content/error/jqLite/offargs.ngdoc new file mode 100644 index 000000000000..44e2ca7ca5b8 --- /dev/null +++ b/docs/content/error/jqLite/offargs.ngdoc @@ -0,0 +1,7 @@ +@ngdoc error +@name jqLite:offargs +@fullName Invalid jqLite#off() parameter +@description + +This error occurs when trying to pass too many arguments to `jqLite#off`. Note +that `jqLite#off` does not support namespaces or selectors like jQuery. diff --git a/docs/content/error/jqLite/onargs.ngdoc b/docs/content/error/jqLite/onargs.ngdoc new file mode 100644 index 000000000000..34a96b3a0567 --- /dev/null +++ b/docs/content/error/jqLite/onargs.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name jqLite:onargs +@fullName Invalid jqLite#on() Parameters +@description + +This error occurs when trying to pass too many arguments to `jqLite#on`. Note +that `jqLite#on` does not support the `selector` or `eventData` parameters as +jQuery does. diff --git a/docs/content/error/linky/notstring.ngdoc b/docs/content/error/linky/notstring.ngdoc new file mode 100644 index 000000000000..159ac42de123 --- /dev/null +++ b/docs/content/error/linky/notstring.ngdoc @@ -0,0 +1,16 @@ +@ngdoc error +@name linky:notstring +@fullName Not a string +@description + +This error occurs when {@link ngSanitize.linky linky} is used with a non-empty, non-string value: +```html +
    +``` + +`linky` is supposed to be used with string values only, and therefore assumes that several methods +(such as `.match()`) are available on the passed in value. +The value can be initialized asynchronously and therefore null or undefined won't throw this error. + +If you want to pass non-string values to `linky` (e.g. Objects whose `.toString()` should be +utilized), you need to manually convert them to strings. diff --git a/docs/content/error/ng/aobj.ngdoc b/docs/content/error/ng/aobj.ngdoc new file mode 100644 index 000000000000..101fb172393b --- /dev/null +++ b/docs/content/error/ng/aobj.ngdoc @@ -0,0 +1,7 @@ +@ngdoc error +@name ng:aobj +@fullName Invalid Argument +@description + +The argument passed should be an object. Check the value that was passed to the function where +this error was thrown. diff --git a/docs/content/error/ng/areq.ngdoc b/docs/content/error/ng/areq.ngdoc new file mode 100644 index 000000000000..5a6984f17c33 --- /dev/null +++ b/docs/content/error/ng/areq.ngdoc @@ -0,0 +1,11 @@ +@ngdoc error +@name ng:areq +@fullName Bad Argument +@description + +AngularJS often asserts that certain values will be present and truthy using a helper function. If +the assertion fails, this error is thrown. To fix this problem, make sure that the value the +assertion expects is defined and matches the type mentioned in the error. + +If the type is `undefined`, make sure any newly added controllers/directives/services are properly +defined and included in the script(s) loaded by your page. diff --git a/docs/content/error/ng/badname.ngdoc b/docs/content/error/ng/badname.ngdoc new file mode 100644 index 000000000000..c6a38ae7e58e --- /dev/null +++ b/docs/content/error/ng/badname.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name ng:badname +@fullName Bad `hasOwnProperty` Name +@description + +Occurs when you try to use the name `hasOwnProperty` in a context where it is not allowed. +Generally, a name cannot be `hasOwnProperty` because it is used, internally, on a object +and allowing such a name would break lookups on this object. diff --git a/docs/content/error/ng/btstrpd.ngdoc b/docs/content/error/ng/btstrpd.ngdoc new file mode 100644 index 000000000000..97af898b2caa --- /dev/null +++ b/docs/content/error/ng/btstrpd.ngdoc @@ -0,0 +1,52 @@ +@ngdoc error +@name ng:btstrpd +@fullName App Already Bootstrapped with this Element +@description + +Occurs when calling {@link angular.bootstrap} on an element that has already been bootstrapped. + +This usually happens when you accidentally use both `ng-app` and `angular.bootstrap` to bootstrap an +application. + + +``` + +... + + + + +``` + +Note that for bootstrapping purposes, the `` element is the same as `document`, so the following +will also throw an error. + +``` + +... + + +``` + +You can also get this error if you accidentally load AngularJS itself more than once. + +``` + + + + + ... + + + + + ... + + + + +``` diff --git a/docs/content/error/ng/cpi.ngdoc b/docs/content/error/ng/cpi.ngdoc new file mode 100644 index 000000000000..dc65cead2e41 --- /dev/null +++ b/docs/content/error/ng/cpi.ngdoc @@ -0,0 +1,10 @@ +@ngdoc error +@name ng:cpi +@fullName Bad Copy +@description + +This error occurs when attempting to copy an object to itself. Calling {@link +angular.copy angular.copy} with a `destination` object deletes +all of the elements or properties on `destination` before copying to it. Copying +an object to itself is not supported. Make sure to check your calls to +`angular.copy` and avoid copying objects or arrays to themselves. diff --git a/docs/content/error/ng/cpta.ngdoc b/docs/content/error/ng/cpta.ngdoc new file mode 100644 index 000000000000..8dd43bc7c879 --- /dev/null +++ b/docs/content/error/ng/cpta.ngdoc @@ -0,0 +1,7 @@ +@ngdoc error +@name ng:cpta +@fullName Copying TypedArray +@description + +Copying TypedArray's with a destination is not supported because TypedArray +objects can not be mutated, they are fixed length. diff --git a/docs/content/error/ng/cpws.ngdoc b/docs/content/error/ng/cpws.ngdoc new file mode 100644 index 000000000000..6d81bc3ad773 --- /dev/null +++ b/docs/content/error/ng/cpws.ngdoc @@ -0,0 +1,10 @@ +@ngdoc error +@name ng:cpws +@fullName Copying Window or Scope +@description + +Copying Window or Scope instances is not supported because of cyclical and self +references. Avoid copying windows and scopes, as well as any other cyclical or +self-referential structures. Note that trying to deep copy an object containing +cyclical references that is neither a window nor a scope will cause infinite +recursion and a stack overflow. diff --git a/docs/content/error/ng/test.ngdoc b/docs/content/error/ng/test.ngdoc new file mode 100644 index 000000000000..7088f5c8ee43 --- /dev/null +++ b/docs/content/error/ng/test.ngdoc @@ -0,0 +1,9 @@ +@ngdoc error +@name ng:test +@fullName Testability Not Found +@description + +AngularJS's testability helper, getTestability, requires a root element to be +passed in. This helps differentiate between different AngularJS apps on the same +page. This error is thrown when no injector is found for root element. It is +often because the root element is outside of the ng-app. diff --git a/docs/content/error/ngModel/constexpr.ngdoc b/docs/content/error/ngModel/constexpr.ngdoc new file mode 100644 index 000000000000..7196d1201b28 --- /dev/null +++ b/docs/content/error/ngModel/constexpr.ngdoc @@ -0,0 +1,21 @@ +@ngdoc error +@name ngModel:constexpr +@fullName Non-Constant Expression +@description + +Some attributes used in conjunction with ngModel (such as ngTrueValue or ngFalseValue) will only +accept constant expressions. + +Examples using constant expressions include: + +``` + + +``` + +Examples of non-constant expressions include: + +``` + + +``` diff --git a/docs/content/error/ngModel/datefmt.ngdoc b/docs/content/error/ngModel/datefmt.ngdoc new file mode 100644 index 000000000000..0e174251ad08 --- /dev/null +++ b/docs/content/error/ngModel/datefmt.ngdoc @@ -0,0 +1,11 @@ +@ngdoc error +@name ngModel:datefmt +@fullName Model is not a date object +@description + +All date-related inputs like `` require the model to be a `Date` object. +If the model is something else, this error will be thrown. +AngularJS does not set validation errors on the `` in this case +as those errors are shown to the user, but the erroneous state was +caused by incorrect application logic and not by the user. + diff --git a/docs/content/error/ngModel/nonassign.ngdoc b/docs/content/error/ngModel/nonassign.ngdoc new file mode 100644 index 000000000000..cc6e3f716608 --- /dev/null +++ b/docs/content/error/ngModel/nonassign.ngdoc @@ -0,0 +1,27 @@ +@ngdoc error +@name ngModel:nonassign +@fullName Non-Assignable Expression +@description + +This error occurs when expression the {@link ng.directive:ngModel ngModel} directive is bound to is a non-assignable expression. + +Examples using assignable expressions include: + +``` + + + +``` + +Examples of non-assignable expressions include: + +``` + + + + +``` + +Always make sure that the expression bound via `ngModel` directive can be assigned to. + +For more information, see the {@link ng.directive:ngModel ngModel API doc}. diff --git a/docs/content/error/ngModel/nopromise.ngdoc b/docs/content/error/ngModel/nopromise.ngdoc new file mode 100644 index 000000000000..e20cc4e980a5 --- /dev/null +++ b/docs/content/error/ngModel/nopromise.ngdoc @@ -0,0 +1,28 @@ +@ngdoc error +@name ngModel:nopromise +@fullName No promise +@description + +The return value of an async validator, must always be a promise. If you want to return a +non-promise value, you can convert it to a promise using {@link ng.$q#resolve `$q.resolve()`} or +{@link ng.$q#reject `$q.reject()`}. + +Example: + +``` +.directive('asyncValidator', function($q) { + return { + require: 'ngModel', + link: function(scope, elem, attrs, ngModel) { + ngModel.$asyncValidators.myAsyncValidation = function(modelValue, viewValue) { + if (/* I don't need to hit the backend API */) { + return $q.resolve(); // to mark as valid or + // return $q.reject(); // to mark as invalid + } else { + // ...send a request to the backend and return a promise + } + }; + } + }; +}) +``` diff --git a/docs/content/error/ngModel/numfmt.ngdoc b/docs/content/error/ngModel/numfmt.ngdoc new file mode 100644 index 000000000000..5eee0c34337c --- /dev/null +++ b/docs/content/error/ngModel/numfmt.ngdoc @@ -0,0 +1,56 @@ +@ngdoc error +@name ngModel:numfmt +@fullName Model is not of type `number` +@description + +The `input[number]` and `input[range]` directives require the model to be a `number`. + +If the model is something else, this error will be thrown. + +AngularJS does not set validation errors on the `` in this case +as this error is caused by incorrect application logic and not by bad input from the user. + +If your model does not contain actual numbers then it is up to the application developer +to use a directive that will do the conversion in the `ngModel` `$formatters` and `$parsers` +pipeline. + +## Example + +In this example, our model stores the number as a string, so we provide the `stringToNumber` +directive to convert it into the format the `input[number]` directive expects. + + + + + + + + +
    + {{ x }} : {{ typeOf(x) }} +
    +
    + + angular.module('numfmt-error-module', []) + + .run(function($rootScope) { + $rootScope.typeOf = function(value) { + return typeof value; + }; + }) + + .directive('stringToNumber', function() { + return { + require: 'ngModel', + link: function(scope, element, attrs, ngModel) { + ngModel.$parsers.push(function(value) { + return '' + value; + }); + ngModel.$formatters.push(function(value) { + return parseFloat(value); + }); + } + }; + }); + +
    diff --git a/docs/content/error/ngOptions/iexp.ngdoc b/docs/content/error/ngOptions/iexp.ngdoc new file mode 100644 index 000000000000..47f387d8e8d7 --- /dev/null +++ b/docs/content/error/ngOptions/iexp.ngdoc @@ -0,0 +1,13 @@ +@ngdoc error +@name ngOptions:iexp +@fullName Invalid Expression +@description +This error occurs when 'ngOptions' is passed an expression that isn't in an expected form. + +Here's an example of correct syntax: + +``` + + +
    + [{{ item.id }}] {{ item.name }} +
    +``` + +You could as well convert the object to an array using a filter such as +[toArrayFilter](https://github.com/petebacondarwin/angular-toArrayFilter): +```html + +
    + [{{ item.id }}] {{ item.name }} +
    +``` diff --git a/docs/content/guide/$location.ngdoc b/docs/content/guide/$location.ngdoc new file mode 100644 index 000000000000..66f79fab9ac8 --- /dev/null +++ b/docs/content/guide/$location.ngdoc @@ -0,0 +1,805 @@ +@ngdoc overview +@name Using $location +@sortOrder 500 +@description + +# Using the `$location` service + +The `$location` service parses the URL in the browser address bar (based on [`window.location`](https://developer.mozilla.org/en/window.location)) and makes the URL available to +your application. Changes to the URL in the address bar are reflected into the `$location` service and +changes to `$location` are reflected into the browser address bar. + +**The $location service:** + +- Exposes the current URL in the browser address bar, so you can + - Watch and observe the URL. + - Change the URL. +- Maintains synchronization between itself and the browser's URL when the user + - Changes the address in the browser's address bar. + - Clicks the back or forward button in the browser (or clicks a History link). + - Clicks on a link in the page. +- Represents the URL object as a set of methods (protocol, host, port, path, search, hash). + + +## Comparing `$location` to `window.location` + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    window.location$location service
    purposeallow read/write access to the current browser locationsame
    APIexposes "raw" object with properties that can be directly modifiedexposes jQuery-style getters and setters
    integration with AngularJS application life-cyclenoneknows about all internal life-cycle phases, integrates with {@link ng.$rootScope.Scope#$watch $watch}, ...
    seamless integration with HTML5 APInoyes (with a fallback for legacy browsers)
    aware of docroot/context from which the application is loadedno - window.location.pathname returns "/docroot/actual/path"yes - $location.path() returns "/actual/path"
    + +## When should I use `$location`? +Any time your application needs to react to a change in the current URL or if you want to change +the current URL in the browser. + +## What does it not do? +It does not cause a full page reload when the browser URL is changed. To reload the page after +changing the URL, use the lower-level API, `$window.location.href`. + +## General overview of the API + +The `$location` service can behave differently, depending on the configuration that was provided to +it when it was instantiated. The default configuration is suitable for many applications, for +others customizing the configuration can enable new features. + +Once the `$location` service is instantiated, you can interact with it via jQuery-style getter and +setter methods that allow you to get or change the current URL in the browser. + +### `$location` service configuration + +To configure the `$location` service, retrieve the +{@link ng.$locationProvider $locationProvider} and set the parameters as follows: + + +- **html5Mode(mode)**: `{boolean|Object}`
    + `false` or `{enabled: false}` (default) - + see [Hashbang mode](guide/$location#hashbang-mode-default-mode-)
    + `true` or `{enabled: true}` - + see [HTML5 mode](guide/$location#html5-mode)
    + `{..., requireBase: true/false}` (only affects HTML5 mode) - + see [Relative links](guide/$location#relative-links)
    + `{..., rewriteLinks: true/false/'string'}` (only affects HTML5 mode) - + see [HTML link rewriting](guide/$location#html-link-rewriting)
    + Default: + ```j + { + enabled: false, + requireBase: true, + rewriteLinks: true + } + ``` + +- **hashPrefix(prefix)**: `{string}`
    + Prefix used for Hashbang URLs (used in Hashbang mode or in legacy browsers in HTML5 mode).
    + Default: `'!'` + +#### Example configuration +```js +$locationProvider.html5Mode(true).hashPrefix('*'); +``` + +### Getter and setter methods + +`$location` service provides getter methods for read-only parts of the URL (absUrl, protocol, host, +port) and getter / setter methods for url, path, search, hash: +```js +// get the current path +$location.path(); + +// change the path +$location.path('/newValue') +``` + +All of the setter methods return the same `$location` object to allow chaining. For example, to +change multiple segments in one go, chain setters like this: + +```js +$location.path('/newValue').search({key: value}); +``` + +### Replace method + +There is a special `replace` method which can be used to tell the $location service that the next +time the $location service is synced with the browser, the last history record should be replaced +instead of creating a new one. This is useful when you want to implement redirection, which would +otherwise break the back button (navigating back would retrigger the redirection). To change the +current URL without creating a new browser history record you can call: + +```js + $location.path('/someNewPath'); + $location.replace(); + // or you can chain these as: $location.path('/someNewPath').replace(); +``` + +Note that the setters don't update `window.location` immediately. Instead, the `$location` service is +aware of the {@link ng.$rootScope.Scope scope} life-cycle and coalesces multiple `$location` +mutations into one "commit" to the `window.location` object during the scope `$digest` phase. Since +multiple changes to the $location's state will be pushed to the browser as a single change, it's +enough to call the `replace()` method just once to make the entire "commit" a replace operation +rather than an addition to the browser history. Once the browser is updated, the $location service +resets the flag set by `replace()` method and future mutations will create new history records, +unless `replace()` is called again. + +### Setters and character encoding +You can pass special characters to `$location` service and it will encode them according to rules +specified in [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt). When you access the methods: + +- All values that are passed to `$location` setter methods, `path()`, `search()`, `hash()`, are +encoded. +- Getters (calls to methods without parameters) return decoded values for the following methods +`path()`, `search()`, `hash()`. +- When you call the `absUrl()` method, the returned value is a full url with its segments encoded. +- When you call the `url()` method, the returned value is path, search and hash, in the form +`/path?search=a&b=c#hash`. The segments are encoded as well. + + +## Hashbang and HTML5 Modes + +`$location` service has two configuration modes which control the format of the URL in the browser +address bar: **Hashbang mode** (the default) and the **HTML5 mode** which is based on using the +[HTML5 History API](https://html.spec.whatwg.org/multipage/browsers.html#the-history-interface). Applications use the same API in +both modes and the `$location` service will work with appropriate URL segments and browser APIs to +facilitate the browser URL change and history management. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Hashbang modeHTML5 mode
    configurationthe default{ html5Mode: true }
    URL formathashbang URLs in all browsersregular URLs in modern browser, hashbang URLs in old browser
    <a href=""> link rewritingnoyes
    requires server-side configurationnoyes
    + +### Hashbang mode (default mode) + +In this mode, `$location` uses Hashbang URLs in all browsers. +AngularJS also does not intercept and rewrite links in this mode. I.e. links work +as expected and also perform full page reloads when other parts of the url +than the hash fragment was changed. + + +#### Example + +```js +it('should show example', function() { + module(function($locationProvider) { + $locationProvider.html5Mode(false); + $locationProvider.hashPrefix('!'); + }); + inject(function($location) { + // open http://example.com/base/index.html#!/a + expect($location.absUrl()).toBe('http://example.com/base/index.html#!/a'); + expect($location.path()).toBe('/a'); + + $location.path('/foo'); + expect($location.absUrl()).toBe('http://example.com/base/index.html#!/foo'); + + expect($location.search()).toEqual({}); + $location.search({a: 'b', c: true}); + expect($location.absUrl()).toBe('http://example.com/base/index.html#!/foo?a=b&c'); + + $location.path('/new').search('x=y'); + expect($location.absUrl()).toBe('http://example.com/base/index.html#!/new?x=y'); + }); +}); +``` + +### HTML5 mode + +In HTML5 mode, the `$location` service getters and setters interact with the browser URL address +through the HTML5 history API. This allows for use of regular URL path and search segments, +instead of their hashbang equivalents. If the HTML5 History API is not supported by a browser, the +`$location` service will fall back to using the hashbang URLs automatically. This frees you from +having to worry about whether the browser displaying your app supports the history API or not; the +`$location` service transparently uses the best available option. + +- Opening a regular URL in a legacy browser -> redirects to a hashbang URL +- Opening hashbang URL in a modern browser -> rewrites to a regular URL + +Note that in this mode, AngularJS intercepts all links (subject to the "Html link rewriting" rules below) +and updates the url in a way that never performs a full page reload. + + +#### Example + +```js +it('should show example', function() { + module(function($locationProvider) { + $locationProvider.html5Mode(true); + $locationProvider.hashPrefix('!'); + }); + inject(function($location) { + // in browser with HTML5 history support: + // open http://example.com/#!/a -> rewrite to http://example.com/a + // (replacing the http://example.com/#!/a history record) + expect($location.path()).toBe('/a'); + + $location.path('/foo'); + expect($location.absUrl()).toBe('http://example.com/foo'); + + expect($location.search()).toEqual({}); + $location.search({a: 'b', c: true}); + expect($location.absUrl()).toBe('http://example.com/foo?a=b&c'); + + $location.path('/new').search('x=y'); + expect($location.url()).toBe('/new?x=y'); + expect($location.absUrl()).toBe('http://example.com/new?x=y'); + }); +}); + +it('should show example (when browser doesn\'t support HTML5 mode', function() { + module(function($provide, $locationProvider) { + $locationProvider.html5Mode(true); + $locationProvider.hashPrefix('!'); + $provide.value('$sniffer', {history: false}); + }); + inject(initBrowser({ url: 'http://example.com/new?x=y', basePath: '/' }), + function($location) { + // in browser without html5 history support: + // open http://example.com/new?x=y -> redirect to http://example.com/#!/new?x=y + // (again replacing the http://example.com/new?x=y history item) + expect($location.path()).toBe('/new'); + expect($location.search()).toEqual({x: 'y'}); + + $location.path('/foo/bar'); + expect($location.path()).toBe('/foo/bar'); + expect($location.url()).toBe('/foo/bar?x=y'); + expect($location.absUrl()).toBe('http://example.com/#!/foo/bar?x=y'); + }); +}); +``` + +#### Fallback for legacy browsers + +For browsers that support the HTML5 history API, `$location` uses the HTML5 history API to write +path and search. If the history API is not supported by a browser, `$location` supplies a Hashbang +URL. This frees you from having to worry about whether the browser viewing your app supports the +history API or not; the `$location` service makes this transparent to you. + +#### HTML link rewriting + +When you use HTML5 history API mode, you will not need special hashbang links. All you have to do +is specify regular URL links, such as: `link` + +When a user clicks on this link, + +- In a legacy browser, the URL changes to `/index.html#!/some?foo=bar` +- In a modern browser, the URL changes to `/some?foo=bar` + + +In cases like the following, links are not rewritten; instead, the browser will perform a full page +reload to the original link. + +- Links that contain `target` element
    + Example: `link` +- Absolute links that go to a different domain
    + Example: `link` +- Links starting with '/' that lead to a different base path
    + Example: `link` + +If `mode.rewriteLinks` is set to `false` in the `mode` configuration object passed to +`$locationProvider.html5Mode()`, the browser will perform a full page reload for every link. +`mode.rewriteLinks` can also be set to a string, which will enable link rewriting only on anchor +elements that have the given attribute. + +For example, if `mode.rewriteLinks` is set to `'internal-link'`: +- `link` will be rewritten +- `link` will perform a full page reload + +Note that [attribute name normalization](guide/directive#normalization) does not apply here, so +`'internalLink'` will **not** match `'internal-link'`. + + +#### Relative links + +Be sure to check all relative links, images, scripts etc. AngularJS requires you to specify the url +base in the head of your main html file (``) unless `html5Mode.requireBase` +is set to `false` in the html5Mode definition object passed to `$locationProvider.html5Mode()`. With +that, relative urls will always be resolved to this base url, even if the initial url of the +document was different. + +There is one exception: Links that only contain a hash fragment (e.g. ``) +will only change `$location.hash()` and not modify the url otherwise. This is useful for scrolling +to anchors on the same page without needing to know on which page the user currently is. + + +#### Server side + +Using this mode requires URL rewriting on server side, basically you have to rewrite all your links +to entry point of your application (e.g. index.html). Requiring a `` tag is also important for +this case, as it allows AngularJS to differentiate between the part of the url that is the application +base and the path that should be handled by the application. + +#### Base href constraints + +The `$location` service is not able to function properly if the current URL is outside the URL given +as the base href. This can have subtle confusing consequences... + +Consider a base href set as follows: `` (i.e. the application exists in the "folder" +called `/base`). The URL `/base` is actually outside the application (it refers to the `base` file found +in the root `/` folder). + +If you wish to be able to navigate to the application via a URL such as `/base` then you should ensure that +your server is setup to redirect such requests to `/base/`. + +See https://github.com/angular/angular.js/issues/14018 for more information. + +### Sending links among different browsers + +Because of rewriting capability in HTML5 mode, your users will be able to open regular url links in +legacy browsers and hashbang links in modern browser: + +- Modern browser will rewrite hashbang URLs to regular URLs. +- Older browsers will redirect regular URLs to hashbang URLs. + +#### Example + +Here you can see two `$location` instances that show the difference between **Html5 mode** and **Html5 Fallback mode**. +Note that to simulate different levels of browser support, the `$location` instances are connected to +a fakeBrowser service, which you don't have to set up in actual projects. + +Note that when you type hashbang url into the first browser (or vice versa) it doesn't rewrite / +redirect to regular / hashbang url, as this conversion happens only during parsing the initial URL += on page reload. + +In these examples we use ``. The inputs represent the address bar of the browser. + +##### Browser in HTML5 mode + + + + + + angular.module('html5-mode', ['fake-browser', 'address-bar']) + + // Configure the fakeBrowser. Do not set these values in actual projects. + .constant('initUrl', 'http://www.example.com/base/path?a=b#h') + .constant('baseHref', '/base/index.html') + .value('$sniffer', { history: true }) + + .controller('LocationController', function($scope, $location) { + $scope.$location = {}; + angular.forEach('protocol host port path search hash'.split(' '), function(method) { + $scope.$location[method] = function() { + var result = $location[method](); + return angular.isObject(result) ? angular.toJson(result) : result; + }; + }); + }) + + .config(function($locationProvider) { + $locationProvider.html5Mode(true).hashPrefix('!'); + }) + + .run(function($rootElement) { + $rootElement.on('click', function(e) { e.stopPropagation(); }); + }); + + + + angular.module('fake-browser', []) + + .config(function($provide) { + $provide.decorator('$browser', function($delegate, baseHref, initUrl) { + + $delegate.onUrlChange = function(fn) { + this.urlChange = fn; + }; + + $delegate.url = function() { + return initUrl; + }; + + $delegate.defer = function(fn, delay) { + setTimeout(function() { fn(); }, delay || 0); + }; + + $delegate.baseHref = function() { + return baseHref; + }; + + return $delegate; + }); + }); + + + + angular.module('address-bar', []) + .directive('ngAddressBar', function($browser, $timeout) { + return { + template: 'Address: ', + link: function(scope, element, attrs) { + var input = element.children('input'), delay; + + input.on('keypress keyup keydown', function(event) { + delay = (!delay ? $timeout(fireUrlChange, 250) : null); + event.stopPropagation(); + }) + .val($browser.url()); + + $browser.url = function(url) { + return url ? input.val(url) : input.val(); + }; + + function fireUrlChange() { + delay = null; + $browser.urlChange(input.val()); + } + } + }; + }); + + + + + var addressBar = element(by.css("#addressBar")), + url = 'http://www.example.com/base/path?a=b#h'; + + + it("should show fake browser info on load", function() { + expect(addressBar.getAttribute('value')).toBe(url); + + expect(element(by.binding('$location.protocol()')).getText()).toBe('http'); + expect(element(by.binding('$location.host()')).getText()).toBe('www.example.com'); + expect(element(by.binding('$location.port()')).getText()).toBe('80'); + expect(element(by.binding('$location.path()')).getText()).toBe('/path'); + expect(element(by.binding('$location.search()')).getText()).toBe('{"a":"b"}'); + expect(element(by.binding('$location.hash()')).getText()).toBe('h'); + + }); + + it("should change $location accordingly", function() { + var navigation = element.all(by.css("#navigation a")); + + navigation.get(0).click(); + + expect(addressBar.getAttribute('value')).toBe("http://www.example.com/base/first?a=b"); + + expect(element(by.binding('$location.protocol()')).getText()).toBe('http'); + expect(element(by.binding('$location.host()')).getText()).toBe('www.example.com'); + expect(element(by.binding('$location.port()')).getText()).toBe('80'); + expect(element(by.binding('$location.path()')).getText()).toBe('/first'); + expect(element(by.binding('$location.search()')).getText()).toBe('{"a":"b"}'); + expect(element(by.binding('$location.hash()')).getText()).toBe(''); + + + navigation.get(1).click(); + + expect(addressBar.getAttribute('value')).toBe("http://www.example.com/base/sec/ond?flag#hash"); + + expect(element(by.binding('$location.protocol()')).getText()).toBe('http'); + expect(element(by.binding('$location.host()')).getText()).toBe('www.example.com'); + expect(element(by.binding('$location.port()')).getText()).toBe('80'); + expect(element(by.binding('$location.path()')).getText()).toBe('/sec/ond'); + expect(element(by.binding('$location.search()')).getText()).toBe('{"flag":true}'); + expect(element(by.binding('$location.hash()')).getText()).toBe('hash'); + }); + + + + + +##### Browser in HTML5 Fallback mode (Hashbang mode) + + +
    +


    +
    + $location.protocol() =
    + $location.host() =
    + $location.port() =
    + $location.path() =
    + $location.search() =
    + $location.hash() =
    +
    + +
    +
    + + angular.module('hashbang-mode', ['fake-browser', 'address-bar']) + + // Configure the fakeBrowser. Do not set these values in actual projects. + .constant('initUrl', 'http://www.example.com/base/index.html#!/path?a=b#h') + .constant('baseHref', '/base/index.html') + .value('$sniffer', { history: false }) + + .config(function($locationProvider) { + $locationProvider.html5Mode(true).hashPrefix('!'); + }) + + .controller('LocationController', function($scope, $location) { + $scope.$location = {}; + angular.forEach('protocol host port path search hash'.split(' '), function(method) { + $scope.$location[method] = function() { + var result = $location[method](); + return angular.isObject(result) ? angular.toJson(result) : result; + }; + }); + }) + + .run(function($rootElement) { + $rootElement.on('click', function(e) { + e.stopPropagation(); + }); + }); + + + + + angular.module('fake-browser', []) + + .config(function($provide) { + $provide.decorator('$browser', function($delegate, baseHref, initUrl) { + + $delegate.onUrlChange = function(fn) { + this.urlChange = fn; + }; + + $delegate.url = function() { + return initUrl; + }; + + $delegate.defer = function(fn, delay) { + setTimeout(function() { fn(); }, delay || 0); + }; + + $delegate.baseHref = function() { + return baseHref; + }; + + return $delegate; + }); + }); + + + + + angular.module('address-bar', []) + .directive('ngAddressBar', function($browser, $timeout) { + return { + template: 'Address: ', + link: function(scope, element, attrs) { + var input = element.children('input'), delay; + + input.on('keypress keyup keydown', function(event) { + delay = (!delay ? $timeout(fireUrlChange, 250) : null); + event.stopPropagation(); + }) + .val($browser.url()); + + $browser.url = function(url) { + return url ? input.val(url) : input.val(); + }; + + function fireUrlChange() { + delay = null; + $browser.urlChange(input.val()); + } + } + }; + }); + + + + + var addressBar = element(by.css("#addressBar")), + url = 'http://www.example.com/base/index.html#!/path?a=b#h'; + + it("should show fake browser info on load", function() { + expect(addressBar.getAttribute('value')).toBe(url); + + expect(element(by.binding('$location.protocol()')).getText()).toBe('http'); + expect(element(by.binding('$location.host()')).getText()).toBe('www.example.com'); + expect(element(by.binding('$location.port()')).getText()).toBe('80'); + expect(element(by.binding('$location.path()')).getText()).toBe('/path'); + expect(element(by.binding('$location.search()')).getText()).toBe('{"a":"b"}'); + expect(element(by.binding('$location.hash()')).getText()).toBe('h'); + + }); + + it("should change $location accordingly", function() { + var navigation = element.all(by.css("#navigation a")); + + navigation.get(0).click(); + + expect(addressBar.getAttribute('value')).toBe("http://www.example.com/base/index.html#!/first?a=b"); + + expect(element(by.binding('$location.protocol()')).getText()).toBe('http'); + expect(element(by.binding('$location.host()')).getText()).toBe('www.example.com'); + expect(element(by.binding('$location.port()')).getText()).toBe('80'); + expect(element(by.binding('$location.path()')).getText()).toBe('/first'); + expect(element(by.binding('$location.search()')).getText()).toBe('{"a":"b"}'); + expect(element(by.binding('$location.hash()')).getText()).toBe(''); + + + navigation.get(1).click(); + + expect(addressBar.getAttribute('value')).toBe("http://www.example.com/base/index.html#!/sec/ond?flag#hash"); + + expect(element(by.binding('$location.protocol()')).getText()).toBe('http'); + expect(element(by.binding('$location.host()')).getText()).toBe('www.example.com'); + expect(element(by.binding('$location.port()')).getText()).toBe('80'); + expect(element(by.binding('$location.path()')).getText()).toBe('/sec/ond'); + expect(element(by.binding('$location.search()')).getText()).toBe('{"flag":true}'); + expect(element(by.binding('$location.hash()')).getText()).toBe('hash'); + + }); + + +
    + +## Caveats + +### Page reload navigation + +The `$location` service allows you to change only the URL; it does not allow you to reload the +page. When you need to change the URL and reload the page or navigate to a different page, please +use a lower level API, {@link ng.$window $window.location.href}. + +### Using $location outside of the scope life-cycle + +`$location` knows about AngularJS's {@link ng.$rootScope.Scope scope} life-cycle. When a URL changes in +the browser it updates the `$location` and calls `$apply` so that all +{@link ng.$rootScope.Scope#$watch $watchers} / +{@link ng.$compile.directive.Attributes#$observe $observers} are notified. +When you change the `$location` inside the `$digest` phase everything is ok; `$location` will +propagate this change into browser and will notify all the {@link ng.$rootScope.Scope#$watch $watchers} / +{@link ng.$compile.directive.Attributes#$observe $observers}. +When you want to change the `$location` from outside AngularJS (for example, through a DOM Event or +during testing) - you must call `$apply` to propagate the changes. + +### $location.path() and ! or / prefixes + +A path should always begin with forward slash (`/`); the `$location.path()` setter will add the +forward slash if it is missing. + +Note that the `!` prefix in the hashbang mode is not part of `$location.path()`; it is actually +`hashPrefix`. + +### Crawling your app + +Most modern search engines are able to crawl AJAX applications with dynamic content, provided all +included resources are available to the crawler bots. + +There also exists a special +[AJAX crawling scheme](http://code.google.com/web/ajaxcrawling/docs/specification.html) developed by +Google that allows bots to crawl the static equivalent of a dynamically generated page, +but this schema has been deprecated, and support for it may vary by search engine. + +## Testing with the $location service + +When using `$location` service during testing, you are outside of the angular's {@link +ng.$rootScope.Scope scope} life-cycle. This means it's your responsibility to call `scope.$apply()`. + +```js +describe('serviceUnderTest', function() { + beforeEach(module(function($provide) { + $provide.factory('serviceUnderTest', function($location) { + // whatever it does... + }); + }); + + it('should...', inject(function($location, $rootScope, serviceUnderTest) { + $location.path('/new/path'); + $rootScope.$apply(); + + // test whatever the service should do... + + })); +}); +``` + +## Two-way binding to $location + +Because `$location` uses getters/setters, you can use `ng-model-options="{ getterSetter: true }"` +to bind it to `ngModel`: + + + +
    + +
    +
    + +angular.module('locationExample', []) + .controller('LocationController', ['$scope', '$location', function($scope, $location) { + $scope.locationPath = function(newLocation) { + return $location.path(newLocation); + }; + }]); + +
    + +## Related API + +* {@link ng.$location `$location` API} diff --git a/docs/content/guide/accessibility.ngdoc b/docs/content/guide/accessibility.ngdoc new file mode 100644 index 000000000000..29d2ccd1f146 --- /dev/null +++ b/docs/content/guide/accessibility.ngdoc @@ -0,0 +1,453 @@ +@ngdoc overview +@name Accessibility +@sortOrder 530 +@description + + +# Accessibility with ngAria + +The goal of ngAria is to improve AngularJS's default accessibility by enabling common +[ARIA](http://www.w3.org/TR/wai-aria/) attributes that convey state or semantic information for +assistive technologies used by persons with disabilities. + +## Including ngAria + +Using {@link ngAria ngAria} is as simple as requiring the ngAria module in your application. ngAria hooks into +standard AngularJS directives and quietly injects accessibility support into your application +at runtime. + +```js +angular.module('myApp', ['ngAria'])... +``` + +### Using ngAria +Most of what ngAria does is only visible "under the hood". To see the module in action, once you've +added it as a dependency, you can test a few things: + * Using your favorite element inspector, look for attributes added by ngAria in your own code. + * Test using your keyboard to ensure `tabindex` is used correctly. + * Fire up a screen reader such as VoiceOver or NVDA to check for ARIA support. +[Helpful screen reader tips.](http://webaim.org/articles/screenreader_testing/) + +## Supported directives +Currently, ngAria interfaces with the following directives: + + * {@link guide/accessibility#ngmodel ngModel} + * {@link guide/accessibility#ngdisabled ngDisabled} + * {@link guide/accessibility#ngrequired ngRequired} + * {@link guide/accessibility#ngreadonly ngReadonly} + * {@link guide/accessibility#ngvaluechecked ngChecked} + * {@link guide/accessibility#ngvaluechecked ngValue} + * {@link guide/accessibility#ngshow ngShow} + * {@link guide/accessibility#nghide ngHide} + * {@link guide/accessibility#ngclick ngClick} + * {@link guide/accessibility#ngdblclick ngDblClick} + * {@link guide/accessibility#ngmessages ngMessages} + +

    ngModel

    + +Much of ngAria's heavy lifting happens in the {@link ng.ngModel ngModel} +directive. For elements using ngModel, special attention is paid by ngAria if that element also +has a role or type of `checkbox`, `radio`, `range` or `textbox`. + +For those elements using ngModel, ngAria will dynamically bind and update the following ARIA +attributes (if they have not been explicitly specified by the developer): + + * aria-checked + * aria-valuemin + * aria-valuemax + * aria-valuenow + * aria-invalid + * aria-required + * aria-readonly + * aria-disabled + +### Example + + + +
    + + Custom checkbox + +
    +
    + Is checked: {{ !!checked }} +
    + + angular. + module('ngAria_ngModelExample', ['ngAria']). + directive('customCheckbox', customCheckboxDirective). + directive('showAttrs', showAttrsDirective); + + function customCheckboxDirective() { + return { + restrict: 'E', + require: 'ngModel', + transclude: true, + template: + ' ' + + '', + link: function(scope, elem, attrs, ctrl) { + // Overwrite necessary `NgModelController` methods + ctrl.$isEmpty = isEmpty; + ctrl.$render = render; + + // Bind to events + elem.on('click', function(event) { + event.preventDefault(); + scope.$apply(toggleCheckbox); + }); + elem.on('keypress', function(event) { + event.preventDefault(); + if (event.keyCode === 32 || event.keyCode === 13) { + scope.$apply(toggleCheckbox); + } + }); + + // Helpers + function isEmpty(value) { + return !value; + } + + function render() { + elem[ctrl.$viewValue ? 'addClass' : 'removeClass']('checked'); + } + + function toggleCheckbox() { + ctrl.$setViewValue(!ctrl.$viewValue); + ctrl.$render(); + } + } + }; + } + + function showAttrsDirective($timeout) { + return function(scope, elem, attrs) { + var pre = document.createElement('pre'); + elem.after(pre); + + scope.$watchCollection(function() { + return Array.prototype.slice.call(elem[0].attributes).reduce(function(aggr, attr) { + if (attr.name !== attrs.$attr.showAttrs) aggr[attr.name] = attr.value; + return aggr; + }, {}); + }, function(newValues) { + $timeout(function() { + pre.textContent = angular.toJson(newValues, 2); + }); + }); + }; + } + + + custom-checkbox { + cursor: pointer; + display: inline-block; + } + + custom-checkbox .icon:before { + content: '\2610'; + display: inline-block; + font-size: 2em; + line-height: 1; + speak: none; + vertical-align: middle; + } + + custom-checkbox.checked .icon:before { + content: '\2611'; + } + + + var checkbox = element(by.css('custom-checkbox')); + var checkedCheckbox = element(by.css('custom-checkbox.checked')); + + it('should have the `checked` class only when checked', function() { + expect(checkbox.isPresent()).toBe(true); + expect(checkedCheckbox.isPresent()).toBe(false); + + checkbox.click(); + expect(checkedCheckbox.isPresent()).toBe(true); + + checkbox.click(); + expect(checkedCheckbox.isPresent()).toBe(false); + }); + + it('should have the `aria-checked` attribute set to the appropriate value', function() { + expect(checkedCheckbox.isPresent()).toBe(false); + expect(checkbox.getAttribute('aria-checked')).toBe('false'); + + checkbox.click(); + expect(checkedCheckbox.isPresent()).toBe(true); + expect(checkbox.getAttribute('aria-checked')).toBe('true'); + + checkbox.click(); + expect(checkedCheckbox.isPresent()).toBe(false); + expect(checkbox.getAttribute('aria-checked')).toBe('false'); + }); + +
    + +ngAria will also add `tabIndex`, ensuring custom elements with these roles will be reachable from +the keyboard. It is still up to **you** as a developer to **ensure custom controls will be +accessible**. As a rule, any time you create a widget involving user interaction, be sure to test +it with your keyboard and at least one mobile and desktop screen reader. + +

    ngValue and ngChecked

    + +To ease the transition between native inputs and custom controls, ngAria now supports +{@link ng.ngValue ngValue} and {@link ng.ngChecked ngChecked}. +The original directives were created for native inputs only, so ngAria extends +support to custom elements by managing `aria-checked` for accessibility. + +### Example + +```html + + +``` + +Becomes: + +```html + + +``` + +

    ngDisabled

    + +The `disabled` attribute is only valid for certain elements such as `button`, `input` and +`textarea`. To properly disable custom element directives such as `` or ``, +using ngAria with {@link ng.ngDisabled ngDisabled} will also +add `aria-disabled`. This tells assistive technologies when a non-native input is disabled, helping +custom controls to be more accessible. + +### Example + +```html + +``` + +Becomes: + +```html + +``` + +
    +You can check whether a control is legitimately disabled for a screen reader by visiting +[chrome://accessibility](chrome://accessibility) and inspecting [the accessibility tree](http://www.paciellogroup.com/blog/2015/01/the-browser-accessibility-tree/). +
    + +

    ngRequired

    + +The boolean `required` attribute is only valid for native form controls such as `input` and +`textarea`. To properly indicate custom element directives such as `` or `` +as required, using ngAria with {@link ng.ngRequired ngRequired} will also add +`aria-required`. This tells accessibility APIs when a custom control is required. + +### Example + +```html + +``` + +Becomes: + +```html + +``` + +

    ngReadonly

    + +The boolean `readonly` attribute is only valid for native form controls such as `input` and +`textarea`. To properly indicate custom element directives such as `` or `` +as required, using ngAria with {@link ng.ngReadonly ngReadonly} will also add +`aria-readonly`. This tells accessibility APIs when a custom control is read-only. + +### Example + +```html + +``` + +Becomes: + +```html + +``` + +

    ngShow

    + +The {@link ng.ngShow ngShow} directive shows or hides the +given HTML element based on the expression provided to the `ngShow` attribute. The element is +shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. + +In its default setup, ngAria for `ngShow` is actually redundant. It toggles `aria-hidden` on the +directive when it is hidden or shown. However, the default CSS of `display: none !important`, +already hides child elements from a screen reader. It becomes more useful when the default +CSS is overridden with properties that don’t affect assistive technologies, such as `opacity` +or `transform`. By toggling `aria-hidden` dynamically with ngAria, we can ensure content visually +hidden with this technique will not be read aloud in a screen reader. + +One caveat with this combination of CSS and `aria-hidden`: you must also remove links and other +interactive child elements from the tab order using `tabIndex=“-1”` on each control. This ensures +screen reader users won't accidentally focus on "mystery elements". Managing tab index on every +child control can be complex and affect performance, so it’s best to just stick with the default +`display: none` CSS. See the [fourth rule of ARIA use](http://www.w3.org/TR/aria-in-html/#fourth-rule-of-aria-use). + +### Example +```css +.ng-hide { + display: block; + opacity: 0; +} +``` +```html + +``` + +Becomes: + +```html +
    +``` +*Note: Child links, buttons or other interactive controls must also be removed from the tab order.* + +

    ngHide

    + +The {@link ng.ngHide ngHide} directive shows or hides the +given HTML element based on the expression provided to the `ngHide` attribute. The element is +shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. + +The default CSS for `ngHide`, the inverse method to `ngShow`, makes ngAria redundant. It toggles +`aria-hidden` on the directive when it is hidden or shown, but the content is already hidden with +`display: none`. See explanation for {@link guide/accessibility#ngshow ngShow} when overriding the default CSS. + +

    ngClick and ngDblclick

    +If `ng-click` or `ng-dblclick` is encountered, ngAria will add `tabindex="0"` to any element not in +the list of built in aria nodes: + + * Button + * Anchor + * Input + * Textarea + * Select + * Details/Summary + +To fix widespread accessibility problems with `ng-click` on `div` elements, ngAria will +dynamically bind a keypress event by default as long as the element isn't in a node from the list of +built in aria nodes. +You can turn this functionality on or off with the `bindKeypress` configuration option. + +ngAria will also add the `button` role to communicate to users of assistive technologies. This can +be disabled with the `bindRoleForClick` configuration option. + +For `ng-dblclick`, you must still manually add `ng-keypress` and a role to non-interactive elements +such as `div` or `taco-button` to enable keyboard access. + +

    Example

    +```html +
    +``` + +Becomes: +```html +
    +``` + +

    ngMessages

    + +The ngMessages module makes it easy to display form validation or other messages with priority +sequencing and animation. To expose these visual messages to screen readers, +ngAria injects `aria-live="assertive"`, causing them to be read aloud any time a message is shown, +regardless of the user's focus location. +### Example + +```html +
    +
    You did not enter a field
    +
    Your field is too long
    +
    +``` + +Becomes: + +```html +
    +
    You did not enter a field
    +
    Your field is too long
    +
    +``` + +## Disabling attributes +The attribute magic of ngAria may not work for every scenario. To disable individual attributes, +you can use the {@link ngAria.$ariaProvider#config config} method. Just keep in mind this will +tell ngAria to ignore the attribute globally. + + + +
    + <div> with ng-click and bindRoleForClick, tabindex set to false +
    + +
    +
    + +## Common Accessibility Patterns + +Accessibility best practices that apply to web apps in general also apply to AngularJS. + + * **Text alternatives**: Add alternate text content to make visual information accessible using + [these W3C guidelines](http://www.w3.org/TR/html-alt-techniques/). The appropriate technique + depends on the specific markup but can be accomplished using offscreen spans, `aria-label` or + label elements, image `alt` attributes, `figure`/`figcaption` elements and more. + * **HTML Semantics**: If you're creating custom element directives, Web Components or HTML in + general, use native elements wherever possible to utilize built-in events and properties. + Alternatively, use ARIA to communicate semantic meaning. See [notes on ARIA use](http://www.w3.org/TR/aria-in-html/#notes-on-aria-use-in-html). + * **Focus management**: Guide the user around the app as views are appended/removed. + Focus should *never* be lost, as this causes unexpected behavior and much confusion (referred to + as "freak-out mode"). + * **Announcing changes**: When filtering or other UI messaging happens away from the user's focus, + notify with [ARIA Live Regions](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions). + * **Color contrast and scale**: Make sure content is legible and interactive controls are usable + at all screen sizes. Consider configurable UI themes for people with color blindness, low vision + or other visual impairments. + * **Progressive enhancement**: Some users do not browse with JavaScript enabled or do not have + the latest browser. An accessible message about site requirements can inform users and improve + the experience. + +## Additional Resources + + * [Using ARIA in HTML](http://www.w3.org/TR/aria-in-html/) + * [AngularJS Accessibility at ngEurope](https://www.youtube.com/watch?v=dmYDggEgU-s&list=UUEGUP3TJJfMsEM_1y8iviSQ) + * [Testing with Screen Readers](http://webaim.org/articles/screenreader_testing/) + * [Chrome Accessibility Developer Tools](https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en) + * [W3C Accessibility Testing](http://www.w3.org/wiki/Accessibility_testing) + * [WebAIM](http://webaim.org) + * [A11y Project](http://a11yproject.com) diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc new file mode 100644 index 000000000000..5807db4cd42e --- /dev/null +++ b/docs/content/guide/animations.ngdoc @@ -0,0 +1,495 @@ +@ngdoc overview +@name Animations +@sortOrder 310 +@description + + +# Animations + +AngularJS provides animation hooks for common directives such as +{@link ng.directive:ngRepeat ngRepeat}, {@link ng.directive:ngSwitch ngSwitch}, and +{@link ngRoute.directive:ngView ngView}, as well as custom directives via the `$animate` service. +These animation hooks are set in place to trigger animations during the life cycle of various +directives and when triggered, will attempt to perform a CSS Transition, CSS Keyframe Animation or a +JavaScript callback Animation (depending on whether an animation is placed on the given directive). +Animations can be placed using vanilla CSS by following the naming conventions set in place by +AngularJS or with JavaScript code, defined as a factory. + +
    + Note that we have used non-prefixed CSS transition properties in our examples as the major + browsers now support non-prefixed properties. If you intend to support older browsers or certain + mobile browsers then you will need to include prefixed versions of the transition properties. Take + a look at http://caniuse.com/#feat=css-transitions for what browsers require prefixes, and + https://github.com/postcss/autoprefixer for a tool that can automatically generate the prefixes + for you. +
    + +Animations are not available unless you include the {@link ngAnimate `ngAnimate` module} as a +dependency of your application. + +Below is a quick example of animations being enabled for `ngShow` and `ngHide`: + + + +
    + +
    + Content... +
    +
    +
    + + .content-area { + border: 1px solid black; + margin-top: 10px; + padding: 10px; + } + + .sample-show-hide { + transition: all linear 0.5s; + } + .sample-show-hide.ng-hide { + opacity: 0; + } + +
    + +## Installation + +See the {@link ngAnimate API docs for `ngAnimate`} for instructions on installing the module. + +You may also want to setup a separate CSS file for defining CSS-based animations. + +## How they work + +Animations in AngularJS are completely based on CSS classes. As long as you have a CSS class +attached to an HTML element within your application, you can apply animations to it. Let's say for +example that we have an HTML template with a repeater like so: + +```html +
    + {{ item.id }} +
    +``` + +As you can see, the `repeated-item` class is present on the element that will be repeated and this +class will be used as a reference within our application's CSS and/or JavaScript animation code to +tell AngularJS to perform an animation. + +As `ngRepeat` does its thing, each time a new item is added into the list, `ngRepeat` will add an +`ng-enter` class to the element that is being added. When removed it will apply an `ng-leave` class +and when moved around it will apply an `ng-move` class. + +Taking a look at the following CSS code, we can see some transition and keyframe animation code set +up for each of those events that occur when `ngRepeat` triggers them: + +```css +/* + We are using CSS transitions for when the enter and move events + are triggered for the element that has the `repeated-item` class +*/ +.repeated-item.ng-enter, .repeated-item.ng-move { + transition: all 0.5s linear; + opacity: 0; +} + +/* + `.ng-enter-active` and `.ng-move-active` are where the transition destination + properties are set so that the animation knows what to animate +*/ +.repeated-item.ng-enter.ng-enter-active, +.repeated-item.ng-move.ng-move-active { + opacity: 1; +} + +/* + We are using CSS keyframe animations for when the `leave` event + is triggered for the element that has the `repeated-item` class +*/ +.repeated-item.ng-leave { + animation: 0.5s my_animation; +} + +@keyframes my_animation { + from { opacity: 1; } + to { opacity: 0; } +} +``` + +The same approach to animation can be used using JavaScript code +(**for simplicity, we rely on jQuery to perform animations here**): + +```js +myModule.animation('.repeated-item', function() { + return { + enter: function(element, done) { + // Initialize the element's opacity + element.css('opacity', 0); + + // Animate the element's opacity + // (`element.animate()` is provided by jQuery) + element.animate({opacity: 1}, done); + + // Optional `onDone`/`onCancel` callback function + // to handle any post-animation cleanup operations + return function(isCancelled) { + if (isCancelled) { + // Abort the animation if cancelled + // (`element.stop()` is provided by jQuery) + element.stop(); + } + }; + }, + leave: function(element, done) { + // Initialize the element's opacity + element.css('opacity', 1); + + // Animate the element's opacity + // (`element.animate()` is provided by jQuery) + element.animate({opacity: 0}, done); + + // Optional `onDone`/`onCancel` callback function + // to handle any post-animation cleanup operations + return function(isCancelled) { + if (isCancelled) { + // Abort the animation if cancelled + // (`element.stop()` is provided by jQuery) + element.stop(); + } + }; + }, + + // We can also capture the following animation events: + move: function(element, done) {}, + addClass: function(element, className, done) {}, + removeClass: function(element, className, done) {} + } +}); +``` + +With these generated CSS class names present on the element at the time, AngularJS automatically +figures out whether to perform a CSS and/or JavaScript animation. Note that you can't have both CSS +and JavaScript animations based on the same CSS class. See +{@link ngAnimate#css-js-animations-together here} for more details. + +## Class and `ngClass` animation hooks + +AngularJS also pays attention to CSS class changes on elements by triggering the **add** and +**remove** hooks. This means that if a CSS class is added to or removed from an element then an +animation can be executed in between, before the CSS class addition or removal is finalized. +(Keep in mind that AngularJS will only be able to capture class changes if an +**interpolated expression** or the **ng-class** directive is used on the element.) + +The example below shows how to perform animations during class changes: + + + +

    + + +
    + CSS-Animated Text +

    +
    + + .css-class-add, .css-class-remove { + transition: all 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940); + } + + .css-class, + .css-class-add.css-class-add-active { + color: red; + font-size: 3em; + } + + .css-class-remove.css-class-remove-active { + font-size: 1em; + color: black; + } + +
    + +Although the CSS is a little different than what we saw before, the idea is the same. + +## Which directives support animations? + +A handful of common AngularJS directives support and trigger animation hooks whenever any major +event occurs during their life cycle. The table below explains in detail which animation events are +triggered: + +| Directive | Supported Animations | +|-------------------------------------------------------------------------------|---------------------------------------------------------------------------| +| {@link ng.directive:form#animations form / ngForm} | add and remove ({@link ng.directive:form#css-classes various classes}) | +| {@link ngAnimate.directive:ngAnimateSwap#animations ngAnimateSwap} | enter and leave | +| {@link ng.directive:ngClass#animations ngClass / {{class}​}} | add and remove | +| {@link ng.directive:ngClassEven#animations ngClassEven} | add and remove | +| {@link ng.directive:ngClassOdd#animations ngClassOdd} | add and remove | +| {@link ng.directive:ngHide#animations ngHide} | add and remove (the `ng-hide` class) | +| {@link ng.directive:ngIf#animations ngIf} | enter and leave | +| {@link ng.directive:ngInclude#animations ngInclude} | enter and leave | +| {@link module:ngMessages#animations ngMessage / ngMessageExp} | enter and leave | +| {@link module:ngMessages#animations ngMessages} | add and remove (the `ng-active`/`ng-inactive` classes) | +| {@link ng.directive:ngModel#animations ngModel} | add and remove ({@link ng.directive:ngModel#css-classes various classes}) | +| {@link ng.directive:ngRepeat#animations ngRepeat} | enter, leave, and move | +| {@link ng.directive:ngShow#animations ngShow} | add and remove (the `ng-hide` class) | +| {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave | +| {@link ngRoute.directive:ngView#animations ngView} | enter and leave | + +(More information can be found by visiting the documentation associated with each directive.) + +For a full breakdown of the steps involved during each animation event, refer to the +{@link ng.$animate `$animate` API docs}. + +## How do I use animations in my own directives? + +Animations within custom directives can also be established by injecting `$animate` directly into +your directive and making calls to it when needed. + +```js +myModule.directive('my-directive', ['$animate', function($animate) { + return function(scope, element) { + element.on('click', function() { + if (element.hasClass('clicked')) { + $animate.removeClass(element, 'clicked'); + } else { + $animate.addClass(element, 'clicked'); + } + }); + }; +}]); +``` + +## Animations on app bootstrap / page load + +By default, animations are disabled when the AngularJS app {@link guide/bootstrap bootstraps}. If you +are using the {@link ngApp} directive, this happens in the `DOMContentLoaded` event, so immediately +after the page has been loaded. Animations are disabled, so that UI and content are instantly +visible. Otherwise, with many animations on the page, the loading process may become too visually +overwhelming, and the performance may suffer. + +Internally, `ngAnimate` waits until all template downloads that are started right after bootstrap +have finished. Then, it waits for the currently running {@link ng.$rootScope.Scope#$digest $digest} +and one more after that, to finish. This ensures that the whole app has been compiled fully before +animations are attempted. + +If you do want your animations to play when the app bootstraps, you can enable animations globally +in your main module's {@link angular.Module#run run} function: + +```js +myModule.run(function($animate) { + $animate.enabled(true); +}); +``` + +## How to (selectively) enable, disable and skip animations + +There are several different ways to disable animations, both globally and for specific animations. +Disabling specific animations can help to speed up the render performance, for example for large +`ngRepeat` lists that don't actually have animations. Because `ngAnimate` checks at runtime if +animations are present, performance will take a hit even if an element has no animation. + +### During the config: {@link $animateProvider#customFilter $animateProvider.customFilter()} + +This function can be called during the {@link angular.Module#config config} phase of an app. It +takes a filter function as the only argument, which will then be used to "filter" animations (based +on the animated element, the event type, and the animation options). Only when the filter function +returns `true`, will the animation be performed. This allows great flexibility - you can easily +create complex rules, such as allowing specific events only or enabling animations on specific +subtrees of the DOM, and dynamically modify them, for example disabling animations at certain points +in time or under certain circumstances. + +```js +app.config(function($animateProvider) { + $animateProvider.customFilter(function(node, event, options) { + // Example: Only animate `enter` and `leave` operations. + return event === 'enter' || event === 'leave'; + }); +}); +``` + +The `customFilter` approach generally gives a big speed boost compared to other strategies, because +the matching is done before other animation disabling strategies are checked. + +
    + **Best Practice:** + Keep the filtering function as lean as possible, because it will be called for each DOM + action (e.g. insertion, removal, class change) performed by "animation-aware" directives. + See {@link guide/animations#which-directives-support-animations- here} for a list of built-in + directives that support animations. + Performing computationally expensive or time-consuming operations on each call of the + filtering function can make your animations sluggish. +
    + +### During the config: {@link $animateProvider#classNameFilter $animateProvider.classNameFilter()} + +This function too can be called during the {@link angular.Module#config config} phase of an app. It +takes a regex as the only argument, which will then be matched against the classes of any element +that is about to be animated. The regex allows a lot of flexibility - you can either allow +animations for specific classes only (useful when you are working with 3rd party animations), or +exclude specific classes from getting animated. + +```js +app.config(function($animateProvider) { + $animateProvider.classNameFilter(/animate-/); +}); +``` + +```css +/* prefixed with `animate-` */ +.animate-fade-add.animate-fade-add-active { + transition: all 1s linear; + opacity: 0; +} +``` + +The `classNameFilter` approach generally gives a big speed boost compared to other strategies, +because the matching is done before other animation disabling strategies are checked. However, that +also means it is not possible to override class name matching with the two following strategies. +It's of course still possible to enable / disable animations by changing an element's class name at +runtime. + +### At runtime: {@link ng.$animate#enabled $animate.enabled()} + +This function can be used to enable / disable animations in two different ways: + +With a single `boolean` argument, it enables / disables animations globally: +`$animate.enabled(false)` disables all animations in your app. + +When the first argument is a native DOM or jqLite/jQuery element, the function enables / disables +animations on this element *and all its children*: `$animate.enabled(myElement, false)`. You can +still use it to re-enable animations for a child element, even if you have disabled them on a parent +element. And compared to the `classNameFilter`, you can change the animation status at runtime +instead of during the config phase. + +Note however that the `$animate.enabled()` state for individual elements does not overwrite +disabling rules that have been set in the {@link $animateProvider#classNameFilter classNameFilter}. + +### Via CSS styles: overwriting styles in the `ng-animate` CSS class + +Whenever an animation is started, `ngAnimate` applies the `ng-animate` class to the element for the +whole duration of the animation. By applying CSS transition / animation styling to that class, you +can skip an animation: + +```css +.my-class { + transition: transform 2s; +} + +.my-class:hover { + transform: translateX(50px); +} + +my-class.ng-animate { + transition: 0s; +} +``` + +By setting `transition: 0s`, `ngAnimate` will ignore the existing transition styles, and not try to +animate them (Javascript animations will still execute, though). This can be used to prevent +{@link guide/animations#preventing-collisions-with-existing-animations-and-third-party-libraries +issues with existing animations interfering with `ngAnimate`}. + + +## Preventing flicker before an animation starts + +When nesting elements with structural animations, such as `ngIf`, into elements that have +class-based animations such as `ngClass`, it sometimes happens that before the actual animation +starts, there is a brief flicker or flash of content where the animated element is briefly visible. + +To prevent this, you can apply styles to the `ng-[event]-prepare` class, which is added as soon as +an animation is initialized, but removed before the actual animation starts (after waiting for a +`$digest`). This class is only added for *structural* animations (`enter`, `move`, and `leave`). + +Here's an example where you might see flickering: + +```html +
    +
    +
    +
    +
    +``` + +It is possible that during the `enter` event, the `.message` div will be briefly visible before it +starts animating. In that case, you can add styles to the CSS that make sure the element stays +hidden before the animation starts: + +```css +.message.ng-enter-prepare { + opacity: 0; +} + +/* Other animation styles ... */ +``` + +## Preventing collisions with existing animations and third-party libraries + +By default, any `ngAnimate`-enabled directives will assume that `transition` / `animation` styles on +the element are part of an `ngAnimate` animation. This can lead to problems when the styles are +actually for animations that are independent of `ngAnimate`. + +For example, an element acts as a loading spinner. It has an infinite css animation on it, and also +an {@link ngIf `ngIf`} directive, for which no animations are defined: + +```css +.spinner { + animation: rotating 2s linear infinite; +} + +@keyframes rotating { + from { transform: rotate(0deg); } + to { transform: rotate(360deg); } +} +``` + +Now, when the `ngIf` expression changes, `ngAnimate` will see the spinner animation and use it to +animate the `enter`/`leave` event, which doesn't work because the animation is infinite. The element +will still be added / removed after a timeout, but there will be a noticeable delay. + +This might also happen because some third-party frameworks place animation duration defaults across +many element or className selectors in order to make their code small and reusable. + +You can prevent this unwanted behavior by adding CSS to the `.ng-animate` class, that is added for +the whole duration of each animation. Simply overwrite the transition / animation duration. In the +case of the spinner, this would be: + +```css +.spinner.ng-animate { + animation: 0s none; + transition: 0s none; +} +``` + +If you do have CSS transitions / animations defined for the animation events, make sure they have a +higher priority than any styles that are not related to `ngAnimate`. + +You can also use one of the other +{@link guide/animations#how-to-selectively-enable-disable-and-skip-animations +strategies to disable animations}. + + +## Enable animations outside of the application DOM tree: {@link ng.$animate#pin $animate.pin()} + +Before animating, `ngAnimate` checks if the animated element is inside the application DOM tree. If +not, no animation is run. Usually, this is not a problem since most apps use the `html` or `body` +elements as their root. + +Problems arise when the application is bootstrapped on a different element, and animations are +attempted on elements that are outside the application tree, e.g. when libraries append popup or +modal elements to the body tag. + +You can use {@link ng.$animate#pin `$animate.pin(element, parentHost)`} to associate an element with +another element that belongs to your application. Simply call it before the element is added to the +DOM / before the animation starts, with the element you want to animate, and the element which +should be its assumed parent. + + +## More about animations + +For a full breakdown of each method available on `$animate`, see the +{@link ng.$animate API documentation}. + +To see a complete demo, see the {@link tutorial/step_14 animation step in the phonecat tutorial}. diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc index 3be24bb56281..4c66d8a57dcf 100644 --- a/docs/content/guide/bootstrap.ngdoc +++ b/docs/content/guide/bootstrap.ngdoc @@ -1,67 +1,69 @@ @ngdoc overview -@name Developer Guide: Bootstrap +@name Bootstrap +@sortOrder 350 @description -# Overview +# Bootstrap -This page explains the Angular initialization process and how you can manually initialize Angular +This page explains the AngularJS initialization process and how you can manually initialize AngularJS if necessary. -# Angular ` - +``` - * Place the `script` tag at the bottom of the page. Placing script tags at the end of the page + 1. Place the `script` tag at the bottom of the page. Placing script tags at the end of the page improves app load time because the HTML loading is not blocked by loading of the `angular.js` - script. You can get the latest bits from {@link http://code.angularjs.org}. Please don't link + script. You can get the latest bits from http://code.angularjs.org. Please don't link your production code to this URL, as it will expose a security hole on your site. For experimental development linking to our site is fine. * Choose: `angular-[version].js` for a human-readable file, suitable for development and debugging. * Choose: `angular-[version].min.js` for a compressed and obfuscated file, suitable for use in production. - * Place `ng-app` to the root of your application, typically on the `` tag if you want - angular to auto-bootstrap your application. + 2. Place `ng-app` to the root of your application, typically on the `` tag if you want + AngularJS to auto-bootstrap your application. - * If you choose to use the old style directive syntax `ng:` then include xml-namespace in `html` - to make IE happy. (This is here for historical reasons, and we no longer recommend use of - `ng:`.) + 3. If you choose to use the old style directive syntax `ng:` then include xml-namespace in `html` + when running the page in the XHTML mode. (This is here for historical reasons, and we no longer + recommend use of `ng:`.) -# Automatic Initialization +## Automatic Initialization + + -Angular initializes automatically upon `DOMContentLoaded` event, at which point Angular looks for -the {@link api/ng.directive:ngApp `ng-app`} directive which -designates your application root. If the {@link -api/ng.directive:ngApp `ng-app`} directive is found then Angular -will: +AngularJS initializes automatically upon `DOMContentLoaded` event or when the `angular.js` script is +evaluated if at that time `document.readyState` is set to `'complete'`. At this point AngularJS looks +for the {@link ng.directive:ngApp `ngApp`} directive which designates your application root. +If the {@link ng.directive:ngApp `ngApp`} directive is found then AngularJS will: * load the {@link guide/module module} associated with the directive. - * create the application {@link api/AUTO.$injector injector} - * compile the DOM treating the {@link api/ng.directive:ngApp - `ng-app`} directive as the root of the compilation. This allows you to tell it to treat only a - portion of the DOM as an Angular application. + * create the application {@link auto.$injector injector} + * compile the DOM treating the {@link ng.directive:ngApp + `ngApp`} directive as the root of the compilation. This allows you to tell it to treat only a + portion of the DOM as an AngularJS application. -
    +```html
     
     
       
    @@ -69,40 +71,100 @@ will:
         
       
     
    -
    +``` + +As a best practice, consider adding an `ng-strict-di` directive on the same element as +`ng-app`: +```html + + + + I can add: {{ 1+2 }}. + + + +``` + +This will ensure that all services in your application are properly annotated. +See the {@link guide/di#using-strict-dependency-injection dependency injection strict mode} docs +for more. -# Manual Initialization +## Manual Initialization If you need to have more control over the initialization process, you can use a manual bootstrapping method instead. Examples of when you'd need to do this include using script loaders -or the need to perform an operation before Angular compiles a page. - +or the need to perform an operation before AngularJS compiles a page. -Here is an example of manually initializing Angular. The example is equivalent to using the {@link -api/ng.directive:ngApp ng-app} directive. +Here is an example of manually initializing AngularJS: -
    +```html
     
    -
    -  
    -    Hello {{'World'}}!
    -    
    -    
    -  
    +
    +
    +  
    + Hello {{greetMe}}! +
    + + + + -
    +``` + +Note that we provided the name of our application module to be loaded into the injector as the second +parameter of the {@link angular.bootstrap} function. Notice that `angular.bootstrap` will not create modules +on the fly. You must create any custom {@link guide/module modules} before you pass them as a parameter. + +You should call `angular.bootstrap()` *after* you've loaded or defined your modules. +You cannot add controllers, services, directives, etc after an application bootstraps. + +
    +**Note:** You should not use the ng-app directive when manually bootstrapping your app. +
    This is the sequence that your code should follow: - 1. After the page and all of the code is loaded, find the root of the HTML template, which is - typically the root of the document. + 1. After the page and all of the code is loaded, find the root element of your AngularJS + application, which is typically the root of the document. - 2. Call {@link api/angular.bootstrap} to {@link compiler compile} the template into an + 2. Call {@link angular.bootstrap} to {@link compiler compile} the element into an executable, bi-directionally bound application. + +## Things to keep in mind + +There are a few things to keep in mind regardless of automatic or manual bootstrapping: + +- While it's possible to bootstrap more than one AngularJS application per page, we don't actively + test against this scenario. It's possible that you'll run into problems, especially with complex apps, so + caution is advised. +- Do not bootstrap your app on an element with a directive that uses {@link ng.$compile#transclusion transclusion}, such as + {@link ng.ngIf `ngIf`}, {@link ng.ngInclude `ngInclude`} and {@link ngRoute.ngView `ngView`}. + Doing this misplaces the app {@link ng.$rootElement `$rootElement`} and the app's {@link auto.$injector injector}, + causing animations to stop working and making the injector inaccessible from outside the app. + +## Deferred Bootstrap + +This feature enables tools like [Batarang](https://github.com/angular/angularjs-batarang) and test runners +to hook into angular's bootstrap process and sneak in more modules +into the DI registry which can replace or augment DI services for +the purpose of instrumentation or mocking out heavy dependencies. + +If `window.name` contains prefix `NG_DEFER_BOOTSTRAP!` when +{@link angular.bootstrap} is called, the bootstrap process will be paused +until `angular.resumeBootstrap()` is called. + +`angular.resumeBootstrap()` takes an optional array of modules that +should be added to the original list of modules that the app was +about to be bootstrapped with. diff --git a/docs/content/guide/compiler.ngdoc b/docs/content/guide/compiler.ngdoc index 9915107b4db4..b49e497ee5c5 100644 --- a/docs/content/guide/compiler.ngdoc +++ b/docs/content/guide/compiler.ngdoc @@ -1,36 +1,48 @@ @ngdoc overview -@name Developer Guide: HTML Compiler +@name HTML Compiler +@sortOrder 330 @description -# Overview +# HTML Compiler -Angular's {@link api/ng.$compile HTML compiler} allows the developer to teach the +
    +**Note:** this guide is targeted towards developers who are already familiar with AngularJS basics. + +If you're just getting started, we recommend the {@link tutorial/ tutorial} first. +If you just want to create custom directives, we recommend the {@link guide/directive directives guide}. +If you want a deeper look into AngularJS's compilation process, you're in the right place. +
    + + +## Overview + +AngularJS's {@link ng.$compile HTML compiler} allows the developer to teach the browser new HTML syntax. The compiler allows you to attach behavior to any HTML element or attribute -and even create new HTML element or attributes with custom behavior. Angular calls these behavior -extensions {@link api/ng.$compileProvider#directive directives}. +and even create new HTML elements or attributes with custom behavior. AngularJS calls these behavior +extensions {@link ng.$compileProvider#directive directives}. HTML has a lot of constructs for formatting the HTML for static documents in a declarative fashion. For example if something needs to be centered, there is no need to provide instructions to the -browser how the window size needs to be divided in half so that center is found, and that this -center needs to be aligned with the text's center. Simply add `align="center"` attribute to any +browser how the window size needs to be divided in half so that the center is found, and that this +center needs to be aligned with the text's center. Simply add an `align="center"` attribute to any element to achieve the desired behavior. Such is the power of declarative language. -But the declarative language is also limited, since it does not allow you to teach the browser new -syntax. For example there is no easy way to get the browser to align the text at 1/3 the position -instead of 1/2. What is needed is a way to teach browser new HTML syntax. +However, the declarative language is also limited, as it does not allow you to teach the browser new +syntax. For example, there is no easy way to get the browser to align the text at 1/3 the position +instead of 1/2. What is needed is a way to teach the browser new HTML syntax. -Angular comes pre-bundled with common directives which are useful for building any app. We also -expect that you will create directives that are specific to your app. These extension become a +AngularJS comes pre-bundled with common directives which are useful for building any app. We also +expect that you will create directives that are specific to your app. These extensions become a Domain Specific Language for building your application. All of this compilation takes place in the web browser; no server side or pre-compilation step is involved. -# Compiler +## Compiler -Compiler is an angular service which traverses the DOM looking for attributes. The compilation -process happens into two phases. +Compiler is an AngularJS service which traverses the DOM looking for attributes. The compilation +process happens in two phases. 1. **Compile:** traverse the DOM and collect all of the directives. The result is a linking function. @@ -39,50 +51,53 @@ process happens into two phases. scope model are reflected in the view, and any user interactions with the view are reflected in the scope model. This makes the scope model the single source of truth. -Some directives such {@link api/ng.directive:ngRepeat -`ng-repeat`} clone DOM elements once for each item in collection. Having a compile and link phase -improves performance since the cloned template only needs to be compiled once, and then linked -once for each clone instance. +Some directives such as {@link ng.directive:ngRepeat `ng-repeat`} clone DOM elements once +for each item in a collection. Having a compile and link phase improves performance since the +cloned template only needs to be compiled once, and then linked once for each clone instance. -# Directive +## Directive -A directive is a behavior which should be triggered when specific HTML constructs are encountered in -the compilation process. The directives can be placed in element names, attributes, class names, as -well as comments. Here are some equivalent examples of invoking the {@link -api/ng.directive:ngBind `ng-bind`} directive. +A directive is a behavior which should be triggered when specific HTML constructs are encountered +during the compilation process. The directives can be placed in element names, attributes, class +names, as well as comments. Here are some equivalent examples of invoking the {@link +ng.directive:ngBind `ng-bind`} directive. -
    +```html
       
       
       
       
    -
    +``` A directive is just a function which executes when the compiler encounters it in the DOM. See {@link -api/ng.$compileProvider#directive directive API} for in-depth documentation on how +ng.$compileProvider#directive directive API} for in-depth documentation on how to write directives. Here is a directive which makes any element draggable. Notice the `draggable` attribute on the `` element. - + angular.module('drag', []). directive('draggable', function($document) { - var startX=0, startY=0, x = 0, y = 0; return function(scope, element, attr) { + var startX = 0, startY = 0, x = 0, y = 0; element.css({ position: 'relative', border: '1px solid red', backgroundColor: 'lightgrey', - cursor: 'pointer' + cursor: 'pointer', + display: 'block', + width: '65px' }); - element.bind('mousedown', function(event) { + element.on('mousedown', function(event) { + // Prevent default dragging of selected content + event.preventDefault(); startX = event.screenX - x; startY = event.screenY - y; - $document.bind('mousemove', mousemove); - $document.bind('mouseup', mouseup); + $document.on('mousemove', mousemove); + $document.on('mouseup', mouseup); }); function mousemove(event) { @@ -95,10 +110,10 @@ Here is a directive which makes any element draggable. Notice the `draggable` at } function mouseup() { - $document.unbind('mousemove', mousemove); - $document.unbind('mouseup', mouseup); + $document.off('mousemove', mousemove); + $document.off('mouseup', mouseup); } - } + }; }); @@ -107,35 +122,364 @@ Here is a directive which makes any element draggable. Notice the `draggable` at -The presence of the `draggable` attribute on any element gives the element new behavior. The beauty of -this approach is that we have taught the browser a new trick. We have extended the vocabulary of -what the browser understands in a way which is natural to anyone who is familiar with HTML -principles. +The presence of the `draggable` attribute on any element gives the element new behavior. +We extended the vocabulary of the browser in a way which is natural to anyone who is familiar with the principles of HTML. -# Understanding View +## Understanding View -There are many templating systems out there. Most of them consume a static string template and +Most other templating systems consume a static string template and combine it with data, resulting in a new string. The resulting text is then `innerHTML`ed into an element. This means that any changes to the data need to be re-merged with the template and then -`innerHTML`ed into the DOM. Some of the issues with this approach are: reading user input and merging it with data, -clobbering user input by overwriting it, managing the whole update process, and lack of behavior -expressiveness. +`innerHTML`ed into the DOM. Some of the issues with this approach are: + +1. reading user input and merging it with data +2. clobbering user input by overwriting it +3. managing the whole update process +4. lack of behavior expressiveness -Angular is different. The Angular compiler consumes the DOM with directives, not string templates. +AngularJS is different. The AngularJS compiler consumes the DOM, not string templates. The result is a linking function, which when combined with a scope model results in a live view. The -view and scope model bindings are transparent. No action from the developer is needed to update -the view. And because no `innerHTML` is used there are no issues of clobbering user input. -Furthermore, Angular directives can contain not just text bindings, but behavioral constructs as +view and scope model bindings are transparent. The developer does not need to make any special calls to update +the view. And because `innerHTML` is not used, you won't accidentally clobber user input. +Furthermore, AngularJS directives can contain not just text bindings, but behavioral constructs as well. -The Angular approach produces a stable DOM. This means that the DOM element instance bound to a model +The AngularJS approach produces a stable DOM. The DOM element instance bound to a model item instance does not change for the lifetime of the binding. This means that the code can get hold of the elements and register event handlers and know that the reference will not be destroyed by template data merge. + + + +## How directives are compiled + +It's important to note that AngularJS operates on DOM nodes rather than strings. Usually, you don't +notice this restriction because when a page loads, the web browser parses HTML into the DOM automatically. + +HTML compilation happens in three phases: + + 1. {@link ng.$compile `$compile`} traverses the DOM and matches directives. + + If the compiler finds that an element matches a directive, then the directive is added to the list of + directives that match the DOM element. A single element may match multiple directives. + + 2. Once all directives matching a DOM element have been identified, the compiler sorts the directives + by their `priority`. + + Each directive's `compile` functions are executed. Each `compile` function has a chance to + modify the DOM. Each `compile` function returns a `link` function. These functions are composed into + a "combined" link function, which invokes each directive's returned `link` function. + + 3. `$compile` links the template with the scope by calling the combined linking function from the previous step. + This in turn will call the linking function of the individual directives, registering listeners on the elements + and setting up {@link ng.$rootScope.Scope#$watch `$watch`s} with the {@link ng.$rootScope.Scope `scope`} + as each directive is configured to do. + +The result of this is a live binding between the scope and the DOM. So at this point, a change in +a model on the compiled scope will be reflected in the DOM. + +Below is the corresponding code using the `$compile` service. +This should help give you an idea of what AngularJS does internally. + +```js + var $compile = ...; // injected into your code + var scope = ...; + var parent = ...; // DOM element where the compiled template can be appended + + var html = '
    '; + + // Step 1: parse HTML into DOM element + var template = angular.element(html); + + // Step 2: compile the template + var linkFn = $compile(template); + + // Step 3: link the compiled template with the scope. + var element = linkFn(scope); + + // Step 4: Append to DOM (optional) + parent.appendChild(element); +``` + +### The difference between Compile and Link + +At this point you may wonder why the compile process has separate compile and link phases. The +short answer is that compile and link separation is needed any time a change in a model causes +a change in the **structure** of the DOM. + +It's rare for directives to have a **compile function**, since most directives are concerned with +working with a specific DOM element instance rather than changing its overall structure. + +Directives often have a **link function**. A link function allows the directive to register +listeners to the specific cloned DOM element instance as well as to copy content into the DOM +from the scope. + +
    +**Best Practice:** Any operation which can be shared among the instance of directives should be +moved to the compile function for performance reasons. +
    + +#### An Example of "Compile" Versus "Link" + +To understand, let's look at a real-world example with `ngRepeat`: + +```html +Hello {{user.name}}, you have these actions: +
      +
    • + {{action.description}} +
    • +
    +``` + +When the above example is compiled, the compiler visits every node and looks for directives. + +`{{user.name}}` matches the {@link ng.$interpolate interpolation directive} +and `ng-repeat` matches the {@link ng.directive:ngRepeat `ngRepeat` directive}. + +But {@link ng.directive:ngRepeat ngRepeat} has a dilemma. + +It needs to be able to clone new `
  • ` elements for every `action` in `user.actions`. +This initially seems trivial, but it becomes more complicated when you consider that `user.actions` +might have items added to it later. This means that it needs to save a clean copy of the `
  • ` +element for cloning purposes. + +As new `action`s are inserted, the template `
  • ` element needs to be cloned and inserted into `ul`. +But cloning the `
  • ` element is not enough. It also needs to compile the `
  • ` so that its +directives, like `{{action.description}}`, evaluate against the right {@link ng.$rootScope.Scope scope}. + + +A naive approach to solving this problem would be to simply insert a copy of the `
  • ` element and +then compile it. +The problem with this approach is that compiling on every `
  • ` element that we clone would duplicate +a lot of the work. Specifically, we'd be traversing `
  • ` each time before cloning it to find the +directives. This would cause the compilation process to be slower, in turn making applications +less responsive when inserting new nodes. + +The solution is to break the compilation process into two phases: + +the **compile phase** where all of the directives are identified and sorted by priority, +and a **linking phase** where any work which "links" a specific instance of the +{@link ng.$rootScope.Scope scope} and the specific instance of an `
  • ` is performed. + +
    +**Note:** *Link* means setting up listeners on the DOM and setting up `$watch` on the Scope to +keep the two in sync. +
    + +{@link ng.directive:ngRepeat `ngRepeat`} works by preventing the compilation process from +descending into the `
  • ` element so it can make a clone of the original and handle inserting +and removing DOM nodes itself. + +Instead the {@link ng.directive:ngRepeat `ngRepeat`} directive compiles `
  • ` separately. +The result of the `
  • ` element compilation is a linking function which contains all of the +directives contained in the `
  • ` element, ready to be attached to a specific clone of the `
  • ` +element. + +At runtime the {@link ng.directive:ngRepeat `ngRepeat`} watches the expression and as items +are added to the array it clones the `
  • ` element, creates a new +{@link ng.$rootScope.Scope scope} for the cloned `
  • ` element and calls the link function +on the cloned `
  • `. + + + +### Understanding How Scopes Work with Transcluded Directives + +One of the most common use cases for directives is to create reusable components. + +Below is a pseudo code showing how a simplified dialog component may work. + +```html +
    + + + + Body goes here: {{username}} is {{title}}. + +
    +``` + +Clicking on the "show" button will open the dialog. The dialog will have a title, which is +data bound to `username`, and it will also have a body which we would like to transclude +into the dialog. + +Here is an example of what the template definition for the `dialog` widget may look like. + +```html +
    +

    {{title}}

    +
    + +
    +``` + +This will not render properly, unless we do some scope magic. + +The first issue we have to solve is that the dialog box template expects `title` to be defined. +But we would like the template's scope property `title` to be the result of interpolating the +`` element's `title` attribute (i.e. `"Hello {{username}}"`). Furthermore, the buttons expect +the `onOk` and `onCancel` functions to be present in the scope. This limits the usefulness of the +widget. To solve the mapping issue we use the `scope` to create local variables which the template +expects as follows: + +```js + scope: { + title: '@', // the title uses the data-binding from the parent scope + onOk: '&', // create a delegate onOk function + onCancel: '&', // create a delegate onCancel function + visible: '=' // set up visible to accept data-binding + } +``` + +Creating local properties on widget scope creates two problems: + + 1. isolation - if the user forgets to set `title` attribute of the dialog widget the dialog + template will bind to parent scope property. This is unpredictable and undesirable. + + 2. transclusion - the transcluded DOM can see the widget locals, which may overwrite the + properties which the transclusion needs for data-binding. In our example the `title` + property of the widget clobbers the `title` property of the transclusion. + + +To solve the issue of lack of isolation, the directive declares a new `isolated` scope. An +isolated scope does not prototypically inherit from the parent scope, and therefore we don't have +to worry about accidentally clobbering any properties. + +However `isolated` scope creates a new problem: if a transcluded DOM is a child of the widget +isolated scope then it will not be able to bind to anything. For this reason the transcluded scope +is a child of the original scope, before the widget created an isolated scope for its local +variables. This makes the transcluded and widget isolated scope siblings. + +This may seem to be unexpected complexity, but it gives the widget user and developer the least +surprise. + +Therefore the final directive definition looks something like this: + +```js +transclude: true, +scope: { + title: '@', // the title uses the data-binding from the parent scope + onOk: '&', // create a delegate onOk function + onCancel: '&', // create a delegate onCancel function + visible: '=' // set up visible to accept data-binding +}, +restrict: 'E', +replace: true +``` + +### Double Compilation, and how to avoid it + +Double compilation occurs when an already compiled part of the DOM gets compiled again. This is an +undesired effect and can lead to misbehaving directives, performance issues, and memory +leaks. +A common scenario where this happens is a directive that calls `$compile` in a directive link +function on the directive element. In the following **faulty example**, a directive adds a mouseover behavior +to a button with `ngClick` on it: + +``` +angular.module('app').directive('addMouseover', function($compile) { + return { + link: function(scope, element, attrs) { + var newEl = angular.element(' My Hint'); + element.on('mouseenter mouseleave', function() { + scope.$apply('showHint = !showHint'); + }); + + attrs.$set('addMouseover', null); // To stop infinite compile loop + element.append(newEl); + $compile(element)(scope); // Double compilation + } + } +}) +``` + +At first glance, it looks like removing the original `addMouseover` attribute is all there is needed +to make this example work. +However, if the directive element or its children have other directives attached, they will be compiled and +linked again, because the compiler doesn't keep track of which directives have been assigned to which +elements. + +This can cause unpredictable behavior, e.g. `ngClick` or other event handlers will be attached +again. It can also degrade performance, as watchers for text interpolation are added twice to the scope. + +Double compilation should therefore be avoided. In the above example, only the new element should +be compiled: + +``` +angular.module('app').directive('addMouseover', function($compile) { + return { + link: function(scope, element, attrs) { + var newEl = angular.element(' My Hint'); + element.on('mouseenter mouseleave', function() { + scope.$apply('showHint = !showHint'); + }); + + element.append(newEl); + $compile(newEl)(scope); // Only compile the new element + } + } +}) +``` + +Another scenario is adding a directive programmatically to a compiled element and then executing +compile again. See the following **faulty example**: + +```html + +``` + +``` +angular.module('app').directive('addOptions', function($compile) { + return { + link: function(scope, element, attrs) { + attrs.$set('addOptions', null) // To stop infinite compile loop + attrs.$set('ngModelOptions', '{debounce: 1000}'); + $compile(element)(scope); // Double compilation + } + } +}); +``` + +In that case, it is necessary to intercept the *initial* compilation of the element: + + 1. Give your directive the `terminal` property and a higher priority than directives + that should not be compiled twice. In the example, the compiler will only compile directives + which have a priority of 100 or higher. + 2. Inside this directive's compile function, add any other directive attributes to the template. + 3. Compile the element, but restrict the maximum priority, so that any already compiled directives + (including the `addOptions` directive) are not compiled again. + 4. In the link function, link the compiled element with the element's scope. + +``` +angular.module('app').directive('addOptions', function($compile) { + return { + priority: 100, // ngModel has priority 1 + terminal: true, + compile: function(templateElement, templateAttributes) { + templateAttributes.$set('ngModelOptions', '{debounce: 1000}'); + + // The third argument is the max priority. Only directives with priority < 100 will be compiled, + // therefore we don't need to remove the attribute + var compiled = $compile(templateElement, null, 100); + + return function linkFn(scope) { + compiled(scope) // Link compiled element to scope + } + } + } +}); +``` + diff --git a/docs/content/guide/component-router.ngdoc b/docs/content/guide/component-router.ngdoc new file mode 100644 index 000000000000..2230e2e94f97 --- /dev/null +++ b/docs/content/guide/component-router.ngdoc @@ -0,0 +1,1054 @@ +@ngdoc overview +@name Component Router +@sortOrder 306 +@description + +# Component Router + +
    +**Deprecation Notice:** In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) has been deprecated and will not receive further updates. +We are investigating backporting the new Angular Router to AngularJS, but alternatively, use the {@link ngRoute} module or community developed projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). +
    + +This guide describes the Component Router for AngularJS. + +
    + If you are looking for information about the default router for AngularJS have a look at the {@link ngRoute} module. + + If you are looking for information about the Component Router for the new Angular then + check out the [Angular Router Guide](https://angular.io/docs/ts/latest/guide/router.html). +
    + +## Overview + +Here is a table of the main concepts used in the Component Router. + +| Concept | Description | +| ----------------------|-------------------------------------------------------------------------------------- | +| Router | Displays the Routing Components for the active Route. Manages navigation from one component to the next. | +| RootRouter | The top level Router that interacts with the current URL location | +| RouteConfig | Configures a Router with RouteDefinitions, each mapping a URL path to a component. | +| Routing Component | An AngularJS component with a RouteConfig and an associated Router. | +| RouteDefinition | Defines how the router should navigate to a component based on a URL pattern. | +| ngOutlet | The directive (``) that marks where the router should display a view. | +| ngLink | The directive (`ng-link="..."`) for binding a clickable HTML element to a route, via a Link Parameters Array. | +| Link Parameters Array | An array that the router interprets into a routing instruction. We can bind a RouterLink to that array or pass the array as an argument to the Router.navigate method. | + + +## Component-based Applications + +It is recommended to develop AngularJS applications as a hierarchy of Components. Each Component +is an isolated part of the application, which is responsible for its own user interface and has +a well defined programmatic interface to the Component that contains it. Take a look at the +{@link guide/component component guide} for more information. + +![Component Based Architecture](img/guide/component-based-architecture.svg) + + +## URLs and Navigation + +In most applications, users navigate from one view to the next as they perform application tasks. +The browser provides a familiar model of application navigation. We enter a URL in the address bar +or click on a link and the browser navigates to a new page. We click the browser's back and forward +buttons and the browser navigates backward and forward through the history of pages we've seen. + +We understand that each view corresponds to a particular URL. In a Component-based application, +each of these views is implemented by one or more Components. + + +## Component Routes + +**How do we choose which Components to display given a particular URL?** + +When using the Component Router, each **Component** in the application can have a **Router** associated +with it. This **Router** contains a mapping of URL segments to child **Components**. + +```js +$routeConfig: [ + { path: '/a/b/c', component: 'someComponent' }, ... +] +``` + +This means that for a given URL the **Router** will render an associated child **Component**. + + +## Outlets + +**How do we know where to render a child Component?** + +Each **Routing Component**, needs to have a template that contains one or more **Outlets**, which is +where its child **Components** are rendered. We specify the **Outlet** in the template using the +{@link ngOutlet ``} directive. + +```html + +``` + +*In the future `ng-outlet` will be able to render different child **Components** for a given **Route** +by specifying a `name` attribute.* + + +## Root Router and Component + +**How does the Component Router know which Component to render first?** + +All Component Router applications must contain a top level **Routing Component**, which is associated with +a top level **Root Router**. + +The **Root Router** is the starting point for all navigation. You can access this **Router** by injecting the +`$rootRouter` service. + +We define the top level **Root Component** by providing a value for the {@link $routerRootComponent} service. + +```js +myModule.value('$routerRootComponent', 'myApp'); +``` + +Here we have specified that the **Root Component** is the component directive with the name `myApp`. + +Remember to instantiate this **Root Component** in our `index.html` file. + +```html + +``` + +## Route Matching + +When we navigate to any given URL, the {@link $rootRouter} matches its **Route Config** against the URL. +If a **Route Definition** in the **Route Config** recognizes a part of the URL then the **Component** +associated with the **Route Definition** is instantiated and rendered in the **Outlet**. + +If the new **Component** contains routes of its own then a new **Router ({@link ChildRouter})** is created for +this **Routing Component**. + +The {@link ChildRouter} for the new **Routing Component** then attempts to match its **Route Config** against +the parts of the URL that have not already been matched by the previous **Router**. + +This process continues until we run out of **Routing Components** or consume the entire URL. + +![Routed Components](img/guide/component-routes.svg) + +In the previous diagram, we can see that the URL `/heros/4` has been matched against the `App`, `Heroes` and +`HeroDetail` **Routing Components**. The **Routers** for each of the **Routing Components** consumed a part +of the URL: "/", "/heroes" and "/4" respectively. + +The result is that we end up with a hierarchy of **Routing Components** rendered in **Outlets**, via the +{@link ngOutlet} directive, in each **Routing Component's** template, as you can see in the following diagram. + +![Component Hierarchy](img/guide/component-hierarchy.svg) + + +## Example Heroes App + +You can see the complete application running below. + + + + +

    Component Router

    + + + + +
    + + + angular.module('app', ['ngComponentRouter', 'heroes', 'crisis-center']) + + .config(function($locationProvider) { + $locationProvider.html5Mode(true); + }) + + .value('$routerRootComponent', 'app') + + .component('app', { + template: + '\n' + + '\n', + $routeConfig: [ + {path: '/crisis-center/...', name: 'CrisisCenter', component: 'crisisCenter', useAsDefault: true}, + {path: '/heroes/...', name: 'Heroes', component: 'heroes' } + ] + }); + + + + angular.module('heroes', []) + .service('heroService', HeroService) + + .component('heroes', { + template: '

    Heroes

    ', + $routeConfig: [ + {path: '/', name: 'HeroList', component: 'heroList', useAsDefault: true}, + {path: '/:id', name: 'HeroDetail', component: 'heroDetail'} + ] + }) + + .component('heroList', { + template: + '
    \n' + + '{{hero.name}}\n' + + '
    ', + controller: HeroListComponent + }) + + .component('heroDetail', { + template: + '
    \n' + + '

    "{{$ctrl.hero.name}}"

    \n' + + '
    \n' + + ' {{$ctrl.hero.id}}
    \n' + + '
    \n' + + ' \n' + + ' \n' + + '
    \n' + + ' \n' + + '
    \n', + bindings: { $router: '<' }, + controller: HeroDetailComponent + }); + + + function HeroService($q) { + var heroesPromise = $q.resolve([ + { id: 11, name: 'Mr. Nice' }, + { id: 12, name: 'Narco' }, + { id: 13, name: 'Bombasto' }, + { id: 14, name: 'Celeritas' }, + { id: 15, name: 'Magneta' }, + { id: 16, name: 'RubberMan' } + ]); + + this.getHeroes = function() { + return heroesPromise; + }; + + this.getHero = function(id) { + return heroesPromise.then(function(heroes) { + for (var i = 0; i < heroes.length; i++) { + if (heroes[i].id === id) return heroes[i]; + } + }); + }; + } + + function HeroListComponent(heroService) { + var selectedId = null; + var $ctrl = this; + + this.$routerOnActivate = function(next) { + // Load up the heroes for this view + heroService.getHeroes().then(function(heroes) { + $ctrl.heroes = heroes; + selectedId = next.params.id; + }); + }; + + this.isSelected = function(hero) { + return (hero.id === selectedId); + }; + } + + function HeroDetailComponent(heroService) { + var $ctrl = this; + + this.$routerOnActivate = function(next) { + // Get the hero identified by the route parameter + var id = next.params.id; + heroService.getHero(id).then(function(hero) { + $ctrl.hero = hero; + }); + }; + + this.gotoHeroes = function() { + var heroId = this.hero && this.hero.id; + this.$router.navigate(['HeroList', {id: heroId}]); + }; + } +
    + + + angular.module('crisis-center', ['dialog']) + .service('crisisService', CrisisService) + + .component('crisisCenter', { + template: '

    Crisis Center

    ', + $routeConfig: [ + {path:'/', name: 'CrisisList', component: 'crisisList', useAsDefault: true}, + {path:'/:id', name: 'CrisisDetail', component: 'crisisDetail'} + ] + }) + + .component('crisisList', { + template: + '
      \n' + + '
    • \n' + + ' {{crisis.id}} {{crisis.name}}\n' + + '
    • \n' + + '
    \n', + bindings: { $router: '<' }, + controller: CrisisListComponent, + $canActivate: function($nextInstruction, $prevInstruction) { + console.log('$canActivate', arguments); + } + }) + + .component('crisisDetail', { + templateUrl: 'crisisDetail.html', + bindings: { $router: '<' }, + controller: CrisisDetailComponent + }); + + + function CrisisService($q) { + var crisesPromise = $q.resolve([ + {id: 1, name: 'Princess Held Captive'}, + {id: 2, name: 'Dragon Burning Cities'}, + {id: 3, name: 'Giant Asteroid Heading For Earth'}, + {id: 4, name: 'Release Deadline Looms'} + ]); + + this.getCrises = function() { + return crisesPromise; + }; + + this.getCrisis = function(id) { + return crisesPromise.then(function(crises) { + for (var i = 0; i < crises.length; i++) { + if (crises[i].id === id) return crises[i]; + } + }); + }; + } + + function CrisisListComponent(crisisService) { + var selectedId = null; + var ctrl = this; + + this.$routerOnActivate = function(next) { + console.log('$routerOnActivate', this, arguments); + // Load up the crises for this view + crisisService.getCrises().then(function(crises) { + ctrl.crises = crises; + selectedId = next.params.id; + }); + }; + + this.isSelected = function(crisis) { + return (crisis.id === selectedId); + }; + + this.onSelect = function(crisis) { + this.$router.navigate(['CrisisDetail', { id: crisis.id }]); + }; + } + + function CrisisDetailComponent(crisisService, dialogService) { + var ctrl = this; + this.$routerOnActivate = function(next) { + // Get the crisis identified by the route parameter + var id = next.params.id; + crisisService.getCrisis(id).then(function(crisis) { + if (crisis) { + ctrl.editName = crisis.name; + ctrl.crisis = crisis; + } else { // id not found + ctrl.gotoCrises(); + } + }); + }; + + this.$routerCanDeactivate = function() { + // Allow synchronous navigation (`true`) if no crisis or the crisis is unchanged. + if (!this.crisis || this.crisis.name === this.editName) { + return true; + } + // Otherwise ask the user with the dialog service and return its + // promise which resolves to true or false when the user decides + return dialogService.confirm('Discard changes?'); + }; + + this.cancel = function() { + ctrl.editName = ctrl.crisis.name; + ctrl.gotoCrises(); + }; + + this.save = function() { + ctrl.crisis.name = ctrl.editName; + ctrl.gotoCrises(); + }; + + this.gotoCrises = function() { + var crisisId = ctrl.crisis && ctrl.crisis.id; + // Pass along the hero id if available + // so that the CrisisListComponent can select that hero. + this.$router.navigate(['CrisisList', {id: crisisId}]); + }; + } +
    + + +
    +

    "{{$ctrl.editName}}"

    +
    + {{$ctrl.crisis.id}}
    +
    + + +
    + + +
    +
    + + + angular.module('dialog', []) + + .service('dialogService', DialogService); + + function DialogService($q) { + this.confirm = function(message) { + return $q.resolve(window.confirm(message || 'Is it OK?')); + }; + } + + + + h1 {color: #369; font-family: Arial, Helvetica, sans-serif; font-size: 250%;} + h2 { color: #369; font-family: Arial, Helvetica, sans-serif; } + h3 { color: #444; font-weight: lighter; } + body { margin: 2em; } + body, input[text], button { color: #888; font-family: Cambria, Georgia; } + button {padding: 0.2em; font-size: 14px} + + ul {list-style-type: none; margin-left: 1em; padding: 0; width: 20em;} + + li { cursor: pointer; position: relative; left: 0; transition: all 0.2s ease; } + li:hover {color: #369; background-color: #EEE; left: .2em;} + + /* route-link anchor tags */ + a {padding: 5px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; } + a:visited, a:link {color: #444;} + a:hover {color: white; background-color: #1171a3; } + a.router-link-active {color: white; background-color: #52b9e9; } + + .selected { background-color: #EEE; color: #369; } + + .badge { + font-size: small; + color: white; + padding: 0.1em 0.7em; + background-color: #369; + line-height: 1em; + position: relative; + left: -1px; + top: -1px; + } + + crisis-detail input { + width: 20em; + } + + +
    + + +### Getting Started + +In the following sections we will step through building this application. The finished application has views +to display list and detail views of Heroes and Crises. + +#### Install the libraries + +It is easier to use [Yarn](https://yarnpkg.com) or [npm](https://www.npmjs.com) to install the +**Component Router** module. For this guide we will also install AngularJS itself via Yarn: + +```bash +yarn init +yarn add angular@1.5.x @angular/router@0.2.0 +``` + + +#### Load the scripts + +Just like any AngularJS application, we load the JavaScript files into our `index.html`: + +```html + + + +``` + +You also need to include ES6 shims for browsers that do not support ES6 code (Internet Explorer, + iOs < 8, Android < 5.0, Windows Mobile < 10): + ```html + + + + + ``` + +#### Create the `app` module + +In the app.js file, create the main application module `app` which depends on the `ngComponentRouter` +module, which is provided by the **Component Router** script. + +```js +angular.module('app', ['ngComponentRouter']) +``` + +We must choose what **Location Mode** the **Router** should use. We are going to use HTML5 mode locations, +so that we will not have hash-based paths. We must rely on the browser to provide `pushState` support, +which is true for most modern browsers. See {@link $locationProvider#html5Mode} for more information. + +
    + Using HTML5 mode means that we can have clean URLs for our application routes. However, HTML5 mode does require that our + web server, which hosts the application, understands that it must respond with the index.html file for + requests to URLs that represent all our application routes. We are going to use the `lite-server` web server + to do this for us. +
    + +```js +.config(function($locationProvider) { + $locationProvider.html5Mode(true); +}) +``` + +Configure the top level routed `App` Component. + +```js +.value('$routerRootComponent', 'app') +``` + +Create a very simple App Component to test that the application is working. + +We are using the AngularJS {@link $compileProvider#component `.component()`} helper method to create +all the **Components** in our application. It is perfectly suited to this task. + +```js +.component('app', { + template: 'It worked!' +}); +``` + +Add a `` element to the head of our index.html. +Remember that we have chosen to use HTML5 mode for the `$location` service. This means that our HTML +must have a base URL. + +```html + + + ... +``` + +#### Bootstrap AngularJS + +Bootstrap the AngularJS application and add the top level App Component. + +```html + +

    Component Router

    + + +``` + + +### Implementing the AppComponent + +In the previous section we have created a single top level **App Component**. Let's now create some more +**Routing Components** and wire up **Route Config** for those. We start with a Heroes Feature, which +will display one of two views. + +* A list of Heroes that are available: + +![Heroes List View](img/guide/heroes-list.png) + +* A detailed view of a single Hero: + +![Heroes List View](img/guide/hero-detail.png) + +We are going to have a `Heroes` Component for the Heroes feature of our application, and then `HeroList` +and `HeroDetail` **Components** that will actually display the two different views. + + +#### App Component + +Configure the **App Component** with a template and **Route Config**: + +```js +.component('app', { + template: + '\n' + + '\n', + $routeConfig: [ + {path: '/heroes/...', name: 'Heroes', component: 'heroes'}, + ] +}); +``` + +The **App Component** has an `` directive in its template. This is where the child **Components** +of this view will be rendered. + +#### ngLink + +We have used the `ng-link` directive to create a link to navigate to the Heroes Component. By using this +directive we don't need to know what the actual URL will be. We can let the Router generate that for us. + +We have included a link to the Crisis Center but have not included the `ng-link` directive as we have not yet +implemented the CrisisCenter component. + + +#### Non-terminal Routes + +We need to tell the **Router** that the `Heroes` **Route Definition** is **non-terminal**, that it should +continue to match **Routes** in its child **Components**. We do this by adding a **continuation ellipsis +(`...`)** to the path of the Heroes Route, `/heroes/...`. +Without the **continuation ellipsis** the `HeroList` **Route** will never be matched because the Router will +stop at the `Heroes` **Routing Component** and not try to match the rest of the URL. + + +### Heroes Feature + +Now we can implement our Heroes Feature which consists of three **Components**: `Heroes`, `HeroList` and +`HeroDetail`. The `Heroes` **Routing Component** simply provides a template containing the {@link ngOutlet} +directive and a **Route Config** that defines a set of child **Routes** which delegate through to the +`HeroList` and `HeroDetail` **Components**. + +### HeroesComponent + +Create a new file `heroes.js`, which defines a new AngularJS module for the **Components** of this feature +and registers the Heroes **Component**. + +```js +angular.module('heroes', []) + .component('heroes', { + template: '

    Heroes

    ', + $routeConfig: [ + {path: '/', name: 'HeroList', component: 'heroList', useAsDefault: true}, + {path: '/:id', name: 'HeroDetail', component: 'heroDetail'} + ] + }) +``` + +Remember to load this file in the index.html: + +```html + +``` + +and also to add the module as a dependency of the `app` module: + +```js +angular.module('app', ['ngComponentRouter', 'heroes']) +``` + +#### Use As Default +The `useAsDefault` property on the `HeroList` **Route Definition**, indicates that if no other **Route +Definition** matches the URL, then this **Route Definition** should be used by default. + +#### Route Parameters +The `HeroDetail` Route has a named parameter (`id`), indicated by prefixing the URL segment with a colon, +as part of its `path` property. The **Router** will match anything in this segment and make that value +available to the HeroDetail **Component**. + +#### Terminal Routes +Both the Routes in the `HeroesComponent` are terminal, i.e. their routes do not end with `...`. This is +because the `HeroList` and `HeroDetail` will not contain any child routes. + +#### Route Names +**What is the difference between the `name` and `component` properties on a Route Definition?** + +The `component` property in a **Route Definition** defines the **Component** directive that will be rendered +into the DOM via the **Outlet**. For example the `heroDetail` **Component** will be rendered into the page +where the `` lives as ``. + +The `name` property is used to reference the **Route Definition** when generating URLs or navigating to +**Routes**. For example this link will `Heroes` navigate the **Route Definition** +that has the `name` property of `"Heroes"`. + + +### HeroList Component + +The HeroList **Component** is the first component in the application that actually contains significant +functionality. It loads up a list of heroes from a `heroService` and displays them using `ng-repeat`. +Add it to the `heroes.js` file: + +```js + .component('heroList', { + template: + '
    \n' + + '{{hero.name}}\n' + + '
    ', + controller: HeroListComponent + }) +``` + +The `ng-link` directive creates links to a more detailed view of each hero, via the expression +`['HeroDetail', {id: hero.id}]`. This expression is an array describing what Routes to use to generate +the link. The first item is the name of the HeroDetail **Route Definition** and the second is a parameter +object that will be available to the HeroDetail **Component**. + +*The HeroDetail section below explains how to get hold of the `id` parameter of the HeroDetail Route.* + +The template iterates through each `hero` object of the array in the `$ctrl.heroes` property. + +*Remember that the `module.component()` helper automatically provides the **Component's Controller** as +the `$ctrl` property on the scope of the template.* + + +### HeroService + +Our HeroService simulates requesting a list of heroes from a server. In a real application this would be +making an actual server request, perhaps over HTTP. + +```js +function HeroService($q) { + var heroesPromise = $q.resolve([ + { id: 11, name: 'Mr. Nice' }, + ... + ]); + + this.getHeroes = function() { + return heroesPromise; + }; + + this.getHero = function(id) { + return heroesPromise.then(function(heroes) { + for (var i = 0; i < heroes.length; i++) { + if (heroes[i].id === id) return heroes[i]; + } + }); + }; +} +``` + +Note that both the `getHeroes()` and `getHero(id)` methods return a promise for the data. This is because +in real-life we would have to wait for the server to respond with the data. + + +### Router Lifecycle Hooks + +**How do I know when my Component is active?** + +To deal with initialization and tidy up of **Components** that are rendered by a **Router**, we can implement +one or more **Lifecycle Hooks** on the **Component**. These will be called at well defined points in the +lifecycle of the **Component**. + +The **Lifecycle Hooks** that can be implemented as instance methods on the **Component** are as follows: + +* `$routerCanReuse` : called to to determine whether a **Component** can be reused across **Route Definitions** + that match the same type of **Component**, or whether to destroy and instantiate a new **Component** every time. +* `$routerOnActivate` / `$routerOnReuse` : called by the **Router** at the end of a successful navigation. Only + one of `$routerOnActivate` and `$routerOnReuse` will be called depending upon the result of a call to + `$routerCanReuse`. +* `$routerCanDeactivate` : called by the **Router** to determine if a **Component** can be removed as part of a + navigation. +* `$routerOnDeactivate` : called by the **Router** before destroying a **Component** as part of a navigation. + +We can also provide an **Injectable function** (`$routerCanActivate`) on the **Component Definition Object**, +or as a static method on the **Component**, that will determine whether this **Component** is allowed to be +activated. If any of the `$routerCan...` methods return false or a promise that resolves to false, the +navigation will be cancelled. + +For our HeroList **Component** we want to load up the list of heroes when the **Component** is activated. +So we implement the `$routerOnActivate()` instance method. + +```js +function HeroListComponent(heroService) { + var $ctrl = this; + this.$routerOnActivate = function() { + return heroService.getHeroes().then(function(heroes) { + $ctrl.heroes = heroes; + }); + } +} +``` + +Running the application should update the browser's location to `/heroes` and display the list of heroes +returned from the `heroService`. + +By returning a promise for the list of heroes from `$routerOnActivate()` we can delay the activation of the +Route until the heroes have arrived successfully. This is similar to how a `resolve` works in {@link ngRoute}. + + +### Route Parameters + +**How do I access parameters for the current route?** + +The HeroDetailComponent displays details of an individual hero. The `id` of the hero to display is passed +as part of the URL, for example **/heroes/12**. + +The **Router** parses the id from the URL when it recognizes the **Route Definition** and provides it to the +**Component** as part of the parameters of the `$routerOnActivate()` hook. + +```js +function HeroDetailComponent(heroService) { + var $ctrl = this; + + this.$routerOnActivate = function(next, previous) { + // Get the hero identified by the route parameter + var id = next.params.id; + return heroService.getHero(id).then(function(hero) { + $ctrl.hero = hero; + }); + }; +``` + +The `$routerOnActivate(next, previous)` hook receives two parameters, which hold the `next` and `previous` +**Instruction** objects for the **Route** that is being activated. + +These parameters have a property called `params` which will hold the `id` parameter extracted from the URL +by the **Router**. In this code it is used to identify a specific Hero to retrieve from the `heroService`. +This hero is then attached to the **Component** so that it can be accessed in the template. + + +### Access to the Current Router + +**How do I get hold of the current router for my component?** + +Each component has its own Router. Unlike in the new Angular, we cannot use the dependency injector to get hold of a component's Router. +We can only inject the `$rootRouter`. Instead we use the fact that the `ng-outlet` directive binds the current router to a `$router` +attribute on our component. + +```html + +``` + +We can then specify a `bindings` property on our component definition to bind the current router to our component: + +```js +bindings: { $router: '<' } +``` + +This sets up a one-way binding of the current Router to the `$router` property of our Component. The binding is available once +the component has been activated, and the `$routerOnActivate` hook is called. + +As you might know from reading the {@link guide/component component guide}, the binding is actually available by the time the `$onInit` +hook is called, which is before the call to `$routerOnActivate`. + +### HeroDetailComponent + +The `HeroDetailComponent` displays a form that allows the Hero to be modified. + +```js + .component('heroDetail', { + template: + '
    \n' + + '

    "{{$ctrl.hero.name}}"

    \n' + + '
    \n' + + ' {{$ctrl.hero.id}}
    \n' + + '
    \n' + + ' \n' + + ' \n' + + '
    \n' + + ' \n' + + '
    \n', + bindings: { $router: '<' }, + controller: HeroDetailComponent + }); +``` + +The template contains a button to navigate back to the HeroList. We could have styled an anchor to look +like a button and used `ng-link="['HeroList']" but here we demonstrate programmatic navigation via the +Router itself, which was made available by the binding in the **Component Definition Object**. + +```js +function HeroDetailComponent(heroService) { + ... + this.gotoHeroes = function() { + this.$router.navigate(['HeroList']); + }; +``` + +Here we are asking the Router to navigate to a route defined by `['HeroList']`. +This is the same kind of array used by the `ng-link` directive. + +Other options for generating this navigation are: +* manually create the URL and call `this.$router.navigateByUrl(url)` - this is discouraged because it + couples the code of your component to the router URLs. +* generate an Instruction for a route and navigate directly with this instruction. + ```js + var instruction = this.$router.generate(['HeroList']); + this.$router.navigateByInstruction(instruction); + ``` + this form gives you the possibility of caching the instruction, but is more verbose. + +#### Absolute vs Relative Navigation + +**Why not use `$rootRouter` to do the navigation?** + +Instead of binding to the current **Router**, we can inject the `$rootRouter` into our **Component** and +use that: `$rootRouter.navigate(...)`. + +The trouble with doing this is that navigation is always relative to the **Router**. So in order to navigate +to the `HeroListComponent` with the `$rootRouter`, we would have to provide a complete path of Routes: +`['App','Heroes','HeroList']`. + + +### Extra Parameters + +We can also pass additional optional parameters to routes, which get encoded into the URL and are again +available to the `$routerOnActivate(next, previous)` hook. If we pass the current `id` from the +HeroDetailComponent back to the HeroListComponent we can use it to highlight the previously selected hero. + +```js + this.gotoHeroes = function() { + var heroId = this.hero && this.hero.id; + this.$router.navigate(['HeroList', {id: heroId}]); + }; +``` + +Then in the HeroList component we can extract this `id` in the `$routerOnActivate()` hook. + +```js +function HeroListComponent(heroService) { + var selectedId = null; + var $ctrl = this; + + this.$routerOnActivate = function(next) { + heroService.getHeroes().then(function(heroes) { + $ctrl.heroes = heroes; + selectedId = next.params.id; + }); + }; + + this.isSelected = function(hero) { + return (hero.id === selectedId); + }; +} +``` + +Finally, we can use this information to highlight the current hero in the template. + +```html + +``` + +### Crisis Center + +Let's implement the Crisis Center feature, which displays a list if crises that need to be dealt with by a hero. +The detailed crisis view has an additional feature where it blocks you from navigating if you have not saved +changes to the crisis being edited. + +* A list of Crises that are happening: + +![Crisis List View](img/guide/crisis-list.png) + +* A detailed view of a single Crisis: + +![Crisis Detail View](img/guide/crisis-detail.png) + + +### Crisis Feature + +This feature is very similar to the Heroes feature. It contains the following **Components**: + +* CrisisService: contains method for getting a list of crises and an individual crisis. +* CrisisListComponent: displays the list of crises, similar to HeroListComponent. +* CrisisDetailComponent: displays a specific crisis + +CrisisService and CrisisListComponent are basically the same as HeroService and HeroListComponent +respectively. + +### Navigation Control Hooks + +**How do I prevent navigation from occurring?** + +Each **Component** can provide the `$canActivate` and `$routerCanDeactivate` **Lifecycle Hooks**. The +`$routerCanDeactivate` hook is an instance method on the **Component**. The `$canActivate` hook is used as a +static method defined on the **Component Definition Object**. + +The **Router** will call these hooks to control navigation from one **Route** to another. Each of these hooks can +return a `boolean` or a Promise that will resolve to a `boolean`. + +During a navigation, some **Components** will become inactive and some will become active. Before the navigation +can complete, all the **Components** must agree that they can be deactivated or activated, respectively. + +The **Router** will call the `$routerCanDeactivate` and `$canActivate` hooks, if they are provided. If any +of the hooks resolve to `false` then the navigation is cancelled. + +#### Dialog Box Service + +We can implement a very simple dialog box that will prompt the user whether they are happy to lose changes they +have made. The result of the prompt is a promise that can be used in a `$routerCanDeactivate` hook. + +```js +.service('dialogService', DialogService); + +function DialogService($q) { + this.confirm = function(message) { + return $q.resolve(window.confirm(message || 'Is it OK?')); + }; +} +``` + +### CrisisDetailComponent + +We put the template into its own file by using a `templateUrl` property in the **Component Definition +Object**: + +```js + .component('crisisDetail', { + templateUrl: 'app/crisisDetail.html', + bindings: { $router: '<' }, + controller: CrisisDetailComponent + }); +``` + +In the `$routerOnActivate` hook, we make a local copy of the `crisis.name` property to compare with the +original value so that we can determine whether the name has changed. + +```js + this.$routerOnActivate = function(next) { + // Get the crisis identified by the route parameter + var id = next.params.id; + crisisService.getCrisis(id).then(function(crisis) { + if (crisis) { + ctrl.editName = crisis.name; // Make a copy of the crisis name for editing + ctrl.crisis = crisis; + } else { // id not found + ctrl.gotoCrises(); + } + }); + }; +``` + +In the `$routerCanDeactivate` we check whether the name has been modified and ask whether the user +wishes to discard the changes. + +```js + this.$routerCanDeactivate = function() { + // Allow synchronous navigation (`true`) if no crisis or the crisis is unchanged. + if (!this.crisis || this.crisis.name === this.editName) { + return true; + } + // Otherwise ask the user with the dialog service and return its + // promise which resolves to true or false when the user decides + return dialogService.confirm('Discard changes?'); + }; +``` + +You can test this check by navigating to a crisis detail page, modifying the name and then either +pressing the browser's back button to navigate back to the previous page, or by clicking on one of +the links to the Crisis Center or Heroes features. + +The Save and Cancel buttons update the `editName` and/or `crisis.name` properties before navigating +to prevent the `$routerCanDeactivate` hook from displaying the dialog box. + + +## Summary + +This guide has given an overview of the features of the Component Router and how to implement a simple +application. diff --git a/docs/content/guide/component.ngdoc b/docs/content/guide/component.ngdoc new file mode 100644 index 000000000000..f1e9d4182388 --- /dev/null +++ b/docs/content/guide/component.ngdoc @@ -0,0 +1,490 @@ +@ngdoc overview +@name Components +@sortOrder 305 +@description + +# Understanding Components + +In AngularJS, a Component is a special kind of {@link guide/directive directive} that uses a simpler +configuration which is suitable for a component-based application structure. + +This makes it easier to write an app in a way that's similar to using Web Components or using the new Angular's +style of application architecture. + +Advantages of Components: +- simpler configuration than plain directives +- promote sane defaults and best practices +- optimized for component-based architecture +- writing component directives will make it easier to upgrade to Angular + +When not to use Components: + +- for directives that need to perform actions in compile and pre-link functions, because they aren't available +- when you need advanced directive definition options like priority, terminal, multi-element +- when you want a directive that is triggered by an attribute or CSS class, rather than an element + +## Creating and configuring a Component + +Components can be registered using the {@link ng.$compileProvider#component `.component()`} method of an AngularJS module (returned by {@link module `angular.module()`}). The method takes two arguments: + + * The name of the Component (as string). + * The Component config object. (Note that, unlike the `.directive()` method, this method does **not** take a factory function.) + + + + angular.module('heroApp', []).controller('MainCtrl', function MainCtrl() { + this.hero = { + name: 'Spawn' + }; + }); + + + angular.module('heroApp').component('heroDetail', { + templateUrl: 'heroDetail.html', + bindings: { + hero: '=' + } + }); + + + +
    + Hero
    + +
    +
    + + Name: {{$ctrl.hero.name}} + +
    + +It's also possible to add components via {@link $compileProvider#component} in a module's config phase. + +### Comparison between Directive definition and Component definition + +| | Directive | Component | +|-------------------|----------------------|-----------------| +| bindings | No | Yes (binds to controller) | +| bindToController | Yes (default: false) | No (use bindings instead) | +| compile function | Yes | No | +| controller | Yes | Yes (default `function() {}`) | +| controllerAs | Yes (default: false) | Yes (default: `$ctrl`) | +| link functions | Yes | No | +| multiElement | Yes | No | +| priority | Yes | No | +| replace | Yes (deprecated) | No | +| require | Yes | Yes | +| restrict | Yes | No (restricted to elements only) | +| scope | Yes (default: false) | No (scope is always isolate) | +| template | Yes | Yes, injectable | +| templateNamespace | Yes | No | +| templateUrl | Yes | Yes, injectable | +| terminal | Yes | No | +| transclude | Yes (default: false) | Yes (default: false) | + + +## Component-based application architecture + +As already mentioned, the component helper makes it easier to structure your application with +a component-based architecture. But what makes a component beyond the options that +the component helper has? + +- **Components only control their own View and Data:** +Components should never modify any data or DOM that is out of their own scope. Normally, in AngularJS +it is possible to modify data anywhere in the application through scope inheritance and watches. This +is practical, but can also lead to problems when it is not clear which part of the application is +responsible for modifying the data. That is why component directives use an isolate scope, so a whole +class of scope manipulation is not possible. + +- **Components have a well-defined public API - Inputs and Outputs:** +However, scope isolation only goes so far, because AngularJS uses two-way binding. So if you pass +an object to a component like this - `bindings: {item: '='}`, and modify one of its properties, the +change will be reflected in the parent component. For components however, only the component that owns +the data should modify it, to make it easy to reason about what data is changed, and when. For that reason, +components should follow a few simple conventions: + + - Inputs should be using `<` and `@` bindings. The `<` symbol denotes {@link $compile#-scope- one-way bindings} which are + available since 1.5. The difference to `=` is that the bound properties in the component scope are not watched, which means + if you assign a new value to the property in the component scope, it will not update the parent scope. Note however, that both parent + and component scope reference the same object, so if you are changing object properties or array elements in the + component, the parent will still reflect that change. + The general rule should therefore be to never change an object or array property in the component scope. + `@` bindings can be used when the input is a string, especially when the value of the binding doesn't change. + ```js + bindings: { + hero: '<', + comment: '@' + } + ``` + - Outputs are realized with `&` bindings, which function as callbacks to component events. + ```js + bindings: { + onDelete: '&', + onUpdate: '&' + } + ``` + - Instead of manipulating Input Data, the component calls the correct Output Event with the changed data. + For a deletion, that means the component doesn't delete the `hero` itself, but sends it back to + the owner component via the correct event. + ```html + +
    + + ``` + - That way, the parent component can decide what to do with the event (e.g. delete an item or update the properties) + ```js + ctrl.deleteHero(hero) { + $http.delete(...).then(function() { + var idx = ctrl.list.indexOf(hero); + if (idx >= 0) { + ctrl.list.splice(idx, 1); + } + }); + } + ``` + +- **Components have a well-defined lifecycle:** +Each component can implement "lifecycle hooks". These are methods that will be called at certain points in the life +of the component. The following hook methods can be implemented: + + * `$onInit()` - Called on each controller after all the controllers on an element have been constructed and + had their bindings initialized (and before the pre & post linking functions for the directives on + this element). This is a good place to put initialization code for your controller. + * `$onChanges(changesObj)` - Called whenever one-way bindings are updated. The `changesObj` is a hash whose keys + are the names of the bound properties that have changed, and the values are an object of the form + `{ currentValue, previousValue, isFirstChange() }`. Use this hook to trigger updates within a component such as + cloning the bound value to prevent accidental mutation of the outer value. + * `$doCheck()` - Called on each turn of the digest cycle. Provides an opportunity to detect and act on + changes. Any actions that you wish to take in response to the changes that you detect must be + invoked from this hook; implementing this has no effect on when `$onChanges` is called. For example, this hook + could be useful if you wish to perform a deep equality check, or to check a Date object, changes to which would not + be detected by AngularJS's change detector and thus not trigger `$onChanges`. This hook is invoked with no arguments; + if detecting changes, you must store the previous value(s) for comparison to the current values. + * `$onDestroy()` - Called on a controller when its containing scope is destroyed. Use this hook for releasing + external resources, watches and event handlers. + * `$postLink()` - Called after this controller's element and its children have been linked. Similar to the post-link + function this hook can be used to set up DOM event handlers and do direct DOM manipulation. + Note that child elements that contain `templateUrl` directives will not have been compiled and linked since + they are waiting for their template to load asynchronously and their own compilation and linking has been + suspended until that occurs. + This hook can be considered analogous to the `ngAfterViewInit` and `ngAfterContentInit` hooks in Angular. + Since the compilation process is rather different in AngularJS there is no direct mapping and care should + be taken when upgrading. + +By implementing these methods, your component can hook into its lifecycle. + +- **An application is a tree of components:** +Ideally, the whole application should be a tree of components that implement clearly defined inputs +and outputs, and minimize two-way data binding. That way, it's easier to predict when data changes and what the state +of a component is. + +## Example of a component tree + +The following example expands on the simple component example and incorporates the concepts we introduced +above: + +Instead of an ngController, we now have a heroList component that holds the data of +different heroes, and creates a heroDetail for each of them. + +The heroDetail component now contains new functionality: +- a delete button that calls the bound `onDelete` function of the heroList component +- an input to change the hero location, in the form of a reusable editableField component. Instead +of manipulating the hero object itself, it sends a changeset upwards to the heroDetail, which sends +it upwards to the heroList component, which updates the original data. + + + + angular.module('heroApp', []); + + + + function HeroListController($scope, $element, $attrs) { + var ctrl = this; + + // This would be loaded by $http etc. + ctrl.list = [ + { + name: 'Superman', + location: '' + }, + { + name: 'Batman', + location: 'Wayne Manor' + } + ]; + + ctrl.updateHero = function(hero, prop, value) { + hero[prop] = value; + }; + + ctrl.deleteHero = function(hero) { + var idx = ctrl.list.indexOf(hero); + if (idx >= 0) { + ctrl.list.splice(idx, 1); + } + }; + } + + angular.module('heroApp').component('heroList', { + templateUrl: 'heroList.html', + controller: HeroListController + }); + + + + + function HeroDetailController() { + var ctrl = this; + + ctrl.delete = function() { + ctrl.onDelete({hero: ctrl.hero}); + }; + + ctrl.update = function(prop, value) { + ctrl.onUpdate({hero: ctrl.hero, prop: prop, value: value}); + }; + } + + angular.module('heroApp').component('heroDetail', { + templateUrl: 'heroDetail.html', + controller: HeroDetailController, + bindings: { + hero: '<', + onDelete: '&', + onUpdate: '&' + } + }); + + + + + function EditableFieldController($scope, $element, $attrs) { + var ctrl = this; + ctrl.editMode = false; + + ctrl.handleModeChange = function() { + if (ctrl.editMode) { + ctrl.onUpdate({value: ctrl.fieldValue}); + ctrl.fieldValueCopy = ctrl.fieldValue; + } + ctrl.editMode = !ctrl.editMode; + }; + + ctrl.reset = function() { + ctrl.fieldValue = ctrl.fieldValueCopy; + }; + + ctrl.$onInit = function() { + // Make a copy of the initial value to be able to reset it later + ctrl.fieldValueCopy = ctrl.fieldValue; + + // Set a default fieldType + if (!ctrl.fieldType) { + ctrl.fieldType = 'text'; + } + }; + } + + angular.module('heroApp').component('editableField', { + templateUrl: 'editableField.html', + controller: EditableFieldController, + bindings: { + fieldValue: '<', + fieldType: '@?', + onUpdate: '&' + } + }); + + + + + + Heroes
    + +
    + +
    +
    + Name: {{$ctrl.hero.name}}
    + Location:
    + +
    +
    + + + + {{$ctrl.fieldValue}} + + + + +
    + +## Components as route templates +Components are also useful as route templates (e.g. when using {@link ngRoute ngRoute}). In a component-based +application, every view is a component: + +```js + var myMod = angular.module('myMod', ['ngRoute']); + myMod.component('home', { + template: '

    Home

    Hello, {{ $ctrl.user.name }} !

    ', + controller: function() { + this.user = {name: 'world'}; + } + }); + myMod.config(function($routeProvider) { + $routeProvider.when('/', { + template: '' + }); + }); +``` +
    +When using {@link ngRoute.$routeProvider $routeProvider}, you can often avoid some +boilerplate, by passing the resolved route dependencies directly to the component. Since 1.5, +ngRoute automatically assigns the resolves to the route scope property `$resolve` (you can also +configure the property name via `resolveAs`). When using components, you can take advantage of this and pass resolves +directly into your component without creating an extra route controller: + +```js + var myMod = angular.module('myMod', ['ngRoute']); + myMod.component('home', { + template: '

    Home

    Hello, {{ $ctrl.user.name }} !

    ', + bindings: { + user: '<' + } + }); + myMod.config(function($routeProvider) { + $routeProvider.when('/', { + template: '', + resolve: { + user: function($http) { return $http.get('...'); } + } + }); + }); +``` + +## Intercomponent Communication + +Directives can require the controllers of other directives to enable communication +between each other. This can be achieved in a component by providing an +object mapping for the `require` property. The object keys specify the property names under which +the required controllers (object values) will be bound to the requiring component's controller. + +
    +Note that the required controllers will not be available during the instantiation of the controller, +but they are guaranteed to be available just before the `$onInit` method is executed! +
    + +Here is a tab pane example built from components: + + + +angular.module('docsTabsExample', []) + .component('myTabs', { + transclude: true, + controller: function MyTabsController() { + var panes = this.panes = []; + this.select = function(pane) { + angular.forEach(panes, function(pane) { + pane.selected = false; + }); + pane.selected = true; + }; + this.addPane = function(pane) { + if (panes.length === 0) { + this.select(pane); + } + panes.push(pane); + }; + }, + templateUrl: 'my-tabs.html' + }) + .component('myPane', { + transclude: true, + require: { + tabsCtrl: '^myTabs' + }, + bindings: { + title: '@' + }, + controller: function() { + this.$onInit = function() { + this.tabsCtrl.addPane(this); + console.log(this); + }; + }, + templateUrl: 'my-pane.html' + }); + + + + +

    Hello

    +

    Lorem ipsum dolor sit amet

    +
    + +

    World

    + Mauris elementum elementum enim at suscipit. +

    counter: {{i || 0}}

    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + +## Unit-testing Component Controllers + +The easiest way to unit-test a component controller is by using the +{@link ngMock.$componentController $componentController} that is included in {@link ngMock}. The +advantage of this method is that you do not have to create any DOM elements. The following example +shows how to do this for the `heroDetail` component from above. + +The examples use the [Jasmine](http://jasmine.github.io/) testing framework. + +**Controller Test:** +```js +describe('HeroDetailController', function() { + var $componentController; + + beforeEach(module('heroApp')); + beforeEach(inject(function(_$componentController_) { + $componentController = _$componentController_; + })); + + it('should call the `onDelete` binding, when deleting the hero', function() { + var onDeleteSpy = jasmine.createSpy('onDelete'); + var bindings = {hero: {}, onDelete: onDeleteSpy}; + var ctrl = $componentController('heroDetail', null, bindings); + + ctrl.delete(); + expect(onDeleteSpy).toHaveBeenCalledWith({hero: ctrl.hero}); + }); + + it('should call the `onUpdate` binding, when updating a property', function() { + var onUpdateSpy = jasmine.createSpy('onUpdate'); + var bindings = {hero: {}, onUpdate: onUpdateSpy}; + var ctrl = $componentController('heroDetail', null, bindings); + + ctrl.update('foo', 'bar'); + expect(onUpdateSpy).toHaveBeenCalledWith({ + hero: ctrl.hero, + prop: 'foo', + value: 'bar' + }); + }); + +}); +``` diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index d3e4e1bea6b9..ca76baf887a2 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -1,467 +1,377 @@ @ngdoc overview @name Conceptual Overview +@sortOrder 200 @description -# Overview - -This document gives a quick overview of the main angular components and how they work together. -These are: - - * {@link concepts#startup startup} - bring up hello world - * {@link concepts#runtime runtime} - overview of angular runtime - * {@link concepts#scope scope} - the glue between the view and the controller - * {@link concepts#controller controller} - application behavior - * {@link concepts#model model} - your application data - * {@link concepts#view view} - what the user sees - * {@link concepts#directives directives} - extend HTML vocabulary - * {@link concepts#filters filters} - format the data in user locale - * {@link concepts#injector injector} - assembles your application - * {@link concepts#module module} - configures the injector - * {@link concepts#angular_namespace `$`} - angular namespace - - -# Startup - -This is how we get the ball rolling (refer to the diagram and example below): - - - - 1. The browser loads the HTML and parses it into a DOM - 2. The browser loads `angular.js` script - 3. Angular waits for `DOMContentLoaded` event - 4. Angular looks for {@link api/ng.directive:ngApp ng-app} - {@link guide/directive directive}, which designates the application boundary - 5. The {@link guide/module Module} specified in {@link - api/ng.directive:ngApp ng-app} (if any) is used to configure - the {@link api/AUTO.$injector $injector} - 6. The {@link api/AUTO.$injector $injector} is used to create the {@link - api/ng.$compile $compile} service as well as {@link - api/ng.$rootScope $rootScope} - 7. The {@link api/ng.$compile $compile} service is used to compile the DOM and link - it with {@link api/ng.$rootScope $rootScope} - 8. The {@link api/ng.directive:ngInit ng-init} {@link - guide/directive directive} assigns `World` to the `name` property on the {@link guide/scope - scope} - 9. The `{{name}}` {@link api/ng.$interpolate interpolates} the expression to - `Hello World!` - -
    -
    - - -

    Hello {{name}}!

    -
    -
    - - - -# Runtime - - - -The diagram and the example below describe how Angular interacts with the browser's event loop. - - 1. The browser's event-loop waits for an event to arrive. An event is a user interactions, timer event, - or network event (response from a server). - 2. The event's callback gets executed. This enters the JavaScript context. The callback can - modify the DOM structure. - 3. Once the callback executes, the browser leaves the JavaScript context and - re-renders the view based on DOM changes. - -Angular modifies the normal JavaScript flow by providing its own event processing loop. This -splits the JavaScript into classical and Angular execution context. Only operations which are -applied in Angular execution context will benefit from Angular data-binding, exception handling, -property watching, etc... You can also use $apply() to enter Angular execution context from JavaScript. Keep in -mind that in most places (controllers, services) $apply has already been called for you by the -directive which is handling the event. An explicit call to $apply is needed only when -implementing custom event callbacks, or when working with a third-party library callbacks. - - 1. Enter Angular execution context by calling {@link guide/scope scope}`.`{@link - api/ng.$rootScope.Scope#$apply $apply}`(stimulusFn)`. Where `stimulusFn` is - the work you wish to do in Angular execution context. - 2. Angular executes the `stimulusFn()`, which typically modifies application state. - 3. Angular enters the {@link api/ng.$rootScope.Scope#$digest $digest} loop. The - loop is made up of two smaller loops which process {@link - api/ng.$rootScope.Scope#$evalAsync $evalAsync} queue and the {@link - api/ng.$rootScope.Scope#$watch $watch} list. The {@link - api/ng.$rootScope.Scope#$digest $digest} loop keeps iterating until the model - stabilizes, which means that the {@link api/ng.$rootScope.Scope#$evalAsync - $evalAsync} queue is empty and the {@link api/ng.$rootScope.Scope#$watch - $watch} list does not detect any changes. - 4. The {@link api/ng.$rootScope.Scope#$evalAsync $evalAsync} queue is used to - schedule work which needs to occur outside of current stack frame, but before the browser's - view render. This is usually done with `setTimeout(0)`, but the `setTimeout(0)` approach - suffers from slowness and may cause view flickering since the browser renders the view after - each event. - 5. The {@link api/ng.$rootScope.Scope#$watch $watch} list is a set of expressions - which may have changed since last iteration. If a change is detected then the `$watch` - function is called which typically updates the DOM with the new value. - 6. Once the Angular {@link api/ng.$rootScope.Scope#$digest $digest} loop finishes - the execution leaves the Angular and JavaScript context. This is followed by the browser - re-rendering the DOM to reflect any changes. - - -Here is the explanation of how the `Hello wold` example achieves the data-binding effect when the -user enters text into the text field. - - 1. During the compilation phase: - 1. the {@link api/ng.directive:ngModel ng-model} and {@link - api/ng.directive:input input} {@link guide/directive - directive} set up a `keydown` listener on the `` control. - 2. the {@link api/ng.$interpolate {{name}} } interpolation - sets up a {@link api/ng.$rootScope.Scope#$watch $watch} to be notified of - `name` changes. - 2. During the runtime phase: - 1. Pressing an '`X`' key causes the browser to emit a `keydown` event on the input control. - 2. The {@link api/ng.directive:input input} directive - captures the change to the input's value and calls {@link - api/ng.$rootScope.Scope#$apply $apply}`("name = 'X';")` to update the - application model inside the Angular execution context. - 3. Angular applies the `name = 'X';` to the model. - 4. The {@link api/ng.$rootScope.Scope#$digest $digest} loop begins - 5. The {@link api/ng.$rootScope.Scope#$watch $watch} list detects a change - on the `name` property and notifies the {@link api/ng.$interpolate - {{name}} } interpolation, which in turn updates the DOM. - 6. Angular exits the execution context, which in turn exits the `keydown` event and with it - the JavaScript execution context. - 7. The browser re-renders the view with update text. - -
    -
    - - - -

    Hello {{name}}!

    -
    -
    - - -#Scope - -The {@link guide/scope scope} is responsible for detecting changes to the model section and -provides the execution context for expressions. The scopes are nested in a hierarchical structure -which closely follow the DOM structure. (See individual directive documentation to see which -directives cause a creation of new scopes.) - -The following example demonstrates how `name` {@link guide/expression expression} will evaluate -into different value depending on which scope it is evaluated in. The example is followed by -a diagram depicting the scope boundaries. - -
    -
    -
    - - -
    - Hello {{name}}! -
    -
    -
      -
    1. {{name}}
    2. -
    -
    -
    - - function GreetCtrl($scope) { - $scope.name = 'World'; - } - - function ListCtrl($scope) { - $scope.names = ['Igor', 'Misko', 'Vojta']; - } - - - .show-scope .doc-example-live.ng-scope, - .show-scope .doc-example-live .ng-scope { - border: 1px solid red; - margin: 3px; - } - -
    -
    +# Conceptual Overview - +This section briefly touches on all of the important parts of AngularJS using a simple example. +For a more in-depth explanation, see the {@link tutorial/ tutorial}. +| Concept | Description | +|--------------------------------------------|--------------------------------------------------------------------------| +|{@link concepts#template Template} | HTML with additional markup | +|{@link concepts#directive Directives} | extend HTML with custom attributes and elements | +|{@link concepts#model Model} | the data shown to the user in the view and with which the user interacts | +|{@link concepts#scope Scope} | context where the model is stored so that controllers, directives and expressions can access it | +|{@link concepts#expression Expressions} | access variables and functions from the scope | +|{@link concepts#compiler Compiler} | parses the template and instantiates directives and expressions | +|{@link concepts#filter Filter} | formats the value of an expression for display to the user | +|{@link concepts#view View} | what the user sees (the DOM) | +|{@link concepts#databinding Data Binding} | sync data between the model and the view | +|{@link concepts#controller Controller} | the business logic behind views | +|{@link concepts#di Dependency Injection} | Creates and wires objects and functions | +|{@link concepts#injector Injector} | dependency injection container | +|{@link concepts#module Module} | a container for the different parts of an app including controllers, services, filters, directives which configures the Injector | +|{@link concepts#service Service} | reusable business logic independent of views | - -# Controller - +## A first example: Data binding -A controller is the code behind the view. Its job is to construct the model and publish it to the -view along with callback methods. The view is a projection of the scope onto the template (the -HTML). The scope is the glue which marshals the model to the view and forwards the events to the -controller. +In the following example we will build a form to calculate the costs of an invoice in different currencies. -The separation of the controller and the view is important because: +Let's start with input fields for quantity and cost whose values are multiplied to produce the total of the invoice: - * The controller is written in JavaScript. JavaScript is imperative. Imperative is a good fit - for specifying application behavior. The controller should not contain any rendering - information (DOM references or HTML fragments). - * The view template is written in HTML. HTML is declarative. Declarative is a good fit for - specifying UI. The View should not contain any behavior. - * Since the controller is unaware of the view, there could be many views for the same - controller. This is important for re-skinning, device specific views (i.e. mobile vs desktop), - and testability. -
    -
    - + -
    - Hello {{name}}! - -
    -
    - - function MyCtrl($scope) { - $scope.action = function() { - $scope.name = 'OK'; - } - - $scope.name = 'World'; - } +
    + Invoice: +
    + Quantity: +
    +
    + Costs: +
    +
    + Total: {{qty * cost | currency}} +
    +
    +Try out the Live Preview above, and then let's walk through the example and describe what's going on. - -# Model - - + -The model is the data which is used merged with the template to produce the view. To be able to -render the model into the view, the model has to be able to be referenced from the scope. Unlike many -other frameworks Angular makes no restrictions or requirements on the model. There are no classes -to inherit from or special accessor methods for accessing or changing the model. The model can be -primitive, object hash, or a full object Type. In short the model is a plain JavaScript object. +This looks like normal HTML, with some new markup. In AngularJS, a file like this is called a +{@link templates template}. When AngularJS starts your application, it parses and +processes this new markup from the template using the {@link compiler compiler}. +The loaded, transformed and rendered DOM is then called the *view*. +The first kind of new markup are the {@link directive directives}. +They apply special behavior to attributes or elements in the HTML. In the example above we use the +{@link ng.directive:ngApp `ng-app`} attribute, which is linked to a directive that automatically +initializes our application. AngularJS also defines a directive for the {@link ng.directive:input `input`} +element that adds extra behavior to the element. The {@link ng.directive:ngModel `ng-model`} directive +stores/updates the value of the input field into/from a variable. -
    +
    +**Custom directives to access the DOM**: In AngularJS, the only place where an application should access the DOM is + within directives. This is important because artifacts that access the DOM are hard to test. + If you need to access the DOM directly you should write a custom directive for this. The + {@link directive directives guide} explains how to do this.
    - - -# View - - - -The view is what the user sees. The view begins its life as a template, is merged with the -model and finally rendered into the browser DOM. Angular takes a very different approach to -rendering the view compared to most other templating systems. - - * **Others** - Most templating systems begin as an HTML string with special templating markup. - Often the template markup breaks the HTML syntax which means that the template can not be - edited by an HTML editor. The template string is then parsed by the template engine, and - merged with the data. The result of the merge is an HTML string. The HTML string is then - written to the browser using the `.innerHTML`, which causes the browser to render the HTML. - When the model changes the whole process needs to be repeated. The granularity of the template - is the granularity of the DOM updates. The key here is that the templating system manipulates - strings. - * **Angular** - Angular is different, since its templating system works on DOM objects not on - strings. The template is still written in an HTML string, but it is HTML (not HTML with - template sprinkled in.) The browser parses the HTML into the DOM, and the DOM becomes the input to - the template engine known as the {@link api/ng.$compile compiler}. The compiler - looks for {@link guide/directive directives} which in turn set up {@link - api/ng.$rootScope.Scope#$watch watches} on the model. The result is a - continuously updating view which does not need template model re-merging. Your model becomes - the single source-of-truth for your view. - -
    -
    - - +The second kind of new markup are the double curly braces `{{ expression | filter }}`: +When the compiler encounters this markup, it will replace it with the evaluated value of the markup. +An {@link expression expression} in a template is a JavaScript-like code snippet that allows +AngularJS to read and write variables. Note that those variables are not global variables. +Just like variables in a JavaScript function live in a scope, +AngularJS provides a {@link scope scope} for the variables accessible to expressions. +The values that are stored in variables on the scope are referred to as the *model* +in the rest of the documentation. +Applied to the example above, the markup directs AngularJS to "take the data we got from the input widgets +and multiply them together". + +The example above also contains a {@link guide/filter filter}. +A filter formats the value of an expression for display to the user. +In the example above, the filter {@link ng.filter:currency `currency`} formats a number +into an output that looks like money. + +The important thing in the example is that AngularJS provides _live_ bindings: +Whenever the input values change, the value of the expressions are automatically +recalculated and the DOM is updated with their values. +The concept behind this is {@link databinding two-way data binding}. + + +## Adding UI logic: Controllers + +Let's add some more logic to the example that allows us to enter and calculate the costs in +different currencies and also pay the invoice. + + + + angular.module('invoice1', []) + .controller('InvoiceController', function InvoiceController() { + this.qty = 1; + this.cost = 2; + this.inCurr = 'EUR'; + this.currencies = ['USD', 'EUR', 'CNY']; + this.usdToForeignRates = { + USD: 1, + EUR: 0.74, + CNY: 6.09 + }; + + this.total = function total(outCurr) { + return this.convertCurrency(this.qty * this.cost, this.inCurr, outCurr); + }; + this.convertCurrency = function convertCurrency(amount, inCurr, outCurr) { + return amount * this.usdToForeignRates[outCurr] / this.usdToForeignRates[inCurr]; + }; + this.pay = function pay() { + window.alert('Thanks!'); + }; + }); + -
    -
    -
    -
    list={{list}}

    -
      -
    1. - {{item}} -
    2. -
    -
    +
    + Invoice: +
    + Quantity: +
    +
    + Costs: + +
    +
    + Total: + + {{invoice.total(c) | currency:c}} +
    + +
    +
    - - -# Directives - -A directive is a behavior or DOM transformation which is triggered by the presence of a custom attribute, -element name, or a class name. A directive allows you to extend the HTML vocabulary in a -declarative fashion. Following is an example which enables data-binding for the `contenteditable` -in HTML. - - - - angular.module('directive', []).directive('contenteditable', function() { - return { - require: 'ngModel', - link: function(scope, elm, attrs, ctrl) { - // view -> model - elm.bind('blur', function() { - scope.$apply(function() { - ctrl.$setViewValue(elm.html()); - }); - }); - - // model -> view - ctrl.$render = function(value) { - elm.html(value); - }; - - // load init value from DOM - ctrl.$setViewValue(elm.html()); - } - }; - }); - - -
    Edit Me
    -
    model = {{content}}
    +What changed? + +First, there is a new JavaScript file that contains a {@link controller controller}. +More accurately, the file specifies a constructor function that will be used to create the actual +controller instance. The purpose of controllers is to expose variables and functionality to +expressions and directives. + +Besides the new file that contains the controller code, we also added an +{@link ng.directive:ngController `ng-controller`} directive to the HTML. +This directive tells AngularJS that the new `InvoiceController` is responsible for the element with the directive +and all of the element's children. +The syntax `InvoiceController as invoice` tells AngularJS to instantiate the controller +and save it in the variable `invoice` in the current scope. + +We also changed all expressions in the page to read and write variables within that +controller instance by prefixing them with `invoice.` . The possible currencies are defined in the controller +and added to the template using {@link ng.directive:ngRepeat `ng-repeat`}. +As the controller contains a `total` function +we are also able to bind the result of that function to the DOM using `{{ invoice.total(...) }}`. + +Again, this binding is live, i.e. the DOM will be automatically updated +whenever the result of the function changes. +The button to pay the invoice uses the directive {@link ng.directive:ngClick `ngClick`}. This will evaluate the +corresponding expression whenever the button is clicked. + +In the new JavaScript file we are also creating a {@link concepts#module module} +at which we register the controller. We will talk about modules in the next section. + +The following graphic shows how everything works together after we introduced the controller: + + + +## View-independent business logic: Services + +Right now, the `InvoiceController` contains all logic of our example. When the application grows it +is a good practice to move view-independent logic from the controller into a +{@link services service}, so it can be reused by other parts +of the application as well. Later on, we could also change that service to load the exchange rates +from the web, e.g. by calling the [exchangeratesapi.io](https://exchangeratesapi.io) exchange rate API, without changing the controller. + +Let's refactor our example and move the currency conversion into a service in another file: + + + + angular.module('finance2', []) + .factory('currencyConverter', function() { + var currencies = ['USD', 'EUR', 'CNY']; + var usdToForeignRates = { + USD: 1, + EUR: 0.74, + CNY: 6.09 + }; + var convert = function(amount, inCurr, outCurr) { + return amount * usdToForeignRates[outCurr] / usdToForeignRates[inCurr]; + }; + + return { + currencies: currencies, + convert: convert + }; + }); - - div[contentEditable] { - cursor: pointer; - background-color: #D0D0D0; - margin-bottom: 1em; - padding: 1em; - } + + angular.module('invoice2', ['finance2']) + .controller('InvoiceController', ['currencyConverter', function InvoiceController(currencyConverter) { + this.qty = 1; + this.cost = 2; + this.inCurr = 'EUR'; + this.currencies = currencyConverter.currencies; + + this.total = function total(outCurr) { + return currencyConverter.convert(this.qty * this.cost, this.inCurr, outCurr); + }; + this.pay = function pay() { + window.alert('Thanks!'); + }; + }]); - - - -# Filters - -{@link api/ng.$filter Filters} perform data transformation. Typically -they are used in conjunction with the locale to format the data in locale specific output. -They follow the spirit of UNIX filters and use similar syntax `|` (pipe). - - -
    - Number formatting: {{ 1234567890 | number }}
    - array filtering - {{ list | filter:predicate | json }} -
    +
    + Invoice: +
    + Quantity: +
    +
    + Costs: + +
    +
    + Total: + + {{invoice.total(c) | currency:c}} +
    + +
    +
    + + +What changed? + +We moved the `convertCurrency` function and the definition of the existing currencies +into the new file `finance2.js`. But how does the controller +get a hold of the now separated function? + +This is where {@link di Dependency Injection} comes into play. +Dependency Injection (DI) is a software design pattern that +deals with how objects and functions get created and how they get a hold of their dependencies. +Everything within AngularJS (directives, filters, controllers, +services, ...) is created and wired using dependency injection. Within AngularJS, +the DI container is called the {@link di injector}. + +To use DI, there needs to be a place where all the things that should work together are registered. +In AngularJS, this is the purpose of the {@link module modules}. +When AngularJS starts, it will use the configuration of the module with the name defined by the `ng-app` directive, +including the configuration of all modules that this module depends on. + +In the example above: +The template contains the directive `ng-app="invoice2"`. This tells AngularJS +to use the `invoice2` module as the main module for the application. +The code snippet `angular.module('invoice2', ['finance2'])` specifies that the `invoice2` module depends on the +`finance2` module. By this, AngularJS uses the `InvoiceController` as well as the `currencyConverter` service. + +Now that AngularJS knows of all the parts of the application, it needs to create them. +In the previous section we saw that controllers are created using a constructor function. +For services, there are multiple ways to specify how they are created +(see the {@link services service guide}). +In the example above, we are using an anonymous function as the factory function for the +`currencyConverter` service. +This function should return the `currencyConverter` service instance. + +Back to the initial question: How does the `InvoiceController` get a reference to the `currencyConverter` function? +In AngularJS, this is done by simply defining arguments on the constructor function. With this, the injector +is able to create the objects in the right order and pass the previously created objects into the +factories of the objects that depend on them. +In our example, the `InvoiceController` has an argument named `currencyConverter`. By this, AngularJS knows about the +dependency between the controller and the service and calls the controller with the service instance as argument. + +The last thing that changed in the example between the previous section and this section is that we +now pass an array to the `module.controller` function, instead of a plain function. The array first +contains the names of the service dependencies that the controller needs. The last entry +in the array is the controller constructor function. +AngularJS uses this array syntax to define the dependencies so that the DI also works after minifying +the code, which will most probably rename the argument name of the controller constructor function +to something shorter like `a`. + +## Accessing the backend + +Let's finish our example by fetching the exchange rates from the [exchangeratesapi.io](https://exchangeratesapi.io) exchange rate API. +The following example shows how this is done with AngularJS: + + + + angular.module('invoice3', ['finance3']) + .controller('InvoiceController', ['currencyConverter', function InvoiceController(currencyConverter) { + this.qty = 1; + this.cost = 2; + this.inCurr = 'EUR'; + this.currencies = currencyConverter.currencies; + + this.total = function total(outCurr) { + return currencyConverter.convert(this.qty * this.cost, this.inCurr, outCurr); + }; + this.pay = function pay() { + window.alert('Thanks!'); + }; + }]); + + + angular.module('finance3', []) + .factory('currencyConverter', ['$http', function($http) { + var currencies = ['USD', 'EUR', 'CNY']; + var usdToForeignRates = {}; + + var convert = function(amount, inCurr, outCurr) { + return amount * usdToForeignRates[outCurr] / usdToForeignRates[inCurr]; + }; + + var refresh = function() { + var url = 'https://api.exchangeratesapi.io/latest?base=USD&symbols=' + currencies.join(","); + return $http.get(url).then(function(response) { + usdToForeignRates = response.data.rates; + usdToForeignRates['USD'] = 1; + }); + }; - - -# Modules and the Injector - - - -The {@link api/AUTO.$injector injector} is a service locator. There is a single -{@link api/AUTO.$injector injector} per Angular {@link -api/ng.directive:ngApp application}. The {@link -api/AUTO.$injector injector} provides a way to look up an object instance by its -name. The injector keeps an internal cache of all objects so that repeated calls to get the same -object name result in the same instance. If the object does not exist, then the {@link -api/AUTO.$injector injector} asks the instance factory to create a new instance. - -A {@link api/angular.Module module} is a way to configure the injector's instance factory, known -as a {@link api/AUTO.$provide provider}. - -
    -
    -  // Create a module
    -  var myModule = angular.module('myModule', [])
    -
    -  // Configure the injector
    -  myModule.factory('serviceA', function() {
    -    return {
    -      // instead of {}, put your object creation here
    -    };
    -  });
    -
    -  // create an injector and configure it from 'myModule'
    -  var $injector = angular.injector(['myModule']);
    -
    -  // retrieve an object from the injector by name
    -  var serviceA = $injector.get('serviceA');
    -
    -  // always true because of instance cache
    -  $injector.get('serviceA') === $injector.get('serviceA');
    -
    - - -But the real magic of the {@link api/AUTO.$injector injector} is that it can be -used to {@link api/AUTO.$injector#invoke call} methods and {@link -api/AUTO.$injector#instantiate instantiate} types. This subtle feature is what -allows the methods and types to ask for their dependencies instead of having to look for them. - -
    -  // You write functions such as this one.
    -  function doSomething(serviceA, serviceB) {
    -    // do something here.
    -  }
    -
    -  // Angular provides the injector for your application
    -  var $injector = ...;
    -
    -  ///////////////////////////////////////////////
    -  // the old-school way of getting dependencies.
    -  var serviceA = $injector.get('serviceA');
    -  var serviceB = $injector.get('serviceB');
    -
    -  // now call the function
    -  doSomething(serviceA, serviceB);
    -
    -  ///////////////////////////////////////////////
    -  // the cool way of getting dependencies.
    -  // the $injector will supply the arguments to the function automatically
    -  $injector.invoke(doSomething); // This is how the framework calls your functions
    -
    - -Notice that the only thing you needed to write was the function, and list the dependencies in the -function arguments. When angular calls the function, it will use the {@link -api/AUTO.$injector#invoke call} which will automatically fill the function -arguments. - -Examine the `ClockCtrl` bellow, and notice how it lists the dependencies in the constructor. When the -{@link api/ng.directive:ngController ng-controller} instantiates -the controller it automatically provides the dependencies. There is no need to create -dependencies, look for dependencies, or even get a reference to the injector. + refresh(); - - -
    - Current time is: {{ time.now }} -
    + return { + currencies: currencies, + convert: convert + }; + }]);
    - - angular.module('timeExampleModule', []). - // Declare new object called time, - // which will be available for injection - factory('time', function($timeout) { - var time = {}; - - (function tick() { - time.now = new Date().toString(); - $timeout(tick, 1000); - })(); - return time; - }); - - // Notice that you can simply ask for time - // and it will be provided. No need to look for it. - function ClockCtrl($scope, time) { - $scope.time = time; - } + +
    + Invoice: +
    + Quantity: +
    +
    + Costs: + +
    +
    + Total: + + {{invoice.total(c) | currency:c}} +
    + +
    +
    +What changed? +Our `currencyConverter` service of the `finance` module now uses the {@link ng.$http `$http`}, a +built-in service provided by AngularJS for accessing a server backend. `$http` is a wrapper around +[`XMLHttpRequest`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) +and [JSONP](http://en.wikipedia.org/wiki/JSONP) transports. - -# Angular Namespace - -To prevent accidental name collision, Angular prefixes names of objects which could potentially -collide with `$`. Please do not use the `$` prefix in your code as it may accidentally collide -with Angular code. diff --git a/docs/content/guide/controller.ngdoc b/docs/content/guide/controller.ngdoc new file mode 100644 index 000000000000..6520abf38573 --- /dev/null +++ b/docs/content/guide/controller.ngdoc @@ -0,0 +1,332 @@ +@ngdoc overview +@name Controllers +@sortOrder 220 +@description + +# Understanding Controllers + +In AngularJS, a Controller is defined by a JavaScript **constructor function** that is used to augment the +{@link scope AngularJS Scope}. + +Controllers can be attached to the DOM in different ways. For each of them, AngularJS will +instantiate a new Controller object, using the specified Controller's **constructor function**: + +- the {@link ng.directive:ngController ngController} directive. A new **child scope** will be +created and made available as an injectable parameter to the Controller's constructor function +as `$scope`. +- a route controller in a {@link ngRoute.$routeProvider $route definition}. +- the controller of a {@link guide/directive regular directive}, or a +{@link guide/component component directive}. + +If the controller has been attached using the `controller as` syntax then the controller instance will +be assigned to a property on the scope. + +Use controllers to: + +- Set up the initial state of the `$scope` object. +- Add behavior to the `$scope` object. + +Do not use controllers to: + +- Manipulate DOM — Controllers should contain only business logic. + Putting any presentation logic into Controllers significantly affects its testability. AngularJS + has {@link databinding databinding} for most cases and {@link guide/directive directives} to + encapsulate manual DOM manipulation. +- Format input — Use {@link forms AngularJS form controls} instead. +- Filter output — Use {@link guide/filter AngularJS filters} instead. +- Share code or state across controllers — Use {@link services AngularJS +services} instead. +- Manage the life-cycle of other components (for example, to create service instances). + +In general, a Controller shouldn't try to do too much. It should contain only the business logic +needed for a single view. + +The most common way to keep Controllers slim is by encapsulating work that doesn't belong to +controllers into services and then using these services in Controllers via dependency injection. +This is discussed in the {@link di Dependency Injection} and {@link services +Services} sections of this guide. + + +## Setting up the initial state of a `$scope` object + +Typically, when you create an application you need to set up the initial state for the AngularJS +`$scope`. You set up the initial state of a scope by attaching properties to the `$scope` object. +The properties contain the **view model** (the model that will be presented by the view). All the +`$scope` properties will be available to the {@link templates template} at the point in the DOM where the Controller +is registered. + +The following example demonstrates creating a `GreetingController`, which attaches a `greeting` +property containing the string `'Hola!'` to the `$scope`: + +```js +var myApp = angular.module('myApp',[]); + +myApp.controller('GreetingController', ['$scope', function($scope) { + $scope.greeting = 'Hola!'; +}]); +``` + +We create an {@link module AngularJS Module}, `myApp`, for our application. Then we add the controller's +constructor function to the module using the `.controller()` method. This keeps the controller's +constructor function out of the global scope. + +
    +We have used an **inline injection annotation** to explicitly specify the dependency +of the Controller on the `$scope` service provided by AngularJS. See the guide on +{@link guide/di Dependency Injection} for more information. +
    + +We attach our controller to the DOM using the `ng-controller` directive. The `greeting` property can +now be data-bound to the template: + +```js +
    + {{ greeting }} +
    +``` + + +## Adding Behavior to a Scope Object + +In order to react to events or execute computation in the view we must provide behavior to the +scope. We add behavior to the scope by attaching methods to the `$scope` object. These methods are +then available to be called from the template/view. + +The following example uses a Controller to add a method, which doubles a number, to the scope: + +```js +var myApp = angular.module('myApp',[]); + +myApp.controller('DoubleController', ['$scope', function($scope) { + $scope.double = function(value) { return value * 2; }; +}]); +``` + +Once the Controller has been attached to the DOM, the `double` method can be invoked in an AngularJS +expression in the template: + +```js +
    + Two times equals {{ double(num) }} +
    +``` + +As discussed in the {@link concepts Concepts} section of this guide, any +objects (or primitives) assigned to the scope become model properties. Any methods assigned to +the scope are available in the template/view, and can be invoked via AngularJS expressions +and `ng` event handler directives (e.g. {@link ng.directive:ngClick ngClick}). + +## Simple Spicy Controller Example + +To illustrate further how Controller components work in AngularJS, let's create a little app with the +following components: + +- A {@link templates template} with two buttons and a simple message +- A model consisting of a string named `spice` +- A Controller with two functions that set the value of `spice` + +The message in our template contains a binding to the `spice` model which, by default, is set to the +string "very". Depending on which button is clicked, the `spice` model is set to `chili` or +`jalapeño`, and the message is automatically updated by data-binding. + + + +
    + + +

    The food is {{spice}} spicy!

    +
    +
    + + var myApp = angular.module('spicyApp1', []); + + myApp.controller('SpicyController', ['$scope', function($scope) { + $scope.spice = 'very'; + + $scope.chiliSpicy = function() { + $scope.spice = 'chili'; + }; + + $scope.jalapenoSpicy = function() { + $scope.spice = 'jalapeño'; + }; + }]); + +
    + +Things to notice in the example above: + +- The `ng-controller` directive is used to (implicitly) create a scope for our template, and the +scope is augmented (managed) by the `SpicyController` Controller. +- `SpicyController` is just a plain JavaScript function. As an (optional) naming convention the name +starts with capital letter and ends with "Controller". +- Assigning a property to `$scope` creates or updates the model. +- Controller methods can be created through direct assignment to scope (see the `chiliSpicy` method) +- The Controller methods and properties are available in the template (for both the `
    ` element and +its children). + +## Spicy Arguments Example + +Controller methods can also take arguments, as demonstrated in the following variation of the +previous example. + + + +
    + + + +

    The food is {{spice}} spicy!

    +
    +
    + + var myApp = angular.module('spicyApp2', []); + + myApp.controller('SpicyController', ['$scope', function($scope) { + $scope.customSpice = 'wasabi'; + $scope.spice = 'very'; + + $scope.spicy = function(spice) { + $scope.spice = spice; + }; + }]); + +
    + +Notice that the `SpicyController` Controller now defines just one method called `spicy`, which takes one +argument called `spice`. The template then refers to this Controller method and passes in a string +constant `'chili'` in the binding for the first button and a model property `customSpice` (bound to an +input box) in the second button. + +## Scope Inheritance Example + +It is common to attach Controllers at different levels of the DOM hierarchy. Since the +{@link ng.directive:ngController ng-controller} directive creates a new child scope, we get a +hierarchy of scopes that inherit from each other. The `$scope` that each Controller receives will +have access to properties and methods defined by Controllers higher up the hierarchy. +See [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes) for +more information about scope inheritance. + + + +
    +
    +

    Good {{timeOfDay}}, {{name}}!

    + +
    +

    Good {{timeOfDay}}, {{name}}!

    + +
    +

    Good {{timeOfDay}}, {{name}}!

    +
    +
    +
    +
    +
    + + div.spicy div { + padding: 10px; + border: solid 2px blue; + } + + + var myApp = angular.module('scopeInheritance', []); + myApp.controller('MainController', ['$scope', function($scope) { + $scope.timeOfDay = 'morning'; + $scope.name = 'Nikki'; + }]); + myApp.controller('ChildController', ['$scope', function($scope) { + $scope.name = 'Mattie'; + }]); + myApp.controller('GrandChildController', ['$scope', function($scope) { + $scope.timeOfDay = 'evening'; + $scope.name = 'Gingerbread Baby'; + }]); + +
    + +Notice how we nested three `ng-controller` directives in our template. This will result in four +scopes being created for our view: + +- The root scope +- The `MainController` scope, which contains `timeOfDay` and `name` properties +- The `ChildController` scope, which inherits the `timeOfDay` property but overrides (shadows) the + `name` property from the previous scope +- The `GrandChildController` scope, which overrides (shadows) both the `timeOfDay` property defined + in `MainController` and the `name` property defined in `ChildController` + +Inheritance works with methods in the same way as it does with properties. So in our previous +examples, all of the properties could be replaced with methods that return string values. + + +## Testing Controllers + +Although there are many ways to test a Controller, one of the best conventions, shown below, +involves injecting the {@link ng.$rootScope $rootScope} and {@link ng.$controller $controller}: + +**Controller Definition:** +```js + var myApp = angular.module('myApp',[]); + + myApp.controller('MyController', function($scope) { + $scope.spices = [{"name":"pasilla", "spiciness":"mild"}, + {"name":"jalapeno", "spiciness":"hot hot hot!"}, + {"name":"habanero", "spiciness":"LAVA HOT!!"}]; + $scope.spice = "habanero"; + }); +``` + +**Controller Test:** +```js +describe('myController function', function() { + + describe('myController', function() { + var $scope; + + beforeEach(module('myApp')); + + beforeEach(inject(function($rootScope, $controller) { + $scope = $rootScope.$new(); + $controller('MyController', {$scope: $scope}); + })); + + it('should create "spices" model with 3 spices', function() { + expect($scope.spices.length).toBe(3); + }); + + it('should set the default value of spice', function() { + expect($scope.spice).toBe('habanero'); + }); + }); +}); +``` + + +If you need to test a nested Controller you must create the same scope hierarchy +in your test that exists in the DOM: + +```js +describe('state', function() { + var mainScope, childScope, grandChildScope; + + beforeEach(module('myApp')); + + beforeEach(inject(function($rootScope, $controller) { + mainScope = $rootScope.$new(); + $controller('MainController', {$scope: mainScope}); + childScope = mainScope.$new(); + $controller('ChildController', {$scope: childScope}); + grandChildScope = childScope.$new(); + $controller('GrandChildController', {$scope: grandChildScope}); + })); + + it('should have over and selected', function() { + expect(mainScope.timeOfDay).toBe('morning'); + expect(mainScope.name).toBe('Nikki'); + expect(childScope.timeOfDay).toBe('morning'); + expect(childScope.name).toBe('Mattie'); + expect(grandChildScope.timeOfDay).toBe('evening'); + expect(grandChildScope.name).toBe('Gingerbread Baby'); + }); +}); +``` diff --git a/docs/content/guide/css-styling.ngdoc b/docs/content/guide/css-styling.ngdoc new file mode 100644 index 000000000000..2bf2a0508aa9 --- /dev/null +++ b/docs/content/guide/css-styling.ngdoc @@ -0,0 +1,41 @@ +@ngdoc overview +@name Working With CSS +@sortOrder 510 +@description + + +AngularJS sets these CSS classes. It is up to your application to provide useful styling. + +# CSS classes used by AngularJS + +* `ng-scope` + - **Usage:** AngularJS applies this class to any element for which a new {@link $rootScope scope} + is defined. (see {@link guide/scope scope} guide for more information about scopes) + +* `ng-isolate-scope` + - **Usage:** AngularJS applies this class to any element for which a new + {@link guide/directive#isolating-the-scope-of-a-directive isolate scope} is defined. + +* `ng-binding` + - **Usage:** AngularJS applies this class to any element that is attached to a data binding, via `ng-bind` or + `{{}}` curly braces, for example. (see {@link guide/databinding databinding} guide) + +* `ng-invalid`, `ng-valid` + - **Usage:** AngularJS applies this class to a form control widget element if that element's input does + not pass validation. (see {@link ng.directive:input input} directive) + +* `ng-pristine`, `ng-dirty` + - **Usage:** AngularJS {@link ng.directive:ngModel ngModel} directive applies `ng-pristine` class + to a new form control widget which did not have user interaction. Once the user interacts with + the form control, the class is changed to `ng-dirty`. + +* `ng-touched`, `ng-untouched` + - **Usage:** AngularJS {@link ng.directive:ngModel ngModel} directive applies `ng-untouched` class + to a new form control widget which has not been blurred. Once the user blurs the form control, + the class is changed to `ng-touched`. + + +## Related Topics + +* {@link guide/templates AngularJS Templates} +* {@link guide/forms AngularJS Forms} diff --git a/docs/content/guide/databinding.ngdoc b/docs/content/guide/databinding.ngdoc new file mode 100644 index 000000000000..a9ca961e526e --- /dev/null +++ b/docs/content/guide/databinding.ngdoc @@ -0,0 +1,40 @@ +@ngdoc overview +@name Data Binding +@sortOrder 210 +@description + +# Data Binding + +Data-binding in AngularJS apps is the automatic synchronization of data between the model and view +components. The way that AngularJS implements data-binding lets you treat the model as the +single-source-of-truth in your application. The view is a projection of the model at all times. +When the model changes, the view reflects the change, and vice versa. + +## Data Binding in Classical Template Systems + +
    +Most templating systems bind data in only one direction: they merge template and model components +together into a view. After the merge occurs, changes to the model +or related sections of the view are NOT automatically reflected in the view. Worse, any changes +that the user makes to the view are not reflected in the model. This means that the developer has +to write code that constantly syncs the view with the model and the model with the view. + +## Data Binding in AngularJS Templates + +
    +AngularJS templates work differently. First the template (which is the uncompiled HTML along with +any additional markup or directives) is compiled on the browser. The compilation step produces a +live view. Any changes to the view are immediately reflected in the model, and any changes in +the model are propagated to the view. The model is the single-source-of-truth for the application +state, greatly simplifying the programming model for the developer. You can think of +the view as simply an instant projection of your model. + +Because the view is just a projection of the model, the controller is completely separated from the +view and unaware of it. This makes testing a snap because it is easy to test your controller in +isolation without the view and the related DOM/browser dependency. + + +## Related Topics + +* {@link scope AngularJS Scopes} +* {@link templates AngularJS Templates} diff --git a/docs/content/guide/decorators.ngdoc b/docs/content/guide/decorators.ngdoc new file mode 100644 index 000000000000..2e8bc0e2a528 --- /dev/null +++ b/docs/content/guide/decorators.ngdoc @@ -0,0 +1,504 @@ +@ngdoc overview +@name Decorators +@sortOrder 345 +@description + +# Decorators in AngularJS + +
    + **NOTE:** This guide is targeted towards developers who are already familiar with AngularJS basics. + If you're just getting started, we recommend the {@link tutorial/ tutorial} first. +
    + +## What are decorators? + +Decorators are a design pattern that is used to separate modification or *decoration* of a class without modifying the +original source code. In AngularJS, decorators are functions that allow a service, directive or filter to be modified +prior to its usage. + +## How to use decorators + +There are two ways to register decorators + +- `$provide.decorator`, and +- `module.decorator` + +Each provide access to a `$delegate`, which is the instantiated service/directive/filter, prior to being passed to the +service that required it. + +### $provide.decorator + +The {@link api/auto/service/$provide#decorator decorator function} allows access to a $delegate of the service once it +has been instantiated. For example: + +```js +angular.module('myApp', []) + +.config([ '$provide', function($provide) { + + $provide.decorator('$log', [ + '$delegate', + function $logDecorator($delegate) { + + var originalWarn = $delegate.warn; + $delegate.warn = function decoratedWarn(msg) { + msg = 'Decorated Warn: ' + msg; + originalWarn.apply($delegate, arguments); + }; + + return $delegate; + } + ]); +}]); +``` + +After the `$log` service has been instantiated the decorator is fired. The decorator function has a `$delegate` object +injected to provide access to the service that matches the selector in the decorator. This `$delegate` will be the +service you are decorating. The return value of the function *provided to the decorator* will take place of the service, +directive, or filter being decorated. + +
    + +The `$delegate` may be either modified or completely replaced. Given a service `myService` with a method `someFn`, the +following could all be viable solutions: + + +#### Completely Replace the $delegate +```js +angular.module('myApp', []) + +.config([ '$provide', function($provide) { + + $provide.decorator('myService', [ + '$delegate', + function myServiceDecorator($delegate) { + + var myDecoratedService = { + // new service object to replace myService + }; + return myDecoratedService; + } + ]); +}]); +``` + +#### Patch the $delegate +```js +angular.module('myApp', []) + +.config([ '$provide', function($provide) { + + $provide.decorator('myService', [ + '$delegate', + function myServiceDecorator($delegate) { + + var someFn = $delegate.someFn; + + function aNewFn() { + // new service function + someFn.apply($delegate, arguments); + } + + $delegate.someFn = aNewFn; + return $delegate; + } + ]); +}]); +``` + +#### Augment the $delegate +```js +angular.module('myApp', []) + +.config([ '$provide', function($provide) { + + $provide.decorator('myService', [ + '$delegate', + function myServiceDecorator($delegate) { + + function helperFn() { + // an additional fn to add to the service + } + + $delegate.aHelpfulAddition = helperFn; + return $delegate; + } + ]); +}]); +``` + +
    + Note that whatever is returned by the decorator function will replace that which is being decorated. For example, a + missing return statement will wipe out the entire object being decorated. +
    + +
    + +Decorators have different rules for different services. This is because services are registered in different ways. +Services are selected by name, however filters and directives are selected by appending `"Filter"` or `"Directive"` to +the end of the name. The `$delegate` provided is dictated by the type of service. + +| Service Type | Selector | $delegate | +|--------------|-------------------------------|-----------------------------------------------------------------------| +| Service | `serviceName` | The `object` or `function` returned by the service | +| Directive | `directiveName + 'Directive'` | An `Array.`{@link guide/decorators#drtvArray 1} | +| Filter | `filterName + 'Filter'` | The `function` returned by the filter | + +1. Multiple directives may be registered to the same selector/name + +
    + **NOTE:** Developers should take care in how and why they are modifying the `$delegate` for the service. Not only + should expectations for the consumer be kept, but some functionality (such as directive registration) does not take + place after decoration, but during creation/registration of the original service. This means, for example, that + an action such as pushing a directive object to a directive `$delegate` will likely result in unexpected behavior. + + Furthermore, great care should be taken when decorating core services, directives, or filters as this may unexpectedly + or adversely affect the functionality of the framework. +
    + +### module.decorator + +This {@link api/ng/type/angular.Module#decorator function} is the same as the `$provide.decorator` function except it is +exposed through the module API. This allows you to separate your decorator patterns from your module config blocks. + +Like with `$provide.decorator`, the `module.decorator` function runs during the config phase of the app. That means +you can define a `module.decorator` before the decorated service is defined. + +Since you can apply multiple decorators, it is noteworthy that decorator application always follows order +of declaration: + +- If a service is decorated by both `$provide.decorator` and `module.decorator`, the decorators are applied in order: + +```js +angular + .module('theApp', []) + .factory('theFactory', theFactoryFn) + .config(function($provide) { + $provide.decorator('theFactory', provideDecoratorFn); // runs first + }) + .decorator('theFactory', moduleDecoratorFn); // runs seconds +``` + +- If the service has been declared multiple times, a decorator will decorate the service that has been declared +last: + +```js +angular + .module('theApp', []) + .factory('theFactory', theFactoryFn) + .decorator('theFactory', moduleDecoratorFn) + .factory('theFactory', theOtherFactoryFn); + +// `theOtherFactoryFn` is selected as 'theFactory' provider and it is decorated via `moduleDecoratorFn`. +``` + +## Example Applications + +The following sections provide examples each of a service decorator, a directive decorator, and a filter decorator. + +### Service Decorator Example + +This example shows how we can replace the $log service with our own to display log messages. + + + + angular.module('myServiceDecorator', []). + + controller('Ctrl', [ + '$scope', + '$log', + '$timeout', + function($scope, $log, $timeout) { + var types = ['error', 'warn', 'log', 'info' ,'debug'], i; + + for (i = 0; i < types.length; i++) { + $log[types[i]](types[i] + ': message ' + (i + 1)); + } + + $timeout(function() { + $log.info('info: message logged in timeout'); + }); + } + ]). + + directive('myLog', [ + '$log', + function($log) { + return { + restrict: 'E', + template: '
    • {{l.message}}
    ', + scope: {}, + compile: function() { + return function(scope) { + scope.myLog = $log.stack; + }; + } + }; + } + ]). + + config([ + '$provide', + function($provide) { + + $provide.decorator('$log', [ + '$delegate', + function logDecorator($delegate) { + + var myLog = { + warn: function(msg) { + log(msg, 'warn'); + }, + error: function(msg) { + log(msg, 'error'); + }, + info: function(msg) { + log(msg, 'info'); + }, + debug: function(msg) { + log(msg, 'debug'); + }, + log: function(msg) { + log(msg, 'log'); + }, + stack: [] + }; + + function log(msg, type) { + myLog.stack.push({ type: type, message: msg.toString() }); + if (console && console[type]) console[type](msg); + } + + return myLog; + + } + ]); + + } + ]); +
    + + +
    +

    Logs

    + +
    +
    + + + li.warn { color: yellow; } + li.error { color: red; } + li.info { color: blue } + li.log { color: black } + li.debug { color: green } + + + + it('should display log messages in dom', function() { + element.all(by.repeater('l in myLog')).count().then(function(count) { + expect(count).toEqual(6); + }); + }); + +
    + +### Directive Decorator Example + +Failed interpolated expressions in `ng-href` attributes can easily go unnoticed. We can decorate `ngHref` to warn us of +those conditions. + + + + angular.module('urlDecorator', []). + + controller('Ctrl', ['$scope', function($scope) { + $scope.id = 3; + $scope.warnCount = 0; // for testing + }]). + + config(['$provide', function($provide) { + + // matchExpressions looks for interpolation markup in the directive attribute, extracts the expressions + // from that markup (if they exist) and returns an array of those expressions + function matchExpressions(str) { + var exps = str.match(/{{([^}]+)}}/g); + + // if there isn't any, get out of here + if (exps === null) return; + + exps = exps.map(function(exp) { + var prop = exp.match(/[^{}]+/); + return prop === null ? null : prop[0]; + }); + + return exps; + } + + // remember: directives must be selected by appending 'Directive' to the directive selector + $provide.decorator('ngHrefDirective', [ + '$delegate', + '$log', + '$parse', + function($delegate, $log, $parse) { + + // store the original link fn + var originalLinkFn = $delegate[0].link; + + // replace the compile fn + $delegate[0].compile = function(tElem, tAttr) { + + // store the original exp in the directive attribute for our warning message + var originalExp = tAttr.ngHref; + + // get the interpolated expressions + var exps = matchExpressions(originalExp); + + // create and store the getters using $parse + var getters = exps.map(function(exp) { + return exp && $parse(exp); + }); + + return function newLinkFn(scope, elem, attr) { + // fire the originalLinkFn + originalLinkFn.apply($delegate[0], arguments); + + // observe the directive attr and check the expressions + attr.$observe('ngHref', function(val) { + + // if we have getters and getters is an array... + if (getters && angular.isArray(getters)) { + + // loop through the getters and process them + angular.forEach(getters, function(g, idx) { + + // if val is truthy, then the warning won't log + var val = angular.isFunction(g) ? g(scope) : true; + if (!val) { + $log.warn('NgHref Warning: "' + exps[idx] + '" in the expression "' + originalExp + + '" is falsy!'); + + scope.warnCount++; // for testing + } + + }); + + } + + }); + + }; + + }; + + // get rid of the old link function since we return a link function in compile + delete $delegate[0].link; + + // return the $delegate + return $delegate; + + } + + ]); + + }]); + + + +
    + View Product {{ id }} + - id === 3, so no warning
    + View Product {{ id + 5 }} + - id + 5 === 8, so no warning
    + View Product {{ someOtherId }} + - someOtherId === undefined, so warn
    + View Product {{ someOtherId + 5 }} + - someOtherId + 5 === 5, so no warning
    +
    Warn Count: {{ warnCount }}
    +
    +
    + + + it('should warn when an expression in the interpolated value is falsy', function() { + var id3 = element(by.id('id3')); + var id8 = element(by.id('id8')); + var someOther = element(by.id('someOtherId')); + var someOther5 = element(by.id('someOtherId5')); + + expect(id3.getText()).toEqual('View Product 3'); + expect(id3.getAttribute('href')).toContain('/products/3/view'); + + expect(id8.getText()).toEqual('View Product 8'); + expect(id8.getAttribute('href')).toContain('/products/8/view'); + + expect(someOther.getText()).toEqual('View Product'); + expect(someOther.getAttribute('href')).toContain('/products//view'); + + expect(someOther5.getText()).toEqual('View Product 5'); + expect(someOther5.getAttribute('href')).toContain('/products/5/view'); + + expect(element(by.binding('warnCount')).getText()).toEqual('Warn Count: 1'); + }); + +
    + +### Filter Decorator Example + +Let's say we have created an app that uses the default format for many of our `Date` filters. Suddenly requirements have +changed (that never happens) and we need all of our default dates to be `'shortDate'` instead of `'mediumDate'`. + + + + angular.module('filterDecorator', []). + + controller('Ctrl', ['$scope', function($scope) { + $scope.genesis = new Date(2010, 0, 5); + $scope.ngConf = new Date(2016, 4, 4); + }]). + + config(['$provide', function($provide) { + + $provide.decorator('dateFilter', [ + '$delegate', + function dateDecorator($delegate) { + + // store the original filter + var originalFilter = $delegate; + + // return our filter + return shortDateDefault; + + // shortDateDefault sets the format to shortDate if it is falsy + function shortDateDefault(date, format, timezone) { + if (!format) format = 'shortDate'; + + // return the result of the original filter + return originalFilter(date, format, timezone); + } + + } + + ]); + + }]); + + + +
    +
    Initial Commit default to short date: {{ genesis | date }}
    +
    ng-conf 2016 default short date: {{ ngConf | date }}
    +
    ng-conf 2016 with full date format: {{ ngConf | date:'fullDate' }}
    +
    +
    + + + it('should default date filter to short date format', function() { + expect(element(by.id('genesis')).getText()) + .toMatch(/Initial Commit default to short date: \d{1,2}\/\d{1,2}\/\d{2}/); + }); + + it('should still allow dates to be formatted', function() { + expect(element(by.id('ngConf')).getText()) + .toMatch(/ng-conf 2016 with full date format: [A-Za-z]+, [A-Za-z]+ \d{1,2}, \d{4}/); + }); + +
    diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc deleted file mode 100644 index 99f9322888ca..000000000000 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ /dev/null @@ -1,178 +0,0 @@ -@workInProgress -@ngdoc overview -@name Developer Guide: E2E Testing -@description - -As applications grow in size and complexity, it becomes unrealistic to rely on manual testing to -verify the correctness of new features, catch bugs and notice regressions. - -To solve this problem, we have built an Angular Scenario Runner which simulates user interactions -that will help you verify the health of your Angular application. - -# Overview -You will write scenario tests in JavaScript, which describe how your application should behave, -given a certain interaction in a specific state. A scenario is comprised of one or more `it` blocks -(you can think of these as the requirements of your application), which in turn are made of -**commands** and **expectations**. Commands tell the Runner to do something with the application -(such as navigate to a page or click on a button), and expectations tell the Runner to assert -something about the state (such as the value of a field or the current URL). If any expectation -fails, the runner marks the `it` as "failed" and continues on to the next one. Scenarios may also -have **beforeEach** and **afterEach** blocks, which will be run before (or after) each `it` block, -regardless of whether they pass or fail. - - - -In addition to the above elements, scenarios may also contain helper functions to avoid duplicating -code in the `it` blocks. - -Here is an example of a simple scenario: -
    -describe('Buzz Client', function() {
    -it('should filter results', function() {
    -  input('user').enter('jacksparrow');
    -  element(':button').click();
    -  expect(repeater('ul li').count()).toEqual(10);
    -  input('filterText').enter('Bees');
    -  expect(repeater('ul li').count()).toEqual(1);
    -});
    -});
    -
    -This scenario describes the requirements of a Buzz Client, specifically, that it should be able to -filter the stream of the user. It starts by entering a value in the 'user' input field, clicking -the only button on the page, and then it verifies that there are 10 items listed. It then enters -'Bees' in the 'filterText' input field and verifies that the list is reduced to a single item. - -The API section below lists the available commands and expectations for the Runner. - -# API -Source: {@link https://github.com/angular/angular.js/blob/master/src/ngScenario/dsl.js} - -## pause() -Pauses the execution of the tests until you call `resume()` in the console (or click the resume -link in the Runner UI). - -## sleep(seconds) -Pauses the execution of the tests for the specified number of `seconds`. - -## browser().navigateTo(url) -Loads the `url` into the test frame. - -## browser().navigateTo(url, fn) -Loads the URL returned by `fn` into the testing frame. The given `url` is only used for the test -output. Use this when the destination URL is dynamic (that is, the destination is unknown when you -write the test). - -## browser().reload() -Refreshes the currently loaded page in the test frame. - -## browser().window().href() -Returns the window.location.href of the currently loaded page in the test frame. - -## browser().window().path() -Returns the window.location.pathname of the currently loaded page in the test frame. - -## browser().window().search() -Returns the window.location.search of the currently loaded page in the test frame. - -## browser().window().hash() -Returns the window.location.hash (without `#`) of the currently loaded page in the test frame. - -## browser().location().url() -Returns the {@link api/ng.$location $location.url()} of the currently loaded page in -the test frame. - -## browser().location().path() -Returns the {@link api/ng.$location $location.path()} of the currently loaded page in -the test frame. - -## browser().location().search() -Returns the {@link api/ng.$location $location.search()} of the currently loaded page -in the test frame. - -## browser().location().hash() -Returns the {@link api/ng.$location $location.hash()} of the currently loaded page in -the test frame. - -## expect(future).{matcher} -Asserts the value of the given `future` satisfies the `matcher`. All API statements return a -`future` object, which get a `value` assigned after they are executed. Matchers are defined using -`angular.scenario.matcher`, and they use the value of futures to run the expectation. For example: -`expect(browser().location().href()).toEqual('http://www.google.com/')` - -## expect(future).not().{matcher} -Asserts the value of the given `future` satisfies the negation of the `matcher`. - -## using(selector, label) -Scopes the next DSL element selection. - -## binding(name) -Returns the value of the first binding matching the given `name`. - -## input(name).enter(value) -Enters the given `value` in the text field with the given `name`. - -## input(name).check() -Checks/unchecks the checkbox with the given `name`. - -## input(name).select(value) -Selects the given `value` in the radio button with the given `name`. - -## input(name).val() -Returns the current value of an input field with the given `name`. - -## repeater(selector, label).count() -Returns the number of rows in the repeater matching the given jQuery `selector`. The `label` is -used for test output. - -## repeater(selector, label).row(index) -Returns an array with the bindings in the row at the given `index` in the repeater matching the -given jQuery `selector`. The `label` is used for test output. - -## repeater(selector, label).column(binding) -Returns an array with the values in the column with the given `binding` in the repeater matching -the given jQuery `selector`. The `label` is used for test output. - -## select(name).option(value) -Picks the option with the given `value` on the select with the given `name`. - -## select(name).option(value1, value2...) -Picks the options with the given `values` on the multi select with the given `name`. - -## element(selector, label).count() -Returns the number of elements that match the given jQuery `selector`. The `label` is used for test -output. - -## element(selector, label).click() -Clicks on the element matching the given jQuery `selector`. The `label` is used for test output. - -## element(selector, label).query(fn) -Executes the function `fn(selectedElements, done)`, where selectedElements are the elements that -match the given jQuery `selector` and `done` is a function that is called at the end of the `fn` -function. The `label` is used for test output. - -## element(selector, label).{method}() -Returns the result of calling `method` on the element matching the given jQuery `selector`, where -`method` can be any of the following jQuery methods: `val`, `text`, `html`, `height`, -`innerHeight`, `outerHeight`, `width`, `innerWidth`, `outerWidth`, `position`, `scrollLeft`, -`scrollTop`, `offset`. The `label` is used for test output. - -## element(selector, label).{method}(value) -Executes the `method` passing in `value` on the element matching the given jQuery `selector`, where -`method` can be any of the following jQuery methods: `val`, `text`, `html`, `height`, -`innerHeight`, `outerHeight`, `width`, `innerWidth`, `outerWidth`, `position`, `scrollLeft`, -`scrollTop`, `offset`. The `label` is used for test output. - -## element(selector, label).{method}(key) -Returns the result of calling `method` passing in `key` on the element matching the given jQuery -`selector`, where `method` can be any of the following jQuery methods: `attr`, `prop`, `css`. The -`label` is used for test output. - -## element(selector, label).{method}(key, value) -Executes the `method` passing in `key` and `value` on the element matching the given jQuery -`selector`, where `method` can be any of the following jQuery methods: `attr`, `prop`, `css`. The -`label` is used for test output. - -JavaScript is a dynamically typed language which comes with great power of expression, but it also -come with almost no-help from the compiler. For this reason we feel very strongly that any code -written in JavaScript needs to come with a strong set of tests. We have built many features into -angular which makes testing your angular applications easy. So there is no excuse for not testing. diff --git a/docs/content/guide/dev_guide.mvc.ngdoc b/docs/content/guide/dev_guide.mvc.ngdoc deleted file mode 100644 index 9bfca0713a0a..000000000000 --- a/docs/content/guide/dev_guide.mvc.ngdoc +++ /dev/null @@ -1,24 +0,0 @@ -@ngdoc overview -@name Developer Guide: About MVC in Angular -@description - -While Model-View-Controller (MVC) has acquired different shades of meaning over the years since it -first appeared, Angular incorporates the basic principles behind the original {@link -http://en.wikipedia.org/wiki/Model–view–controller MVC} software design pattern into its way of -building client-side web applications. - -The MVC pattern summarized: - -* Separate applications into distinct presentation, data, and logic components -* Encourage loose coupling between these components - -Along with {@link dev_guide.services services} and {@link di dependency injection}, MVC -makes angular applications better structured, easier to maintain and more testable. - -The following topics explain how angular incorporates the MVC pattern into the angular way of -developing web applications: - -* {@link dev_guide.mvc.understanding_model Understanding the Model Component} -* {@link dev_guide.mvc.understanding_controller Understanding the Controller Component} -* {@link dev_guide.mvc.understanding_view Understanding the View Component} - diff --git a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc deleted file mode 100644 index d9b8bf1fae41..000000000000 --- a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc +++ /dev/null @@ -1,292 +0,0 @@ -@ngdoc overview -@name Developer Guide: About MVC in Angular: Understanding the Controller Component -@description - -In Angular, a controller is a JavaScript function(type/class) that is used to augment instances of -angular {@link scope Scope}, excluding the root scope. When you or Angular create a new -child scope object via the {@link api/ng.$rootScope.Scope#$new scope.$new} API , there is an -option to pass in a controller as a method argument. This will tell Angular to associate the -controller with the new scope and to augment its behavior. - -Use controllers to: - -- Set up the initial state of a scope object. -- Add behavior to the scope object. - -# Setting up the initial state of a scope object - -Typically, when you create an application you need to set up an initial state for an Angular scope. - -Angular applies (in the sense of JavaScript's `Function#apply`) the controller constructor function -to a new Angular scope object, which sets up an initial scope state. This means that Angular never -creates instances of the controller type (by invoking the `new` operator on the controller -constructor). Constructors are always applied to an existing scope object. - -You set up the initial state of a scope by creating model properties. For example: - -function GreetingCtrl($scope) { - $scope.greeting = 'Hola!'; -} - -The `GreetingCtrl` controller creates a `greeting` model which can be referred to in a template. - -**NOTE**: Many of the examples in the documentation show the creation of functions -in the global scope. This is only for demonstration purposes - in a real -application you should use the `.controller` method of your Angular module for -your application as follows: - -var myApp = angular.module('myApp',[]); - -myApp.controller('GreetingCtrl', ['$scope', function(scope) { - scope.greeting = 'Hola!'; -}]); - -Note also that we use the array notation to explicitly specify the dependency -of the controller on the `$scope` service provided by Angular. - -# Adding Behavior to a Scope Object - -Behavior on an Angular scope object is in the form of scope method properties available to the -template/view. This behavior interacts with and modifies the application model. - -As discussed in the {@link dev_guide.mvc.understanding_model Model} section of this guide, any -objects (or primitives) assigned to the scope become model properties. Any functions assigned to -the scope are available in the template/view, and can be invoked via angular expressions -and `ng` event handler directives (e.g. {@link api/ng.directive:ngClick ngClick}). - -# Using Controllers Correctly - -In general, a controller shouldn't try to do too much. It should contain only the business logic -needed for a single view. - -The most common way to keep controllers slim is by encapsulating work that doesn't belong to -controllers into services and then using these services in controllers via dependency injection. -This is discussed in the {@link di Dependency Injection} {@link dev_guide.services -Services} sections of this guide. - -Do not use controllers for: - -- Any kind of DOM manipulation — Controllers should contain only business logic. DOM -manipulation—the presentation logic of an application—is well known for being hard to test. -Putting any presentation logic into controllers significantly affects testability of the business -logic. Angular offers {@link dev_guide.templates.databinding databinding} for automatic DOM manipulation. If -you have to perform your own manual DOM manipulation, encapsulate the presentation logic in -{@link guide/directive directives}. -- Input formatting — Use {@link forms angular form controls} instead. -- Output filtering — Use {@link dev_guide.templates.filters angular filters} instead. -- To run stateless or stateful code shared across controllers — Use {@link dev_guide.services angular -services} instead. -- To instantiate or manage the life-cycle of other components (for example, to create service -instances). - - -# Associating Controllers with Angular Scope Objects - -You can associate controllers with scope objects explicitly via the {@link api/ng.$rootScope.Scope#$new -scope.$new} api or implicitly via the {@link api/ng.directive:ngController ngController -directive} or {@link api/ng.$route $route service}. - - -## Controller Constructor and Methods Example - -To illustrate how the controller component works in angular, let's create a little app with the -following components: - -- A {@link dev_guide.templates template} with two buttons and a simple message -- A model consisting of a string named `spice` -- A controller with two functions that set the value of `spice` - -The message in our template contains a binding to the `spice` model, which by default is set to the -string "very". Depending on which button is clicked, the `spice` model is set to `chili` or -`jalapeño`, and the message is automatically updated by data-binding. - - -## A Spicy Controller Example - -
    -
    - 
    - 
    - 

    The food is {{spice}} spicy!

    - - -function SpicyCtrl($scope) { - $scope.spice = 'very'; - $scope.chiliSpicy = function() { - $scope.spice = 'chili'; - } - $scope.jalapenoSpicy = function() { - $scope.spice = 'jalapeño'; - } -} - - -
    - -Things to notice in the example above: - -- The `ngController` directive is used to (implicitly) create a scope for our template, and the -scope is augmented (managed) by the `SpicyCtrl` controller. -- `SpicyCtrl` is just a plain JavaScript function. As an (optional) naming convention the name -starts with capital letter and ends with "Ctrl" or "Controller". -- Assigning a property to `$scope` creates or updates the model. -- Controller methods can be created through direct assignment to scope (the `chiliSpicy` method) -- Both controller methods are available in the template (for the `body` element and and its -children). -- NB: Previous versions of Angular (pre 1.0 RC) allowed you to use `this` interchangeably with -the $scope method, but this is no longer the case. Inside of methods defined on the scope -`this` and $scope are interchangeable (angular sets `this` to $scope), but not otherwise -inside your controller constructor. -- NB: Previous versions of Angular (pre 1.0 RC) added prototype methods into the scope -automatically, but this is no longer the case; all methods need to be added manually to -the scope. - - -Controller methods can also take arguments, as demonstrated in the following variation of the -previous example. - -## Controller Method Arguments Example - -
    -
    - 
    - 
    - 
    - 

    The food is {{spice}} spicy!

    - - -function SpicyCtrl($scope) { - $scope.spice = 'very'; - $scope.spicy = function(spice) { - $scope.spice = spice; - } -} -
    - -Notice that the `SpicyCtrl` controller now defines just one method called `spicy`, which takes one -argument called `spice`. The template then refers to this controller method and passes in a string -constant `'chili'` in the binding for the first button and a model property `spice` (bound to an -input box) in the second button. - - -## Controller Inheritance Example - -Controller inheritance in Angular is based on {@link api/ng.$rootScope.Scope Scope} inheritance. Let's -have a look at an example: - -
    -
    - 

    Good {{timeOfDay}}, {{name}}!

    -
    -

    Good {{timeOfDay}}, {{name}}!

    -

    Good {{timeOfDay}}, {{name}}!

    - - -function MainCtrl($scope) { - $scope.timeOfDay = 'morning'; - $scope.name = 'Nikki'; -} - -function ChildCtrl($scope) { - $scope.name = 'Mattie'; -} - -function BabyCtrl($scope) { - $scope.timeOfDay = 'evening'; - $scope.name = 'Gingerbreak Baby'; -} -
    - -Notice how we nested three `ngController` directives in our template. This template construct will -result in 4 scopes being created for our view: - -- The root scope -- The `MainCtrl` scope, which contains `timeOfDay` and `name` models -- The `ChildCtrl` scope, which shadows the `name` model from the previous scope and inherits the -`timeOfDay` model -- The `BabyCtrl` scope, which shadows both the `timeOfDay` model defined in `MainCtrl` and `name` -model defined in the ChildCtrl - -Inheritance works between controllers in the same way as it does with models. So in our previous -examples, all of the models could be replaced with controller methods that return string values. - -Note: Standard prototypical inheritance between two controllers doesn't work as one might expect, -because as we mentioned earlier, controllers are not instantiated directly by Angular, but rather -are applied to the scope object. - - -## Testing Controllers - -Although there are many ways to test a controller, one of the best conventions, shown below, -involves injecting the `$rootScope` and `$controller` - -Controller Function: -
    -function myController($scope) {
    -   $scope.spices = [{"name":"pasilla", "spiciness":"mild"},
    -                  {"name":"jalapeno", "spiceiness":"hot hot hot!"},
    -                  {"name":"habanero", "spiceness":"LAVA HOT!!"}];
    -
    -   $scope.spice = "habanero";
    -}
    -
    - -Controller Test: -
    -describe('myController function', function() {
    -
    -  describe('myController', function() {
    -    var scope;
    -
    -    beforeEach(inject(function($rootScope, $controller) {
    -      scope = $rootScope.$new();
    -      var ctrl = $controller(myController, {$scope: scope});
    -    }));
    -
    -    it('should create "spices" model with 3 spices', function() {
    -      expect(scope.spices.length).toBe(3);
    -    });
    -
    -    it('should set the default value of spice', function() {
    -      expect(scope.spice).toBe('habanero');
    -    });
    -  });
    -});
    -
    - - -If you need to test a nested controller you need to create the same scope hierarchy -in your test that exists in the DOM. - -
    -describe('state', function() {
    -    var mainScope, childScope, babyScope;
    -
    -    beforeEach(inject(function($rootScope, $controller) {
    -        mainScope = $rootScope.$new();
    -        var mainCtrl = $controller(MainCtrl, {$scope: mainScope});
    -        childScope = mainScope.$new();
    -        var childCtrl = $controller(ChildCtrl, {$scope: childScope});
    -        babyScope = childCtrl.$new();
    -        var babyCtrl = $controller(BabyCtrl, {$scope: babyScope});
    -    }));
    -
    -    it('should have over and selected', function() {
    -        expect(mainScope.timeOfDay).toBe('morning');
    -        expect(mainScope.name).toBe('Nikki');
    -        expect(childScope.timeOfDay).toBe('morning');
    -        expect(childScope.name).toBe('Mattie');
    -        expect(babyScope.timeOfDay).toBe('evening');
    -        expect(babyScope.name).toBe('Gingerbreak Baby');
    -    });
    -});
    -
    - - -## Related Topics - -* {@link dev_guide.mvc About MVC in Angular} -* {@link dev_guide.mvc.understanding_model Understanding the Model Component} -* {@link dev_guide.mvc.understanding_view Understanding the View Component} - - diff --git a/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc deleted file mode 100644 index 2972d3e12c09..000000000000 --- a/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc +++ /dev/null @@ -1,71 +0,0 @@ -@ngdoc overview -@name Developer Guide: About MVC in Angular: Understanding the Model Component -@description - -Depending on the context of the discussion in the Angular documentation, the term _model_ can refer to -either a single object representing one entity (for example, a model called "phones" with its value -being an array of phones) or the entire data model for the application (all entities). - -In Angular, a model is any data that is reachable as a property of an angular {@link -scope Scope} object. The name of the property is the model identifier and the value is -any JavaScript object (including arrays and primitives). - -The only requirement for a JavaScript object to be a model in Angular is that the object must be -referenced by an Angular scope as a property of that scope object. This property reference can be -created explicitly or implicitly. - -You can create models by explicitly creating scope properties referencing JavaScript objects in the -following ways: - -* Make a direct property assignment to the scope object in JavaScript code; this most commonly -occurs in controllers: - - function MyCtrl($scope) { - // create property 'foo' on the MyCtrl's scope - // and assign it an initial value 'bar' - $scope.foo = 'bar'; - } - -* Use an {@link expression angular expression} with an assignment operator in templates: - - - -* Use {@link api/ng.directive:ngInit ngInit directive} in templates (for toy/example apps -only, not recommended for real applications): - - - -Angular creates models implicitly (by creating a scope property and assigning it a suitable value) -when processing the following template constructs: - -* Form input, select, textarea and other form elements: - - - - The code above creates a model called "query" on the current scope with the value set to "fluffy -cloud". - -* An iterator declaration in {@link api/ng.directive:ngRepeat ngRepeater}: - -

    - - The code above creates one child scope for each item in the "phones" array and creates a "phone" -object (model) on each of these scopes with its value set to the value of "phone" in the array. - -In Angular, a JavaScript object stops being a model when: - -* No Angular scope contains a property that references the object. - -* All Angular scopes that contain a property referencing the object become stale and eligible for -garbage collection. - -The following illustration shows a simple data model created implicitly from a simple template: - - - - -## Related Topics - -* {@link dev_guide.mvc About MVC in Angular} -* {@link dev_guide.mvc.understanding_controller Understanding the Controller Component} -* {@link dev_guide.mvc.understanding_view Understanding the View Component} diff --git a/docs/content/guide/dev_guide.mvc.understanding_view.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_view.ngdoc deleted file mode 100644 index 567437bd6e56..000000000000 --- a/docs/content/guide/dev_guide.mvc.understanding_view.ngdoc +++ /dev/null @@ -1,22 +0,0 @@ -@ngdoc overview -@name Developer Guide: About MVC in Angular: Understanding the View Component -@description - -In Angular, the view is the DOM loaded and rendered in the browser, after Angular has transformed -the DOM based on information in the template, controller and model. - - - -In the Angular implementation of MVC, the view has knowledge of both the model and the controller. -The view knows about the model where two-way data-binding occurs. The view has knowledge of the -controller through Angular directives, such as {@link api/ng.directive:ngController -ngController} and {@link api/ng.directive:ngView ngView}, and through bindings of this form: -`{{someControllerFunction()}}`. In these ways, the view can call functions in an associated -controller function. - - -## Related Topics - -* {@link dev_guide.mvc About MVC in Angular} -* {@link dev_guide.mvc.understanding_model Understanding the Model Component} -* {@link dev_guide.mvc.understanding_controller Understanding the Controller Component} diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc deleted file mode 100644 index 7a607299dee5..000000000000 --- a/docs/content/guide/dev_guide.services.$location.ngdoc +++ /dev/null @@ -1,643 +0,0 @@ -@ngdoc overview -@name Developer Guide: Angular Services: Using $location -@description - -# What does it do? - -The `$location` service parses the URL in the browser address bar (based on the {@link -https://developer.mozilla.org/en/window.location window.location}) and makes the URL available to -your application. Changes to the URL in the address bar are reflected into $location service and -changes to $location are reflected into the browser address bar. - -**The $location service:** - -- Exposes the current URL in the browser address bar, so you can - - Watch and observe the URL. - - Change the URL. -- Synchronizes the URL with the browser when the user - - Changes the address bar. - - Clicks the back or forward button (or clicks a History link). - - Clicks on a link. -- Represents the URL object as a set of methods (protocol, host, port, path, search, hash). - - -## Comparing $location to window.location - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    window.location$location service
    purposeallow read/write access to the current browser locationsame
    APIexposes "raw" object with properties that can be directly modifiedexposes jQuery-style getters and setters
    integration with angular application life-cyclenoneknows about all internal life-cycle phases, integrates with $watch, ...
    seamless integration with HTML5 APInoyes (with a fallback for legacy browsers)
    aware of docroot/context from which the application is loadedno - window.location.path returns "/docroot/actual/path"yes - $location.path() returns "/actual/path"
    - -## When should I use $location? -Any time your application needs to react to a change in the current URL or if you want to change -the current URL in the browser. - -## What does it not do? -It does not cause a full page reload when the browser URL is changed. To reload the page after -changing the URL, use the lower-level API, `$window.location.href`. - -# General overview of the API - -The `$location` service can behave differently, depending on the configuration that was provided to -it when it was instantiated. The default configuration is suitable for many applications, for -others customizing the configuration can enable new features. - -Once the `$location` service is instantiated, you can interact with it via jQuery-style getter and -setter methods that allow you to get or change the current URL in the browser. - -## $location service configuration - -To configure the `$location` service, retrieve the -{@link api/ng.$locationProvider $locationProvider} and set the parameters as follows: - - -- **html5Mode(mode)**: {boolean}
    - `true` - see HTML5 mode
    - `false` - see Hashbang mode
    - default: `false` - -- **hashPrefix(prefix)**: {string}
    - prefix used for Hashbang URLs (used in Hashbang mode or in legacy browser in Html5 mode)
    - default: `'!'` - -### Example configuration -
    -$locationProvider.html5Mode(true).hashPrefix('!');
    -
    - -## Getter and setter methods - -`$location` service provides getter methods for read-only parts of the URL (absUrl, protocol, host, -port) and getter / setter methods for url, path, search, hash: -
    -// get the current path
    -$location.path();
    -
    -// change the path
    -$location.path('/newValue')
    -
    - -All of the setter methods return the same `$location` object to allow chaining. For example, to -change multiple segments in one go, chain setters like this: -
    $location.path('/newValue').search({key: value});
    - -There is a special `replace` method which can be used to tell the $location service that the next -time the $location service is synced with the browser, the last history record should be replaced -instead of creating a new one. This is useful when you want to implement redirection, which would -otherwise break the back button (navigating back would retrigger the redirection). To change the -current URL without creating a new browser history record you can call: -
    -  $location.path('/someNewPath');
    -  $location.replace();
    -  // or you can chain these as: $location.path('/someNewPath').replace();
    -
    - -Note that the setters don't update `window.location` immediately. Instead, the `$location` service is -aware of the {@link api/ng.$rootScope.Scope scope} life-cycle and coalesces multiple `$location` -mutations into one "commit" to the `window.location` object during the scope `$digest` phase. Since -multiple changes to the $location's state will be pushed to the browser as a single change, it's -enough to call the `replace()` method just once to make the entire "commit" a replace operation -rather than an addition to the browser history. Once the browser is updated, the $location service -resets the flag set by `replace()` method and future mutations will create new history records, -unless `replace()` is called again. - -### Setters and character encoding -You can pass special characters to `$location` service and it will encode them according to rules -specified in {@link http://www.ietf.org/rfc/rfc3986.txt RFC 3986}. When you access the methods: - -- All values that are passed to `$location` setter methods, `path()`, `search()`, `hash()`, are -encoded. -- Getters (calls to methods without parameters) return decoded values for the following methods -`path()`, `search()`, `hash()`. -- When you call the `absUrl()` method, the returned value is a full url with its segments encoded. -- When you call the `url()` method, the returned value is path, search and hash, in the form -`/path?search=a&b=c#hash`. The segments are encoded as well. - - -# Hashbang and HTML5 Modes - -`$location` service has two configuration modes which control the format of the URL in the browser -address bar: **Hashbang mode** (the default) and the **HTML5 mode** which is based on using the -HTML5 {@link http://www.w3.org/TR/html5/history.html History API}. Applications use the same API in -both modes and the `$location` service will work with appropriate URL segments and browser APIs to -facilitate the browser URL change and history management. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Hashbang modeHTML5 mode
    configurationthe default{ html5Mode: true }
    URL formathashbang URLs in all browsersregular URLs in modern browser, hashbang URLs in old browser
    <a href=""> link rewritingnoyes
    requires server-side configurationnoyes
    - -## Hashbang mode (default mode) - -In this mode, `$location` uses Hashbang URLs in all browsers. - -### Example - -
    -it('should show example', inject(
    -  function($locationProvider) {
    -    $locationProvider.html5Mode(false);
    -    $locationProvider.hashPrefix = '!';
    -  },
    -  function($location) {
    -    // open http://host.com/base/index.html#!/a
    -    $location.absUrl() == 'http://host.com/base/index.html#!/a'
    -    $location.path() == '/a'
    -
    -    $location.path('/foo')
    -    $location.absUrl() == 'http://host.com/base/index.html#!/foo'
    -
    -    $location.search() == {}
    -    $location.search({a: 'b', c: true});
    -    $location.absUrl() == 'http://host.com/base/index.html#!/foo?a=b&c'
    -
    -    $location.path('/new').search('x=y');
    -    $location.absUrl() == 'http://host.com/base/index.html#!/new?x=y'
    -  }
    -));
    -
    - -### Crawling your app - -To allow indexing of your AJAX application, you have to add special meta tag in the head section of -your document: -
    - -This will cause crawler bot to request links with `_escaped_fragment_` param so that your server -can recognize the crawler and serve a HTML snapshots. For more information about this technique, -see {@link http://code.google.com/web/ajaxcrawling/docs/specification.html Making AJAX Applications -Crawlable}. - -## HTML5 mode - -In HTML5 mode, the `$location` service getters and setters interact with the browser URL address -through the HTML5 history API, which allows for use of regular URL path and search segments, -instead of their hashbang equivalents. If the HTML5 History API is not supported by a browser, the -`$location` service will fall back to using the hashbang URLs automatically. This frees you from -having to worry about whether the browser displaying your app supports the history API or not; the -`$location` service transparently uses the best available option. - -- Opening a regular URL in a legacy browser -> redirects to a hashbang URL -- Opening hashbang URL in a modern browser -> rewrites to a regular URL - -### Example - -
    -it('should show example', inject(
    -  function($locationProvider) {
    -    $locationProvider.html5Mode(true);
    -    $locationProvider.hashPrefix = '!';
    -  },
    -  function($location) {
    -    // in browser with HTML5 history support:
    -    // open http://host.com/#!/a -> rewrite to http://host.com/a
    -    // (replacing the http://host.com/#!/a history record)
    -    $location.path() == '/a'
    -
    -    $location.path('/foo');
    -    $location.absUrl() == 'http://host.com/foo'
    -
    -    $location.search() == {}
    -    $location.search({a: 'b', c: true});
    -    $location.absUrl() == 'http://host.com/foo?a=b&c'
    -
    -    $location.path('/new').search('x=y');
    -    $location.url() == 'new?x=y'
    -    $location.absUrl() == 'http://host.com/new?x=y'
    -
    -    // in browser without html5 history support:
    -    // open http://host.com/new?x=y -> redirect to http://host.com/#!/new?x=y
    -    // (again replacing the http://host.com/new?x=y history item)
    -    $location.path() == '/new'
    -    $location.search() == {x: 'y'}
    -
    -    $location.path('/foo/bar');
    -    $location.path() == '/foo/bar'
    -    $location.url() == '/foo/bar?x=y'
    -    $location.absUrl() == 'http://host.com/#!/foo/bar?x=y'
    -  }
    -));
    -
    - -### Fallback for legacy browsers - -For browsers that support the HTML5 history API, `$location` uses the HTML5 history API to write -path and search. If the history API is not supported by a browser, `$location` supplies a Hasbang -URL. This frees you from having to worry about whether the browser viewing your app supports the -history API or not; the `$location` service makes this transparent to you. - -### Html link rewriting - -When you use HTML5 history API mode, you will need different links in different browsers, but all you -have to do is specify regular URL links, such as: `link` - -When a user clicks on this link, - -- In a legacy browser, the URL changes to `/index.html#!/some?foo=bar` -- In a modern browser, the URL changes to `/some?foo=bar` - - -In cases like the following, links are not rewritten; instead, the browser will perform a full page -reload to the original link. - -- Links that contain `target` element
    - Example: `link` -- Absolute links that go to a different domain
    - Example: `link` -- Links starting with '/' that lead to a different base path when base is defined
    - Example: `link` - - -### Server side - -Using this mode requires URL rewriting on server side, basically you have to rewrite all your links -to entry point of your application (e.g. index.html) - -### Crawling your app - -If you want your AJAX application to be indexed by web crawlers, you will need to add the following -meta tag to the HEAD section of your document: -
    - -This statement causes a crawler to request links with an empty `_escaped_fragment_` parameter so that -your server can recognize the crawler and serve it HTML snapshots. For more information about this -technique, see {@link http://code.google.com/web/ajaxcrawling/docs/specification.html Making AJAX -Applications Crawlable}. - -### Relative links - -Be sure to check all relative links, images, scripts etc. You must either specify the url base in -the head of your main html file (``) or you must use absolute urls -(starting with `/`) everywhere because relative urls will be resolved to absolute urls using the -initial absolute url of the document, which is often different from the root of the application. - -Running Angular apps with the History API enabled from document root is strongly encouraged as it -takes care of all relative link issues. - -### Sending links among different browsers - -Because of rewriting capability in HTML5 mode, your users will be able to open regular url links in -legacy browsers and hashbang links in modern browser: - -- Modern browser will rewrite hashbang URLs to regular URLs. -- Older browsers will redirect regular URLs to hashbang URLs. - -### Example - -Here you can see two `$location` instances, both in **Html5 mode**, but on different browsers, so -that you can see the differences. These `$location` services are connected to a fake browsers. Each -input represents address bar of the browser. - -Note that when you type hashbang url into first browser (or vice versa) it doesn't rewrite / -redirect to regular / hashbang url, as this conversion happens only during parsing the initial URL -= on page reload. - -In this examples we use `` - - - -
    -
    -

    Browser with History API

    -


    - $location.protocol() = {{$location.protocol()}}
    - $location.host() = {{$location.host()}}
    - $location.port() = {{$location.port()}}
    - $location.path() = {{$location.path()}}
    - $location.search() = {{$location.search()}}
    - $location.hash() = {{$location.hash()}}
    - /base/first?a=b | - sec/ond?flag#hash | - external -
    - -
    -

    Browser without History API

    -


    - $location.protocol() = {{$location.protocol()}}
    - $location.host() = {{$location.host()}}
    - $location.port() = {{$location.port()}}
    - $location.path() = {{$location.path()}}
    - $location.search() = {{$location.search()}}
    - $location.hash() = {{$location.hash()}}
    - /base/first?a=b | - sec/ond?flag#hash | - external -
    -
    - - - -
    -
    - - -# Caveats - -## Page reload navigation - -The `$location` service allows you to change only the URL; it does not allow you to reload the -page. When you need to change the URL and reload the page or navigate to a different page, please -use a lower level API, {@link api/ng.$window $window.location.href}. - -## Using $location outside of the scope life-cycle - -`$location` knows about Angular's {@link api/ng.$rootScope.Scope scope} life-cycle. When a URL changes in -the browser it updates the `$location` and calls `$apply` so that all $watchers / $observers are -notified. -When you change the `$location` inside the `$digest` phase everything is ok; `$location` will -propagate this change into browser and will notify all the $watchers / $observers. -When you want to change the `$location` from outside Angular (for example, through a DOM Event or -during testing) - you must call `$apply` to propagate the changes. - -## $location.path() and ! or / prefixes - -A path should always begin with forward slash (`/`); the `$location.path()` setter will add the -forward slash if it is missing. - -Note that the `!` prefix in the hashbang mode is not part of `$location.path()`; it is actually -hashPrefix. - - -# Testing with the $location service - -When using `$location` service during testing, you are outside of the angular's {@link -api/ng.$rootScope.Scope scope} life-cycle. This means it's your responsibility to call `scope.$apply()`. - -
    -describe('serviceUnderTest', function() {
    -  beforeEach(module(function($provide) {
    -    $provide.factory('serviceUnderTest', function($location){
    -      // whatever it does...
    -    });
    -  });
    -
    -  it('should...', inject(function($location, $rootScope, serviceUnderTest) {
    -    $location.path('/new/path');
    -    $rootScope.$apply();
    -
    -    // test whatever the service should do...
    -
    -  }));
    -});
    -
    - - -# Migrating from earlier AngularJS releases - -In earlier releases of Angular, `$location` used `hashPath` or `hashSearch` to process path and -search methods. With this release, the `$location` service processes path and search methods and -then uses the information it obtains to compose hashbang URLs (such as -`http://server.com/#!/path?search=a`), when necessary. - -## Changes to your code - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Navigation inside the appChange to
    $location.href = value
    $location.hash = value
    $location.update(value)
    $location.updateHash(value)
    $location.path(path).search(search)
    $location.hashPath = path$location.path(path)
    $location.hashSearch = search$location.search(search)
    Navigation outside the appUse lower level API
    $location.href = value
    $location.update(value)
    $window.location.href = value
    $location[protocol | host | port | path | search]$window.location[protocol | host | port | path | search]
    Read accessChange to
    $location.hashPath$location.path()
    $location.hashSearch$location.search()
    $location.href
    $location.protocol
    $location.host
    $location.port
    $location.hash
    $location.absUrl()
    $location.protocol()
    $location.host()
    $location.port()
    $location.path() + $location.search()
    $location.path
    $location.search
    $window.location.path
    $window.location.search
    - -## Two-way binding to $location - -The Angular's compiler currently does not support two-way binding for methods (see {@link -https://github.com/angular/angular.js/issues/404 issue}). If you should require two-way binding -to the $location object (using {@link api/ng.directive:input.text -ngModel} directive on an input field), you will need to specify an extra model property -(e.g. `locationPath`) with two watchers which push $location updates in both directions. For -example: -
    -
    -
    -
    -
    -// js - controller
    -$scope.$watch('locationPath', function(path) {
    -  $location.path(path);
    -});
    -
    -$scope.$watch('$location.path()', function(path) {
    -  scope.locationPath = path;
    -});
    -
    - - -# Related API - -* {@link api/ng.$location $location API} - - - diff --git a/docs/content/guide/dev_guide.services.creating_services.ngdoc b/docs/content/guide/dev_guide.services.creating_services.ngdoc deleted file mode 100644 index d5adc4babdff..000000000000 --- a/docs/content/guide/dev_guide.services.creating_services.ngdoc +++ /dev/null @@ -1,104 +0,0 @@ -@ngdoc overview -@name Developer Guide: Angular Services: Creating Services -@description - -While Angular offers several useful services, for any nontrivial application you'll find it useful -to write your own custom services. To do this you begin by registering a service factory function -with a module either via the {@link api/angular.module Module#factory api} or directly -via the {@link api/AUTO.$provide $provide} api inside of module config function. - -All Angular services participate in {@link di dependency injection (DI)} by registering -themselves with Angular's DI system (injector) under a `name` (id) as well as by declaring -dependencies which need to be provided for the factory function of the registered service. The -ability to swap dependencies for mocks/stubs/dummies in tests allows for services to be highly -testable. - - -# Registering Services - -To register a service, you must have a module that this service will be part of. Afterwards, you -can register the service with the module either via the {@link api/angular.Module Module api} or -by using the {@link api/AUTO.$provide $provide} service in the module configuration -function.The following pseudo-code shows both approaches: - -Using the angular.Module api: -
    -var myModule = angular.module('myModule', []);
    -myModule.factory('serviceId', function() {
    -  var shinyNewServiceInstance;
    -  //factory function body that constructs shinyNewServiceInstance
    -  return shinyNewServiceInstance;
    -});
    -
    - -Using the $provide service: -
    -angular.module('myModule', [], function($provide) {
    -  $provide.factory('serviceId', function() {
    -    var shinyNewServiceInstance;
    -    //factory function body that constructs shinyNewServiceInstance
    -    return shinyNewServiceInstance;
    -  });
    -});
    -
    - -Note that you are not registering a service instance, but rather a factory function that will -create this instance when called. - - -# Dependencies - -Services can not only be depended upon, but can also have their own dependencies. These can be specified -as arguments of the factory function. {@link di Read more} about dependency injection (DI) -in Angular and the use of array notation and the $inject property to make DI annotation -minification-proof. - -Following is an example of a very simple service. This service depends on the `$window` service -(which is passed as a parameter to the factory function) and is just a function. The service simply -stores all notifications; after the third one, the service displays all of the notifications by -window alert. - -
    -angular.module('myModule', [], function($provide) {
    -  $provide.factory('notify', ['$window', function(win) {
    -    var msgs = [];
    -    return function(msg) {
    -      msgs.push(msg);
    -      if (msgs.length == 3) {
    -        win.alert(msgs.join("\n"));
    -        msgs = [];
    -      }
    -    };
    -  }]);
    -});
    -
    - - -# Instantiating Angular Services - -All services in Angular are instantiated lazily. This means that a service will be created -only when it is needed for instantiation of a service or an application component that depends on it. -In other words, Angular won't instantiate services unless they are requested directly or -indirectly by the application. - - -# Services as singletons - -Lastly, it is important to realize that all Angular services are application singletons. This means -that there is only one instance of a given service per injector. Since Angular is lethally allergic -to global state, it is possible to create multiple injectors, each with its own instance of a -given service, but that is rarely needed, except in tests where this property is crucially -important. - - - -## Related Topics - -* {@link dev_guide.services.understanding_services Understanding Angular Services} -* {@link dev_guide.services.managing_dependencies Managing Service Dependencies} -* {@link dev_guide.services.injecting_controllers Injecting Services Into Controllers } -* {@link dev_guide.services.testing_services Testing Angular Services} - -## Related API - -* {@link api/ng Angular Service API} diff --git a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc deleted file mode 100644 index 2da7c248cb7b..000000000000 --- a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc +++ /dev/null @@ -1,118 +0,0 @@ -@ngdoc overview -@name Developer Guide: Angular Services: Injecting Services Into Controllers -@description - -Using services as dependencies for controllers is very similar to using services as dependencies -for another service. - -Since JavaScript is a dynamic language, DI can't figure out which services to inject by static -types (like in static typed languages). Therefore, you can specify the service name by using the -`$inject` property, which is an array containing strings with names of services to be injected. -The name must match the corresponding service ID registered with angular. The order of the service -IDs matters: the order of the services in the array will be used when calling the factory function -with injected parameters. The names of parameters in factory function don't matter, but by -convention they match the service IDs, which has added benefits discussed below. - -
    -function myController($loc, $log) {
    -this.firstMethod = function() {
    - // use $location service
    - $loc.setHash();
    -};
    -this.secondMethod = function() {
    - // use $log service
    - $log.info('...');
    -};
    -}
    -// which services to inject ?
    -myController.$inject = ['$location', '$log'];
    -
    - - - - - -
    -

    Let's try this simple notify service, injected into the controller...

    - - -
    -
    - - it('should test service', function() { - expect(element(':input[ng\\:model="message"]').val()).toEqual('test'); - }); - -
    - -## Implicit Dependency Injection - -A new feature of Angular DI allows it to determine the dependency from the name of the parameter. -Let's rewrite the above example to show the use of this implicit dependency injection of -`$window`, `$scope`, and our `notify` service: - - - - -
    -

    Let's try the notify service, that is implicitly injected into the controller...

    - - -
    -
    -
    - -However, if you plan to {@link http://en.wikipedia.org/wiki/Minification_(programming) minify} your -code, your variable names will get renamed in which case you will still need to explicitly specify -dependencies with the `$inject` property. - -## Related Topics - -{@link dev_guide.services.understanding_services Understanding Angular Services} -{@link dev_guide.services.creating_services Creating Angular Services} -{@link dev_guide.services.managing_dependencies Managing Service Dependencies} -{@link dev_guide.services.testing_services Testing Angular Services} - -## Related API - -{@link api/ng Angular Service API} diff --git a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc b/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc deleted file mode 100644 index 6a769ca06f3e..000000000000 --- a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc +++ /dev/null @@ -1,114 +0,0 @@ -@ngdoc overview -@name Developer Guide: Angular Services: Managing Service Dependencies -@description - -Angular allows services to declare other services as dependencies needed for construction of their -instances. - -To declare dependencies, you specify them in the factory function signature and annotate the -function with the inject annotations either using by setting the `$inject` property, as an array of -string identifiers or using the array notation. Optionally the `$inject` property declaration can be -dropped (see "Inferring `$inject`" but note that that is currently an experimental feature). - -Using the array notation: - -
    -function myModuleCfgFn($provide) {
    -  $provide.factory('myService', ['dep1', 'dep2', function(dep1, dep2) {}]);
    -}
    -
    - - -Using the $inject property: - -
    -function myModuleCfgFn($provide) {
    -  var myServiceFactory = function(dep1, dep2) {};
    -  myServiceFactory.$inject = ['dep1', 'dep2'];
    -  $provide.factory('myService', myServiceFactory);
    -}
    -
    - - -Using DI inference (incompatible with minifiers): - -
    -function myModuleCfgFn($provide) {
    -  $provide.factory('myService', function(dep1, dep2) {});
    -}
    -
    - - -Here is an example of two services, one of which depends on the other and both -of which depend on other services that are provided by the Angular framework: - -
    -/**
    - * batchLog service allows for messages to be queued in memory and flushed
    - * to the console.log every 50 seconds.
    - *
    - * @param {*} message Message to be logged.
    - */
    -  function batchLogModule($provide){
    -    $provide.factory('batchLog', ['$timeout', '$log', function($timeout, $log) {
    -      var messageQueue = [];
    -
    -      function log() {
    -        if (messageQueue.length) {
    -          $log('batchLog messages: ', messageQueue);
    -          messageQueue = [];
    -        }
    -        $timeout(log, 50000);
    -      }
    -
    -      // start periodic checking
    -      log();
    -
    -      return function(message) {
    -        messageQueue.push(message);
    -      }
    -    }]);
    -
    -    /**
    -     * routeTemplateMonitor monitors each $route change and logs the current
    -     * template via the batchLog service.
    -     */
    -    $provide.factory('routeTemplateMonitor',
    -                ['$route', 'batchLog', '$rootScope',
    -         function($route,   batchLog,   $rootScope) {
    -      $rootScope.$on('$routeChangeSuccess', function() {
    -        batchLog($route.current ? $route.current.template : null);
    -      });
    -    }]);
    -  }
    -
    -  // get the main service to kick of the application
    -  angular.injector([batchLogModule]).get('routeTemplateMonitor');
    -
    - -Things to notice in this example: - -* The `batchLog` service depends on the built-in {@link api/ng.$timeout $timeout} and -{@link api/ng.$log $log} services, and allows messages to be logged into the -`console.log` in batches. -* The `routeTemplateMonitor` service depends on the built-in {@link api/ng.$route -$route} service as well as our custom `batchLog` service. -* Both of our services use the factory function signature and array notation for inject annotations -to declare their dependencies. It is important that the order of the string identifiers in the array -is the same as the order of argument names in the signature of the factory function. Unless the -dependencies are inferred from the function signature, it is this array with IDs and their order -that the injector uses to determine which services and in which order to inject. - - -## Related Topics - -* {@link dev_guide.services.understanding_services Understanding Angular Services} -* {@link dev_guide.services.creating_services Creating Angular Services} -* {@link dev_guide.services.injecting_controllers Injecting Services Into Controllers } -* {@link dev_guide.services.testing_services Testing Angular Services} - - -## Related API - -* {@link api/ng Angular Service API} -* {@link api/angular.injector Angular Injector API} diff --git a/docs/content/guide/dev_guide.services.ngdoc b/docs/content/guide/dev_guide.services.ngdoc deleted file mode 100644 index 725e01e3eaf4..000000000000 --- a/docs/content/guide/dev_guide.services.ngdoc +++ /dev/null @@ -1,20 +0,0 @@ -@ngdoc overview -@name Developer Guide: Angular Services -@description - -Services are a feature that Angular brings to client-side web apps from the server side, where -services have been commonly used for a long time. Services in Angular apps are substitutable -objects that are wired together using {@link di dependency injection (DI)}. - - -## Related Topics - -* {@link dev_guide.services.understanding_services Understanding Angular Services} -* {@link dev_guide.services.creating_services Creating Angular Services} -* {@link dev_guide.services.managing_dependencies Managing Service Dependencies} -* {@link dev_guide.services.injecting_controllers Injecting Services Into Controllers} -* {@link dev_guide.services.testing_services Testing Angular Services} - -## Related API - -* {@link api/ng Angular Service API} diff --git a/docs/content/guide/dev_guide.services.testing_services.ngdoc b/docs/content/guide/dev_guide.services.testing_services.ngdoc deleted file mode 100644 index 6e0bbacebdc6..000000000000 --- a/docs/content/guide/dev_guide.services.testing_services.ngdoc +++ /dev/null @@ -1,62 +0,0 @@ -@ngdoc overview -@name Developer Guide: Angular Services: Testing Angular Services -@description - -The following is a unit test for the 'notify' service in the 'Dependencies' example in {@link -dev_guide.services.creating_services Creating Angular Services}. The unit test example uses Jasmine -spy (mock) instead of a real browser alert. - -
    -var mock, notify;
    -
    -beforeEach(function() {
    -  mock = {alert: jasmine.createSpy()};
    -
    -  module(function($provide) {
    -    $provide.value('$window', mock);
    -  });
    -
    -  inject(function($injector) {
    -    notify = $injector.get('notify');
    -  });
    -});
    -
    -it('should not alert first two notifications', function() {
    -  notify('one');
    -  notify('two');
    -
    -  expect(mock.alert).not.toHaveBeenCalled();
    -});
    -
    -it('should alert all after third notification', function() {
    -  notify('one');
    -  notify('two');
    -  notify('three');
    -
    -  expect(mock.alert).toHaveBeenCalledWith("one\ntwo\nthree");
    -});
    -
    -it('should clear messages after alert', function() {
    -  notify('one');
    -  notify('two');
    -  notify('third');
    -  notify('more');
    -  notify('two');
    -  notify('third');
    -
    -  expect(mock.alert.callCount).toEqual(2);
    -  expect(mock.alert.mostRecentCall.args).toEqual(["more\ntwo\nthird"]);
    -});
    -
    - - -## Related Topics - -* {@link dev_guide.services.understanding_services Understanding Angular Services} -* {@link dev_guide.services.creating_services Creating Angular Services} -* {@link dev_guide.services.managing_dependencies Managing Service Dependencies} -* {@link dev_guide.services.injecting_controllers Injecting Services Into Controllers} - -## Related API - -* {@link api/ng Angular Service API} diff --git a/docs/content/guide/dev_guide.services.understanding_services.ngdoc b/docs/content/guide/dev_guide.services.understanding_services.ngdoc deleted file mode 100644 index 339439a0df8a..000000000000 --- a/docs/content/guide/dev_guide.services.understanding_services.ngdoc +++ /dev/null @@ -1,36 +0,0 @@ -@ngdoc overview -@name Developer Guide: Angular Services: Understanding Angular Services -@description - -Angular services are singletons that carry out specific tasks common to web apps, such as the -{@link api/ng.$http $http service} that provides low level access to the browser's -`XMLHttpRequest` object. - -To use an Angular service, you identify it as a dependency for the dependent (a controller, or -another service) that depends on the service. Angular's dependency injection subsystem takes care -of the rest. The Angular injector subsystem is in charge of service instantiation, resolution of -dependencies, and provision of dependencies to factory functions as requested. - -Angular injects dependencies using "constructor" injection (the service is passed in via a factory -function). Because JavaScript is a dynamically typed language, Angular's dependency injection -subsystem cannot use static types to identify service dependencies. For this reason a dependent -must explicitly define its dependencies by using the `$inject` property. For example: - - myController.$inject = ['$location']; - -The Angular web framework provides a set of services for common operations. Like other core Angular -variables and identifiers, the built-in services always start with `$` (such as `$http` mentioned -above). You can also create your own custom services. - - -## Related Topics - -* {@link di About Angular Dependency Injection} -* {@link dev_guide.services.creating_services Creating Angular Services} -* {@link dev_guide.services.managing_dependencies Managing Service Dependencies} -* {@link dev_guide.services.testing_services Testing Angular Services} - -## Related API - -* {@link api/ng Angular Service API} -* {@link api/angular.injector Injector API} diff --git a/docs/content/guide/dev_guide.templates.css-styling.ngdoc b/docs/content/guide/dev_guide.templates.css-styling.ngdoc deleted file mode 100644 index 529c2398d373..000000000000 --- a/docs/content/guide/dev_guide.templates.css-styling.ngdoc +++ /dev/null @@ -1,23 +0,0 @@ -@ngdoc overview -@name Developer Guide: Templates: Working With CSS in Angular -@description - - -Angular sets these CSS classes. It is up to your application to provide useful styling. - -# CSS classes used by angular - -* `ng-invalid`, `ng-valid` - - **Usage:** angular applies this class to an input widget element if that element's input does - not pass validation. (see {@link api/ng.directive:input input} directive). - -* `ng-pristine`, `ng-dirty` - - **Usage:** angular {@link api/ng.directive:input input} directive applies `ng-pristine` class - to a new input widget element which did not have user interaction. Once the user interacts with - the input widget the class is changed to `ng-dirty`. - - -## Related Topics - -* {@link dev_guide.templates Angular Templates} -* {@link forms Angular Forms} diff --git a/docs/content/guide/dev_guide.templates.databinding.ngdoc b/docs/content/guide/dev_guide.templates.databinding.ngdoc deleted file mode 100644 index 12749365d18a..000000000000 --- a/docs/content/guide/dev_guide.templates.databinding.ngdoc +++ /dev/null @@ -1,38 +0,0 @@ -@ngdoc overview -@name Developer Guide: Templates: Data Binding in Angular -@description - -Data-binding in Angular web apps is the automatic syncronization of data between the model and view -components. The way that Angular implements data-binding lets you treat the model as the -single-source-of-truth in your application. The view is a projection of the model at all times. -When the model changes, the view reflects the change, and vice versa. - -## Data Binding in Classical Template Systems - - -Most templating systems bind data in only one direction: they merge template and model components -together into a view, as illustrated in the diagram. After the merge occurs, changes to the model -or related sections of the view are NOT automatically reflected in the view. Worse, any changes -that the user makes to the view are not reflected in the model. This means that the developer has -to write code that constantly syncs the view with the model and the model with the view. - -## Data Binding in Angular Templates - - -The way Angular templates works is different, as illustrated in the diagram. They are different -because first the template (which is the uncompiled HTML along with any additional markup or -directives) is compiled on the browser, and second, the compilation step produces a live view. We -say live because any changes to the view are immediately reflected in the model, and any changes in -the model are propagated to the view. This makes the model always the single-source-of-truth for -the application state, greatly simplifying the programming model for the developer. You can think of -the view as simply an instant projection of your model. - -Because the view is just a projection of the model, the controller is completely separated from the -view and unaware of it. This makes testing a snap because it is easy to test your controller in -isolation without the view and the related DOM/browser dependency. - - -## Related Topics - -* {@link scope Angular Scopes} -* {@link dev_guide.templates Angular Templates} diff --git a/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc b/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc deleted file mode 100644 index b497a0861ae7..000000000000 --- a/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc +++ /dev/null @@ -1,60 +0,0 @@ -@ngdoc overview -@name Developer Guide: Templates: Filters: Creating Angular Filters -@description - -Writing your own filter is very easy: just register a new filter (injectable) factory function with -your module. This factory function should return a new filter function which takes the input value -as the first argument. Any filter arguments are passed in as additional arguments to the filter -function. - -The following sample filter reverses a text string. In addition, it conditionally makes the -text upper-case and assigns color. - - - - - -
    -
    - No filter: {{greeting}}
    - Reverse: {{greeting|reverse}}
    - Reverse + uppercase: {{greeting|reverse:true}}
    -
    -
    - - it('should reverse greeting', function() { - expect(binding('greeting|reverse')).toEqual('olleh'); - input('greeting').enter('ABC'); - expect(binding('greeting|reverse')).toEqual('CBA'); - }); - -
    - - -## Related Topics - -* {@link dev_guide.templates.filters Understanding Angular Filters} -* {@link compiler Angular HTML Compiler} - -## Related API - -* {@link api/ng.$filter Angular Filter API} diff --git a/docs/content/guide/dev_guide.templates.filters.ngdoc b/docs/content/guide/dev_guide.templates.filters.ngdoc deleted file mode 100644 index e1f886b1e624..000000000000 --- a/docs/content/guide/dev_guide.templates.filters.ngdoc +++ /dev/null @@ -1,23 +0,0 @@ -@ngdoc overview -@name Developer Guide: Templates: Understanding Angular Filters -@description - -Angular filters format data for display to the user. - -For example, you might have a data object that needs to be formatted according to the locale before -displaying it to the user. You can pass expressions through a chain of filters like this: - - name | uppercase - -The expression evaluator simply passes the value of name to -{@link api/ng.filter:uppercase uppercase filter}. - - -## Related Topics - -* {@link dev_guide.templates.filters.using_filters Using Angular Filters} -* {@link dev_guide.templates.filters.creating_filters Creating Angular Filters} - -## Related API - -* {@link api/ng.$filter Angular Filter API} diff --git a/docs/content/guide/dev_guide.templates.filters.using_filters.ngdoc b/docs/content/guide/dev_guide.templates.filters.using_filters.ngdoc deleted file mode 100644 index 9de4c943b935..000000000000 --- a/docs/content/guide/dev_guide.templates.filters.using_filters.ngdoc +++ /dev/null @@ -1,40 +0,0 @@ -@ngdoc overview -@name Developer Guide: Templates: Filters: Using Angular Filters -@description - -Filters can be part of any {@link api/ng.$rootScope.Scope} evaluation but are typically used to format -expressions in bindings in your templates: - - {{ expression | filter }} - -Filters typically transform the data to a new data type, formatting the data in the process. -Filters can also be chained, and can take optional arguments. - -You can chain filters using this syntax: - - {{ expression | filter1 | filter2 }} - -You can also pass colon-delimited arguments to filters, for example, to display the number 123 with -2 decimal points: - - 123 | number:2 - -Here are some examples that show values before and after applying different filters to an -expression in a binding: - -* No filter: `{{1234.5678}}` => `1234.5678` -* Number filter: `{{1234.5678|number}}` => `1,234.57`. Notice the "," and rounding to two -significant digits. -* Filter with arguments: `{{1234.5678|number:5}}` => `1,234.56780`. Filters can take optional -arguments, separated by colons in a binding. For example, the "number" filter takes a number -argument that specifies how many digits to display to the right of the decimal point. - - -## Related Topics - -* {@link dev_guide.templates.filters Understanding Angular Filters} -* {@link dev_guide.templates.filters.creating_filters Creating Angular Filters} - -## Related API - -* {@link api/ng.$filter Angular Filter API} diff --git a/docs/content/guide/dev_guide.templates.ngdoc b/docs/content/guide/dev_guide.templates.ngdoc deleted file mode 100644 index 2b4e3ff1c287..000000000000 --- a/docs/content/guide/dev_guide.templates.ngdoc +++ /dev/null @@ -1,57 +0,0 @@ -@ngdoc overview -@name Developer Guide: Understanding Angular Templates -@description - -An Angular template is the declarative specification that, along with information from the model -and controller, becomes the rendered view that a user sees in the browser. It is the static DOM, -containing HTML, CSS, and angular-specific elements and angular-specific element attributes. The -Angular elements and attributes direct angular to add behavior and transform the template DOM into -the dynamic view DOM. - -These are the types of Angular elements and element attributes you can use in a template: - -* {@link guide/directive Directive} — An attribute or element that - augments an existing DOM element or represents a reusable DOM component - a widget. -* {@link api/ng.$interpolate Markup} — The double -curly brace notation `{{ }}` to bind expressions to elements is built-in angular markup. -* {@link dev_guide.templates.filters Filter} — Formats your data for display to the user. -* {@link forms Form controls} — Lets you validate user input. - -Note: In addition to declaring the elements above in templates, you can also access these elements -in JavaScript code. - -The following code snippet shows a simple Angular template made up of standard HTML tags along with -Angular {@link guide/directive directives} and curly-brace bindings -with {@link expression expressions}: - -
    -
    - 
    - 
    -   
    -   
    -   
    -   
    +
    +
    +```
     
    -For example:
    -
    -  someModule.factory('greeter', function($window) {
    -    ...;
    -  });
    -
    - -Results in code bloat due to the need of temporary variable: -
    -  var greeterFactory = function(renamed$window) {
    -    ...;
    -  };
    -  
    -  greeterFactory.$inject = ['$window'];
    -  
    -  someModule.factory('greeter', greeterFactory);
    -
    - -For this reason the third annotation style is provided as well. -
    -  someModule.factory('greeter', ['$window', function(renamed$window) {
    -    ...;
    +Strict mode throws an error whenever a service tries to use implicit annotations.
    +
    +Consider this module, which includes a `willBreak` service that uses implicit DI:
    +
    +```js
    +angular.module('myApp', [])
    +  .factory('willBreak', function($rootScope) {
    +    // $rootScope is implicitly injected
    +  })
    +  .run(['willBreak', function(willBreak) {
    +    // AngularJS will throw when this runs
       }]);
    -
    +``` -Keep in mind that all of the annotation styles are equivalent and can be used anywhere in Angular -where injection is supported. +When the `willBreak` service is instantiated, AngularJS will throw an error because of strict mode. +This is useful when using a tool like [ng-annotate](https://github.com/olov/ng-annotate) to +ensure that all of your application components have annotations. -# Where can I use DI? +If you're using manual bootstrapping, you can also use strict DI by providing `strictDi: true` in +the optional config argument: -DI is pervasive throughout Angular. It is typically used in controllers and factory methods. +```js +angular.bootstrap(document, ['myApp'], { + strictDi: true +}); +``` -## DI in controllers -Controllers are classes which are responsible for application behavior. The recommended way of -declaring controllers is: -
    -  var MyController = function($scope, dep1, dep2) {
    -    ...
    -    $scope.aMethod = function() {
    -      ...
    +## Why Dependency Injection?
    +
    +This section motivates and explains AngularJS's use of DI. For how to use DI, see above.
    +
    +For in-depth discussion about DI, see
    +[Dependency Injection](http://en.wikipedia.org/wiki/Dependency_injection) at Wikipedia,
    +[Inversion of Control](http://martinfowler.com/articles/injection.html) by Martin Fowler,
    +or read about DI in your favorite software design pattern book.
    +
    +There are only three ways a component (object or function) can get a hold of its dependencies:
    +
    +  1. The component can create the dependency, typically using the `new` operator.
    +  2. The component can look up the dependency, by referring to a global variable.
    +  3. The component can have the dependency passed to it where it is needed.
    +
    +The first two options of creating or looking up dependencies are not optimal because they hard
    +code the dependency to the component. This makes it difficult, if not impossible, to modify the
    +dependencies. This is especially problematic in tests, where it is often desirable to provide mock
    +dependencies for test isolation.
    +
    +The third option is the most viable, since it removes the responsibility of locating the
    +dependency from the component. The dependency is simply handed to the component.
    +
    +```js
    +function SomeClass(greeter) {
    +  this.greeter = greeter;
    +}
    +
    +SomeClass.prototype.doSomething = function(name) {
    +  this.greeter.greet(name);
    +}
    +```
    +
    +In the above example `SomeClass` is not concerned with creating or locating the `greeter`
    +dependency, it is simply handed the `greeter` when it is instantiated.
    +
    +This is desirable, but it puts the responsibility of getting hold of the dependency on the
    +code that constructs `SomeClass`.
    +
    +
    +
    +To manage the responsibility of dependency creation, each AngularJS application has an {@link
    +angular.injector injector}. The injector is a
    +[service locator](http://en.wikipedia.org/wiki/Service_locator_pattern) that is responsible for
    +construction and lookup of dependencies.
    +
    +Here is an example of using the injector service:
    +
    +First create an AngularJS module that will hold the service definition. (The empty array passed as
    +the second parameter means that this module does not depend on any other modules.)
    +
    +```js
    +// Create a module to hold the service definition
    +var myModule = angular.module('myModule', []);
    +```
    +
    +Teach the injector how to build a `greeter` service, which is just an object that contains a `greet`
    +method. Notice that `greeter` is dependent on the `$window` service, which will be provided
    +(injected into `greeter`) by the injector.
    +
    +```js
    +// Define the `greeter` service
    +myModule.factory('greeter', function($window) {
    +  return {
    +    greet: function(text) {
    +      $window.alert(text);
         }
    -  }
    -  MyController.$inject = ['$scope', 'dep1', 'dep2'];
    -
    - - -## Factory methods - -Factory methods are responsible for creating most objects in Angular. Examples are directives, -services, and filters. The factory methods are registered with the module, and the recommended way -of declaring factories is: - -
    -  angualar.module('myModule', []).
    -    config(['depProvider', function(depProvider){
    -      ...
    -    }]).
    -    factory('serviceId', ['depService', function(depService) {
    -      ...
    -    }]).
    -    directive('directiveName', ['depService', function(depService) {
    -      ...
    -    }]).
    -    filter('filterName', ['depService', function(depService) {
    -      ...
    -    }]).
    -    run(['depService', function(depService) {
    -      ...
    -    }]);
    -
    + }; +}); +``` + +Create a new injector that can provide components defined in our `myModule` module and request our +`greeter` service from the injector. (This is usually done automatically by AngularJS bootstrap). + +```js +var injector = angular.injector(['ng', 'myModule']); +var greeter = injector.get('greeter'); +``` + +Asking for dependencies solves the issue of hard coding, but it also means that the injector needs +to be passed throughout the application. Passing the injector breaks the +[Law of Demeter](http://en.wikipedia.org/wiki/Law_of_Demeter). To remedy this, we use a declarative +notation in our HTML templates, to hand the responsibility of creating components over to the +injector, as in this example: + +```html +
    + +
    +``` + +```js +function MyController($scope, greeter) { + $scope.sayHello = function() { + greeter.greet('Hello World'); + }; +} +``` + +When AngularJS compiles the HTML, it processes the `ng-controller` directive, which in turn +asks the injector to create an instance of the controller and its dependencies. + +```js +injector.instantiate(MyController); +``` + +This is all done behind the scenes. Notice that by having the `ng-controller` ask the injector to +instantiate the class, it can satisfy all of the dependencies of `MyController` without the +controller ever knowing about the injector. + +This is the best outcome. The application code simply declares the dependencies it needs, without +having to deal with the injector. This setup does not break the Law of Demeter. + +
    +**Note:** AngularJS uses +[**constructor injection**](http://misko.hevery.com/2009/02/19/constructor-injection-vs-setter-injection/). +
    diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 2f93ef33d12c..2b57c555863b 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -1,694 +1,989 @@ @ngdoc overview @name Directives +@sortOrder 300 @description -Directives are a way to teach HTML new tricks. During DOM compilation directives are matched -against the HTML and executed. This allows directives to register behavior, or transform the DOM. - -Angular comes with a built in set of directives which are useful for building web applications but -can be extended such that HTML can be turned into a declarative domain specific language (DSL). - -# Invoking directives from HTML - -Directives have camel cased names such as `ngBind`. The directive can be invoked by translating -the camel case name into snake case with these special characters `:`, `-`, or `_`. Optionally the -directive can be prefixed with `x-`, or `data-` to make it HTML validator compliant. Here is a -list of some of the possible directive names: `ng:bind`, `ng-bind`, `ng_bind`, `x-ng-bind` and -`data-ng-bind`. - -The directives can be placed in element names, attributes, class names, as well as comments. Here -are some equivalent examples of invoking `myDir`. (However, most directives are restricted to -attribute only.) - -
    -  
    -  
    -  
    -  
    -
    - -Directives can be invoked in many different ways, but are equivalent in the end result as shown in -the following example. - - - - -
    - Hello
    - <span ng:bind="name">
    - <span ng_bind="name">
    - <span ng-bind="name">
    - <span data-ng-bind="name">
    - <span x-ng-bind="name">
    -
    -
    - +# Creating Custom Directives + +
    +**Note:** this guide is targeted towards developers who are already familiar with AngularJS basics. +If you're just getting started, we recommend the {@link tutorial/ tutorial} first. +If you're looking for the **directives API**, you can find it in the +{@link ng.$compile `$compile` API docs}. +
    + + +This document explains when you'd want to create your own directives in your AngularJS app, and +how to implement them. + + +## What are Directives? + +At a high level, directives are markers on a DOM element (such as an attribute, element +name, comment or CSS class) that tell AngularJS's **HTML compiler** ({@link ng.$compile `$compile`}) +to attach a specified behavior to that DOM element (e.g. via event listeners), or even to transform +the DOM element and its children. + +AngularJS comes with a set of these directives built-in, like `ngBind`, `ngModel`, and `ngClass`. +Much like you create controllers and services, you can create your own directives for AngularJS to use. +When AngularJS {@link guide/bootstrap bootstraps} your application, the +{@link guide/compiler HTML compiler} traverses the DOM matching directives against the DOM elements. + +
    +**What does it mean to "compile" an HTML template?** + +For AngularJS, "compilation" means attaching directives to the HTML to make it interactive. +The reason we use the term "compile" is that the recursive process of attaching directives +mirrors the process of compiling source code in +[compiled programming languages](http://en.wikipedia.org/wiki/Compiled_languages). +
    + + +## Matching Directives + +Before we can write a directive, we need to know how AngularJS's {@link guide/compiler HTML compiler} +determines when to use a given directive. + +Similar to the terminology used when an [element **matches** a selector](https://developer.mozilla.org/en-US/docs/Web/API/Element.matches), we say an element **matches** a +directive when the directive is part of its declaration. + +In the following example, we say that the `` element **matches** the `ngModel` directive + +```html + +``` + +The following `` element also **matches** `ngModel`: + +```html + +``` + +And the following `` element **matches** the `person` directive: + +```html +{{name}} +``` + +### Normalization + +AngularJS **normalizes** an element's tag and attribute name to determine which elements match which +directives. We typically refer to directives by their case-sensitive +[camelCase](http://en.wikipedia.org/wiki/CamelCase) **normalized** name (e.g. `ngModel`). +However, since HTML is case-insensitive, we refer to directives in the DOM by lower-case +forms, typically using [dash-delimited](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles) +attributes on DOM elements (e.g. `ng-model`). + +The **normalization** process is as follows: + +1. Strip `x-` and `data-` from the front of the element/attributes. +2. Convert the `:`, `-`, or `_`-delimited name to `camelCase`. + +For example, the following forms are all equivalent and match the {@link ngBind} directive: + + + +
    + Hello
    +
    +
    +
    +
    +
    +
    +
    + + angular.module('docsBindExample', []) + .controller('Controller', ['$scope', function($scope) { + $scope.name = 'Max Karl Ernst Ludwig Planck (April 23, 1858 – October 4, 1947)'; + }]); + + it('should show off bindings', function() { - expect(element('div[ng-controller="Ctrl1"] span[ng-bind]').text()).toBe('angular'); + var containerElm = element(by.css('div[ng-controller="Controller"]')); + var nameBindings = containerElm.all(by.binding('name')); + + expect(nameBindings.count()).toBe(5); + nameBindings.each(function(elem) { + expect(elem.getText()).toEqual('Max Karl Ernst Ludwig Planck (April 23, 1858 – October 4, 1947)'); + }); }); -
    -
    - -# String interpolation - -During the compilation process the {@link api/ng.$compile compiler} matches text and -attributes using the {@link api/ng.$interpolate $interpolate} service to see if they -contain embedded expressions. These expressions are registered as {@link -api/ng.$rootScope.Scope#$watch watches} and will update as part of normal {@link -api/ng.$rootScope.Scope#$digest digest} cycle. An example of interpolation is shown -here: - -
    -Hello {{username}}!
    -
    - -# Compilation process, and directive matching - -Compilation of HTML happens in three phases: - - 1. First the HTML is parsed into DOM using the standard browser API. This is important to - realize because the templates must be parsable HTML. This is in contrast to most templating - systems that operate on strings, rather than on DOM elements. - - 2. The compilation of the DOM is performed by the call to the {@link api/ng.$compile - $compile()} method. The method traverses the DOM and matches the directives. If a match is found - it is added to the list of directives associated with the given DOM element. Once all directives - for a given DOM element have been identified they are sorted by priority and their `compile()` - functions are executed. The directive compile function has a chance to modify the DOM structure - and is responsible for producing a `link()` function explained next. The {@link - api/ng.$compile $compile()} method returns a combined linking function, which is a - collection of all of the linking functions returned from the individual directive compile - functions. - - 3. Link the template with scope by calling the linking function returned from the previous step. - This in turn will call the linking function of the individual directives allowing them to - register any listeners on the elements and set up any {@link - api/ng.$rootScope.Scope#$watch watches} with the {@link - api/ng.$rootScope.Scope scope}. The result of this is a live binding between the - scope and the DOM. A change in the scope is reflected in the DOM. - -
    -  var $compile = ...; // injected into your code
    -  var scope = ...;
    -
    -  var html = '
    '; - - // Step 1: parse HTML into DOM element - var template = angular.element(html); - - // Step 2: compile the template - var linkFn = $compile(template); - - // Step 3: link the compiled template with the scope. - linkFn(scope); -
    - -## Reasons behind the compile/link separation - -At this point you may wonder why the compile process is broken down to a compile and link phase. -To understand this, let's look at a real world example with a repeater: - -
    -  Hello {{user}}, you have these actions:
    -  
      -
    • - {{action.description}} -
    • -
    -
    - -The short answer is that compile and link separation is needed any time a change in model causes -a change in DOM structure such as in repeaters. - -When the above example is compiled, the compiler visits every node and looks for directives. The -`{{user}}` is an example of an {@link api/ng.$interpolate interpolation} directive. {@link -api/ng.directive:ngRepeat ngRepeat} is another directive. But {@link -api/ng.directive:ngRepeat ngRepeat} has a dilemma. It needs to be -able to quickly stamp out new `li`s for every `action` in `user.actions`. This means that it needs -to save a clean copy of the `li` element for cloning purposes and as new `action`s are inserted, -the template `li` element needs to be cloned and inserted into `ul`. But cloning the `li` element -is not enough. It also needs to compile the `li` so that its directives such as -`{{action.descriptions}}` evaluate against the right {@link api/ng.$rootScope.Scope -scope}. A naive method would be to simply insert a copy of the `li` element and then compile it. -But compiling on every `li` element clone would be slow, since the compilation requires that we -traverse the DOM tree and look for directives and execute them. If we put the compilation inside a -repeater which needs to unroll 100 items we would quickly run into performance problems. - -The solution is to break the compilation process into two phases; the compile phase where all of -the directives are identified and sorted by priority, and a linking phase where any work which -links a specific instance of the {@link api/ng.$rootScope.Scope scope} and the specific -instance of an `li` is performed. - -{@link api/ng.directive:ngRepeat ngRepeat} works by preventing the -compilation process from descending into the `li` element. Instead the {@link -api/ng.directive:ngRepeat ngRepeat} directive compiles `li` -separately. The result of the `li` element compilation is a linking function which contains all -of the directives contained in the `li` element, ready to be attached to a specific clone of the `li` -element. At runtime the {@link api/ng.directive:ngRepeat ngRepeat} -watches the expression and as items are added to the array it clones the `li` element, creates a -new {@link api/ng.$rootScope.Scope scope} for the cloned `li` element and calls the -link function on the cloned `li`. - -Summary: - - * *compile function* - The compile function is relatively rare in directives, since most - directives are concerned with working with a specific DOM element instance rather than - transforming the template DOM element. Any operation which can be shared among the instance of - directives should be moved to the compile function for performance reasons. - - * *link function* - It is rare for the directive not to have a link function. A link function - allows the directive to register listeners to the specific cloned DOM element instance as well - as to copy content into the DOM from the scope. - - -# Writing directives (short version) + + -In this example we will build a directive that displays the current time. +
    +**Best Practice:** Prefer using the dash-delimited format (e.g. `ng-bind` for `ngBind`). +If you want to use an HTML validating tool, you can instead use the `data`-prefixed version (e.g. +`data-ng-bind` for `ngBind`). +The other forms shown above are accepted for legacy reasons but we advise you to avoid them. +
    - - - -
    - Date format:
    - Current time is: -
    -
    -
    - - -# Writing directives (long version) - -An example skeleton of the directive is shown here, for the complete list see below. - -
    -  var myModule = angular.module(...);
    -
    -  myModule.directive('directiveName', function factory(injectables) {
    -    var directiveDefinitionObject = {
    -      priority: 0,
    -      template: '
    ', - templateUrl: 'directive.html', - replace: false, - transclude: false, - restrict: 'A', - scope: false, - compile: function compile(tElement, tAttrs, transclude) { - return { - pre: function preLink(scope, iElement, iAttrs, controller) { ... }, - post: function postLink(scope, iElement, iAttrs, controller) { ... } - } - }, - link: function postLink(scope, iElement, iAttrs) { ... } - }; - return directiveDefinitionObject; - }); -
    +### Directive types -In most cases you will not need such fine control and so the above can be simplified. All of the -different parts of this skeleton are explained in following sections. In this section we are -interested only in some of this skeleton. +`$compile` can match directives based on element names (E), attributes (A), class names (C), +and comments (M). -The first step in simplyfing the code is to rely on the default values. Therefore the above can be -simplified as: +The built-in AngularJS directives show in their documentation page which type of matching they support. -
    -  var myModule = angular.module(...);
    +The following demonstrates the various ways a directive (`myDir` in this case) that matches all
    +4 types can be referenced from within a template.
     
    -  myModule.directive('directiveName', function factory(injectables) {
    -    var directiveDefinitionObject = {
    -      compile: function compile(tElement, tAttrs) {
    -        return function postLink(scope, iElement, iAttrs) { ... }
    -      }
    -    };
    -    return directiveDefinitionObject;
    -  });
    -
    +```html + + + + +``` -Most directives concern themselves only with instances, not with template transformations, allowing -further simplification: +A directive can specify which of the 4 matching types it supports in the +{@link ng.$compile#-restrict- `restrict`} property of the directive definition object. +The default is `EA`. -
    -  var myModule = angular.module(...);
    -
    -  myModule.directive('directiveName', function factory(injectables) {
    -    return function postLink(scope, iElement, iAttrs) { ... }
    -  });
    -
    - - -## Factory method - -The factory method is responsible for creating the directive. It is invoked only once, when the -{@link api/ng.$compile compiler} matches the directive for the first time. You can -perform any initialization work here. The method is invoked using the {@link -api/AUTO.$injector#invoke $injector.invoke} which -makes it injectable following all of the rules of injection annotation. - -## Directive Definition Object - -The directive definition object provides instructions to the {@link api/ng.$compile -compiler}. The attributes are: - - * `name` - Name of the current scope. Optional and defaults to the name at registration. - - * `priority` - When there are multiple directives defined on a single DOM element, sometimes it - is necessary to specify the order in which the directives are applied. The `priority` is used - to sort the directives before their `compile` functions get called. Higher `priority` goes - first. The order of directives within the same priority is undefined. +
    +**Best Practice:** Prefer using directives via tag name and attributes over comment and class names. +Doing so generally makes it easier to determine what directives a given element matches. +
    - * `terminal` - If set to true then the current `priority` will be the last set of directives - which will execute (any directives at the current priority will still execute - as the order of execution on same `priority` is undefined). +
    +**Best Practice:** Comment directives were commonly used in places where the DOM API limits the +ability to create directives that spanned multiple elements (e.g. inside `` elements). +AngularJS 1.2 introduces {@link ng.directive:ngRepeat `ng-repeat-start` and `ng-repeat-end`} +as a better solution to this problem. Developers are encouraged to use this over custom comment +directives when possible. + - * `scope` - If set to: - * `true` - then a new scope will be created for this directive. If multiple directives on the - same element request a new scope, only one new scope is created. The new scope rule does not - apply for the root of the template since the root of the template always gets a new scope. - - * `{}` (object hash) - then a new 'isolate' scope is created. The 'isolate' scope differs from - normal scope in that it does not prototypically inherit from the parent scope. This is useful - when creating reusable components, which should not accidentally read or modify data in the - parent scope.
    - The 'isolate' scope takes an object hash which defines a set of local scope properties - derived from the parent scope. These local properties are useful for aliasing values for - templates. Locals definition is a hash of local scope property to its source: - - * `@` or `@attr` - bind a local scope property to the value of DOM attribute. The result is - always a string since DOM attributes are strings. If no `attr` name is specified then the - attribute name is assumed to be the same as the local name. - Given `` and widget definition - of `scope: { localName:'@myAttr' }`, then widget scope property `localName` will reflect - the interpolated value of `hello {{name}}`. As the `name` attribute changes so will the - `localName` property on the widget scope. The `name` is read from the parent scope (not - component scope). +## Creating Directives - * `=` or `=attr` - set up bi-directional binding between a local scope property and the - parent scope property of name defined via the value of the `attr` attribute. If no `attr` - name is specified then the attribute name is assumed to be the same as the local name. - Given `` and widget definition of - `scope: { localModel:'=myAttr' }`, then widget scope property `localModel` will reflect the - value of `parentModel` on the parent scope. Any changes to `parentModel` will be reflected - in `localModel` and any changes in `localModel` will reflect in `parentModel`. +First let's talk about the {@link ng.$compileProvider#directive API for registering directives}. Much like +controllers, directives are registered on modules. To register a directive, you use the +`module.directive` API. `module.directive` takes the +{@link guide/directive#matching-directives normalized} directive name +followed by a **factory function.** This factory function should return an object with the different +options to tell `$compile` how the directive should behave when matched. - * `&` or `&attr` - provides a way to execute an expression in the context of the parent scope. - If no `attr` name is specified then the attribute name is assumed to be the same as the - local name. Given `` and widget definition of - `scope: { localFn:'&myAttr' }`, then isolate scope property `localFn` will point to - a function wrapper for the `count = count + value` expression. Often it's desirable to - pass data from the isolated scope via an expression and to the parent scope, this can be - done by passing a map of local variable names and values into the expression wrapper fn. - For example, if the expression is `increment(amount)` then we can specify the amount value - by calling the `localFn` as `localFn({amount: 22})`. - * `controller` - Controller constructor function. The controller is instantiated before the - pre-linking phase and it is shared with other directives if they request it by name (see - `require` attribute). This allows the directives to communicate with each other and augment - each other's behavior. The controller is injectable with the following locals: +The factory function is invoked only once when the +{@link ng.$compile compiler} matches the directive for the first time. You can perform any +initialization work here. The function is invoked using +{@link auto.$injector#invoke $injector.invoke} which makes it injectable just like a +controller. - * `$scope` - Current scope associated with the element - * `$element` - Current element - * `$attrs` - Current attributes obeject for the element - * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope: - `function(cloneLinkingFn)`. - * `require` - Require another controller be passed into current directive linking function. The - `require` takes a name of the directive controller to pass in. If no such controller can be - found an error is raised. The name can be prefixed with: +We'll go over a few common examples of directives, then dive deep into the different options +and compilation process. - * `?` - Don't raise an error. This makes the require dependency optional. - * `^` - Look for the controller on parent elements as well. +
    +**Best Practice:** In order to avoid collisions with some future standard, it's best to prefix your own +directive names. For instance, if you created a `` directive, it would be problematic if HTML7 +introduced the same element. A two or three letter prefix (e.g. `btfCarousel`) works well. Similarly, do +not prefix your own directives with `ng` or they might conflict with directives included in a future +version of AngularJS. +
    +For the following examples, we'll use the prefix `my` (e.g. `myCustomer`). - * `restrict` - String of subset of `EACM` which restricts the directive to a specific directive - declaration style. If omitted directives are allowed on attributes only. - * `E` - Element name: `` - * `A` - Attribute: `
    ` - * `C` - Class: `
    ` - * `M` - Comment: `` +### Template-expanding directive - * `template` - replace the current element with the contents of the HTML. The replacement process - migrates all of the attributes / classes from the old element to the new one. See Creating - Widgets section below for more information. +Let's say you have a chunk of your template that represents a customer's information. This template +is repeated many times in your code. When you change it in one place, you have to change it in +several others. This is a good opportunity to use a directive to simplify your template. - * `templateUrl` - Same as `template` but the template is loaded from the specified URL. Because - the template loading is asynchronous the compilation/linking is suspended until the template - is loaded. +Let's create a directive that simply replaces its contents with a static template: - * `replace` - if set to `true` then the template will replace the current element, rather than - append the template to the element. + + + angular.module('docsSimpleDirective', []) + .controller('Controller', ['$scope', function($scope) { + $scope.customer = { + name: 'Naomi', + address: '1600 Amphitheatre' + }; + }]) + .directive('myCustomer', function() { + return { + template: 'Name: {{customer.name}} Address: {{customer.address}}' + }; + }); + + +
    +
    +
    +
    +
    + +Notice that we have bindings in this directive. After `$compile` compiles and links +`
    `, it will try to match directives on the element's children. This means you +can compose directives of other directives. We'll see how to do that in +{@link guide/directive#creating-directives-that-communicate an example} +below. + +In the example above we in-lined the value of the `template` option, but this will become annoying +as the size of your template grows. + +
    +**Best Practice:** Unless your template is very small, it's typically better to break it apart into +its own HTML file and load it with the `templateUrl` option. +
    + +If you are familiar with `ngInclude`, `templateUrl` works just like it. Here's the same example +using `templateUrl` instead: + + + + angular.module('docsTemplateUrlDirective', []) + .controller('Controller', ['$scope', function($scope) { + $scope.customer = { + name: 'Naomi', + address: '1600 Amphitheatre' + }; + }]) + .directive('myCustomer', function() { + return { + templateUrl: 'my-customer.html' + }; + }); + + +
    +
    +
    +
    + + Name: {{customer.name}} Address: {{customer.address}} + +
    + +`templateUrl` can also be a function which returns the URL of an HTML template to be loaded and +used for the directive. AngularJS will call the `templateUrl` function with two parameters: the +element that the directive was called on, and an `attr` object associated with that element. + +
    +**Note:** You do not currently have the ability to access scope variables from the `templateUrl` +function, since the template is requested before the scope is initialized. +
    + + + + angular.module('docsTemplateUrlDirective', []) + .controller('Controller', ['$scope', function($scope) { + $scope.customer = { + name: 'Naomi', + address: '1600 Amphitheatre' + }; + }]) + .directive('myCustomer', function() { + return { + templateUrl: function(elem, attr) { + return 'customer-' + attr.type + '.html'; + } + }; + }); + + +
    +
    +
    +
    +
    + + Name: {{customer.name}} + + + Address: {{customer.address}} + +
    + +
    +**Note:** When you create a directive, it is restricted to attribute and elements only by default. In order to +create directives that are triggered by class name, you need to use the `restrict` option. +
    + +The `restrict` option is typically set to: + +* `'A'` - only matches attribute name +* `'E'` - only matches element name +* `'C'` - only matches class name +* `'M'` - only matches comment + +These restrictions can all be combined as needed: + +* `'AEC'` - matches either attribute or element or class name + +Let's change our directive to use `restrict: 'E'`: + + + + angular.module('docsRestrictDirective', []) + .controller('Controller', ['$scope', function($scope) { + $scope.customer = { + name: 'Naomi', + address: '1600 Amphitheatre' + }; + }]) + .directive('myCustomer', function() { + return { + restrict: 'E', + templateUrl: 'my-customer.html' + }; + }); + + + +
    + +
    +
    - * `transclude` - compile the content of the element and make it available to the directive. - Typically used with {@link api/ng.directive:ngTransclude - ngTransclude}. The advantage of transclusion is that the linking function receives a - transclusion function which is pre-bound to the correct scope. In a typical setup the widget - creates an `isolate` scope, but the transclusion is not a child, but a sibling of the `isolate` - scope. This makes it possible for the widget to have private state, and the transclusion to - be bound to the parent (pre-`isolate`) scope. + + Name: {{customer.name}} Address: {{customer.address}} + +
    - * `true` - transclude the content of the directive. - * `'element'` - transclude the whole element including any directives defined at lower priority. +For more on the `restrict` property, see the +{@link ng.$compile#directive-definition-object API docs}. +
    +**When should I use an attribute versus an element?** - * `compile`: This is the compile function described in the section below. +Use an element when you are creating a component that is in control of the template. The common case +for this is when you are creating a Domain-Specific Language for parts of your template. - * `link`: This is the link function described in the section below. This property is used only - if the `compile` property is not defined. +Use an attribute when you are decorating an existing element with new functionality. +
    -## Compile function +Using an element for the `myCustomer` directive is clearly the right choice because you're not +decorating an element with some "customer" behavior; you're defining the core behavior of the +element as a customer component. -
    -  function compile(tElement, tAttrs, transclude) { ... }
    -
    -The compile function deals with transforming the template DOM. Since most directives do not do -template transformation, it is not used often. Examples that require compile functions are -directives that transform template DOM, such as {@link -api/ng.directive:ngRepeat ngRepeat}, or load the contents -asynchronously, such as {@link api/ng.directive:ngView ngView}. The -compile function takes the following arguments. - * `tElement` - template element - The element where the directive has been declared. It is - safe to do template transformation on the element and child elements only. +### Isolating the Scope of a Directive - * `tAttrs` - template attributes - Normalized list of attributes declared on this element shared - between all directive compile functions. See {@link - guide/directive#Attributes Attributes}. +Our `myCustomer` directive above is great, but it has a fatal flaw. We can only use it once within a +given scope. - * `transclude` - A transclude linking function: `function(scope, cloneLinkingFn)`. +In its current implementation, we'd need to create a different controller each time in order to +re-use such a directive: -NOTE: The template instance and the link instance may not be the same objects if the template has -been cloned. For this reason it is not safe in the compile function to do anything other than DOM -transformation that applies to all DOM clones. Specifically, DOM listener registration should be -done in a linking function rather than in a compile function. + + + angular.module('docsScopeProblemExample', []) + .controller('NaomiController', ['$scope', function($scope) { + $scope.customer = { + name: 'Naomi', + address: '1600 Amphitheatre' + }; + }]) + .controller('IgorController', ['$scope', function($scope) { + $scope.customer = { + name: 'Igor', + address: '123 Somewhere' + }; + }]) + .directive('myCustomer', function() { + return { + restrict: 'E', + templateUrl: 'my-customer.html' + }; + }); + + +
    + +
    +
    +
    + +
    +
    + + Name: {{customer.name}} Address: {{customer.address}} + +
    + +This is clearly not a great solution. + +What we want to be able to do is separate the scope inside a directive from the scope +outside, and then map the outer scope to a directive's inner scope. We can do this by creating what +we call an **isolate scope**. To do this, we can use a {@link $compile#-scope- directive's `scope`} option: + + + + angular.module('docsIsolateScopeDirective', []) + .controller('Controller', ['$scope', function($scope) { + $scope.naomi = { name: 'Naomi', address: '1600 Amphitheatre' }; + $scope.igor = { name: 'Igor', address: '123 Somewhere' }; + }]) + .directive('myCustomer', function() { + return { + restrict: 'E', + scope: { + customerInfo: '=info' + }, + templateUrl: 'my-customer-iso.html' + }; + }); + + +
    + +
    + +
    +
    + + Name: {{customerInfo.name}} Address: {{customerInfo.address}} + +
    -A compile function can have a return value which can be either a function or an object. +Looking at `index.html`, the first `` element binds the `info` attribute to `naomi`, +which we have exposed on our controller's scope. The second binds `info` to `igor`. -* returning a function - is equivalent to registering the linking function via the `link` property - of the config object when the compile function is empty. +Let's take a closer look at the scope option: -* returning an object with function(s) registered via `pre` and `post` properties - allows you to - control when a linking function should be called during the linking phase. See info about - pre-linking and post-linking functions below. +```javascript +//... +scope: { + customerInfo: '=info' +}, +//... +``` +The **scope option** is an object that contains a property for each isolate scope binding. In this +case it has just one property: -## Linking function +- Its name (`customerInfo`) corresponds to the directive's **isolate scope** property, + `customerInfo`. +- Its value (`=info`) tells `$compile` to bind to the `info` attribute. -
    -  function link(scope, iElement, iAttrs, controller) { ... }
    -
    +
    +**Note:** These `=attr` attributes in the `scope` option of directives are normalized just like +directive names. To bind to the attribute in `
    `, you'd specify a binding +of `=bindToThis`. +
    -The link function is responsible for registering DOM listeners as well as updating the DOM. It is -executed after the template has been cloned. This is where most of the directive logic will be -put. +For cases where the attribute name is the same as the value you want to bind to inside the +directive's scope, you can use this shorthand syntax: - * `scope` - {@link api/ng.$rootScope.Scope Scope} - The scope to be used by the - directive for registering {@link api/ng.$rootScope.Scope#$watch watches}. +```javascript +... +scope: { + // same as '=customer' + customer: '=' +}, +... +``` + +Besides making it possible to bind different data to the scope inside a directive, using an isolated +scope has another effect. + +We can show this by adding another property, `vojta`, to our scope and trying to access it from +within our directive's template: + + + + angular.module('docsIsolationExample', []) + .controller('Controller', ['$scope', function($scope) { + $scope.naomi = { name: 'Naomi', address: '1600 Amphitheatre' }; + $scope.vojta = { name: 'Vojta', address: '3456 Somewhere Else' }; + }]) + .directive('myCustomer', function() { + return { + restrict: 'E', + scope: { + customerInfo: '=info' + }, + templateUrl: 'my-customer-plus-vojta.html' + }; + }); + + +
    + +
    +
    + + Name: {{customerInfo.name}} Address: {{customerInfo.address}} +
    + Name: {{vojta.name}} Address: {{vojta.address}} +
    +
    - * `iElement` - instance element - The element where the directive is to be used. It is safe to - manipulate the children of the element only in `postLink` function since the children have - already been linked. +Notice that `{{vojta.name}}` and `{{vojta.address}}` are empty, meaning they are undefined. +Although we defined `vojta` in the controller, it's not available within the directive. - * `iAttrs` - instance attributes - Normalized list of attributes declared on this element shared - between all directive linking functions. See {@link - guide/directive#Attributes Attributes}. +As the name suggests, the **isolate scope** of the directive isolates everything except models that +you've explicitly added to the `scope: {}` hash object. This is helpful when building reusable +components because it prevents a component from changing your model state except for the models +that you explicitly pass in. - * `controller` - a controller instance - A controller instance if at least one directive on the - element defines a controller. The controller is shared among all the directives, which allows - the directives to use the controllers as a communication channel. +
    +**Note:** Normally, a scope prototypically inherits from its parent. An isolated scope does not. +See the {@link $compile#directive-definition-object "Directive Definition Object - scope"} section +for more information about isolate scopes. +
    +
    +**Best Practice:** Use the `scope` option to create isolate scopes when making components that you +want to reuse throughout your app. +
    -### Pre-linking function +### Creating a Directive that Manipulates the DOM -Executed before the child elements are linked. Not safe to do DOM transformation since the -compiler linking function will fail to locate the correct elements for linking. +In this example we will build a directive that displays the current time. +Once a second, it updates the DOM to reflect the current time. + +Directives that want to modify the DOM typically use the `link` option to register DOM listeners +as well as update the DOM. It is executed after the template has been cloned and is where +directive logic will be put. + + `link` takes a function with the following signature, +`function link(scope, element, attrs, controller, transcludeFn) { ... }`, where: + +* `scope` is an AngularJS scope object. +* `element` is the jqLite-wrapped element that this directive matches. +* `attrs` is a hash object with key-value pairs of normalized attribute names and their + corresponding attribute values. +* `controller` is the directive's required controller instance(s) or its own controller (if any). + The exact value depends on the directive's require property. +* `transcludeFn` is a transclude linking function pre-bound to the correct transclusion scope. + +
    +For more details on the `link` option refer to the {@link ng.$compile#-link- `$compile` API} page. +
    + +In our `link` function, we want to update the displayed time once a second, or whenever a user +changes the time formatting string that our directive binds to. We will use the `$interval` service +to call a handler on a regular basis. This is easier than using `$timeout` but also works better with +end-to-end testing, where we want to ensure that all `$timeout`s have completed before completing the test. +We also want to remove the `$interval` if the directive is deleted so we don't introduce a memory leak. + + + + angular.module('docsTimeDirective', []) + .controller('Controller', ['$scope', function($scope) { + $scope.format = 'M/d/yy h:mm:ss a'; + }]) + .directive('myCurrentTime', ['$interval', 'dateFilter', function($interval, dateFilter) { + + function link(scope, element, attrs) { + var format, + timeoutId; + + function updateTime() { + element.text(dateFilter(new Date(), format)); + } + + scope.$watch(attrs.myCurrentTime, function(value) { + format = value; + updateTime(); + }); + + element.on('$destroy', function() { + $interval.cancel(timeoutId); + }); + + // start the UI update process; save the timeoutId for canceling + timeoutId = $interval(function() { + updateTime(); // update DOM + }, 1000); + } -### Post-linking function + return { + link: link + }; + }]); + + +
    + Date format:
    + Current time is: +
    +
    +
    -Executed after the child elements are linked. It is safe to do DOM transformation in the post-linking function. +There are a couple of things to note here. +Just like the `module.controller` API, the function argument in `module.directive` is dependency +injected. Because of this, we can use `$interval` and `dateFilter` inside our directive's `link` +function. - -## Attributes +We register an event `element.on('$destroy', ...)`. What fires this `$destroy` event? -The {@link api/ng.$compile.directive.Attributes Attributes} object - passed as a parameter in the -link() or compile() functions - is a way of accessing: +There are a few special events that AngularJS emits. When a DOM node that has been compiled +with AngularJS's compiler is destroyed, it emits a `$destroy` event. Similarly, when an AngularJS +scope is destroyed, it broadcasts a `$destroy` event to listening scopes. - * *normalized attribute names:* Since a directive such as 'ngBind' can be expressed in many ways - such as 'ng:bind', or 'x-ng-bind', the attributes object allows for normalized accessed to - the attributes. +By listening to this event, you can remove event listeners that might cause memory leaks. +Listeners registered to scopes and elements are automatically cleaned up when they are destroyed, +but if you registered a listener on a service, or registered a listener on a DOM node that isn't +being deleted, you'll have to clean it up yourself or you risk introducing a memory leak. - * *directive inter-communication:* All directives share the same instance of the attributes - object which allows the directives to use the attributes object as inter directive - communication. +
    +**Best Practice:** Directives should clean up after themselves. You can use +`element.on('$destroy', ...)` or `scope.$on('$destroy', ...)` to run a clean-up function when the +directive is removed. +
    - * *supports interpolation:* Interpolation attributes are assigned to the attribute object - allowing other directives to read the interpolated value. - * *observing interpolated attributes:* Use `$observe` to observe the value changes of attributes - that contain interpolation (e.g. `src="http://github.com/%7B%7Bbar%7D%7D"`). Not only is this very efficient but it's also - the only way to easily get the actual value because during the linking phase the interpolation - hasn't been evaluated yet and so the value is at this time set to `undefined`. +### Creating a Directive that Wraps Other Elements -
    -function linkingFn(scope, elm, attrs, ctrl) {
    -  // get the attribute value
    -  console.log(attrs.ngModel);
    +We've seen that you can pass in models to a directive using the isolate scope, but sometimes
    +it's desirable to be able to pass in an entire template rather than a string or an object.
    +Let's say that we want to create a "dialog box" component. The dialog box should be able to
    +wrap any arbitrary content.
     
    -  // change the attribute
    -  attrs.$set('ngModel', 'new value');
    +To do this, we need to use the `transclude` option.
     
    -  // observe changes to interpolated attribute
    -  attrs.$observe('ngModel', function(value) {
    -    console.log('ngModel has changed value to ' + value);
    -  });
    -}
    -
    - - -# Understanding Transclusion and Scopes - -It is often desirable to have reusable components. Below is a pseudo code showing how a simplified -dialog component may work. - -
    -  
    - - - Body goes here: {{username}} is {{title}}. - -
    -
    - -Clicking on the "show" button will open the dialog. The dialog will have a title, which is -data bound to `username`, and it will also have a body which we would like to transclude -into the dialog. - -Here is an example of what the template definition for the `dialog` widget may look like. - -
    -  
    -

    {{title}}

    -
    - -
    + + +
    + × +
    +
    +
    + -This will not render properly, unless we do some scope magic. +We want to run the function we pass by invoking it from the directive's scope, but have it run +in the context of the scope where it's registered. -The first issue we have to solve is that the dialog box template expects `title` to be defined, but -the place of instantiation would like to bind to `username`. Furthermore the buttons expect the -`onOk` and `onCancel` functions to be present in the scope. This limits the usefulness of the -widget. To solve the mapping issue we use the `locals` to create local variables which the template -expects as follows: +We saw earlier how to use `=attr` in the `scope` option, but in the above example, we're using +`&attr` instead. The `&` binding allows a directive to trigger evaluation of an expression in +the context of the original scope, at a specific time. Any legal expression is allowed, including +an expression which contains a function call. Because of this, `&` bindings are ideal for binding +callback functions to directive behaviors. -
    -  scope: {
    -    title: '@',             // the title uses the data-binding from the parent scope
    -    onOk: '&',              // create a delegate onOk function
    -    onCancel: '&',          // create a delegate onCancel function
    -    visible: '='            // set up visible to accept data-binding
    -  }
    -
    +When the user clicks the `x` in the dialog, the directive's `close` function is called, thanks to +`ng-click.` This call to `close` on the isolated scope actually evaluates the expression +`hideDialog(message)` in the context of the original scope, thus running `Controller`'s `hideDialog` +function. -Creating local properties on widget scope creates two problems: +Often it's desirable to pass data from the isolate scope via an expression to the +parent scope, this can be done by passing a map of local variable names and values into the expression +wrapper function. For example, the `hideDialog` function takes a message to display when the dialog +is hidden. This is specified in the directive by calling `close({message: 'closing for now'})`. +Then the local variable `message` will be available within the `on-close` expression. - 1. isolation - if the user forgets to set `title` attribute of the dialog widget the dialog - template will bind to parent scope property. This is unpredictable and undesirable. +
    +**Best Practice:** use `&attr` in the `scope` option when you want your directive +to expose an API for binding to behaviors. +
    - 2. transclusion - the transcluded DOM can see the widget locals, which may overwrite the - properties which the transclusion needs for data-binding. In our example the `title` - property of the widget clobbers the `title` property of the transclusion. +### Creating a Directive that Adds Event Listeners -To solve the issue of lack of isolation, the directive declares a new `isolated` scope. An -isolated scope does not prototypically inherit from the child scope, and therefore we don't have -to worry about accidentally clobbering any properties. +Previously, we used the `link` function to create a directive that manipulated its +DOM elements. Building upon that example, let's make a directive that reacts to events on +its elements. -However `isolated` scope creates a new problem: if a transcluded DOM is a child of the widget -isolated scope then it will not be able to bind to anything. For this reason the transcluded scope -is a child of the original scope, before the widget created an isolated scope for its local -variables. This makes the transcluded and widget isolated scope siblings. +For instance, what if we wanted to create a directive that lets a user drag an +element? -This may seem to be unexpected complexity, but it gives the widget user and developer the least -surprise. + + + angular.module('dragModule', []) + .directive('myDraggable', ['$document', function($document) { + return { + link: function(scope, element, attr) { + var startX = 0, startY = 0, x = 0, y = 0; + + element.css({ + position: 'relative', + border: '1px solid red', + backgroundColor: 'lightgrey', + cursor: 'pointer' + }); + + element.on('mousedown', function(event) { + // Prevent default dragging of selected content + event.preventDefault(); + startX = event.pageX - x; + startY = event.pageY - y; + $document.on('mousemove', mousemove); + $document.on('mouseup', mouseup); + }); + + function mousemove(event) { + y = event.pageY - startY; + x = event.pageX - startX; + element.css({ + top: y + 'px', + left: x + 'px' + }); + } + + function mouseup() { + $document.off('mousemove', mousemove); + $document.off('mouseup', mouseup); + } + } + }; + }]); + + + Drag Me + + + + + +### Creating Directives that Communicate + +You can compose any directives by using them within templates. + +Sometimes, you want a component that's built from a combination of directives. + +Imagine you want to have a container with tabs in which the contents of the container correspond +to which tab is active. + + + + angular.module('docsTabsExample', []) + .directive('myTabs', function() { + return { + restrict: 'E', + transclude: true, + scope: {}, + controller: ['$scope', function MyTabsController($scope) { + var panes = $scope.panes = []; + + $scope.select = function(pane) { + angular.forEach(panes, function(pane) { + pane.selected = false; + }); + pane.selected = true; + }; + + this.addPane = function(pane) { + if (panes.length === 0) { + $scope.select(pane); + } + panes.push(pane); + }; + }], + templateUrl: 'my-tabs.html' + }; + }) + .directive('myPane', function() { + return { + require: '^^myTabs', + restrict: 'E', + transclude: true, + scope: { + title: '@' + }, + link: function(scope, element, attrs, tabsCtrl) { + tabsCtrl.addPane(scope); + }, + templateUrl: 'my-pane.html' + }; + }); + + + + +

    Lorem ipsum dolor sit amet

    +
    + + Mauris elementum elementum enim at suscipit. +

    counter: {{i || 0}}

    +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    {{title}}

    +
    +
    +
    +
    + +The `myPane` directive has a `require` option with value `^^myTabs`. When a directive uses this +option, `$compile` will throw an error unless the specified controller is found. The `^^` prefix +means that this directive searches for the controller on its parents. (A `^` prefix would make the +directive look for the controller on its own element or its parents; without any prefix, the +directive would look on its own element only.) + +So where does this `myTabs` controller come from? Directives can specify controllers using +the unsurprisingly named `controller` option. As you can see, the `myTabs` directive uses this +option. Just like `ngController`, this option attaches a controller to the template of the directive. + +If it is necessary to reference the controller or any functions bound to the controller from the +template, you can use the option `controllerAs` to specify the name of the controller as an alias. +The directive needs to define a scope for this configuration to be used. This is particularly useful +in the case when the directive is used as a component. + +Looking back at `myPane`'s definition, notice the last argument in its `link` function: `tabsCtrl`. +When a directive requires a controller, it receives that controller as the fourth argument of its +`link` function. Taking advantage of this, `myPane` can call the `addPane` function of `myTabs`. + +If multiple controllers are required, the `require` option of the directive can take an array argument. +The corresponding parameter being sent to the `link` function will also be an array. + +```js +angular.module('docsTabsExample', []) + .directive('myPane', function() { + return { + require: ['^^myTabs', 'ngModel'], + restrict: 'E', + transclude: true, + scope: { + title: '@' + }, + link: function(scope, element, attrs, controllers) { + var tabsCtrl = controllers[0], + modelCtrl = controllers[1]; -Therefore the final directive definition looks something like this: + tabsCtrl.addPane(scope); + }, + templateUrl: 'my-pane.html' + }; + }); +``` -
    -transclude: true,
    -scope: {
    -    title: '@',             // the title uses the data-binding from the parent scope
    -    onOk: '&',              // create a delegate onOk function
    -    onCancel: '&',          // create a delegate onCancel function
    -    visible: '='            // set up visible to accept data-binding
    -},
    -restrict: 'E',
    -replace: true
    -
    - -# Creating Components - -It is often desirable to replace a single directive with a more complex DOM structure. This -allows the directives to become a short hand for reusable components from which applications -can be built. - -Following is an example of building a reusable widget. - - - - - -
    - Title:
    - Text: -
    -
    {{text}}
    -
    -
    - - it('should bind and open / close', function() { - input('title').enter('TITLE'); - input('text').enter('TEXT'); - expect(element('.title').text()).toEqual('Details: TITLE...'); - expect(binding('text')).toEqual('TEXT'); - - expect(element('.zippy').prop('className')).toMatch(/closed/); - element('.zippy > .title').click(); - expect(element('.zippy').prop('className')).toMatch(/opened/); - }); - -
    +Savvy readers may be wondering what the difference is between `link` and `controller`. +The basic difference is that `controller` can expose an API, and `link` functions can interact with +controllers using `require`. + +
    +**Best Practice:** use `controller` when you want to expose an API to other directives. +Otherwise use `link`. +
    + +## Summary + +Here we've seen the main use cases for directives. Each of these samples acts as a good starting +point for creating your own directives. + +You might also be interested in an in-depth explanation of the compilation process that's +available in the {@link guide/compiler compiler guide}. + +The {@link ng.$compile `$compile` API} page has a comprehensive list of directive options for +reference. diff --git a/docs/content/guide/e2e-testing.ngdoc b/docs/content/guide/e2e-testing.ngdoc new file mode 100644 index 000000000000..9d1fa32fcee6 --- /dev/null +++ b/docs/content/guide/e2e-testing.ngdoc @@ -0,0 +1,79 @@ +@ngdoc overview +@name E2E Testing +@sortOrder 420 +@description + +# E2E Testing + +As applications grow in size and complexity, it becomes unrealistic to rely on manual testing to +verify the correctness of new features, catch bugs and notice regressions. Unit tests +are the first line of defense for catching bugs, but sometimes issues come up with integration +between components which can't be captured in a unit test. End-to-end tests are made to find +these problems. + +We have built [Protractor](https://github.com/angular/protractor), an end +to end test runner which simulates user interactions that will help you verify the health of your +AngularJS application. + +## Using Protractor + +Protractor is a [Node.js](http://nodejs.org) program, and runs end-to-end tests that are also +written in JavaScript and run with node. Protractor uses [WebDriver](https://code.google.com/p/selenium/wiki/GettingStarted) +to control browsers and simulate user actions. + +For more information on Protractor, view [getting started](http://angular.github.io/protractor/#/getting-started) +or the [api docs](http://angular.github.io/protractor/#/api). + +Protractor uses [Jasmine](http://jasmine.github.io/1.3/introduction.html) for its test syntax. +As in unit testing, a test file is comprised of one or +more `it` blocks that describe the requirements of your application. `it` blocks are made of +**commands** and **expectations**. Commands tell Protractor to do something with the application +such as navigate to a page or click on a button. Expectations tell Protractor to assert something +about the application's state, such as the value of a field or the current URL. + +If any expectation within an `it` block fails, the runner marks the `it` as "failed" and continues +on to the next block. + +Test files may also have `beforeEach` and `afterEach` blocks, which will be run before or after +each `it` block regardless of whether the block passes or fails. + + + +In addition to the above elements, tests may also contain helper functions to avoid duplicating +code in the `it` blocks. + +Here is an example of a simple test: +```js +describe('TODO list', function() { + it('should filter results', function() { + + // Find the element with ng-model="user" and type "jacksparrow" into it + element(by.model('user')).sendKeys('jacksparrow'); + + // Find the first (and only) button on the page and click it + element(by.css(':button')).click(); + + // Verify that there are 10 tasks + expect(element.all(by.repeater('task in tasks')).count()).toEqual(10); + + // Enter 'groceries' into the element with ng-model="filterText" + element(by.model('filterText')).sendKeys('groceries'); + + // Verify that now there is only one item in the task list + expect(element.all(by.repeater('task in tasks')).count()).toEqual(1); + }); +}); +``` + +This test describes the requirements of a ToDo list, specifically, that it should be able to +filter the list of items. + +## Example +See the [angular-seed](https://github.com/angular/angular-seed) project for more examples, or look +at the embedded examples in the AngularJS documentation (For example, {@link $http $http} +has an end-to-end test in the example under the `protractor.js` tag). + +## Caveats + +Protractor does not work out-of-the-box with apps that bootstrap manually using +`angular.bootstrap`. You must use the `ng-app` directive. diff --git a/docs/content/guide/expression.ngdoc b/docs/content/guide/expression.ngdoc index 59839c6306c5..1ec5d376755e 100644 --- a/docs/content/guide/expression.ngdoc +++ b/docs/content/guide/expression.ngdoc @@ -1,133 +1,167 @@ @ngdoc overview -@name Developer Guide: Expressions +@name Expressions +@sortOrder 270 @description -Expressions are JavaScript-like code snippets that are usually placed in bindings such as `{{ -expression }}`. Expressions are processed by {@link api/ng.$parse $parse} -service. +# AngularJS Expressions -For example, these are all valid expressions in angular: +AngularJS expressions are JavaScript-like code snippets that are mainly placed in +interpolation bindings such as `{{ textBinding }}`, +but also used directly in directive attributes such as `ng-click="functionExpression()"`. + +For example, these are valid expressions in AngularJS: * `1+2` - * `3*10 | currency` + * `a+b` * `user.name` + * `items[index]` + + +## AngularJS Expressions vs. JavaScript Expressions + +AngularJS expressions are like JavaScript expressions with the following differences: + + * **Context:** JavaScript expressions are evaluated against the global `window`. + In AngularJS, expressions are evaluated against a {@link ng.$rootScope.Scope `scope`} object. + * **Forgiving:** In JavaScript, trying to evaluate undefined properties generates `ReferenceError` + or `TypeError`. In AngularJS, expression evaluation is forgiving to `undefined` and `null`. -## Angular Expressions vs. JS Expressions + * **Filters:** You can use {@link guide/filter filters} within expressions to format data before + displaying it. -It might be tempting to think of Angular view expressions as JavaScript expressions, but that is -not entirely correct, since Angular does not use a JavaScript `eval()` to evaluate expressions. -You can think of Angular expressions as JavaScript expressions with following differences: + * **No Control Flow Statements:** You cannot use the following in an AngularJS expression: + conditionals, loops, or exceptions. - * **Attribute Evaluation:** evaluation of all properties are against the scope, doing the - evaluation, unlike in JavaScript where the expressions are evaluated against the global - `window`. + * **No Function Declarations:** You cannot declare functions in an AngularJS expression, + even inside `ng-init` directive. - * **Forgiving:** expression evaluation is forgiving to undefined and null, unlike in JavaScript, - where such evaluations generate `NullPointerExceptions`. + * **No RegExp Creation With Literal Notation:** You cannot create regular expressions + in an AngularJS expression. An exception to this rule is {@link ngPattern `ng-pattern`} which accepts valid + RegExp. - * **No Control Flow Statements:** you cannot do any of the following in angular expression: - conditionals, loops, or throw. + * **No Object Creation With New Operator:** You cannot use `new` operator in an AngularJS expression. - * **Filters:** you can pass result of expression evaluations through filter chains. For example - to convert date object into a local specific human-readable format. + * **No Bitwise, Comma, And Void Operators:** You cannot use + [Bitwise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators), + `,` or `void` operators in an AngularJS expression. -If, on the other hand, you do want to run arbitrary JavaScript code, you should make it a -controller method and call the method. If you want to `eval()` an angular expression from -JavaScript, use the {@link api/ng.$rootScope.Scope#$eval `$eval()`} method. + +If you want to run more complex JavaScript code, you should make it a controller method and call +the method from your view. If you want to `eval()` an AngularJS expression yourself, use the +{@link ng.$rootScope.Scope#$eval `$eval()`} method. ## Example - - - 1+2={{1+2}} - - - it('should calculate expression in binding', function() { - expect(binding('1+2')).toEqual('3'); - }); - - + + + + 1+2={{1+2}} + + + + + it('should calculate expression in binding', function() { + expect(element(by.binding('1+2')).getText()).toEqual('1+2=3'); + }); + + You can try evaluating different expressions here: - - - -
    - Expression: - - -
      -
    • - [ X ] - {{expr}} => -
    • -
    -
    -
    - - it('should allow user expression testing', function() { - element('.expressions :button').click(); - var li = using('.expressions ul').repeater('li'); - expect(li.count()).toBe(1); - expect(li.row(0)).toEqual(["3*10|currency", "$30.00"]); - }); - -
    - - -# Property Evaluation - -Evaluation of all properties takes place against a scope. Unlike JavaScript, where names default -to global window properties, Angular expressions have to use {@link api/ng.$window -`$window`} to refer to the global `window` object. For example, if you want to call `alert()`, which is -defined on `window`, in an expression you must use `$window.alert()`. This is done intentionally to -prevent accidental access to the global state (a common source of subtle bugs). - - - - -
    - Name: - -
    -
    - - it('should calculate expression in binding', function() { - var alertText; - this.addFutureAction('set mock', function($window, $document, done) { - $window.mockWindow = { - alert: function(text){ alertText = text; } - }; - done(); - }); - element(':button:contains(Greet)').click(); - expect(this.addFuture('alert text', function(done) { - done(null, alertText); - })).toBe('Hello World'); - }); - -
    + + +
    + Expression: + + +
      +
    • + [ X ] + {{expr}} => +
    • +
    +
    +
    + + + angular.module('expressionExample', []) + .controller('ExampleController', ['$scope', function($scope) { + var exprs = $scope.exprs = []; + $scope.expr = '3*10|currency'; + $scope.addExp = function(expr) { + exprs.push(expr); + }; + + $scope.removeExp = function(index) { + exprs.splice(index, 1); + }; + }]); + + + + it('should allow user expression testing', function() { + element(by.css('.expressions button')).click(); + var lis = element(by.css('.expressions ul')).all(by.repeater('expr in exprs')); + expect(lis.count()).toBe(1); + expect(lis.get(0).getText()).toEqual('[ X ] 3*10|currency => $30.00'); + }); + +
    + + +## Context + +AngularJS does not use JavaScript's `eval()` to evaluate expressions. Instead AngularJS's +{@link ng.$parse $parse} service processes these expressions. + +AngularJS expressions do not have direct access to global variables like `window`, `document` or `location`. +This restriction is intentional. It prevents accidental access to the global state – a common source of subtle bugs. + +Instead use services like `$window` and `$location` in functions on controllers, which are then called from expressions. +Such services provide mockable access to globals. + +It is possible to access the context object using the identifier `this` and the locals object using the +identifier `$locals`. + + + +
    + Name: + + +
    +
    + + + angular.module('expressionExample', []) + .controller('ExampleController', ['$window', '$scope', function($window, $scope) { + $scope.name = 'World'; + + $scope.greet = function() { + $window.alert('Hello ' + $scope.name); + }; + }]); + + + + it('should calculate expression in binding', function() { + if (browser.params.browser === 'safari') { + // Safari can't handle dialogs. + return; + } + element(by.css('[ng-click="greet()"]')).click(); + + // We need to give the browser time to display the alert + browser.wait(protractor.ExpectedConditions.alertIsPresent(), 1000); + + var alertDialog = browser.switchTo().alert(); + + expect(alertDialog.getText()).toEqual('Hello World'); + + alertDialog.accept(); + }); + +
    ## Forgiving @@ -141,46 +175,186 @@ It makes more sense to show nothing than to throw an exception if `a` is undefin waiting for the server response, and it will become defined soon). If expression evaluation wasn't forgiving we'd have to write bindings that clutter the code, for example: `{{((a||{}).b||{}).c}}` -Similarly, invoking a function `a.b.c()` on undefined or null simply returns undefined. +Similarly, invoking a function `a.b.c()` on `undefined` or `null` simply returns `undefined`. ## No Control Flow Statements -You cannot write a control flow statement in an expression. The reason behind this is core to the -Angular philosophy that application logic should be in controllers, not in the view. If you need a -conditional, loop, or to throw from a view expression, delegate to a JavaScript method instead. - - -## Filters - -When presenting data to the user, you might need to convert the data from its raw format to a -user-friendly format. For example, you might have a data object that needs to be formatted -according to the locale before displaying it to the user. You can pass expressions through a chain -of filters like this: - - name | uppercase - -The expression evaluator simply passes the value of name to {@link -api/ng.filter:uppercase `uppercase`} filter. - -Chain filters using this syntax: - - value | filter1 | filter2 - -You can also pass colon-delimited arguments to filters, for example, to display the number 123 -with 2 decimal points: - - 123 | number:2 - -# The $ - -You might be wondering, what is the significance of the $ prefix? It is simply a prefix that -angular uses, to differentiate its API names from others. If angular didn't use $, then evaluating -`a.length()` would return undefined because neither a nor angular define such a property. - -Consider that in a future version of Angular we might choose to add a length method, in which case -the behavior of the expression would change. Worse yet, you the developer could create a length -property and then we would have a collision. This problem exists because Angular augments existing -objects with additional behavior. By prefixing its additions with $ we are reserving our namespace -so that angular developers and developers who use Angular can develop in harmony without collisions. - +Apart from the ternary operator (`a ? b : c`), you cannot write a control flow statement in an +expression. The reason behind this is core to the AngularJS philosophy that application logic should +be in controllers, not the views. If you need a real conditional, loop, or to throw from a view +expression, delegate to a JavaScript method instead. + +## No function declarations or RegExp creation with literal notation + +You can't declare functions or create regular expressions from within AngularJS expressions. This is +to avoid complex model transformation logic inside templates. Such logic is better placed in a +controller or in a dedicated filter where it can be tested properly. + +## `$event` + +Directives like {@link ng.directive:ngClick `ngClick`} and {@link ng.directive:ngFocus `ngFocus`} +expose a `$event` object within the scope of that expression. The object is an instance of a [jQuery +Event Object](http://api.jquery.com/category/events/event-object/) when jQuery is present or a +similar jqLite object. + + + +
    + +

    $event:

     {{$event | json}}

    +

    clickEvent:

    {{clickEvent | json}}

    +
    +
    + + + angular.module('eventExampleApp', []). + controller('EventController', ['$scope', function($scope) { + /* + * expose the event object to the scope + */ + $scope.clickMe = function(clickEvent) { + $scope.clickEvent = simpleKeys(clickEvent); + console.log(clickEvent); + }; + + /* + * return a copy of an object with only non-object keys + * we need this to avoid circular references + */ + function simpleKeys(original) { + return Object.keys(original).reduce(function(obj, key) { + obj[key] = typeof original[key] === 'object' ? '{ ... }' : original[key]; + return obj; + }, {}); + } + }]); + +
    + +Note in the example above how we can pass in `$event` to `clickMe`, but how it does not show up +in `{{$event}}`. This is because `$event` is outside the scope of that binding. + + +## One-time binding + +An expression that starts with `::` is considered a one-time expression. One-time expressions +will stop recalculating once they are stable, which happens after the first digest if the expression +result is a non-undefined value (see value stabilization algorithm below). + + + +
    + +

    One time binding: {{::name}}

    +

    Normal binding: {{name}}

    +
    +
    + + angular.module('oneTimeBindingExampleApp', []). + controller('EventController', ['$scope', function($scope) { + var counter = 0; + var names = ['Igor', 'Misko', 'Chirayu', 'Lucas']; + /* + * expose the event object to the scope + */ + $scope.clickMe = function(clickEvent) { + $scope.name = names[counter % names.length]; + counter++; + }; + }]); + + + it('should freeze binding after its value has stabilized', function() { + var oneTimeBinding = element(by.id('one-time-binding-example')); + var normalBinding = element(by.id('normal-binding-example')); + + expect(oneTimeBinding.getText()).toEqual('One time binding:'); + expect(normalBinding.getText()).toEqual('Normal binding:'); + element(by.buttonText('Click Me')).click(); + + expect(oneTimeBinding.getText()).toEqual('One time binding: Igor'); + expect(normalBinding.getText()).toEqual('Normal binding: Igor'); + element(by.buttonText('Click Me')).click(); + + expect(oneTimeBinding.getText()).toEqual('One time binding: Igor'); + expect(normalBinding.getText()).toEqual('Normal binding: Misko'); + + element(by.buttonText('Click Me')).click(); + element(by.buttonText('Click Me')).click(); + + expect(oneTimeBinding.getText()).toEqual('One time binding: Igor'); + expect(normalBinding.getText()).toEqual('Normal binding: Lucas'); + }); + +
    + + +### Reasons for using one-time binding + +The main purpose of one-time binding expression is to provide a way to create a binding +that gets deregistered and frees up resources once the binding is stabilized. +Reducing the number of expressions being watched makes the digest loop faster and allows more +information to be displayed at the same time. + + +### Value stabilization algorithm + +One-time binding expressions will retain the value of the expression at the end of the +digest cycle as long as that value is not undefined. If the value of the expression is set +within the digest loop and later, within the same digest loop, it is set to undefined, +then the expression is not fulfilled and will remain watched. + + 1. Given an expression that starts with `::`, when a digest loop is entered and expression + is dirty-checked, store the value as V + 2. If V is not undefined, mark the result of the expression as stable and schedule a task + to deregister the watch for this expression when we exit the digest loop + 3. Process the digest loop as normal + 4. When digest loop is done and all the values have settled, process the queue of watch + deregistration tasks. For each watch to be deregistered, check if it still evaluates + to a value that is not `undefined`. If that's the case, deregister the watch. Otherwise, + keep dirty-checking the watch in the future digest loops by following the same + algorithm starting from step 1 + +#### Special case for object literals + +Unlike simple values, object-literals are watched until every key is defined. +See http://www.bennadel.com/blog/2760-one-time-data-bindings-for-object-literal-expressions-in-angularjs-1-3.htm + +### How to benefit from one-time binding + +If the expression will not change once set, it is a candidate for one-time binding. +Here are three example cases. + +When interpolating text or attributes: + +```html +
    text: {{::name | uppercase}}
    +``` + +When using a directive with bidirectional binding and parameters that will not change: + +```js +someModule.directive('someDirective', function() { + return { + scope: { + name: '=', + color: '@' + }, + template: '{{name}}: {{color}}' + }; +}); +``` + +```html +
    +``` + + +When using a directive that takes an expression: + +```html +
      +
    • {{item.name}};
    • +
    +``` diff --git a/docs/content/guide/external-resources.ngdoc b/docs/content/guide/external-resources.ngdoc new file mode 100644 index 000000000000..9912bab89b5c --- /dev/null +++ b/docs/content/guide/external-resources.ngdoc @@ -0,0 +1,148 @@ +@ngdoc overview +@name External Resources +@sortOrder 150 +@description + +# External AngularJS Resources + +This is a collection of external, 3rd party resources for learning and developing AngularJS. + +## Articles, Videos, and Projects + +### Introductory Material + +* [10 Reasons Why You Should Use AngularJS](http://www.sitepoint.com/10-reasons-use-angularjs/) +* [10 Reasons Why Developers Should Learn AngularJS](http://wintellect.com/blogs/jlikness/10-reasons-web-developers-should-learn-angularjs) +* [Design Principles of AngularJS (video)](https://www.youtube.com/watch?v=HCR7i5F5L8c) +* [Fundamentals in 60 Minutes (video)](http://www.youtube.com/watch?v=i9MHigUZKEM) +* [For folks with a jQuery background](http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background) + +### Specific Topics + +#### Application Structure & Style Guides + +* [AngularJS Styleguide](https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md) +* [Architecture, file structure, components, one-way dataflow and best practices](https://github.com/toddmotto/angular-styleguide) +* [When to use directives, controllers or services](http://kirkbushell.me/when-to-use-directives-controllers-or-services-in-angular/) +* [Service vs Factory](http://blog.thoughtram.io/angular/2015/07/07/service-vs-factory-once-and-for-all.html) + +#### Testing + +* **Unit testing:** [Using Karma (video)](http://www.youtube.com/watch?v=YG5DEzaQBIc), [Karma in Webstorm](http://blog.jetbrains.com/webstorm/2013/10/running-javascript-tests-with-karma-in-webstorm-7/) + +#### Mobile + +* [AngularJS on Mobile Guide](http://www.ng-newsletter.com/posts/angular-on-mobile.html) +* [AngularJS and Cordova](http://devgirl.org/2013/06/10/quick-start-guide-phonegap-and-angularjs/) +* [Ionic Framework](http://ionicframework.com/) + +#### Deployment + +##### General + +* **Javascript minification: **[Background](http://thegreenpizza.github.io/2013/05/25/building-minification-safe-angular.js-applications/), [ng-annotate automation tool](https://github.com/olov/ng-annotate) +* **Analytics and Logging:** [Angularytics (Google Analytics)](http://ngmodules.org/modules/angularytics), [Angulartics (Analytics)](https://github.com/luisfarzati/angulartics), [Logging Client-Side Errors](http://www.bennadel.com/blog/2542-Logging-Client-Side-Errors-With-AngularJS-And-Stacktrace-js.htm) +* **SEO:** [By hand](http://www.yearofmoo.com/2012/11/angularjs-and-seo.html), [prerender.io](http://prerender.io/), [Brombone](http://www.brombone.com/), [SEO.js](http://getseojs.com/), [SEO4Ajax](http://www.seo4ajax.com/) + +##### Server-Specific + +* **Django:** [Tutorial](http://blog.mourafiq.com/post/55034504632/end-to-end-web-app-with-django-rest-framework), [Integrating AngularJS with Django](http://django-angular.readthedocs.org/en/latest/integration.html), [Getting Started with Django Rest Framework and AngularJS](http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html) +* **FireBase:** [AngularFire](http://angularfire.com/), [Realtime Apps with AngularJS and FireBase (video)](http://www.youtube.com/watch?v=C7ZI7z7qnHU) +* **Google Cloud Platform:** [with Go](https://github.com/GoogleCloudPlatform/appengine-angular-gotodos) +* **Hood.ie:** [60 Minutes to Awesome](http://www.roberthorvick.com/2013/06/30/todomvc-angularjs-hood-ie-60-minutes-to-awesome/) +* **MEAN Stack: **[Blog post](http://blog.mongodb.org/post/49262866911/the-mean-stack-mongodb-expressjs-angularjs-and), [Setup](http://thecodebarbarian.wordpress.com/2013/07/22/introduction-to-the-mean-stack-part-one-setting-up-your-tools/), [GDL Video](https://developers.google.com/live/shows/913996610) +* **Rails: **[Tutorial](http://coderberry.me/blog/2013/04/22/angularjs-on-rails-4-part-1/), [AngularJS with Rails4](https://shellycloud.com/blog/2013/10/how-to-integrate-angularjs-with-rails-4), [angularjs-rails](https://github.com/hiravgandhi/angularjs-rails) +* **PHP: **[Building a RESTful web service](http://blog.brunoscopelliti.com/building-a-restful-web-service-with-angularjs-and-php-more-power-with-resource), [End to End with Laravel 4 (video)](http://www.youtube.com/watch?v=hqAyiqUs93c) +* **Meteor: **[angular-meteor package](https://github.com/Urigo/angular-meteor) + +### Other Languages +* [ES6, Webpack, and JSPM Starter Project](https://github.com/AngularClass/NG6-starter) +* [ES6/Typescript Best Practices](https://codepen.io/martinmcwhorter/post/angularjs-1-x-with-typescript-or-es6-best-practices) +* [Dart](https://github.com/angular/angular.dart.tutorial/wiki) +* [CoffeeScript Tutorial](http://www.coffeescriptlove.com/2013/08/angularjs-and-coffeescript-tutorials.html) + +### More Topics + +* **Security:** [video](https://www.youtube.com/watch?v=18ifoT-Id54) +* **Internationalization and Localization:** [Creating multilingual support](http://www.novanet.no/blog/hallstein-brotan/dates/2013/10/creating-multilingual-support-using-angularjs/) +* **Authentication/Login: **[Google example](https://developers.google.com/+/photohunt/python), [AngularJS Facebook library](https://github.com/pc035860/angular-easyfb), [Facebook example](http://blog.brunoscopelliti.com/facebook-authentication-in-your-angularjs-web-app), [authentication strategy](http://blog.brunoscopelliti.com/deal-with-users-authentication-in-an-angularjs-web-app), [unix-style authorization](http://frederiknakstad.com/authentication-in-single-page-applications-with-angular-js/) +* **Visualization:** [SVG](http://gaslight.co/blog/angular-backed-svgs), [D3.js](http://www.ng-newsletter.com/posts/d3-on-angular.html) +* **Realtime Communication: **[Socket.io](http://www.creativebloq.com/javascript/angularjs-collaboration-board-socketio-2132885), [OmniBinder](https://github.com/jeffbcross/omnibinder) + + +## Tools + +* **Getting Started:** [Comparison of the options for starting a new project](http://www.dancancro.com/comparison-of-angularjs-application-starters/) +* **Debugging:** [Batarang](https://chrome.google.com/webstore/detail/angularjs-batarang/ighdmehidhipcmcojjgiloacoafjmpfk?hl=en) +* **Editor support:** [Webstorm](http://plugins.jetbrains.com/plugin/6971) (and [video](http://www.youtube.com/watch?v=LJOyrSh1kDU)), [Sublime Text](https://github.com/angular-ui/AngularJS-sublime-package), [Visual Studio](http://madskristensen.net/post/angularjs-intellisense-in-visual-studio-2012), [Atom](https://github.com/angular-ui/AngularJS-Atom), [Vim](https://github.com/burnettk/vim-angular) +* **Workflow:** [Yeoman.io](https://github.com/yeoman/generator-angular) and [AngularJS Yeoman Tutorial](http://www.sitepoint.com/kickstart-your-angularjs-development-with-yeoman-grunt-and-bower/) + +## Complementary Libraries + +This is a list of libraries that enhance AngularJS, add common UI components or integrate with other libraries. +You can find a larger list of AngularJS external libraries at [ngmodules.org](http://ngmodules.org/). + +* **Advanced Routing:** [UI-Router](https://github.com/angular-ui/ui-router) +* **Authentication:** [Http Auth Interceptor](https://github.com/witoldsz/angular-http-auth) +* **Internationalization:** + - [angular-translate](http://angular-translate.github.io) + - [angular-gettext](http://angular-gettext.rocketeer.be/) + - [angular-localization](http://doshprompt.github.io/angular-localization/) +* **RESTful services:** [Restangular](https://github.com/mgonto/restangular) +* **SQL and NoSQL backends:** + - [BreezeJS](http://www.breezejs.com/) + - [AngularFire](http://angularfire.com/) +* **Data Handling** + - Local Storage and session: [ngStorage](https://github.com/gsklee/ngStorage) + - [angular-cache](https://github.com/jmdobry/angular-cache) + - Data Modeling [JS-Data-Angular](https://github.com/js-data/js-data-angular) +* **Fileupload:** + - [ng-file-upload](https://github.com/danialfarid/ng-file-upload) + - [blueimp-fileupload for AngularJS](https://blueimp.github.io/jQuery-File-Upload/angularjs.html) +* **General UI Libraries:** + - [AngularJS Material](https://material.angularjs.org/latest/) + - [AngularJS UI Bootstrap](http://angular-ui.github.io/) + - [AngularStrap for Bootstrap 3](http://mgcrea.github.io/angular-strap/) + - [KendoUI](http://kendo-labs.github.io/angular-kendo/#/) + - [Wijmo](http://wijmo.com/tag/angularjs-2/) +* **Specific UI Elements:** + - [ngInfiniteScroll](https://sroze.github.io/ngInfiniteScroll/) + - [ngTable](https://github.com/esvit/ng-table) + - [AngularJS UI Grid](http://angular-ui.github.io/grid) + - [Toaster Notifications](https://github.com/jirikavi/AngularJS-Toaster) + - [textAngular Rich Text Editor / contenteditable](http://textangular.com/) (Rich Text Editor / + binding to contenteditable) + - [AngularJS UI Map (Google Maps)](https://github.com/angular-ui/ui-map) + +## General Learning Resources + +### Books +* [AngularJS Directives](http://www.amazon.com/AngularJS-Directives-Alex-Vanston/dp/1783280336) by Alex Vanston +* [AngularJS Essentials (Free eBook)](https://www.packtpub.com/packt/free-ebook/angularjs-essentials) by Rodrigo Branas +* [AngularJS in Action](https://www.manning.com/books/angularjs-in-action) by Lukas Ruebbelke +* [AngularJS: Novice to Ninja](http://www.amazon.in/AngularJS-Novice-Ninja-Sandeep-Panda/dp/0992279453) by Sandeep Panda +* [AngularJS UI Development](http://www.amazon.com/AngularJS-UI-Development-Amit-Ghart-ebook/dp/B00OXVAK7A) by Amit Gharat and Matthias Nehlsen +* [AngularJS: Up and Running](http://www.amazon.com/AngularJS-Running-Enhanced-Productivity-Structured/dp/1491901942) by Brad Green and Shyam Seshadri +* [Developing an AngularJS Edge](http://www.amazon.com/Developing-AngularJS-Edge-Christopher-Hiller-ebook/dp/B00CJLFF8K) by Christopher Hiller +* [Mastering Web App Development](http://www.amazon.com/Mastering-Web-Application-Development-AngularJS/dp/1782161821) by Pawel Kozlowski and Pete Bacon Darwin +* [ng-book: The Complete Book on AngularJS](http://ng-book.com/) by Ari Lerner +* [Professional AngularJS](http://www.amazon.com/Professional-AngularJS-Valeri-Karpov/dp/1118832078/) +* [Recipes With AngularJS](http://www.amazon.co.uk/Recipes-Angular-js-Frederik-Dietz-ebook/dp/B00DK95V48) by Frederik Dietz +* [Responsive Web Design with AngularJS](http://www.amazon.com/Responsive-Design-AngularJS-Sandeep-Kumar/dp/178439842X) by Sandeep Kumar Patel + +### Videos: +* [egghead.io](http://egghead.io/) + +### Courses +* **Free online:** + [thinkster.io](http://thinkster.io), + [CodeAcademy](http://www.codecademy.com/courses/javascript-advanced-en-2hJ3J/0/1), + [CodeSchool](https://www.codeschool.com/courses/shaping-up-with-angular-js) +* **Paid online:** + [Pluralsight](https://www.pluralsight.com/search?q=angularjs), + [Tuts+](https://tutsplus.com/course/easier-js-apps-with-angular/), + [lynda.com](http://www.lynda.com/AngularJS-tutorials/Up-Running-AngularJS/133318-2.html), + [WintellectNOW (4 lessons)](http://www.wintellectnow.com/Course/Detail/mastering-angularjs), + [Packt](https://www.packtpub.com/web-development/angularjs-maintaining-web-applications) +* **Paid onsite:** + [angularbootcamp.com](http://angularbootcamp.com/) diff --git a/docs/content/guide/filter.ngdoc b/docs/content/guide/filter.ngdoc new file mode 100644 index 000000000000..202dd8098d93 --- /dev/null +++ b/docs/content/guide/filter.ngdoc @@ -0,0 +1,204 @@ +@ngdoc overview +@name Filters +@sortOrder 280 +@description + +# Filters + +Filters format the value of an expression for display to the user. They can be used in view +templates, controllers or services. AngularJS comes with a collection of +[built-in filters](api/ng/filter), but it is easy to define your own as well. + +The underlying API is the {@link ng.$filterProvider}. + +## Using filters in view templates + +Filters can be applied to expressions in view templates using the following syntax: + + {{ expression | filter }} + +E.g. the markup `{{ 12 | currency }}` formats the number 12 as a currency using the {@link ng.filter:currency `currency`} +filter. The resulting value is `$12.00`. + +Filters can be applied to the result of another filter. This is called "chaining" and uses +the following syntax: + + {{ expression | filter1 | filter2 | ... }} + +Filters may have arguments. The syntax for this is + + {{ expression | filter:argument1:argument2:... }} + +E.g. the markup `{{ 1234 | number:2 }}` formats the number 1234 with 2 decimal points using the +{@link ng.filter:number `number`} filter. The resulting value is `1,234.00`. + +### When filters are executed + +In templates, filters are only executed when their inputs have changed. This is more performant than executing +a filter on each {@link ng.$rootScope.Scope#$digest `$digest`} as is the case with {@link guide/expression expressions}. + +There are two exceptions to this rule: + +1. In general, this applies only to filters that take [primitive values](https://developer.mozilla.org/docs/Glossary/Primitive) +as inputs. Filters that receive [Objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Objects) +as input are executed on each `$digest`, as it would be too costly to track if the inputs have changed. + +2. Filters that are marked as `$stateful` are also executed on each $digest. +See {@link guide/filter#stateful-filters Stateful filters} for more information. Note that no AngularJS +core filters are $stateful. + + +## Using filters in controllers, services, and directives + +You can also use filters in controllers, services, and directives. + +
    +For this, inject a dependency with the name `Filter` into your controller/service/directive. +E.g. a filter called `number` is injected by using the dependency `numberFilter`. The injected argument +is a function that takes the value to format as first argument, and filter parameters starting with the second argument. +
    + +The example below uses the filter called {@link ng.filter:filter `filter`}. +This filter reduces arrays into sub arrays based on +conditions. The filter can be applied in the view template with markup like +`{{ctrl.array | filter:'a'}}`, which would do a fulltext search for "a". +However, using a filter in a view template will reevaluate the filter on +every digest, which can be costly if the array is big. + +The example below therefore calls the filter directly in the controller. +By this, the controller is able to call the filter only when needed (e.g. when the data is loaded from the backend +or the filter expression is changed). + + + +
    +
    + All entries: + {{entry.name}} +
    +
    + Entries that contain an "a": + {{entry.name}} +
    +
    +
    + + + angular.module('FilterInControllerModule', []). + controller('FilterController', ['filterFilter', function FilterController(filterFilter) { + this.array = [ + {name: 'Tobias'}, + {name: 'Jeff'}, + {name: 'Brian'}, + {name: 'Igor'}, + {name: 'James'}, + {name: 'Brad'} + ]; + this.filteredArray = filterFilter(this.array, 'a'); + }]); + +
    + + +## Creating custom filters + +Writing your own filter is very easy: just register a new filter factory function with +your module. Internally, this uses the {@link ng.$filterProvider `filterProvider`}. +This factory function should return a new filter function which takes the input value +as the first argument. Any filter arguments are passed in as additional arguments to the filter +function. + +The filter function should be a [pure function](http://en.wikipedia.org/wiki/Pure_function), which +means that it should always return the same result given the same input arguments and should not affect +external state, for example, other AngularJS services. AngularJS relies on this contract and will by default +execute a filter only when the inputs to the function change. +{@link guide/filter#stateful-filters Stateful filters} are possible, but less performant. + +
    +**Note:** Filter names must be valid AngularJS {@link expression} identifiers, such as `uppercase` or `orderBy`. +Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace +your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores +(`myapp_subsection_filterx`). +
    + +The following sample filter reverses a text string. In addition, it conditionally makes the +text upper-case. + + + +
    +
    + No filter: {{greeting}}
    + Reverse: {{greeting|reverse}}
    + Reverse + uppercase: {{greeting|reverse:true}}
    + Reverse, filtered in controller: {{filteredGreeting}}
    +
    +
    + + + angular.module('myReverseFilterApp', []) + .filter('reverse', function() { + return function(input, uppercase) { + input = input || ''; + var out = ''; + for (var i = 0; i < input.length; i++) { + out = input.charAt(i) + out; + } + // conditional based on optional argument + if (uppercase) { + out = out.toUpperCase(); + } + return out; + }; + }) + .controller('MyController', ['$scope', 'reverseFilter', function($scope, reverseFilter) { + $scope.greeting = 'hello'; + $scope.filteredGreeting = reverseFilter($scope.greeting); + }]); + +
    + + +### Stateful filters + +It is strongly discouraged to write filters that are stateful, because the execution of those can't +be optimized by AngularJS, which often leads to performance issues. Many stateful filters can be +converted into stateless filters just by exposing the hidden state as a model and turning it into an +argument for the filter. + +If you however do need to write a stateful filter, you have to mark the filter as `$stateful`, which +means that it will be executed one or more times during the each `$digest` cycle. + + + +
    + Input:
    + Decoration:
    + No filter: {{greeting}}
    + Decorated: {{greeting | decorate}}
    +
    +
    + + + angular.module('myStatefulFilterApp', []) + .filter('decorate', ['decoration', function(decoration) { + + function decorateFilter(input) { + return decoration.symbol + input + decoration.symbol; + } + decorateFilter.$stateful = true; + + return decorateFilter; + }]) + .controller('MyController', ['$scope', 'decoration', function($scope, decoration) { + $scope.greeting = 'hello'; + $scope.decoration = decoration; + }]) + .value('decoration', {symbol: '*'}); + +
    + + +## Testing custom filters + +See the [phonecat tutorial](http://docs.angularjs.org/tutorial/step_11#testing) for an example. diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index 9a02029a22db..4379b3573515 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -1,324 +1,520 @@ @ngdoc overview @name Forms +@sortOrder 290 @description -Controls (`input`, `select`, `textarea`) are a way for user to enter data. -Form is a collection of controls for the purpose of grouping related controls together. - -Form and controls provide validation services, so that the user can be notified of invalid input. -This provides a better user experience, because the user gets instant feedback on how to correct the error. -Keep in mind that while client-side validation plays an important role in providing good user experience, it can easily be circumvented and thus can not be trusted. -Server-side validation is still necessary for a secure application. - - -# Simple form -The key directive in understanding two-way data-binding is {@link api/ng.directive:ngModel ngModel}. -The `ngModel` directive provides the two-way data-binding by synchronizing the model to the view, as well as view to the model. -In addition it provides an {@link api/ng.directive:ngModel.NgModelController API} for other directives to augment its behavior. - - - -
    -
    - Name:
    - E-mail:
    - Gender: male - female
    - - - -
    form = {{user | json}}
    -
    master = {{master | json}}
    -
    - - -
    -
    +# Forms + +Controls (`input`, `select`, `textarea`) are ways for a user to enter data. +A Form is a collection of controls for the purpose of grouping related controls together. + +Form and controls provide validation services, so that the user can be notified of invalid input +before submitting a form. This provides a better user experience than server-side validation alone +because the user gets instant feedback on how to correct the error. Keep in mind that while +client-side validation plays an important role in providing good user experience, it can easily +be circumvented and thus can not be trusted. Server-side validation is still necessary for a +secure application. + + +## Simple form +The key directive in understanding two-way data-binding is {@link ng.directive:ngModel ngModel}. +The `ngModel` directive provides the two-way data-binding by synchronizing the model to the view, +as well as view to the model. In addition it provides an {@link ngModel.NgModelController API} +for other directives to augment its behavior. + + + +
    +
    +
    +
    + Best Editor: +
    + + + +
    user = {{user | json}}
    +
    master = {{master | json}}
    +
    + + +
    +
    Note that `novalidate` is used to disable browser's native form validation. +The value of `ngModel` won't be set unless it passes validation for the input field. +For example: inputs of type `email` must have a value in the form of `user@domain`. -# Using CSS classes -To allow styling of form as well as controls, `ngModel` add these CSS classes: +## Using CSS classes -- `ng-valid` -- `ng-invalid` -- `ng-pristine` -- `ng-dirty` +To allow styling of form as well as controls, `ngModel` adds these CSS classes: + +- `ng-valid`: the model is valid +- `ng-invalid`: the model is invalid +- `ng-valid-[key]`: for each valid key added by `$setValidity` +- `ng-invalid-[key]`: for each invalid key added by `$setValidity` +- `ng-pristine`: the control hasn't been interacted with yet +- `ng-dirty`: the control has been interacted with +- `ng-touched`: the control has been blurred +- `ng-untouched`: the control hasn't been blurred +- `ng-pending`: any `$asyncValidators` are unfulfilled The following example uses the CSS to display validity of each form control. -In the example both `user.name` and `user.email` are required, but are rendered with red background only when they are dirty. -This ensures that the user is not distracted with an error until after interacting with the control, and failing to satisfy its validity. - - - -
    -
    - Name: -
    - E-mail:
    - Gender: male - female
    - - - -
    - - - - -
    -
    - - - -# Binding to form and control state - -A form is in instance of {@link api/ng.directive:form.FormController FormController}. +In the example both `user.name` and `user.email` are required, but are rendered +with red background only after the input is blurred (loses focus). +This ensures that the user is not distracted with an error until after interacting with the control, +and failing to satisfy its validity. + + + +
    +
    +
    +
    + Gender: +
    + + + +
    user = {{user | json}}
    +
    master = {{master | json}}
    +
    + + + + +
    +
    + + + +## Binding to form and control state + +A form is an instance of {@link form.FormController FormController}. The form instance can optionally be published into the scope using the `name` attribute. -Similarly control is an instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}. -The control instance can similarly be published into the form instance using the `name` attribute. -This implies that the internal state of both the form and the control is available for binding in the view using the standard binding primitives. + +Similarly, an input control that has the {@link ng.directive:ngModel ngModel} directive holds an +instance of {@link ngModel.NgModelController NgModelController}. Such a control instance +can be published as a property of the form instance using the `name` attribute on the input control. +The name attribute specifies the name of the property on the form instance. + +This implies that the internal state of both the form and the control is available for binding in +the view using the standard binding primitives. This allows us to extend the above example with these features: -- RESET button is enabled only if form has some changes -- SAVE button is enabled only if form has some changes and is valid -- custom error messages for `user.email` and `user.agree` - - - -
    -
    - Name: -
    - E-mail: -
    -
    Invalid: - Tell us your email. - This is not a valid email. +- Custom error message displayed after the user interacted with a control (i.e. when `$touched` is set) +- Custom error message displayed upon submitting the form (`$submitted` is set), even if the user +didn't interact with a control + + + + +
    + + +
    +
    +
    Tell us your name.
    +
    + + +
    +
    + Tell us your email. + This is not a valid email. +
    + + Gender: + + +
    + + +
    +
    +
    Please agree and sign.
    +
    + + + + +
    user = {{user | json}}
    +
    master = {{master | json}}
    +
    - Gender: male - female
    + + angular.module('formExample', []) + .controller('ExampleController', ['$scope', function($scope) { + $scope.master = {}; - - I agree:
    -
    Please agree and sign.
    + $scope.update = function(user) { + $scope.master = angular.copy(user); + }; - - - -
    + $scope.reset = function(form) { + if (form) { + form.$setPristine(); + form.$setUntouched(); + } + $scope.user = angular.copy($scope.master); + }; - - - +By default, any change to the content will trigger a model update and form validation. You can +override this behavior using the {@link ng.directive:ngModelOptions ngModelOptions} directive to +bind only to specified list of events. I.e. `ng-model-options="{ updateOn: 'blur' }"` will update +and validate only after the control loses focus. You can set several events using a space delimited +list. I.e. `ng-model-options="{ updateOn: 'mousedown blur' }"` +animation showing debounced input +If you want to keep the default behavior and just add new events that may trigger the model update +and validation, add "default" as one of the specified events. -# Custom Validation +I.e. `ng-model-options="{ updateOn: 'default blur' }"` -Angular provides basic implementation for most common html5 {@link api/ng.directive:input input} -types: ({@link api/ng.directive:input.text text}, {@link api/ng.directive:input.number number}, {@link api/ng.directive:input.url url}, {@link api/ng.directive:input.email email}, {@link api/ng.directive:input.radio radio}, {@link api/ng.directive:input.checkbox checkbox}), as well as some directives for validation (`required`, `pattern`, `minlength`, `maxlength`, `min`, `max`). +The following example shows how to override immediate updates. Changes on the inputs within the form +will update the model only when the control loses focus (blur event). -Defining your own validator can be done by defining your own directive which adds a custom validation function to the `ngModel` {@link api/ng.directive:ngModel.NgModelController controller}. -To get a hold of the controller the directive specifies a dependency as shown in the example below. -The validation can occur in two places: + + +
    +
    +
    +
    + +
    username = "{{user.name}}"
    +
    userdata = "{{user.data}}"
    +
    +
    + + angular.module('customTriggerExample', []) + .controller('ExampleController', ['$scope', function($scope) { + $scope.user = {}; + }]); + +
    - * **Model to View update** - - Whenever the bound model changes, all functions in {@link api/ng.directive:ngModel.NgModelController#$formatters NgModelController#$formatters} array are pipe-lined, so that each of these functions has an opportunity to format the value and change validity state of the form control through {@link api/ng.directive:ngModel.NgModelController#$setValidity NgModelController#$setValidity}. - * **View to Model update** - - In a similar way, whenever a user interacts with a control it calls {@link api/ng.directive:ngModel.NgModelController#$setViewValue NgModelController#$setViewValue}. -This in turn pipelines all functions in the {@link api/ng.directive:ngModel.NgModelController#$parsers NgModelController#$parsers} array, so that each of these functions has an opportunity to convert the value and change validity state of the form control through {@link api/ng.directive:ngModel.NgModelController#$setValidity NgModelController#$setValidity}. -In the following example we create two directives. +## Non-immediate (debounced) model updates - * The first one is `integer` and it validates whether the input is a valid integer. - For example `1.23` is an invalid value, since it contains a fraction. - Note that we unshift the array instead of pushing. - This is because we want to be first parser and consume the control string value, as we need to execute the validation function before a conversion to number occurs. +You can delay the model update/validation by using the `debounce` key with the +{@link ng.directive:ngModelOptions ngModelOptions} directive. This delay will also apply to +parsers, validators and model flags like `$dirty` or `$pristine`. - * The second directive is a `smart-float`. - It parses both `1.2` and `1,2` into a valid float number `1.2`. - Note that we can't use input type `number` here as HTML5 browsers would not allow the user to type what it would consider an invalid number such as `1,2`. +animation showing debounced input +I.e. `ng-model-options="{ debounce: 500 }"` will wait for half a second since +the last content change before triggering the model update and form validation. - - -
    -
    -
    - Size (integer 0 - 10): - {{size}}
    - This is not valid integer! - - The value must be in range 0 to 10! -
    +If custom triggers are used, custom debouncing timeouts can be set for each event using an object +in `debounce`. This can be useful to force immediate updates on some specific circumstances +(like blur events). + +I.e. `ng-model-options="{ updateOn: 'default blur', debounce: { default: 500, blur: 0 } }"` + +If those attributes are added to an element, they will be applied to all the child elements and +controls that inherit from it unless they are overridden. -
    - Length (float): - - {{length}}
    - - This is not a valid float number! +This example shows how to debounce model changes. Model will be updated only 250 milliseconds +after last change. + + + +
    + +
    + +
    username = "{{user.name}}"
    - -
    - - - - + } + }; + }); + + -# Implementing custom form controls (using `ngModel`) -Angular implements all of the basic HTML form controls ({@link api/ng.directive:input input}, {@link api/ng.directive:select select}, {@link api/ng.directive:textarea textarea}), which should be sufficient for most cases. -However, if you need more flexibility, you can write your own form control as a directive. +## Implementing custom form controls (using `ngModel`) +AngularJS implements all of the basic HTML form controls ({@link ng.directive:input input}, +{@link ng.directive:select select}, {@link ng.directive:textarea textarea}), +which should be sufficient for most cases. However, if you need more flexibility, +you can write your own form control as a directive. In order for custom control to work with `ngModel` and to achieve two-way data-binding it needs to: - - implement `render` method, which is responsible for rendering the data after it passed the {@link api/ng.directive:ngModel.NgModelController#$formatters NgModelController#$formatters}, - - call `$setViewValue` method, whenever the user interacts with the control and model needs to be updated. This is usually done inside a DOM Event listener. + - implement `$render` method, which is responsible for rendering the data after it passed the + {@link ngModel.NgModelController#$formatters `NgModelController.$formatters`}, + - call `$setViewValue` method, whenever the user interacts with the control and model + needs to be updated. This is usually done inside a DOM Event listener. -See {@link guide/directive $compileProvider.directive} for more info. +See {@link guide/directive `$compileProvider.directive`} for more info. The following example shows how to add two-way data-binding to contentEditable elements. - - - - -
    Some
    -
    model = {{content}}
    - - -
    -
    + // model -> view + ctrl.$render = function() { + elm.html(ctrl.$viewValue); + }; + + // load init value from DOM + ctrl.$setViewValue(elm.html()); + } + }; + }); + + diff --git a/docs/content/guide/i18n.ngdoc b/docs/content/guide/i18n.ngdoc index 946f16c071ea..c090f70d1a95 100644 --- a/docs/content/guide/i18n.ngdoc +++ b/docs/content/guide/i18n.ngdoc @@ -1,124 +1,466 @@ @ngdoc overview -@name Developer Guide: i18n and l10n +@name i18n and l10n +@sortOrder 520 @description -# I18n and L10n in AngularJS +# i18n and l10n -**What is i18n and l10n?** +Internationalization (i18n) is the process of developing products in such a way that they can be +localized for languages and cultures easily. Localization (l10n), is the process of adapting +applications and text to enable their usability in a particular cultural or linguistic market. For +application developers, internationalizing an application means abstracting all of the strings and +other locale-specific bits (such as date or currency formats) out of the application. Localizing an +application means providing translations and localized formats for the abstracted bits. -Internationalization, abbreviated i18n, is the process of developing products in such a way that -they can be localized for languages and cultures easily. Localization, abbreviated l10n, is the -process of adapting applications and text to enable their usability in a particular cultural or -linguistic market. For application developers, internationalizing an application means abstracting -all of the strings and other locale-specific bits (such as date or currency formats) out of the -application. Localizing an application means providing translations and localized formats for the -abstracted bits. -**What level of support for i18n/l10n is currently in Angular?** +## How does AngularJS support i18n/l10n? -Currently, Angular supports i18n/l10n for {@link -http://docs.angularjs.org/#!/api/ng.filter:date datetime}, {@link -http://docs.angularjs.org/#!/api/ng.filter:number number} and {@link -http://docs.angularjs.org/#!/api/ng.filter:currency currency} filters. +AngularJS supports i18n/l10n for {@link ng.filter:date date}, {@link ng.filter:number number} and +{@link ng.filter:currency currency} filters. -Additionally, Angular supports localizable pluralization support provided by the {@link -api/ng.directive:ngPluralize ngPluralize directive}. +Localizable pluralization is supported via the {@link ng.directive:ngPluralize `ngPluralize` +directive}. Additionally, you can use {@link guide/i18n#messageformat-extensions MessageFormat extensions} to +`$interpolate` for localizable pluralization and gender support in all interpolations via the +`ngMessageFormat` module. -All localizable Angular components depend on locale-specific rule sets managed by the {@link -api/ng.$locale $locale service}. +All localizable AngularJS components depend on locale-specific rule sets managed by the {@link +ng.$locale `$locale` service}. -For readers who want to jump straight into examples, we have a few web pages that showcase how to -use Angular filters with various locale rule sets. You can find these examples either on {@link -https://github.com/angular/angular.js/tree/master/i18n/e2e Github} or in the i18n/e2e folder of -Angular development package. +There are a few examples that showcase how to use AngularJS filters with various locale rule sets in the +[`i18n/e2e` directory](https://github.com/angular/angular.js/tree/master/i18n/e2e) of the AngularJS +source code. -**What is a locale id?** + +## What is a locale ID? A locale is a specific geographical, political, or cultural region. The most commonly used locale -ID consists of two parts: language code and country code. For example, en-US, en-AU, zh-CN are all -valid locale IDs that have both language codes and country codes. Because specifying a country code -in locale ID is optional, locale IDs such as en, zh, and sk are also valid. See the {@link -http://userguide.icu-project.org/locale ICU } website for more information about using locale IDs. +ID consists of two parts: language code and country code. For example, `en-US`, `en-AU`, and +`zh-CN` are all valid locale IDs that have both language codes and country codes. Because +specifying a country code in locale ID is optional, locale IDs such as `en`, `zh`, and `sk` are +also valid. See the [ICU](http://userguide.icu-project.org/locale) website for more information +about using locale IDs. + + +## Supported locales in AngularJS + +AngularJS separates number and datetime format rule sets into different files, each file for a +particular locale. You can find a list of currently supported locales +[here](https://github.com/angular/angular.js/tree/master/src/ngLocale) -**Supported locales in Angular** -Angular separates number and datetime format rule sets into different files, each file for a -particular locale. You can find a list of currently supported locales {@link -https://github.com/angular/angular.js/tree/master/i18n/locale here} -# Providing locale rules to Angular -There are two approaches to providing locale rules to Angular: +## Providing locale rules to AngularJS -**1. Pre-bundled rule sets** +There are two approaches to providing locale rules to AngularJS: -You can pre-bundle the desired locale file with Angular by concatenating the content of the +### 1. Pre-bundled rule sets + +You can pre-bundle the desired locale file with AngularJS by concatenating the content of the locale-specific file to the end of `angular.js` or `angular.min.js` file. -For example on *nix, to create a an angular.js file that contains localization rules for german +For example on *nix, to create an angular.js file that contains localization rules for german locale, you can do the following: -`cat angular.js i18n/angular-locale_de-ge.js > angular_de-ge.js` +`cat angular.js i18n/angular-locale_de-de.js > angular_de-de.js` -When the application containing `angular_de-ge.js` script instead of the generic angular.js script -starts, Angular is automatically pre-configured with localization rules for the german locale. +When the application containing `angular_de-de.js` script instead of the generic angular.js script +starts, AngularJS is automatically pre-configured with localization rules for the german locale. -**2. Including locale js script in index.html page** +### 2. Including a locale script in `index.html` You can also include the locale specific js file in the index.html page. For example, if one client -requires German locale, you would serve index_de-ge.html which will look something like this: +requires German locale, you would serve index_de-de.html which will look something like this: -
    +```html
     
      
     ….
        
    -   
    +   
     ….
      
     
    -
    +``` + +### Comparison of the two approaches + +Both approaches described above require you to prepare different `index.html` pages or JavaScript +files for each locale that your app may use. You also need to configure your server to serve +the correct file that corresponds to the desired locale. + +The second approach (including the locale JavaScript file in `index.html`) may be slower because +an extra script needs to be loaded. -**Comparison of the two approaches** -Both approaches described above requires you to prepare different index.html pages or js files for -each locale that your app may be localized into. You also need to configure your server to serve -the correct file that correspond to the desired locale. -However, the second approach (Including locale js script in index.html page) is likely to be slower -because an extra script needs to be loaded. +## Caveats +Although AngularJS makes i18n convenient, there are several things you need to be conscious of as you +develop your app. -# "Gotchas" +### Currency symbol -**Currency symbol "gotcha"** +AngularJS's {@link ng.filter:currency currency filter} allows you to use the default currency symbol +from the {@link ng.$locale locale service}, or you can provide the filter with a custom currency +symbol. -Angular's {@link http://docs.angularjs.org/#!/api/ng.filter:currency currency filter} allows -you to use the default currency symbol from the {@link api/ng.$locale locale service}, -or you can provide the filter with a custom currency symbol. If your app will be used only in one -locale, it is fine to rely on the default currency symbol. However, if you anticipate that viewers -in other locales might use your app, you should provide your own currency symbol to make sure the -actual value is understood. +
    +**Best Practice:** If your app will be used only in one locale, it is fine to rely on the default +currency symbol. If you anticipate that viewers in other locales might use your app, you should +explicitly provide a currency symbol. +
    -For example, if you want to display account balance of 1000 dollars with the following binding -containing currency filter: `{{ 1000 | currency }}`, and your app is currently in en-US locale. -'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, her -browser will specify the locale as ja, and the balance of '¥1000.00' will be shown instead. This -will really upset your client. +Let's say you are writing a banking app and you want to display an account balance of 1000 dollars. +You write the following binding using the currency filter: -In this case, you need to override the default currency symbol by providing the {@link -http://docs.angularjs.org/#!/api/ng.filter:currency currency filter} with a currency symbol as -a parameter when you configure the filter, for example, {{ 1000 | currency:"USD$"}}. This way, -Angular will always show a balance of 'USD$1000' and disregard any locale changes. +```html +{{ 1000 | currency }} +``` -**Translation length "gotcha"** +If your app is currently in the `en-US` locale, the browser will show `$1000.00`. If someone in the +Japanese locale (`ja`) views your app, their browser will show a balance of `¥1000.00` instead. +This is problematic because $1000 is not the same as ¥1000. -Keep in mind that translated strings/datetime formats can vary greatly in length. For example, -`June 3, 1977` will be translated to Spanish as `3 de junio de 1977`. There are bound to be other -more extreme cases. Hence, when internationalizing your apps, you need to apply CSS rules -accordingly and do thorough testing to make sure UI components do not overlap. +In this case, you need to override the default currency symbol by providing the +{@link ng.filter:currency} currency filter with a currency symbol as a parameter. +If we change the above to `{{ 1000 | currency:"USD$"}}`, AngularJS will always show a balance of +`USD$1000` regardless of locale. -**Timezones** +### Translation length -Keep in mind that Angular datetime filter uses the time zone settings of the browser. So the same +Translated strings/datetime formats can vary greatly in length. For example, `June 3, 1977` will be +translated to Spanish as `3 de junio de 1977`. + +When internationalizing your app, you need to do thorough testing to make sure UI components behave +as expected even when their contents vary greatly in content size. + +### Timezones + +The AngularJS datetime filter uses the time zone settings of the browser. The same application will show different time information depending on the time zone settings of the -computer that the application is running on. Neither Javascript nor Angular currently supports +computer that the application is running on. Neither JavaScript nor AngularJS currently supports displaying the date with a timezone specified by the developer. + + + +## MessageFormat extensions + +You can write localizable plural and gender based messages in AngularJS interpolation expressions and +`$interpolate` calls. + +This syntax extension is provided by way of the `ngMessageFormat` module that your application can +depend upon (shipped separately as `angular-message-format.min.js` and `angular-message-format.js`.) +A current limitation of the `ngMessageFormat` module, is that it does not support redefining the +`$interpolate` start and end symbols. Only the default `{{` and `}}` are allowed. + +The syntax extension is based on a subset of the ICU MessageFormat syntax that covers plurals and +gender selections. Please refer to the links in the “Further Reading” section at the bottom of this +section. + +You may find it helpful to play with the following example as you read the explanations below: + + + +
    + Set number of recipients + + + + + + +

    + Sender's name:    + +

    Recipients
    +
    + Name:    + Gender: + + +
    + +

    Message
    + {{recipients.length, plural, offset:1 + =0 {You ({{sender.name}}) gave no gifts} + =1 { {{ recipients[0].gender, select, + male {You ({{sender.name}}) gave him ({{recipients[0].name}}) a gift.} + female {You ({{sender.name}}) gave her ({{recipients[0].name}}) a gift.} + other {You ({{sender.name}}) gave them ({{recipients[0].name}}) a gift.} + }} + } + one { {{ recipients[0].gender, select, + male {You ({{sender.name}}) gave him ({{recipients[0].name}}) and one other person a gift.} + female {You ({{sender.name}}) gave her ({{recipients[0].name}}) and one other person a gift.} + other {You ({{sender.name}}) gave them ({{recipients[0].name}}) and one other person a gift.} + }} + } + other {You ({{sender.name}}) gave {{recipients.length}} people gifts. } + }} + +

    In an attribute
    +
    + This div has an attribute interpolated with messageformat. Use the DOM inspector to check it out. +
    +
    +
    + + function Person(name, gender) { + this.name = name; + this.gender = gender; + } + + angular.module('messageFormatExample', ['ngMessageFormat']) + .controller('ckCtrl', function($scope, $injector, $parse) { + var people = [new Person('Alice', 'female'), + new Person('Bob', 'male'), + new Person('Charlie', 'male')]; + + $scope.sender = new Person('Harry Potter', 'male'); + $scope.recipients = people.slice(); + + $scope.setNumRecipients = function(n) { + n = n > people.length ? people.length : n; + $scope.recipients = people.slice(0, n); + }; + + $scope.setGender = function(person, gender) { + person.gender = gender; + }; + }); + +
    + +### Plural Syntax + +The syntax for plural based message selection looks like the following: + +```text +{{NUMERIC_EXPRESSION, plural, + =0 {MESSAGE_WHEN_VALUE_IS_0} + =1 {MESSAGE_WHEN_VALUE_IS_1} + =2 {MESSAGE_WHEN_VALUE_IS_2} + =3 {MESSAGE_WHEN_VALUE_IS_3} + ... + zero {MESSAGE_WHEN_PLURAL_CATEGORY_IS_ZERO} + one {MESSAGE_WHEN_PLURAL_CATEGORY_IS_ONE} + two {MESSAGE_WHEN_PLURAL_CATEGORY_IS_TWO} + few {MESSAGE_WHEN_PLURAL_CATEGORY_IS_FEW} + many {MESSAGE_WHEN_PLURAL_CATEGORY_IS_MANY} + other {MESSAGE_WHEN_THERE_IS_NO_MATCH} +}} +``` + +Please note that whitespace (including newline) is generally insignificant except as part of the +actual message text that occurs in curly braces. Whitespace is generally used to aid readability. + +Here, `NUMERIC_EXPRESSION` is an expression that evaluates to a numeric value based on which the +displayed message should change based on pluralization rules. + +Following the AngularJS expression, you would denote the plural extension syntax by the `, plural,` +syntax element. The spaces there are optional. + +This is followed by a list of selection keyword and corresponding message pairs. The "other" +keyword and corresponding message are **required** but you may have as few or as many of the other +categories as you need. + +#### Selection Keywords + +The selection keywords can be either exact matches or language dependent [plural +categories](http://cldr.unicode.org/index/cldr-spec/plural-rules). + +Exact matches are written as the equal sign followed by the exact value. `=0`, `=1`, `=2` and +`=123` are all examples of exact matches. Note that there should be no space between the equal sign +and the numeric value. + +Plural category matches are single words corresponding to the [plural +categories](http://cldr.unicode.org/index/cldr-spec/plural-rules) of the CLDR plural category spec. +These categories vary by locale. The "en" (English) locale, for example, defines just "one" and +"other" while the "ga" (Irish) locale defines "one", "two", "few", "many" and "other". Typically, +you would just write the categories for your language. During translation, the translators will add +or remove more categories depending on the target locale. + +Exact matches always win over keyword matches. Therefore, if you define both `=0` and `zero`, when +the value of the expression is zero, the `=0` message is the one that will be selected. (The +duplicate keyword categories are helpful when used with the optional `offset` syntax described +later.) + + +#### Messages + +Messages immediately follow a selection keyword and are optionally preceded by whitespace. They are +written in single curly braces (`{}`). They may contain AngularJS interpolation syntax inside them. +In addition, the `#` symbol is a placeholder for the actual numeric value of the expression. + +### Simple plural example + +```text +{{numMessages, plural, + =0 {You have no new messages} + =1 {You have one new message} + other {You have # new messages} +}} +``` + +Because these messages can themselves contain AngularJS expressions, you could also write this as +follows: + +```text +{{numMessages, plural, + =0 {You have no new messages} + =1 {You have one new message} + other {You have {{numMessages}} new messages} +}} +``` + + +### Plural syntax with optional `offset` + +The plural syntax supports an optional `offset` syntax that is used in matching. It's simpler to +explain this with an example. + +```text +{{recipients.length, plural, offset:1 + =0 {You gave no gifts} + =1 {You gave {{recipients[0].name}} a gift} + one {You gave {{recipients[0].name}} and one other person a gift} + other {You gave {{recipients[0].name}} and # other people a gift} +}} +``` + +When an `offset` is specified, the matching works as follows. First, the exact value of the AngularJS +expression is matched against the exact matches (i.e. `=N` selectors) to find a match. If there is +one, that message is used. If there was no match, then the offset value is subtracted from the +value of the expression and locale specific pluralization rules are applied to this new value to +obtain its plural category (such as “one”, “few”, “many”, etc.) and a match is attempted against the +keyword selectors and the matching message is used. If there was no match, then the “other” +category (required) is used. The value of the `#` character inside a message is the value of +original expression reduced by the offset value that was specified. + +### Escaping / Quoting + +You will need to escape curly braces or the `#` character inside message texts if you want them to +be treated literally with no special meaning. You may quote/escape any character in your message +text by preceding it with a `\` (backslash) character. The backslash character removes any special +meaning to the character that immediately follows it. Therefore, you can escape or quote the +backslash itself by preceding it with another backslash character. + + +### Gender (aka select) Syntax + +The gender support is provided by the more generic "select" syntax that is more akin to a switch +statement. It is general enough to support use for gender based messages. + +The syntax for gender based message selection looks like the following: + +```text +{{EXPRESSION, select, + male {MESSAGE_WHEN_EXPRESSION_IS_MALE} + female {MESSAGE_WHEN_EXPRESSION_IS_FEMALE} + ... + other {MESSAGE_WHEN_THERE_IS_NO_GENDER_MATCH} +}} +``` + +Please note that whitespace (including newline) is generally insignificant except as part of the +actual message text that occurs in curly braces. Whitespace is generally used to aid readability. + +Here, `EXPRESSION` is an AngularJS expression that evaluates to the gender of the person that +is used to select the message that should be displayed. + +The AngularJS expression is followed by `, select,` where the spaces are optional. + +This is followed by a list of selection keyword and corresponding message pairs. The "other" +keyword and corresponding message are **required** but you may have as few or as many of the other +gender values as you need (i.e. it isn't restricted to male/female.) Note however, that the +matching is **case-sensitive**. + +#### Selection Keywords + +Selection keywords are simple words like "male" and "female". The keyword, "other", and its +corresponding message are required while others are optional. It is used when the AngularJS +expression does not match (case-insensitively) any of the other keywords specified. + +#### Messages + +Messages immediately follow a selection keyword and are optionally preceded by whitespace. They are +written in single curly braces (`{}`). They may contain AngularJS interpolation syntax inside them. + +### Simple gender example + +```text +{{friendGender, select, + male {Invite him} + female {Invite her} + other {Invite them} +}} +``` + +### Nesting + +As mentioned in the syntax for plural and select, the embedded messages can contain AngularJS +interpolation syntax. Since you can use MessageFormat extensions in AngularJS interpolation, this +allows you to nest plural and gender expressions in any order. + +Please note that if these are intended to reach a translator and be translated, it is recommended +that the messages appear as a whole and not be split up. + +### Demonstration of nesting + +This is taken from the above example. + +```text +{{recipients.length, plural, offset:1 + =0 {You ({{sender.name}}) gave no gifts} + =1 { {{ recipients[0].gender, select, + male {You ({{sender.name}}) gave him ({{recipients[0].name}}) a gift.} + female {You ({{sender.name}}) gave her ({{recipients[0].name}}) a gift.} + other {You ({{sender.name}}) gave them ({{recipients[0].name}}) a gift.} + }} + } + one { {{ recipients[0].gender, select, + male {You ({{sender.name}}) gave him ({{recipients[0].name}}) and one other person a gift.} + female {You ({{sender.name}}) gave her ({{recipients[0].name}}) and one other person a gift.} + other {You ({{sender.name}}) gave them ({{recipients[0].name}}) and one other person a gift.} + }} + } + other {You ({{sender.name}}) gave {{recipients.length}} people gifts. } +}} +``` + +### Differences from the ICU MessageFormat syntax + +This section is useful to you if you're already familiar with the ICU MessageFormat syntax. + +This syntax extension, while based on MessageFormat, has been designed to be backwards compatible +with existing AngularJS interpolation expressions. The key rule is simply this: **All +interpolations are done inside double curlies.** The top level comma operator after an expression +inside the double curlies causes MessageFormat extensions to be recognized. Such a top level comma +is otherwise illegal in an AngularJS expression and is used by MessageFormat to specify the function +(such as plural/select) and it's related syntax. + +To understand the extension, take a look at the ICU MessageFormat syntax as specified by the ICU +documentation. Anywhere in that MessageFormat that you have regular message text and you want to +substitute an expression, just put it in double curlies instead of single curlies that MessageFormat +dictates. This has a huge advantage. **You are no longer limited to simple identifiers for +substitutions**. Because you are using double curlies, you can stick in any arbitrary interpolation +syntax there, including nesting more MessageFormat expressions! + +### Further Reading +For more details, please refer to our [design doc](https://docs.google.com/a/google.com/document/d/1pbtW2yvtmFBikfRrJd8VAsabiFkKezmYZ_PbgdjQOVU/edit). +You can read more about the ICU MessageFormat syntax at +[Formatting Messages | ICU User Guide](http://userguide.icu-project.org/formatparse/messages#TOC-MessageFormat). diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index 0fc2b065b76d..fdc97f1c5421 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -1,166 +1,49 @@ @ngdoc overview -@name Developer Guide: Internet Explorer Compatibility +@name Internet Explorer Compatibility +@sortOrder 530 @description -# Overview - -This document describes the Internet Explorer (IE) idiosyncrasies when dealing with custom HTML -attributes and tags. Read this document if you are planning on deploying your Angular application -on IE v8.0 or earlier. - -# Short Version - -To make your Angular application work on IE please make sure that: - - 1. You polyfill JSON.stringify if necessary (IE7 will need this). You can use - [JSON2](https://github.com/douglascrockford/JSON-js) or - [JSON3](http://bestiejs.github.com/json3/) polyfills for this. - - 2. you **do not** use custom element tags such as `` (use the attribute version - `
    ` instead), or - - 3. if you **do use** custom element tags, then you must take these steps to make IE happy: - -
    -  
    -    
    -      
    -    
    -    
    -      ...
    -    
    -  
    -
    - -The **important** parts are: - - * `xmlns:ng` - *namespace* - you need one namespace for each custom tag you are planning on - using. - - * `document.createElement(yourTagName)` - *creation of custom tag names* - Since this is an - issue only for older version of IE you need to load it conditionally. For each tag which does - not have namespace and which is not defined in HTML you need to pre-declare it to make IE - happy. - - -# Long Version - -IE has issues with element tag names which are not standard HTML tag names. These fall into two -categories, and each category has its own fix. - - * If the tag name starts with `my:` prefix than it is considered an XML namespace and must - have corresponding namespace declaration on `` - - * If the tag has no `:` but it is not a standard HTML tag, then it must be pre-created using - `document.createElement('my-tag')` - - * If you are planning on styling the custom tag with CSS selectors, then it must be - pre-created using `document.createElement('my-tag')` regardless of XML namespace. - - -## The Good News - -The good news is that these restrictions only apply to element tag names, and not to element -attribute names. So this requires no special handling in IE: `
    `. - - -## What happens if I fail to do this? - -Suppose you have HTML with unknown tag `mytag` (this could also be `my:tag` or `my-tag` with same -result): - -
    -  
    -    
    -      some text
    -    
    -  
    -
    - -It should parse into the following DOM: - -
    -#document
    -  +- HTML
    -     +- BODY
    -        +- mytag
    -           +- #text: some text
    -
    - -The expected behavior is that the `BODY` element has a child element `mytag`, which in turn has -the text `some text`. - -But this is not what IE does (if the above fixes are not included): - -
    -#document
    -  +- HTML
    -     +- BODY
    -        +- mytag
    -        +- #text: some text
    -        +- /mytag
    -
    - -In IE, the behavior is that the `BODY` element has three children: - - 1. A self closing `mytag`. Example of self closing tag is `
    `. The trailing `/` is optional, - but the `
    ` tag is not allowed to have any children, and browsers consider `
    some - text
    ` as three siblings not a `
    ` with `some text` as child. - - 2. A text node with `some text`. This should have been a child of `mytag` above, not a sibling. - - 3. A corrupt self closing `/mytag`. This is corrupt since element names are not allowed to have - the `/` character. Furthermore this closing element should not be part of the DOM since it is - only used to delineate the structure of the DOM. - - -## CSS Styling of Custom Tag Names - -To make CSS selectors work with custom elements, the custom element name must be pre-created with -`document.createElement('my-tag')` regardless of XML namespace. - -
    -  
    -    
    -      
    -      
    -    
    -    
    -      
    -      
    -      ...
    -    
    -  
    -
    - +# Internet Explorer Compatibility +
    +**Note:** AngularJS 1.3 has dropped support for IE8. Read more about it on +[our blog](https://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html). +AngularJS 1.2 will continue to support IE8, but the core team does not plan to spend time +addressing issues specific to IE8 or earlier. +
    +This document describes the Internet Explorer (IE) idiosyncrasies when dealing with custom HTML +attributes and tags. Read this document if you are planning on deploying your AngularJS application +on IE. + +The project currently supports and will attempt to fix bugs for IE9 and above. The continuous +integration server runs all unit tests against IE9, IE10, and IE11. See +[CircleCI](https://circleci.com/gh/angular/workflows/angular.js/tree/master). + +We do not run tests on IE8 and below. A subset of the AngularJS functionality may work on these +browsers, but it is up to you to test and decide whether it works for your particular app. + + +To ensure your AngularJS application works on IE please consider: + +1. Use `ng-style` tags instead of `style="{{ someCss }}"`. The latter works in Chrome, Firefox, + Safari and Edge but does not work in Internet Explorer (even 11). +2. For the `type` attribute of buttons, use `ng-attr-type` tags instead of + `type="{{ someExpression }}"`. If using the latter, Internet Explorer overwrites the expression + with `type="submit"` before AngularJS has a chance to interpolate it. +3. For the `value` attribute of progress, use `ng-attr-value` tags instead of + `value="{{ someExpression}}"`. If using the latter, Internet Explorer overwrites the expression + with `value="0"` before AngularJS has a chance to interpolate it. +4. For the `placeholder` attribute of textarea, use `ng-attr-placeholder` tags instead + of `placeholder="{{ someExpression }}"`. If using the latter, Internet Explorer will error + on accessing the `nodeValue` on a parentless `TextNode` in Internet Explorer 10 & 11 + (see [issue 5025](https://github.com/angular/angular.js/issues/5025)). +5. Using the `disabled` attribute on an element that has + descendant form controls can result in unexpected behavior in Internet Explorer 11. + For example, the value of descendant input elements with `ng-model` will not reflect + the model (or changes to the model), and the value of the `placeholder` attribute will be + inserted as the input's value. Descendant select elements will also be inoperable, as if they + had the `disabled` attribute applied to them, which may not be the intended effect. + To work around this unexpected behavior, 1) avoid using the identifier `disabled` for custom attribute + directives that are on elements with descendant form controls, and 2) avoid using `disabled` as an identifier + for an attribute passed to a custom directive that has descendant form controls. diff --git a/docs/content/guide/index.ngdoc b/docs/content/guide/index.ngdoc index 7afbf8910985..9bc10e1237e2 100644 --- a/docs/content/guide/index.ngdoc +++ b/docs/content/guide/index.ngdoc @@ -2,11 +2,91 @@ @name Developer Guide @description -Welcome to the angular Developer Guide. If you are here to learn the details of how to use angular -to develop web apps, you've come to the right place. +# Guide to AngularJS Documentation -If you are completely or relatively unfamiliar with angular, you may want to check out one or both -of the following documents before returning here to the Developer Guide: +On this page, you will find a list of official AngularJS resources on various topics. + +Just starting out with AngularJS? Try working through our step by step tutorial or try +building on our seed project. + +* {@link tutorial/index Official AngularJS Tutorial} +* [AngularJS Seed](https://github.com/angular/angular-seed) + +Ready to find out more about AngularJS? + +* {@link guide/introduction What is AngularJS?} +* {@link guide/concepts Conceptual Overview} + +## Core Concepts + +### Templates + +In AngularJS applications, you move the job of filling page templates with data from the server to the client. The result is a system better structured for dynamic page updates. Below are the core features you'll use. + +* {@link guide/databinding Data binding} +* {@link guide/expression Expressions} +* {@link guide/interpolation Interpolation} +* {@link guide/directive Directives} +* {@link ngRoute.$route Views and routes (see the example)} +* {@link guide/filter Filters} +* {@link guide/compiler HTML compiler} +* {@link guide/forms Forms} + +### Application Structure + +* **App wiring:** {@link guide/di Dependency injection} +* **Exposing model to templates:** {@link guide/scope Scopes} +* **Bootstrap:** {@link guide/bootstrap Bootstrapping an app} +* **Communicating with servers:** {@link ng.$http $http}, {@link ngResource.$resource $resource} + +### Other Features + +* **Animation:** {@link guide/animations Core concepts}, {@link ngAnimate ngAnimate API} +* **Security:** {@link guide/security Security Docs}, {@link ng.$sce Strict Contextual Escaping}, {@link ng.directive:ngCsp Content Security Policy}, {@link ngSanitize.$sanitize $sanitize}, [video](https://www.youtube.com/watch?v=18ifoT-Id54) +* **Internationalization and Localization:** {@link guide/i18n AngularJS Guide to i18n and l10n}, {@link ng.filter:date date filter}, {@link ng.filter:currency currency filter}, [Creating multilingual support](https://blog.novanet.no/creating-multilingual-support-using-angularjs/) +* **Touch events:** {@link ngTouch Touch events} +* **Accessibility:** {@link guide/accessibility ngAria} + +### Testing + +* **Unit testing:** [Karma](http://karma-runner.github.io), {@link guide/unit-testing Unit testing}, {@link guide/services#unit-testing Testing services}, +* **End-to-End Testing:** [Protractor](https://github.com/angular/protractor), {@link guide/e2e-testing e2e testing guide} + + +## Community Resources + +We have set up a guide to many resources provided by the community, where you can find lots +of additional information and material on these topics, a list of complimentary libraries, and much more. + +* {@link guide/external-resources External AngularJS resources} + + +## Getting Help + +The recipe for getting help on your unique issue is to create an example that could work (even if it doesn't) in a shareable example on [Plunker](http://plnkr.co/), [JSFiddle](http://jsfiddle.net/), or similar site and then post to one of the following: + +* [Stackoverflow.com](http://stackoverflow.com/search?q=angularjs) +* [AngularJS mailing list](https://groups.google.com/forum/#!forum/angular) +* [AngularJS IRC channel](http://webchat.freenode.net/?channels=angularjs&uio=d4) + +## Official Communications + +Official announcements, news and releases are posted to our blog, G+ and Twitter: + +* [AngularJS Blog](http://blog.angularjs.org/) +* [Google+](https://plus.google.com/u/0/+AngularJS) +* [Twitter](https://twitter.com/angular) +* [AngularJS on YouTube](http://youtube.com/angularjs) + +## Contributing to AngularJS + +Though we have a core group of core contributors at Google, AngularJS is an open source project with hundreds of contributors. +We'd love you to be one of them. When you're ready, please read the {@link misc/contribute Guide for contributing to AngularJS}. + +## Something Missing? + +Didn't find what you're looking for here? Check out the {@link guide/external-resources External AngularJS resources guide}. + +If you have awesome AngularJS resources that belong on that page, please tell us about them on +[Google+](https://plus.google.com/u/0/+AngularJS) or [Twitter](https://twitter.com/angularjs). -* {@link misc/started Getting Started} -* {@link tutorial/index Angular Tutorial} diff --git a/docs/content/guide/interpolation.ngdoc b/docs/content/guide/interpolation.ngdoc new file mode 100644 index 000000000000..22c69a125155 --- /dev/null +++ b/docs/content/guide/interpolation.ngdoc @@ -0,0 +1,168 @@ +@ngdoc overview +@name Interpolation +@sortOrder 275 +@description + +# Interpolation and data-binding + +Interpolation markup with embedded {@link guide/expression expressions} is used by AngularJS to +provide data-binding to text nodes and attribute values. + +An example of interpolation is shown below: + +```html +Hello {{username}}! +``` + +### How text and attribute bindings work + +During the compilation process the {@link ng.$compile compiler} uses the {@link ng.$interpolate $interpolate} +service to see if text nodes and element attributes contain interpolation markup with embedded expressions. + +If that is the case, the compiler adds an interpolateDirective to the node and +registers {@link ng.$rootScope.Scope#$watch watches} on the computed interpolation function, +which will update the corresponding text nodes or attribute values as part of the +normal {@link ng.$rootScope.Scope#$digest digest} cycle. + +Note that the interpolateDirective has a priority of 100 and sets up the watch in the preLink function. + +### How the string representation is computed + +If the interpolated value is not a `String`, it is computed as follows: +- `undefined` and `null` are converted to `''` +- if the value is an object that is not a `Number`, `Date` or `Array`, $interpolate looks for +a custom `toString()` function on the object, and uses that. Custom means that +`myObject.toString !== Object.prototype.toString`. +- if the above doesn't apply, `JSON.stringify` is used. + +### Binding to boolean attributes + +Attributes such as `disabled` are called `boolean` attributes, because their presence means `true` and +their absence means `false`. We cannot use normal attribute bindings with them, because the HTML +specification does not require browsers to preserve the values of boolean attributes. This means that +if we put an AngularJS interpolation expression into such an attribute then the binding information +would be lost, because the browser ignores the attribute value. + +In the following example, the interpolation information would be ignored and the browser would simply +interpret the attribute as present, meaning that the button would always be disabled. + +```html + Disabled: + +``` + +For this reason, AngularJS provides special `ng`-prefixed directives for the following boolean attributes: +{@link ngDisabled `disabled`}, {@link ngRequired `required`}, {@link ngSelected `selected`}, +{@link ngChecked `checked`}, {@link ngReadonly `readOnly`} , and {@link ngOpen `open`}. + +These directives take an expression inside the attribute, and set the corresponding boolean attribute +to true when the expression evaluates to truthy. + +```html + Disabled: + +``` + +### `ngAttr` for binding to arbitrary attributes + +Web browsers are sometimes picky about what values they consider valid for attributes. + +For example, considering this template: + +```html + + + +``` + +We would expect AngularJS to be able to bind to this, but when we check the console we see +something like `Error: Invalid value for attribute cx="{{cx}}"`. Because of the SVG DOM API's +restrictions, you cannot simply write `cx="{{cx}}"`. + +With `ng-attr-cx` you can work around this problem. + +If an attribute with a binding is prefixed with the `ngAttr` prefix (denormalized as `ng-attr-`) +then during the binding it will be applied to the corresponding unprefixed attribute. This allows +you to bind to attributes that would otherwise be eagerly processed by browsers +(e.g. an SVG element's `circle[cx]` attributes). When using `ngAttr`, the `allOrNothing` flag of +{@link ng.$interpolate $interpolate} is used, so if any expression in the interpolated string +results in `undefined`, the attribute is removed and not added to the element. + +For example, we could fix the example above by instead writing: + +```html + + + +``` + +If one wants to modify a camelcased attribute (SVG elements have valid camelcased attributes), +such as `viewBox` on the `svg` element, one can use underscores to denote that the attribute to bind +to is naturally camelcased. + +For example, to bind to `viewBox`, we can write: + +```html + + +``` + +Other attributes may also not work as expected when they contain interpolation markup, and +can be used with `ngAttr` instead. The following is a list of known problematic attributes: + +- **size** in ` - - -
    -
    -
    -
    -mute={{mute|json}} - -userFilter={{userFilter|json}} - -tweetFilter={{tweetFilter|json}} - -$anchor={{$anchor}} - -users={{users}} - -tweets={{tweets}} -
    -
    -
    -

    Tweets: {{$anchor.user}}

    - [ Filter: - | << All - ] -
    Loading...
    - -
    - - diff --git a/example/tweeter/tweeter_demo.html b/example/tweeter/tweeter_demo.html deleted file mode 100644 index 6966192a5114..000000000000 --- a/example/tweeter/tweeter_demo.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - (TODO: I should fetch current tweets) -
    -

    Tweets: {{$anchor.user}}

    - [ Filter: (TODO: this should act as search box) - | << All - ] -
    Loading...
    - -
    -
    tweets=(TODO: display me!!!)
    - - diff --git a/example/tweeter/tweeterclient.js b/example/tweeter/tweeterclient.js deleted file mode 100644 index 9ad7eabc0247..000000000000 --- a/example/tweeter/tweeterclient.js +++ /dev/null @@ -1,36 +0,0 @@ -function noop() {} -$(document).ready(function() { - function xhr(method, url, data, callback){ - jQuery.getJSON(url, function() { - callback.apply(this, arguments); - scope.updateView(); - }); - } - - var resourceFactory = new ResourceFactory(xhr); - - var Tweeter = resourceFactory.route("http://twitter.com/statuses/:service:username.json", {}, { - home: {method:'GET', params: {service:'home_timeline'}, isArray:true }, - user: {method:'GET', params: {service:'user_timeline/'}, isArray:true } - }); - - - var scope = window.scope = angular.compile(document, { - location:angular.startUrlWatcher() - }); - - function fetchTweets(username){ - return username ? Tweeter.user({username: username}) : Tweeter.home(); - } - - scope.set('fetchTweets', fetchTweets); - scope.set('users', [ - {screen_name:'mhevery', name:'Mi\u0161ko Hevery', - notes:'Author of http://www.getangular.com.', - profile_image_url:'http://a3.twimg.com/profile_images/54360179/Me_-_Small_Banner_normal.jpg'}, - {screen_name:'abrons', name:'Adam Abrons', - notes:'Author of & Ruby guru see: http://www.angularjs.org.', - profile_image_url:'http://media.linkedin.com/mpr/mpr/shrink_80_80/p/2/000/005/0a8/044278d.jpg'} - ]); - scope.init(); -}); diff --git a/example/view1.html b/example/view1.html deleted file mode 100644 index 6d0a5881d1ae..000000000000 --- a/example/view1.html +++ /dev/null @@ -1,2 +0,0 @@ -view1
    -location: {{url()}} diff --git a/example/view2.html b/example/view2.html deleted file mode 100644 index d9545f83e76a..000000000000 --- a/example/view2.html +++ /dev/null @@ -1,2 +0,0 @@ -view2
    -location: {{url()}}
    diff --git a/gdocs.js b/gdocs.js deleted file mode 100755 index 31377df29208..000000000000 --- a/gdocs.js +++ /dev/null @@ -1,253 +0,0 @@ -#!/usr/bin/env node - -var http = require('http'); -var https = require('https'); -var fs = require('fs'); - -var collections = { - 'guide': 'https://docs.google.com/feeds/default/private/full/folder%3A0B9PsajIPqzmANGUwMGVhZmYtMTk1ZC00NTdmLWIxMDAtZGI5YWNlZjQ2YjZl/contents', - 'api': 'https://docs.google.com/feeds/default/private/full/folder%3A0B7Ovm8bUYiUDYjMwYTc2YWUtZTgzYy00YjIxLThlZDYtYWJlOTFlNzE2NzEw/contents', - 'tutorial': 'https://docs.google.com/feeds/default/private/full/folder%3A0B9PsajIPqzmAYWMxYWE3MzYtYzdjYS00OGQxLWJhZjItYzZkMzJiZTRhZjFl/contents', - 'cookbook': 'https://docs.google.com/feeds/default/private/full/folder%3A0B7Ovm8bUYiUDNzkxZWM5ZTItN2M5NC00NWIxLTg2ZDMtMmYwNDY1NWM1MGU4/contents', - 'misc': 'https://docs.google.com/feeds/default/private/full/folder%3A0B7Ovm8bUYiUDZjVlNmZkYzQtMjZlOC00NmZhLWI5MjAtMGRjZjlkOGJkMDBi/contents' -}; - -console.log('Google Docs...'); - -var flag = process && process.argv[2]; -if (flag == '--login') { - var username = process.argv[3]; - if (username) { - askPassword(function(password){ - login(username, password); - }); - } else { - console.log('Missing username!'); - } -} else if (flag == '--fetch') { - var collection = process.argv[3]; - if (collection) { - fetch(collection, collections[collection]); - } else { - for (collection in collections) - fetch(collection, collections[collection]); - } -} else { - help(); -} - -function help() { - console.log('Synopsys'); - console.log('gdocs.js --login '); - console.log('gdocs.js --fetch []'); - process.exit(-1); -}; - - -function fetch(collection, url){ - console.log('fetching a list of docs in collection ' + collection + '...'); - request('GET', url, { - headers: { - 'Gdata-Version': '3.0', - 'Authorization': 'GoogleLogin auth=' + getAuthToken() - } - }, - function(chunk){ - var entries = chunk.split('(.*?)<\/title>/)[1]; - if (title.match(/\.ngdoc$/)) { - var exportUrl = entry.match(//)[1]; - download(collection, title, exportUrl); - }; - }); - } - ); -} - -function download(collection, name, url) { - console.log('Downloading:', name, '...'); - request('GET', url + '&exportFormat=txt', - { - headers: { - 'Gdata-Version': '3.0', - 'Authorization': 'GoogleLogin auth=' + getAuthToken() - } - }, - function(data){ - data = data.replace('\ufeff', ''); - data = data.replace(/\r\n/mg, '\n'); - - // strip out all text annotations - data = data.replace(/\[[a-zA-Z]{1,2}\]/mg, ''); - - // strip out all docos comments - data = data.replace(/^[^\s_]+:\n\S+[\S\s]*$/m, ''); - - // fix smart-quotes - data = data.replace(/[“”]/g, '"'); - data = data.replace(/[‘’]/g, "'"); - - - data = data + '\n'; - - //this should be a bug in Google Doc API, hence need to remove this once the bug is fixed - data = data.replace(/\n\n/g, '\n'); - - fs.writeFileSync('docs/content/' + collection + '/' + name, reflow(data, 100)); - } - ); -} - -/** - * token=$(curl - * -s https://www.google.com/accounts/ClientLogin - * -d Email=...username... - * -d Passwd=...password... - * -d accountType=GOOGLE - * -d service=writely - * -d Gdata-version=3.0 | cut -d "=" -f 2) - */ -function login(username, password){ - request('POST', 'https://www.google.com/accounts/ClientLogin', - { - data: { - Email: username, - Passwd: password, - accountType: 'GOOGLE', - service: 'writely', - 'Gdata-version': '3.0' - }, - headers: { - 'Content-type': 'application/x-www-form-urlencoded' - } - }, - function(chunk){ - var token; - chunk.split('\n').forEach(function(line){ - var parts = line.split('='); - if (parts[0] == 'Auth') { - token = parts[1]; - } - }); - if (token) { - fs.writeFileSync('tmp/gdocs.auth', token); - console.log("logged in, token saved in 'tmp/gdocs.auth'"); - } else { - console.log('failed to log in'); - } - } - ); -} - -function getAuthToken() { - var pwdFile = 'tmp/gdocs.auth'; - try { - fs.statSync(pwdFile); - return fs.readFileSync(pwdFile); - } catch (e) { - console.log('Please log in first...'); - } -} - -function request(method, url, options, response) { - var url = url.match(/http(s?):\/\/(.+?)(\/.*)/); - var isHttps = url[1]; - var request = (isHttps ? https : http).request({ - host: url[2], - port: (url[1] ? 443 : 80), - path: url[3], - method: method - }, function(res){ - switch (res.statusCode) { - case 200: - var data = []; - res.setEncoding('utf8'); - res.on('end', function () { response(data.join('')); }); - res.on('close', function () { response(data.join('')); }); // https - res.on('data', function (chunk) { data.push(chunk); }); - res.on('error', function (e) { console.log(e); }); - break; - case 401: - console.log('Eror: Login credentials expired! Please login.'); - break; - default: - var data = []; - console.log('ERROR: ', res.statusCode); - console.log('REQUEST URL: ', url[0]); - console.log('REQUEST POST: ', options.data); - console.log('REQUEST HEADERS: ', options.headers); - console.log('RESPONSE HEADERS: ', res.headers); - res.on('end', function (){ console.log('BODY: ', data.join('')); }); - res.on('close', function (){ console.log('BODY: ', data.join('')); }); // https - res.on('data', function (chunk) { data.push(chunk); }); - res.on('error', function (e){ console.log(e); }); - } - }); - for(var header in options.headers) { - request.setHeader(header, options.headers[header]); - } - if (options.data) - request.write(encodeData(options.data)); - request.on('end', function() { - console.log('end'); - }); - request.end(); -} - -function encodeData(obj) { - var pairs = []; - for(var key in obj) { - pairs.push(key + '=' + obj[key]); - } - return pairs.join('&') + '\n'; -} - -function askPassword(callback) { - var stdin = process.openStdin(), - stdio = process.binding("stdio"); - - stdio.setRawMode(); - - console.log('Enter your password:'); - var password = ""; - stdin.on("data", function(c) { - c = c + ""; - switch (c) { - case "\n": case "\r": case "\u0004": - stdio.setRawMode(false); - stdin.pause(); - callback(password); - break; - case "\u0003": - process.exit(); - break; - default: - password += c; - break; - } - }) - -} - -function reflow(text, margin) { - var lines = []; - text.split(/\n/).forEach(function(line) { - var col = 0; - var reflowLine = ''; - function flush() { - reflowLine = reflowLine.replace(/\s*$/, ''); - lines.push(reflowLine); - reflowLine = ''; - col = 0; - } - line.replace(/\s*\S*\s*/g, function(chunk){ - if (col + chunk.length > margin) flush(); - reflowLine += chunk; - col += chunk.length; - }); - flush(); - }); - return lines.join('\n'); -} diff --git a/gen_docs.sh b/gen_docs.sh deleted file mode 100755 index 039daa4670b2..000000000000 --- a/gen_docs.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env bash - -JASMINE_NODE='jasmine-node' -local_jasmine='./node_modules/.bin/jasmine-node' - -if ! type -p "$JASMINE_NODE" >/dev/null 2>&1;then - if [[ -x "$local_jasmine" ]];then - JASMINE_NODE="$local_jasmine" - else - echo 'Could not find a locally or globally installed executable of' \ - 'jasmine-node. Try: `npm install jasmine-node`.' >&2 - exit 1 - fi -fi - -if [[ ! -e gen_docs.disable ]]; then - echo 'Testing, then building documentation...' - "$JASMINE_NODE" docs/spec --noColor && node docs/src/gen-docs.js -fi diff --git a/i18n/README.md b/i18n/README.md index 9bff2adfb915..d06264638bdb 100644 --- a/i18n/README.md +++ b/i18n/README.md @@ -1,11 +1,10 @@ # i18n directory overview: - closure/ - closure files we use for ruleset generation -- locale/ - angular's locale ruleset files - src/ - source files - spec/ - spec files for stuff in src directory - generate.sh - runs src scripts on closure dir and stores output in locale dir -- update-closure.sh - downloads the latest version of closure files from public svn repo +- update-closure.sh - downloads the latest version of closure files from public git repo The closure files (maintained by Shanjian Li (shanjian)) change very rarely, so we don't need to regenerate locale files very often. diff --git a/i18n/closure/currencySymbols.js b/i18n/closure/currencySymbols.js index 3cbd6d0c2549..79601c0ff5eb 100644 --- a/i18n/closure/currencySymbols.js +++ b/i18n/closure/currencySymbols.js @@ -16,14 +16,14 @@ /** * @fileoverview A utility to get better currency format pattern. * - * This module implement a new currency format representation model. It + * This module implements a new currency format representation model. It * provides 3 currency representation forms: global, portable and local. Local * format is the most popular format people use to represent currency in its * circulating country without worrying about how it should be distinguished * from other currencies. Global format is a formal representation in context * of multiple currencies in same page, it is ISO 4217 currency code. Portable * format is a compromise between global and local. It looks similar to how - * people would like to see how their currencies is being represented in other + * people would like to see how their currency is being represented in other * media. While at the same time, it should be distinguishable to world's * popular currencies (like USD, EUR) and currencies somewhat relevant in the * area (like CNY in HK, though native currency is HKD). There is no guarantee @@ -33,6 +33,8 @@ goog.provide('goog.i18n.currency'); +goog.provide('goog.i18n.currency.CurrencyInfo'); +goog.provide('goog.i18n.currency.CurrencyInfoTier2'); /** @@ -43,51 +45,77 @@ goog.i18n.currency.PRECISION_MASK_ = 0x07; /** - * If this flag is set, it means the currency sign should position before - * number. + * Whether the currency sign should be positioned after the number. * @private */ -goog.i18n.currency.POSITION_FLAG_ = 0x08; +goog.i18n.currency.POSITION_FLAG_ = 0x10; /** - * Should a space to inserted between number and currency sign. + * Whether a space should be inserted between the number and currency sign. * @private */ goog.i18n.currency.SPACE_FLAG_ = 0x20; +/** + * Whether tier2 was enabled already by calling addTier2Support(). + * @private + */ +goog.i18n.currency.tier2Enabled_ = false; + + +/** + * Tests if currency is available. + * + * Note: If the currency is not available it might be in the tier2 currency set: + * {@link goog.i18n.currency.CurrencyInfoTier2}. If that is the case call + * {@link goog.i18n.currency.addTier2Support} before calling any other function + * in this namespace. + * + * @param {string} currencyCode Currency code to tested. + * @return {boolean} If the currency is available. + */ +goog.i18n.currency.isAvailable = function(currencyCode) { + return currencyCode in goog.i18n.currency.CurrencyInfo; +}; + /** * This function will add tier2 currency support. Be default, only tier1 - * (most popular currencies) are supportted. If an application really need - * to support some of the rarely used currency, it should call this function + * (most popular currencies) are supported. If an application really needs + * to support some of the rarely used currencies, it should call this function * before any other functions in this namespace. */ goog.i18n.currency.addTier2Support = function() { - for (var key in goog.i18n.currency.CurrencyInfoTier2) { - goog.i18n.currency.CurrencyInfo[key] = - goog.i18n.currency.CurrencyInfoTier2[key]; + // Protection from executing this these again and again. + if (!goog.i18n.currency.tier2Enabled_) { + for (var key in goog.i18n.currency.CurrencyInfoTier2) { + goog.i18n.currency.CurrencyInfo[key] = + goog.i18n.currency.CurrencyInfoTier2[key]; + } + goog.i18n.currency.tier2Enabled_ = true; } }; /** + * Deprecated. * Global currency pattern always uses ISO-4217 currency code as prefix. Local * currency sign is added if it is different from currency code. Each currency * is unique in this form. The negative side is that ISO code looks weird in - * some countries as poeple normally do not use it. Local currency sign - * alleviate the problem, but also make it a little verbose. + * some countries as people normally do not use it. Local currency sign + * alleviates the problem, but also makes it a little verbose. * * @param {string} currencyCode ISO-4217 3-letter currency code. * @return {string} Global currency pattern string for given currency. + * @deprecated Format numbers using {@link goog.i18n.NumberFormat} with + * {@link goog.i18n.NumberFormat.Format.CURRENCY} and + * {@link goog.i18n.NumberFormat.CurrencyStyle.GLOBAL} */ goog.i18n.currency.getGlobalCurrencyPattern = function(currencyCode) { var info = goog.i18n.currency.CurrencyInfo[currencyCode]; var patternNum = info[0]; if (currencyCode == info[1]) { - if ((patternNum & goog.i18n.currency.POSITION_FLAG_) == 0) { - patternNum |= goog.i18n.currency.SPACE_FLAG_; - } return goog.i18n.currency.getCurrencyPattern_(patternNum, info[1]); } return currencyCode + ' ' + @@ -104,20 +132,22 @@ goog.i18n.currency.getGlobalCurrencyPattern = function(currencyCode) { */ goog.i18n.currency.getGlobalCurrencySign = function(currencyCode) { var info = goog.i18n.currency.CurrencyInfo[currencyCode]; - if (currencyCode == info[1]) { - return currencyCode; - } - return currencyCode + ' ' + info[1]; + return (currencyCode == info[1]) ? currencyCode : + currencyCode + ' ' + info[1]; }; /** + * Deprecated. * Local currency pattern is the most frequently used pattern in currency's * native region. It does not care about how it is distinguished from other * currencies. * * @param {string} currencyCode ISO-4217 3-letter currency code. * @return {string} Local currency pattern string for given currency. + * @deprecated Format numbers using {@link goog.i18n.NumberFormat} with + * {@link goog.i18n.NumberFormat.Format.CURRENCY} and + * {@link goog.i18n.NumberFormat.CurrencyStyle.LOCAL} */ goog.i18n.currency.getLocalCurrencyPattern = function(currencyCode) { var info = goog.i18n.currency.CurrencyInfo[currencyCode]; @@ -128,6 +158,7 @@ goog.i18n.currency.getLocalCurrencyPattern = function(currencyCode) { /** * Returns local currency sign string for those applications that need to * handle currency sign separately. + * * @param {string} currencyCode ISO-4217 3-letter currency code. * @return {string} Local currency sign for given currency. */ @@ -137,6 +168,7 @@ goog.i18n.currency.getLocalCurrencySign = function(currencyCode) { /** + * Deprecated. * Portable currency pattern is a compromise between local and global. It is * not a mere blend or mid-way between the two. Currency sign is chosen so that * it looks familiar to native users. It also has enough information to @@ -146,6 +178,9 @@ goog.i18n.currency.getLocalCurrencySign = function(currencyCode) { * * @param {string} currencyCode ISO-4217 3-letter currency code. * @return {string} Portable currency pattern string for given currency. + * @deprecated Format numbers using {@link goog.i18n.NumberFormat} with + * {@link goog.i18n.NumberFormat.Format.CURRENCY} and + * {@link goog.i18n.NumberFormat.CurrencyStyle.PORTABLE} */ goog.i18n.currency.getPortableCurrencyPattern = function(currencyCode) { var info = goog.i18n.currency.CurrencyInfo[currencyCode]; @@ -156,6 +191,7 @@ goog.i18n.currency.getPortableCurrencyPattern = function(currencyCode) { /** * Return portable currency sign string for those applications that need to * handle currency sign themselves. + * * @param {string} currencyCode ISO-4217 3-letter currency code. * @return {string} Portable currency sign for given currency. */ @@ -165,10 +201,18 @@ goog.i18n.currency.getPortableCurrencySign = function(currencyCode) { /** - * This function returns the default currency sign position. Some application + * This function returns the default currency sign's position. Some applications * may want to handle currency sign and currency amount separately. This - * function can be used in such situation to position the currency sign - * relative to amount field correctly. + * function can be used in such situations to correctly position the currency + * sign relative to the amount. + * + * Use {@link goog.i18n.NumberFormat#isCurrencyCodeBeforeValue} for a locale + * aware version of this API (recommended). isPrefixSignPosition() returns the + * default currency sign's position in the currency's default locale (e.g. 'en' + * for 'USD'), but most commonly the position is needed for the locale in which + * the number is going to be displayed. For example, in 'fr' 10.10 USD would be + * displayed as '10,10 $'. + * * @param {string} currencyCode ISO-4217 3-letter currency code. * @return {boolean} true if currency should be positioned before amount field. */ @@ -179,13 +223,12 @@ goog.i18n.currency.isPrefixSignPosition = function(currencyCode) { /** - * This function construct the currency pattern. Currency sign is provided. The + * This function constructs the currency pattern. Currency sign is provided. The * pattern information is encoded in patternNum. * * @param {number} patternNum Encoded pattern number that has * currency pattern information. - * @param {string} sign the currency sign that will be used in pattern. - * + * @param {string} sign The currency sign that will be used in pattern. * @return {string} currency pattern string. * @private */ @@ -199,187 +242,237 @@ goog.i18n.currency.getCurrencyPattern_ = function(patternNum, sign) { } } if ((patternNum & goog.i18n.currency.POSITION_FLAG_) == 0) { - strParts.unshift((patternNum & goog.i18n.currency.SPACE_FLAG_) ? - "' " : "'"); + strParts.unshift( + (patternNum & goog.i18n.currency.SPACE_FLAG_) ? "' " : "'"); strParts.unshift(sign); strParts.unshift("'"); } else { - strParts.push((patternNum & goog.i18n.currency.SPACE_FLAG_) ? " '" : "'", - sign, "'"); + strParts.push( + (patternNum & goog.i18n.currency.SPACE_FLAG_) ? " '" : "'", sign, "'"); } return strParts.join(''); }; +/** + * Modify currency pattern string by adjusting precision for given currency. + * Standard currency pattern will have 2 digit after decimal point. + * Examples: + * $#,##0.00 -> $#,##0 (precision == 0) + * $#,##0.00 -> $#,##0.0 (precision == 1) + * $#,##0.00 -> $#,##0.000 (precision == 3) + * + * @param {string} pattern currency pattern string. + * @param {string} currencyCode 3-letter currency code. + * @return {string} modified currency pattern string. + */ +goog.i18n.currency.adjustPrecision = function(pattern, currencyCode) { + var strParts = ['0']; + var info = goog.i18n.currency.CurrencyInfo[currencyCode]; + var precision = info[0] & goog.i18n.currency.PRECISION_MASK_; + if (precision > 0) { + strParts.push('.'); + for (var i = 0; i < precision; i++) { + strParts.push('0'); + } + } + return pattern.replace(/0.00/g, strParts.join('')); +}; + + /** * Tier 1 currency information. - * @type {!Object.} + * + * The first number in the array is a combination of the precision mask and + * other flags. The precision mask indicates how many decimal places to show for + * the currency. Valid values are [0..7]. The position flag indicates whether + * the currency sign should be positioned after the number. Valid values are 0 + * (before the number) or 16 (after the number). The space flag indicates + * whether a space should be inserted between the currency sign and number. + * Valid values are 0 (no space) and 32 (space). + * + * The number in the array is calculated by adding together the mask and flag + * values. For example: + * + * 0: no precision (0), currency sign first (0), no space (0) + * 2: two decimals precision (2), currency sign first (0), no space (0) + * 18: two decimals precision (2), currency sign last (16), no space (0) + * 50: two decimals precision (2), currency sign last (16), space (32) + * + * It's not recommended to read this data directly. Format numbers using + * {@link goog.i18n.NumberFormat} with + * {@link goog.i18n.NumberFormat.Format.CURRENCY} instead. + * + * @const {!Object>} */ goog.i18n.currency.CurrencyInfo = { - 'AED': [2, '\u062F\u002e\u0625', 'DH'], - 'ARS': [2, '$', 'AR$'], + 'AED': [2, 'dh', '\u062f.\u0625.', 'DH'], + 'ALL': [0, 'Lek', 'Lek'], 'AUD': [2, '$', 'AU$'], 'BDT': [2, '\u09F3', 'Tk'], + 'BGN': [2, 'lev', 'lev'], 'BRL': [2, 'R$', 'R$'], 'CAD': [2, '$', 'C$'], - 'CHF': [2, 'Fr.', 'CHF'], + 'CDF': [2, 'FrCD', 'CDF'], + 'CHF': [2, 'CHF', 'CHF'], 'CLP': [0, '$', 'CL$'], 'CNY': [2, '¥', 'RMB¥'], - 'COP': [2, '$', 'COL$'], - 'CRC': [2, '\u20a1', 'CR₡'], - 'CUP': [2, '$', '$MN'], - 'CZK': [10, 'Kč', 'Kč'], - 'DKK': [26, 'kr', 'kr'], - 'DOP': [2, '$', 'RD$'], + 'COP': [32, '$', 'COL$'], + 'CRC': [0, '\u20a1', 'CR\u20a1'], + 'CZK': [50, 'K\u010d', 'K\u010d'], + 'DKK': [50, 'kr.', 'kr.'], + 'DOP': [2, 'RD$', 'RD$'], 'EGP': [2, '£', 'LE'], - 'EUR': [26, '€', '€'], + 'ETB': [2, 'Birr', 'Birr'], + 'EUR': [2, '€', '€'], 'GBP': [2, '£', 'GB£'], 'HKD': [2, '$', 'HK$'], - 'ILS': [10, '\u20AA', 'IL₪'], - 'INR': [2, 'Rs', 'Rs'], - 'ISK': [10, 'kr', 'kr'], + 'HRK': [2, 'kn', 'kn'], + 'HUF': [34, 'Ft', 'Ft'], + 'IDR': [0, 'Rp', 'Rp'], + 'ILS': [34, '\u20AA', 'IL\u20AA'], + 'INR': [2, '\u20B9', 'Rs'], + 'IRR': [0, 'Rial', 'IRR'], + 'ISK': [0, 'kr', 'kr'], 'JMD': [2, '$', 'JA$'], 'JPY': [0, '¥', 'JP¥'], 'KRW': [0, '\u20A9', 'KR₩'], 'LKR': [2, 'Rs', 'SLRs'], - 'MNT': [2, '\u20AE', 'MN₮'], + 'LTL': [2, 'Lt', 'Lt'], + 'MNT': [0, '\u20AE', 'MN₮'], + 'MVR': [2, 'Rf', 'MVR'], 'MXN': [2, '$', 'Mex$'], 'MYR': [2, 'RM', 'RM'], - 'NOK': [26, 'kr', 'NOkr'], + 'NOK': [50, 'kr', 'NOkr'], 'PAB': [2, 'B/.', 'B/.'], 'PEN': [2, 'S/.', 'S/.'], - 'PHP': [2, 'P', 'PHP'], - 'PKR': [2, 'Rs.', 'PKRs.'], - 'RUB': [10, 'руб', 'руб'], - 'SAR': [2, '\u0633\u002E\u0631', 'SR'], - 'SEK': [10, 'kr', 'kr'], + 'PHP': [2, '\u20B1', 'PHP'], + 'PKR': [0, 'Rs', 'PKRs.'], + 'PLN': [50, 'z\u0142', 'z\u0142'], + 'RON': [2, 'RON', 'RON'], + 'RSD': [0, 'din', 'RSD'], + 'RUB': [50, '\u20bd', 'RUB'], + 'SAR': [2, 'Rial', 'Rial'], + 'SEK': [50, 'kr', 'kr'], 'SGD': [2, '$', 'S$'], 'THB': [2, '\u0e3f', 'THB'], - 'TRY': [2, 'YTL', 'YTL'], + 'TRY': [2, 'TL', 'YTL'], 'TWD': [2, 'NT$', 'NT$'], + 'TZS': [0, 'TSh', 'TSh'], + 'UAH': [2, 'грн.', 'UAH'], 'USD': [2, '$', 'US$'], - 'UYU': [2, '$', 'UY$'], - 'VND': [10, '\u20AB', 'VN₫'], - 'YER': [2, 'YER', 'YER'], + 'UYU': [2, '$', '$U'], + 'VND': [48, '\u20AB', 'VN\u20AB'], + 'YER': [0, 'Rial', 'Rial'], 'ZAR': [2, 'R', 'ZAR'] }; /** * Tier 2 currency information. - * @type {!Object.} + * + * It's not recommended to read this data directly. Format numbers using + * {@link goog.i18n.NumberFormat} with + * {@link goog.i18n.NumberFormat.Format.CURRENCY} instead. + * + * @const {!Object>} */ goog.i18n.currency.CurrencyInfoTier2 = { - 'AFN': [18, '\u060b', 'AFN'], - 'ALL': [2, 'Lek', 'Lek'], - 'AMD': [10, '\u0564\u0580\u002e', 'dram'], - 'ANG': [2, '\u0083', 'NAƒ'], + 'AFN': [48, 'Af.', 'AFN'], + 'AMD': [32, 'Dram', 'dram'], + 'ANG': [2, 'NAf.', 'ANG'], 'AOA': [2, 'Kz', 'Kz'], - 'AWG': [2, 'ƒ', 'Afl.'], - 'AZN': [2, 'm', 'man'], - 'BAM': [18, 'КМ', 'KM'], + 'ARS': [34, '$', 'AR$'], + 'AWG': [2, 'Afl.', 'Afl.'], + 'AZN': [34, '\u20bc', 'AZN'], + 'BAM': [2, 'KM', 'KM'], 'BBD': [2, '$', 'Bds$'], - 'BGN': [10, '\u043b\u0432', 'лв'], - 'BHD': [3, '\u0628\u002e\u062f\u002e', 'BD'], + 'BHD': [3, 'din', 'din'], 'BIF': [0, 'FBu', 'FBu'], 'BMD': [2, '$', 'BD$'], 'BND': [2, '$', 'B$'], - 'BOB': [2, 'B$', 'B$'], - 'BSD': [2, '$', 'B$'], + 'BOB': [2, 'Bs', 'Bs'], + 'BSD': [2, '$', 'BS$'], 'BTN': [2, 'Nu.', 'Nu.'], 'BWP': [2, 'P', 'pula'], - 'BYR': [0, 'Br', 'Br'], + 'BYR': [48, 'p.', 'BYR'], 'BZD': [2, '$', 'BZ$'], - 'CDF': [2, 'F', 'CDF'], - 'CVE': [2, '$', 'Esc'], + 'CUC': [1, '$', 'CUC$'], + 'CUP': [2, '$', 'CU$'], + 'CVE': [2, 'CVE', 'Esc'], 'DJF': [0, 'Fdj', 'Fdj'], - 'DZD': [2, '\u062f\u062C', 'DA'], - 'EEK': [10, 'EEK', 'EEK'], + 'DZD': [2, 'din', 'din'], 'ERN': [2, 'Nfk', 'Nfk'], - 'ETB': [2, 'Br', 'Br'], 'FJD': [2, '$', 'FJ$'], 'FKP': [2, '£', 'FK£'], 'GEL': [2, 'GEL', 'GEL'], - 'GHS': [2, '\u20B5', 'GHS¢'], + 'GHS': [2, 'GHS', 'GHS'], 'GIP': [2, '£', 'GI£'], - 'GMD': [2, 'D', 'GMD'], + 'GMD': [2, 'GMD', 'GMD'], 'GNF': [0, 'FG', 'FG'], 'GTQ': [2, 'Q', 'GTQ'], - 'GYD': [2, '$', 'GY$'], + 'GYD': [0, '$', 'GY$'], 'HNL': [2, 'L', 'HNL'], - 'HRK': [2, 'kn', 'kn'], - 'HTG': [2, 'G', 'HTG'], - 'HUF': [10, 'Ft', 'Ft'], - 'IDR': [2, 'Rp', 'Rp'], - 'IQD': [3, '\u0639\u062F', 'IQD'], - 'IRR': [2, '\ufdfc', 'IRR'], - 'JOD': [3, 'JOD', 'JOD'], - 'KES': [2, 'KSh', 'KSh'], - 'KGS': [2, 'som', 'som'], - 'KHR': [10, '\u17DB', 'KHR'], - 'KMF': [0, 'KMF', 'KMF'], - 'KPW': [2, '\u20A9', 'KPW'], - 'KWD': [3, '\u062F\u002e\u0643', 'KWD'], - 'KYD': [2, '$', 'CI$'], - 'KZT': [10, 'KZT', 'KZT'], - 'LAK': [2, '\u20AD', 'LA₭'], - 'LBP': [2, '\u0644\u002e\u0644', 'LBP'], + 'HTG': [2, 'HTG', 'HTG'], + 'IQD': [0, 'din', 'IQD'], + 'JOD': [3, 'din', 'JOD'], + 'KES': [2, 'Ksh', 'Ksh'], + 'KGS': [2, 'KGS', 'KGS'], + 'KHR': [2, 'Riel', 'KHR'], + 'KMF': [0, 'CF', 'KMF'], + 'KPW': [0, '\u20A9KP', 'KPW'], + 'KWD': [3, 'din', 'KWD'], + 'KYD': [2, '$', 'KY$'], + 'KZT': [2, '\u20B8', 'KZT'], + 'LAK': [0, '\u20AD', '\u20AD'], + 'LBP': [0, 'L£', 'LBP'], 'LRD': [2, '$', 'L$'], - 'LSL': [2, 'L', 'LSL'], - 'LTL': [10, 'Lt', 'Lt'], - 'LVL': [10, 'Ls', 'Ls'], - 'LYD': [3, '\u0644\u002e\u062F', 'LD'], - 'MAD': [2, '\u0645\u002E\u062F\u002E', 'MAD'], + 'LSL': [2, 'LSL', 'LSL'], + 'LYD': [3, 'din', 'LD'], + 'MAD': [2, 'dh', 'MAD'], 'MDL': [2, 'MDL', 'MDL'], - 'MGA': [1, 'MGA', 'MGA'], - 'MKD': [2, 'MKD', 'MKD'], - 'MMK': [2, 'K', 'MMK'], - 'MOP': [2, 'MOP$', 'MOP$'], - 'MRO': [1, 'UM', 'UM'], - 'MUR': [2, 'Rs', 'MURs'], - 'MVR': [2, 'Rf', 'MRF'], - 'MWK': [2, 'MK', 'MK'], + 'MGA': [0, 'Ar', 'MGA'], + 'MKD': [2, 'din', 'MKD'], + 'MMK': [0, 'K', 'MMK'], + 'MOP': [2, 'MOP', 'MOP$'], + 'MRO': [0, 'MRO', 'MRO'], + 'MUR': [0, 'MURs', 'MURs'], + 'MWK': [2, 'MWK', 'MWK'], 'MZN': [2, 'MTn', 'MTn'], 'NAD': [2, '$', 'N$'], - 'NGN': [2, '\u20A6', 'NG₦'], + 'NGN': [2, '\u20A6', 'NG\u20A6'], 'NIO': [2, 'C$', 'C$'], 'NPR': [2, 'Rs', 'NPRs'], 'NZD': [2, '$', 'NZ$'], - 'OMR': [3, '\u0639\u002E\u062F\u002E', 'OMR'], - 'PGK': [2, 'K', 'PGK'], - 'PLN': [10, 'zł', 'zł'], - 'PYG': [0, '\u20b2', 'PYG'], - 'QAR': [2, '\u0642\u002E\u0631', 'QR'], - 'RON': [2, 'L', 'RON'], - 'RSD': [2, 'РС\u0414', 'RSD'], + 'OMR': [3, 'Rial', 'OMR'], + 'PGK': [2, 'PGK', 'PGK'], + 'PYG': [16, 'Gs.', 'PYG'], + 'QAR': [2, 'Rial', 'QR'], 'RWF': [0, 'RF', 'RF'], 'SBD': [2, '$', 'SI$'], - 'SCR': [2, 'SR', 'SCR'], + 'SCR': [2, 'SCR', 'SCR'], 'SDG': [2, 'SDG', 'SDG'], 'SHP': [2, '£', 'SH£'], - 'SKK': [10, 'Sk', 'Sk'], - 'SLL': [2, 'Le', 'Le'], - 'SOS': [2, 'So. Sh.', 'So. Sh.'], + 'SLL': [0, 'SLL', 'SLL'], + 'SOS': [0, 'SOS', 'SOS'], 'SRD': [2, '$', 'SR$'], - 'STD': [2, 'Db', 'Db'], - 'SYP': [18, 'SYP', 'SYP'], - 'SZL': [2, 'L', 'SZL'], - 'TJS': [2, 'TJS', 'TJS'], - 'TMM': [2, 'm', 'TMM'], - 'TND': [3, '\u062F\u002e\u062A ', 'DT'], + 'SSP': [2, '£', 'SSP'], + 'STD': [0, 'Db', 'Db'], + 'SYP': [0, '£', 'SY£'], + 'SZL': [2, 'SZL', 'SZL'], + 'TJS': [2, 'Som', 'TJS'], + 'TND': [3, 'din', 'DT'], 'TOP': [2, 'T$', 'T$'], 'TTD': [2, '$', 'TT$'], - 'TZS': [10, 'TZS', 'TZS'], - 'UAH': [10, '\u20B4', 'грн'], - 'UGX': [2, 'USh', 'USh'], - 'UZS': [2, 'UZS', 'UZS'], - 'VEF': [2, 'Bs.F', 'Bs.F'], - 'VUV': [0, 'Vt', 'Vt'], - 'WST': [2, 'WS$', 'WS$'], + 'UGX': [0, 'UGX', 'UGX'], + 'UZS': [0, 'so\u02bcm', 'UZS'], + 'VEF': [2, 'Bs', 'Bs'], + 'VUV': [0, 'VUV', 'VUV'], + 'WST': [2, 'WST', 'WST'], 'XAF': [0, 'FCFA', 'FCFA'], 'XCD': [2, '$', 'EC$'], 'XOF': [0, 'CFA', 'CFA'], - 'XPF': [0, 'F', 'XPF'], - 'ZMK': [2, 'ZK', 'ZK'], - 'ZWL': [2, '$', 'ZW$'] + 'XPF': [48, 'FCFP', 'FCFP'], + 'ZMW': [0, 'ZMW', 'ZMW'], + 'ZWD': [0, '$', 'Z$'] }; diff --git a/i18n/closure/datetimeSymbols.js b/i18n/closure/datetimeSymbols.js new file mode 100644 index 000000000000..3cf4989fc799 --- /dev/null +++ b/i18n/closure/datetimeSymbols.js @@ -0,0 +1,3867 @@ +// Copyright 2011 The Closure Library Authors. All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS-IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +/** + * @fileoverview Date/time formatting symbols for all locales. + * + * File generated from CLDR ver. 31.0.1 + * + * To reduce the file size (which may cause issues in some JS + * developing environments), this file will only contain locales + * that are frequently used by web applications. This is defined as + * proto/closure_locales_data.txt and will change (most likely addition) + * over time. Rest of the data can be found in another file named + * "datetimesymbolsext.js", which will be generated at + * the same time together with this file. + * + * @suppress {const} + */ + +// clang-format off + +goog.provide('goog.i18n.DateTimeSymbols'); +goog.provide('goog.i18n.DateTimeSymbolsType'); +goog.provide('goog.i18n.DateTimeSymbols_en_ISO'); +goog.provide('goog.i18n.DateTimeSymbols_af'); +goog.provide('goog.i18n.DateTimeSymbols_am'); +goog.provide('goog.i18n.DateTimeSymbols_ar'); +goog.provide('goog.i18n.DateTimeSymbols_ar_DZ'); +goog.provide('goog.i18n.DateTimeSymbols_az'); +goog.provide('goog.i18n.DateTimeSymbols_be'); +goog.provide('goog.i18n.DateTimeSymbols_bg'); +goog.provide('goog.i18n.DateTimeSymbols_bn'); +goog.provide('goog.i18n.DateTimeSymbols_br'); +goog.provide('goog.i18n.DateTimeSymbols_bs'); +goog.provide('goog.i18n.DateTimeSymbols_ca'); +goog.provide('goog.i18n.DateTimeSymbols_chr'); +goog.provide('goog.i18n.DateTimeSymbols_cs'); +goog.provide('goog.i18n.DateTimeSymbols_cy'); +goog.provide('goog.i18n.DateTimeSymbols_da'); +goog.provide('goog.i18n.DateTimeSymbols_de'); +goog.provide('goog.i18n.DateTimeSymbols_de_AT'); +goog.provide('goog.i18n.DateTimeSymbols_de_CH'); +goog.provide('goog.i18n.DateTimeSymbols_el'); +goog.provide('goog.i18n.DateTimeSymbols_en'); +goog.provide('goog.i18n.DateTimeSymbols_en_AU'); +goog.provide('goog.i18n.DateTimeSymbols_en_CA'); +goog.provide('goog.i18n.DateTimeSymbols_en_GB'); +goog.provide('goog.i18n.DateTimeSymbols_en_IE'); +goog.provide('goog.i18n.DateTimeSymbols_en_IN'); +goog.provide('goog.i18n.DateTimeSymbols_en_SG'); +goog.provide('goog.i18n.DateTimeSymbols_en_US'); +goog.provide('goog.i18n.DateTimeSymbols_en_ZA'); +goog.provide('goog.i18n.DateTimeSymbols_es'); +goog.provide('goog.i18n.DateTimeSymbols_es_419'); +goog.provide('goog.i18n.DateTimeSymbols_es_ES'); +goog.provide('goog.i18n.DateTimeSymbols_es_MX'); +goog.provide('goog.i18n.DateTimeSymbols_es_US'); +goog.provide('goog.i18n.DateTimeSymbols_et'); +goog.provide('goog.i18n.DateTimeSymbols_eu'); +goog.provide('goog.i18n.DateTimeSymbols_fa'); +goog.provide('goog.i18n.DateTimeSymbols_fi'); +goog.provide('goog.i18n.DateTimeSymbols_fil'); +goog.provide('goog.i18n.DateTimeSymbols_fr'); +goog.provide('goog.i18n.DateTimeSymbols_fr_CA'); +goog.provide('goog.i18n.DateTimeSymbols_ga'); +goog.provide('goog.i18n.DateTimeSymbols_gl'); +goog.provide('goog.i18n.DateTimeSymbols_gsw'); +goog.provide('goog.i18n.DateTimeSymbols_gu'); +goog.provide('goog.i18n.DateTimeSymbols_haw'); +goog.provide('goog.i18n.DateTimeSymbols_he'); +goog.provide('goog.i18n.DateTimeSymbols_hi'); +goog.provide('goog.i18n.DateTimeSymbols_hr'); +goog.provide('goog.i18n.DateTimeSymbols_hu'); +goog.provide('goog.i18n.DateTimeSymbols_hy'); +goog.provide('goog.i18n.DateTimeSymbols_id'); +goog.provide('goog.i18n.DateTimeSymbols_in'); +goog.provide('goog.i18n.DateTimeSymbols_is'); +goog.provide('goog.i18n.DateTimeSymbols_it'); +goog.provide('goog.i18n.DateTimeSymbols_iw'); +goog.provide('goog.i18n.DateTimeSymbols_ja'); +goog.provide('goog.i18n.DateTimeSymbols_ka'); +goog.provide('goog.i18n.DateTimeSymbols_kk'); +goog.provide('goog.i18n.DateTimeSymbols_km'); +goog.provide('goog.i18n.DateTimeSymbols_kn'); +goog.provide('goog.i18n.DateTimeSymbols_ko'); +goog.provide('goog.i18n.DateTimeSymbols_ky'); +goog.provide('goog.i18n.DateTimeSymbols_ln'); +goog.provide('goog.i18n.DateTimeSymbols_lo'); +goog.provide('goog.i18n.DateTimeSymbols_lt'); +goog.provide('goog.i18n.DateTimeSymbols_lv'); +goog.provide('goog.i18n.DateTimeSymbols_mk'); +goog.provide('goog.i18n.DateTimeSymbols_ml'); +goog.provide('goog.i18n.DateTimeSymbols_mn'); +goog.provide('goog.i18n.DateTimeSymbols_mo'); +goog.provide('goog.i18n.DateTimeSymbols_mr'); +goog.provide('goog.i18n.DateTimeSymbols_ms'); +goog.provide('goog.i18n.DateTimeSymbols_mt'); +goog.provide('goog.i18n.DateTimeSymbols_my'); +goog.provide('goog.i18n.DateTimeSymbols_nb'); +goog.provide('goog.i18n.DateTimeSymbols_ne'); +goog.provide('goog.i18n.DateTimeSymbols_nl'); +goog.provide('goog.i18n.DateTimeSymbols_no'); +goog.provide('goog.i18n.DateTimeSymbols_no_NO'); +goog.provide('goog.i18n.DateTimeSymbols_or'); +goog.provide('goog.i18n.DateTimeSymbols_pa'); +goog.provide('goog.i18n.DateTimeSymbols_pl'); +goog.provide('goog.i18n.DateTimeSymbols_pt'); +goog.provide('goog.i18n.DateTimeSymbols_pt_BR'); +goog.provide('goog.i18n.DateTimeSymbols_pt_PT'); +goog.provide('goog.i18n.DateTimeSymbols_ro'); +goog.provide('goog.i18n.DateTimeSymbols_ru'); +goog.provide('goog.i18n.DateTimeSymbols_sh'); +goog.provide('goog.i18n.DateTimeSymbols_si'); +goog.provide('goog.i18n.DateTimeSymbols_sk'); +goog.provide('goog.i18n.DateTimeSymbols_sl'); +goog.provide('goog.i18n.DateTimeSymbols_sq'); +goog.provide('goog.i18n.DateTimeSymbols_sr'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Latn'); +goog.provide('goog.i18n.DateTimeSymbols_sv'); +goog.provide('goog.i18n.DateTimeSymbols_sw'); +goog.provide('goog.i18n.DateTimeSymbols_ta'); +goog.provide('goog.i18n.DateTimeSymbols_te'); +goog.provide('goog.i18n.DateTimeSymbols_th'); +goog.provide('goog.i18n.DateTimeSymbols_tl'); +goog.provide('goog.i18n.DateTimeSymbols_tr'); +goog.provide('goog.i18n.DateTimeSymbols_uk'); +goog.provide('goog.i18n.DateTimeSymbols_ur'); +goog.provide('goog.i18n.DateTimeSymbols_uz'); +goog.provide('goog.i18n.DateTimeSymbols_vi'); +goog.provide('goog.i18n.DateTimeSymbols_zh'); +goog.provide('goog.i18n.DateTimeSymbols_zh_CN'); +goog.provide('goog.i18n.DateTimeSymbols_zh_HK'); +goog.provide('goog.i18n.DateTimeSymbols_zh_TW'); +goog.provide('goog.i18n.DateTimeSymbols_zu'); +/** + * Date/time formatting symbols for locale en_ISO. + */ +goog.i18n.DateTimeSymbols_en_ISO = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, y MMMM dd', 'y MMMM d', 'y MMM d', 'yyyy-MM-dd'], + TIMEFORMATS: ['HH:mm:ss v', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + AVAILABLEFORMATS: {'Md': 'M/d', 'MMMMd': 'MMMM d', 'MMMd': 'MMM d'}, + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + +/** + * Date/time formatting symbols for locale af. + */ +goog.i18n.DateTimeSymbols_af = { + ERAS: ['v.C.', 'n.C.'], + ERANAMES: ['voor Christus', 'na Christus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januarie', 'Februarie', 'Maart', 'April', 'Mei', 'Junie', 'Julie', 'Augustus', 'September', 'Oktober', 'November', 'Desember'], + STANDALONEMONTHS: ['Januarie', 'Februarie', 'Maart', 'April', 'Mei', 'Junie', 'Julie', 'Augustus', 'September', 'Oktober', 'November', 'Desember'], + SHORTMONTHS: ['Jan.', 'Feb.', 'Mrt.', 'Apr.', 'Mei', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Des.'], + STANDALONESHORTMONTHS: ['Jan.', 'Feb.', 'Mrt.', 'Apr.', 'Mei', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Des.'], + WEEKDAYS: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'], + STANDALONEWEEKDAYS: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'], + SHORTWEEKDAYS: ['So.', 'Ma.', 'Di.', 'Wo.', 'Do.', 'Vr.', 'Sa.'], + STANDALONESHORTWEEKDAYS: ['So.', 'Ma.', 'Di.', 'Wo.', 'Do.', 'Vr.', 'Sa.'], + NARROWWEEKDAYS: ['S', 'M', 'D', 'W', 'D', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'W', 'D', 'V', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1ste kwartaal', '2de kwartaal', '3de kwartaal', '4de kwartaal'], + AMPMS: ['vm.', 'nm.'], + DATEFORMATS: ['EEEE, dd MMMM y', 'dd MMMM y', 'dd MMM y', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale am. + */ +goog.i18n.DateTimeSymbols_am = { + ERAS: ['ዓ/ዓ', 'ዓ/ም'], + ERANAMES: ['ዓመተ ዓለም', 'ዓመተ ምሕረት'], + NARROWMONTHS: ['ጃ', 'ፌ', 'ማ', 'ኤ', 'ሜ', 'ጁ', 'ጁ', 'ኦ', 'ሴ', 'ኦ', 'ኖ', 'ዲ'], + STANDALONENARROWMONTHS: ['ጃ', 'ፌ', 'ማ', 'ኤ', 'ሜ', 'ጁ', 'ጁ', 'ኦ', 'ሴ', 'ኦ', 'ኖ', 'ዲ'], + MONTHS: ['ጃንዩወሪ', 'ፌብሩወሪ', 'ማርች', 'ኤፕሪል', 'ሜይ', 'ጁን', 'ጁላይ', 'ኦገስት', 'ሴፕቴምበር', 'ኦክቶበር', 'ኖቬምበር', 'ዲሴምበር'], + STANDALONEMONTHS: ['ጃንዩወሪ', 'ፌብሩወሪ', 'ማርች', 'ኤፕሪል', 'ሜይ', 'ጁን', 'ጁላይ', 'ኦገስት', 'ሴፕቴምበር', 'ኦክቶበር', 'ኖቬምበር', 'ዲሴምበር'], + SHORTMONTHS: ['ጃንዩ', 'ፌብሩ', 'ማርች', 'ኤፕሪ', 'ሜይ', 'ጁን', 'ጁላይ', 'ኦገስ', 'ሴፕቴ', 'ኦክቶ', 'ኖቬም', 'ዲሴም'], + STANDALONESHORTMONTHS: ['ጃንዩ', 'ፌብሩ', 'ማርች', 'ኤፕሪ', 'ሜይ', 'ጁን', 'ጁላይ', 'ኦገስ', 'ሴፕቴ', 'ኦክቶ', 'ኖቬም', 'ዲሴም'], + WEEKDAYS: ['እሑድ', 'ሰኞ', 'ማክሰኞ', 'ረቡዕ', 'ሐሙስ', 'ዓርብ', 'ቅዳሜ'], + STANDALONEWEEKDAYS: ['እሑድ', 'ሰኞ', 'ማክሰኞ', 'ረቡዕ', 'ሐሙስ', 'ዓርብ', 'ቅዳሜ'], + SHORTWEEKDAYS: ['እሑድ', 'ሰኞ', 'ማክሰ', 'ረቡዕ', 'ሐሙስ', 'ዓርብ', 'ቅዳሜ'], + STANDALONESHORTWEEKDAYS: ['እሑድ', 'ሰኞ', 'ማክሰ', 'ረቡዕ', 'ሐሙስ', 'ዓርብ', 'ቅዳሜ'], + NARROWWEEKDAYS: ['እ', 'ሰ', 'ማ', 'ረ', 'ሐ', 'ዓ', 'ቅ'], + STANDALONENARROWWEEKDAYS: ['እ', 'ሰ', 'ማ', 'ረ', 'ሐ', 'ዓ', 'ቅ'], + SHORTQUARTERS: ['ሩብ1', 'ሩብ2', 'ሩብ3', 'ሩብ4'], + QUARTERS: ['1ኛው ሩብ', '2ኛው ሩብ', '3ኛው ሩብ', '4ኛው ሩብ'], + AMPMS: ['ጥዋት', 'ከሰዓት'], + DATEFORMATS: ['EEEE ፣d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ar. + */ +goog.i18n.DateTimeSymbols_ar = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale ar_DZ. + */ +goog.i18n.DateTimeSymbols_ar_DZ = { + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ج', 'ف', 'م', 'أ', 'م', 'ج', 'ج', 'أ', 'س', 'أ', 'ن', 'د'], + STANDALONENARROWMONTHS: ['ج', 'ف', 'م', 'أ', 'م', 'ج', 'ج', 'أ', 'س', 'أ', 'ن', 'د'], + MONTHS: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale az. + */ +goog.i18n.DateTimeSymbols_az = { + ERAS: ['e.ə.', 'y.e.'], + ERANAMES: ['eramızdan əvvəl', 'yeni era'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['yanvar', 'fevral', 'mart', 'aprel', 'may', 'iyun', 'iyul', 'avqust', 'sentyabr', 'oktyabr', 'noyabr', 'dekabr'], + STANDALONEMONTHS: ['Yanvar', 'Fevral', 'Mart', 'Aprel', 'May', 'İyun', 'İyul', 'Avqust', 'Sentyabr', 'Oktyabr', 'Noyabr', 'Dekabr'], + SHORTMONTHS: ['yan', 'fev', 'mar', 'apr', 'may', 'iyn', 'iyl', 'avq', 'sen', 'okt', 'noy', 'dek'], + STANDALONESHORTMONTHS: ['yan', 'fev', 'mar', 'apr', 'may', 'iyn', 'iyl', 'avq', 'sen', 'okt', 'noy', 'dek'], + WEEKDAYS: ['bazar', 'bazar ertəsi', 'çərşənbə axşamı', 'çərşənbə', 'cümə axşamı', 'cümə', 'şənbə'], + STANDALONEWEEKDAYS: ['bazar', 'bazar ertəsi', 'çərşənbə axşamı', 'çərşənbə', 'cümə axşamı', 'cümə', 'şənbə'], + SHORTWEEKDAYS: ['B.', 'B.E.', 'Ç.A.', 'Ç.', 'C.A.', 'C.', 'Ş.'], + STANDALONESHORTWEEKDAYS: ['B.', 'B.E.', 'Ç.A.', 'Ç.', 'C.A.', 'C.', 'Ş.'], + NARROWWEEKDAYS: ['7', '1', '2', '3', '4', '5', '6'], + STANDALONENARROWWEEKDAYS: ['7', '1', '2', '3', '4', '5', '6'], + SHORTQUARTERS: ['1-ci kv.', '2-ci kv.', '3-cü kv.', '4-cü kv.'], + QUARTERS: ['1-ci kvartal', '2-ci kvartal', '3-cü kvartal', '4-cü kvartal'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['d MMMM y, EEEE', 'd MMMM y', 'd MMM y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale be. + */ +goog.i18n.DateTimeSymbols_be = { + ERAS: ['да н.э.', 'н.э.'], + ERANAMES: ['да нараджэння Хрыстова', 'ад нараджэння Хрыстова'], + NARROWMONTHS: ['с', 'л', 'с', 'к', 'м', 'ч', 'л', 'ж', 'в', 'к', 'л', 'с'], + STANDALONENARROWMONTHS: ['с', 'л', 'с', 'к', 'м', 'ч', 'л', 'ж', 'в', 'к', 'л', 'с'], + MONTHS: ['студзеня', 'лютага', 'сакавіка', 'красавіка', 'мая', 'чэрвеня', 'ліпеня', 'жніўня', 'верасня', 'кастрычніка', 'лістапада', 'снежня'], + STANDALONEMONTHS: ['студзень', 'люты', 'сакавік', 'красавік', 'май', 'чэрвень', 'ліпень', 'жнівень', 'верасень', 'кастрычнік', 'лістапад', 'снежань'], + SHORTMONTHS: ['сту', 'лют', 'сак', 'кра', 'мая', 'чэр', 'ліп', 'жні', 'вер', 'кас', 'ліс', 'сне'], + STANDALONESHORTMONTHS: ['сту', 'лют', 'сак', 'кра', 'май', 'чэр', 'ліп', 'жні', 'вер', 'кас', 'ліс', 'сне'], + WEEKDAYS: ['нядзеля', 'панядзелак', 'аўторак', 'серада', 'чацвер', 'пятніца', 'субота'], + STANDALONEWEEKDAYS: ['нядзеля', 'панядзелак', 'аўторак', 'серада', 'чацвер', 'пятніца', 'субота'], + SHORTWEEKDAYS: ['нд', 'пн', 'аў', 'ср', 'чц', 'пт', 'сб'], + STANDALONESHORTWEEKDAYS: ['нд', 'пн', 'аў', 'ср', 'чц', 'пт', 'сб'], + NARROWWEEKDAYS: ['н', 'п', 'а', 'с', 'ч', 'п', 'с'], + STANDALONENARROWWEEKDAYS: ['н', 'п', 'а', 'с', 'ч', 'п', 'с'], + SHORTQUARTERS: ['1-шы кв.', '2-гі кв.', '3-ці кв.', '4-ты кв.'], + QUARTERS: ['1-шы квартал', '2-гі квартал', '3-ці квартал', '4-ты квартал'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y \'г\'.', 'd MMMM y \'г\'.', 'd.MM.y', 'd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss, zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'у\' {0}', '{1} \'у\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale bg. + */ +goog.i18n.DateTimeSymbols_bg = { + ERAS: ['пр.Хр.', 'сл.Хр.'], + ERANAMES: ['преди Христа', 'след Христа'], + NARROWMONTHS: ['я', 'ф', 'м', 'а', 'м', 'ю', 'ю', 'а', 'с', 'о', 'н', 'д'], + STANDALONENARROWMONTHS: ['я', 'ф', 'м', 'а', 'м', 'ю', 'ю', 'а', 'с', 'о', 'н', 'д'], + MONTHS: ['януари', 'февруари', 'март', 'април', 'май', 'юни', 'юли', 'август', 'септември', 'октомври', 'ноември', 'декември'], + STANDALONEMONTHS: ['януари', 'февруари', 'март', 'април', 'май', 'юни', 'юли', 'август', 'септември', 'октомври', 'ноември', 'декември'], + SHORTMONTHS: ['яну', 'фев', 'март', 'апр', 'май', 'юни', 'юли', 'авг', 'сеп', 'окт', 'ное', 'дек'], + STANDALONESHORTMONTHS: ['яну', 'фев', 'март', 'апр', 'май', 'юни', 'юли', 'авг', 'сеп', 'окт', 'ное', 'дек'], + WEEKDAYS: ['неделя', 'понеделник', 'вторник', 'сряда', 'четвъртък', 'петък', 'събота'], + STANDALONEWEEKDAYS: ['неделя', 'понеделник', 'вторник', 'сряда', 'четвъртък', 'петък', 'събота'], + SHORTWEEKDAYS: ['нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + STANDALONESHORTWEEKDAYS: ['нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + NARROWWEEKDAYS: ['н', 'п', 'в', 'с', 'ч', 'п', 'с'], + STANDALONENARROWWEEKDAYS: ['н', 'п', 'в', 'с', 'ч', 'п', 'с'], + SHORTQUARTERS: ['1. трим.', '2. трим.', '3. трим.', '4. трим.'], + QUARTERS: ['1. тримесечие', '2. тримесечие', '3. тримесечие', '4. тримесечие'], + AMPMS: ['пр.об.', 'сл.об.'], + DATEFORMATS: ['EEEE, d MMMM y \'г\'.', 'd MMMM y \'г\'.', 'd.MM.y \'г\'.', 'd.MM.yy \'г\'.'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale bn. + */ +goog.i18n.DateTimeSymbols_bn = { + ZERODIGIT: 0x09E6, + ERAS: ['খ্রিস্টপূর্ব', 'খৃষ্টাব্দ'], + ERANAMES: ['খ্রিস্টপূর্ব', 'খৃষ্টাব্দ'], + NARROWMONTHS: ['জা', 'ফে', 'মা', 'এ', 'মে', 'জুন', 'জু', 'আ', 'সে', 'অ', 'ন', 'ডি'], + STANDALONENARROWMONTHS: ['জা', 'ফে', 'মা', 'এ', 'মে', 'জুন', 'জু', 'আ', 'সে', 'অ', 'ন', 'ডি'], + MONTHS: ['জানুয়ারী', 'ফেব্রুয়ারী', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর'], + STANDALONEMONTHS: ['জানুয়ারী', 'ফেব্রুয়ারী', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর'], + SHORTMONTHS: ['জানু', 'ফেব', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর'], + STANDALONESHORTMONTHS: ['জানুয়ারী', 'ফেব্রুয়ারী', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর'], + WEEKDAYS: ['রবিবার', 'সোমবার', 'মঙ্গলবার', 'বুধবার', 'বৃহস্পতিবার', 'শুক্রবার', 'শনিবার'], + STANDALONEWEEKDAYS: ['রবিবার', 'সোমবার', 'মঙ্গলবার', 'বুধবার', 'বৃহষ্পতিবার', 'শুক্রবার', 'শনিবার'], + SHORTWEEKDAYS: ['রবি', 'সোম', 'মঙ্গল', 'বুধ', 'বৃহস্পতি', 'শুক্র', 'শনি'], + STANDALONESHORTWEEKDAYS: ['রবি', 'সোম', 'মঙ্গল', 'বুধ', 'বৃহস্পতি', 'শুক্র', 'শনি'], + NARROWWEEKDAYS: ['র', 'সো', 'ম', 'বু', 'বৃ', 'শু', 'শ'], + STANDALONENARROWWEEKDAYS: ['র', 'সো', 'ম', 'বু', 'বৃ', 'শু', 'শ'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['ত্রৈমাসিক', 'দ্বিতীয় ত্রৈমাসিক', 'তৃতীয় ত্রৈমাসিক', 'চতুর্থ ত্রৈমাসিক'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 4, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale br. + */ +goog.i18n.DateTimeSymbols_br = { + ERAS: ['a-raok J.K.', 'goude J.K.'], + ERANAMES: ['a-raok Jezuz-Krist', 'goude Jezuz-Krist'], + NARROWMONTHS: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'], + STANDALONENARROWMONTHS: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'], + MONTHS: ['Genver', 'Cʼhwevrer', 'Meurzh', 'Ebrel', 'Mae', 'Mezheven', 'Gouere', 'Eost', 'Gwengolo', 'Here', 'Du', 'Kerzu'], + STANDALONEMONTHS: ['Genver', 'Cʼhwevrer', 'Meurzh', 'Ebrel', 'Mae', 'Mezheven', 'Gouere', 'Eost', 'Gwengolo', 'Here', 'Du', 'Kerzu'], + SHORTMONTHS: ['Gen.', 'Cʼhwe.', 'Meur.', 'Ebr.', 'Mae', 'Mezh.', 'Goue.', 'Eost', 'Gwen.', 'Here', 'Du', 'Kzu.'], + STANDALONESHORTMONTHS: ['Gen.', 'Cʼhwe.', 'Meur.', 'Ebr.', 'Mae', 'Mezh.', 'Goue.', 'Eost', 'Gwen.', 'Here', 'Du', 'Ker.'], + WEEKDAYS: ['Sul', 'Lun', 'Meurzh', 'Mercʼher', 'Yaou', 'Gwener', 'Sadorn'], + STANDALONEWEEKDAYS: ['Sul', 'Lun', 'Meurzh', 'Mercʼher', 'Yaou', 'Gwener', 'Sadorn'], + SHORTWEEKDAYS: ['Sul', 'Lun', 'Meu.', 'Mer.', 'Yaou', 'Gwe.', 'Sad.'], + STANDALONESHORTWEEKDAYS: ['Sul', 'Lun', 'Meu.', 'Mer.', 'Yaou', 'Gwe.', 'Sad.'], + NARROWWEEKDAYS: ['Su', 'L', 'Mz', 'Mc', 'Y', 'G', 'Sa'], + STANDALONENARROWWEEKDAYS: ['Su', 'L', 'Mz', 'Mc', 'Y', 'G', 'Sa'], + SHORTQUARTERS: ['1añ trim.', '2l trim.', '3e trim.', '4e trim.'], + QUARTERS: ['1añ trimiziad', '2l trimiziad', '3e trimiziad', '4e trimiziad'], + AMPMS: ['A.M.', 'G.M.'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'da\' {0}', '{1} \'da\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale bs. + */ +goog.i18n.DateTimeSymbols_bs = { + ERAS: ['p. n. e.', 'n. e.'], + ERANAMES: ['prije nove ere', 'nove ere'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'juni', 'juli', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + STANDALONEMONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'juni', 'juli', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec'], + WEEKDAYS: ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + STANDALONEWEEKDAYS: ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + SHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'], + STANDALONESHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'], + NARROWWEEKDAYS: ['N', 'P', 'U', 'S', 'Č', 'P', 'S'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Prvi kvartal', 'Drugi kvartal', 'Treći kvartal', 'Četvrti kvartal'], + AMPMS: ['prijepodne', 'popodne'], + DATEFORMATS: ['EEEE, d. MMMM y.', 'd. MMMM y.', 'd. MMM. y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'u\' {0}', '{1} \'u\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ca. + */ +goog.i18n.DateTimeSymbols_ca = { + ERAS: ['aC', 'dC'], + ERANAMES: ['abans de Crist', 'després de Crist'], + NARROWMONTHS: ['GN', 'FB', 'MÇ', 'AB', 'MG', 'JN', 'JL', 'AG', 'ST', 'OC', 'NV', 'DS'], + STANDALONENARROWMONTHS: ['GN', 'FB', 'MÇ', 'AB', 'MG', 'JN', 'JL', 'AG', 'ST', 'OC', 'NV', 'DS'], + MONTHS: ['de gener', 'de febrer', 'de març', 'd’abril', 'de maig', 'de juny', 'de juliol', 'd’agost', 'de setembre', 'd’octubre', 'de novembre', 'de desembre'], + STANDALONEMONTHS: ['gener', 'febrer', 'març', 'abril', 'maig', 'juny', 'juliol', 'agost', 'setembre', 'octubre', 'novembre', 'desembre'], + SHORTMONTHS: ['de gen.', 'de febr.', 'de març', 'd’abr.', 'de maig', 'de juny', 'de jul.', 'd’ag.', 'de set.', 'd’oct.', 'de nov.', 'de des.'], + STANDALONESHORTMONTHS: ['gen.', 'febr.', 'març', 'abr.', 'maig', 'juny', 'jul.', 'ag.', 'set.', 'oct.', 'nov.', 'des.'], + WEEKDAYS: ['diumenge', 'dilluns', 'dimarts', 'dimecres', 'dijous', 'divendres', 'dissabte'], + STANDALONEWEEKDAYS: ['diumenge', 'dilluns', 'dimarts', 'dimecres', 'dijous', 'divendres', 'dissabte'], + SHORTWEEKDAYS: ['dg.', 'dl.', 'dt.', 'dc.', 'dj.', 'dv.', 'ds.'], + STANDALONESHORTWEEKDAYS: ['dg.', 'dl.', 'dt.', 'dc.', 'dj.', 'dv.', 'ds.'], + NARROWWEEKDAYS: ['dg', 'dl', 'dt', 'dc', 'dj', 'dv', 'ds'], + STANDALONENARROWWEEKDAYS: ['dg', 'dl', 'dt', 'dc', 'dj', 'dv', 'ds'], + SHORTQUARTERS: ['1T', '2T', '3T', '4T'], + QUARTERS: ['1r trimestre', '2n trimestre', '3r trimestre', '4t trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d MMMM \'de\' y', 'd MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} \'a\' \'les\' {0}', '{1} \'a\' \'les\' {0}', '{1}, {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale chr. + */ +goog.i18n.DateTimeSymbols_chr = { + ERAS: ['BC', 'AD'], + ERANAMES: ['ᏧᏓᎷᎸ ᎤᎷᎯᏍᏗ ᎦᎶᏁᏛ', 'ᎠᏃ ᏙᎻᏂ'], + NARROWMONTHS: ['Ꭴ', 'Ꭷ', 'Ꭰ', 'Ꭷ', 'Ꭰ', 'Ꮥ', 'Ꭻ', 'Ꭶ', 'Ꮪ', 'Ꮪ', 'Ꮕ', 'Ꭵ'], + STANDALONENARROWMONTHS: ['Ꭴ', 'Ꭷ', 'Ꭰ', 'Ꭷ', 'Ꭰ', 'Ꮥ', 'Ꭻ', 'Ꭶ', 'Ꮪ', 'Ꮪ', 'Ꮕ', 'Ꭵ'], + MONTHS: ['ᎤᏃᎸᏔᏅ', 'ᎧᎦᎵ', 'ᎠᏅᏱ', 'ᎧᏬᏂ', 'ᎠᏂᏍᎬᏘ', 'ᏕᎭᎷᏱ', 'ᎫᏰᏉᏂ', 'ᎦᎶᏂ', 'ᏚᎵᏍᏗ', 'ᏚᏂᏅᏗ', 'ᏅᏓᏕᏆ', 'ᎥᏍᎩᏱ'], + STANDALONEMONTHS: ['ᎤᏃᎸᏔᏅ', 'ᎧᎦᎵ', 'ᎠᏅᏱ', 'ᎧᏬᏂ', 'ᎠᏂᏍᎬᏘ', 'ᏕᎭᎷᏱ', 'ᎫᏰᏉᏂ', 'ᎦᎶᏂ', 'ᏚᎵᏍᏗ', 'ᏚᏂᏅᏗ', 'ᏅᏓᏕᏆ', 'ᎥᏍᎩᏱ'], + SHORTMONTHS: ['ᎤᏃ', 'ᎧᎦ', 'ᎠᏅ', 'ᎧᏬ', 'ᎠᏂ', 'ᏕᎭ', 'ᎫᏰ', 'ᎦᎶ', 'ᏚᎵ', 'ᏚᏂ', 'ᏅᏓ', 'ᎥᏍ'], + STANDALONESHORTMONTHS: ['ᎤᏃ', 'ᎧᎦ', 'ᎠᏅ', 'ᎧᏬ', 'ᎠᏂ', 'ᏕᎭ', 'ᎫᏰ', 'ᎦᎶ', 'ᏚᎵ', 'ᏚᏂ', 'ᏅᏓ', 'ᎥᏍ'], + WEEKDAYS: ['ᎤᎾᏙᏓᏆᏍᎬ', 'ᎤᎾᏙᏓᏉᏅᎯ', 'ᏔᎵᏁᎢᎦ', 'ᏦᎢᏁᎢᎦ', 'ᏅᎩᏁᎢᎦ', 'ᏧᎾᎩᎶᏍᏗ', 'ᎤᎾᏙᏓᏈᏕᎾ'], + STANDALONEWEEKDAYS: ['ᎤᎾᏙᏓᏆᏍᎬ', 'ᎤᎾᏙᏓᏉᏅᎯ', 'ᏔᎵᏁᎢᎦ', 'ᏦᎢᏁᎢᎦ', 'ᏅᎩᏁᎢᎦ', 'ᏧᎾᎩᎶᏍᏗ', 'ᎤᎾᏙᏓᏈᏕᎾ'], + SHORTWEEKDAYS: ['ᏆᏍᎬ', 'ᏉᏅᎯ', 'ᏔᎵᏁ', 'ᏦᎢᏁ', 'ᏅᎩᏁ', 'ᏧᎾᎩ', 'ᏈᏕᎾ'], + STANDALONESHORTWEEKDAYS: ['ᏆᏍᎬ', 'ᏉᏅᎯ', 'ᏔᎵᏁ', 'ᏦᎢᏁ', 'ᏅᎩᏁ', 'ᏧᎾᎩ', 'ᏈᏕᎾ'], + NARROWWEEKDAYS: ['Ꮖ', 'Ꮙ', 'Ꮤ', 'Ꮶ', 'Ꮕ', 'Ꮷ', 'Ꭴ'], + STANDALONENARROWWEEKDAYS: ['Ꮖ', 'Ꮙ', 'Ꮤ', 'Ꮶ', 'Ꮕ', 'Ꮷ', 'Ꭴ'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st ᎩᏄᏙᏗ', '2nd ᎩᏄᏙᏗ', '3rd ᎩᏄᏙᏗ', '4th ᎩᏄᏙᏗ'], + AMPMS: ['ᏌᎾᎴ', 'ᏒᎯᏱᎢᏗᏢ'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} ᎤᎾᎢ {0}', '{1} ᎤᎾᎢ {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale cs. + */ +goog.i18n.DateTimeSymbols_cs = { + ERAS: ['př. n. l.', 'n. l.'], + ERANAMES: ['př. n. l.', 'n. l.'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ledna', 'února', 'března', 'dubna', 'května', 'června', 'července', 'srpna', 'září', 'října', 'listopadu', 'prosince'], + STANDALONEMONTHS: ['leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec'], + SHORTMONTHS: ['led', 'úno', 'bře', 'dub', 'kvě', 'čvn', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro'], + STANDALONESHORTMONTHS: ['led', 'úno', 'bře', 'dub', 'kvě', 'čvn', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro'], + WEEKDAYS: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'], + STANDALONEWEEKDAYS: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'], + SHORTWEEKDAYS: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'], + STANDALONESHORTWEEKDAYS: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'], + NARROWWEEKDAYS: ['N', 'P', 'Ú', 'S', 'Č', 'P', 'S'], + STANDALONENARROWWEEKDAYS: ['N', 'P', 'Ú', 'S', 'Č', 'P', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. čtvrtletí', '2. čtvrtletí', '3. čtvrtletí', '4. čtvrtletí'], + AMPMS: ['dop.', 'odp.'], + DATEFORMATS: ['EEEE d. MMMM y', 'd. MMMM y', 'd. M. y', 'dd.MM.yy'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale cy. + */ +goog.i18n.DateTimeSymbols_cy = { + ERAS: ['CC', 'OC'], + ERANAMES: ['Cyn Crist', 'Oed Crist'], + NARROWMONTHS: ['I', 'Ch', 'M', 'E', 'M', 'M', 'G', 'A', 'M', 'H', 'T', 'Rh'], + STANDALONENARROWMONTHS: ['I', 'Ch', 'M', 'E', 'M', 'M', 'G', 'A', 'M', 'H', 'T', 'Rh'], + MONTHS: ['Ionawr', 'Chwefror', 'Mawrth', 'Ebrill', 'Mai', 'Mehefin', 'Gorffennaf', 'Awst', 'Medi', 'Hydref', 'Tachwedd', 'Rhagfyr'], + STANDALONEMONTHS: ['Ionawr', 'Chwefror', 'Mawrth', 'Ebrill', 'Mai', 'Mehefin', 'Gorffennaf', 'Awst', 'Medi', 'Hydref', 'Tachwedd', 'Rhagfyr'], + SHORTMONTHS: ['Ion', 'Chwef', 'Maw', 'Ebrill', 'Mai', 'Meh', 'Gorff', 'Awst', 'Medi', 'Hyd', 'Tach', 'Rhag'], + STANDALONESHORTMONTHS: ['Ion', 'Chw', 'Maw', 'Ebr', 'Mai', 'Meh', 'Gor', 'Awst', 'Medi', 'Hyd', 'Tach', 'Rhag'], + WEEKDAYS: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher', 'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'], + STANDALONEWEEKDAYS: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher', 'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'], + SHORTWEEKDAYS: ['Sul', 'Llun', 'Maw', 'Mer', 'Iau', 'Gwen', 'Sad'], + STANDALONESHORTWEEKDAYS: ['Sul', 'Llun', 'Maw', 'Mer', 'Iau', 'Gwe', 'Sad'], + NARROWWEEKDAYS: ['S', 'Ll', 'M', 'M', 'I', 'G', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'Ll', 'M', 'M', 'I', 'G', 'S'], + SHORTQUARTERS: ['Ch1', 'Ch2', 'Ch3', 'Ch4'], + QUARTERS: ['chwarter 1af', '2il chwarter', '3ydd chwarter', '4ydd chwarter'], + AMPMS: ['yb', 'yh'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'am\' {0}', '{1} \'am\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale da. + */ +goog.i18n.DateTimeSymbols_da = { + ERAS: ['f.Kr.', 'e.Kr.'], + ERANAMES: ['f.Kr.', 'e.Kr.'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maj', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maj', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'], + STANDALONEWEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'], + SHORTWEEKDAYS: ['søn.', 'man.', 'tir.', 'ons.', 'tor.', 'fre.', 'lør.'], + STANDALONESHORTWEEKDAYS: ['søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + SHORTQUARTERS: ['1. kvt.', '2. kvt.', '3. kvt.', '4. kvt.'], + QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE \'den\' d. MMMM y', 'd. MMMM y', 'd. MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH.mm.ss zzzz', 'HH.mm.ss z', 'HH.mm.ss', 'HH.mm'], + DATETIMEFORMATS: ['{1} \'kl\'. {0}', '{1} \'kl\'. {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale de. + */ +goog.i18n.DateTimeSymbols_de = { + ERAS: ['v. Chr.', 'n. Chr.'], + ERANAMES: ['v. Chr.', 'n. Chr.'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], + STANDALONEMONTHS: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], + SHORTMONTHS: ['Jan.', 'Feb.', 'März', 'Apr.', 'Mai', 'Juni', 'Juli', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Dez.'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], + WEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'], + STANDALONEWEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'], + SHORTWEEKDAYS: ['So.', 'Mo.', 'Di.', 'Mi.', 'Do.', 'Fr.', 'Sa.'], + STANDALONESHORTWEEKDAYS: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], + NARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal'], + AMPMS: ['vorm.', 'nachm.'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'dd.MM.y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'um\' {0}', '{1} \'um\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale de_AT. + */ +goog.i18n.DateTimeSymbols_de_AT = { + ERAS: ['v. Chr.', 'n. Chr.'], + ERANAMES: ['v. Chr.', 'n. Chr.'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Jänner', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], + STANDALONEMONTHS: ['Jänner', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], + SHORTMONTHS: ['Jän.', 'Feb.', 'März', 'Apr.', 'Mai', 'Juni', 'Juli', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Dez.'], + STANDALONESHORTMONTHS: ['Jän', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], + WEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'], + STANDALONEWEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'], + SHORTWEEKDAYS: ['So.', 'Mo.', 'Di.', 'Mi.', 'Do.', 'Fr.', 'Sa.'], + STANDALONESHORTWEEKDAYS: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], + NARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal'], + AMPMS: ['vorm.', 'nachm.'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'dd.MM.y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'um\' {0}', '{1} \'um\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale de_CH. + */ +goog.i18n.DateTimeSymbols_de_CH = goog.i18n.DateTimeSymbols_de; + + +/** + * Date/time formatting symbols for locale el. + */ +goog.i18n.DateTimeSymbols_el = { + ERAS: ['π.Χ.', 'μ.Χ.'], + ERANAMES: ['προ Χριστού', 'μετά Χριστόν'], + NARROWMONTHS: ['Ι', 'Φ', 'Μ', 'Α', 'Μ', 'Ι', 'Ι', 'Α', 'Σ', 'Ο', 'Ν', 'Δ'], + STANDALONENARROWMONTHS: ['Ι', 'Φ', 'Μ', 'Α', 'Μ', 'Ι', 'Ι', 'Α', 'Σ', 'Ο', 'Ν', 'Δ'], + MONTHS: ['Ιανουαρίου', 'Φεβρουαρίου', 'Μαρτίου', 'Απριλίου', 'Μαΐου', 'Ιουνίου', 'Ιουλίου', 'Αυγούστου', 'Σεπτεμβρίου', 'Οκτωβρίου', 'Νοεμβρίου', 'Δεκεμβρίου'], + STANDALONEMONTHS: ['Ιανουάριος', 'Φεβρουάριος', 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος'], + SHORTMONTHS: ['Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαΐ', 'Ιουν', 'Ιουλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ'], + STANDALONESHORTMONTHS: ['Ιαν', 'Φεβ', 'Μάρ', 'Απρ', 'Μάι', 'Ιούν', 'Ιούλ', 'Αύγ', 'Σεπ', 'Οκτ', 'Νοέ', 'Δεκ'], + WEEKDAYS: ['Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο'], + STANDALONEWEEKDAYS: ['Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο'], + SHORTWEEKDAYS: ['Κυρ', 'Δευ', 'Τρί', 'Τετ', 'Πέμ', 'Παρ', 'Σάβ'], + STANDALONESHORTWEEKDAYS: ['Κυρ', 'Δευ', 'Τρί', 'Τετ', 'Πέμ', 'Παρ', 'Σάβ'], + NARROWWEEKDAYS: ['Κ', 'Δ', 'Τ', 'Τ', 'Π', 'Π', 'Σ'], + STANDALONENARROWWEEKDAYS: ['Κ', 'Δ', 'Τ', 'Τ', 'Π', 'Π', 'Σ'], + SHORTQUARTERS: ['Τ1', 'Τ2', 'Τ3', 'Τ4'], + QUARTERS: ['1ο τρίμηνο', '2ο τρίμηνο', '3ο τρίμηνο', '4ο τρίμηνο'], + AMPMS: ['π.μ.', 'μ.μ.'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} - {0}', '{1} - {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en. + */ +goog.i18n.DateTimeSymbols_en = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_AU. + */ +goog.i18n.DateTimeSymbols_en_AU = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'], + STANDALONESHORTMONTHS: ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'], + STANDALONESHORTWEEKDAYS: ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'], + NARROWWEEKDAYS: ['Su.', 'M.', 'Tu.', 'W.', 'Th.', 'F.', 'Sa.'], + STANDALONENARROWWEEKDAYS: ['Su.', 'M.', 'Tu.', 'W.', 'Th.', 'F.', 'Sa.'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['am', 'pm'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_CA. + */ +goog.i18n.DateTimeSymbols_en_CA = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'y-MM-dd'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_GB. + */ +goog.i18n.DateTimeSymbols_en_GB = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['am', 'pm'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_IE. + */ +goog.i18n.DateTimeSymbols_en_IE = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 2 +}; + + +/** + * Date/time formatting symbols for locale en_IN. + */ +goog.i18n.DateTimeSymbols_en_IN = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_SG. + */ +goog.i18n.DateTimeSymbols_en_SG = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_US. + */ +goog.i18n.DateTimeSymbols_en_US = goog.i18n.DateTimeSymbols_en; + + +/** + * Date/time formatting symbols for locale en_ZA. + */ +goog.i18n.DateTimeSymbols_en_ZA = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, dd MMMM y', 'dd MMMM y', 'dd MMM y', 'y/MM/dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es. + */ +goog.i18n.DateTimeSymbols_es = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['H:mm:ss (zzzz)', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale es_419. + */ +goog.i18n.DateTimeSymbols_es_419 = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_ES. + */ +goog.i18n.DateTimeSymbols_es_ES = goog.i18n.DateTimeSymbols_es; + + +/** + * Date/time formatting symbols for locale es_MX. + */ +goog.i18n.DateTimeSymbols_es_MX = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['1er. trim.', '2º. trim.', '3er. trim.', '4º trim.'], + QUARTERS: ['1er. trimestre', '2º. trimestre', '3er. trimestre', '4o. trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_US. + */ +goog.i18n.DateTimeSymbols_es_US = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale et. + */ +goog.i18n.DateTimeSymbols_et = { + ERAS: ['eKr', 'pKr'], + ERANAMES: ['enne Kristust', 'pärast Kristust'], + NARROWMONTHS: ['J', 'V', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'V', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember'], + STANDALONEMONTHS: ['jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember'], + SHORTMONTHS: ['jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', 'juuli', 'aug', 'sept', 'okt', 'nov', 'dets'], + STANDALONESHORTMONTHS: ['jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', 'juuli', 'aug', 'sept', 'okt', 'nov', 'dets'], + WEEKDAYS: ['pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev'], + STANDALONEWEEKDAYS: ['pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev'], + SHORTWEEKDAYS: ['P', 'E', 'T', 'K', 'N', 'R', 'L'], + STANDALONESHORTWEEKDAYS: ['P', 'E', 'T', 'K', 'N', 'R', 'L'], + NARROWWEEKDAYS: ['P', 'E', 'T', 'K', 'N', 'R', 'L'], + STANDALONENARROWWEEKDAYS: ['P', 'E', 'T', 'K', 'N', 'R', 'L'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd. MMM y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale eu. + */ +goog.i18n.DateTimeSymbols_eu = { + ERAS: ['K.a.', 'K.o.'], + ERANAMES: ['K.a.', 'Kristo ondoren'], + NARROWMONTHS: ['U', 'O', 'M', 'A', 'M', 'E', 'U', 'A', 'I', 'U', 'A', 'A'], + STANDALONENARROWMONTHS: ['U', 'O', 'M', 'A', 'M', 'E', 'U', 'A', 'I', 'U', 'A', 'A'], + MONTHS: ['urtarrila', 'otsaila', 'martxoa', 'apirila', 'maiatza', 'ekaina', 'uztaila', 'abuztua', 'iraila', 'urria', 'azaroa', 'abendua'], + STANDALONEMONTHS: ['urtarrila', 'Otsaila', 'Martxoa', 'Apirila', 'Maiatza', 'Ekaina', 'Uztaila', 'Abuztua', 'Iraila', 'Urria', 'Azaroa', 'Abendua'], + SHORTMONTHS: ['urt.', 'ots.', 'mar.', 'api.', 'mai.', 'eka.', 'uzt.', 'abu.', 'ira.', 'urr.', 'aza.', 'abe.'], + STANDALONESHORTMONTHS: ['urt.', 'ots.', 'mar.', 'api.', 'mai.', 'eka.', 'uzt.', 'abu.', 'ira.', 'urr.', 'aza.', 'abe.'], + WEEKDAYS: ['igandea', 'astelehena', 'asteartea', 'asteazkena', 'osteguna', 'ostirala', 'larunbata'], + STANDALONEWEEKDAYS: ['Igandea', 'Astelehena', 'Asteartea', 'Asteazkena', 'Osteguna', 'Ostirala', 'Larunbata'], + SHORTWEEKDAYS: ['ig.', 'al.', 'ar.', 'az.', 'og.', 'or.', 'lr.'], + STANDALONESHORTWEEKDAYS: ['ig.', 'al.', 'ar.', 'az.', 'og.', 'or.', 'lr.'], + NARROWWEEKDAYS: ['I', 'A', 'A', 'A', 'O', 'O', 'L'], + STANDALONENARROWWEEKDAYS: ['I', 'A', 'A', 'A', 'O', 'O', 'L'], + SHORTQUARTERS: ['1Hh', '2Hh', '3Hh', '4Hh'], + QUARTERS: ['1. hiruhilekoa', '2. hiruhilekoa', '3. hiruhilekoa', '4. hiruhilekoa'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y(\'e\')\'ko\' MMMM d, EEEE', 'y(\'e\')\'ko\' MMMM d', 'y MMM d', 'yy/M/d'], + TIMEFORMATS: ['HH:mm:ss (zzzz)', 'HH:mm:ss (z)', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale fa. + */ +goog.i18n.DateTimeSymbols_fa = { + ZERODIGIT: 0x06F0, + ERAS: ['ق.م.', 'م.'], + ERANAMES: ['قبل از میلاد', 'میلادی'], + NARROWMONTHS: ['ژ', 'ف', 'م', 'آ', 'م', 'ژ', 'ژ', 'ا', 'س', 'ا', 'ن', 'د'], + STANDALONENARROWMONTHS: ['ژ', 'ف', 'م', 'آ', 'م', 'ژ', 'ژ', 'ا', 'س', 'ا', 'ن', 'د'], + MONTHS: ['ژانویهٔ', 'فوریهٔ', 'مارس', 'آوریل', 'مهٔ', 'ژوئن', 'ژوئیهٔ', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], + STANDALONEMONTHS: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], + SHORTMONTHS: ['ژانویهٔ', 'فوریهٔ', 'مارس', 'آوریل', 'مهٔ', 'ژوئن', 'ژوئیهٔ', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], + STANDALONESHORTMONTHS: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], + WEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + STANDALONEWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + SHORTWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + STANDALONESHORTWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + NARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], + STANDALONENARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], + SHORTQUARTERS: ['س‌م۱', 'س‌م۲', 'س‌م۳', 'س‌م۴'], + QUARTERS: ['سه‌ماههٔ اول', 'سه‌ماههٔ دوم', 'سه‌ماههٔ سوم', 'سه‌ماههٔ چهارم'], + AMPMS: ['قبل‌ازظهر', 'بعدازظهر'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'y/M/d'], + TIMEFORMATS: ['H:mm:ss (zzzz)', 'H:mm:ss (z)', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}، ساعت {0}', '{1}، ساعت {0}', '{1}،‏ {0}', '{1}،‏ {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 4], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale fi. + */ +goog.i18n.DateTimeSymbols_fi = { + ERAS: ['eKr.', 'jKr.'], + ERANAMES: ['ennen Kristuksen syntymää', 'jälkeen Kristuksen syntymän'], + NARROWMONTHS: ['T', 'H', 'M', 'H', 'T', 'K', 'H', 'E', 'S', 'L', 'M', 'J'], + STANDALONENARROWMONTHS: ['T', 'H', 'M', 'H', 'T', 'K', 'H', 'E', 'S', 'L', 'M', 'J'], + MONTHS: ['tammikuuta', 'helmikuuta', 'maaliskuuta', 'huhtikuuta', 'toukokuuta', 'kesäkuuta', 'heinäkuuta', 'elokuuta', 'syyskuuta', 'lokakuuta', 'marraskuuta', 'joulukuuta'], + STANDALONEMONTHS: ['tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', 'marraskuu', 'joulukuu'], + SHORTMONTHS: ['tammik.', 'helmik.', 'maalisk.', 'huhtik.', 'toukok.', 'kesäk.', 'heinäk.', 'elok.', 'syysk.', 'lokak.', 'marrask.', 'jouluk.'], + STANDALONESHORTMONTHS: ['tammi', 'helmi', 'maalis', 'huhti', 'touko', 'kesä', 'heinä', 'elo', 'syys', 'loka', 'marras', 'joulu'], + WEEKDAYS: ['sunnuntaina', 'maanantaina', 'tiistaina', 'keskiviikkona', 'torstaina', 'perjantaina', 'lauantaina'], + STANDALONEWEEKDAYS: ['sunnuntai', 'maanantai', 'tiistai', 'keskiviikko', 'torstai', 'perjantai', 'lauantai'], + SHORTWEEKDAYS: ['su', 'ma', 'ti', 'ke', 'to', 'pe', 'la'], + STANDALONESHORTWEEKDAYS: ['su', 'ma', 'ti', 'ke', 'to', 'pe', 'la'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'K', 'T', 'P', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'K', 'T', 'P', 'L'], + SHORTQUARTERS: ['1. nelj.', '2. nelj.', '3. nelj.', '4. nelj.'], + QUARTERS: ['1. neljännes', '2. neljännes', '3. neljännes', '4. neljännes'], + AMPMS: ['ap.', 'ip.'], + DATEFORMATS: ['cccc d. MMMM y', 'd. MMMM y', 'd.M.y', 'd.M.y'], + TIMEFORMATS: ['H.mm.ss zzzz', 'H.mm.ss z', 'H.mm.ss', 'H.mm'], + DATETIMEFORMATS: ['{1} \'klo\' {0}', '{1} \'klo\' {0}', '{1} \'klo\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale fil. + */ +goog.i18n.DateTimeSymbols_fil = { + ERAS: ['BC', 'AD'], + ERANAMES: ['BC', 'AD'], + NARROWMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], + STANDALONENARROWMONTHS: ['E', 'P', 'M', 'A', 'M', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], + MONTHS: ['Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', 'Hulyo', 'Agosto', 'Setyembre', 'Oktubre', 'Nobyembre', 'Disyembre'], + STANDALONEMONTHS: ['Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', 'Hulyo', 'Agosto', 'Setyembre', 'Oktubre', 'Nobyembre', 'Disyembre'], + SHORTMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], + STANDALONESHORTMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], + WEEKDAYS: ['Linggo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', 'Biyernes', 'Sabado'], + STANDALONEWEEKDAYS: ['Linggo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', 'Biyernes', 'Sabado'], + SHORTWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], + NARROWWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], + STANDALONENARROWWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['ika-1 quarter', 'ika-2 quarter', 'ika-3 quarter', 'ika-4 na quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'nang\' {0}', '{1} \'nang\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale fr. + */ +goog.i18n.DateTimeSymbols_fr = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale fr_CA. + */ +goog.i18n.DateTimeSymbols_fr_CA = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juill.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juill.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'yy-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH \'h\' mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ga. + */ +goog.i18n.DateTimeSymbols_ga = { + ERAS: ['RC', 'AD'], + ERANAMES: ['Roimh Chríost', 'Anno Domini'], + NARROWMONTHS: ['E', 'F', 'M', 'A', 'B', 'M', 'I', 'L', 'M', 'D', 'S', 'N'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'B', 'M', 'I', 'L', 'M', 'D', 'S', 'N'], + MONTHS: ['Eanáir', 'Feabhra', 'Márta', 'Aibreán', 'Bealtaine', 'Meitheamh', 'Iúil', 'Lúnasa', 'Meán Fómhair', 'Deireadh Fómhair', 'Samhain', 'Nollaig'], + STANDALONEMONTHS: ['Eanáir', 'Feabhra', 'Márta', 'Aibreán', 'Bealtaine', 'Meitheamh', 'Iúil', 'Lúnasa', 'Meán Fómhair', 'Deireadh Fómhair', 'Samhain', 'Nollaig'], + SHORTMONTHS: ['Ean', 'Feabh', 'Márta', 'Aib', 'Beal', 'Meith', 'Iúil', 'Lún', 'MFómh', 'DFómh', 'Samh', 'Noll'], + STANDALONESHORTMONTHS: ['Ean', 'Feabh', 'Márta', 'Aib', 'Beal', 'Meith', 'Iúil', 'Lún', 'MFómh', 'DFómh', 'Samh', 'Noll'], + WEEKDAYS: ['Dé Domhnaigh', 'Dé Luain', 'Dé Máirt', 'Dé Céadaoin', 'Déardaoin', 'Dé hAoine', 'Dé Sathairn'], + STANDALONEWEEKDAYS: ['Dé Domhnaigh', 'Dé Luain', 'Dé Máirt', 'Dé Céadaoin', 'Déardaoin', 'Dé hAoine', 'Dé Sathairn'], + SHORTWEEKDAYS: ['Domh', 'Luan', 'Máirt', 'Céad', 'Déar', 'Aoine', 'Sath'], + STANDALONESHORTWEEKDAYS: ['Domh', 'Luan', 'Máirt', 'Céad', 'Déar', 'Aoine', 'Sath'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'C', 'D', 'A', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'C', 'D', 'A', 'S'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['1ú ráithe', '2ú ráithe', '3ú ráithe', '4ú ráithe'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 2 +}; + + +/** + * Date/time formatting symbols for locale gl. + */ +goog.i18n.DateTimeSymbols_gl = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'despois de Cristo'], + NARROWMONTHS: ['x.', 'f.', 'm.', 'a.', 'm.', 'x.', 'x.', 'a.', 's.', 'o.', 'n.', 'd.'], + STANDALONENARROWMONTHS: ['X', 'F', 'M', 'A', 'M', 'X', 'X', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['xaneiro', 'febreiro', 'marzo', 'abril', 'maio', 'xuño', 'xullo', 'agosto', 'setembro', 'outubro', 'novembro', 'decembro'], + STANDALONEMONTHS: ['Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro'], + SHORTMONTHS: ['xan.', 'feb.', 'mar.', 'abr.', 'maio', 'xuño', 'xul.', 'ago.', 'set.', 'out.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['Xan.', 'Feb.', 'Mar.', 'Abr.', 'Maio', 'Xuño', 'Xul.', 'Ago.', 'Set.', 'Out.', 'Nov.', 'Dec.'], + WEEKDAYS: ['domingo', 'luns', 'martes', 'mércores', 'xoves', 'venres', 'sábado'], + STANDALONEWEEKDAYS: ['Domingo', 'Luns', 'Martes', 'Mércores', 'Xoves', 'Venres', 'Sábado'], + SHORTWEEKDAYS: ['dom.', 'luns', 'mar.', 'mér.', 'xov.', 'ven.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['Dom.', 'Luns', 'Mar.', 'Mér.', 'Xov.', 'Ven.', 'Sáb.'], + NARROWWEEKDAYS: ['d.', 'l.', 'm.', 'm.', 'x.', 'v.', 's.'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'X', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd \'de\' MMM \'de\' y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{0} \'do\' {1}', '{0} \'do\' {1}', '{0}, {1}', '{0}, {1}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale gsw. + */ +goog.i18n.DateTimeSymbols_gsw = { + ERAS: ['v. Chr.', 'n. Chr.'], + ERANAMES: ['v. Chr.', 'n. Chr.'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'Auguscht', 'Septämber', 'Oktoober', 'Novämber', 'Dezämber'], + STANDALONEMONTHS: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'Auguscht', 'Septämber', 'Oktoober', 'Novämber', 'Dezämber'], + SHORTMONTHS: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], + WEEKDAYS: ['Sunntig', 'Määntig', 'Ziischtig', 'Mittwuch', 'Dunschtig', 'Friitig', 'Samschtig'], + STANDALONEWEEKDAYS: ['Sunntig', 'Määntig', 'Ziischtig', 'Mittwuch', 'Dunschtig', 'Friitig', 'Samschtig'], + SHORTWEEKDAYS: ['Su.', 'Mä.', 'Zi.', 'Mi.', 'Du.', 'Fr.', 'Sa.'], + STANDALONESHORTWEEKDAYS: ['Su.', 'Mä.', 'Zi.', 'Mi.', 'Du.', 'Fr.', 'Sa.'], + NARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal'], + AMPMS: ['am Vormittag', 'am Namittag'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'dd.MM.y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale gu. + */ +goog.i18n.DateTimeSymbols_gu = { + ERAS: ['ઈ.સ.પૂર્વે', 'ઈ.સ.'], + ERANAMES: ['ઈસવીસન પૂર્વે', 'ઇસવીસન'], + NARROWMONTHS: ['જા', 'ફે', 'મા', 'એ', 'મે', 'જૂ', 'જુ', 'ઑ', 'સ', 'ઑ', 'ન', 'ડિ'], + STANDALONENARROWMONTHS: ['જા', 'ફે', 'મા', 'એ', 'મે', 'જૂ', 'જુ', 'ઑ', 'સ', 'ઑ', 'ન', 'ડિ'], + MONTHS: ['જાન્યુઆરી', 'ફેબ્રુઆરી', 'માર્ચ', 'એપ્રિલ', 'મે', 'જૂન', 'જુલાઈ', 'ઑગસ્ટ', 'સપ્ટેમ્બર', 'ઑક્ટોબર', 'નવેમ્બર', 'ડિસેમ્બર'], + STANDALONEMONTHS: ['જાન્યુઆરી', 'ફેબ્રુઆરી', 'માર્ચ', 'એપ્રિલ', 'મે', 'જૂન', 'જુલાઈ', 'ઑગસ્ટ', 'સપ્ટેમ્બર', 'ઑક્ટોબર', 'નવેમ્બર', 'ડિસેમ્બર'], + SHORTMONTHS: ['જાન્યુ', 'ફેબ્રુ', 'માર્ચ', 'એપ્રિલ', 'મે', 'જૂન', 'જુલાઈ', 'ઑગસ્ટ', 'સપ્ટે', 'ઑક્ટો', 'નવે', 'ડિસે'], + STANDALONESHORTMONTHS: ['જાન્યુ', 'ફેબ્રુ', 'માર્ચ', 'એપ્રિલ', 'મે', 'જૂન', 'જુલાઈ', 'ઑગસ્ટ', 'સપ્ટે', 'ઑક્ટો', 'નવે', 'ડિસે'], + WEEKDAYS: ['રવિવાર', 'સોમવાર', 'મંગળવાર', 'બુધવાર', 'ગુરુવાર', 'શુક્રવાર', 'શનિવાર'], + STANDALONEWEEKDAYS: ['રવિવાર', 'સોમવાર', 'મંગળવાર', 'બુધવાર', 'ગુરુવાર', 'શુક્રવાર', 'શનિવાર'], + SHORTWEEKDAYS: ['રવિ', 'સોમ', 'મંગળ', 'બુધ', 'ગુરુ', 'શુક્ર', 'શનિ'], + STANDALONESHORTWEEKDAYS: ['રવિ', 'સોમ', 'મંગળ', 'બુધ', 'ગુરુ', 'શુક્ર', 'શનિ'], + NARROWWEEKDAYS: ['ર', 'સો', 'મં', 'બુ', 'ગુ', 'શુ', 'શ'], + STANDALONENARROWWEEKDAYS: ['ર', 'સો', 'મં', 'બુ', 'ગુ', 'શુ', 'શ'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['પહેલો ત્રિમાસ', 'બીજો ત્રિમાસ', 'ત્રીજો ત્રિમાસ', 'ચોથો ત્રિમાસ'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], + TIMEFORMATS: ['hh:mm:ss a zzzz', 'hh:mm:ss a z', 'hh:mm:ss a', 'hh:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale haw. + */ +goog.i18n.DateTimeSymbols_haw = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Ianuali', 'Pepeluali', 'Malaki', 'ʻApelila', 'Mei', 'Iune', 'Iulai', 'ʻAukake', 'Kepakemapa', 'ʻOkakopa', 'Nowemapa', 'Kekemapa'], + STANDALONEMONTHS: ['Ianuali', 'Pepeluali', 'Malaki', 'ʻApelila', 'Mei', 'Iune', 'Iulai', 'ʻAukake', 'Kepakemapa', 'ʻOkakopa', 'Nowemapa', 'Kekemapa'], + SHORTMONTHS: ['Ian.', 'Pep.', 'Mal.', 'ʻAp.', 'Mei', 'Iun.', 'Iul.', 'ʻAu.', 'Kep.', 'ʻOk.', 'Now.', 'Kek.'], + STANDALONESHORTMONTHS: ['Ian.', 'Pep.', 'Mal.', 'ʻAp.', 'Mei', 'Iun.', 'Iul.', 'ʻAu.', 'Kep.', 'ʻOk.', 'Now.', 'Kek.'], + WEEKDAYS: ['Lāpule', 'Poʻakahi', 'Poʻalua', 'Poʻakolu', 'Poʻahā', 'Poʻalima', 'Poʻaono'], + STANDALONEWEEKDAYS: ['Lāpule', 'Poʻakahi', 'Poʻalua', 'Poʻakolu', 'Poʻahā', 'Poʻalima', 'Poʻaono'], + SHORTWEEKDAYS: ['LP', 'P1', 'P2', 'P3', 'P4', 'P5', 'P6'], + STANDALONESHORTWEEKDAYS: ['LP', 'P1', 'P2', 'P3', 'P4', 'P5', 'P6'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale he. + */ +goog.i18n.DateTimeSymbols_he = { + ERAS: ['לפנה״ס', 'לספירה'], + ERANAMES: ['לפני הספירה', 'לספירה'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר'], + STANDALONEMONTHS: ['ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר'], + SHORTMONTHS: ['ינו׳', 'פבר׳', 'מרץ', 'אפר׳', 'מאי', 'יוני', 'יולי', 'אוג׳', 'ספט׳', 'אוק׳', 'נוב׳', 'דצמ׳'], + STANDALONESHORTMONTHS: ['ינו׳', 'פבר׳', 'מרץ', 'אפר׳', 'מאי', 'יוני', 'יולי', 'אוג׳', 'ספט׳', 'אוק׳', 'נוב׳', 'דצמ׳'], + WEEKDAYS: ['יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום שישי', 'יום שבת'], + STANDALONEWEEKDAYS: ['יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום שישי', 'יום שבת'], + SHORTWEEKDAYS: ['יום א׳', 'יום ב׳', 'יום ג׳', 'יום ד׳', 'יום ה׳', 'יום ו׳', 'שבת'], + STANDALONESHORTWEEKDAYS: ['יום א׳', 'יום ב׳', 'יום ג׳', 'יום ד׳', 'יום ה׳', 'יום ו׳', 'שבת'], + NARROWWEEKDAYS: ['א׳', 'ב׳', 'ג׳', 'ד׳', 'ה׳', 'ו׳', 'ש׳'], + STANDALONENARROWWEEKDAYS: ['א׳', 'ב׳', 'ג׳', 'ד׳', 'ה׳', 'ו׳', 'ש׳'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['רבעון 1', 'רבעון 2', 'רבעון 3', 'רבעון 4'], + AMPMS: ['לפנה״צ', 'אחה״צ'], + DATEFORMATS: ['EEEE, d בMMMM y', 'd בMMMM y', 'd בMMM y', 'd.M.y'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} בשעה {0}', '{1} בשעה {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale hi. + */ +goog.i18n.DateTimeSymbols_hi = { + ERAS: ['ईसा-पूर्व', 'ईस्वी'], + ERANAMES: ['ईसा-पूर्व', 'ईसवी सन'], + NARROWMONTHS: ['ज', 'फ़', 'मा', 'अ', 'म', 'जू', 'जु', 'अ', 'सि', 'अ', 'न', 'दि'], + STANDALONENARROWMONTHS: ['ज', 'फ़', 'मा', 'अ', 'म', 'जू', 'जु', 'अ', 'सि', 'अ', 'न', 'दि'], + MONTHS: ['जनवरी', 'फ़रवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', 'सितंबर', 'अक्तूबर', 'नवंबर', 'दिसंबर'], + STANDALONEMONTHS: ['जनवरी', 'फ़रवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', 'सितंबर', 'अक्तूबर', 'नवंबर', 'दिसंबर'], + SHORTMONTHS: ['जन॰', 'फ़र॰', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुल॰', 'अग॰', 'सित॰', 'अक्तू॰', 'नव॰', 'दिस॰'], + STANDALONESHORTMONTHS: ['जन॰', 'फ़र॰', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुल॰', 'अग॰', 'सित॰', 'अक्तू॰', 'नव॰', 'दिस॰'], + WEEKDAYS: ['रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'], + STANDALONEWEEKDAYS: ['रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'], + SHORTWEEKDAYS: ['रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र', 'शनि'], + STANDALONESHORTWEEKDAYS: ['रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र', 'शनि'], + NARROWWEEKDAYS: ['र', 'सो', 'मं', 'बु', 'गु', 'शु', 'श'], + STANDALONENARROWWEEKDAYS: ['र', 'सो', 'मं', 'बु', 'गु', 'शु', 'श'], + SHORTQUARTERS: ['ति1', 'ति2', 'ति3', 'ति4'], + QUARTERS: ['पहली तिमाही', 'दूसरी तिमाही', 'तीसरी तिमाही', 'चौथी तिमाही'], + AMPMS: ['am', 'pm'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'dd/MM/y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} को {0}', '{1} को {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale hr. + */ +goog.i18n.DateTimeSymbols_hr = { + ERAS: ['pr. Kr.', 'po. Kr.'], + ERANAMES: ['prije Krista', 'poslije Krista'], + NARROWMONTHS: ['1.', '2.', '3.', '4.', '5.', '6.', '7.', '8.', '9.', '10.', '11.', '12.'], + STANDALONENARROWMONTHS: ['1.', '2.', '3.', '4.', '5.', '6.', '7.', '8.', '9.', '10.', '11.', '12.'], + MONTHS: ['siječnja', 'veljače', 'ožujka', 'travnja', 'svibnja', 'lipnja', 'srpnja', 'kolovoza', 'rujna', 'listopada', 'studenoga', 'prosinca'], + STANDALONEMONTHS: ['siječanj', 'veljača', 'ožujak', 'travanj', 'svibanj', 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', 'prosinac'], + SHORTMONTHS: ['sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro'], + STANDALONESHORTMONTHS: ['sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro'], + WEEKDAYS: ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + STANDALONEWEEKDAYS: ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + SHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'], + STANDALONESHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'], + NARROWWEEKDAYS: ['N', 'P', 'U', 'S', 'Č', 'P', 'S'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + SHORTQUARTERS: ['1kv', '2kv', '3kv', '4kv'], + QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d. MMMM y.', 'd. MMMM y.', 'd. MMM y.', 'dd. MM. y.'], + TIMEFORMATS: ['HH:mm:ss (zzzz)', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'u\' {0}', '{1} \'u\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale hu. + */ +goog.i18n.DateTimeSymbols_hu = { + ERAS: ['i. e.', 'i. sz.'], + ERANAMES: ['időszámításunk előtt', 'időszámításunk szerint'], + NARROWMONTHS: ['J', 'F', 'M', 'Á', 'M', 'J', 'J', 'A', 'Sz', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'Á', 'M', 'J', 'J', 'A', 'Sz', 'O', 'N', 'D'], + MONTHS: ['január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december'], + STANDALONEMONTHS: ['január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december'], + SHORTMONTHS: ['jan.', 'febr.', 'márc.', 'ápr.', 'máj.', 'jún.', 'júl.', 'aug.', 'szept.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'febr.', 'márc.', 'ápr.', 'máj.', 'jún.', 'júl.', 'aug.', 'szept.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat'], + STANDALONEWEEKDAYS: ['vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat'], + SHORTWEEKDAYS: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], + STANDALONESHORTWEEKDAYS: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], + NARROWWEEKDAYS: ['V', 'H', 'K', 'Sz', 'Cs', 'P', 'Sz'], + STANDALONENARROWWEEKDAYS: ['V', 'H', 'K', 'Sz', 'Cs', 'P', 'Sz'], + SHORTQUARTERS: ['N1', 'N2', 'N3', 'N4'], + QUARTERS: ['I. negyedév', 'II. negyedév', 'III. negyedév', 'IV. negyedév'], + AMPMS: ['de.', 'du.'], + DATEFORMATS: ['y. MMMM d., EEEE', 'y. MMMM d.', 'y. MMM d.', 'y. MM. dd.'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale hy. + */ +goog.i18n.DateTimeSymbols_hy = { + ERAS: ['մ.թ.ա.', 'մ.թ.'], + ERANAMES: ['Քրիստոսից առաջ', 'Քրիստոսից հետո'], + NARROWMONTHS: ['Հ', 'Փ', 'Մ', 'Ա', 'Մ', 'Հ', 'Հ', 'Օ', 'Ս', 'Հ', 'Ն', 'Դ'], + STANDALONENARROWMONTHS: ['Հ', 'Փ', 'Մ', 'Ա', 'Մ', 'Հ', 'Հ', 'Օ', 'Ս', 'Հ', 'Ն', 'Դ'], + MONTHS: ['հունվարի', 'փետրվարի', 'մարտի', 'ապրիլի', 'մայիսի', 'հունիսի', 'հուլիսի', 'օգոստոսի', 'սեպտեմբերի', 'հոկտեմբերի', 'նոյեմբերի', 'դեկտեմբերի'], + STANDALONEMONTHS: ['հունվար', 'փետրվար', 'մարտ', 'ապրիլ', 'մայիս', 'հունիս', 'հուլիս', 'օգոստոս', 'սեպտեմբեր', 'հոկտեմբեր', 'նոյեմբեր', 'դեկտեմբեր'], + SHORTMONTHS: ['հնվ', 'փտվ', 'մրտ', 'ապր', 'մյս', 'հնս', 'հլս', 'օգս', 'սեպ', 'հոկ', 'նոյ', 'դեկ'], + STANDALONESHORTMONTHS: ['հնվ', 'փտվ', 'մրտ', 'ապր', 'մյս', 'հնս', 'հլս', 'օգս', 'սեպ', 'հոկ', 'նոյ', 'դեկ'], + WEEKDAYS: ['կիրակի', 'երկուշաբթի', 'երեքշաբթի', 'չորեքշաբթի', 'հինգշաբթի', 'ուրբաթ', 'շաբաթ'], + STANDALONEWEEKDAYS: ['կիրակի', 'երկուշաբթի', 'երեքշաբթի', 'չորեքշաբթի', 'հինգշաբթի', 'ուրբաթ', 'շաբաթ'], + SHORTWEEKDAYS: ['կիր', 'երկ', 'երք', 'չրք', 'հնգ', 'ուր', 'շբթ'], + STANDALONESHORTWEEKDAYS: ['կիր', 'երկ', 'երք', 'չրք', 'հնգ', 'ուր', 'շբթ'], + NARROWWEEKDAYS: ['Կ', 'Ե', 'Ե', 'Չ', 'Հ', 'Ո', 'Շ'], + STANDALONENARROWWEEKDAYS: ['Կ', 'Ե', 'Ե', 'Չ', 'Հ', 'Ո', 'Շ'], + SHORTQUARTERS: ['1-ին եռմս.', '2-րդ եռմս.', '3-րդ եռմս.', '4-րդ եռմս.'], + QUARTERS: ['1-ին եռամսյակ', '2-րդ եռամսյակ', '3-րդ եռամսյակ', '4-րդ եռամսյակ'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y թ. MMMM d, EEEE', 'dd MMMM, y թ.', 'dd MMM, y թ.', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale id. + */ +goog.i18n.DateTimeSymbols_id = { + ERAS: ['SM', 'M'], + ERANAMES: ['Sebelum Masehi', 'Masehi'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Agt', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Agt', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu'], + STANDALONEWEEKDAYS: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu'], + SHORTWEEKDAYS: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'], + NARROWWEEKDAYS: ['M', 'S', 'S', 'R', 'K', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['M', 'S', 'S', 'R', 'K', 'J', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kuartal ke-1', 'Kuartal ke-2', 'Kuartal ke-3', 'Kuartal ke-4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, dd MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/yy'], + TIMEFORMATS: ['HH.mm.ss zzzz', 'HH.mm.ss z', 'HH.mm.ss', 'HH.mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale in. + */ +goog.i18n.DateTimeSymbols_in = { + ERAS: ['SM', 'M'], + ERANAMES: ['Sebelum Masehi', 'Masehi'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Agt', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Agt', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu'], + STANDALONEWEEKDAYS: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu'], + SHORTWEEKDAYS: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'], + NARROWWEEKDAYS: ['M', 'S', 'S', 'R', 'K', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['M', 'S', 'S', 'R', 'K', 'J', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kuartal ke-1', 'Kuartal ke-2', 'Kuartal ke-3', 'Kuartal ke-4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, dd MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/yy'], + TIMEFORMATS: ['HH.mm.ss zzzz', 'HH.mm.ss z', 'HH.mm.ss', 'HH.mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale is. + */ +goog.i18n.DateTimeSymbols_is = { + ERAS: ['f.Kr.', 'e.Kr.'], + ERANAMES: ['fyrir Krist', 'eftir Krist'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'Á', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'Á', 'S', 'O', 'N', 'D'], + MONTHS: ['janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', 'júlí', 'ágúst', 'september', 'október', 'nóvember', 'desember'], + STANDALONEMONTHS: ['janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', 'júlí', 'ágúst', 'september', 'október', 'nóvember', 'desember'], + SHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maí', 'jún.', 'júl.', 'ágú.', 'sep.', 'okt.', 'nóv.', 'des.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maí', 'jún.', 'júl.', 'ágú.', 'sep.', 'okt.', 'nóv.', 'des.'], + WEEKDAYS: ['sunnudagur', 'mánudagur', 'þriðjudagur', 'miðvikudagur', 'fimmtudagur', 'föstudagur', 'laugardagur'], + STANDALONEWEEKDAYS: ['sunnudagur', 'mánudagur', 'þriðjudagur', 'miðvikudagur', 'fimmtudagur', 'föstudagur', 'laugardagur'], + SHORTWEEKDAYS: ['sun.', 'mán.', 'þri.', 'mið.', 'fim.', 'fös.', 'lau.'], + STANDALONESHORTWEEKDAYS: ['sun.', 'mán.', 'þri.', 'mið.', 'fim.', 'fös.', 'lau.'], + NARROWWEEKDAYS: ['S', 'M', 'Þ', 'M', 'F', 'F', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'Þ', 'M', 'F', 'F', 'L'], + SHORTQUARTERS: ['F1', 'F2', 'F3', 'F4'], + QUARTERS: ['1. fjórðungur', '2. fjórðungur', '3. fjórðungur', '4. fjórðungur'], + AMPMS: ['f.h.', 'e.h.'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd. MMM y', 'd.M.y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'kl\'. {0}', '{1} \'kl\'. {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale it. + */ +goog.i18n.DateTimeSymbols_it = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['avanti Cristo', 'dopo Cristo'], + NARROWMONTHS: ['G', 'F', 'M', 'A', 'M', 'G', 'L', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['G', 'F', 'M', 'A', 'M', 'G', 'L', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre'], + STANDALONEMONTHS: ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre'], + SHORTMONTHS: ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'], + STANDALONESHORTMONTHS: ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'], + WEEKDAYS: ['domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato'], + STANDALONEWEEKDAYS: ['domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato'], + SHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'], + STANDALONESHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'G', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'G', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1º trimestre', '2º trimestre', '3º trimestre', '4º trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'dd MMM y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale iw. + */ +goog.i18n.DateTimeSymbols_iw = { + ERAS: ['לפנה״ס', 'לספירה'], + ERANAMES: ['לפני הספירה', 'לספירה'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר'], + STANDALONEMONTHS: ['ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר'], + SHORTMONTHS: ['ינו׳', 'פבר׳', 'מרץ', 'אפר׳', 'מאי', 'יוני', 'יולי', 'אוג׳', 'ספט׳', 'אוק׳', 'נוב׳', 'דצמ׳'], + STANDALONESHORTMONTHS: ['ינו׳', 'פבר׳', 'מרץ', 'אפר׳', 'מאי', 'יוני', 'יולי', 'אוג׳', 'ספט׳', 'אוק׳', 'נוב׳', 'דצמ׳'], + WEEKDAYS: ['יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום שישי', 'יום שבת'], + STANDALONEWEEKDAYS: ['יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום שישי', 'יום שבת'], + SHORTWEEKDAYS: ['יום א׳', 'יום ב׳', 'יום ג׳', 'יום ד׳', 'יום ה׳', 'יום ו׳', 'שבת'], + STANDALONESHORTWEEKDAYS: ['יום א׳', 'יום ב׳', 'יום ג׳', 'יום ד׳', 'יום ה׳', 'יום ו׳', 'שבת'], + NARROWWEEKDAYS: ['א׳', 'ב׳', 'ג׳', 'ד׳', 'ה׳', 'ו׳', 'ש׳'], + STANDALONENARROWWEEKDAYS: ['א׳', 'ב׳', 'ג׳', 'ד׳', 'ה׳', 'ו׳', 'ש׳'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['רבעון 1', 'רבעון 2', 'רבעון 3', 'רבעון 4'], + AMPMS: ['לפנה״צ', 'אחה״צ'], + DATEFORMATS: ['EEEE, d בMMMM y', 'd בMMMM y', 'd בMMM y', 'd.M.y'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} בשעה {0}', '{1} בשעה {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ja. + */ +goog.i18n.DateTimeSymbols_ja = { + ERAS: ['紀元前', '西暦'], + ERANAMES: ['紀元前', '西暦'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONEMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'], + STANDALONEWEEKDAYS: ['日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'], + SHORTWEEKDAYS: ['日', '月', '火', '水', '木', '金', '土'], + STANDALONESHORTWEEKDAYS: ['日', '月', '火', '水', '木', '金', '土'], + NARROWWEEKDAYS: ['日', '月', '火', '水', '木', '金', '土'], + STANDALONENARROWWEEKDAYS: ['日', '月', '火', '水', '木', '金', '土'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['第1四半期', '第2四半期', '第3四半期', '第4四半期'], + AMPMS: ['午前', '午後'], + DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'y/MM/dd', 'y/MM/dd'], + TIMEFORMATS: ['H時mm分ss秒 zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ka. + */ +goog.i18n.DateTimeSymbols_ka = { + ERAS: ['ძვ. წ.', 'ახ. წ.'], + ERANAMES: ['ძველი წელთაღრიცხვით', 'ახალი წელთაღრიცხვით'], + NARROWMONTHS: ['ი', 'თ', 'მ', 'ა', 'მ', 'ი', 'ი', 'ა', 'ს', 'ო', 'ნ', 'დ'], + STANDALONENARROWMONTHS: ['ი', 'თ', 'მ', 'ა', 'მ', 'ი', 'ი', 'ა', 'ს', 'ო', 'ნ', 'დ'], + MONTHS: ['იანვარი', 'თებერვალი', 'მარტი', 'აპრილი', 'მაისი', 'ივნისი', 'ივლისი', 'აგვისტო', 'სექტემბერი', 'ოქტომბერი', 'ნოემბერი', 'დეკემბერი'], + STANDALONEMONTHS: ['იანვარი', 'თებერვალი', 'მარტი', 'აპრილი', 'მაისი', 'ივნისი', 'ივლისი', 'აგვისტო', 'სექტემბერი', 'ოქტომბერი', 'ნოემბერი', 'დეკემბერი'], + SHORTMONTHS: ['იან', 'თებ', 'მარ', 'აპრ', 'მაი', 'ივნ', 'ივლ', 'აგვ', 'სექ', 'ოქტ', 'ნოე', 'დეკ'], + STANDALONESHORTMONTHS: ['იან', 'თებ', 'მარ', 'აპრ', 'მაი', 'ივნ', 'ივლ', 'აგვ', 'სექ', 'ოქტ', 'ნოე', 'დეკ'], + WEEKDAYS: ['კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი', 'ხუთშაბათი', 'პარასკევი', 'შაბათი'], + STANDALONEWEEKDAYS: ['კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი', 'ხუთშაბათი', 'პარასკევი', 'შაბათი'], + SHORTWEEKDAYS: ['კვი', 'ორშ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ'], + STANDALONESHORTWEEKDAYS: ['კვი', 'ორშ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ'], + NARROWWEEKDAYS: ['კ', 'ო', 'ს', 'ო', 'ხ', 'პ', 'შ'], + STANDALONENARROWWEEKDAYS: ['კ', 'ო', 'ს', 'ო', 'ხ', 'პ', 'შ'], + SHORTQUARTERS: ['I კვ.', 'II კვ.', 'III კვ.', 'IV კვ.'], + QUARTERS: ['I კვარტალი', 'II კვარტალი', 'III კვარტალი', 'IV კვარტალი'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, dd MMMM, y', 'd MMMM, y', 'd MMM. y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale kk. + */ +goog.i18n.DateTimeSymbols_kk = { + ERAS: ['б.з.д.', 'б.з.'], + ERANAMES: ['Біздің заманымызға дейін', 'Біздің заманымыз'], + NARROWMONTHS: ['Қ', 'А', 'Н', 'С', 'М', 'М', 'Ш', 'Т', 'Қ', 'Қ', 'Қ', 'Ж'], + STANDALONENARROWMONTHS: ['Қ', 'А', 'Н', 'С', 'М', 'М', 'Ш', 'Т', 'Қ', 'Қ', 'Қ', 'Ж'], + MONTHS: ['қаңтар', 'ақпан', 'наурыз', 'сәуір', 'мамыр', 'маусым', 'шілде', 'тамыз', 'қыркүйек', 'қазан', 'қараша', 'желтоқсан'], + STANDALONEMONTHS: ['Қаңтар', 'Ақпан', 'Наурыз', 'Сәуір', 'Мамыр', 'Маусым', 'Шілде', 'Тамыз', 'Қыркүйек', 'Қазан', 'Қараша', 'Желтоқсан'], + SHORTMONTHS: ['қаң.', 'ақп.', 'нау.', 'сәу.', 'мам.', 'мау.', 'шіл.', 'там.', 'қыр.', 'қаз.', 'қар.', 'жел.'], + STANDALONESHORTMONTHS: ['Қаң.', 'Ақп.', 'Нау.', 'Сәу.', 'Мам.', 'Мау.', 'Шіл.', 'Там.', 'Қыр.', 'Қаз.', 'Қар.', 'Жел.'], + WEEKDAYS: ['жексенбі', 'дүйсенбі', 'сейсенбі', 'сәрсенбі', 'бейсенбі', 'жұма', 'сенбі'], + STANDALONEWEEKDAYS: ['Жексенбі', 'Дүйсенбі', 'Сейсенбі', 'Сәрсенбі', 'Бейсенбі', 'Жұма', 'Сенбі'], + SHORTWEEKDAYS: ['Жс', 'Дс', 'Сс', 'Ср', 'Бс', 'Жм', 'Сб'], + STANDALONESHORTWEEKDAYS: ['Жс', 'Дс', 'Сс', 'Ср', 'Бс', 'Жм', 'Сб'], + NARROWWEEKDAYS: ['Ж', 'Д', 'С', 'С', 'Б', 'Ж', 'С'], + STANDALONENARROWWEEKDAYS: ['Ж', 'Д', 'С', 'С', 'Б', 'Ж', 'С'], + SHORTQUARTERS: ['І ш.', 'ІІ ш.', 'ІІІ ш.', 'IV ш.'], + QUARTERS: ['І ширек', 'ІІ ширек', 'ІІІ ширек', 'IV ширек'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y \'ж\'. d MMMM, EEEE', 'y \'ж\'. d MMMM', 'y \'ж\'. dd MMM', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale km. + */ +goog.i18n.DateTimeSymbols_km = { + ERAS: ['មុន គ.ស.', 'គ.ស.'], + ERANAMES: ['មុន​គ្រិស្តសករាជ', 'គ្រិស្តសករាជ'], + NARROWMONTHS: ['ម', 'ក', 'ម', 'ម', 'ឧ', 'ម', 'ក', 'ស', 'ក', 'ត', 'វ', 'ធ'], + STANDALONENARROWMONTHS: ['ម', 'ក', 'ម', 'ម', 'ឧ', 'ម', 'ក', 'ស', 'ក', 'ត', 'វ', 'ធ'], + MONTHS: ['មករា', 'កុម្ភៈ', 'មីនា', 'មេសា', 'ឧសភា', 'មិថុនា', 'កក្កដា', 'សីហា', 'កញ្ញា', 'តុលា', 'វិច្ឆិកា', 'ធ្នូ'], + STANDALONEMONTHS: ['មករា', 'កុម្ភៈ', 'មីនា', 'មេសា', 'ឧសភា', 'មិថុនា', 'កក្កដា', 'សីហា', 'កញ្ញា', 'តុលា', 'វិច្ឆិកា', 'ធ្នូ'], + SHORTMONTHS: ['មករា', 'កុម្ភៈ', 'មីនា', 'មេសា', 'ឧសភា', 'មិថុនា', 'កក្កដា', 'សីហា', 'កញ្ញា', 'តុលា', 'វិច្ឆិកា', 'ធ្នូ'], + STANDALONESHORTMONTHS: ['មករា', 'កុម្ភៈ', 'មីនា', 'មេសា', 'ឧសភា', 'មិថុនា', 'កក្កដា', 'សីហា', 'កញ្ញា', 'តុលា', 'វិច្ឆិកា', 'ធ្នូ'], + WEEKDAYS: ['អាទិត្យ', 'ច័ន្ទ', 'អង្គារ', 'ពុធ', 'ព្រហស្បតិ៍', 'សុក្រ', 'សៅរ៍'], + STANDALONEWEEKDAYS: ['អាទិត្យ', 'ច័ន្ទ', 'អង្គារ', 'ពុធ', 'ព្រហស្បតិ៍', 'សុក្រ', 'សៅរ៍'], + SHORTWEEKDAYS: ['អាទិត្យ', 'ច័ន្ទ', 'អង្គារ', 'ពុធ', 'ព្រហស្បតិ៍', 'សុក្រ', 'សៅរ៍'], + STANDALONESHORTWEEKDAYS: ['អាទិត្យ', 'ច័ន្ទ', 'អង្គារ', 'ពុធ', 'ព្រហស្បតិ៍', 'សុក្រ', 'សៅរ៍'], + NARROWWEEKDAYS: ['អ', 'ច', 'អ', 'ព', 'ព', 'ស', 'ស'], + STANDALONENARROWWEEKDAYS: ['អ', 'ច', 'អ', 'ព', 'ព', 'ស', 'ស'], + SHORTQUARTERS: ['ត្រីមាសទី 1', 'ត្រីមាសទី 2', 'ត្រីមាសទី 3', 'ត្រីមាសទី 4'], + QUARTERS: ['ត្រីមាសទី 1', 'ត្រីមាសទី 2', 'ត្រីមាសទី 3', 'ត្រីមាសទី 4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} នៅ​ម៉ោង {0}', '{1} នៅ​ម៉ោង {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale kn. + */ +goog.i18n.DateTimeSymbols_kn = { + ERAS: ['ಕ್ರಿ.ಪೂ', 'ಕ್ರಿ.ಶ'], + ERANAMES: ['ಕ್ರಿಸ್ತ ಪೂರ್ವ', 'ಕ್ರಿಸ್ತ ಶಕ'], + NARROWMONTHS: ['ಜ', 'ಫೆ', 'ಮಾ', 'ಏ', 'ಮೇ', 'ಜೂ', 'ಜು', 'ಆ', 'ಸೆ', 'ಅ', 'ನ', 'ಡಿ'], + STANDALONENARROWMONTHS: ['ಜ', 'ಫೆ', 'ಮಾ', 'ಏ', 'ಮೇ', 'ಜೂ', 'ಜು', 'ಆ', 'ಸೆ', 'ಅ', 'ನ', 'ಡಿ'], + MONTHS: ['ಜನವರಿ', 'ಫೆಬ್ರವರಿ', 'ಮಾರ್ಚ್', 'ಏಪ್ರಿಲ್', 'ಮೇ', 'ಜೂನ್', 'ಜುಲೈ', 'ಆಗಸ್ಟ್', 'ಸೆಪ್ಟೆಂಬರ್', 'ಅಕ್ಟೋಬರ್', 'ನವೆಂಬರ್', 'ಡಿಸೆಂಬರ್'], + STANDALONEMONTHS: ['ಜನವರಿ', 'ಫೆಬ್ರವರಿ', 'ಮಾರ್ಚ್', 'ಏಪ್ರಿಲ್', 'ಮೇ', 'ಜೂನ್', 'ಜುಲೈ', 'ಆಗಸ್ಟ್', 'ಸೆಪ್ಟೆಂಬರ್', 'ಅಕ್ಟೋಬರ್', 'ನವೆಂಬರ್', 'ಡಿಸೆಂಬರ್'], + SHORTMONTHS: ['ಜನ', 'ಫೆಬ್ರ', 'ಮಾರ್ಚ್', 'ಏಪ್ರಿ', 'ಮೇ', 'ಜೂನ್', 'ಜುಲೈ', 'ಆಗ', 'ಸೆಪ್ಟೆಂ', 'ಅಕ್ಟೋ', 'ನವೆಂ', 'ಡಿಸೆಂ'], + STANDALONESHORTMONTHS: ['ಜನ', 'ಫೆಬ್ರ', 'ಮಾರ್ಚ್', 'ಏಪ್ರಿ', 'ಮೇ', 'ಜೂನ್', 'ಜುಲೈ', 'ಆಗ', 'ಸೆಪ್ಟೆಂ', 'ಅಕ್ಟೋ', 'ನವೆಂ', 'ಡಿಸೆಂ'], + WEEKDAYS: ['ಭಾನುವಾರ', 'ಸೋಮವಾರ', 'ಮಂಗಳವಾರ', 'ಬುಧವಾರ', 'ಗುರುವಾರ', 'ಶುಕ್ರವಾರ', 'ಶನಿವಾರ'], + STANDALONEWEEKDAYS: ['ಭಾನುವಾರ', 'ಸೋಮವಾರ', 'ಮಂಗಳವಾರ', 'ಬುಧವಾರ', 'ಗುರುವಾರ', 'ಶುಕ್ರವಾರ', 'ಶನಿವಾರ'], + SHORTWEEKDAYS: ['ಭಾನು', 'ಸೋಮ', 'ಮಂಗಳ', 'ಬುಧ', 'ಗುರು', 'ಶುಕ್ರ', 'ಶನಿ'], + STANDALONESHORTWEEKDAYS: ['ಭಾನು', 'ಸೋಮ', 'ಮಂಗಳ', 'ಬುಧ', 'ಗುರು', 'ಶುಕ್ರ', 'ಶನಿ'], + NARROWWEEKDAYS: ['ಭಾ', 'ಸೋ', 'ಮಂ', 'ಬು', 'ಗು', 'ಶು', 'ಶ'], + STANDALONENARROWWEEKDAYS: ['ಭಾ', 'ಸೋ', 'ಮಂ', 'ಬು', 'ಗು', 'ಶು', 'ಶ'], + SHORTQUARTERS: ['ತ್ರೈ 1', 'ತ್ರೈ 2', 'ತ್ರೈ 3', 'ತ್ರೈ 4'], + QUARTERS: ['1ನೇ ತ್ರೈಮಾಸಿಕ', '2ನೇ ತ್ರೈಮಾಸಿಕ', '3ನೇ ತ್ರೈಮಾಸಿಕ', '4ನೇ ತ್ರೈಮಾಸಿಕ'], + AMPMS: ['ಪೂರ್ವಾಹ್ನ', 'ಅಪರಾಹ್ನ'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'd/M/yy'], + TIMEFORMATS: ['hh:mm:ss a zzzz', 'hh:mm:ss a z', 'hh:mm:ss a', 'hh:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ko. + */ +goog.i18n.DateTimeSymbols_ko = { + ERAS: ['BC', 'AD'], + ERANAMES: ['기원전', '서기'], + NARROWMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + STANDALONENARROWMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + MONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + STANDALONEMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + SHORTMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + STANDALONESHORTMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + WEEKDAYS: ['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'], + STANDALONEWEEKDAYS: ['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'], + SHORTWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], + STANDALONESHORTWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], + NARROWWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], + STANDALONENARROWWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], + SHORTQUARTERS: ['1분기', '2분기', '3분기', '4분기'], + QUARTERS: ['제 1/4분기', '제 2/4분기', '제 3/4분기', '제 4/4분기'], + AMPMS: ['오전', '오후'], + DATEFORMATS: ['y년 M월 d일 EEEE', 'y년 M월 d일', 'y. M. d.', 'yy. M. d.'], + TIMEFORMATS: ['a h시 m분 s초 zzzz', 'a h시 m분 s초 z', 'a h:mm:ss', 'a h:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ky. + */ +goog.i18n.DateTimeSymbols_ky = { + ERAS: ['б.з.ч.', 'б.з.'], + ERANAMES: ['биздин заманга чейин', 'биздин заман'], + NARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + STANDALONENARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + MONTHS: ['январь', 'февраль', 'март', 'апрель', 'май', 'июнь', 'июль', 'август', 'сентябрь', 'октябрь', 'ноябрь', 'декабрь'], + STANDALONEMONTHS: ['Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'], + SHORTMONTHS: ['янв.', 'фев.', 'мар.', 'апр.', 'май', 'июн.', 'июл.', 'авг.', 'сен.', 'окт.', 'ноя.', 'дек.'], + STANDALONESHORTMONTHS: ['Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'], + WEEKDAYS: ['жекшемби', 'дүйшөмбү', 'шейшемби', 'шаршемби', 'бейшемби', 'жума', 'ишемби'], + STANDALONEWEEKDAYS: ['жекшемби', 'дүйшөмбү', 'шейшемби', 'шаршемби', 'бейшемби', 'жума', 'ишемби'], + SHORTWEEKDAYS: ['жек.', 'дүй.', 'шейш.', 'шарш.', 'бейш.', 'жума', 'ишм.'], + STANDALONESHORTWEEKDAYS: ['жек.', 'дүй.', 'шейш.', 'шарш.', 'бейш.', 'жума', 'ишм.'], + NARROWWEEKDAYS: ['Ж', 'Д', 'Ш', 'Ш', 'Б', 'Ж', 'И'], + STANDALONENARROWWEEKDAYS: ['Ж', 'Д', 'Ш', 'Ш', 'Б', 'Ж', 'И'], + SHORTQUARTERS: ['1-чей.', '2-чей.', '3-чей.', '4-чей.'], + QUARTERS: ['1-чейрек', '2-чейрек', '3-чейрек', '4-чейрек'], + AMPMS: ['таңкы', 'түштөн кийинки'], + DATEFORMATS: ['y-\'ж\'., d-MMMM, EEEE', 'y-\'ж\'., d-MMMM', 'y-\'ж\'., d-MMM', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ln. + */ +goog.i18n.DateTimeSymbols_ln = { + ERAS: ['libóso ya', 'nsima ya Y'], + ERANAMES: ['Yambo ya Yézu Krís', 'Nsima ya Yézu Krís'], + NARROWMONTHS: ['y', 'f', 'm', 'a', 'm', 'y', 'y', 'a', 's', 'ɔ', 'n', 'd'], + STANDALONENARROWMONTHS: ['y', 'f', 'm', 'a', 'm', 'y', 'y', 'a', 's', 'ɔ', 'n', 'd'], + MONTHS: ['sánzá ya yambo', 'sánzá ya míbalé', 'sánzá ya mísáto', 'sánzá ya mínei', 'sánzá ya mítáno', 'sánzá ya motóbá', 'sánzá ya nsambo', 'sánzá ya mwambe', 'sánzá ya libwa', 'sánzá ya zómi', 'sánzá ya zómi na mɔ̌kɔ́', 'sánzá ya zómi na míbalé'], + STANDALONEMONTHS: ['sánzá ya yambo', 'sánzá ya míbalé', 'sánzá ya mísáto', 'sánzá ya mínei', 'sánzá ya mítáno', 'sánzá ya motóbá', 'sánzá ya nsambo', 'sánzá ya mwambe', 'sánzá ya libwa', 'sánzá ya zómi', 'sánzá ya zómi na mɔ̌kɔ́', 'sánzá ya zómi na míbalé'], + SHORTMONTHS: ['yan', 'fbl', 'msi', 'apl', 'mai', 'yun', 'yul', 'agt', 'stb', 'ɔtb', 'nvb', 'dsb'], + STANDALONESHORTMONTHS: ['yan', 'fbl', 'msi', 'apl', 'mai', 'yun', 'yul', 'agt', 'stb', 'ɔtb', 'nvb', 'dsb'], + WEEKDAYS: ['eyenga', 'mokɔlɔ mwa yambo', 'mokɔlɔ mwa míbalé', 'mokɔlɔ mwa mísáto', 'mokɔlɔ ya mínéi', 'mokɔlɔ ya mítáno', 'mpɔ́sɔ'], + STANDALONEWEEKDAYS: ['eyenga', 'mokɔlɔ mwa yambo', 'mokɔlɔ mwa míbalé', 'mokɔlɔ mwa mísáto', 'mokɔlɔ ya mínéi', 'mokɔlɔ ya mítáno', 'mpɔ́sɔ'], + SHORTWEEKDAYS: ['eye', 'ybo', 'mbl', 'mst', 'min', 'mtn', 'mps'], + STANDALONESHORTWEEKDAYS: ['eye', 'ybo', 'mbl', 'mst', 'min', 'mtn', 'mps'], + NARROWWEEKDAYS: ['e', 'y', 'm', 'm', 'm', 'm', 'p'], + STANDALONENARROWWEEKDAYS: ['e', 'y', 'm', 'm', 'm', 'm', 'p'], + SHORTQUARTERS: ['SM1', 'SM2', 'SM3', 'SM4'], + QUARTERS: ['sánzá mísáto ya yambo', 'sánzá mísáto ya míbalé', 'sánzá mísáto ya mísáto', 'sánzá mísáto ya mínei'], + AMPMS: ['ntɔ́ngɔ́', 'mpókwa'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale lo. + */ +goog.i18n.DateTimeSymbols_lo = { + ERAS: ['ກ່ອນ ຄ.ສ.', 'ຄ.ສ.'], + ERANAMES: ['ກ່ອນຄຣິດສັກກະລາດ', 'ຄຣິດສັກກະລາດ'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ມັງກອນ', 'ກຸມພາ', 'ມີນາ', 'ເມສາ', 'ພຶດສະພາ', 'ມິຖຸນາ', 'ກໍລະກົດ', 'ສິງຫາ', 'ກັນຍາ', 'ຕຸລາ', 'ພະຈິກ', 'ທັນວາ'], + STANDALONEMONTHS: ['ມັງກອນ', 'ກຸມພາ', 'ມີນາ', 'ເມສາ', 'ພຶດສະພາ', 'ມິຖຸນາ', 'ກໍລະກົດ', 'ສິງຫາ', 'ກັນຍາ', 'ຕຸລາ', 'ພະຈິກ', 'ທັນວາ'], + SHORTMONTHS: ['ມ.ກ.', 'ກ.ພ.', 'ມ.ນ.', 'ມ.ສ.', 'ພ.ພ.', 'ມິ.ຖ.', 'ກ.ລ.', 'ສ.ຫ.', 'ກ.ຍ.', 'ຕ.ລ.', 'ພ.ຈ.', 'ທ.ວ.'], + STANDALONESHORTMONTHS: ['ມ.ກ.', 'ກ.ພ.', 'ມ.ນ.', 'ມ.ສ.', 'ພ.ພ.', 'ມິ.ຖ.', 'ກ.ລ.', 'ສ.ຫ.', 'ກ.ຍ.', 'ຕ.ລ.', 'ພ.ຈ.', 'ທ.ວ.'], + WEEKDAYS: ['ວັນອາທິດ', 'ວັນຈັນ', 'ວັນອັງຄານ', 'ວັນພຸດ', 'ວັນພະຫັດ', 'ວັນສຸກ', 'ວັນເສົາ'], + STANDALONEWEEKDAYS: ['ວັນອາທິດ', 'ວັນຈັນ', 'ວັນອັງຄານ', 'ວັນພຸດ', 'ວັນພະຫັດ', 'ວັນສຸກ', 'ວັນເສົາ'], + SHORTWEEKDAYS: ['ອາທິດ', 'ຈັນ', 'ອັງຄານ', 'ພຸດ', 'ພະຫັດ', 'ສຸກ', 'ເສົາ'], + STANDALONESHORTWEEKDAYS: ['ອາທິດ', 'ຈັນ', 'ອັງຄານ', 'ພຸດ', 'ພະຫັດ', 'ສຸກ', 'ເສົາ'], + NARROWWEEKDAYS: ['ອາ', 'ຈ', 'ອ', 'ພ', 'ພຫ', 'ສຸ', 'ສ'], + STANDALONENARROWWEEKDAYS: ['ອາ', 'ຈ', 'ອ', 'ພ', 'ພຫ', 'ສຸ', 'ສ'], + SHORTQUARTERS: ['ຕມ1', 'ຕມ2', 'ຕມ3', 'ຕມ4'], + QUARTERS: ['ໄຕຣມາດ 1', 'ໄຕຣມາດ 2', 'ໄຕຣມາດ 3', 'ໄຕຣມາດ 4'], + AMPMS: ['ກ່ອນທ່ຽງ', 'ຫຼັງທ່ຽງ'], + DATEFORMATS: ['EEEE ທີ d MMMM G y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['H ໂມງ m ນາທີ ss ວິນາທີ zzzz', 'H ໂມງ m ນາທີ ss ວິນາທີ z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale lt. + */ +goog.i18n.DateTimeSymbols_lt = { + ERAS: ['pr. Kr.', 'po Kr.'], + ERANAMES: ['prieš Kristų', 'po Kristaus'], + NARROWMONTHS: ['S', 'V', 'K', 'B', 'G', 'B', 'L', 'R', 'R', 'S', 'L', 'G'], + STANDALONENARROWMONTHS: ['S', 'V', 'K', 'B', 'G', 'B', 'L', 'R', 'R', 'S', 'L', 'G'], + MONTHS: ['sausio', 'vasario', 'kovo', 'balandžio', 'gegužės', 'birželio', 'liepos', 'rugpjūčio', 'rugsėjo', 'spalio', 'lapkričio', 'gruodžio'], + STANDALONEMONTHS: ['sausis', 'vasaris', 'kovas', 'balandis', 'gegužė', 'birželis', 'liepa', 'rugpjūtis', 'rugsėjis', 'spalis', 'lapkritis', 'gruodis'], + SHORTMONTHS: ['saus.', 'vas.', 'kov.', 'bal.', 'geg.', 'birž.', 'liep.', 'rugp.', 'rugs.', 'spal.', 'lapkr.', 'gruod.'], + STANDALONESHORTMONTHS: ['saus.', 'vas.', 'kov.', 'bal.', 'geg.', 'birž.', 'liep.', 'rugp.', 'rugs.', 'spal.', 'lapkr.', 'gruod.'], + WEEKDAYS: ['sekmadienis', 'pirmadienis', 'antradienis', 'trečiadienis', 'ketvirtadienis', 'penktadienis', 'šeštadienis'], + STANDALONEWEEKDAYS: ['sekmadienis', 'pirmadienis', 'antradienis', 'trečiadienis', 'ketvirtadienis', 'penktadienis', 'šeštadienis'], + SHORTWEEKDAYS: ['sk', 'pr', 'an', 'tr', 'kt', 'pn', 'št'], + STANDALONESHORTWEEKDAYS: ['sk', 'pr', 'an', 'tr', 'kt', 'pn', 'št'], + NARROWWEEKDAYS: ['S', 'P', 'A', 'T', 'K', 'P', 'Š'], + STANDALONENARROWWEEKDAYS: ['S', 'P', 'A', 'T', 'K', 'P', 'Š'], + SHORTQUARTERS: ['I k.', 'II k.', 'III k.', 'IV k.'], + QUARTERS: ['I ketvirtis', 'II ketvirtis', 'III ketvirtis', 'IV ketvirtis'], + AMPMS: ['priešpiet', 'popiet'], + DATEFORMATS: ['y \'m\'. MMMM d \'d\'., EEEE', 'y \'m\'. MMMM d \'d\'.', 'y-MM-dd', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale lv. + */ +goog.i18n.DateTimeSymbols_lv = { + ERAS: ['p.m.ē.', 'm.ē.'], + ERANAMES: ['pirms mūsu ēras', 'mūsu ērā'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvāris', 'februāris', 'marts', 'aprīlis', 'maijs', 'jūnijs', 'jūlijs', 'augusts', 'septembris', 'oktobris', 'novembris', 'decembris'], + STANDALONEMONTHS: ['janvāris', 'februāris', 'marts', 'aprīlis', 'maijs', 'jūnijs', 'jūlijs', 'augusts', 'septembris', 'oktobris', 'novembris', 'decembris'], + SHORTMONTHS: ['janv.', 'febr.', 'marts', 'apr.', 'maijs', 'jūn.', 'jūl.', 'aug.', 'sept.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['janv.', 'febr.', 'marts', 'apr.', 'maijs', 'jūn.', 'jūl.', 'aug.', 'sept.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['svētdiena', 'pirmdiena', 'otrdiena', 'trešdiena', 'ceturtdiena', 'piektdiena', 'sestdiena'], + STANDALONEWEEKDAYS: ['Svētdiena', 'Pirmdiena', 'Otrdiena', 'Trešdiena', 'Ceturtdiena', 'Piektdiena', 'Sestdiena'], + SHORTWEEKDAYS: ['svētd.', 'pirmd.', 'otrd.', 'trešd.', 'ceturtd.', 'piektd.', 'sestd.'], + STANDALONESHORTWEEKDAYS: ['Svētd.', 'Pirmd.', 'Otrd.', 'Trešd.', 'Ceturtd.', 'Piektd.', 'Sestd.'], + NARROWWEEKDAYS: ['S', 'P', 'O', 'T', 'C', 'P', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'P', 'O', 'T', 'C', 'P', 'S'], + SHORTQUARTERS: ['1. cet.', '2. cet.', '3. cet.', '4. cet.'], + QUARTERS: ['1. ceturksnis', '2. ceturksnis', '3. ceturksnis', '4. ceturksnis'], + AMPMS: ['priekšpusdienā', 'pēcpusdienā'], + DATEFORMATS: ['EEEE, y. \'gada\' d. MMMM', 'y. \'gada\' d. MMMM', 'y. \'gada\' d. MMM', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale mk. + */ +goog.i18n.DateTimeSymbols_mk = { + ERAS: ['пр.н.е.', 'н.е.'], + ERANAMES: ['пред нашата ера', 'од нашата ера'], + NARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + STANDALONENARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + MONTHS: ['јануари', 'февруари', 'март', 'април', 'мај', 'јуни', 'јули', 'август', 'септември', 'октомври', 'ноември', 'декември'], + STANDALONEMONTHS: ['јануари', 'февруари', 'март', 'април', 'мај', 'јуни', 'јули', 'август', 'септември', 'октомври', 'ноември', 'декември'], + SHORTMONTHS: ['јан.', 'фев.', 'мар.', 'апр.', 'мај', 'јун.', 'јул.', 'авг.', 'септ.', 'окт.', 'ноем.', 'дек.'], + STANDALONESHORTMONTHS: ['јан.', 'фев.', 'мар.', 'апр.', 'мај', 'јун.', 'јул.', 'авг.', 'септ.', 'окт.', 'ноем.', 'дек.'], + WEEKDAYS: ['недела', 'понеделник', 'вторник', 'среда', 'четврток', 'петок', 'сабота'], + STANDALONEWEEKDAYS: ['недела', 'понеделник', 'вторник', 'среда', 'четврток', 'петок', 'сабота'], + SHORTWEEKDAYS: ['нед.', 'пон.', 'вт.', 'сре.', 'чет.', 'пет.', 'саб.'], + STANDALONESHORTWEEKDAYS: ['нед.', 'пон.', 'вто.', 'сре.', 'чет.', 'пет.', 'саб.'], + NARROWWEEKDAYS: ['н', 'п', 'в', 'с', 'ч', 'п', 'с'], + STANDALONENARROWWEEKDAYS: ['н', 'п', 'в', 'с', 'ч', 'п', 'с'], + SHORTQUARTERS: ['јан-мар', 'апр-јун', 'јул-сеп', 'окт-дек'], + QUARTERS: ['прво тромесечје', 'второ тромесечје', 'трето тромесечје', 'четврто тромесечје'], + AMPMS: ['претпладне', 'попладне'], + DATEFORMATS: ['EEEE, dd MMMM y', 'dd MMMM y', 'dd.M.y', 'dd.M.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ml. + */ +goog.i18n.DateTimeSymbols_ml = { + ERAS: ['ക്രി.മു.', 'എഡി'], + ERANAMES: ['ക്രിസ്‌തുവിന് മുമ്പ്', 'ആന്നോ ഡൊമിനി'], + NARROWMONTHS: ['ജ', 'ഫ', 'മാ', 'ഏ', 'മെ', 'ജൂൺ', 'ജൂ', 'ഓ', 'സെ', 'ഒ', 'ന', 'ഡി'], + STANDALONENARROWMONTHS: ['ജ', 'ഫെ', 'മാ', 'ഏ', 'മെ', 'ജൂൺ', 'ജൂ', 'ഓ', 'സെ', 'ഒ', 'ന', 'ഡി'], + MONTHS: ['ജനുവരി', 'ഫെബ്രുവരി', 'മാർച്ച്', 'ഏപ്രിൽ', 'മേയ്', 'ജൂൺ', 'ജൂലൈ', 'ഓഗസ്റ്റ്', 'സെപ്റ്റംബർ', 'ഒക്‌ടോബർ', 'നവംബർ', 'ഡിസംബർ'], + STANDALONEMONTHS: ['ജനുവരി', 'ഫെബ്രുവരി', 'മാർച്ച്', 'ഏപ്രിൽ', 'മേയ്', 'ജൂൺ', 'ജൂലൈ', 'ഓഗസ്റ്റ്', 'സെപ്റ്റംബർ', 'ഒക്‌ടോബർ', 'നവംബർ', 'ഡിസംബർ'], + SHORTMONTHS: ['ജനു', 'ഫെബ്രു', 'മാർ', 'ഏപ്രി', 'മേയ്', 'ജൂൺ', 'ജൂലൈ', 'ഓഗ', 'സെപ്റ്റം', 'ഒക്ടോ', 'നവം', 'ഡിസം'], + STANDALONESHORTMONTHS: ['ജനു', 'ഫെബ്രു', 'മാർ', 'ഏപ്രി', 'മേയ്', 'ജൂൺ', 'ജൂലൈ', 'ഓഗ', 'സെപ്റ്റം', 'ഒക്ടോ', 'നവം', 'ഡിസം'], + WEEKDAYS: ['ഞായറാഴ്‌ച', 'തിങ്കളാഴ്‌ച', 'ചൊവ്വാഴ്ച', 'ബുധനാഴ്‌ച', 'വ്യാഴാഴ്‌ച', 'വെള്ളിയാഴ്‌ച', 'ശനിയാഴ്‌ച'], + STANDALONEWEEKDAYS: ['ഞായറാഴ്‌ച', 'തിങ്കളാഴ്‌ച', 'ചൊവ്വാഴ്‌ച', 'ബുധനാഴ്‌ച', 'വ്യാഴാഴ്‌ച', 'വെള്ളിയാഴ്‌ച', 'ശനിയാഴ്‌ച'], + SHORTWEEKDAYS: ['ഞായർ', 'തിങ്കൾ', 'ചൊവ്വ', 'ബുധൻ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'], + STANDALONESHORTWEEKDAYS: ['ഞായർ', 'തിങ്കൾ', 'ചൊവ്വ', 'ബുധൻ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'], + NARROWWEEKDAYS: ['ഞ', 'തി', 'ചൊ', 'ബു', 'വ്യാ', 'വെ', 'ശ'], + STANDALONENARROWWEEKDAYS: ['ഞാ', 'തി', 'ചൊ', 'ബു', 'വ്യാ', 'വെ', 'ശ'], + SHORTQUARTERS: ['ഒന്നാം പാദം', 'രണ്ടാം പാദം', 'മൂന്നാം പാദം', 'നാലാം പാദം'], + QUARTERS: ['ഒന്നാം പാദം', 'രണ്ടാം പാദം', 'മൂന്നാം പാദം', 'നാലാം പാദം'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y, MMMM d, EEEE', 'y, MMMM d', 'y, MMM d', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale mn. + */ +goog.i18n.DateTimeSymbols_mn = { + ERAS: ['м.э.ө', 'м.э.'], + ERANAMES: ['манай эриний өмнөх', 'манай эриний'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Нэгдүгээр сар', 'Хоёрдугаар сар', 'Гуравдугаар сар', 'Дөрөвдүгээр сар', 'Тавдугаар сар', 'Зургадугаар сар', 'Долдугаар сар', 'Наймдугаар сар', 'Есдүгээр сар', 'Аравдугаар сар', 'Арван нэгдүгээр сар', 'Арван хоёрдугаар сар'], + STANDALONEMONTHS: ['Нэгдүгээр сар', 'Хоёрдугаар сар', 'Гуравдугаар сар', 'Дөрөвдүгээр сар', 'Тавдугаар сар', 'Зургадугаар сар', 'Долдугаар сар', 'Наймдугаар сар', 'Есдүгээр сар', 'Аравдугаар сар', 'Арван нэгдүгээр сар', 'Арван хоёрдугаар сар'], + SHORTMONTHS: ['1-р сар', '2-р сар', '3-р сар', '4-р сар', '5-р сар', '6-р сар', '7-р сар', '8-р сар', '9-р сар', '10-р сар', '11-р сар', '12-р сар'], + STANDALONESHORTMONTHS: ['1-р сар', '2-р сар', '3-р сар', '4-р сар', '5-р сар', '6-р сар', '7-р сар', '8-р сар', '9-р сар', '10-р сар', '11-р сар', '12-р сар'], + WEEKDAYS: ['ням', 'даваа', 'мягмар', 'лхагва', 'пүрэв', 'баасан', 'бямба'], + STANDALONEWEEKDAYS: ['ням', 'даваа', 'мягмар', 'лхагва', 'пүрэв', 'баасан', 'бямба'], + SHORTWEEKDAYS: ['Ня', 'Да', 'Мя', 'Лх', 'Пү', 'Ба', 'Бя'], + STANDALONESHORTWEEKDAYS: ['Ня', 'Да', 'Мя', 'Лх', 'Пү', 'Ба', 'Бя'], + NARROWWEEKDAYS: ['Ня', 'Да', 'Мя', 'Лх', 'Пү', 'Ба', 'Бя'], + STANDALONENARROWWEEKDAYS: ['Ня', 'Да', 'Мя', 'Лх', 'Пү', 'Ба', 'Бя'], + SHORTQUARTERS: ['У1', 'У2', 'У3', 'У4'], + QUARTERS: ['1-р улирал', '2-р улирал', '3-р улирал', '4-р улирал'], + AMPMS: ['ү.ө', 'ү.х'], + DATEFORMATS: ['EEEE, y \'оны\' MM \'сарын\' d', 'y\'оны\' MMMM\'сарын\' d\'өдөр\'', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale mo. + */ +goog.i18n.DateTimeSymbols_mo = { + ERAS: ['î.Hr.', 'd.Hr.'], + ERANAMES: ['înainte de Hristos', 'după Hristos'], + NARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie'], + STANDALONEMONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie'], + SHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', 'aug.', 'sept.', 'oct.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', 'aug.', 'sept.', 'oct.', 'nov.', 'dec.'], + WEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', 'vineri', 'sâmbătă'], + STANDALONEWEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', 'vineri', 'sâmbătă'], + SHORTWEEKDAYS: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'], + STANDALONESHORTWEEKDAYS: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'], + NARROWWEEKDAYS: ['D', 'L', 'Ma', 'Mi', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'Ma', 'Mi', 'J', 'V', 'S'], + SHORTQUARTERS: ['trim. 1', 'trim. 2', 'trim. 3', 'trim. 4'], + QUARTERS: ['trimestrul 1', 'trimestrul 2', 'trimestrul 3', 'trimestrul 4'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd.MM.y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale mr. + */ +goog.i18n.DateTimeSymbols_mr = { + ZERODIGIT: 0x0966, + ERAS: ['इ. स. पू.', 'इ. स.'], + ERANAMES: ['ईसवीसनपूर्व', 'ईसवीसन'], + NARROWMONTHS: ['जा', 'फे', 'मा', 'ए', 'मे', 'जू', 'जु', 'ऑ', 'स', 'ऑ', 'नो', 'डि'], + STANDALONENARROWMONTHS: ['जा', 'फे', 'मा', 'ए', 'मे', 'जू', 'जु', 'ऑ', 'स', 'ऑ', 'नो', 'डि'], + MONTHS: ['जानेवारी', 'फेब्रुवारी', 'मार्च', 'एप्रिल', 'मे', 'जून', 'जुलै', 'ऑगस्ट', 'सप्टेंबर', 'ऑक्टोबर', 'नोव्हेंबर', 'डिसेंबर'], + STANDALONEMONTHS: ['जानेवारी', 'फेब्रुवारी', 'मार्च', 'एप्रिल', 'मे', 'जून', 'जुलै', 'ऑगस्ट', 'सप्टेंबर', 'ऑक्टोबर', 'नोव्हेंबर', 'डिसेंबर'], + SHORTMONTHS: ['जाने', 'फेब्रु', 'मार्च', 'एप्रि', 'मे', 'जून', 'जुलै', 'ऑग', 'सप्टें', 'ऑक्टो', 'नोव्हें', 'डिसें'], + STANDALONESHORTMONTHS: ['जाने', 'फेब्रु', 'मार्च', 'एप्रि', 'मे', 'जून', 'जुलै', 'ऑग', 'सप्टें', 'ऑक्टो', 'नोव्हें', 'डिसें'], + WEEKDAYS: ['रविवार', 'सोमवार', 'मंगळवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'], + STANDALONEWEEKDAYS: ['रविवार', 'सोमवार', 'मंगळवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'], + SHORTWEEKDAYS: ['रवि', 'सोम', 'मंगळ', 'बुध', 'गुरु', 'शुक्र', 'शनि'], + STANDALONESHORTWEEKDAYS: ['रवि', 'सोम', 'मंगळ', 'बुध', 'गुरु', 'शुक्र', 'शनि'], + NARROWWEEKDAYS: ['र', 'सो', 'मं', 'बु', 'गु', 'शु', 'श'], + STANDALONENARROWWEEKDAYS: ['र', 'सो', 'मं', 'बु', 'गु', 'शु', 'श'], + SHORTQUARTERS: ['ति१', 'ति२', 'ति३', 'ति४'], + QUARTERS: ['प्रथम तिमाही', 'द्वितीय तिमाही', 'तृतीय तिमाही', 'चतुर्थ तिमाही'], + AMPMS: ['म.पू.', 'म.उ.'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} रोजी {0}', '{1} रोजी {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ms. + */ +goog.i18n.DateTimeSymbols_ms = { + ERAS: ['S.M.', 'TM'], + ERANAMES: ['S.M.', 'TM'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Mac', 'April', 'Mei', 'Jun', 'Julai', 'Ogos', 'September', 'Oktober', 'November', 'Disember'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Mac', 'April', 'Mei', 'Jun', 'Julai', 'Ogos', 'September', 'Oktober', 'November', 'Disember'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogo', 'Sep', 'Okt', 'Nov', 'Dis'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogo', 'Sep', 'Okt', 'Nov', 'Dis'], + WEEKDAYS: ['Ahad', 'Isnin', 'Selasa', 'Rabu', 'Khamis', 'Jumaat', 'Sabtu'], + STANDALONEWEEKDAYS: ['Ahad', 'Isnin', 'Selasa', 'Rabu', 'Khamis', 'Jumaat', 'Sabtu'], + SHORTWEEKDAYS: ['Ahd', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Ahd', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab'], + NARROWWEEKDAYS: ['A', 'I', 'S', 'R', 'K', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['A', 'I', 'S', 'R', 'K', 'J', 'S'], + SHORTQUARTERS: ['S1', 'S2', 'S3', 'S4'], + QUARTERS: ['Suku pertama', 'Suku Ke-2', 'Suku Ke-3', 'Suku Ke-4'], + AMPMS: ['PG', 'PTG'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale mt. + */ +goog.i18n.DateTimeSymbols_mt = { + ERAS: ['QK', 'WK'], + ERANAMES: ['Qabel Kristu', 'Wara Kristu'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'Ġ', 'L', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['Jn', 'Fr', 'Mz', 'Ap', 'Mj', 'Ġn', 'Lj', 'Aw', 'St', 'Ob', 'Nv', 'Dċ'], + MONTHS: ['Jannar', 'Frar', 'Marzu', 'April', 'Mejju', 'Ġunju', 'Lulju', 'Awwissu', 'Settembru', 'Ottubru', 'Novembru', 'Diċembru'], + STANDALONEMONTHS: ['Jannar', 'Frar', 'Marzu', 'April', 'Mejju', 'Ġunju', 'Lulju', 'Awwissu', 'Settembru', 'Ottubru', 'Novembru', 'Diċembru'], + SHORTMONTHS: ['Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun', 'Lul', 'Aww', 'Set', 'Ott', 'Nov', 'Diċ'], + STANDALONESHORTMONTHS: ['Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun', 'Lul', 'Aww', 'Set', 'Ott', 'Nov', 'Diċ'], + WEEKDAYS: ['Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa', 'Il-Ħamis', 'Il-Ġimgħa', 'Is-Sibt'], + STANDALONEWEEKDAYS: ['Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa', 'Il-Ħamis', 'Il-Ġimgħa', 'Is-Sibt'], + SHORTWEEKDAYS: ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'], + STANDALONESHORTWEEKDAYS: ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'], + NARROWWEEKDAYS: ['Ħd', 'T', 'Tl', 'Er', 'Ħm', 'Ġm', 'Sb'], + STANDALONENARROWWEEKDAYS: ['Ħd', 'Tn', 'Tl', 'Er', 'Ħm', 'Ġm', 'Sb'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1el kwart', '2ni kwart', '3et kwart', '4ba’ kwart'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d \'ta\'’ MMMM y', 'd \'ta\'’ MMMM y', 'dd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale my. + */ +goog.i18n.DateTimeSymbols_my = { + ZERODIGIT: 0x1040, + ERAS: ['ဘီစီ', 'အေဒီ'], + ERANAMES: ['ခရစ်တော် မပေါ်မီနှစ်', 'ခရစ်နှစ်'], + NARROWMONTHS: ['ဇ', 'ဖ', 'မ', 'ဧ', 'မ', 'ဇ', 'ဇ', 'ဩ', 'စ', 'အ', 'န', 'ဒ'], + STANDALONENARROWMONTHS: ['ဇ', 'ဖ', 'မ', 'ဧ', 'မ', 'ဇ', 'ဇ', 'ဩ', 'စ', 'အ', 'န', 'ဒ'], + MONTHS: ['ဇန်နဝါရီ', 'ဖေဖော်ဝါရီ', 'မတ်', 'ဧပြီ', 'မေ', 'ဇွန်', 'ဇူလိုင်', 'ဩဂုတ်', 'စက်တင်ဘာ', 'အောက်တိုဘာ', 'နိုဝင်ဘာ', 'ဒီဇင်ဘာ'], + STANDALONEMONTHS: ['ဇန်နဝါရီ', 'ဖေဖော်ဝါရီ', 'မတ်', 'ဧပြီ', 'မေ', 'ဇွန်', 'ဇူလိုင်', 'ဩဂုတ်', 'စက်တင်ဘာ', 'အောက်တိုဘာ', 'နိုဝင်ဘာ', 'ဒီဇင်ဘာ'], + SHORTMONTHS: ['ဇန်', 'ဖေ', 'မတ်', 'ဧ', 'မေ', 'ဇွန်', 'ဇူ', 'ဩ', 'စက်', 'အောက်', 'နို', 'ဒီ'], + STANDALONESHORTMONTHS: ['ဇန်', 'ဖေ', 'မတ်', 'ဧ', 'မေ', 'ဇွန်', 'ဇူ', 'ဩ', 'စက်', 'အောက်', 'နို', 'ဒီ'], + WEEKDAYS: ['တနင်္ဂနွေ', 'တနင်္လာ', 'အင်္ဂါ', 'ဗုဒ္ဓဟူး', 'ကြာသပတေး', 'သောကြာ', 'စနေ'], + STANDALONEWEEKDAYS: ['တနင်္ဂနွေ', 'တနင်္လာ', 'အင်္ဂါ', 'ဗုဒ္ဓဟူး', 'ကြာသပတေး', 'သောကြာ', 'စနေ'], + SHORTWEEKDAYS: ['တနင်္ဂနွေ', 'တနင်္လာ', 'အင်္ဂါ', 'ဗုဒ္ဓဟူး', 'ကြာသပတေး', 'သောကြာ', 'စနေ'], + STANDALONESHORTWEEKDAYS: ['တနင်္ဂနွေ', 'တနင်္လာ', 'အင်္ဂါ', 'ဗုဒ္ဓဟူး', 'ကြာသပတေး', 'သောကြာ', 'စနေ'], + NARROWWEEKDAYS: ['တ', 'တ', 'အ', 'ဗ', 'က', 'သ', 'စ'], + STANDALONENARROWWEEKDAYS: ['တ', 'တ', 'အ', 'ဗ', 'က', 'သ', 'စ'], + SHORTQUARTERS: ['ပထမ သုံးလပတ်', 'ဒုတိယ သုံးလပတ်', 'တတိယ သုံးလပတ်', 'စတုတ္ထ သုံးလပတ်'], + QUARTERS: ['ပထမ သုံးလပတ်', 'ဒုတိယ သုံးလပတ်', 'တတိယ သုံးလပတ်', 'စတုတ္ထ သုံးလပတ်'], + AMPMS: ['နံနက်', 'ညနေ'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], + TIMEFORMATS: ['zzzz HH:mm:ss', 'z HH:mm:ss', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale nb. + */ +goog.i18n.DateTimeSymbols_nb = { + ERAS: ['f.Kr.', 'e.Kr.'], + ERANAMES: ['før Kristus', 'etter Kristus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'], + STANDALONEMONTHS: ['januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'], + SHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'mai', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'des.'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'des'], + WEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'], + STANDALONEWEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'], + SHORTWEEKDAYS: ['søn.', 'man.', 'tir.', 'ons.', 'tor.', 'fre.', 'lør.'], + STANDALONESHORTWEEKDAYS: ['søn.', 'man.', 'tir.', 'ons.', 'tor.', 'fre.', 'lør.'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d. MMMM y', 'd. MMMM y', 'd. MMM y', 'dd.MM.y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} \'kl\'. {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale ne. + */ +goog.i18n.DateTimeSymbols_ne = { + ZERODIGIT: 0x0966, + ERAS: ['ईसा पूर्व', 'सन्'], + ERANAMES: ['ईसा पूर्व', 'सन्'], + NARROWMONTHS: ['१', '२', '३', '४', '५', '६', '७', '८', '९', '१०', '११', '१२'], + STANDALONENARROWMONTHS: ['१', '२', '३', '४', '५', '६', '७', '८', '९', '१०', '११', '१२'], + MONTHS: ['जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मई', 'जुन', 'जुलाई', 'अगस्ट', 'सेप्टेम्बर', 'अक्टोबर', 'नोभेम्बर', 'डिसेम्बर'], + STANDALONEMONTHS: ['जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मे', 'जुन', 'जुलाई', 'अगस्ट', 'सेप्टेम्बर', 'अक्टोबर', 'नोभेम्बर', 'डिसेम्बर'], + SHORTMONTHS: ['जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मे', 'जुन', 'जुलाई', 'अगस्ट', 'सेप्टेम्बर', 'अक्टोबर', 'नोभेम्बर', 'डिसेम्बर'], + STANDALONESHORTMONTHS: ['जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मे', 'जुन', 'जुलाई', 'अगस्ट', 'सेप्टेम्बर', 'अक्टोबर', 'नोभेम्बर', 'डिसेम्बर'], + WEEKDAYS: ['आइतबार', 'सोमबार', 'मङ्गलबार', 'बुधबार', 'बिहिबार', 'शुक्रबार', 'शनिबार'], + STANDALONEWEEKDAYS: ['आइतबार', 'सोमबार', 'मङ्गलबार', 'बुधबार', 'बिहिबार', 'शुक्रबार', 'शनिबार'], + SHORTWEEKDAYS: ['आइत', 'सोम', 'मङ्गल', 'बुध', 'बिहि', 'शुक्र', 'शनि'], + STANDALONESHORTWEEKDAYS: ['आइत', 'सोम', 'मङ्गल', 'बुध', 'बिहि', 'शुक्र', 'शनि'], + NARROWWEEKDAYS: ['आ', 'सो', 'म', 'बु', 'बि', 'शु', 'श'], + STANDALONENARROWWEEKDAYS: ['आ', 'सो', 'म', 'बु', 'बि', 'शु', 'श'], + SHORTQUARTERS: ['पहिलो सत्र', 'दोस्रो सत्र', 'तेस्रो सत्र', 'चौथो सत्र'], + QUARTERS: ['पहिलो सत्र', 'दोस्रो सत्र', 'तेस्रो सत्र', 'चौथो सत्र'], + AMPMS: ['पूर्वाह्न', 'अपराह्न'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale nl. + */ +goog.i18n.DateTimeSymbols_nl = { + ERAS: ['v.Chr.', 'n.Chr.'], + ERANAMES: ['voor Christus', 'na Christus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + STANDALONEWEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + SHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + STANDALONESHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + NARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + STANDALONENARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1e kwartaal', '2e kwartaal', '3e kwartaal', '4e kwartaal'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'om\' {0}', '{1} \'om\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale no. + */ +goog.i18n.DateTimeSymbols_no = { + ERAS: ['f.Kr.', 'e.Kr.'], + ERANAMES: ['før Kristus', 'etter Kristus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'], + STANDALONEMONTHS: ['januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'], + SHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'mai', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'des.'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'des'], + WEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'], + STANDALONEWEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'], + SHORTWEEKDAYS: ['søn.', 'man.', 'tir.', 'ons.', 'tor.', 'fre.', 'lør.'], + STANDALONESHORTWEEKDAYS: ['søn.', 'man.', 'tir.', 'ons.', 'tor.', 'fre.', 'lør.'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d. MMMM y', 'd. MMMM y', 'd. MMM y', 'dd.MM.y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} \'kl\'. {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale no_NO. + */ +goog.i18n.DateTimeSymbols_no_NO = goog.i18n.DateTimeSymbols_no; + + +/** + * Date/time formatting symbols for locale or. + */ +goog.i18n.DateTimeSymbols_or = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['ଜା', 'ଫେ', 'ମା', 'ଅ', 'ମଇ', 'ଜୁ', 'ଜୁ', 'ଅ', 'ସେ', 'ଅ', 'ନ', 'ଡି'], + STANDALONENARROWMONTHS: ['ଜା', 'ଫେ', 'ମା', 'ଅ', 'ମଇ', 'ଜୁ', 'ଜୁ', 'ଅ', 'ସେ', 'ଅ', 'ନ', 'ଡି'], + MONTHS: ['ଜାନୁଆରୀ', 'ଫେବୃଆରୀ', 'ମାର୍ଚ୍ଚ', 'ଅପ୍ରେଲ', 'ମଇ', 'ଜୁନ', 'ଜୁଲାଇ', 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', 'ଡିସେମ୍ବର'], + STANDALONEMONTHS: ['ଜାନୁଆରୀ', 'ଫେବୃଆରୀ', 'ମାର୍ଚ୍ଚ', 'ଅପ୍ରେଲ', 'ମଇ', 'ଜୁନ', 'ଜୁଲାଇ', 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', 'ଡିସେମ୍ବର'], + SHORTMONTHS: ['ଜାନୁଆରୀ', 'ଫେବୃଆରୀ', 'ମାର୍ଚ୍ଚ', 'ଅପ୍ରେଲ', 'ମଇ', 'ଜୁନ', 'ଜୁଲାଇ', 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', 'ଡିସେମ୍ବର'], + STANDALONESHORTMONTHS: ['ଜାନୁଆରୀ', 'ଫେବୃଆରୀ', 'ମାର୍ଚ୍ଚ', 'ଅପ୍ରେଲ', 'ମଇ', 'ଜୁନ', 'ଜୁଲାଇ', 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', 'ଡିସେମ୍ବର'], + WEEKDAYS: ['ରବିବାର', 'ସୋମବାର', 'ମଙ୍ଗଳବାର', 'ବୁଧବାର', 'ଗୁରୁବାର', 'ଶୁକ୍ରବାର', 'ଶନିବାର'], + STANDALONEWEEKDAYS: ['ରବିବାର', 'ସୋମବାର', 'ମଙ୍ଗଳବାର', 'ବୁଧବାର', 'ଗୁରୁବାର', 'ଶୁକ୍ରବାର', 'ଶନିବାର'], + SHORTWEEKDAYS: ['ରବି', 'ସୋମ', 'ମଙ୍ଗଳ', 'ବୁଧ', 'ଗୁରୁ', 'ଶୁକ୍ର', 'ଶନି'], + STANDALONESHORTWEEKDAYS: ['ରବି', 'ସୋମ', 'ମଙ୍ଗଳ', 'ବୁଧ', 'ଗୁରୁ', 'ଶୁକ୍ର', 'ଶନି'], + NARROWWEEKDAYS: ['ର', 'ସୋ', 'ମ', 'ବୁ', 'ଗୁ', 'ଶୁ', 'ଶ'], + STANDALONENARROWWEEKDAYS: ['ର', 'ସୋ', 'ମ', 'ବୁ', 'ଗୁ', 'ଶୁ', 'ଶ'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['am', 'pm'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd-M-yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale pa. + */ +goog.i18n.DateTimeSymbols_pa = { + ERAS: ['ਈ. ਪੂ.', 'ਸੰਨ'], + ERANAMES: ['ਈਸਵੀ ਪੂਰਵ', 'ਈਸਵੀ ਸੰਨ'], + NARROWMONTHS: ['ਜ', 'ਫ਼', 'ਮਾ', 'ਅ', 'ਮ', 'ਜੂ', 'ਜੁ', 'ਅ', 'ਸ', 'ਅ', 'ਨ', 'ਦ'], + STANDALONENARROWMONTHS: ['ਜ', 'ਫ਼', 'ਮਾ', 'ਅ', 'ਮ', 'ਜੂ', 'ਜੁ', 'ਅ', 'ਸ', 'ਅ', 'ਨ', 'ਦ'], + MONTHS: ['ਜਨਵਰੀ', 'ਫ਼ਰਵਰੀ', 'ਮਾਰਚ', 'ਅਪ੍ਰੈਲ', 'ਮਈ', 'ਜੂਨ', 'ਜੁਲਾਈ', 'ਅਗਸਤ', 'ਸਤੰਬਰ', 'ਅਕਤੂਬਰ', 'ਨਵੰਬਰ', 'ਦਸੰਬਰ'], + STANDALONEMONTHS: ['ਜਨਵਰੀ', 'ਫ਼ਰਵਰੀ', 'ਮਾਰਚ', 'ਅਪ੍ਰੈਲ', 'ਮਈ', 'ਜੂਨ', 'ਜੁਲਾਈ', 'ਅਗਸਤ', 'ਸਤੰਬਰ', 'ਅਕਤੂਬਰ', 'ਨਵੰਬਰ', 'ਦਸੰਬਰ'], + SHORTMONTHS: ['ਜਨ', 'ਫ਼ਰ', 'ਮਾਰਚ', 'ਅਪ੍ਰੈ', 'ਮਈ', 'ਜੂਨ', 'ਜੁਲਾ', 'ਅਗ', 'ਸਤੰ', 'ਅਕਤੂ', 'ਨਵੰ', 'ਦਸੰ'], + STANDALONESHORTMONTHS: ['ਜਨ', 'ਫ਼ਰ', 'ਮਾਰਚ', 'ਅਪ੍ਰੈ', 'ਮਈ', 'ਜੂਨ', 'ਜੁਲਾ', 'ਅਗ', 'ਸਤੰ', 'ਅਕਤੂ', 'ਨਵੰ', 'ਦਸੰ'], + WEEKDAYS: ['ਐਤਵਾਰ', 'ਸੋਮਵਾਰ', 'ਮੰਗਲਵਾਰ', 'ਬੁੱਧਵਾਰ', 'ਵੀਰਵਾਰ', 'ਸ਼ੁੱਕਰਵਾਰ', 'ਸ਼ਨਿੱਚਰਵਾਰ'], + STANDALONEWEEKDAYS: ['ਐਤਵਾਰ', 'ਸੋਮਵਾਰ', 'ਮੰਗਲਵਾਰ', 'ਬੁੱਧਵਾਰ', 'ਵੀਰਵਾਰ', 'ਸ਼ੁੱਕਰਵਾਰ', 'ਸ਼ਨਿੱਚਰਵਾਰ'], + SHORTWEEKDAYS: ['ਐਤ', 'ਸੋਮ', 'ਮੰਗਲ', 'ਬੁੱਧ', 'ਵੀਰ', 'ਸ਼ੁੱਕਰ', 'ਸ਼ਨਿੱਚਰ'], + STANDALONESHORTWEEKDAYS: ['ਐਤ', 'ਸੋਮ', 'ਮੰਗਲ', 'ਬੁੱਧ', 'ਵੀਰ', 'ਸ਼ੁੱਕਰ', 'ਸ਼ਨਿੱਚਰ'], + NARROWWEEKDAYS: ['ਐ', 'ਸੋ', 'ਮੰ', 'ਬੁੱ', 'ਵੀ', 'ਸ਼ੁੱ', 'ਸ਼'], + STANDALONENARROWWEEKDAYS: ['ਐ', 'ਸੋ', 'ਮੰ', 'ਬੁੱ', 'ਵੀ', 'ਸ਼ੁੱ', 'ਸ਼'], + SHORTQUARTERS: ['ਤਿਮਾਹੀ1', 'ਤਿਮਾਹੀ2', 'ਤਿਮਾਹੀ3', 'ਤਿਮਾਹੀ4'], + QUARTERS: ['ਪਹਿਲੀ ਤਿਮਾਹੀ', 'ਦੂਜੀ ਤਿਮਾਹੀ', 'ਤੀਜੀ ਤਿਮਾਹੀ', 'ਚੌਥੀ ਤਿਮਾਹੀ'], + AMPMS: ['ਪੂ.ਦੁ.', 'ਬਾ.ਦੁ.'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale pl. + */ +goog.i18n.DateTimeSymbols_pl = { + ERAS: ['p.n.e.', 'n.e.'], + ERANAMES: ['przed naszą erą', 'naszej ery'], + NARROWMONTHS: ['s', 'l', 'm', 'k', 'm', 'c', 'l', 's', 'w', 'p', 'l', 'g'], + STANDALONENARROWMONTHS: ['S', 'L', 'M', 'K', 'M', 'C', 'L', 'S', 'W', 'P', 'L', 'G'], + MONTHS: ['stycznia', 'lutego', 'marca', 'kwietnia', 'maja', 'czerwca', 'lipca', 'sierpnia', 'września', 'października', 'listopada', 'grudnia'], + STANDALONEMONTHS: ['styczeń', 'luty', 'marzec', 'kwiecień', 'maj', 'czerwiec', 'lipiec', 'sierpień', 'wrzesień', 'październik', 'listopad', 'grudzień'], + SHORTMONTHS: ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'paź', 'lis', 'gru'], + STANDALONESHORTMONTHS: ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'paź', 'lis', 'gru'], + WEEKDAYS: ['niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', 'piątek', 'sobota'], + STANDALONEWEEKDAYS: ['niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', 'piątek', 'sobota'], + SHORTWEEKDAYS: ['niedz.', 'pon.', 'wt.', 'śr.', 'czw.', 'pt.', 'sob.'], + STANDALONESHORTWEEKDAYS: ['niedz.', 'pon.', 'wt.', 'śr.', 'czw.', 'pt.', 'sob.'], + NARROWWEEKDAYS: ['n', 'p', 'w', 'ś', 'c', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['N', 'P', 'W', 'Ś', 'C', 'P', 'S'], + SHORTQUARTERS: ['I kw.', 'II kw.', 'III kw.', 'IV kw.'], + QUARTERS: ['I kwartał', 'II kwartał', 'III kwartał', 'IV kwartał'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd.MM.y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale pt. + */ +goog.i18n.DateTimeSymbols_pt = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sáb'], + STANDALONESHORTWEEKDAYS: ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sáb'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1º trimestre', '2º trimestre', '3º trimestre', '4º trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd \'de\' MMM \'de\' y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale pt_BR. + */ +goog.i18n.DateTimeSymbols_pt_BR = goog.i18n.DateTimeSymbols_pt; + + +/** + * Date/time formatting symbols for locale pt_PT. + */ +goog.i18n.DateTimeSymbols_pt_PT = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale ro. + */ +goog.i18n.DateTimeSymbols_ro = { + ERAS: ['î.Hr.', 'd.Hr.'], + ERANAMES: ['înainte de Hristos', 'după Hristos'], + NARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie'], + STANDALONEMONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie'], + SHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', 'aug.', 'sept.', 'oct.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', 'aug.', 'sept.', 'oct.', 'nov.', 'dec.'], + WEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', 'vineri', 'sâmbătă'], + STANDALONEWEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', 'vineri', 'sâmbătă'], + SHORTWEEKDAYS: ['dum.', 'lun.', 'mar.', 'mie.', 'joi', 'vin.', 'sâm.'], + STANDALONESHORTWEEKDAYS: ['dum.', 'lun.', 'mar.', 'mie.', 'joi', 'vin.', 'sâm.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['trim. I', 'trim. II', 'trim. III', 'trim. IV'], + QUARTERS: ['trimestrul I', 'trimestrul al II-lea', 'trimestrul al III-lea', 'trimestrul al IV-lea'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd.MM.y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ru. + */ +goog.i18n.DateTimeSymbols_ru = { + ERAS: ['до н. э.', 'н. э.'], + ERANAMES: ['до Рождества Христова', 'от Рождества Христова'], + NARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + STANDALONENARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + MONTHS: ['января', 'февраля', 'марта', 'апреля', 'мая', 'июня', 'июля', 'августа', 'сентября', 'октября', 'ноября', 'декабря'], + STANDALONEMONTHS: ['январь', 'февраль', 'март', 'апрель', 'май', 'июнь', 'июль', 'август', 'сентябрь', 'октябрь', 'ноябрь', 'декабрь'], + SHORTMONTHS: ['янв.', 'февр.', 'мар.', 'апр.', 'мая', 'июн.', 'июл.', 'авг.', 'сент.', 'окт.', 'нояб.', 'дек.'], + STANDALONESHORTMONTHS: ['янв.', 'февр.', 'март', 'апр.', 'май', 'июнь', 'июль', 'авг.', 'сент.', 'окт.', 'нояб.', 'дек.'], + WEEKDAYS: ['воскресенье', 'понедельник', 'вторник', 'среда', 'четверг', 'пятница', 'суббота'], + STANDALONEWEEKDAYS: ['воскресенье', 'понедельник', 'вторник', 'среда', 'четверг', 'пятница', 'суббота'], + SHORTWEEKDAYS: ['вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + STANDALONESHORTWEEKDAYS: ['вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + NARROWWEEKDAYS: ['вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + STANDALONENARROWWEEKDAYS: ['В', 'П', 'В', 'С', 'Ч', 'П', 'С'], + SHORTQUARTERS: ['1-й кв.', '2-й кв.', '3-й кв.', '4-й кв.'], + QUARTERS: ['1-й квартал', '2-й квартал', '3-й квартал', '4-й квартал'], + AMPMS: ['ДП', 'ПП'], + DATEFORMATS: ['EEEE, d MMMM y \'г\'.', 'd MMMM y \'г\'.', 'd MMM y \'г\'.', 'dd.MM.y'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sh. + */ +goog.i18n.DateTimeSymbols_sh = { + ERAS: ['p. n. e.', 'n. e.'], + ERANAMES: ['pre nove ere', 'nove ere'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + STANDALONEMONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec'], + WEEKDAYS: ['nedelja', 'ponedeljak', 'utorak', 'sreda', 'četvrtak', 'petak', 'subota'], + STANDALONEWEEKDAYS: ['nedelja', 'ponedeljak', 'utorak', 'sreda', 'četvrtak', 'petak', 'subota'], + SHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sre', 'čet', 'pet', 'sub'], + STANDALONESHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sre', 'čet', 'pet', 'sub'], + NARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['prvi kvartal', 'drugi kvartal', 'treći kvartal', 'četvrti kvartal'], + AMPMS: ['pre podne', 'po podne'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale si. + */ +goog.i18n.DateTimeSymbols_si = { + ERAS: ['ක්‍රි.පූ.', 'ක්‍රි.ව.'], + ERANAMES: ['ක්‍රිස්තු පූර්ව', 'ක්‍රිස්තු වර්ෂ'], + NARROWMONTHS: ['ජ', 'පෙ', 'මා', 'අ', 'මැ', 'ජූ', 'ජූ', 'අ', 'සැ', 'ඔ', 'නෙ', 'දෙ'], + STANDALONENARROWMONTHS: ['ජ', 'පෙ', 'මා', 'අ', 'මැ', 'ජූ', 'ජූ', 'අ', 'සැ', 'ඔ', 'නෙ', 'දෙ'], + MONTHS: ['ජනවාරි', 'පෙබරවාරි', 'මාර්තු', 'අප්‍රේල්', 'මැයි', 'ජූනි', 'ජූලි', 'අගෝස්තු', 'සැප්තැම්බර්', 'ඔක්තෝබර්', 'නොවැම්බර්', 'දෙසැම්බර්'], + STANDALONEMONTHS: ['ජනවාරි', 'පෙබරවාරි', 'මාර්තු', 'අප්‍රේල්', 'මැයි', 'ජූනි', 'ජූලි', 'අගෝස්තු', 'සැප්තැම්බර්', 'ඔක්තෝබර්', 'නොවැම්බර්', 'දෙසැම්බර්'], + SHORTMONTHS: ['ජන', 'පෙබ', 'මාර්තු', 'අප්‍රේල්', 'මැයි', 'ජූනි', 'ජූලි', 'අගෝ', 'සැප්', 'ඔක්', 'නොවැ', 'දෙසැ'], + STANDALONESHORTMONTHS: ['ජන', 'පෙබ', 'මාර්', 'අප්‍රේල්', 'මැයි', 'ජූනි', 'ජූලි', 'අගෝ', 'සැප්', 'ඔක්', 'නොවැ', 'දෙසැ'], + WEEKDAYS: ['ඉරිදා', 'සඳුදා', 'අඟහරුවාදා', 'බදාදා', 'බ්‍රහස්පතින්දා', 'සිකුරාදා', 'සෙනසුරාදා'], + STANDALONEWEEKDAYS: ['ඉරිදා', 'සඳුදා', 'අඟහරුවාදා', 'බදාදා', 'බ්‍රහස්පතින්දා', 'සිකුරාදා', 'සෙනසුරාදා'], + SHORTWEEKDAYS: ['ඉරිදා', 'සඳුදා', 'අඟහ', 'බදාදා', 'බ්‍රහස්', 'සිකු', 'සෙන'], + STANDALONESHORTWEEKDAYS: ['ඉරිදා', 'සඳුදා', 'අඟහ', 'බදාදා', 'බ්‍රහස්', 'සිකු', 'සෙන'], + NARROWWEEKDAYS: ['ඉ', 'ස', 'අ', 'බ', 'බ්‍ර', 'සි', 'සෙ'], + STANDALONENARROWWEEKDAYS: ['ඉ', 'ස', 'අ', 'බ', 'බ්‍ර', 'සි', 'සෙ'], + SHORTQUARTERS: ['කාර්:1', 'කාර්:2', 'කාර්:3', 'කාර්:4'], + QUARTERS: ['1 වන කාර්තුව', '2 වන කාර්තුව', '3 වන කාර්තුව', '4 වන කාර්තුව'], + AMPMS: ['පෙ.ව.', 'ප.ව.'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH.mm.ss zzzz', 'HH.mm.ss z', 'HH.mm.ss', 'HH.mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sk. + */ +goog.i18n.DateTimeSymbols_sk = { + ERAS: ['pred Kr.', 'po Kr.'], + ERANAMES: ['pred Kristom', 'po Kristovi'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januára', 'februára', 'marca', 'apríla', 'mája', 'júna', 'júla', 'augusta', 'septembra', 'októbra', 'novembra', 'decembra'], + STANDALONEMONTHS: ['január', 'február', 'marec', 'apríl', 'máj', 'jún', 'júl', 'august', 'september', 'október', 'november', 'december'], + SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'máj', 'jún', 'júl', 'aug', 'sep', 'okt', 'nov', 'dec'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'máj', 'jún', 'júl', 'aug', 'sep', 'okt', 'nov', 'dec'], + WEEKDAYS: ['nedeľa', 'pondelok', 'utorok', 'streda', 'štvrtok', 'piatok', 'sobota'], + STANDALONEWEEKDAYS: ['nedeľa', 'pondelok', 'utorok', 'streda', 'štvrtok', 'piatok', 'sobota'], + SHORTWEEKDAYS: ['ne', 'po', 'ut', 'st', 'št', 'pi', 'so'], + STANDALONESHORTWEEKDAYS: ['ne', 'po', 'ut', 'st', 'št', 'pi', 'so'], + NARROWWEEKDAYS: ['n', 'p', 'u', 's', 'š', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'š', 'p', 's'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. štvrťrok', '2. štvrťrok', '3. štvrťrok', '4. štvrťrok'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd. M. y', 'd. M. y'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale sl. + */ +goog.i18n.DateTimeSymbols_sl = { + ERAS: ['pr. Kr.', 'po Kr.'], + ERANAMES: ['pred Kristusom', 'po Kristusu'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januar', 'februar', 'marec', 'april', 'maj', 'junij', 'julij', 'avgust', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januar', 'februar', 'marec', 'april', 'maj', 'junij', 'julij', 'avgust', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maj', 'jun.', 'jul.', 'avg.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maj', 'jun.', 'jul.', 'avg.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['nedelja', 'ponedeljek', 'torek', 'sreda', 'četrtek', 'petek', 'sobota'], + STANDALONEWEEKDAYS: ['nedelja', 'ponedeljek', 'torek', 'sreda', 'četrtek', 'petek', 'sobota'], + SHORTWEEKDAYS: ['ned.', 'pon.', 'tor.', 'sre.', 'čet.', 'pet.', 'sob.'], + STANDALONESHORTWEEKDAYS: ['ned.', 'pon.', 'tor.', 'sre.', 'čet.', 'pet.', 'sob.'], + NARROWWEEKDAYS: ['n', 'p', 't', 's', 'č', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 't', 's', 'č', 'p', 's'], + SHORTQUARTERS: ['1. čet.', '2. čet.', '3. čet.', '4. čet.'], + QUARTERS: ['1. četrtletje', '2. četrtletje', '3. četrtletje', '4. četrtletje'], + AMPMS: ['dop.', 'pop.'], + DATEFORMATS: ['EEEE, dd. MMMM y', 'dd. MMMM y', 'd. MMM y', 'd. MM. yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sq. + */ +goog.i18n.DateTimeSymbols_sq = { + ERAS: ['p.K.', 'mb.K.'], + ERANAMES: ['para Krishtit', 'mbas Krishtit'], + NARROWMONTHS: ['j', 's', 'm', 'p', 'm', 'q', 'k', 'g', 's', 't', 'n', 'd'], + STANDALONENARROWMONTHS: ['J', 'S', 'M', 'P', 'M', 'Q', 'K', 'G', 'S', 'T', 'N', 'D'], + MONTHS: ['janar', 'shkurt', 'mars', 'prill', 'maj', 'qershor', 'korrik', 'gusht', 'shtator', 'tetor', 'nëntor', 'dhjetor'], + STANDALONEMONTHS: ['Janar', 'Shkurt', 'Mars', 'Prill', 'Maj', 'Qershor', 'Korrik', 'Gusht', 'Shtator', 'Tetor', 'Nëntor', 'Dhjetor'], + SHORTMONTHS: ['jan', 'shk', 'mar', 'pri', 'maj', 'qer', 'kor', 'gsh', 'sht', 'tet', 'nën', 'dhj'], + STANDALONESHORTMONTHS: ['Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', 'Tet', 'Nën', 'Dhj'], + WEEKDAYS: ['e diel', 'e hënë', 'e martë', 'e mërkurë', 'e enjte', 'e premte', 'e shtunë'], + STANDALONEWEEKDAYS: ['E diel', 'E hënë', 'E martë', 'E mërkurë', 'E enjte', 'E premte', 'E shtunë'], + SHORTWEEKDAYS: ['Die', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'], + STANDALONESHORTWEEKDAYS: ['Die', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'], + NARROWWEEKDAYS: ['D', 'H', 'M', 'M', 'E', 'P', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'H', 'M', 'M', 'E', 'P', 'S'], + SHORTQUARTERS: ['tremujori I', 'tremujori II', 'tremujori III', 'tremujori IV'], + QUARTERS: ['tremujori i parë', 'tremujori i dytë', 'tremujori i tretë', 'tremujori i katërt'], + AMPMS: ['e paradites', 'e pasdites'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd.M.yy'], + TIMEFORMATS: ['h:mm:ss a, zzzz', 'h:mm:ss a, z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'në\' {0}', '{1} \'në\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sr. + */ +goog.i18n.DateTimeSymbols_sr = { + ERAS: ['п. н. е.', 'н. е.'], + ERANAMES: ['пре нове ере', 'нове ере'], + NARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + STANDALONENARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + MONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јун', 'јул', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + STANDALONEMONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јун', 'јул', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + SHORTMONTHS: ['јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец'], + STANDALONESHORTMONTHS: ['јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец'], + WEEKDAYS: ['недеља', 'понедељак', 'уторак', 'среда', 'четвртак', 'петак', 'субота'], + STANDALONEWEEKDAYS: ['недеља', 'понедељак', 'уторак', 'среда', 'четвртак', 'петак', 'субота'], + SHORTWEEKDAYS: ['нед', 'пон', 'уто', 'сре', 'чет', 'пет', 'суб'], + STANDALONESHORTWEEKDAYS: ['нед', 'пон', 'уто', 'сре', 'чет', 'пет', 'суб'], + NARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + STANDALONENARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + SHORTQUARTERS: ['К1', 'К2', 'К3', 'К4'], + QUARTERS: ['први квартал', 'други квартал', 'трећи квартал', 'четврти квартал'], + AMPMS: ['пре подне', 'по подне'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sr_Latn. + */ +goog.i18n.DateTimeSymbols_sr_Latn = { + ERAS: ['p. n. e.', 'n. e.'], + ERANAMES: ['pre nove ere', 'nove ere'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + STANDALONEMONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec'], + WEEKDAYS: ['nedelja', 'ponedeljak', 'utorak', 'sreda', 'četvrtak', 'petak', 'subota'], + STANDALONEWEEKDAYS: ['nedelja', 'ponedeljak', 'utorak', 'sreda', 'četvrtak', 'petak', 'subota'], + SHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sre', 'čet', 'pet', 'sub'], + STANDALONESHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sre', 'čet', 'pet', 'sub'], + NARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['prvi kvartal', 'drugi kvartal', 'treći kvartal', 'četvrti kvartal'], + AMPMS: ['pre podne', 'po podne'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sv. + */ +goog.i18n.DateTimeSymbols_sv = { + ERAS: ['f.Kr.', 'e.Kr.'], + ERANAMES: ['före Kristus', 'efter Kristus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mars', 'apr.', 'maj', 'juni', 'juli', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mars', 'apr.', 'maj', 'juni', 'juli', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag'], + STANDALONEWEEKDAYS: ['söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag'], + SHORTWEEKDAYS: ['sön', 'mån', 'tis', 'ons', 'tors', 'fre', 'lör'], + STANDALONESHORTWEEKDAYS: ['sön', 'mån', 'tis', 'ons', 'tors', 'fre', 'lör'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1:a kvartalet', '2:a kvartalet', '3:e kvartalet', '4:e kvartalet'], + AMPMS: ['fm', 'em'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'y-MM-dd'], + TIMEFORMATS: ['\'kl\'. HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale sw. + */ +goog.i18n.DateTimeSymbols_sw = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Kristo', 'Baada ya Kristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + SHORTWEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + STANDALONESHORTWEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Robo ya 1', 'Robo ya 2', 'Robo ya 3', 'Robo ya 4'], + QUARTERS: ['Robo ya 1', 'Robo ya 2', 'Robo ya 3', 'Robo ya 4'], + AMPMS: ['Asubuhi', 'Mchana'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ta. + */ +goog.i18n.DateTimeSymbols_ta = { + ERAS: ['கி.மு.', 'கி.பி.'], + ERANAMES: ['கிறிஸ்துவுக்கு முன்', 'அன்னோ டோமினி'], + NARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', 'ஜூ', 'ஆ', 'செ', 'அ', 'ந', 'டி'], + STANDALONENARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', 'ஜூ', 'ஆ', 'செ', 'அ', 'ந', 'டி'], + MONTHS: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆகஸ்ட்', 'செப்டம்பர்', 'அக்டோபர்', 'நவம்பர்', 'டிசம்பர்'], + STANDALONEMONTHS: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆகஸ்ட்', 'செப்டம்பர்', 'அக்டோபர்', 'நவம்பர்', 'டிசம்பர்'], + SHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', 'ஏப்.', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', 'செப்.', 'அக்.', 'நவ.', 'டிச.'], + STANDALONESHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', 'ஏப்.', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', 'செப்.', 'அக்.', 'நவ.', 'டிச.'], + WEEKDAYS: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'], + STANDALONEWEEKDAYS: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'], + SHORTWEEKDAYS: ['ஞாயி.', 'திங்.', 'செவ்.', 'புத.', 'வியா.', 'வெள்.', 'சனி'], + STANDALONESHORTWEEKDAYS: ['ஞாயி.', 'திங்.', 'செவ்.', 'புத.', 'வியா.', 'வெள்.', 'சனி'], + NARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', 'ச'], + STANDALONENARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', 'ச'], + SHORTQUARTERS: ['காலா.1', 'காலா.2', 'காலா.3', 'காலா.4'], + QUARTERS: ['ஒன்றாம் காலாண்டு', 'இரண்டாம் காலாண்டு', 'மூன்றாம் காலாண்டு', 'நான்காம் காலாண்டு'], + AMPMS: ['முற்பகல்', 'பிற்பகல்'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], + TIMEFORMATS: ['a h:mm:ss zzzz', 'a h:mm:ss z', 'a h:mm:ss', 'a h:mm'], + DATETIMEFORMATS: ['{1} ’அன்று’ {0}', '{1} ’அன்று’ {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale te. + */ +goog.i18n.DateTimeSymbols_te = { + ERAS: ['క్రీపూ', 'క్రీశ'], + ERANAMES: ['క్రీస్తు పూర్వం', 'క్రీస్తు శకం'], + NARROWMONTHS: ['జ', 'ఫి', 'మా', 'ఏ', 'మే', 'జూ', 'జు', 'ఆ', 'సె', 'అ', 'న', 'డి'], + STANDALONENARROWMONTHS: ['జ', 'ఫి', 'మా', 'ఏ', 'మే', 'జూ', 'జు', 'ఆ', 'సె', 'అ', 'న', 'డి'], + MONTHS: ['జనవరి', 'ఫిబ్రవరి', 'మార్చి', 'ఏప్రిల్', 'మే', 'జూన్', 'జులై', 'ఆగస్టు', 'సెప్టెంబర్', 'అక్టోబర్', 'నవంబర్', 'డిసెంబర్'], + STANDALONEMONTHS: ['జనవరి', 'ఫిబ్రవరి', 'మార్చి', 'ఏప్రిల్', 'మే', 'జూన్', 'జులై', 'ఆగస్టు', 'సెప్టెంబర్', 'అక్టోబర్', 'నవంబర్', 'డిసెంబర్'], + SHORTMONTHS: ['జన', 'ఫిబ్ర', 'మార్చి', 'ఏప్రి', 'మే', 'జూన్', 'జులై', 'ఆగ', 'సెప్టెం', 'అక్టో', 'నవం', 'డిసెం'], + STANDALONESHORTMONTHS: ['జన', 'ఫిబ్ర', 'మార్చి', 'ఏప్రి', 'మే', 'జూన్', 'జులై', 'ఆగస్టు', 'సెప్టెం', 'అక్టో', 'నవం', 'డిసెం'], + WEEKDAYS: ['ఆదివారం', 'సోమవారం', 'మంగళవారం', 'బుధవారం', 'గురువారం', 'శుక్రవారం', 'శనివారం'], + STANDALONEWEEKDAYS: ['ఆదివారం', 'సోమవారం', 'మంగళవారం', 'బుధవారం', 'గురువారం', 'శుక్రవారం', 'శనివారం'], + SHORTWEEKDAYS: ['ఆది', 'సోమ', 'మంగళ', 'బుధ', 'గురు', 'శుక్ర', 'శని'], + STANDALONESHORTWEEKDAYS: ['ఆది', 'సోమ', 'మంగళ', 'బుధ', 'గురు', 'శుక్ర', 'శని'], + NARROWWEEKDAYS: ['ఆ', 'సో', 'మ', 'బు', 'గు', 'శు', 'శ'], + STANDALONENARROWWEEKDAYS: ['ఆ', 'సో', 'మ', 'బు', 'గు', 'శు', 'శ'], + SHORTQUARTERS: ['త్రై1', 'త్రై2', 'త్రై3', 'త్రై4'], + QUARTERS: ['1వ త్రైమాసం', '2వ త్రైమాసం', '3వ త్రైమాసం', '4వ త్రైమాసం'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['d, MMMM y, EEEE', 'd MMMM, y', 'd MMM, y', 'dd-MM-yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale th. + */ +goog.i18n.DateTimeSymbols_th = { + ERAS: ['ปีก่อน ค.ศ.', 'ค.ศ.'], + ERANAMES: ['ปีก่อนคริสต์ศักราช', 'คริสต์ศักราช'], + NARROWMONTHS: ['ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.'], + STANDALONENARROWMONTHS: ['ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.'], + MONTHS: ['มกราคม', 'กุมภาพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน', 'กรกฎาคม', 'สิงหาคม', 'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม'], + STANDALONEMONTHS: ['มกราคม', 'กุมภาพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน', 'กรกฎาคม', 'สิงหาคม', 'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม'], + SHORTMONTHS: ['ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.'], + STANDALONESHORTMONTHS: ['ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.'], + WEEKDAYS: ['วันอาทิตย์', 'วันจันทร์', 'วันอังคาร', 'วันพุธ', 'วันพฤหัสบดี', 'วันศุกร์', 'วันเสาร์'], + STANDALONEWEEKDAYS: ['วันอาทิตย์', 'วันจันทร์', 'วันอังคาร', 'วันพุธ', 'วันพฤหัสบดี', 'วันศุกร์', 'วันเสาร์'], + SHORTWEEKDAYS: ['อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.'], + STANDALONESHORTWEEKDAYS: ['อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.'], + NARROWWEEKDAYS: ['อา', 'จ', 'อ', 'พ', 'พฤ', 'ศ', 'ส'], + STANDALONENARROWWEEKDAYS: ['อา', 'จ', 'อ', 'พ', 'พฤ', 'ศ', 'ส'], + SHORTQUARTERS: ['ไตรมาส 1', 'ไตรมาส 2', 'ไตรมาส 3', 'ไตรมาส 4'], + QUARTERS: ['ไตรมาส 1', 'ไตรมาส 2', 'ไตรมาส 3', 'ไตรมาส 4'], + AMPMS: ['ก่อนเที่ยง', 'หลังเที่ยง'], + DATEFORMATS: ['EEEEที่ d MMMM G y', 'd MMMM G y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['H นาฬิกา mm นาที ss วินาที zzzz', 'H นาฬิกา mm นาที ss วินาที z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale tl. + */ +goog.i18n.DateTimeSymbols_tl = { + ERAS: ['BC', 'AD'], + ERANAMES: ['BC', 'AD'], + NARROWMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], + STANDALONENARROWMONTHS: ['E', 'P', 'M', 'A', 'M', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], + MONTHS: ['Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', 'Hulyo', 'Agosto', 'Setyembre', 'Oktubre', 'Nobyembre', 'Disyembre'], + STANDALONEMONTHS: ['Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', 'Hulyo', 'Agosto', 'Setyembre', 'Oktubre', 'Nobyembre', 'Disyembre'], + SHORTMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], + STANDALONESHORTMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], + WEEKDAYS: ['Linggo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', 'Biyernes', 'Sabado'], + STANDALONEWEEKDAYS: ['Linggo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', 'Biyernes', 'Sabado'], + SHORTWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], + NARROWWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], + STANDALONENARROWWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['ika-1 quarter', 'ika-2 quarter', 'ika-3 quarter', 'ika-4 na quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'nang\' {0}', '{1} \'nang\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale tr. + */ +goog.i18n.DateTimeSymbols_tr = { + ERAS: ['MÖ', 'MS'], + ERANAMES: ['Milattan Önce', 'Milattan Sonra'], + NARROWMONTHS: ['O', 'Ş', 'M', 'N', 'M', 'H', 'T', 'A', 'E', 'E', 'K', 'A'], + STANDALONENARROWMONTHS: ['O', 'Ş', 'M', 'N', 'M', 'H', 'T', 'A', 'E', 'E', 'K', 'A'], + MONTHS: ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'], + STANDALONEMONTHS: ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'], + SHORTMONTHS: ['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara'], + STANDALONESHORTMONTHS: ['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara'], + WEEKDAYS: ['Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi'], + STANDALONEWEEKDAYS: ['Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi'], + SHORTWEEKDAYS: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'], + STANDALONESHORTWEEKDAYS: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'], + NARROWWEEKDAYS: ['P', 'P', 'S', 'Ç', 'P', 'C', 'C'], + STANDALONENARROWWEEKDAYS: ['P', 'P', 'S', 'Ç', 'P', 'C', 'C'], + SHORTQUARTERS: ['Ç1', 'Ç2', 'Ç3', 'Ç4'], + QUARTERS: ['1. çeyrek', '2. çeyrek', '3. çeyrek', '4. çeyrek'], + AMPMS: ['ÖÖ', 'ÖS'], + DATEFORMATS: ['d MMMM y EEEE', 'd MMMM y', 'd MMM y', 'd.MM.y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale uk. + */ +goog.i18n.DateTimeSymbols_uk = { + ERAS: ['до н. е.', 'н. е.'], + ERANAMES: ['до нашої ери', 'нашої ери'], + NARROWMONTHS: ['с', 'л', 'б', 'к', 'т', 'ч', 'л', 'с', 'в', 'ж', 'л', 'г'], + STANDALONENARROWMONTHS: ['С', 'Л', 'Б', 'К', 'Т', 'Ч', 'Л', 'С', 'В', 'Ж', 'Л', 'Г'], + MONTHS: ['січня', 'лютого', 'березня', 'квітня', 'травня', 'червня', 'липня', 'серпня', 'вересня', 'жовтня', 'листопада', 'грудня'], + STANDALONEMONTHS: ['січень', 'лютий', 'березень', 'квітень', 'травень', 'червень', 'липень', 'серпень', 'вересень', 'жовтень', 'листопад', 'грудень'], + SHORTMONTHS: ['січ.', 'лют.', 'бер.', 'квіт.', 'трав.', 'черв.', 'лип.', 'серп.', 'вер.', 'жовт.', 'лист.', 'груд.'], + STANDALONESHORTMONTHS: ['січ', 'лют', 'бер', 'кві', 'тра', 'чер', 'лип', 'сер', 'вер', 'жов', 'лис', 'гру'], + WEEKDAYS: ['неділя', 'понеділок', 'вівторок', 'середа', 'четвер', 'пʼятниця', 'субота'], + STANDALONEWEEKDAYS: ['неділя', 'понеділок', 'вівторок', 'середа', 'четвер', 'пʼятниця', 'субота'], + SHORTWEEKDAYS: ['нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + STANDALONESHORTWEEKDAYS: ['нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + NARROWWEEKDAYS: ['Н', 'П', 'В', 'С', 'Ч', 'П', 'С'], + STANDALONENARROWWEEKDAYS: ['Н', 'П', 'В', 'С', 'Ч', 'П', 'С'], + SHORTQUARTERS: ['1-й кв.', '2-й кв.', '3-й кв.', '4-й кв.'], + QUARTERS: ['1-й квартал', '2-й квартал', '3-й квартал', '4-й квартал'], + AMPMS: ['дп', 'пп'], + DATEFORMATS: ['EEEE, d MMMM y \'р\'.', 'd MMMM y \'р\'.', 'd MMM y \'р\'.', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'о\' {0}', '{1} \'о\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ur. + */ +goog.i18n.DateTimeSymbols_ur = { + ERAS: ['قبل مسیح', 'عیسوی'], + ERANAMES: ['قبل مسیح', 'عیسوی'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئی', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONEMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئی', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + SHORTMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئی', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONESHORTMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئی', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + WEEKDAYS: ['اتوار', 'سوموار', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + STANDALONEWEEKDAYS: ['اتوار', 'سوموار', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + SHORTWEEKDAYS: ['اتوار', 'سوموار', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + STANDALONESHORTWEEKDAYS: ['اتوار', 'سوموار', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['پہلی سہ ماہی', 'دوسری سہ ماہی', 'تیسری سہ ماہی', 'چوتهی سہ ماہی'], + QUARTERS: ['پہلی سہ ماہی', 'دوسری سہ ماہی', 'تیسری سہ ماہی', 'چوتهی سہ ماہی'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'y MMM d', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale uz. + */ +goog.i18n.DateTimeSymbols_uz = { + ERAS: ['m.a.', 'milodiy'], + ERANAMES: ['miloddan avvalgi', 'milodiy'], + NARROWMONTHS: ['Y', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['Y', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['yanvar', 'fevral', 'mart', 'aprel', 'may', 'iyun', 'iyul', 'avgust', 'sentabr', 'oktabr', 'noyabr', 'dekabr'], + STANDALONEMONTHS: ['Yanvar', 'Fevral', 'Mart', 'Aprel', 'May', 'Iyun', 'Iyul', 'Avgust', 'Sentabr', 'Oktabr', 'Noyabr', 'Dekabr'], + SHORTMONTHS: ['yan', 'fev', 'mar', 'apr', 'may', 'iyn', 'iyl', 'avg', 'sen', 'okt', 'noy', 'dek'], + STANDALONESHORTMONTHS: ['Yan', 'Fev', 'Mar', 'Apr', 'May', 'Iyn', 'Iyl', 'Avg', 'Sen', 'Okt', 'Noy', 'Dek'], + WEEKDAYS: ['yakshanba', 'dushanba', 'seshanba', 'chorshanba', 'payshanba', 'juma', 'shanba'], + STANDALONEWEEKDAYS: ['yakshanba', 'dushanba', 'seshanba', 'chorshanba', 'payshanba', 'juma', 'shanba'], + SHORTWEEKDAYS: ['Yak', 'Dush', 'Sesh', 'Chor', 'Pay', 'Jum', 'Shan'], + STANDALONESHORTWEEKDAYS: ['Yak', 'Dush', 'Sesh', 'Chor', 'Pay', 'Jum', 'Shan'], + NARROWWEEKDAYS: ['Y', 'D', 'S', 'C', 'P', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['Y', 'D', 'S', 'C', 'P', 'J', 'S'], + SHORTQUARTERS: ['1-ch', '2-ch', '3-ch', '4-ch'], + QUARTERS: ['1-chorak', '2-chorak', '3-chorak', '4-chorak'], + AMPMS: ['TO', 'TK'], + DATEFORMATS: ['EEEE, d-MMMM, y', 'd-MMMM, y', 'd-MMM, y', 'dd/MM/yy'], + TIMEFORMATS: ['H:mm:ss (zzzz)', 'H:mm:ss (z)', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale vi. + */ +goog.i18n.DateTimeSymbols_vi = { + ERAS: ['Trước CN', 'sau CN'], + ERANAMES: ['Trước CN', 'sau CN'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['tháng 1', 'tháng 2', 'tháng 3', 'tháng 4', 'tháng 5', 'tháng 6', 'tháng 7', 'tháng 8', 'tháng 9', 'tháng 10', 'tháng 11', 'tháng 12'], + STANDALONEMONTHS: ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6', 'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'], + SHORTMONTHS: ['thg 1', 'thg 2', 'thg 3', 'thg 4', 'thg 5', 'thg 6', 'thg 7', 'thg 8', 'thg 9', 'thg 10', 'thg 11', 'thg 12'], + STANDALONESHORTMONTHS: ['Thg 1', 'Thg 2', 'Thg 3', 'Thg 4', 'Thg 5', 'Thg 6', 'Thg 7', 'Thg 8', 'Thg 9', 'Thg 10', 'Thg 11', 'Thg 12'], + WEEKDAYS: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'], + STANDALONEWEEKDAYS: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'], + SHORTWEEKDAYS: ['CN', 'Th 2', 'Th 3', 'Th 4', 'Th 5', 'Th 6', 'Th 7'], + STANDALONESHORTWEEKDAYS: ['CN', 'Th 2', 'Th 3', 'Th 4', 'Th 5', 'Th 6', 'Th 7'], + NARROWWEEKDAYS: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], + STANDALONENARROWWEEKDAYS: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Quý 1', 'Quý 2', 'Quý 3', 'Quý 4'], + AMPMS: ['SA', 'CH'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{0} {1}', '{0} {1}', '{0}, {1}', '{0}, {1}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale zh. + */ +goog.i18n.DateTimeSymbols_zh = { + ERAS: ['公元前', '公元'], + ERANAMES: ['公元前', '公元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], + STANDALONEMONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], + STANDALONESHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['1季度', '2季度', '3季度', '4季度'], + QUARTERS: ['第一季度', '第二季度', '第三季度', '第四季度'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'y年M月d日', 'y/M/d'], + TIMEFORMATS: ['zzzz ah:mm:ss', 'z ah:mm:ss', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zh_CN. + */ +goog.i18n.DateTimeSymbols_zh_CN = goog.i18n.DateTimeSymbols_zh; + + +/** + * Date/time formatting symbols for locale zh_HK. + */ +goog.i18n.DateTimeSymbols_zh_HK = { + ERAS: ['公元前', '公元'], + ERANAMES: ['公元前', '公元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONEMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + STANDALONESHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['第1季度', '第2季度', '第3季度', '第4季度'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'y年M月d日', 'd/M/y'], + TIMEFORMATS: ['ah:mm:ss [zzzz]', 'ah:mm:ss [z]', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zh_TW. + */ +goog.i18n.DateTimeSymbols_zh_TW = { + ERAS: ['西元前', '西元'], + ERANAMES: ['西元前', '西元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONEMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + STANDALONESHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['1季', '2季', '3季', '4季'], + QUARTERS: ['第1季', '第2季', '第3季', '第4季'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日 EEEE', 'y年M月d日', 'y年M月d日', 'y/M/d'], + TIMEFORMATS: ['ah:mm:ss [zzzz]', 'ah:mm:ss [z]', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zu. + */ +goog.i18n.DateTimeSymbols_zu = { + ERAS: ['BC', 'AD'], + ERANAMES: ['BC', 'AD'], + NARROWMONTHS: ['J', 'F', 'M', 'E', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['UMasingana', 'Februwari', 'Mashi', 'Ephreli', 'Meyi', 'Juni', 'Julayi', 'Agasti', 'Septhemba', 'Okthoba', 'Novemba', 'Disemba'], + STANDALONEMONTHS: ['Januwari', 'Februwari', 'Mashi', 'Ephreli', 'Meyi', 'Juni', 'Julayi', 'Agasti', 'Septhemba', 'Okthoba', 'Novemba', 'Disemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mas', 'Eph', 'Mey', 'Jun', 'Jul', 'Aga', 'Sep', 'Okt', 'Nov', 'Dis'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mas', 'Eph', 'Mey', 'Jun', 'Jul', 'Aga', 'Sep', 'Okt', 'Nov', 'Dis'], + WEEKDAYS: ['ISonto', 'UMsombuluko', 'ULwesibili', 'ULwesithathu', 'ULwesine', 'ULwesihlanu', 'UMgqibelo'], + STANDALONEWEEKDAYS: ['ISonto', 'UMsombuluko', 'ULwesibili', 'ULwesithathu', 'ULwesine', 'ULwesihlanu', 'UMgqibelo'], + SHORTWEEKDAYS: ['Son', 'Mso', 'Bil', 'Tha', 'Sin', 'Hla', 'Mgq'], + STANDALONESHORTWEEKDAYS: ['Son', 'Mso', 'Bil', 'Tha', 'Sin', 'Hla', 'Mgq'], + NARROWWEEKDAYS: ['S', 'M', 'B', 'T', 'S', 'H', 'M'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'B', 'T', 'S', 'H', 'M'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['ikota yesi-1', 'ikota yesi-2', 'ikota yesi-3', 'ikota yesi-4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + +/** + * @record + * @struct + */ +goog.i18n.DateTimeSymbolsType = function() {}; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.ERAS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.ERANAMES; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.NARROWMONTHS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.STANDALONENARROWMONTHS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.MONTHS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.STANDALONEMONTHS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.SHORTMONTHS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.STANDALONESHORTMONTHS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.WEEKDAYS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.SHORTWEEKDAYS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.STANDALONESHORTWEEKDAYS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.STANDALONEWEEKDAYS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.NARROWWEEKDAYS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.STANDALONENARROWWEEKDAYS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.SHORTQUARTERS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.QUARTERS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.AMPMS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.DATEFORMATS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.TIMEFORMATS; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.DATETIMEFORMATS; + +/** @type {number|undefined} */ +goog.i18n.DateTimeSymbolsType.prototype.ZERODIGIT; + +/** @type {number} */ +goog.i18n.DateTimeSymbolsType.prototype.FIRSTDAYOFWEEK; + +/** @type {!Array} */ +goog.i18n.DateTimeSymbolsType.prototype.WEEKENDRANGE; + +/** @type {number} */ +goog.i18n.DateTimeSymbolsType.prototype.FIRSTWEEKCUTOFFDAY; + + +/** @type {!goog.i18n.DateTimeSymbolsType} */ +goog.i18n.DateTimeSymbols; + + +/** + * Selected date/time formatting symbols by locale. + */ +goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en; + +if (goog.LOCALE == 'en_ISO' || goog.LOCALE == 'en-ISO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_ISO; +} + +if (goog.LOCALE == 'af') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_af; +} + +if (goog.LOCALE == 'am') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_am; +} + +if (goog.LOCALE == 'ar') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar; +} + +if (goog.LOCALE == 'ar_DZ' || goog.LOCALE == 'ar-DZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_DZ; +} + +if (goog.LOCALE == 'az') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_az; +} + +if (goog.LOCALE == 'be') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_be; +} + +if (goog.LOCALE == 'bg') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bg; +} + +if (goog.LOCALE == 'bn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bn; +} + +if (goog.LOCALE == 'br') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_br; +} + +if (goog.LOCALE == 'bs') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bs; +} + +if (goog.LOCALE == 'ca') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ca; +} + +if (goog.LOCALE == 'chr') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_chr; +} + +if (goog.LOCALE == 'cs') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_cs; +} + +if (goog.LOCALE == 'cy') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_cy; +} + +if (goog.LOCALE == 'da') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_da; +} + +if (goog.LOCALE == 'de') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de; +} + +if (goog.LOCALE == 'de_AT' || goog.LOCALE == 'de-AT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de_AT; +} + +if (goog.LOCALE == 'de_CH' || goog.LOCALE == 'de-CH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de_CH; +} + +if (goog.LOCALE == 'el') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_el; +} + +if (goog.LOCALE == 'en') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en; +} + +if (goog.LOCALE == 'en_AU' || goog.LOCALE == 'en-AU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_AU; +} + +if (goog.LOCALE == 'en_CA' || goog.LOCALE == 'en-CA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_CA; +} + +if (goog.LOCALE == 'en_GB' || goog.LOCALE == 'en-GB') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_GB; +} + +if (goog.LOCALE == 'en_IE' || goog.LOCALE == 'en-IE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_IE; +} + +if (goog.LOCALE == 'en_IN' || goog.LOCALE == 'en-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_IN; +} + +if (goog.LOCALE == 'en_SG' || goog.LOCALE == 'en-SG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SG; +} + +if (goog.LOCALE == 'en_US' || goog.LOCALE == 'en-US') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_US; +} + +if (goog.LOCALE == 'en_ZA' || goog.LOCALE == 'en-ZA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_ZA; +} + +if (goog.LOCALE == 'es') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es; +} + +if (goog.LOCALE == 'es_419' || goog.LOCALE == 'es-419') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_419; +} + +if (goog.LOCALE == 'es_ES' || goog.LOCALE == 'es-ES') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_ES; +} + +if (goog.LOCALE == 'es_MX' || goog.LOCALE == 'es-MX') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_MX; +} + +if (goog.LOCALE == 'es_US' || goog.LOCALE == 'es-US') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_US; +} + +if (goog.LOCALE == 'et') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_et; +} + +if (goog.LOCALE == 'eu') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_eu; +} + +if (goog.LOCALE == 'fa') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fa; +} + +if (goog.LOCALE == 'fi') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fi; +} + +if (goog.LOCALE == 'fil') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fil; +} + +if (goog.LOCALE == 'fr') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr; +} + +if (goog.LOCALE == 'fr_CA' || goog.LOCALE == 'fr-CA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_CA; +} + +if (goog.LOCALE == 'ga') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ga; +} + +if (goog.LOCALE == 'gl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gl; +} + +if (goog.LOCALE == 'gsw') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gsw; +} + +if (goog.LOCALE == 'gu') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gu; +} + +if (goog.LOCALE == 'haw') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_haw; +} + +if (goog.LOCALE == 'he') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_he; +} + +if (goog.LOCALE == 'hi') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hi; +} + +if (goog.LOCALE == 'hr') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hr; +} + +if (goog.LOCALE == 'hu') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hu; +} + +if (goog.LOCALE == 'hy') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hy; +} + +if (goog.LOCALE == 'id') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_id; +} + +if (goog.LOCALE == 'in') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_in; +} + +if (goog.LOCALE == 'is') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_is; +} + +if (goog.LOCALE == 'it') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_it; +} + +if (goog.LOCALE == 'iw') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_iw; +} + +if (goog.LOCALE == 'ja') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ja; +} + +if (goog.LOCALE == 'ka') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ka; +} + +if (goog.LOCALE == 'kk') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kk; +} + +if (goog.LOCALE == 'km') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_km; +} + +if (goog.LOCALE == 'kn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kn; +} + +if (goog.LOCALE == 'ko') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ko; +} + +if (goog.LOCALE == 'ky') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ky; +} + +if (goog.LOCALE == 'ln') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ln; +} + +if (goog.LOCALE == 'lo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lo; +} + +if (goog.LOCALE == 'lt') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lt; +} + +if (goog.LOCALE == 'lv') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lv; +} + +if (goog.LOCALE == 'mk') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mk; +} + +if (goog.LOCALE == 'ml') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ml; +} + +if (goog.LOCALE == 'mn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mn; +} + +if (goog.LOCALE == 'mo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mo; +} + +if (goog.LOCALE == 'mr') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mr; +} + +if (goog.LOCALE == 'ms') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ms; +} + +if (goog.LOCALE == 'mt') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mt; +} + +if (goog.LOCALE == 'my') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_my; +} + +if (goog.LOCALE == 'nb') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nb; +} + +if (goog.LOCALE == 'ne') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ne; +} + +if (goog.LOCALE == 'nl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nl; +} + +if (goog.LOCALE == 'no') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_no; +} + +if (goog.LOCALE == 'no_NO' || goog.LOCALE == 'no-NO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_no_NO; +} + +if (goog.LOCALE == 'or') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_or; +} + +if (goog.LOCALE == 'pa') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pa; +} + +if (goog.LOCALE == 'pl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pl; +} + +if (goog.LOCALE == 'pt') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt; +} + +if (goog.LOCALE == 'pt_BR' || goog.LOCALE == 'pt-BR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_BR; +} + +if (goog.LOCALE == 'pt_PT' || goog.LOCALE == 'pt-PT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_PT; +} + +if (goog.LOCALE == 'ro') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ro; +} + +if (goog.LOCALE == 'ru') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ru; +} + +if (goog.LOCALE == 'sh') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sh; +} + +if (goog.LOCALE == 'si') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_si; +} + +if (goog.LOCALE == 'sk') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sk; +} + +if (goog.LOCALE == 'sl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sl; +} + +if (goog.LOCALE == 'sq') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sq; +} + +if (goog.LOCALE == 'sr') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr; +} + +if (goog.LOCALE == 'sr_Latn' || goog.LOCALE == 'sr-Latn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Latn; +} + +if (goog.LOCALE == 'sv') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sv; +} + +if (goog.LOCALE == 'sw') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sw; +} + +if (goog.LOCALE == 'ta') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ta; +} + +if (goog.LOCALE == 'te') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_te; +} + +if (goog.LOCALE == 'th') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_th; +} + +if (goog.LOCALE == 'tl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_tl; +} + +if (goog.LOCALE == 'tr') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_tr; +} + +if (goog.LOCALE == 'uk') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uk; +} + +if (goog.LOCALE == 'ur') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ur; +} + +if (goog.LOCALE == 'uz') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uz; +} + +if (goog.LOCALE == 'vi') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vi; +} + +if (goog.LOCALE == 'zh') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh; +} + +if (goog.LOCALE == 'zh_CN' || goog.LOCALE == 'zh-CN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_CN; +} + +if (goog.LOCALE == 'zh_HK' || goog.LOCALE == 'zh-HK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_HK; +} + +if (goog.LOCALE == 'zh_TW' || goog.LOCALE == 'zh-TW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_TW; +} + +if (goog.LOCALE == 'zu') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zu; +} diff --git a/i18n/closure/datetimeSymbolsExt.js b/i18n/closure/datetimeSymbolsExt.js new file mode 100644 index 000000000000..98ccdf7b5599 --- /dev/null +++ b/i18n/closure/datetimeSymbolsExt.js @@ -0,0 +1,15631 @@ +// Copyright 2011 The Closure Library Authors. All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS-IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +/** + * @fileoverview Date/time formatting symbols for all locales. + * + * File generated from CLDR ver. 31.0.1 + * + * This file covers those locales that are not covered in + * "datetimesymbols.js". + * + * @suppress {const,missingRequire} Suppress "missing require" warnings for + * names like goog.i18n.DateTimeSymbols_af. They are included + * by requiring goog.i18n.DateTimeSymbols. + */ + +// clang-format off + +goog.provide('goog.i18n.DateTimeSymbolsExt'); +goog.provide('goog.i18n.DateTimeSymbols_af_NA'); +goog.provide('goog.i18n.DateTimeSymbols_af_ZA'); +goog.provide('goog.i18n.DateTimeSymbols_agq'); +goog.provide('goog.i18n.DateTimeSymbols_agq_CM'); +goog.provide('goog.i18n.DateTimeSymbols_ak'); +goog.provide('goog.i18n.DateTimeSymbols_ak_GH'); +goog.provide('goog.i18n.DateTimeSymbols_am_ET'); +goog.provide('goog.i18n.DateTimeSymbols_ar_001'); +goog.provide('goog.i18n.DateTimeSymbols_ar_AE'); +goog.provide('goog.i18n.DateTimeSymbols_ar_BH'); +goog.provide('goog.i18n.DateTimeSymbols_ar_DJ'); +goog.provide('goog.i18n.DateTimeSymbols_ar_EG'); +goog.provide('goog.i18n.DateTimeSymbols_ar_EH'); +goog.provide('goog.i18n.DateTimeSymbols_ar_ER'); +goog.provide('goog.i18n.DateTimeSymbols_ar_IL'); +goog.provide('goog.i18n.DateTimeSymbols_ar_IQ'); +goog.provide('goog.i18n.DateTimeSymbols_ar_JO'); +goog.provide('goog.i18n.DateTimeSymbols_ar_KM'); +goog.provide('goog.i18n.DateTimeSymbols_ar_KW'); +goog.provide('goog.i18n.DateTimeSymbols_ar_LB'); +goog.provide('goog.i18n.DateTimeSymbols_ar_LY'); +goog.provide('goog.i18n.DateTimeSymbols_ar_MA'); +goog.provide('goog.i18n.DateTimeSymbols_ar_MR'); +goog.provide('goog.i18n.DateTimeSymbols_ar_OM'); +goog.provide('goog.i18n.DateTimeSymbols_ar_PS'); +goog.provide('goog.i18n.DateTimeSymbols_ar_QA'); +goog.provide('goog.i18n.DateTimeSymbols_ar_SA'); +goog.provide('goog.i18n.DateTimeSymbols_ar_SD'); +goog.provide('goog.i18n.DateTimeSymbols_ar_SO'); +goog.provide('goog.i18n.DateTimeSymbols_ar_SS'); +goog.provide('goog.i18n.DateTimeSymbols_ar_SY'); +goog.provide('goog.i18n.DateTimeSymbols_ar_TD'); +goog.provide('goog.i18n.DateTimeSymbols_ar_TN'); +goog.provide('goog.i18n.DateTimeSymbols_ar_XB'); +goog.provide('goog.i18n.DateTimeSymbols_ar_YE'); +goog.provide('goog.i18n.DateTimeSymbols_as'); +goog.provide('goog.i18n.DateTimeSymbols_as_IN'); +goog.provide('goog.i18n.DateTimeSymbols_asa'); +goog.provide('goog.i18n.DateTimeSymbols_asa_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_ast'); +goog.provide('goog.i18n.DateTimeSymbols_ast_ES'); +goog.provide('goog.i18n.DateTimeSymbols_az_Cyrl'); +goog.provide('goog.i18n.DateTimeSymbols_az_Cyrl_AZ'); +goog.provide('goog.i18n.DateTimeSymbols_az_Latn'); +goog.provide('goog.i18n.DateTimeSymbols_az_Latn_AZ'); +goog.provide('goog.i18n.DateTimeSymbols_bas'); +goog.provide('goog.i18n.DateTimeSymbols_bas_CM'); +goog.provide('goog.i18n.DateTimeSymbols_be_BY'); +goog.provide('goog.i18n.DateTimeSymbols_bem'); +goog.provide('goog.i18n.DateTimeSymbols_bem_ZM'); +goog.provide('goog.i18n.DateTimeSymbols_bez'); +goog.provide('goog.i18n.DateTimeSymbols_bez_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_bg_BG'); +goog.provide('goog.i18n.DateTimeSymbols_bm'); +goog.provide('goog.i18n.DateTimeSymbols_bm_ML'); +goog.provide('goog.i18n.DateTimeSymbols_bn_BD'); +goog.provide('goog.i18n.DateTimeSymbols_bn_IN'); +goog.provide('goog.i18n.DateTimeSymbols_bo'); +goog.provide('goog.i18n.DateTimeSymbols_bo_CN'); +goog.provide('goog.i18n.DateTimeSymbols_bo_IN'); +goog.provide('goog.i18n.DateTimeSymbols_br_FR'); +goog.provide('goog.i18n.DateTimeSymbols_brx'); +goog.provide('goog.i18n.DateTimeSymbols_brx_IN'); +goog.provide('goog.i18n.DateTimeSymbols_bs_Cyrl'); +goog.provide('goog.i18n.DateTimeSymbols_bs_Cyrl_BA'); +goog.provide('goog.i18n.DateTimeSymbols_bs_Latn'); +goog.provide('goog.i18n.DateTimeSymbols_bs_Latn_BA'); +goog.provide('goog.i18n.DateTimeSymbols_ca_AD'); +goog.provide('goog.i18n.DateTimeSymbols_ca_ES'); +goog.provide('goog.i18n.DateTimeSymbols_ca_FR'); +goog.provide('goog.i18n.DateTimeSymbols_ca_IT'); +goog.provide('goog.i18n.DateTimeSymbols_ce'); +goog.provide('goog.i18n.DateTimeSymbols_ce_RU'); +goog.provide('goog.i18n.DateTimeSymbols_cgg'); +goog.provide('goog.i18n.DateTimeSymbols_cgg_UG'); +goog.provide('goog.i18n.DateTimeSymbols_chr_US'); +goog.provide('goog.i18n.DateTimeSymbols_ckb'); +goog.provide('goog.i18n.DateTimeSymbols_ckb_IQ'); +goog.provide('goog.i18n.DateTimeSymbols_ckb_IR'); +goog.provide('goog.i18n.DateTimeSymbols_cs_CZ'); +goog.provide('goog.i18n.DateTimeSymbols_cy_GB'); +goog.provide('goog.i18n.DateTimeSymbols_da_DK'); +goog.provide('goog.i18n.DateTimeSymbols_da_GL'); +goog.provide('goog.i18n.DateTimeSymbols_dav'); +goog.provide('goog.i18n.DateTimeSymbols_dav_KE'); +goog.provide('goog.i18n.DateTimeSymbols_de_BE'); +goog.provide('goog.i18n.DateTimeSymbols_de_DE'); +goog.provide('goog.i18n.DateTimeSymbols_de_IT'); +goog.provide('goog.i18n.DateTimeSymbols_de_LI'); +goog.provide('goog.i18n.DateTimeSymbols_de_LU'); +goog.provide('goog.i18n.DateTimeSymbols_dje'); +goog.provide('goog.i18n.DateTimeSymbols_dje_NE'); +goog.provide('goog.i18n.DateTimeSymbols_dsb'); +goog.provide('goog.i18n.DateTimeSymbols_dsb_DE'); +goog.provide('goog.i18n.DateTimeSymbols_dua'); +goog.provide('goog.i18n.DateTimeSymbols_dua_CM'); +goog.provide('goog.i18n.DateTimeSymbols_dyo'); +goog.provide('goog.i18n.DateTimeSymbols_dyo_SN'); +goog.provide('goog.i18n.DateTimeSymbols_dz'); +goog.provide('goog.i18n.DateTimeSymbols_dz_BT'); +goog.provide('goog.i18n.DateTimeSymbols_ebu'); +goog.provide('goog.i18n.DateTimeSymbols_ebu_KE'); +goog.provide('goog.i18n.DateTimeSymbols_ee'); +goog.provide('goog.i18n.DateTimeSymbols_ee_GH'); +goog.provide('goog.i18n.DateTimeSymbols_ee_TG'); +goog.provide('goog.i18n.DateTimeSymbols_el_CY'); +goog.provide('goog.i18n.DateTimeSymbols_el_GR'); +goog.provide('goog.i18n.DateTimeSymbols_en_001'); +goog.provide('goog.i18n.DateTimeSymbols_en_150'); +goog.provide('goog.i18n.DateTimeSymbols_en_AG'); +goog.provide('goog.i18n.DateTimeSymbols_en_AI'); +goog.provide('goog.i18n.DateTimeSymbols_en_AS'); +goog.provide('goog.i18n.DateTimeSymbols_en_AT'); +goog.provide('goog.i18n.DateTimeSymbols_en_BB'); +goog.provide('goog.i18n.DateTimeSymbols_en_BE'); +goog.provide('goog.i18n.DateTimeSymbols_en_BI'); +goog.provide('goog.i18n.DateTimeSymbols_en_BM'); +goog.provide('goog.i18n.DateTimeSymbols_en_BS'); +goog.provide('goog.i18n.DateTimeSymbols_en_BW'); +goog.provide('goog.i18n.DateTimeSymbols_en_BZ'); +goog.provide('goog.i18n.DateTimeSymbols_en_CC'); +goog.provide('goog.i18n.DateTimeSymbols_en_CH'); +goog.provide('goog.i18n.DateTimeSymbols_en_CK'); +goog.provide('goog.i18n.DateTimeSymbols_en_CM'); +goog.provide('goog.i18n.DateTimeSymbols_en_CX'); +goog.provide('goog.i18n.DateTimeSymbols_en_CY'); +goog.provide('goog.i18n.DateTimeSymbols_en_DE'); +goog.provide('goog.i18n.DateTimeSymbols_en_DG'); +goog.provide('goog.i18n.DateTimeSymbols_en_DK'); +goog.provide('goog.i18n.DateTimeSymbols_en_DM'); +goog.provide('goog.i18n.DateTimeSymbols_en_ER'); +goog.provide('goog.i18n.DateTimeSymbols_en_FI'); +goog.provide('goog.i18n.DateTimeSymbols_en_FJ'); +goog.provide('goog.i18n.DateTimeSymbols_en_FK'); +goog.provide('goog.i18n.DateTimeSymbols_en_FM'); +goog.provide('goog.i18n.DateTimeSymbols_en_GD'); +goog.provide('goog.i18n.DateTimeSymbols_en_GG'); +goog.provide('goog.i18n.DateTimeSymbols_en_GH'); +goog.provide('goog.i18n.DateTimeSymbols_en_GI'); +goog.provide('goog.i18n.DateTimeSymbols_en_GM'); +goog.provide('goog.i18n.DateTimeSymbols_en_GU'); +goog.provide('goog.i18n.DateTimeSymbols_en_GY'); +goog.provide('goog.i18n.DateTimeSymbols_en_HK'); +goog.provide('goog.i18n.DateTimeSymbols_en_IL'); +goog.provide('goog.i18n.DateTimeSymbols_en_IM'); +goog.provide('goog.i18n.DateTimeSymbols_en_IO'); +goog.provide('goog.i18n.DateTimeSymbols_en_JE'); +goog.provide('goog.i18n.DateTimeSymbols_en_JM'); +goog.provide('goog.i18n.DateTimeSymbols_en_KE'); +goog.provide('goog.i18n.DateTimeSymbols_en_KI'); +goog.provide('goog.i18n.DateTimeSymbols_en_KN'); +goog.provide('goog.i18n.DateTimeSymbols_en_KY'); +goog.provide('goog.i18n.DateTimeSymbols_en_LC'); +goog.provide('goog.i18n.DateTimeSymbols_en_LR'); +goog.provide('goog.i18n.DateTimeSymbols_en_LS'); +goog.provide('goog.i18n.DateTimeSymbols_en_MG'); +goog.provide('goog.i18n.DateTimeSymbols_en_MH'); +goog.provide('goog.i18n.DateTimeSymbols_en_MO'); +goog.provide('goog.i18n.DateTimeSymbols_en_MP'); +goog.provide('goog.i18n.DateTimeSymbols_en_MS'); +goog.provide('goog.i18n.DateTimeSymbols_en_MT'); +goog.provide('goog.i18n.DateTimeSymbols_en_MU'); +goog.provide('goog.i18n.DateTimeSymbols_en_MW'); +goog.provide('goog.i18n.DateTimeSymbols_en_MY'); +goog.provide('goog.i18n.DateTimeSymbols_en_NA'); +goog.provide('goog.i18n.DateTimeSymbols_en_NF'); +goog.provide('goog.i18n.DateTimeSymbols_en_NG'); +goog.provide('goog.i18n.DateTimeSymbols_en_NL'); +goog.provide('goog.i18n.DateTimeSymbols_en_NR'); +goog.provide('goog.i18n.DateTimeSymbols_en_NU'); +goog.provide('goog.i18n.DateTimeSymbols_en_NZ'); +goog.provide('goog.i18n.DateTimeSymbols_en_PG'); +goog.provide('goog.i18n.DateTimeSymbols_en_PH'); +goog.provide('goog.i18n.DateTimeSymbols_en_PK'); +goog.provide('goog.i18n.DateTimeSymbols_en_PN'); +goog.provide('goog.i18n.DateTimeSymbols_en_PR'); +goog.provide('goog.i18n.DateTimeSymbols_en_PW'); +goog.provide('goog.i18n.DateTimeSymbols_en_RW'); +goog.provide('goog.i18n.DateTimeSymbols_en_SB'); +goog.provide('goog.i18n.DateTimeSymbols_en_SC'); +goog.provide('goog.i18n.DateTimeSymbols_en_SD'); +goog.provide('goog.i18n.DateTimeSymbols_en_SE'); +goog.provide('goog.i18n.DateTimeSymbols_en_SH'); +goog.provide('goog.i18n.DateTimeSymbols_en_SI'); +goog.provide('goog.i18n.DateTimeSymbols_en_SL'); +goog.provide('goog.i18n.DateTimeSymbols_en_SS'); +goog.provide('goog.i18n.DateTimeSymbols_en_SX'); +goog.provide('goog.i18n.DateTimeSymbols_en_SZ'); +goog.provide('goog.i18n.DateTimeSymbols_en_TC'); +goog.provide('goog.i18n.DateTimeSymbols_en_TK'); +goog.provide('goog.i18n.DateTimeSymbols_en_TO'); +goog.provide('goog.i18n.DateTimeSymbols_en_TT'); +goog.provide('goog.i18n.DateTimeSymbols_en_TV'); +goog.provide('goog.i18n.DateTimeSymbols_en_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_en_UG'); +goog.provide('goog.i18n.DateTimeSymbols_en_UM'); +goog.provide('goog.i18n.DateTimeSymbols_en_US_POSIX'); +goog.provide('goog.i18n.DateTimeSymbols_en_VC'); +goog.provide('goog.i18n.DateTimeSymbols_en_VG'); +goog.provide('goog.i18n.DateTimeSymbols_en_VI'); +goog.provide('goog.i18n.DateTimeSymbols_en_VU'); +goog.provide('goog.i18n.DateTimeSymbols_en_WS'); +goog.provide('goog.i18n.DateTimeSymbols_en_XA'); +goog.provide('goog.i18n.DateTimeSymbols_en_ZM'); +goog.provide('goog.i18n.DateTimeSymbols_en_ZW'); +goog.provide('goog.i18n.DateTimeSymbols_eo'); +goog.provide('goog.i18n.DateTimeSymbols_es_AR'); +goog.provide('goog.i18n.DateTimeSymbols_es_BO'); +goog.provide('goog.i18n.DateTimeSymbols_es_BR'); +goog.provide('goog.i18n.DateTimeSymbols_es_BZ'); +goog.provide('goog.i18n.DateTimeSymbols_es_CL'); +goog.provide('goog.i18n.DateTimeSymbols_es_CO'); +goog.provide('goog.i18n.DateTimeSymbols_es_CR'); +goog.provide('goog.i18n.DateTimeSymbols_es_CU'); +goog.provide('goog.i18n.DateTimeSymbols_es_DO'); +goog.provide('goog.i18n.DateTimeSymbols_es_EA'); +goog.provide('goog.i18n.DateTimeSymbols_es_EC'); +goog.provide('goog.i18n.DateTimeSymbols_es_GQ'); +goog.provide('goog.i18n.DateTimeSymbols_es_GT'); +goog.provide('goog.i18n.DateTimeSymbols_es_HN'); +goog.provide('goog.i18n.DateTimeSymbols_es_IC'); +goog.provide('goog.i18n.DateTimeSymbols_es_NI'); +goog.provide('goog.i18n.DateTimeSymbols_es_PA'); +goog.provide('goog.i18n.DateTimeSymbols_es_PE'); +goog.provide('goog.i18n.DateTimeSymbols_es_PH'); +goog.provide('goog.i18n.DateTimeSymbols_es_PR'); +goog.provide('goog.i18n.DateTimeSymbols_es_PY'); +goog.provide('goog.i18n.DateTimeSymbols_es_SV'); +goog.provide('goog.i18n.DateTimeSymbols_es_UY'); +goog.provide('goog.i18n.DateTimeSymbols_es_VE'); +goog.provide('goog.i18n.DateTimeSymbols_et_EE'); +goog.provide('goog.i18n.DateTimeSymbols_eu_ES'); +goog.provide('goog.i18n.DateTimeSymbols_ewo'); +goog.provide('goog.i18n.DateTimeSymbols_ewo_CM'); +goog.provide('goog.i18n.DateTimeSymbols_fa_AF'); +goog.provide('goog.i18n.DateTimeSymbols_fa_IR'); +goog.provide('goog.i18n.DateTimeSymbols_ff'); +goog.provide('goog.i18n.DateTimeSymbols_ff_CM'); +goog.provide('goog.i18n.DateTimeSymbols_ff_GN'); +goog.provide('goog.i18n.DateTimeSymbols_ff_MR'); +goog.provide('goog.i18n.DateTimeSymbols_ff_SN'); +goog.provide('goog.i18n.DateTimeSymbols_fi_FI'); +goog.provide('goog.i18n.DateTimeSymbols_fil_PH'); +goog.provide('goog.i18n.DateTimeSymbols_fo'); +goog.provide('goog.i18n.DateTimeSymbols_fo_DK'); +goog.provide('goog.i18n.DateTimeSymbols_fo_FO'); +goog.provide('goog.i18n.DateTimeSymbols_fr_BE'); +goog.provide('goog.i18n.DateTimeSymbols_fr_BF'); +goog.provide('goog.i18n.DateTimeSymbols_fr_BI'); +goog.provide('goog.i18n.DateTimeSymbols_fr_BJ'); +goog.provide('goog.i18n.DateTimeSymbols_fr_BL'); +goog.provide('goog.i18n.DateTimeSymbols_fr_CD'); +goog.provide('goog.i18n.DateTimeSymbols_fr_CF'); +goog.provide('goog.i18n.DateTimeSymbols_fr_CG'); +goog.provide('goog.i18n.DateTimeSymbols_fr_CH'); +goog.provide('goog.i18n.DateTimeSymbols_fr_CI'); +goog.provide('goog.i18n.DateTimeSymbols_fr_CM'); +goog.provide('goog.i18n.DateTimeSymbols_fr_DJ'); +goog.provide('goog.i18n.DateTimeSymbols_fr_DZ'); +goog.provide('goog.i18n.DateTimeSymbols_fr_FR'); +goog.provide('goog.i18n.DateTimeSymbols_fr_GA'); +goog.provide('goog.i18n.DateTimeSymbols_fr_GF'); +goog.provide('goog.i18n.DateTimeSymbols_fr_GN'); +goog.provide('goog.i18n.DateTimeSymbols_fr_GP'); +goog.provide('goog.i18n.DateTimeSymbols_fr_GQ'); +goog.provide('goog.i18n.DateTimeSymbols_fr_HT'); +goog.provide('goog.i18n.DateTimeSymbols_fr_KM'); +goog.provide('goog.i18n.DateTimeSymbols_fr_LU'); +goog.provide('goog.i18n.DateTimeSymbols_fr_MA'); +goog.provide('goog.i18n.DateTimeSymbols_fr_MC'); +goog.provide('goog.i18n.DateTimeSymbols_fr_MF'); +goog.provide('goog.i18n.DateTimeSymbols_fr_MG'); +goog.provide('goog.i18n.DateTimeSymbols_fr_ML'); +goog.provide('goog.i18n.DateTimeSymbols_fr_MQ'); +goog.provide('goog.i18n.DateTimeSymbols_fr_MR'); +goog.provide('goog.i18n.DateTimeSymbols_fr_MU'); +goog.provide('goog.i18n.DateTimeSymbols_fr_NC'); +goog.provide('goog.i18n.DateTimeSymbols_fr_NE'); +goog.provide('goog.i18n.DateTimeSymbols_fr_PF'); +goog.provide('goog.i18n.DateTimeSymbols_fr_PM'); +goog.provide('goog.i18n.DateTimeSymbols_fr_RE'); +goog.provide('goog.i18n.DateTimeSymbols_fr_RW'); +goog.provide('goog.i18n.DateTimeSymbols_fr_SC'); +goog.provide('goog.i18n.DateTimeSymbols_fr_SN'); +goog.provide('goog.i18n.DateTimeSymbols_fr_SY'); +goog.provide('goog.i18n.DateTimeSymbols_fr_TD'); +goog.provide('goog.i18n.DateTimeSymbols_fr_TG'); +goog.provide('goog.i18n.DateTimeSymbols_fr_TN'); +goog.provide('goog.i18n.DateTimeSymbols_fr_VU'); +goog.provide('goog.i18n.DateTimeSymbols_fr_WF'); +goog.provide('goog.i18n.DateTimeSymbols_fr_YT'); +goog.provide('goog.i18n.DateTimeSymbols_fur'); +goog.provide('goog.i18n.DateTimeSymbols_fur_IT'); +goog.provide('goog.i18n.DateTimeSymbols_fy'); +goog.provide('goog.i18n.DateTimeSymbols_fy_NL'); +goog.provide('goog.i18n.DateTimeSymbols_ga_IE'); +goog.provide('goog.i18n.DateTimeSymbols_gd'); +goog.provide('goog.i18n.DateTimeSymbols_gd_GB'); +goog.provide('goog.i18n.DateTimeSymbols_gl_ES'); +goog.provide('goog.i18n.DateTimeSymbols_gsw_CH'); +goog.provide('goog.i18n.DateTimeSymbols_gsw_FR'); +goog.provide('goog.i18n.DateTimeSymbols_gsw_LI'); +goog.provide('goog.i18n.DateTimeSymbols_gu_IN'); +goog.provide('goog.i18n.DateTimeSymbols_guz'); +goog.provide('goog.i18n.DateTimeSymbols_guz_KE'); +goog.provide('goog.i18n.DateTimeSymbols_gv'); +goog.provide('goog.i18n.DateTimeSymbols_gv_IM'); +goog.provide('goog.i18n.DateTimeSymbols_ha'); +goog.provide('goog.i18n.DateTimeSymbols_ha_GH'); +goog.provide('goog.i18n.DateTimeSymbols_ha_NE'); +goog.provide('goog.i18n.DateTimeSymbols_ha_NG'); +goog.provide('goog.i18n.DateTimeSymbols_haw_US'); +goog.provide('goog.i18n.DateTimeSymbols_he_IL'); +goog.provide('goog.i18n.DateTimeSymbols_hi_IN'); +goog.provide('goog.i18n.DateTimeSymbols_hr_BA'); +goog.provide('goog.i18n.DateTimeSymbols_hr_HR'); +goog.provide('goog.i18n.DateTimeSymbols_hsb'); +goog.provide('goog.i18n.DateTimeSymbols_hsb_DE'); +goog.provide('goog.i18n.DateTimeSymbols_hu_HU'); +goog.provide('goog.i18n.DateTimeSymbols_hy_AM'); +goog.provide('goog.i18n.DateTimeSymbols_id_ID'); +goog.provide('goog.i18n.DateTimeSymbols_ig'); +goog.provide('goog.i18n.DateTimeSymbols_ig_NG'); +goog.provide('goog.i18n.DateTimeSymbols_ii'); +goog.provide('goog.i18n.DateTimeSymbols_ii_CN'); +goog.provide('goog.i18n.DateTimeSymbols_is_IS'); +goog.provide('goog.i18n.DateTimeSymbols_it_CH'); +goog.provide('goog.i18n.DateTimeSymbols_it_IT'); +goog.provide('goog.i18n.DateTimeSymbols_it_SM'); +goog.provide('goog.i18n.DateTimeSymbols_it_VA'); +goog.provide('goog.i18n.DateTimeSymbols_ja_JP'); +goog.provide('goog.i18n.DateTimeSymbols_jgo'); +goog.provide('goog.i18n.DateTimeSymbols_jgo_CM'); +goog.provide('goog.i18n.DateTimeSymbols_jmc'); +goog.provide('goog.i18n.DateTimeSymbols_jmc_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_ka_GE'); +goog.provide('goog.i18n.DateTimeSymbols_kab'); +goog.provide('goog.i18n.DateTimeSymbols_kab_DZ'); +goog.provide('goog.i18n.DateTimeSymbols_kam'); +goog.provide('goog.i18n.DateTimeSymbols_kam_KE'); +goog.provide('goog.i18n.DateTimeSymbols_kde'); +goog.provide('goog.i18n.DateTimeSymbols_kde_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_kea'); +goog.provide('goog.i18n.DateTimeSymbols_kea_CV'); +goog.provide('goog.i18n.DateTimeSymbols_khq'); +goog.provide('goog.i18n.DateTimeSymbols_khq_ML'); +goog.provide('goog.i18n.DateTimeSymbols_ki'); +goog.provide('goog.i18n.DateTimeSymbols_ki_KE'); +goog.provide('goog.i18n.DateTimeSymbols_kk_KZ'); +goog.provide('goog.i18n.DateTimeSymbols_kkj'); +goog.provide('goog.i18n.DateTimeSymbols_kkj_CM'); +goog.provide('goog.i18n.DateTimeSymbols_kl'); +goog.provide('goog.i18n.DateTimeSymbols_kl_GL'); +goog.provide('goog.i18n.DateTimeSymbols_kln'); +goog.provide('goog.i18n.DateTimeSymbols_kln_KE'); +goog.provide('goog.i18n.DateTimeSymbols_km_KH'); +goog.provide('goog.i18n.DateTimeSymbols_kn_IN'); +goog.provide('goog.i18n.DateTimeSymbols_ko_KP'); +goog.provide('goog.i18n.DateTimeSymbols_ko_KR'); +goog.provide('goog.i18n.DateTimeSymbols_kok'); +goog.provide('goog.i18n.DateTimeSymbols_kok_IN'); +goog.provide('goog.i18n.DateTimeSymbols_ks'); +goog.provide('goog.i18n.DateTimeSymbols_ks_IN'); +goog.provide('goog.i18n.DateTimeSymbols_ksb'); +goog.provide('goog.i18n.DateTimeSymbols_ksb_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_ksf'); +goog.provide('goog.i18n.DateTimeSymbols_ksf_CM'); +goog.provide('goog.i18n.DateTimeSymbols_ksh'); +goog.provide('goog.i18n.DateTimeSymbols_ksh_DE'); +goog.provide('goog.i18n.DateTimeSymbols_kw'); +goog.provide('goog.i18n.DateTimeSymbols_kw_GB'); +goog.provide('goog.i18n.DateTimeSymbols_ky_KG'); +goog.provide('goog.i18n.DateTimeSymbols_lag'); +goog.provide('goog.i18n.DateTimeSymbols_lag_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_lb'); +goog.provide('goog.i18n.DateTimeSymbols_lb_LU'); +goog.provide('goog.i18n.DateTimeSymbols_lg'); +goog.provide('goog.i18n.DateTimeSymbols_lg_UG'); +goog.provide('goog.i18n.DateTimeSymbols_lkt'); +goog.provide('goog.i18n.DateTimeSymbols_lkt_US'); +goog.provide('goog.i18n.DateTimeSymbols_ln_AO'); +goog.provide('goog.i18n.DateTimeSymbols_ln_CD'); +goog.provide('goog.i18n.DateTimeSymbols_ln_CF'); +goog.provide('goog.i18n.DateTimeSymbols_ln_CG'); +goog.provide('goog.i18n.DateTimeSymbols_lo_LA'); +goog.provide('goog.i18n.DateTimeSymbols_lrc'); +goog.provide('goog.i18n.DateTimeSymbols_lrc_IQ'); +goog.provide('goog.i18n.DateTimeSymbols_lrc_IR'); +goog.provide('goog.i18n.DateTimeSymbols_lt_LT'); +goog.provide('goog.i18n.DateTimeSymbols_lu'); +goog.provide('goog.i18n.DateTimeSymbols_lu_CD'); +goog.provide('goog.i18n.DateTimeSymbols_luo'); +goog.provide('goog.i18n.DateTimeSymbols_luo_KE'); +goog.provide('goog.i18n.DateTimeSymbols_luy'); +goog.provide('goog.i18n.DateTimeSymbols_luy_KE'); +goog.provide('goog.i18n.DateTimeSymbols_lv_LV'); +goog.provide('goog.i18n.DateTimeSymbols_mas'); +goog.provide('goog.i18n.DateTimeSymbols_mas_KE'); +goog.provide('goog.i18n.DateTimeSymbols_mas_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_mer'); +goog.provide('goog.i18n.DateTimeSymbols_mer_KE'); +goog.provide('goog.i18n.DateTimeSymbols_mfe'); +goog.provide('goog.i18n.DateTimeSymbols_mfe_MU'); +goog.provide('goog.i18n.DateTimeSymbols_mg'); +goog.provide('goog.i18n.DateTimeSymbols_mg_MG'); +goog.provide('goog.i18n.DateTimeSymbols_mgh'); +goog.provide('goog.i18n.DateTimeSymbols_mgh_MZ'); +goog.provide('goog.i18n.DateTimeSymbols_mgo'); +goog.provide('goog.i18n.DateTimeSymbols_mgo_CM'); +goog.provide('goog.i18n.DateTimeSymbols_mk_MK'); +goog.provide('goog.i18n.DateTimeSymbols_ml_IN'); +goog.provide('goog.i18n.DateTimeSymbols_mn_MN'); +goog.provide('goog.i18n.DateTimeSymbols_mr_IN'); +goog.provide('goog.i18n.DateTimeSymbols_ms_BN'); +goog.provide('goog.i18n.DateTimeSymbols_ms_MY'); +goog.provide('goog.i18n.DateTimeSymbols_ms_SG'); +goog.provide('goog.i18n.DateTimeSymbols_mt_MT'); +goog.provide('goog.i18n.DateTimeSymbols_mua'); +goog.provide('goog.i18n.DateTimeSymbols_mua_CM'); +goog.provide('goog.i18n.DateTimeSymbols_my_MM'); +goog.provide('goog.i18n.DateTimeSymbols_mzn'); +goog.provide('goog.i18n.DateTimeSymbols_mzn_IR'); +goog.provide('goog.i18n.DateTimeSymbols_naq'); +goog.provide('goog.i18n.DateTimeSymbols_naq_NA'); +goog.provide('goog.i18n.DateTimeSymbols_nb_NO'); +goog.provide('goog.i18n.DateTimeSymbols_nb_SJ'); +goog.provide('goog.i18n.DateTimeSymbols_nd'); +goog.provide('goog.i18n.DateTimeSymbols_nd_ZW'); +goog.provide('goog.i18n.DateTimeSymbols_nds'); +goog.provide('goog.i18n.DateTimeSymbols_nds_DE'); +goog.provide('goog.i18n.DateTimeSymbols_nds_NL'); +goog.provide('goog.i18n.DateTimeSymbols_ne_IN'); +goog.provide('goog.i18n.DateTimeSymbols_ne_NP'); +goog.provide('goog.i18n.DateTimeSymbols_nl_AW'); +goog.provide('goog.i18n.DateTimeSymbols_nl_BE'); +goog.provide('goog.i18n.DateTimeSymbols_nl_BQ'); +goog.provide('goog.i18n.DateTimeSymbols_nl_CW'); +goog.provide('goog.i18n.DateTimeSymbols_nl_NL'); +goog.provide('goog.i18n.DateTimeSymbols_nl_SR'); +goog.provide('goog.i18n.DateTimeSymbols_nl_SX'); +goog.provide('goog.i18n.DateTimeSymbols_nmg'); +goog.provide('goog.i18n.DateTimeSymbols_nmg_CM'); +goog.provide('goog.i18n.DateTimeSymbols_nn'); +goog.provide('goog.i18n.DateTimeSymbols_nn_NO'); +goog.provide('goog.i18n.DateTimeSymbols_nnh'); +goog.provide('goog.i18n.DateTimeSymbols_nnh_CM'); +goog.provide('goog.i18n.DateTimeSymbols_nus'); +goog.provide('goog.i18n.DateTimeSymbols_nus_SS'); +goog.provide('goog.i18n.DateTimeSymbols_nyn'); +goog.provide('goog.i18n.DateTimeSymbols_nyn_UG'); +goog.provide('goog.i18n.DateTimeSymbols_om'); +goog.provide('goog.i18n.DateTimeSymbols_om_ET'); +goog.provide('goog.i18n.DateTimeSymbols_om_KE'); +goog.provide('goog.i18n.DateTimeSymbols_or_IN'); +goog.provide('goog.i18n.DateTimeSymbols_os'); +goog.provide('goog.i18n.DateTimeSymbols_os_GE'); +goog.provide('goog.i18n.DateTimeSymbols_os_RU'); +goog.provide('goog.i18n.DateTimeSymbols_pa_Arab'); +goog.provide('goog.i18n.DateTimeSymbols_pa_Arab_PK'); +goog.provide('goog.i18n.DateTimeSymbols_pa_Guru'); +goog.provide('goog.i18n.DateTimeSymbols_pa_Guru_IN'); +goog.provide('goog.i18n.DateTimeSymbols_pl_PL'); +goog.provide('goog.i18n.DateTimeSymbols_ps'); +goog.provide('goog.i18n.DateTimeSymbols_ps_AF'); +goog.provide('goog.i18n.DateTimeSymbols_pt_AO'); +goog.provide('goog.i18n.DateTimeSymbols_pt_CH'); +goog.provide('goog.i18n.DateTimeSymbols_pt_CV'); +goog.provide('goog.i18n.DateTimeSymbols_pt_GQ'); +goog.provide('goog.i18n.DateTimeSymbols_pt_GW'); +goog.provide('goog.i18n.DateTimeSymbols_pt_LU'); +goog.provide('goog.i18n.DateTimeSymbols_pt_MO'); +goog.provide('goog.i18n.DateTimeSymbols_pt_MZ'); +goog.provide('goog.i18n.DateTimeSymbols_pt_ST'); +goog.provide('goog.i18n.DateTimeSymbols_pt_TL'); +goog.provide('goog.i18n.DateTimeSymbols_qu'); +goog.provide('goog.i18n.DateTimeSymbols_qu_BO'); +goog.provide('goog.i18n.DateTimeSymbols_qu_EC'); +goog.provide('goog.i18n.DateTimeSymbols_qu_PE'); +goog.provide('goog.i18n.DateTimeSymbols_rm'); +goog.provide('goog.i18n.DateTimeSymbols_rm_CH'); +goog.provide('goog.i18n.DateTimeSymbols_rn'); +goog.provide('goog.i18n.DateTimeSymbols_rn_BI'); +goog.provide('goog.i18n.DateTimeSymbols_ro_MD'); +goog.provide('goog.i18n.DateTimeSymbols_ro_RO'); +goog.provide('goog.i18n.DateTimeSymbols_rof'); +goog.provide('goog.i18n.DateTimeSymbols_rof_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_ru_BY'); +goog.provide('goog.i18n.DateTimeSymbols_ru_KG'); +goog.provide('goog.i18n.DateTimeSymbols_ru_KZ'); +goog.provide('goog.i18n.DateTimeSymbols_ru_MD'); +goog.provide('goog.i18n.DateTimeSymbols_ru_RU'); +goog.provide('goog.i18n.DateTimeSymbols_ru_UA'); +goog.provide('goog.i18n.DateTimeSymbols_rw'); +goog.provide('goog.i18n.DateTimeSymbols_rw_RW'); +goog.provide('goog.i18n.DateTimeSymbols_rwk'); +goog.provide('goog.i18n.DateTimeSymbols_rwk_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_sah'); +goog.provide('goog.i18n.DateTimeSymbols_sah_RU'); +goog.provide('goog.i18n.DateTimeSymbols_saq'); +goog.provide('goog.i18n.DateTimeSymbols_saq_KE'); +goog.provide('goog.i18n.DateTimeSymbols_sbp'); +goog.provide('goog.i18n.DateTimeSymbols_sbp_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_se'); +goog.provide('goog.i18n.DateTimeSymbols_se_FI'); +goog.provide('goog.i18n.DateTimeSymbols_se_NO'); +goog.provide('goog.i18n.DateTimeSymbols_se_SE'); +goog.provide('goog.i18n.DateTimeSymbols_seh'); +goog.provide('goog.i18n.DateTimeSymbols_seh_MZ'); +goog.provide('goog.i18n.DateTimeSymbols_ses'); +goog.provide('goog.i18n.DateTimeSymbols_ses_ML'); +goog.provide('goog.i18n.DateTimeSymbols_sg'); +goog.provide('goog.i18n.DateTimeSymbols_sg_CF'); +goog.provide('goog.i18n.DateTimeSymbols_shi'); +goog.provide('goog.i18n.DateTimeSymbols_shi_Latn'); +goog.provide('goog.i18n.DateTimeSymbols_shi_Latn_MA'); +goog.provide('goog.i18n.DateTimeSymbols_shi_Tfng'); +goog.provide('goog.i18n.DateTimeSymbols_shi_Tfng_MA'); +goog.provide('goog.i18n.DateTimeSymbols_si_LK'); +goog.provide('goog.i18n.DateTimeSymbols_sk_SK'); +goog.provide('goog.i18n.DateTimeSymbols_sl_SI'); +goog.provide('goog.i18n.DateTimeSymbols_smn'); +goog.provide('goog.i18n.DateTimeSymbols_smn_FI'); +goog.provide('goog.i18n.DateTimeSymbols_sn'); +goog.provide('goog.i18n.DateTimeSymbols_sn_ZW'); +goog.provide('goog.i18n.DateTimeSymbols_so'); +goog.provide('goog.i18n.DateTimeSymbols_so_DJ'); +goog.provide('goog.i18n.DateTimeSymbols_so_ET'); +goog.provide('goog.i18n.DateTimeSymbols_so_KE'); +goog.provide('goog.i18n.DateTimeSymbols_so_SO'); +goog.provide('goog.i18n.DateTimeSymbols_sq_AL'); +goog.provide('goog.i18n.DateTimeSymbols_sq_MK'); +goog.provide('goog.i18n.DateTimeSymbols_sq_XK'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Cyrl'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Cyrl_BA'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Cyrl_ME'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Cyrl_RS'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Cyrl_XK'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Latn_BA'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Latn_ME'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Latn_RS'); +goog.provide('goog.i18n.DateTimeSymbols_sr_Latn_XK'); +goog.provide('goog.i18n.DateTimeSymbols_sv_AX'); +goog.provide('goog.i18n.DateTimeSymbols_sv_FI'); +goog.provide('goog.i18n.DateTimeSymbols_sv_SE'); +goog.provide('goog.i18n.DateTimeSymbols_sw_CD'); +goog.provide('goog.i18n.DateTimeSymbols_sw_KE'); +goog.provide('goog.i18n.DateTimeSymbols_sw_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_sw_UG'); +goog.provide('goog.i18n.DateTimeSymbols_ta_IN'); +goog.provide('goog.i18n.DateTimeSymbols_ta_LK'); +goog.provide('goog.i18n.DateTimeSymbols_ta_MY'); +goog.provide('goog.i18n.DateTimeSymbols_ta_SG'); +goog.provide('goog.i18n.DateTimeSymbols_te_IN'); +goog.provide('goog.i18n.DateTimeSymbols_teo'); +goog.provide('goog.i18n.DateTimeSymbols_teo_KE'); +goog.provide('goog.i18n.DateTimeSymbols_teo_UG'); +goog.provide('goog.i18n.DateTimeSymbols_th_TH'); +goog.provide('goog.i18n.DateTimeSymbols_ti'); +goog.provide('goog.i18n.DateTimeSymbols_ti_ER'); +goog.provide('goog.i18n.DateTimeSymbols_ti_ET'); +goog.provide('goog.i18n.DateTimeSymbols_to'); +goog.provide('goog.i18n.DateTimeSymbols_to_TO'); +goog.provide('goog.i18n.DateTimeSymbols_tr_CY'); +goog.provide('goog.i18n.DateTimeSymbols_tr_TR'); +goog.provide('goog.i18n.DateTimeSymbols_twq'); +goog.provide('goog.i18n.DateTimeSymbols_twq_NE'); +goog.provide('goog.i18n.DateTimeSymbols_tzm'); +goog.provide('goog.i18n.DateTimeSymbols_tzm_MA'); +goog.provide('goog.i18n.DateTimeSymbols_ug'); +goog.provide('goog.i18n.DateTimeSymbols_ug_CN'); +goog.provide('goog.i18n.DateTimeSymbols_uk_UA'); +goog.provide('goog.i18n.DateTimeSymbols_ur_IN'); +goog.provide('goog.i18n.DateTimeSymbols_ur_PK'); +goog.provide('goog.i18n.DateTimeSymbols_uz_Arab'); +goog.provide('goog.i18n.DateTimeSymbols_uz_Arab_AF'); +goog.provide('goog.i18n.DateTimeSymbols_uz_Cyrl'); +goog.provide('goog.i18n.DateTimeSymbols_uz_Cyrl_UZ'); +goog.provide('goog.i18n.DateTimeSymbols_uz_Latn'); +goog.provide('goog.i18n.DateTimeSymbols_uz_Latn_UZ'); +goog.provide('goog.i18n.DateTimeSymbols_vai'); +goog.provide('goog.i18n.DateTimeSymbols_vai_Latn'); +goog.provide('goog.i18n.DateTimeSymbols_vai_Latn_LR'); +goog.provide('goog.i18n.DateTimeSymbols_vai_Vaii'); +goog.provide('goog.i18n.DateTimeSymbols_vai_Vaii_LR'); +goog.provide('goog.i18n.DateTimeSymbols_vi_VN'); +goog.provide('goog.i18n.DateTimeSymbols_vun'); +goog.provide('goog.i18n.DateTimeSymbols_vun_TZ'); +goog.provide('goog.i18n.DateTimeSymbols_wae'); +goog.provide('goog.i18n.DateTimeSymbols_wae_CH'); +goog.provide('goog.i18n.DateTimeSymbols_xog'); +goog.provide('goog.i18n.DateTimeSymbols_xog_UG'); +goog.provide('goog.i18n.DateTimeSymbols_yav'); +goog.provide('goog.i18n.DateTimeSymbols_yav_CM'); +goog.provide('goog.i18n.DateTimeSymbols_yi'); +goog.provide('goog.i18n.DateTimeSymbols_yi_001'); +goog.provide('goog.i18n.DateTimeSymbols_yo'); +goog.provide('goog.i18n.DateTimeSymbols_yo_BJ'); +goog.provide('goog.i18n.DateTimeSymbols_yo_NG'); +goog.provide('goog.i18n.DateTimeSymbols_yue'); +goog.provide('goog.i18n.DateTimeSymbols_yue_HK'); +goog.provide('goog.i18n.DateTimeSymbols_zgh'); +goog.provide('goog.i18n.DateTimeSymbols_zgh_MA'); +goog.provide('goog.i18n.DateTimeSymbols_zh_Hans'); +goog.provide('goog.i18n.DateTimeSymbols_zh_Hans_CN'); +goog.provide('goog.i18n.DateTimeSymbols_zh_Hans_HK'); +goog.provide('goog.i18n.DateTimeSymbols_zh_Hans_MO'); +goog.provide('goog.i18n.DateTimeSymbols_zh_Hans_SG'); +goog.provide('goog.i18n.DateTimeSymbols_zh_Hant'); +goog.provide('goog.i18n.DateTimeSymbols_zh_Hant_HK'); +goog.provide('goog.i18n.DateTimeSymbols_zh_Hant_MO'); +goog.provide('goog.i18n.DateTimeSymbols_zh_Hant_TW'); +goog.provide('goog.i18n.DateTimeSymbols_zu_ZA'); +goog.require('goog.i18n.DateTimeSymbols'); + +/** + * Date/time formatting symbols for locale af_NA. + */ +goog.i18n.DateTimeSymbols_af_NA = { + ERAS: ['v.C.', 'n.C.'], + ERANAMES: ['voor Christus', 'na Christus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januarie', 'Februarie', 'Maart', 'April', 'Mei', 'Junie', 'Julie', 'Augustus', 'September', 'Oktober', 'November', 'Desember'], + STANDALONEMONTHS: ['Januarie', 'Februarie', 'Maart', 'April', 'Mei', 'Junie', 'Julie', 'Augustus', 'September', 'Oktober', 'November', 'Desember'], + SHORTMONTHS: ['Jan.', 'Feb.', 'Mrt.', 'Apr.', 'Mei', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Des.'], + STANDALONESHORTMONTHS: ['Jan.', 'Feb.', 'Mrt.', 'Apr.', 'Mei', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Des.'], + WEEKDAYS: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'], + STANDALONEWEEKDAYS: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'], + SHORTWEEKDAYS: ['So.', 'Ma.', 'Di.', 'Wo.', 'Do.', 'Vr.', 'Sa.'], + STANDALONESHORTWEEKDAYS: ['So.', 'Ma.', 'Di.', 'Wo.', 'Do.', 'Vr.', 'Sa.'], + NARROWWEEKDAYS: ['S', 'M', 'D', 'W', 'D', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'W', 'D', 'V', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1ste kwartaal', '2de kwartaal', '3de kwartaal', '4de kwartaal'], + AMPMS: ['vm.', 'nm.'], + DATEFORMATS: ['EEEE, dd MMMM y', 'dd MMMM y', 'dd MMM y', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale af_ZA. + */ +goog.i18n.DateTimeSymbols_af_ZA = goog.i18n.DateTimeSymbols_af; + + +/** + * Date/time formatting symbols for locale agq. + */ +goog.i18n.DateTimeSymbols_agq = { + ERAS: ['SK', 'BK'], + ERANAMES: ['Sěe Kɨ̀lesto', 'Bǎa Kɨ̀lesto'], + NARROWMONTHS: ['n', 'k', 't', 't', 's', 'z', 'k', 'f', 'd', 'l', 'c', 'f'], + STANDALONENARROWMONTHS: ['n', 'k', 't', 't', 's', 'z', 'k', 'f', 'd', 'l', 'c', 'f'], + MONTHS: ['ndzɔ̀ŋɔ̀nùm', 'ndzɔ̀ŋɔ̀kƗ̀zùʔ', 'ndzɔ̀ŋɔ̀tƗ̀dʉ̀ghà', 'ndzɔ̀ŋɔ̀tǎafʉ̄ghā', 'ndzɔ̀ŋèsèe', 'ndzɔ̀ŋɔ̀nzùghò', 'ndzɔ̀ŋɔ̀dùmlo', 'ndzɔ̀ŋɔ̀kwîfɔ̀e', 'ndzɔ̀ŋɔ̀tƗ̀fʉ̀ghàdzughù', 'ndzɔ̀ŋɔ̀ghǔuwelɔ̀m', 'ndzɔ̀ŋɔ̀chwaʔàkaa wo', 'ndzɔ̀ŋèfwòo'], + STANDALONEMONTHS: ['ndzɔ̀ŋɔ̀nùm', 'ndzɔ̀ŋɔ̀kƗ̀zùʔ', 'ndzɔ̀ŋɔ̀tƗ̀dʉ̀ghà', 'ndzɔ̀ŋɔ̀tǎafʉ̄ghā', 'ndzɔ̀ŋèsèe', 'ndzɔ̀ŋɔ̀nzùghò', 'ndzɔ̀ŋɔ̀dùmlo', 'ndzɔ̀ŋɔ̀kwîfɔ̀e', 'ndzɔ̀ŋɔ̀tƗ̀fʉ̀ghàdzughù', 'ndzɔ̀ŋɔ̀ghǔuwelɔ̀m', 'ndzɔ̀ŋɔ̀chwaʔàkaa wo', 'ndzɔ̀ŋèfwòo'], + SHORTMONTHS: ['nùm', 'kɨz', 'tɨd', 'taa', 'see', 'nzu', 'dum', 'fɔe', 'dzu', 'lɔm', 'kaa', 'fwo'], + STANDALONESHORTMONTHS: ['nùm', 'kɨz', 'tɨd', 'taa', 'see', 'nzu', 'dum', 'fɔe', 'dzu', 'lɔm', 'kaa', 'fwo'], + WEEKDAYS: ['tsuʔntsɨ', 'tsuʔukpà', 'tsuʔughɔe', 'tsuʔutɔ̀mlò', 'tsuʔumè', 'tsuʔughɨ̂m', 'tsuʔndzɨkɔʔɔ'], + STANDALONEWEEKDAYS: ['tsuʔntsɨ', 'tsuʔukpà', 'tsuʔughɔe', 'tsuʔutɔ̀mlò', 'tsuʔumè', 'tsuʔughɨ̂m', 'tsuʔndzɨkɔʔɔ'], + SHORTWEEKDAYS: ['nts', 'kpa', 'ghɔ', 'tɔm', 'ume', 'ghɨ', 'dzk'], + STANDALONESHORTWEEKDAYS: ['nts', 'kpa', 'ghɔ', 'tɔm', 'ume', 'ghɨ', 'dzk'], + NARROWWEEKDAYS: ['n', 'k', 'g', 't', 'u', 'g', 'd'], + STANDALONENARROWWEEKDAYS: ['n', 'k', 'g', 't', 'u', 'g', 'd'], + SHORTQUARTERS: ['kɨbâ kɨ 1', 'ugbâ u 2', 'ugbâ u 3', 'ugbâ u 4'], + QUARTERS: ['kɨbâ kɨ 1', 'ugbâ u 2', 'ugbâ u 3', 'ugbâ u 4'], + AMPMS: ['a.g', 'a.k'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale agq_CM. + */ +goog.i18n.DateTimeSymbols_agq_CM = goog.i18n.DateTimeSymbols_agq; + + +/** + * Date/time formatting symbols for locale ak. + */ +goog.i18n.DateTimeSymbols_ak = { + ERAS: ['AK', 'KE'], + ERANAMES: ['Ansa Kristo', 'Kristo Ekyiri'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Sanda-Ɔpɛpɔn', 'Kwakwar-Ɔgyefuo', 'Ebɔw-Ɔbenem', 'Ebɔbira-Oforisuo', 'Esusow Aketseaba-Kɔtɔnimba', 'Obirade-Ayɛwohomumu', 'Ayɛwoho-Kitawonsa', 'Difuu-Ɔsandaa', 'Fankwa-Ɛbɔ', 'Ɔbɛsɛ-Ahinime', 'Ɔberɛfɛw-Obubuo', 'Mumu-Ɔpɛnimba'], + STANDALONEMONTHS: ['Sanda-Ɔpɛpɔn', 'Kwakwar-Ɔgyefuo', 'Ebɔw-Ɔbenem', 'Ebɔbira-Oforisuo', 'Esusow Aketseaba-Kɔtɔnimba', 'Obirade-Ayɛwohomumu', 'Ayɛwoho-Kitawonsa', 'Difuu-Ɔsandaa', 'Fankwa-Ɛbɔ', 'Ɔbɛsɛ-Ahinime', 'Ɔberɛfɛw-Obubuo', 'Mumu-Ɔpɛnimba'], + SHORTMONTHS: ['S-Ɔ', 'K-Ɔ', 'E-Ɔ', 'E-O', 'E-K', 'O-A', 'A-K', 'D-Ɔ', 'F-Ɛ', 'Ɔ-A', 'Ɔ-O', 'M-Ɔ'], + STANDALONESHORTMONTHS: ['S-Ɔ', 'K-Ɔ', 'E-Ɔ', 'E-O', 'E-K', 'O-A', 'A-K', 'D-Ɔ', 'F-Ɛ', 'Ɔ-A', 'Ɔ-O', 'M-Ɔ'], + WEEKDAYS: ['Kwesida', 'Dwowda', 'Benada', 'Wukuda', 'Yawda', 'Fida', 'Memeneda'], + STANDALONEWEEKDAYS: ['Kwesida', 'Dwowda', 'Benada', 'Wukuda', 'Yawda', 'Fida', 'Memeneda'], + SHORTWEEKDAYS: ['Kwe', 'Dwo', 'Ben', 'Wuk', 'Yaw', 'Fia', 'Mem'], + STANDALONESHORTWEEKDAYS: ['Kwe', 'Dwo', 'Ben', 'Wuk', 'Yaw', 'Fia', 'Mem'], + NARROWWEEKDAYS: ['K', 'D', 'B', 'W', 'Y', 'F', 'M'], + STANDALONENARROWWEEKDAYS: ['K', 'D', 'B', 'W', 'Y', 'F', 'M'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AN', 'EW'], + DATEFORMATS: ['EEEE, y MMMM dd', 'y MMMM d', 'y MMM d', 'yy/MM/dd'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ak_GH. + */ +goog.i18n.DateTimeSymbols_ak_GH = goog.i18n.DateTimeSymbols_ak; + + +/** + * Date/time formatting symbols for locale am_ET. + */ +goog.i18n.DateTimeSymbols_am_ET = goog.i18n.DateTimeSymbols_am; + + +/** + * Date/time formatting symbols for locale ar_001. + */ +goog.i18n.DateTimeSymbols_ar_001 = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_AE. + */ +goog.i18n.DateTimeSymbols_ar_AE = goog.i18n.DateTimeSymbols_ar; + + +/** + * Date/time formatting symbols for locale ar_BH. + */ +goog.i18n.DateTimeSymbols_ar_BH = goog.i18n.DateTimeSymbols_ar; + + +/** + * Date/time formatting symbols for locale ar_DJ. + */ +goog.i18n.DateTimeSymbols_ar_DJ = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale ar_EG. + */ +goog.i18n.DateTimeSymbols_ar_EG = goog.i18n.DateTimeSymbols_ar; + + +/** + * Date/time formatting symbols for locale ar_EH. + */ +goog.i18n.DateTimeSymbols_ar_EH = { + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_ER. + */ +goog.i18n.DateTimeSymbols_ar_ER = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_IL. + */ +goog.i18n.DateTimeSymbols_ar_IL = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ar_IQ. + */ +goog.i18n.DateTimeSymbols_ar_IQ = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + STANDALONENARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + MONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONEMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + SHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرین الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONESHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale ar_JO. + */ +goog.i18n.DateTimeSymbols_ar_JO = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + STANDALONENARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + MONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONEMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + SHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONESHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale ar_KM. + */ +goog.i18n.DateTimeSymbols_ar_KM = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_KW. + */ +goog.i18n.DateTimeSymbols_ar_KW = goog.i18n.DateTimeSymbols_ar; + + +/** + * Date/time formatting symbols for locale ar_LB. + */ +goog.i18n.DateTimeSymbols_ar_LB = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + STANDALONENARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + MONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONEMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + SHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONESHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_LY. + */ +goog.i18n.DateTimeSymbols_ar_LY = { + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale ar_MA. + */ +goog.i18n.DateTimeSymbols_ar_MA = { + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'م', 'ن', 'ل', 'غ', 'ش', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'م', 'ن', 'ل', 'غ', 'ش', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'ماي', 'يونيو', 'يوليوز', 'غشت', 'شتنبر', 'أكتوبر', 'نونبر', 'دجنبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'ماي', 'يونيو', 'يوليوز', 'غشت', 'شتنبر', 'أكتوبر', 'نونبر', 'دجنبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'ماي', 'يونيو', 'يوليوز', 'غشت', 'شتنبر', 'أكتوبر', 'نونبر', 'دجنبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'ماي', 'يونيو', 'يوليوز', 'غشت', 'شتنبر', 'أكتوبر', 'نونبر', 'دجنبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale ar_MR. + */ +goog.i18n.DateTimeSymbols_ar_MR = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'إ', 'و', 'ن', 'ل', 'غ', 'ش', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'إ', 'و', 'ن', 'ل', 'غ', 'ش', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'إبريل', 'مايو', 'يونيو', 'يوليو', 'أغشت', 'شتمبر', 'أكتوبر', 'نوفمبر', 'دجمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'إبريل', 'مايو', 'يونيو', 'يوليو', 'أغشت', 'شتمبر', 'أكتوبر', 'نوفمبر', 'دجمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'إبريل', 'مايو', 'يونيو', 'يوليو', 'أغشت', 'شتمبر', 'أكتوبر', 'نوفمبر', 'دجمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'إبريل', 'مايو', 'يونيو', 'يوليو', 'أغشت', 'شتمبر', 'أكتوبر', 'نوفمبر', 'دجمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_OM. + */ +goog.i18n.DateTimeSymbols_ar_OM = goog.i18n.DateTimeSymbols_ar; + + +/** + * Date/time formatting symbols for locale ar_PS. + */ +goog.i18n.DateTimeSymbols_ar_PS = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + STANDALONENARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + MONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONEMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + SHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONESHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_QA. + */ +goog.i18n.DateTimeSymbols_ar_QA = goog.i18n.DateTimeSymbols_ar; + + +/** + * Date/time formatting symbols for locale ar_SA. + */ +goog.i18n.DateTimeSymbols_ar_SA = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ar_SD. + */ +goog.i18n.DateTimeSymbols_ar_SD = goog.i18n.DateTimeSymbols_ar; + + +/** + * Date/time formatting symbols for locale ar_SO. + */ +goog.i18n.DateTimeSymbols_ar_SO = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_SS. + */ +goog.i18n.DateTimeSymbols_ar_SS = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_SY. + */ +goog.i18n.DateTimeSymbols_ar_SY = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + STANDALONENARROWMONTHS: ['ك', 'ش', 'آ', 'ن', 'أ', 'ح', 'ت', 'آ', 'أ', 'ت', 'ت', 'ك'], + MONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONEMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + SHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + STANDALONESHORTMONTHS: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale ar_TD. + */ +goog.i18n.DateTimeSymbols_ar_TD = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_TN. + */ +goog.i18n.DateTimeSymbols_ar_TN = { + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ج', 'ف', 'م', 'أ', 'م', 'ج', 'ج', 'أ', 'س', 'أ', 'ن', 'د'], + STANDALONENARROWMONTHS: ['ج', 'ف', 'م', 'أ', 'م', 'ج', 'ج', 'أ', 'س', 'أ', 'ن', 'د'], + MONTHS: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ar_XB. + */ +goog.i18n.DateTimeSymbols_ar_XB = { + ERAS: ['؜‮BC‬؜', '؜‮AD‬؜'], + ERANAMES: ['؜‮Before‬؜ ؜‮Christ‬؜', '؜‮Anno‬؜ ؜‮Domini‬؜'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['؜‮January‬؜', '؜‮February‬؜', '؜‮March‬؜', '؜‮April‬؜', '؜‮May‬؜', '؜‮June‬؜', '؜‮July‬؜', '؜‮August‬؜', '؜‮September‬؜', '؜‮October‬؜', '؜‮November‬؜', '؜‮December‬؜'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['؜‮Jan‬؜', '؜‮Feb‬؜', '؜‮Mar‬؜', '؜‮Apr‬؜', '؜‮May‬؜', '؜‮Jun‬؜', '؜‮Jul‬؜', '؜‮Aug‬؜', '؜‮Sep‬؜', '؜‮Oct‬؜', '؜‮Nov‬؜', '؜‮Dec‬؜'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['؜‮Sunday‬؜', '؜‮Monday‬؜', '؜‮Tuesday‬؜', '؜‮Wednesday‬؜', '؜‮Thursday‬؜', '؜‮Friday‬؜', '؜‮Saturday‬؜'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['؜‮Sun‬؜', '؜‮Mon‬؜', '؜‮Tue‬؜', '؜‮Wed‬؜', '؜‮Thu‬؜', '؜‮Fri‬؜', '؜‮Sat‬؜'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['؜‮Q‬؜1', '؜‮Q‬؜2', '؜‮Q‬؜3', '؜‮Q‬؜4'], + QUARTERS: ['1؜‮st‬؜ ؜‮quarter‬؜', '2؜‮nd‬؜ ؜‮quarter‬؜', '3؜‮rd‬؜ ؜‮quarter‬؜', '4؜‮th‬؜ ؜‮quarter‬؜'], + AMPMS: ['؜‮AM‬؜', '؜‮PM‬؜'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'؜‮at‬؜\' {0}', '{1} \'؜‮at‬؜\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ar_YE. + */ +goog.i18n.DateTimeSymbols_ar_YE = { + ZERODIGIT: 0x0660, + ERAS: ['ق.م', 'م'], + ERANAMES: ['قبل الميلاد', 'ميلادي'], + NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'], + MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], + WEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + SHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + QUARTERS: ['الربع الأول', 'الربع الثاني', 'الربع الثالث', 'الربع الرابع'], + AMPMS: ['ص', 'م'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/y', 'd‏/M‏/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale as. + */ +goog.i18n.DateTimeSymbols_as = { + ZERODIGIT: 0x09E6, + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['জানুৱাৰী', 'ফেব্ৰুৱাৰী', 'মাৰ্চ', 'এপ্ৰিল', 'মে', 'জুন', 'জুলাই', 'আগষ্ট', 'ছেপ্তেম্বৰ', 'অক্টোবৰ', 'নৱেম্বৰ', 'ডিচেম্বৰ'], + STANDALONEMONTHS: ['জানুৱাৰী', 'ফেব্ৰুৱাৰী', 'মাৰ্চ', 'এপ্ৰিল', 'মে', 'জুন', 'জুলাই', 'আগষ্ট', 'ছেপ্তেম্বৰ', 'অক্টোবৰ', 'নৱেম্বৰ', 'ডিচেম্বৰ'], + SHORTMONTHS: ['জানু', 'ফেব্ৰু', 'মাৰ্চ', 'এপ্ৰিল', 'মে', 'জুন', 'জুলাই', 'আগ', 'সেপ্ট', 'অক্টো', 'নভে', 'ডিসে'], + STANDALONESHORTMONTHS: ['জানু', 'ফেব্ৰু', 'মাৰ্চ', 'এপ্ৰিল', 'মে', 'জুন', 'জুলাই', 'আগ', 'সেপ্ট', 'অক্টো', 'নভে', 'ডিসে'], + WEEKDAYS: ['দেওবাৰ', 'সোমবাৰ', 'মঙ্গলবাৰ', 'বুধবাৰ', 'বৃহষ্পতিবাৰ', 'শুক্ৰবাৰ', 'শনিবাৰ'], + STANDALONEWEEKDAYS: ['দেওবাৰ', 'সোমবাৰ', 'মঙ্গলবাৰ', 'বুধবাৰ', 'বৃহষ্পতিবাৰ', 'শুক্ৰবাৰ', 'শনিবাৰ'], + SHORTWEEKDAYS: ['ৰবি', 'সোম', 'মঙ্গল', 'বুধ', 'বৃহষ্পতি', 'শুক্ৰ', 'শনি'], + STANDALONESHORTWEEKDAYS: ['ৰবি', 'সোম', 'মঙ্গল', 'বুধ', 'বৃহষ্পতি', 'শুক্ৰ', 'শনি'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['প্ৰথম প্ৰহৰ', 'দ্বিতীয় প্ৰহৰ', 'তৃতীয় প্ৰহৰ', 'চতুৰ্থ প্ৰহৰ'], + QUARTERS: ['প্ৰথম প্ৰহৰ', 'দ্বিতীয় প্ৰহৰ', 'তৃতীয় প্ৰহৰ', 'চতুৰ্থ প্ৰহৰ'], + AMPMS: ['পূৰ্বাহ্ণ', 'অপৰাহ্ণ'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale as_IN. + */ +goog.i18n.DateTimeSymbols_as_IN = goog.i18n.DateTimeSymbols_as; + + +/** + * Date/time formatting symbols for locale asa. + */ +goog.i18n.DateTimeSymbols_asa = { + ERAS: ['KM', 'BM'], + ERANAMES: ['Kabla yakwe Yethu', 'Baada yakwe Yethu'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Dec'], + WEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + SHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Ijm', 'Jmo'], + STANDALONESHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Ijm', 'Jmo'], + NARROWWEEKDAYS: ['J', 'J', 'J', 'J', 'A', 'I', 'J'], + STANDALONENARROWWEEKDAYS: ['J', 'J', 'J', 'J', 'A', 'I', 'J'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Robo 1', 'Robo 2', 'Robo 3', 'Robo 4'], + AMPMS: ['icheheavo', 'ichamthi'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale asa_TZ. + */ +goog.i18n.DateTimeSymbols_asa_TZ = goog.i18n.DateTimeSymbols_asa; + + +/** + * Date/time formatting symbols for locale ast. + */ +goog.i18n.DateTimeSymbols_ast = { + ERAS: ['e.C.', 'd.C.'], + ERANAMES: ['enantes de Cristu', 'después de Cristu'], + NARROWMONTHS: ['X', 'F', 'M', 'A', 'M', 'X', 'X', 'A', 'S', 'O', 'P', 'A'], + STANDALONENARROWMONTHS: ['X', 'F', 'M', 'A', 'M', 'X', 'X', 'A', 'S', 'O', 'P', 'A'], + MONTHS: ['de xineru', 'de febreru', 'de marzu', 'd’abril', 'de mayu', 'de xunu', 'de xunetu', 'd’agostu', 'de setiembre', 'd’ochobre', 'de payares', 'd’avientu'], + STANDALONEMONTHS: ['xineru', 'febreru', 'marzu', 'abril', 'mayu', 'xunu', 'xunetu', 'agostu', 'setiembre', 'ochobre', 'payares', 'avientu'], + SHORTMONTHS: ['xin', 'feb', 'mar', 'abr', 'may', 'xun', 'xnt', 'ago', 'set', 'och', 'pay', 'avi'], + STANDALONESHORTMONTHS: ['Xin', 'Feb', 'Mar', 'Abr', 'May', 'Xun', 'Xnt', 'Ago', 'Set', 'Och', 'Pay', 'Avi'], + WEEKDAYS: ['domingu', 'llunes', 'martes', 'miércoles', 'xueves', 'vienres', 'sábadu'], + STANDALONEWEEKDAYS: ['domingu', 'llunes', 'martes', 'miércoles', 'xueves', 'vienres', 'sábadu'], + SHORTWEEKDAYS: ['dom', 'llu', 'mar', 'mié', 'xue', 'vie', 'sáb'], + STANDALONESHORTWEEKDAYS: ['dom', 'llu', 'mar', 'mié', 'xue', 'vie', 'sáb'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'X', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'X', 'V', 'S'], + SHORTQUARTERS: ['1T', '2T', '3T', '4T'], + QUARTERS: ['1er trimestre', '2u trimestre', '3er trimestre', '4u trimestre'], + AMPMS: ['de la mañana', 'de la tarde'], + DATEFORMATS: ['EEEE, d MMMM \'de\' y', 'd MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'a\' \'les\' {0}', '{1} \'a\' \'les\' {0}', '{1}, {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale ast_ES. + */ +goog.i18n.DateTimeSymbols_ast_ES = goog.i18n.DateTimeSymbols_ast; + + +/** + * Date/time formatting symbols for locale az_Cyrl. + */ +goog.i18n.DateTimeSymbols_az_Cyrl = { + ERAS: ['е.ә.', 'ј.е.'], + ERANAMES: ['ерамыздан әввәл', 'јени ера'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['јанвар', 'феврал', 'март', 'апрел', 'май', 'ијун', 'ијул', 'август', 'сентјабр', 'октјабр', 'нојабр', 'декабр'], + STANDALONEMONTHS: ['Јанвар', 'Феврал', 'Март', 'Апрел', 'Май', 'Ијун', 'Ијул', 'Август', 'Сентјабр', 'Октјабр', 'Нојабр', 'Декабр'], + SHORTMONTHS: ['јан', 'фев', 'мар', 'апр', 'май', 'ијн', 'ијл', 'авг', 'сен', 'окт', 'ној', 'дек'], + STANDALONESHORTMONTHS: ['јан', 'фев', 'мар', 'апр', 'май', 'ијн', 'ијл', 'авг', 'сен', 'окт', 'ној', 'дек'], + WEEKDAYS: ['базар', 'базар ертәси', 'чәршәнбә ахшамы', 'чәршәнбә', 'ҹүмә ахшамы', 'ҹүмә', 'шәнбә'], + STANDALONEWEEKDAYS: ['базар', 'базар ертәси', 'чәршәнбә ахшамы', 'чәршәнбә', 'ҹүмә ахшамы', 'ҹүмә', 'шәнбә'], + SHORTWEEKDAYS: ['Б.', 'Б.Е.', 'Ч.А.', 'Ч.', 'Ҹ.А.', 'Ҹ.', 'Ш.'], + STANDALONESHORTWEEKDAYS: ['Б.', 'Б.Е.', 'Ч.А.', 'Ч.', 'Ҹ.А.', 'Ҹ.', 'Ш.'], + NARROWWEEKDAYS: ['7', '1', '2', '3', '4', '5', '6'], + STANDALONENARROWWEEKDAYS: ['7', '1', '2', '3', '4', '5', '6'], + SHORTQUARTERS: ['1-ҹи кв.', '2-ҹи кв.', '3-ҹү кв.', '4-ҹү кв.'], + QUARTERS: ['1-ҹи квартал', '2-ҹи квартал', '3-ҹү квартал', '4-ҹү квартал'], + AMPMS: ['АМ', 'ПМ'], + DATEFORMATS: ['d MMMM y, EEEE', 'd MMMM y', 'd MMM y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale az_Cyrl_AZ. + */ +goog.i18n.DateTimeSymbols_az_Cyrl_AZ = { + ERAS: ['е.ә.', 'ј.е.'], + ERANAMES: ['ерамыздан әввәл', 'јени ера'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['јанвар', 'феврал', 'март', 'апрел', 'май', 'ијун', 'ијул', 'август', 'сентјабр', 'октјабр', 'нојабр', 'декабр'], + STANDALONEMONTHS: ['Јанвар', 'Феврал', 'Март', 'Апрел', 'Май', 'Ијун', 'Ијул', 'Август', 'Сентјабр', 'Октјабр', 'Нојабр', 'Декабр'], + SHORTMONTHS: ['јан', 'фев', 'мар', 'апр', 'май', 'ијн', 'ијл', 'авг', 'сен', 'окт', 'ној', 'дек'], + STANDALONESHORTMONTHS: ['јан', 'фев', 'мар', 'апр', 'май', 'ијн', 'ијл', 'авг', 'сен', 'окт', 'ној', 'дек'], + WEEKDAYS: ['базар', 'базар ертәси', 'чәршәнбә ахшамы', 'чәршәнбә', 'ҹүмә ахшамы', 'ҹүмә', 'шәнбә'], + STANDALONEWEEKDAYS: ['базар', 'базар ертәси', 'чәршәнбә ахшамы', 'чәршәнбә', 'ҹүмә ахшамы', 'ҹүмә', 'шәнбә'], + SHORTWEEKDAYS: ['Б.', 'Б.Е.', 'Ч.А.', 'Ч.', 'Ҹ.А.', 'Ҹ.', 'Ш.'], + STANDALONESHORTWEEKDAYS: ['Б.', 'Б.Е.', 'Ч.А.', 'Ч.', 'Ҹ.А.', 'Ҹ.', 'Ш.'], + NARROWWEEKDAYS: ['7', '1', '2', '3', '4', '5', '6'], + STANDALONENARROWWEEKDAYS: ['7', '1', '2', '3', '4', '5', '6'], + SHORTQUARTERS: ['1-ҹи кв.', '2-ҹи кв.', '3-ҹү кв.', '4-ҹү кв.'], + QUARTERS: ['1-ҹи квартал', '2-ҹи квартал', '3-ҹү квартал', '4-ҹү квартал'], + AMPMS: ['АМ', 'ПМ'], + DATEFORMATS: ['d MMMM y, EEEE', 'd MMMM y', 'd MMM y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale az_Latn. + */ +goog.i18n.DateTimeSymbols_az_Latn = goog.i18n.DateTimeSymbols_az; + + +/** + * Date/time formatting symbols for locale az_Latn_AZ. + */ +goog.i18n.DateTimeSymbols_az_Latn_AZ = goog.i18n.DateTimeSymbols_az; + + +/** + * Date/time formatting symbols for locale bas. + */ +goog.i18n.DateTimeSymbols_bas = { + ERAS: ['b.Y.K', 'm.Y.K'], + ERANAMES: ['bisū bi Yesù Krǐstò', 'i mbūs Yesù Krǐstò'], + NARROWMONTHS: ['k', 'm', 'm', 'm', 'm', 'h', 'n', 'h', 'd', 'b', 'm', 'l'], + STANDALONENARROWMONTHS: ['k', 'm', 'm', 'm', 'm', 'h', 'n', 'h', 'd', 'b', 'm', 'l'], + MONTHS: ['Kɔndɔŋ', 'Màcɛ̂l', 'Màtùmb', 'Màtop', 'M̀puyɛ', 'Hìlòndɛ̀', 'Njèbà', 'Hìkaŋ', 'Dìpɔ̀s', 'Bìòôm', 'Màyɛsèp', 'Lìbuy li ńyèe'], + STANDALONEMONTHS: ['Kɔndɔŋ', 'Màcɛ̂l', 'Màtùmb', 'Màtop', 'M̀puyɛ', 'Hìlòndɛ̀', 'Njèbà', 'Hìkaŋ', 'Dìpɔ̀s', 'Bìòôm', 'Màyɛsèp', 'Lìbuy li ńyèe'], + SHORTMONTHS: ['kɔn', 'mac', 'mat', 'mto', 'mpu', 'hil', 'nje', 'hik', 'dip', 'bio', 'may', 'liɓ'], + STANDALONESHORTMONTHS: ['kɔn', 'mac', 'mat', 'mto', 'mpu', 'hil', 'nje', 'hik', 'dip', 'bio', 'may', 'liɓ'], + WEEKDAYS: ['ŋgwà nɔ̂y', 'ŋgwà njaŋgumba', 'ŋgwà ûm', 'ŋgwà ŋgê', 'ŋgwà mbɔk', 'ŋgwà kɔɔ', 'ŋgwà jôn'], + STANDALONEWEEKDAYS: ['ŋgwà nɔ̂y', 'ŋgwà njaŋgumba', 'ŋgwà ûm', 'ŋgwà ŋgê', 'ŋgwà mbɔk', 'ŋgwà kɔɔ', 'ŋgwà jôn'], + SHORTWEEKDAYS: ['nɔy', 'nja', 'uum', 'ŋge', 'mbɔ', 'kɔɔ', 'jon'], + STANDALONESHORTWEEKDAYS: ['nɔy', 'nja', 'uum', 'ŋge', 'mbɔ', 'kɔɔ', 'jon'], + NARROWWEEKDAYS: ['n', 'n', 'u', 'ŋ', 'm', 'k', 'j'], + STANDALONENARROWWEEKDAYS: ['n', 'n', 'u', 'ŋ', 'm', 'k', 'j'], + SHORTQUARTERS: ['K1s3', 'K2s3', 'K3s3', 'K4s3'], + QUARTERS: ['Kèk bisu i soŋ iaâ', 'Kèk i ńyonos biɓaà i soŋ iaâ', 'Kèk i ńyonos biaâ i soŋ iaâ', 'Kèk i ńyonos binâ i soŋ iaâ'], + AMPMS: ['I bikɛ̂glà', 'I ɓugajɔp'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale bas_CM. + */ +goog.i18n.DateTimeSymbols_bas_CM = goog.i18n.DateTimeSymbols_bas; + + +/** + * Date/time formatting symbols for locale be_BY. + */ +goog.i18n.DateTimeSymbols_be_BY = goog.i18n.DateTimeSymbols_be; + + +/** + * Date/time formatting symbols for locale bem. + */ +goog.i18n.DateTimeSymbols_bem = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Yesu', 'After Yesu'], + NARROWMONTHS: ['J', 'F', 'M', 'E', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'E', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Machi', 'Epreo', 'Mei', 'Juni', 'Julai', 'Ogasti', 'Septemba', 'Oktoba', 'Novemba', 'Disemba'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Machi', 'Epreo', 'Mei', 'Juni', 'Julai', 'Ogasti', 'Septemba', 'Oktoba', 'Novemba', 'Disemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Epr', 'Mei', 'Jun', 'Jul', 'Oga', 'Sep', 'Okt', 'Nov', 'Dis'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Epr', 'Mei', 'Jun', 'Jul', 'Oga', 'Sep', 'Okt', 'Nov', 'Dis'], + WEEKDAYS: ['Pa Mulungu', 'Palichimo', 'Palichibuli', 'Palichitatu', 'Palichine', 'Palichisano', 'Pachibelushi'], + STANDALONEWEEKDAYS: ['Pa Mulungu', 'Palichimo', 'Palichibuli', 'Palichitatu', 'Palichine', 'Palichisano', 'Pachibelushi'], + SHORTWEEKDAYS: ['Pa Mulungu', 'Palichimo', 'Palichibuli', 'Palichitatu', 'Palichine', 'Palichisano', 'Pachibelushi'], + STANDALONESHORTWEEKDAYS: ['Pa Mulungu', 'Palichimo', 'Palichibuli', 'Palichitatu', 'Palichine', 'Palichisano', 'Pachibelushi'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['uluchelo', 'akasuba'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale bem_ZM. + */ +goog.i18n.DateTimeSymbols_bem_ZM = goog.i18n.DateTimeSymbols_bem; + + +/** + * Date/time formatting symbols for locale bez. + */ +goog.i18n.DateTimeSymbols_bez = { + ERAS: ['KM', 'BM'], + ERANAMES: ['Kabla ya Mtwaa', 'Baada ya Mtwaa'], + NARROWMONTHS: ['H', 'V', 'D', 'T', 'H', 'S', 'S', 'N', 'T', 'K', 'K', 'K'], + STANDALONENARROWMONTHS: ['H', 'V', 'D', 'T', 'H', 'S', 'S', 'N', 'T', 'K', 'K', 'K'], + MONTHS: ['pa mwedzi gwa hutala', 'pa mwedzi gwa wuvili', 'pa mwedzi gwa wudatu', 'pa mwedzi gwa wutai', 'pa mwedzi gwa wuhanu', 'pa mwedzi gwa sita', 'pa mwedzi gwa saba', 'pa mwedzi gwa nane', 'pa mwedzi gwa tisa', 'pa mwedzi gwa kumi', 'pa mwedzi gwa kumi na moja', 'pa mwedzi gwa kumi na mbili'], + STANDALONEMONTHS: ['pa mwedzi gwa hutala', 'pa mwedzi gwa wuvili', 'pa mwedzi gwa wudatu', 'pa mwedzi gwa wutai', 'pa mwedzi gwa wuhanu', 'pa mwedzi gwa sita', 'pa mwedzi gwa saba', 'pa mwedzi gwa nane', 'pa mwedzi gwa tisa', 'pa mwedzi gwa kumi', 'pa mwedzi gwa kumi na moja', 'pa mwedzi gwa kumi na mbili'], + SHORTMONTHS: ['Hut', 'Vil', 'Dat', 'Tai', 'Han', 'Sit', 'Sab', 'Nan', 'Tis', 'Kum', 'Kmj', 'Kmb'], + STANDALONESHORTMONTHS: ['Hut', 'Vil', 'Dat', 'Tai', 'Han', 'Sit', 'Sab', 'Nan', 'Tis', 'Kum', 'Kmj', 'Kmb'], + WEEKDAYS: ['pa mulungu', 'pa shahuviluha', 'pa hivili', 'pa hidatu', 'pa hitayi', 'pa hihanu', 'pa shahulembela'], + STANDALONEWEEKDAYS: ['pa mulungu', 'pa shahuviluha', 'pa hivili', 'pa hidatu', 'pa hitayi', 'pa hihanu', 'pa shahulembela'], + SHORTWEEKDAYS: ['Mul', 'Vil', 'Hiv', 'Hid', 'Hit', 'Hih', 'Lem'], + STANDALONESHORTWEEKDAYS: ['Mul', 'Vil', 'Hiv', 'Hid', 'Hit', 'Hih', 'Lem'], + NARROWWEEKDAYS: ['M', 'J', 'H', 'H', 'H', 'W', 'J'], + STANDALONENARROWWEEKDAYS: ['M', 'J', 'H', 'H', 'H', 'W', 'J'], + SHORTQUARTERS: ['L1', 'L2', 'L3', 'L4'], + QUARTERS: ['Lobo 1', 'Lobo 2', 'Lobo 3', 'Lobo 4'], + AMPMS: ['pamilau', 'pamunyi'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale bez_TZ. + */ +goog.i18n.DateTimeSymbols_bez_TZ = goog.i18n.DateTimeSymbols_bez; + + +/** + * Date/time formatting symbols for locale bg_BG. + */ +goog.i18n.DateTimeSymbols_bg_BG = goog.i18n.DateTimeSymbols_bg; + + +/** + * Date/time formatting symbols for locale bm. + */ +goog.i18n.DateTimeSymbols_bm = { + ERAS: ['J.-C. ɲɛ', 'ni J.-C.'], + ERANAMES: ['jezu krisiti ɲɛ', 'jezu krisiti minkɛ'], + NARROWMONTHS: ['Z', 'F', 'M', 'A', 'M', 'Z', 'Z', 'U', 'S', 'Ɔ', 'N', 'D'], + STANDALONENARROWMONTHS: ['Z', 'F', 'M', 'A', 'M', 'Z', 'Z', 'U', 'S', 'Ɔ', 'N', 'D'], + MONTHS: ['zanwuye', 'feburuye', 'marisi', 'awirili', 'mɛ', 'zuwɛn', 'zuluye', 'uti', 'sɛtanburu', 'ɔkutɔburu', 'nowanburu', 'desanburu'], + STANDALONEMONTHS: ['zanwuye', 'feburuye', 'marisi', 'awirili', 'mɛ', 'zuwɛn', 'zuluye', 'uti', 'sɛtanburu', 'ɔkutɔburu', 'nowanburu', 'desanburu'], + SHORTMONTHS: ['zan', 'feb', 'mar', 'awi', 'mɛ', 'zuw', 'zul', 'uti', 'sɛt', 'ɔku', 'now', 'des'], + STANDALONESHORTMONTHS: ['zan', 'feb', 'mar', 'awi', 'mɛ', 'zuw', 'zul', 'uti', 'sɛt', 'ɔku', 'now', 'des'], + WEEKDAYS: ['kari', 'ntɛnɛ', 'tarata', 'araba', 'alamisa', 'juma', 'sibiri'], + STANDALONEWEEKDAYS: ['kari', 'ntɛnɛ', 'tarata', 'araba', 'alamisa', 'juma', 'sibiri'], + SHORTWEEKDAYS: ['kar', 'ntɛ', 'tar', 'ara', 'ala', 'jum', 'sib'], + STANDALONESHORTWEEKDAYS: ['kar', 'ntɛ', 'tar', 'ara', 'ala', 'jum', 'sib'], + NARROWWEEKDAYS: ['K', 'N', 'T', 'A', 'A', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['K', 'N', 'T', 'A', 'A', 'J', 'S'], + SHORTQUARTERS: ['KS1', 'KS2', 'KS3', 'KS4'], + QUARTERS: ['kalo saba fɔlɔ', 'kalo saba filanan', 'kalo saba sabanan', 'kalo saba naaninan'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale bm_ML. + */ +goog.i18n.DateTimeSymbols_bm_ML = goog.i18n.DateTimeSymbols_bm; + + +/** + * Date/time formatting symbols for locale bn_BD. + */ +goog.i18n.DateTimeSymbols_bn_BD = goog.i18n.DateTimeSymbols_bn; + + +/** + * Date/time formatting symbols for locale bn_IN. + */ +goog.i18n.DateTimeSymbols_bn_IN = { + ZERODIGIT: 0x09E6, + ERAS: ['খ্রিস্টপূর্ব', 'খৃষ্টাব্দ'], + ERANAMES: ['খ্রিস্টপূর্ব', 'খৃষ্টাব্দ'], + NARROWMONTHS: ['জা', 'ফে', 'মা', 'এ', 'মে', 'জুন', 'জু', 'আ', 'সে', 'অ', 'ন', 'ডি'], + STANDALONENARROWMONTHS: ['জা', 'ফে', 'মা', 'এ', 'মে', 'জুন', 'জু', 'আ', 'সে', 'অ', 'ন', 'ডি'], + MONTHS: ['জানুয়ারী', 'ফেব্রুয়ারী', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর'], + STANDALONEMONTHS: ['জানুয়ারী', 'ফেব্রুয়ারী', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর'], + SHORTMONTHS: ['জানু', 'ফেব', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর'], + STANDALONESHORTMONTHS: ['জানুয়ারী', 'ফেব্রুয়ারী', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর'], + WEEKDAYS: ['রবিবার', 'সোমবার', 'মঙ্গলবার', 'বুধবার', 'বৃহস্পতিবার', 'শুক্রবার', 'শনিবার'], + STANDALONEWEEKDAYS: ['রবিবার', 'সোমবার', 'মঙ্গলবার', 'বুধবার', 'বৃহষ্পতিবার', 'শুক্রবার', 'শনিবার'], + SHORTWEEKDAYS: ['রবি', 'সোম', 'মঙ্গল', 'বুধ', 'বৃহস্পতি', 'শুক্র', 'শনি'], + STANDALONESHORTWEEKDAYS: ['রবি', 'সোম', 'মঙ্গল', 'বুধ', 'বৃহস্পতি', 'শুক্র', 'শনি'], + NARROWWEEKDAYS: ['র', 'সো', 'ম', 'বু', 'বৃ', 'শু', 'শ'], + STANDALONENARROWWEEKDAYS: ['র', 'সো', 'ম', 'বু', 'বৃ', 'শু', 'শ'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['ত্রৈমাসিক', 'দ্বিতীয় ত্রৈমাসিক', 'তৃতীয় ত্রৈমাসিক', 'চতুর্থ ত্রৈমাসিক'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale bo. + */ +goog.i18n.DateTimeSymbols_bo = { + ERAS: ['སྤྱི་ལོ་སྔོན་', 'སྤྱི་ལོ་'], + ERANAMES: ['སྤྱི་ལོ་སྔོན་', 'སྤྱི་ལོ་'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ཟླ་བ་དང་པོ', 'ཟླ་བ་གཉིས་པ', 'ཟླ་བ་གསུམ་པ', 'ཟླ་བ་བཞི་པ', 'ཟླ་བ་ལྔ་པ', 'ཟླ་བ་དྲུག་པ', 'ཟླ་བ་བདུན་པ', 'ཟླ་བ་བརྒྱད་པ', 'ཟླ་བ་དགུ་པ', 'ཟླ་བ་བཅུ་པ', 'ཟླ་བ་བཅུ་གཅིག་པ', 'ཟླ་བ་བཅུ་གཉིས་པ'], + STANDALONEMONTHS: ['ཟླ་བ་དང་པོ་', 'ཟླ་བ་གཉིས་པ་', 'ཟླ་བ་གསུམ་པ་', 'ཟླ་བ་བཞི་པ་', 'ཟླ་བ་ལྔ་པ་', 'ཟླ་བ་དྲུག་པ་', 'ཟླ་བ་བདུན་པ་', 'ཟླ་བ་བརྒྱད་པ་', 'ཟླ་བ་དགུ་པ་', 'ཟླ་བ་བཅུ་པ་', 'ཟླ་བ་བཅུ་གཅིག་པ་', 'ཟླ་བ་བཅུ་གཉིས་པ་'], + SHORTMONTHS: ['ཟླ་༡', 'ཟླ་༢', 'ཟླ་༣', 'ཟླ་༤', 'ཟླ་༥', 'ཟླ་༦', 'ཟླ་༧', 'ཟླ་༨', 'ཟླ་༩', 'ཟླ་༡༠', 'ཟླ་༡༡', 'ཟླ་༡༢'], + STANDALONESHORTMONTHS: ['ཟླ་༡', 'ཟླ་༢', 'ཟླ་༣', 'ཟླ་༤', 'ཟླ་༥', 'ཟླ་༦', 'ཟླ་༧', 'ཟླ་༨', 'ཟླ་༩', 'ཟླ་༡༠', 'ཟླ་༡༡', 'ཟླ་༡༢'], + WEEKDAYS: ['གཟའ་ཉི་མ་', 'གཟའ་ཟླ་བ་', 'གཟའ་མིག་དམར་', 'གཟའ་ལྷག་པ་', 'གཟའ་ཕུར་བུ་', 'གཟའ་པ་སངས་', 'གཟའ་སྤེན་པ་'], + STANDALONEWEEKDAYS: ['གཟའ་ཉི་མ་', 'གཟའ་ཟླ་བ་', 'གཟའ་མིག་དམར་', 'གཟའ་ལྷག་པ་', 'གཟའ་ཕུར་བུ་', 'གཟའ་པ་སངས་', 'གཟའ་སྤེན་པ་'], + SHORTWEEKDAYS: ['ཉི་མ་', 'ཟླ་བ་', 'མིག་དམར་', 'ལྷག་པ་', 'ཕུར་བུ་', 'པ་སངས་', 'སྤེན་པ་'], + STANDALONESHORTWEEKDAYS: ['ཉི་མ་', 'ཟླ་བ་', 'མིག་དམར་', 'ལྷག་པ་', 'ཕུར་བུ་', 'པ་སངས་', 'སྤེན་པ་'], + NARROWWEEKDAYS: ['ཉི', 'ཟླ', 'མིག', 'ལྷག', 'ཕུར', 'སངས', 'སྤེན'], + STANDALONENARROWWEEKDAYS: ['ཉི', 'ཟླ', 'མིག', 'ལྷག', 'ཕུར', 'སངས', 'སྤེན'], + SHORTQUARTERS: ['དུས་ཚིགས་དང་པོ།', 'དུས་ཚིགས་གཉིས་པ།', 'དུས་ཚིགས་གསུམ་པ།', 'དུས་ཚིགས་བཞི་པ།'], + QUARTERS: ['དུས་ཚིགས་དང་པོ།', 'དུས་ཚིགས་གཉིས་པ།', 'དུས་ཚིགས་གསུམ་པ།', 'དུས་ཚིགས་བཞི་པ།'], + AMPMS: ['སྔ་དྲོ་', 'ཕྱི་དྲོ་'], + DATEFORMATS: ['y MMMMའི་ཚེས་d, EEEE', 'སྤྱི་ལོ་y MMMMའི་ཚེས་d', 'y ལོའི་MMMཚེས་d', 'y-MM-dd'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale bo_CN. + */ +goog.i18n.DateTimeSymbols_bo_CN = goog.i18n.DateTimeSymbols_bo; + + +/** + * Date/time formatting symbols for locale bo_IN. + */ +goog.i18n.DateTimeSymbols_bo_IN = { + ERAS: ['སྤྱི་ལོ་སྔོན་', 'སྤྱི་ལོ་'], + ERANAMES: ['སྤྱི་ལོ་སྔོན་', 'སྤྱི་ལོ་'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ཟླ་བ་དང་པོ', 'ཟླ་བ་གཉིས་པ', 'ཟླ་བ་གསུམ་པ', 'ཟླ་བ་བཞི་པ', 'ཟླ་བ་ལྔ་པ', 'ཟླ་བ་དྲུག་པ', 'ཟླ་བ་བདུན་པ', 'ཟླ་བ་བརྒྱད་པ', 'ཟླ་བ་དགུ་པ', 'ཟླ་བ་བཅུ་པ', 'ཟླ་བ་བཅུ་གཅིག་པ', 'ཟླ་བ་བཅུ་གཉིས་པ'], + STANDALONEMONTHS: ['ཟླ་བ་དང་པོ་', 'ཟླ་བ་གཉིས་པ་', 'ཟླ་བ་གསུམ་པ་', 'ཟླ་བ་བཞི་པ་', 'ཟླ་བ་ལྔ་པ་', 'ཟླ་བ་དྲུག་པ་', 'ཟླ་བ་བདུན་པ་', 'ཟླ་བ་བརྒྱད་པ་', 'ཟླ་བ་དགུ་པ་', 'ཟླ་བ་བཅུ་པ་', 'ཟླ་བ་བཅུ་གཅིག་པ་', 'ཟླ་བ་བཅུ་གཉིས་པ་'], + SHORTMONTHS: ['ཟླ་༡', 'ཟླ་༢', 'ཟླ་༣', 'ཟླ་༤', 'ཟླ་༥', 'ཟླ་༦', 'ཟླ་༧', 'ཟླ་༨', 'ཟླ་༩', 'ཟླ་༡༠', 'ཟླ་༡༡', 'ཟླ་༡༢'], + STANDALONESHORTMONTHS: ['ཟླ་༡', 'ཟླ་༢', 'ཟླ་༣', 'ཟླ་༤', 'ཟླ་༥', 'ཟླ་༦', 'ཟླ་༧', 'ཟླ་༨', 'ཟླ་༩', 'ཟླ་༡༠', 'ཟླ་༡༡', 'ཟླ་༡༢'], + WEEKDAYS: ['གཟའ་ཉི་མ་', 'གཟའ་ཟླ་བ་', 'གཟའ་མིག་དམར་', 'གཟའ་ལྷག་པ་', 'གཟའ་ཕུར་བུ་', 'གཟའ་པ་སངས་', 'གཟའ་སྤེན་པ་'], + STANDALONEWEEKDAYS: ['གཟའ་ཉི་མ་', 'གཟའ་ཟླ་བ་', 'གཟའ་མིག་དམར་', 'གཟའ་ལྷག་པ་', 'གཟའ་ཕུར་བུ་', 'གཟའ་པ་སངས་', 'གཟའ་སྤེན་པ་'], + SHORTWEEKDAYS: ['ཉི་མ་', 'ཟླ་བ་', 'མིག་དམར་', 'ལྷག་པ་', 'ཕུར་བུ་', 'པ་སངས་', 'སྤེན་པ་'], + STANDALONESHORTWEEKDAYS: ['ཉི་མ་', 'ཟླ་བ་', 'མིག་དམར་', 'ལྷག་པ་', 'ཕུར་བུ་', 'པ་སངས་', 'སྤེན་པ་'], + NARROWWEEKDAYS: ['ཉི', 'ཟླ', 'མིག', 'ལྷག', 'ཕུར', 'སངས', 'སྤེན'], + STANDALONENARROWWEEKDAYS: ['ཉི', 'ཟླ', 'མིག', 'ལྷག', 'ཕུར', 'སངས', 'སྤེན'], + SHORTQUARTERS: ['དུས་ཚིགས་དང་པོ།', 'དུས་ཚིགས་གཉིས་པ།', 'དུས་ཚིགས་གསུམ་པ།', 'དུས་ཚིགས་བཞི་པ།'], + QUARTERS: ['དུས་ཚིགས་དང་པོ།', 'དུས་ཚིགས་གཉིས་པ།', 'དུས་ཚིགས་གསུམ་པ།', 'དུས་ཚིགས་བཞི་པ།'], + AMPMS: ['སྔ་དྲོ་', 'ཕྱི་དྲོ་'], + DATEFORMATS: ['y MMMMའི་ཚེས་d, EEEE', 'སྤྱི་ལོ་y MMMMའི་ཚེས་d', 'y ལོའི་MMMཚེས་d', 'y-MM-dd'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale br_FR. + */ +goog.i18n.DateTimeSymbols_br_FR = goog.i18n.DateTimeSymbols_br; + + +/** + * Date/time formatting symbols for locale brx. + */ +goog.i18n.DateTimeSymbols_brx = { + ERAS: ['ईसा.पूर्व', 'सन'], + ERANAMES: ['ईसा.पूर्व', 'सन'], + NARROWMONTHS: ['ज', 'फे', 'मा', 'ए', 'मे', 'जु', 'जु', 'आ', 'से', 'अ', 'न', 'दि'], + STANDALONENARROWMONTHS: ['ज', 'फे', 'मा', 'ए', 'मे', 'जु', 'जु', 'आ', 'से', 'अ', 'न', 'दि'], + MONTHS: ['जानुवारी', 'फेब्रुवारी', 'मार्स', 'एफ्रिल', 'मे', 'जुन', 'जुलाइ', 'आगस्थ', 'सेबथेज्ब़र', 'अखथबर', 'नबेज्ब़र', 'दिसेज्ब़र'], + STANDALONEMONTHS: ['जानुवारी', 'फेब्रुवारी', 'मार्स', 'एफ्रिल', 'मे', 'जुन', 'जुलाइ', 'आगस्थ', 'सेबथेज्ब़र', 'अखथबर', 'नबेज्ब़र', 'दिसेज्ब़र'], + SHORTMONTHS: ['जानुवारी', 'फेब्रुवारी', 'मार्स', 'एफ्रिल', 'मे', 'जुन', 'जुलाइ', 'आगस्थ', 'सेबथेज्ब़र', 'अखथबर', 'नबेज्ब़र', 'दिसेज्ब़र'], + STANDALONESHORTMONTHS: ['जानुवारी', 'फेब्रुवारी', 'मार्स', 'एफ्रिल', 'मे', 'जुन', 'जुलाइ', 'आगस्थ', 'सेबथेज्ब़र', 'अखथबर', 'नबेज्ब़र', 'दिसेज्ब़र'], + WEEKDAYS: ['रबिबार', 'समबार', 'मंगलबार', 'बुदबार', 'बिसथिबार', 'सुखुरबार', 'सुनिबार'], + STANDALONEWEEKDAYS: ['रबिबार', 'समबार', 'मंगलबार', 'बुदबार', 'बिसथिबार', 'सुखुरबार', 'सुनिबार'], + SHORTWEEKDAYS: ['रबि', 'सम', 'मंगल', 'बुद', 'बिसथि', 'सुखुर', 'सुनि'], + STANDALONESHORTWEEKDAYS: ['रबि', 'सम', 'मंगल', 'बुद', 'बिसथि', 'सुखुर', 'सुनि'], + NARROWWEEKDAYS: ['र', 'स', 'मं', 'बु', 'बि', 'सु', 'सु'], + STANDALONENARROWWEEKDAYS: ['र', 'स', 'मं', 'बु', 'बि', 'सु', 'सु'], + SHORTQUARTERS: ['सिथासे/खोन्दोसे/बाहागोसे', 'खावसे/खोन्दोनै/बाहागोनै', 'खावथाम/खोन्दोथाम/बाहागोथाम', 'खावब्रै/खोन्दोब्रै/फुरा/आबुं'], + QUARTERS: ['सिथासे/खोन्दोसे/बाहागोसे', 'खावसे/खोन्दोनै/बाहागोनै', 'खावथाम/खोन्दोथाम/बाहागोथाम', 'खावब्रै/खोन्दोब्रै/फुरा/आबुं'], + AMPMS: ['फुं', 'बेलासे'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale brx_IN. + */ +goog.i18n.DateTimeSymbols_brx_IN = goog.i18n.DateTimeSymbols_brx; + + +/** + * Date/time formatting symbols for locale bs_Cyrl. + */ +goog.i18n.DateTimeSymbols_bs_Cyrl = { + ERAS: ['п. н. е.', 'н. е.'], + ERANAMES: ['Пре нове ере', 'Нове ере'], + NARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + STANDALONENARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + MONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јуни', 'јули', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + STANDALONEMONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јуни', 'јули', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + SHORTMONTHS: ['јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец'], + STANDALONESHORTMONTHS: ['јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец'], + WEEKDAYS: ['недеља', 'понедељак', 'уторак', 'сриједа', 'четвртак', 'петак', 'субота'], + STANDALONEWEEKDAYS: ['недеља', 'понедељак', 'уторак', 'сриједа', 'четвртак', 'петак', 'субота'], + SHORTWEEKDAYS: ['нед', 'пон', 'уто', 'сри', 'чет', 'пет', 'суб'], + STANDALONESHORTWEEKDAYS: ['нед', 'пон', 'уто', 'сри', 'чет', 'пет', 'суб'], + NARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + STANDALONENARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + SHORTQUARTERS: ['К1', 'К2', 'К3', 'К4'], + QUARTERS: ['Прво тромесечје', 'Друго тромесечје', 'Треће тромесечје', 'Четврто тромесечје'], + AMPMS: ['пре подне', 'поподне'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale bs_Cyrl_BA. + */ +goog.i18n.DateTimeSymbols_bs_Cyrl_BA = { + ERAS: ['п. н. е.', 'н. е.'], + ERANAMES: ['Пре нове ере', 'Нове ере'], + NARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + STANDALONENARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + MONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јуни', 'јули', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + STANDALONEMONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јуни', 'јули', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + SHORTMONTHS: ['јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец'], + STANDALONESHORTMONTHS: ['јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец'], + WEEKDAYS: ['недеља', 'понедељак', 'уторак', 'сриједа', 'четвртак', 'петак', 'субота'], + STANDALONEWEEKDAYS: ['недеља', 'понедељак', 'уторак', 'сриједа', 'четвртак', 'петак', 'субота'], + SHORTWEEKDAYS: ['нед', 'пон', 'уто', 'сри', 'чет', 'пет', 'суб'], + STANDALONESHORTWEEKDAYS: ['нед', 'пон', 'уто', 'сри', 'чет', 'пет', 'суб'], + NARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + STANDALONENARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + SHORTQUARTERS: ['К1', 'К2', 'К3', 'К4'], + QUARTERS: ['Прво тромесечје', 'Друго тромесечје', 'Треће тромесечје', 'Четврто тромесечје'], + AMPMS: ['пре подне', 'поподне'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale bs_Latn. + */ +goog.i18n.DateTimeSymbols_bs_Latn = goog.i18n.DateTimeSymbols_bs; + + +/** + * Date/time formatting symbols for locale bs_Latn_BA. + */ +goog.i18n.DateTimeSymbols_bs_Latn_BA = goog.i18n.DateTimeSymbols_bs; + + +/** + * Date/time formatting symbols for locale ca_AD. + */ +goog.i18n.DateTimeSymbols_ca_AD = goog.i18n.DateTimeSymbols_ca; + + +/** + * Date/time formatting symbols for locale ca_ES. + */ +goog.i18n.DateTimeSymbols_ca_ES = goog.i18n.DateTimeSymbols_ca; + + +/** + * Date/time formatting symbols for locale ca_FR. + */ +goog.i18n.DateTimeSymbols_ca_FR = goog.i18n.DateTimeSymbols_ca; + + +/** + * Date/time formatting symbols for locale ca_IT. + */ +goog.i18n.DateTimeSymbols_ca_IT = goog.i18n.DateTimeSymbols_ca; + + +/** + * Date/time formatting symbols for locale ce. + */ +goog.i18n.DateTimeSymbols_ce = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['январь', 'февраль', 'март', 'апрель', 'май', 'июнь', 'июль', 'август', 'сентябрь', 'октябрь', 'ноябрь', 'декабрь'], + STANDALONEMONTHS: ['январь', 'февраль', 'март', 'апрель', 'май', 'июнь', 'июль', 'август', 'сентябрь', 'октябрь', 'ноябрь', 'декабрь'], + SHORTMONTHS: ['янв', 'фев', 'мар', 'апр', 'май', 'июн', 'июл', 'авг', 'сен', 'окт', 'ноя', 'дек'], + STANDALONESHORTMONTHS: ['янв', 'фев', 'мар', 'апр', 'май', 'июн', 'июл', 'авг', 'сен', 'окт', 'ноя', 'дек'], + WEEKDAYS: ['кӀиранан де', 'оршотан де', 'шинарин де', 'кхаарин де', 'еарин де', 'пӀераскан де', 'шот де'], + STANDALONEWEEKDAYS: ['кӀиранан де', 'оршотан де', 'шинарин де', 'кхаарин де', 'еарин де', 'пӀераскан де', 'шот де'], + SHORTWEEKDAYS: ['кӀиранан де', 'оршотан де', 'шинарин де', 'кхаарин де', 'еарин де', 'пӀераскан де', 'шот де'], + STANDALONESHORTWEEKDAYS: ['кӀиранан де', 'оршотан де', 'шинарин де', 'кхаарин де', 'еарин де', 'пӀераскан де', 'шот де'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ce_RU. + */ +goog.i18n.DateTimeSymbols_ce_RU = goog.i18n.DateTimeSymbols_ce; + + +/** + * Date/time formatting symbols for locale cgg. + */ +goog.i18n.DateTimeSymbols_cgg = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Kurisito Atakaijire', 'Kurisito Yaijire'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Okwokubanza', 'Okwakabiri', 'Okwakashatu', 'Okwakana', 'Okwakataana', 'Okwamukaaga', 'Okwamushanju', 'Okwamunaana', 'Okwamwenda', 'Okwaikumi', 'Okwaikumi na kumwe', 'Okwaikumi na ibiri'], + STANDALONEMONTHS: ['Okwokubanza', 'Okwakabiri', 'Okwakashatu', 'Okwakana', 'Okwakataana', 'Okwamukaaga', 'Okwamushanju', 'Okwamunaana', 'Okwamwenda', 'Okwaikumi', 'Okwaikumi na kumwe', 'Okwaikumi na ibiri'], + SHORTMONTHS: ['KBZ', 'KBR', 'KST', 'KKN', 'KTN', 'KMK', 'KMS', 'KMN', 'KMW', 'KKM', 'KNK', 'KNB'], + STANDALONESHORTMONTHS: ['KBZ', 'KBR', 'KST', 'KKN', 'KTN', 'KMK', 'KMS', 'KMN', 'KMW', 'KKM', 'KNK', 'KNB'], + WEEKDAYS: ['Sande', 'Orwokubanza', 'Orwakabiri', 'Orwakashatu', 'Orwakana', 'Orwakataano', 'Orwamukaaga'], + STANDALONEWEEKDAYS: ['Sande', 'Orwokubanza', 'Orwakabiri', 'Orwakashatu', 'Orwakana', 'Orwakataano', 'Orwamukaaga'], + SHORTWEEKDAYS: ['SAN', 'ORK', 'OKB', 'OKS', 'OKN', 'OKT', 'OMK'], + STANDALONESHORTWEEKDAYS: ['SAN', 'ORK', 'OKB', 'OKS', 'OKN', 'OKT', 'OMK'], + NARROWWEEKDAYS: ['S', 'K', 'R', 'S', 'N', 'T', 'M'], + STANDALONENARROWWEEKDAYS: ['S', 'K', 'R', 'S', 'N', 'T', 'M'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['KWOTA 1', 'KWOTA 2', 'KWOTA 3', 'KWOTA 4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale cgg_UG. + */ +goog.i18n.DateTimeSymbols_cgg_UG = goog.i18n.DateTimeSymbols_cgg; + + +/** + * Date/time formatting symbols for locale chr_US. + */ +goog.i18n.DateTimeSymbols_chr_US = goog.i18n.DateTimeSymbols_chr; + + +/** + * Date/time formatting symbols for locale ckb. + */ +goog.i18n.DateTimeSymbols_ckb = { + ZERODIGIT: 0x0660, + ERAS: ['پێش زایین', 'زایینی'], + ERANAMES: ['پێش زایین', 'زایینی'], + NARROWMONTHS: ['ک', 'ش', 'ئ', 'ن', 'ئ', 'ح', 'ت', 'ئ', 'ئ', 'ت', 'ت', 'ک'], + STANDALONENARROWMONTHS: ['ک', 'ش', 'ئ', 'ن', 'ئ', 'ح', 'ت', 'ئ', 'ئ', 'ت', 'ت', 'ک'], + MONTHS: ['کانوونی دووەم', 'شوبات', 'ئازار', 'نیسان', 'ئایار', 'حوزەیران', 'تەمووز', 'ئاب', 'ئەیلوول', 'تشرینی یەکەم', 'تشرینی دووەم', 'کانونی یەکەم'], + STANDALONEMONTHS: ['کانوونی دووەم', 'شوبات', 'ئازار', 'نیسان', 'ئایار', 'حوزەیران', 'تەمووز', 'ئاب', 'ئەیلوول', 'تشرینی یەکەم', 'تشرینی دووەم', 'کانونی یەکەم'], + SHORTMONTHS: ['کانوونی دووەم', 'شوبات', 'ئازار', 'نیسان', 'ئایار', 'حوزەیران', 'تەمووز', 'ئاب', 'ئەیلوول', 'تشرینی یەکەم', 'تشرینی دووەم', 'کانونی یەکەم'], + STANDALONESHORTMONTHS: ['کانوونی دووەم', 'شوبات', 'ئازار', 'نیسان', 'ئایار', 'حوزەیران', 'تەمووز', 'ئاب', 'ئەیلوول', 'تشرینی یەکەم', 'تشرینی دووەم', 'کانونی یەکەم'], + WEEKDAYS: ['یەکشەممە', 'دووشەممە', 'سێشەممە', 'چوارشەممە', 'پێنجشەممە', 'ھەینی', 'شەممە'], + STANDALONEWEEKDAYS: ['یەکشەممە', 'دووشەممە', 'سێشەممە', 'چوارشەممە', 'پێنجشەممە', 'ھەینی', 'شەممە'], + SHORTWEEKDAYS: ['یەکشەممە', 'دووشەممە', 'سێشەممە', 'چوارشەممە', 'پێنجشەممە', 'ھەینی', 'شەممە'], + STANDALONESHORTWEEKDAYS: ['یەکشەممە', 'دووشەممە', 'سێشەممە', 'چوارشەممە', 'پێنجشەممە', 'ھەینی', 'شەممە'], + NARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ھ', 'ش'], + STANDALONENARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ھ', 'ش'], + SHORTQUARTERS: ['چ١', 'چ٢', 'چ٣', 'چ٤'], + QUARTERS: ['چارەکی یەکەم', 'چارەکی دووەم', 'چارەکی سێەم', 'چارەکی چوارەم'], + AMPMS: ['ب.ن', 'د.ن'], + DATEFORMATS: ['y MMMM d, EEEE', 'dی MMMMی y', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale ckb_IQ. + */ +goog.i18n.DateTimeSymbols_ckb_IQ = goog.i18n.DateTimeSymbols_ckb; + + +/** + * Date/time formatting symbols for locale ckb_IR. + */ +goog.i18n.DateTimeSymbols_ckb_IR = { + ZERODIGIT: 0x0660, + ERAS: ['پێش زایین', 'زایینی'], + ERANAMES: ['پێش زایین', 'زایینی'], + NARROWMONTHS: ['ک', 'ش', 'ئ', 'ن', 'ئ', 'ح', 'ت', 'ئ', 'ئ', 'ت', 'ت', 'ک'], + STANDALONENARROWMONTHS: ['ک', 'ش', 'ئ', 'ن', 'ئ', 'ح', 'ت', 'ئ', 'ئ', 'ت', 'ت', 'ک'], + MONTHS: ['کانوونی دووەم', 'شوبات', 'ئازار', 'نیسان', 'ئایار', 'حوزەیران', 'تەمووز', 'ئاب', 'ئەیلوول', 'تشرینی یەکەم', 'تشرینی دووەم', 'کانونی یەکەم'], + STANDALONEMONTHS: ['کانوونی دووەم', 'شوبات', 'ئازار', 'نیسان', 'ئایار', 'حوزەیران', 'تەمووز', 'ئاب', 'ئەیلوول', 'تشرینی یەکەم', 'تشرینی دووەم', 'کانونی یەکەم'], + SHORTMONTHS: ['کانوونی دووەم', 'شوبات', 'ئازار', 'نیسان', 'ئایار', 'حوزەیران', 'تەمووز', 'ئاب', 'ئەیلوول', 'تشرینی یەکەم', 'تشرینی دووەم', 'کانونی یەکەم'], + STANDALONESHORTMONTHS: ['کانوونی دووەم', 'شوبات', 'ئازار', 'نیسان', 'ئایار', 'حوزەیران', 'تەمووز', 'ئاب', 'ئەیلوول', 'تشرینی یەکەم', 'تشرینی دووەم', 'کانونی یەکەم'], + WEEKDAYS: ['یەکشەممە', 'دووشەممە', 'سێشەممە', 'چوارشەممە', 'پێنجشەممە', 'ھەینی', 'شەممە'], + STANDALONEWEEKDAYS: ['یەکشەممە', 'دووشەممە', 'سێشەممە', 'چوارشەممە', 'پێنجشەممە', 'ھەینی', 'شەممە'], + SHORTWEEKDAYS: ['یەکشەممە', 'دووشەممە', 'سێشەممە', 'چوارشەممە', 'پێنجشەممە', 'ھەینی', 'شەممە'], + STANDALONESHORTWEEKDAYS: ['یەکشەممە', 'دووشەممە', 'سێشەممە', 'چوارشەممە', 'پێنجشەممە', 'ھەینی', 'شەممە'], + NARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ھ', 'ش'], + STANDALONENARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ھ', 'ش'], + SHORTQUARTERS: ['چ١', 'چ٢', 'چ٣', 'چ٤'], + QUARTERS: ['چارەکی یەکەم', 'چارەکی دووەم', 'چارەکی سێەم', 'چارەکی چوارەم'], + AMPMS: ['ب.ن', 'د.ن'], + DATEFORMATS: ['y MMMM d, EEEE', 'dی MMMMی y', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 4], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale cs_CZ. + */ +goog.i18n.DateTimeSymbols_cs_CZ = goog.i18n.DateTimeSymbols_cs; + + +/** + * Date/time formatting symbols for locale cy_GB. + */ +goog.i18n.DateTimeSymbols_cy_GB = goog.i18n.DateTimeSymbols_cy; + + +/** + * Date/time formatting symbols for locale da_DK. + */ +goog.i18n.DateTimeSymbols_da_DK = goog.i18n.DateTimeSymbols_da; + + +/** + * Date/time formatting symbols for locale da_GL. + */ +goog.i18n.DateTimeSymbols_da_GL = { + ERAS: ['f.Kr.', 'e.Kr.'], + ERANAMES: ['f.Kr.', 'e.Kr.'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maj', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maj', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'], + STANDALONEWEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'], + SHORTWEEKDAYS: ['søn.', 'man.', 'tir.', 'ons.', 'tor.', 'fre.', 'lør.'], + STANDALONESHORTWEEKDAYS: ['søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + SHORTQUARTERS: ['1. kvt.', '2. kvt.', '3. kvt.', '4. kvt.'], + QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE \'den\' d. MMMM y', 'd. MMMM y', 'd. MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h.mm.ss a zzzz', 'h.mm.ss a z', 'h.mm.ss a', 'h.mm a'], + DATETIMEFORMATS: ['{1} \'kl\'. {0}', '{1} \'kl\'. {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale dav. + */ +goog.i18n.DateTimeSymbols_dav = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Kristo', 'Baada ya Kristo'], + NARROWMONTHS: ['I', 'K', 'K', 'K', 'K', 'K', 'M', 'W', 'I', 'I', 'I', 'I'], + STANDALONENARROWMONTHS: ['I', 'K', 'K', 'K', 'K', 'K', 'M', 'W', 'I', 'I', 'I', 'I'], + MONTHS: ['Mori ghwa imbiri', 'Mori ghwa kawi', 'Mori ghwa kadadu', 'Mori ghwa kana', 'Mori ghwa kasanu', 'Mori ghwa karandadu', 'Mori ghwa mfungade', 'Mori ghwa wunyanya', 'Mori ghwa ikenda', 'Mori ghwa ikumi', 'Mori ghwa ikumi na imweri', 'Mori ghwa ikumi na iwi'], + STANDALONEMONTHS: ['Mori ghwa imbiri', 'Mori ghwa kawi', 'Mori ghwa kadadu', 'Mori ghwa kana', 'Mori ghwa kasanu', 'Mori ghwa karandadu', 'Mori ghwa mfungade', 'Mori ghwa wunyanya', 'Mori ghwa ikenda', 'Mori ghwa ikumi', 'Mori ghwa ikumi na imweri', 'Mori ghwa ikumi na iwi'], + SHORTMONTHS: ['Imb', 'Kaw', 'Kad', 'Kan', 'Kas', 'Kar', 'Mfu', 'Wun', 'Ike', 'Iku', 'Imw', 'Iwi'], + STANDALONESHORTMONTHS: ['Imb', 'Kaw', 'Kad', 'Kan', 'Kas', 'Kar', 'Mfu', 'Wun', 'Ike', 'Iku', 'Imw', 'Iwi'], + WEEKDAYS: ['Ituku ja jumwa', 'Kuramuka jimweri', 'Kuramuka kawi', 'Kuramuka kadadu', 'Kuramuka kana', 'Kuramuka kasanu', 'Kifula nguwo'], + STANDALONEWEEKDAYS: ['Ituku ja jumwa', 'Kuramuka jimweri', 'Kuramuka kawi', 'Kuramuka kadadu', 'Kuramuka kana', 'Kuramuka kasanu', 'Kifula nguwo'], + SHORTWEEKDAYS: ['Jum', 'Jim', 'Kaw', 'Kad', 'Kan', 'Kas', 'Ngu'], + STANDALONESHORTWEEKDAYS: ['Jum', 'Jim', 'Kaw', 'Kad', 'Kan', 'Kas', 'Ngu'], + NARROWWEEKDAYS: ['J', 'J', 'K', 'K', 'K', 'K', 'N'], + STANDALONENARROWWEEKDAYS: ['J', 'J', 'K', 'K', 'K', 'K', 'N'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kimu cha imbiri', 'Kimu cha kawi', 'Kimu cha kadadu', 'Kimu cha kana'], + AMPMS: ['Luma lwa K', 'luma lwa p'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale dav_KE. + */ +goog.i18n.DateTimeSymbols_dav_KE = goog.i18n.DateTimeSymbols_dav; + + +/** + * Date/time formatting symbols for locale de_BE. + */ +goog.i18n.DateTimeSymbols_de_BE = goog.i18n.DateTimeSymbols_de; + + +/** + * Date/time formatting symbols for locale de_DE. + */ +goog.i18n.DateTimeSymbols_de_DE = goog.i18n.DateTimeSymbols_de; + + +/** + * Date/time formatting symbols for locale de_IT. + */ +goog.i18n.DateTimeSymbols_de_IT = { + ERAS: ['v. Chr.', 'n. Chr.'], + ERANAMES: ['v. Chr.', 'n. Chr.'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Jänner', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], + STANDALONEMONTHS: ['Jänner', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], + SHORTMONTHS: ['Jän.', 'Feb.', 'März', 'Apr.', 'Mai', 'Juni', 'Juli', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Dez.'], + STANDALONESHORTMONTHS: ['Jän', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], + WEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'], + STANDALONEWEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'], + SHORTWEEKDAYS: ['So.', 'Mo.', 'Di.', 'Mi.', 'Do.', 'Fr.', 'Sa.'], + STANDALONESHORTWEEKDAYS: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], + NARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal'], + AMPMS: ['vorm.', 'nachm.'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'dd.MM.y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'um\' {0}', '{1} \'um\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale de_LI. + */ +goog.i18n.DateTimeSymbols_de_LI = goog.i18n.DateTimeSymbols_de; + + +/** + * Date/time formatting symbols for locale de_LU. + */ +goog.i18n.DateTimeSymbols_de_LU = goog.i18n.DateTimeSymbols_de; + + +/** + * Date/time formatting symbols for locale dje. + */ +goog.i18n.DateTimeSymbols_dje = { + ERAS: ['IJ', 'IZ'], + ERANAMES: ['Isaa jine', 'Isaa zamanoo'], + NARROWMONTHS: ['Ž', 'F', 'M', 'A', 'M', 'Ž', 'Ž', 'U', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['Ž', 'F', 'M', 'A', 'M', 'Ž', 'Ž', 'U', 'S', 'O', 'N', 'D'], + MONTHS: ['Žanwiye', 'Feewiriye', 'Marsi', 'Awiril', 'Me', 'Žuweŋ', 'Žuyye', 'Ut', 'Sektanbur', 'Oktoobur', 'Noowanbur', 'Deesanbur'], + STANDALONEMONTHS: ['Žanwiye', 'Feewiriye', 'Marsi', 'Awiril', 'Me', 'Žuweŋ', 'Žuyye', 'Ut', 'Sektanbur', 'Oktoobur', 'Noowanbur', 'Deesanbur'], + SHORTMONTHS: ['Žan', 'Fee', 'Mar', 'Awi', 'Me', 'Žuw', 'Žuy', 'Ut', 'Sek', 'Okt', 'Noo', 'Dee'], + STANDALONESHORTMONTHS: ['Žan', 'Fee', 'Mar', 'Awi', 'Me', 'Žuw', 'Žuy', 'Ut', 'Sek', 'Okt', 'Noo', 'Dee'], + WEEKDAYS: ['Alhadi', 'Atinni', 'Atalaata', 'Alarba', 'Alhamisi', 'Alzuma', 'Asibti'], + STANDALONEWEEKDAYS: ['Alhadi', 'Atinni', 'Atalaata', 'Alarba', 'Alhamisi', 'Alzuma', 'Asibti'], + SHORTWEEKDAYS: ['Alh', 'Ati', 'Ata', 'Ala', 'Alm', 'Alz', 'Asi'], + STANDALONESHORTWEEKDAYS: ['Alh', 'Ati', 'Ata', 'Ala', 'Alm', 'Alz', 'Asi'], + NARROWWEEKDAYS: ['H', 'T', 'T', 'L', 'M', 'Z', 'S'], + STANDALONENARROWWEEKDAYS: ['H', 'T', 'T', 'L', 'M', 'Z', 'S'], + SHORTQUARTERS: ['A1', 'A2', 'A3', 'A4'], + QUARTERS: ['Arrubu 1', 'Arrubu 2', 'Arrubu 3', 'Arrubu 4'], + AMPMS: ['Subbaahi', 'Zaarikay b'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale dje_NE. + */ +goog.i18n.DateTimeSymbols_dje_NE = goog.i18n.DateTimeSymbols_dje; + + +/** + * Date/time formatting symbols for locale dsb. + */ +goog.i18n.DateTimeSymbols_dsb = { + ERAS: ['pś.Chr.n.', 'pó Chr.n.'], + ERANAMES: ['pśed Kristusowym naroźenim', 'pó Kristusowem naroźenju'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januara', 'februara', 'měrca', 'apryla', 'maja', 'junija', 'julija', 'awgusta', 'septembra', 'oktobra', 'nowembra', 'decembra'], + STANDALONEMONTHS: ['januar', 'februar', 'měrc', 'apryl', 'maj', 'junij', 'julij', 'awgust', 'september', 'oktober', 'nowember', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'měr.', 'apr.', 'maj.', 'jun.', 'jul.', 'awg.', 'sep.', 'okt.', 'now.', 'dec.'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'měr', 'apr', 'maj', 'jun', 'jul', 'awg', 'sep', 'okt', 'now', 'dec'], + WEEKDAYS: ['njeźela', 'pónjeźele', 'wałtora', 'srjoda', 'stwórtk', 'pětk', 'sobota'], + STANDALONEWEEKDAYS: ['njeźela', 'pónjeźele', 'wałtora', 'srjoda', 'stwórtk', 'pětk', 'sobota'], + SHORTWEEKDAYS: ['nje', 'pón', 'wał', 'srj', 'stw', 'pět', 'sob'], + STANDALONESHORTWEEKDAYS: ['nje', 'pón', 'wał', 'srj', 'stw', 'pět', 'sob'], + NARROWWEEKDAYS: ['n', 'p', 'w', 's', 's', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'w', 's', 's', 'p', 's'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. kwartal', '2. kwartal', '3. kwartal', '4. kwartal'], + AMPMS: ['dopołdnja', 'wótpołdnja'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd.M.y', 'd.M.yy'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale dsb_DE. + */ +goog.i18n.DateTimeSymbols_dsb_DE = goog.i18n.DateTimeSymbols_dsb; + + +/** + * Date/time formatting symbols for locale dua. + */ +goog.i18n.DateTimeSymbols_dua = { + ERAS: ['ɓ.Ys', 'mb.Ys'], + ERANAMES: ['ɓoso ɓwá yáɓe lá', 'mbúsa kwédi a Yés'], + NARROWMONTHS: ['d', 'ŋ', 's', 'd', 'e', 'e', 'm', 'd', 'n', 'm', 't', 'e'], + STANDALONENARROWMONTHS: ['d', 'ŋ', 's', 'd', 'e', 'e', 'm', 'd', 'n', 'm', 't', 'e'], + MONTHS: ['dimɔ́di', 'ŋgɔndɛ', 'sɔŋɛ', 'diɓáɓá', 'emiasele', 'esɔpɛsɔpɛ', 'madiɓɛ́díɓɛ́', 'diŋgindi', 'nyɛtɛki', 'mayésɛ́', 'tiníní', 'eláŋgɛ́'], + STANDALONEMONTHS: ['dimɔ́di', 'ŋgɔndɛ', 'sɔŋɛ', 'diɓáɓá', 'emiasele', 'esɔpɛsɔpɛ', 'madiɓɛ́díɓɛ́', 'diŋgindi', 'nyɛtɛki', 'mayésɛ́', 'tiníní', 'eláŋgɛ́'], + SHORTMONTHS: ['di', 'ŋgɔn', 'sɔŋ', 'diɓ', 'emi', 'esɔ', 'mad', 'diŋ', 'nyɛt', 'may', 'tin', 'elá'], + STANDALONESHORTMONTHS: ['di', 'ŋgɔn', 'sɔŋ', 'diɓ', 'emi', 'esɔ', 'mad', 'diŋ', 'nyɛt', 'may', 'tin', 'elá'], + WEEKDAYS: ['éti', 'mɔ́sú', 'kwasú', 'mukɔ́sú', 'ŋgisú', 'ɗónɛsú', 'esaɓasú'], + STANDALONEWEEKDAYS: ['éti', 'mɔ́sú', 'kwasú', 'mukɔ́sú', 'ŋgisú', 'ɗónɛsú', 'esaɓasú'], + SHORTWEEKDAYS: ['ét', 'mɔ́s', 'kwa', 'muk', 'ŋgi', 'ɗón', 'esa'], + STANDALONESHORTWEEKDAYS: ['ét', 'mɔ́s', 'kwa', 'muk', 'ŋgi', 'ɗón', 'esa'], + NARROWWEEKDAYS: ['e', 'm', 'k', 'm', 'ŋ', 'ɗ', 'e'], + STANDALONENARROWWEEKDAYS: ['e', 'm', 'k', 'm', 'ŋ', 'ɗ', 'e'], + SHORTQUARTERS: ['ndu1', 'ndu2', 'ndu3', 'ndu4'], + QUARTERS: ['ndúmbū nyá ɓosó', 'ndúmbū ní lóndɛ́ íɓaá', 'ndúmbū ní lóndɛ́ ílálo', 'ndúmbū ní lóndɛ́ ínɛ́y'], + AMPMS: ['idiɓa', 'ebyámu'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale dua_CM. + */ +goog.i18n.DateTimeSymbols_dua_CM = goog.i18n.DateTimeSymbols_dua; + + +/** + * Date/time formatting symbols for locale dyo. + */ +goog.i18n.DateTimeSymbols_dyo = { + ERAS: ['ArY', 'AtY'], + ERANAMES: ['Ariŋuu Yeesu', 'Atooŋe Yeesu'], + NARROWMONTHS: ['S', 'F', 'M', 'A', 'M', 'S', 'S', 'U', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['S', 'F', 'M', 'A', 'M', 'S', 'S', 'U', 'S', 'O', 'N', 'D'], + MONTHS: ['Sanvie', 'Fébirie', 'Mars', 'Aburil', 'Mee', 'Sueŋ', 'Súuyee', 'Ut', 'Settembar', 'Oktobar', 'Novembar', 'Disambar'], + STANDALONEMONTHS: ['Sanvie', 'Fébirie', 'Mars', 'Aburil', 'Mee', 'Sueŋ', 'Súuyee', 'Ut', 'Settembar', 'Oktobar', 'Novembar', 'Disambar'], + SHORTMONTHS: ['Sa', 'Fe', 'Ma', 'Ab', 'Me', 'Su', 'Sú', 'Ut', 'Se', 'Ok', 'No', 'De'], + STANDALONESHORTMONTHS: ['Sa', 'Fe', 'Ma', 'Ab', 'Me', 'Su', 'Sú', 'Ut', 'Se', 'Ok', 'No', 'De'], + WEEKDAYS: ['Dimas', 'Teneŋ', 'Talata', 'Alarbay', 'Aramisay', 'Arjuma', 'Sibiti'], + STANDALONEWEEKDAYS: ['Dimas', 'Teneŋ', 'Talata', 'Alarbay', 'Aramisay', 'Arjuma', 'Sibiti'], + SHORTWEEKDAYS: ['Dim', 'Ten', 'Tal', 'Ala', 'Ara', 'Arj', 'Sib'], + STANDALONESHORTWEEKDAYS: ['Dim', 'Ten', 'Tal', 'Ala', 'Ara', 'Arj', 'Sib'], + NARROWWEEKDAYS: ['D', 'T', 'T', 'A', 'A', 'A', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'T', 'T', 'A', 'A', 'A', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale dyo_SN. + */ +goog.i18n.DateTimeSymbols_dyo_SN = goog.i18n.DateTimeSymbols_dyo; + + +/** + * Date/time formatting symbols for locale dz. + */ +goog.i18n.DateTimeSymbols_dz = { + ZERODIGIT: 0x0F20, + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['༡', '༢', '༣', '4', '༥', '༦', '༧', '༨', '9', '༡༠', '༡༡', '༡༢'], + STANDALONENARROWMONTHS: ['༡', '༢', '༣', '༤', '༥', '༦', '༧', '༨', '༩', '༡༠', '༡༡', '༡༢'], + MONTHS: ['ཟླ་དངཔ་', 'ཟླ་གཉིས་པ་', 'ཟླ་གསུམ་པ་', 'ཟླ་བཞི་པ་', 'ཟླ་ལྔ་པ་', 'ཟླ་དྲུག་པ', 'ཟླ་བདུན་པ་', 'ཟླ་བརྒྱད་པ་', 'ཟླ་དགུ་པ་', 'ཟླ་བཅུ་པ་', 'ཟླ་བཅུ་གཅིག་པ་', 'ཟླ་བཅུ་གཉིས་པ་'], + STANDALONEMONTHS: ['སྤྱི་ཟླ་དངཔ་', 'སྤྱི་ཟླ་གཉིས་པ་', 'སྤྱི་ཟླ་གསུམ་པ་', 'སྤྱི་ཟླ་བཞི་པ', 'སྤྱི་ཟླ་ལྔ་པ་', 'སྤྱི་ཟླ་དྲུག་པ', 'སྤྱི་ཟླ་བདུན་པ་', 'སྤྱི་ཟླ་བརྒྱད་པ་', 'སྤྱི་ཟླ་དགུ་པ་', 'སྤྱི་ཟླ་བཅུ་པ་', 'སྤྱི་ཟླ་བཅུ་གཅིག་པ་', 'སྤྱི་ཟླ་བཅུ་གཉིས་པ་'], + SHORTMONTHS: ['༡', '༢', '༣', '༤', '༥', '༦', '༧', '༨', '༩', '༡༠', '༡༡', '12'], + STANDALONESHORTMONTHS: ['ཟླ་༡', 'ཟླ་༢', 'ཟླ་༣', 'ཟླ་༤', 'ཟླ་༥', 'ཟླ་༦', 'ཟླ་༧', 'ཟླ་༨', 'ཟླ་༩', 'ཟླ་༡༠', 'ཟླ་༡༡', 'ཟླ་༡༢'], + WEEKDAYS: ['གཟའ་ཟླ་བ་', 'གཟའ་མིག་དམར་', 'གཟའ་ལྷག་པ་', 'གཟའ་ཕུར་བུ་', 'གཟའ་པ་སངས་', 'གཟའ་སྤེན་པ་', 'གཟའ་ཉི་མ་'], + STANDALONEWEEKDAYS: ['གཟའ་ཟླ་བ་', 'གཟའ་མིག་དམར་', 'གཟའ་ལྷག་པ་', 'གཟའ་ཕུར་བུ་', 'གཟའ་པ་སངས་', 'གཟའ་སྤེན་པ་', 'གཟའ་ཉི་མ་'], + SHORTWEEKDAYS: ['ཟླ་', 'མིར་', 'ལྷག་', 'ཕུར་', 'སངས་', 'སྤེན་', 'ཉི་'], + STANDALONESHORTWEEKDAYS: ['ཟླ་', 'མིར་', 'ལྷག་', 'ཕུར་', 'སངས་', 'སྤེན་', 'ཉི་'], + NARROWWEEKDAYS: ['ཟླ', 'མིར', 'ལྷག', 'ཕུར', 'སངྶ', 'སྤེན', 'ཉི'], + STANDALONENARROWWEEKDAYS: ['ཟླ', 'མིར', 'ལྷག', 'ཕུར', 'སངྶ', 'སྤེན', 'ཉི'], + SHORTQUARTERS: ['བཞི་དཔྱ་༡', 'བཞི་དཔྱ་༢', 'བཞི་དཔྱ་༣', 'བཞི་དཔྱ་༤'], + QUARTERS: ['བཞི་དཔྱ་དང་པ་', 'བཞི་དཔྱ་གཉིས་པ་', 'བཞི་དཔྱ་གསུམ་པ་', 'བཞི་དཔྱ་བཞི་པ་'], + AMPMS: ['སྔ་ཆ་', 'ཕྱི་ཆ་'], + DATEFORMATS: ['EEEE, སྤྱི་ལོ་y MMMM ཚེས་dd', 'སྤྱི་ལོ་y MMMM ཚེས་ dd', 'སྤྱི་ལོ་y ཟླ་MMM ཚེས་dd', 'y-MM-dd'], + TIMEFORMATS: ['ཆུ་ཚོད་ h སྐར་མ་ mm:ss a zzzz', 'ཆུ་ཚོད་ h སྐར་མ་ mm:ss a z', 'ཆུ་ཚོད་h:mm:ss a', 'ཆུ་ཚོད་ h སྐར་མ་ mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale dz_BT. + */ +goog.i18n.DateTimeSymbols_dz_BT = goog.i18n.DateTimeSymbols_dz; + + +/** + * Date/time formatting symbols for locale ebu. + */ +goog.i18n.DateTimeSymbols_ebu = { + ERAS: ['MK', 'TK'], + ERANAMES: ['Mbere ya Kristo', 'Thutha wa Kristo'], + NARROWMONTHS: ['M', 'K', 'K', 'K', 'G', 'G', 'M', 'K', 'K', 'I', 'I', 'I'], + STANDALONENARROWMONTHS: ['M', 'K', 'K', 'K', 'G', 'G', 'M', 'K', 'K', 'I', 'I', 'I'], + MONTHS: ['Mweri wa mbere', 'Mweri wa kaĩri', 'Mweri wa kathatũ', 'Mweri wa kana', 'Mweri wa gatano', 'Mweri wa gatantatũ', 'Mweri wa mũgwanja', 'Mweri wa kanana', 'Mweri wa kenda', 'Mweri wa ikũmi', 'Mweri wa ikũmi na ũmwe', 'Mweri wa ikũmi na Kaĩrĩ'], + STANDALONEMONTHS: ['Mweri wa mbere', 'Mweri wa kaĩri', 'Mweri wa kathatũ', 'Mweri wa kana', 'Mweri wa gatano', 'Mweri wa gatantatũ', 'Mweri wa mũgwanja', 'Mweri wa kanana', 'Mweri wa kenda', 'Mweri wa ikũmi', 'Mweri wa ikũmi na ũmwe', 'Mweri wa ikũmi na Kaĩrĩ'], + SHORTMONTHS: ['Mbe', 'Kai', 'Kat', 'Kan', 'Gat', 'Gan', 'Mug', 'Knn', 'Ken', 'Iku', 'Imw', 'Igi'], + STANDALONESHORTMONTHS: ['Mbe', 'Kai', 'Kat', 'Kan', 'Gat', 'Gan', 'Mug', 'Knn', 'Ken', 'Iku', 'Imw', 'Igi'], + WEEKDAYS: ['Kiumia', 'Njumatatu', 'Njumaine', 'Njumatano', 'Aramithi', 'Njumaa', 'NJumamothii'], + STANDALONEWEEKDAYS: ['Kiumia', 'Njumatatu', 'Njumaine', 'Njumatano', 'Aramithi', 'Njumaa', 'NJumamothii'], + SHORTWEEKDAYS: ['Kma', 'Tat', 'Ine', 'Tan', 'Arm', 'Maa', 'NMM'], + STANDALONESHORTWEEKDAYS: ['Kma', 'Tat', 'Ine', 'Tan', 'Arm', 'Maa', 'NMM'], + NARROWWEEKDAYS: ['K', 'N', 'N', 'N', 'A', 'M', 'N'], + STANDALONENARROWWEEKDAYS: ['K', 'N', 'N', 'N', 'A', 'M', 'N'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kuota ya mbere', 'Kuota ya Kaĩrĩ', 'Kuota ya kathatu', 'Kuota ya kana'], + AMPMS: ['KI', 'UT'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ebu_KE. + */ +goog.i18n.DateTimeSymbols_ebu_KE = goog.i18n.DateTimeSymbols_ebu; + + +/** + * Date/time formatting symbols for locale ee. + */ +goog.i18n.DateTimeSymbols_ee = { + ERAS: ['hY', 'Yŋ'], + ERANAMES: ['Hafi Yesu Va Do ŋgɔ', 'Yesu Ŋɔli'], + NARROWMONTHS: ['d', 'd', 't', 'a', 'd', 'm', 's', 'd', 'a', 'k', 'a', 'd'], + STANDALONENARROWMONTHS: ['d', 'd', 't', 'a', 'd', 'm', 's', 'd', 'a', 'k', 'a', 'd'], + MONTHS: ['dzove', 'dzodze', 'tedoxe', 'afɔfĩe', 'dama', 'masa', 'siamlɔm', 'deasiamime', 'anyɔnyɔ', 'kele', 'adeɛmekpɔxe', 'dzome'], + STANDALONEMONTHS: ['dzove', 'dzodze', 'tedoxe', 'afɔfĩe', 'dama', 'masa', 'siamlɔm', 'deasiamime', 'anyɔnyɔ', 'kele', 'adeɛmekpɔxe', 'dzome'], + SHORTMONTHS: ['dzv', 'dzd', 'ted', 'afɔ', 'dam', 'mas', 'sia', 'dea', 'any', 'kel', 'ade', 'dzm'], + STANDALONESHORTMONTHS: ['dzv', 'dzd', 'ted', 'afɔ', 'dam', 'mas', 'sia', 'dea', 'any', 'kel', 'ade', 'dzm'], + WEEKDAYS: ['kɔsiɖa', 'dzoɖa', 'blaɖa', 'kuɖa', 'yawoɖa', 'fiɖa', 'memleɖa'], + STANDALONEWEEKDAYS: ['kɔsiɖa', 'dzoɖa', 'blaɖa', 'kuɖa', 'yawoɖa', 'fiɖa', 'memleɖa'], + SHORTWEEKDAYS: ['kɔs', 'dzo', 'bla', 'kuɖ', 'yaw', 'fiɖ', 'mem'], + STANDALONESHORTWEEKDAYS: ['kɔs', 'dzo', 'bla', 'kuɖ', 'yaw', 'fiɖ', 'mem'], + NARROWWEEKDAYS: ['k', 'd', 'b', 'k', 'y', 'f', 'm'], + STANDALONENARROWWEEKDAYS: ['k', 'd', 'b', 'k', 'y', 'f', 'm'], + SHORTQUARTERS: ['k1', 'k2', 'k3', 'k4'], + QUARTERS: ['kɔta gbãtɔ', 'kɔta evelia', 'kɔta etɔ̃lia', 'kɔta enelia'], + AMPMS: ['ŋdi', 'ɣetrɔ'], + DATEFORMATS: ['EEEE, MMMM d \'lia\' y', 'MMMM d \'lia\' y', 'MMM d \'lia\', y', 'M/d/yy'], + TIMEFORMATS: ['a \'ga\' h:mm:ss zzzz', 'a \'ga\' h:mm:ss z', 'a \'ga\' h:mm:ss', 'a \'ga\' h:mm'], + DATETIMEFORMATS: ['{0} {1}', '{0} {1}', '{0} {1}', '{0} {1}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ee_GH. + */ +goog.i18n.DateTimeSymbols_ee_GH = goog.i18n.DateTimeSymbols_ee; + + +/** + * Date/time formatting symbols for locale ee_TG. + */ +goog.i18n.DateTimeSymbols_ee_TG = { + ERAS: ['hY', 'Yŋ'], + ERANAMES: ['Hafi Yesu Va Do ŋgɔ', 'Yesu Ŋɔli'], + NARROWMONTHS: ['d', 'd', 't', 'a', 'd', 'm', 's', 'd', 'a', 'k', 'a', 'd'], + STANDALONENARROWMONTHS: ['d', 'd', 't', 'a', 'd', 'm', 's', 'd', 'a', 'k', 'a', 'd'], + MONTHS: ['dzove', 'dzodze', 'tedoxe', 'afɔfĩe', 'dama', 'masa', 'siamlɔm', 'deasiamime', 'anyɔnyɔ', 'kele', 'adeɛmekpɔxe', 'dzome'], + STANDALONEMONTHS: ['dzove', 'dzodze', 'tedoxe', 'afɔfĩe', 'dama', 'masa', 'siamlɔm', 'deasiamime', 'anyɔnyɔ', 'kele', 'adeɛmekpɔxe', 'dzome'], + SHORTMONTHS: ['dzv', 'dzd', 'ted', 'afɔ', 'dam', 'mas', 'sia', 'dea', 'any', 'kel', 'ade', 'dzm'], + STANDALONESHORTMONTHS: ['dzv', 'dzd', 'ted', 'afɔ', 'dam', 'mas', 'sia', 'dea', 'any', 'kel', 'ade', 'dzm'], + WEEKDAYS: ['kɔsiɖa', 'dzoɖa', 'blaɖa', 'kuɖa', 'yawoɖa', 'fiɖa', 'memleɖa'], + STANDALONEWEEKDAYS: ['kɔsiɖa', 'dzoɖa', 'blaɖa', 'kuɖa', 'yawoɖa', 'fiɖa', 'memleɖa'], + SHORTWEEKDAYS: ['kɔs', 'dzo', 'bla', 'kuɖ', 'yaw', 'fiɖ', 'mem'], + STANDALONESHORTWEEKDAYS: ['kɔs', 'dzo', 'bla', 'kuɖ', 'yaw', 'fiɖ', 'mem'], + NARROWWEEKDAYS: ['k', 'd', 'b', 'k', 'y', 'f', 'm'], + STANDALONENARROWWEEKDAYS: ['k', 'd', 'b', 'k', 'y', 'f', 'm'], + SHORTQUARTERS: ['k1', 'k2', 'k3', 'k4'], + QUARTERS: ['kɔta gbãtɔ', 'kɔta evelia', 'kɔta etɔ̃lia', 'kɔta enelia'], + AMPMS: ['ŋdi', 'ɣetrɔ'], + DATEFORMATS: ['EEEE, MMMM d \'lia\' y', 'MMMM d \'lia\' y', 'MMM d \'lia\', y', 'M/d/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{0} {1}', '{0} {1}', '{0} {1}', '{0} {1}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale el_CY. + */ +goog.i18n.DateTimeSymbols_el_CY = { + ERAS: ['π.Χ.', 'μ.Χ.'], + ERANAMES: ['προ Χριστού', 'μετά Χριστόν'], + NARROWMONTHS: ['Ι', 'Φ', 'Μ', 'Α', 'Μ', 'Ι', 'Ι', 'Α', 'Σ', 'Ο', 'Ν', 'Δ'], + STANDALONENARROWMONTHS: ['Ι', 'Φ', 'Μ', 'Α', 'Μ', 'Ι', 'Ι', 'Α', 'Σ', 'Ο', 'Ν', 'Δ'], + MONTHS: ['Ιανουαρίου', 'Φεβρουαρίου', 'Μαρτίου', 'Απριλίου', 'Μαΐου', 'Ιουνίου', 'Ιουλίου', 'Αυγούστου', 'Σεπτεμβρίου', 'Οκτωβρίου', 'Νοεμβρίου', 'Δεκεμβρίου'], + STANDALONEMONTHS: ['Ιανουάριος', 'Φεβρουάριος', 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος'], + SHORTMONTHS: ['Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαΐ', 'Ιουν', 'Ιουλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ'], + STANDALONESHORTMONTHS: ['Ιαν', 'Φεβ', 'Μάρ', 'Απρ', 'Μάι', 'Ιούν', 'Ιούλ', 'Αύγ', 'Σεπ', 'Οκτ', 'Νοέ', 'Δεκ'], + WEEKDAYS: ['Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο'], + STANDALONEWEEKDAYS: ['Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο'], + SHORTWEEKDAYS: ['Κυρ', 'Δευ', 'Τρί', 'Τετ', 'Πέμ', 'Παρ', 'Σάβ'], + STANDALONESHORTWEEKDAYS: ['Κυρ', 'Δευ', 'Τρί', 'Τετ', 'Πέμ', 'Παρ', 'Σάβ'], + NARROWWEEKDAYS: ['Κ', 'Δ', 'Τ', 'Τ', 'Π', 'Π', 'Σ'], + STANDALONENARROWWEEKDAYS: ['Κ', 'Δ', 'Τ', 'Τ', 'Π', 'Π', 'Σ'], + SHORTQUARTERS: ['Τ1', 'Τ2', 'Τ3', 'Τ4'], + QUARTERS: ['1ο τρίμηνο', '2ο τρίμηνο', '3ο τρίμηνο', '4ο τρίμηνο'], + AMPMS: ['π.μ.', 'μ.μ.'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} - {0}', '{1} - {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale el_GR. + */ +goog.i18n.DateTimeSymbols_el_GR = goog.i18n.DateTimeSymbols_el; + + +/** + * Date/time formatting symbols for locale en_001. + */ +goog.i18n.DateTimeSymbols_en_001 = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_150. + */ +goog.i18n.DateTimeSymbols_en_150 = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_AG. + */ +goog.i18n.DateTimeSymbols_en_AG = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_AI. + */ +goog.i18n.DateTimeSymbols_en_AI = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_AS. + */ +goog.i18n.DateTimeSymbols_en_AS = goog.i18n.DateTimeSymbols_en; + + +/** + * Date/time formatting symbols for locale en_AT. + */ +goog.i18n.DateTimeSymbols_en_AT = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_BB. + */ +goog.i18n.DateTimeSymbols_en_BB = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_BE. + */ +goog.i18n.DateTimeSymbols_en_BE = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'dd MMM y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_BI. + */ +goog.i18n.DateTimeSymbols_en_BI = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_BM. + */ +goog.i18n.DateTimeSymbols_en_BM = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_BS. + */ +goog.i18n.DateTimeSymbols_en_BS = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_BW. + */ +goog.i18n.DateTimeSymbols_en_BW = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, dd MMMM y', 'dd MMMM y', 'dd MMM y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_BZ. + */ +goog.i18n.DateTimeSymbols_en_BZ = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, dd MMMM y', 'dd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_CC. + */ +goog.i18n.DateTimeSymbols_en_CC = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_CH. + */ +goog.i18n.DateTimeSymbols_en_CH = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_CK. + */ +goog.i18n.DateTimeSymbols_en_CK = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_CM. + */ +goog.i18n.DateTimeSymbols_en_CM = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_CX. + */ +goog.i18n.DateTimeSymbols_en_CX = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_CY. + */ +goog.i18n.DateTimeSymbols_en_CY = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_DE. + */ +goog.i18n.DateTimeSymbols_en_DE = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_DG. + */ +goog.i18n.DateTimeSymbols_en_DG = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_DK. + */ +goog.i18n.DateTimeSymbols_en_DK = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH.mm.ss zzzz', 'HH.mm.ss z', 'HH.mm.ss', 'HH.mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_DM. + */ +goog.i18n.DateTimeSymbols_en_DM = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_ER. + */ +goog.i18n.DateTimeSymbols_en_ER = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_FI. + */ +goog.i18n.DateTimeSymbols_en_FI = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['H.mm.ss zzzz', 'H.mm.ss z', 'H.mm.ss', 'H.mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_FJ. + */ +goog.i18n.DateTimeSymbols_en_FJ = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_FK. + */ +goog.i18n.DateTimeSymbols_en_FK = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_FM. + */ +goog.i18n.DateTimeSymbols_en_FM = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_GD. + */ +goog.i18n.DateTimeSymbols_en_GD = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_GG. + */ +goog.i18n.DateTimeSymbols_en_GG = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_GH. + */ +goog.i18n.DateTimeSymbols_en_GH = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_GI. + */ +goog.i18n.DateTimeSymbols_en_GI = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_GM. + */ +goog.i18n.DateTimeSymbols_en_GM = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_GU. + */ +goog.i18n.DateTimeSymbols_en_GU = goog.i18n.DateTimeSymbols_en; + + +/** + * Date/time formatting symbols for locale en_GY. + */ +goog.i18n.DateTimeSymbols_en_GY = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_HK. + */ +goog.i18n.DateTimeSymbols_en_HK = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_IL. + */ +goog.i18n.DateTimeSymbols_en_IL = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_IM. + */ +goog.i18n.DateTimeSymbols_en_IM = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_IO. + */ +goog.i18n.DateTimeSymbols_en_IO = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_JE. + */ +goog.i18n.DateTimeSymbols_en_JE = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_JM. + */ +goog.i18n.DateTimeSymbols_en_JM = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_KE. + */ +goog.i18n.DateTimeSymbols_en_KE = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_KI. + */ +goog.i18n.DateTimeSymbols_en_KI = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_KN. + */ +goog.i18n.DateTimeSymbols_en_KN = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_KY. + */ +goog.i18n.DateTimeSymbols_en_KY = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_LC. + */ +goog.i18n.DateTimeSymbols_en_LC = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_LR. + */ +goog.i18n.DateTimeSymbols_en_LR = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_LS. + */ +goog.i18n.DateTimeSymbols_en_LS = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_MG. + */ +goog.i18n.DateTimeSymbols_en_MG = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_MH. + */ +goog.i18n.DateTimeSymbols_en_MH = goog.i18n.DateTimeSymbols_en; + + +/** + * Date/time formatting symbols for locale en_MO. + */ +goog.i18n.DateTimeSymbols_en_MO = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_MP. + */ +goog.i18n.DateTimeSymbols_en_MP = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_MS. + */ +goog.i18n.DateTimeSymbols_en_MS = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_MT. + */ +goog.i18n.DateTimeSymbols_en_MT = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'dd MMMM y', 'dd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_MU. + */ +goog.i18n.DateTimeSymbols_en_MU = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_MW. + */ +goog.i18n.DateTimeSymbols_en_MW = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_MY. + */ +goog.i18n.DateTimeSymbols_en_MY = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_NA. + */ +goog.i18n.DateTimeSymbols_en_NA = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_NF. + */ +goog.i18n.DateTimeSymbols_en_NF = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_NG. + */ +goog.i18n.DateTimeSymbols_en_NG = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_NL. + */ +goog.i18n.DateTimeSymbols_en_NL = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_NR. + */ +goog.i18n.DateTimeSymbols_en_NR = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_NU. + */ +goog.i18n.DateTimeSymbols_en_NU = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_NZ. + */ +goog.i18n.DateTimeSymbols_en_NZ = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd/MM/y', 'd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_PG. + */ +goog.i18n.DateTimeSymbols_en_PG = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_PH. + */ +goog.i18n.DateTimeSymbols_en_PH = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_PK. + */ +goog.i18n.DateTimeSymbols_en_PK = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'dd-MMM-y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_PN. + */ +goog.i18n.DateTimeSymbols_en_PN = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_PR. + */ +goog.i18n.DateTimeSymbols_en_PR = goog.i18n.DateTimeSymbols_en; + + +/** + * Date/time formatting symbols for locale en_PW. + */ +goog.i18n.DateTimeSymbols_en_PW = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_RW. + */ +goog.i18n.DateTimeSymbols_en_RW = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_SB. + */ +goog.i18n.DateTimeSymbols_en_SB = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_SC. + */ +goog.i18n.DateTimeSymbols_en_SC = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_SD. + */ +goog.i18n.DateTimeSymbols_en_SD = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale en_SE. + */ +goog.i18n.DateTimeSymbols_en_SE = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale en_SH. + */ +goog.i18n.DateTimeSymbols_en_SH = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_SI. + */ +goog.i18n.DateTimeSymbols_en_SI = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_SL. + */ +goog.i18n.DateTimeSymbols_en_SL = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_SS. + */ +goog.i18n.DateTimeSymbols_en_SS = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_SX. + */ +goog.i18n.DateTimeSymbols_en_SX = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_SZ. + */ +goog.i18n.DateTimeSymbols_en_SZ = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_TC. + */ +goog.i18n.DateTimeSymbols_en_TC = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_TK. + */ +goog.i18n.DateTimeSymbols_en_TK = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_TO. + */ +goog.i18n.DateTimeSymbols_en_TO = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_TT. + */ +goog.i18n.DateTimeSymbols_en_TT = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_TV. + */ +goog.i18n.DateTimeSymbols_en_TV = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_TZ. + */ +goog.i18n.DateTimeSymbols_en_TZ = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_UG. + */ +goog.i18n.DateTimeSymbols_en_UG = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_UM. + */ +goog.i18n.DateTimeSymbols_en_UM = goog.i18n.DateTimeSymbols_en; + + +/** + * Date/time formatting symbols for locale en_US_POSIX. + */ +goog.i18n.DateTimeSymbols_en_US_POSIX = goog.i18n.DateTimeSymbols_en; + + +/** + * Date/time formatting symbols for locale en_VC. + */ +goog.i18n.DateTimeSymbols_en_VC = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_VG. + */ +goog.i18n.DateTimeSymbols_en_VG = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_VI. + */ +goog.i18n.DateTimeSymbols_en_VI = goog.i18n.DateTimeSymbols_en; + + +/** + * Date/time formatting symbols for locale en_VU. + */ +goog.i18n.DateTimeSymbols_en_VU = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_WS. + */ +goog.i18n.DateTimeSymbols_en_WS = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale en_XA. + */ +goog.i18n.DateTimeSymbols_en_XA = { + ERAS: ['[ƁÇ one]', '[ÅÐ one]'], + ERANAMES: ['[Ɓéƒöŕé Çĥŕîšţ one two]', '[Åññö Ðöɱîñî one two]'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['[Ĵåñûåŕý one]', '[Ƒéƀŕûåŕý one]', '[Ṁåŕçĥ one]', '[Åþŕîļ one]', '[Ṁåý one]', '[Ĵûñé one]', '[Ĵûļý one]', '[Åûĝûšţ one]', '[Šéþţéɱƀéŕ one two]', '[Öçţöƀéŕ one]', '[Ñöṽéɱƀéŕ one]', '[Ðéçéɱƀéŕ one]'], + STANDALONEMONTHS: ['[Ĵåñûåŕý one]', '[Ƒéƀŕûåŕý one]', '[Ṁåŕçĥ one]', '[Åþŕîļ one]', '[Ṁåý one]', '[Ĵûñé one]', '[Ĵûļý one]', '[Åûĝûšţ one]', '[Šéþţéɱƀéŕ one two]', '[Öçţöƀéŕ one]', '[Ñöṽéɱƀéŕ one]', '[Ðéçéɱƀéŕ one]'], + SHORTMONTHS: ['[Ĵåñ one]', '[Ƒéƀ one]', '[Ṁåŕ one]', '[Åþŕ one]', '[Ṁåý one]', '[Ĵûñ one]', '[Ĵûļ one]', '[Åûĝ one]', '[Šéþ one]', '[Öçţ one]', '[Ñöṽ one]', '[Ðéç one]'], + STANDALONESHORTMONTHS: ['[Ĵåñ one]', '[Ƒéƀ one]', '[Ṁåŕ one]', '[Åþŕ one]', '[Ṁåý one]', '[Ĵûñ one]', '[Ĵûļ one]', '[Åûĝ one]', '[Šéþ one]', '[Öçţ one]', '[Ñöṽ one]', '[Ðéç one]'], + WEEKDAYS: ['[Šûñðåý one]', '[Ṁöñðåý one]', '[Ţûéšðåý one]', '[Ŵéðñéšðåý one two]', '[Ţĥûŕšðåý one]', '[Ƒŕîðåý one]', '[Šåţûŕðåý one]'], + STANDALONEWEEKDAYS: ['[Šûñðåý one]', '[Ṁöñðåý one]', '[Ţûéšðåý one]', '[Ŵéðñéšðåý one two]', '[Ţĥûŕšðåý one]', '[Ƒŕîðåý one]', '[Šåţûŕðåý one]'], + SHORTWEEKDAYS: ['[Šûñ one]', '[Ṁöñ one]', '[Ţûé one]', '[Ŵéð one]', '[Ţĥû one]', '[Ƒŕî one]', '[Šåţ one]'], + STANDALONESHORTWEEKDAYS: ['[Šûñ one]', '[Ṁöñ one]', '[Ţûé one]', '[Ŵéð one]', '[Ţĥû one]', '[Ƒŕî one]', '[Šåţ one]'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['[Ǫ① one]', '[Ǫ② one]', '[Ǫ③ one]', '[Ǫ④ one]'], + QUARTERS: ['[①šţ ǫûåŕţéŕ one two]', '[②ñð ǫûåŕţéŕ one two]', '[③ŕð ǫûåŕţéŕ one two]', '[④ţĥ ǫûåŕţéŕ one two]'], + AMPMS: ['[ÅṀ one]', '[ÞṀ one]'], + DATEFORMATS: ['[EEEE, MMMM d, y]', '[MMMM d, y]', '[MMM d, y]', '[M/d/yy]'], + TIMEFORMATS: ['[h:mm:ss a zzzz]', '[h:mm:ss a z]', '[h:mm:ss a]', '[h:mm a]'], + DATETIMEFORMATS: ['[{1} \'åţ\' {0} \'one\']', '[{1} \'åţ\' {0} \'one\']', '[{1}, {0}]', '[{1}, {0}]'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_ZM. + */ +goog.i18n.DateTimeSymbols_en_ZM = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale en_ZW. + */ +goog.i18n.DateTimeSymbols_en_ZW = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Before Christ', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, dd MMMM y', 'dd MMMM y', 'dd MMM,y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'at\' {0}', '{1} \'at\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale eo. + */ +goog.i18n.DateTimeSymbols_eo = { + ERAS: ['aK', 'pK'], + ERANAMES: ['aK', 'pK'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['januaro', 'februaro', 'marto', 'aprilo', 'majo', 'junio', 'julio', 'aŭgusto', 'septembro', 'oktobro', 'novembro', 'decembro'], + STANDALONEMONTHS: ['januaro', 'februaro', 'marto', 'aprilo', 'majo', 'junio', 'julio', 'aŭgusto', 'septembro', 'oktobro', 'novembro', 'decembro'], + SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aŭg', 'sep', 'okt', 'nov', 'dec'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aŭg', 'sep', 'okt', 'nov', 'dec'], + WEEKDAYS: ['dimanĉo', 'lundo', 'mardo', 'merkredo', 'ĵaŭdo', 'vendredo', 'sabato'], + STANDALONEWEEKDAYS: ['dimanĉo', 'lundo', 'mardo', 'merkredo', 'ĵaŭdo', 'vendredo', 'sabato'], + SHORTWEEKDAYS: ['di', 'lu', 'ma', 'me', 'ĵa', 've', 'sa'], + STANDALONESHORTWEEKDAYS: ['di', 'lu', 'ma', 'me', 'ĵa', 've', 'sa'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['atm', 'ptm'], + DATEFORMATS: ['EEEE, d-\'a\' \'de\' MMMM y', 'y-MMMM-dd', 'y-MMM-dd', 'yy-MM-dd'], + TIMEFORMATS: ['H-\'a\' \'horo\' \'kaj\' m:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_AR. + */ +goog.i18n.DateTimeSymbols_es_AR = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_BO. + */ +goog.i18n.DateTimeSymbols_es_BO = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM \'de\' y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_BR. + */ +goog.i18n.DateTimeSymbols_es_BR = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_BZ. + */ +goog.i18n.DateTimeSymbols_es_BZ = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_CL. + */ +goog.i18n.DateTimeSymbols_es_CL = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd-MM-y', 'dd-MM-yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_CO. + */ +goog.i18n.DateTimeSymbols_es_CO = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd/MM/y', 'd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_CR. + */ +goog.i18n.DateTimeSymbols_es_CR = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_CU. + */ +goog.i18n.DateTimeSymbols_es_CU = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_DO. + */ +goog.i18n.DateTimeSymbols_es_DO = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_EA. + */ +goog.i18n.DateTimeSymbols_es_EA = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['H:mm:ss (zzzz)', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_EC. + */ +goog.i18n.DateTimeSymbols_es_EC = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_GQ. + */ +goog.i18n.DateTimeSymbols_es_GQ = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['H:mm:ss (zzzz)', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_GT. + */ +goog.i18n.DateTimeSymbols_es_GT = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd/MM/y', 'd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_HN. + */ +goog.i18n.DateTimeSymbols_es_HN = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE dd \'de\' MMMM \'de\' y', 'dd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_IC. + */ +goog.i18n.DateTimeSymbols_es_IC = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['H:mm:ss (zzzz)', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_NI. + */ +goog.i18n.DateTimeSymbols_es_NI = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_PA. + */ +goog.i18n.DateTimeSymbols_es_PA = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er. trimestre', '2do. trimestre', '3er. trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'MM/dd/y', 'MM/dd/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_PE. + */ +goog.i18n.DateTimeSymbols_es_PE = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'setiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Setiembre', 'Octubre', 'Noviembre', 'Diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'set.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['Ene.', 'Feb.', 'Mar.', 'Abr.', 'May.', 'Jun.', 'Jul.', 'Ago.', 'Set.', 'Oct.', 'Nov.', 'Dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_PH. + */ +goog.i18n.DateTimeSymbols_es_PH = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_PR. + */ +goog.i18n.DateTimeSymbols_es_PR = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'MM/dd/y', 'MM/dd/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_PY. + */ +goog.i18n.DateTimeSymbols_es_PY = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_SV. + */ +goog.i18n.DateTimeSymbols_es_SV = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale es_UY. + */ +goog.i18n.DateTimeSymbols_es_UY = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['e', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'setiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Setiembre', 'Octubre', 'Noviembre', 'Diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'set.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['Ene.', 'Feb.', 'Mar.', 'Abr.', 'May.', 'Jun.', 'Jul.', 'Ago.', 'Set.', 'Oct.', 'Nov.', 'Dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.er trimestre', '2.º trimestre', '3.er trimestre', '4.º trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale es_VE. + */ +goog.i18n.DateTimeSymbols_es_VE = { + ERAS: ['a. C.', 'd. C.'], + ERANAMES: ['antes de Cristo', 'después de Cristo'], + NARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], + SHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + STANDALONESHORTMONTHS: ['ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sept.', 'oct.', 'nov.', 'dic.'], + WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'], + SHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + STANDALONESHORTWEEKDAYS: ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'j', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2do trimestre', '3er trimestre', '4to trimestre'], + AMPMS: ['a. m.', 'p. m.'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale et_EE. + */ +goog.i18n.DateTimeSymbols_et_EE = goog.i18n.DateTimeSymbols_et; + + +/** + * Date/time formatting symbols for locale eu_ES. + */ +goog.i18n.DateTimeSymbols_eu_ES = goog.i18n.DateTimeSymbols_eu; + + +/** + * Date/time formatting symbols for locale ewo. + */ +goog.i18n.DateTimeSymbols_ewo = { + ERAS: ['oyk', 'ayk'], + ERANAMES: ['osúsúa Yésus kiri', 'ámvus Yésus Kirís'], + NARROWMONTHS: ['o', 'b', 'l', 'n', 't', 's', 'z', 'm', 'e', 'a', 'd', 'b'], + STANDALONENARROWMONTHS: ['o', 'b', 'l', 'n', 't', 's', 'z', 'm', 'e', 'a', 'd', 'b'], + MONTHS: ['ngɔn osú', 'ngɔn bɛ̌', 'ngɔn lála', 'ngɔn nyina', 'ngɔn tána', 'ngɔn saməna', 'ngɔn zamgbála', 'ngɔn mwom', 'ngɔn ebulú', 'ngɔn awóm', 'ngɔn awóm ai dziá', 'ngɔn awóm ai bɛ̌'], + STANDALONEMONTHS: ['ngɔn osú', 'ngɔn bɛ̌', 'ngɔn lála', 'ngɔn nyina', 'ngɔn tána', 'ngɔn saməna', 'ngɔn zamgbála', 'ngɔn mwom', 'ngɔn ebulú', 'ngɔn awóm', 'ngɔn awóm ai dziá', 'ngɔn awóm ai bɛ̌'], + SHORTMONTHS: ['ngo', 'ngb', 'ngl', 'ngn', 'ngt', 'ngs', 'ngz', 'ngm', 'nge', 'nga', 'ngad', 'ngab'], + STANDALONESHORTMONTHS: ['ngo', 'ngb', 'ngl', 'ngn', 'ngt', 'ngs', 'ngz', 'ngm', 'nge', 'nga', 'ngad', 'ngab'], + WEEKDAYS: ['sɔ́ndɔ', 'mɔ́ndi', 'sɔ́ndɔ məlú mə́bɛ̌', 'sɔ́ndɔ məlú mə́lɛ́', 'sɔ́ndɔ məlú mə́nyi', 'fúladé', 'séradé'], + STANDALONEWEEKDAYS: ['sɔ́ndɔ', 'mɔ́ndi', 'sɔ́ndɔ məlú mə́bɛ̌', 'sɔ́ndɔ məlú mə́lɛ́', 'sɔ́ndɔ məlú mə́nyi', 'fúladé', 'séradé'], + SHORTWEEKDAYS: ['sɔ́n', 'mɔ́n', 'smb', 'sml', 'smn', 'fúl', 'sér'], + STANDALONESHORTWEEKDAYS: ['sɔ́n', 'mɔ́n', 'smb', 'sml', 'smn', 'fúl', 'sér'], + NARROWWEEKDAYS: ['s', 'm', 's', 's', 's', 'f', 's'], + STANDALONENARROWWEEKDAYS: ['s', 'm', 's', 's', 's', 'f', 's'], + SHORTQUARTERS: ['nno', 'nnb', 'nnl', 'nnny'], + QUARTERS: ['nsámbá ngɔn asú', 'nsámbá ngɔn bɛ̌', 'nsámbá ngɔn lála', 'nsámbá ngɔn nyina'], + AMPMS: ['kíkíríg', 'ngəgógəle'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ewo_CM. + */ +goog.i18n.DateTimeSymbols_ewo_CM = goog.i18n.DateTimeSymbols_ewo; + + +/** + * Date/time formatting symbols for locale fa_AF. + */ +goog.i18n.DateTimeSymbols_fa_AF = { + ZERODIGIT: 0x06F0, + ERAS: ['ق.م.', 'م.'], + ERANAMES: ['قبل از میلاد', 'میلادی'], + NARROWMONTHS: ['ج', 'ف', 'م', 'ا', 'م', 'ج', 'ج', 'ا', 'س', 'ا', 'ن', 'د'], + STANDALONENARROWMONTHS: ['ج', 'ف', 'م', 'ا', 'م', 'ج', 'ج', 'ا', 'س', 'ا', 'ن', 'د'], + MONTHS: ['جنوری', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جولای', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONEMONTHS: ['جنوری', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جولای', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + SHORTMONTHS: ['جنو', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جول', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسم'], + STANDALONESHORTMONTHS: ['جنوری', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جولای', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + WEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + STANDALONEWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + SHORTWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + STANDALONESHORTWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + NARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], + STANDALONENARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], + SHORTQUARTERS: ['ر۱', 'ر۲', 'ر۳', 'ر۴'], + QUARTERS: ['ربع اول', 'ربع دوم', 'ربع سوم', 'ربع چهارم'], + AMPMS: ['قبل‌ازظهر', 'بعدازظهر'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'y/M/d'], + TIMEFORMATS: ['H:mm:ss (zzzz)', 'H:mm:ss (z)', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1}، ساعت {0}', '{1}، ساعت {0}', '{1}،‏ {0}', '{1}،‏ {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [3, 4], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale fa_IR. + */ +goog.i18n.DateTimeSymbols_fa_IR = goog.i18n.DateTimeSymbols_fa; + + +/** + * Date/time formatting symbols for locale ff. + */ +goog.i18n.DateTimeSymbols_ff = { + ERAS: ['H-I', 'C-I'], + ERANAMES: ['Hade Iisa', 'Caggal Iisa'], + NARROWMONTHS: ['s', 'c', 'm', 's', 'd', 'k', 'm', 'j', 's', 'y', 'j', 'b'], + STANDALONENARROWMONTHS: ['s', 'c', 'm', 's', 'd', 'k', 'm', 'j', 's', 'y', 'j', 'b'], + MONTHS: ['siilo', 'colte', 'mbooy', 'seeɗto', 'duujal', 'korse', 'morso', 'juko', 'siilto', 'yarkomaa', 'jolal', 'bowte'], + STANDALONEMONTHS: ['siilo', 'colte', 'mbooy', 'seeɗto', 'duujal', 'korse', 'morso', 'juko', 'siilto', 'yarkomaa', 'jolal', 'bowte'], + SHORTMONTHS: ['sii', 'col', 'mbo', 'see', 'duu', 'kor', 'mor', 'juk', 'slt', 'yar', 'jol', 'bow'], + STANDALONESHORTMONTHS: ['sii', 'col', 'mbo', 'see', 'duu', 'kor', 'mor', 'juk', 'slt', 'yar', 'jol', 'bow'], + WEEKDAYS: ['dewo', 'aaɓnde', 'mawbaare', 'njeslaare', 'naasaande', 'mawnde', 'hoore-biir'], + STANDALONEWEEKDAYS: ['dewo', 'aaɓnde', 'mawbaare', 'njeslaare', 'naasaande', 'mawnde', 'hoore-biir'], + SHORTWEEKDAYS: ['dew', 'aaɓ', 'maw', 'nje', 'naa', 'mwd', 'hbi'], + STANDALONESHORTWEEKDAYS: ['dew', 'aaɓ', 'maw', 'nje', 'naa', 'mwd', 'hbi'], + NARROWWEEKDAYS: ['d', 'a', 'm', 'n', 'n', 'm', 'h'], + STANDALONENARROWWEEKDAYS: ['d', 'a', 'm', 'n', 'n', 'm', 'h'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['Termes 1', 'Termes 2', 'Termes 3', 'Termes 4'], + AMPMS: ['subaka', 'kikiiɗe'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ff_CM. + */ +goog.i18n.DateTimeSymbols_ff_CM = goog.i18n.DateTimeSymbols_ff; + + +/** + * Date/time formatting symbols for locale ff_GN. + */ +goog.i18n.DateTimeSymbols_ff_GN = goog.i18n.DateTimeSymbols_ff; + + +/** + * Date/time formatting symbols for locale ff_MR. + */ +goog.i18n.DateTimeSymbols_ff_MR = { + ERAS: ['H-I', 'C-I'], + ERANAMES: ['Hade Iisa', 'Caggal Iisa'], + NARROWMONTHS: ['s', 'c', 'm', 's', 'd', 'k', 'm', 'j', 's', 'y', 'j', 'b'], + STANDALONENARROWMONTHS: ['s', 'c', 'm', 's', 'd', 'k', 'm', 'j', 's', 'y', 'j', 'b'], + MONTHS: ['siilo', 'colte', 'mbooy', 'seeɗto', 'duujal', 'korse', 'morso', 'juko', 'siilto', 'yarkomaa', 'jolal', 'bowte'], + STANDALONEMONTHS: ['siilo', 'colte', 'mbooy', 'seeɗto', 'duujal', 'korse', 'morso', 'juko', 'siilto', 'yarkomaa', 'jolal', 'bowte'], + SHORTMONTHS: ['sii', 'col', 'mbo', 'see', 'duu', 'kor', 'mor', 'juk', 'slt', 'yar', 'jol', 'bow'], + STANDALONESHORTMONTHS: ['sii', 'col', 'mbo', 'see', 'duu', 'kor', 'mor', 'juk', 'slt', 'yar', 'jol', 'bow'], + WEEKDAYS: ['dewo', 'aaɓnde', 'mawbaare', 'njeslaare', 'naasaande', 'mawnde', 'hoore-biir'], + STANDALONEWEEKDAYS: ['dewo', 'aaɓnde', 'mawbaare', 'njeslaare', 'naasaande', 'mawnde', 'hoore-biir'], + SHORTWEEKDAYS: ['dew', 'aaɓ', 'maw', 'nje', 'naa', 'mwd', 'hbi'], + STANDALONESHORTWEEKDAYS: ['dew', 'aaɓ', 'maw', 'nje', 'naa', 'mwd', 'hbi'], + NARROWWEEKDAYS: ['d', 'a', 'm', 'n', 'n', 'm', 'h'], + STANDALONENARROWWEEKDAYS: ['d', 'a', 'm', 'n', 'n', 'm', 'h'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['Termes 1', 'Termes 2', 'Termes 3', 'Termes 4'], + AMPMS: ['subaka', 'kikiiɗe'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ff_SN. + */ +goog.i18n.DateTimeSymbols_ff_SN = goog.i18n.DateTimeSymbols_ff; + + +/** + * Date/time formatting symbols for locale fi_FI. + */ +goog.i18n.DateTimeSymbols_fi_FI = goog.i18n.DateTimeSymbols_fi; + + +/** + * Date/time formatting symbols for locale fil_PH. + */ +goog.i18n.DateTimeSymbols_fil_PH = goog.i18n.DateTimeSymbols_fil; + + +/** + * Date/time formatting symbols for locale fo. + */ +goog.i18n.DateTimeSymbols_fo = { + ERAS: ['f.Kr.', 'e.Kr.'], + ERANAMES: ['fyri Krist', 'eftir Krist'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januar', 'februar', 'mars', 'apríl', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'], + STANDALONEMONTHS: ['januar', 'februar', 'mars', 'apríl', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'], + SHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'mai', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'des.'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'des'], + WEEKDAYS: ['sunnudagur', 'mánadagur', 'týsdagur', 'mikudagur', 'hósdagur', 'fríggjadagur', 'leygardagur'], + STANDALONEWEEKDAYS: ['sunnudagur', 'mánadagur', 'týsdagur', 'mikudagur', 'hósdagur', 'fríggjadagur', 'leygardagur'], + SHORTWEEKDAYS: ['sun.', 'mán.', 'týs.', 'mik.', 'hós.', 'frí.', 'ley.'], + STANDALONESHORTWEEKDAYS: ['sun', 'mán', 'týs', 'mik', 'hós', 'frí', 'ley'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'M', 'H', 'F', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'M', 'H', 'F', 'L'], + SHORTQUARTERS: ['1. ársfj.', '2. ársfj.', '3. ársfj.', '4. ársfj.'], + QUARTERS: ['1. ársfjórðingur', '2. ársfjórðingur', '3. ársfjórðingur', '4. ársfjórðingur'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'dd.MM.y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'kl\'. {0}', '{1} \'kl\'. {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale fo_DK. + */ +goog.i18n.DateTimeSymbols_fo_DK = goog.i18n.DateTimeSymbols_fo; + + +/** + * Date/time formatting symbols for locale fo_FO. + */ +goog.i18n.DateTimeSymbols_fo_FO = goog.i18n.DateTimeSymbols_fo; + + +/** + * Date/time formatting symbols for locale fr_BE. + */ +goog.i18n.DateTimeSymbols_fr_BE = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/MM/yy'], + TIMEFORMATS: ['H \'h\' mm \'min\' ss \'s\' zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale fr_BF. + */ +goog.i18n.DateTimeSymbols_fr_BF = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_BI. + */ +goog.i18n.DateTimeSymbols_fr_BI = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_BJ. + */ +goog.i18n.DateTimeSymbols_fr_BJ = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_BL. + */ +goog.i18n.DateTimeSymbols_fr_BL = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_CD. + */ +goog.i18n.DateTimeSymbols_fr_CD = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_CF. + */ +goog.i18n.DateTimeSymbols_fr_CF = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_CG. + */ +goog.i18n.DateTimeSymbols_fr_CG = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_CH. + */ +goog.i18n.DateTimeSymbols_fr_CH = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd.MM.yy'], + TIMEFORMATS: ['HH.mm:ss \'h\' zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale fr_CI. + */ +goog.i18n.DateTimeSymbols_fr_CI = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_CM. + */ +goog.i18n.DateTimeSymbols_fr_CM = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['matin', 'soir'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_DJ. + */ +goog.i18n.DateTimeSymbols_fr_DJ = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale fr_DZ. + */ +goog.i18n.DateTimeSymbols_fr_DZ = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale fr_FR. + */ +goog.i18n.DateTimeSymbols_fr_FR = goog.i18n.DateTimeSymbols_fr; + + +/** + * Date/time formatting symbols for locale fr_GA. + */ +goog.i18n.DateTimeSymbols_fr_GA = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_GF. + */ +goog.i18n.DateTimeSymbols_fr_GF = goog.i18n.DateTimeSymbols_fr; + + +/** + * Date/time formatting symbols for locale fr_GN. + */ +goog.i18n.DateTimeSymbols_fr_GN = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_GP. + */ +goog.i18n.DateTimeSymbols_fr_GP = goog.i18n.DateTimeSymbols_fr; + + +/** + * Date/time formatting symbols for locale fr_GQ. + */ +goog.i18n.DateTimeSymbols_fr_GQ = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_HT. + */ +goog.i18n.DateTimeSymbols_fr_HT = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_KM. + */ +goog.i18n.DateTimeSymbols_fr_KM = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_LU. + */ +goog.i18n.DateTimeSymbols_fr_LU = goog.i18n.DateTimeSymbols_fr; + + +/** + * Date/time formatting symbols for locale fr_MA. + */ +goog.i18n.DateTimeSymbols_fr_MA = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['jan.', 'fév.', 'mar.', 'avr.', 'mai', 'jui.', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['jan.', 'fév.', 'mar.', 'avr.', 'mai', 'jui.', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale fr_MC. + */ +goog.i18n.DateTimeSymbols_fr_MC = goog.i18n.DateTimeSymbols_fr; + + +/** + * Date/time formatting symbols for locale fr_MF. + */ +goog.i18n.DateTimeSymbols_fr_MF = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_MG. + */ +goog.i18n.DateTimeSymbols_fr_MG = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_ML. + */ +goog.i18n.DateTimeSymbols_fr_ML = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['le 1er trimestre', 'le 2ème trimestre', 'le 3ème trimestre', 'le 4ème trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_MQ. + */ +goog.i18n.DateTimeSymbols_fr_MQ = goog.i18n.DateTimeSymbols_fr; + + +/** + * Date/time formatting symbols for locale fr_MR. + */ +goog.i18n.DateTimeSymbols_fr_MR = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_MU. + */ +goog.i18n.DateTimeSymbols_fr_MU = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_NC. + */ +goog.i18n.DateTimeSymbols_fr_NC = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_NE. + */ +goog.i18n.DateTimeSymbols_fr_NE = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_PF. + */ +goog.i18n.DateTimeSymbols_fr_PF = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_PM. + */ +goog.i18n.DateTimeSymbols_fr_PM = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_RE. + */ +goog.i18n.DateTimeSymbols_fr_RE = goog.i18n.DateTimeSymbols_fr; + + +/** + * Date/time formatting symbols for locale fr_RW. + */ +goog.i18n.DateTimeSymbols_fr_RW = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_SC. + */ +goog.i18n.DateTimeSymbols_fr_SC = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_SN. + */ +goog.i18n.DateTimeSymbols_fr_SN = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_SY. + */ +goog.i18n.DateTimeSymbols_fr_SY = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale fr_TD. + */ +goog.i18n.DateTimeSymbols_fr_TD = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_TG. + */ +goog.i18n.DateTimeSymbols_fr_TG = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_TN. + */ +goog.i18n.DateTimeSymbols_fr_TN = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale fr_VU. + */ +goog.i18n.DateTimeSymbols_fr_VU = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_WF. + */ +goog.i18n.DateTimeSymbols_fr_WF = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fr_YT. + */ +goog.i18n.DateTimeSymbols_fr_YT = { + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'à\' {0}', '{1} \'à\' {0}', '{1} \'à\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale fur. + */ +goog.i18n.DateTimeSymbols_fur = { + ERAS: ['pdC', 'ddC'], + ERANAMES: ['pdC', 'ddC'], + NARROWMONTHS: ['Z', 'F', 'M', 'A', 'M', 'J', 'L', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['Z', 'F', 'M', 'A', 'M', 'J', 'L', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Zenâr', 'Fevrâr', 'Març', 'Avrîl', 'Mai', 'Jugn', 'Lui', 'Avost', 'Setembar', 'Otubar', 'Novembar', 'Dicembar'], + STANDALONEMONTHS: ['Zenâr', 'Fevrâr', 'Març', 'Avrîl', 'Mai', 'Jugn', 'Lui', 'Avost', 'Setembar', 'Otubar', 'Novembar', 'Dicembar'], + SHORTMONTHS: ['Zen', 'Fev', 'Mar', 'Avr', 'Mai', 'Jug', 'Lui', 'Avo', 'Set', 'Otu', 'Nov', 'Dic'], + STANDALONESHORTMONTHS: ['Zen', 'Fev', 'Mar', 'Avr', 'Mai', 'Jug', 'Lui', 'Avo', 'Set', 'Otu', 'Nov', 'Dic'], + WEEKDAYS: ['domenie', 'lunis', 'martars', 'miercus', 'joibe', 'vinars', 'sabide'], + STANDALONEWEEKDAYS: ['domenie', 'lunis', 'martars', 'miercus', 'joibe', 'vinars', 'sabide'], + SHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mie', 'joi', 'vin', 'sab'], + STANDALONESHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mie', 'joi', 'vin', 'sab'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['Prin trimestri', 'Secont trimestri', 'Tierç trimestri', 'Cuart trimestri'], + AMPMS: ['a.', 'p.'], + DATEFORMATS: ['EEEE d \'di\' MMMM \'dal\' y', 'd \'di\' MMMM \'dal\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale fur_IT. + */ +goog.i18n.DateTimeSymbols_fur_IT = goog.i18n.DateTimeSymbols_fur; + + +/** + * Date/time formatting symbols for locale fy. + */ +goog.i18n.DateTimeSymbols_fy = { + ERAS: ['f.Kr.', 'n.Kr.'], + ERANAMES: ['Foar Kristus', 'nei Kristus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Jannewaris', 'Febrewaris', 'Maart', 'April', 'Maaie', 'Juny', 'July', 'Augustus', 'Septimber', 'Oktober', 'Novimber', 'Desimber'], + STANDALONEMONTHS: ['Jannewaris', 'Febrewaris', 'Maart', 'April', 'Maaie', 'Juny', 'July', 'Augustus', 'Septimber', 'Oktober', 'Novimber', 'Desimber'], + SHORTMONTHS: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['snein', 'moandei', 'tiisdei', 'woansdei', 'tongersdei', 'freed', 'sneon'], + STANDALONEWEEKDAYS: ['snein', 'moandei', 'tiisdei', 'woansdei', 'tongersdei', 'freed', 'sneon'], + SHORTWEEKDAYS: ['si', 'mo', 'ti', 'wo', 'to', 'fr', 'so'], + STANDALONESHORTWEEKDAYS: ['si', 'mo', 'ti', 'wo', 'to', 'fr', 'so'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1e fearnsjier', '2e fearnsjier', '3e fearnsjier', '4e fearnsjier'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'om\' {0}', '{1} \'om\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale fy_NL. + */ +goog.i18n.DateTimeSymbols_fy_NL = goog.i18n.DateTimeSymbols_fy; + + +/** + * Date/time formatting symbols for locale ga_IE. + */ +goog.i18n.DateTimeSymbols_ga_IE = goog.i18n.DateTimeSymbols_ga; + + +/** + * Date/time formatting symbols for locale gd. + */ +goog.i18n.DateTimeSymbols_gd = { + ERAS: ['RC', 'AD'], + ERANAMES: ['Ro Chrìosta', 'An dèidh Chrìosta'], + NARROWMONTHS: ['F', 'G', 'M', 'G', 'C', 'Ò', 'I', 'L', 'S', 'D', 'S', 'D'], + STANDALONENARROWMONTHS: ['F', 'G', 'M', 'G', 'C', 'Ò', 'I', 'L', 'S', 'D', 'S', 'D'], + MONTHS: ['dhen Fhaoilleach', 'dhen Ghearran', 'dhen Mhàrt', 'dhen Ghiblean', 'dhen Chèitean', 'dhen Ògmhios', 'dhen Iuchar', 'dhen Lùnastal', 'dhen t-Sultain', 'dhen Dàmhair', 'dhen t-Samhain', 'dhen Dùbhlachd'], + STANDALONEMONTHS: ['Am Faoilleach', 'An Gearran', 'Am Màrt', 'An Giblean', 'An Cèitean', 'An t-Ògmhios', 'An t-Iuchar', 'An Lùnastal', 'An t-Sultain', 'An Dàmhair', 'An t-Samhain', 'An Dùbhlachd'], + SHORTMONTHS: ['Faoi', 'Gearr', 'Màrt', 'Gibl', 'Cèit', 'Ògmh', 'Iuch', 'Lùna', 'Sult', 'Dàmh', 'Samh', 'Dùbh'], + STANDALONESHORTMONTHS: ['Faoi', 'Gearr', 'Màrt', 'Gibl', 'Cèit', 'Ògmh', 'Iuch', 'Lùna', 'Sult', 'Dàmh', 'Samh', 'Dùbh'], + WEEKDAYS: ['DiDòmhnaich', 'DiLuain', 'DiMàirt', 'DiCiadain', 'DiarDaoin', 'DihAoine', 'DiSathairne'], + STANDALONEWEEKDAYS: ['DiDòmhnaich', 'DiLuain', 'DiMàirt', 'DiCiadain', 'DiarDaoin', 'DihAoine', 'DiSathairne'], + SHORTWEEKDAYS: ['DiD', 'DiL', 'DiM', 'DiC', 'Dia', 'Dih', 'DiS'], + STANDALONESHORTWEEKDAYS: ['DiD', 'DiL', 'DiM', 'DiC', 'Dia', 'Dih', 'DiS'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'C', 'A', 'H', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'C', 'A', 'H', 'S'], + SHORTQUARTERS: ['C1', 'C2', 'C3', 'C4'], + QUARTERS: ['1d chairteal', '2na cairteal', '3s cairteal', '4mh cairteal'], + AMPMS: ['m', 'f'], + DATEFORMATS: ['EEEE, d\'mh\' MMMM y', 'd\'mh\' MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale gd_GB. + */ +goog.i18n.DateTimeSymbols_gd_GB = goog.i18n.DateTimeSymbols_gd; + + +/** + * Date/time formatting symbols for locale gl_ES. + */ +goog.i18n.DateTimeSymbols_gl_ES = goog.i18n.DateTimeSymbols_gl; + + +/** + * Date/time formatting symbols for locale gsw_CH. + */ +goog.i18n.DateTimeSymbols_gsw_CH = goog.i18n.DateTimeSymbols_gsw; + + +/** + * Date/time formatting symbols for locale gsw_FR. + */ +goog.i18n.DateTimeSymbols_gsw_FR = goog.i18n.DateTimeSymbols_gsw; + + +/** + * Date/time formatting symbols for locale gsw_LI. + */ +goog.i18n.DateTimeSymbols_gsw_LI = goog.i18n.DateTimeSymbols_gsw; + + +/** + * Date/time formatting symbols for locale gu_IN. + */ +goog.i18n.DateTimeSymbols_gu_IN = goog.i18n.DateTimeSymbols_gu; + + +/** + * Date/time formatting symbols for locale guz. + */ +goog.i18n.DateTimeSymbols_guz = { + ERAS: ['YA', 'YK'], + ERANAMES: ['Yeso ataiborwa', 'Yeso kaiboirwe'], + NARROWMONTHS: ['C', 'F', 'M', 'A', 'M', 'J', 'C', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['C', 'F', 'M', 'A', 'M', 'J', 'C', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Chanuari', 'Feburari', 'Machi', 'Apiriri', 'Mei', 'Juni', 'Chulai', 'Agosti', 'Septemba', 'Okitoba', 'Nobemba', 'Disemba'], + STANDALONEMONTHS: ['Chanuari', 'Feburari', 'Machi', 'Apiriri', 'Mei', 'Juni', 'Chulai', 'Agosti', 'Septemba', 'Okitoba', 'Nobemba', 'Disemba'], + SHORTMONTHS: ['Can', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Cul', 'Agt', 'Sep', 'Okt', 'Nob', 'Dis'], + STANDALONESHORTMONTHS: ['Can', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Cul', 'Agt', 'Sep', 'Okt', 'Nob', 'Dis'], + WEEKDAYS: ['Chumapiri', 'Chumatato', 'Chumaine', 'Chumatano', 'Aramisi', 'Ichuma', 'Esabato'], + STANDALONEWEEKDAYS: ['Chumapiri', 'Chumatato', 'Chumaine', 'Chumatano', 'Aramisi', 'Ichuma', 'Esabato'], + SHORTWEEKDAYS: ['Cpr', 'Ctt', 'Cmn', 'Cmt', 'Ars', 'Icm', 'Est'], + STANDALONESHORTWEEKDAYS: ['Cpr', 'Ctt', 'Cmn', 'Cmt', 'Ars', 'Icm', 'Est'], + NARROWWEEKDAYS: ['C', 'C', 'C', 'C', 'A', 'I', 'E'], + STANDALONENARROWWEEKDAYS: ['C', 'C', 'C', 'C', 'A', 'I', 'E'], + SHORTQUARTERS: ['E1', 'E2', 'E3', 'E4'], + QUARTERS: ['Erobo entang’ani', 'Erobo yakabere', 'Erobo yagatato', 'Erobo yakane'], + AMPMS: ['Mambia', 'Mog'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale guz_KE. + */ +goog.i18n.DateTimeSymbols_guz_KE = goog.i18n.DateTimeSymbols_guz; + + +/** + * Date/time formatting symbols for locale gv. + */ +goog.i18n.DateTimeSymbols_gv = { + ERAS: ['RC', 'AD'], + ERANAMES: ['RC', 'AD'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Jerrey-geuree', 'Toshiaght-arree', 'Mayrnt', 'Averil', 'Boaldyn', 'Mean-souree', 'Jerrey-souree', 'Luanistyn', 'Mean-fouyir', 'Jerrey-fouyir', 'Mee Houney', 'Mee ny Nollick'], + STANDALONEMONTHS: ['Jerrey-geuree', 'Toshiaght-arree', 'Mayrnt', 'Averil', 'Boaldyn', 'Mean-souree', 'Jerrey-souree', 'Luanistyn', 'Mean-fouyir', 'Jerrey-fouyir', 'Mee Houney', 'Mee ny Nollick'], + SHORTMONTHS: ['J-guer', 'T-arree', 'Mayrnt', 'Avrril', 'Boaldyn', 'M-souree', 'J-souree', 'Luanistyn', 'M-fouyir', 'J-fouyir', 'M-Houney', 'M-Nollick'], + STANDALONESHORTMONTHS: ['J-guer', 'T-arree', 'Mayrnt', 'Avrril', 'Boaldyn', 'M-souree', 'J-souree', 'Luanistyn', 'M-fouyir', 'J-fouyir', 'M-Houney', 'M-Nollick'], + WEEKDAYS: ['Jedoonee', 'Jelhein', 'Jemayrt', 'Jercean', 'Jerdein', 'Jeheiney', 'Jesarn'], + STANDALONEWEEKDAYS: ['Jedoonee', 'Jelhein', 'Jemayrt', 'Jercean', 'Jerdein', 'Jeheiney', 'Jesarn'], + SHORTWEEKDAYS: ['Jed', 'Jel', 'Jem', 'Jerc', 'Jerd', 'Jeh', 'Jes'], + STANDALONESHORTWEEKDAYS: ['Jed', 'Jel', 'Jem', 'Jerc', 'Jerd', 'Jeh', 'Jes'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale gv_IM. + */ +goog.i18n.DateTimeSymbols_gv_IM = goog.i18n.DateTimeSymbols_gv; + + +/** + * Date/time formatting symbols for locale ha. + */ +goog.i18n.DateTimeSymbols_ha = { + ERAS: ['KHAI', 'BHAI'], + ERANAMES: ['Kafin haihuwar annab', 'Bayan haihuwar annab'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'Y', 'Y', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'Y', 'Y', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Janairu', 'Faburairu', 'Maris', 'Afirilu', 'Mayu', 'Yuni', 'Yuli', 'Agusta', 'Satumba', 'Oktoba', 'Nuwamba', 'Disamba'], + STANDALONEMONTHS: ['Janairu', 'Faburairu', 'Maris', 'Afirilu', 'Mayu', 'Yuni', 'Yuli', 'Agusta', 'Satumba', 'Oktoba', 'Nuwamba', 'Disamba'], + SHORTMONTHS: ['Jan', 'Fab', 'Mar', 'Afi', 'May', 'Yun', 'Yul', 'Agu', 'Sat', 'Okt', 'Nuw', 'Dis'], + STANDALONESHORTMONTHS: ['Jan', 'Fab', 'Mar', 'Afi', 'May', 'Yun', 'Yul', 'Agu', 'Sat', 'Okt', 'Nuw', 'Dis'], + WEEKDAYS: ['Lahadi', 'Litinin', 'Talata', 'Laraba', 'Alhamis', 'Jummaʼa', 'Asabar'], + STANDALONEWEEKDAYS: ['Lahadi', 'Litinin', 'Talata', 'Laraba', 'Alhamis', 'Jummaʼa', 'Asabar'], + SHORTWEEKDAYS: ['Lah', 'Lit', 'Tal', 'Lar', 'Alh', 'Jum', 'Asa'], + STANDALONESHORTWEEKDAYS: ['Lah', 'Lit', 'Tal', 'Lar', 'Alh', 'Jum', 'Asa'], + NARROWWEEKDAYS: ['L', 'L', 'T', 'L', 'A', 'J', 'A'], + STANDALONENARROWWEEKDAYS: ['L', 'L', 'T', 'L', 'A', 'J', 'A'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kwata na ɗaya', 'Kwata na biyu', 'Kwata na uku', 'Kwata na huɗu'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ha_GH. + */ +goog.i18n.DateTimeSymbols_ha_GH = goog.i18n.DateTimeSymbols_ha; + + +/** + * Date/time formatting symbols for locale ha_NE. + */ +goog.i18n.DateTimeSymbols_ha_NE = goog.i18n.DateTimeSymbols_ha; + + +/** + * Date/time formatting symbols for locale ha_NG. + */ +goog.i18n.DateTimeSymbols_ha_NG = goog.i18n.DateTimeSymbols_ha; + + +/** + * Date/time formatting symbols for locale haw_US. + */ +goog.i18n.DateTimeSymbols_haw_US = goog.i18n.DateTimeSymbols_haw; + + +/** + * Date/time formatting symbols for locale he_IL. + */ +goog.i18n.DateTimeSymbols_he_IL = goog.i18n.DateTimeSymbols_he; + + +/** + * Date/time formatting symbols for locale hi_IN. + */ +goog.i18n.DateTimeSymbols_hi_IN = goog.i18n.DateTimeSymbols_hi; + + +/** + * Date/time formatting symbols for locale hr_BA. + */ +goog.i18n.DateTimeSymbols_hr_BA = { + ERAS: ['pr. Kr.', 'po. Kr.'], + ERANAMES: ['prije Krista', 'poslije Krista'], + NARROWMONTHS: ['1.', '2.', '3.', '4.', '5.', '6.', '7.', '8.', '9.', '10.', '11.', '12.'], + STANDALONENARROWMONTHS: ['1.', '2.', '3.', '4.', '5.', '6.', '7.', '8.', '9.', '10.', '11.', '12.'], + MONTHS: ['siječnja', 'veljače', 'ožujka', 'travnja', 'svibnja', 'lipnja', 'srpnja', 'kolovoza', 'rujna', 'listopada', 'studenoga', 'prosinca'], + STANDALONEMONTHS: ['siječanj', 'veljača', 'ožujak', 'travanj', 'svibanj', 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', 'prosinac'], + SHORTMONTHS: ['sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro'], + STANDALONESHORTMONTHS: ['sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro'], + WEEKDAYS: ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + STANDALONEWEEKDAYS: ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + SHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'], + STANDALONESHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'], + NARROWWEEKDAYS: ['N', 'P', 'U', 'S', 'Č', 'P', 'S'], + STANDALONENARROWWEEKDAYS: ['N', 'P', 'U', 'S', 'Č', 'P', 'S'], + SHORTQUARTERS: ['1. kv.', '2. kv.', '3. kv.', '4. kv.'], + QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d. MMMM y.', 'd. MMMM y.', 'd. MMM y.', 'd. M. yy.'], + TIMEFORMATS: ['HH:mm:ss (zzzz)', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'u\' {0}', '{1} \'u\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale hr_HR. + */ +goog.i18n.DateTimeSymbols_hr_HR = goog.i18n.DateTimeSymbols_hr; + + +/** + * Date/time formatting symbols for locale hsb. + */ +goog.i18n.DateTimeSymbols_hsb = { + ERAS: ['př.Chr.n.', 'po Chr.n.'], + ERANAMES: ['před Chrystowym narodźenjom', 'po Chrystowym narodźenju'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januara', 'februara', 'měrca', 'apryla', 'meje', 'junija', 'julija', 'awgusta', 'septembra', 'oktobra', 'nowembra', 'decembra'], + STANDALONEMONTHS: ['januar', 'februar', 'měrc', 'apryl', 'meja', 'junij', 'julij', 'awgust', 'september', 'oktober', 'nowember', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'měr.', 'apr.', 'mej.', 'jun.', 'jul.', 'awg.', 'sep.', 'okt.', 'now.', 'dec.'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'měr', 'apr', 'mej', 'jun', 'jul', 'awg', 'sep', 'okt', 'now', 'dec'], + WEEKDAYS: ['njedźela', 'póndźela', 'wutora', 'srjeda', 'štwórtk', 'pjatk', 'sobota'], + STANDALONEWEEKDAYS: ['njedźela', 'póndźela', 'wutora', 'srjeda', 'štwórtk', 'pjatk', 'sobota'], + SHORTWEEKDAYS: ['nje', 'pón', 'wut', 'srj', 'štw', 'pja', 'sob'], + STANDALONESHORTWEEKDAYS: ['nje', 'pón', 'wut', 'srj', 'štw', 'pja', 'sob'], + NARROWWEEKDAYS: ['n', 'p', 'w', 's', 'š', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'w', 's', 'š', 'p', 's'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. kwartal', '2. kwartal', '3. kwartal', '4. kwartal'], + AMPMS: ['dopołdnja', 'popołdnju'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd.M.y', 'd.M.yy'], + TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm \'hodź\'.'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale hsb_DE. + */ +goog.i18n.DateTimeSymbols_hsb_DE = goog.i18n.DateTimeSymbols_hsb; + + +/** + * Date/time formatting symbols for locale hu_HU. + */ +goog.i18n.DateTimeSymbols_hu_HU = goog.i18n.DateTimeSymbols_hu; + + +/** + * Date/time formatting symbols for locale hy_AM. + */ +goog.i18n.DateTimeSymbols_hy_AM = goog.i18n.DateTimeSymbols_hy; + + +/** + * Date/time formatting symbols for locale id_ID. + */ +goog.i18n.DateTimeSymbols_id_ID = goog.i18n.DateTimeSymbols_id; + + +/** + * Date/time formatting symbols for locale ig. + */ +goog.i18n.DateTimeSymbols_ig = { + ERAS: ['T.K.', 'A.K.'], + ERANAMES: ['Tupu Kristi', 'Afọ Kristi'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Jenụwarị', 'Febrụwarị', 'Maachị', 'Eprel', 'Mee', 'Juun', 'Julaị', 'Ọgọọst', 'Septemba', 'Ọktoba', 'Novemba', 'Disemba'], + STANDALONEMONTHS: ['Jenụwarị', 'Febrụwarị', 'Maachị', 'Eprel', 'Mee', 'Juun', 'Julaị', 'Ọgọọst', 'Septemba', 'Ọktoba', 'Novemba', 'Disemba'], + SHORTMONTHS: ['Jen', 'Feb', 'Maa', 'Epr', 'Mee', 'Juu', 'Jul', 'Ọgọ', 'Sep', 'Ọkt', 'Nov', 'Dis'], + STANDALONESHORTMONTHS: ['Jen', 'Feb', 'Maa', 'Epr', 'Mee', 'Juu', 'Jul', 'Ọgọ', 'Sep', 'Ọkt', 'Nov', 'Dis'], + WEEKDAYS: ['Mbọsị Ụka', 'Mọnde', 'Tiuzdee', 'Wenezdee', 'Tọọzdee', 'Fraịdee', 'Satọdee'], + STANDALONEWEEKDAYS: ['Mbọsị Ụka', 'Mọnde', 'Tiuzdee', 'Wenezdee', 'Tọọzdee', 'Fraịdee', 'Satọdee'], + SHORTWEEKDAYS: ['Ụka', 'Mọn', 'Tiu', 'Wen', 'Tọọ', 'Fraị', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Ụka', 'Mọn', 'Tiu', 'Wen', 'Tọọ', 'Fraị', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Ọ1', 'Ọ2', 'Ọ3', 'Ọ4'], + QUARTERS: ['Ọkara 1', 'Ọkara 2', 'Ọkara 3', 'Ọkara 4'], + AMPMS: ['A.M.', 'P.M.'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ig_NG. + */ +goog.i18n.DateTimeSymbols_ig_NG = goog.i18n.DateTimeSymbols_ig; + + +/** + * Date/time formatting symbols for locale ii. + */ +goog.i18n.DateTimeSymbols_ii = { + ERAS: ['ꃅꋊꂿ', 'ꃅꋊꊂ'], + ERANAMES: ['ꃅꋊꂿ', 'ꃅꋊꊂ'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ꋍꆪ', 'ꑍꆪ', 'ꌕꆪ', 'ꇖꆪ', 'ꉬꆪ', 'ꃘꆪ', 'ꏃꆪ', 'ꉆꆪ', 'ꈬꆪ', 'ꊰꆪ', 'ꊰꊪꆪ', 'ꊰꑋꆪ'], + STANDALONEMONTHS: ['ꋍꆪ', 'ꑍꆪ', 'ꌕꆪ', 'ꇖꆪ', 'ꉬꆪ', 'ꃘꆪ', 'ꏃꆪ', 'ꉆꆪ', 'ꈬꆪ', 'ꊰꆪ', 'ꊰꊪꆪ', 'ꊰꑋꆪ'], + SHORTMONTHS: ['ꋍꆪ', 'ꑍꆪ', 'ꌕꆪ', 'ꇖꆪ', 'ꉬꆪ', 'ꃘꆪ', 'ꏃꆪ', 'ꉆꆪ', 'ꈬꆪ', 'ꊰꆪ', 'ꊰꊪꆪ', 'ꊰꑋꆪ'], + STANDALONESHORTMONTHS: ['ꋍꆪ', 'ꑍꆪ', 'ꌕꆪ', 'ꇖꆪ', 'ꉬꆪ', 'ꃘꆪ', 'ꏃꆪ', 'ꉆꆪ', 'ꈬꆪ', 'ꊰꆪ', 'ꊰꊪꆪ', 'ꊰꑋꆪ'], + WEEKDAYS: ['ꑭꆏꑍ', 'ꆏꊂꋍ', 'ꆏꊂꑍ', 'ꆏꊂꌕ', 'ꆏꊂꇖ', 'ꆏꊂꉬ', 'ꆏꊂꃘ'], + STANDALONEWEEKDAYS: ['ꑭꆏꑍ', 'ꆏꊂꋍ', 'ꆏꊂꑍ', 'ꆏꊂꌕ', 'ꆏꊂꇖ', 'ꆏꊂꉬ', 'ꆏꊂꃘ'], + SHORTWEEKDAYS: ['ꑭꆏ', 'ꆏꋍ', 'ꆏꑍ', 'ꆏꌕ', 'ꆏꇖ', 'ꆏꉬ', 'ꆏꃘ'], + STANDALONESHORTWEEKDAYS: ['ꑭꆏ', 'ꆏꋍ', 'ꆏꑍ', 'ꆏꌕ', 'ꆏꇖ', 'ꆏꉬ', 'ꆏꃘ'], + NARROWWEEKDAYS: ['ꆏ', 'ꋍ', 'ꑍ', 'ꌕ', 'ꇖ', 'ꉬ', 'ꃘ'], + STANDALONENARROWWEEKDAYS: ['ꆏ', 'ꋍ', 'ꑍ', 'ꌕ', 'ꇖ', 'ꉬ', 'ꃘ'], + SHORTQUARTERS: ['ꃅꑌ', 'ꃅꎸ', 'ꃅꍵ', 'ꃅꋆ'], + QUARTERS: ['ꃅꑌ', 'ꃅꎸ', 'ꃅꍵ', 'ꃅꋆ'], + AMPMS: ['ꎸꄑ', 'ꁯꋒ'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ii_CN. + */ +goog.i18n.DateTimeSymbols_ii_CN = goog.i18n.DateTimeSymbols_ii; + + +/** + * Date/time formatting symbols for locale is_IS. + */ +goog.i18n.DateTimeSymbols_is_IS = goog.i18n.DateTimeSymbols_is; + + +/** + * Date/time formatting symbols for locale it_CH. + */ +goog.i18n.DateTimeSymbols_it_CH = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['avanti Cristo', 'dopo Cristo'], + NARROWMONTHS: ['G', 'F', 'M', 'A', 'M', 'G', 'L', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['G', 'F', 'M', 'A', 'M', 'G', 'L', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre'], + STANDALONEMONTHS: ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre'], + SHORTMONTHS: ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'], + STANDALONESHORTMONTHS: ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'], + WEEKDAYS: ['domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato'], + STANDALONEWEEKDAYS: ['domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato'], + SHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'], + STANDALONESHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'G', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'G', 'V', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1º trimestre', '2º trimestre', '3º trimestre', '4º trimestre'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale it_IT. + */ +goog.i18n.DateTimeSymbols_it_IT = goog.i18n.DateTimeSymbols_it; + + +/** + * Date/time formatting symbols for locale it_SM. + */ +goog.i18n.DateTimeSymbols_it_SM = goog.i18n.DateTimeSymbols_it; + + +/** + * Date/time formatting symbols for locale it_VA. + */ +goog.i18n.DateTimeSymbols_it_VA = goog.i18n.DateTimeSymbols_it; + + +/** + * Date/time formatting symbols for locale ja_JP. + */ +goog.i18n.DateTimeSymbols_ja_JP = goog.i18n.DateTimeSymbols_ja; + + +/** + * Date/time formatting symbols for locale jgo. + */ +goog.i18n.DateTimeSymbols_jgo = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['tsɛttsɛt mɛŋguꞌ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́', 'tsɛttsɛt mɛŋguꞌ mi ɛ́ fúnɛ Kɛlísɛtɔ tɔ́ mɔ́'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Nduŋmbi Saŋ', 'Pɛsaŋ Pɛ́pá', 'Pɛsaŋ Pɛ́tát', 'Pɛsaŋ Pɛ́nɛ́kwa', 'Pɛsaŋ Pataa', 'Pɛsaŋ Pɛ́nɛ́ntúkú', 'Pɛsaŋ Saambá', 'Pɛsaŋ Pɛ́nɛ́fɔm', 'Pɛsaŋ Pɛ́nɛ́pfúꞋú', 'Pɛsaŋ Nɛgɛ́m', 'Pɛsaŋ Ntsɔ̌pmɔ́', 'Pɛsaŋ Ntsɔ̌ppá'], + STANDALONEMONTHS: ['Nduŋmbi Saŋ', 'Pɛsaŋ Pɛ́pá', 'Pɛsaŋ Pɛ́tát', 'Pɛsaŋ Pɛ́nɛ́kwa', 'Pɛsaŋ Pataa', 'Pɛsaŋ Pɛ́nɛ́ntúkú', 'Pɛsaŋ Saambá', 'Pɛsaŋ Pɛ́nɛ́fɔm', 'Pɛsaŋ Pɛ́nɛ́pfúꞋú', 'Pɛsaŋ Nɛgɛ́m', 'Pɛsaŋ Ntsɔ̌pmɔ́', 'Pɛsaŋ Ntsɔ̌ppá'], + SHORTMONTHS: ['Nduŋmbi Saŋ', 'Pɛsaŋ Pɛ́pá', 'Pɛsaŋ Pɛ́tát', 'Pɛsaŋ Pɛ́nɛ́kwa', 'Pɛsaŋ Pataa', 'Pɛsaŋ Pɛ́nɛ́ntúkú', 'Pɛsaŋ Saambá', 'Pɛsaŋ Pɛ́nɛ́fɔm', 'Pɛsaŋ Pɛ́nɛ́pfúꞋú', 'Pɛsaŋ Nɛgɛ́m', 'Pɛsaŋ Ntsɔ̌pmɔ́', 'Pɛsaŋ Ntsɔ̌ppá'], + STANDALONESHORTMONTHS: ['Nduŋmbi Saŋ', 'Pɛsaŋ Pɛ́pá', 'Pɛsaŋ Pɛ́tát', 'Pɛsaŋ Pɛ́nɛ́kwa', 'Pɛsaŋ Pataa', 'Pɛsaŋ Pɛ́nɛ́ntúkú', 'Pɛsaŋ Saambá', 'Pɛsaŋ Pɛ́nɛ́fɔm', 'Pɛsaŋ Pɛ́nɛ́pfúꞋú', 'Pɛsaŋ Nɛgɛ́m', 'Pɛsaŋ Ntsɔ̌pmɔ́', 'Pɛsaŋ Ntsɔ̌ppá'], + WEEKDAYS: ['Sɔ́ndi', 'Mɔ́ndi', 'Ápta Mɔ́ndi', 'Wɛ́nɛsɛdɛ', 'Tɔ́sɛdɛ', 'Fɛlâyɛdɛ', 'Sásidɛ'], + STANDALONEWEEKDAYS: ['Sɔ́ndi', 'Mɔ́ndi', 'Ápta Mɔ́ndi', 'Wɛ́nɛsɛdɛ', 'Tɔ́sɛdɛ', 'Fɛlâyɛdɛ', 'Sásidɛ'], + SHORTWEEKDAYS: ['Sɔ́ndi', 'Mɔ́ndi', 'Ápta Mɔ́ndi', 'Wɛ́nɛsɛdɛ', 'Tɔ́sɛdɛ', 'Fɛlâyɛdɛ', 'Sásidɛ'], + STANDALONESHORTWEEKDAYS: ['Sɔ́ndi', 'Mɔ́ndi', 'Ápta Mɔ́ndi', 'Wɛ́nɛsɛdɛ', 'Tɔ́sɛdɛ', 'Fɛlâyɛdɛ', 'Sásidɛ'], + NARROWWEEKDAYS: ['Sɔ́', 'Mɔ́', 'ÁM', 'Wɛ́', 'Tɔ́', 'Fɛ', 'Sá'], + STANDALONENARROWWEEKDAYS: ['Sɔ́', 'Mɔ́', 'ÁM', 'Wɛ́', 'Tɔ́', 'Fɛ', 'Sá'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['mbaꞌmbaꞌ', 'ŋka mbɔ́t nji'], + DATEFORMATS: ['EEEE, y MMMM dd', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale jgo_CM. + */ +goog.i18n.DateTimeSymbols_jgo_CM = goog.i18n.DateTimeSymbols_jgo; + + +/** + * Date/time formatting symbols for locale jmc. + */ +goog.i18n.DateTimeSymbols_jmc = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Kristu', 'Baada ya Kristu'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Machi', 'Aprilyi', 'Mei', 'Junyi', 'Julyai', 'Agusti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Machi', 'Aprilyi', 'Mei', 'Junyi', 'Julyai', 'Agusti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Jumapilyi', 'Jumatatuu', 'Jumanne', 'Jumatanu', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Jumapilyi', 'Jumatatuu', 'Jumanne', 'Jumatanu', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + SHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + STANDALONESHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + NARROWWEEKDAYS: ['J', 'J', 'J', 'J', 'A', 'I', 'J'], + STANDALONENARROWWEEKDAYS: ['J', 'J', 'J', 'J', 'A', 'I', 'J'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Robo 1', 'Robo 2', 'Robo 3', 'Robo 4'], + AMPMS: ['utuko', 'kyiukonyi'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale jmc_TZ. + */ +goog.i18n.DateTimeSymbols_jmc_TZ = goog.i18n.DateTimeSymbols_jmc; + + +/** + * Date/time formatting symbols for locale ka_GE. + */ +goog.i18n.DateTimeSymbols_ka_GE = goog.i18n.DateTimeSymbols_ka; + + +/** + * Date/time formatting symbols for locale kab. + */ +goog.i18n.DateTimeSymbols_kab = { + ERAS: ['snd. T.Ɛ', 'sld. T.Ɛ'], + ERANAMES: ['send talalit n Ɛisa', 'seld talalit n Ɛisa'], + NARROWMONTHS: ['Y', 'F', 'M', 'Y', 'M', 'Y', 'Y', 'Ɣ', 'C', 'T', 'N', 'D'], + STANDALONENARROWMONTHS: ['Y', 'F', 'M', 'Y', 'M', 'Y', 'Y', 'Ɣ', 'C', 'T', 'N', 'D'], + MONTHS: ['Yennayer', 'Fuṛar', 'Meɣres', 'Yebrir', 'Mayyu', 'Yunyu', 'Yulyu', 'Ɣuct', 'Ctembeṛ', 'Tubeṛ', 'Nunembeṛ', 'Duǧembeṛ'], + STANDALONEMONTHS: ['Yennayer', 'Fuṛar', 'Meɣres', 'Yebrir', 'Mayyu', 'Yunyu', 'Yulyu', 'Ɣuct', 'Ctembeṛ', 'Tubeṛ', 'Nunembeṛ', 'Duǧembeṛ'], + SHORTMONTHS: ['Yen', 'Fur', 'Meɣ', 'Yeb', 'May', 'Yun', 'Yul', 'Ɣuc', 'Cte', 'Tub', 'Nun', 'Duǧ'], + STANDALONESHORTMONTHS: ['Yen', 'Fur', 'Meɣ', 'Yeb', 'May', 'Yun', 'Yul', 'Ɣuc', 'Cte', 'Tub', 'Nun', 'Duǧ'], + WEEKDAYS: ['Yanass', 'Sanass', 'Kraḍass', 'Kuẓass', 'Samass', 'Sḍisass', 'Sayass'], + STANDALONEWEEKDAYS: ['Yanass', 'Sanass', 'Kraḍass', 'Kuẓass', 'Samass', 'Sḍisass', 'Sayass'], + SHORTWEEKDAYS: ['Yan', 'San', 'Kraḍ', 'Kuẓ', 'Sam', 'Sḍis', 'Say'], + STANDALONESHORTWEEKDAYS: ['Yan', 'San', 'Kraḍ', 'Kuẓ', 'Sam', 'Sḍis', 'Say'], + NARROWWEEKDAYS: ['Y', 'S', 'K', 'K', 'S', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['Y', 'S', 'K', 'K', 'S', 'S', 'S'], + SHORTQUARTERS: ['Kḍg1', 'Kḍg2', 'Kḍg3', 'Kḍg4'], + QUARTERS: ['akraḍaggur amenzu', 'akraḍaggur wis-sin', 'akraḍaggur wis-kraḍ', 'akraḍaggur wis-kuẓ'], + AMPMS: ['n tufat', 'n tmeddit'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale kab_DZ. + */ +goog.i18n.DateTimeSymbols_kab_DZ = goog.i18n.DateTimeSymbols_kab; + + +/** + * Date/time formatting symbols for locale kam. + */ +goog.i18n.DateTimeSymbols_kam = { + ERAS: ['MY', 'IY'], + ERANAMES: ['Mbee wa Yesũ', 'Ĩtina wa Yesũ'], + NARROWMONTHS: ['M', 'K', 'K', 'K', 'K', 'T', 'M', 'N', 'K', 'Ĩ', 'Ĩ', 'Ĩ'], + STANDALONENARROWMONTHS: ['M', 'K', 'K', 'K', 'K', 'T', 'M', 'N', 'K', 'Ĩ', 'Ĩ', 'Ĩ'], + MONTHS: ['Mwai wa mbee', 'Mwai wa kelĩ', 'Mwai wa katatũ', 'Mwai wa kana', 'Mwai wa katano', 'Mwai wa thanthatũ', 'Mwai wa muonza', 'Mwai wa nyaanya', 'Mwai wa kenda', 'Mwai wa ĩkumi', 'Mwai wa ĩkumi na ĩmwe', 'Mwai wa ĩkumi na ilĩ'], + STANDALONEMONTHS: ['Mwai wa mbee', 'Mwai wa kelĩ', 'Mwai wa katatũ', 'Mwai wa kana', 'Mwai wa katano', 'Mwai wa thanthatũ', 'Mwai wa muonza', 'Mwai wa nyaanya', 'Mwai wa kenda', 'Mwai wa ĩkumi', 'Mwai wa ĩkumi na ĩmwe', 'Mwai wa ĩkumi na ilĩ'], + SHORTMONTHS: ['Mbe', 'Kel', 'Ktũ', 'Kan', 'Ktn', 'Tha', 'Moo', 'Nya', 'Knd', 'Ĩku', 'Ĩkm', 'Ĩkl'], + STANDALONESHORTMONTHS: ['Mbe', 'Kel', 'Ktũ', 'Kan', 'Ktn', 'Tha', 'Moo', 'Nya', 'Knd', 'Ĩku', 'Ĩkm', 'Ĩkl'], + WEEKDAYS: ['Wa kyumwa', 'Wa kwambĩlĩlya', 'Wa kelĩ', 'Wa katatũ', 'Wa kana', 'Wa katano', 'Wa thanthatũ'], + STANDALONEWEEKDAYS: ['Wa kyumwa', 'Wa kwambĩlĩlya', 'Wa kelĩ', 'Wa katatũ', 'Wa kana', 'Wa katano', 'Wa thanthatũ'], + SHORTWEEKDAYS: ['Wky', 'Wkw', 'Wkl', 'Wtũ', 'Wkn', 'Wtn', 'Wth'], + STANDALONESHORTWEEKDAYS: ['Wky', 'Wkw', 'Wkl', 'Wtũ', 'Wkn', 'Wtn', 'Wth'], + NARROWWEEKDAYS: ['Y', 'W', 'E', 'A', 'A', 'A', 'A'], + STANDALONENARROWWEEKDAYS: ['Y', 'W', 'E', 'A', 'A', 'A', 'A'], + SHORTQUARTERS: ['L1', 'L2', 'L3', 'L4'], + QUARTERS: ['Lovo ya mbee', 'Lovo ya kelĩ', 'Lovo ya katatũ', 'Lovo ya kana'], + AMPMS: ['Ĩyakwakya', 'Ĩyawĩoo'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale kam_KE. + */ +goog.i18n.DateTimeSymbols_kam_KE = goog.i18n.DateTimeSymbols_kam; + + +/** + * Date/time formatting symbols for locale kde. + */ +goog.i18n.DateTimeSymbols_kde = { + ERAS: ['AY', 'NY'], + ERANAMES: ['Akanapawa Yesu', 'Nankuida Yesu'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Mwedi Ntandi', 'Mwedi wa Pili', 'Mwedi wa Tatu', 'Mwedi wa Nchechi', 'Mwedi wa Nnyano', 'Mwedi wa Nnyano na Umo', 'Mwedi wa Nnyano na Mivili', 'Mwedi wa Nnyano na Mitatu', 'Mwedi wa Nnyano na Nchechi', 'Mwedi wa Nnyano na Nnyano', 'Mwedi wa Nnyano na Nnyano na U', 'Mwedi wa Nnyano na Nnyano na M'], + STANDALONEMONTHS: ['Mwedi Ntandi', 'Mwedi wa Pili', 'Mwedi wa Tatu', 'Mwedi wa Nchechi', 'Mwedi wa Nnyano', 'Mwedi wa Nnyano na Umo', 'Mwedi wa Nnyano na Mivili', 'Mwedi wa Nnyano na Mitatu', 'Mwedi wa Nnyano na Nchechi', 'Mwedi wa Nnyano na Nnyano', 'Mwedi wa Nnyano na Nnyano na U', 'Mwedi wa Nnyano na Nnyano na M'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Liduva lyapili', 'Liduva lyatatu', 'Liduva lyanchechi', 'Liduva lyannyano', 'Liduva lyannyano na linji', 'Liduva lyannyano na mavili', 'Liduva litandi'], + STANDALONEWEEKDAYS: ['Liduva lyapili', 'Liduva lyatatu', 'Liduva lyanchechi', 'Liduva lyannyano', 'Liduva lyannyano na linji', 'Liduva lyannyano na mavili', 'Liduva litandi'], + SHORTWEEKDAYS: ['Ll2', 'Ll3', 'Ll4', 'Ll5', 'Ll6', 'Ll7', 'Ll1'], + STANDALONESHORTWEEKDAYS: ['Ll2', 'Ll3', 'Ll4', 'Ll5', 'Ll6', 'Ll7', 'Ll1'], + NARROWWEEKDAYS: ['2', '3', '4', '5', '6', '7', '1'], + STANDALONENARROWWEEKDAYS: ['2', '3', '4', '5', '6', '7', '1'], + SHORTQUARTERS: ['L1', 'L2', 'L3', 'L4'], + QUARTERS: ['Lobo 1', 'Lobo 2', 'Lobo 3', 'Lobo 4'], + AMPMS: ['Muhi', 'Chilo'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale kde_TZ. + */ +goog.i18n.DateTimeSymbols_kde_TZ = goog.i18n.DateTimeSymbols_kde; + + +/** + * Date/time formatting symbols for locale kea. + */ +goog.i18n.DateTimeSymbols_kea = { + ERAS: ['AK', 'DK'], + ERANAMES: ['Antis di Kristu', 'Dispos di Kristu'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Janeru', 'Febreru', 'Marsu', 'Abril', 'Maiu', 'Junhu', 'Julhu', 'Agostu', 'Setenbru', 'Otubru', 'Nuvenbru', 'Dizenbru'], + STANDALONEMONTHS: ['Janeru', 'Febreru', 'Marsu', 'Abril', 'Maiu', 'Junhu', 'Julhu', 'Agostu', 'Setenbru', 'Otubru', 'Nuvenbru', 'Dizenbru'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Otu', 'Nuv', 'Diz'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Otu', 'Nuv', 'Diz'], + WEEKDAYS: ['dumingu', 'sigunda-fera', 'tersa-fera', 'kuarta-fera', 'kinta-fera', 'sesta-fera', 'sabadu'], + STANDALONEWEEKDAYS: ['dumingu', 'sigunda-fera', 'tersa-fera', 'kuarta-fera', 'kinta-fera', 'sesta-fera', 'sábadu'], + SHORTWEEKDAYS: ['dum', 'sig', 'ter', 'kua', 'kin', 'ses', 'sab'], + STANDALONESHORTWEEKDAYS: ['dum', 'sig', 'ter', 'kua', 'kin', 'ses', 'sab'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'K', 'K', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'K', 'K', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1º trimestri', '2º trimestri', '3º trimestri', '4º trimestri'], + AMPMS: ['am', 'pm'], + DATEFORMATS: ['EEEE, d \'di\' MMMM \'di\' y', 'd \'di\' MMMM \'di\' y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale kea_CV. + */ +goog.i18n.DateTimeSymbols_kea_CV = goog.i18n.DateTimeSymbols_kea; + + +/** + * Date/time formatting symbols for locale khq. + */ +goog.i18n.DateTimeSymbols_khq = { + ERAS: ['IJ', 'IZ'], + ERANAMES: ['Isaa jine', 'Isaa jamanoo'], + NARROWMONTHS: ['Ž', 'F', 'M', 'A', 'M', 'Ž', 'Ž', 'U', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['Ž', 'F', 'M', 'A', 'M', 'Ž', 'Ž', 'U', 'S', 'O', 'N', 'D'], + MONTHS: ['Žanwiye', 'Feewiriye', 'Marsi', 'Awiril', 'Me', 'Žuweŋ', 'Žuyye', 'Ut', 'Sektanbur', 'Oktoobur', 'Noowanbur', 'Deesanbur'], + STANDALONEMONTHS: ['Žanwiye', 'Feewiriye', 'Marsi', 'Awiril', 'Me', 'Žuweŋ', 'Žuyye', 'Ut', 'Sektanbur', 'Oktoobur', 'Noowanbur', 'Deesanbur'], + SHORTMONTHS: ['Žan', 'Fee', 'Mar', 'Awi', 'Me', 'Žuw', 'Žuy', 'Ut', 'Sek', 'Okt', 'Noo', 'Dee'], + STANDALONESHORTMONTHS: ['Žan', 'Fee', 'Mar', 'Awi', 'Me', 'Žuw', 'Žuy', 'Ut', 'Sek', 'Okt', 'Noo', 'Dee'], + WEEKDAYS: ['Alhadi', 'Atini', 'Atalata', 'Alarba', 'Alhamiisa', 'Aljuma', 'Assabdu'], + STANDALONEWEEKDAYS: ['Alhadi', 'Atini', 'Atalata', 'Alarba', 'Alhamiisa', 'Aljuma', 'Assabdu'], + SHORTWEEKDAYS: ['Alh', 'Ati', 'Ata', 'Ala', 'Alm', 'Alj', 'Ass'], + STANDALONESHORTWEEKDAYS: ['Alh', 'Ati', 'Ata', 'Ala', 'Alm', 'Alj', 'Ass'], + NARROWWEEKDAYS: ['H', 'T', 'T', 'L', 'L', 'L', 'S'], + STANDALONENARROWWEEKDAYS: ['H', 'T', 'T', 'L', 'L', 'L', 'S'], + SHORTQUARTERS: ['A1', 'A2', 'A3', 'A4'], + QUARTERS: ['Arrubu 1', 'Arrubu 2', 'Arrubu 3', 'Arrubu 4'], + AMPMS: ['Adduha', 'Aluula'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale khq_ML. + */ +goog.i18n.DateTimeSymbols_khq_ML = goog.i18n.DateTimeSymbols_khq; + + +/** + * Date/time formatting symbols for locale ki. + */ +goog.i18n.DateTimeSymbols_ki = { + ERAS: ['MK', 'TK'], + ERANAMES: ['Mbere ya Kristo', 'Thutha wa Kristo'], + NARROWMONTHS: ['J', 'K', 'G', 'K', 'G', 'G', 'M', 'K', 'K', 'I', 'I', 'D'], + STANDALONENARROWMONTHS: ['J', 'K', 'G', 'K', 'G', 'G', 'M', 'K', 'K', 'I', 'I', 'D'], + MONTHS: ['Njenuarĩ', 'Mwere wa kerĩ', 'Mwere wa gatatũ', 'Mwere wa kana', 'Mwere wa gatano', 'Mwere wa gatandatũ', 'Mwere wa mũgwanja', 'Mwere wa kanana', 'Mwere wa kenda', 'Mwere wa ikũmi', 'Mwere wa ikũmi na ũmwe', 'Ndithemba'], + STANDALONEMONTHS: ['Njenuarĩ', 'Mwere wa kerĩ', 'Mwere wa gatatũ', 'Mwere wa kana', 'Mwere wa gatano', 'Mwere wa gatandatũ', 'Mwere wa mũgwanja', 'Mwere wa kanana', 'Mwere wa kenda', 'Mwere wa ikũmi', 'Mwere wa ikũmi na ũmwe', 'Ndithemba'], + SHORTMONTHS: ['JEN', 'WKR', 'WGT', 'WKN', 'WTN', 'WTD', 'WMJ', 'WNN', 'WKD', 'WIK', 'WMW', 'DIT'], + STANDALONESHORTMONTHS: ['JEN', 'WKR', 'WGT', 'WKN', 'WTN', 'WTD', 'WMJ', 'WNN', 'WKD', 'WIK', 'WMW', 'DIT'], + WEEKDAYS: ['Kiumia', 'Njumatatũ', 'Njumaine', 'Njumatana', 'Aramithi', 'Njumaa', 'Njumamothi'], + STANDALONEWEEKDAYS: ['Kiumia', 'Njumatatũ', 'Njumaine', 'Njumatana', 'Aramithi', 'Njumaa', 'Njumamothi'], + SHORTWEEKDAYS: ['KMA', 'NTT', 'NMN', 'NMT', 'ART', 'NMA', 'NMM'], + STANDALONESHORTWEEKDAYS: ['KMA', 'NTT', 'NMN', 'NMT', 'ART', 'NMA', 'NMM'], + NARROWWEEKDAYS: ['K', 'N', 'N', 'N', 'A', 'N', 'N'], + STANDALONENARROWWEEKDAYS: ['K', 'N', 'N', 'N', 'A', 'N', 'N'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Robo ya mbere', 'Robo ya kerĩ', 'Robo ya gatatũ', 'Robo ya kana'], + AMPMS: ['Kiroko', 'Hwaĩ-inĩ'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ki_KE. + */ +goog.i18n.DateTimeSymbols_ki_KE = goog.i18n.DateTimeSymbols_ki; + + +/** + * Date/time formatting symbols for locale kk_KZ. + */ +goog.i18n.DateTimeSymbols_kk_KZ = goog.i18n.DateTimeSymbols_kk; + + +/** + * Date/time formatting symbols for locale kkj. + */ +goog.i18n.DateTimeSymbols_kkj = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['pamba', 'wanja', 'mbiyɔ mɛndoŋgɔ', 'Nyɔlɔmbɔŋgɔ', 'Mɔnɔ ŋgbanja', 'Nyaŋgwɛ ŋgbanja', 'kuŋgwɛ', 'fɛ', 'njapi', 'nyukul', '11', 'ɓulɓusɛ'], + STANDALONEMONTHS: ['pamba', 'wanja', 'mbiyɔ mɛndoŋgɔ', 'Nyɔlɔmbɔŋgɔ', 'Mɔnɔ ŋgbanja', 'Nyaŋgwɛ ŋgbanja', 'kuŋgwɛ', 'fɛ', 'njapi', 'nyukul', '11', 'ɓulɓusɛ'], + SHORTMONTHS: ['pamba', 'wanja', 'mbiyɔ mɛndoŋgɔ', 'Nyɔlɔmbɔŋgɔ', 'Mɔnɔ ŋgbanja', 'Nyaŋgwɛ ŋgbanja', 'kuŋgwɛ', 'fɛ', 'njapi', 'nyukul', '11', 'ɓulɓusɛ'], + STANDALONESHORTMONTHS: ['pamba', 'wanja', 'mbiyɔ mɛndoŋgɔ', 'Nyɔlɔmbɔŋgɔ', 'Mɔnɔ ŋgbanja', 'Nyaŋgwɛ ŋgbanja', 'kuŋgwɛ', 'fɛ', 'njapi', 'nyukul', '11', 'ɓulɓusɛ'], + WEEKDAYS: ['sɔndi', 'lundi', 'mardi', 'mɛrkɛrɛdi', 'yedi', 'vaŋdɛrɛdi', 'mɔnɔ sɔndi'], + STANDALONEWEEKDAYS: ['sɔndi', 'lundi', 'mardi', 'mɛrkɛrɛdi', 'yedi', 'vaŋdɛrɛdi', 'mɔnɔ sɔndi'], + SHORTWEEKDAYS: ['sɔndi', 'lundi', 'mardi', 'mɛrkɛrɛdi', 'yedi', 'vaŋdɛrɛdi', 'mɔnɔ sɔndi'], + STANDALONESHORTWEEKDAYS: ['sɔndi', 'lundi', 'mardi', 'mɛrkɛrɛdi', 'yedi', 'vaŋdɛrɛdi', 'mɔnɔ sɔndi'], + NARROWWEEKDAYS: ['so', 'lu', 'ma', 'mɛ', 'ye', 'va', 'ms'], + STANDALONENARROWWEEKDAYS: ['so', 'lu', 'ma', 'mɛ', 'ye', 'va', 'ms'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE dd MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale kkj_CM. + */ +goog.i18n.DateTimeSymbols_kkj_CM = goog.i18n.DateTimeSymbols_kkj; + + +/** + * Date/time formatting symbols for locale kl. + */ +goog.i18n.DateTimeSymbols_kl = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['januari', 'februari', 'martsi', 'aprili', 'maji', 'juni', 'juli', 'augustusi', 'septemberi', 'oktoberi', 'novemberi', 'decemberi'], + STANDALONEMONTHS: ['januari', 'februari', 'martsi', 'aprili', 'maji', 'juni', 'juli', 'augustusi', 'septemberi', 'oktoberi', 'novemberi', 'decemberi'], + SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], + WEEKDAYS: ['sabaat', 'ataasinngorneq', 'marlunngorneq', 'pingasunngorneq', 'sisamanngorneq', 'tallimanngorneq', 'arfininngorneq'], + STANDALONEWEEKDAYS: ['sabaat', 'ataasinngorneq', 'marlunngorneq', 'pingasunngorneq', 'sisamanngorneq', 'tallimanngorneq', 'arfininngorneq'], + SHORTWEEKDAYS: ['sab', 'ata', 'mar', 'pin', 'sis', 'tal', 'arf'], + STANDALONESHORTWEEKDAYS: ['sab', 'ata', 'mar', 'pin', 'sis', 'tal', 'arf'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale kl_GL. + */ +goog.i18n.DateTimeSymbols_kl_GL = goog.i18n.DateTimeSymbols_kl; + + +/** + * Date/time formatting symbols for locale kln. + */ +goog.i18n.DateTimeSymbols_kln = { + ERAS: ['AM', 'KO'], + ERANAMES: ['Amait kesich Jesu', 'Kokakesich Jesu'], + NARROWMONTHS: ['M', 'N', 'T', 'I', 'M', 'P', 'N', 'R', 'B', 'E', 'K', 'K'], + STANDALONENARROWMONTHS: ['M', 'N', 'T', 'I', 'M', 'P', 'N', 'R', 'B', 'E', 'K', 'K'], + MONTHS: ['Mulgul', 'Ng’atyaato', 'Kiptaamo', 'Iwootkuut', 'Mamuut', 'Paagi', 'Ng’eiyeet', 'Rooptui', 'Bureet', 'Epeeso', 'Kipsuunde ne taai', 'Kipsuunde nebo aeng’'], + STANDALONEMONTHS: ['Mulgul', 'Ng’atyaato', 'Kiptaamo', 'Iwootkuut', 'Mamuut', 'Paagi', 'Ng’eiyeet', 'Rooptui', 'Bureet', 'Epeeso', 'Kipsuunde ne taai', 'Kipsuunde nebo aeng’'], + SHORTMONTHS: ['Mul', 'Ngat', 'Taa', 'Iwo', 'Mam', 'Paa', 'Nge', 'Roo', 'Bur', 'Epe', 'Kpt', 'Kpa'], + STANDALONESHORTMONTHS: ['Mul', 'Ngat', 'Taa', 'Iwo', 'Mam', 'Paa', 'Nge', 'Roo', 'Bur', 'Epe', 'Kpt', 'Kpa'], + WEEKDAYS: ['Kotisap', 'Kotaai', 'Koaeng’', 'Kosomok', 'Koang’wan', 'Komuut', 'Kolo'], + STANDALONEWEEKDAYS: ['Kotisap', 'Kotaai', 'Koaeng’', 'Kosomok', 'Koang’wan', 'Komuut', 'Kolo'], + SHORTWEEKDAYS: ['Kts', 'Kot', 'Koo', 'Kos', 'Koa', 'Kom', 'Kol'], + STANDALONESHORTWEEKDAYS: ['Kts', 'Kot', 'Koo', 'Kos', 'Koa', 'Kom', 'Kol'], + NARROWWEEKDAYS: ['T', 'T', 'O', 'S', 'A', 'M', 'L'], + STANDALONENARROWWEEKDAYS: ['T', 'T', 'O', 'S', 'A', 'M', 'L'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Robo netai', 'Robo nebo aeng’', 'Robo nebo somok', 'Robo nebo ang’wan'], + AMPMS: ['karoon', 'kooskoliny'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale kln_KE. + */ +goog.i18n.DateTimeSymbols_kln_KE = goog.i18n.DateTimeSymbols_kln; + + +/** + * Date/time formatting symbols for locale km_KH. + */ +goog.i18n.DateTimeSymbols_km_KH = goog.i18n.DateTimeSymbols_km; + + +/** + * Date/time formatting symbols for locale kn_IN. + */ +goog.i18n.DateTimeSymbols_kn_IN = goog.i18n.DateTimeSymbols_kn; + + +/** + * Date/time formatting symbols for locale ko_KP. + */ +goog.i18n.DateTimeSymbols_ko_KP = { + ERAS: ['BC', 'AD'], + ERANAMES: ['기원전', '서기'], + NARROWMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + STANDALONENARROWMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + MONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + STANDALONEMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + SHORTMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + STANDALONESHORTMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'], + WEEKDAYS: ['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'], + STANDALONEWEEKDAYS: ['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'], + SHORTWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], + STANDALONESHORTWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], + NARROWWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], + STANDALONENARROWWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], + SHORTQUARTERS: ['1분기', '2분기', '3분기', '4분기'], + QUARTERS: ['제 1/4분기', '제 2/4분기', '제 3/4분기', '제 4/4분기'], + AMPMS: ['오전', '오후'], + DATEFORMATS: ['y년 M월 d일 EEEE', 'y년 M월 d일', 'y. M. d.', 'yy. M. d.'], + TIMEFORMATS: ['a h시 m분 s초 zzzz', 'a h시 m분 s초 z', 'a h:mm:ss', 'a h:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ko_KR. + */ +goog.i18n.DateTimeSymbols_ko_KR = goog.i18n.DateTimeSymbols_ko; + + +/** + * Date/time formatting symbols for locale kok. + */ +goog.i18n.DateTimeSymbols_kok = { + ERAS: ['क्रिस्तपूर्व', 'क्रिस्तशखा'], + ERANAMES: ['क्रिस्तपूर्व', 'क्रिस्तशखा'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['जानेवारी', 'फेब्रुवारी', 'मार्च', 'एप्रिल', 'मे', 'जून', 'जुलै', 'ओगस्ट', 'सेप्टेंबर', 'ओक्टोबर', 'नोव्हेंबर', 'डिसेंबर'], + STANDALONEMONTHS: ['जानेवारी', 'फेब्रुवारी', 'मार्च', 'एप्रिल', 'मे', 'जून', 'जुलै', 'ओगस्ट', 'सेप्टेंबर', 'ओक्टोबर', 'नोव्हेंबर', 'डिसेंबर'], + SHORTMONTHS: ['जानेवारी', 'फेब्रुवारी', 'मार्च', 'एप्रिल', 'मे', 'जून', 'जुलै', 'ओगस्ट', 'सेप्टेंबर', 'ओक्टोबर', 'नोव्हेंबर', 'डिसेंबर'], + STANDALONESHORTMONTHS: ['जानेवारी', 'फेब्रुवारी', 'मार्च', 'एप्रिल', 'मे', 'जून', 'जुलै', 'ओगस्ट', 'सेप्टेंबर', 'ओक्टोबर', 'नोव्हेंबर', 'डिसेंबर'], + WEEKDAYS: ['आदित्यवार', 'सोमवार', 'मंगळार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'], + STANDALONEWEEKDAYS: ['आदित्यवार', 'सोमवार', 'मंगळार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'], + SHORTWEEKDAYS: ['रवि', 'सोम', 'मंगळ', 'बुध', 'गुरु', 'शुक्र', 'शनि'], + STANDALONESHORTWEEKDAYS: ['रवि', 'सोम', 'मंगळ', 'बुध', 'गुरु', 'शुक्र', 'शनि'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['म.पू.', 'म.नं.'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale kok_IN. + */ +goog.i18n.DateTimeSymbols_kok_IN = goog.i18n.DateTimeSymbols_kok; + + +/** + * Date/time formatting symbols for locale ks. + */ +goog.i18n.DateTimeSymbols_ks = { + ZERODIGIT: 0x06F0, + ERAS: ['بی سی', 'اے ڈی'], + ERANAMES: ['قبٕل مسیٖح', 'عیٖسوی سنہٕ'], + NARROWMONTHS: ['ج', 'ف', 'م', 'ا', 'م', 'ج', 'ج', 'ا', 'س', 'س', 'ا', 'ن'], + STANDALONENARROWMONTHS: ['ج', 'ف', 'م', 'ا', 'م', 'ج', 'ج', 'ا', 'س', 'س', 'ا', 'ن'], + MONTHS: ['جنؤری', 'فرؤری', 'مارٕچ', 'اپریل', 'میٔ', 'جوٗن', 'جوٗلایی', 'اگست', 'ستمبر', 'اکتوٗبر', 'نومبر', 'دسمبر'], + STANDALONEMONTHS: ['جنؤری', 'فرؤری', 'مارٕچ', 'اپریل', 'میٔ', 'جوٗن', 'جوٗلایی', 'اگست', 'ستمبر', 'اکتوٗبر', 'نومبر', 'دسمبر'], + SHORTMONTHS: ['جنؤری', 'فرؤری', 'مارٕچ', 'اپریل', 'میٔ', 'جوٗن', 'جوٗلایی', 'اگست', 'ستمبر', 'اکتوٗبر', 'نومبر', 'دسمبر'], + STANDALONESHORTMONTHS: ['جنؤری', 'فرؤری', 'مارٕچ', 'اپریل', 'میٔ', 'جوٗن', 'جوٗلایی', 'اگست', 'ستمبر', 'اکتوٗبر', 'نومبر', 'دسمبر'], + WEEKDAYS: ['اَتھوار', 'ژٔنٛدرٕروار', 'بوٚموار', 'بودوار', 'برٛٮ۪سوار', 'جُمہ', 'بٹوار'], + STANDALONEWEEKDAYS: ['اَتھوار', 'ژٔنٛدرٕروار', 'بوٚموار', 'بودوار', 'برٛٮ۪سوار', 'جُمہ', 'بٹوار'], + SHORTWEEKDAYS: ['آتھوار', 'ژٔنٛدٕروار', 'بوٚموار', 'بودوار', 'برٛٮ۪سوار', 'جُمہ', 'بٹوار'], + STANDALONESHORTWEEKDAYS: ['آتھوار', 'ژٔنٛدٕروار', 'بوٚموار', 'بودوار', 'برٛٮ۪سوار', 'جُمہ', 'بٹوار'], + NARROWWEEKDAYS: ['ا', 'ژ', 'ب', 'ب', 'ب', 'ج', 'ب'], + STANDALONENARROWWEEKDAYS: ['ا', 'ژ', 'ب', 'ب', 'ب', 'ج', 'ب'], + SHORTQUARTERS: ['ژۄباگ', 'دوٚیِم ژۄباگ', 'ترٛیِم ژۄباگ', 'ژوٗرِم ژۄباگ'], + QUARTERS: ['گۄڑنیُک ژۄباگ', 'دوٚیِم ژۄباگ', 'ترٛیِم ژۄباگ', 'ژوٗرِم ژۄباگ'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ks_IN. + */ +goog.i18n.DateTimeSymbols_ks_IN = goog.i18n.DateTimeSymbols_ks; + + +/** + * Date/time formatting symbols for locale ksb. + */ +goog.i18n.DateTimeSymbols_ksb = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Klisto', 'Baada ya Klisto'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januali', 'Febluali', 'Machi', 'Aplili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Januali', 'Febluali', 'Machi', 'Aplili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Jumaapii', 'Jumaatatu', 'Jumaane', 'Jumaatano', 'Alhamisi', 'Ijumaa', 'Jumaamosi'], + STANDALONEWEEKDAYS: ['Jumaapii', 'Jumaatatu', 'Jumaane', 'Jumaatano', 'Alhamisi', 'Ijumaa', 'Jumaamosi'], + SHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jmn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + STANDALONESHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jmn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + NARROWWEEKDAYS: ['2', '3', '4', '5', 'A', 'I', '1'], + STANDALONENARROWWEEKDAYS: ['2', '3', '4', '5', 'A', 'I', '1'], + SHORTQUARTERS: ['L1', 'L2', 'L3', 'L4'], + QUARTERS: ['Lobo ya bosi', 'Lobo ya mbii', 'Lobo ya nnd’atu', 'Lobo ya nne'], + AMPMS: ['makeo', 'nyiaghuo'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ksb_TZ. + */ +goog.i18n.DateTimeSymbols_ksb_TZ = goog.i18n.DateTimeSymbols_ksb; + + +/** + * Date/time formatting symbols for locale ksf. + */ +goog.i18n.DateTimeSymbols_ksf = { + ERAS: ['d.Y.', 'k.Y.'], + ERANAMES: ['di Yɛ́sus aká yálɛ', 'cámɛɛn kǝ kǝbɔpka Y'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ŋwíí a ntɔ́ntɔ', 'ŋwíí akǝ bɛ́ɛ', 'ŋwíí akǝ ráá', 'ŋwíí akǝ nin', 'ŋwíí akǝ táan', 'ŋwíí akǝ táafɔk', 'ŋwíí akǝ táabɛɛ', 'ŋwíí akǝ táaraa', 'ŋwíí akǝ táanin', 'ŋwíí akǝ ntɛk', 'ŋwíí akǝ ntɛk di bɔ́k', 'ŋwíí akǝ ntɛk di bɛ́ɛ'], + STANDALONEMONTHS: ['ŋwíí a ntɔ́ntɔ', 'ŋwíí akǝ bɛ́ɛ', 'ŋwíí akǝ ráá', 'ŋwíí akǝ nin', 'ŋwíí akǝ táan', 'ŋwíí akǝ táafɔk', 'ŋwíí akǝ táabɛɛ', 'ŋwíí akǝ táaraa', 'ŋwíí akǝ táanin', 'ŋwíí akǝ ntɛk', 'ŋwíí akǝ ntɛk di bɔ́k', 'ŋwíí akǝ ntɛk di bɛ́ɛ'], + SHORTMONTHS: ['ŋ1', 'ŋ2', 'ŋ3', 'ŋ4', 'ŋ5', 'ŋ6', 'ŋ7', 'ŋ8', 'ŋ9', 'ŋ10', 'ŋ11', 'ŋ12'], + STANDALONESHORTMONTHS: ['ŋ1', 'ŋ2', 'ŋ3', 'ŋ4', 'ŋ5', 'ŋ6', 'ŋ7', 'ŋ8', 'ŋ9', 'ŋ10', 'ŋ11', 'ŋ12'], + WEEKDAYS: ['sɔ́ndǝ', 'lǝndí', 'maadí', 'mɛkrɛdí', 'jǝǝdí', 'júmbá', 'samdí'], + STANDALONEWEEKDAYS: ['sɔ́ndǝ', 'lǝndí', 'maadí', 'mɛkrɛdí', 'jǝǝdí', 'júmbá', 'samdí'], + SHORTWEEKDAYS: ['sɔ́n', 'lǝn', 'maa', 'mɛk', 'jǝǝ', 'júm', 'sam'], + STANDALONESHORTWEEKDAYS: ['sɔ́n', 'lǝn', 'maa', 'mɛk', 'jǝǝ', 'júm', 'sam'], + NARROWWEEKDAYS: ['s', 'l', 'm', 'm', 'j', 'j', 's'], + STANDALONENARROWWEEKDAYS: ['s', 'l', 'm', 'm', 'j', 'j', 's'], + SHORTQUARTERS: ['i1', 'i2', 'i3', 'i4'], + QUARTERS: ['id́ɛ́n kǝbǝk kǝ ntɔ́ntɔ́', 'idɛ́n kǝbǝk kǝ kǝbɛ́ɛ', 'idɛ́n kǝbǝk kǝ kǝráá', 'idɛ́n kǝbǝk kǝ kǝnin'], + AMPMS: ['sárúwá', 'cɛɛ́nko'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ksf_CM. + */ +goog.i18n.DateTimeSymbols_ksf_CM = goog.i18n.DateTimeSymbols_ksf; + + +/** + * Date/time formatting symbols for locale ksh. + */ +goog.i18n.DateTimeSymbols_ksh = { + ERAS: ['v. Chr.', 'n. Chr.'], + ERANAMES: ['vür Krestos', 'noh Krestos'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + MONTHS: ['Jannewa', 'Fäbrowa', 'Määz', 'Aprell', 'Mai', 'Juuni', 'Juuli', 'Oujoß', 'Septämber', 'Oktohber', 'Novämber', 'Dezämber'], + STANDALONEMONTHS: ['Jannewa', 'Fäbrowa', 'Määz', 'Aprell', 'Mai', 'Juuni', 'Juuli', 'Oujoß', 'Septämber', 'Oktohber', 'Novämber', 'Dezämber'], + SHORTMONTHS: ['Jan', 'Fäb', 'Mäz', 'Apr', 'Mai', 'Jun', 'Jul', 'Ouj', 'Säp', 'Okt', 'Nov', 'Dez'], + STANDALONESHORTMONTHS: ['Jan.', 'Fäb.', 'Mäz.', 'Apr.', 'Mai', 'Jun.', 'Jul.', 'Ouj.', 'Säp.', 'Okt.', 'Nov.', 'Dez.'], + WEEKDAYS: ['Sunndaach', 'Mohndaach', 'Dinnsdaach', 'Metwoch', 'Dunnersdaach', 'Friidaach', 'Samsdaach'], + STANDALONEWEEKDAYS: ['Sunndaach', 'Mohndaach', 'Dinnsdaach', 'Metwoch', 'Dunnersdaach', 'Friidaach', 'Samsdaach'], + SHORTWEEKDAYS: ['Su.', 'Mo.', 'Di.', 'Me.', 'Du.', 'Fr.', 'Sa.'], + STANDALONESHORTWEEKDAYS: ['Su.', 'Mo.', 'Di.', 'Me.', 'Du.', 'Fr.', 'Sa.'], + NARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + SHORTQUARTERS: ['1.Q.', '2.Q.', '3.Q.', '4.Q.'], + QUARTERS: ['1. Quattahl', '2. Quattahl', '3. Quattahl', '4. Quattahl'], + AMPMS: ['Uhr vörmiddaachs', 'Uhr nommendaachs'], + DATEFORMATS: ['EEEE, \'dä\' d. MMMM y', 'd. MMMM y', 'd. MMM. y', 'd. M. y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale ksh_DE. + */ +goog.i18n.DateTimeSymbols_ksh_DE = goog.i18n.DateTimeSymbols_ksh; + + +/** + * Date/time formatting symbols for locale kw. + */ +goog.i18n.DateTimeSymbols_kw = { + ERAS: ['RC', 'AD'], + ERANAMES: ['RC', 'AD'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['mis Genver', 'mis Hwevrer', 'mis Meurth', 'mis Ebrel', 'mis Me', 'mis Metheven', 'mis Gortheren', 'mis Est', 'mis Gwynngala', 'mis Hedra', 'mis Du', 'mis Kevardhu'], + STANDALONEMONTHS: ['mis Genver', 'mis Hwevrer', 'mis Meurth', 'mis Ebrel', 'mis Me', 'mis Metheven', 'mis Gortheren', 'mis Est', 'mis Gwynngala', 'mis Hedra', 'mis Du', 'mis Kevardhu'], + SHORTMONTHS: ['Gen', 'Hwe', 'Meu', 'Ebr', 'Me', 'Met', 'Gor', 'Est', 'Gwn', 'Hed', 'Du', 'Kev'], + STANDALONESHORTMONTHS: ['Gen', 'Hwe', 'Meu', 'Ebr', 'Me', 'Met', 'Gor', 'Est', 'Gwn', 'Hed', 'Du', 'Kev'], + WEEKDAYS: ['dy Sul', 'dy Lun', 'dy Meurth', 'dy Merher', 'dy Yow', 'dy Gwener', 'dy Sadorn'], + STANDALONEWEEKDAYS: ['dy Sul', 'dy Lun', 'dy Meurth', 'dy Merher', 'dy Yow', 'dy Gwener', 'dy Sadorn'], + SHORTWEEKDAYS: ['Sul', 'Lun', 'Mth', 'Mhr', 'Yow', 'Gwe', 'Sad'], + STANDALONESHORTWEEKDAYS: ['Sul', 'Lun', 'Mth', 'Mhr', 'Yow', 'Gwe', 'Sad'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale kw_GB. + */ +goog.i18n.DateTimeSymbols_kw_GB = goog.i18n.DateTimeSymbols_kw; + + +/** + * Date/time formatting symbols for locale ky_KG. + */ +goog.i18n.DateTimeSymbols_ky_KG = goog.i18n.DateTimeSymbols_ky; + + +/** + * Date/time formatting symbols for locale lag. + */ +goog.i18n.DateTimeSymbols_lag = { + ERAS: ['KSA', 'KA'], + ERANAMES: ['Kɨrɨsitʉ sɨ anavyaal', 'Kɨrɨsitʉ akavyaalwe'], + NARROWMONTHS: ['F', 'N', 'K', 'I', 'I', 'I', 'M', 'V', 'S', 'I', 'S', 'S'], + STANDALONENARROWMONTHS: ['F', 'N', 'K', 'I', 'I', 'I', 'M', 'V', 'S', 'I', 'S', 'S'], + MONTHS: ['Kʉfúngatɨ', 'Kʉnaanɨ', 'Kʉkeenda', 'Kwiikumi', 'Kwiinyambála', 'Kwiidwaata', 'Kʉmʉʉnchɨ', 'Kʉvɨɨrɨ', 'Kʉsaatʉ', 'Kwiinyi', 'Kʉsaano', 'Kʉsasatʉ'], + STANDALONEMONTHS: ['Kʉfúngatɨ', 'Kʉnaanɨ', 'Kʉkeenda', 'Kwiikumi', 'Kwiinyambála', 'Kwiidwaata', 'Kʉmʉʉnchɨ', 'Kʉvɨɨrɨ', 'Kʉsaatʉ', 'Kwiinyi', 'Kʉsaano', 'Kʉsasatʉ'], + SHORTMONTHS: ['Fúngatɨ', 'Naanɨ', 'Keenda', 'Ikúmi', 'Inyambala', 'Idwaata', 'Mʉʉnchɨ', 'Vɨɨrɨ', 'Saatʉ', 'Inyi', 'Saano', 'Sasatʉ'], + STANDALONESHORTMONTHS: ['Fúngatɨ', 'Naanɨ', 'Keenda', 'Ikúmi', 'Inyambala', 'Idwaata', 'Mʉʉnchɨ', 'Vɨɨrɨ', 'Saatʉ', 'Inyi', 'Saano', 'Sasatʉ'], + WEEKDAYS: ['Jumapíiri', 'Jumatátu', 'Jumaíne', 'Jumatáano', 'Alamíisi', 'Ijumáa', 'Jumamóosi'], + STANDALONEWEEKDAYS: ['Jumapíiri', 'Jumatátu', 'Jumaíne', 'Jumatáano', 'Alamíisi', 'Ijumáa', 'Jumamóosi'], + SHORTWEEKDAYS: ['Píili', 'Táatu', 'Íne', 'Táano', 'Alh', 'Ijm', 'Móosi'], + STANDALONESHORTWEEKDAYS: ['Píili', 'Táatu', 'Íne', 'Táano', 'Alh', 'Ijm', 'Móosi'], + NARROWWEEKDAYS: ['P', 'T', 'E', 'O', 'A', 'I', 'M'], + STANDALONENARROWWEEKDAYS: ['P', 'T', 'E', 'O', 'A', 'I', 'M'], + SHORTQUARTERS: ['Ncho 1', 'Ncho 2', 'Ncho 3', 'Ncho 4'], + QUARTERS: ['Ncholo ya 1', 'Ncholo ya 2', 'Ncholo ya 3', 'Ncholo ya 4'], + AMPMS: ['TOO', 'MUU'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale lag_TZ. + */ +goog.i18n.DateTimeSymbols_lag_TZ = goog.i18n.DateTimeSymbols_lag; + + +/** + * Date/time formatting symbols for locale lb. + */ +goog.i18n.DateTimeSymbols_lb = { + ERAS: ['v. Chr.', 'n. Chr.'], + ERANAMES: ['v. Chr.', 'n. Chr.'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januar', 'Februar', 'Mäerz', 'Abrëll', 'Mee', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], + STANDALONEMONTHS: ['Januar', 'Februar', 'Mäerz', 'Abrëll', 'Mee', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], + SHORTMONTHS: ['Jan.', 'Feb.', 'Mäe.', 'Abr.', 'Mee', 'Juni', 'Juli', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Dez.'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mäe', 'Abr', 'Mee', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], + WEEKDAYS: ['Sonndeg', 'Méindeg', 'Dënschdeg', 'Mëttwoch', 'Donneschdeg', 'Freideg', 'Samschdeg'], + STANDALONEWEEKDAYS: ['Sonndeg', 'Méindeg', 'Dënschdeg', 'Mëttwoch', 'Donneschdeg', 'Freideg', 'Samschdeg'], + SHORTWEEKDAYS: ['Son.', 'Méi.', 'Dën.', 'Mët.', 'Don.', 'Fre.', 'Sam.'], + STANDALONESHORTWEEKDAYS: ['Son', 'Méi', 'Dën', 'Mët', 'Don', 'Fre', 'Sam'], + NARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal'], + AMPMS: ['moies', 'nomëttes'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd. MMM y', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale lb_LU. + */ +goog.i18n.DateTimeSymbols_lb_LU = goog.i18n.DateTimeSymbols_lb; + + +/** + * Date/time formatting symbols for locale lg. + */ +goog.i18n.DateTimeSymbols_lg = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Kulisito nga tannaza', 'Bukya Kulisito Azaal'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Janwaliyo', 'Febwaliyo', 'Marisi', 'Apuli', 'Maayi', 'Juuni', 'Julaayi', 'Agusito', 'Sebuttemba', 'Okitobba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Janwaliyo', 'Febwaliyo', 'Marisi', 'Apuli', 'Maayi', 'Juuni', 'Julaayi', 'Agusito', 'Sebuttemba', 'Okitobba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apu', 'Maa', 'Juu', 'Jul', 'Agu', 'Seb', 'Oki', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apu', 'Maa', 'Juu', 'Jul', 'Agu', 'Seb', 'Oki', 'Nov', 'Des'], + WEEKDAYS: ['Sabbiiti', 'Balaza', 'Lwakubiri', 'Lwakusatu', 'Lwakuna', 'Lwakutaano', 'Lwamukaaga'], + STANDALONEWEEKDAYS: ['Sabbiiti', 'Balaza', 'Lwakubiri', 'Lwakusatu', 'Lwakuna', 'Lwakutaano', 'Lwamukaaga'], + SHORTWEEKDAYS: ['Sab', 'Bal', 'Lw2', 'Lw3', 'Lw4', 'Lw5', 'Lw6'], + STANDALONESHORTWEEKDAYS: ['Sab', 'Bal', 'Lw2', 'Lw3', 'Lw4', 'Lw5', 'Lw6'], + NARROWWEEKDAYS: ['S', 'B', 'L', 'L', 'L', 'L', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'B', 'L', 'L', 'L', 'L', 'L'], + SHORTQUARTERS: ['Kya1', 'Kya2', 'Kya3', 'Kya4'], + QUARTERS: ['Kyakuna 1', 'Kyakuna 2', 'Kyakuna 3', 'Kyakuna 4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale lg_UG. + */ +goog.i18n.DateTimeSymbols_lg_UG = goog.i18n.DateTimeSymbols_lg; + + +/** + * Date/time formatting symbols for locale lkt. + */ +goog.i18n.DateTimeSymbols_lkt = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Wiótheȟika Wí', 'Thiyóȟeyuŋka Wí', 'Ištáwičhayazaŋ Wí', 'Pȟežítȟo Wí', 'Čhaŋwápetȟo Wí', 'Wípazukȟa-wašté Wí', 'Čhaŋpȟásapa Wí', 'Wasútȟuŋ Wí', 'Čhaŋwápeǧi Wí', 'Čhaŋwápe-kasná Wí', 'Waníyetu Wí', 'Tȟahékapšuŋ Wí'], + STANDALONEMONTHS: ['Wiótheȟika Wí', 'Thiyóȟeyuŋka Wí', 'Ištáwičhayazaŋ Wí', 'Pȟežítȟo Wí', 'Čhaŋwápetȟo Wí', 'Wípazukȟa-wašté Wí', 'Čhaŋpȟásapa Wí', 'Wasútȟuŋ Wí', 'Čhaŋwápeǧi Wí', 'Čhaŋwápe-kasná Wí', 'Waníyetu Wí', 'Tȟahékapšuŋ Wí'], + SHORTMONTHS: ['Wiótheȟika Wí', 'Thiyóȟeyuŋka Wí', 'Ištáwičhayazaŋ Wí', 'Pȟežítȟo Wí', 'Čhaŋwápetȟo Wí', 'Wípazukȟa-wašté Wí', 'Čhaŋpȟásapa Wí', 'Wasútȟuŋ Wí', 'Čhaŋwápeǧi Wí', 'Čhaŋwápe-kasná Wí', 'Waníyetu Wí', 'Tȟahékapšuŋ Wí'], + STANDALONESHORTMONTHS: ['Wiótheȟika Wí', 'Thiyóȟeyuŋka Wí', 'Ištáwičhayazaŋ Wí', 'Pȟežítȟo Wí', 'Čhaŋwápetȟo Wí', 'Wípazukȟa-wašté Wí', 'Čhaŋpȟásapa Wí', 'Wasútȟuŋ Wí', 'Čhaŋwápeǧi Wí', 'Čhaŋwápe-kasná Wí', 'Waníyetu Wí', 'Tȟahékapšuŋ Wí'], + WEEKDAYS: ['Aŋpétuwakȟaŋ', 'Aŋpétuwaŋži', 'Aŋpétunuŋpa', 'Aŋpétuyamni', 'Aŋpétutopa', 'Aŋpétuzaptaŋ', 'Owáŋgyužažapi'], + STANDALONEWEEKDAYS: ['Aŋpétuwakȟaŋ', 'Aŋpétuwaŋži', 'Aŋpétunuŋpa', 'Aŋpétuyamni', 'Aŋpétutopa', 'Aŋpétuzaptaŋ', 'Owáŋgyužažapi'], + SHORTWEEKDAYS: ['Aŋpétuwakȟaŋ', 'Aŋpétuwaŋži', 'Aŋpétunuŋpa', 'Aŋpétuyamni', 'Aŋpétutopa', 'Aŋpétuzaptaŋ', 'Owáŋgyužažapi'], + STANDALONESHORTWEEKDAYS: ['Aŋpétuwakȟaŋ', 'Aŋpétuwaŋži', 'Aŋpétunuŋpa', 'Aŋpétuyamni', 'Aŋpétutopa', 'Aŋpétuzaptaŋ', 'Owáŋgyužažapi'], + NARROWWEEKDAYS: ['A', 'W', 'N', 'Y', 'T', 'Z', 'O'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale lkt_US. + */ +goog.i18n.DateTimeSymbols_lkt_US = goog.i18n.DateTimeSymbols_lkt; + + +/** + * Date/time formatting symbols for locale ln_AO. + */ +goog.i18n.DateTimeSymbols_ln_AO = goog.i18n.DateTimeSymbols_ln; + + +/** + * Date/time formatting symbols for locale ln_CD. + */ +goog.i18n.DateTimeSymbols_ln_CD = goog.i18n.DateTimeSymbols_ln; + + +/** + * Date/time formatting symbols for locale ln_CF. + */ +goog.i18n.DateTimeSymbols_ln_CF = goog.i18n.DateTimeSymbols_ln; + + +/** + * Date/time formatting symbols for locale ln_CG. + */ +goog.i18n.DateTimeSymbols_ln_CG = goog.i18n.DateTimeSymbols_ln; + + +/** + * Date/time formatting symbols for locale lo_LA. + */ +goog.i18n.DateTimeSymbols_lo_LA = goog.i18n.DateTimeSymbols_lo; + + +/** + * Date/time formatting symbols for locale lrc. + */ +goog.i18n.DateTimeSymbols_lrc = { + ZERODIGIT: 0x06F0, + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['جانڤیە', 'فئڤریە', 'مارس', 'آڤریل', 'مئی', 'جوٙأن', 'جوٙلا', 'آگوست', 'سئپتامر', 'ئوکتوڤر', 'نوڤامر', 'دئسامر'], + STANDALONEMONTHS: ['جانڤیە', 'فئڤریە', 'مارس', 'آڤریل', 'مئی', 'جوٙأن', 'جوٙلا', 'آگوست', 'سئپتامر', 'ئوکتوڤر', 'نوڤامر', 'دئسامر'], + SHORTMONTHS: ['جانڤیە', 'فئڤریە', 'مارس', 'آڤریل', 'مئی', 'جوٙأن', 'جوٙلا', 'آگوست', 'سئپتامر', 'ئوکتوڤر', 'نوڤامر', 'دئسامر'], + STANDALONESHORTMONTHS: ['جانڤیە', 'فئڤریە', 'مارس', 'آڤریل', 'مئی', 'جوٙأن', 'جوٙلا', 'آگوست', 'سئپتامر', 'ئوکتوڤر', 'نوڤامر', 'دئسامر'], + WEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONEWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 4], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale lrc_IQ. + */ +goog.i18n.DateTimeSymbols_lrc_IQ = { + ZERODIGIT: 0x06F0, + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['جانڤیە', 'فئڤریە', 'مارس', 'آڤریل', 'مئی', 'جوٙأن', 'جوٙلا', 'آگوست', 'سئپتامر', 'ئوکتوڤر', 'نوڤامر', 'دئسامر'], + STANDALONEMONTHS: ['جانڤیە', 'فئڤریە', 'مارس', 'آڤریل', 'مئی', 'جوٙأن', 'جوٙلا', 'آگوست', 'سئپتامر', 'ئوکتوڤر', 'نوڤامر', 'دئسامر'], + SHORTMONTHS: ['جانڤیە', 'فئڤریە', 'مارس', 'آڤریل', 'مئی', 'جوٙأن', 'جوٙلا', 'آگوست', 'سئپتامر', 'ئوکتوڤر', 'نوڤامر', 'دئسامر'], + STANDALONESHORTMONTHS: ['جانڤیە', 'فئڤریە', 'مارس', 'آڤریل', 'مئی', 'جوٙأن', 'جوٙلا', 'آگوست', 'سئپتامر', 'ئوکتوڤر', 'نوڤامر', 'دئسامر'], + WEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONEWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale lrc_IR. + */ +goog.i18n.DateTimeSymbols_lrc_IR = goog.i18n.DateTimeSymbols_lrc; + + +/** + * Date/time formatting symbols for locale lt_LT. + */ +goog.i18n.DateTimeSymbols_lt_LT = goog.i18n.DateTimeSymbols_lt; + + +/** + * Date/time formatting symbols for locale lu. + */ +goog.i18n.DateTimeSymbols_lu = { + ERAS: ['kmp. Y.K.', 'kny. Y. K.'], + ERANAMES: ['Kumpala kwa Yezu Kli', 'Kunyima kwa Yezu Kli'], + NARROWMONTHS: ['C', 'L', 'L', 'M', 'L', 'L', 'K', 'L', 'L', 'L', 'K', 'C'], + STANDALONENARROWMONTHS: ['C', 'L', 'L', 'M', 'L', 'L', 'K', 'L', 'L', 'L', 'K', 'C'], + MONTHS: ['Ciongo', 'Lùishi', 'Lusòlo', 'Mùuyà', 'Lumùngùlù', 'Lufuimi', 'Kabàlàshìpù', 'Lùshìkà', 'Lutongolo', 'Lungùdi', 'Kaswèkèsè', 'Ciswà'], + STANDALONEMONTHS: ['Ciongo', 'Lùishi', 'Lusòlo', 'Mùuyà', 'Lumùngùlù', 'Lufuimi', 'Kabàlàshìpù', 'Lùshìkà', 'Lutongolo', 'Lungùdi', 'Kaswèkèsè', 'Ciswà'], + SHORTMONTHS: ['Cio', 'Lui', 'Lus', 'Muu', 'Lum', 'Luf', 'Kab', 'Lush', 'Lut', 'Lun', 'Kas', 'Cis'], + STANDALONESHORTMONTHS: ['Cio', 'Lui', 'Lus', 'Muu', 'Lum', 'Luf', 'Kab', 'Lush', 'Lut', 'Lun', 'Kas', 'Cis'], + WEEKDAYS: ['Lumingu', 'Nkodya', 'Ndàayà', 'Ndangù', 'Njòwa', 'Ngòvya', 'Lubingu'], + STANDALONEWEEKDAYS: ['Lumingu', 'Nkodya', 'Ndàayà', 'Ndangù', 'Njòwa', 'Ngòvya', 'Lubingu'], + SHORTWEEKDAYS: ['Lum', 'Nko', 'Ndy', 'Ndg', 'Njw', 'Ngv', 'Lub'], + STANDALONESHORTWEEKDAYS: ['Lum', 'Nko', 'Ndy', 'Ndg', 'Njw', 'Ngv', 'Lub'], + NARROWWEEKDAYS: ['L', 'N', 'N', 'N', 'N', 'N', 'L'], + STANDALONENARROWWEEKDAYS: ['L', 'N', 'N', 'N', 'N', 'N', 'L'], + SHORTQUARTERS: ['M1', 'M2', 'M3', 'M4'], + QUARTERS: ['Mueji 1', 'Mueji 2', 'Mueji 3', 'Mueji 4'], + AMPMS: ['Dinda', 'Dilolo'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale lu_CD. + */ +goog.i18n.DateTimeSymbols_lu_CD = goog.i18n.DateTimeSymbols_lu; + + +/** + * Date/time formatting symbols for locale luo. + */ +goog.i18n.DateTimeSymbols_luo = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Kapok Kristo obiro', 'Ka Kristo osebiro'], + NARROWMONTHS: ['C', 'R', 'D', 'N', 'B', 'U', 'B', 'B', 'C', 'P', 'C', 'P'], + STANDALONENARROWMONTHS: ['C', 'R', 'D', 'N', 'B', 'U', 'B', 'B', 'C', 'P', 'C', 'P'], + MONTHS: ['Dwe mar Achiel', 'Dwe mar Ariyo', 'Dwe mar Adek', 'Dwe mar Ang’wen', 'Dwe mar Abich', 'Dwe mar Auchiel', 'Dwe mar Abiriyo', 'Dwe mar Aboro', 'Dwe mar Ochiko', 'Dwe mar Apar', 'Dwe mar gi achiel', 'Dwe mar Apar gi ariyo'], + STANDALONEMONTHS: ['Dwe mar Achiel', 'Dwe mar Ariyo', 'Dwe mar Adek', 'Dwe mar Ang’wen', 'Dwe mar Abich', 'Dwe mar Auchiel', 'Dwe mar Abiriyo', 'Dwe mar Aboro', 'Dwe mar Ochiko', 'Dwe mar Apar', 'Dwe mar gi achiel', 'Dwe mar Apar gi ariyo'], + SHORTMONTHS: ['DAC', 'DAR', 'DAD', 'DAN', 'DAH', 'DAU', 'DAO', 'DAB', 'DOC', 'DAP', 'DGI', 'DAG'], + STANDALONESHORTMONTHS: ['DAC', 'DAR', 'DAD', 'DAN', 'DAH', 'DAU', 'DAO', 'DAB', 'DOC', 'DAP', 'DGI', 'DAG'], + WEEKDAYS: ['Jumapil', 'Wuok Tich', 'Tich Ariyo', 'Tich Adek', 'Tich Ang’wen', 'Tich Abich', 'Ngeso'], + STANDALONEWEEKDAYS: ['Jumapil', 'Wuok Tich', 'Tich Ariyo', 'Tich Adek', 'Tich Ang’wen', 'Tich Abich', 'Ngeso'], + SHORTWEEKDAYS: ['JMP', 'WUT', 'TAR', 'TAD', 'TAN', 'TAB', 'NGS'], + STANDALONESHORTWEEKDAYS: ['JMP', 'WUT', 'TAR', 'TAD', 'TAN', 'TAB', 'NGS'], + NARROWWEEKDAYS: ['J', 'W', 'T', 'T', 'T', 'T', 'N'], + STANDALONENARROWWEEKDAYS: ['J', 'W', 'T', 'T', 'T', 'T', 'N'], + SHORTQUARTERS: ['NMN1', 'NMN2', 'NMN3', 'NMN4'], + QUARTERS: ['nus mar nus 1', 'nus mar nus 2', 'nus mar nus 3', 'nus mar nus 4'], + AMPMS: ['OD', 'OT'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale luo_KE. + */ +goog.i18n.DateTimeSymbols_luo_KE = goog.i18n.DateTimeSymbols_luo; + + +/** + * Date/time formatting symbols for locale luy. + */ +goog.i18n.DateTimeSymbols_luy = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Imberi ya Kuuza Kwa', 'Muhiga Kuvita Kuuza'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Jumapiri', 'Jumatatu', 'Jumanne', 'Jumatano', 'Murwa wa Kanne', 'Murwa wa Katano', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Jumapiri', 'Jumatatu', 'Jumanne', 'Jumatano', 'Murwa wa Kanne', 'Murwa wa Katano', 'Jumamosi'], + SHORTWEEKDAYS: ['J2', 'J3', 'J4', 'J5', 'Al', 'Ij', 'J1'], + STANDALONESHORTWEEKDAYS: ['J2', 'J3', 'J4', 'J5', 'Al', 'Ij', 'J1'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Robo ya Kala', 'Robo ya Kaviri', 'Robo ya Kavaga', 'Robo ya Kanne'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale luy_KE. + */ +goog.i18n.DateTimeSymbols_luy_KE = goog.i18n.DateTimeSymbols_luy; + + +/** + * Date/time formatting symbols for locale lv_LV. + */ +goog.i18n.DateTimeSymbols_lv_LV = goog.i18n.DateTimeSymbols_lv; + + +/** + * Date/time formatting symbols for locale mas. + */ +goog.i18n.DateTimeSymbols_mas = { + ERAS: ['MY', 'EY'], + ERANAMES: ['Meínō Yɛ́sʉ', 'Eínō Yɛ́sʉ'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Oladalʉ́', 'Arát', 'Ɔɛnɨ́ɔɨŋɔk', 'Olodoyíóríê inkókúâ', 'Oloilépūnyīē inkókúâ', 'Kújúɔrɔk', 'Mórusásin', 'Ɔlɔ́ɨ́bɔ́rárɛ', 'Kúshîn', 'Olgísan', 'Pʉshʉ́ka', 'Ntʉ́ŋʉ́s'], + STANDALONEMONTHS: ['Oladalʉ́', 'Arát', 'Ɔɛnɨ́ɔɨŋɔk', 'Olodoyíóríê inkókúâ', 'Oloilépūnyīē inkókúâ', 'Kújúɔrɔk', 'Mórusásin', 'Ɔlɔ́ɨ́bɔ́rárɛ', 'Kúshîn', 'Olgísan', 'Pʉshʉ́ka', 'Ntʉ́ŋʉ́s'], + SHORTMONTHS: ['Dal', 'Ará', 'Ɔɛn', 'Doy', 'Lép', 'Rok', 'Sás', 'Bɔ́r', 'Kús', 'Gís', 'Shʉ́', 'Ntʉ́'], + STANDALONESHORTMONTHS: ['Dal', 'Ará', 'Ɔɛn', 'Doy', 'Lép', 'Rok', 'Sás', 'Bɔ́r', 'Kús', 'Gís', 'Shʉ́', 'Ntʉ́'], + WEEKDAYS: ['Jumapílí', 'Jumatátu', 'Jumane', 'Jumatánɔ', 'Alaámisi', 'Jumáa', 'Jumamósi'], + STANDALONEWEEKDAYS: ['Jumapílí', 'Jumatátu', 'Jumane', 'Jumatánɔ', 'Alaámisi', 'Jumáa', 'Jumamósi'], + SHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + STANDALONESHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + NARROWWEEKDAYS: ['2', '3', '4', '5', '6', '7', '1'], + STANDALONENARROWWEEKDAYS: ['2', '3', '4', '5', '6', '7', '1'], + SHORTQUARTERS: ['E1', 'E2', 'E3', 'E4'], + QUARTERS: ['Erobo 1', 'Erobo 2', 'Erobo 3', 'Erobo 4'], + AMPMS: ['Ɛnkakɛnyá', 'Ɛndámâ'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale mas_KE. + */ +goog.i18n.DateTimeSymbols_mas_KE = goog.i18n.DateTimeSymbols_mas; + + +/** + * Date/time formatting symbols for locale mas_TZ. + */ +goog.i18n.DateTimeSymbols_mas_TZ = { + ERAS: ['MY', 'EY'], + ERANAMES: ['Meínō Yɛ́sʉ', 'Eínō Yɛ́sʉ'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Oladalʉ́', 'Arát', 'Ɔɛnɨ́ɔɨŋɔk', 'Olodoyíóríê inkókúâ', 'Oloilépūnyīē inkókúâ', 'Kújúɔrɔk', 'Mórusásin', 'Ɔlɔ́ɨ́bɔ́rárɛ', 'Kúshîn', 'Olgísan', 'Pʉshʉ́ka', 'Ntʉ́ŋʉ́s'], + STANDALONEMONTHS: ['Oladalʉ́', 'Arát', 'Ɔɛnɨ́ɔɨŋɔk', 'Olodoyíóríê inkókúâ', 'Oloilépūnyīē inkókúâ', 'Kújúɔrɔk', 'Mórusásin', 'Ɔlɔ́ɨ́bɔ́rárɛ', 'Kúshîn', 'Olgísan', 'Pʉshʉ́ka', 'Ntʉ́ŋʉ́s'], + SHORTMONTHS: ['Dal', 'Ará', 'Ɔɛn', 'Doy', 'Lép', 'Rok', 'Sás', 'Bɔ́r', 'Kús', 'Gís', 'Shʉ́', 'Ntʉ́'], + STANDALONESHORTMONTHS: ['Dal', 'Ará', 'Ɔɛn', 'Doy', 'Lép', 'Rok', 'Sás', 'Bɔ́r', 'Kús', 'Gís', 'Shʉ́', 'Ntʉ́'], + WEEKDAYS: ['Jumapílí', 'Jumatátu', 'Jumane', 'Jumatánɔ', 'Alaámisi', 'Jumáa', 'Jumamósi'], + STANDALONEWEEKDAYS: ['Jumapílí', 'Jumatátu', 'Jumane', 'Jumatánɔ', 'Alaámisi', 'Jumáa', 'Jumamósi'], + SHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + STANDALONESHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + NARROWWEEKDAYS: ['2', '3', '4', '5', '6', '7', '1'], + STANDALONENARROWWEEKDAYS: ['2', '3', '4', '5', '6', '7', '1'], + SHORTQUARTERS: ['E1', 'E2', 'E3', 'E4'], + QUARTERS: ['Erobo 1', 'Erobo 2', 'Erobo 3', 'Erobo 4'], + AMPMS: ['Ɛnkakɛnyá', 'Ɛndámâ'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale mer. + */ +goog.i18n.DateTimeSymbols_mer = { + ERAS: ['MK', 'NK'], + ERANAMES: ['Mbere ya Kristũ', 'Nyuma ya Kristũ'], + NARROWMONTHS: ['J', 'F', 'M', 'Ĩ', 'M', 'N', 'N', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'Ĩ', 'M', 'N', 'N', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januarĩ', 'Feburuarĩ', 'Machi', 'Ĩpurũ', 'Mĩĩ', 'Njuni', 'Njuraĩ', 'Agasti', 'Septemba', 'Oktũba', 'Novemba', 'Dicemba'], + STANDALONEMONTHS: ['Januarĩ', 'Feburuarĩ', 'Machi', 'Ĩpurũ', 'Mĩĩ', 'Njuni', 'Njuraĩ', 'Agasti', 'Septemba', 'Oktũba', 'Novemba', 'Dicemba'], + SHORTMONTHS: ['JAN', 'FEB', 'MAC', 'ĨPU', 'MĨĨ', 'NJU', 'NJR', 'AGA', 'SPT', 'OKT', 'NOV', 'DEC'], + STANDALONESHORTMONTHS: ['JAN', 'FEB', 'MAC', 'ĨPU', 'MĨĨ', 'NJU', 'NJR', 'AGA', 'SPT', 'OKT', 'NOV', 'DEC'], + WEEKDAYS: ['Kiumia', 'Muramuko', 'Wairi', 'Wethatu', 'Wena', 'Wetano', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Kiumia', 'Muramuko', 'Wairi', 'Wethatu', 'Wena', 'Wetano', 'Jumamosi'], + SHORTWEEKDAYS: ['KIU', 'MRA', 'WAI', 'WET', 'WEN', 'WTN', 'JUM'], + STANDALONESHORTWEEKDAYS: ['KIU', 'MRA', 'WAI', 'WET', 'WEN', 'WTN', 'JUM'], + NARROWWEEKDAYS: ['K', 'M', 'W', 'W', 'W', 'W', 'J'], + STANDALONENARROWWEEKDAYS: ['K', 'M', 'W', 'W', 'W', 'W', 'J'], + SHORTQUARTERS: ['Ĩmwe kĩrĩ inya', 'Ijĩrĩ kĩrĩ inya', 'Ithatũ kĩrĩ inya', 'Inya kĩrĩ inya'], + QUARTERS: ['Ĩmwe kĩrĩ inya', 'Ijĩrĩ kĩrĩ inya', 'Ithatũ kĩrĩ inya', 'Inya kĩrĩ inya'], + AMPMS: ['RŨ', 'ŨG'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale mer_KE. + */ +goog.i18n.DateTimeSymbols_mer_KE = goog.i18n.DateTimeSymbols_mer; + + +/** + * Date/time formatting symbols for locale mfe. + */ +goog.i18n.DateTimeSymbols_mfe = { + ERAS: ['av. Z-K', 'ap. Z-K'], + ERANAMES: ['avan Zezi-Krist', 'apre Zezi-Krist'], + NARROWMONTHS: ['z', 'f', 'm', 'a', 'm', 'z', 'z', 'o', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['z', 'f', 'm', 'a', 'm', 'z', 'z', 'o', 's', 'o', 'n', 'd'], + MONTHS: ['zanvie', 'fevriye', 'mars', 'avril', 'me', 'zin', 'zilye', 'out', 'septam', 'oktob', 'novam', 'desam'], + STANDALONEMONTHS: ['zanvie', 'fevriye', 'mars', 'avril', 'me', 'zin', 'zilye', 'out', 'septam', 'oktob', 'novam', 'desam'], + SHORTMONTHS: ['zan', 'fev', 'mar', 'avr', 'me', 'zin', 'zil', 'out', 'sep', 'okt', 'nov', 'des'], + STANDALONESHORTMONTHS: ['zan', 'fev', 'mar', 'avr', 'me', 'zin', 'zil', 'out', 'sep', 'okt', 'nov', 'des'], + WEEKDAYS: ['dimans', 'lindi', 'mardi', 'merkredi', 'zedi', 'vandredi', 'samdi'], + STANDALONEWEEKDAYS: ['dimans', 'lindi', 'mardi', 'merkredi', 'zedi', 'vandredi', 'samdi'], + SHORTWEEKDAYS: ['dim', 'lin', 'mar', 'mer', 'ze', 'van', 'sam'], + STANDALONESHORTWEEKDAYS: ['dim', 'lin', 'mar', 'mer', 'ze', 'van', 'sam'], + NARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'z', 'v', 's'], + STANDALONENARROWWEEKDAYS: ['d', 'l', 'm', 'm', 'z', 'v', 's'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1e trimes', '2em trimes', '3em trimes', '4em trimes'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale mfe_MU. + */ +goog.i18n.DateTimeSymbols_mfe_MU = goog.i18n.DateTimeSymbols_mfe; + + +/** + * Date/time formatting symbols for locale mg. + */ +goog.i18n.DateTimeSymbols_mg = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Alohan’i JK', 'Aorian’i JK'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Janoary', 'Febroary', 'Martsa', 'Aprily', 'Mey', 'Jona', 'Jolay', 'Aogositra', 'Septambra', 'Oktobra', 'Novambra', 'Desambra'], + STANDALONEMONTHS: ['Janoary', 'Febroary', 'Martsa', 'Aprily', 'Mey', 'Jona', 'Jolay', 'Aogositra', 'Septambra', 'Oktobra', 'Novambra', 'Desambra'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mey', 'Jon', 'Jol', 'Aog', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mey', 'Jon', 'Jol', 'Aog', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Alahady', 'Alatsinainy', 'Talata', 'Alarobia', 'Alakamisy', 'Zoma', 'Asabotsy'], + STANDALONEWEEKDAYS: ['Alahady', 'Alatsinainy', 'Talata', 'Alarobia', 'Alakamisy', 'Zoma', 'Asabotsy'], + SHORTWEEKDAYS: ['Alah', 'Alats', 'Tal', 'Alar', 'Alak', 'Zom', 'Asab'], + STANDALONESHORTWEEKDAYS: ['Alah', 'Alats', 'Tal', 'Alar', 'Alak', 'Zom', 'Asab'], + NARROWWEEKDAYS: ['A', 'A', 'T', 'A', 'A', 'Z', 'A'], + STANDALONENARROWWEEKDAYS: ['A', 'A', 'T', 'A', 'A', 'Z', 'A'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['Telovolana voalohany', 'Telovolana faharoa', 'Telovolana fahatelo', 'Telovolana fahefatra'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale mg_MG. + */ +goog.i18n.DateTimeSymbols_mg_MG = goog.i18n.DateTimeSymbols_mg; + + +/** + * Date/time formatting symbols for locale mgh. + */ +goog.i18n.DateTimeSymbols_mgh = { + ERAS: ['HY', 'YY'], + ERANAMES: ['Hinapiya yesu', 'Yopia yesu'], + NARROWMONTHS: ['K', 'U', 'R', 'C', 'T', 'M', 'S', 'N', 'T', 'K', 'M', 'Y'], + STANDALONENARROWMONTHS: ['K', 'U', 'R', 'C', 'T', 'M', 'S', 'N', 'T', 'K', 'M', 'Y'], + MONTHS: ['Mweri wo kwanza', 'Mweri wo unayeli', 'Mweri wo uneraru', 'Mweri wo unecheshe', 'Mweri wo unethanu', 'Mweri wo thanu na mocha', 'Mweri wo saba', 'Mweri wo nane', 'Mweri wo tisa', 'Mweri wo kumi', 'Mweri wo kumi na moja', 'Mweri wo kumi na yel’li'], + STANDALONEMONTHS: ['Mweri wo kwanza', 'Mweri wo unayeli', 'Mweri wo uneraru', 'Mweri wo unecheshe', 'Mweri wo unethanu', 'Mweri wo thanu na mocha', 'Mweri wo saba', 'Mweri wo nane', 'Mweri wo tisa', 'Mweri wo kumi', 'Mweri wo kumi na moja', 'Mweri wo kumi na yel’li'], + SHORTMONTHS: ['Kwa', 'Una', 'Rar', 'Che', 'Tha', 'Moc', 'Sab', 'Nan', 'Tis', 'Kum', 'Moj', 'Yel'], + STANDALONESHORTMONTHS: ['Kwa', 'Una', 'Rar', 'Che', 'Tha', 'Moc', 'Sab', 'Nan', 'Tis', 'Kum', 'Moj', 'Yel'], + WEEKDAYS: ['Sabato', 'Jumatatu', 'Jumanne', 'Jumatano', 'Arahamisi', 'Ijumaa', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Sabato', 'Jumatatu', 'Jumanne', 'Jumatano', 'Arahamisi', 'Ijumaa', 'Jumamosi'], + SHORTWEEKDAYS: ['Sab', 'Jtt', 'Jnn', 'Jtn', 'Ara', 'Iju', 'Jmo'], + STANDALONESHORTWEEKDAYS: ['Sab', 'Jtt', 'Jnn', 'Jtn', 'Ara', 'Iju', 'Jmo'], + NARROWWEEKDAYS: ['S', 'J', 'J', 'J', 'A', 'I', 'J'], + STANDALONENARROWWEEKDAYS: ['S', 'J', 'J', 'J', 'A', 'I', 'J'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['wichishu', 'mchochil’l'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale mgh_MZ. + */ +goog.i18n.DateTimeSymbols_mgh_MZ = goog.i18n.DateTimeSymbols_mgh; + + +/** + * Date/time formatting symbols for locale mgo. + */ +goog.i18n.DateTimeSymbols_mgo = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['M1', 'A2', 'M3', 'N4', 'F5', 'I6', 'A7', 'I8', 'K9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['M1', 'A2', 'M3', 'N4', 'F5', 'I6', 'A7', 'I8', 'K9', '10', '11', '12'], + MONTHS: ['iməg mbegtug', 'imeg àbùbì', 'imeg mbəŋchubi', 'iməg ngwə̀t', 'iməg fog', 'iməg ichiibɔd', 'iməg àdùmbə̀ŋ', 'iməg ichika', 'iməg kud', 'iməg tèsiʼe', 'iməg zò', 'iməg krizmed'], + STANDALONEMONTHS: ['iməg mbegtug', 'imeg àbùbì', 'imeg mbəŋchubi', 'iməg ngwə̀t', 'iməg fog', 'iməg ichiibɔd', 'iməg àdùmbə̀ŋ', 'iməg ichika', 'iməg kud', 'iməg tèsiʼe', 'iməg zò', 'iməg krizmed'], + SHORTMONTHS: ['mbegtug', 'imeg àbùbì', 'imeg mbəŋchubi', 'iməg ngwə̀t', 'iməg fog', 'iməg ichiibɔd', 'iməg àdùmbə̀ŋ', 'iməg ichika', 'iməg kud', 'iməg tèsiʼe', 'iməg zò', 'iməg krizmed'], + STANDALONESHORTMONTHS: ['mbegtug', 'imeg àbùbì', 'imeg mbəŋchubi', 'iməg ngwə̀t', 'iməg fog', 'iməg ichiibɔd', 'iməg àdùmbə̀ŋ', 'iməg ichika', 'iməg kud', 'iməg tèsiʼe', 'iməg zò', 'iməg krizmed'], + WEEKDAYS: ['Aneg 1', 'Aneg 2', 'Aneg 3', 'Aneg 4', 'Aneg 5', 'Aneg 6', 'Aneg 7'], + STANDALONEWEEKDAYS: ['Aneg 1', 'Aneg 2', 'Aneg 3', 'Aneg 4', 'Aneg 5', 'Aneg 6', 'Aneg 7'], + SHORTWEEKDAYS: ['Aneg 1', 'Aneg 2', 'Aneg 3', 'Aneg 4', 'Aneg 5', 'Aneg 6', 'Aneg 7'], + STANDALONESHORTWEEKDAYS: ['Aneg 1', 'Aneg 2', 'Aneg 3', 'Aneg 4', 'Aneg 5', 'Aneg 6', 'Aneg 7'], + NARROWWEEKDAYS: ['A1', 'A2', 'A3', 'A4', 'A5', 'A6', 'A7'], + STANDALONENARROWWEEKDAYS: ['A1', 'A2', 'A3', 'A4', 'A5', 'A6', 'A7'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, y MMMM dd', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale mgo_CM. + */ +goog.i18n.DateTimeSymbols_mgo_CM = goog.i18n.DateTimeSymbols_mgo; + + +/** + * Date/time formatting symbols for locale mk_MK. + */ +goog.i18n.DateTimeSymbols_mk_MK = goog.i18n.DateTimeSymbols_mk; + + +/** + * Date/time formatting symbols for locale ml_IN. + */ +goog.i18n.DateTimeSymbols_ml_IN = goog.i18n.DateTimeSymbols_ml; + + +/** + * Date/time formatting symbols for locale mn_MN. + */ +goog.i18n.DateTimeSymbols_mn_MN = goog.i18n.DateTimeSymbols_mn; + + +/** + * Date/time formatting symbols for locale mr_IN. + */ +goog.i18n.DateTimeSymbols_mr_IN = goog.i18n.DateTimeSymbols_mr; + + +/** + * Date/time formatting symbols for locale ms_BN. + */ +goog.i18n.DateTimeSymbols_ms_BN = { + ERAS: ['S.M.', 'TM'], + ERANAMES: ['S.M.', 'TM'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Mac', 'April', 'Mei', 'Jun', 'Julai', 'Ogos', 'September', 'Oktober', 'November', 'Disember'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Mac', 'April', 'Mei', 'Jun', 'Julai', 'Ogos', 'September', 'Oktober', 'November', 'Disember'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogo', 'Sep', 'Okt', 'Nov', 'Dis'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogo', 'Sep', 'Okt', 'Nov', 'Dis'], + WEEKDAYS: ['Ahad', 'Isnin', 'Selasa', 'Rabu', 'Khamis', 'Jumaat', 'Sabtu'], + STANDALONEWEEKDAYS: ['Ahad', 'Isnin', 'Selasa', 'Rabu', 'Khamis', 'Jumaat', 'Sabtu'], + SHORTWEEKDAYS: ['Ahd', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Ahd', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab'], + NARROWWEEKDAYS: ['A', 'I', 'S', 'R', 'K', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['A', 'I', 'S', 'R', 'K', 'J', 'S'], + SHORTQUARTERS: ['S1', 'S2', 'S3', 'S4'], + QUARTERS: ['Suku pertama', 'Suku Ke-2', 'Suku Ke-3', 'Suku Ke-4'], + AMPMS: ['PG', 'PTG'], + DATEFORMATS: ['dd MMMM y', 'd MMMM y', 'd MMM y', 'd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ms_MY. + */ +goog.i18n.DateTimeSymbols_ms_MY = goog.i18n.DateTimeSymbols_ms; + + +/** + * Date/time formatting symbols for locale ms_SG. + */ +goog.i18n.DateTimeSymbols_ms_SG = { + ERAS: ['S.M.', 'TM'], + ERANAMES: ['S.M.', 'TM'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Mac', 'April', 'Mei', 'Jun', 'Julai', 'Ogos', 'September', 'Oktober', 'November', 'Disember'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Mac', 'April', 'Mei', 'Jun', 'Julai', 'Ogos', 'September', 'Oktober', 'November', 'Disember'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogo', 'Sep', 'Okt', 'Nov', 'Dis'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogo', 'Sep', 'Okt', 'Nov', 'Dis'], + WEEKDAYS: ['Ahad', 'Isnin', 'Selasa', 'Rabu', 'Khamis', 'Jumaat', 'Sabtu'], + STANDALONEWEEKDAYS: ['Ahad', 'Isnin', 'Selasa', 'Rabu', 'Khamis', 'Jumaat', 'Sabtu'], + SHORTWEEKDAYS: ['Ahd', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Ahd', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab'], + NARROWWEEKDAYS: ['A', 'I', 'S', 'R', 'K', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['A', 'I', 'S', 'R', 'K', 'J', 'S'], + SHORTQUARTERS: ['S1', 'S2', 'S3', 'S4'], + QUARTERS: ['Suku pertama', 'Suku Ke-2', 'Suku Ke-3', 'Suku Ke-4'], + AMPMS: ['PG', 'PTG'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale mt_MT. + */ +goog.i18n.DateTimeSymbols_mt_MT = goog.i18n.DateTimeSymbols_mt; + + +/** + * Date/time formatting symbols for locale mua. + */ +goog.i18n.DateTimeSymbols_mua = { + ERAS: ['KK', 'PK'], + ERANAMES: ['KǝPel Kristu', 'Pel Kristu'], + NARROWMONTHS: ['O', 'A', 'I', 'F', 'D', 'B', 'L', 'M', 'E', 'U', 'W', 'Y'], + STANDALONENARROWMONTHS: ['O', 'A', 'I', 'F', 'D', 'B', 'L', 'M', 'E', 'U', 'W', 'Y'], + MONTHS: ['Fĩi Loo', 'Cokcwaklaŋne', 'Cokcwaklii', 'Fĩi Marfoo', 'Madǝǝuutǝbijaŋ', 'Mamǝŋgwãafahbii', 'Mamǝŋgwãalii', 'Madǝmbii', 'Fĩi Dǝɓlii', 'Fĩi Mundaŋ', 'Fĩi Gwahlle', 'Fĩi Yuru'], + STANDALONEMONTHS: ['Fĩi Loo', 'Cokcwaklaŋne', 'Cokcwaklii', 'Fĩi Marfoo', 'Madǝǝuutǝbijaŋ', 'Mamǝŋgwãafahbii', 'Mamǝŋgwãalii', 'Madǝmbii', 'Fĩi Dǝɓlii', 'Fĩi Mundaŋ', 'Fĩi Gwahlle', 'Fĩi Yuru'], + SHORTMONTHS: ['FLO', 'CLA', 'CKI', 'FMF', 'MAD', 'MBI', 'MLI', 'MAM', 'FDE', 'FMU', 'FGW', 'FYU'], + STANDALONESHORTMONTHS: ['FLO', 'CLA', 'CKI', 'FMF', 'MAD', 'MBI', 'MLI', 'MAM', 'FDE', 'FMU', 'FGW', 'FYU'], + WEEKDAYS: ['Com’yakke', 'Comlaaɗii', 'Comzyiiɗii', 'Comkolle', 'Comkaldǝɓlii', 'Comgaisuu', 'Comzyeɓsuu'], + STANDALONEWEEKDAYS: ['Com’yakke', 'Comlaaɗii', 'Comzyiiɗii', 'Comkolle', 'Comkaldǝɓlii', 'Comgaisuu', 'Comzyeɓsuu'], + SHORTWEEKDAYS: ['Cya', 'Cla', 'Czi', 'Cko', 'Cka', 'Cga', 'Cze'], + STANDALONESHORTWEEKDAYS: ['Cya', 'Cla', 'Czi', 'Cko', 'Cka', 'Cga', 'Cze'], + NARROWWEEKDAYS: ['Y', 'L', 'Z', 'O', 'A', 'G', 'E'], + STANDALONENARROWWEEKDAYS: ['Y', 'L', 'Z', 'O', 'A', 'G', 'E'], + SHORTQUARTERS: ['F1', 'F2', 'F3', 'F4'], + QUARTERS: ['Tai fĩi sai ma tǝn kee zah', 'Tai fĩi sai zah lǝn gwa ma kee', 'Tai fĩi sai zah lǝn sai ma kee', 'Tai fĩi sai ma coo kee zah ‘na'], + AMPMS: ['comme', 'lilli'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale mua_CM. + */ +goog.i18n.DateTimeSymbols_mua_CM = goog.i18n.DateTimeSymbols_mua; + + +/** + * Date/time formatting symbols for locale my_MM. + */ +goog.i18n.DateTimeSymbols_my_MM = goog.i18n.DateTimeSymbols_my; + + +/** + * Date/time formatting symbols for locale mzn. + */ +goog.i18n.DateTimeSymbols_mzn = { + ZERODIGIT: 0x06F0, + ERAS: ['پ.م', 'م.'], + ERANAMES: ['قبل میلاد', 'بعد میلاد'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], + STANDALONEMONTHS: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], + SHORTMONTHS: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], + STANDALONESHORTMONTHS: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], + WEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONEWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 4], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale mzn_IR. + */ +goog.i18n.DateTimeSymbols_mzn_IR = goog.i18n.DateTimeSymbols_mzn; + + +/** + * Date/time formatting symbols for locale naq. + */ +goog.i18n.DateTimeSymbols_naq = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Xristub aiǃâ', 'Xristub khaoǃgâ'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['ǃKhanni', 'ǃKhanǀgôab', 'ǀKhuuǁkhâb', 'ǃHôaǂkhaib', 'ǃKhaitsâb', 'Gamaǀaeb', 'ǂKhoesaob', 'Aoǁkhuumûǁkhâb', 'Taraǀkhuumûǁkhâb', 'ǂNûǁnâiseb', 'ǀHooǂgaeb', 'Hôasoreǁkhâb'], + STANDALONEMONTHS: ['ǃKhanni', 'ǃKhanǀgôab', 'ǀKhuuǁkhâb', 'ǃHôaǂkhaib', 'ǃKhaitsâb', 'Gamaǀaeb', 'ǂKhoesaob', 'Aoǁkhuumûǁkhâb', 'Taraǀkhuumûǁkhâb', 'ǂNûǁnâiseb', 'ǀHooǂgaeb', 'Hôasoreǁkhâb'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + WEEKDAYS: ['Sontaxtsees', 'Mantaxtsees', 'Denstaxtsees', 'Wunstaxtsees', 'Dondertaxtsees', 'Fraitaxtsees', 'Satertaxtsees'], + STANDALONEWEEKDAYS: ['Sontaxtsees', 'Mantaxtsees', 'Denstaxtsees', 'Wunstaxtsees', 'Dondertaxtsees', 'Fraitaxtsees', 'Satertaxtsees'], + SHORTWEEKDAYS: ['Son', 'Ma', 'De', 'Wu', 'Do', 'Fr', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Son', 'Ma', 'De', 'Wu', 'Do', 'Fr', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'E', 'W', 'D', 'F', 'A'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'E', 'W', 'D', 'F', 'A'], + SHORTQUARTERS: ['KW1', 'KW2', 'KW3', 'KW4'], + QUARTERS: ['1ro kwartals', '2ǁî kwartals', '3ǁî kwartals', '4ǁî kwartals'], + AMPMS: ['ǁgoagas', 'ǃuias'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale naq_NA. + */ +goog.i18n.DateTimeSymbols_naq_NA = goog.i18n.DateTimeSymbols_naq; + + +/** + * Date/time formatting symbols for locale nb_NO. + */ +goog.i18n.DateTimeSymbols_nb_NO = goog.i18n.DateTimeSymbols_nb; + + +/** + * Date/time formatting symbols for locale nb_SJ. + */ +goog.i18n.DateTimeSymbols_nb_SJ = goog.i18n.DateTimeSymbols_nb; + + +/** + * Date/time formatting symbols for locale nd. + */ +goog.i18n.DateTimeSymbols_nd = { + ERAS: ['BC', 'AD'], + ERANAMES: ['UKristo angakabuyi', 'Ukristo ebuyile'], + NARROWMONTHS: ['Z', 'N', 'M', 'M', 'N', 'N', 'N', 'N', 'M', 'M', 'L', 'M'], + STANDALONENARROWMONTHS: ['Z', 'N', 'M', 'M', 'N', 'N', 'N', 'N', 'M', 'M', 'L', 'M'], + MONTHS: ['Zibandlela', 'Nhlolanja', 'Mbimbitho', 'Mabasa', 'Nkwenkwezi', 'Nhlangula', 'Ntulikazi', 'Ncwabakazi', 'Mpandula', 'Mfumfu', 'Lwezi', 'Mpalakazi'], + STANDALONEMONTHS: ['Zibandlela', 'Nhlolanja', 'Mbimbitho', 'Mabasa', 'Nkwenkwezi', 'Nhlangula', 'Ntulikazi', 'Ncwabakazi', 'Mpandula', 'Mfumfu', 'Lwezi', 'Mpalakazi'], + SHORTMONTHS: ['Zib', 'Nhlo', 'Mbi', 'Mab', 'Nkw', 'Nhla', 'Ntu', 'Ncw', 'Mpan', 'Mfu', 'Lwe', 'Mpal'], + STANDALONESHORTMONTHS: ['Zib', 'Nhlo', 'Mbi', 'Mab', 'Nkw', 'Nhla', 'Ntu', 'Ncw', 'Mpan', 'Mfu', 'Lwe', 'Mpal'], + WEEKDAYS: ['Sonto', 'Mvulo', 'Sibili', 'Sithathu', 'Sine', 'Sihlanu', 'Mgqibelo'], + STANDALONEWEEKDAYS: ['Sonto', 'Mvulo', 'Sibili', 'Sithathu', 'Sine', 'Sihlanu', 'Mgqibelo'], + SHORTWEEKDAYS: ['Son', 'Mvu', 'Sib', 'Sit', 'Sin', 'Sih', 'Mgq'], + STANDALONESHORTWEEKDAYS: ['Son', 'Mvu', 'Sib', 'Sit', 'Sin', 'Sih', 'Mgq'], + NARROWWEEKDAYS: ['S', 'M', 'S', 'S', 'S', 'S', 'M'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'S', 'S', 'S', 'S', 'M'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kota 1', 'Kota 2', 'Kota 3', 'Kota 4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale nd_ZW. + */ +goog.i18n.DateTimeSymbols_nd_ZW = goog.i18n.DateTimeSymbols_nd; + + +/** + * Date/time formatting symbols for locale nds. + */ +goog.i18n.DateTimeSymbols_nds = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['M01', 'M02', 'M03', 'M04', 'M05', 'M06', 'M07', 'M08', 'M09', 'M10', 'M11', 'M12'], + STANDALONEMONTHS: ['M01', 'M02', 'M03', 'M04', 'M05', 'M06', 'M07', 'M08', 'M09', 'M10', 'M11', 'M12'], + SHORTMONTHS: ['M01', 'M02', 'M03', 'M04', 'M05', 'M06', 'M07', 'M08', 'M09', 'M10', 'M11', 'M12'], + STANDALONESHORTMONTHS: ['M01', 'M02', 'M03', 'M04', 'M05', 'M06', 'M07', 'M08', 'M09', 'M10', 'M11', 'M12'], + WEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONEWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale nds_DE. + */ +goog.i18n.DateTimeSymbols_nds_DE = goog.i18n.DateTimeSymbols_nds; + + +/** + * Date/time formatting symbols for locale nds_NL. + */ +goog.i18n.DateTimeSymbols_nds_NL = goog.i18n.DateTimeSymbols_nds; + + +/** + * Date/time formatting symbols for locale ne_IN. + */ +goog.i18n.DateTimeSymbols_ne_IN = { + ZERODIGIT: 0x0966, + ERAS: ['ईसा पूर्व', 'सन्'], + ERANAMES: ['ईसा पूर्व', 'सन्'], + NARROWMONTHS: ['१', '२', '३', '४', '५', '६', '७', '८', '९', '१०', '११', '१२'], + STANDALONENARROWMONTHS: ['१', '२', '३', '४', '५', '६', '७', '८', '९', '१०', '११', '१२'], + MONTHS: ['जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मई', 'जुन', 'जुलाई', 'अगस्ट', 'सेप्टेम्बर', 'अक्टोबर', 'नोभेम्बर', 'डिसेम्बर'], + STANDALONEMONTHS: ['जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मे', 'जुन', 'जुलाई', 'अगस्ट', 'सेप्टेम्बर', 'अक्टोबर', 'नोभेम्बर', 'डिसेम्बर'], + SHORTMONTHS: ['जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मे', 'जुन', 'जुलाई', 'अगस्ट', 'सेप्टेम्बर', 'अक्टोबर', 'नोभेम्बर', 'डिसेम्बर'], + STANDALONESHORTMONTHS: ['जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मे', 'जुन', 'जुलाई', 'अगस्ट', 'सेप्टेम्बर', 'अक्टोबर', 'नोभेम्बर', 'डिसेम्बर'], + WEEKDAYS: ['आइतबार', 'सोमबार', 'मङ्गलबार', 'बुधबार', 'बिहिबार', 'शुक्रबार', 'शनिबार'], + STANDALONEWEEKDAYS: ['आइतबार', 'सोमबार', 'मङ्गलबार', 'बुधबार', 'बिहिबार', 'शुक्रबार', 'शनिबार'], + SHORTWEEKDAYS: ['आइत', 'सोम', 'मङ्गल', 'बुध', 'बिहि', 'शुक्र', 'शनि'], + STANDALONESHORTWEEKDAYS: ['आइत', 'सोम', 'मङ्गल', 'बुध', 'बिहि', 'शुक्र', 'शनि'], + NARROWWEEKDAYS: ['आ', 'सो', 'म', 'बु', 'बि', 'शु', 'श'], + STANDALONENARROWWEEKDAYS: ['आ', 'सो', 'म', 'बु', 'बि', 'शु', 'श'], + SHORTQUARTERS: ['पहिलो सत्र', 'दोस्रो सत्र', 'तेस्रो सत्र', 'चौथो सत्र'], + QUARTERS: ['पहिलो सत्र', 'दोस्रो सत्र', 'तेस्रो सत्र', 'चौथो सत्र'], + AMPMS: ['पूर्वाह्न', 'अपराह्न'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ne_NP. + */ +goog.i18n.DateTimeSymbols_ne_NP = goog.i18n.DateTimeSymbols_ne; + + +/** + * Date/time formatting symbols for locale nl_AW. + */ +goog.i18n.DateTimeSymbols_nl_AW = { + ERAS: ['v.Chr.', 'n.Chr.'], + ERANAMES: ['voor Christus', 'na Christus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + STANDALONEWEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + SHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + STANDALONESHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + NARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + STANDALONENARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1e kwartaal', '2e kwartaal', '3e kwartaal', '4e kwartaal'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'om\' {0}', '{1} \'om\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale nl_BE. + */ +goog.i18n.DateTimeSymbols_nl_BE = { + ERAS: ['v.Chr.', 'n.Chr.'], + ERANAMES: ['voor Christus', 'na Christus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + STANDALONEWEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + SHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + STANDALONESHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + NARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + STANDALONENARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1e kwartaal', '2e kwartaal', '3e kwartaal', '4e kwartaal'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'om\' {0}', '{1} \'om\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale nl_BQ. + */ +goog.i18n.DateTimeSymbols_nl_BQ = { + ERAS: ['v.Chr.', 'n.Chr.'], + ERANAMES: ['voor Christus', 'na Christus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + STANDALONEWEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + SHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + STANDALONESHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + NARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + STANDALONENARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1e kwartaal', '2e kwartaal', '3e kwartaal', '4e kwartaal'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'om\' {0}', '{1} \'om\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale nl_CW. + */ +goog.i18n.DateTimeSymbols_nl_CW = { + ERAS: ['v.Chr.', 'n.Chr.'], + ERANAMES: ['voor Christus', 'na Christus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + STANDALONEWEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + SHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + STANDALONESHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + NARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + STANDALONENARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1e kwartaal', '2e kwartaal', '3e kwartaal', '4e kwartaal'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'om\' {0}', '{1} \'om\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale nl_NL. + */ +goog.i18n.DateTimeSymbols_nl_NL = goog.i18n.DateTimeSymbols_nl; + + +/** + * Date/time formatting symbols for locale nl_SR. + */ +goog.i18n.DateTimeSymbols_nl_SR = { + ERAS: ['v.Chr.', 'n.Chr.'], + ERANAMES: ['voor Christus', 'na Christus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + STANDALONEWEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + SHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + STANDALONESHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + NARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + STANDALONENARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1e kwartaal', '2e kwartaal', '3e kwartaal', '4e kwartaal'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'om\' {0}', '{1} \'om\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale nl_SX. + */ +goog.i18n.DateTimeSymbols_nl_SX = { + ERAS: ['v.Chr.', 'n.Chr.'], + ERANAMES: ['voor Christus', 'na Christus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + STANDALONEWEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + SHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + STANDALONESHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + NARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + STANDALONENARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1e kwartaal', '2e kwartaal', '3e kwartaal', '4e kwartaal'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'om\' {0}', '{1} \'om\' {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale nmg. + */ +goog.i18n.DateTimeSymbols_nmg = { + ERAS: ['BL', 'PB'], + ERANAMES: ['Bó Lahlɛ̄', 'Pfiɛ Burī'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ngwɛn matáhra', 'ngwɛn ńmba', 'ngwɛn ńlal', 'ngwɛn ńna', 'ngwɛn ńtan', 'ngwɛn ńtuó', 'ngwɛn hɛmbuɛrí', 'ngwɛn lɔmbi', 'ngwɛn rɛbvuâ', 'ngwɛn wum', 'ngwɛn wum navǔr', 'krísimin'], + STANDALONEMONTHS: ['ngwɛn matáhra', 'ngwɛn ńmba', 'ngwɛn ńlal', 'ngwɛn ńna', 'ngwɛn ńtan', 'ngwɛn ńtuó', 'ngwɛn hɛmbuɛrí', 'ngwɛn lɔmbi', 'ngwɛn rɛbvuâ', 'ngwɛn wum', 'ngwɛn wum navǔr', 'krísimin'], + SHORTMONTHS: ['ng1', 'ng2', 'ng3', 'ng4', 'ng5', 'ng6', 'ng7', 'ng8', 'ng9', 'ng10', 'ng11', 'kris'], + STANDALONESHORTMONTHS: ['ng1', 'ng2', 'ng3', 'ng4', 'ng5', 'ng6', 'ng7', 'ng8', 'ng9', 'ng10', 'ng11', 'kris'], + WEEKDAYS: ['sɔ́ndɔ', 'mɔ́ndɔ', 'sɔ́ndɔ mafú mába', 'sɔ́ndɔ mafú málal', 'sɔ́ndɔ mafú mána', 'mabágá má sukul', 'sásadi'], + STANDALONEWEEKDAYS: ['sɔ́ndɔ', 'mɔ́ndɔ', 'sɔ́ndɔ mafú mába', 'sɔ́ndɔ mafú málal', 'sɔ́ndɔ mafú mána', 'mabágá má sukul', 'sásadi'], + SHORTWEEKDAYS: ['sɔ́n', 'mɔ́n', 'smb', 'sml', 'smn', 'mbs', 'sas'], + STANDALONESHORTWEEKDAYS: ['sɔ́n', 'mɔ́n', 'smb', 'sml', 'smn', 'mbs', 'sas'], + NARROWWEEKDAYS: ['s', 'm', 's', 's', 's', 'm', 's'], + STANDALONENARROWWEEKDAYS: ['s', 'm', 's', 's', 's', 'm', 's'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['Tindɛ nvúr', 'Tindɛ ńmba', 'Tindɛ ńlal', 'Tindɛ ńna'], + AMPMS: ['maná', 'kugú'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale nmg_CM. + */ +goog.i18n.DateTimeSymbols_nmg_CM = goog.i18n.DateTimeSymbols_nmg; + + +/** + * Date/time formatting symbols for locale nn. + */ +goog.i18n.DateTimeSymbols_nn = { + ERAS: ['f.Kr.', 'e.Kr.'], + ERANAMES: ['f.Kr.', 'e.Kr.'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'], + STANDALONEMONTHS: ['januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'], + SHORTMONTHS: ['jan.', 'feb.', 'mars', 'apr.', 'mai', 'juni', 'juli', 'aug.', 'sep.', 'okt.', 'nov.', 'des.'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'des'], + WEEKDAYS: ['søndag', 'måndag', 'tysdag', 'onsdag', 'torsdag', 'fredag', 'laurdag'], + STANDALONEWEEKDAYS: ['søndag', 'måndag', 'tysdag', 'onsdag', 'torsdag', 'fredag', 'laurdag'], + SHORTWEEKDAYS: ['sø.', 'må.', 'ty.', 'on.', 'to.', 'fr.', 'la.'], + STANDALONESHORTWEEKDAYS: ['søn', 'mån', 'tys', 'ons', 'tor', 'fre', 'lau'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], + AMPMS: ['formiddag', 'ettermiddag'], + DATEFORMATS: ['EEEE d. MMMM y', 'd. MMMM y', 'd. MMM y', 'dd.MM.y'], + TIMEFORMATS: ['\'kl\'. HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} \'kl\'. {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale nn_NO. + */ +goog.i18n.DateTimeSymbols_nn_NO = goog.i18n.DateTimeSymbols_nn; + + +/** + * Date/time formatting symbols for locale nnh. + */ +goog.i18n.DateTimeSymbols_nnh = { + ERAS: ['m.z.Y.', 'm.g.n.Y.'], + ERANAMES: ['mé zyé Yěsô', 'mé gÿo ńzyé Yěsô'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['saŋ tsetsɛ̀ɛ lùm', 'saŋ kàg ngwóŋ', 'saŋ lepyè shúm', 'saŋ cÿó', 'saŋ tsɛ̀ɛ cÿó', 'saŋ njÿoláʼ', 'saŋ tyɛ̀b tyɛ̀b mbʉ̀ŋ', 'saŋ mbʉ̀ŋ', 'saŋ ngwɔ̀ʼ mbÿɛ', 'saŋ tàŋa tsetsáʼ', 'saŋ mejwoŋó', 'saŋ lùm'], + STANDALONEMONTHS: ['saŋ tsetsɛ̀ɛ lùm', 'saŋ kàg ngwóŋ', 'saŋ lepyè shúm', 'saŋ cÿó', 'saŋ tsɛ̀ɛ cÿó', 'saŋ njÿoláʼ', 'saŋ tyɛ̀b tyɛ̀b mbʉ̀ŋ', 'saŋ mbʉ̀ŋ', 'saŋ ngwɔ̀ʼ mbÿɛ', 'saŋ tàŋa tsetsáʼ', 'saŋ mejwoŋó', 'saŋ lùm'], + SHORTMONTHS: ['saŋ tsetsɛ̀ɛ lùm', 'saŋ kàg ngwóŋ', 'saŋ lepyè shúm', 'saŋ cÿó', 'saŋ tsɛ̀ɛ cÿó', 'saŋ njÿoláʼ', 'saŋ tyɛ̀b tyɛ̀b mbʉ̀ŋ', 'saŋ mbʉ̀ŋ', 'saŋ ngwɔ̀ʼ mbÿɛ', 'saŋ tàŋa tsetsáʼ', 'saŋ mejwoŋó', 'saŋ lùm'], + STANDALONESHORTMONTHS: ['saŋ tsetsɛ̀ɛ lùm', 'saŋ kàg ngwóŋ', 'saŋ lepyè shúm', 'saŋ cÿó', 'saŋ tsɛ̀ɛ cÿó', 'saŋ njÿoláʼ', 'saŋ tyɛ̀b tyɛ̀b mbʉ̀ŋ', 'saŋ mbʉ̀ŋ', 'saŋ ngwɔ̀ʼ mbÿɛ', 'saŋ tàŋa tsetsáʼ', 'saŋ mejwoŋó', 'saŋ lùm'], + WEEKDAYS: ['lyɛʼɛ́ sẅíŋtè', 'mvfò lyɛ̌ʼ', 'mbɔ́ɔntè mvfò lyɛ̌ʼ', 'tsètsɛ̀ɛ lyɛ̌ʼ', 'mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ', 'mvfò màga lyɛ̌ʼ', 'màga lyɛ̌ʼ'], + STANDALONEWEEKDAYS: ['lyɛʼɛ́ sẅíŋtè', 'mvfò lyɛ̌ʼ', 'mbɔ́ɔntè mvfò lyɛ̌ʼ', 'tsètsɛ̀ɛ lyɛ̌ʼ', 'mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ', 'mvfò màga lyɛ̌ʼ', 'màga lyɛ̌ʼ'], + SHORTWEEKDAYS: ['lyɛʼɛ́ sẅíŋtè', 'mvfò lyɛ̌ʼ', 'mbɔ́ɔntè mvfò lyɛ̌ʼ', 'tsètsɛ̀ɛ lyɛ̌ʼ', 'mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ', 'mvfò màga lyɛ̌ʼ', 'màga lyɛ̌ʼ'], + STANDALONESHORTWEEKDAYS: ['lyɛʼɛ́ sẅíŋtè', 'mvfò lyɛ̌ʼ', 'mbɔ́ɔntè mvfò lyɛ̌ʼ', 'tsètsɛ̀ɛ lyɛ̌ʼ', 'mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ', 'mvfò màga lyɛ̌ʼ', 'màga lyɛ̌ʼ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['mbaʼámbaʼ', 'ncwònzém'], + DATEFORMATS: ['EEEE , \'lyɛ\'̌ʼ d \'na\' MMMM, y', '\'lyɛ\'̌ʼ d \'na\' MMMM, y', 'd MMM, y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1},{0}', '{1}, {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale nnh_CM. + */ +goog.i18n.DateTimeSymbols_nnh_CM = goog.i18n.DateTimeSymbols_nnh; + + +/** + * Date/time formatting symbols for locale nus. + */ +goog.i18n.DateTimeSymbols_nus = { + ERAS: ['AY', 'ƐY'], + ERANAMES: ['A ka̱n Yecu ni dap', 'Ɛ ca Yecu dap'], + NARROWMONTHS: ['T', 'P', 'D', 'G', 'D', 'K', 'P', 'T', 'T', 'L', 'K', 'T'], + STANDALONENARROWMONTHS: ['T', 'P', 'D', 'G', 'D', 'K', 'P', 'T', 'T', 'L', 'K', 'T'], + MONTHS: ['Tiop thar pɛt', 'Pɛt', 'Duɔ̱ɔ̱ŋ', 'Guak', 'Duät', 'Kornyoot', 'Pay yie̱tni', 'Tho̱o̱r', 'Tɛɛr', 'Laath', 'Kur', 'Tio̱p in di̱i̱t'], + STANDALONEMONTHS: ['Tiop thar pɛt', 'Pɛt', 'Duɔ̱ɔ̱ŋ', 'Guak', 'Duät', 'Kornyoot', 'Pay yie̱tni', 'Tho̱o̱r', 'Tɛɛr', 'Laath', 'Kur', 'Tio̱p in di̱i̱t'], + SHORTMONTHS: ['Tiop', 'Pɛt', 'Duɔ̱ɔ̱', 'Guak', 'Duä', 'Kor', 'Pay', 'Thoo', 'Tɛɛ', 'Laa', 'Kur', 'Tid'], + STANDALONESHORTMONTHS: ['Tiop', 'Pɛt', 'Duɔ̱ɔ̱', 'Guak', 'Duä', 'Kor', 'Pay', 'Thoo', 'Tɛɛ', 'Laa', 'Kur', 'Tid'], + WEEKDAYS: ['Cäŋ kuɔth', 'Jiec la̱t', 'Rɛw lätni', 'Diɔ̱k lätni', 'Ŋuaan lätni', 'Dhieec lätni', 'Bäkɛl lätni'], + STANDALONEWEEKDAYS: ['Cäŋ kuɔth', 'Jiec la̱t', 'Rɛw lätni', 'Diɔ̱k lätni', 'Ŋuaan lätni', 'Dhieec lätni', 'Bäkɛl lätni'], + SHORTWEEKDAYS: ['Cäŋ', 'Jiec', 'Rɛw', 'Diɔ̱k', 'Ŋuaan', 'Dhieec', 'Bäkɛl'], + STANDALONESHORTWEEKDAYS: ['Cäŋ', 'Jiec', 'Rɛw', 'Diɔ̱k', 'Ŋuaan', 'Dhieec', 'Bäkɛl'], + NARROWWEEKDAYS: ['C', 'J', 'R', 'D', 'Ŋ', 'D', 'B'], + STANDALONENARROWWEEKDAYS: ['C', 'J', 'R', 'D', 'Ŋ', 'D', 'B'], + SHORTQUARTERS: ['P1', 'P2', 'P3', 'P4'], + QUARTERS: ['Päth diɔk tin nhiam', 'Päth diɔk tin guurɛ', 'Päth diɔk tin wä kɔɔriɛn', 'Päth diɔk tin jiɔakdiɛn'], + AMPMS: ['RW', 'TŊ'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/MM/y'], + TIMEFORMATS: ['zzzz h:mm:ss a', 'z h:mm:ss a', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale nus_SS. + */ +goog.i18n.DateTimeSymbols_nus_SS = goog.i18n.DateTimeSymbols_nus; + + +/** + * Date/time formatting symbols for locale nyn. + */ +goog.i18n.DateTimeSymbols_nyn = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Kurisito Atakaijire', 'Kurisito Yaijire'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Okwokubanza', 'Okwakabiri', 'Okwakashatu', 'Okwakana', 'Okwakataana', 'Okwamukaaga', 'Okwamushanju', 'Okwamunaana', 'Okwamwenda', 'Okwaikumi', 'Okwaikumi na kumwe', 'Okwaikumi na ibiri'], + STANDALONEMONTHS: ['Okwokubanza', 'Okwakabiri', 'Okwakashatu', 'Okwakana', 'Okwakataana', 'Okwamukaaga', 'Okwamushanju', 'Okwamunaana', 'Okwamwenda', 'Okwaikumi', 'Okwaikumi na kumwe', 'Okwaikumi na ibiri'], + SHORTMONTHS: ['KBZ', 'KBR', 'KST', 'KKN', 'KTN', 'KMK', 'KMS', 'KMN', 'KMW', 'KKM', 'KNK', 'KNB'], + STANDALONESHORTMONTHS: ['KBZ', 'KBR', 'KST', 'KKN', 'KTN', 'KMK', 'KMS', 'KMN', 'KMW', 'KKM', 'KNK', 'KNB'], + WEEKDAYS: ['Sande', 'Orwokubanza', 'Orwakabiri', 'Orwakashatu', 'Orwakana', 'Orwakataano', 'Orwamukaaga'], + STANDALONEWEEKDAYS: ['Sande', 'Orwokubanza', 'Orwakabiri', 'Orwakashatu', 'Orwakana', 'Orwakataano', 'Orwamukaaga'], + SHORTWEEKDAYS: ['SAN', 'ORK', 'OKB', 'OKS', 'OKN', 'OKT', 'OMK'], + STANDALONESHORTWEEKDAYS: ['SAN', 'ORK', 'OKB', 'OKS', 'OKN', 'OKT', 'OMK'], + NARROWWEEKDAYS: ['S', 'K', 'R', 'S', 'N', 'T', 'M'], + STANDALONENARROWWEEKDAYS: ['S', 'K', 'R', 'S', 'N', 'T', 'M'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['KWOTA 1', 'KWOTA 2', 'KWOTA 3', 'KWOTA 4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale nyn_UG. + */ +goog.i18n.DateTimeSymbols_nyn_UG = goog.i18n.DateTimeSymbols_nyn; + + +/** + * Date/time formatting symbols for locale om. + */ +goog.i18n.DateTimeSymbols_om = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['Dheengadda Jeesu', 'CE'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Amajjii', 'Guraandhala', 'Bitooteessa', 'Elba', 'Caamsa', 'Waxabajjii', 'Adooleessa', 'Hagayya', 'Fuulbana', 'Onkololeessa', 'Sadaasa', 'Muddee'], + STANDALONEMONTHS: ['Amajjii', 'Guraandhala', 'Bitooteessa', 'Elba', 'Caamsa', 'Waxabajjii', 'Adooleessa', 'Hagayya', 'Fuulbana', 'Onkololeessa', 'Sadaasa', 'Muddee'], + SHORTMONTHS: ['Ama', 'Gur', 'Bit', 'Elb', 'Cam', 'Wax', 'Ado', 'Hag', 'Ful', 'Onk', 'Sad', 'Mud'], + STANDALONESHORTMONTHS: ['Ama', 'Gur', 'Bit', 'Elb', 'Cam', 'Wax', 'Ado', 'Hag', 'Ful', 'Onk', 'Sad', 'Mud'], + WEEKDAYS: ['Dilbata', 'Wiixata', 'Qibxata', 'Roobii', 'Kamiisa', 'Jimaata', 'Sanbata'], + STANDALONEWEEKDAYS: ['Dilbata', 'Wiixata', 'Qibxata', 'Roobii', 'Kamiisa', 'Jimaata', 'Sanbata'], + SHORTWEEKDAYS: ['Dil', 'Wix', 'Qib', 'Rob', 'Kam', 'Jim', 'San'], + STANDALONESHORTWEEKDAYS: ['Dil', 'Wix', 'Qib', 'Rob', 'Kam', 'Jim', 'San'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Kurmaana 1', 'Kurmaana 2', 'Kurmaana 3', 'Kurmaana 4'], + AMPMS: ['WD', 'WB'], + DATEFORMATS: ['EEEE, MMMM d, y', 'dd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale om_ET. + */ +goog.i18n.DateTimeSymbols_om_ET = goog.i18n.DateTimeSymbols_om; + + +/** + * Date/time formatting symbols for locale om_KE. + */ +goog.i18n.DateTimeSymbols_om_KE = { + ERAS: ['KD', 'CE'], + ERANAMES: ['Dheengadda Jeesu', 'CE'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['A', 'G', 'B', 'E', 'C', 'W', 'A', 'H', 'F', 'O', 'S', 'M'], + MONTHS: ['Amajjii', 'Guraandhala', 'Bitooteessa', 'Elba', 'Caamsa', 'Waxabajjii', 'Adooleessa', 'Hagayya', 'Fuulbana', 'Onkololeessa', 'Sadaasa', 'Muddee'], + STANDALONEMONTHS: ['Amajjii', 'Guraandhala', 'Bitooteessa', 'Elba', 'Caamsa', 'Waxabajjii', 'Adooleessa', 'Hagayya', 'Fuulbana', 'Onkololeessa', 'Sadaasa', 'Muddee'], + SHORTMONTHS: ['Ama', 'Gur', 'Bit', 'Elb', 'Cam', 'Wax', 'Ado', 'Hag', 'Ful', 'Onk', 'Sad', 'Mud'], + STANDALONESHORTMONTHS: ['Ama', 'Gur', 'Bit', 'Elb', 'Cam', 'Wax', 'Ado', 'Hag', 'Ful', 'Onk', 'Sad', 'Mud'], + WEEKDAYS: ['Dilbata', 'Wiixata', 'Qibxata', 'Roobii', 'Kamiisa', 'Jimaata', 'Sanbata'], + STANDALONEWEEKDAYS: ['Dilbata', 'Wiixata', 'Qibxata', 'Roobii', 'Kamiisa', 'Jimaata', 'Sanbata'], + SHORTWEEKDAYS: ['Dil', 'Wix', 'Qib', 'Rob', 'Kam', 'Jim', 'San'], + STANDALONESHORTWEEKDAYS: ['Dil', 'Wix', 'Qib', 'Rob', 'Kam', 'Jim', 'San'], + NARROWWEEKDAYS: ['D', 'W', 'Q', 'R', 'K', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'W', 'Q', 'R', 'K', 'J', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kurmaana 1', 'Kurmaana 2', 'Kurmaana 3', 'Kurmaana 4'], + AMPMS: ['WD', 'WB'], + DATEFORMATS: ['EEEE, MMMM d, y', 'dd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale or_IN. + */ +goog.i18n.DateTimeSymbols_or_IN = goog.i18n.DateTimeSymbols_or; + + +/** + * Date/time formatting symbols for locale os. + */ +goog.i18n.DateTimeSymbols_os = { + ERAS: ['н.д.а.', 'н.д.'], + ERANAMES: ['н.д.а.', 'н.д.'], + NARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + STANDALONENARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + MONTHS: ['январы', 'февралы', 'мартъийы', 'апрелы', 'майы', 'июны', 'июлы', 'августы', 'сентябры', 'октябры', 'ноябры', 'декабры'], + STANDALONEMONTHS: ['Январь', 'Февраль', 'Мартъи', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'], + SHORTMONTHS: ['янв.', 'фев.', 'мар.', 'апр.', 'майы', 'июны', 'июлы', 'авг.', 'сен.', 'окт.', 'ноя.', 'дек.'], + STANDALONESHORTMONTHS: ['Янв.', 'Февр.', 'Март.', 'Апр.', 'Май', 'Июнь', 'Июль', 'Авг.', 'Сент.', 'Окт.', 'Нояб.', 'Дек.'], + WEEKDAYS: ['хуыцаубон', 'къуырисӕр', 'дыццӕг', 'ӕртыццӕг', 'цыппӕрӕм', 'майрӕмбон', 'сабат'], + STANDALONEWEEKDAYS: ['Хуыцаубон', 'Къуырисӕр', 'Дыццӕг', 'Ӕртыццӕг', 'Цыппӕрӕм', 'Майрӕмбон', 'Сабат'], + SHORTWEEKDAYS: ['хцб', 'крс', 'дцг', 'ӕрт', 'цпр', 'мрб', 'сбт'], + STANDALONESHORTWEEKDAYS: ['Хцб', 'Крс', 'Дцг', 'Ӕрт', 'Цпр', 'Мрб', 'Сбт'], + NARROWWEEKDAYS: ['Х', 'К', 'Д', 'Ӕ', 'Ц', 'М', 'С'], + STANDALONENARROWWEEKDAYS: ['Х', 'К', 'Д', 'Ӕ', 'Ц', 'М', 'С'], + SHORTQUARTERS: ['1-аг кв.', '2-аг кв.', '3-аг кв.', '4-ӕм кв.'], + QUARTERS: ['1-аг квартал', '2-аг квартал', '3-аг квартал', '4-ӕм квартал'], + AMPMS: ['ӕмбисбоны размӕ', 'ӕмбисбоны фӕстӕ'], + DATEFORMATS: ['EEEE, d MMMM, y \'аз\'', 'd MMMM, y \'аз\'', 'dd MMM y \'аз\'', 'dd.MM.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale os_GE. + */ +goog.i18n.DateTimeSymbols_os_GE = goog.i18n.DateTimeSymbols_os; + + +/** + * Date/time formatting symbols for locale os_RU. + */ +goog.i18n.DateTimeSymbols_os_RU = goog.i18n.DateTimeSymbols_os; + + +/** + * Date/time formatting symbols for locale pa_Arab. + */ +goog.i18n.DateTimeSymbols_pa_Arab = { + ZERODIGIT: 0x06F0, + ERAS: ['ايساپورو', 'سں'], + ERANAMES: ['ايساپورو', 'سں'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئ', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONEMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئ', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + SHORTMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئ', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONESHORTMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئ', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + WEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بُدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + STANDALONEWEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بُدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + SHORTWEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بُدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + STANDALONESHORTWEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بُدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['چوتھاي پہلاں', 'چوتھاي دوجا', 'چوتھاي تيجا', 'چوتھاي چوتھا'], + QUARTERS: ['چوتھاي پہلاں', 'چوتھاي دوجا', 'چوتھاي تيجا', 'چوتھاي چوتھا'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, dd MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale pa_Arab_PK. + */ +goog.i18n.DateTimeSymbols_pa_Arab_PK = { + ZERODIGIT: 0x06F0, + ERAS: ['ايساپورو', 'سں'], + ERANAMES: ['ايساپورو', 'سں'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئ', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONEMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئ', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + SHORTMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئ', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONESHORTMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئ', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + WEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بُدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + STANDALONEWEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بُدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + SHORTWEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بُدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + STANDALONESHORTWEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بُدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['چوتھاي پہلاں', 'چوتھاي دوجا', 'چوتھاي تيجا', 'چوتھاي چوتھا'], + QUARTERS: ['چوتھاي پہلاں', 'چوتھاي دوجا', 'چوتھاي تيجا', 'چوتھاي چوتھا'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, dd MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale pa_Guru. + */ +goog.i18n.DateTimeSymbols_pa_Guru = goog.i18n.DateTimeSymbols_pa; + + +/** + * Date/time formatting symbols for locale pa_Guru_IN. + */ +goog.i18n.DateTimeSymbols_pa_Guru_IN = goog.i18n.DateTimeSymbols_pa; + + +/** + * Date/time formatting symbols for locale pl_PL. + */ +goog.i18n.DateTimeSymbols_pl_PL = goog.i18n.DateTimeSymbols_pl; + + +/** + * Date/time formatting symbols for locale ps. + */ +goog.i18n.DateTimeSymbols_ps = { + ZERODIGIT: 0x06F0, + ERAS: ['له میلاد وړاندې', 'م.'], + ERANAMES: ['له میلاد څخه وړاندې', 'له میلاد څخه وروسته'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['جنوري', 'فبروري', 'مارچ', 'اپریل', 'مۍ', 'جون', 'جولای', 'اګست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONEMONTHS: ['جنوري', 'فبروري', 'مارچ', 'اپریل', 'مۍ', 'جون', 'جولای', 'اګست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + SHORTMONTHS: ['جنوري', 'فبروري', 'مارچ', 'اپریل', 'مۍ', 'جون', 'جولای', 'اګست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONESHORTMONTHS: ['جنوري', 'فبروري', 'مارچ', 'اپریل', 'مۍ', 'جون', 'جولای', 'اګست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + WEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + STANDALONEWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + SHORTWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + STANDALONESHORTWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['لومړۍ ربعه', '۲مه ربعه', '۳مه ربعه', '۴مه ربعه'], + QUARTERS: ['لومړۍ ربعه', '۲مه ربعه', '۳مه ربعه', '۴مه ربعه'], + AMPMS: ['غ.م.', 'غ.و.'], + DATEFORMATS: ['EEEE د y د MMMM d', 'د y د MMMM d', 'y MMM d', 'y/M/d'], + TIMEFORMATS: ['H:mm:ss (zzzz)', 'H:mm:ss (z)', 'H:mm:ss', 'H:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [3, 4], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale ps_AF. + */ +goog.i18n.DateTimeSymbols_ps_AF = goog.i18n.DateTimeSymbols_ps; + + +/** + * Date/time formatting symbols for locale pt_AO. + */ +goog.i18n.DateTimeSymbols_pt_AO = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale pt_CH. + */ +goog.i18n.DateTimeSymbols_pt_CH = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale pt_CV. + */ +goog.i18n.DateTimeSymbols_pt_CV = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale pt_GQ. + */ +goog.i18n.DateTimeSymbols_pt_GQ = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale pt_GW. + */ +goog.i18n.DateTimeSymbols_pt_GW = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale pt_LU. + */ +goog.i18n.DateTimeSymbols_pt_LU = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale pt_MO. + */ +goog.i18n.DateTimeSymbols_pt_MO = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale pt_MZ. + */ +goog.i18n.DateTimeSymbols_pt_MZ = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale pt_ST. + */ +goog.i18n.DateTimeSymbols_pt_ST = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale pt_TL. + */ +goog.i18n.DateTimeSymbols_pt_TL = { + ERAS: ['a.C.', 'd.C.'], + ERANAMES: ['antes de Cristo', 'depois de Cristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], + SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'], + WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], + SHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + STANDALONESHORTWEEKDAYS: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'], + NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], + SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], + QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', '4.º trimestre'], + AMPMS: ['da manhã', 'da tarde'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'dd/MM/y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'às\' {0}', '{1} \'às\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale qu. + */ +goog.i18n.DateTimeSymbols_qu = { + ERAS: ['BCE', 'd.C.'], + ERANAMES: ['BCE', 'd.C.'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Qulla puquy', 'Hatun puquy', 'Pauqar waray', 'Ayriwa', 'Aymuray', 'Inti raymi', 'Anta Sitwa', 'Qhapaq Sitwa', 'Uma raymi', 'Kantaray', 'Ayamarqʼa', 'Kapaq Raymi'], + STANDALONEMONTHS: ['Qulla puquy', 'Hatun puquy', 'Pauqar waray', 'Ayriwa', 'Aymuray', 'Inti raymi', 'Anta Sitwa', 'Qhapaq Sitwa', 'Uma raymi', 'Kantaray', 'Ayamarqʼa', 'Kapaq Raymi'], + SHORTMONTHS: ['Qul', 'Hat', 'Pau', 'Ayr', 'Aym', 'Int', 'Ant', 'Qha', 'Uma', 'Kan', 'Aya', 'Kap'], + STANDALONESHORTMONTHS: ['Qul', 'Hat', 'Pau', 'Ayr', 'Aym', 'Int', 'Ant', 'Qha', 'Uma', 'Kan', 'Aya', 'Kap'], + WEEKDAYS: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'], + STANDALONEWEEKDAYS: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'], + SHORTWEEKDAYS: ['Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sab'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{0} {1}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale qu_BO. + */ +goog.i18n.DateTimeSymbols_qu_BO = { + ERAS: ['BCE', 'd.C.'], + ERANAMES: ['BCE', 'd.C.'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Qulla puquy', 'Hatun puquy', 'Pauqar waray', 'Ayriwa', 'Aymuray', 'Inti raymi', 'Anta Sitwa', 'Qhapaq Sitwa', 'Uma raymi', 'Kantaray', 'Ayamarqʼa', 'Kapaq Raymi'], + STANDALONEMONTHS: ['Qulla puquy', 'Hatun puquy', 'Pauqar waray', 'Ayriwa', 'Aymuray', 'Inti raymi', 'Anta Sitwa', 'Qhapaq Sitwa', 'Uma raymi', 'Kantaray', 'Ayamarqʼa', 'Kapaq Raymi'], + SHORTMONTHS: ['Qul', 'Hat', 'Pau', 'Ayr', 'Aym', 'Int', 'Ant', 'Qha', 'Uma', 'Kan', 'Aya', 'Kap'], + STANDALONESHORTMONTHS: ['Qul', 'Hat', 'Pau', 'Ayr', 'Aym', 'Int', 'Ant', 'Qha', 'Uma', 'Kan', 'Aya', 'Kap'], + WEEKDAYS: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'], + STANDALONEWEEKDAYS: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'], + SHORTWEEKDAYS: ['Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sab'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{0} {1}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale qu_EC. + */ +goog.i18n.DateTimeSymbols_qu_EC = { + ERAS: ['BCE', 'd.C.'], + ERANAMES: ['BCE', 'd.C.'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Qulla puquy', 'Hatun puquy', 'Pauqar waray', 'Ayriwa', 'Aymuray', 'Inti raymi', 'Anta Sitwa', 'Qhapaq Sitwa', 'Uma raymi', 'Kantaray', 'Ayamarqʼa', 'Kapaq Raymi'], + STANDALONEMONTHS: ['Qulla puquy', 'Hatun puquy', 'Pauqar waray', 'Ayriwa', 'Aymuray', 'Inti raymi', 'Anta Sitwa', 'Qhapaq Sitwa', 'Uma raymi', 'Kantaray', 'Ayamarqʼa', 'Kapaq Raymi'], + SHORTMONTHS: ['Qul', 'Hat', 'Pau', 'Ayr', 'Aym', 'Int', 'Ant', 'Qha', 'Uma', 'Kan', 'Aya', 'Kap'], + STANDALONESHORTMONTHS: ['Qul', 'Hat', 'Pau', 'Ayr', 'Aym', 'Int', 'Ant', 'Qha', 'Uma', 'Kan', 'Aya', 'Kap'], + WEEKDAYS: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'], + STANDALONEWEEKDAYS: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'], + SHORTWEEKDAYS: ['Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sab'], + NARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'X', 'J', 'V', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{0} {1}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale qu_PE. + */ +goog.i18n.DateTimeSymbols_qu_PE = goog.i18n.DateTimeSymbols_qu; + + +/** + * Date/time formatting symbols for locale rm. + */ +goog.i18n.DateTimeSymbols_rm = { + ERAS: ['av. Cr.', 's. Cr.'], + ERANAMES: ['avant Cristus', 'suenter Cristus'], + NARROWMONTHS: ['S', 'F', 'M', 'A', 'M', 'Z', 'F', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['S', 'F', 'M', 'A', 'M', 'Z', 'F', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['schaner', 'favrer', 'mars', 'avrigl', 'matg', 'zercladur', 'fanadur', 'avust', 'settember', 'october', 'november', 'december'], + STANDALONEMONTHS: ['schaner', 'favrer', 'mars', 'avrigl', 'matg', 'zercladur', 'fanadur', 'avust', 'settember', 'october', 'november', 'december'], + SHORTMONTHS: ['schan.', 'favr.', 'mars', 'avr.', 'matg', 'zercl.', 'fan.', 'avust', 'sett.', 'oct.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['schan.', 'favr.', 'mars', 'avr.', 'matg', 'zercl.', 'fan.', 'avust', 'sett.', 'oct.', 'nov.', 'dec.'], + WEEKDAYS: ['dumengia', 'glindesdi', 'mardi', 'mesemna', 'gievgia', 'venderdi', 'sonda'], + STANDALONEWEEKDAYS: ['dumengia', 'glindesdi', 'mardi', 'mesemna', 'gievgia', 'venderdi', 'sonda'], + SHORTWEEKDAYS: ['du', 'gli', 'ma', 'me', 'gie', 've', 'so'], + STANDALONESHORTWEEKDAYS: ['du', 'gli', 'ma', 'me', 'gie', 've', 'so'], + NARROWWEEKDAYS: ['D', 'G', 'M', 'M', 'G', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'G', 'M', 'M', 'G', 'V', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. quartal', '2. quartal', '3. quartal', '4. quartal'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, \'ils\' d \'da\' MMMM y', 'd \'da\' MMMM y', 'dd-MM-y', 'dd-MM-yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale rm_CH. + */ +goog.i18n.DateTimeSymbols_rm_CH = goog.i18n.DateTimeSymbols_rm; + + +/** + * Date/time formatting symbols for locale rn. + */ +goog.i18n.DateTimeSymbols_rn = { + ERAS: ['Mb.Y.', 'Ny.Y'], + ERANAMES: ['Mbere ya Yezu', 'Nyuma ya Yezu'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Nzero', 'Ruhuhuma', 'Ntwarante', 'Ndamukiza', 'Rusama', 'Ruheshi', 'Mukakaro', 'Nyandagaro', 'Nyakanga', 'Gitugutu', 'Munyonyo', 'Kigarama'], + STANDALONEMONTHS: ['Nzero', 'Ruhuhuma', 'Ntwarante', 'Ndamukiza', 'Rusama', 'Ruheshi', 'Mukakaro', 'Nyandagaro', 'Nyakanga', 'Gitugutu', 'Munyonyo', 'Kigarama'], + SHORTMONTHS: ['Mut.', 'Gas.', 'Wer.', 'Mat.', 'Gic.', 'Kam.', 'Nya.', 'Kan.', 'Nze.', 'Ukw.', 'Ugu.', 'Uku.'], + STANDALONESHORTMONTHS: ['Mut.', 'Gas.', 'Wer.', 'Mat.', 'Gic.', 'Kam.', 'Nya.', 'Kan.', 'Nze.', 'Ukw.', 'Ugu.', 'Uku.'], + WEEKDAYS: ['Ku w’indwi', 'Ku wa mbere', 'Ku wa kabiri', 'Ku wa gatatu', 'Ku wa kane', 'Ku wa gatanu', 'Ku wa gatandatu'], + STANDALONEWEEKDAYS: ['Ku w’indwi', 'Ku wa mbere', 'Ku wa kabiri', 'Ku wa gatatu', 'Ku wa kane', 'Ku wa gatanu', 'Ku wa gatandatu'], + SHORTWEEKDAYS: ['cu.', 'mbe.', 'kab.', 'gtu.', 'kan.', 'gnu.', 'gnd.'], + STANDALONESHORTWEEKDAYS: ['cu.', 'mbe.', 'kab.', 'gtu.', 'kan.', 'gnu.', 'gnd.'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['I1', 'I2', 'I3', 'I4'], + QUARTERS: ['Igice ca mbere c’umwaka', 'Igice ca kabiri c’umwaka', 'Igice ca gatatu c’umwaka', 'Igice ca kane c’umwaka'], + AMPMS: ['Z.MU.', 'Z.MW.'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale rn_BI. + */ +goog.i18n.DateTimeSymbols_rn_BI = goog.i18n.DateTimeSymbols_rn; + + +/** + * Date/time formatting symbols for locale ro_MD. + */ +goog.i18n.DateTimeSymbols_ro_MD = { + ERAS: ['î.Hr.', 'd.Hr.'], + ERANAMES: ['înainte de Hristos', 'după Hristos'], + NARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie'], + STANDALONEMONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie'], + SHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', 'aug.', 'sept.', 'oct.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', 'aug.', 'sept.', 'oct.', 'nov.', 'dec.'], + WEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', 'vineri', 'sâmbătă'], + STANDALONEWEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', 'vineri', 'sâmbătă'], + SHORTWEEKDAYS: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'], + STANDALONESHORTWEEKDAYS: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'], + NARROWWEEKDAYS: ['D', 'L', 'Ma', 'Mi', 'J', 'V', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'L', 'Ma', 'Mi', 'J', 'V', 'S'], + SHORTQUARTERS: ['trim. 1', 'trim. 2', 'trim. 3', 'trim. 4'], + QUARTERS: ['trimestrul 1', 'trimestrul 2', 'trimestrul 3', 'trimestrul 4'], + AMPMS: ['a.m.', 'p.m.'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd.MM.y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ro_RO. + */ +goog.i18n.DateTimeSymbols_ro_RO = goog.i18n.DateTimeSymbols_ro; + + +/** + * Date/time formatting symbols for locale rof. + */ +goog.i18n.DateTimeSymbols_rof = { + ERAS: ['KM', 'BM'], + ERANAMES: ['Kabla ya Mayesu', 'Baada ya Mayesu'], + NARROWMONTHS: ['K', 'K', 'K', 'K', 'T', 'S', 'S', 'N', 'T', 'I', 'I', 'I'], + STANDALONENARROWMONTHS: ['K', 'K', 'K', 'K', 'T', 'S', 'S', 'N', 'T', 'I', 'I', 'I'], + MONTHS: ['Mweri wa kwanza', 'Mweri wa kaili', 'Mweri wa katatu', 'Mweri wa kaana', 'Mweri wa tanu', 'Mweri wa sita', 'Mweri wa saba', 'Mweri wa nane', 'Mweri wa tisa', 'Mweri wa ikumi', 'Mweri wa ikumi na moja', 'Mweri wa ikumi na mbili'], + STANDALONEMONTHS: ['Mweri wa kwanza', 'Mweri wa kaili', 'Mweri wa katatu', 'Mweri wa kaana', 'Mweri wa tanu', 'Mweri wa sita', 'Mweri wa saba', 'Mweri wa nane', 'Mweri wa tisa', 'Mweri wa ikumi', 'Mweri wa ikumi na moja', 'Mweri wa ikumi na mbili'], + SHORTMONTHS: ['M1', 'M2', 'M3', 'M4', 'M5', 'M6', 'M7', 'M8', 'M9', 'M10', 'M11', 'M12'], + STANDALONESHORTMONTHS: ['M1', 'M2', 'M3', 'M4', 'M5', 'M6', 'M7', 'M8', 'M9', 'M10', 'M11', 'M12'], + WEEKDAYS: ['Ijumapili', 'Ijumatatu', 'Ijumanne', 'Ijumatano', 'Alhamisi', 'Ijumaa', 'Ijumamosi'], + STANDALONEWEEKDAYS: ['Ijumapili', 'Ijumatatu', 'Ijumanne', 'Ijumatano', 'Alhamisi', 'Ijumaa', 'Ijumamosi'], + SHORTWEEKDAYS: ['Ijp', 'Ijt', 'Ijn', 'Ijtn', 'Alh', 'Iju', 'Ijm'], + STANDALONESHORTWEEKDAYS: ['Ijp', 'Ijt', 'Ijn', 'Ijtn', 'Alh', 'Iju', 'Ijm'], + NARROWWEEKDAYS: ['2', '3', '4', '5', '6', '7', '1'], + STANDALONENARROWWEEKDAYS: ['2', '3', '4', '5', '6', '7', '1'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Robo ya kwanza', 'Robo ya kaili', 'Robo ya katatu', 'Robo ya kaana'], + AMPMS: ['kang’ama', 'kingoto'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale rof_TZ. + */ +goog.i18n.DateTimeSymbols_rof_TZ = goog.i18n.DateTimeSymbols_rof; + + +/** + * Date/time formatting symbols for locale ru_BY. + */ +goog.i18n.DateTimeSymbols_ru_BY = goog.i18n.DateTimeSymbols_ru; + + +/** + * Date/time formatting symbols for locale ru_KG. + */ +goog.i18n.DateTimeSymbols_ru_KG = goog.i18n.DateTimeSymbols_ru; + + +/** + * Date/time formatting symbols for locale ru_KZ. + */ +goog.i18n.DateTimeSymbols_ru_KZ = goog.i18n.DateTimeSymbols_ru; + + +/** + * Date/time formatting symbols for locale ru_MD. + */ +goog.i18n.DateTimeSymbols_ru_MD = goog.i18n.DateTimeSymbols_ru; + + +/** + * Date/time formatting symbols for locale ru_RU. + */ +goog.i18n.DateTimeSymbols_ru_RU = goog.i18n.DateTimeSymbols_ru; + + +/** + * Date/time formatting symbols for locale ru_UA. + */ +goog.i18n.DateTimeSymbols_ru_UA = { + ERAS: ['до н. э.', 'н. э.'], + ERANAMES: ['до Рождества Христова', 'от Рождества Христова'], + NARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + STANDALONENARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + MONTHS: ['января', 'февраля', 'марта', 'апреля', 'мая', 'июня', 'июля', 'августа', 'сентября', 'октября', 'ноября', 'декабря'], + STANDALONEMONTHS: ['январь', 'февраль', 'март', 'апрель', 'май', 'июнь', 'июль', 'август', 'сентябрь', 'октябрь', 'ноябрь', 'декабрь'], + SHORTMONTHS: ['янв.', 'февр.', 'мар.', 'апр.', 'мая', 'июн.', 'июл.', 'авг.', 'сент.', 'окт.', 'нояб.', 'дек.'], + STANDALONESHORTMONTHS: ['янв.', 'февр.', 'март', 'апр.', 'май', 'июнь', 'июль', 'авг.', 'сент.', 'окт.', 'нояб.', 'дек.'], + WEEKDAYS: ['воскресенье', 'понедельник', 'вторник', 'среда', 'четверг', 'пятница', 'суббота'], + STANDALONEWEEKDAYS: ['воскресенье', 'понедельник', 'вторник', 'среда', 'четверг', 'пятница', 'суббота'], + SHORTWEEKDAYS: ['вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + STANDALONESHORTWEEKDAYS: ['вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + NARROWWEEKDAYS: ['вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], + STANDALONENARROWWEEKDAYS: ['В', 'П', 'В', 'С', 'Ч', 'П', 'С'], + SHORTQUARTERS: ['1-й кв.', '2-й кв.', '3-й кв.', '4-й кв.'], + QUARTERS: ['1-й квартал', '2-й квартал', '3-й квартал', '4-й квартал'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y \'г\'.', 'd MMMM y \'г\'.', 'd MMM y \'г\'.', 'dd.MM.y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale rw. + */ +goog.i18n.DateTimeSymbols_rw = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Mutarama', 'Gashyantare', 'Werurwe', 'Mata', 'Gicuransi', 'Kamena', 'Nyakanga', 'Kanama', 'Nzeli', 'Ukwakira', 'Ugushyingo', 'Ukuboza'], + STANDALONEMONTHS: ['Mutarama', 'Gashyantare', 'Werurwe', 'Mata', 'Gicuransi', 'Kamena', 'Nyakanga', 'Kanama', 'Nzeli', 'Ukwakira', 'Ugushyingo', 'Ukuboza'], + SHORTMONTHS: ['mut.', 'gas.', 'wer.', 'mat.', 'gic.', 'kam.', 'nya.', 'kan.', 'nze.', 'ukw.', 'ugu.', 'uku.'], + STANDALONESHORTMONTHS: ['mut.', 'gas.', 'wer.', 'mat.', 'gic.', 'kam.', 'nya.', 'kan.', 'nze.', 'ukw.', 'ugu.', 'uku.'], + WEEKDAYS: ['Ku cyumweru', 'Kuwa mbere', 'Kuwa kabiri', 'Kuwa gatatu', 'Kuwa kane', 'Kuwa gatanu', 'Kuwa gatandatu'], + STANDALONEWEEKDAYS: ['Ku cyumweru', 'Kuwa mbere', 'Kuwa kabiri', 'Kuwa gatatu', 'Kuwa kane', 'Kuwa gatanu', 'Kuwa gatandatu'], + SHORTWEEKDAYS: ['cyu.', 'mbe.', 'kab.', 'gtu.', 'kan.', 'gnu.', 'gnd.'], + STANDALONESHORTWEEKDAYS: ['cyu.', 'mbe.', 'kab.', 'gtu.', 'kan.', 'gnu.', 'gnd.'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['I1', 'I2', 'I3', 'I4'], + QUARTERS: ['igihembwe cya mbere', 'igihembwe cya kabiri', 'igihembwe cya gatatu', 'igihembwe cya kane'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale rw_RW. + */ +goog.i18n.DateTimeSymbols_rw_RW = goog.i18n.DateTimeSymbols_rw; + + +/** + * Date/time formatting symbols for locale rwk. + */ +goog.i18n.DateTimeSymbols_rwk = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Kristu', 'Baada ya Kristu'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Machi', 'Aprilyi', 'Mei', 'Junyi', 'Julyai', 'Agusti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Machi', 'Aprilyi', 'Mei', 'Junyi', 'Julyai', 'Agusti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Jumapilyi', 'Jumatatuu', 'Jumanne', 'Jumatanu', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Jumapilyi', 'Jumatatuu', 'Jumanne', 'Jumatanu', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + SHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + STANDALONESHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + NARROWWEEKDAYS: ['J', 'J', 'J', 'J', 'A', 'I', 'J'], + STANDALONENARROWWEEKDAYS: ['J', 'J', 'J', 'J', 'A', 'I', 'J'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Robo 1', 'Robo 2', 'Robo 3', 'Robo 4'], + AMPMS: ['utuko', 'kyiukonyi'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale rwk_TZ. + */ +goog.i18n.DateTimeSymbols_rwk_TZ = goog.i18n.DateTimeSymbols_rwk; + + +/** + * Date/time formatting symbols for locale sah. + */ +goog.i18n.DateTimeSymbols_sah = { + ERAS: ['б. э. и.', 'б. э'], + ERANAMES: ['б. э. и.', 'б. э'], + NARROWMONTHS: ['Т', 'О', 'К', 'М', 'Ы', 'Б', 'О', 'А', 'Б', 'А', 'С', 'А'], + STANDALONENARROWMONTHS: ['Т', 'О', 'К', 'М', 'Ы', 'Б', 'О', 'А', 'Б', 'А', 'С', 'А'], + MONTHS: ['Тохсунньу', 'Олунньу', 'Кулун тутар', 'Муус устар', 'Ыам ыйын', 'Бэс ыйын', 'От ыйын', 'Атырдьых ыйын', 'Балаҕан ыйын', 'Алтынньы', 'Сэтинньи', 'ахсынньы'], + STANDALONEMONTHS: ['тохсунньу', 'олунньу', 'кулун тутар', 'муус устар', 'ыам ыйа', 'бэс ыйа', 'от ыйа', 'атырдьых ыйа', 'балаҕан ыйа', 'алтынньы', 'сэтинньи', 'ахсынньы'], + SHORTMONTHS: ['Тохс', 'Олун', 'Клн', 'Мсу', 'Ыам', 'Бэс', 'Отй', 'Атр', 'Блҕ', 'Алт', 'Сэт', 'Ахс'], + STANDALONESHORTMONTHS: ['Тохс', 'Олун', 'Клн', 'Мсу', 'Ыам', 'Бэс', 'Отй', 'Атр', 'Блҕ', 'Алт', 'Сэт', 'Ахс'], + WEEKDAYS: ['баскыһыанньа', 'бэнидиэнньик', 'оптуорунньук', 'сэрэдэ', 'чэппиэр', 'Бээтиҥсэ', 'субуота'], + STANDALONEWEEKDAYS: ['баскыһыанньа', 'бэнидиэнньик', 'оптуорунньук', 'сэрэдэ', 'чэппиэр', 'Бээтиҥсэ', 'субуота'], + SHORTWEEKDAYS: ['бс', 'бн', 'оп', 'сэ', 'чп', 'бэ', 'сб'], + STANDALONESHORTWEEKDAYS: ['бс', 'бн', 'оп', 'сэ', 'чп', 'бэ', 'сб'], + NARROWWEEKDAYS: ['Б', 'Б', 'О', 'С', 'Ч', 'Б', 'С'], + STANDALONENARROWWEEKDAYS: ['Б', 'Б', 'О', 'С', 'Ч', 'Б', 'С'], + SHORTQUARTERS: ['1-кы кб', '2-с кб', '3-с кб', '4-с кб'], + QUARTERS: ['1-кы кыбаартал', '2-с кыбаартал', '3-с кыбаартал', '4-с кыбаартал'], + AMPMS: ['ЭИ', 'ЭК'], + DATEFORMATS: ['y \'сыл\' MMMM d \'күнэ\', EEEE', 'y, MMMM d', 'y, MMM d', 'yy/M/d'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sah_RU. + */ +goog.i18n.DateTimeSymbols_sah_RU = goog.i18n.DateTimeSymbols_sah; + + +/** + * Date/time formatting symbols for locale saq. + */ +goog.i18n.DateTimeSymbols_saq = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Christo', 'Baada ya Christo'], + NARROWMONTHS: ['O', 'W', 'O', 'O', 'I', 'I', 'S', 'I', 'S', 'T', 'T', 'T'], + STANDALONENARROWMONTHS: ['O', 'W', 'O', 'O', 'I', 'I', 'S', 'I', 'S', 'T', 'T', 'T'], + MONTHS: ['Lapa le obo', 'Lapa le waare', 'Lapa le okuni', 'Lapa le ong’wan', 'Lapa le imet', 'Lapa le ile', 'Lapa le sapa', 'Lapa le isiet', 'Lapa le saal', 'Lapa le tomon', 'Lapa le tomon obo', 'Lapa le tomon waare'], + STANDALONEMONTHS: ['Lapa le obo', 'Lapa le waare', 'Lapa le okuni', 'Lapa le ong’wan', 'Lapa le imet', 'Lapa le ile', 'Lapa le sapa', 'Lapa le isiet', 'Lapa le saal', 'Lapa le tomon', 'Lapa le tomon obo', 'Lapa le tomon waare'], + SHORTMONTHS: ['Obo', 'Waa', 'Oku', 'Ong', 'Ime', 'Ile', 'Sap', 'Isi', 'Saa', 'Tom', 'Tob', 'Tow'], + STANDALONESHORTMONTHS: ['Obo', 'Waa', 'Oku', 'Ong', 'Ime', 'Ile', 'Sap', 'Isi', 'Saa', 'Tom', 'Tob', 'Tow'], + WEEKDAYS: ['Mderot ee are', 'Mderot ee kuni', 'Mderot ee ong’wan', 'Mderot ee inet', 'Mderot ee ile', 'Mderot ee sapa', 'Mderot ee kwe'], + STANDALONEWEEKDAYS: ['Mderot ee are', 'Mderot ee kuni', 'Mderot ee ong’wan', 'Mderot ee inet', 'Mderot ee ile', 'Mderot ee sapa', 'Mderot ee kwe'], + SHORTWEEKDAYS: ['Are', 'Kun', 'Ong', 'Ine', 'Ile', 'Sap', 'Kwe'], + STANDALONESHORTWEEKDAYS: ['Are', 'Kun', 'Ong', 'Ine', 'Ile', 'Sap', 'Kwe'], + NARROWWEEKDAYS: ['A', 'K', 'O', 'I', 'I', 'S', 'K'], + STANDALONENARROWWEEKDAYS: ['A', 'K', 'O', 'I', 'I', 'S', 'K'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Robo 1', 'Robo 2', 'Robo 3', 'Robo 4'], + AMPMS: ['Tesiran', 'Teipa'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale saq_KE. + */ +goog.i18n.DateTimeSymbols_saq_KE = goog.i18n.DateTimeSymbols_saq; + + +/** + * Date/time formatting symbols for locale sbp. + */ +goog.i18n.DateTimeSymbols_sbp = { + ERAS: ['AK', 'PK'], + ERANAMES: ['Ashanali uKilisito', 'Pamwandi ya Kilisto'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Mupalangulwa', 'Mwitope', 'Mushende', 'Munyi', 'Mushende Magali', 'Mujimbi', 'Mushipepo', 'Mupuguto', 'Munyense', 'Mokhu', 'Musongandembwe', 'Muhaano'], + STANDALONEMONTHS: ['Mupalangulwa', 'Mwitope', 'Mushende', 'Munyi', 'Mushende Magali', 'Mujimbi', 'Mushipepo', 'Mupuguto', 'Munyense', 'Mokhu', 'Musongandembwe', 'Muhaano'], + SHORTMONTHS: ['Mup', 'Mwi', 'Msh', 'Mun', 'Mag', 'Muj', 'Msp', 'Mpg', 'Mye', 'Mok', 'Mus', 'Muh'], + STANDALONESHORTMONTHS: ['Mup', 'Mwi', 'Msh', 'Mun', 'Mag', 'Muj', 'Msp', 'Mpg', 'Mye', 'Mok', 'Mus', 'Muh'], + WEEKDAYS: ['Mulungu', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alahamisi', 'Ijumaa', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Mulungu', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alahamisi', 'Ijumaa', 'Jumamosi'], + SHORTWEEKDAYS: ['Mul', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + STANDALONESHORTWEEKDAYS: ['Mul', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + NARROWWEEKDAYS: ['M', 'J', 'J', 'J', 'A', 'I', 'J'], + STANDALONENARROWWEEKDAYS: ['M', 'J', 'J', 'J', 'A', 'I', 'J'], + SHORTQUARTERS: ['L1', 'L2', 'L3', 'L4'], + QUARTERS: ['Lobo 1', 'Lobo 2', 'Lobo 3', 'Lobo 4'], + AMPMS: ['Lwamilawu', 'Pashamihe'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sbp_TZ. + */ +goog.i18n.DateTimeSymbols_sbp_TZ = goog.i18n.DateTimeSymbols_sbp; + + +/** + * Date/time formatting symbols for locale se. + */ +goog.i18n.DateTimeSymbols_se = { + ERAS: ['o.Kr.', 'm.Kr.'], + ERANAMES: ['ovdal Kristtusa', 'maŋŋel Kristtusa'], + NARROWMONTHS: ['O', 'G', 'N', 'C', 'M', 'G', 'S', 'B', 'Č', 'G', 'S', 'J'], + STANDALONENARROWMONTHS: ['O', 'G', 'N', 'C', 'M', 'G', 'S', 'B', 'Č', 'G', 'S', 'J'], + MONTHS: ['ođđajagemánnu', 'guovvamánnu', 'njukčamánnu', 'cuoŋománnu', 'miessemánnu', 'geassemánnu', 'suoidnemánnu', 'borgemánnu', 'čakčamánnu', 'golggotmánnu', 'skábmamánnu', 'juovlamánnu'], + STANDALONEMONTHS: ['ođđajagemánnu', 'guovvamánnu', 'njukčamánnu', 'cuoŋománnu', 'miessemánnu', 'geassemánnu', 'suoidnemánnu', 'borgemánnu', 'čakčamánnu', 'golggotmánnu', 'skábmamánnu', 'juovlamánnu'], + SHORTMONTHS: ['ođđj', 'guov', 'njuk', 'cuo', 'mies', 'geas', 'suoi', 'borg', 'čakč', 'golg', 'skáb', 'juov'], + STANDALONESHORTMONTHS: ['ođđj', 'guov', 'njuk', 'cuo', 'mies', 'geas', 'suoi', 'borg', 'čakč', 'golg', 'skáb', 'juov'], + WEEKDAYS: ['sotnabeaivi', 'vuossárga', 'maŋŋebárga', 'gaskavahkku', 'duorasdat', 'bearjadat', 'lávvardat'], + STANDALONEWEEKDAYS: ['sotnabeaivi', 'vuossárga', 'maŋŋebárga', 'gaskavahkku', 'duorasdat', 'bearjadat', 'lávvardat'], + SHORTWEEKDAYS: ['sotn', 'vuos', 'maŋ', 'gask', 'duor', 'bear', 'láv'], + STANDALONESHORTWEEKDAYS: ['sotn', 'vuos', 'maŋ', 'gask', 'duor', 'bear', 'láv'], + NARROWWEEKDAYS: ['S', 'V', 'M', 'G', 'D', 'B', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'V', 'M', 'G', 'D', 'B', 'L'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['iđitbeaivet', 'eahketbeaivet'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale se_FI. + */ +goog.i18n.DateTimeSymbols_se_FI = { + ERAS: ['o.Kr.', 'm.Kr.'], + ERANAMES: ['ovdal Kristtusa', 'maŋŋel Kristtusa'], + NARROWMONTHS: ['O', 'G', 'N', 'C', 'M', 'G', 'S', 'B', 'Č', 'G', 'S', 'J'], + STANDALONENARROWMONTHS: ['O', 'G', 'N', 'C', 'M', 'G', 'S', 'B', 'Č', 'G', 'S', 'J'], + MONTHS: ['ođđajagemánnu', 'guovvamánnu', 'njukčamánnu', 'cuoŋománnu', 'miessemánnu', 'geassemánnu', 'suoidnemánnu', 'borgemánnu', 'čakčamánnu', 'golggotmánnu', 'skábmamánnu', 'juovlamánnu'], + STANDALONEMONTHS: ['ođđajagemánnu', 'guovvamánnu', 'njukčamánnu', 'cuoŋománnu', 'miessemánnu', 'geassemánnu', 'suoidnemánnu', 'borgemánnu', 'čakčamánnu', 'golggotmánnu', 'skábmamánnu', 'juovlamánnu'], + SHORTMONTHS: ['ođđj', 'guov', 'njuk', 'cuo', 'mies', 'geas', 'suoi', 'borg', 'čakč', 'golg', 'skáb', 'juov'], + STANDALONESHORTMONTHS: ['ođđj', 'guov', 'njuk', 'cuo', 'mies', 'geas', 'suoi', 'borg', 'čakč', 'golg', 'skáb', 'juov'], + WEEKDAYS: ['sotnabeaivi', 'vuossárgga', 'maŋŋebárgga', 'gaskavahku', 'duorastaga', 'bearjadaga', 'lávvardaga'], + STANDALONEWEEKDAYS: ['sotnabeaivi', 'vuossárga', 'maŋŋebárga', 'gaskavahkku', 'duorasdat', 'bearjadat', 'lávvardat'], + SHORTWEEKDAYS: ['sotn', 'vuos', 'maŋ', 'gask', 'duor', 'bear', 'láv'], + STANDALONESHORTWEEKDAYS: ['sotn', 'vuos', 'maŋ', 'gask', 'duor', 'bear', 'láv'], + NARROWWEEKDAYS: ['S', 'M', 'D', 'G', 'D', 'B', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'G', 'D', 'B', 'L'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['iđitbeaivet', 'eahketbeaivet'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale se_NO. + */ +goog.i18n.DateTimeSymbols_se_NO = goog.i18n.DateTimeSymbols_se; + + +/** + * Date/time formatting symbols for locale se_SE. + */ +goog.i18n.DateTimeSymbols_se_SE = goog.i18n.DateTimeSymbols_se; + + +/** + * Date/time formatting symbols for locale seh. + */ +goog.i18n.DateTimeSymbols_seh = { + ERAS: ['AC', 'AD'], + ERANAMES: ['Antes de Cristo', 'Anno Domini'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Janeiro', 'Fevreiro', 'Marco', 'Abril', 'Maio', 'Junho', 'Julho', 'Augusto', 'Setembro', 'Otubro', 'Novembro', 'Decembro'], + STANDALONEMONTHS: ['Janeiro', 'Fevreiro', 'Marco', 'Abril', 'Maio', 'Junho', 'Julho', 'Augusto', 'Setembro', 'Otubro', 'Novembro', 'Decembro'], + SHORTMONTHS: ['Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Aug', 'Set', 'Otu', 'Nov', 'Dec'], + STANDALONESHORTMONTHS: ['Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Aug', 'Set', 'Otu', 'Nov', 'Dec'], + WEEKDAYS: ['Dimingu', 'Chiposi', 'Chipiri', 'Chitatu', 'Chinai', 'Chishanu', 'Sabudu'], + STANDALONEWEEKDAYS: ['Dimingu', 'Chiposi', 'Chipiri', 'Chitatu', 'Chinai', 'Chishanu', 'Sabudu'], + SHORTWEEKDAYS: ['Dim', 'Pos', 'Pir', 'Tat', 'Nai', 'Sha', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Dim', 'Pos', 'Pir', 'Tat', 'Nai', 'Sha', 'Sab'], + NARROWWEEKDAYS: ['D', 'P', 'C', 'T', 'N', 'S', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'P', 'C', 'T', 'N', 'S', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', 'd \'de\' MMM \'de\' y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale seh_MZ. + */ +goog.i18n.DateTimeSymbols_seh_MZ = goog.i18n.DateTimeSymbols_seh; + + +/** + * Date/time formatting symbols for locale ses. + */ +goog.i18n.DateTimeSymbols_ses = { + ERAS: ['IJ', 'IZ'], + ERANAMES: ['Isaa jine', 'Isaa zamanoo'], + NARROWMONTHS: ['Ž', 'F', 'M', 'A', 'M', 'Ž', 'Ž', 'U', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['Ž', 'F', 'M', 'A', 'M', 'Ž', 'Ž', 'U', 'S', 'O', 'N', 'D'], + MONTHS: ['Žanwiye', 'Feewiriye', 'Marsi', 'Awiril', 'Me', 'Žuweŋ', 'Žuyye', 'Ut', 'Sektanbur', 'Oktoobur', 'Noowanbur', 'Deesanbur'], + STANDALONEMONTHS: ['Žanwiye', 'Feewiriye', 'Marsi', 'Awiril', 'Me', 'Žuweŋ', 'Žuyye', 'Ut', 'Sektanbur', 'Oktoobur', 'Noowanbur', 'Deesanbur'], + SHORTMONTHS: ['Žan', 'Fee', 'Mar', 'Awi', 'Me', 'Žuw', 'Žuy', 'Ut', 'Sek', 'Okt', 'Noo', 'Dee'], + STANDALONESHORTMONTHS: ['Žan', 'Fee', 'Mar', 'Awi', 'Me', 'Žuw', 'Žuy', 'Ut', 'Sek', 'Okt', 'Noo', 'Dee'], + WEEKDAYS: ['Alhadi', 'Atinni', 'Atalaata', 'Alarba', 'Alhamiisa', 'Alzuma', 'Asibti'], + STANDALONEWEEKDAYS: ['Alhadi', 'Atinni', 'Atalaata', 'Alarba', 'Alhamiisa', 'Alzuma', 'Asibti'], + SHORTWEEKDAYS: ['Alh', 'Ati', 'Ata', 'Ala', 'Alm', 'Alz', 'Asi'], + STANDALONESHORTWEEKDAYS: ['Alh', 'Ati', 'Ata', 'Ala', 'Alm', 'Alz', 'Asi'], + NARROWWEEKDAYS: ['H', 'T', 'T', 'L', 'L', 'L', 'S'], + STANDALONENARROWWEEKDAYS: ['H', 'T', 'T', 'L', 'L', 'L', 'S'], + SHORTQUARTERS: ['A1', 'A2', 'A3', 'A4'], + QUARTERS: ['Arrubu 1', 'Arrubu 2', 'Arrubu 3', 'Arrubu 4'], + AMPMS: ['Adduha', 'Aluula'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ses_ML. + */ +goog.i18n.DateTimeSymbols_ses_ML = goog.i18n.DateTimeSymbols_ses; + + +/** + * Date/time formatting symbols for locale sg. + */ +goog.i18n.DateTimeSymbols_sg = { + ERAS: ['KnK', 'NpK'], + ERANAMES: ['Kôzo na Krîstu', 'Na pekô tî Krîstu'], + NARROWMONTHS: ['N', 'F', 'M', 'N', 'B', 'F', 'L', 'K', 'M', 'N', 'N', 'K'], + STANDALONENARROWMONTHS: ['N', 'F', 'M', 'N', 'B', 'F', 'L', 'K', 'M', 'N', 'N', 'K'], + MONTHS: ['Nyenye', 'Fulundïgi', 'Mbängü', 'Ngubùe', 'Bêläwü', 'Föndo', 'Lengua', 'Kükürü', 'Mvuka', 'Ngberere', 'Nabändüru', 'Kakauka'], + STANDALONEMONTHS: ['Nyenye', 'Fulundïgi', 'Mbängü', 'Ngubùe', 'Bêläwü', 'Föndo', 'Lengua', 'Kükürü', 'Mvuka', 'Ngberere', 'Nabändüru', 'Kakauka'], + SHORTMONTHS: ['Nye', 'Ful', 'Mbä', 'Ngu', 'Bêl', 'Fön', 'Len', 'Kük', 'Mvu', 'Ngb', 'Nab', 'Kak'], + STANDALONESHORTMONTHS: ['Nye', 'Ful', 'Mbä', 'Ngu', 'Bêl', 'Fön', 'Len', 'Kük', 'Mvu', 'Ngb', 'Nab', 'Kak'], + WEEKDAYS: ['Bikua-ôko', 'Bïkua-ûse', 'Bïkua-ptâ', 'Bïkua-usïö', 'Bïkua-okü', 'Lâpôsö', 'Lâyenga'], + STANDALONEWEEKDAYS: ['Bikua-ôko', 'Bïkua-ûse', 'Bïkua-ptâ', 'Bïkua-usïö', 'Bïkua-okü', 'Lâpôsö', 'Lâyenga'], + SHORTWEEKDAYS: ['Bk1', 'Bk2', 'Bk3', 'Bk4', 'Bk5', 'Lâp', 'Lây'], + STANDALONESHORTWEEKDAYS: ['Bk1', 'Bk2', 'Bk3', 'Bk4', 'Bk5', 'Lâp', 'Lây'], + NARROWWEEKDAYS: ['K', 'S', 'T', 'S', 'K', 'P', 'Y'], + STANDALONENARROWWEEKDAYS: ['K', 'S', 'T', 'S', 'K', 'P', 'Y'], + SHORTQUARTERS: ['F4–1', 'F4–2', 'F4–3', 'F4–4'], + QUARTERS: ['Fângbisïö ôko', 'Fângbisïö ûse', 'Fângbisïö otâ', 'Fângbisïö usïö'], + AMPMS: ['ND', 'LK'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sg_CF. + */ +goog.i18n.DateTimeSymbols_sg_CF = goog.i18n.DateTimeSymbols_sg; + + +/** + * Date/time formatting symbols for locale shi. + */ +goog.i18n.DateTimeSymbols_shi = { + ERAS: ['ⴷⴰⵄ', 'ⴷⴼⵄ'], + ERANAMES: ['ⴷⴰⵜ ⵏ ⵄⵉⵙⴰ', 'ⴷⴼⴼⵉⵔ ⵏ ⵄⵉⵙⴰ'], + NARROWMONTHS: ['ⵉ', 'ⴱ', 'ⵎ', 'ⵉ', 'ⵎ', 'ⵢ', 'ⵢ', 'ⵖ', 'ⵛ', 'ⴽ', 'ⵏ', 'ⴷ'], + STANDALONENARROWMONTHS: ['ⵉ', 'ⴱ', 'ⵎ', 'ⵉ', 'ⵎ', 'ⵢ', 'ⵢ', 'ⵖ', 'ⵛ', 'ⴽ', 'ⵏ', 'ⴷ'], + MONTHS: ['ⵉⵏⵏⴰⵢⵔ', 'ⴱⵕⴰⵢⵕ', 'ⵎⴰⵕⵚ', 'ⵉⴱⵔⵉⵔ', 'ⵎⴰⵢⵢⵓ', 'ⵢⵓⵏⵢⵓ', 'ⵢⵓⵍⵢⵓⵣ', 'ⵖⵓⵛⵜ', 'ⵛⵓⵜⴰⵏⴱⵉⵔ', 'ⴽⵜⵓⴱⵔ', 'ⵏⵓⵡⴰⵏⴱⵉⵔ', 'ⴷⵓⵊⴰⵏⴱⵉⵔ'], + STANDALONEMONTHS: ['ⵉⵏⵏⴰⵢⵔ', 'ⴱⵕⴰⵢⵕ', 'ⵎⴰⵕⵚ', 'ⵉⴱⵔⵉⵔ', 'ⵎⴰⵢⵢⵓ', 'ⵢⵓⵏⵢⵓ', 'ⵢⵓⵍⵢⵓⵣ', 'ⵖⵓⵛⵜ', 'ⵛⵓⵜⴰⵏⴱⵉⵔ', 'ⴽⵜⵓⴱⵔ', 'ⵏⵓⵡⴰⵏⴱⵉⵔ', 'ⴷⵓⵊⴰⵏⴱⵉⵔ'], + SHORTMONTHS: ['ⵉⵏⵏ', 'ⴱⵕⴰ', 'ⵎⴰⵕ', 'ⵉⴱⵔ', 'ⵎⴰⵢ', 'ⵢⵓⵏ', 'ⵢⵓⵍ', 'ⵖⵓⵛ', 'ⵛⵓⵜ', 'ⴽⵜⵓ', 'ⵏⵓⵡ', 'ⴷⵓⵊ'], + STANDALONESHORTMONTHS: ['ⵉⵏⵏ', 'ⴱⵕⴰ', 'ⵎⴰⵕ', 'ⵉⴱⵔ', 'ⵎⴰⵢ', 'ⵢⵓⵏ', 'ⵢⵓⵍ', 'ⵖⵓⵛ', 'ⵛⵓⵜ', 'ⴽⵜⵓ', 'ⵏⵓⵡ', 'ⴷⵓⵊ'], + WEEKDAYS: ['ⴰⵙⴰⵎⴰⵙ', 'ⴰⵢⵏⴰⵙ', 'ⴰⵙⵉⵏⴰⵙ', 'ⴰⴽⵕⴰⵙ', 'ⴰⴽⵡⴰⵙ', 'ⵙⵉⵎⵡⴰⵙ', 'ⴰⵙⵉⴹⵢⴰⵙ'], + STANDALONEWEEKDAYS: ['ⴰⵙⴰⵎⴰⵙ', 'ⴰⵢⵏⴰⵙ', 'ⴰⵙⵉⵏⴰⵙ', 'ⴰⴽⵕⴰⵙ', 'ⴰⴽⵡⴰⵙ', 'ⵙⵉⵎⵡⴰⵙ', 'ⴰⵙⵉⴹⵢⴰⵙ'], + SHORTWEEKDAYS: ['ⴰⵙⴰ', 'ⴰⵢⵏ', 'ⴰⵙⵉ', 'ⴰⴽⵕ', 'ⴰⴽⵡ', 'ⴰⵙⵉⵎ', 'ⴰⵙⵉⴹ'], + STANDALONESHORTWEEKDAYS: ['ⴰⵙⴰ', 'ⴰⵢⵏ', 'ⴰⵙⵉ', 'ⴰⴽⵕ', 'ⴰⴽⵡ', 'ⴰⵙⵉⵎ', 'ⴰⵙⵉⴹ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['ⴰⴽ 1', 'ⴰⴽ 2', 'ⴰⴽ 3', 'ⴰⴽ 4'], + QUARTERS: ['ⴰⴽⵕⴰⴹⵢⵓⵔ 1', 'ⴰⴽⵕⴰⴹⵢⵓⵔ 2', 'ⴰⴽⵕⴰⴹⵢⵓⵔ 3', 'ⴰⴽⵕⴰⴹⵢⵓⵔ 4'], + AMPMS: ['ⵜⵉⴼⴰⵡⵜ', 'ⵜⴰⴷⴳⴳⵯⴰⵜ'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale shi_Latn. + */ +goog.i18n.DateTimeSymbols_shi_Latn = { + ERAS: ['daɛ', 'dfɛ'], + ERANAMES: ['dat n ɛisa', 'dffir n ɛisa'], + NARROWMONTHS: ['i', 'b', 'm', 'i', 'm', 'y', 'y', 'ɣ', 'c', 'k', 'n', 'd'], + STANDALONENARROWMONTHS: ['i', 'b', 'm', 'i', 'm', 'y', 'y', 'ɣ', 'c', 'k', 'n', 'd'], + MONTHS: ['innayr', 'bṛayṛ', 'maṛṣ', 'ibrir', 'mayyu', 'yunyu', 'yulyuz', 'ɣuct', 'cutanbir', 'ktubr', 'nuwanbir', 'dujanbir'], + STANDALONEMONTHS: ['innayr', 'bṛayṛ', 'maṛṣ', 'ibrir', 'mayyu', 'yunyu', 'yulyuz', 'ɣuct', 'cutanbir', 'ktubr', 'nuwanbir', 'dujanbir'], + SHORTMONTHS: ['inn', 'bṛa', 'maṛ', 'ibr', 'may', 'yun', 'yul', 'ɣuc', 'cut', 'ktu', 'nuw', 'duj'], + STANDALONESHORTMONTHS: ['inn', 'bṛa', 'maṛ', 'ibr', 'may', 'yun', 'yul', 'ɣuc', 'cut', 'ktu', 'nuw', 'duj'], + WEEKDAYS: ['asamas', 'aynas', 'asinas', 'akṛas', 'akwas', 'asimwas', 'asiḍyas'], + STANDALONEWEEKDAYS: ['asamas', 'aynas', 'asinas', 'akṛas', 'akwas', 'asimwas', 'asiḍyas'], + SHORTWEEKDAYS: ['asa', 'ayn', 'asi', 'akṛ', 'akw', 'asim', 'asiḍ'], + STANDALONESHORTWEEKDAYS: ['asa', 'ayn', 'asi', 'akṛ', 'akw', 'asim', 'asiḍ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['ak 1', 'ak 2', 'ak 3', 'ak 4'], + QUARTERS: ['akṛaḍyur 1', 'akṛaḍyur 2', 'akṛaḍyur 3', 'akṛaḍyur 4'], + AMPMS: ['tifawt', 'tadggʷat'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale shi_Latn_MA. + */ +goog.i18n.DateTimeSymbols_shi_Latn_MA = { + ERAS: ['daɛ', 'dfɛ'], + ERANAMES: ['dat n ɛisa', 'dffir n ɛisa'], + NARROWMONTHS: ['i', 'b', 'm', 'i', 'm', 'y', 'y', 'ɣ', 'c', 'k', 'n', 'd'], + STANDALONENARROWMONTHS: ['i', 'b', 'm', 'i', 'm', 'y', 'y', 'ɣ', 'c', 'k', 'n', 'd'], + MONTHS: ['innayr', 'bṛayṛ', 'maṛṣ', 'ibrir', 'mayyu', 'yunyu', 'yulyuz', 'ɣuct', 'cutanbir', 'ktubr', 'nuwanbir', 'dujanbir'], + STANDALONEMONTHS: ['innayr', 'bṛayṛ', 'maṛṣ', 'ibrir', 'mayyu', 'yunyu', 'yulyuz', 'ɣuct', 'cutanbir', 'ktubr', 'nuwanbir', 'dujanbir'], + SHORTMONTHS: ['inn', 'bṛa', 'maṛ', 'ibr', 'may', 'yun', 'yul', 'ɣuc', 'cut', 'ktu', 'nuw', 'duj'], + STANDALONESHORTMONTHS: ['inn', 'bṛa', 'maṛ', 'ibr', 'may', 'yun', 'yul', 'ɣuc', 'cut', 'ktu', 'nuw', 'duj'], + WEEKDAYS: ['asamas', 'aynas', 'asinas', 'akṛas', 'akwas', 'asimwas', 'asiḍyas'], + STANDALONEWEEKDAYS: ['asamas', 'aynas', 'asinas', 'akṛas', 'akwas', 'asimwas', 'asiḍyas'], + SHORTWEEKDAYS: ['asa', 'ayn', 'asi', 'akṛ', 'akw', 'asim', 'asiḍ'], + STANDALONESHORTWEEKDAYS: ['asa', 'ayn', 'asi', 'akṛ', 'akw', 'asim', 'asiḍ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['ak 1', 'ak 2', 'ak 3', 'ak 4'], + QUARTERS: ['akṛaḍyur 1', 'akṛaḍyur 2', 'akṛaḍyur 3', 'akṛaḍyur 4'], + AMPMS: ['tifawt', 'tadggʷat'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale shi_Tfng. + */ +goog.i18n.DateTimeSymbols_shi_Tfng = goog.i18n.DateTimeSymbols_shi; + + +/** + * Date/time formatting symbols for locale shi_Tfng_MA. + */ +goog.i18n.DateTimeSymbols_shi_Tfng_MA = goog.i18n.DateTimeSymbols_shi; + + +/** + * Date/time formatting symbols for locale si_LK. + */ +goog.i18n.DateTimeSymbols_si_LK = goog.i18n.DateTimeSymbols_si; + + +/** + * Date/time formatting symbols for locale sk_SK. + */ +goog.i18n.DateTimeSymbols_sk_SK = goog.i18n.DateTimeSymbols_sk; + + +/** + * Date/time formatting symbols for locale sl_SI. + */ +goog.i18n.DateTimeSymbols_sl_SI = goog.i18n.DateTimeSymbols_sl; + + +/** + * Date/time formatting symbols for locale smn. + */ +goog.i18n.DateTimeSymbols_smn = { + ERAS: ['oKr.', 'mKr.'], + ERANAMES: ['Ovdil Kristus šoddâm', 'maŋa Kristus šoddâm'], + NARROWMONTHS: ['U', 'K', 'NJ', 'C', 'V', 'K', 'S', 'P', 'Č', 'R', 'S', 'J'], + STANDALONENARROWMONTHS: ['U', 'K', 'NJ', 'C', 'V', 'K', 'S', 'P', 'Č', 'R', 'S', 'J'], + MONTHS: ['uđđâivemáánu', 'kuovâmáánu', 'njuhčâmáánu', 'cuáŋuimáánu', 'vyesimáánu', 'kesimáánu', 'syeinimáánu', 'porgemáánu', 'čohčâmáánu', 'roovvâdmáánu', 'skammâmáánu', 'juovlâmáánu'], + STANDALONEMONTHS: ['uđđâivemáánu', 'kuovâmáánu', 'njuhčâmáánu', 'cuáŋuimáánu', 'vyesimáánu', 'kesimáánu', 'syeinimáánu', 'porgemáánu', 'čohčâmáánu', 'roovvâdmáánu', 'skammâmáánu', 'juovlâmáánu'], + SHORTMONTHS: ['uđiv', 'kuovâ', 'njuhčâ', 'cuáŋui', 'vyesi', 'kesi', 'syeini', 'porge', 'čohčâ', 'roovvâd', 'skammâ', 'juovlâ'], + STANDALONESHORTMONTHS: ['uđiv', 'kuovâ', 'njuhčâ', 'cuáŋui', 'vyesi', 'kesi', 'syeini', 'porge', 'čohčâ', 'roovvâd', 'skammâ', 'juovlâ'], + WEEKDAYS: ['pasepeeivi', 'vuossaargâ', 'majebaargâ', 'koskoho', 'tuorâstuv', 'vástuppeeivi', 'lávurduv'], + STANDALONEWEEKDAYS: ['pasepeivi', 'vuossargâ', 'majebargâ', 'koskokko', 'tuorâstâh', 'vástuppeivi', 'lávurdâh'], + SHORTWEEKDAYS: ['pas', 'vuo', 'maj', 'kos', 'tuo', 'vás', 'láv'], + STANDALONESHORTWEEKDAYS: ['pas', 'vuo', 'maj', 'kos', 'tuo', 'vás', 'láv'], + NARROWWEEKDAYS: ['p', 'V', 'M', 'K', 'T', 'V', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['1. niälj.', '2. niälj.', '3. niälj.', '4. niälj.'], + QUARTERS: ['1. niäljádâs', '2. niäljádâs', '3. niäljádâs', '4. niäljádâs'], + AMPMS: ['ip.', 'ep.'], + DATEFORMATS: ['cccc, MMMM d. y', 'MMMM d. y', 'MMM d. y', 'd.M.y'], + TIMEFORMATS: ['H.mm.ss zzzz', 'H.mm.ss z', 'H.mm.ss', 'H.mm'], + DATETIMEFORMATS: ['{1} \'tme\' {0}', '{1} \'tme\' {0}', '{1} \'tme\' {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale smn_FI. + */ +goog.i18n.DateTimeSymbols_smn_FI = goog.i18n.DateTimeSymbols_smn; + + +/** + * Date/time formatting symbols for locale sn. + */ +goog.i18n.DateTimeSymbols_sn = { + ERAS: ['BC', 'AD'], + ERANAMES: ['Kristo asati auya', 'mugore ramambo vedu'], + NARROWMONTHS: ['N', 'K', 'K', 'K', 'C', 'C', 'C', 'N', 'G', 'G', 'M', 'Z'], + STANDALONENARROWMONTHS: ['N', 'K', 'K', 'K', 'C', 'C', 'C', 'N', 'G', 'G', 'M', 'Z'], + MONTHS: ['Ndira', 'Kukadzi', 'Kurume', 'Kubvumbi', 'Chivabvu', 'Chikumi', 'Chikunguru', 'Nyamavhuvhu', 'Gunyana', 'Gumiguru', 'Mbudzi', 'Zvita'], + STANDALONEMONTHS: ['Ndira', 'Kukadzi', 'Kurume', 'Kubvumbi', 'Chivabvu', 'Chikumi', 'Chikunguru', 'Nyamavhuvhu', 'Gunyana', 'Gumiguru', 'Mbudzi', 'Zvita'], + SHORTMONTHS: ['Ndi', 'Kuk', 'Kur', 'Kub', 'Chv', 'Chk', 'Chg', 'Nya', 'Gun', 'Gum', 'Mbu', 'Zvi'], + STANDALONESHORTMONTHS: ['Ndi', 'Kuk', 'Kur', 'Kub', 'Chv', 'Chk', 'Chg', 'Nya', 'Gun', 'Gum', 'Mbu', 'Zvi'], + WEEKDAYS: ['Svondo', 'Muvhuro', 'Chipiri', 'Chitatu', 'China', 'Chishanu', 'Mugovera'], + STANDALONEWEEKDAYS: ['Svondo', 'Muvhuro', 'Chipiri', 'Chitatu', 'China', 'Chishanu', 'Mugovera'], + SHORTWEEKDAYS: ['Svo', 'Muv', 'Chp', 'Cht', 'Chn', 'Chs', 'Mug'], + STANDALONESHORTWEEKDAYS: ['Svo', 'Muv', 'Chp', 'Cht', 'Chn', 'Chs', 'Mug'], + NARROWWEEKDAYS: ['S', 'M', 'C', 'C', 'C', 'C', 'M'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'C', 'C', 'C', 'C', 'M'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kota 1', 'Kota 2', 'Kota 3', 'Kota 4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale sn_ZW. + */ +goog.i18n.DateTimeSymbols_sn_ZW = goog.i18n.DateTimeSymbols_sn; + + +/** + * Date/time formatting symbols for locale so. + */ +goog.i18n.DateTimeSymbols_so = { + ERAS: ['CK', 'CD'], + ERANAMES: ['CK', 'CD'], + NARROWMONTHS: ['K', 'L', 'S', 'A', 'S', 'L', 'T', 'S', 'S', 'T', 'K', 'L'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Bisha Koobaad', 'Bisha Labaad', 'Bisha Saddexaad', 'Bisha Afraad', 'Bisha Shanaad', 'Bisha Lixaad', 'Bisha Todobaad', 'Bisha Sideedaad', 'Bisha Sagaalaad', 'Bisha Tobnaad', 'Bisha Kow iyo Tobnaad', 'Bisha Laba iyo Tobnaad'], + STANDALONEMONTHS: ['Bisha Koobaad', 'Bisha Labaad', 'Bisha Saddexaad', 'Bisha Afraad', 'Bisha Shanaad', 'Bisha Lixaad', 'Bisha Todobaad', 'Bisha Sideedaad', 'Bisha Sagaalaad', 'Bisha Tobnaad', 'Bisha Kow iyo Tobnaad', 'Bisha Laba iyo Tobnaad'], + SHORTMONTHS: ['Kob', 'Lab', 'Sad', 'Afr', 'Sha', 'Lix', 'Tod', 'Sid', 'Sag', 'Tob', 'KIT', 'LIT'], + STANDALONESHORTMONTHS: ['Kob', 'Lab', 'Sad', 'Afr', 'Sha', 'Lix', 'Tod', 'Sid', 'Sag', 'Tob', 'KIT', 'LIT'], + WEEKDAYS: ['Axad', 'Isniin', 'Talaado', 'Arbaco', 'Khamiis', 'Jimco', 'Sabti'], + STANDALONEWEEKDAYS: ['Axad', 'Isniin', 'Talaado', 'Arbaco', 'Khamiis', 'Jimco', 'Sabti'], + SHORTWEEKDAYS: ['Axd', 'Isn', 'Tal', 'Arb', 'Kha', 'Jim', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Axd', 'Isn', 'Tal', 'Arb', 'Kha', 'Jim', 'Sab'], + NARROWWEEKDAYS: ['A', 'I', 'T', 'A', 'Kh', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['A', 'I', 'T', 'A', 'Kh', 'J', 'S'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Rubaca 1aad', 'Rubaca 2aad', 'Rubaca 3aad', 'Rubaca 4aad'], + AMPMS: ['sn.', 'gn.'], + DATEFORMATS: ['EEEE, MMMM dd, y', 'dd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale so_DJ. + */ +goog.i18n.DateTimeSymbols_so_DJ = { + ERAS: ['CK', 'CD'], + ERANAMES: ['CK', 'CD'], + NARROWMONTHS: ['K', 'L', 'S', 'A', 'S', 'L', 'T', 'S', 'S', 'T', 'K', 'L'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Bisha Koobaad', 'Bisha Labaad', 'Bisha Saddexaad', 'Bisha Afraad', 'Bisha Shanaad', 'Bisha Lixaad', 'Bisha Todobaad', 'Bisha Sideedaad', 'Bisha Sagaalaad', 'Bisha Tobnaad', 'Bisha Kow iyo Tobnaad', 'Bisha Laba iyo Tobnaad'], + STANDALONEMONTHS: ['Bisha Koobaad', 'Bisha Labaad', 'Bisha Saddexaad', 'Bisha Afraad', 'Bisha Shanaad', 'Bisha Lixaad', 'Bisha Todobaad', 'Bisha Sideedaad', 'Bisha Sagaalaad', 'Bisha Tobnaad', 'Bisha Kow iyo Tobnaad', 'Bisha Laba iyo Tobnaad'], + SHORTMONTHS: ['Kob', 'Lab', 'Sad', 'Afr', 'Sha', 'Lix', 'Tod', 'Sid', 'Sag', 'Tob', 'KIT', 'LIT'], + STANDALONESHORTMONTHS: ['Kob', 'Lab', 'Sad', 'Afr', 'Sha', 'Lix', 'Tod', 'Sid', 'Sag', 'Tob', 'KIT', 'LIT'], + WEEKDAYS: ['Axad', 'Isniin', 'Talaado', 'Arbaco', 'Khamiis', 'Jimco', 'Sabti'], + STANDALONEWEEKDAYS: ['Axad', 'Isniin', 'Talaado', 'Arbaco', 'Khamiis', 'Jimco', 'Sabti'], + SHORTWEEKDAYS: ['Axd', 'Isn', 'Tal', 'Arb', 'Kha', 'Jim', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Axd', 'Isn', 'Tal', 'Arb', 'Kha', 'Jim', 'Sab'], + NARROWWEEKDAYS: ['A', 'I', 'T', 'A', 'Kh', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['A', 'I', 'T', 'A', 'Kh', 'J', 'S'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Rubaca 1aad', 'Rubaca 2aad', 'Rubaca 3aad', 'Rubaca 4aad'], + AMPMS: ['sn.', 'gn.'], + DATEFORMATS: ['EEEE, MMMM dd, y', 'dd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale so_ET. + */ +goog.i18n.DateTimeSymbols_so_ET = { + ERAS: ['CK', 'CD'], + ERANAMES: ['CK', 'CD'], + NARROWMONTHS: ['K', 'L', 'S', 'A', 'S', 'L', 'T', 'S', 'S', 'T', 'K', 'L'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Bisha Koobaad', 'Bisha Labaad', 'Bisha Saddexaad', 'Bisha Afraad', 'Bisha Shanaad', 'Bisha Lixaad', 'Bisha Todobaad', 'Bisha Sideedaad', 'Bisha Sagaalaad', 'Bisha Tobnaad', 'Bisha Kow iyo Tobnaad', 'Bisha Laba iyo Tobnaad'], + STANDALONEMONTHS: ['Bisha Koobaad', 'Bisha Labaad', 'Bisha Saddexaad', 'Bisha Afraad', 'Bisha Shanaad', 'Bisha Lixaad', 'Bisha Todobaad', 'Bisha Sideedaad', 'Bisha Sagaalaad', 'Bisha Tobnaad', 'Bisha Kow iyo Tobnaad', 'Bisha Laba iyo Tobnaad'], + SHORTMONTHS: ['Kob', 'Lab', 'Sad', 'Afr', 'Sha', 'Lix', 'Tod', 'Sid', 'Sag', 'Tob', 'KIT', 'LIT'], + STANDALONESHORTMONTHS: ['Kob', 'Lab', 'Sad', 'Afr', 'Sha', 'Lix', 'Tod', 'Sid', 'Sag', 'Tob', 'KIT', 'LIT'], + WEEKDAYS: ['Axad', 'Isniin', 'Talaado', 'Arbaco', 'Khamiis', 'Jimco', 'Sabti'], + STANDALONEWEEKDAYS: ['Axad', 'Isniin', 'Talaado', 'Arbaco', 'Khamiis', 'Jimco', 'Sabti'], + SHORTWEEKDAYS: ['Axd', 'Isn', 'Tal', 'Arb', 'Kha', 'Jim', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Axd', 'Isn', 'Tal', 'Arb', 'Kha', 'Jim', 'Sab'], + NARROWWEEKDAYS: ['A', 'I', 'T', 'A', 'Kh', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['A', 'I', 'T', 'A', 'Kh', 'J', 'S'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Rubaca 1aad', 'Rubaca 2aad', 'Rubaca 3aad', 'Rubaca 4aad'], + AMPMS: ['sn.', 'gn.'], + DATEFORMATS: ['EEEE, MMMM dd, y', 'dd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale so_KE. + */ +goog.i18n.DateTimeSymbols_so_KE = { + ERAS: ['CK', 'CD'], + ERANAMES: ['CK', 'CD'], + NARROWMONTHS: ['K', 'L', 'S', 'A', 'S', 'L', 'T', 'S', 'S', 'T', 'K', 'L'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Bisha Koobaad', 'Bisha Labaad', 'Bisha Saddexaad', 'Bisha Afraad', 'Bisha Shanaad', 'Bisha Lixaad', 'Bisha Todobaad', 'Bisha Sideedaad', 'Bisha Sagaalaad', 'Bisha Tobnaad', 'Bisha Kow iyo Tobnaad', 'Bisha Laba iyo Tobnaad'], + STANDALONEMONTHS: ['Bisha Koobaad', 'Bisha Labaad', 'Bisha Saddexaad', 'Bisha Afraad', 'Bisha Shanaad', 'Bisha Lixaad', 'Bisha Todobaad', 'Bisha Sideedaad', 'Bisha Sagaalaad', 'Bisha Tobnaad', 'Bisha Kow iyo Tobnaad', 'Bisha Laba iyo Tobnaad'], + SHORTMONTHS: ['Kob', 'Lab', 'Sad', 'Afr', 'Sha', 'Lix', 'Tod', 'Sid', 'Sag', 'Tob', 'KIT', 'LIT'], + STANDALONESHORTMONTHS: ['Kob', 'Lab', 'Sad', 'Afr', 'Sha', 'Lix', 'Tod', 'Sid', 'Sag', 'Tob', 'KIT', 'LIT'], + WEEKDAYS: ['Axad', 'Isniin', 'Talaado', 'Arbaco', 'Khamiis', 'Jimco', 'Sabti'], + STANDALONEWEEKDAYS: ['Axad', 'Isniin', 'Talaado', 'Arbaco', 'Khamiis', 'Jimco', 'Sabti'], + SHORTWEEKDAYS: ['Axd', 'Isn', 'Tal', 'Arb', 'Kha', 'Jim', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Axd', 'Isn', 'Tal', 'Arb', 'Kha', 'Jim', 'Sab'], + NARROWWEEKDAYS: ['A', 'I', 'T', 'A', 'Kh', 'J', 'S'], + STANDALONENARROWWEEKDAYS: ['A', 'I', 'T', 'A', 'Kh', 'J', 'S'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Rubaca 1aad', 'Rubaca 2aad', 'Rubaca 3aad', 'Rubaca 4aad'], + AMPMS: ['sn.', 'gn.'], + DATEFORMATS: ['EEEE, MMMM dd, y', 'dd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale so_SO. + */ +goog.i18n.DateTimeSymbols_so_SO = goog.i18n.DateTimeSymbols_so; + + +/** + * Date/time formatting symbols for locale sq_AL. + */ +goog.i18n.DateTimeSymbols_sq_AL = goog.i18n.DateTimeSymbols_sq; + + +/** + * Date/time formatting symbols for locale sq_MK. + */ +goog.i18n.DateTimeSymbols_sq_MK = { + ERAS: ['p.K.', 'mb.K.'], + ERANAMES: ['para Krishtit', 'mbas Krishtit'], + NARROWMONTHS: ['j', 's', 'm', 'p', 'm', 'q', 'k', 'g', 's', 't', 'n', 'd'], + STANDALONENARROWMONTHS: ['J', 'S', 'M', 'P', 'M', 'Q', 'K', 'G', 'S', 'T', 'N', 'D'], + MONTHS: ['janar', 'shkurt', 'mars', 'prill', 'maj', 'qershor', 'korrik', 'gusht', 'shtator', 'tetor', 'nëntor', 'dhjetor'], + STANDALONEMONTHS: ['Janar', 'Shkurt', 'Mars', 'Prill', 'Maj', 'Qershor', 'Korrik', 'Gusht', 'Shtator', 'Tetor', 'Nëntor', 'Dhjetor'], + SHORTMONTHS: ['jan', 'shk', 'mar', 'pri', 'maj', 'qer', 'kor', 'gsh', 'sht', 'tet', 'nën', 'dhj'], + STANDALONESHORTMONTHS: ['Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', 'Tet', 'Nën', 'Dhj'], + WEEKDAYS: ['e diel', 'e hënë', 'e martë', 'e mërkurë', 'e enjte', 'e premte', 'e shtunë'], + STANDALONEWEEKDAYS: ['E diel', 'E hënë', 'E martë', 'E mërkurë', 'E enjte', 'E premte', 'E shtunë'], + SHORTWEEKDAYS: ['Die', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'], + STANDALONESHORTWEEKDAYS: ['Die', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'], + NARROWWEEKDAYS: ['D', 'H', 'M', 'M', 'E', 'P', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'H', 'M', 'M', 'E', 'P', 'S'], + SHORTQUARTERS: ['tremujori I', 'tremujori II', 'tremujori III', 'tremujori IV'], + QUARTERS: ['tremujori i parë', 'tremujori i dytë', 'tremujori i tretë', 'tremujori i katërt'], + AMPMS: ['e paradites', 'e pasdites'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd.M.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'në\' {0}', '{1} \'në\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sq_XK. + */ +goog.i18n.DateTimeSymbols_sq_XK = { + ERAS: ['p.K.', 'mb.K.'], + ERANAMES: ['para Krishtit', 'mbas Krishtit'], + NARROWMONTHS: ['j', 's', 'm', 'p', 'm', 'q', 'k', 'g', 's', 't', 'n', 'd'], + STANDALONENARROWMONTHS: ['J', 'S', 'M', 'P', 'M', 'Q', 'K', 'G', 'S', 'T', 'N', 'D'], + MONTHS: ['janar', 'shkurt', 'mars', 'prill', 'maj', 'qershor', 'korrik', 'gusht', 'shtator', 'tetor', 'nëntor', 'dhjetor'], + STANDALONEMONTHS: ['Janar', 'Shkurt', 'Mars', 'Prill', 'Maj', 'Qershor', 'Korrik', 'Gusht', 'Shtator', 'Tetor', 'Nëntor', 'Dhjetor'], + SHORTMONTHS: ['jan', 'shk', 'mar', 'pri', 'maj', 'qer', 'kor', 'gsh', 'sht', 'tet', 'nën', 'dhj'], + STANDALONESHORTMONTHS: ['Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', 'Tet', 'Nën', 'Dhj'], + WEEKDAYS: ['e diel', 'e hënë', 'e martë', 'e mërkurë', 'e enjte', 'e premte', 'e shtunë'], + STANDALONEWEEKDAYS: ['E diel', 'E hënë', 'E martë', 'E mërkurë', 'E enjte', 'E premte', 'E shtunë'], + SHORTWEEKDAYS: ['Die', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'], + STANDALONESHORTWEEKDAYS: ['Die', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'], + NARROWWEEKDAYS: ['D', 'H', 'M', 'M', 'E', 'P', 'S'], + STANDALONENARROWWEEKDAYS: ['D', 'H', 'M', 'M', 'E', 'P', 'S'], + SHORTQUARTERS: ['tremujori I', 'tremujori II', 'tremujori III', 'tremujori IV'], + QUARTERS: ['tremujori i parë', 'tremujori i dytë', 'tremujori i tretë', 'tremujori i katërt'], + AMPMS: ['e paradites', 'e pasdites'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd.M.yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'në\' {0}', '{1} \'në\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sr_Cyrl. + */ +goog.i18n.DateTimeSymbols_sr_Cyrl = goog.i18n.DateTimeSymbols_sr; + + +/** + * Date/time formatting symbols for locale sr_Cyrl_BA. + */ +goog.i18n.DateTimeSymbols_sr_Cyrl_BA = { + ERAS: ['п. н. е.', 'н. е.'], + ERANAMES: ['прије нове ере', 'нове ере'], + NARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + STANDALONENARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + MONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јун', 'јул', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + STANDALONEMONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јун', 'јул', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + SHORTMONTHS: ['јан.', 'феб.', 'март', 'апр.', 'мај', 'јун', 'јул', 'авг.', 'септ.', 'окт.', 'нов.', 'дец.'], + STANDALONESHORTMONTHS: ['јан.', 'феб.', 'март', 'апр.', 'мај', 'јун', 'јул', 'авг.', 'септ.', 'окт.', 'нов.', 'дец.'], + WEEKDAYS: ['недјеља', 'понедељак', 'уторак', 'сриједа', 'четвртак', 'петак', 'субота'], + STANDALONEWEEKDAYS: ['недјеља', 'понедељак', 'уторак', 'сриједа', 'четвртак', 'петак', 'субота'], + SHORTWEEKDAYS: ['нед.', 'пон.', 'ут.', 'ср.', 'чет.', 'пет.', 'суб.'], + STANDALONESHORTWEEKDAYS: ['нед.', 'пон.', 'ут.', 'ср.', 'чет.', 'пет.', 'суб.'], + NARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + STANDALONENARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + SHORTQUARTERS: ['К1', 'К2', 'К3', 'К4'], + QUARTERS: ['први квартал', 'други квартал', 'трећи квартал', 'четврти квартал'], + AMPMS: ['прије подне', 'по подне'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sr_Cyrl_ME. + */ +goog.i18n.DateTimeSymbols_sr_Cyrl_ME = { + ERAS: ['п. н. е.', 'н. е.'], + ERANAMES: ['прије нове ере', 'нове ере'], + NARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + STANDALONENARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + MONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јун', 'јул', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + STANDALONEMONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јун', 'јул', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + SHORTMONTHS: ['јан.', 'феб.', 'март', 'апр.', 'мај', 'јун', 'јул', 'авг.', 'септ.', 'окт.', 'нов.', 'дец.'], + STANDALONESHORTMONTHS: ['јан.', 'феб.', 'март', 'апр.', 'мај', 'јун', 'јул', 'авг.', 'септ.', 'окт.', 'нов.', 'дец.'], + WEEKDAYS: ['недјеља', 'понедељак', 'уторак', 'сриједа', 'четвртак', 'петак', 'субота'], + STANDALONEWEEKDAYS: ['недјеља', 'понедељак', 'уторак', 'сриједа', 'четвртак', 'петак', 'субота'], + SHORTWEEKDAYS: ['нед.', 'пон.', 'ут.', 'ср.', 'чет.', 'пет.', 'суб.'], + STANDALONESHORTWEEKDAYS: ['нед.', 'пон.', 'ут.', 'ср.', 'чет.', 'пет.', 'суб.'], + NARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + STANDALONENARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + SHORTQUARTERS: ['К1', 'К2', 'К3', 'К4'], + QUARTERS: ['први квартал', 'други квартал', 'трећи квартал', 'четврти квартал'], + AMPMS: ['прије подне', 'по подне'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sr_Cyrl_RS. + */ +goog.i18n.DateTimeSymbols_sr_Cyrl_RS = goog.i18n.DateTimeSymbols_sr; + + +/** + * Date/time formatting symbols for locale sr_Cyrl_XK. + */ +goog.i18n.DateTimeSymbols_sr_Cyrl_XK = { + ERAS: ['п. н. е.', 'н. е.'], + ERANAMES: ['пре нове ере', 'нове ере'], + NARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + STANDALONENARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'], + MONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јун', 'јул', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + STANDALONEMONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', 'јун', 'јул', 'август', 'септембар', 'октобар', 'новембар', 'децембар'], + SHORTMONTHS: ['јан.', 'феб.', 'март', 'апр.', 'мај', 'јун', 'јул', 'авг.', 'септ.', 'окт.', 'нов.', 'дец.'], + STANDALONESHORTMONTHS: ['јан.', 'феб.', 'март', 'апр.', 'мај', 'јун', 'јул', 'авг.', 'септ.', 'окт.', 'нов.', 'дец.'], + WEEKDAYS: ['недеља', 'понедељак', 'уторак', 'среда', 'четвртак', 'петак', 'субота'], + STANDALONEWEEKDAYS: ['недеља', 'понедељак', 'уторак', 'среда', 'четвртак', 'петак', 'субота'], + SHORTWEEKDAYS: ['нед.', 'пон.', 'ут.', 'ср.', 'чет.', 'пет.', 'суб.'], + STANDALONESHORTWEEKDAYS: ['нед.', 'пон.', 'ут.', 'ср.', 'чет.', 'пет.', 'суб.'], + NARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + STANDALONENARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], + SHORTQUARTERS: ['К1', 'К2', 'К3', 'К4'], + QUARTERS: ['први квартал', 'други квартал', 'трећи квартал', 'четврти квартал'], + AMPMS: ['пре подне', 'по подне'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sr_Latn_BA. + */ +goog.i18n.DateTimeSymbols_sr_Latn_BA = { + ERAS: ['p. n. e.', 'n. e.'], + ERANAMES: ['prije nove ere', 'nove ere'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + STANDALONEMONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + SHORTMONTHS: ['jan.', 'feb.', 'mart', 'apr.', 'maj', 'jun', 'jul', 'avg.', 'sept.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mart', 'apr.', 'maj', 'jun', 'jul', 'avg.', 'sept.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['nedjelja', 'ponedeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + STANDALONEWEEKDAYS: ['nedjelja', 'ponedeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + SHORTWEEKDAYS: ['ned.', 'pon.', 'ut.', 'sr.', 'čet.', 'pet.', 'sub.'], + STANDALONESHORTWEEKDAYS: ['ned.', 'pon.', 'ut.', 'sr.', 'čet.', 'pet.', 'sub.'], + NARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['prvi kvartal', 'drugi kvartal', 'treći kvartal', 'četvrti kvartal'], + AMPMS: ['prije podne', 'po podne'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sr_Latn_ME. + */ +goog.i18n.DateTimeSymbols_sr_Latn_ME = { + ERAS: ['p. n. e.', 'n. e.'], + ERANAMES: ['prije nove ere', 'nove ere'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + STANDALONEMONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + SHORTMONTHS: ['jan.', 'feb.', 'mart', 'apr.', 'maj', 'jun', 'jul', 'avg.', 'sept.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mart', 'apr.', 'maj', 'jun', 'jul', 'avg.', 'sept.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['nedjelja', 'ponedeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + STANDALONEWEEKDAYS: ['nedjelja', 'ponedeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'], + SHORTWEEKDAYS: ['ned.', 'pon.', 'ut.', 'sr.', 'čet.', 'pet.', 'sub.'], + STANDALONESHORTWEEKDAYS: ['ned.', 'pon.', 'ut.', 'sr.', 'čet.', 'pet.', 'sub.'], + NARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['prvi kvartal', 'drugi kvartal', 'treći kvartal', 'četvrti kvartal'], + AMPMS: ['prije podne', 'po podne'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sr_Latn_RS. + */ +goog.i18n.DateTimeSymbols_sr_Latn_RS = { + ERAS: ['p. n. e.', 'n. e.'], + ERANAMES: ['pre nove ere', 'nove ere'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + STANDALONEMONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec'], + STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec'], + WEEKDAYS: ['nedelja', 'ponedeljak', 'utorak', 'sreda', 'četvrtak', 'petak', 'subota'], + STANDALONEWEEKDAYS: ['nedelja', 'ponedeljak', 'utorak', 'sreda', 'četvrtak', 'petak', 'subota'], + SHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sre', 'čet', 'pet', 'sub'], + STANDALONESHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sre', 'čet', 'pet', 'sub'], + NARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['prvi kvartal', 'drugi kvartal', 'treći kvartal', 'četvrti kvartal'], + AMPMS: ['pre podne', 'po podne'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sr_Latn_XK. + */ +goog.i18n.DateTimeSymbols_sr_Latn_XK = { + ERAS: ['p. n. e.', 'n. e.'], + ERANAMES: ['pre nove ere', 'nove ere'], + NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], + MONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + STANDALONEMONTHS: ['januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar', 'novembar', 'decembar'], + SHORTMONTHS: ['jan.', 'feb.', 'mart', 'apr.', 'maj', 'jun', 'jul', 'avg.', 'sept.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mart', 'apr.', 'maj', 'jun', 'jul', 'avg.', 'sept.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['nedelja', 'ponedeljak', 'utorak', 'sreda', 'četvrtak', 'petak', 'subota'], + STANDALONEWEEKDAYS: ['nedelja', 'ponedeljak', 'utorak', 'sreda', 'četvrtak', 'petak', 'subota'], + SHORTWEEKDAYS: ['ned.', 'pon.', 'ut.', 'sr.', 'čet.', 'pet.', 'sub.'], + STANDALONESHORTWEEKDAYS: ['ned.', 'pon.', 'ut.', 'sr.', 'čet.', 'pet.', 'sub.'], + NARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['prvi kvartal', 'drugi kvartal', 'treći kvartal', 'četvrti kvartal'], + AMPMS: ['pre podne', 'po podne'], + DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale sv_AX. + */ +goog.i18n.DateTimeSymbols_sv_AX = goog.i18n.DateTimeSymbols_sv; + + +/** + * Date/time formatting symbols for locale sv_FI. + */ +goog.i18n.DateTimeSymbols_sv_FI = { + ERAS: ['f.Kr.', 'e.Kr.'], + ERANAMES: ['före Kristus', 'efter Kristus'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december'], + STANDALONEMONTHS: ['januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december'], + SHORTMONTHS: ['jan.', 'feb.', 'mars', 'apr.', 'maj', 'juni', 'juli', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mars', 'apr.', 'maj', 'juni', 'juli', 'aug.', 'sep.', 'okt.', 'nov.', 'dec.'], + WEEKDAYS: ['söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag'], + STANDALONEWEEKDAYS: ['söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag'], + SHORTWEEKDAYS: ['sön', 'mån', 'tis', 'ons', 'tors', 'fre', 'lör'], + STANDALONESHORTWEEKDAYS: ['sön', 'mån', 'tis', 'ons', 'tors', 'fre', 'lör'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1:a kvartalet', '2:a kvartalet', '3:e kvartalet', '4:e kvartalet'], + AMPMS: ['fm', 'em'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-y'], + TIMEFORMATS: ['\'kl\'. HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale sv_SE. + */ +goog.i18n.DateTimeSymbols_sv_SE = goog.i18n.DateTimeSymbols_sv; + + +/** + * Date/time formatting symbols for locale sw_CD. + */ +goog.i18n.DateTimeSymbols_sw_CD = goog.i18n.DateTimeSymbols_sw; + + +/** + * Date/time formatting symbols for locale sw_KE. + */ +goog.i18n.DateTimeSymbols_sw_KE = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Kristo', 'Baada ya Kristo'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + SHORTWEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + STANDALONESHORTWEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Robo ya 1', 'Robo ya 2', 'Robo ya 3', 'Robo ya 4'], + QUARTERS: ['Robo ya 1', 'Robo ya 2', 'Robo ya 3', 'Robo ya 4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} \'saa\' {0}', '{1} \'saa\' {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale sw_TZ. + */ +goog.i18n.DateTimeSymbols_sw_TZ = goog.i18n.DateTimeSymbols_sw; + + +/** + * Date/time formatting symbols for locale sw_UG. + */ +goog.i18n.DateTimeSymbols_sw_UG = goog.i18n.DateTimeSymbols_sw; + + +/** + * Date/time formatting symbols for locale ta_IN. + */ +goog.i18n.DateTimeSymbols_ta_IN = goog.i18n.DateTimeSymbols_ta; + + +/** + * Date/time formatting symbols for locale ta_LK. + */ +goog.i18n.DateTimeSymbols_ta_LK = { + ERAS: ['கி.மு.', 'கி.பி.'], + ERANAMES: ['கிறிஸ்துவுக்கு முன்', 'அன்னோ டோமினி'], + NARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', 'ஜூ', 'ஆ', 'செ', 'அ', 'ந', 'டி'], + STANDALONENARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', 'ஜூ', 'ஆ', 'செ', 'அ', 'ந', 'டி'], + MONTHS: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆகஸ்ட்', 'செப்டம்பர்', 'அக்டோபர்', 'நவம்பர்', 'டிசம்பர்'], + STANDALONEMONTHS: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆகஸ்ட்', 'செப்டம்பர்', 'அக்டோபர்', 'நவம்பர்', 'டிசம்பர்'], + SHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', 'ஏப்.', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', 'செப்.', 'அக்.', 'நவ.', 'டிச.'], + STANDALONESHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', 'ஏப்.', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', 'செப்.', 'அக்.', 'நவ.', 'டிச.'], + WEEKDAYS: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'], + STANDALONEWEEKDAYS: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'], + SHORTWEEKDAYS: ['ஞாயி.', 'திங்.', 'செவ்.', 'புத.', 'வியா.', 'வெள்.', 'சனி'], + STANDALONESHORTWEEKDAYS: ['ஞாயி.', 'திங்.', 'செவ்.', 'புத.', 'வியா.', 'வெள்.', 'சனி'], + NARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', 'ச'], + STANDALONENARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', 'ச'], + SHORTQUARTERS: ['காலா.1', 'காலா.2', 'காலா.3', 'காலா.4'], + QUARTERS: ['ஒன்றாம் காலாண்டு', 'இரண்டாம் காலாண்டு', 'மூன்றாம் காலாண்டு', 'நான்காம் காலாண்டு'], + AMPMS: ['முற்பகல்', 'பிற்பகல்'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} ’அன்று’ {0}', '{1} ’அன்று’ {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ta_MY. + */ +goog.i18n.DateTimeSymbols_ta_MY = { + ERAS: ['கி.மு.', 'கி.பி.'], + ERANAMES: ['கிறிஸ்துவுக்கு முன்', 'அன்னோ டோமினி'], + NARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', 'ஜூ', 'ஆ', 'செ', 'அ', 'ந', 'டி'], + STANDALONENARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', 'ஜூ', 'ஆ', 'செ', 'அ', 'ந', 'டி'], + MONTHS: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆகஸ்ட்', 'செப்டம்பர்', 'அக்டோபர்', 'நவம்பர்', 'டிசம்பர்'], + STANDALONEMONTHS: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆகஸ்ட்', 'செப்டம்பர்', 'அக்டோபர்', 'நவம்பர்', 'டிசம்பர்'], + SHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', 'ஏப்.', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', 'செப்.', 'அக்.', 'நவ.', 'டிச.'], + STANDALONESHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', 'ஏப்.', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', 'செப்.', 'அக்.', 'நவ.', 'டிச.'], + WEEKDAYS: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'], + STANDALONEWEEKDAYS: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'], + SHORTWEEKDAYS: ['ஞாயி.', 'திங்.', 'செவ்.', 'புத.', 'வியா.', 'வெள்.', 'சனி'], + STANDALONESHORTWEEKDAYS: ['ஞாயி.', 'திங்.', 'செவ்.', 'புத.', 'வியா.', 'வெள்.', 'சனி'], + NARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', 'ச'], + STANDALONENARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', 'ச'], + SHORTQUARTERS: ['காலா.1', 'காலா.2', 'காலா.3', 'காலா.4'], + QUARTERS: ['ஒன்றாம் காலாண்டு', 'இரண்டாம் காலாண்டு', 'மூன்றாம் காலாண்டு', 'நான்காம் காலாண்டு'], + AMPMS: ['முற்பகல்', 'பிற்பகல்'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], + TIMEFORMATS: ['a h:mm:ss zzzz', 'a h:mm:ss z', 'a h:mm:ss', 'a h:mm'], + DATETIMEFORMATS: ['{1} ’அன்று’ {0}', '{1} ’அன்று’ {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ta_SG. + */ +goog.i18n.DateTimeSymbols_ta_SG = { + ERAS: ['கி.மு.', 'கி.பி.'], + ERANAMES: ['கிறிஸ்துவுக்கு முன்', 'அன்னோ டோமினி'], + NARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', 'ஜூ', 'ஆ', 'செ', 'அ', 'ந', 'டி'], + STANDALONENARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', 'ஜூ', 'ஆ', 'செ', 'அ', 'ந', 'டி'], + MONTHS: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆகஸ்ட்', 'செப்டம்பர்', 'அக்டோபர்', 'நவம்பர்', 'டிசம்பர்'], + STANDALONEMONTHS: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆகஸ்ட்', 'செப்டம்பர்', 'அக்டோபர்', 'நவம்பர்', 'டிசம்பர்'], + SHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', 'ஏப்.', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', 'செப்.', 'அக்.', 'நவ.', 'டிச.'], + STANDALONESHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', 'ஏப்.', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', 'செப்.', 'அக்.', 'நவ.', 'டிச.'], + WEEKDAYS: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'], + STANDALONEWEEKDAYS: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'], + SHORTWEEKDAYS: ['ஞாயி.', 'திங்.', 'செவ்.', 'புத.', 'வியா.', 'வெள்.', 'சனி'], + STANDALONESHORTWEEKDAYS: ['ஞாயி.', 'திங்.', 'செவ்.', 'புத.', 'வியா.', 'வெள்.', 'சனி'], + NARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', 'ச'], + STANDALONENARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', 'ச'], + SHORTQUARTERS: ['காலா.1', 'காலா.2', 'காலா.3', 'காலா.4'], + QUARTERS: ['ஒன்றாம் காலாண்டு', 'இரண்டாம் காலாண்டு', 'மூன்றாம் காலாண்டு', 'நான்காம் காலாண்டு'], + AMPMS: ['முற்பகல்', 'பிற்பகல்'], + DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], + TIMEFORMATS: ['a h:mm:ss zzzz', 'a h:mm:ss z', 'a h:mm:ss', 'a h:mm'], + DATETIMEFORMATS: ['{1} ’அன்று’ {0}', '{1} ’அன்று’ {0}', '{1}, {0}', '{1}, {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale te_IN. + */ +goog.i18n.DateTimeSymbols_te_IN = goog.i18n.DateTimeSymbols_te; + + +/** + * Date/time formatting symbols for locale teo. + */ +goog.i18n.DateTimeSymbols_teo = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Christo', 'Baada ya Christo'], + NARROWMONTHS: ['R', 'M', 'K', 'D', 'M', 'M', 'J', 'P', 'S', 'T', 'L', 'P'], + STANDALONENARROWMONTHS: ['R', 'M', 'K', 'D', 'M', 'M', 'J', 'P', 'S', 'T', 'L', 'P'], + MONTHS: ['Orara', 'Omuk', 'Okwamg’', 'Odung’el', 'Omaruk', 'Omodok’king’ol', 'Ojola', 'Opedel', 'Osokosokoma', 'Otibar', 'Olabor', 'Opoo'], + STANDALONEMONTHS: ['Orara', 'Omuk', 'Okwamg’', 'Odung’el', 'Omaruk', 'Omodok’king’ol', 'Ojola', 'Opedel', 'Osokosokoma', 'Otibar', 'Olabor', 'Opoo'], + SHORTMONTHS: ['Rar', 'Muk', 'Kwa', 'Dun', 'Mar', 'Mod', 'Jol', 'Ped', 'Sok', 'Tib', 'Lab', 'Poo'], + STANDALONESHORTMONTHS: ['Rar', 'Muk', 'Kwa', 'Dun', 'Mar', 'Mod', 'Jol', 'Ped', 'Sok', 'Tib', 'Lab', 'Poo'], + WEEKDAYS: ['Nakaejuma', 'Nakaebarasa', 'Nakaare', 'Nakauni', 'Nakaung’on', 'Nakakany', 'Nakasabiti'], + STANDALONEWEEKDAYS: ['Nakaejuma', 'Nakaebarasa', 'Nakaare', 'Nakauni', 'Nakaung’on', 'Nakakany', 'Nakasabiti'], + SHORTWEEKDAYS: ['Jum', 'Bar', 'Aar', 'Uni', 'Ung', 'Kan', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Jum', 'Bar', 'Aar', 'Uni', 'Ung', 'Kan', 'Sab'], + NARROWWEEKDAYS: ['J', 'B', 'A', 'U', 'U', 'K', 'S'], + STANDALONENARROWWEEKDAYS: ['J', 'B', 'A', 'U', 'U', 'K', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Akwota abe', 'Akwota Aane', 'Akwota auni', 'Akwota Aung’on'], + AMPMS: ['Taparachu', 'Ebongi'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale teo_KE. + */ +goog.i18n.DateTimeSymbols_teo_KE = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Christo', 'Baada ya Christo'], + NARROWMONTHS: ['R', 'M', 'K', 'D', 'M', 'M', 'J', 'P', 'S', 'T', 'L', 'P'], + STANDALONENARROWMONTHS: ['R', 'M', 'K', 'D', 'M', 'M', 'J', 'P', 'S', 'T', 'L', 'P'], + MONTHS: ['Orara', 'Omuk', 'Okwamg’', 'Odung’el', 'Omaruk', 'Omodok’king’ol', 'Ojola', 'Opedel', 'Osokosokoma', 'Otibar', 'Olabor', 'Opoo'], + STANDALONEMONTHS: ['Orara', 'Omuk', 'Okwamg’', 'Odung’el', 'Omaruk', 'Omodok’king’ol', 'Ojola', 'Opedel', 'Osokosokoma', 'Otibar', 'Olabor', 'Opoo'], + SHORTMONTHS: ['Rar', 'Muk', 'Kwa', 'Dun', 'Mar', 'Mod', 'Jol', 'Ped', 'Sok', 'Tib', 'Lab', 'Poo'], + STANDALONESHORTMONTHS: ['Rar', 'Muk', 'Kwa', 'Dun', 'Mar', 'Mod', 'Jol', 'Ped', 'Sok', 'Tib', 'Lab', 'Poo'], + WEEKDAYS: ['Nakaejuma', 'Nakaebarasa', 'Nakaare', 'Nakauni', 'Nakaung’on', 'Nakakany', 'Nakasabiti'], + STANDALONEWEEKDAYS: ['Nakaejuma', 'Nakaebarasa', 'Nakaare', 'Nakauni', 'Nakaung’on', 'Nakakany', 'Nakasabiti'], + SHORTWEEKDAYS: ['Jum', 'Bar', 'Aar', 'Uni', 'Ung', 'Kan', 'Sab'], + STANDALONESHORTWEEKDAYS: ['Jum', 'Bar', 'Aar', 'Uni', 'Ung', 'Kan', 'Sab'], + NARROWWEEKDAYS: ['J', 'B', 'A', 'U', 'U', 'K', 'S'], + STANDALONENARROWWEEKDAYS: ['J', 'B', 'A', 'U', 'U', 'K', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Akwota abe', 'Akwota Aane', 'Akwota auni', 'Akwota Aung’on'], + AMPMS: ['Taparachu', 'Ebongi'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale teo_UG. + */ +goog.i18n.DateTimeSymbols_teo_UG = goog.i18n.DateTimeSymbols_teo; + + +/** + * Date/time formatting symbols for locale th_TH. + */ +goog.i18n.DateTimeSymbols_th_TH = goog.i18n.DateTimeSymbols_th; + + +/** + * Date/time formatting symbols for locale ti. + */ +goog.i18n.DateTimeSymbols_ti = { + ERAS: ['ዓ/ዓ', 'ዓ/ም'], + ERANAMES: ['ዓ/ዓ', 'ዓመተ ምህረት'], + NARROWMONTHS: ['ጥ', 'ለ', 'መ', 'ሚ', 'ግ', 'ሰ', 'ሓ', 'ነ', 'መ', 'ጥ', 'ሕ', 'ታ'], + STANDALONENARROWMONTHS: ['ጥ', 'ለ', 'መ', 'ሚ', 'ግ', 'ሰ', 'ሓ', 'ነ', 'መ', 'ጥ', 'ሕ', 'ታ'], + MONTHS: ['ጥሪ', 'ለካቲት', 'መጋቢት', 'ሚያዝያ', 'ግንቦት', 'ሰነ', 'ሓምለ', 'ነሓሰ', 'መስከረም', 'ጥቅምቲ', 'ሕዳር', 'ታሕሳስ'], + STANDALONEMONTHS: ['ጥሪ', 'ለካቲት', 'መጋቢት', 'ሚያዝያ', 'ግንቦት', 'ሰነ', 'ሓምለ', 'ነሓሰ', 'መስከረም', 'ጥቅምቲ', 'ሕዳር', 'ታሕሳስ'], + SHORTMONTHS: ['ጥሪ', 'ለካ', 'መጋ', 'ሚያ', 'ግን', 'ሰነ', 'ሓም', 'ነሓ', 'መስ', 'ጥቅ', 'ሕዳ', 'ታሕ'], + STANDALONESHORTMONTHS: ['ጥሪ', 'ለካ', 'መጋ', 'ሚያ', 'ግን', 'ሰነ', 'ሓም', 'ነሓ', 'መስ', 'ጥቅ', 'ሕዳ', 'ታሕ'], + WEEKDAYS: ['ሰንበት', 'ሰኑይ', 'ሠሉስ', 'ረቡዕ', 'ኃሙስ', 'ዓርቢ', 'ቀዳም'], + STANDALONEWEEKDAYS: ['ሰንበት', 'ሰኑይ', 'ሰሉስ', 'ረቡዕ', 'ሓሙስ', 'ዓርቢ', 'ቀዳም'], + SHORTWEEKDAYS: ['ሰን', 'ሰኑ', 'ሰሉ', 'ረቡ', 'ሓሙ', 'ዓር', 'ቀዳ'], + STANDALONESHORTWEEKDAYS: ['ሰን', 'ሰኑ', 'ሰሉ', 'ረቡ', 'ሓሙ', 'ዓር', 'ቀዳ'], + NARROWWEEKDAYS: ['ሰ', 'ሰ', 'ሰ', 'ረ', 'ሓ', 'ዓ', 'ቀ'], + STANDALONENARROWWEEKDAYS: ['ሰ', 'ሰ', 'ሠ', 'ረ', 'ሓ', 'ዓ', 'ቀ'], + SHORTQUARTERS: ['ር1', 'ር2', 'ር3', 'ር4'], + QUARTERS: ['ቀዳማይ ርብዒ', 'ካልኣይ ርብዒ', 'ሳልሳይ ርብዒ', 'ራብዓይ ርብዒ'], + AMPMS: ['ንጉሆ ሰዓተ', 'ድሕር ሰዓት'], + DATEFORMATS: ['EEEE፣ dd MMMM መዓልቲ y G', 'dd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ti_ER. + */ +goog.i18n.DateTimeSymbols_ti_ER = { + ERAS: ['ዓ/ዓ', 'ዓ/ም'], + ERANAMES: ['ዓመተ ዓለም', 'ዓመተ ምህረት'], + NARROWMONTHS: ['ጥ', 'ለ', 'መ', 'ሚ', 'ግ', 'ሰ', 'ሓ', 'ነ', 'መ', 'ጥ', 'ሕ', 'ታ'], + STANDALONENARROWMONTHS: ['ጥ', 'ለ', 'መ', 'ሚ', 'ግ', 'ሰ', 'ሓ', 'ነ', 'መ', 'ጥ', 'ሕ', 'ታ'], + MONTHS: ['ጥሪ', 'ለካቲት', 'መጋቢት', 'ሚያዝያ', 'ግንቦት', 'ሰነ', 'ሓምለ', 'ነሓሰ', 'መስከረም', 'ጥቅምቲ', 'ሕዳር', 'ታሕሳስ'], + STANDALONEMONTHS: ['ጥሪ', 'ለካቲት', 'መጋቢት', 'ሚያዝያ', 'ግንቦት', 'ሰነ', 'ሓምለ', 'ነሓሰ', 'መስከረም', 'ጥቅምቲ', 'ሕዳር', 'ታሕሳስ'], + SHORTMONTHS: ['ጥሪ', 'ለካ', 'መጋ', 'ሚያ', 'ግን', 'ሰነ', 'ሓም', 'ነሓ', 'መስ', 'ጥቅ', 'ሕዳ', 'ታሕ'], + STANDALONESHORTMONTHS: ['ጥሪ', 'ለካ', 'መጋ', 'ሚያ', 'ግን', 'ሰነ', 'ሓም', 'ነሓ', 'መስ', 'ጥቅ', 'ሕዳ', 'ታሕ'], + WEEKDAYS: ['ሰንበት', 'ሰኑይ', 'ሠሉስ', 'ረቡዕ', 'ኃሙስ', 'ዓርቢ', 'ቀዳም'], + STANDALONEWEEKDAYS: ['ሰንበት', 'ሰኑይ', 'ሰሉስ', 'ረቡዕ', 'ሓሙስ', 'ዓርቢ', 'ቀዳም'], + SHORTWEEKDAYS: ['ሰን', 'ሰኑ', 'ሰሉ', 'ረቡ', 'ሓሙ', 'ዓር', 'ቀዳ'], + STANDALONESHORTWEEKDAYS: ['ሰን', 'ሰኑ', 'ሰሉ', 'ረቡ', 'ሓሙ', 'ዓር', 'ቀዳ'], + NARROWWEEKDAYS: ['ሰ', 'ሰ', 'ሰ', 'ረ', 'ሓ', 'ዓ', 'ቀ'], + STANDALONENARROWWEEKDAYS: ['ሰ', 'ሰ', 'ሰ', 'ረ', 'ሓ', 'ዓ', 'ቀ'], + SHORTQUARTERS: ['ር1', 'ር2', 'ር3', 'ር4'], + QUARTERS: ['ቀዳማይ ርብዒ', 'ካልኣይ ርብዒ', 'ሳልሳይ ርብዒ', 'ራብዓይ ርብዒ'], + AMPMS: ['ንጉሆ ሰዓተ', 'ድሕር ሰዓት'], + DATEFORMATS: ['EEEE፣ dd MMMM መዓልቲ y G', 'dd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale ti_ET. + */ +goog.i18n.DateTimeSymbols_ti_ET = goog.i18n.DateTimeSymbols_ti; + + +/** + * Date/time formatting symbols for locale to. + */ +goog.i18n.DateTimeSymbols_to = { + ERAS: ['KM', 'TS'], + ERANAMES: ['ki muʻa', 'taʻu ʻo Sīsū'], + NARROWMONTHS: ['S', 'F', 'M', 'E', 'M', 'S', 'S', 'A', 'S', 'O', 'N', 'T'], + STANDALONENARROWMONTHS: ['S', 'F', 'M', 'E', 'M', 'S', 'S', 'A', 'S', 'O', 'N', 'T'], + MONTHS: ['Sānuali', 'Fēpueli', 'Maʻasi', 'ʻEpeleli', 'Mē', 'Sune', 'Siulai', 'ʻAokosi', 'Sepitema', 'ʻOkatopa', 'Nōvema', 'Tīsema'], + STANDALONEMONTHS: ['Sānuali', 'Fēpueli', 'Maʻasi', 'ʻEpeleli', 'Mē', 'Sune', 'Siulai', 'ʻAokosi', 'Sepitema', 'ʻOkatopa', 'Nōvema', 'Tīsema'], + SHORTMONTHS: ['Sān', 'Fēp', 'Maʻa', 'ʻEpe', 'Mē', 'Sun', 'Siu', 'ʻAok', 'Sep', 'ʻOka', 'Nōv', 'Tīs'], + STANDALONESHORTMONTHS: ['Sān', 'Fēp', 'Maʻa', 'ʻEpe', 'Mē', 'Sun', 'Siu', 'ʻAok', 'Sep', 'ʻOka', 'Nōv', 'Tīs'], + WEEKDAYS: ['Sāpate', 'Mōnite', 'Tūsite', 'Pulelulu', 'Tuʻapulelulu', 'Falaite', 'Tokonaki'], + STANDALONEWEEKDAYS: ['Sāpate', 'Mōnite', 'Tūsite', 'Pulelulu', 'Tuʻapulelulu', 'Falaite', 'Tokonaki'], + SHORTWEEKDAYS: ['Sāp', 'Mōn', 'Tūs', 'Pul', 'Tuʻa', 'Fal', 'Tok'], + STANDALONESHORTWEEKDAYS: ['Sāp', 'Mōn', 'Tūs', 'Pul', 'Tuʻa', 'Fal', 'Tok'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'P', 'T', 'F', 'T'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'P', 'T', 'F', 'T'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['kuata ʻuluaki', 'kuata ua', 'kuata tolu', 'kuata fā'], + AMPMS: ['hengihengi', 'efiafi'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1}, {0}', '{1}, {0}', '{1}, {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale to_TO. + */ +goog.i18n.DateTimeSymbols_to_TO = goog.i18n.DateTimeSymbols_to; + + +/** + * Date/time formatting symbols for locale tr_CY. + */ +goog.i18n.DateTimeSymbols_tr_CY = { + ERAS: ['MÖ', 'MS'], + ERANAMES: ['Milattan Önce', 'Milattan Sonra'], + NARROWMONTHS: ['O', 'Ş', 'M', 'N', 'M', 'H', 'T', 'A', 'E', 'E', 'K', 'A'], + STANDALONENARROWMONTHS: ['O', 'Ş', 'M', 'N', 'M', 'H', 'T', 'A', 'E', 'E', 'K', 'A'], + MONTHS: ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'], + STANDALONEMONTHS: ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'], + SHORTMONTHS: ['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara'], + STANDALONESHORTMONTHS: ['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara'], + WEEKDAYS: ['Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi'], + STANDALONEWEEKDAYS: ['Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi'], + SHORTWEEKDAYS: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'], + STANDALONESHORTWEEKDAYS: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'], + NARROWWEEKDAYS: ['P', 'P', 'S', 'Ç', 'P', 'C', 'C'], + STANDALONENARROWWEEKDAYS: ['P', 'P', 'S', 'Ç', 'P', 'C', 'C'], + SHORTQUARTERS: ['Ç1', 'Ç2', 'Ç3', 'Ç4'], + QUARTERS: ['1. çeyrek', '2. çeyrek', '3. çeyrek', '4. çeyrek'], + AMPMS: ['ÖÖ', 'ÖS'], + DATEFORMATS: ['d MMMM y EEEE', 'd MMMM y', 'd MMM y', 'd.MM.y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale tr_TR. + */ +goog.i18n.DateTimeSymbols_tr_TR = goog.i18n.DateTimeSymbols_tr; + + +/** + * Date/time formatting symbols for locale twq. + */ +goog.i18n.DateTimeSymbols_twq = { + ERAS: ['IJ', 'IZ'], + ERANAMES: ['Isaa jine', 'Isaa zamanoo'], + NARROWMONTHS: ['Ž', 'F', 'M', 'A', 'M', 'Ž', 'Ž', 'U', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['Ž', 'F', 'M', 'A', 'M', 'Ž', 'Ž', 'U', 'S', 'O', 'N', 'D'], + MONTHS: ['Žanwiye', 'Feewiriye', 'Marsi', 'Awiril', 'Me', 'Žuweŋ', 'Žuyye', 'Ut', 'Sektanbur', 'Oktoobur', 'Noowanbur', 'Deesanbur'], + STANDALONEMONTHS: ['Žanwiye', 'Feewiriye', 'Marsi', 'Awiril', 'Me', 'Žuweŋ', 'Žuyye', 'Ut', 'Sektanbur', 'Oktoobur', 'Noowanbur', 'Deesanbur'], + SHORTMONTHS: ['Žan', 'Fee', 'Mar', 'Awi', 'Me', 'Žuw', 'Žuy', 'Ut', 'Sek', 'Okt', 'Noo', 'Dee'], + STANDALONESHORTMONTHS: ['Žan', 'Fee', 'Mar', 'Awi', 'Me', 'Žuw', 'Žuy', 'Ut', 'Sek', 'Okt', 'Noo', 'Dee'], + WEEKDAYS: ['Alhadi', 'Atinni', 'Atalaata', 'Alarba', 'Alhamiisa', 'Alzuma', 'Asibti'], + STANDALONEWEEKDAYS: ['Alhadi', 'Atinni', 'Atalaata', 'Alarba', 'Alhamiisa', 'Alzuma', 'Asibti'], + SHORTWEEKDAYS: ['Alh', 'Ati', 'Ata', 'Ala', 'Alm', 'Alz', 'Asi'], + STANDALONESHORTWEEKDAYS: ['Alh', 'Ati', 'Ata', 'Ala', 'Alm', 'Alz', 'Asi'], + NARROWWEEKDAYS: ['H', 'T', 'T', 'L', 'L', 'L', 'S'], + STANDALONENARROWWEEKDAYS: ['H', 'T', 'T', 'L', 'L', 'L', 'S'], + SHORTQUARTERS: ['A1', 'A2', 'A3', 'A4'], + QUARTERS: ['Arrubu 1', 'Arrubu 2', 'Arrubu 3', 'Arrubu 4'], + AMPMS: ['Subbaahi', 'Zaarikay b'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale twq_NE. + */ +goog.i18n.DateTimeSymbols_twq_NE = goog.i18n.DateTimeSymbols_twq; + + +/** + * Date/time formatting symbols for locale tzm. + */ +goog.i18n.DateTimeSymbols_tzm = { + ERAS: ['ZƐ', 'ḌƐ'], + ERANAMES: ['Zdat Ɛisa (TAƔ)', 'Ḍeffir Ɛisa (TAƔ)'], + NARROWMONTHS: ['Y', 'Y', 'M', 'I', 'M', 'Y', 'Y', 'Ɣ', 'C', 'K', 'N', 'D'], + STANDALONENARROWMONTHS: ['Y', 'Y', 'M', 'I', 'M', 'Y', 'Y', 'Ɣ', 'C', 'K', 'N', 'D'], + MONTHS: ['Yennayer', 'Yebrayer', 'Mars', 'Ibrir', 'Mayyu', 'Yunyu', 'Yulyuz', 'Ɣuct', 'Cutanbir', 'Kṭuber', 'Nwanbir', 'Dujanbir'], + STANDALONEMONTHS: ['Yennayer', 'Yebrayer', 'Mars', 'Ibrir', 'Mayyu', 'Yunyu', 'Yulyuz', 'Ɣuct', 'Cutanbir', 'Kṭuber', 'Nwanbir', 'Dujanbir'], + SHORTMONTHS: ['Yen', 'Yeb', 'Mar', 'Ibr', 'May', 'Yun', 'Yul', 'Ɣuc', 'Cut', 'Kṭu', 'Nwa', 'Duj'], + STANDALONESHORTMONTHS: ['Yen', 'Yeb', 'Mar', 'Ibr', 'May', 'Yun', 'Yul', 'Ɣuc', 'Cut', 'Kṭu', 'Nwa', 'Duj'], + WEEKDAYS: ['Asamas', 'Aynas', 'Asinas', 'Akras', 'Akwas', 'Asimwas', 'Asiḍyas'], + STANDALONEWEEKDAYS: ['Asamas', 'Aynas', 'Asinas', 'Akras', 'Akwas', 'Asimwas', 'Asiḍyas'], + SHORTWEEKDAYS: ['Asa', 'Ayn', 'Asn', 'Akr', 'Akw', 'Asm', 'Asḍ'], + STANDALONESHORTWEEKDAYS: ['Asa', 'Ayn', 'Asn', 'Akr', 'Akw', 'Asm', 'Asḍ'], + NARROWWEEKDAYS: ['A', 'A', 'A', 'A', 'A', 'A', 'A'], + STANDALONENARROWWEEKDAYS: ['A', 'A', 'A', 'A', 'A', 'A', 'A'], + SHORTQUARTERS: ['IA1', 'IA2', 'IA3', 'IA4'], + QUARTERS: ['Imir adamsan 1', 'Imir adamsan 2', 'Imir adamsan 3', 'Imir adamsan 4'], + AMPMS: ['Zdat azal', 'Ḍeffir aza'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale tzm_MA. + */ +goog.i18n.DateTimeSymbols_tzm_MA = goog.i18n.DateTimeSymbols_tzm; + + +/** + * Date/time formatting symbols for locale ug. + */ +goog.i18n.DateTimeSymbols_ug = { + ERAS: ['BCE', 'مىلادىيە'], + ERANAMES: ['مىلادىيەدىن بۇرۇن', 'مىلادىيە'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['يانۋار', 'فېۋرال', 'مارت', 'ئاپرېل', 'ماي', 'ئىيۇن', 'ئىيۇل', 'ئاۋغۇست', 'سېنتەبىر', 'ئۆكتەبىر', 'نويابىر', 'دېكابىر'], + STANDALONEMONTHS: ['يانۋار', 'فېۋرال', 'مارت', 'ئاپرېل', 'ماي', 'ئىيۇن', 'ئىيۇل', 'ئاۋغۇست', 'سېنتەبىر', 'ئۆكتەبىر', 'نويابىر', 'دېكابىر'], + SHORTMONTHS: ['يانۋار', 'فېۋرال', 'مارت', 'ئاپرېل', 'ماي', 'ئىيۇن', 'ئىيۇل', 'ئاۋغۇست', 'سېنتەبىر', 'ئۆكتەبىر', 'نويابىر', 'دېكابىر'], + STANDALONESHORTMONTHS: ['يانۋار', 'فېۋرال', 'مارت', 'ئاپرېل', 'ماي', 'ئىيۇن', 'ئىيۇل', 'ئاۋغۇست', 'سېنتەبىر', 'ئۆكتەبىر', 'نويابىر', 'دېكابىر'], + WEEKDAYS: ['يەكشەنبە', 'دۈشەنبە', 'سەيشەنبە', 'چارشەنبە', 'پەيشەنبە', 'جۈمە', 'شەنبە'], + STANDALONEWEEKDAYS: ['يەكشەنبە', 'دۈشەنبە', 'سەيشەنبە', 'چارشەنبە', 'پەيشەنبە', 'جۈمە', 'شەنبە'], + SHORTWEEKDAYS: ['يە', 'دۈ', 'سە', 'چا', 'پە', 'جۈ', 'شە'], + STANDALONESHORTWEEKDAYS: ['يە', 'دۈ', 'سە', 'چا', 'پە', 'جۈ', 'شە'], + NARROWWEEKDAYS: ['ي', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], + STANDALONENARROWWEEKDAYS: ['ي', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], + SHORTQUARTERS: ['1-پەسىل', '2-پەسىل', '3-پەسىل', '4-پەسىل'], + QUARTERS: ['بىرىنچى پەسىل', 'ئىككىنچى پەسىل', 'ئۈچىنچى پەسىل', 'تۆتىنچى پەسىل'], + AMPMS: ['چۈشتىن بۇرۇن', 'چۈشتىن كېيىن'], + DATEFORMATS: ['y d-MMMM، EEEE', 'd-MMMM، y', 'd-MMM، y', 'y-MM-dd'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1}، {0}', '{1}، {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ug_CN. + */ +goog.i18n.DateTimeSymbols_ug_CN = goog.i18n.DateTimeSymbols_ug; + + +/** + * Date/time formatting symbols for locale uk_UA. + */ +goog.i18n.DateTimeSymbols_uk_UA = goog.i18n.DateTimeSymbols_uk; + + +/** + * Date/time formatting symbols for locale ur_IN. + */ +goog.i18n.DateTimeSymbols_ur_IN = { + ZERODIGIT: 0x06F0, + ERAS: ['قبل مسیح', 'عیسوی'], + ERANAMES: ['قبل مسیح', 'عیسوی'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئی', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONEMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئی', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + SHORTMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئی', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONESHORTMONTHS: ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئی', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + WEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + STANDALONEWEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + SHORTWEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + STANDALONESHORTWEEKDAYS: ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['پہلی سہ ماہی', 'دوسری سہ ماہی', 'تیسری سہ ماہی', 'چوتهی سہ ماہی'], + QUARTERS: ['پہلی سہ ماہی', 'دوسری سہ ماہی', 'تیسری سہ ماہی', 'چوتهی سہ ماہی'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'y MMM d', 'd/M/yy'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [6, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale ur_PK. + */ +goog.i18n.DateTimeSymbols_ur_PK = goog.i18n.DateTimeSymbols_ur; + + +/** + * Date/time formatting symbols for locale uz_Arab. + */ +goog.i18n.DateTimeSymbols_uz_Arab = { + ZERODIGIT: 0x06F0, + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['جنوری', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جولای', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONEMONTHS: ['جنوری', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جولای', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + SHORTMONTHS: ['جنو', 'فبر', 'مار', 'اپر', 'می', 'جون', 'جول', 'اگس', 'سپت', 'اکت', 'نوم', 'دسم'], + STANDALONESHORTMONTHS: ['جنو', 'فبر', 'مار', 'اپر', 'می', 'جون', 'جول', 'اگس', 'سپت', 'اکت', 'نوم', 'دسم'], + WEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + STANDALONEWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + SHORTWEEKDAYS: ['ی.', 'د.', 'س.', 'چ.', 'پ.', 'ج.', 'ش.'], + STANDALONESHORTWEEKDAYS: ['ی.', 'د.', 'س.', 'چ.', 'پ.', 'ج.', 'ش.'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [3, 4], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale uz_Arab_AF. + */ +goog.i18n.DateTimeSymbols_uz_Arab_AF = { + ZERODIGIT: 0x06F0, + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['جنوری', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جولای', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + STANDALONEMONTHS: ['جنوری', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جولای', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'], + SHORTMONTHS: ['جنو', 'فبر', 'مار', 'اپر', 'می', 'جون', 'جول', 'اگس', 'سپت', 'اکت', 'نوم', 'دسم'], + STANDALONESHORTMONTHS: ['جنو', 'فبر', 'مار', 'اپر', 'می', 'جون', 'جول', 'اگس', 'سپت', 'اکت', 'نوم', 'دسم'], + WEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + STANDALONEWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], + SHORTWEEKDAYS: ['ی.', 'د.', 'س.', 'چ.', 'پ.', 'ج.', 'ش.'], + STANDALONESHORTWEEKDAYS: ['ی.', 'د.', 'س.', 'چ.', 'پ.', 'ج.', 'ش.'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['y MMMM d, EEEE', 'y MMMM d', 'y MMM d', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [3, 4], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale uz_Cyrl. + */ +goog.i18n.DateTimeSymbols_uz_Cyrl = { + ERAS: ['м.а.', 'милодий'], + ERANAMES: ['милоддан аввалги', 'милодий'], + NARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + STANDALONENARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + MONTHS: ['январ', 'феврал', 'март', 'апрел', 'май', 'июн', 'июл', 'август', 'сентябр', 'октябр', 'ноябр', 'декабр'], + STANDALONEMONTHS: ['Январ', 'Феврал', 'Март', 'Апрел', 'Май', 'Июн', 'Июл', 'Август', 'Сентябр', 'Октябр', 'Ноябр', 'Декабр'], + SHORTMONTHS: ['янв', 'фев', 'мар', 'апр', 'май', 'июн', 'июл', 'авг', 'сен', 'окт', 'ноя', 'дек'], + STANDALONESHORTMONTHS: ['Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'], + WEEKDAYS: ['якшанба', 'душанба', 'сешанба', 'чоршанба', 'пайшанба', 'жума', 'шанба'], + STANDALONEWEEKDAYS: ['Якшанба', 'Душанба', 'Сешанба', 'Чоршанба', 'Пайшанба', 'Жума', 'Шанба'], + SHORTWEEKDAYS: ['якш', 'душ', 'сеш', 'чор', 'пай', 'жум', 'шан'], + STANDALONESHORTWEEKDAYS: ['Якш', 'Душ', 'Сеш', 'Чор', 'Пай', 'Жум', 'Шан'], + NARROWWEEKDAYS: ['Я', 'Д', 'С', 'Ч', 'П', 'Ж', 'Ш'], + STANDALONENARROWWEEKDAYS: ['Я', 'Д', 'С', 'Ч', 'П', 'Ж', 'Ш'], + SHORTQUARTERS: ['1-ч', '2-ч', '3-ч', '4-ч'], + QUARTERS: ['1-чорак', '2-чорак', '3-чорак', '4-чорак'], + AMPMS: ['ТО', 'ТК'], + DATEFORMATS: ['EEEE, dd MMMM, y', 'd MMMM, y', 'd MMM, y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss (zzzz)', 'HH:mm:ss (z)', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale uz_Cyrl_UZ. + */ +goog.i18n.DateTimeSymbols_uz_Cyrl_UZ = { + ERAS: ['м.а.', 'милодий'], + ERANAMES: ['милоддан аввалги', 'милодий'], + NARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + STANDALONENARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', 'Н', 'Д'], + MONTHS: ['январ', 'феврал', 'март', 'апрел', 'май', 'июн', 'июл', 'август', 'сентябр', 'октябр', 'ноябр', 'декабр'], + STANDALONEMONTHS: ['Январ', 'Феврал', 'Март', 'Апрел', 'Май', 'Июн', 'Июл', 'Август', 'Сентябр', 'Октябр', 'Ноябр', 'Декабр'], + SHORTMONTHS: ['янв', 'фев', 'мар', 'апр', 'май', 'июн', 'июл', 'авг', 'сен', 'окт', 'ноя', 'дек'], + STANDALONESHORTMONTHS: ['Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'], + WEEKDAYS: ['якшанба', 'душанба', 'сешанба', 'чоршанба', 'пайшанба', 'жума', 'шанба'], + STANDALONEWEEKDAYS: ['Якшанба', 'Душанба', 'Сешанба', 'Чоршанба', 'Пайшанба', 'Жума', 'Шанба'], + SHORTWEEKDAYS: ['якш', 'душ', 'сеш', 'чор', 'пай', 'жум', 'шан'], + STANDALONESHORTWEEKDAYS: ['Якш', 'Душ', 'Сеш', 'Чор', 'Пай', 'Жум', 'Шан'], + NARROWWEEKDAYS: ['Я', 'Д', 'С', 'Ч', 'П', 'Ж', 'Ш'], + STANDALONENARROWWEEKDAYS: ['Я', 'Д', 'С', 'Ч', 'П', 'Ж', 'Ш'], + SHORTQUARTERS: ['1-ч', '2-ч', '3-ч', '4-ч'], + QUARTERS: ['1-чорак', '2-чорак', '3-чорак', '4-чорак'], + AMPMS: ['ТО', 'ТК'], + DATEFORMATS: ['EEEE, dd MMMM, y', 'd MMMM, y', 'd MMM, y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss (zzzz)', 'HH:mm:ss (z)', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale uz_Latn. + */ +goog.i18n.DateTimeSymbols_uz_Latn = goog.i18n.DateTimeSymbols_uz; + + +/** + * Date/time formatting symbols for locale uz_Latn_UZ. + */ +goog.i18n.DateTimeSymbols_uz_Latn_UZ = goog.i18n.DateTimeSymbols_uz; + + +/** + * Date/time formatting symbols for locale vai. + */ +goog.i18n.DateTimeSymbols_vai = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['ꖨꕪꖃ ꔞꕮ', 'ꕒꕡꖝꖕ', 'ꕾꖺ', 'ꖢꖕ', 'ꖑꕱ', '6', '7', 'ꗛꔕ', 'ꕢꕌ', 'ꕭꖃ', 'ꔞꘋꕔꕿ ꕸꖃꗏ', 'ꖨꕪꕱ ꗏꕮ'], + STANDALONEMONTHS: ['ꖨꕪꖃ ꔞꕮ', 'ꕒꕡꖝꖕ', 'ꕾꖺ', 'ꖢꖕ', 'ꖑꕱ', '6', '7', 'ꗛꔕ', 'ꕢꕌ', 'ꕭꖃ', 'ꔞꘋꕔꕿ ꕸꖃꗏ', 'ꖨꕪꕱ ꗏꕮ'], + SHORTMONTHS: ['ꖨꕪꖃ ꔞꕮ', 'ꕒꕡꖝꖕ', 'ꕾꖺ', 'ꖢꖕ', 'ꖑꕱ', '6', '7', 'ꗛꔕ', 'ꕢꕌ', 'ꕭꖃ', 'ꔞꘋꕔꕿ ꕸꖃꗏ', 'ꖨꕪꕱ ꗏꕮ'], + STANDALONESHORTMONTHS: ['ꖨꕪꖃ ꔞꕮ', 'ꕒꕡꖝꖕ', 'ꕾꖺ', 'ꖢꖕ', 'ꖑꕱ', '6', '7', 'ꗛꔕ', 'ꕢꕌ', 'ꕭꖃ', 'ꔞꘋꕔꕿ ꕸꖃꗏ', 'ꖨꕪꕱ ꗏꕮ'], + WEEKDAYS: ['ꕞꕌꔵ', 'ꗳꗡꘉ', 'ꕚꕞꕚ', 'ꕉꕞꕒ', 'ꕉꔤꕆꕢ', 'ꕉꔤꕀꕮ', 'ꔻꔬꔳ'], + STANDALONEWEEKDAYS: ['ꕞꕌꔵ', 'ꗳꗡꘉ', 'ꕚꕞꕚ', 'ꕉꕞꕒ', 'ꕉꔤꕆꕢ', 'ꕉꔤꕀꕮ', 'ꔻꔬꔳ'], + SHORTWEEKDAYS: ['ꕞꕌꔵ', 'ꗳꗡꘉ', 'ꕚꕞꕚ', 'ꕉꕞꕒ', 'ꕉꔤꕆꕢ', 'ꕉꔤꕀꕮ', 'ꔻꔬꔳ'], + STANDALONESHORTWEEKDAYS: ['ꕞꕌꔵ', 'ꗳꗡꘉ', 'ꕚꕞꕚ', 'ꕉꕞꕒ', 'ꕉꔤꕆꕢ', 'ꕉꔤꕀꕮ', 'ꔻꔬꔳ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale vai_Latn. + */ +goog.i18n.DateTimeSymbols_vai_Latn = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['luukao kemã', 'ɓandaɓu', 'vɔɔ', 'fulu', 'goo', '6', '7', 'kɔnde', 'saah', 'galo', 'kenpkato ɓololɔ', 'luukao lɔma'], + STANDALONEMONTHS: ['luukao kemã', 'ɓandaɓu', 'vɔɔ', 'fulu', 'goo', '6', '7', 'kɔnde', 'saah', 'galo', 'kenpkato ɓololɔ', 'luukao lɔma'], + SHORTMONTHS: ['luukao kemã', 'ɓandaɓu', 'vɔɔ', 'fulu', 'goo', '6', '7', 'kɔnde', 'saah', 'galo', 'kenpkato ɓololɔ', 'luukao lɔma'], + STANDALONESHORTMONTHS: ['luukao kemã', 'ɓandaɓu', 'vɔɔ', 'fulu', 'goo', '6', '7', 'kɔnde', 'saah', 'galo', 'kenpkato ɓololɔ', 'luukao lɔma'], + WEEKDAYS: ['lahadi', 'tɛɛnɛɛ', 'talata', 'alaba', 'aimisa', 'aijima', 'siɓiti'], + STANDALONEWEEKDAYS: ['lahadi', 'tɛɛnɛɛ', 'talata', 'alaba', 'aimisa', 'aijima', 'siɓiti'], + SHORTWEEKDAYS: ['lahadi', 'tɛɛnɛɛ', 'talata', 'alaba', 'aimisa', 'aijima', 'siɓiti'], + STANDALONESHORTWEEKDAYS: ['lahadi', 'tɛɛnɛɛ', 'talata', 'alaba', 'aimisa', 'aijima', 'siɓiti'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale vai_Latn_LR. + */ +goog.i18n.DateTimeSymbols_vai_Latn_LR = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['luukao kemã', 'ɓandaɓu', 'vɔɔ', 'fulu', 'goo', '6', '7', 'kɔnde', 'saah', 'galo', 'kenpkato ɓololɔ', 'luukao lɔma'], + STANDALONEMONTHS: ['luukao kemã', 'ɓandaɓu', 'vɔɔ', 'fulu', 'goo', '6', '7', 'kɔnde', 'saah', 'galo', 'kenpkato ɓololɔ', 'luukao lɔma'], + SHORTMONTHS: ['luukao kemã', 'ɓandaɓu', 'vɔɔ', 'fulu', 'goo', '6', '7', 'kɔnde', 'saah', 'galo', 'kenpkato ɓololɔ', 'luukao lɔma'], + STANDALONESHORTMONTHS: ['luukao kemã', 'ɓandaɓu', 'vɔɔ', 'fulu', 'goo', '6', '7', 'kɔnde', 'saah', 'galo', 'kenpkato ɓololɔ', 'luukao lɔma'], + WEEKDAYS: ['lahadi', 'tɛɛnɛɛ', 'talata', 'alaba', 'aimisa', 'aijima', 'siɓiti'], + STANDALONEWEEKDAYS: ['lahadi', 'tɛɛnɛɛ', 'talata', 'alaba', 'aimisa', 'aijima', 'siɓiti'], + SHORTWEEKDAYS: ['lahadi', 'tɛɛnɛɛ', 'talata', 'alaba', 'aimisa', 'aijima', 'siɓiti'], + STANDALONESHORTWEEKDAYS: ['lahadi', 'tɛɛnɛɛ', 'talata', 'alaba', 'aimisa', 'aijima', 'siɓiti'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale vai_Vaii. + */ +goog.i18n.DateTimeSymbols_vai_Vaii = goog.i18n.DateTimeSymbols_vai; + + +/** + * Date/time formatting symbols for locale vai_Vaii_LR. + */ +goog.i18n.DateTimeSymbols_vai_Vaii_LR = goog.i18n.DateTimeSymbols_vai; + + +/** + * Date/time formatting symbols for locale vi_VN. + */ +goog.i18n.DateTimeSymbols_vi_VN = goog.i18n.DateTimeSymbols_vi; + + +/** + * Date/time formatting symbols for locale vun. + */ +goog.i18n.DateTimeSymbols_vun = { + ERAS: ['KK', 'BK'], + ERANAMES: ['Kabla ya Kristu', 'Baada ya Kristu'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Januari', 'Februari', 'Machi', 'Aprilyi', 'Mei', 'Junyi', 'Julyai', 'Agusti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Januari', 'Februari', 'Machi', 'Aprilyi', 'Mei', 'Junyi', 'Julyai', 'Agusti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], + WEEKDAYS: ['Jumapilyi', 'Jumatatuu', 'Jumanne', 'Jumatanu', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + STANDALONEWEEKDAYS: ['Jumapilyi', 'Jumatatuu', 'Jumanne', 'Jumatanu', 'Alhamisi', 'Ijumaa', 'Jumamosi'], + SHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + STANDALONESHORTWEEKDAYS: ['Jpi', 'Jtt', 'Jnn', 'Jtn', 'Alh', 'Iju', 'Jmo'], + NARROWWEEKDAYS: ['J', 'J', 'J', 'J', 'A', 'I', 'J'], + STANDALONENARROWWEEKDAYS: ['J', 'J', 'J', 'J', 'A', 'I', 'J'], + SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], + QUARTERS: ['Robo 1', 'Robo 2', 'Robo 3', 'Robo 4'], + AMPMS: ['utuko', 'kyiukonyi'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale vun_TZ. + */ +goog.i18n.DateTimeSymbols_vun_TZ = goog.i18n.DateTimeSymbols_vun; + + +/** + * Date/time formatting symbols for locale wae. + */ +goog.i18n.DateTimeSymbols_wae = { + ERAS: ['v. Chr.', 'n. Chr'], + ERANAMES: ['v. Chr.', 'n. Chr'], + NARROWMONTHS: ['J', 'H', 'M', 'A', 'M', 'B', 'H', 'Ö', 'H', 'W', 'W', 'C'], + STANDALONENARROWMONTHS: ['J', 'H', 'M', 'A', 'M', 'B', 'H', 'Ö', 'H', 'W', 'W', 'C'], + MONTHS: ['Jenner', 'Hornig', 'Märze', 'Abrille', 'Meije', 'Bráčet', 'Heiwet', 'Öigšte', 'Herbštmánet', 'Wímánet', 'Wintermánet', 'Chrištmánet'], + STANDALONEMONTHS: ['Jenner', 'Hornig', 'Märze', 'Abrille', 'Meije', 'Bráčet', 'Heiwet', 'Öigšte', 'Herbštmánet', 'Wímánet', 'Wintermánet', 'Chrištmánet'], + SHORTMONTHS: ['Jen', 'Hor', 'Mär', 'Abr', 'Mei', 'Brá', 'Hei', 'Öig', 'Her', 'Wím', 'Win', 'Chr'], + STANDALONESHORTMONTHS: ['Jen', 'Hor', 'Mär', 'Abr', 'Mei', 'Brá', 'Hei', 'Öig', 'Her', 'Wím', 'Win', 'Chr'], + WEEKDAYS: ['Sunntag', 'Mäntag', 'Zištag', 'Mittwuč', 'Fróntag', 'Fritag', 'Samštag'], + STANDALONEWEEKDAYS: ['Sunntag', 'Mäntag', 'Zištag', 'Mittwuč', 'Fróntag', 'Fritag', 'Samštag'], + SHORTWEEKDAYS: ['Sun', 'Män', 'Ziš', 'Mit', 'Fró', 'Fri', 'Sam'], + STANDALONESHORTWEEKDAYS: ['Sun', 'Män', 'Ziš', 'Mit', 'Fró', 'Fri', 'Sam'], + NARROWWEEKDAYS: ['S', 'M', 'Z', 'M', 'F', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'Z', 'M', 'F', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['1. quartal', '2. quartal', '3. quartal', '4. quartal'], + AMPMS: ['AM', 'PM'], + DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd. MMM y', 'y-MM-dd'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 3 +}; + + +/** + * Date/time formatting symbols for locale wae_CH. + */ +goog.i18n.DateTimeSymbols_wae_CH = goog.i18n.DateTimeSymbols_wae; + + +/** + * Date/time formatting symbols for locale xog. + */ +goog.i18n.DateTimeSymbols_xog = { + ERAS: ['AZ', 'AF'], + ERANAMES: ['Kulisto nga azilawo', 'Kulisto nga affile'], + NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], + MONTHS: ['Janwaliyo', 'Febwaliyo', 'Marisi', 'Apuli', 'Maayi', 'Juuni', 'Julaayi', 'Agusito', 'Sebuttemba', 'Okitobba', 'Novemba', 'Desemba'], + STANDALONEMONTHS: ['Janwaliyo', 'Febwaliyo', 'Marisi', 'Apuli', 'Maayi', 'Juuni', 'Julaayi', 'Agusito', 'Sebuttemba', 'Okitobba', 'Novemba', 'Desemba'], + SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apu', 'Maa', 'Juu', 'Jul', 'Agu', 'Seb', 'Oki', 'Nov', 'Des'], + STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apu', 'Maa', 'Juu', 'Jul', 'Agu', 'Seb', 'Oki', 'Nov', 'Des'], + WEEKDAYS: ['Sabiiti', 'Balaza', 'Owokubili', 'Owokusatu', 'Olokuna', 'Olokutaanu', 'Olomukaaga'], + STANDALONEWEEKDAYS: ['Sabiiti', 'Balaza', 'Owokubili', 'Owokusatu', 'Olokuna', 'Olokutaanu', 'Olomukaaga'], + SHORTWEEKDAYS: ['Sabi', 'Bala', 'Kubi', 'Kusa', 'Kuna', 'Kuta', 'Muka'], + STANDALONESHORTWEEKDAYS: ['Sabi', 'Bala', 'Kubi', 'Kusa', 'Kuna', 'Kuta', 'Muka'], + NARROWWEEKDAYS: ['S', 'B', 'B', 'S', 'K', 'K', 'M'], + STANDALONENARROWWEEKDAYS: ['S', 'B', 'B', 'S', 'K', 'K', 'M'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Ebisera ebyomwaka ebisoka', 'Ebisera ebyomwaka ebyokubiri', 'Ebisera ebyomwaka ebyokusatu', 'Ebisera ebyomwaka ebyokuna'], + AMPMS: ['Munkyo', 'Eigulo'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale xog_UG. + */ +goog.i18n.DateTimeSymbols_xog_UG = goog.i18n.DateTimeSymbols_xog; + + +/** + * Date/time formatting symbols for locale yav. + */ +goog.i18n.DateTimeSymbols_yav = { + ERAS: ['k.Y.', '+J.C.'], + ERANAMES: ['katikupíen Yésuse', 'ékélémkúnupíén n'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['pikítíkítie, oólí ú kutúan', 'siɛyɛ́, oóli ú kándíɛ', 'ɔnsúmbɔl, oóli ú kátátúɛ', 'mesiŋ, oóli ú kénie', 'ensil, oóli ú kátánuɛ', 'ɔsɔn', 'efute', 'pisuyú', 'imɛŋ i puɔs', 'imɛŋ i putúk,oóli ú kátíɛ', 'makandikɛ', 'pilɔndɔ́'], + STANDALONEMONTHS: ['pikítíkítie, oólí ú kutúan', 'siɛyɛ́, oóli ú kándíɛ', 'ɔnsúmbɔl, oóli ú kátátúɛ', 'mesiŋ, oóli ú kénie', 'ensil, oóli ú kátánuɛ', 'ɔsɔn', 'efute', 'pisuyú', 'imɛŋ i puɔs', 'imɛŋ i putúk,oóli ú kátíɛ', 'makandikɛ', 'pilɔndɔ́'], + SHORTMONTHS: ['o.1', 'o.2', 'o.3', 'o.4', 'o.5', 'o.6', 'o.7', 'o.8', 'o.9', 'o.10', 'o.11', 'o.12'], + STANDALONESHORTMONTHS: ['o.1', 'o.2', 'o.3', 'o.4', 'o.5', 'o.6', 'o.7', 'o.8', 'o.9', 'o.10', 'o.11', 'o.12'], + WEEKDAYS: ['sɔ́ndiɛ', 'móndie', 'muányáŋmóndie', 'metúkpíápɛ', 'kúpélimetúkpiapɛ', 'feléte', 'séselé'], + STANDALONEWEEKDAYS: ['sɔ́ndiɛ', 'móndie', 'muányáŋmóndie', 'metúkpíápɛ', 'kúpélimetúkpiapɛ', 'feléte', 'séselé'], + SHORTWEEKDAYS: ['sd', 'md', 'mw', 'et', 'kl', 'fl', 'ss'], + STANDALONESHORTWEEKDAYS: ['sd', 'md', 'mw', 'et', 'kl', 'fl', 'ss'], + NARROWWEEKDAYS: ['s', 'm', 'm', 'e', 'k', 'f', 's'], + STANDALONENARROWWEEKDAYS: ['s', 'm', 'm', 'e', 'k', 'f', 's'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['ndátúɛ 1', 'ndátúɛ 2', 'ndátúɛ 3', 'ndátúɛ 4'], + AMPMS: ['kiɛmɛ́ɛm', 'kisɛ́ndɛ'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale yav_CM. + */ +goog.i18n.DateTimeSymbols_yav_CM = goog.i18n.DateTimeSymbols_yav; + + +/** + * Date/time formatting symbols for locale yi. + */ +goog.i18n.DateTimeSymbols_yi = { + ERAS: ['BCE', 'CE'], + ERANAMES: ['BCE', 'CE'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['יאַנואַר', 'פֿעברואַר', 'מערץ', 'אַפּריל', 'מיי', 'יוני', 'יולי', 'אויגוסט', 'סעפּטעמבער', 'אקטאבער', 'נאוועמבער', 'דעצעמבער'], + STANDALONEMONTHS: ['יאַנואַר', 'פֿעברואַר', 'מערץ', 'אַפּריל', 'מיי', 'יוני', 'יולי', 'אויגוסט', 'סעפּטעמבער', 'אקטאבער', 'נאוועמבער', 'דעצעמבער'], + SHORTMONTHS: ['יאַנואַר', 'פֿעברואַר', 'מערץ', 'אַפּריל', 'מיי', 'יוני', 'יולי', 'אויגוסט', 'סעפּטעמבער', 'אקטאבער', 'נאוועמבער', 'דעצעמבער'], + STANDALONESHORTMONTHS: ['יאַנ', 'פֿעב', 'מערץ', 'אַפּר', 'מיי', 'יוני', 'יולי', 'אויג', 'סעפּ', 'אקט', 'נאוו', 'דעצ'], + WEEKDAYS: ['זונטיק', 'מאָנטיק', 'דינסטיק', 'מיטוואך', 'דאנערשטיק', 'פֿרײַטיק', 'שבת'], + STANDALONEWEEKDAYS: ['זונטיק', 'מאָנטיק', 'דינסטיק', 'מיטוואך', 'דאנערשטיק', 'פֿרײַטיק', 'שבת'], + SHORTWEEKDAYS: ['זונטיק', 'מאָנטיק', 'דינסטיק', 'מיטוואך', 'דאנערשטיק', 'פֿרײַטיק', 'שבת'], + STANDALONESHORTWEEKDAYS: ['זונטיק', 'מאָנטיק', 'דינסטיק', 'מיטוואך', 'דאנערשטיק', 'פֿרײַטיק', 'שבת'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + AMPMS: ['פֿאַרמיטאָג', 'נאָכמיטאָג'], + DATEFORMATS: ['EEEE, dטן MMMM y', 'dטן MMMM y', 'dטן MMM y', 'dd/MM/yy'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1}, {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale yi_001. + */ +goog.i18n.DateTimeSymbols_yi_001 = goog.i18n.DateTimeSymbols_yi; + + +/** + * Date/time formatting symbols for locale yo. + */ +goog.i18n.DateTimeSymbols_yo = { + ERAS: ['BCE', 'LK'], + ERANAMES: ['Saju Kristi', 'Lehin Kristi'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Oṣù Ṣẹ́rẹ́', 'Oṣù Èrèlè', 'Oṣù Ẹrẹ̀nà', 'Oṣù Ìgbé', 'Oṣù Ẹ̀bibi', 'Oṣù Òkúdu', 'Oṣù Agẹmọ', 'Oṣù Ògún', 'Oṣù Owewe', 'Oṣù Ọ̀wàrà', 'Oṣù Bélú', 'Oṣù Ọ̀pẹ̀'], + STANDALONEMONTHS: ['Oṣù Ṣẹ́rẹ́', 'Oṣù Èrèlè', 'Oṣù Ẹrẹ̀nà', 'Oṣù Ìgbé', 'Oṣù Ẹ̀bibi', 'Oṣù Òkúdu', 'Oṣù Agẹmọ', 'Oṣù Ògún', 'Oṣù Owewe', 'Oṣù Ọ̀wàrà', 'Oṣù Bélú', 'Oṣù Ọ̀pẹ̀'], + SHORTMONTHS: ['Ṣẹ́rẹ́', 'Èrèlè', 'Ẹrẹ̀nà', 'Ìgbé', 'Ẹ̀bibi', 'Òkúdu', 'Agẹmọ', 'Ògún', 'Owewe', 'Ọ̀wàrà', 'Bélú', 'Ọ̀pẹ̀'], + STANDALONESHORTMONTHS: ['Ṣẹ́rẹ́', 'Èrèlè', 'Ẹrẹ̀nà', 'Ìgbé', 'Ẹ̀bibi', 'Òkúdu', 'Agẹmọ', 'Ògún', 'Owewe', 'Ọ̀wàrà', 'Bélú', 'Ọ̀pẹ̀'], + WEEKDAYS: ['Ọjọ́ Àìkú', 'Ọjọ́ Ajé', 'Ọjọ́ Ìsẹ́gun', 'Ọjọ́rú', 'Ọjọ́bọ', 'Ọjọ́ Ẹtì', 'Ọjọ́ Àbámẹ́ta'], + STANDALONEWEEKDAYS: ['Ọjọ́ Àìkú', 'Ọjọ́ Ajé', 'Ọjọ́ Ìsẹ́gun', 'Ọjọ́rú', 'Ọjọ́bọ', 'Ọjọ́ Ẹtì', 'Ọjọ́ Àbámẹ́ta'], + SHORTWEEKDAYS: ['Àìkú', 'Ajé', 'Ìsẹ́gun', 'Ọjọ́rú', 'Ọjọ́bọ', 'Ẹtì', 'Àbámẹ́ta'], + STANDALONESHORTWEEKDAYS: ['Àìkú', 'Ajé', 'Ìsẹ́gun', 'Ọjọ́rú', 'Ọjọ́bọ', 'Ẹtì', 'Àbámẹ́ta'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kọ́tà Kínní', 'Kọ́tà Kejì', 'Kọ́à Keta', 'Kọ́tà Kẹrin'], + AMPMS: ['Àárọ̀', 'Ọ̀sán'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale yo_BJ. + */ +goog.i18n.DateTimeSymbols_yo_BJ = { + ERAS: ['BCE', 'LK'], + ERANAMES: ['Saju Kristi', 'Lehin Kristi'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['Oshù Shɛ́rɛ́', 'Oshù Èrèlè', 'Oshù Ɛrɛ̀nà', 'Oshù Ìgbé', 'Oshù Ɛ̀bibi', 'Oshù Òkúdu', 'Oshù Agɛmɔ', 'Oshù Ògún', 'Oshù Owewe', 'Oshù Ɔ̀wàrà', 'Oshù Bélú', 'Oshù Ɔ̀pɛ̀'], + STANDALONEMONTHS: ['Oshù Shɛ́rɛ́', 'Oshù Èrèlè', 'Oshù Ɛrɛ̀nà', 'Oshù Ìgbé', 'Oshù Ɛ̀bibi', 'Oshù Òkúdu', 'Oshù Agɛmɔ', 'Oshù Ògún', 'Oshù Owewe', 'Oshù Ɔ̀wàrà', 'Oshù Bélú', 'Oshù Ɔ̀pɛ̀'], + SHORTMONTHS: ['Shɛ́rɛ́', 'Èrèlè', 'Ɛrɛ̀nà', 'Ìgbé', 'Ɛ̀bibi', 'Òkúdu', 'Agɛmɔ', 'Ògún', 'Owewe', 'Ɔ̀wàrà', 'Bélú', 'Ɔ̀pɛ̀'], + STANDALONESHORTMONTHS: ['Shɛ́rɛ́', 'Èrèlè', 'Ɛrɛ̀nà', 'Ìgbé', 'Ɛ̀bibi', 'Òkúdu', 'Agɛmɔ', 'Ògún', 'Owewe', 'Ɔ̀wàrà', 'Bélú', 'Ɔ̀pɛ̀'], + WEEKDAYS: ['Ɔjɔ́ Àìkú', 'Ɔjɔ́ Ajé', 'Ɔjɔ́ Ìsɛ́gun', 'Ɔjɔ́rú', 'Ɔjɔ́bɔ', 'Ɔjɔ́ Ɛtì', 'Ɔjɔ́ Àbámɛ́ta'], + STANDALONEWEEKDAYS: ['Ɔjɔ́ Àìkú', 'Ɔjɔ́ Ajé', 'Ɔjɔ́ Ìsɛ́gun', 'Ɔjɔ́rú', 'Ɔjɔ́bɔ', 'Ɔjɔ́ Ɛtì', 'Ɔjɔ́ Àbámɛ́ta'], + SHORTWEEKDAYS: ['Àìkú', 'Ajé', 'Ìsɛ́gun', 'Ɔjɔ́rú', 'Ɔjɔ́bɔ', 'Ɛtì', 'Àbámɛ́ta'], + STANDALONESHORTWEEKDAYS: ['Àìkú', 'Ajé', 'Ìsɛ́gun', 'Ɔjɔ́rú', 'Ɔjɔ́bɔ', 'Ɛtì', 'Àbámɛ́ta'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], + QUARTERS: ['Kɔ́tà Kínní', 'Kɔ́tà Kejì', 'Kɔ́à Keta', 'Kɔ́tà Kɛrin'], + AMPMS: ['Àárɔ̀', 'Ɔ̀sán'], + DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 0, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 6 +}; + + +/** + * Date/time formatting symbols for locale yo_NG. + */ +goog.i18n.DateTimeSymbols_yo_NG = goog.i18n.DateTimeSymbols_yo; + + +/** + * Date/time formatting symbols for locale yue. + */ +goog.i18n.DateTimeSymbols_yue = { + ERAS: ['西元前', '西元'], + ERANAMES: ['西元前', '西元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONEMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + STANDALONESHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['第1季', '第2季', '第3季', '第4季'], + QUARTERS: ['第1季', '第2季', '第3季', '第4季'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日 EEEE', 'y年M月d日', 'y年M月d日', 'y/M/d'], + TIMEFORMATS: ['ah:mm:ss [zzzz]', 'ah:mm:ss [z]', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale yue_HK. + */ +goog.i18n.DateTimeSymbols_yue_HK = goog.i18n.DateTimeSymbols_yue; + + +/** + * Date/time formatting symbols for locale zgh. + */ +goog.i18n.DateTimeSymbols_zgh = { + ERAS: ['ⴷⴰⵄ', 'ⴷⴼⵄ'], + ERANAMES: ['ⴷⴰⵜ ⵏ ⵄⵉⵙⴰ', 'ⴷⴼⴼⵉⵔ ⵏ ⵄⵉⵙⴰ'], + NARROWMONTHS: ['ⵉ', 'ⴱ', 'ⵎ', 'ⵉ', 'ⵎ', 'ⵢ', 'ⵢ', 'ⵖ', 'ⵛ', 'ⴽ', 'ⵏ', 'ⴷ'], + STANDALONENARROWMONTHS: ['ⵉ', 'ⴱ', 'ⵎ', 'ⵉ', 'ⵎ', 'ⵢ', 'ⵢ', 'ⵖ', 'ⵛ', 'ⴽ', 'ⵏ', 'ⴷ'], + MONTHS: ['ⵉⵏⵏⴰⵢⵔ', 'ⴱⵕⴰⵢⵕ', 'ⵎⴰⵕⵚ', 'ⵉⴱⵔⵉⵔ', 'ⵎⴰⵢⵢⵓ', 'ⵢⵓⵏⵢⵓ', 'ⵢⵓⵍⵢⵓⵣ', 'ⵖⵓⵛⵜ', 'ⵛⵓⵜⴰⵏⴱⵉⵔ', 'ⴽⵜⵓⴱⵔ', 'ⵏⵓⵡⴰⵏⴱⵉⵔ', 'ⴷⵓⵊⴰⵏⴱⵉⵔ'], + STANDALONEMONTHS: ['ⵉⵏⵏⴰⵢⵔ', 'ⴱⵕⴰⵢⵕ', 'ⵎⴰⵕⵚ', 'ⵉⴱⵔⵉⵔ', 'ⵎⴰⵢⵢⵓ', 'ⵢⵓⵏⵢⵓ', 'ⵢⵓⵍⵢⵓⵣ', 'ⵖⵓⵛⵜ', 'ⵛⵓⵜⴰⵏⴱⵉⵔ', 'ⴽⵜⵓⴱⵔ', 'ⵏⵓⵡⴰⵏⴱⵉⵔ', 'ⴷⵓⵊⴰⵏⴱⵉⵔ'], + SHORTMONTHS: ['ⵉⵏⵏ', 'ⴱⵕⴰ', 'ⵎⴰⵕ', 'ⵉⴱⵔ', 'ⵎⴰⵢ', 'ⵢⵓⵏ', 'ⵢⵓⵍ', 'ⵖⵓⵛ', 'ⵛⵓⵜ', 'ⴽⵜⵓ', 'ⵏⵓⵡ', 'ⴷⵓⵊ'], + STANDALONESHORTMONTHS: ['ⵉⵏⵏ', 'ⴱⵕⴰ', 'ⵎⴰⵕ', 'ⵉⴱⵔ', 'ⵎⴰⵢ', 'ⵢⵓⵏ', 'ⵢⵓⵍ', 'ⵖⵓⵛ', 'ⵛⵓⵜ', 'ⴽⵜⵓ', 'ⵏⵓⵡ', 'ⴷⵓⵊ'], + WEEKDAYS: ['ⴰⵙⴰⵎⴰⵙ', 'ⴰⵢⵏⴰⵙ', 'ⴰⵙⵉⵏⴰⵙ', 'ⴰⴽⵕⴰⵙ', 'ⴰⴽⵡⴰⵙ', 'ⴰⵙⵉⵎⵡⴰⵙ', 'ⴰⵙⵉⴹⵢⴰⵙ'], + STANDALONEWEEKDAYS: ['ⴰⵙⴰⵎⴰⵙ', 'ⴰⵢⵏⴰⵙ', 'ⴰⵙⵉⵏⴰⵙ', 'ⴰⴽⵕⴰⵙ', 'ⴰⴽⵡⴰⵙ', 'ⴰⵙⵉⵎⵡⴰⵙ', 'ⴰⵙⵉⴹⵢⴰⵙ'], + SHORTWEEKDAYS: ['ⴰⵙⴰ', 'ⴰⵢⵏ', 'ⴰⵙⵉ', 'ⴰⴽⵕ', 'ⴰⴽⵡ', 'ⴰⵙⵉⵎ', 'ⴰⵙⵉⴹ'], + STANDALONESHORTWEEKDAYS: ['ⴰⵙⴰ', 'ⴰⵢⵏ', 'ⴰⵙⵉ', 'ⴰⴽⵕ', 'ⴰⴽⵡ', 'ⴰⵙⵉⵎ', 'ⴰⵙⵉⴹ'], + NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + SHORTQUARTERS: ['ⴰⴽ 1', 'ⴰⴽ 2', 'ⴰⴽ 3', 'ⴰⴽ 4'], + QUARTERS: ['ⴰⴽⵕⴰⴹⵢⵓⵔ 1', 'ⴰⴽⵕⴰⴹⵢⵓⵔ 2', 'ⴰⴽⵕⴰⴹⵢⵓⵔ 3', 'ⴰⴽⵕⴰⴹⵢⵓⵔ 4'], + AMPMS: ['ⵜⵉⴼⴰⵡⵜ', 'ⵜⴰⴷⴳⴳⵯⴰⵜ'], + DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM, y', 'd/M/y'], + TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 5, + WEEKENDRANGE: [4, 5], + FIRSTWEEKCUTOFFDAY: 4 +}; + + +/** + * Date/time formatting symbols for locale zgh_MA. + */ +goog.i18n.DateTimeSymbols_zgh_MA = goog.i18n.DateTimeSymbols_zgh; + + +/** + * Date/time formatting symbols for locale zh_Hans. + */ +goog.i18n.DateTimeSymbols_zh_Hans = goog.i18n.DateTimeSymbols_zh; + + +/** + * Date/time formatting symbols for locale zh_Hans_CN. + */ +goog.i18n.DateTimeSymbols_zh_Hans_CN = goog.i18n.DateTimeSymbols_zh; + + +/** + * Date/time formatting symbols for locale zh_Hans_HK. + */ +goog.i18n.DateTimeSymbols_zh_Hans_HK = { + ERAS: ['公元前', '公元'], + ERANAMES: ['公元前', '公元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], + STANDALONEMONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], + STANDALONESHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['1季度', '2季度', '3季度', '4季度'], + QUARTERS: ['第一季度', '第二季度', '第三季度', '第四季度'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'y年M月d日', 'd/M/yy'], + TIMEFORMATS: ['zzzz ah:mm:ss', 'z ah:mm:ss', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zh_Hans_MO. + */ +goog.i18n.DateTimeSymbols_zh_Hans_MO = { + ERAS: ['公元前', '公元'], + ERANAMES: ['公元前', '公元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], + STANDALONEMONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], + STANDALONESHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['1季度', '2季度', '3季度', '4季度'], + QUARTERS: ['第一季度', '第二季度', '第三季度', '第四季度'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'y年M月d日', 'd/M/yy'], + TIMEFORMATS: ['zzzz ah:mm:ss', 'z ah:mm:ss', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zh_Hans_SG. + */ +goog.i18n.DateTimeSymbols_zh_Hans_SG = { + ERAS: ['公元前', '公元'], + ERANAMES: ['公元前', '公元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], + STANDALONEMONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], + STANDALONESHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['1季度', '2季度', '3季度', '4季度'], + QUARTERS: ['第一季度', '第二季度', '第三季度', '第四季度'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'y年M月d日', 'dd/MM/yy'], + TIMEFORMATS: ['zzzz ah:mm:ss', 'z ah:mm:ss', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zh_Hant. + */ +goog.i18n.DateTimeSymbols_zh_Hant = { + ERAS: ['西元前', '西元'], + ERANAMES: ['西元前', '西元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONEMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + STANDALONESHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['1季', '2季', '3季', '4季'], + QUARTERS: ['第1季', '第2季', '第3季', '第4季'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日 EEEE', 'y年M月d日', 'y年M月d日', 'y/M/d'], + TIMEFORMATS: ['ah:mm:ss [zzzz]', 'ah:mm:ss [z]', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zh_Hant_HK. + */ +goog.i18n.DateTimeSymbols_zh_Hant_HK = { + ERAS: ['公元前', '公元'], + ERANAMES: ['公元前', '公元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONEMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + STANDALONESHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['第1季度', '第2季度', '第3季度', '第4季度'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'y年M月d日', 'd/M/y'], + TIMEFORMATS: ['ah:mm:ss [zzzz]', 'ah:mm:ss [z]', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zh_Hant_MO. + */ +goog.i18n.DateTimeSymbols_zh_Hant_MO = { + ERAS: ['公元前', '公元'], + ERANAMES: ['公元前', '公元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONEMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + STANDALONESHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], + QUARTERS: ['第1季度', '第2季度', '第3季度', '第4季度'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'y年M月d日', 'd/M/y'], + TIMEFORMATS: ['ah:mm:ss [zzzz]', 'ah:mm:ss [z]', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zh_Hant_TW. + */ +goog.i18n.DateTimeSymbols_zh_Hant_TW = { + ERAS: ['西元前', '西元'], + ERANAMES: ['西元前', '西元'], + NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONEMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], + WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], + SHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + STANDALONESHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'], + NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], + SHORTQUARTERS: ['1季', '2季', '3季', '4季'], + QUARTERS: ['第1季', '第2季', '第3季', '第4季'], + AMPMS: ['上午', '下午'], + DATEFORMATS: ['y年M月d日 EEEE', 'y年M月d日', 'y年M月d日', 'y/M/d'], + TIMEFORMATS: ['ah:mm:ss [zzzz]', 'ah:mm:ss [z]', 'ah:mm:ss', 'ah:mm'], + DATETIMEFORMATS: ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + FIRSTWEEKCUTOFFDAY: 5 +}; + + +/** + * Date/time formatting symbols for locale zu_ZA. + */ +goog.i18n.DateTimeSymbols_zu_ZA = goog.i18n.DateTimeSymbols_zu; + + +/** + * Selected date/time formatting symbols by locale. + */ +if (goog.LOCALE == 'af_NA' || goog.LOCALE == 'af-NA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_af_NA; +} + +if (goog.LOCALE == 'af_ZA' || goog.LOCALE == 'af-ZA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_af_ZA; +} + +if (goog.LOCALE == 'agq') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_agq; +} + +if (goog.LOCALE == 'agq_CM' || goog.LOCALE == 'agq-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_agq_CM; +} + +if (goog.LOCALE == 'ak') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ak; +} + +if (goog.LOCALE == 'ak_GH' || goog.LOCALE == 'ak-GH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ak_GH; +} + +if (goog.LOCALE == 'am_ET' || goog.LOCALE == 'am-ET') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_am_ET; +} + +if (goog.LOCALE == 'ar_001' || goog.LOCALE == 'ar-001') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_001; +} + +if (goog.LOCALE == 'ar_AE' || goog.LOCALE == 'ar-AE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_AE; +} + +if (goog.LOCALE == 'ar_BH' || goog.LOCALE == 'ar-BH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_BH; +} + +if (goog.LOCALE == 'ar_DJ' || goog.LOCALE == 'ar-DJ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_DJ; +} + +if (goog.LOCALE == 'ar_EG' || goog.LOCALE == 'ar-EG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_EG; +} + +if (goog.LOCALE == 'ar_EH' || goog.LOCALE == 'ar-EH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_EH; +} + +if (goog.LOCALE == 'ar_ER' || goog.LOCALE == 'ar-ER') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_ER; +} + +if (goog.LOCALE == 'ar_IL' || goog.LOCALE == 'ar-IL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_IL; +} + +if (goog.LOCALE == 'ar_IQ' || goog.LOCALE == 'ar-IQ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_IQ; +} + +if (goog.LOCALE == 'ar_JO' || goog.LOCALE == 'ar-JO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_JO; +} + +if (goog.LOCALE == 'ar_KM' || goog.LOCALE == 'ar-KM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_KM; +} + +if (goog.LOCALE == 'ar_KW' || goog.LOCALE == 'ar-KW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_KW; +} + +if (goog.LOCALE == 'ar_LB' || goog.LOCALE == 'ar-LB') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_LB; +} + +if (goog.LOCALE == 'ar_LY' || goog.LOCALE == 'ar-LY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_LY; +} + +if (goog.LOCALE == 'ar_MA' || goog.LOCALE == 'ar-MA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_MA; +} + +if (goog.LOCALE == 'ar_MR' || goog.LOCALE == 'ar-MR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_MR; +} + +if (goog.LOCALE == 'ar_OM' || goog.LOCALE == 'ar-OM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_OM; +} + +if (goog.LOCALE == 'ar_PS' || goog.LOCALE == 'ar-PS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_PS; +} + +if (goog.LOCALE == 'ar_QA' || goog.LOCALE == 'ar-QA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_QA; +} + +if (goog.LOCALE == 'ar_SA' || goog.LOCALE == 'ar-SA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_SA; +} + +if (goog.LOCALE == 'ar_SD' || goog.LOCALE == 'ar-SD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_SD; +} + +if (goog.LOCALE == 'ar_SO' || goog.LOCALE == 'ar-SO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_SO; +} + +if (goog.LOCALE == 'ar_SS' || goog.LOCALE == 'ar-SS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_SS; +} + +if (goog.LOCALE == 'ar_SY' || goog.LOCALE == 'ar-SY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_SY; +} + +if (goog.LOCALE == 'ar_TD' || goog.LOCALE == 'ar-TD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_TD; +} + +if (goog.LOCALE == 'ar_TN' || goog.LOCALE == 'ar-TN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_TN; +} + +if (goog.LOCALE == 'ar_XB' || goog.LOCALE == 'ar-XB') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_XB; +} + +if (goog.LOCALE == 'ar_YE' || goog.LOCALE == 'ar-YE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar_YE; +} + +if (goog.LOCALE == 'as') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_as; +} + +if (goog.LOCALE == 'as_IN' || goog.LOCALE == 'as-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_as_IN; +} + +if (goog.LOCALE == 'asa') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_asa; +} + +if (goog.LOCALE == 'asa_TZ' || goog.LOCALE == 'asa-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_asa_TZ; +} + +if (goog.LOCALE == 'ast') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ast; +} + +if (goog.LOCALE == 'ast_ES' || goog.LOCALE == 'ast-ES') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ast_ES; +} + +if (goog.LOCALE == 'az_Cyrl' || goog.LOCALE == 'az-Cyrl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_az_Cyrl; +} + +if (goog.LOCALE == 'az_Cyrl_AZ' || goog.LOCALE == 'az-Cyrl-AZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_az_Cyrl_AZ; +} + +if (goog.LOCALE == 'az_Latn' || goog.LOCALE == 'az-Latn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_az_Latn; +} + +if (goog.LOCALE == 'az_Latn_AZ' || goog.LOCALE == 'az-Latn-AZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_az_Latn_AZ; +} + +if (goog.LOCALE == 'bas') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bas; +} + +if (goog.LOCALE == 'bas_CM' || goog.LOCALE == 'bas-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bas_CM; +} + +if (goog.LOCALE == 'be_BY' || goog.LOCALE == 'be-BY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_be_BY; +} + +if (goog.LOCALE == 'bem') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bem; +} + +if (goog.LOCALE == 'bem_ZM' || goog.LOCALE == 'bem-ZM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bem_ZM; +} + +if (goog.LOCALE == 'bez') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bez; +} + +if (goog.LOCALE == 'bez_TZ' || goog.LOCALE == 'bez-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bez_TZ; +} + +if (goog.LOCALE == 'bg_BG' || goog.LOCALE == 'bg-BG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bg_BG; +} + +if (goog.LOCALE == 'bm') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bm; +} + +if (goog.LOCALE == 'bm_ML' || goog.LOCALE == 'bm-ML') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bm_ML; +} + +if (goog.LOCALE == 'bn_BD' || goog.LOCALE == 'bn-BD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bn_BD; +} + +if (goog.LOCALE == 'bn_IN' || goog.LOCALE == 'bn-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bn_IN; +} + +if (goog.LOCALE == 'bo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bo; +} + +if (goog.LOCALE == 'bo_CN' || goog.LOCALE == 'bo-CN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bo_CN; +} + +if (goog.LOCALE == 'bo_IN' || goog.LOCALE == 'bo-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bo_IN; +} + +if (goog.LOCALE == 'br_FR' || goog.LOCALE == 'br-FR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_br_FR; +} + +if (goog.LOCALE == 'brx') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_brx; +} + +if (goog.LOCALE == 'brx_IN' || goog.LOCALE == 'brx-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_brx_IN; +} + +if (goog.LOCALE == 'bs_Cyrl' || goog.LOCALE == 'bs-Cyrl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bs_Cyrl; +} + +if (goog.LOCALE == 'bs_Cyrl_BA' || goog.LOCALE == 'bs-Cyrl-BA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bs_Cyrl_BA; +} + +if (goog.LOCALE == 'bs_Latn' || goog.LOCALE == 'bs-Latn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bs_Latn; +} + +if (goog.LOCALE == 'bs_Latn_BA' || goog.LOCALE == 'bs-Latn-BA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bs_Latn_BA; +} + +if (goog.LOCALE == 'ca_AD' || goog.LOCALE == 'ca-AD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ca_AD; +} + +if (goog.LOCALE == 'ca_ES' || goog.LOCALE == 'ca-ES') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ca_ES; +} + +if (goog.LOCALE == 'ca_FR' || goog.LOCALE == 'ca-FR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ca_FR; +} + +if (goog.LOCALE == 'ca_IT' || goog.LOCALE == 'ca-IT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ca_IT; +} + +if (goog.LOCALE == 'ce') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ce; +} + +if (goog.LOCALE == 'ce_RU' || goog.LOCALE == 'ce-RU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ce_RU; +} + +if (goog.LOCALE == 'cgg') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_cgg; +} + +if (goog.LOCALE == 'cgg_UG' || goog.LOCALE == 'cgg-UG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_cgg_UG; +} + +if (goog.LOCALE == 'chr_US' || goog.LOCALE == 'chr-US') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_chr_US; +} + +if (goog.LOCALE == 'ckb') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ckb; +} + +if (goog.LOCALE == 'ckb_IQ' || goog.LOCALE == 'ckb-IQ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ckb_IQ; +} + +if (goog.LOCALE == 'ckb_IR' || goog.LOCALE == 'ckb-IR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ckb_IR; +} + +if (goog.LOCALE == 'cs_CZ' || goog.LOCALE == 'cs-CZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_cs_CZ; +} + +if (goog.LOCALE == 'cy_GB' || goog.LOCALE == 'cy-GB') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_cy_GB; +} + +if (goog.LOCALE == 'da_DK' || goog.LOCALE == 'da-DK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_da_DK; +} + +if (goog.LOCALE == 'da_GL' || goog.LOCALE == 'da-GL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_da_GL; +} + +if (goog.LOCALE == 'dav') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dav; +} + +if (goog.LOCALE == 'dav_KE' || goog.LOCALE == 'dav-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dav_KE; +} + +if (goog.LOCALE == 'de_BE' || goog.LOCALE == 'de-BE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de_BE; +} + +if (goog.LOCALE == 'de_DE' || goog.LOCALE == 'de-DE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de_DE; +} + +if (goog.LOCALE == 'de_IT' || goog.LOCALE == 'de-IT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de_IT; +} + +if (goog.LOCALE == 'de_LI' || goog.LOCALE == 'de-LI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de_LI; +} + +if (goog.LOCALE == 'de_LU' || goog.LOCALE == 'de-LU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de_LU; +} + +if (goog.LOCALE == 'dje') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dje; +} + +if (goog.LOCALE == 'dje_NE' || goog.LOCALE == 'dje-NE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dje_NE; +} + +if (goog.LOCALE == 'dsb') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dsb; +} + +if (goog.LOCALE == 'dsb_DE' || goog.LOCALE == 'dsb-DE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dsb_DE; +} + +if (goog.LOCALE == 'dua') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dua; +} + +if (goog.LOCALE == 'dua_CM' || goog.LOCALE == 'dua-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dua_CM; +} + +if (goog.LOCALE == 'dyo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dyo; +} + +if (goog.LOCALE == 'dyo_SN' || goog.LOCALE == 'dyo-SN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dyo_SN; +} + +if (goog.LOCALE == 'dz') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dz; +} + +if (goog.LOCALE == 'dz_BT' || goog.LOCALE == 'dz-BT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_dz_BT; +} + +if (goog.LOCALE == 'ebu') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ebu; +} + +if (goog.LOCALE == 'ebu_KE' || goog.LOCALE == 'ebu-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ebu_KE; +} + +if (goog.LOCALE == 'ee') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ee; +} + +if (goog.LOCALE == 'ee_GH' || goog.LOCALE == 'ee-GH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ee_GH; +} + +if (goog.LOCALE == 'ee_TG' || goog.LOCALE == 'ee-TG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ee_TG; +} + +if (goog.LOCALE == 'el_CY' || goog.LOCALE == 'el-CY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_el_CY; +} + +if (goog.LOCALE == 'el_GR' || goog.LOCALE == 'el-GR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_el_GR; +} + +if (goog.LOCALE == 'en_001' || goog.LOCALE == 'en-001') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_001; +} + +if (goog.LOCALE == 'en_150' || goog.LOCALE == 'en-150') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_150; +} + +if (goog.LOCALE == 'en_AG' || goog.LOCALE == 'en-AG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_AG; +} + +if (goog.LOCALE == 'en_AI' || goog.LOCALE == 'en-AI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_AI; +} + +if (goog.LOCALE == 'en_AS' || goog.LOCALE == 'en-AS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_AS; +} + +if (goog.LOCALE == 'en_AT' || goog.LOCALE == 'en-AT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_AT; +} + +if (goog.LOCALE == 'en_BB' || goog.LOCALE == 'en-BB') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_BB; +} + +if (goog.LOCALE == 'en_BE' || goog.LOCALE == 'en-BE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_BE; +} + +if (goog.LOCALE == 'en_BI' || goog.LOCALE == 'en-BI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_BI; +} + +if (goog.LOCALE == 'en_BM' || goog.LOCALE == 'en-BM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_BM; +} + +if (goog.LOCALE == 'en_BS' || goog.LOCALE == 'en-BS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_BS; +} + +if (goog.LOCALE == 'en_BW' || goog.LOCALE == 'en-BW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_BW; +} + +if (goog.LOCALE == 'en_BZ' || goog.LOCALE == 'en-BZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_BZ; +} + +if (goog.LOCALE == 'en_CC' || goog.LOCALE == 'en-CC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_CC; +} + +if (goog.LOCALE == 'en_CH' || goog.LOCALE == 'en-CH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_CH; +} + +if (goog.LOCALE == 'en_CK' || goog.LOCALE == 'en-CK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_CK; +} + +if (goog.LOCALE == 'en_CM' || goog.LOCALE == 'en-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_CM; +} + +if (goog.LOCALE == 'en_CX' || goog.LOCALE == 'en-CX') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_CX; +} + +if (goog.LOCALE == 'en_CY' || goog.LOCALE == 'en-CY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_CY; +} + +if (goog.LOCALE == 'en_DE' || goog.LOCALE == 'en-DE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_DE; +} + +if (goog.LOCALE == 'en_DG' || goog.LOCALE == 'en-DG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_DG; +} + +if (goog.LOCALE == 'en_DK' || goog.LOCALE == 'en-DK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_DK; +} + +if (goog.LOCALE == 'en_DM' || goog.LOCALE == 'en-DM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_DM; +} + +if (goog.LOCALE == 'en_ER' || goog.LOCALE == 'en-ER') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_ER; +} + +if (goog.LOCALE == 'en_FI' || goog.LOCALE == 'en-FI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_FI; +} + +if (goog.LOCALE == 'en_FJ' || goog.LOCALE == 'en-FJ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_FJ; +} + +if (goog.LOCALE == 'en_FK' || goog.LOCALE == 'en-FK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_FK; +} + +if (goog.LOCALE == 'en_FM' || goog.LOCALE == 'en-FM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_FM; +} + +if (goog.LOCALE == 'en_GD' || goog.LOCALE == 'en-GD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_GD; +} + +if (goog.LOCALE == 'en_GG' || goog.LOCALE == 'en-GG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_GG; +} + +if (goog.LOCALE == 'en_GH' || goog.LOCALE == 'en-GH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_GH; +} + +if (goog.LOCALE == 'en_GI' || goog.LOCALE == 'en-GI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_GI; +} + +if (goog.LOCALE == 'en_GM' || goog.LOCALE == 'en-GM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_GM; +} + +if (goog.LOCALE == 'en_GU' || goog.LOCALE == 'en-GU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_GU; +} + +if (goog.LOCALE == 'en_GY' || goog.LOCALE == 'en-GY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_GY; +} + +if (goog.LOCALE == 'en_HK' || goog.LOCALE == 'en-HK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_HK; +} + +if (goog.LOCALE == 'en_IL' || goog.LOCALE == 'en-IL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_IL; +} + +if (goog.LOCALE == 'en_IM' || goog.LOCALE == 'en-IM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_IM; +} + +if (goog.LOCALE == 'en_IO' || goog.LOCALE == 'en-IO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_IO; +} + +if (goog.LOCALE == 'en_JE' || goog.LOCALE == 'en-JE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_JE; +} + +if (goog.LOCALE == 'en_JM' || goog.LOCALE == 'en-JM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_JM; +} + +if (goog.LOCALE == 'en_KE' || goog.LOCALE == 'en-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_KE; +} + +if (goog.LOCALE == 'en_KI' || goog.LOCALE == 'en-KI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_KI; +} + +if (goog.LOCALE == 'en_KN' || goog.LOCALE == 'en-KN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_KN; +} + +if (goog.LOCALE == 'en_KY' || goog.LOCALE == 'en-KY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_KY; +} + +if (goog.LOCALE == 'en_LC' || goog.LOCALE == 'en-LC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_LC; +} + +if (goog.LOCALE == 'en_LR' || goog.LOCALE == 'en-LR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_LR; +} + +if (goog.LOCALE == 'en_LS' || goog.LOCALE == 'en-LS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_LS; +} + +if (goog.LOCALE == 'en_MG' || goog.LOCALE == 'en-MG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_MG; +} + +if (goog.LOCALE == 'en_MH' || goog.LOCALE == 'en-MH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_MH; +} + +if (goog.LOCALE == 'en_MO' || goog.LOCALE == 'en-MO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_MO; +} + +if (goog.LOCALE == 'en_MP' || goog.LOCALE == 'en-MP') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_MP; +} + +if (goog.LOCALE == 'en_MS' || goog.LOCALE == 'en-MS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_MS; +} + +if (goog.LOCALE == 'en_MT' || goog.LOCALE == 'en-MT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_MT; +} + +if (goog.LOCALE == 'en_MU' || goog.LOCALE == 'en-MU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_MU; +} + +if (goog.LOCALE == 'en_MW' || goog.LOCALE == 'en-MW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_MW; +} + +if (goog.LOCALE == 'en_MY' || goog.LOCALE == 'en-MY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_MY; +} + +if (goog.LOCALE == 'en_NA' || goog.LOCALE == 'en-NA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_NA; +} + +if (goog.LOCALE == 'en_NF' || goog.LOCALE == 'en-NF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_NF; +} + +if (goog.LOCALE == 'en_NG' || goog.LOCALE == 'en-NG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_NG; +} + +if (goog.LOCALE == 'en_NL' || goog.LOCALE == 'en-NL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_NL; +} + +if (goog.LOCALE == 'en_NR' || goog.LOCALE == 'en-NR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_NR; +} + +if (goog.LOCALE == 'en_NU' || goog.LOCALE == 'en-NU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_NU; +} + +if (goog.LOCALE == 'en_NZ' || goog.LOCALE == 'en-NZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_NZ; +} + +if (goog.LOCALE == 'en_PG' || goog.LOCALE == 'en-PG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_PG; +} + +if (goog.LOCALE == 'en_PH' || goog.LOCALE == 'en-PH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_PH; +} + +if (goog.LOCALE == 'en_PK' || goog.LOCALE == 'en-PK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_PK; +} + +if (goog.LOCALE == 'en_PN' || goog.LOCALE == 'en-PN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_PN; +} + +if (goog.LOCALE == 'en_PR' || goog.LOCALE == 'en-PR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_PR; +} + +if (goog.LOCALE == 'en_PW' || goog.LOCALE == 'en-PW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_PW; +} + +if (goog.LOCALE == 'en_RW' || goog.LOCALE == 'en-RW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_RW; +} + +if (goog.LOCALE == 'en_SB' || goog.LOCALE == 'en-SB') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SB; +} + +if (goog.LOCALE == 'en_SC' || goog.LOCALE == 'en-SC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SC; +} + +if (goog.LOCALE == 'en_SD' || goog.LOCALE == 'en-SD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SD; +} + +if (goog.LOCALE == 'en_SE' || goog.LOCALE == 'en-SE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SE; +} + +if (goog.LOCALE == 'en_SH' || goog.LOCALE == 'en-SH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SH; +} + +if (goog.LOCALE == 'en_SI' || goog.LOCALE == 'en-SI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SI; +} + +if (goog.LOCALE == 'en_SL' || goog.LOCALE == 'en-SL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SL; +} + +if (goog.LOCALE == 'en_SS' || goog.LOCALE == 'en-SS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SS; +} + +if (goog.LOCALE == 'en_SX' || goog.LOCALE == 'en-SX') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SX; +} + +if (goog.LOCALE == 'en_SZ' || goog.LOCALE == 'en-SZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SZ; +} + +if (goog.LOCALE == 'en_TC' || goog.LOCALE == 'en-TC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_TC; +} + +if (goog.LOCALE == 'en_TK' || goog.LOCALE == 'en-TK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_TK; +} + +if (goog.LOCALE == 'en_TO' || goog.LOCALE == 'en-TO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_TO; +} + +if (goog.LOCALE == 'en_TT' || goog.LOCALE == 'en-TT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_TT; +} + +if (goog.LOCALE == 'en_TV' || goog.LOCALE == 'en-TV') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_TV; +} + +if (goog.LOCALE == 'en_TZ' || goog.LOCALE == 'en-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_TZ; +} + +if (goog.LOCALE == 'en_UG' || goog.LOCALE == 'en-UG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_UG; +} + +if (goog.LOCALE == 'en_UM' || goog.LOCALE == 'en-UM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_UM; +} + +if (goog.LOCALE == 'en_US_POSIX' || goog.LOCALE == 'en-US-POSIX') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_US_POSIX; +} + +if (goog.LOCALE == 'en_VC' || goog.LOCALE == 'en-VC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_VC; +} + +if (goog.LOCALE == 'en_VG' || goog.LOCALE == 'en-VG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_VG; +} + +if (goog.LOCALE == 'en_VI' || goog.LOCALE == 'en-VI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_VI; +} + +if (goog.LOCALE == 'en_VU' || goog.LOCALE == 'en-VU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_VU; +} + +if (goog.LOCALE == 'en_WS' || goog.LOCALE == 'en-WS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_WS; +} + +if (goog.LOCALE == 'en_XA' || goog.LOCALE == 'en-XA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_XA; +} + +if (goog.LOCALE == 'en_ZM' || goog.LOCALE == 'en-ZM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_ZM; +} + +if (goog.LOCALE == 'en_ZW' || goog.LOCALE == 'en-ZW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_ZW; +} + +if (goog.LOCALE == 'eo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_eo; +} + +if (goog.LOCALE == 'es_AR' || goog.LOCALE == 'es-AR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_AR; +} + +if (goog.LOCALE == 'es_BO' || goog.LOCALE == 'es-BO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_BO; +} + +if (goog.LOCALE == 'es_BR' || goog.LOCALE == 'es-BR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_BR; +} + +if (goog.LOCALE == 'es_BZ' || goog.LOCALE == 'es-BZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_BZ; +} + +if (goog.LOCALE == 'es_CL' || goog.LOCALE == 'es-CL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_CL; +} + +if (goog.LOCALE == 'es_CO' || goog.LOCALE == 'es-CO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_CO; +} + +if (goog.LOCALE == 'es_CR' || goog.LOCALE == 'es-CR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_CR; +} + +if (goog.LOCALE == 'es_CU' || goog.LOCALE == 'es-CU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_CU; +} + +if (goog.LOCALE == 'es_DO' || goog.LOCALE == 'es-DO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_DO; +} + +if (goog.LOCALE == 'es_EA' || goog.LOCALE == 'es-EA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_EA; +} + +if (goog.LOCALE == 'es_EC' || goog.LOCALE == 'es-EC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_EC; +} + +if (goog.LOCALE == 'es_GQ' || goog.LOCALE == 'es-GQ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_GQ; +} + +if (goog.LOCALE == 'es_GT' || goog.LOCALE == 'es-GT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_GT; +} + +if (goog.LOCALE == 'es_HN' || goog.LOCALE == 'es-HN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_HN; +} + +if (goog.LOCALE == 'es_IC' || goog.LOCALE == 'es-IC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_IC; +} + +if (goog.LOCALE == 'es_NI' || goog.LOCALE == 'es-NI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_NI; +} + +if (goog.LOCALE == 'es_PA' || goog.LOCALE == 'es-PA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_PA; +} + +if (goog.LOCALE == 'es_PE' || goog.LOCALE == 'es-PE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_PE; +} + +if (goog.LOCALE == 'es_PH' || goog.LOCALE == 'es-PH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_PH; +} + +if (goog.LOCALE == 'es_PR' || goog.LOCALE == 'es-PR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_PR; +} + +if (goog.LOCALE == 'es_PY' || goog.LOCALE == 'es-PY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_PY; +} + +if (goog.LOCALE == 'es_SV' || goog.LOCALE == 'es-SV') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_SV; +} + +if (goog.LOCALE == 'es_UY' || goog.LOCALE == 'es-UY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_UY; +} + +if (goog.LOCALE == 'es_VE' || goog.LOCALE == 'es-VE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es_VE; +} + +if (goog.LOCALE == 'et_EE' || goog.LOCALE == 'et-EE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_et_EE; +} + +if (goog.LOCALE == 'eu_ES' || goog.LOCALE == 'eu-ES') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_eu_ES; +} + +if (goog.LOCALE == 'ewo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ewo; +} + +if (goog.LOCALE == 'ewo_CM' || goog.LOCALE == 'ewo-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ewo_CM; +} + +if (goog.LOCALE == 'fa_AF' || goog.LOCALE == 'fa-AF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fa_AF; +} + +if (goog.LOCALE == 'fa_IR' || goog.LOCALE == 'fa-IR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fa_IR; +} + +if (goog.LOCALE == 'ff') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ff; +} + +if (goog.LOCALE == 'ff_CM' || goog.LOCALE == 'ff-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ff_CM; +} + +if (goog.LOCALE == 'ff_GN' || goog.LOCALE == 'ff-GN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ff_GN; +} + +if (goog.LOCALE == 'ff_MR' || goog.LOCALE == 'ff-MR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ff_MR; +} + +if (goog.LOCALE == 'ff_SN' || goog.LOCALE == 'ff-SN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ff_SN; +} + +if (goog.LOCALE == 'fi_FI' || goog.LOCALE == 'fi-FI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fi_FI; +} + +if (goog.LOCALE == 'fil_PH' || goog.LOCALE == 'fil-PH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fil_PH; +} + +if (goog.LOCALE == 'fo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fo; +} + +if (goog.LOCALE == 'fo_DK' || goog.LOCALE == 'fo-DK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fo_DK; +} + +if (goog.LOCALE == 'fo_FO' || goog.LOCALE == 'fo-FO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fo_FO; +} + +if (goog.LOCALE == 'fr_BE' || goog.LOCALE == 'fr-BE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_BE; +} + +if (goog.LOCALE == 'fr_BF' || goog.LOCALE == 'fr-BF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_BF; +} + +if (goog.LOCALE == 'fr_BI' || goog.LOCALE == 'fr-BI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_BI; +} + +if (goog.LOCALE == 'fr_BJ' || goog.LOCALE == 'fr-BJ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_BJ; +} + +if (goog.LOCALE == 'fr_BL' || goog.LOCALE == 'fr-BL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_BL; +} + +if (goog.LOCALE == 'fr_CD' || goog.LOCALE == 'fr-CD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_CD; +} + +if (goog.LOCALE == 'fr_CF' || goog.LOCALE == 'fr-CF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_CF; +} + +if (goog.LOCALE == 'fr_CG' || goog.LOCALE == 'fr-CG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_CG; +} + +if (goog.LOCALE == 'fr_CH' || goog.LOCALE == 'fr-CH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_CH; +} + +if (goog.LOCALE == 'fr_CI' || goog.LOCALE == 'fr-CI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_CI; +} + +if (goog.LOCALE == 'fr_CM' || goog.LOCALE == 'fr-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_CM; +} + +if (goog.LOCALE == 'fr_DJ' || goog.LOCALE == 'fr-DJ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_DJ; +} + +if (goog.LOCALE == 'fr_DZ' || goog.LOCALE == 'fr-DZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_DZ; +} + +if (goog.LOCALE == 'fr_FR' || goog.LOCALE == 'fr-FR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_FR; +} + +if (goog.LOCALE == 'fr_GA' || goog.LOCALE == 'fr-GA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_GA; +} + +if (goog.LOCALE == 'fr_GF' || goog.LOCALE == 'fr-GF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_GF; +} + +if (goog.LOCALE == 'fr_GN' || goog.LOCALE == 'fr-GN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_GN; +} + +if (goog.LOCALE == 'fr_GP' || goog.LOCALE == 'fr-GP') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_GP; +} + +if (goog.LOCALE == 'fr_GQ' || goog.LOCALE == 'fr-GQ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_GQ; +} + +if (goog.LOCALE == 'fr_HT' || goog.LOCALE == 'fr-HT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_HT; +} + +if (goog.LOCALE == 'fr_KM' || goog.LOCALE == 'fr-KM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_KM; +} + +if (goog.LOCALE == 'fr_LU' || goog.LOCALE == 'fr-LU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_LU; +} + +if (goog.LOCALE == 'fr_MA' || goog.LOCALE == 'fr-MA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_MA; +} + +if (goog.LOCALE == 'fr_MC' || goog.LOCALE == 'fr-MC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_MC; +} + +if (goog.LOCALE == 'fr_MF' || goog.LOCALE == 'fr-MF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_MF; +} + +if (goog.LOCALE == 'fr_MG' || goog.LOCALE == 'fr-MG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_MG; +} + +if (goog.LOCALE == 'fr_ML' || goog.LOCALE == 'fr-ML') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_ML; +} + +if (goog.LOCALE == 'fr_MQ' || goog.LOCALE == 'fr-MQ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_MQ; +} + +if (goog.LOCALE == 'fr_MR' || goog.LOCALE == 'fr-MR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_MR; +} + +if (goog.LOCALE == 'fr_MU' || goog.LOCALE == 'fr-MU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_MU; +} + +if (goog.LOCALE == 'fr_NC' || goog.LOCALE == 'fr-NC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_NC; +} + +if (goog.LOCALE == 'fr_NE' || goog.LOCALE == 'fr-NE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_NE; +} + +if (goog.LOCALE == 'fr_PF' || goog.LOCALE == 'fr-PF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_PF; +} + +if (goog.LOCALE == 'fr_PM' || goog.LOCALE == 'fr-PM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_PM; +} + +if (goog.LOCALE == 'fr_RE' || goog.LOCALE == 'fr-RE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_RE; +} + +if (goog.LOCALE == 'fr_RW' || goog.LOCALE == 'fr-RW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_RW; +} + +if (goog.LOCALE == 'fr_SC' || goog.LOCALE == 'fr-SC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_SC; +} + +if (goog.LOCALE == 'fr_SN' || goog.LOCALE == 'fr-SN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_SN; +} + +if (goog.LOCALE == 'fr_SY' || goog.LOCALE == 'fr-SY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_SY; +} + +if (goog.LOCALE == 'fr_TD' || goog.LOCALE == 'fr-TD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_TD; +} + +if (goog.LOCALE == 'fr_TG' || goog.LOCALE == 'fr-TG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_TG; +} + +if (goog.LOCALE == 'fr_TN' || goog.LOCALE == 'fr-TN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_TN; +} + +if (goog.LOCALE == 'fr_VU' || goog.LOCALE == 'fr-VU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_VU; +} + +if (goog.LOCALE == 'fr_WF' || goog.LOCALE == 'fr-WF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_WF; +} + +if (goog.LOCALE == 'fr_YT' || goog.LOCALE == 'fr-YT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_YT; +} + +if (goog.LOCALE == 'fur') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fur; +} + +if (goog.LOCALE == 'fur_IT' || goog.LOCALE == 'fur-IT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fur_IT; +} + +if (goog.LOCALE == 'fy') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fy; +} + +if (goog.LOCALE == 'fy_NL' || goog.LOCALE == 'fy-NL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fy_NL; +} + +if (goog.LOCALE == 'ga_IE' || goog.LOCALE == 'ga-IE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ga_IE; +} + +if (goog.LOCALE == 'gd') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gd; +} + +if (goog.LOCALE == 'gd_GB' || goog.LOCALE == 'gd-GB') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gd_GB; +} + +if (goog.LOCALE == 'gl_ES' || goog.LOCALE == 'gl-ES') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gl_ES; +} + +if (goog.LOCALE == 'gsw_CH' || goog.LOCALE == 'gsw-CH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gsw_CH; +} + +if (goog.LOCALE == 'gsw_FR' || goog.LOCALE == 'gsw-FR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gsw_FR; +} + +if (goog.LOCALE == 'gsw_LI' || goog.LOCALE == 'gsw-LI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gsw_LI; +} + +if (goog.LOCALE == 'gu_IN' || goog.LOCALE == 'gu-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gu_IN; +} + +if (goog.LOCALE == 'guz') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_guz; +} + +if (goog.LOCALE == 'guz_KE' || goog.LOCALE == 'guz-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_guz_KE; +} + +if (goog.LOCALE == 'gv') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gv; +} + +if (goog.LOCALE == 'gv_IM' || goog.LOCALE == 'gv-IM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gv_IM; +} + +if (goog.LOCALE == 'ha') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ha; +} + +if (goog.LOCALE == 'ha_GH' || goog.LOCALE == 'ha-GH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ha_GH; +} + +if (goog.LOCALE == 'ha_NE' || goog.LOCALE == 'ha-NE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ha_NE; +} + +if (goog.LOCALE == 'ha_NG' || goog.LOCALE == 'ha-NG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ha_NG; +} + +if (goog.LOCALE == 'haw_US' || goog.LOCALE == 'haw-US') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_haw_US; +} + +if (goog.LOCALE == 'he_IL' || goog.LOCALE == 'he-IL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_he_IL; +} + +if (goog.LOCALE == 'hi_IN' || goog.LOCALE == 'hi-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hi_IN; +} + +if (goog.LOCALE == 'hr_BA' || goog.LOCALE == 'hr-BA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hr_BA; +} + +if (goog.LOCALE == 'hr_HR' || goog.LOCALE == 'hr-HR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hr_HR; +} + +if (goog.LOCALE == 'hsb') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hsb; +} + +if (goog.LOCALE == 'hsb_DE' || goog.LOCALE == 'hsb-DE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hsb_DE; +} + +if (goog.LOCALE == 'hu_HU' || goog.LOCALE == 'hu-HU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hu_HU; +} + +if (goog.LOCALE == 'hy_AM' || goog.LOCALE == 'hy-AM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hy_AM; +} + +if (goog.LOCALE == 'id_ID' || goog.LOCALE == 'id-ID') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_id_ID; +} + +if (goog.LOCALE == 'ig') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ig; +} + +if (goog.LOCALE == 'ig_NG' || goog.LOCALE == 'ig-NG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ig_NG; +} + +if (goog.LOCALE == 'ii') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ii; +} + +if (goog.LOCALE == 'ii_CN' || goog.LOCALE == 'ii-CN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ii_CN; +} + +if (goog.LOCALE == 'is_IS' || goog.LOCALE == 'is-IS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_is_IS; +} + +if (goog.LOCALE == 'it_CH' || goog.LOCALE == 'it-CH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_it_CH; +} + +if (goog.LOCALE == 'it_IT' || goog.LOCALE == 'it-IT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_it_IT; +} + +if (goog.LOCALE == 'it_SM' || goog.LOCALE == 'it-SM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_it_SM; +} + +if (goog.LOCALE == 'it_VA' || goog.LOCALE == 'it-VA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_it_VA; +} + +if (goog.LOCALE == 'ja_JP' || goog.LOCALE == 'ja-JP') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ja_JP; +} + +if (goog.LOCALE == 'jgo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_jgo; +} + +if (goog.LOCALE == 'jgo_CM' || goog.LOCALE == 'jgo-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_jgo_CM; +} + +if (goog.LOCALE == 'jmc') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_jmc; +} + +if (goog.LOCALE == 'jmc_TZ' || goog.LOCALE == 'jmc-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_jmc_TZ; +} + +if (goog.LOCALE == 'ka_GE' || goog.LOCALE == 'ka-GE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ka_GE; +} + +if (goog.LOCALE == 'kab') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kab; +} + +if (goog.LOCALE == 'kab_DZ' || goog.LOCALE == 'kab-DZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kab_DZ; +} + +if (goog.LOCALE == 'kam') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kam; +} + +if (goog.LOCALE == 'kam_KE' || goog.LOCALE == 'kam-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kam_KE; +} + +if (goog.LOCALE == 'kde') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kde; +} + +if (goog.LOCALE == 'kde_TZ' || goog.LOCALE == 'kde-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kde_TZ; +} + +if (goog.LOCALE == 'kea') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kea; +} + +if (goog.LOCALE == 'kea_CV' || goog.LOCALE == 'kea-CV') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kea_CV; +} + +if (goog.LOCALE == 'khq') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_khq; +} + +if (goog.LOCALE == 'khq_ML' || goog.LOCALE == 'khq-ML') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_khq_ML; +} + +if (goog.LOCALE == 'ki') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ki; +} + +if (goog.LOCALE == 'ki_KE' || goog.LOCALE == 'ki-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ki_KE; +} + +if (goog.LOCALE == 'kk_KZ' || goog.LOCALE == 'kk-KZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kk_KZ; +} + +if (goog.LOCALE == 'kkj') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kkj; +} + +if (goog.LOCALE == 'kkj_CM' || goog.LOCALE == 'kkj-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kkj_CM; +} + +if (goog.LOCALE == 'kl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kl; +} + +if (goog.LOCALE == 'kl_GL' || goog.LOCALE == 'kl-GL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kl_GL; +} + +if (goog.LOCALE == 'kln') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kln; +} + +if (goog.LOCALE == 'kln_KE' || goog.LOCALE == 'kln-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kln_KE; +} + +if (goog.LOCALE == 'km_KH' || goog.LOCALE == 'km-KH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_km_KH; +} + +if (goog.LOCALE == 'kn_IN' || goog.LOCALE == 'kn-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kn_IN; +} + +if (goog.LOCALE == 'ko_KP' || goog.LOCALE == 'ko-KP') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ko_KP; +} + +if (goog.LOCALE == 'ko_KR' || goog.LOCALE == 'ko-KR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ko_KR; +} + +if (goog.LOCALE == 'kok') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kok; +} + +if (goog.LOCALE == 'kok_IN' || goog.LOCALE == 'kok-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kok_IN; +} + +if (goog.LOCALE == 'ks') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ks; +} + +if (goog.LOCALE == 'ks_IN' || goog.LOCALE == 'ks-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ks_IN; +} + +if (goog.LOCALE == 'ksb') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ksb; +} + +if (goog.LOCALE == 'ksb_TZ' || goog.LOCALE == 'ksb-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ksb_TZ; +} + +if (goog.LOCALE == 'ksf') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ksf; +} + +if (goog.LOCALE == 'ksf_CM' || goog.LOCALE == 'ksf-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ksf_CM; +} + +if (goog.LOCALE == 'ksh') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ksh; +} + +if (goog.LOCALE == 'ksh_DE' || goog.LOCALE == 'ksh-DE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ksh_DE; +} + +if (goog.LOCALE == 'kw') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kw; +} + +if (goog.LOCALE == 'kw_GB' || goog.LOCALE == 'kw-GB') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kw_GB; +} + +if (goog.LOCALE == 'ky_KG' || goog.LOCALE == 'ky-KG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ky_KG; +} + +if (goog.LOCALE == 'lag') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lag; +} + +if (goog.LOCALE == 'lag_TZ' || goog.LOCALE == 'lag-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lag_TZ; +} + +if (goog.LOCALE == 'lb') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lb; +} + +if (goog.LOCALE == 'lb_LU' || goog.LOCALE == 'lb-LU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lb_LU; +} + +if (goog.LOCALE == 'lg') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lg; +} + +if (goog.LOCALE == 'lg_UG' || goog.LOCALE == 'lg-UG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lg_UG; +} + +if (goog.LOCALE == 'lkt') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lkt; +} + +if (goog.LOCALE == 'lkt_US' || goog.LOCALE == 'lkt-US') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lkt_US; +} + +if (goog.LOCALE == 'ln_AO' || goog.LOCALE == 'ln-AO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ln_AO; +} + +if (goog.LOCALE == 'ln_CD' || goog.LOCALE == 'ln-CD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ln_CD; +} + +if (goog.LOCALE == 'ln_CF' || goog.LOCALE == 'ln-CF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ln_CF; +} + +if (goog.LOCALE == 'ln_CG' || goog.LOCALE == 'ln-CG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ln_CG; +} + +if (goog.LOCALE == 'lo_LA' || goog.LOCALE == 'lo-LA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lo_LA; +} + +if (goog.LOCALE == 'lrc') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lrc; +} + +if (goog.LOCALE == 'lrc_IQ' || goog.LOCALE == 'lrc-IQ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lrc_IQ; +} + +if (goog.LOCALE == 'lrc_IR' || goog.LOCALE == 'lrc-IR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lrc_IR; +} + +if (goog.LOCALE == 'lt_LT' || goog.LOCALE == 'lt-LT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lt_LT; +} + +if (goog.LOCALE == 'lu') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lu; +} + +if (goog.LOCALE == 'lu_CD' || goog.LOCALE == 'lu-CD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lu_CD; +} + +if (goog.LOCALE == 'luo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_luo; +} + +if (goog.LOCALE == 'luo_KE' || goog.LOCALE == 'luo-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_luo_KE; +} + +if (goog.LOCALE == 'luy') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_luy; +} + +if (goog.LOCALE == 'luy_KE' || goog.LOCALE == 'luy-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_luy_KE; +} + +if (goog.LOCALE == 'lv_LV' || goog.LOCALE == 'lv-LV') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lv_LV; +} + +if (goog.LOCALE == 'mas') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mas; +} + +if (goog.LOCALE == 'mas_KE' || goog.LOCALE == 'mas-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mas_KE; +} + +if (goog.LOCALE == 'mas_TZ' || goog.LOCALE == 'mas-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mas_TZ; +} + +if (goog.LOCALE == 'mer') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mer; +} + +if (goog.LOCALE == 'mer_KE' || goog.LOCALE == 'mer-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mer_KE; +} + +if (goog.LOCALE == 'mfe') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mfe; +} + +if (goog.LOCALE == 'mfe_MU' || goog.LOCALE == 'mfe-MU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mfe_MU; +} + +if (goog.LOCALE == 'mg') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mg; +} + +if (goog.LOCALE == 'mg_MG' || goog.LOCALE == 'mg-MG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mg_MG; +} + +if (goog.LOCALE == 'mgh') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mgh; +} + +if (goog.LOCALE == 'mgh_MZ' || goog.LOCALE == 'mgh-MZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mgh_MZ; +} + +if (goog.LOCALE == 'mgo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mgo; +} + +if (goog.LOCALE == 'mgo_CM' || goog.LOCALE == 'mgo-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mgo_CM; +} + +if (goog.LOCALE == 'mk_MK' || goog.LOCALE == 'mk-MK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mk_MK; +} + +if (goog.LOCALE == 'ml_IN' || goog.LOCALE == 'ml-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ml_IN; +} + +if (goog.LOCALE == 'mn_MN' || goog.LOCALE == 'mn-MN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mn_MN; +} + +if (goog.LOCALE == 'mr_IN' || goog.LOCALE == 'mr-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mr_IN; +} + +if (goog.LOCALE == 'ms_BN' || goog.LOCALE == 'ms-BN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ms_BN; +} + +if (goog.LOCALE == 'ms_MY' || goog.LOCALE == 'ms-MY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ms_MY; +} + +if (goog.LOCALE == 'ms_SG' || goog.LOCALE == 'ms-SG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ms_SG; +} + +if (goog.LOCALE == 'mt_MT' || goog.LOCALE == 'mt-MT') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mt_MT; +} + +if (goog.LOCALE == 'mua') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mua; +} + +if (goog.LOCALE == 'mua_CM' || goog.LOCALE == 'mua-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mua_CM; +} + +if (goog.LOCALE == 'my_MM' || goog.LOCALE == 'my-MM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_my_MM; +} + +if (goog.LOCALE == 'mzn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mzn; +} + +if (goog.LOCALE == 'mzn_IR' || goog.LOCALE == 'mzn-IR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mzn_IR; +} + +if (goog.LOCALE == 'naq') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_naq; +} + +if (goog.LOCALE == 'naq_NA' || goog.LOCALE == 'naq-NA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_naq_NA; +} + +if (goog.LOCALE == 'nb_NO' || goog.LOCALE == 'nb-NO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nb_NO; +} + +if (goog.LOCALE == 'nb_SJ' || goog.LOCALE == 'nb-SJ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nb_SJ; +} + +if (goog.LOCALE == 'nd') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nd; +} + +if (goog.LOCALE == 'nd_ZW' || goog.LOCALE == 'nd-ZW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nd_ZW; +} + +if (goog.LOCALE == 'nds') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nds; +} + +if (goog.LOCALE == 'nds_DE' || goog.LOCALE == 'nds-DE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nds_DE; +} + +if (goog.LOCALE == 'nds_NL' || goog.LOCALE == 'nds-NL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nds_NL; +} + +if (goog.LOCALE == 'ne_IN' || goog.LOCALE == 'ne-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ne_IN; +} + +if (goog.LOCALE == 'ne_NP' || goog.LOCALE == 'ne-NP') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ne_NP; +} + +if (goog.LOCALE == 'nl_AW' || goog.LOCALE == 'nl-AW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nl_AW; +} + +if (goog.LOCALE == 'nl_BE' || goog.LOCALE == 'nl-BE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nl_BE; +} + +if (goog.LOCALE == 'nl_BQ' || goog.LOCALE == 'nl-BQ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nl_BQ; +} + +if (goog.LOCALE == 'nl_CW' || goog.LOCALE == 'nl-CW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nl_CW; +} + +if (goog.LOCALE == 'nl_NL' || goog.LOCALE == 'nl-NL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nl_NL; +} + +if (goog.LOCALE == 'nl_SR' || goog.LOCALE == 'nl-SR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nl_SR; +} + +if (goog.LOCALE == 'nl_SX' || goog.LOCALE == 'nl-SX') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nl_SX; +} + +if (goog.LOCALE == 'nmg') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nmg; +} + +if (goog.LOCALE == 'nmg_CM' || goog.LOCALE == 'nmg-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nmg_CM; +} + +if (goog.LOCALE == 'nn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nn; +} + +if (goog.LOCALE == 'nn_NO' || goog.LOCALE == 'nn-NO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nn_NO; +} + +if (goog.LOCALE == 'nnh') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nnh; +} + +if (goog.LOCALE == 'nnh_CM' || goog.LOCALE == 'nnh-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nnh_CM; +} + +if (goog.LOCALE == 'nus') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nus; +} + +if (goog.LOCALE == 'nus_SS' || goog.LOCALE == 'nus-SS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nus_SS; +} + +if (goog.LOCALE == 'nyn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nyn; +} + +if (goog.LOCALE == 'nyn_UG' || goog.LOCALE == 'nyn-UG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nyn_UG; +} + +if (goog.LOCALE == 'om') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_om; +} + +if (goog.LOCALE == 'om_ET' || goog.LOCALE == 'om-ET') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_om_ET; +} + +if (goog.LOCALE == 'om_KE' || goog.LOCALE == 'om-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_om_KE; +} + +if (goog.LOCALE == 'or_IN' || goog.LOCALE == 'or-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_or_IN; +} + +if (goog.LOCALE == 'os') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_os; +} + +if (goog.LOCALE == 'os_GE' || goog.LOCALE == 'os-GE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_os_GE; +} + +if (goog.LOCALE == 'os_RU' || goog.LOCALE == 'os-RU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_os_RU; +} + +if (goog.LOCALE == 'pa_Arab' || goog.LOCALE == 'pa-Arab') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pa_Arab; +} + +if (goog.LOCALE == 'pa_Arab_PK' || goog.LOCALE == 'pa-Arab-PK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pa_Arab_PK; +} + +if (goog.LOCALE == 'pa_Guru' || goog.LOCALE == 'pa-Guru') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pa_Guru; +} + +if (goog.LOCALE == 'pa_Guru_IN' || goog.LOCALE == 'pa-Guru-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pa_Guru_IN; +} + +if (goog.LOCALE == 'pl_PL' || goog.LOCALE == 'pl-PL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pl_PL; +} + +if (goog.LOCALE == 'ps') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ps; +} + +if (goog.LOCALE == 'ps_AF' || goog.LOCALE == 'ps-AF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ps_AF; +} + +if (goog.LOCALE == 'pt_AO' || goog.LOCALE == 'pt-AO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_AO; +} + +if (goog.LOCALE == 'pt_CH' || goog.LOCALE == 'pt-CH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_CH; +} + +if (goog.LOCALE == 'pt_CV' || goog.LOCALE == 'pt-CV') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_CV; +} + +if (goog.LOCALE == 'pt_GQ' || goog.LOCALE == 'pt-GQ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_GQ; +} + +if (goog.LOCALE == 'pt_GW' || goog.LOCALE == 'pt-GW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_GW; +} + +if (goog.LOCALE == 'pt_LU' || goog.LOCALE == 'pt-LU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_LU; +} + +if (goog.LOCALE == 'pt_MO' || goog.LOCALE == 'pt-MO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_MO; +} + +if (goog.LOCALE == 'pt_MZ' || goog.LOCALE == 'pt-MZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_MZ; +} + +if (goog.LOCALE == 'pt_ST' || goog.LOCALE == 'pt-ST') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_ST; +} + +if (goog.LOCALE == 'pt_TL' || goog.LOCALE == 'pt-TL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_TL; +} + +if (goog.LOCALE == 'qu') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_qu; +} + +if (goog.LOCALE == 'qu_BO' || goog.LOCALE == 'qu-BO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_qu_BO; +} + +if (goog.LOCALE == 'qu_EC' || goog.LOCALE == 'qu-EC') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_qu_EC; +} + +if (goog.LOCALE == 'qu_PE' || goog.LOCALE == 'qu-PE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_qu_PE; +} + +if (goog.LOCALE == 'rm') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rm; +} + +if (goog.LOCALE == 'rm_CH' || goog.LOCALE == 'rm-CH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rm_CH; +} + +if (goog.LOCALE == 'rn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rn; +} + +if (goog.LOCALE == 'rn_BI' || goog.LOCALE == 'rn-BI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rn_BI; +} + +if (goog.LOCALE == 'ro_MD' || goog.LOCALE == 'ro-MD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ro_MD; +} + +if (goog.LOCALE == 'ro_RO' || goog.LOCALE == 'ro-RO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ro_RO; +} + +if (goog.LOCALE == 'rof') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rof; +} + +if (goog.LOCALE == 'rof_TZ' || goog.LOCALE == 'rof-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rof_TZ; +} + +if (goog.LOCALE == 'ru_BY' || goog.LOCALE == 'ru-BY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ru_BY; +} + +if (goog.LOCALE == 'ru_KG' || goog.LOCALE == 'ru-KG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ru_KG; +} + +if (goog.LOCALE == 'ru_KZ' || goog.LOCALE == 'ru-KZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ru_KZ; +} + +if (goog.LOCALE == 'ru_MD' || goog.LOCALE == 'ru-MD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ru_MD; +} + +if (goog.LOCALE == 'ru_RU' || goog.LOCALE == 'ru-RU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ru_RU; +} + +if (goog.LOCALE == 'ru_UA' || goog.LOCALE == 'ru-UA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ru_UA; +} + +if (goog.LOCALE == 'rw') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rw; +} + +if (goog.LOCALE == 'rw_RW' || goog.LOCALE == 'rw-RW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rw_RW; +} + +if (goog.LOCALE == 'rwk') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rwk; +} + +if (goog.LOCALE == 'rwk_TZ' || goog.LOCALE == 'rwk-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_rwk_TZ; +} + +if (goog.LOCALE == 'sah') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sah; +} + +if (goog.LOCALE == 'sah_RU' || goog.LOCALE == 'sah-RU') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sah_RU; +} + +if (goog.LOCALE == 'saq') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_saq; +} + +if (goog.LOCALE == 'saq_KE' || goog.LOCALE == 'saq-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_saq_KE; +} + +if (goog.LOCALE == 'sbp') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sbp; +} + +if (goog.LOCALE == 'sbp_TZ' || goog.LOCALE == 'sbp-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sbp_TZ; +} + +if (goog.LOCALE == 'se') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_se; +} + +if (goog.LOCALE == 'se_FI' || goog.LOCALE == 'se-FI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_se_FI; +} + +if (goog.LOCALE == 'se_NO' || goog.LOCALE == 'se-NO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_se_NO; +} + +if (goog.LOCALE == 'se_SE' || goog.LOCALE == 'se-SE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_se_SE; +} + +if (goog.LOCALE == 'seh') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_seh; +} + +if (goog.LOCALE == 'seh_MZ' || goog.LOCALE == 'seh-MZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_seh_MZ; +} + +if (goog.LOCALE == 'ses') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ses; +} + +if (goog.LOCALE == 'ses_ML' || goog.LOCALE == 'ses-ML') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ses_ML; +} + +if (goog.LOCALE == 'sg') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sg; +} + +if (goog.LOCALE == 'sg_CF' || goog.LOCALE == 'sg-CF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sg_CF; +} + +if (goog.LOCALE == 'shi') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_shi; +} + +if (goog.LOCALE == 'shi_Latn' || goog.LOCALE == 'shi-Latn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_shi_Latn; +} + +if (goog.LOCALE == 'shi_Latn_MA' || goog.LOCALE == 'shi-Latn-MA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_shi_Latn_MA; +} + +if (goog.LOCALE == 'shi_Tfng' || goog.LOCALE == 'shi-Tfng') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_shi_Tfng; +} + +if (goog.LOCALE == 'shi_Tfng_MA' || goog.LOCALE == 'shi-Tfng-MA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_shi_Tfng_MA; +} + +if (goog.LOCALE == 'si_LK' || goog.LOCALE == 'si-LK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_si_LK; +} + +if (goog.LOCALE == 'sk_SK' || goog.LOCALE == 'sk-SK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sk_SK; +} + +if (goog.LOCALE == 'sl_SI' || goog.LOCALE == 'sl-SI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sl_SI; +} + +if (goog.LOCALE == 'smn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_smn; +} + +if (goog.LOCALE == 'smn_FI' || goog.LOCALE == 'smn-FI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_smn_FI; +} + +if (goog.LOCALE == 'sn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sn; +} + +if (goog.LOCALE == 'sn_ZW' || goog.LOCALE == 'sn-ZW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sn_ZW; +} + +if (goog.LOCALE == 'so') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_so; +} + +if (goog.LOCALE == 'so_DJ' || goog.LOCALE == 'so-DJ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_so_DJ; +} + +if (goog.LOCALE == 'so_ET' || goog.LOCALE == 'so-ET') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_so_ET; +} + +if (goog.LOCALE == 'so_KE' || goog.LOCALE == 'so-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_so_KE; +} + +if (goog.LOCALE == 'so_SO' || goog.LOCALE == 'so-SO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_so_SO; +} + +if (goog.LOCALE == 'sq_AL' || goog.LOCALE == 'sq-AL') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sq_AL; +} + +if (goog.LOCALE == 'sq_MK' || goog.LOCALE == 'sq-MK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sq_MK; +} + +if (goog.LOCALE == 'sq_XK' || goog.LOCALE == 'sq-XK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sq_XK; +} + +if (goog.LOCALE == 'sr_Cyrl' || goog.LOCALE == 'sr-Cyrl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Cyrl; +} + +if (goog.LOCALE == 'sr_Cyrl_BA' || goog.LOCALE == 'sr-Cyrl-BA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Cyrl_BA; +} + +if (goog.LOCALE == 'sr_Cyrl_ME' || goog.LOCALE == 'sr-Cyrl-ME') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Cyrl_ME; +} + +if (goog.LOCALE == 'sr_Cyrl_RS' || goog.LOCALE == 'sr-Cyrl-RS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Cyrl_RS; +} + +if (goog.LOCALE == 'sr_Cyrl_XK' || goog.LOCALE == 'sr-Cyrl-XK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Cyrl_XK; +} + +if (goog.LOCALE == 'sr_Latn_BA' || goog.LOCALE == 'sr-Latn-BA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Latn_BA; +} + +if (goog.LOCALE == 'sr_Latn_ME' || goog.LOCALE == 'sr-Latn-ME') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Latn_ME; +} + +if (goog.LOCALE == 'sr_Latn_RS' || goog.LOCALE == 'sr-Latn-RS') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Latn_RS; +} + +if (goog.LOCALE == 'sr_Latn_XK' || goog.LOCALE == 'sr-Latn-XK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr_Latn_XK; +} + +if (goog.LOCALE == 'sv_AX' || goog.LOCALE == 'sv-AX') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sv_AX; +} + +if (goog.LOCALE == 'sv_FI' || goog.LOCALE == 'sv-FI') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sv_FI; +} + +if (goog.LOCALE == 'sv_SE' || goog.LOCALE == 'sv-SE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sv_SE; +} + +if (goog.LOCALE == 'sw_CD' || goog.LOCALE == 'sw-CD') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sw_CD; +} + +if (goog.LOCALE == 'sw_KE' || goog.LOCALE == 'sw-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sw_KE; +} + +if (goog.LOCALE == 'sw_TZ' || goog.LOCALE == 'sw-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sw_TZ; +} + +if (goog.LOCALE == 'sw_UG' || goog.LOCALE == 'sw-UG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sw_UG; +} + +if (goog.LOCALE == 'ta_IN' || goog.LOCALE == 'ta-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ta_IN; +} + +if (goog.LOCALE == 'ta_LK' || goog.LOCALE == 'ta-LK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ta_LK; +} + +if (goog.LOCALE == 'ta_MY' || goog.LOCALE == 'ta-MY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ta_MY; +} + +if (goog.LOCALE == 'ta_SG' || goog.LOCALE == 'ta-SG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ta_SG; +} + +if (goog.LOCALE == 'te_IN' || goog.LOCALE == 'te-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_te_IN; +} + +if (goog.LOCALE == 'teo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_teo; +} + +if (goog.LOCALE == 'teo_KE' || goog.LOCALE == 'teo-KE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_teo_KE; +} + +if (goog.LOCALE == 'teo_UG' || goog.LOCALE == 'teo-UG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_teo_UG; +} + +if (goog.LOCALE == 'th_TH' || goog.LOCALE == 'th-TH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_th_TH; +} + +if (goog.LOCALE == 'ti') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ti; +} + +if (goog.LOCALE == 'ti_ER' || goog.LOCALE == 'ti-ER') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ti_ER; +} + +if (goog.LOCALE == 'ti_ET' || goog.LOCALE == 'ti-ET') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ti_ET; +} + +if (goog.LOCALE == 'to') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_to; +} + +if (goog.LOCALE == 'to_TO' || goog.LOCALE == 'to-TO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_to_TO; +} + +if (goog.LOCALE == 'tr_CY' || goog.LOCALE == 'tr-CY') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_tr_CY; +} + +if (goog.LOCALE == 'tr_TR' || goog.LOCALE == 'tr-TR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_tr_TR; +} + +if (goog.LOCALE == 'twq') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_twq; +} + +if (goog.LOCALE == 'twq_NE' || goog.LOCALE == 'twq-NE') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_twq_NE; +} + +if (goog.LOCALE == 'tzm') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_tzm; +} + +if (goog.LOCALE == 'tzm_MA' || goog.LOCALE == 'tzm-MA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_tzm_MA; +} + +if (goog.LOCALE == 'ug') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ug; +} + +if (goog.LOCALE == 'ug_CN' || goog.LOCALE == 'ug-CN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ug_CN; +} + +if (goog.LOCALE == 'uk_UA' || goog.LOCALE == 'uk-UA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uk_UA; +} + +if (goog.LOCALE == 'ur_IN' || goog.LOCALE == 'ur-IN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ur_IN; +} + +if (goog.LOCALE == 'ur_PK' || goog.LOCALE == 'ur-PK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ur_PK; +} + +if (goog.LOCALE == 'uz_Arab' || goog.LOCALE == 'uz-Arab') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uz_Arab; +} + +if (goog.LOCALE == 'uz_Arab_AF' || goog.LOCALE == 'uz-Arab-AF') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uz_Arab_AF; +} + +if (goog.LOCALE == 'uz_Cyrl' || goog.LOCALE == 'uz-Cyrl') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uz_Cyrl; +} + +if (goog.LOCALE == 'uz_Cyrl_UZ' || goog.LOCALE == 'uz-Cyrl-UZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uz_Cyrl_UZ; +} + +if (goog.LOCALE == 'uz_Latn' || goog.LOCALE == 'uz-Latn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uz_Latn; +} + +if (goog.LOCALE == 'uz_Latn_UZ' || goog.LOCALE == 'uz-Latn-UZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uz_Latn_UZ; +} + +if (goog.LOCALE == 'vai') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vai; +} + +if (goog.LOCALE == 'vai_Latn' || goog.LOCALE == 'vai-Latn') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vai_Latn; +} + +if (goog.LOCALE == 'vai_Latn_LR' || goog.LOCALE == 'vai-Latn-LR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vai_Latn_LR; +} + +if (goog.LOCALE == 'vai_Vaii' || goog.LOCALE == 'vai-Vaii') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vai_Vaii; +} + +if (goog.LOCALE == 'vai_Vaii_LR' || goog.LOCALE == 'vai-Vaii-LR') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vai_Vaii_LR; +} + +if (goog.LOCALE == 'vi_VN' || goog.LOCALE == 'vi-VN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vi_VN; +} + +if (goog.LOCALE == 'vun') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vun; +} + +if (goog.LOCALE == 'vun_TZ' || goog.LOCALE == 'vun-TZ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vun_TZ; +} + +if (goog.LOCALE == 'wae') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_wae; +} + +if (goog.LOCALE == 'wae_CH' || goog.LOCALE == 'wae-CH') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_wae_CH; +} + +if (goog.LOCALE == 'xog') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_xog; +} + +if (goog.LOCALE == 'xog_UG' || goog.LOCALE == 'xog-UG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_xog_UG; +} + +if (goog.LOCALE == 'yav') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_yav; +} + +if (goog.LOCALE == 'yav_CM' || goog.LOCALE == 'yav-CM') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_yav_CM; +} + +if (goog.LOCALE == 'yi') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_yi; +} + +if (goog.LOCALE == 'yi_001' || goog.LOCALE == 'yi-001') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_yi_001; +} + +if (goog.LOCALE == 'yo') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_yo; +} + +if (goog.LOCALE == 'yo_BJ' || goog.LOCALE == 'yo-BJ') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_yo_BJ; +} + +if (goog.LOCALE == 'yo_NG' || goog.LOCALE == 'yo-NG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_yo_NG; +} + +if (goog.LOCALE == 'yue') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_yue; +} + +if (goog.LOCALE == 'yue_HK' || goog.LOCALE == 'yue-HK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_yue_HK; +} + +if (goog.LOCALE == 'zgh') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zgh; +} + +if (goog.LOCALE == 'zgh_MA' || goog.LOCALE == 'zgh-MA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zgh_MA; +} + +if (goog.LOCALE == 'zh_Hans' || goog.LOCALE == 'zh-Hans') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_Hans; +} + +if (goog.LOCALE == 'zh_Hans_CN' || goog.LOCALE == 'zh-Hans-CN') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_Hans_CN; +} + +if (goog.LOCALE == 'zh_Hans_HK' || goog.LOCALE == 'zh-Hans-HK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_Hans_HK; +} + +if (goog.LOCALE == 'zh_Hans_MO' || goog.LOCALE == 'zh-Hans-MO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_Hans_MO; +} + +if (goog.LOCALE == 'zh_Hans_SG' || goog.LOCALE == 'zh-Hans-SG') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_Hans_SG; +} + +if (goog.LOCALE == 'zh_Hant' || goog.LOCALE == 'zh-Hant') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_Hant; +} + +if (goog.LOCALE == 'zh_Hant_HK' || goog.LOCALE == 'zh-Hant-HK') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_Hant_HK; +} + +if (goog.LOCALE == 'zh_Hant_MO' || goog.LOCALE == 'zh-Hant-MO') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_Hant_MO; +} + +if (goog.LOCALE == 'zh_Hant_TW' || goog.LOCALE == 'zh-Hant-TW') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_Hant_TW; +} + +if (goog.LOCALE == 'zu_ZA' || goog.LOCALE == 'zu-ZA') { + goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zu_ZA; +} diff --git a/i18n/closure/datetimesymbols.js b/i18n/closure/datetimesymbols.js deleted file mode 100644 index 86a7fca7c903..000000000000 --- a/i18n/closure/datetimesymbols.js +++ /dev/null @@ -1,3350 +0,0 @@ -// Copyright 2011 The Closure Library Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS-IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -/** - * @fileoverview Date/time formatting symbols for all locales. - * - * This file is autogenerated by script. See - * http://go/generate_datetime_constants.py using the --for_closure flag. - * - * To reduce the file size (which may cause issues in some JS - * developing environments), this file will only contain locales - * that are usually supported by google products. It is a super - * set of 40 languages. Rest of the data can be found in another file - * named "datetimesymbolsext.js", which will be generated at the same - * time as this file. - * Before checkin, this file could have been manually edited. This is - * to incorporate changes before we could correct CLDR. All manual - * modification must be documented in this section, and should be - * removed after those changes land to CLDR. - */ - -goog.provide('goog.i18n.DateTimeSymbols'); -goog.provide('goog.i18n.DateTimeSymbols_am'); -goog.provide('goog.i18n.DateTimeSymbols_ar'); -goog.provide('goog.i18n.DateTimeSymbols_bg'); -goog.provide('goog.i18n.DateTimeSymbols_bn'); -goog.provide('goog.i18n.DateTimeSymbols_ca'); -goog.provide('goog.i18n.DateTimeSymbols_cs'); -goog.provide('goog.i18n.DateTimeSymbols_da'); -goog.provide('goog.i18n.DateTimeSymbols_de'); -goog.provide('goog.i18n.DateTimeSymbols_de_AT'); -goog.provide('goog.i18n.DateTimeSymbols_de_CH'); -goog.provide('goog.i18n.DateTimeSymbols_el'); -goog.provide('goog.i18n.DateTimeSymbols_en'); -goog.provide('goog.i18n.DateTimeSymbols_en_AU'); -goog.provide('goog.i18n.DateTimeSymbols_en_GB'); -goog.provide('goog.i18n.DateTimeSymbols_en_IE'); -goog.provide('goog.i18n.DateTimeSymbols_en_IN'); -goog.provide('goog.i18n.DateTimeSymbols_en_ISO'); -goog.provide('goog.i18n.DateTimeSymbols_en_SG'); -goog.provide('goog.i18n.DateTimeSymbols_en_US'); -goog.provide('goog.i18n.DateTimeSymbols_en_ZA'); -goog.provide('goog.i18n.DateTimeSymbols_es'); -goog.provide('goog.i18n.DateTimeSymbols_et'); -goog.provide('goog.i18n.DateTimeSymbols_eu'); -goog.provide('goog.i18n.DateTimeSymbols_fa'); -goog.provide('goog.i18n.DateTimeSymbols_fi'); -goog.provide('goog.i18n.DateTimeSymbols_fil'); -goog.provide('goog.i18n.DateTimeSymbols_fr'); -goog.provide('goog.i18n.DateTimeSymbols_fr_CA'); -goog.provide('goog.i18n.DateTimeSymbols_gl'); -goog.provide('goog.i18n.DateTimeSymbols_gsw'); -goog.provide('goog.i18n.DateTimeSymbols_gu'); -goog.provide('goog.i18n.DateTimeSymbols_he'); -goog.provide('goog.i18n.DateTimeSymbols_hi'); -goog.provide('goog.i18n.DateTimeSymbols_hr'); -goog.provide('goog.i18n.DateTimeSymbols_hu'); -goog.provide('goog.i18n.DateTimeSymbols_id'); -goog.provide('goog.i18n.DateTimeSymbols_in'); -goog.provide('goog.i18n.DateTimeSymbols_is'); -goog.provide('goog.i18n.DateTimeSymbols_it'); -goog.provide('goog.i18n.DateTimeSymbols_iw'); -goog.provide('goog.i18n.DateTimeSymbols_ja'); -goog.provide('goog.i18n.DateTimeSymbols_kn'); -goog.provide('goog.i18n.DateTimeSymbols_ko'); -goog.provide('goog.i18n.DateTimeSymbols_ln'); -goog.provide('goog.i18n.DateTimeSymbols_lt'); -goog.provide('goog.i18n.DateTimeSymbols_lv'); -goog.provide('goog.i18n.DateTimeSymbols_ml'); -goog.provide('goog.i18n.DateTimeSymbols_mo'); -goog.provide('goog.i18n.DateTimeSymbols_mr'); -goog.provide('goog.i18n.DateTimeSymbols_ms'); -goog.provide('goog.i18n.DateTimeSymbols_mt'); -goog.provide('goog.i18n.DateTimeSymbols_nl'); -goog.provide('goog.i18n.DateTimeSymbols_no'); -goog.provide('goog.i18n.DateTimeSymbols_or'); -goog.provide('goog.i18n.DateTimeSymbols_pl'); -goog.provide('goog.i18n.DateTimeSymbols_pt'); -goog.provide('goog.i18n.DateTimeSymbols_pt_BR'); -goog.provide('goog.i18n.DateTimeSymbols_pt_PT'); -goog.provide('goog.i18n.DateTimeSymbols_ro'); -goog.provide('goog.i18n.DateTimeSymbols_ru'); -goog.provide('goog.i18n.DateTimeSymbols_sk'); -goog.provide('goog.i18n.DateTimeSymbols_sl'); -goog.provide('goog.i18n.DateTimeSymbols_sq'); -goog.provide('goog.i18n.DateTimeSymbols_sr'); -goog.provide('goog.i18n.DateTimeSymbols_sv'); -goog.provide('goog.i18n.DateTimeSymbols_sw'); -goog.provide('goog.i18n.DateTimeSymbols_ta'); -goog.provide('goog.i18n.DateTimeSymbols_te'); -goog.provide('goog.i18n.DateTimeSymbols_th'); -goog.provide('goog.i18n.DateTimeSymbols_tl'); -goog.provide('goog.i18n.DateTimeSymbols_tr'); -goog.provide('goog.i18n.DateTimeSymbols_uk'); -goog.provide('goog.i18n.DateTimeSymbols_ur'); -goog.provide('goog.i18n.DateTimeSymbols_vi'); -goog.provide('goog.i18n.DateTimeSymbols_zh'); -goog.provide('goog.i18n.DateTimeSymbols_zh_CN'); -goog.provide('goog.i18n.DateTimeSymbols_zh_HK'); -goog.provide('goog.i18n.DateTimeSymbols_zh_TW'); - - -/** - * Date/time formatting symbols for locale en_ISO. - */ -goog.i18n.DateTimeSymbols_en_ISO = { - ERAS: ['BC', 'AD'], - ERANAMES: ['Before Christ', 'Anno Domini'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', - 'August', 'September', 'October', 'November', 'December'], - STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', - 'July', 'August', 'September', 'October', 'November', 'December'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', - 'Oct', 'Nov', 'Dec'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', - 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - 'Saturday'], - STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', - 'Friday', 'Saturday'], - SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, y MMMM dd', 'y MMMM d', 'y MMM d', 'yyyy-MM-dd'], - TIMEFORMATS: ['HH:mm:ss v', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - AVAILABLEFORMATS: {'Md': 'M/d', 'MMMMd': 'MMMM d', 'MMMd': 'MMM d'}, - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale am. - */ -goog.i18n.DateTimeSymbols_am = { - ERAS: ['ዓ/ዓ', 'ዓ/ም'], - ERANAMES: ['ዓመተ ዓለም', 'ዓመተ ምሕረት'], - NARROWMONTHS: ['ጃ', 'ፌ', 'ማ', 'ኤ', 'ሜ', 'ጁ', 'ጁ', 'ኦ', 'ሴ', - 'ኦ', 'ኖ', 'ዲ'], - STANDALONENARROWMONTHS: ['ጃ', 'ፌ', 'ማ', 'ኤ', 'ሜ', 'ጁ', 'ጁ', - 'ኦ', 'ሴ', 'ኦ', 'ኖ', 'ዲ'], - MONTHS: ['ጃንዩወሪ', 'ፌብሩወሪ', 'ማርች', 'ኤፕረል', - 'ሜይ', 'ጁን', 'ጁላይ', 'ኦገስት', 'ሴፕቴምበር', - 'ኦክተውበር', 'ኖቬምበር', 'ዲሴምበር'], - STANDALONEMONTHS: ['ጃንዩወሪ', 'ፌብሩወሪ', 'ማርች', - 'ኤፕረል', 'ሜይ', 'ጁን', 'ጁላይ', 'ኦገስት', - 'ሴፕቴምበር', 'ኦክተውበር', 'ኖቬምበር', - 'ዲሴምበር'], - SHORTMONTHS: ['ጃንዩ', 'ፌብሩ', 'ማርች', 'ኤፕረ', 'ሜይ', - 'ጁን', 'ጁላይ', 'ኦገስ', 'ሴፕቴ', 'ኦክተ', 'ኖቬም', - 'ዲሴም'], - STANDALONESHORTMONTHS: ['ጃንዩ', 'ፌብሩ', 'ማርች', 'ኤፕረ', - 'ሜይ', 'ጁን', 'ጁላይ', 'ኦገስ', 'ሴፕቴ', 'ኦክተ', - 'ኖቬም', 'ዲሴም'], - WEEKDAYS: ['እሑድ', 'ሰኞ', 'ማክሰኞ', 'ረቡዕ', 'ሐሙስ', - 'ዓርብ', 'ቅዳሜ'], - STANDALONEWEEKDAYS: ['እሑድ', 'ሰኞ', 'ማክሰኞ', 'ረቡዕ', - 'ሐሙስ', 'ዓርብ', 'ቅዳሜ'], - SHORTWEEKDAYS: ['እሑድ', 'ሰኞ', 'ማክሰ', 'ረቡዕ', 'ሐሙስ', - 'ዓርብ', 'ቅዳሜ'], - STANDALONESHORTWEEKDAYS: ['እሑድ', 'ሰኞ', 'ማክሰ', 'ረቡዕ', - 'ሐሙስ', 'ዓርብ', 'ቅዳሜ'], - NARROWWEEKDAYS: ['እ', 'ሰ', 'ማ', 'ረ', 'ሐ', 'ዓ', 'ቅ'], - STANDALONENARROWWEEKDAYS: ['እ', 'ሰ', 'ማ', 'ረ', 'ሐ', 'ዓ', 'ቅ'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - AMPMS: ['ጡዋት', 'ከሳዓት'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/yyyy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 5, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 1 -}; - - -/** - * Date/time formatting symbols for locale ar. - */ -goog.i18n.DateTimeSymbols_ar = { - ERAS: ['ق.م', 'م'], - ERANAMES: ['قبل الميلاد', 'ميلادي'], - NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', - 'ب', 'د'], - STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', - 'ك', 'ب', 'د'], - MONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', - 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', - 'نوفمبر', 'ديسمبر'], - STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', - 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', - 'أكتوبر', 'نوفمبر', 'ديسمبر'], - SHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', - 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', - 'أكتوبر', 'نوفمبر', 'ديسمبر'], - STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', - 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', - 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], - WEEKDAYS: ['الأحد', 'الإثنين', 'الثلاثاء', - 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], - STANDALONEWEEKDAYS: ['الأحد', 'الإثنين', 'الثلاثاء', - 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], - SHORTWEEKDAYS: ['أحد', 'إثنين', 'ثلاثاء', 'أربعاء', - 'خميس', 'جمعة', 'سبت'], - STANDALONESHORTWEEKDAYS: ['أحد', 'إثنين', 'ثلاثاء', - 'أربعاء', 'خميس', 'جمعة', 'سبت'], - NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], - STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], - SHORTQUARTERS: ['الربع الأول', 'الربع الثاني', - 'الربع الثالث', 'الربع الرابع'], - QUARTERS: ['الربع الأول', 'الربع الثاني', - 'الربع الثالث', 'الربع الرابع'], - AMPMS: ['ص', 'م'], - DATEFORMATS: ['EEEE، d MMMM، y', 'd MMMM، y', 'dd‏/MM‏/yyyy', - 'd‏/M‏/yyyy'], - TIMEFORMATS: ['zzzz h:mm:ss a', 'z h:mm:ss a', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 5, - WEEKENDRANGE: [4, 5], - FIRSTWEEKCUTOFFDAY: 1 -}; - - -/** - * Date/time formatting symbols for locale bg. - */ -goog.i18n.DateTimeSymbols_bg = { - ERAS: ['пр. н. е.', 'от н. е.'], - ERANAMES: ['пр.Хр.', 'сл.Хр.'], - NARROWMONTHS: ['я', 'ф', 'м', 'а', 'м', 'ю', 'ю', 'а', 'с', 'о', - 'н', 'д'], - STANDALONENARROWMONTHS: ['я', 'ф', 'м', 'а', 'м', 'ю', 'ю', 'а', 'с', - 'о', 'н', 'д'], - MONTHS: ['януари', 'февруари', 'март', 'април', - 'май', 'юни', 'юли', 'август', 'септември', - 'октомври', 'ноември', 'декември'], - STANDALONEMONTHS: ['януари', 'февруари', 'март', - 'април', 'май', 'юни', 'юли', 'август', - 'септември', 'октомври', 'ноември', - 'декември'], - SHORTMONTHS: ['ян.', 'февр.', 'март', 'апр.', 'май', 'юни', - 'юли', 'авг.', 'септ.', 'окт.', 'ноем.', 'дек.'], - STANDALONESHORTMONTHS: ['ян.', 'февр.', 'март', 'апр.', 'май', - 'юни', 'юли', 'авг.', 'септ.', 'окт.', 'ноем.', - 'дек.'], - WEEKDAYS: ['неделя', 'понеделник', 'вторник', - 'сряда', 'четвъртък', 'петък', 'събота'], - STANDALONEWEEKDAYS: ['неделя', 'понеделник', 'вторник', - 'сряда', 'четвъртък', 'петък', 'събота'], - SHORTWEEKDAYS: ['нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], - STANDALONESHORTWEEKDAYS: ['нд', 'пн', 'вт', 'ср', 'чт', 'пт', - 'сб'], - NARROWWEEKDAYS: ['н', 'п', 'в', 'с', 'ч', 'п', 'с'], - STANDALONENARROWWEEKDAYS: ['н', 'п', 'в', 'с', 'ч', 'п', 'с'], - SHORTQUARTERS: ['I трим.', 'II трим.', 'III трим.', - 'IV трим.'], - QUARTERS: ['1-во тримесечие', '2-ро тримесечие', - '3-то тримесечие', '4-то тримесечие'], - AMPMS: ['пр. об.', 'сл. об.'], - DATEFORMATS: ['dd MMMM y, EEEE', 'dd MMMM y', 'dd.MM.yyyy', 'dd.MM.yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale bn. - */ -goog.i18n.DateTimeSymbols_bn = { - ERAS: ['খৃষ্টপূর্ব', 'খৃষ্টাব্দ'], - ERANAMES: ['খৃষ্টপূর্ব', 'খৃষ্টাব্দ'], - NARROWMONTHS: ['জা', 'ফে', 'মা', 'এ', 'মে', 'জুন', - 'জু', 'আ', 'সে', 'অ', 'ন', 'ডি'], - STANDALONENARROWMONTHS: ['জা', 'ফে', 'মা', 'এ', 'মে', - 'জুন', 'জু', 'আ', 'সে', 'অ', 'ন', 'ডি'], - MONTHS: ['জানুয়ারী', 'ফেব্রুয়ারী', - 'মার্চ', 'এপ্রিল', 'মে', 'জুন', - 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', - 'অক্টোবর', 'নভেম্বর', - 'ডিসেম্বর'], - STANDALONEMONTHS: ['জানুয়ারী', - 'ফেব্রুয়ারী', 'মার্চ', - 'এপ্রিল', 'মে', 'জুন', 'জুলাই', - 'আগস্ট', 'সেপ্টেম্বর', - 'অক্টোবর', 'নভেম্বর', - 'ডিসেম্বর'], - SHORTMONTHS: ['জানুয়ারী', - 'ফেব্রুয়ারী', 'মার্চ', - 'এপ্রিল', 'মে', 'জুন', 'জুলাই', - 'আগস্ট', 'সেপ্টেম্বর', - 'অক্টোবর', 'নভেম্বর', - 'ডিসেম্বর'], - STANDALONESHORTMONTHS: ['জানুয়ারী', - 'ফেব্রুয়ারী', 'মার্চ', - 'এপ্রিল', 'মে', 'জুন', 'জুলাই', - 'আগস্ট', 'সেপ্টেম্বর', - 'অক্টোবর', 'নভেম্বর', - 'ডিসেম্বর'], - WEEKDAYS: ['রবিবার', 'সোমবার', - 'মঙ্গলবার', 'বুধবার', - 'বৃহষ্পতিবার', 'শুক্রবার', - 'শনিবার'], - STANDALONEWEEKDAYS: ['রবিবার', 'সোমবার', - 'মঙ্গলবার', 'বুধবার', - 'বৃহষ্পতিবার', 'শুক্রবার', - 'শনিবার'], - SHORTWEEKDAYS: ['রবি', 'সোম', 'মঙ্গল', 'বুধ', - 'বৃহস্পতি', 'শুক্র', 'শনি'], - STANDALONESHORTWEEKDAYS: ['রবি', 'সোম', 'মঙ্গল', - 'বুধ', 'বৃহস্পতি', 'শুক্র', 'শনি'], - NARROWWEEKDAYS: ['র', 'সো', 'ম', 'বু', 'বৃ', 'শু', 'শ'], - STANDALONENARROWWEEKDAYS: ['র', 'সো', 'ম', 'বু', 'বৃ', - 'শু', 'শ'], - SHORTQUARTERS: ['চতুর্থাংশ ১', - 'চতুর্থাংশ ২', 'চতুর্থাংশ ৩', - 'চতুর্থাংশ ৪'], - QUARTERS: ['প্রথম চতুর্থাংশ', - 'দ্বিতীয় চতুর্থাংশ', - 'তৃতীয় চতুর্থাংশ', - 'চতুর্থ চতুর্থাংশ'], - AMPMS: ['am', 'pm'], - DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd/M/yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale ca. - */ -goog.i18n.DateTimeSymbols_ca = { - ERAS: ['aC', 'dC'], - ERANAMES: ['abans de Crist', 'després de Crist'], - NARROWMONTHS: ['G', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['g', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', - 'n', 'd'], - MONTHS: ['de gener', 'de febrer', 'de març', 'd’abril', 'de maig', - 'de juny', 'de juliol', 'd’agost', 'de setembre', 'd’octubre', - 'de novembre', 'de desembre'], - STANDALONEMONTHS: ['gener', 'febrer', 'març', 'abril', 'maig', 'juny', - 'juliol', 'agost', 'setembre', 'octubre', 'novembre', 'desembre'], - SHORTMONTHS: ['de gen.', 'de febr.', 'de març', 'd’abr.', 'de maig', - 'de juny', 'de jul.', 'd’ag.', 'de set.', 'd’oct.', 'de nov.', - 'de des.'], - STANDALONESHORTMONTHS: ['gen.', 'febr.', 'març', 'abr.', 'maig', 'juny', - 'jul.', 'ag.', 'set.', 'oct.', 'nov.', 'des.'], - WEEKDAYS: ['diumenge', 'dilluns', 'dimarts', 'dimecres', 'dijous', - 'divendres', 'dissabte'], - STANDALONEWEEKDAYS: ['Diumenge', 'Dilluns', 'Dimarts', 'Dimecres', 'Dijous', - 'Divendres', 'dissabte'], - SHORTWEEKDAYS: ['dg.', 'dl.', 'dt.', 'dc.', 'dj.', 'dv.', 'ds.'], - STANDALONESHORTWEEKDAYS: ['dg', 'dl', 'dt', 'dc', 'dj', 'dv', 'ds'], - NARROWWEEKDAYS: ['G', 'l', 'T', 'C', 'J', 'V', 'S'], - STANDALONENARROWWEEKDAYS: ['g', 'l', 't', 'c', 'j', 'v', 's'], - SHORTQUARTERS: ['1T', '2T', '3T', '4T'], - QUARTERS: ['1r trimestre', '2n trimestre', '3r trimestre', '4t trimestre'], - AMPMS: ['a.m.', 'p.m.'], - DATEFORMATS: ['EEEE d MMMM \'de\' y', 'd MMMM \'de\' y', 'dd/MM/yyyy', - 'dd/MM/yy'], - TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale cs. - */ -goog.i18n.DateTimeSymbols_cs = { - ERAS: ['př.Kr.', 'po Kr.'], - ERANAMES: ['př.Kr.', 'po Kr.'], - NARROWMONTHS: ['l', 'ú', 'b', 'd', 'k', 'č', 'č', 's', 'z', 'ř', 'l', - 'p'], - STANDALONENARROWMONTHS: ['l', 'ú', 'b', 'd', 'k', 'č', 'č', 's', 'z', 'ř', - 'l', 'p'], - MONTHS: ['ledna', 'února', 'března', 'dubna', 'května', 'června', - 'července', 'srpna', 'září', 'října', 'listopadu', 'prosince'], - STANDALONEMONTHS: ['leden', 'únor', 'březen', 'duben', 'květen', 'červen', - 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec'], - SHORTMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], - STANDALONESHORTMONTHS: ['1.', '2.', '3.', '4.', '5.', '6.', '7.', '8.', '9.', - '10.', '11.', '12.'], - WEEKDAYS: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', - 'sobota'], - STANDALONEWEEKDAYS: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', - 'pátek', 'sobota'], - SHORTWEEKDAYS: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'], - STANDALONESHORTWEEKDAYS: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'], - NARROWWEEKDAYS: ['N', 'P', 'Ú', 'S', 'Č', 'P', 'S'], - STANDALONENARROWWEEKDAYS: ['N', 'P', 'Ú', 'S', 'Č', 'P', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1. čtvrtletí', '2. čtvrtletí', '3. čtvrtletí', - '4. čtvrtletí'], - AMPMS: ['dop.', 'odp.'], - DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd.M.yyyy', 'd.M.yy'], - TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale da. - */ -goog.i18n.DateTimeSymbols_da = { - ERAS: ['f.Kr.', 'e.Kr.'], - ERANAMES: ['f.Kr.', 'e.Kr.'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', - 'august', 'september', 'oktober', 'november', 'december'], - STANDALONEMONTHS: ['januar', 'februar', 'marts', 'april', 'maj', 'juni', - 'juli', 'august', 'september', 'oktober', 'november', 'december'], - SHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maj', 'jun.', 'jul.', 'aug.', - 'sep.', 'okt.', 'nov.', 'dec.'], - STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', - 'aug', 'sep', 'okt', 'nov', 'dec'], - WEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', - 'lørdag'], - STANDALONEWEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', - 'fredag', 'lørdag'], - SHORTWEEKDAYS: ['søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør'], - STANDALONESHORTWEEKDAYS: ['søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], - AMPMS: ['f.m.', 'e.m.'], - DATEFORMATS: ['EEEE \'den\' d. MMMM y', 'd. MMM y', 'dd/MM/yyyy', 'dd/MM/yy'], - TIMEFORMATS: ['HH.mm.ss zzzz', 'HH.mm.ss z', 'HH.mm.ss', 'HH.mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale de. - */ -goog.i18n.DateTimeSymbols_de = { - ERAS: ['v. Chr.', 'n. Chr.'], - ERANAMES: ['v. Chr.', 'n. Chr.'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', - 'August', 'September', 'Oktober', 'November', 'Dezember'], - STANDALONEMONTHS: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', - 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], - SHORTMONTHS: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', - 'Okt', 'Nov', 'Dez'], - STANDALONESHORTMONTHS: ['Jan.', 'Feb.', 'Mär', 'Apr.', 'Mai', 'Juni', 'Jul', - 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], - WEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', - 'Freitag', 'Samstag'], - STANDALONEWEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', - 'Donnerstag', 'Freitag', 'Samstag'], - SHORTWEEKDAYS: ['So.', 'Mo.', 'Di.', 'Mi.', 'Do.', 'Fr.', 'Sa.'], - STANDALONESHORTWEEKDAYS: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], - NARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal'], - AMPMS: ['vorm.', 'nachm.'], - DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'dd.MM.yyyy', 'dd.MM.yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale de_AT. - */ -goog.i18n.DateTimeSymbols_de_AT = { - ERAS: ['v. Chr.', 'n. Chr.'], - ERANAMES: ['v. Chr.', 'n. Chr.'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Jänner', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', - 'August', 'September', 'Oktober', 'November', 'Dezember'], - STANDALONEMONTHS: ['Jänner', 'Februar', 'März', 'April', 'Mai', 'Juni', - 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], - SHORTMONTHS: ['Jän', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', - 'Okt', 'Nov', 'Dez'], - STANDALONESHORTMONTHS: ['Jan.', 'Feb.', 'Mär', 'Apr.', 'Mai', 'Juni', 'Jul', - 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], - WEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', - 'Freitag', 'Samstag'], - STANDALONEWEEKDAYS: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', - 'Donnerstag', 'Freitag', 'Samstag'], - SHORTWEEKDAYS: ['So.', 'Mo.', 'Di.', 'Mi.', 'Do.', 'Fr.', 'Sa.'], - STANDALONESHORTWEEKDAYS: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], - NARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal'], - AMPMS: ['vorm.', 'nachm.'], - DATEFORMATS: ['EEEE, dd. MMMM y', 'dd. MMMM y', 'dd.MM.yyyy', 'dd.MM.yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale de_CH. - */ -goog.i18n.DateTimeSymbols_de_CH = goog.i18n.DateTimeSymbols_de; - - -/** - * Date/time formatting symbols for locale el. - */ -goog.i18n.DateTimeSymbols_el = { - ERAS: ['π.Χ.', 'μ.Χ.'], - ERANAMES: ['π.Χ.', 'μ.Χ.'], - NARROWMONTHS: ['Ι', 'Φ', 'Μ', 'Α', 'Μ', 'Ι', 'Ι', 'Α', 'Σ', 'Ο', - 'Ν', 'Δ'], - STANDALONENARROWMONTHS: ['Ι', 'Φ', 'Μ', 'Α', 'Μ', 'Ι', 'Ι', 'Α', 'Σ', - 'Ο', 'Ν', 'Δ'], - MONTHS: ['Ιανουαρίου', 'Φεβρουαρίου', 'Μαρτίου', - 'Απριλίου', 'Μαΐου', 'Ιουνίου', 'Ιουλίου', - 'Αυγούστου', 'Σεπτεμβρίου', 'Οκτωβρίου', - 'Νοεμβρίου', 'Δεκεμβρίου'], - STANDALONEMONTHS: ['Ιανουάριος', 'Φεβρουάριος', - 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', - 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', - 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος'], - SHORTMONTHS: ['Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαϊ', 'Ιουν', - 'Ιουλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ'], - STANDALONESHORTMONTHS: ['Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαϊ', - 'Ιουν', 'Ιουλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ'], - WEEKDAYS: ['Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', - 'Πέμπτη', 'Παρασκευή', 'Σάββατο'], - STANDALONEWEEKDAYS: ['Κυριακή', 'Δευτέρα', 'Τρίτη', - 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο'], - SHORTWEEKDAYS: ['Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', - 'Σαβ'], - STANDALONESHORTWEEKDAYS: ['Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', - 'Παρ', 'Σαβ'], - NARROWWEEKDAYS: ['Κ', 'Δ', 'Τ', 'Τ', 'Π', 'Π', 'Σ'], - STANDALONENARROWWEEKDAYS: ['Κ', 'Δ', 'Τ', 'Τ', 'Π', 'Π', 'Σ'], - SHORTQUARTERS: ['Τ1', 'Τ2', 'Τ3', 'Τ4'], - QUARTERS: ['1ο τρίμηνο', '2ο τρίμηνο', '3ο τρίμηνο', - '4ο τρίμηνο'], - AMPMS: ['π.μ.', 'μ.μ.'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd/M/yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale en. - */ -goog.i18n.DateTimeSymbols_en = { - ERAS: ['BC', 'AD'], - ERANAMES: ['Before Christ', 'Anno Domini'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', - 'August', 'September', 'October', 'November', 'December'], - STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', - 'July', 'August', 'September', 'October', 'November', 'December'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', - 'Oct', 'Nov', 'Dec'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', - 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - 'Saturday'], - STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', - 'Friday', 'Saturday'], - SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale en_AU. - */ -goog.i18n.DateTimeSymbols_en_AU = { - ERAS: ['BC', 'AD'], - ERANAMES: ['Before Christ', 'Anno Domini'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', - 'August', 'September', 'October', 'November', 'December'], - STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', - 'July', 'August', 'September', 'October', 'November', 'December'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', - 'Oct', 'Nov', 'Dec'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', - 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - 'Saturday'], - STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', - 'Friday', 'Saturday'], - SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'dd/MM/yyyy', 'd/MM/yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale en_GB. - */ -goog.i18n.DateTimeSymbols_en_GB = { - ERAS: ['BC', 'AD'], - ERANAMES: ['Before Christ', 'Anno Domini'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', - 'August', 'September', 'October', 'November', 'December'], - STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', - 'July', 'August', 'September', 'October', 'November', 'December'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', - 'Oct', 'Nov', 'Dec'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', - 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - 'Saturday'], - STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', - 'Friday', 'Saturday'], - SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/yyyy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale en_IE. - */ -goog.i18n.DateTimeSymbols_en_IE = { - ERAS: ['BC', 'AD'], - ERANAMES: ['Before Christ', 'Anno Domini'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', - 'August', 'September', 'October', 'November', 'December'], - STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', - 'July', 'August', 'September', 'October', 'November', 'December'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', - 'Oct', 'Nov', 'Dec'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', - 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - 'Saturday'], - STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', - 'Friday', 'Saturday'], - SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], - AMPMS: ['a.m.', 'p.m.'], - DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/yyyy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale en_IN. - */ -goog.i18n.DateTimeSymbols_en_IN = { - ERAS: ['BC', 'AD'], - ERANAMES: ['Before Christ', 'Anno Domini'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', - 'August', 'September', 'October', 'November', 'December'], - STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', - 'July', 'August', 'September', 'October', 'November', 'December'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', - 'Oct', 'Nov', 'Dec'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', - 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - 'Saturday'], - STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', - 'Friday', 'Saturday'], - SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'dd-MMM-y', 'dd/MM/yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [6, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale en_SG. - */ -goog.i18n.DateTimeSymbols_en_SG = { - ERAS: ['BC', 'AD'], - ERANAMES: ['Before Christ', 'Anno Domini'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', - 'August', 'September', 'October', 'November', 'December'], - STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', - 'July', 'August', 'September', 'October', 'November', 'December'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', - 'Oct', 'Nov', 'Dec'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', - 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - 'Saturday'], - STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', - 'Friday', 'Saturday'], - SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'd/M/yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale en_US. - */ -goog.i18n.DateTimeSymbols_en_US = goog.i18n.DateTimeSymbols_en; - - -/** - * Date/time formatting symbols for locale en_ZA. - */ -goog.i18n.DateTimeSymbols_en_ZA = { - ERAS: ['BC', 'AD'], - ERANAMES: ['Before Christ', 'Anno Domini'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', - 'August', 'September', 'October', 'November', 'December'], - STANDALONEMONTHS: ['January', 'February', 'March', 'April', 'May', 'June', - 'July', 'August', 'September', 'October', 'November', 'December'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', - 'Oct', 'Nov', 'Dec'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', - 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - WEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - 'Saturday'], - STANDALONEWEEKDAYS: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', - 'Friday', 'Saturday'], - SHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - STANDALONESHORTWEEKDAYS: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE dd MMMM y', 'dd MMMM y', 'dd MMM y', 'yyyy/MM/dd'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale es. - */ -goog.i18n.DateTimeSymbols_es = { - ERAS: ['a.C.', 'd.C.'], - ERANAMES: ['antes de Cristo', 'anno Dómini'], - NARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', - 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], - STANDALONEMONTHS: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', - 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'], - SHORTMONTHS: ['ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', - 'oct', 'nov', 'dic'], - STANDALONESHORTMONTHS: ['ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', - 'ago', 'sep', 'oct', 'nov', 'dic'], - WEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', - 'sábado'], - STANDALONEWEEKDAYS: ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', - 'viernes', 'sábado'], - SHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb'], - STANDALONESHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb'], - NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], - QUARTERS: ['1er trimestre', '2º trimestre', '3er trimestre', - '4º trimestre'], - AMPMS: ['a.m.', 'p.m.'], - DATEFORMATS: ['EEEE d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', - 'dd/MM/yyyy', 'dd/MM/yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale et. - */ -goog.i18n.DateTimeSymbols_et = { - ERAS: ['e.m.a.', 'm.a.j.'], - ERANAMES: ['enne meie aega', 'meie aja järgi'], - NARROWMONTHS: ['J', 'V', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'V', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', - 'august', 'september', 'oktoober', 'november', 'detsember'], - STANDALONEMONTHS: ['jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', - 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember'], - SHORTMONTHS: ['jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', 'juuli', - 'aug', 'sept', 'okt', 'nov', 'dets'], - STANDALONESHORTMONTHS: ['jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', - 'juuli', 'aug', 'sept', 'okt', 'nov', 'dets'], - WEEKDAYS: ['pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', - 'neljapäev', 'reede', 'laupäev'], - STANDALONEWEEKDAYS: ['pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', - 'neljapäev', 'reede', 'laupäev'], - SHORTWEEKDAYS: ['P', 'E', 'T', 'K', 'N', 'R', 'L'], - STANDALONESHORTWEEKDAYS: ['P', 'E', 'T', 'K', 'N', 'R', 'L'], - NARROWWEEKDAYS: ['P', 'E', 'T', 'K', 'N', 'R', 'L'], - STANDALONENARROWWEEKDAYS: ['P', 'E', 'T', 'K', 'N', 'R', 'L'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], - AMPMS: ['enne keskpäeva', 'pärast keskpäeva'], - DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'dd.MM.yyyy', 'dd.MM.yy'], - TIMEFORMATS: ['H:mm.ss zzzz', 'H:mm.ss z', 'H:mm.ss', 'H:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale eu. - */ -goog.i18n.DateTimeSymbols_eu = { - ERAS: ['BCE', 'CE'], - ERANAMES: ['BCE', 'CE'], - NARROWMONTHS: ['U', 'O', 'M', 'A', 'M', 'E', 'U', 'A', 'I', 'U', 'A', 'A'], - STANDALONENARROWMONTHS: ['U', 'O', 'M', 'A', 'M', 'E', 'U', 'A', 'I', 'U', - 'A', 'A'], - MONTHS: ['urtarrila', 'otsaila', 'martxoa', 'apirila', 'maiatza', 'ekaina', - 'uztaila', 'abuztua', 'iraila', 'urria', 'azaroa', 'abendua'], - STANDALONEMONTHS: ['urtarrila', 'otsaila', 'martxoa', 'apirila', 'maiatza', - 'ekaina', 'uztaila', 'abuztua', 'iraila', 'urria', 'azaroa', 'abendua'], - SHORTMONTHS: ['urt', 'ots', 'mar', 'api', 'mai', 'eka', 'uzt', 'abu', 'ira', - 'urr', 'aza', 'abe'], - STANDALONESHORTMONTHS: ['urt', 'ots', 'mar', 'api', 'mai', 'eka', 'uzt', - 'abu', 'ira', 'urr', 'aza', 'abe'], - WEEKDAYS: ['igandea', 'astelehena', 'asteartea', 'asteazkena', 'osteguna', - 'ostirala', 'larunbata'], - STANDALONEWEEKDAYS: ['igandea', 'astelehena', 'asteartea', 'asteazkena', - 'osteguna', 'ostirala', 'larunbata'], - SHORTWEEKDAYS: ['ig', 'al', 'as', 'az', 'og', 'or', 'lr'], - STANDALONESHORTWEEKDAYS: ['ig', 'al', 'as', 'az', 'og', 'or', 'lr'], - NARROWWEEKDAYS: ['1', '2', '3', '4', '5', '6', '7'], - STANDALONENARROWWEEKDAYS: ['1', '2', '3', '4', '5', '6', '7'], - SHORTQUARTERS: ['1Hh', '2Hh', '3Hh', '4Hh'], - QUARTERS: ['1. hiruhilekoa', '2. hiruhilekoa', '3. hiruhilekoa', - '4. hiruhilekoa'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, y\'eko\' MMMM\'ren\' dd\'a\'', - 'y\'eko\' MMM\'ren\' dd\'a\'', 'y MMM d', 'yyyy-MM-dd'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale fa. - */ -goog.i18n.DateTimeSymbols_fa = { - ERAS: ['ق.م.', 'ب. م.'], - ERANAMES: ['قبل از میلاد', 'میلادی'], - NARROWMONTHS: ['ژ', 'ف', 'م', 'آ', 'می', 'ژ', 'ژ', 'ا', 'س', 'ا', - 'ن', 'د'], - STANDALONENARROWMONTHS: ['ژ', 'ف', 'م', 'آ', 'می', 'ژ', 'ژ', 'ا', - 'س', 'ا', 'ن', 'د'], - MONTHS: ['ژانویهٔ', 'فوریهٔ', 'مارس', 'آوریل', 'می', - 'جون', 'جولای', 'آگوست', 'سپتامبر', 'اکتبر', - 'نوامبر', 'دسامبر'], - STANDALONEMONTHS: ['ژانویه', 'فوریه', 'مارس', 'آوریل', - 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', - 'اکتبر', 'نوامبر', 'دسامبر'], - SHORTMONTHS: ['ژانویهٔ', 'فوریهٔ', 'مارس', 'آوریل', - 'می', 'جون', 'جولای', 'اوت', 'سپتامبر', 'اکتبر', - 'نوامبر', 'دسامبر'], - STANDALONESHORTMONTHS: ['ژانویه', 'فوریه', 'مارس', - 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', - 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], - WEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', - 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], - STANDALONEWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', - 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], - SHORTWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', - 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], - STANDALONESHORTWEEKDAYS: ['یکشنبه', 'دوشنبه', 'سه‌شنبه', - 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'], - NARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], - STANDALONENARROWWEEKDAYS: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], - SHORTQUARTERS: ['س‌م۱', 'س‌م۲', 'س‌م۳', 'س‌م۴'], - QUARTERS: ['سه‌ماههٔ اول', 'سه‌ماههٔ دوم', - 'سه‌ماههٔ سوم', 'سه‌ماههٔ چهارم'], - AMPMS: ['قبل از ظهر', 'بعد از ظهر'], - DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], - TIMEFORMATS: ['H:mm:ss (zzzz)', 'H:mm:ss (z)', 'H:mm:ss', 'H:mm'], - FIRSTDAYOFWEEK: 5, - WEEKENDRANGE: [3, 4], - FIRSTWEEKCUTOFFDAY: 1 -}; - - -/** - * Date/time formatting symbols for locale fi. - */ -goog.i18n.DateTimeSymbols_fi = { - ERAS: ['eKr.', 'jKr.'], - ERANAMES: ['ennen Kristuksen syntymää', 'jälkeen Kristuksen syntymän'], - NARROWMONTHS: ['T', 'H', 'M', 'H', 'T', 'K', 'H', 'E', 'S', 'L', 'M', 'J'], - STANDALONENARROWMONTHS: ['T', 'H', 'M', 'H', 'T', 'K', 'H', 'E', 'S', 'L', - 'M', 'J'], - MONTHS: ['tammikuuta', 'helmikuuta', 'maaliskuuta', 'huhtikuuta', - 'toukokuuta', 'kesäkuuta', 'heinäkuuta', 'elokuuta', 'syyskuuta', - 'lokakuuta', 'marraskuuta', 'joulukuuta'], - STANDALONEMONTHS: ['tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', - 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', - 'marraskuu', 'joulukuu'], - SHORTMONTHS: ['tammikuuta', 'helmikuuta', 'maaliskuuta', 'huhtikuuta', - 'toukokuuta', 'kesäkuuta', 'heinäkuuta', 'elokuuta', 'syyskuuta', - 'lokakuuta', 'marraskuuta', 'joulukuuta'], - STANDALONESHORTMONTHS: ['tammi', 'helmi', 'maalis', 'huhti', 'touko', 'kesä', - 'heinä', 'elo', 'syys', 'loka', 'marras', 'joulu'], - WEEKDAYS: ['sunnuntaina', 'maanantaina', 'tiistaina', 'keskiviikkona', - 'torstaina', 'perjantaina', 'lauantaina'], - STANDALONEWEEKDAYS: ['sunnuntai', 'maanantai', 'tiistai', 'keskiviikko', - 'torstai', 'perjantai', 'lauantai'], - SHORTWEEKDAYS: ['su', 'ma', 'ti', 'ke', 'to', 'pe', 'la'], - STANDALONESHORTWEEKDAYS: ['su', 'ma', 'ti', 'ke', 'to', 'pe', 'la'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'K', 'T', 'P', 'L'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'K', 'T', 'P', 'L'], - SHORTQUARTERS: ['1. nelj.', '2. nelj.', '3. nelj.', '4. nelj.'], - QUARTERS: ['1. neljännes', '2. neljännes', '3. neljännes', - '4. neljännes'], - AMPMS: ['ap.', 'ip.'], - DATEFORMATS: ['cccc d. MMMM y', 'd. MMMM y', 'd.M.yyyy', 'd.M.yyyy'], - TIMEFORMATS: ['H.mm.ss zzzz', 'H.mm.ss z', 'H.mm.ss', 'H.mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale fil. - */ -goog.i18n.DateTimeSymbols_fil = { - ERAS: ['BCE', 'CE'], - ERANAMES: ['BCE', 'CE'], - NARROWMONTHS: ['E', 'P', 'M', 'A', 'M', 'H', 'H', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['E', 'P', 'M', 'A', 'M', 'H', 'H', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', 'Hulyo', - 'Agosto', 'Setyembre', 'Oktubre', 'Nobyembre', 'Disyembre'], - STANDALONEMONTHS: ['Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', - 'Hulyo', 'Agosto', 'Setyembre', 'Oktubre', 'Nobyembre', 'Disyembre'], - SHORTMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', - 'Okt', 'Nob', 'Dis'], - STANDALONESHORTMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', - 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], - WEEKDAYS: ['Linggo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', 'Biyernes', - 'Sabado'], - STANDALONEWEEKDAYS: ['Linggo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', - 'Biyernes', 'Sabado'], - SHORTWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Mye', 'Huw', 'Bye', 'Sab'], - STANDALONESHORTWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], - NARROWWEEKDAYS: ['L', 'L', 'M', 'M', 'H', 'B', 'S'], - STANDALONENARROWWEEKDAYS: ['L', 'L', 'M', 'M', 'H', 'B', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, MMMM dd y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale fr. - */ -goog.i18n.DateTimeSymbols_fr = { - ERAS: ['av. J.-C.', 'ap. J.-C.'], - ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', - 'août', 'septembre', 'octobre', 'novembre', 'décembre'], - STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', - 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], - SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', - 'août', 'sept.', 'oct.', 'nov.', 'déc.'], - STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', - 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], - WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', - 'samedi'], - STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', - 'vendredi', 'samedi'], - SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], - STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', - 'sam.'], - NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], - QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale fr_CA. - */ -goog.i18n.DateTimeSymbols_fr_CA = { - ERAS: ['av. J.-C.', 'ap. J.-C.'], - ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', - 'août', 'septembre', 'octobre', 'novembre', 'décembre'], - STANDALONEMONTHS: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', - 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], - SHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', - 'août', 'sept.', 'oct.', 'nov.', 'déc.'], - STANDALONESHORTMONTHS: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', - 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], - WEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', - 'samedi'], - STANDALONEWEEKDAYS: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', - 'vendredi', 'samedi'], - SHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], - STANDALONESHORTWEEKDAYS: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', - 'sam.'], - NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], - QUARTERS: ['1er trimestre', '2e trimestre', '3e trimestre', '4e trimestre'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'yyyy-MM-dd', 'yy-MM-dd'], - TIMEFORMATS: ['HH \'h\' mm \'min\' ss \'s\' zzzz', 'HH:mm:ss z', 'HH:mm:ss', - 'HH:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale gl. - */ -goog.i18n.DateTimeSymbols_gl = { - ERAS: ['a.C.', 'd.C.'], - ERANAMES: ['antes de Cristo', 'despois de Cristo'], - NARROWMONTHS: ['X', 'F', 'M', 'A', 'M', 'X', 'X', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['X', 'F', 'M', 'A', 'M', 'X', 'X', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', - 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro'], - STANDALONEMONTHS: ['Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', - 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro'], - SHORTMONTHS: ['Xan', 'Feb', 'Mar', 'Abr', 'Mai', 'Xuñ', 'Xul', 'Ago', 'Set', - 'Out', 'Nov', 'Dec'], - STANDALONESHORTMONTHS: ['Xan', 'Feb', 'Mar', 'Abr', 'Mai', 'Xuñ', 'Xul', - 'Ago', 'Set', 'Out', 'Nov', 'Dec'], - WEEKDAYS: ['Domingo', 'Luns', 'Martes', 'Mércores', 'Xoves', 'Venres', - 'Sábado'], - STANDALONEWEEKDAYS: ['Domingo', 'Luns', 'Martes', 'Mércores', 'Xoves', - 'Venres', 'Sábado'], - SHORTWEEKDAYS: ['Dom', 'Lun', 'Mar', 'Mér', 'Xov', 'Ven', 'Sáb'], - STANDALONESHORTWEEKDAYS: ['Dom', 'Lun', 'Mar', 'Mér', 'Xov', 'Ven', 'Sáb'], - NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'X', 'V', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'X', 'V', 'S'], - SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], - QUARTERS: ['1o trimestre', '2o trimestre', '3o trimestre', '4o trimestre'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE dd MMMM y', 'dd MMMM y', 'd MMM, y', 'dd/MM/yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale gsw. - */ -goog.i18n.DateTimeSymbols_gsw = { - ERAS: ['v. Chr.', 'n. Chr.'], - ERANAMES: ['v. Chr.', 'n. Chr.'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', - 'Auguscht', 'Septämber', 'Oktoober', 'Novämber', 'Dezämber'], - STANDALONEMONTHS: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', - 'Juli', 'Auguscht', 'Septämber', 'Oktoober', 'Novämber', 'Dezämber'], - SHORTMONTHS: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', - 'Okt', 'Nov', 'Dez'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', - 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], - WEEKDAYS: ['Sunntig', 'Määntig', 'Ziischtig', 'Mittwuch', 'Dunschtig', - 'Friitig', 'Samschtig'], - STANDALONEWEEKDAYS: ['Sunntig', 'Määntig', 'Ziischtig', 'Mittwuch', - 'Dunschtig', 'Friitig', 'Samschtig'], - SHORTWEEKDAYS: ['Su.', 'Mä.', 'Zi.', 'Mi.', 'Du.', 'Fr.', 'Sa.'], - STANDALONESHORTWEEKDAYS: ['Su.', 'Mä.', 'Zi.', 'Mi.', 'Du.', 'Fr.', 'Sa.'], - NARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'D', 'M', 'D', 'F', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal'], - AMPMS: ['vorm.', 'nam.'], - DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'dd.MM.yyyy', 'dd.MM.yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale gu. - */ -goog.i18n.DateTimeSymbols_gu = { - ERAS: ['ઈલુના જન્મ પહેસાં', - 'ઇસવીસન'], - ERANAMES: ['ઈસવીસન પૂર્વે', 'ઇસવીસન'], - NARROWMONTHS: ['જા', 'ફે', 'મા', 'એ', 'મે', 'જૂ', - 'જુ', 'ઑ', 'સ', 'ઑ', 'ન', 'ડિ'], - STANDALONENARROWMONTHS: ['જા', 'ફે', 'મા', 'એ', 'મે', - 'જૂ', 'જુ', 'ઑ', 'સ', 'ઑ', 'ન', 'ડિ'], - MONTHS: ['જાન્યુઆરી', 'ફેબ્રુઆરી', - 'માર્ચ', 'એપ્રિલ', 'મે', 'જૂન', - 'જુલાઈ', 'ઑગસ્ટ', 'સપ્ટેમ્બર', - 'ઑક્ટ્બર', 'નવેમ્બર', - 'ડિસેમ્બર'], - STANDALONEMONTHS: ['જાન્યુઆરી', - 'ફેબ્રુઆરી', 'માર્ચ', 'એપ્રિલ', - 'મે', 'જૂન', 'જુલાઈ', 'ઑગસ્ટ', - 'સપ્ટેમ્બર', 'ઑક્ટ્બર', - 'નવેમ્બર', 'ડિસેમ્બર'], - SHORTMONTHS: ['જાન્યુ', 'ફેબ્રુ', 'માર્ચ', - 'એપ્રિલ', 'મે', 'જૂન', 'જુલાઈ', - 'ઑગસ્ટ', 'સપ્ટે', 'ઑક્ટો', 'નવે', - 'ડિસે'], - STANDALONESHORTMONTHS: ['જાન્યુ', 'ફેબ્રુ', - 'માર્ચ', 'એપ્રિલ', 'મે', 'જૂન', - 'જુલાઈ', 'ઑગસ્ટ', 'સપ્ટે', - 'ઑક્ટો', 'નવે', 'ડિસે'], - WEEKDAYS: ['રવિવાર', 'સોમવાર', - 'મંગળવાર', 'બુધવાર', 'ગુરુવાર', - 'શુક્રવાર', 'શનિવાર'], - STANDALONEWEEKDAYS: ['રવિવાર', 'સોમવાર', - 'મંગળવાર', 'બુધવાર', 'ગુરુવાર', - 'શુક્રવાર', 'શનિવાર'], - SHORTWEEKDAYS: ['રવિ', 'સોમ', 'મંગળ', 'બુધ', - 'ગુરુ', 'શુક્ર', 'શનિ'], - STANDALONESHORTWEEKDAYS: ['રવિ', 'સોમ', 'મંગળ', - 'બુધ', 'ગુરુ', 'શુક્ર', 'શનિ'], - NARROWWEEKDAYS: ['ર', 'સો', 'મં', 'બુ', 'ગુ', 'શુ', - 'શ'], - STANDALONENARROWWEEKDAYS: ['ર', 'સો', 'મં', 'બુ', 'ગુ', - 'શુ', 'શ'], - SHORTQUARTERS: ['પેહલા હંત 1', - 'ત્રિમાસિક ૨', 'ત્રિમાસિક ૩', - 'ચૌતા હંત 4'], - QUARTERS: ['પેહલા હંત 1', 'ડૂસઋા હંત 2', - 'તીસઋા હંત 3', 'ચૌતા હંત 4'], - AMPMS: ['પૂર્વ મધ્યાહ્ન', - 'ઉત્તર મધ્યાહ્ન'], - DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd-MM-yy'], - TIMEFORMATS: ['hh:mm:ss a zzzz', 'hh:mm:ss a z', 'hh:mm:ss a', 'hh:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [6, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale he. - */ -goog.i18n.DateTimeSymbols_he = { - ERAS: ['לפנה״ס', 'לסה״נ'], - ERANAMES: ['לפני הספירה', 'לספירה'], - NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], - STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', - '11', '12'], - MONTHS: ['ינואר', 'פברואר', 'מרס', 'אפריל', 'מאי', - 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', - 'נובמבר', 'דצמבר'], - STANDALONEMONTHS: ['ינואר', 'פברואר', 'מרס', 'אפריל', - 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', - 'אוקטובר', 'נובמבר', 'דצמבר'], - SHORTMONTHS: ['ינו', 'פבר', 'מרס', 'אפר', 'מאי', 'יונ', - 'יול', 'אוג', 'ספט', 'אוק', 'נוב', 'דצמ'], - STANDALONESHORTMONTHS: ['ינו׳', 'פבר׳', 'מרס', 'אפר׳', - 'מאי', 'יונ׳', 'יול׳', 'אוג׳', 'ספט׳', 'אוק׳', - 'נוב׳', 'דצמ׳'], - WEEKDAYS: ['יום ראשון', 'יום שני', 'יום שלישי', - 'יום רביעי', 'יום חמישי', 'יום שישי', - 'יום שבת'], - STANDALONEWEEKDAYS: ['יום ראשון', 'יום שני', - 'יום שלישי', 'יום רביעי', 'יום חמישי', - 'יום שישי', 'יום שבת'], - SHORTWEEKDAYS: ['יום א׳', 'יום ב׳', 'יום ג׳', 'יום ד׳', - 'יום ה׳', 'יום ו׳', 'שבת'], - STANDALONESHORTWEEKDAYS: ['יום א׳', 'יום ב׳', 'יום ג׳', - 'יום ד׳', 'יום ה׳', 'יום ו׳', 'שבת'], - NARROWWEEKDAYS: ['א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש'], - STANDALONENARROWWEEKDAYS: ['א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש'], - SHORTQUARTERS: ['רבעון 1', 'רבעון 2', 'רבעון 3', - 'רבעון 4'], - QUARTERS: ['רבעון 1', 'רבעון 2', 'רבעון 3', 'רבעון 4'], - AMPMS: ['לפנה״צ', 'אחה״צ'], - DATEFORMATS: ['EEEE, d בMMMM y', 'd בMMMM y', 'd בMMM yyyy', 'dd/MM/yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [4, 5], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale hi. - */ -goog.i18n.DateTimeSymbols_hi = { - ERAS: ['ईसापूर्व', 'सन'], - ERANAMES: ['ईसापूर्व', 'सन'], - NARROWMONTHS: ['ज', 'फ़', 'मा', 'अ', 'म', 'जू', 'जु', - 'अ', 'सि', 'अ', 'न', 'दि'], - STANDALONENARROWMONTHS: ['ज', 'फ़', 'मा', 'अ', 'म', 'जू', - 'जु', 'अ', 'सि', 'अ', 'न', 'दि'], - MONTHS: ['जनवरी', 'फरवरी', 'मार्च', - 'अप्रैल', 'मई', 'जून', 'जुलाई', - 'अगस्त', 'सितम्बर', 'अक्तूबर', - 'नवम्बर', 'दिसम्बर'], - STANDALONEMONTHS: ['जनवरी', 'फरवरी', 'मार्च', - 'अप्रैल', 'मई', 'जून', 'जुलाई', - 'अगस्त', 'सितम्बर', 'अक्तूबर', - 'नवम्बर', 'दिसम्बर'], - SHORTMONTHS: ['जनवरी', 'फरवरी', 'मार्च', - 'अप्रैल', 'मई', 'जून', 'जुलाई', - 'अगस्त', 'सितम्बर', 'अक्तूबर', - 'नवम्बर', 'दिसम्बर'], - STANDALONESHORTMONTHS: ['जनवरी', 'फरवरी', - 'मार्च', 'अप्रैल', 'मई', 'जून', - 'जुलाई', 'अगस्त', 'सितम्बर', - 'अक्तूबर', 'नवम्बर', 'दिसम्बर'], - WEEKDAYS: ['रविवार', 'सोमवार', - 'मंगलवार', 'बुधवार', - 'बृहस्पतिवार', 'शुक्रवार', - 'शनिवार'], - STANDALONEWEEKDAYS: ['रविवार', 'सोमवार', - 'मंगलवार', 'बुधवार', - 'बृहस्पतिवार', 'शुक्रवार', - 'शनिवार'], - SHORTWEEKDAYS: ['रवि.', 'सोम.', 'मंगल.', 'बुध.', - 'बृह.', 'शुक्र.', 'शनि.'], - STANDALONESHORTWEEKDAYS: ['रवि.', 'सोम.', 'मंगल.', - 'बुध.', 'बृह.', 'शुक्र.', 'शनि.'], - NARROWWEEKDAYS: ['र', 'सो', 'मं', 'बु', 'गु', 'शु', - 'श'], - STANDALONENARROWWEEKDAYS: ['र', 'सो', 'मं', 'बु', 'गु', - 'शु', 'श'], - SHORTQUARTERS: ['तिमाही', 'दूसरी तिमाही', - 'तीसरी तिमाही', 'चौथी तिमाही'], - QUARTERS: ['तिमाही', 'दूसरी तिमाही', - 'तीसरी तिमाही', 'चौथी तिमाही'], - AMPMS: ['पूर्वाह्न', 'अपराह्न'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'dd-MM-yyyy', 'd-M-yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [6, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale hr. - */ -goog.i18n.DateTimeSymbols_hr = { - ERAS: ['p. n. e.', 'A. D.'], - ERANAMES: ['Prije Krista', 'Poslije Krista'], - NARROWMONTHS: ['1.', '2.', '3.', '4.', '5.', '6.', '7.', '8.', '9.', '10.', - '11.', '12.'], - STANDALONENARROWMONTHS: ['1.', '2.', '3.', '4.', '5.', '6.', '7.', '8.', '9.', - '10.', '11.', '12.'], - MONTHS: ['siječnja', 'veljače', 'ožujka', 'travnja', 'svibnja', 'lipnja', - 'srpnja', 'kolovoza', 'rujna', 'listopada', 'studenoga', 'prosinca'], - STANDALONEMONTHS: ['siječanj', 'veljača', 'ožujak', 'travanj', 'svibanj', - 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', - 'prosinac'], - SHORTMONTHS: ['sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', - 'lis', 'stu', 'pro'], - STANDALONESHORTMONTHS: ['sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', - 'kol', 'ruj', 'lis', 'stu', 'pro'], - WEEKDAYS: ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', - 'petak', 'subota'], - STANDALONEWEEKDAYS: ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', - 'četvrtak', 'petak', 'subota'], - SHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'], - STANDALONESHORTWEEKDAYS: ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'], - NARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], - STANDALONENARROWWEEKDAYS: ['n', 'p', 'u', 's', 'č', 'p', 's'], - SHORTQUARTERS: ['1kv', '2kv', '3kv', '4kv'], - QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, d. MMMM y.', 'd. MMMM y.', 'd. M. yyyy.', - 'dd. MM. yyyy.'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale hu. - */ -goog.i18n.DateTimeSymbols_hu = { - ERAS: ['i. e.', 'i. sz.'], - ERANAMES: ['időszámításunk előtt', 'időszámításunk szerint'], - NARROWMONTHS: ['J', 'F', 'M', 'Á', 'M', 'J', 'J', 'A', 'Sz', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'Á', 'M', 'J', 'J', 'A', 'Sz', 'O', - 'N', 'D'], - MONTHS: ['január', 'február', 'március', 'április', 'május', 'június', - 'július', 'augusztus', 'szeptember', 'október', 'november', 'december'], - STANDALONEMONTHS: ['január', 'február', 'március', 'április', 'május', - 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', - 'december'], - SHORTMONTHS: ['jan.', 'febr.', 'márc.', 'ápr.', 'máj.', 'jún.', 'júl.', - 'aug.', 'szept.', 'okt.', 'nov.', 'dec.'], - STANDALONESHORTMONTHS: ['jan.', 'febr.', 'márc.', 'ápr.', 'máj.', 'jún.', - 'júl.', 'aug.', 'szept.', 'okt.', 'nov.', 'dec.'], - WEEKDAYS: ['vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', - 'péntek', 'szombat'], - STANDALONEWEEKDAYS: ['vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', - 'péntek', 'szombat'], - SHORTWEEKDAYS: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], - STANDALONESHORTWEEKDAYS: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], - NARROWWEEKDAYS: ['V', 'H', 'K', 'Sz', 'Cs', 'P', 'Sz'], - STANDALONENARROWWEEKDAYS: ['V', 'H', 'K', 'Sz', 'Cs', 'P', 'Sz'], - SHORTQUARTERS: ['N1', 'N2', 'N3', 'N4'], - QUARTERS: ['I. negyedév', 'II. negyedév', 'III. negyedév', - 'IV. negyedév'], - AMPMS: ['de.', 'du.'], - DATEFORMATS: ['y. MMMM d., EEEE', 'y. MMMM d.', 'yyyy.MM.dd.', 'yyyy.MM.dd.'], - TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale id. - */ -goog.i18n.DateTimeSymbols_id = { - ERAS: ['SM', 'M'], - ERANAMES: ['SM', 'M'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', - 'Agustus', 'September', 'Oktober', 'November', 'Desember'], - STANDALONEMONTHS: ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', - 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Agt', 'Sep', - 'Okt', 'Nov', 'Des'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', - 'Agt', 'Sep', 'Okt', 'Nov', 'Des'], - WEEKDAYS: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu'], - STANDALONEWEEKDAYS: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', - 'Sabtu'], - SHORTWEEKDAYS: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'], - STANDALONESHORTWEEKDAYS: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'], - NARROWWEEKDAYS: ['M', 'S', 'S', 'R', 'K', 'J', 'S'], - STANDALONENARROWWEEKDAYS: ['M', 'S', 'S', 'R', 'K', 'J', 'S'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['kuartal pertama', 'kuartal kedua', 'kuartal ketiga', - 'kuartal keempat'], - AMPMS: ['pagi', 'malam'], - DATEFORMATS: ['EEEE, dd MMMM yyyy', 'd MMMM yyyy', 'd MMM yyyy', 'dd/MM/yy'], - TIMEFORMATS: ['H:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale in. - */ -goog.i18n.DateTimeSymbols_in = { - ERAS: ['SM', 'M'], - ERANAMES: ['SM', 'M'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', - 'Agustus', 'September', 'Oktober', 'November', 'Desember'], - STANDALONEMONTHS: ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', - 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember'], - SHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Agt', 'Sep', - 'Okt', 'Nov', 'Des'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', - 'Agt', 'Sep', 'Okt', 'Nov', 'Des'], - WEEKDAYS: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu'], - STANDALONEWEEKDAYS: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', - 'Sabtu'], - SHORTWEEKDAYS: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'], - STANDALONESHORTWEEKDAYS: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'], - NARROWWEEKDAYS: ['M', 'S', 'S', 'R', 'K', 'J', 'S'], - STANDALONENARROWWEEKDAYS: ['M', 'S', 'S', 'R', 'K', 'J', 'S'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['kuartal pertama', 'kuartal kedua', 'kuartal ketiga', - 'kuartal keempat'], - AMPMS: ['pagi', 'malam'], - DATEFORMATS: ['EEEE, dd MMMM yyyy', 'd MMMM yyyy', 'd MMM yyyy', 'dd/MM/yy'], - TIMEFORMATS: ['H:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale is. - */ -goog.i18n.DateTimeSymbols_is = { - ERAS: ['fyrir Krist', 'eftir Krist'], - ERANAMES: ['fyrir Krist', 'eftir Krist'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'Á', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'á', 's', 'o', - 'n', 'd'], - MONTHS: ['janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', 'júlí', - 'ágúst', 'september', 'október', 'nóvember', 'desember'], - STANDALONEMONTHS: ['janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', - 'júlí', 'ágúst', 'september', 'október', 'nóvember', 'desember'], - SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maí', 'jún', 'júl', 'ágú', - 'sep', 'okt', 'nóv', 'des'], - STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maí', 'jún', 'júl', - 'ágú', 'sep', 'okt', 'nóv', 'des'], - WEEKDAYS: ['sunnudagur', 'mánudagur', 'þriðjudagur', 'miðvikudagur', - 'fimmtudagur', 'föstudagur', 'laugardagur'], - STANDALONEWEEKDAYS: ['sunnudagur', 'mánudagur', 'þriðjudagur', - 'miðvikudagur', 'fimmtudagur', 'föstudagur', 'laugardagur'], - SHORTWEEKDAYS: ['sun', 'mán', 'þri', 'mið', 'fim', 'fös', 'lau'], - STANDALONESHORTWEEKDAYS: ['sun', 'mán', 'þri', 'mið', 'fim', 'fös', - 'lau'], - NARROWWEEKDAYS: ['S', 'M', 'Þ', 'M', 'F', 'F', 'L'], - STANDALONENARROWWEEKDAYS: ['s', 'm', 'þ', 'm', 'f', 'f', 'l'], - SHORTQUARTERS: ['F1', 'F2', 'F3', 'F4'], - QUARTERS: ['1st fjórðungur', '2nd fjórðungur', '3rd fjórðungur', - '4th fjórðungur'], - AMPMS: ['f.h.', 'e.h.'], - DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd.M.yyyy', 'd.M.yyyy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale it. - */ -goog.i18n.DateTimeSymbols_it = { - ERAS: ['aC', 'dC'], - ERANAMES: ['a.C.', 'd.C'], - NARROWMONTHS: ['G', 'F', 'M', 'A', 'M', 'G', 'L', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['G', 'F', 'M', 'A', 'M', 'G', 'L', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', - 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre'], - STANDALONEMONTHS: ['Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', - 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', - 'Dicembre'], - SHORTMONTHS: ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', - 'ott', 'nov', 'dic'], - STANDALONESHORTMONTHS: ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', - 'ago', 'set', 'ott', 'nov', 'dic'], - WEEKDAYS: ['domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', - 'venerdì', 'sabato'], - STANDALONEWEEKDAYS: ['Domenica', 'Lunedì', 'Martedì', 'Mercoledì', - 'Giovedì', 'Venerdì', 'Sabato'], - SHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'], - STANDALONESHORTWEEKDAYS: ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'], - NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'G', 'V', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'G', 'V', 'S'], - SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], - QUARTERS: ['1o trimestre', '2o trimestre', '3o trimestre', '4o trimestre'], - AMPMS: ['m.', 'p.'], - DATEFORMATS: ['EEEE d MMMM y', 'dd MMMM y', 'dd/MMM/y', 'dd/MM/yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale iw. - */ -goog.i18n.DateTimeSymbols_iw = { - ERAS: ['לפנה״ס', 'לסה״נ'], - ERANAMES: ['לפני הספירה', 'לספירה'], - NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], - STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', - '11', '12'], - MONTHS: ['ינואר', 'פברואר', 'מרס', 'אפריל', 'מאי', - 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', - 'נובמבר', 'דצמבר'], - STANDALONEMONTHS: ['ינואר', 'פברואר', 'מרס', 'אפריל', - 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', - 'אוקטובר', 'נובמבר', 'דצמבר'], - SHORTMONTHS: ['ינו', 'פבר', 'מרס', 'אפר', 'מאי', 'יונ', - 'יול', 'אוג', 'ספט', 'אוק', 'נוב', 'דצמ'], - STANDALONESHORTMONTHS: ['ינו׳', 'פבר׳', 'מרס', 'אפר׳', - 'מאי', 'יונ׳', 'יול׳', 'אוג׳', 'ספט׳', 'אוק׳', - 'נוב׳', 'דצמ׳'], - WEEKDAYS: ['יום ראשון', 'יום שני', 'יום שלישי', - 'יום רביעי', 'יום חמישי', 'יום שישי', - 'יום שבת'], - STANDALONEWEEKDAYS: ['יום ראשון', 'יום שני', - 'יום שלישי', 'יום רביעי', 'יום חמישי', - 'יום שישי', 'יום שבת'], - SHORTWEEKDAYS: ['יום א׳', 'יום ב׳', 'יום ג׳', 'יום ד׳', - 'יום ה׳', 'יום ו׳', 'שבת'], - STANDALONESHORTWEEKDAYS: ['יום א׳', 'יום ב׳', 'יום ג׳', - 'יום ד׳', 'יום ה׳', 'יום ו׳', 'שבת'], - NARROWWEEKDAYS: ['א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש'], - STANDALONENARROWWEEKDAYS: ['א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש'], - SHORTQUARTERS: ['רבעון 1', 'רבעון 2', 'רבעון 3', - 'רבעון 4'], - QUARTERS: ['רבעון 1', 'רבעון 2', 'רבעון 3', 'רבעון 4'], - AMPMS: ['לפנה״צ', 'אחה״צ'], - DATEFORMATS: ['EEEE, d בMMMM y', 'd בMMMM y', 'd בMMM yyyy', 'dd/MM/yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale ja. - */ -goog.i18n.DateTimeSymbols_ja = { - ERAS: ['紀元前', '西暦'], - ERANAMES: ['紀元前', '西暦'], - NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], - STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', - '11', '12'], - MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', - '9月', '10月', '11月', '12月'], - STANDALONEMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', - '8月', '9月', '10月', '11月', '12月'], - SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', - '9月', '10月', '11月', '12月'], - STANDALONESHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', - '7月', '8月', '9月', '10月', '11月', '12月'], - WEEKDAYS: ['日曜日', '月曜日', '火曜日', '水曜日', '木曜日', - '金曜日', '土曜日'], - STANDALONEWEEKDAYS: ['日曜日', '月曜日', '火曜日', '水曜日', - '木曜日', '金曜日', '土曜日'], - SHORTWEEKDAYS: ['日', '月', '火', '水', '木', '金', '土'], - STANDALONESHORTWEEKDAYS: ['日', '月', '火', '水', '木', '金', '土'], - NARROWWEEKDAYS: ['日', '月', '火', '水', '木', '金', '土'], - STANDALONENARROWWEEKDAYS: ['日', '月', '火', '水', '木', '金', '土'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['第1四半期', '第2四半期', '第3四半期', - '第4四半期'], - AMPMS: ['午前', '午後'], - DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'yyyy/MM/dd', 'yy/MM/dd'], - TIMEFORMATS: ['H時mm分ss秒 zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale kn. - */ -goog.i18n.DateTimeSymbols_kn = { - ERAS: ['BCE', 'CE'], - ERANAMES: ['ಈಸಪೂವ೯.', 'ಕ್ರಿಸ್ತ ಶಕ'], - NARROWMONTHS: ['ಜ', 'ಫೆ', 'ಮಾ', 'ಎ', 'ಮೇ', 'ಜೂ', 'ಜು', - 'ಆ', 'ಸೆ', 'ಅ', 'ನ', 'ಡಿ'], - STANDALONENARROWMONTHS: ['ಜ', 'ಫೆ', 'ಮಾ', 'ಎ', 'ಮೇ', 'ಜೂ', - 'ಜು', 'ಆ', 'ಸೆ', 'ಅ', 'ನ', 'ಡಿ'], - MONTHS: ['ಜನವರೀ', 'ಫೆಬ್ರವರೀ', 'ಮಾರ್ಚ್', - 'ಎಪ್ರಿಲ್', 'ಮೆ', 'ಜೂನ್', 'ಜುಲೈ', - 'ಆಗಸ್ಟ್', 'ಸಪ್ಟೆಂಬರ್', - 'ಅಕ್ಟೋಬರ್', 'ನವೆಂಬರ್', - 'ಡಿಸೆಂಬರ್'], - STANDALONEMONTHS: ['ಜನವರೀ', 'ಫೆಬ್ರವರೀ', - 'ಮಾರ್ಚ್', 'ಎಪ್ರಿಲ್', 'ಮೆ', 'ಜೂನ್', - 'ಜುಲೈ', 'ಆಗಸ್ಟ್', 'ಸಪ್ಟೆಂಬರ್', - 'ಅಕ್ಟೋಬರ್', 'ನವೆಂಬರ್', - 'ಡಿಸೆಂಬರ್'], - SHORTMONTHS: ['ಜನವರೀ', 'ಫೆಬ್ರವರೀ', - 'ಮಾರ್ಚ್', 'ಎಪ್ರಿಲ್', 'ಮೆ', 'ಜೂನ್', - 'ಜುಲೈ', 'ಆಗಸ್ಟ್', 'ಸಪ್ಟೆಂಬರ್', - 'ಅಕ್ಟೋಬರ್', 'ನವೆಂಬರ್', - 'ಡಿಸೆಂಬರ್'], - STANDALONESHORTMONTHS: ['ಜನವರೀ', 'ಫೆಬ್ರವರೀ', - 'ಮಾರ್ಚ್', 'ಎಪ್ರಿಲ್', 'ಮೆ', 'ಜೂನ್', - 'ಜುಲೈ', 'ಆಗಸ್ಟ್', 'ಸಪ್ಟೆಂಬರ್', - 'ಅಕ್ಟೋಬರ್', 'ನವೆಂಬರ್', - 'ಡಿಸೆಂಬರ್'], - WEEKDAYS: ['ರವಿವಾರ', 'ಸೋಮವಾರ', - 'ಮಂಗಳವಾರ', 'ಬುಧವಾರ', 'ಗುರುವಾರ', - 'ಶುಕ್ರವಾರ', 'ಶನಿವಾರ'], - STANDALONEWEEKDAYS: ['ರವಿವಾರ', 'ಸೋಮವಾರ', - 'ಮಂಗಳವಾರ', 'ಬುಧವಾರ', 'ಗುರುವಾರ', - 'ಶುಕ್ರವಾರ', 'ಶನಿವಾರ'], - SHORTWEEKDAYS: ['ರ.', 'ಸೋ.', 'ಮಂ.', 'ಬು.', 'ಗು.', 'ಶು.', - 'ಶನಿ.'], - STANDALONESHORTWEEKDAYS: ['ರ.', 'ಸೋ.', 'ಮಂ.', 'ಬು.', 'ಗು.', - 'ಶು.', 'ಶನಿ.'], - NARROWWEEKDAYS: ['ರ', 'ಸೋ', 'ಮಂ', 'ಬು', 'ಗು', 'ಶು', - 'ಶ'], - STANDALONENARROWWEEKDAYS: ['ರ', 'ಸೋ', 'ಮಂ', 'ಬು', 'ಗು', - 'ಶು', 'ಶ'], - SHORTQUARTERS: ['ಒಂದು 1', 'ಎರಡು 2', 'ಮೂರು 3', - 'ನಾಲೃಕ 4'], - QUARTERS: ['ಒಂದು 1', 'ಎರಡು 2', 'ಮೂರು 3', - 'ನಾಲೃಕ 4'], - AMPMS: ['am', 'pm'], - DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd-M-yy'], - TIMEFORMATS: ['hh:mm:ss a zzzz', 'hh:mm:ss a z', 'hh:mm:ss a', 'hh:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [6, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale ko. - */ -goog.i18n.DateTimeSymbols_ko = { - ERAS: ['기원전', '서기'], - ERANAMES: ['서력기원전', '서력기원'], - NARROWMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', - '9월', '10월', '11월', '12월'], - STANDALONENARROWMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', - '7월', '8월', '9월', '10월', '11월', '12월'], - MONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', - '9월', '10월', '11월', '12월'], - STANDALONEMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', - '8월', '9월', '10월', '11월', '12월'], - SHORTMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', - '9월', '10월', '11월', '12월'], - STANDALONESHORTMONTHS: ['1월', '2월', '3월', '4월', '5월', '6월', - '7월', '8월', '9월', '10월', '11월', '12월'], - WEEKDAYS: ['일요일', '월요일', '화요일', '수요일', '목요일', - '금요일', '토요일'], - STANDALONEWEEKDAYS: ['일요일', '월요일', '화요일', '수요일', - '목요일', '금요일', '토요일'], - SHORTWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], - STANDALONESHORTWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], - NARROWWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], - STANDALONENARROWWEEKDAYS: ['일', '월', '화', '수', '목', '금', '토'], - SHORTQUARTERS: ['1분기', '2분기', '3분기', '4분기'], - QUARTERS: ['제 1/4분기', '제 2/4분기', '제 3/4분기', - '제 4/4분기'], - AMPMS: ['오전', '오후'], - DATEFORMATS: ['y년 M월 d일 EEEE', 'y년 M월 d일', 'yyyy. M. d.', - 'yy. M. d.'], - TIMEFORMATS: ['a h시 m분 s초 zzzz', 'a h시 m분 s초 z', 'a h:mm:ss', - 'a h:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale ln. - */ -goog.i18n.DateTimeSymbols_ln = { - ERAS: ['libosó ya Y.-K.', 'nsima ya Y.-K.'], - ERANAMES: ['libosó ya Y.-K.', 'nsima ya Y.-K.'], - NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], - STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', - '11', '12'], - MONTHS: ['sánzá ya yambo', 'sánzá ya míbalé', 'sánzá ya mísáto', - 'sánzá ya mínei', 'sánzá ya mítáno', 'sánzá ya motóbá', - 'sánzá ya nsambo', 'sánzá ya mwambe', 'sánzá ya libwa', - 'sánzá ya zómi', 'sánzá ya zómi na mɔ̌kɔ́', - 'sánzá ya zómi na míbalé'], - STANDALONEMONTHS: ['sánzá ya yambo', 'sánzá ya míbalé', - 'sánzá ya mísáto', 'sánzá ya mínei', 'sánzá ya mítáno', - 'sánzá ya motóbá', 'sánzá ya nsambo', 'sánzá ya mwambe', - 'sánzá ya libwa', 'sánzá ya zómi', 'sánzá ya zómi na mɔ̌kɔ́', - 'sánzá ya zómi na míbalé'], - SHORTMONTHS: ['s1', 's2', 's3', 's4', 's5', 's6', 's7', 's8', 's9', 's10', - 's11', 's12'], - STANDALONESHORTMONTHS: ['s1', 's2', 's3', 's4', 's5', 's6', 's7', 's8', 's9', - 's10', 's11', 's12'], - WEEKDAYS: ['eyenga', 'mokɔlɔ ya libosó', 'mokɔlɔ ya míbalé', - 'mokɔlɔ ya mísáto', 'mokɔlɔ ya mínéi', 'mokɔlɔ ya mítáno', - 'mpɔ́sɔ'], - STANDALONEWEEKDAYS: ['eyenga', 'mokɔlɔ ya libosó', 'mokɔlɔ ya míbalé', - 'mokɔlɔ ya mísáto', 'mokɔlɔ ya mínéi', 'mokɔlɔ ya mítáno', - 'mpɔ́sɔ'], - SHORTWEEKDAYS: ['eye', 'm1', 'm2', 'm3', 'm4', 'm5', 'mps'], - STANDALONESHORTWEEKDAYS: ['eye', 'm1', 'm2', 'm3', 'm4', 'm5', 'mps'], - NARROWWEEKDAYS: ['1', '2', '3', '4', '5', '6', '7'], - STANDALONENARROWWEEKDAYS: ['1', '2', '3', '4', '5', '6', '7'], - SHORTQUARTERS: ['SM1', 'SM2', 'SM3', 'SM4'], - QUARTERS: ['sánzá mísáto ya yambo', 'sánzá mísáto ya míbalé', - 'sánzá mísáto ya mísáto', 'sánzá mísáto ya mínei'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, y MMMM dd', 'y MMMM d', 'y MMM d', 'yy/MM/dd'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale lt. - */ -goog.i18n.DateTimeSymbols_lt = { - ERAS: ['pr. Kr.', 'po Kr.'], - ERANAMES: ['prieš Kristų', 'po Kristaus'], - NARROWMONTHS: ['S', 'V', 'K', 'B', 'G', 'B', 'L', 'R', 'R', 'S', 'L', 'G'], - STANDALONENARROWMONTHS: ['S', 'V', 'K', 'B', 'G', 'B', 'L', 'R', 'R', 'S', - 'L', 'G'], - MONTHS: ['sausis', 'vasaris', 'kovas', 'balandis', 'gegužė', 'birželis', - 'liepa', 'rugpjūtis', 'rugsėjis', 'spalis', 'lapkritis', 'gruodis'], - STANDALONEMONTHS: ['Sausis', 'Vasaris', 'Kovas', 'Balandis', 'Gegužė', - 'Birželis', 'Liepa', 'Rugpjūtis', 'Rugsėjis', 'Spalis', 'Lapkritis', - 'Gruodis'], - SHORTMONTHS: ['Sau', 'Vas', 'Kov', 'Bal', 'Geg', 'Bir', 'Lie', 'Rgp', 'Rgs', - 'Spl', 'Lap', 'Grd'], - STANDALONESHORTMONTHS: ['Saus.', 'Vas.', 'kov', 'Bal.', 'Geg.', 'Bir.', - 'Liep.', 'Rugpj.', 'Rugs.', 'Spal.', 'Lapkr.', 'Gruod.'], - WEEKDAYS: ['sekmadienis', 'pirmadienis', 'antradienis', 'trečiadienis', - 'ketvirtadienis', 'penktadienis', 'šeštadienis'], - STANDALONEWEEKDAYS: ['sekmadienis', 'pirmadienis', 'antradienis', - 'trečiadienis', 'ketvirtadienis', 'penktadienis', 'šeštadienis'], - SHORTWEEKDAYS: ['Sk', 'Pr', 'An', 'Tr', 'Kt', 'Pn', 'Št'], - STANDALONESHORTWEEKDAYS: ['Sk', 'Pi', 'A', 'T', 'K', 'Pe', 'Š'], - NARROWWEEKDAYS: ['S', 'P', 'A', 'T', 'K', 'P', 'Š'], - STANDALONENARROWWEEKDAYS: ['S', 'P', 'A', 'T', 'K', 'P', 'Š'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['pirmas ketvirtis', 'antras ketvirtis', 'trečias ketvirtis', - 'ketvirtas ketvirtis'], - AMPMS: ['priešpiet', 'popiet'], - DATEFORMATS: ['y \'m\'. MMMM d \'d\'.,EEEE', 'y \'m\'. MMMM d \'d\'.', - 'yyyy.MM.dd', 'yyyy-MM-dd'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale lv. - */ -goog.i18n.DateTimeSymbols_lv = { - ERAS: ['p.m.ē.', 'm.ē.'], - ERANAMES: ['pirms mūsu ēras', 'mūsu ērā'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['janvāris', 'februāris', 'marts', 'aprīlis', 'maijs', 'jūnijs', - 'jūlijs', 'augusts', 'septembris', 'oktobris', 'novembris', 'decembris'], - STANDALONEMONTHS: ['janvāris', 'februāris', 'marts', 'aprīlis', 'maijs', - 'jūnijs', 'jūlijs', 'augusts', 'septembris', 'oktobris', 'novembris', - 'decembris'], - SHORTMONTHS: ['janv.', 'febr.', 'marts', 'apr.', 'maijs', 'jūn.', 'jūl.', - 'aug.', 'sept.', 'okt.', 'nov.', 'dec.'], - STANDALONESHORTMONTHS: ['janv.', 'febr.', 'marts', 'apr.', 'maijs', 'jūn.', - 'jūl.', 'aug.', 'sept.', 'okt.', 'nov.', 'dec.'], - WEEKDAYS: ['svētdiena', 'pirmdiena', 'otrdiena', 'trešdiena', 'ceturtdiena', - 'piektdiena', 'sestdiena'], - STANDALONEWEEKDAYS: ['svētdiena', 'pirmdiena', 'otrdiena', 'trešdiena', - 'ceturtdiena', 'piektdiena', 'sestdiena'], - SHORTWEEKDAYS: ['Sv', 'Pr', 'Ot', 'Tr', 'Ce', 'Pk', 'Se'], - STANDALONESHORTWEEKDAYS: ['Sv', 'Pr', 'Ot', 'Tr', 'Ce', 'Pk', 'Se'], - NARROWWEEKDAYS: ['S', 'P', 'O', 'T', 'C', 'P', 'S'], - STANDALONENARROWWEEKDAYS: ['S', 'P', 'O', 'T', 'C', 'P', 'S'], - SHORTQUARTERS: ['C1', 'C2', 'C3', 'C4'], - QUARTERS: ['1. ceturksnis', '2. ceturksnis', '3. ceturksnis', - '4. ceturksnis'], - AMPMS: ['priekšpusdienā', 'pēcpusdienā'], - DATEFORMATS: ['EEEE, y. \'gada\' d. MMMM', 'y. \'gada\' d. MMMM', - 'y. \'gada\' d. MMM', 'dd.MM.yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale ml. - */ -goog.i18n.DateTimeSymbols_ml = { - ERAS: ['ക്രി.മൂ', 'ക്രി.പി.'], - ERANAMES: ['ക്രിസ്തുവിനു് മുമ്പ്‌', - 'ക്രിസ്തുവിന് പിന്‍പ്'], - NARROWMONTHS: ['ജ', 'ഫെ', 'മാ', 'ഏ', 'മേ', 'ജൂ', 'ജൂ', - 'ഓ', 'സെ', 'ഒ', 'ന', 'ഡി'], - STANDALONENARROWMONTHS: ['ജ', 'ഫെ', 'മാ', 'ഏ', 'മേ', 'ജൂ', - 'ജൂ', 'ഓ', 'സെ', 'ഒ', 'ന', 'ഡി'], - MONTHS: ['ജനുവരി', 'ഫെബ്രുവരി', - 'മാര്‍ച്ച്', 'ഏപ്രില്‍', 'മേയ്', - 'ജൂണ്‍', 'ജൂലൈ', 'ആഗസ്റ്റ്', - 'സെപ്റ്റംബര്‍', 'ഒക്ടോബര്‍', - 'നവംബര്‍', 'ഡിസംബര്‍'], - STANDALONEMONTHS: ['ജനുവരി', 'ഫെബ്രുവരി', - 'മാര്‍ച്ച്', 'ഏപ്രില്‍', 'മേയ്', - 'ജൂണ്‍', 'ജൂലൈ', 'ആഗസ്റ്റ്', - 'സെപ്റ്റംബര്‍', 'ഒക്ടോബര്‍', - 'നവംബര്‍', 'ഡിസംബര്‍'], - SHORTMONTHS: ['ജനു', 'ഫെബ്രു', 'മാര്‍', - 'ഏപ്രി', 'മേയ്', 'ജൂണ്‍', 'ജൂലൈ', - 'ഓഗ', 'സെപ്റ്റം', 'ഒക്ടോ', 'നവം', - 'ഡിസം'], - STANDALONESHORTMONTHS: ['ജനു', 'ഫെബ്രു', 'മാര്‍', - 'ഏപ്രി', 'മേയ്', 'ജൂണ്‍', 'ജൂലൈ', - 'ഓഗ', 'സെപ്റ്റം', 'ഒക്ടോ', 'നവം', - 'ഡിസം'], - WEEKDAYS: ['ഞായറാഴ്ച', 'തിങ്കളാഴ്ച', - 'ചൊവ്വാഴ്ച', 'ബുധനാഴ്ച', - 'വ്യാഴാഴ്ച', 'വെള്ളിയാഴ്ച', - 'ശനിയാഴ്ച'], - STANDALONEWEEKDAYS: ['ഞായറാഴ്ച', - 'തിങ്കളാഴ്ച', 'ചൊവ്വാഴ്ച', - 'ബുധനാഴ്ച', 'വ്യാഴാഴ്ച', - 'വെള്ളിയാഴ്ച', 'ശനിയാഴ്ച'], - SHORTWEEKDAYS: ['ഞായര്‍', 'തിങ്കള്‍', - 'ചൊവ്വ', 'ബുധന്‍', 'വ്യാഴം', - 'വെള്ളി', 'ശനി'], - STANDALONESHORTWEEKDAYS: ['ഞായര്‍', 'തിങ്കള്‍', - 'ചൊവ്വ', 'ബുധന്‍', 'വ്യാഴം', - 'വെള്ളി', 'ശനി'], - NARROWWEEKDAYS: ['ഞാ', 'തി', 'ചൊ', 'ബു', 'വ്യാ', - 'വെ', 'ശ'], - STANDALONENARROWWEEKDAYS: ['ഞാ', 'തി', 'ചൊ', 'ബു', - 'വ്യാ', 'വെ', 'ശ'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['ഒന്നാം പാദം', - 'രണ്ടാം പാദം', 'മൂന്നാം പാദം', - 'നാലാം പാദം'], - AMPMS: ['രാവിലെ', 'വൈകുന്നേരം'], - DATEFORMATS: ['y, MMMM d, EEEE', 'y, MMMM d', 'y, MMM d', 'dd/MM/yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [6, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale mo. - */ -goog.i18n.DateTimeSymbols_mo = { - ERAS: ['î.Hr.', 'd.Hr.'], - ERANAMES: ['înainte de Hristos', 'după Hristos'], - NARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', - 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie'], - STANDALONEMONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', - 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', - 'decembrie'], - SHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', 'aug.', - 'sept.', 'oct.', 'nov.', 'dec.'], - STANDALONESHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', - 'aug.', 'sept.', 'oct.', 'nov.', 'dec.'], - WEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', 'vineri', - 'sâmbătă'], - STANDALONEWEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', - 'vineri', 'sâmbătă'], - SHORTWEEKDAYS: ['Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sâ'], - STANDALONESHORTWEEKDAYS: ['Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sâ'], - NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - SHORTQUARTERS: ['trim. I', 'trim. II', 'trim. III', 'trim. IV'], - QUARTERS: ['trimestrul I', 'trimestrul al II-lea', 'trimestrul al III-lea', - 'trimestrul al IV-lea'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'dd.MM.yyyy', 'dd.MM.yyyy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale mr. - */ -goog.i18n.DateTimeSymbols_mr = { - ERAS: ['ई.स.पू.', 'ई.स.'], - ERANAMES: ['ईसवीसनपूर्व', 'ईसवीसन'], - NARROWMONTHS: ['जा', 'फे', 'मा', 'ए', 'मे', 'जू', - 'जु', 'ऑ', 'स', 'ऑ', 'नो', 'डि'], - STANDALONENARROWMONTHS: ['जा', 'फे', 'मा', 'ए', 'मे', - 'जू', 'जु', 'ऑ', 'स', 'ऑ', 'नो', 'डि'], - MONTHS: ['जानेवारी', 'फेब्रुवारी', - 'मार्च', 'एप्रिल', 'मे', 'जून', - 'जुलै', 'ऑगस्ट', 'सप्टेंबर', - 'ऑक्टोबर', 'नोव्हेंबर', - 'डिसेंबर'], - STANDALONEMONTHS: ['जानेवारी', - 'फेब्रुवारी', 'मार्च', 'एप्रिल', - 'मे', 'जून', 'जुलै', 'ऑगस्ट', - 'सप्टेंबर', 'ऑक्टोबर', - 'नोव्हेंबर', 'डिसेंबर'], - SHORTMONTHS: ['जानेवारी', 'फेब्रुवारी', - 'मार्च', 'एप्रिल', 'मे', 'जून', - 'जुलै', 'ऑगस्ट', 'सप्टेंबर', - 'ऑक्टोबर', 'नोव्हेंबर', - 'डिसेंबर'], - STANDALONESHORTMONTHS: ['जानेवारी', - 'फेब्रुवारी', 'मार्च', 'एप्रिल', - 'मे', 'जून', 'जुलै', 'ऑगस्ट', - 'सप्टेंबर', 'ऑक्टोबर', - 'नोव्हेंबर', 'डिसेंबर'], - WEEKDAYS: ['रविवार', 'सोमवार', - 'मंगळवार', 'बुधवार', 'गुरुवार', - 'शुक्रवार', 'शनिवार'], - STANDALONEWEEKDAYS: ['रविवार', 'सोमवार', - 'मंगळवार', 'बुधवार', 'गुरुवार', - 'शुक्रवार', 'शनिवार'], - SHORTWEEKDAYS: ['रवि', 'सोम', 'मंगळ', 'बुध', - 'गुरु', 'शुक्र', 'शनि'], - STANDALONESHORTWEEKDAYS: ['रवि', 'सोम', 'मंगळ', - 'बुध', 'गुरु', 'शुक्र', 'शनि'], - NARROWWEEKDAYS: ['र', 'सो', 'मं', 'बु', 'गु', 'शु', - 'श'], - STANDALONENARROWWEEKDAYS: ['र', 'सो', 'मं', 'बु', 'गु', - 'शु', 'श'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['प्रथम तिमाही', - 'द्वितीय तिमाही', - 'तृतीय तिमाही', - 'चतुर्थ तिमाही'], - AMPMS: ['am', 'pm'], - DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'd-M-yy'], - TIMEFORMATS: ['h-mm-ss a zzzz', 'h-mm-ss a z', 'h-mm-ss a', 'h-mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [6, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale ms. - */ -goog.i18n.DateTimeSymbols_ms = { - ERAS: ['S.M.', 'T.M.'], - ERANAMES: ['S.M.', 'T.M.'], - NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], - STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', - '11', '12'], - MONTHS: ['Januari', 'Februari', 'Mac', 'April', 'Mei', 'Jun', 'Julai', 'Ogos', - 'September', 'Oktober', 'November', 'Disember'], - STANDALONEMONTHS: ['Januari', 'Februari', 'Mac', 'April', 'Mei', 'Jun', - 'Julai', 'Ogos', 'September', 'Oktober', 'November', 'Disember'], - SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogos', 'Sep', - 'Okt', 'Nov', 'Dis'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', - 'Ogos', 'Sep', 'Okt', 'Nov', 'Dis'], - WEEKDAYS: ['Ahad', 'Isnin', 'Selasa', 'Rabu', 'Khamis', 'Jumaat', 'Sabtu'], - STANDALONEWEEKDAYS: ['Ahad', 'Isnin', 'Selasa', 'Rabu', 'Khamis', 'Jumaat', - 'Sabtu'], - SHORTWEEKDAYS: ['Ahd', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab'], - STANDALONESHORTWEEKDAYS: ['Ahd', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab'], - NARROWWEEKDAYS: ['1', '2', '3', '4', '5', '6', '7'], - STANDALONENARROWWEEKDAYS: ['1', '2', '3', '4', '5', '6', '7'], - SHORTQUARTERS: ['S1', 'S2', 'S3', 'S4'], - QUARTERS: ['suku pertama', 'suku kedua', 'suku ketiga', 'suku keempat'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'dd/MM/yyyy', 'd/MM/yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale mt. - */ -goog.i18n.DateTimeSymbols_mt = { - ERAS: ['QK', 'WK'], - ERANAMES: ['Qabel Kristu', 'Wara Kristu'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'Ġ', 'L', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'Ġ', 'L', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Jannar', 'Frar', 'Marzu', 'April', 'Mejju', 'Ġunju', 'Lulju', - 'Awwissu', 'Settembru', 'Ottubru', 'Novembru', 'Diċembru'], - STANDALONEMONTHS: ['Jannar', 'Frar', 'Marzu', 'April', 'Mejju', 'Ġunju', - 'Lulju', 'Awwissu', 'Settembru', 'Ottubru', 'Novembru', 'Diċembru'], - SHORTMONTHS: ['Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun', 'Lul', 'Aww', 'Set', - 'Ott', 'Nov', 'Diċ'], - STANDALONESHORTMONTHS: ['Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun', 'Lul', - 'Aww', 'Set', 'Ott', 'Nov', 'Diċ'], - WEEKDAYS: ['Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa', 'Il-Ħamis', - 'Il-Ġimgħa', 'Is-Sibt'], - STANDALONEWEEKDAYS: ['Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa', - 'Il-Ħamis', 'Il-Ġimgħa', 'Is-Sibt'], - SHORTWEEKDAYS: ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'], - STANDALONESHORTWEEKDAYS: ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'], - NARROWWEEKDAYS: ['Ħ', 'T', 'T', 'E', 'Ħ', 'Ġ', 'S'], - STANDALONENARROWWEEKDAYS: ['Ħ', 'T', 'T', 'E', 'Ħ', 'Ġ', 'S'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['K1', 'K2', 'K3', 'K4'], - AMPMS: ['QN', 'WN'], - DATEFORMATS: ['EEEE, d \'ta\'’ MMMM y', 'd \'ta\'’ MMMM y', 'dd MMM y', - 'dd/MM/yyyy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale nl. - */ -goog.i18n.DateTimeSymbols_nl = { - ERAS: ['v. Chr.', 'n. Chr.'], - ERANAMES: ['Voor Christus', 'na Christus'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', - 'augustus', 'september', 'oktober', 'november', 'december'], - STANDALONEMONTHS: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', - 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], - SHORTMONTHS: ['jan.', 'feb.', 'mrt.', 'apr.', 'mei', 'jun.', 'jul.', 'aug.', - 'sep.', 'okt.', 'nov.', 'dec.'], - STANDALONESHORTMONTHS: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun', 'jul', - 'aug', 'sep', 'okt', 'nov', 'dec'], - WEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', - 'zaterdag'], - STANDALONEWEEKDAYS: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', - 'vrijdag', 'zaterdag'], - SHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], - STANDALONESHORTWEEKDAYS: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], - NARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], - STANDALONENARROWWEEKDAYS: ['Z', 'M', 'D', 'W', 'D', 'V', 'Z'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['1e kwartaal', '2e kwartaal', '3e kwartaal', '4e kwartaal'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale no. - */ -goog.i18n.DateTimeSymbols_no = { - ERAS: ['f.Kr.', 'e.Kr.'], - ERANAMES: ['f.Kr.', 'e.Kr.'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', - 'august', 'september', 'oktober', 'november', 'desember'], - STANDALONEMONTHS: ['januar', 'februar', 'mars', 'april', 'mai', 'juni', - 'juli', 'august', 'september', 'oktober', 'november', 'desember'], - SHORTMONTHS: ['jan.', 'feb.', 'mars', 'apr.', 'mai', 'juni', 'juli', 'aug.', - 'sep.', 'okt.', 'nov.', 'des.'], - STANDALONESHORTMONTHS: ['jan.', 'feb.', 'mars', 'apr.', 'mai', 'juni', 'juli', - 'aug.', 'sep.', 'okt.', 'nov.', 'des.'], - WEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', - 'lørdag'], - STANDALONEWEEKDAYS: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', - 'fredag', 'lørdag'], - SHORTWEEKDAYS: ['søn.', 'man.', 'tir.', 'ons.', 'tor.', 'fre.', 'lør.'], - STANDALONESHORTWEEKDAYS: ['sø.', 'ma.', 'ti.', 'on.', 'to.', 'fr.', 'lø.'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['1. kvartal', '2. kvartal', '3. kvartal', '4. kvartal'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE d. MMMM y', 'd. MMMM y', 'd. MMM y', 'dd.MM.yy'], - TIMEFORMATS: ['\'kl\'. HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale or. - */ -goog.i18n.DateTimeSymbols_or = { - ERAS: ['BCE', 'CE'], - ERANAMES: ['BCE', 'CE'], - NARROWMONTHS: ['ଜା', 'ଫେ', 'ମା', 'ଅ', 'ମେ', 'ଜୁ', - 'ଜୁ', 'ଅ', 'ସେ', 'ଅ', 'ନ', 'ଡି'], - STANDALONENARROWMONTHS: ['ଜା', 'ଫେ', 'ମା', 'ଅ', 'ମେ', - 'ଜୁ', 'ଜୁ', 'ଅ', 'ସେ', 'ଅ', 'ନ', 'ଡି'], - MONTHS: ['ଜାନୁଆରୀ', 'ଫେବ୍ରୁୟାରୀ', - 'ମାର୍ଚ୍ଚ', 'ଅପ୍ରେଲ', 'ମେ', 'ଜୁନ', - 'ଜୁଲାଇ', 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', - 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', - 'ଡିସେମ୍ବର'], - STANDALONEMONTHS: ['ଜାନୁଆରୀ', 'ଫେବ୍ରୁୟାରୀ', - 'ମାର୍ଚ୍ଚ', 'ଅପ୍ରେଲ', 'ମେ', 'ଜୁନ', - 'ଜୁଲାଇ', 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', - 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', - 'ଡିସେମ୍ବର'], - SHORTMONTHS: ['ଜାନୁଆରୀ', 'ଫେବ୍ରୁୟାରୀ', - 'ମାର୍ଚ୍ଚ', 'ଅପ୍ରେଲ', 'ମେ', 'ଜୁନ', - 'ଜୁଲାଇ', 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', - 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', - 'ଡିସେମ୍ବର'], - STANDALONESHORTMONTHS: ['ଜାନୁଆରୀ', - 'ଫେବ୍ରୁୟାରୀ', 'ମାର୍ଚ୍ଚ', - 'ଅପ୍ରେଲ', 'ମେ', 'ଜୁନ', 'ଜୁଲାଇ', - 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', - 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', - 'ଡିସେମ୍ବର'], - WEEKDAYS: ['ରବିବାର', 'ସୋମବାର', - 'ମଙ୍ଗଳବାର', 'ବୁଧବାର', 'ଗୁରୁବାର', - 'ଶୁକ୍ରବାର', 'ଶନିବାର'], - STANDALONEWEEKDAYS: ['ରବିବାର', 'ସୋମବାର', - 'ମଙ୍ଗଳବାର', 'ବୁଧବାର', 'ଗୁରୁବାର', - 'ଶୁକ୍ରବାର', 'ଶନିବାର'], - SHORTWEEKDAYS: ['ରବି', 'ସୋମ', 'ମଙ୍ଗଳ', 'ବୁଧ', - 'ଗୁରୁ', 'ଶୁକ୍ର', 'ଶନି'], - STANDALONESHORTWEEKDAYS: ['ରବି', 'ସୋମ', 'ମଙ୍ଗଳ', - 'ବୁଧ', 'ଗୁରୁ', 'ଶୁକ୍ର', 'ଶନି'], - NARROWWEEKDAYS: ['ର', 'ସୋ', 'ମ', 'ବୁ', 'ଗୁ', 'ଶୁ', 'ଶ'], - STANDALONENARROWWEEKDAYS: ['ର', 'ସୋ', 'ମ', 'ବୁ', 'ଗୁ', - 'ଶୁ', 'ଶ'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - AMPMS: ['am', 'pm'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'd-M-yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [6, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale pl. - */ -goog.i18n.DateTimeSymbols_pl = { - ERAS: ['p.n.e.', 'n.e.'], - ERANAMES: ['p.n.e.', 'n.e.'], - NARROWMONTHS: ['s', 'l', 'm', 'k', 'm', 'c', 'l', 's', 'w', 'p', 'l', 'g'], - STANDALONENARROWMONTHS: ['s', 'l', 'm', 'k', 'm', 'c', 'l', 's', 'w', 'p', - 'l', 'g'], - MONTHS: ['stycznia', 'lutego', 'marca', 'kwietnia', 'maja', 'czerwca', - 'lipca', 'sierpnia', 'września', 'października', 'listopada', - 'grudnia'], - STANDALONEMONTHS: ['styczeń', 'luty', 'marzec', 'kwiecień', 'maj', - 'czerwiec', 'lipiec', 'sierpień', 'wrzesień', 'październik', - 'listopad', 'grudzień'], - SHORTMONTHS: ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', - 'paź', 'lis', 'gru'], - STANDALONESHORTMONTHS: ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', - 'sie', 'wrz', 'paź', 'lis', 'gru'], - WEEKDAYS: ['niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', - 'piątek', 'sobota'], - STANDALONEWEEKDAYS: ['niedziela', 'poniedziałek', 'wtorek', 'środa', - 'czwartek', 'piątek', 'sobota'], - SHORTWEEKDAYS: ['niedz.', 'pon.', 'wt.', 'śr.', 'czw.', 'pt.', 'sob.'], - STANDALONESHORTWEEKDAYS: ['niedz.', 'pon.', 'wt.', 'śr.', 'czw.', 'pt.', - 'sob.'], - NARROWWEEKDAYS: ['N', 'P', 'W', 'Ś', 'C', 'P', 'S'], - STANDALONENARROWWEEKDAYS: ['N', 'P', 'W', 'Ś', 'C', 'P', 'S'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['I kwartał', 'II kwartał', 'III kwartał', 'IV kwartał'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd.MM.yyyy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale pt. - */ -goog.i18n.DateTimeSymbols_pt = { - ERAS: ['a.C.', 'd.C.'], - ERANAMES: ['Antes de Cristo', 'Ano do Senhor'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', - 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], - STANDALONEMONTHS: ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', - 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'], - SHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', - 'out', 'nov', 'dez'], - STANDALONESHORTMONTHS: ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', - 'ago', 'set', 'out', 'nov', 'dez'], - WEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', - 'quinta-feira', 'sexta-feira', 'sábado'], - STANDALONEWEEKDAYS: ['domingo', 'segunda-feira', 'terça-feira', - 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'], - SHORTWEEKDAYS: ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sáb'], - STANDALONESHORTWEEKDAYS: ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sáb'], - NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], - SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], - QUARTERS: ['1º trimestre', '2º trimestre', '3º trimestre', - '4º trimestre'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', - 'dd/MM/yyyy', 'dd/MM/yy'], - TIMEFORMATS: ['HH\'h\'mm\'min\'ss\'s\' zzzz', 'HH\'h\'mm\'min\'ss\'s\' z', - 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale pt_BR. - */ -goog.i18n.DateTimeSymbols_pt_BR = goog.i18n.DateTimeSymbols_pt; - - -/** - * Date/time formatting symbols for locale pt_PT. - */ -goog.i18n.DateTimeSymbols_pt_PT = { - ERAS: ['a.C.', 'd.C.'], - ERANAMES: ['Antes de Cristo', 'Ano do Senhor'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', - 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'], - STANDALONEMONTHS: ['Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', - 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'], - SHORTMONTHS: ['Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', - 'Out', 'Nov', 'Dez'], - STANDALONESHORTMONTHS: ['Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', - 'Ago', 'Set', 'Out', 'Nov', 'Dez'], - WEEKDAYS: ['Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', - 'Quinta-feira', 'Sexta-feira', 'Sábado'], - STANDALONEWEEKDAYS: ['Domingo', 'Segunda-feira', 'Terça-feira', - 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado'], - SHORTWEEKDAYS: ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sáb'], - STANDALONESHORTWEEKDAYS: ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sáb'], - NARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], - SHORTQUARTERS: ['T1', 'T2', 'T3', 'T4'], - QUARTERS: ['1.º trimestre', '2.º trimestre', '3.º trimestre', - '4.º trimestre'], - AMPMS: ['Antes do meio-dia', 'Depois do meio-dia'], - DATEFORMATS: ['EEEE, d \'de\' MMMM \'de\' y', 'd \'de\' MMMM \'de\' y', - 'd \'de\' MMM \'de\' yyyy', 'dd/MM/yy'], - TIMEFORMATS: ['HH\'h\'mm\'min\'ss\'s\' zzzz', 'HH\'h\'mm\'min\'ss\'s\' z', - 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale ro. - */ -goog.i18n.DateTimeSymbols_ro = { - ERAS: ['î.Hr.', 'd.Hr.'], - ERANAMES: ['înainte de Hristos', 'după Hristos'], - NARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['I', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', - 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie'], - STANDALONEMONTHS: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', - 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', - 'decembrie'], - SHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', 'aug.', - 'sept.', 'oct.', 'nov.', 'dec.'], - STANDALONESHORTMONTHS: ['ian.', 'feb.', 'mar.', 'apr.', 'mai', 'iun.', 'iul.', - 'aug.', 'sept.', 'oct.', 'nov.', 'dec.'], - WEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', 'vineri', - 'sâmbătă'], - STANDALONEWEEKDAYS: ['duminică', 'luni', 'marți', 'miercuri', 'joi', - 'vineri', 'sâmbătă'], - SHORTWEEKDAYS: ['Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sâ'], - STANDALONESHORTWEEKDAYS: ['Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sâ'], - NARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], - SHORTQUARTERS: ['trim. I', 'trim. II', 'trim. III', 'trim. IV'], - QUARTERS: ['trimestrul I', 'trimestrul al II-lea', 'trimestrul al III-lea', - 'trimestrul al IV-lea'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'dd.MM.yyyy', 'dd.MM.yyyy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale ru. - */ -goog.i18n.DateTimeSymbols_ru = { - ERAS: ['до н.э.', 'н.э.'], - ERANAMES: ['до н.э.', 'н.э.'], - NARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', 'О', - 'Н', 'Д'], - STANDALONENARROWMONTHS: ['Я', 'Ф', 'М', 'А', 'М', 'И', 'И', 'А', 'С', - 'О', 'Н', 'Д'], - MONTHS: ['января', 'февраля', 'марта', 'апреля', - 'мая', 'июня', 'июля', 'августа', 'сентября', - 'октября', 'ноября', 'декабря'], - STANDALONEMONTHS: ['Январь', 'Февраль', 'Март', - 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', - 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'], - SHORTMONTHS: ['янв.', 'февр.', 'марта', 'апр.', 'мая', - 'июня', 'июля', 'авг.', 'сент.', 'окт.', 'нояб.', - 'дек.'], - STANDALONESHORTMONTHS: ['янв.', 'февр.', 'март', 'апр.', - 'май', 'июнь', 'июль', 'авг.', 'сент.', 'окт.', - 'нояб.', 'дек.'], - WEEKDAYS: ['воскресенье', 'понедельник', - 'вторник', 'среда', 'четверг', 'пятница', - 'суббота'], - STANDALONEWEEKDAYS: ['Воскресенье', 'Понедельник', - 'Вторник', 'Среда', 'Четверг', 'Пятница', - 'Суббота'], - SHORTWEEKDAYS: ['вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'], - STANDALONESHORTWEEKDAYS: ['Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', - 'Сб'], - NARROWWEEKDAYS: ['В', 'П', 'В', 'С', 'Ч', 'П', 'С'], - STANDALONENARROWWEEKDAYS: ['В', 'П', 'В', 'С', 'Ч', 'П', 'С'], - SHORTQUARTERS: ['1-й кв.', '2-й кв.', '3-й кв.', '4-й кв.'], - QUARTERS: ['1-й квартал', '2-й квартал', - '3-й квартал', '4-й квартал'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, d MMMM y \'г\'.', 'd MMMM y \'г\'.', 'dd.MM.yyyy', - 'dd.MM.yy'], - TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale sk. - */ -goog.i18n.DateTimeSymbols_sk = { - ERAS: ['pred n.l.', 'n.l.'], - ERANAMES: ['pred n.l.', 'n.l.'], - NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], - STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', - 'n', 'd'], - MONTHS: ['januára', 'februára', 'marca', 'apríla', 'mája', 'júna', - 'júla', 'augusta', 'septembra', 'októbra', 'novembra', 'decembra'], - STANDALONEMONTHS: ['január', 'február', 'marec', 'apríl', 'máj', 'jún', - 'júl', 'august', 'september', 'október', 'november', 'december'], - SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'máj', 'jún', 'júl', 'aug', - 'sep', 'okt', 'nov', 'dec'], - STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'máj', 'jún', 'júl', - 'aug', 'sep', 'okt', 'nov', 'dec'], - WEEKDAYS: ['nedeľa', 'pondelok', 'utorok', 'streda', 'štvrtok', 'piatok', - 'sobota'], - STANDALONEWEEKDAYS: ['nedeľa', 'pondelok', 'utorok', 'streda', 'štvrtok', - 'piatok', 'sobota'], - SHORTWEEKDAYS: ['ne', 'po', 'ut', 'st', 'št', 'pi', 'so'], - STANDALONESHORTWEEKDAYS: ['ne', 'po', 'ut', 'st', 'št', 'pi', 'so'], - NARROWWEEKDAYS: ['N', 'P', 'U', 'S', 'Š', 'P', 'S'], - STANDALONENARROWWEEKDAYS: ['N', 'P', 'U', 'S', 'Š', 'P', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1. štvrťrok', '2. štvrťrok', '3. štvrťrok', - '4. štvrťrok'], - AMPMS: ['dopoludnia', 'popoludní'], - DATEFORMATS: ['EEEE, d. MMMM y', 'd. MMMM y', 'd.M.yyyy', 'd.M.yyyy'], - TIMEFORMATS: ['H:mm:ss zzzz', 'H:mm:ss z', 'H:mm:ss', 'H:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale sl. - */ -goog.i18n.DateTimeSymbols_sl = { - ERAS: ['pr. n. št.', 'po Kr.'], - ERANAMES: ['pred našim štetjem', 'naše štetje'], - NARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'], - STANDALONENARROWMONTHS: ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', - 'n', 'd'], - MONTHS: ['januar', 'februar', 'marec', 'april', 'maj', 'junij', 'julij', - 'avgust', 'september', 'oktober', 'november', 'december'], - STANDALONEMONTHS: ['januar', 'februar', 'marec', 'april', 'maj', 'junij', - 'julij', 'avgust', 'september', 'oktober', 'november', 'december'], - SHORTMONTHS: ['jan.', 'feb.', 'mar.', 'apr.', 'maj', 'jun.', 'jul.', 'avg.', - 'sep.', 'okt.', 'nov.', 'dec.'], - STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', - 'avg', 'sep', 'okt', 'nov', 'dec'], - WEEKDAYS: ['nedelja', 'ponedeljek', 'torek', 'sreda', 'četrtek', 'petek', - 'sobota'], - STANDALONEWEEKDAYS: ['nedelja', 'ponedeljek', 'torek', 'sreda', 'četrtek', - 'petek', 'sobota'], - SHORTWEEKDAYS: ['ned', 'pon', 'tor', 'sre', 'čet', 'pet', 'sob'], - STANDALONESHORTWEEKDAYS: ['ned', 'pon', 'tor', 'sre', 'čet', 'pet', 'sob'], - NARROWWEEKDAYS: ['n', 'p', 't', 's', 'č', 'p', 's'], - STANDALONENARROWWEEKDAYS: ['n', 'p', 't', 's', 'č', 'p', 's'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1. četrtletje', '2. četrtletje', '3. četrtletje', - '4. četrtletje'], - AMPMS: ['dop.', 'pop.'], - DATEFORMATS: ['EEEE, dd. MMMM y', 'dd. MMMM y', 'd. MMM yyyy', 'd. MM. yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale sq. - */ -goog.i18n.DateTimeSymbols_sq = { - ERAS: ['p.e.r.', 'n.e.r.'], - ERANAMES: ['p.e.r.', 'n.e.r.'], - NARROWMONTHS: ['J', 'S', 'M', 'P', 'M', 'Q', 'K', 'G', 'S', 'T', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'S', 'M', 'P', 'M', 'Q', 'K', 'G', 'S', 'T', - 'N', 'D'], - MONTHS: ['janar', 'shkurt', 'mars', 'prill', 'maj', 'qershor', 'korrik', - 'gusht', 'shtator', 'tetor', 'nëntor', 'dhjetor'], - STANDALONEMONTHS: ['janar', 'shkurt', 'mars', 'prill', 'maj', 'qershor', - 'korrik', 'gusht', 'shtator', 'tetor', 'nëntor', 'dhjetor'], - SHORTMONTHS: ['Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', - 'Tet', 'Nën', 'Dhj'], - STANDALONESHORTMONTHS: ['Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', - 'Gsh', 'Sht', 'Tet', 'Nën', 'Dhj'], - WEEKDAYS: ['e diel', 'e hënë', 'e martë', 'e mërkurë', 'e enjte', - 'e premte', 'e shtunë'], - STANDALONEWEEKDAYS: ['e diel', 'e hënë', 'e martë', 'e mërkurë', - 'e enjte', 'e premte', 'e shtunë'], - SHORTWEEKDAYS: ['Die', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'], - STANDALONESHORTWEEKDAYS: ['Die', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'], - NARROWWEEKDAYS: ['D', 'H', 'M', 'M', 'E', 'P', 'S'], - STANDALONENARROWWEEKDAYS: ['D', 'H', 'M', 'M', 'E', 'P', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - AMPMS: ['PD', 'MD'], - DATEFORMATS: ['EEEE, dd MMMM y', 'dd MMMM y', 'yyyy-MM-dd', 'yy-MM-dd'], - TIMEFORMATS: ['h.mm.ss.a zzzz', 'h.mm.ss.a z', 'h.mm.ss.a', 'h.mm.a'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale sr. - */ -goog.i18n.DateTimeSymbols_sr = { - ERAS: ['п. н. е.', 'н. е.'], - ERANAMES: ['Пре нове ере', 'Нове ере'], - NARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', - 'н', 'д'], - STANDALONENARROWMONTHS: ['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', - 'о', 'н', 'д'], - MONTHS: ['јануар', 'фебруар', 'март', 'април', 'мај', - 'јун', 'јул', 'август', 'септембар', - 'октобар', 'новембар', 'децембар'], - STANDALONEMONTHS: ['јануар', 'фебруар', 'март', 'април', - 'мај', 'јун', 'јул', 'август', 'септембар', - 'октобар', 'новембар', 'децембар'], - SHORTMONTHS: ['јан', 'феб', 'мар', 'апр', 'мај', 'јун', - 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец'], - STANDALONESHORTMONTHS: ['јан', 'феб', 'мар', 'апр', 'мај', - 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец'], - WEEKDAYS: ['недеља', 'понедељак', 'уторак', 'среда', - 'четвртак', 'петак', 'субота'], - STANDALONEWEEKDAYS: ['недеља', 'понедељак', 'уторак', - 'среда', 'четвртак', 'петак', 'субота'], - SHORTWEEKDAYS: ['нед', 'пон', 'уто', 'сре', 'чет', 'пет', - 'суб'], - STANDALONESHORTWEEKDAYS: ['нед', 'пон', 'уто', 'сре', 'чет', - 'пет', 'суб'], - NARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], - STANDALONENARROWWEEKDAYS: ['н', 'п', 'у', 'с', 'ч', 'п', 'с'], - SHORTQUARTERS: ['К1', 'К2', 'К3', 'К4'], - QUARTERS: ['Прво тромесечје', 'Друго тромесечје', - 'Треће тромесечје', 'Четврто тромесечје'], - AMPMS: ['пре подне', 'поподне'], - DATEFORMATS: ['EEEE, dd. MMMM y.', 'dd. MMMM y.', 'dd.MM.y.', 'd.M.yy.'], - TIMEFORMATS: ['HH.mm.ss zzzz', 'HH.mm.ss z', 'HH.mm.ss', 'HH.mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale sv. - */ -goog.i18n.DateTimeSymbols_sv = { - ERAS: ['f.Kr.', 'e.Kr.'], - ERANAMES: ['före Kristus', 'efter Kristus'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', - 'augusti', 'september', 'oktober', 'november', 'december'], - STANDALONEMONTHS: ['januari', 'februari', 'mars', 'april', 'maj', 'juni', - 'juli', 'augusti', 'september', 'oktober', 'november', 'december'], - SHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', - 'okt', 'nov', 'dec'], - STANDALONESHORTMONTHS: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', - 'aug', 'sep', 'okt', 'nov', 'dec'], - WEEKDAYS: ['söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', - 'lördag'], - STANDALONEWEEKDAYS: ['söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', - 'fredag', 'lördag'], - SHORTWEEKDAYS: ['sön', 'mån', 'tis', 'ons', 'tors', 'fre', 'lör'], - STANDALONESHORTWEEKDAYS: ['sön', 'mån', 'tis', 'ons', 'tors', 'fre', - 'lör'], - NARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], - STANDALONENARROWWEEKDAYS: ['S', 'M', 'T', 'O', 'T', 'F', 'L'], - SHORTQUARTERS: ['K1', 'K2', 'K3', 'K4'], - QUARTERS: ['1:a kvartalet', '2:a kvartalet', '3:e kvartalet', - '4:e kvartalet'], - AMPMS: ['fm', 'em'], - DATEFORMATS: ['EEEE\'en\' \'den\' d:\'e\' MMMM y', 'd MMMM y', 'd MMM y', - 'yyyy-MM-dd'], - TIMEFORMATS: ['\'kl\'. HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale sw. - */ -goog.i18n.DateTimeSymbols_sw = { - ERAS: ['KK', 'BK'], - ERANAMES: ['Kabla ya Kristo', 'Baada ya Kristo'], - NARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', - 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], - STANDALONEMONTHS: ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', - 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'], - SHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', - 'Okt', 'Nov', 'Des'], - STANDALONESHORTMONTHS: ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', - 'Ago', 'Sep', 'Okt', 'Nov', 'Des'], - WEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', - 'Ijumaa', 'Jumamosi'], - STANDALONEWEEKDAYS: ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', - 'Alhamisi', 'Ijumaa', 'Jumamosi'], - SHORTWEEKDAYS: ['J2', 'J3', 'J4', 'J5', 'Alh', 'Ij', 'J1'], - STANDALONESHORTWEEKDAYS: ['J2', 'J3', 'J4', 'J5', 'Alh', 'Ij', 'J1'], - NARROWWEEKDAYS: ['2', '3', '4', '5', 'A', 'I', '1'], - STANDALONENARROWWEEKDAYS: ['2', '3', '4', '5', 'A', 'I', '1'], - SHORTQUARTERS: ['R1', 'R2', 'R3', 'R4'], - QUARTERS: ['Robo 1', 'Robo 2', 'Robo 3', 'Robo 4'], - AMPMS: ['asubuhi', 'alasiri'], - DATEFORMATS: ['EEEE, d MMMM y', 'd MMMM y', 'd MMM y', 'dd/MM/yyyy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale ta. - */ -goog.i18n.DateTimeSymbols_ta = { - ERAS: ['கிமு', 'கிபி'], - ERANAMES: ['கிறிஸ்துவுக்கு முன்', - 'அனோ டோமினி'], - NARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', 'ஜூ', - 'ஆ', 'செ', 'அ', 'ந', 'டி'], - STANDALONENARROWMONTHS: ['ஜ', 'பி', 'மா', 'ஏ', 'மே', 'ஜூ', - 'ஜூ', 'ஆ', 'செ', 'அ', 'ந', 'டி'], - MONTHS: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', - 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', - 'ஆகஸ்ட்', 'செப்டெம்ப்ர்', - 'அக்டோபர்', 'நவம்பர்', - 'டிசம்பர்'], - STANDALONEMONTHS: ['ஜனவரி', 'பிப்ரவரி', - 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', - 'ஜூலை', 'ஆகஸ்ட்', - 'செப்டெம்ப்ர்', 'அக்டோபர்', - 'நவம்பர்', 'டிசம்பர்'], - SHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', 'ஏப்.', - 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', 'செப்.', - 'அக்.', 'நவ.', 'டிச.'], - STANDALONESHORTMONTHS: ['ஜன.', 'பிப்.', 'மார்.', - 'ஏப்.', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக.', - 'செப்.', 'அக்.', 'நவ.', 'டிச.'], - WEEKDAYS: ['ஞாயிறு', 'திங்கள்', - 'செவ்வாய்', 'புதன்', 'வியாழன்', - 'வெள்ளி', 'சனி'], - STANDALONEWEEKDAYS: ['ஞாயிறு', 'திங்கள்', - 'செவ்வாய்', 'புதன்', 'வியாழன்', - 'வெள்ளி', 'சனி'], - SHORTWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', - 'ச'], - STANDALONESHORTWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', - 'வெ', 'ச'], - NARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', - 'ச'], - STANDALONENARROWWEEKDAYS: ['ஞா', 'தி', 'செ', 'பு', 'வி', - 'வெ', 'ச'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['1ஆம் காலாண்டு', - '2ஆம் காலாண்டு', - '3ஆம் காலாண்டு', - '4ஆம் காலாண்டு'], - AMPMS: ['am', 'pm'], - DATEFORMATS: ['EEEE, d MMMM, y', 'd MMMM, y', 'd MMM, y', 'd-M-yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [6, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale te. - */ -goog.i18n.DateTimeSymbols_te = { - ERAS: ['ఈసాపూర్వ.', 'సన్.'], - ERANAMES: ['ఈసాపూర్వ.', 'సన్.'], - NARROWMONTHS: ['జ', 'ఫి', 'మ', 'ఎ', 'మె', 'జు', 'జు', - 'ఆ', 'సె', 'అ', 'న', 'డి'], - STANDALONENARROWMONTHS: ['జ', 'ఫి', 'మ', 'ఎ', 'మె', 'జు', - 'జు', 'ఆ', 'సె', 'అ', 'న', 'డి'], - MONTHS: ['జనవరి', 'ఫిబ్రవరి', 'మార్చి', - 'ఏప్రిల్', 'మే', 'జూన్', 'జూలై', - 'ఆగస్టు', 'సెప్టెంబర్', - 'అక్టోబర్', 'నవంబర్', - 'డిసెంబర్'], - STANDALONEMONTHS: ['జనవరి', 'ఫిబ్రవరి', - 'మార్చి', 'ఏప్రిల్', 'మే', 'జూన్', - 'జూలై', 'ఆగస్టు', 'సెప్టెంబర్', - 'అక్టోబర్', 'నవంబర్', - 'డిసెంబర్'], - SHORTMONTHS: ['జనవరి', 'ఫిబ్రవరి', - 'మార్చి', 'ఏప్రిల్', 'మే', 'జూన్', - 'జూలై', 'ఆగస్టు', 'సెప్టెంబర్', - 'అక్టోబర్', 'నవంబర్', - 'డిసెంబర్'], - STANDALONESHORTMONTHS: ['జనవరి', 'ఫిబ్రవరి', - 'మార్చి', 'ఏప్రిల్', 'మే', 'జూన్', - 'జూలై', 'ఆగస్టు', 'సెప్టెంబర్', - 'అక్టోబర్', 'నవంబర్', - 'డిసెంబర్'], - WEEKDAYS: ['ఆదివారం', 'సోమవారం', - 'మంగళవారం', 'బుధవారం', - 'గురువారం', 'శుక్రవారం', - 'శనివారం'], - STANDALONEWEEKDAYS: ['ఆదివారం', 'సోమవారం', - 'మంగళవారం', 'బుధవారం', - 'గురువారం', 'శుక్రవారం', - 'శనివారం'], - SHORTWEEKDAYS: ['ఆది', 'సోమ', 'మంగళ', 'బుధ', - 'గురు', 'శుక్ర', 'శని'], - STANDALONESHORTWEEKDAYS: ['ఆది', 'సోమ', 'మంగళ', - 'బుధ', 'గురు', 'శుక్ర', 'శని'], - NARROWWEEKDAYS: ['ఆ', 'సో', 'మ', 'భు', 'గు', 'శు', 'శ'], - STANDALONENARROWWEEKDAYS: ['ఆ', 'సో', 'మ', 'భు', 'గు', - 'శు', 'శ'], - SHORTQUARTERS: ['ఒకటి 1', 'రెండు 2', 'మూడు 3', - 'నాలుగు 4'], - QUARTERS: ['ఒకటి 1', 'రెండు 2', 'మూడు 3', - 'నాలుగు 4'], - AMPMS: ['ఉ', 'సా'], - DATEFORMATS: ['EEEE d MMMM y', 'd MMMM y', 'd MMM y', 'dd-MM-yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [6, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale th. - */ -goog.i18n.DateTimeSymbols_th = { - ERAS: ['ปีก่อน ค.ศ.', 'ค.ศ.'], - ERANAMES: ['ปีก่อนคริสต์ศักราช', - 'คริสต์ศักราช'], - NARROWMONTHS: ['ม', 'ก', 'ม', 'ม', 'พ', 'ม', 'ก', 'ส', 'ก', - 'ต', 'พ', 'ธ'], - STANDALONENARROWMONTHS: ['ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', - 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', - 'พ.ย.', 'ธ.ค.'], - MONTHS: ['มกราคม', 'กุมภาพันธ์', - 'มีนาคม', 'เมษายน', 'พฤษภาคม', - 'มิถุนายน', 'กรกฎาคม', - 'สิงหาคม', 'กันยายน', 'ตุลาคม', - 'พฤศจิกายน', 'ธันวาคม'], - STANDALONEMONTHS: ['มกราคม', 'กุมภาพันธ์', - 'มีนาคม', 'เมษายน', 'พฤษภาคม', - 'มิถุนายน', 'กรกฎาคม', - 'สิงหาคม', 'กันยายน', 'ตุลาคม', - 'พฤศจิกายน', 'ธันวาคม'], - SHORTMONTHS: ['ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', - 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', - 'พ.ย.', 'ธ.ค.'], - STANDALONESHORTMONTHS: ['ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', - 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', - 'พ.ย.', 'ธ.ค.'], - WEEKDAYS: ['วันอาทิตย์', 'วันจันทร์', - 'วันอังคาร', 'วันพุธ', - 'วันพฤหัสบดี', 'วันศุกร์', - 'วันเสาร์'], - STANDALONEWEEKDAYS: ['วันอาทิตย์', - 'วันจันทร์', 'วันอังคาร', - 'วันพุธ', 'วันพฤหัสบดี', - 'วันศุกร์', 'วันเสาร์'], - SHORTWEEKDAYS: ['อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.'], - STANDALONESHORTWEEKDAYS: ['อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', - 'ศ.', 'ส.'], - NARROWWEEKDAYS: ['อ', 'จ', 'อ', 'พ', 'พ', 'ศ', 'ส'], - STANDALONENARROWWEEKDAYS: ['อ', 'จ', 'อ', 'พ', 'พ', 'ศ', 'ส'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['ไตรมาส 1', 'ไตรมาส 2', - 'ไตรมาส 3', 'ไตรมาส 4'], - AMPMS: ['ก่อนเที่ยง', 'หลังเที่ยง'], - DATEFORMATS: ['EEEEที่ d MMMM G y', 'd MMMM y', 'd MMM y', 'd/M/yyyy'], - TIMEFORMATS: [ - 'H นาฬิกา m นาที ss วินาที zzzz', - 'H นาฬิกา m นาที ss วินาที z', 'H:mm:ss', - 'H:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale tl. - */ -goog.i18n.DateTimeSymbols_tl = { - ERAS: ['BCE', 'CE'], - ERANAMES: ['BCE', 'CE'], - NARROWMONTHS: ['E', 'P', 'M', 'A', 'M', 'H', 'H', 'A', 'S', 'O', 'N', 'D'], - STANDALONENARROWMONTHS: ['E', 'P', 'M', 'A', 'M', 'H', 'H', 'A', 'S', 'O', - 'N', 'D'], - MONTHS: ['Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', 'Hulyo', - 'Agosto', 'Setyembre', 'Oktubre', 'Nobyembre', 'Disyembre'], - STANDALONEMONTHS: ['Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', - 'Hulyo', 'Agosto', 'Setyembre', 'Oktubre', 'Nobyembre', 'Disyembre'], - SHORTMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', - 'Okt', 'Nob', 'Dis'], - STANDALONESHORTMONTHS: ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', - 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], - WEEKDAYS: ['Linggo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', 'Biyernes', - 'Sabado'], - STANDALONEWEEKDAYS: ['Linggo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', - 'Biyernes', 'Sabado'], - SHORTWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Mye', 'Huw', 'Bye', 'Sab'], - STANDALONESHORTWEEKDAYS: ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], - NARROWWEEKDAYS: ['L', 'L', 'M', 'M', 'H', 'B', 'S'], - STANDALONENARROWWEEKDAYS: ['L', 'L', 'M', 'M', 'H', 'B', 'S'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['EEEE, MMMM dd y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale tr. - */ -goog.i18n.DateTimeSymbols_tr = { - ERAS: ['MÖ', 'MS'], - ERANAMES: ['Milattan Önce', 'Milattan Sonra'], - NARROWMONTHS: ['O', 'Ş', 'M', 'N', 'M', 'H', 'T', 'A', 'E', 'E', 'K', 'A'], - STANDALONENARROWMONTHS: ['O', 'Ş', 'M', 'N', 'M', 'H', 'T', 'A', 'E', 'E', - 'K', 'A'], - MONTHS: ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', - 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'], - STANDALONEMONTHS: ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', - 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'], - SHORTMONTHS: ['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', - 'Eki', 'Kas', 'Ara'], - STANDALONESHORTMONTHS: ['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', - 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara'], - WEEKDAYS: ['Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', - 'Cumartesi'], - STANDALONEWEEKDAYS: ['Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', - 'Cuma', 'Cumartesi'], - SHORTWEEKDAYS: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'], - STANDALONESHORTWEEKDAYS: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'], - NARROWWEEKDAYS: ['P', 'P', 'S', 'Ç', 'P', 'C', 'C'], - STANDALONENARROWWEEKDAYS: ['P', 'P', 'S', 'Ç', 'P', 'C', 'C'], - SHORTQUARTERS: ['Ç1', 'Ç2', 'Ç3', 'Ç4'], - QUARTERS: ['1. çeyrek', '2. çeyrek', '3. çeyrek', '4. çeyrek'], - AMPMS: ['AM', 'PM'], - DATEFORMATS: ['dd MMMM y EEEE', 'dd MMMM y', 'dd MMM y', 'dd MM yyyy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale uk. - */ -goog.i18n.DateTimeSymbols_uk = { - ERAS: ['до н.е.', 'н.е.'], - ERANAMES: ['до нашої ери', 'нашої ери'], - NARROWMONTHS: ['С', 'Л', 'Б', 'К', 'Т', 'Ч', 'Л', 'С', 'В', 'Ж', - 'Л', 'Г'], - STANDALONENARROWMONTHS: ['С', 'Л', 'Б', 'К', 'Т', 'Ч', 'Л', 'С', 'В', - 'Ж', 'Л', 'Г'], - MONTHS: ['січня', 'лютого', 'березня', 'квітня', - 'травня', 'червня', 'липня', 'серпня', - 'вересня', 'жовтня', 'листопада', 'грудня'], - STANDALONEMONTHS: ['Січень', 'Лютий', 'Березень', - 'Квітень', 'Травень', 'Червень', 'Липень', - 'Серпень', 'Вересень', 'Жовтень', - 'Листопад', 'Грудень'], - SHORTMONTHS: ['січ.', 'лют.', 'бер.', 'квіт.', 'трав.', - 'черв.', 'лип.', 'серп.', 'вер.', 'жовт.', 'лист.', - 'груд.'], - STANDALONESHORTMONTHS: ['Січ', 'Лют', 'Бер', 'Кві', 'Тра', - 'Чер', 'Лип', 'Сер', 'Вер', 'Жов', 'Лис', 'Гру'], - WEEKDAYS: ['Неділя', 'Понеділок', 'Вівторок', - 'Середа', 'Четвер', 'Пʼятниця', 'Субота'], - STANDALONEWEEKDAYS: ['Неділя', 'Понеділок', 'Вівторок', - 'Середа', 'Четвер', 'Пʼятниця', 'Субота'], - SHORTWEEKDAYS: ['Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'], - STANDALONESHORTWEEKDAYS: ['Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', - 'Сб'], - NARROWWEEKDAYS: ['Н', 'П', 'В', 'С', 'Ч', 'П', 'С'], - STANDALONENARROWWEEKDAYS: ['Н', 'П', 'В', 'С', 'Ч', 'П', 'С'], - SHORTQUARTERS: ['I кв.', 'II кв.', 'III кв.', 'IV кв.'], - QUARTERS: ['I квартал', 'II квартал', 'III квартал', - 'IV квартал'], - AMPMS: ['дп', 'пп'], - DATEFORMATS: ['EEEE, d MMMM y \'р\'.', 'd MMMM y \'р\'.', 'd MMM y', - 'dd.MM.yy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale ur. - */ -goog.i18n.DateTimeSymbols_ur = { - ERAS: ['ق م', 'عيسوی سن'], - ERANAMES: ['قبل مسيح', 'عيسوی سن'], - NARROWMONTHS: ['ج', 'ف', 'م', 'ا', 'م', 'ج', 'ج', 'ا', 'س', 'ا', - 'ن', 'د'], - STANDALONENARROWMONTHS: ['ج', 'ف', 'م', 'ا', 'م', 'ج', 'ج', 'ا', 'س', - 'ا', 'ن', 'د'], - MONTHS: ['جنوری', 'فروری', 'مار چ', 'اپريل', 'مئ', - 'جون', 'جولائ', 'اگست', 'ستمبر', 'اکتوبر', - 'نومبر', 'دسمبر'], - STANDALONEMONTHS: ['جنوری', 'فروری', 'مار چ', 'اپريل', - 'مئ', 'جون', 'جولائ', 'اگست', 'ستمبر', 'اکتوبر', - 'نومبر', 'دسمبر'], - SHORTMONTHS: ['جنوری', 'فروری', 'مار چ', 'اپريل', 'مئ', - 'جون', 'جولائ', 'اگست', 'ستمبر', 'اکتوبر', - 'نومبر', 'دسمبر'], - STANDALONESHORTMONTHS: ['جنوری', 'فروری', 'مار چ', 'اپريل', - 'مئ', 'جون', 'جولائ', 'اگست', 'ستمبر', 'اکتوبر', - 'نومبر', 'دسمبر'], - WEEKDAYS: ['اتوار', 'پير', 'منگل', 'بده', 'جمعرات', - 'جمعہ', 'ہفتہ'], - STANDALONEWEEKDAYS: ['اتوار', 'پير', 'منگل', 'بده', - 'جمعرات', 'جمعہ', 'ہفتہ'], - SHORTWEEKDAYS: ['اتوار', 'پير', 'منگل', 'بده', 'جمعرات', - 'جمعہ', 'ہفتہ'], - STANDALONESHORTWEEKDAYS: ['اتوار', 'پير', 'منگل', 'بده', - 'جمعرات', 'جمعہ', 'ہفتہ'], - NARROWWEEKDAYS: ['ا', 'پ', 'م', 'ب', 'ج', 'ج', 'ہ'], - STANDALONENARROWWEEKDAYS: ['ا', 'پ', 'م', 'ب', 'ج', 'ج', 'ہ'], - SHORTQUARTERS: ['1سہ ماہی', '2سہ ماہی', '3سہ ماہی', - '4سہ ماہی'], - QUARTERS: ['پہلی سہ ماہی', 'دوسری سہ ماہی', - 'تيسری سہ ماہی', 'چوتهی سہ ماہی'], - AMPMS: ['قبل دوپہر', 'بعد دوپہر'], - DATEFORMATS: ['EEEE, d, MMMM y', 'd, MMMM y', 'd, MMM y', 'd/M/yy'], - TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', 'h:mm a'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale vi. - */ -goog.i18n.DateTimeSymbols_vi = { - ERAS: ['tr. CN', 'sau CN'], - ERANAMES: ['tr. CN', 'sau CN'], - NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], - STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', - '11', '12'], - MONTHS: ['tháng một', 'tháng hai', 'tháng ba', 'tháng tư', - 'tháng năm', 'tháng sáu', 'tháng bảy', 'tháng tám', - 'tháng chín', 'tháng mười', 'tháng mười một', - 'tháng mười hai'], - STANDALONEMONTHS: ['tháng một', 'tháng hai', 'tháng ba', 'tháng tư', - 'tháng năm', 'tháng sáu', 'tháng bảy', 'tháng tám', - 'tháng chín', 'tháng mười', 'tháng mười một', - 'tháng mười hai'], - SHORTMONTHS: ['thg 1', 'thg 2', 'thg 3', 'thg 4', 'thg 5', 'thg 6', 'thg 7', - 'thg 8', 'thg 9', 'thg 10', 'thg 11', 'thg 12'], - STANDALONESHORTMONTHS: ['thg 1', 'thg 2', 'thg 3', 'thg 4', 'thg 5', 'thg 6', - 'thg 7', 'thg 8', 'thg 9', 'thg 10', 'thg 11', 'thg 12'], - WEEKDAYS: ['Chủ nhật', 'Thứ hai', 'Thứ ba', 'Thứ tư', 'Thứ năm', - 'Thứ sáu', 'Thứ bảy'], - STANDALONEWEEKDAYS: ['Chủ nhật', 'Thứ hai', 'Thứ ba', 'Thứ tư', - 'Thứ năm', 'Thứ sáu', 'Thứ bảy'], - SHORTWEEKDAYS: ['CN', 'Th 2', 'Th 3', 'Th 4', 'Th 5', 'Th 6', 'Th 7'], - STANDALONESHORTWEEKDAYS: ['CN', 'Th 2', 'Th 3', 'Th 4', 'Th 5', 'Th 6', - 'Th 7'], - NARROWWEEKDAYS: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], - STANDALONENARROWWEEKDAYS: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], - SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'], - AMPMS: ['SA', 'CH'], - DATEFORMATS: ['EEEE, \'ngày\' dd MMMM \'năm\' y', - '\'Ngày\' dd \'tháng\' M \'năm\' y', 'dd-MM-yyyy', 'dd/MM/yyyy'], - TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'], - FIRSTDAYOFWEEK: 0, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 3 -}; - - -/** - * Date/time formatting symbols for locale zh. - */ -goog.i18n.DateTimeSymbols_zh = { - ERAS: ['公元前', '公元'], - ERANAMES: ['公元前', '公元'], - NARROWMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', - '9月', '10月', '11月', '12月'], - STANDALONENARROWMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', - '7月', '8月', '9月', '10月', '11月', '12月'], - MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', - '9月', '10月', '11月', '12月'], - STANDALONEMONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', - '七月', '八月', '九月', '十月', '十一月', '十二月'], - SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', - '9月', '10月', '11月', '12月'], - STANDALONESHORTMONTHS: ['一月', '二月', '三月', '四月', '五月', - '六月', '七月', '八月', '九月', '十月', '十一月', - '十二月'], - WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', - '星期五', '星期六'], - STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', - '星期四', '星期五', '星期六'], - SHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', '周五', - '周六'], - STANDALONESHORTWEEKDAYS: ['周日', '周一', '周二', '周三', '周四', - '周五', '周六'], - NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], - STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], - SHORTQUARTERS: ['1季', '2季', '3季', '4季'], - QUARTERS: ['第1季度', '第2季度', '第3季度', '第4季度'], - AMPMS: ['上午', '下午'], - DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'yyyy-M-d', 'yy-M-d'], - TIMEFORMATS: ['zzzzah时mm分ss秒', 'zah时mm分ss秒', 'ah:mm:ss', 'ah:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale zh_CN. - */ -goog.i18n.DateTimeSymbols_zh_CN = goog.i18n.DateTimeSymbols_zh; - - -/** - * Date/time formatting symbols for locale zh_HK. - */ -goog.i18n.DateTimeSymbols_zh_HK = { - ERAS: ['西元前', '西元'], - ERANAMES: ['西元前', '西元'], - NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], - STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', - '11', '12'], - MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', - '9月', '10月', '11月', '12月'], - STANDALONEMONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', - '七月', '八月', '九月', '十月', '十一月', '十二月'], - SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', - '9月', '10月', '11月', '12月'], - STANDALONESHORTMONTHS: ['一月', '二月', '三月', '四月', '五月', - '六月', '七月', '八月', '九月', '十月', '十一月', - '十二月'], - WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', - '星期五', '星期六'], - STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', - '星期四', '星期五', '星期六'], - SHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', - '週六'], - STANDALONESHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', - '週五', '週六'], - NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], - STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], - SHORTQUARTERS: ['1季', '2季', '3季', '4季'], - QUARTERS: ['第1季', '第2季', '第3季', '第4季'], - AMPMS: ['上午', '下午'], - DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'y年M月d日', - 'yy年M月d日'], - TIMEFORMATS: ['zzzzah時mm分ss秒', 'zah時mm分ss秒', 'ahh:mm:ss', - 'ah:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Date/time formatting symbols for locale zh_TW. - */ -goog.i18n.DateTimeSymbols_zh_TW = { - ERAS: ['西元前', '西元'], - ERANAMES: ['西元前', '西元'], - NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], - STANDALONENARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', - '11', '12'], - MONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', - '9月', '10月', '11月', '12月'], - STANDALONEMONTHS: ['一月', '二月', '三月', '四月', '五月', '六月', - '七月', '八月', '九月', '十月', '十一月', '十二月'], - SHORTMONTHS: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', - '9月', '10月', '11月', '12月'], - STANDALONESHORTMONTHS: ['一月', '二月', '三月', '四月', '五月', - '六月', '七月', '八月', '九月', '十月', '十一月', - '十二月'], - WEEKDAYS: ['星期日', '星期一', '星期二', '星期三', '星期四', - '星期五', '星期六'], - STANDALONEWEEKDAYS: ['星期日', '星期一', '星期二', '星期三', - '星期四', '星期五', '星期六'], - SHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', '週五', - '週六'], - STANDALONESHORTWEEKDAYS: ['週日', '週一', '週二', '週三', '週四', - '週五', '週六'], - NARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], - STANDALONENARROWWEEKDAYS: ['日', '一', '二', '三', '四', '五', '六'], - SHORTQUARTERS: ['1季', '2季', '3季', '4季'], - QUARTERS: ['第1季', '第2季', '第3季', '第4季'], - AMPMS: ['上午', '下午'], - DATEFORMATS: ['y年M月d日EEEE', 'y年M月d日', 'yyyy/M/d', 'yy/M/d'], - TIMEFORMATS: ['zzzzah時mm分ss秒', 'zah時mm分ss秒', 'ah:mm:ss', 'ah:mm'], - FIRSTDAYOFWEEK: 6, - WEEKENDRANGE: [5, 6], - FIRSTWEEKCUTOFFDAY: 2 -}; - - -/** - * Selected date/time formatting symbols by locale. - * "switch" statement won't work here. JsCompiler cannot handle it yet. - */ -if (goog.LOCALE == 'am') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_am; -} else if (goog.LOCALE == 'ar') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ar; -} else if (goog.LOCALE == 'bg') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bg; -} else if (goog.LOCALE == 'bn') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_bn; -} else if (goog.LOCALE == 'ca') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ca; -} else if (goog.LOCALE == 'cs') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_cs; -} else if (goog.LOCALE == 'da') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_da; -} else if (goog.LOCALE == 'de') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de; -} else if (goog.LOCALE == 'de_AT' || goog.LOCALE == 'de-AT') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de_AT; -} else if (goog.LOCALE == 'de_CH' || goog.LOCALE == 'de-CH') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_de; -} else if (goog.LOCALE == 'el') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_el; -} else if (goog.LOCALE == 'en') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en; -} else if (goog.LOCALE == 'en_AU' || goog.LOCALE == 'en-AU') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_AU; -} else if (goog.LOCALE == 'en_GB' || goog.LOCALE == 'en-GB') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_GB; -} else if (goog.LOCALE == 'en_IE' || goog.LOCALE == 'en-IE') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_IE; -} else if (goog.LOCALE == 'en_IN' || goog.LOCALE == 'en-IN') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_IN; -} else if (goog.LOCALE == 'en_SG' || goog.LOCALE == 'en-SG') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_SG; -} else if (goog.LOCALE == 'en_US' || goog.LOCALE == 'en-US') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en; -} else if (goog.LOCALE == 'en_ZA' || goog.LOCALE == 'en-ZA') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en_ZA; -} else if (goog.LOCALE == 'es') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_es; -} else if (goog.LOCALE == 'et') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_et; -} else if (goog.LOCALE == 'eu') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_eu; -} else if (goog.LOCALE == 'fa') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fa; -} else if (goog.LOCALE == 'fi') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fi; -} else if (goog.LOCALE == 'fil') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fil; -} else if (goog.LOCALE == 'fr') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr; -} else if (goog.LOCALE == 'fr_CA' || goog.LOCALE == 'fr-CA') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_fr_CA; -} else if (goog.LOCALE == 'gl') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gl; -} else if (goog.LOCALE == 'gsw') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gsw; -} else if (goog.LOCALE == 'gu') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_gu; -} else if (goog.LOCALE == 'he') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_he; -} else if (goog.LOCALE == 'hi') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hi; -} else if (goog.LOCALE == 'hr') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hr; -} else if (goog.LOCALE == 'hu') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_hu; -} else if (goog.LOCALE == 'id') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_id; -} else if (goog.LOCALE == 'in') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_in; -} else if (goog.LOCALE == 'is') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_is; -} else if (goog.LOCALE == 'it') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_it; -} else if (goog.LOCALE == 'iw') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_iw; -} else if (goog.LOCALE == 'ja') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ja; -} else if (goog.LOCALE == 'kn') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_kn; -} else if (goog.LOCALE == 'ko') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ko; -} else if (goog.LOCALE == 'ln') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ln; -} else if (goog.LOCALE == 'lt') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lt; -} else if (goog.LOCALE == 'lv') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_lv; -} else if (goog.LOCALE == 'ml') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ml; -} else if (goog.LOCALE == 'mo') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mo; -} else if (goog.LOCALE == 'mr') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mr; -} else if (goog.LOCALE == 'ms') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ms; -} else if (goog.LOCALE == 'mt') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_mt; -} else if (goog.LOCALE == 'nl') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_nl; -} else if (goog.LOCALE == 'no') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_no; -} else if (goog.LOCALE == 'or') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_or; -} else if (goog.LOCALE == 'pl') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pl; -} else if (goog.LOCALE == 'pt') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt; -} else if (goog.LOCALE == 'pt_BR' || goog.LOCALE == 'pt-BR') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt; -} else if (goog.LOCALE == 'pt_PT' || goog.LOCALE == 'pt-PT') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_pt_PT; -} else if (goog.LOCALE == 'ro') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ro; -} else if (goog.LOCALE == 'ru') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ru; -} else if (goog.LOCALE == 'sk') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sk; -} else if (goog.LOCALE == 'sl') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sl; -} else if (goog.LOCALE == 'sq') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sq; -} else if (goog.LOCALE == 'sr') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sr; -} else if (goog.LOCALE == 'sv') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sv; -} else if (goog.LOCALE == 'sw') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_sw; -} else if (goog.LOCALE == 'ta') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ta; -} else if (goog.LOCALE == 'te') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_te; -} else if (goog.LOCALE == 'th') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_th; -} else if (goog.LOCALE == 'tl') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_tl; -} else if (goog.LOCALE == 'tr') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_tr; -} else if (goog.LOCALE == 'uk') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_uk; -} else if (goog.LOCALE == 'ur') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_ur; -} else if (goog.LOCALE == 'vi') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_vi; -} else if (goog.LOCALE == 'zh') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh; -} else if (goog.LOCALE == 'zh_CN' || goog.LOCALE == 'zh-CN') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh; -} else if (goog.LOCALE == 'zh_HK' || goog.LOCALE == 'zh-HK') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_HK; -} else if (goog.LOCALE == 'zh_TW' || goog.LOCALE == 'zh-TW') { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_zh_TW; -} else { - goog.i18n.DateTimeSymbols = goog.i18n.DateTimeSymbols_en; -} - diff --git a/i18n/closure/numberSymbols.js b/i18n/closure/numberSymbols.js index 35c65b9568fb..95d4454d10e5 100644 --- a/i18n/closure/numberSymbols.js +++ b/i18n/closure/numberSymbols.js @@ -1,4 +1,4 @@ -// Copyright 2011 The Closure Library Authors. All Rights Reserved +// Copyright 2011 The Closure Library Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -15,179 +15,155 @@ /** * @fileoverview Number formatting symbols. * - * This file is autogenerated by script: - * http://go/generate_number_constants.py - * using the --for_closure flag. + * File generated from CLDR ver. 31.0.1 * * To reduce the file size (which may cause issues in some JS * developing environments), this file will only contain locales * that are frequently used by web applications. This is defined as - * closure_tier1_locales and will change (most likely addition) + * proto/closure_locales_data.txt and will change (most likely addition) * over time. Rest of the data can be found in another file named - * "numberformatsymbolsext.js", which will be generated at the - * same time together with this file. + * "numberformatsymbolsext.js", which will be generated at + * the same time together with this file. * - * Before checkin, this file could have been manually edited. This is - * to incorporate changes before we could fix CLDR. All manual - * modification must be documented in this section, and should be - * removed after those changes land to CLDR. + * @suppress {const} */ +// clang-format off + goog.provide('goog.i18n.NumberFormatSymbols'); +goog.provide('goog.i18n.NumberFormatSymbols_af'); goog.provide('goog.i18n.NumberFormatSymbols_am'); -goog.provide('goog.i18n.NumberFormatSymbols_am_ET'); goog.provide('goog.i18n.NumberFormatSymbols_ar'); -goog.provide('goog.i18n.NumberFormatSymbols_ar_EG'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_DZ'); +goog.provide('goog.i18n.NumberFormatSymbols_az'); +goog.provide('goog.i18n.NumberFormatSymbols_be'); goog.provide('goog.i18n.NumberFormatSymbols_bg'); -goog.provide('goog.i18n.NumberFormatSymbols_bg_BG'); goog.provide('goog.i18n.NumberFormatSymbols_bn'); -goog.provide('goog.i18n.NumberFormatSymbols_bn_BD'); +goog.provide('goog.i18n.NumberFormatSymbols_br'); +goog.provide('goog.i18n.NumberFormatSymbols_bs'); goog.provide('goog.i18n.NumberFormatSymbols_ca'); -goog.provide('goog.i18n.NumberFormatSymbols_ca_ES'); +goog.provide('goog.i18n.NumberFormatSymbols_chr'); goog.provide('goog.i18n.NumberFormatSymbols_cs'); -goog.provide('goog.i18n.NumberFormatSymbols_cs_CZ'); +goog.provide('goog.i18n.NumberFormatSymbols_cy'); goog.provide('goog.i18n.NumberFormatSymbols_da'); -goog.provide('goog.i18n.NumberFormatSymbols_da_DK'); goog.provide('goog.i18n.NumberFormatSymbols_de'); goog.provide('goog.i18n.NumberFormatSymbols_de_AT'); -goog.provide('goog.i18n.NumberFormatSymbols_de_BE'); goog.provide('goog.i18n.NumberFormatSymbols_de_CH'); -goog.provide('goog.i18n.NumberFormatSymbols_de_DE'); -goog.provide('goog.i18n.NumberFormatSymbols_de_LU'); goog.provide('goog.i18n.NumberFormatSymbols_el'); -goog.provide('goog.i18n.NumberFormatSymbols_el_GR'); -goog.provide('goog.i18n.NumberFormatSymbols_el_POLYTON'); goog.provide('goog.i18n.NumberFormatSymbols_en'); -goog.provide('goog.i18n.NumberFormatSymbols_en_AS'); goog.provide('goog.i18n.NumberFormatSymbols_en_AU'); -goog.provide('goog.i18n.NumberFormatSymbols_en_Dsrt'); -goog.provide('goog.i18n.NumberFormatSymbols_en_Dsrt_US'); +goog.provide('goog.i18n.NumberFormatSymbols_en_CA'); goog.provide('goog.i18n.NumberFormatSymbols_en_GB'); -goog.provide('goog.i18n.NumberFormatSymbols_en_GU'); goog.provide('goog.i18n.NumberFormatSymbols_en_IE'); goog.provide('goog.i18n.NumberFormatSymbols_en_IN'); -goog.provide('goog.i18n.NumberFormatSymbols_en_MH'); -goog.provide('goog.i18n.NumberFormatSymbols_en_MP'); goog.provide('goog.i18n.NumberFormatSymbols_en_SG'); -goog.provide('goog.i18n.NumberFormatSymbols_en_UM'); goog.provide('goog.i18n.NumberFormatSymbols_en_US'); -goog.provide('goog.i18n.NumberFormatSymbols_en_VI'); goog.provide('goog.i18n.NumberFormatSymbols_en_ZA'); -goog.provide('goog.i18n.NumberFormatSymbols_en_ZZ'); goog.provide('goog.i18n.NumberFormatSymbols_es'); +goog.provide('goog.i18n.NumberFormatSymbols_es_419'); goog.provide('goog.i18n.NumberFormatSymbols_es_ES'); +goog.provide('goog.i18n.NumberFormatSymbols_es_MX'); +goog.provide('goog.i18n.NumberFormatSymbols_es_US'); goog.provide('goog.i18n.NumberFormatSymbols_et'); -goog.provide('goog.i18n.NumberFormatSymbols_et_EE'); goog.provide('goog.i18n.NumberFormatSymbols_eu'); -goog.provide('goog.i18n.NumberFormatSymbols_eu_ES'); goog.provide('goog.i18n.NumberFormatSymbols_fa'); -goog.provide('goog.i18n.NumberFormatSymbols_fa_IR'); goog.provide('goog.i18n.NumberFormatSymbols_fi'); -goog.provide('goog.i18n.NumberFormatSymbols_fi_FI'); goog.provide('goog.i18n.NumberFormatSymbols_fil'); -goog.provide('goog.i18n.NumberFormatSymbols_fil_PH'); goog.provide('goog.i18n.NumberFormatSymbols_fr'); -goog.provide('goog.i18n.NumberFormatSymbols_fr_BL'); goog.provide('goog.i18n.NumberFormatSymbols_fr_CA'); -goog.provide('goog.i18n.NumberFormatSymbols_fr_FR'); -goog.provide('goog.i18n.NumberFormatSymbols_fr_GP'); -goog.provide('goog.i18n.NumberFormatSymbols_fr_MC'); -goog.provide('goog.i18n.NumberFormatSymbols_fr_MF'); -goog.provide('goog.i18n.NumberFormatSymbols_fr_MQ'); -goog.provide('goog.i18n.NumberFormatSymbols_fr_RE'); +goog.provide('goog.i18n.NumberFormatSymbols_ga'); goog.provide('goog.i18n.NumberFormatSymbols_gl'); -goog.provide('goog.i18n.NumberFormatSymbols_gl_ES'); goog.provide('goog.i18n.NumberFormatSymbols_gsw'); -goog.provide('goog.i18n.NumberFormatSymbols_gsw_CH'); goog.provide('goog.i18n.NumberFormatSymbols_gu'); -goog.provide('goog.i18n.NumberFormatSymbols_gu_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_haw'); goog.provide('goog.i18n.NumberFormatSymbols_he'); -goog.provide('goog.i18n.NumberFormatSymbols_he_IL'); goog.provide('goog.i18n.NumberFormatSymbols_hi'); -goog.provide('goog.i18n.NumberFormatSymbols_hi_IN'); goog.provide('goog.i18n.NumberFormatSymbols_hr'); -goog.provide('goog.i18n.NumberFormatSymbols_hr_HR'); goog.provide('goog.i18n.NumberFormatSymbols_hu'); -goog.provide('goog.i18n.NumberFormatSymbols_hu_HU'); +goog.provide('goog.i18n.NumberFormatSymbols_hy'); goog.provide('goog.i18n.NumberFormatSymbols_id'); -goog.provide('goog.i18n.NumberFormatSymbols_id_ID'); goog.provide('goog.i18n.NumberFormatSymbols_in'); goog.provide('goog.i18n.NumberFormatSymbols_is'); -goog.provide('goog.i18n.NumberFormatSymbols_is_IS'); goog.provide('goog.i18n.NumberFormatSymbols_it'); -goog.provide('goog.i18n.NumberFormatSymbols_it_IT'); goog.provide('goog.i18n.NumberFormatSymbols_iw'); goog.provide('goog.i18n.NumberFormatSymbols_ja'); -goog.provide('goog.i18n.NumberFormatSymbols_ja_JP'); +goog.provide('goog.i18n.NumberFormatSymbols_ka'); +goog.provide('goog.i18n.NumberFormatSymbols_kk'); +goog.provide('goog.i18n.NumberFormatSymbols_km'); goog.provide('goog.i18n.NumberFormatSymbols_kn'); -goog.provide('goog.i18n.NumberFormatSymbols_kn_IN'); goog.provide('goog.i18n.NumberFormatSymbols_ko'); -goog.provide('goog.i18n.NumberFormatSymbols_ko_KR'); +goog.provide('goog.i18n.NumberFormatSymbols_ky'); goog.provide('goog.i18n.NumberFormatSymbols_ln'); -goog.provide('goog.i18n.NumberFormatSymbols_ln_CD'); +goog.provide('goog.i18n.NumberFormatSymbols_lo'); goog.provide('goog.i18n.NumberFormatSymbols_lt'); -goog.provide('goog.i18n.NumberFormatSymbols_lt_LT'); goog.provide('goog.i18n.NumberFormatSymbols_lv'); -goog.provide('goog.i18n.NumberFormatSymbols_lv_LV'); +goog.provide('goog.i18n.NumberFormatSymbols_mk'); goog.provide('goog.i18n.NumberFormatSymbols_ml'); -goog.provide('goog.i18n.NumberFormatSymbols_ml_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_mn'); goog.provide('goog.i18n.NumberFormatSymbols_mo'); goog.provide('goog.i18n.NumberFormatSymbols_mr'); -goog.provide('goog.i18n.NumberFormatSymbols_mr_IN'); goog.provide('goog.i18n.NumberFormatSymbols_ms'); -goog.provide('goog.i18n.NumberFormatSymbols_ms_MY'); goog.provide('goog.i18n.NumberFormatSymbols_mt'); -goog.provide('goog.i18n.NumberFormatSymbols_mt_MT'); +goog.provide('goog.i18n.NumberFormatSymbols_my'); +goog.provide('goog.i18n.NumberFormatSymbols_nb'); +goog.provide('goog.i18n.NumberFormatSymbols_ne'); goog.provide('goog.i18n.NumberFormatSymbols_nl'); -goog.provide('goog.i18n.NumberFormatSymbols_nl_NL'); goog.provide('goog.i18n.NumberFormatSymbols_no'); +goog.provide('goog.i18n.NumberFormatSymbols_no_NO'); goog.provide('goog.i18n.NumberFormatSymbols_or'); -goog.provide('goog.i18n.NumberFormatSymbols_or_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_pa'); goog.provide('goog.i18n.NumberFormatSymbols_pl'); -goog.provide('goog.i18n.NumberFormatSymbols_pl_PL'); goog.provide('goog.i18n.NumberFormatSymbols_pt'); goog.provide('goog.i18n.NumberFormatSymbols_pt_BR'); goog.provide('goog.i18n.NumberFormatSymbols_pt_PT'); goog.provide('goog.i18n.NumberFormatSymbols_ro'); -goog.provide('goog.i18n.NumberFormatSymbols_ro_RO'); goog.provide('goog.i18n.NumberFormatSymbols_ru'); -goog.provide('goog.i18n.NumberFormatSymbols_ru_RU'); +goog.provide('goog.i18n.NumberFormatSymbols_sh'); +goog.provide('goog.i18n.NumberFormatSymbols_si'); goog.provide('goog.i18n.NumberFormatSymbols_sk'); -goog.provide('goog.i18n.NumberFormatSymbols_sk_SK'); goog.provide('goog.i18n.NumberFormatSymbols_sl'); -goog.provide('goog.i18n.NumberFormatSymbols_sl_SI'); goog.provide('goog.i18n.NumberFormatSymbols_sq'); -goog.provide('goog.i18n.NumberFormatSymbols_sq_AL'); goog.provide('goog.i18n.NumberFormatSymbols_sr'); -goog.provide('goog.i18n.NumberFormatSymbols_sr_Cyrl_RS'); -goog.provide('goog.i18n.NumberFormatSymbols_sr_Latn_RS'); -goog.provide('goog.i18n.NumberFormatSymbols_sr_RS'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Latn'); goog.provide('goog.i18n.NumberFormatSymbols_sv'); -goog.provide('goog.i18n.NumberFormatSymbols_sv_SE'); goog.provide('goog.i18n.NumberFormatSymbols_sw'); -goog.provide('goog.i18n.NumberFormatSymbols_sw_TZ'); goog.provide('goog.i18n.NumberFormatSymbols_ta'); -goog.provide('goog.i18n.NumberFormatSymbols_ta_IN'); goog.provide('goog.i18n.NumberFormatSymbols_te'); -goog.provide('goog.i18n.NumberFormatSymbols_te_IN'); goog.provide('goog.i18n.NumberFormatSymbols_th'); -goog.provide('goog.i18n.NumberFormatSymbols_th_TH'); goog.provide('goog.i18n.NumberFormatSymbols_tl'); -goog.provide('goog.i18n.NumberFormatSymbols_tl_PH'); goog.provide('goog.i18n.NumberFormatSymbols_tr'); -goog.provide('goog.i18n.NumberFormatSymbols_tr_TR'); goog.provide('goog.i18n.NumberFormatSymbols_uk'); -goog.provide('goog.i18n.NumberFormatSymbols_uk_UA'); goog.provide('goog.i18n.NumberFormatSymbols_ur'); -goog.provide('goog.i18n.NumberFormatSymbols_ur_PK'); +goog.provide('goog.i18n.NumberFormatSymbols_uz'); goog.provide('goog.i18n.NumberFormatSymbols_vi'); -goog.provide('goog.i18n.NumberFormatSymbols_vi_VN'); goog.provide('goog.i18n.NumberFormatSymbols_zh'); goog.provide('goog.i18n.NumberFormatSymbols_zh_CN'); goog.provide('goog.i18n.NumberFormatSymbols_zh_HK'); -goog.provide('goog.i18n.NumberFormatSymbols_zh_Hans'); -goog.provide('goog.i18n.NumberFormatSymbols_zh_Hans_CN'); goog.provide('goog.i18n.NumberFormatSymbols_zh_TW'); +goog.provide('goog.i18n.NumberFormatSymbols_zu'); + + +/** + * Number formatting symbols for locale af. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_af = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ZAR' +}; /** @@ -202,29 +178,68 @@ goog.i18n.NumberFormatSymbols_am = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00;(\u00A4#,##0.00)', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'ETB' }; /** - * Number formatting symbols for locale am_ET. + * Number formatting symbols for locale ar. * @enum {string} */ -goog.i18n.NumberFormatSymbols_am_ET = goog.i18n.NumberFormatSymbols_am; +goog.i18n.NumberFormatSymbols_ar = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EGP' +}; /** - * Number formatting symbols for locale ar. + * Number formatting symbols for locale ar_DZ. * @enum {string} */ -goog.i18n.NumberFormatSymbols_ar = { +goog.i18n.NumberFormatSymbols_ar_DZ = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '‎%‎', + ZERO_DIGIT: '0', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ليس رقمًا', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'DZD' +}; + + +/** + * Number formatting symbols for locale az. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_az = { DECIMAL_SEP: ',', GROUP_SEP: '.', PERCENT: '%', @@ -232,22 +247,38 @@ goog.i18n.NumberFormatSymbols_ar = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', - DECIMAL_PATTERN: '#,##0.###;#,##0.###-', + DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00;\u00A4\u00A0#,##0.00-', - DEF_CURRENCY_CODE: 'EGP' + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'AZN' }; /** - * Number formatting symbols for locale ar_EG. + * Number formatting symbols for locale be. * @enum {string} */ -goog.i18n.NumberFormatSymbols_ar_EG = goog.i18n.NumberFormatSymbols_ar; +goog.i18n.NumberFormatSymbols_be = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'BYN' +}; /** @@ -256,30 +287,23 @@ goog.i18n.NumberFormatSymbols_ar_EG = goog.i18n.NumberFormatSymbols_ar; */ goog.i18n.NumberFormatSymbols_bg = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', - NAN: '\u041D/\u0427', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '0.00 ¤', DEF_CURRENCY_CODE: 'BGN' }; -/** - * Number formatting symbols for locale bg_BG. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_bg_BG = goog.i18n.NumberFormatSymbols_bg; - - /** * Number formatting symbols for locale bn. * @enum {string} @@ -288,26 +312,65 @@ goog.i18n.NumberFormatSymbols_bn = { DECIMAL_SEP: '.', GROUP_SEP: ',', PERCENT: '%', - ZERO_DIGIT: '0', + ZERO_DIGIT: '০', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '#,##,##0.00\u00A4;(#,##,##0.00\u00A4)', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##,##0.00¤', DEF_CURRENCY_CODE: 'BDT' }; /** - * Number formatting symbols for locale bn_BD. + * Number formatting symbols for locale br. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_br = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale bs. * @enum {string} */ -goog.i18n.NumberFormatSymbols_bn_BD = goog.i18n.NumberFormatSymbols_bn; +goog.i18n.NumberFormatSymbols_bs = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'BAM' +}; /** @@ -322,22 +385,38 @@ goog.i18n.NumberFormatSymbols_ca = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; /** - * Number formatting symbols for locale ca_ES. + * Number formatting symbols for locale chr. * @enum {string} */ -goog.i18n.NumberFormatSymbols_ca_ES = goog.i18n.NumberFormatSymbols_ca; +goog.i18n.NumberFormatSymbols_chr = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; /** @@ -346,28 +425,44 @@ goog.i18n.NumberFormatSymbols_ca_ES = goog.i18n.NumberFormatSymbols_ca; */ goog.i18n.NumberFormatSymbols_cs = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'CZK' }; /** - * Number formatting symbols for locale cs_CZ. + * Number formatting symbols for locale cy. * @enum {string} */ -goog.i18n.NumberFormatSymbols_cs_CZ = goog.i18n.NumberFormatSymbols_cs; +goog.i18n.NumberFormatSymbols_cy = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GBP' +}; /** @@ -382,24 +477,17 @@ goog.i18n.NumberFormatSymbols_da = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'DKK' }; -/** - * Number formatting symbols for locale da_DK. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_da_DK = goog.i18n.NumberFormatSymbols_da; - - /** * Number formatting symbols for locale de. * @enum {string} @@ -412,13 +500,13 @@ goog.i18n.NumberFormatSymbols_de = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; @@ -429,67 +517,46 @@ goog.i18n.NumberFormatSymbols_de = { */ goog.i18n.NumberFormatSymbols_de_AT = { DECIMAL_SEP: ',', - GROUP_SEP: '.', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤ #,##0.00', DEF_CURRENCY_CODE: 'EUR' }; -/** - * Number formatting symbols for locale de_BE. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_de_BE = goog.i18n.NumberFormatSymbols_de; - - /** * Number formatting symbols for locale de_CH. * @enum {string} */ goog.i18n.NumberFormatSymbols_de_CH = { DECIMAL_SEP: '.', - GROUP_SEP: '\'', + GROUP_SEP: '’', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00;\u00A4-#,##0.00', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤-#,##0.00', DEF_CURRENCY_CODE: 'CHF' }; -/** - * Number formatting symbols for locale de_DE. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_de_DE = goog.i18n.NumberFormatSymbols_de; - - -/** - * Number formatting symbols for locale de_LU. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_de_LU = goog.i18n.NumberFormatSymbols_de; - - /** * Number formatting symbols for locale el. * @enum {string} @@ -502,31 +569,17 @@ goog.i18n.NumberFormatSymbols_el = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'e', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; -/** - * Number formatting symbols for locale el_GR. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_el_GR = goog.i18n.NumberFormatSymbols_el; - - -/** - * Number formatting symbols for locale el_POLYTON. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_el_POLYTON = goog.i18n.NumberFormatSymbols_el; - - /** * Number formatting symbols for locale en. * @enum {string} @@ -539,24 +592,17 @@ goog.i18n.NumberFormatSymbols_en = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00;(\u00A4#,##0.00)', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'USD' }; -/** - * Number formatting symbols for locale en_AS. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_en_AS = goog.i18n.NumberFormatSymbols_en; - - /** * Number formatting symbols for locale en_AU. * @enum {string} @@ -568,30 +614,39 @@ goog.i18n.NumberFormatSymbols_en_AU = { ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', - EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + EXP_SYMBOL: 'e', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'AUD' }; /** - * Number formatting symbols for locale en_Dsrt. + * Number formatting symbols for locale en_CA. * @enum {string} */ -goog.i18n.NumberFormatSymbols_en_Dsrt = goog.i18n.NumberFormatSymbols_en; - - -/** - * Number formatting symbols for locale en_Dsrt_US. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_en_Dsrt_US = goog.i18n.NumberFormatSymbols_en; +goog.i18n.NumberFormatSymbols_en_CA = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'CAD' +}; /** @@ -606,24 +661,17 @@ goog.i18n.NumberFormatSymbols_en_GB = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'GBP' }; -/** - * Number formatting symbols for locale en_GU. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_en_GU = goog.i18n.NumberFormatSymbols_en; - - /** * Number formatting symbols for locale en_IE. * @enum {string} @@ -636,13 +684,13 @@ goog.i18n.NumberFormatSymbols_en_IE = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'EUR' }; @@ -659,31 +707,17 @@ goog.i18n.NumberFormatSymbols_en_IN = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##,##0.00', + CURRENCY_PATTERN: '¤ #,##,##0.00', DEF_CURRENCY_CODE: 'INR' }; -/** - * Number formatting symbols for locale en_MH. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_en_MH = goog.i18n.NumberFormatSymbols_en; - - -/** - * Number formatting symbols for locale en_MP. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_en_MP = goog.i18n.NumberFormatSymbols_en; - - /** * Number formatting symbols for locale en_SG. * @enum {string} @@ -696,24 +730,17 @@ goog.i18n.NumberFormatSymbols_en_SG = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00;(\u00A4#,##0.00)', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'SGD' }; -/** - * Number formatting symbols for locale en_UM. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_en_UM = goog.i18n.NumberFormatSymbols_en; - - /** * Number formatting symbols for locale en_US. * @enum {string} @@ -721,43 +748,29 @@ goog.i18n.NumberFormatSymbols_en_UM = goog.i18n.NumberFormatSymbols_en; goog.i18n.NumberFormatSymbols_en_US = goog.i18n.NumberFormatSymbols_en; -/** - * Number formatting symbols for locale en_VI. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_en_VI = goog.i18n.NumberFormatSymbols_en; - - /** * Number formatting symbols for locale en_ZA. * @enum {string} */ goog.i18n.NumberFormatSymbols_en_ZA = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'ZAR' }; -/** - * Number formatting symbols for locale en_ZZ. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_en_ZZ = goog.i18n.NumberFormatSymbols_en; - - /** * Number formatting symbols for locale es. * @enum {string} @@ -770,143 +783,183 @@ goog.i18n.NumberFormatSymbols_es = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; /** - * Number formatting symbols for locale es_ES. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_es_ES = goog.i18n.NumberFormatSymbols_es; - - -/** - * Number formatting symbols for locale et. + * Number formatting symbols for locale es_419. * @enum {string} */ -goog.i18n.NumberFormatSymbols_et = { - DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', +goog.i18n.NumberFormatSymbols_es_419 = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', - DEF_CURRENCY_CODE: 'EUR' + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'MXN' }; /** - * Number formatting symbols for locale et_EE. + * Number formatting symbols for locale es_ES. * @enum {string} */ -goog.i18n.NumberFormatSymbols_et_EE = goog.i18n.NumberFormatSymbols_et; +goog.i18n.NumberFormatSymbols_es_ES = goog.i18n.NumberFormatSymbols_es; /** - * Number formatting symbols for locale eu. + * Number formatting symbols for locale es_MX. * @enum {string} */ -goog.i18n.NumberFormatSymbols_eu = { - DECIMAL_SEP: ',', - GROUP_SEP: '.', +goog.i18n.NumberFormatSymbols_es_MX = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', - DEF_CURRENCY_CODE: 'EUR' + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'MXN' }; /** - * Number formatting symbols for locale eu_ES. + * Number formatting symbols for locale es_US. * @enum {string} */ -goog.i18n.NumberFormatSymbols_eu_ES = goog.i18n.NumberFormatSymbols_eu; - - -/** - * Number formatting symbols for locale fa. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_fa = { - DECIMAL_SEP: '/', - GROUP_SEP: '\u060C', +goog.i18n.NumberFormatSymbols_es_US = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', - MINUS_SIGN: '\u2212', + MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', - DECIMAL_PATTERN: '#,##0.###;\'\u202A\'-#,##0.###\'\u202C\'', + DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '\'\u202A\'%#,##0\'\u202C\'', - CURRENCY_PATTERN: - '#,##0.00\u00A0\u00A4;\'\u202A\'-#,##0.00\'\u202C\'\u00A0\u00A4', - DEF_CURRENCY_CODE: 'IRR' + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'USD' }; /** - * Number formatting symbols for locale fa_IR. + * Number formatting symbols for locale et. * @enum {string} */ -goog.i18n.NumberFormatSymbols_fa_IR = goog.i18n.NumberFormatSymbols_fa; +goog.i18n.NumberFormatSymbols_et = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: '×10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; /** - * Number formatting symbols for locale fi. + * Number formatting symbols for locale eu. * @enum {string} */ -goog.i18n.NumberFormatSymbols_fi = { +goog.i18n.NumberFormatSymbols_eu = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: '.', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', - NAN: 'ep\u00E4luku', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '% #,##0', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; /** - * Number formatting symbols for locale fi_FI. + * Number formatting symbols for locale fa. * @enum {string} */ -goog.i18n.NumberFormatSymbols_fi_FI = goog.i18n.NumberFormatSymbols_fi; +goog.i18n.NumberFormatSymbols_fa = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '‎٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎−', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ناعدد', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '% #,##0;% -#,##0', + CURRENCY_PATTERN: '#,##0.00 ؜¤;؜-#,##0.00 ؜¤', + DEF_CURRENCY_CODE: 'IRR' +}; + + +/** + * Number formatting symbols for locale fi. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fi = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'epäluku', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; /** @@ -921,117 +974,84 @@ goog.i18n.NumberFormatSymbols_fil = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'PHP' }; -/** - * Number formatting symbols for locale fil_PH. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_fil_PH = goog.i18n.NumberFormatSymbols_fil; - - /** * Number formatting symbols for locale fr. * @enum {string} */ goog.i18n.NumberFormatSymbols_fr = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; -/** - * Number formatting symbols for locale fr_BL. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_fr_BL = goog.i18n.NumberFormatSymbols_fr; - - /** * Number formatting symbols for locale fr_CA. * @enum {string} */ goog.i18n.NumberFormatSymbols_fr_CA = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4;(#,##0.00\u00A0\u00A4)', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'CAD' }; /** - * Number formatting symbols for locale fr_FR. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_fr_FR = goog.i18n.NumberFormatSymbols_fr; - - -/** - * Number formatting symbols for locale fr_GP. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_fr_GP = goog.i18n.NumberFormatSymbols_fr; - - -/** - * Number formatting symbols for locale fr_MC. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_fr_MC = goog.i18n.NumberFormatSymbols_fr; - - -/** - * Number formatting symbols for locale fr_MF. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_fr_MF = goog.i18n.NumberFormatSymbols_fr; - - -/** - * Number formatting symbols for locale fr_MQ. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_fr_MQ = goog.i18n.NumberFormatSymbols_fr; - - -/** - * Number formatting symbols for locale fr_RE. + * Number formatting symbols for locale ga. * @enum {string} */ -goog.i18n.NumberFormatSymbols_fr_RE = goog.i18n.NumberFormatSymbols_fr; +goog.i18n.NumberFormatSymbols_ga = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; /** @@ -1046,54 +1066,40 @@ goog.i18n.NumberFormatSymbols_gl = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; -/** - * Number formatting symbols for locale gl_ES. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_gl_ES = goog.i18n.NumberFormatSymbols_gl; - - /** * Number formatting symbols for locale gsw. * @enum {string} */ goog.i18n.NumberFormatSymbols_gsw = { DECIMAL_SEP: '.', - GROUP_SEP: '\u2019', + GROUP_SEP: '’', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', - MINUS_SIGN: '\u2212', + MINUS_SIGN: '−', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'CHF' }; -/** - * Number formatting symbols for locale gsw_CH. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_gsw_CH = goog.i18n.NumberFormatSymbols_gsw; - - /** * Number formatting symbols for locale gu. * @enum {string} @@ -1106,22 +1112,38 @@ goog.i18n.NumberFormatSymbols_gu = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##,##0.###', - SCIENTIFIC_PATTERN: '#E0', + SCIENTIFIC_PATTERN: '[#E0]', PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##,##0.00', + CURRENCY_PATTERN: '¤#,##,##0.00', DEF_CURRENCY_CODE: 'INR' }; /** - * Number formatting symbols for locale gu_IN. + * Number formatting symbols for locale haw. * @enum {string} */ -goog.i18n.NumberFormatSymbols_gu_IN = goog.i18n.NumberFormatSymbols_gu; +goog.i18n.NumberFormatSymbols_haw = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; /** @@ -1133,27 +1155,20 @@ goog.i18n.NumberFormatSymbols_he = { GROUP_SEP: ',', PERCENT: '%', ZERO_DIGIT: '0', - PLUS_SIGN: '+', - MINUS_SIGN: '-', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '‏#,##0.00 ¤;‏-#,##0.00 ¤', DEF_CURRENCY_CODE: 'ILS' }; -/** - * Number formatting symbols for locale he_IL. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_he_IL = goog.i18n.NumberFormatSymbols_he; - - /** * Number formatting symbols for locale hi. * @enum {string} @@ -1166,24 +1181,17 @@ goog.i18n.NumberFormatSymbols_hi = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##,##0.###', - SCIENTIFIC_PATTERN: '#E0', + SCIENTIFIC_PATTERN: '[#E0]', PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##,##0.00', + CURRENCY_PATTERN: '¤#,##,##0.00', DEF_CURRENCY_CODE: 'INR' }; -/** - * Number formatting symbols for locale hi_IN. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_hi_IN = goog.i18n.NumberFormatSymbols_hi; - - /** * Number formatting symbols for locale hr. * @enum {string} @@ -1196,52 +1204,61 @@ goog.i18n.NumberFormatSymbols_hr = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'HRK' }; -/** - * Number formatting symbols for locale hr_HR. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_hr_HR = goog.i18n.NumberFormatSymbols_hr; - - /** * Number formatting symbols for locale hu. * @enum {string} */ goog.i18n.NumberFormatSymbols_hu = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'HUF' }; /** - * Number formatting symbols for locale hu_HU. + * Number formatting symbols for locale hy. * @enum {string} */ -goog.i18n.NumberFormatSymbols_hu_HU = goog.i18n.NumberFormatSymbols_hu; +goog.i18n.NumberFormatSymbols_hy = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ՈչԹ', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'AMD' +}; /** @@ -1256,24 +1273,17 @@ goog.i18n.NumberFormatSymbols_id = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'IDR' }; -/** - * Number formatting symbols for locale id_ID. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_id_ID = goog.i18n.NumberFormatSymbols_id; - - /** * Number formatting symbols for locale in. * @enum {string} @@ -1286,13 +1296,13 @@ goog.i18n.NumberFormatSymbols_in = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'IDR' }; @@ -1307,26 +1317,19 @@ goog.i18n.NumberFormatSymbols_is = { PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', - MINUS_SIGN: '\u2212', - EXP_SYMBOL: '\u00D710^', - PERMILL: '\u2030', - INFINITY: '\u221E', - NAN: 'EiTa', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'ISK' }; -/** - * Number formatting symbols for locale is_IS. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_is_IS = goog.i18n.NumberFormatSymbols_is; - - /** * Number formatting symbols for locale it. * @enum {string} @@ -1339,24 +1342,17 @@ goog.i18n.NumberFormatSymbols_it = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; -/** - * Number formatting symbols for locale it_IT. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_it_IT = goog.i18n.NumberFormatSymbols_it; - - /** * Number formatting symbols for locale iw. * @enum {string} @@ -1366,16 +1362,16 @@ goog.i18n.NumberFormatSymbols_iw = { GROUP_SEP: ',', PERCENT: '%', ZERO_DIGIT: '0', - PLUS_SIGN: '+', - MINUS_SIGN: '-', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '‏#,##0.00 ¤;‏-#,##0.00 ¤', DEF_CURRENCY_CODE: 'ILS' }; @@ -1392,52 +1388,107 @@ goog.i18n.NumberFormatSymbols_ja = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'JPY' }; /** - * Number formatting symbols for locale ja_JP. + * Number formatting symbols for locale ka. * @enum {string} */ -goog.i18n.NumberFormatSymbols_ja_JP = goog.i18n.NumberFormatSymbols_ja; +goog.i18n.NumberFormatSymbols_ka = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'არ არის რიცხვი', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'GEL' +}; /** - * Number formatting symbols for locale kn. + * Number formatting symbols for locale kk. * @enum {string} */ -goog.i18n.NumberFormatSymbols_kn = { - DECIMAL_SEP: '.', - GROUP_SEP: ',', +goog.i18n.NumberFormatSymbols_kk = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'сан емес', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'KZT' +}; + + +/** + * Number formatting symbols for locale km. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_km = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', - DECIMAL_PATTERN: '#,##,##0.###', + DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##,##0.00', - DEF_CURRENCY_CODE: 'INR' + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'KHR' }; /** - * Number formatting symbols for locale kn_IN. + * Number formatting symbols for locale kn. * @enum {string} */ -goog.i18n.NumberFormatSymbols_kn_IN = goog.i18n.NumberFormatSymbols_kn; +goog.i18n.NumberFormatSymbols_kn = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'INR' +}; /** @@ -1452,22 +1503,38 @@ goog.i18n.NumberFormatSymbols_ko = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'KRW' }; /** - * Number formatting symbols for locale ko_KR. + * Number formatting symbols for locale ky. * @enum {string} */ -goog.i18n.NumberFormatSymbols_ko_KR = goog.i18n.NumberFormatSymbols_ko; +goog.i18n.NumberFormatSymbols_ky = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'сан эмес', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'KGS' +}; /** @@ -1475,29 +1542,45 @@ goog.i18n.NumberFormatSymbols_ko_KR = goog.i18n.NumberFormatSymbols_ko; * @enum {string} */ goog.i18n.NumberFormatSymbols_ln = { - DECIMAL_SEP: '.', - GROUP_SEP: ',', + DECIMAL_SEP: ',', + GROUP_SEP: '.', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'CDF' }; /** - * Number formatting symbols for locale ln_CD. + * Number formatting symbols for locale lo. * @enum {string} */ -goog.i18n.NumberFormatSymbols_ln_CD = goog.i18n.NumberFormatSymbols_ln; +goog.i18n.NumberFormatSymbols_lo = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ບໍ່​ແມ່ນ​ໂຕ​ເລກ', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00;¤-#,##0.00', + DEF_CURRENCY_CODE: 'LAK' +}; /** @@ -1506,58 +1589,67 @@ goog.i18n.NumberFormatSymbols_ln_CD = goog.i18n.NumberFormatSymbols_ln; */ goog.i18n.NumberFormatSymbols_lt = { DECIMAL_SEP: ',', - GROUP_SEP: '.', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', - MINUS_SIGN: '\u2212', - EXP_SYMBOL: '\u00D710^', - PERMILL: '\u2030', - INFINITY: '\u221E', - NAN: '\u00A4\u00A4\u00A4', + MINUS_SIGN: '−', + EXP_SYMBOL: '×10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', - DEF_CURRENCY_CODE: 'LTL' + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' }; -/** - * Number formatting symbols for locale lt_LT. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_lt_LT = goog.i18n.NumberFormatSymbols_lt; - - /** * Number formatting symbols for locale lv. * @enum {string} */ goog.i18n.NumberFormatSymbols_lv = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', - MINUS_SIGN: '\u2212', + MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', - NAN: 'nav\u00A0skaitlis', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NS', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', - DEF_CURRENCY_CODE: 'LVL' + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' }; /** - * Number formatting symbols for locale lv_LV. + * Number formatting symbols for locale mk. * @enum {string} */ -goog.i18n.NumberFormatSymbols_lv_LV = goog.i18n.NumberFormatSymbols_lv; +goog.i18n.NumberFormatSymbols_mk = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'MKD' +}; /** @@ -1572,22 +1664,38 @@ goog.i18n.NumberFormatSymbols_ml = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '#,##,##0.00\u00A4', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'INR' }; /** - * Number formatting symbols for locale ml_IN. + * Number formatting symbols for locale mn. * @enum {string} */ -goog.i18n.NumberFormatSymbols_ml_IN = goog.i18n.NumberFormatSymbols_ml; +goog.i18n.NumberFormatSymbols_mn = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'MNT' +}; /** @@ -1602,13 +1710,13 @@ goog.i18n.NumberFormatSymbols_mo = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'MDL' }; @@ -1621,28 +1729,21 @@ goog.i18n.NumberFormatSymbols_mr = { DECIMAL_SEP: '.', GROUP_SEP: ',', PERCENT: '%', - ZERO_DIGIT: '0', + ZERO_DIGIT: '०', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##,##0.###', - SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##,##0.00', + SCIENTIFIC_PATTERN: '[#E0]', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'INR' }; -/** - * Number formatting symbols for locale mr_IN. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_mr_IN = goog.i18n.NumberFormatSymbols_mr; - - /** * Number formatting symbols for locale ms. * @enum {string} @@ -1655,24 +1756,17 @@ goog.i18n.NumberFormatSymbols_ms = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00;(\u00A4#,##0.00)', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'MYR' }; -/** - * Number formatting symbols for locale ms_MY. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_ms_MY = goog.i18n.NumberFormatSymbols_ms; - - /** * Number formatting symbols for locale mt. * @enum {string} @@ -1685,52 +1779,107 @@ goog.i18n.NumberFormatSymbols_mt = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', - DEF_CURRENCY_CODE: 'MTL' + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' }; /** - * Number formatting symbols for locale mt_MT. + * Number formatting symbols for locale my. * @enum {string} */ -goog.i18n.NumberFormatSymbols_mt_MT = goog.i18n.NumberFormatSymbols_mt; +goog.i18n.NumberFormatSymbols_my = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '၀', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ဂဏန်းမဟုတ်သော', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'MMK' +}; /** - * Number formatting symbols for locale nl. + * Number formatting symbols for locale nb. * @enum {string} */ -goog.i18n.NumberFormatSymbols_nl = { +goog.i18n.NumberFormatSymbols_nb = { DECIMAL_SEP: ',', - GROUP_SEP: '.', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'NOK' +}; + + +/** + * Number formatting symbols for locale ne. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ne = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '०', + PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00;\u00A4\u00A0#,##0.00-', - DEF_CURRENCY_CODE: 'EUR' + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'NPR' }; /** - * Number formatting symbols for locale nl_NL. + * Number formatting symbols for locale nl. * @enum {string} */ -goog.i18n.NumberFormatSymbols_nl_NL = goog.i18n.NumberFormatSymbols_nl; +goog.i18n.NumberFormatSymbols_nl = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤ -#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; /** @@ -1739,23 +1888,30 @@ goog.i18n.NumberFormatSymbols_nl_NL = goog.i18n.NumberFormatSymbols_nl; */ goog.i18n.NumberFormatSymbols_no = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', - MINUS_SIGN: '-', + MINUS_SIGN: '−', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤ #,##0.00', DEF_CURRENCY_CODE: 'NOK' }; +/** + * Number formatting symbols for locale no_NO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_no_NO = goog.i18n.NumberFormatSymbols_no; + + /** * Number formatting symbols for locale or. * @enum {string} @@ -1768,22 +1924,38 @@ goog.i18n.NumberFormatSymbols_or = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##,##0.00', + CURRENCY_PATTERN: '¤ #,##,##0.00', DEF_CURRENCY_CODE: 'INR' }; /** - * Number formatting symbols for locale or_IN. + * Number formatting symbols for locale pa. * @enum {string} */ -goog.i18n.NumberFormatSymbols_or_IN = goog.i18n.NumberFormatSymbols_or; +goog.i18n.NumberFormatSymbols_pa = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##,##0.###', + SCIENTIFIC_PATTERN: '[#E0]', + PERCENT_PATTERN: '#,##,##0%', + CURRENCY_PATTERN: '¤ #,##,##0.00', + DEF_CURRENCY_CODE: 'INR' +}; /** @@ -1792,30 +1964,23 @@ goog.i18n.NumberFormatSymbols_or_IN = goog.i18n.NumberFormatSymbols_or; */ goog.i18n.NumberFormatSymbols_pl = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'PLN' }; -/** - * Number formatting symbols for locale pl_PL. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_pl_PL = goog.i18n.NumberFormatSymbols_pl; - - /** * Number formatting symbols for locale pt. * @enum {string} @@ -1828,13 +1993,13 @@ goog.i18n.NumberFormatSymbols_pt = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00;(\u00A4#,##0.00)', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'BRL' }; @@ -1852,19 +2017,19 @@ goog.i18n.NumberFormatSymbols_pt_BR = goog.i18n.NumberFormatSymbols_pt; */ goog.i18n.NumberFormatSymbols_pt_PT = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; @@ -1881,112 +2046,130 @@ goog.i18n.NumberFormatSymbols_ro = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'RON' }; -/** - * Number formatting symbols for locale ro_RO. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_ro_RO = goog.i18n.NumberFormatSymbols_ro; - - /** * Number formatting symbols for locale ru. * @enum {string} */ goog.i18n.NumberFormatSymbols_ru = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', - NAN: 'NaN', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'не число', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'RUB' }; /** - * Number formatting symbols for locale ru_RU. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_ru_RU = goog.i18n.NumberFormatSymbols_ru; - - -/** - * Number formatting symbols for locale sk. + * Number formatting symbols for locale sh. * @enum {string} */ -goog.i18n.NumberFormatSymbols_sk = { +goog.i18n.NumberFormatSymbols_sh = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: '.', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', - DEF_CURRENCY_CODE: 'SKK' + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'RSD' }; /** - * Number formatting symbols for locale sk_SK. + * Number formatting symbols for locale si. * @enum {string} */ -goog.i18n.NumberFormatSymbols_sk_SK = goog.i18n.NumberFormatSymbols_sk; +goog.i18n.NumberFormatSymbols_si = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'LKR' +}; /** - * Number formatting symbols for locale sl. + * Number formatting symbols for locale sk. * @enum {string} */ -goog.i18n.NumberFormatSymbols_sl = { +goog.i18n.NumberFormatSymbols_sk = { DECIMAL_SEP: ',', - GROUP_SEP: '.', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'e', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'EUR' }; /** - * Number formatting symbols for locale sl_SI. + * Number formatting symbols for locale sl. * @enum {string} */ -goog.i18n.NumberFormatSymbols_sl_SI = goog.i18n.NumberFormatSymbols_sl; +goog.i18n.NumberFormatSymbols_sl = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: 'e', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; /** @@ -1995,72 +2178,51 @@ goog.i18n.NumberFormatSymbols_sl_SI = goog.i18n.NumberFormatSymbols_sl; */ goog.i18n.NumberFormatSymbols_sq = { DECIMAL_SEP: ',', - GROUP_SEP: '.', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'ALL' }; -/** - * Number formatting symbols for locale sq_AL. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_sq_AL = goog.i18n.NumberFormatSymbols_sq; - - /** * Number formatting symbols for locale sr. * @enum {string} */ goog.i18n.NumberFormatSymbols_sr = { - DECIMAL_SEP: '.', - GROUP_SEP: ',', + DECIMAL_SEP: ',', + GROUP_SEP: '.', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'RSD' }; /** - * Number formatting symbols for locale sr_Cyrl_RS. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_sr_Cyrl_RS = goog.i18n.NumberFormatSymbols_sr; - - -/** - * Number formatting symbols for locale sr_Latn_RS. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_sr_Latn_RS = goog.i18n.NumberFormatSymbols_sr; - - -/** - * Number formatting symbols for locale sr_RS. + * Number formatting symbols for locale sr_Latn. * @enum {string} */ -goog.i18n.NumberFormatSymbols_sr_RS = goog.i18n.NumberFormatSymbols_sr; +goog.i18n.NumberFormatSymbols_sr_Latn = goog.i18n.NumberFormatSymbols_sr; /** @@ -2069,30 +2231,23 @@ goog.i18n.NumberFormatSymbols_sr_RS = goog.i18n.NumberFormatSymbols_sr; */ goog.i18n.NumberFormatSymbols_sv = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', - MINUS_SIGN: '\u2212', - EXP_SYMBOL: '\u00D710^', - PERMILL: '\u2030', - INFINITY: '\u221E', - NAN: '\u00A4\u00A4\u00A4', + MINUS_SIGN: '−', + EXP_SYMBOL: '×10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: '¤¤¤', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0\u00A0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'SEK' }; -/** - * Number formatting symbols for locale sv_SE. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_sv_SE = goog.i18n.NumberFormatSymbols_sv; - - /** * Number formatting symbols for locale sw. * @enum {string} @@ -2105,24 +2260,17 @@ goog.i18n.NumberFormatSymbols_sw = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'TZS' }; -/** - * Number formatting symbols for locale sw_TZ. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_sw_TZ = goog.i18n.NumberFormatSymbols_sw; - - /** * Number formatting symbols for locale ta. * @enum {string} @@ -2135,24 +2283,17 @@ goog.i18n.NumberFormatSymbols_ta = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##,##0.00', + CURRENCY_PATTERN: '¤ #,##,##0.00', DEF_CURRENCY_CODE: 'INR' }; -/** - * Number formatting symbols for locale ta_IN. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_ta_IN = goog.i18n.NumberFormatSymbols_ta; - - /** * Number formatting symbols for locale te. * @enum {string} @@ -2165,24 +2306,17 @@ goog.i18n.NumberFormatSymbols_te = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##,##0.00', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##,##0.00', DEF_CURRENCY_CODE: 'INR' }; -/** - * Number formatting symbols for locale te_IN. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_te_IN = goog.i18n.NumberFormatSymbols_te; - - /** * Number formatting symbols for locale th. * @enum {string} @@ -2195,24 +2329,17 @@ goog.i18n.NumberFormatSymbols_th = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00;\u00A4-#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'THB' }; -/** - * Number formatting symbols for locale th_TH. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_th_TH = goog.i18n.NumberFormatSymbols_th; - - /** * Number formatting symbols for locale tl. * @enum {string} @@ -2225,24 +2352,17 @@ goog.i18n.NumberFormatSymbols_tl = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4\u00A0#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'PHP' }; -/** - * Number formatting symbols for locale tl_PH. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_tl_PH = goog.i18n.NumberFormatSymbols_tl; - - /** * Number formatting symbols for locale tr. * @enum {string} @@ -2255,54 +2375,40 @@ goog.i18n.NumberFormatSymbols_tr = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '%\u00A0#,##0', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + PERCENT_PATTERN: '%#,##0', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'TRY' }; -/** - * Number formatting symbols for locale tr_TR. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_tr_TR = goog.i18n.NumberFormatSymbols_tr; - - /** * Number formatting symbols for locale uk. * @enum {string} */ goog.i18n.NumberFormatSymbols_uk = { DECIMAL_SEP: ',', - GROUP_SEP: '\u00A0', + GROUP_SEP: ' ', PERCENT: '%', ZERO_DIGIT: '0', PLUS_SIGN: '+', MINUS_SIGN: '-', - EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + EXP_SYMBOL: 'Е', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '#,##0.00 ¤', DEF_CURRENCY_CODE: 'UAH' }; -/** - * Number formatting symbols for locale uk_UA. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_uk_UA = goog.i18n.NumberFormatSymbols_uk; - - /** * Number formatting symbols for locale ur. * @enum {string} @@ -2312,25 +2418,41 @@ goog.i18n.NumberFormatSymbols_ur = { GROUP_SEP: ',', PERCENT: '%', ZERO_DIGIT: '0', - PLUS_SIGN: '+', - MINUS_SIGN: '-', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', - PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + PERCENT_PATTERN: '#,##,##0%', + CURRENCY_PATTERN: '¤ #,##,##0.00', DEF_CURRENCY_CODE: 'PKR' }; /** - * Number formatting symbols for locale ur_PK. + * Number formatting symbols for locale uz. * @enum {string} */ -goog.i18n.NumberFormatSymbols_ur_PK = goog.i18n.NumberFormatSymbols_ur; +goog.i18n.NumberFormatSymbols_uz = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'haqiqiy son emas', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'UZS' +}; /** @@ -2345,24 +2467,17 @@ goog.i18n.NumberFormatSymbols_vi = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4', + CURRENCY_PATTERN: '¤ #,##0.00', DEF_CURRENCY_CODE: 'VND' }; -/** - * Number formatting symbols for locale vi_VN. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_vi_VN = goog.i18n.NumberFormatSymbols_vi; - - /** * Number formatting symbols for locale zh. * @enum {string} @@ -2375,13 +2490,13 @@ goog.i18n.NumberFormatSymbols_zh = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'CNY' }; @@ -2405,36 +2520,45 @@ goog.i18n.NumberFormatSymbols_zh_HK = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', - NAN: 'NaN', + PERMILL: '‰', + INFINITY: '∞', + NAN: '非數值', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00;(\u00A4#,##0.00)', + CURRENCY_PATTERN: '¤#,##0.00', DEF_CURRENCY_CODE: 'HKD' }; /** - * Number formatting symbols for locale zh_Hans. - * @enum {string} - */ -goog.i18n.NumberFormatSymbols_zh_Hans = goog.i18n.NumberFormatSymbols_zh; - - -/** - * Number formatting symbols for locale zh_Hans_CN. + * Number formatting symbols for locale zh_TW. * @enum {string} */ -goog.i18n.NumberFormatSymbols_zh_Hans_CN = goog.i18n.NumberFormatSymbols_zh; +goog.i18n.NumberFormatSymbols_zh_TW = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: '非數值', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'TWD' +}; /** - * Number formatting symbols for locale zh_TW. + * Number formatting symbols for locale zu. * @enum {string} */ -goog.i18n.NumberFormatSymbols_zh_TW = { +goog.i18n.NumberFormatSymbols_zu = { DECIMAL_SEP: '.', GROUP_SEP: ',', PERCENT: '%', @@ -2442,14 +2566,14 @@ goog.i18n.NumberFormatSymbols_zh_TW = { PLUS_SIGN: '+', MINUS_SIGN: '-', EXP_SYMBOL: 'E', - PERMILL: '\u2030', - INFINITY: '\u221E', + PERMILL: '‰', + INFINITY: '∞', NAN: 'NaN', DECIMAL_PATTERN: '#,##0.###', SCIENTIFIC_PATTERN: '#E0', PERCENT_PATTERN: '#,##0%', - CURRENCY_PATTERN: '\u00A4#,##0.00', - DEF_CURRENCY_CODE: 'TWD' + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ZAR' }; @@ -2458,11 +2582,11 @@ goog.i18n.NumberFormatSymbols_zh_TW = { */ goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; -if (goog.LOCALE == 'am') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_am; +if (goog.LOCALE == 'af') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_af; } -if (goog.LOCALE == 'am_ET' || goog.LOCALE == 'am-ET') { +if (goog.LOCALE == 'am') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_am; } @@ -2470,15 +2594,19 @@ if (goog.LOCALE == 'ar') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar; } -if (goog.LOCALE == 'ar_EG' || goog.LOCALE == 'ar-EG') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar; +if (goog.LOCALE == 'ar_DZ' || goog.LOCALE == 'ar-DZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_DZ; } -if (goog.LOCALE == 'bg') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bg; +if (goog.LOCALE == 'az') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_az; +} + +if (goog.LOCALE == 'be') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_be; } -if (goog.LOCALE == 'bg_BG' || goog.LOCALE == 'bg-BG') { +if (goog.LOCALE == 'bg') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bg; } @@ -2486,34 +2614,34 @@ if (goog.LOCALE == 'bn') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bn; } -if (goog.LOCALE == 'bn_BD' || goog.LOCALE == 'bn-BD') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bn; +if (goog.LOCALE == 'br') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_br; +} + +if (goog.LOCALE == 'bs') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bs; } if (goog.LOCALE == 'ca') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ca; } -if (goog.LOCALE == 'ca_ES' || goog.LOCALE == 'ca-ES') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ca; +if (goog.LOCALE == 'chr') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_chr; } if (goog.LOCALE == 'cs') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_cs; } -if (goog.LOCALE == 'cs_CZ' || goog.LOCALE == 'cs-CZ') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_cs; +if (goog.LOCALE == 'cy') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_cy; } if (goog.LOCALE == 'da') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_da; } -if (goog.LOCALE == 'da_DK' || goog.LOCALE == 'da-DK') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_da; -} - if (goog.LOCALE == 'de') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de; } @@ -2522,62 +2650,30 @@ if (goog.LOCALE == 'de_AT' || goog.LOCALE == 'de-AT') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de_AT; } -if (goog.LOCALE == 'de_BE' || goog.LOCALE == 'de-BE') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de; -} - if (goog.LOCALE == 'de_CH' || goog.LOCALE == 'de-CH') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de_CH; } -if (goog.LOCALE == 'de_DE' || goog.LOCALE == 'de-DE') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de; -} - -if (goog.LOCALE == 'de_LU' || goog.LOCALE == 'de-LU') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de; -} - if (goog.LOCALE == 'el') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_el; } -if (goog.LOCALE == 'el_GR' || goog.LOCALE == 'el-GR') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_el; -} - -if (goog.LOCALE == 'el_POLYTON' || goog.LOCALE == 'el-POLYTON') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_el; -} - if (goog.LOCALE == 'en') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; } -if (goog.LOCALE == 'en_AS' || goog.LOCALE == 'en-AS') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; -} - if (goog.LOCALE == 'en_AU' || goog.LOCALE == 'en-AU') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_AU; } -if (goog.LOCALE == 'en_Dsrt' || goog.LOCALE == 'en-Dsrt') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; -} - -if (goog.LOCALE == 'en_Dsrt_US' || goog.LOCALE == 'en-Dsrt-US') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; +if (goog.LOCALE == 'en_CA' || goog.LOCALE == 'en-CA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_CA; } if (goog.LOCALE == 'en_GB' || goog.LOCALE == 'en-GB') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_GB; } -if (goog.LOCALE == 'en_GU' || goog.LOCALE == 'en-GU') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; -} - if (goog.LOCALE == 'en_IE' || goog.LOCALE == 'en-IE') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_IE; } @@ -2586,59 +2682,43 @@ if (goog.LOCALE == 'en_IN' || goog.LOCALE == 'en-IN') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_IN; } -if (goog.LOCALE == 'en_MH' || goog.LOCALE == 'en-MH') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; -} - -if (goog.LOCALE == 'en_MP' || goog.LOCALE == 'en-MP') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; -} - if (goog.LOCALE == 'en_SG' || goog.LOCALE == 'en-SG') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SG; } -if (goog.LOCALE == 'en_UM' || goog.LOCALE == 'en-UM') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; -} - if (goog.LOCALE == 'en_US' || goog.LOCALE == 'en-US') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; -} - -if (goog.LOCALE == 'en_VI' || goog.LOCALE == 'en-VI') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_US; } if (goog.LOCALE == 'en_ZA' || goog.LOCALE == 'en-ZA') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_ZA; } -if (goog.LOCALE == 'en_ZZ' || goog.LOCALE == 'en-ZZ') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en; -} - if (goog.LOCALE == 'es') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es; } +if (goog.LOCALE == 'es_419' || goog.LOCALE == 'es-419') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_419; +} + if (goog.LOCALE == 'es_ES' || goog.LOCALE == 'es-ES') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es; + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_ES; } -if (goog.LOCALE == 'et') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_et; +if (goog.LOCALE == 'es_MX' || goog.LOCALE == 'es-MX') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_MX; } -if (goog.LOCALE == 'et_EE' || goog.LOCALE == 'et-EE') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_et; +if (goog.LOCALE == 'es_US' || goog.LOCALE == 'es-US') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_US; } -if (goog.LOCALE == 'eu') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_eu; +if (goog.LOCALE == 'et') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_et; } -if (goog.LOCALE == 'eu_ES' || goog.LOCALE == 'eu-ES') { +if (goog.LOCALE == 'eu') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_eu; } @@ -2646,126 +2726,66 @@ if (goog.LOCALE == 'fa') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fa; } -if (goog.LOCALE == 'fa_IR' || goog.LOCALE == 'fa-IR') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fa; -} - if (goog.LOCALE == 'fi') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fi; } -if (goog.LOCALE == 'fi_FI' || goog.LOCALE == 'fi-FI') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fi; -} - if (goog.LOCALE == 'fil') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fil; } -if (goog.LOCALE == 'fil_PH' || goog.LOCALE == 'fil-PH') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fil; -} - if (goog.LOCALE == 'fr') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr; } -if (goog.LOCALE == 'fr_BL' || goog.LOCALE == 'fr-BL') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr; -} - if (goog.LOCALE == 'fr_CA' || goog.LOCALE == 'fr-CA') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_CA; } -if (goog.LOCALE == 'fr_FR' || goog.LOCALE == 'fr-FR') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr; -} - -if (goog.LOCALE == 'fr_GP' || goog.LOCALE == 'fr-GP') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr; -} - -if (goog.LOCALE == 'fr_MC' || goog.LOCALE == 'fr-MC') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr; -} - -if (goog.LOCALE == 'fr_MF' || goog.LOCALE == 'fr-MF') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr; -} - -if (goog.LOCALE == 'fr_MQ' || goog.LOCALE == 'fr-MQ') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr; -} - -if (goog.LOCALE == 'fr_RE' || goog.LOCALE == 'fr-RE') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr; +if (goog.LOCALE == 'ga') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ga; } if (goog.LOCALE == 'gl') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gl; } -if (goog.LOCALE == 'gl_ES' || goog.LOCALE == 'gl-ES') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gl; -} - if (goog.LOCALE == 'gsw') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gsw; } -if (goog.LOCALE == 'gsw_CH' || goog.LOCALE == 'gsw-CH') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gsw; -} - if (goog.LOCALE == 'gu') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gu; } -if (goog.LOCALE == 'gu_IN' || goog.LOCALE == 'gu-IN') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gu; +if (goog.LOCALE == 'haw') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_haw; } if (goog.LOCALE == 'he') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_he; } -if (goog.LOCALE == 'he_IL' || goog.LOCALE == 'he-IL') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_he; -} - if (goog.LOCALE == 'hi') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hi; } -if (goog.LOCALE == 'hi_IN' || goog.LOCALE == 'hi-IN') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hi; -} - if (goog.LOCALE == 'hr') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hr; } -if (goog.LOCALE == 'hr_HR' || goog.LOCALE == 'hr-HR') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hr; -} - if (goog.LOCALE == 'hu') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hu; } -if (goog.LOCALE == 'hu_HU' || goog.LOCALE == 'hu-HU') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hu; +if (goog.LOCALE == 'hy') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hy; } if (goog.LOCALE == 'id') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_id; } -if (goog.LOCALE == 'id_ID' || goog.LOCALE == 'id-ID') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_id; -} - if (goog.LOCALE == 'in') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_in; } @@ -2774,18 +2794,10 @@ if (goog.LOCALE == 'is') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_is; } -if (goog.LOCALE == 'is_IS' || goog.LOCALE == 'is-IS') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_is; -} - if (goog.LOCALE == 'it') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_it; } -if (goog.LOCALE == 'it_IT' || goog.LOCALE == 'it-IT') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_it; -} - if (goog.LOCALE == 'iw') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_iw; } @@ -2794,15 +2806,19 @@ if (goog.LOCALE == 'ja') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ja; } -if (goog.LOCALE == 'ja_JP' || goog.LOCALE == 'ja-JP') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ja; +if (goog.LOCALE == 'ka') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ka; } -if (goog.LOCALE == 'kn') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kn; +if (goog.LOCALE == 'kk') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kk; } -if (goog.LOCALE == 'kn_IN' || goog.LOCALE == 'kn-IN') { +if (goog.LOCALE == 'km') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_km; +} + +if (goog.LOCALE == 'kn') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kn; } @@ -2810,40 +2826,36 @@ if (goog.LOCALE == 'ko') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ko; } -if (goog.LOCALE == 'ko_KR' || goog.LOCALE == 'ko-KR') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ko; +if (goog.LOCALE == 'ky') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ky; } if (goog.LOCALE == 'ln') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ln; } -if (goog.LOCALE == 'ln_CD' || goog.LOCALE == 'ln-CD') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ln; +if (goog.LOCALE == 'lo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lo; } if (goog.LOCALE == 'lt') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lt; } -if (goog.LOCALE == 'lt_LT' || goog.LOCALE == 'lt-LT') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lt; -} - if (goog.LOCALE == 'lv') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lv; } -if (goog.LOCALE == 'lv_LV' || goog.LOCALE == 'lv-LV') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lv; +if (goog.LOCALE == 'mk') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mk; } if (goog.LOCALE == 'ml') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ml; } -if (goog.LOCALE == 'ml_IN' || goog.LOCALE == 'ml-IN') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ml; +if (goog.LOCALE == 'mn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mn; } if (goog.LOCALE == 'mo') { @@ -2854,31 +2866,27 @@ if (goog.LOCALE == 'mr') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mr; } -if (goog.LOCALE == 'mr_IN' || goog.LOCALE == 'mr-IN') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mr; -} - if (goog.LOCALE == 'ms') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ms; } -if (goog.LOCALE == 'ms_MY' || goog.LOCALE == 'ms-MY') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ms; -} - if (goog.LOCALE == 'mt') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mt; } -if (goog.LOCALE == 'mt_MT' || goog.LOCALE == 'mt-MT') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mt; +if (goog.LOCALE == 'my') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_my; } -if (goog.LOCALE == 'nl') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nl; +if (goog.LOCALE == 'nb') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nb; +} + +if (goog.LOCALE == 'ne') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ne; } -if (goog.LOCALE == 'nl_NL' || goog.LOCALE == 'nl-NL') { +if (goog.LOCALE == 'nl') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nl; } @@ -2886,19 +2894,19 @@ if (goog.LOCALE == 'no') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_no; } -if (goog.LOCALE == 'or') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_or; +if (goog.LOCALE == 'no_NO' || goog.LOCALE == 'no-NO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_no_NO; } -if (goog.LOCALE == 'or_IN' || goog.LOCALE == 'or-IN') { +if (goog.LOCALE == 'or') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_or; } -if (goog.LOCALE == 'pl') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pl; +if (goog.LOCALE == 'pa') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pa; } -if (goog.LOCALE == 'pl_PL' || goog.LOCALE == 'pl-PL') { +if (goog.LOCALE == 'pl') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pl; } @@ -2907,7 +2915,7 @@ if (goog.LOCALE == 'pt') { } if (goog.LOCALE == 'pt_BR' || goog.LOCALE == 'pt-BR') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt; + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_BR; } if (goog.LOCALE == 'pt_PT' || goog.LOCALE == 'pt-PT') { @@ -2918,23 +2926,19 @@ if (goog.LOCALE == 'ro') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ro; } -if (goog.LOCALE == 'ro_RO' || goog.LOCALE == 'ro-RO') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ro; -} - if (goog.LOCALE == 'ru') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ru; } -if (goog.LOCALE == 'ru_RU' || goog.LOCALE == 'ru-RU') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ru; +if (goog.LOCALE == 'sh') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sh; } -if (goog.LOCALE == 'sk') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sk; +if (goog.LOCALE == 'si') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_si; } -if (goog.LOCALE == 'sk_SK' || goog.LOCALE == 'sk-SK') { +if (goog.LOCALE == 'sk') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sk; } @@ -2942,135 +2946,78 @@ if (goog.LOCALE == 'sl') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sl; } -if (goog.LOCALE == 'sl_SI' || goog.LOCALE == 'sl-SI') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sl; -} - if (goog.LOCALE == 'sq') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sq; } -if (goog.LOCALE == 'sq_AL' || goog.LOCALE == 'sq-AL') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sq; -} - if (goog.LOCALE == 'sr') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr; } -if (goog.LOCALE == 'sr_Cyrl_RS' || goog.LOCALE == 'sr-Cyrl-RS') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr; -} - -if (goog.LOCALE == 'sr_Latn_RS' || goog.LOCALE == 'sr-Latn-RS') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr; -} - -if (goog.LOCALE == 'sr_RS' || goog.LOCALE == 'sr-RS') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr; +if (goog.LOCALE == 'sr_Latn' || goog.LOCALE == 'sr-Latn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Latn; } if (goog.LOCALE == 'sv') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sv; } -if (goog.LOCALE == 'sv_SE' || goog.LOCALE == 'sv-SE') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sv; -} - if (goog.LOCALE == 'sw') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sw; } -if (goog.LOCALE == 'sw_TZ' || goog.LOCALE == 'sw-TZ') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sw; -} - if (goog.LOCALE == 'ta') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ta; } -if (goog.LOCALE == 'ta_IN' || goog.LOCALE == 'ta-IN') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ta; -} - if (goog.LOCALE == 'te') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_te; } -if (goog.LOCALE == 'te_IN' || goog.LOCALE == 'te-IN') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_te; -} - if (goog.LOCALE == 'th') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_th; } -if (goog.LOCALE == 'th_TH' || goog.LOCALE == 'th-TH') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_th; -} - if (goog.LOCALE == 'tl') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_tl; } -if (goog.LOCALE == 'tl_PH' || goog.LOCALE == 'tl-PH') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_tl; -} - if (goog.LOCALE == 'tr') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_tr; } -if (goog.LOCALE == 'tr_TR' || goog.LOCALE == 'tr-TR') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_tr; -} - if (goog.LOCALE == 'uk') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uk; } -if (goog.LOCALE == 'uk_UA' || goog.LOCALE == 'uk-UA') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uk; -} - if (goog.LOCALE == 'ur') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ur; } -if (goog.LOCALE == 'ur_PK' || goog.LOCALE == 'ur-PK') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ur; +if (goog.LOCALE == 'uz') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uz; } if (goog.LOCALE == 'vi') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vi; } -if (goog.LOCALE == 'vi_VN' || goog.LOCALE == 'vi-VN') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vi; -} - if (goog.LOCALE == 'zh') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh; } if (goog.LOCALE == 'zh_CN' || goog.LOCALE == 'zh-CN') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh; + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_CN; } if (goog.LOCALE == 'zh_HK' || goog.LOCALE == 'zh-HK') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_HK; } -if (goog.LOCALE == 'zh_Hans' || goog.LOCALE == 'zh-Hans') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh; -} - -if (goog.LOCALE == 'zh_Hans_CN' || goog.LOCALE == 'zh-Hans-CN') { - goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh; -} - if (goog.LOCALE == 'zh_TW' || goog.LOCALE == 'zh-TW') { goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_TW; } +if (goog.LOCALE == 'zu') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zu; +} diff --git a/i18n/closure/numberSymbolsExt.js b/i18n/closure/numberSymbolsExt.js new file mode 100644 index 000000000000..9bc7a1fc3678 --- /dev/null +++ b/i18n/closure/numberSymbolsExt.js @@ -0,0 +1,14195 @@ +// Copyright 2011 The Closure Library Authors. All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS-IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +/** + * @fileoverview Number formatting symbols. + * + * File generated from CLDR ver. 31.0.1 + * + * This file covers those locales that are not covered in + * "numberformatsymbols.js". + * + * @suppress {const,missingRequire} Suppress "missing require" warnings for + * names like goog.i18n.NumberFormatSymbols_af. They are included + * by requiring goog.i18n.NumberFormatSymbols. + */ + +// clang-format off + +goog.provide('goog.i18n.NumberFormatSymbolsExt'); +goog.provide('goog.i18n.NumberFormatSymbols_af_NA'); +goog.provide('goog.i18n.NumberFormatSymbols_af_ZA'); +goog.provide('goog.i18n.NumberFormatSymbols_agq'); +goog.provide('goog.i18n.NumberFormatSymbols_agq_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_ak'); +goog.provide('goog.i18n.NumberFormatSymbols_ak_GH'); +goog.provide('goog.i18n.NumberFormatSymbols_am_ET'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_001'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_AE'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_BH'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_DJ'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_EG'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_EH'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_ER'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_IL'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_IQ'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_JO'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_KM'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_KW'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_LB'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_LY'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_MA'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_MR'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_OM'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_PS'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_QA'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_SA'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_SD'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_SO'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_SS'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_SY'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_TD'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_TN'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_XB'); +goog.provide('goog.i18n.NumberFormatSymbols_ar_YE'); +goog.provide('goog.i18n.NumberFormatSymbols_as'); +goog.provide('goog.i18n.NumberFormatSymbols_as_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_asa'); +goog.provide('goog.i18n.NumberFormatSymbols_asa_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_ast'); +goog.provide('goog.i18n.NumberFormatSymbols_ast_ES'); +goog.provide('goog.i18n.NumberFormatSymbols_az_Cyrl'); +goog.provide('goog.i18n.NumberFormatSymbols_az_Cyrl_AZ'); +goog.provide('goog.i18n.NumberFormatSymbols_az_Latn'); +goog.provide('goog.i18n.NumberFormatSymbols_az_Latn_AZ'); +goog.provide('goog.i18n.NumberFormatSymbols_bas'); +goog.provide('goog.i18n.NumberFormatSymbols_bas_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_be_BY'); +goog.provide('goog.i18n.NumberFormatSymbols_bem'); +goog.provide('goog.i18n.NumberFormatSymbols_bem_ZM'); +goog.provide('goog.i18n.NumberFormatSymbols_bez'); +goog.provide('goog.i18n.NumberFormatSymbols_bez_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_bg_BG'); +goog.provide('goog.i18n.NumberFormatSymbols_bm'); +goog.provide('goog.i18n.NumberFormatSymbols_bm_ML'); +goog.provide('goog.i18n.NumberFormatSymbols_bn_BD'); +goog.provide('goog.i18n.NumberFormatSymbols_bn_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_bo'); +goog.provide('goog.i18n.NumberFormatSymbols_bo_CN'); +goog.provide('goog.i18n.NumberFormatSymbols_bo_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_br_FR'); +goog.provide('goog.i18n.NumberFormatSymbols_brx'); +goog.provide('goog.i18n.NumberFormatSymbols_brx_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_bs_Cyrl'); +goog.provide('goog.i18n.NumberFormatSymbols_bs_Cyrl_BA'); +goog.provide('goog.i18n.NumberFormatSymbols_bs_Latn'); +goog.provide('goog.i18n.NumberFormatSymbols_bs_Latn_BA'); +goog.provide('goog.i18n.NumberFormatSymbols_ca_AD'); +goog.provide('goog.i18n.NumberFormatSymbols_ca_ES'); +goog.provide('goog.i18n.NumberFormatSymbols_ca_FR'); +goog.provide('goog.i18n.NumberFormatSymbols_ca_IT'); +goog.provide('goog.i18n.NumberFormatSymbols_ce'); +goog.provide('goog.i18n.NumberFormatSymbols_ce_RU'); +goog.provide('goog.i18n.NumberFormatSymbols_cgg'); +goog.provide('goog.i18n.NumberFormatSymbols_cgg_UG'); +goog.provide('goog.i18n.NumberFormatSymbols_chr_US'); +goog.provide('goog.i18n.NumberFormatSymbols_ckb'); +goog.provide('goog.i18n.NumberFormatSymbols_ckb_IQ'); +goog.provide('goog.i18n.NumberFormatSymbols_ckb_IR'); +goog.provide('goog.i18n.NumberFormatSymbols_cs_CZ'); +goog.provide('goog.i18n.NumberFormatSymbols_cy_GB'); +goog.provide('goog.i18n.NumberFormatSymbols_da_DK'); +goog.provide('goog.i18n.NumberFormatSymbols_da_GL'); +goog.provide('goog.i18n.NumberFormatSymbols_dav'); +goog.provide('goog.i18n.NumberFormatSymbols_dav_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_de_BE'); +goog.provide('goog.i18n.NumberFormatSymbols_de_DE'); +goog.provide('goog.i18n.NumberFormatSymbols_de_IT'); +goog.provide('goog.i18n.NumberFormatSymbols_de_LI'); +goog.provide('goog.i18n.NumberFormatSymbols_de_LU'); +goog.provide('goog.i18n.NumberFormatSymbols_dje'); +goog.provide('goog.i18n.NumberFormatSymbols_dje_NE'); +goog.provide('goog.i18n.NumberFormatSymbols_dsb'); +goog.provide('goog.i18n.NumberFormatSymbols_dsb_DE'); +goog.provide('goog.i18n.NumberFormatSymbols_dua'); +goog.provide('goog.i18n.NumberFormatSymbols_dua_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_dyo'); +goog.provide('goog.i18n.NumberFormatSymbols_dyo_SN'); +goog.provide('goog.i18n.NumberFormatSymbols_dz'); +goog.provide('goog.i18n.NumberFormatSymbols_dz_BT'); +goog.provide('goog.i18n.NumberFormatSymbols_ebu'); +goog.provide('goog.i18n.NumberFormatSymbols_ebu_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_ee'); +goog.provide('goog.i18n.NumberFormatSymbols_ee_GH'); +goog.provide('goog.i18n.NumberFormatSymbols_ee_TG'); +goog.provide('goog.i18n.NumberFormatSymbols_el_CY'); +goog.provide('goog.i18n.NumberFormatSymbols_el_GR'); +goog.provide('goog.i18n.NumberFormatSymbols_en_001'); +goog.provide('goog.i18n.NumberFormatSymbols_en_150'); +goog.provide('goog.i18n.NumberFormatSymbols_en_AG'); +goog.provide('goog.i18n.NumberFormatSymbols_en_AI'); +goog.provide('goog.i18n.NumberFormatSymbols_en_AS'); +goog.provide('goog.i18n.NumberFormatSymbols_en_AT'); +goog.provide('goog.i18n.NumberFormatSymbols_en_BB'); +goog.provide('goog.i18n.NumberFormatSymbols_en_BE'); +goog.provide('goog.i18n.NumberFormatSymbols_en_BI'); +goog.provide('goog.i18n.NumberFormatSymbols_en_BM'); +goog.provide('goog.i18n.NumberFormatSymbols_en_BS'); +goog.provide('goog.i18n.NumberFormatSymbols_en_BW'); +goog.provide('goog.i18n.NumberFormatSymbols_en_BZ'); +goog.provide('goog.i18n.NumberFormatSymbols_en_CC'); +goog.provide('goog.i18n.NumberFormatSymbols_en_CH'); +goog.provide('goog.i18n.NumberFormatSymbols_en_CK'); +goog.provide('goog.i18n.NumberFormatSymbols_en_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_en_CX'); +goog.provide('goog.i18n.NumberFormatSymbols_en_CY'); +goog.provide('goog.i18n.NumberFormatSymbols_en_DE'); +goog.provide('goog.i18n.NumberFormatSymbols_en_DG'); +goog.provide('goog.i18n.NumberFormatSymbols_en_DK'); +goog.provide('goog.i18n.NumberFormatSymbols_en_DM'); +goog.provide('goog.i18n.NumberFormatSymbols_en_ER'); +goog.provide('goog.i18n.NumberFormatSymbols_en_FI'); +goog.provide('goog.i18n.NumberFormatSymbols_en_FJ'); +goog.provide('goog.i18n.NumberFormatSymbols_en_FK'); +goog.provide('goog.i18n.NumberFormatSymbols_en_FM'); +goog.provide('goog.i18n.NumberFormatSymbols_en_GD'); +goog.provide('goog.i18n.NumberFormatSymbols_en_GG'); +goog.provide('goog.i18n.NumberFormatSymbols_en_GH'); +goog.provide('goog.i18n.NumberFormatSymbols_en_GI'); +goog.provide('goog.i18n.NumberFormatSymbols_en_GM'); +goog.provide('goog.i18n.NumberFormatSymbols_en_GU'); +goog.provide('goog.i18n.NumberFormatSymbols_en_GY'); +goog.provide('goog.i18n.NumberFormatSymbols_en_HK'); +goog.provide('goog.i18n.NumberFormatSymbols_en_IL'); +goog.provide('goog.i18n.NumberFormatSymbols_en_IM'); +goog.provide('goog.i18n.NumberFormatSymbols_en_IO'); +goog.provide('goog.i18n.NumberFormatSymbols_en_JE'); +goog.provide('goog.i18n.NumberFormatSymbols_en_JM'); +goog.provide('goog.i18n.NumberFormatSymbols_en_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_en_KI'); +goog.provide('goog.i18n.NumberFormatSymbols_en_KN'); +goog.provide('goog.i18n.NumberFormatSymbols_en_KY'); +goog.provide('goog.i18n.NumberFormatSymbols_en_LC'); +goog.provide('goog.i18n.NumberFormatSymbols_en_LR'); +goog.provide('goog.i18n.NumberFormatSymbols_en_LS'); +goog.provide('goog.i18n.NumberFormatSymbols_en_MG'); +goog.provide('goog.i18n.NumberFormatSymbols_en_MH'); +goog.provide('goog.i18n.NumberFormatSymbols_en_MO'); +goog.provide('goog.i18n.NumberFormatSymbols_en_MP'); +goog.provide('goog.i18n.NumberFormatSymbols_en_MS'); +goog.provide('goog.i18n.NumberFormatSymbols_en_MT'); +goog.provide('goog.i18n.NumberFormatSymbols_en_MU'); +goog.provide('goog.i18n.NumberFormatSymbols_en_MW'); +goog.provide('goog.i18n.NumberFormatSymbols_en_MY'); +goog.provide('goog.i18n.NumberFormatSymbols_en_NA'); +goog.provide('goog.i18n.NumberFormatSymbols_en_NF'); +goog.provide('goog.i18n.NumberFormatSymbols_en_NG'); +goog.provide('goog.i18n.NumberFormatSymbols_en_NL'); +goog.provide('goog.i18n.NumberFormatSymbols_en_NR'); +goog.provide('goog.i18n.NumberFormatSymbols_en_NU'); +goog.provide('goog.i18n.NumberFormatSymbols_en_NZ'); +goog.provide('goog.i18n.NumberFormatSymbols_en_PG'); +goog.provide('goog.i18n.NumberFormatSymbols_en_PH'); +goog.provide('goog.i18n.NumberFormatSymbols_en_PK'); +goog.provide('goog.i18n.NumberFormatSymbols_en_PN'); +goog.provide('goog.i18n.NumberFormatSymbols_en_PR'); +goog.provide('goog.i18n.NumberFormatSymbols_en_PW'); +goog.provide('goog.i18n.NumberFormatSymbols_en_RW'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SB'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SC'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SD'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SE'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SH'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SI'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SL'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SS'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SX'); +goog.provide('goog.i18n.NumberFormatSymbols_en_SZ'); +goog.provide('goog.i18n.NumberFormatSymbols_en_TC'); +goog.provide('goog.i18n.NumberFormatSymbols_en_TK'); +goog.provide('goog.i18n.NumberFormatSymbols_en_TO'); +goog.provide('goog.i18n.NumberFormatSymbols_en_TT'); +goog.provide('goog.i18n.NumberFormatSymbols_en_TV'); +goog.provide('goog.i18n.NumberFormatSymbols_en_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_en_UG'); +goog.provide('goog.i18n.NumberFormatSymbols_en_UM'); +goog.provide('goog.i18n.NumberFormatSymbols_en_US_POSIX'); +goog.provide('goog.i18n.NumberFormatSymbols_en_VC'); +goog.provide('goog.i18n.NumberFormatSymbols_en_VG'); +goog.provide('goog.i18n.NumberFormatSymbols_en_VI'); +goog.provide('goog.i18n.NumberFormatSymbols_en_VU'); +goog.provide('goog.i18n.NumberFormatSymbols_en_WS'); +goog.provide('goog.i18n.NumberFormatSymbols_en_XA'); +goog.provide('goog.i18n.NumberFormatSymbols_en_ZM'); +goog.provide('goog.i18n.NumberFormatSymbols_en_ZW'); +goog.provide('goog.i18n.NumberFormatSymbols_eo'); +goog.provide('goog.i18n.NumberFormatSymbols_es_AR'); +goog.provide('goog.i18n.NumberFormatSymbols_es_BO'); +goog.provide('goog.i18n.NumberFormatSymbols_es_BR'); +goog.provide('goog.i18n.NumberFormatSymbols_es_BZ'); +goog.provide('goog.i18n.NumberFormatSymbols_es_CL'); +goog.provide('goog.i18n.NumberFormatSymbols_es_CO'); +goog.provide('goog.i18n.NumberFormatSymbols_es_CR'); +goog.provide('goog.i18n.NumberFormatSymbols_es_CU'); +goog.provide('goog.i18n.NumberFormatSymbols_es_DO'); +goog.provide('goog.i18n.NumberFormatSymbols_es_EA'); +goog.provide('goog.i18n.NumberFormatSymbols_es_EC'); +goog.provide('goog.i18n.NumberFormatSymbols_es_GQ'); +goog.provide('goog.i18n.NumberFormatSymbols_es_GT'); +goog.provide('goog.i18n.NumberFormatSymbols_es_HN'); +goog.provide('goog.i18n.NumberFormatSymbols_es_IC'); +goog.provide('goog.i18n.NumberFormatSymbols_es_NI'); +goog.provide('goog.i18n.NumberFormatSymbols_es_PA'); +goog.provide('goog.i18n.NumberFormatSymbols_es_PE'); +goog.provide('goog.i18n.NumberFormatSymbols_es_PH'); +goog.provide('goog.i18n.NumberFormatSymbols_es_PR'); +goog.provide('goog.i18n.NumberFormatSymbols_es_PY'); +goog.provide('goog.i18n.NumberFormatSymbols_es_SV'); +goog.provide('goog.i18n.NumberFormatSymbols_es_UY'); +goog.provide('goog.i18n.NumberFormatSymbols_es_VE'); +goog.provide('goog.i18n.NumberFormatSymbols_et_EE'); +goog.provide('goog.i18n.NumberFormatSymbols_eu_ES'); +goog.provide('goog.i18n.NumberFormatSymbols_ewo'); +goog.provide('goog.i18n.NumberFormatSymbols_ewo_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_fa_AF'); +goog.provide('goog.i18n.NumberFormatSymbols_fa_IR'); +goog.provide('goog.i18n.NumberFormatSymbols_ff'); +goog.provide('goog.i18n.NumberFormatSymbols_ff_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_ff_GN'); +goog.provide('goog.i18n.NumberFormatSymbols_ff_MR'); +goog.provide('goog.i18n.NumberFormatSymbols_ff_SN'); +goog.provide('goog.i18n.NumberFormatSymbols_fi_FI'); +goog.provide('goog.i18n.NumberFormatSymbols_fil_PH'); +goog.provide('goog.i18n.NumberFormatSymbols_fo'); +goog.provide('goog.i18n.NumberFormatSymbols_fo_DK'); +goog.provide('goog.i18n.NumberFormatSymbols_fo_FO'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_BE'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_BF'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_BI'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_BJ'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_BL'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_CD'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_CF'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_CG'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_CH'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_CI'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_DJ'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_DZ'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_FR'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_GA'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_GF'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_GN'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_GP'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_GQ'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_HT'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_KM'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_LU'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_MA'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_MC'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_MF'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_MG'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_ML'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_MQ'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_MR'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_MU'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_NC'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_NE'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_PF'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_PM'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_RE'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_RW'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_SC'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_SN'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_SY'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_TD'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_TG'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_TN'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_VU'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_WF'); +goog.provide('goog.i18n.NumberFormatSymbols_fr_YT'); +goog.provide('goog.i18n.NumberFormatSymbols_fur'); +goog.provide('goog.i18n.NumberFormatSymbols_fur_IT'); +goog.provide('goog.i18n.NumberFormatSymbols_fy'); +goog.provide('goog.i18n.NumberFormatSymbols_fy_NL'); +goog.provide('goog.i18n.NumberFormatSymbols_ga_IE'); +goog.provide('goog.i18n.NumberFormatSymbols_gd'); +goog.provide('goog.i18n.NumberFormatSymbols_gd_GB'); +goog.provide('goog.i18n.NumberFormatSymbols_gl_ES'); +goog.provide('goog.i18n.NumberFormatSymbols_gsw_CH'); +goog.provide('goog.i18n.NumberFormatSymbols_gsw_FR'); +goog.provide('goog.i18n.NumberFormatSymbols_gsw_LI'); +goog.provide('goog.i18n.NumberFormatSymbols_gu_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_guz'); +goog.provide('goog.i18n.NumberFormatSymbols_guz_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_gv'); +goog.provide('goog.i18n.NumberFormatSymbols_gv_IM'); +goog.provide('goog.i18n.NumberFormatSymbols_ha'); +goog.provide('goog.i18n.NumberFormatSymbols_ha_GH'); +goog.provide('goog.i18n.NumberFormatSymbols_ha_NE'); +goog.provide('goog.i18n.NumberFormatSymbols_ha_NG'); +goog.provide('goog.i18n.NumberFormatSymbols_haw_US'); +goog.provide('goog.i18n.NumberFormatSymbols_he_IL'); +goog.provide('goog.i18n.NumberFormatSymbols_hi_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_hr_BA'); +goog.provide('goog.i18n.NumberFormatSymbols_hr_HR'); +goog.provide('goog.i18n.NumberFormatSymbols_hsb'); +goog.provide('goog.i18n.NumberFormatSymbols_hsb_DE'); +goog.provide('goog.i18n.NumberFormatSymbols_hu_HU'); +goog.provide('goog.i18n.NumberFormatSymbols_hy_AM'); +goog.provide('goog.i18n.NumberFormatSymbols_id_ID'); +goog.provide('goog.i18n.NumberFormatSymbols_ig'); +goog.provide('goog.i18n.NumberFormatSymbols_ig_NG'); +goog.provide('goog.i18n.NumberFormatSymbols_ii'); +goog.provide('goog.i18n.NumberFormatSymbols_ii_CN'); +goog.provide('goog.i18n.NumberFormatSymbols_is_IS'); +goog.provide('goog.i18n.NumberFormatSymbols_it_CH'); +goog.provide('goog.i18n.NumberFormatSymbols_it_IT'); +goog.provide('goog.i18n.NumberFormatSymbols_it_SM'); +goog.provide('goog.i18n.NumberFormatSymbols_it_VA'); +goog.provide('goog.i18n.NumberFormatSymbols_ja_JP'); +goog.provide('goog.i18n.NumberFormatSymbols_jgo'); +goog.provide('goog.i18n.NumberFormatSymbols_jgo_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_jmc'); +goog.provide('goog.i18n.NumberFormatSymbols_jmc_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_ka_GE'); +goog.provide('goog.i18n.NumberFormatSymbols_kab'); +goog.provide('goog.i18n.NumberFormatSymbols_kab_DZ'); +goog.provide('goog.i18n.NumberFormatSymbols_kam'); +goog.provide('goog.i18n.NumberFormatSymbols_kam_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_kde'); +goog.provide('goog.i18n.NumberFormatSymbols_kde_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_kea'); +goog.provide('goog.i18n.NumberFormatSymbols_kea_CV'); +goog.provide('goog.i18n.NumberFormatSymbols_khq'); +goog.provide('goog.i18n.NumberFormatSymbols_khq_ML'); +goog.provide('goog.i18n.NumberFormatSymbols_ki'); +goog.provide('goog.i18n.NumberFormatSymbols_ki_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_kk_KZ'); +goog.provide('goog.i18n.NumberFormatSymbols_kkj'); +goog.provide('goog.i18n.NumberFormatSymbols_kkj_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_kl'); +goog.provide('goog.i18n.NumberFormatSymbols_kl_GL'); +goog.provide('goog.i18n.NumberFormatSymbols_kln'); +goog.provide('goog.i18n.NumberFormatSymbols_kln_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_km_KH'); +goog.provide('goog.i18n.NumberFormatSymbols_kn_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_ko_KP'); +goog.provide('goog.i18n.NumberFormatSymbols_ko_KR'); +goog.provide('goog.i18n.NumberFormatSymbols_kok'); +goog.provide('goog.i18n.NumberFormatSymbols_kok_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_ks'); +goog.provide('goog.i18n.NumberFormatSymbols_ks_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_ksb'); +goog.provide('goog.i18n.NumberFormatSymbols_ksb_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_ksf'); +goog.provide('goog.i18n.NumberFormatSymbols_ksf_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_ksh'); +goog.provide('goog.i18n.NumberFormatSymbols_ksh_DE'); +goog.provide('goog.i18n.NumberFormatSymbols_kw'); +goog.provide('goog.i18n.NumberFormatSymbols_kw_GB'); +goog.provide('goog.i18n.NumberFormatSymbols_ky_KG'); +goog.provide('goog.i18n.NumberFormatSymbols_lag'); +goog.provide('goog.i18n.NumberFormatSymbols_lag_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_lb'); +goog.provide('goog.i18n.NumberFormatSymbols_lb_LU'); +goog.provide('goog.i18n.NumberFormatSymbols_lg'); +goog.provide('goog.i18n.NumberFormatSymbols_lg_UG'); +goog.provide('goog.i18n.NumberFormatSymbols_lkt'); +goog.provide('goog.i18n.NumberFormatSymbols_lkt_US'); +goog.provide('goog.i18n.NumberFormatSymbols_ln_AO'); +goog.provide('goog.i18n.NumberFormatSymbols_ln_CD'); +goog.provide('goog.i18n.NumberFormatSymbols_ln_CF'); +goog.provide('goog.i18n.NumberFormatSymbols_ln_CG'); +goog.provide('goog.i18n.NumberFormatSymbols_lo_LA'); +goog.provide('goog.i18n.NumberFormatSymbols_lrc'); +goog.provide('goog.i18n.NumberFormatSymbols_lrc_IQ'); +goog.provide('goog.i18n.NumberFormatSymbols_lrc_IR'); +goog.provide('goog.i18n.NumberFormatSymbols_lt_LT'); +goog.provide('goog.i18n.NumberFormatSymbols_lu'); +goog.provide('goog.i18n.NumberFormatSymbols_lu_CD'); +goog.provide('goog.i18n.NumberFormatSymbols_luo'); +goog.provide('goog.i18n.NumberFormatSymbols_luo_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_luy'); +goog.provide('goog.i18n.NumberFormatSymbols_luy_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_lv_LV'); +goog.provide('goog.i18n.NumberFormatSymbols_mas'); +goog.provide('goog.i18n.NumberFormatSymbols_mas_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_mas_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_mer'); +goog.provide('goog.i18n.NumberFormatSymbols_mer_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_mfe'); +goog.provide('goog.i18n.NumberFormatSymbols_mfe_MU'); +goog.provide('goog.i18n.NumberFormatSymbols_mg'); +goog.provide('goog.i18n.NumberFormatSymbols_mg_MG'); +goog.provide('goog.i18n.NumberFormatSymbols_mgh'); +goog.provide('goog.i18n.NumberFormatSymbols_mgh_MZ'); +goog.provide('goog.i18n.NumberFormatSymbols_mgo'); +goog.provide('goog.i18n.NumberFormatSymbols_mgo_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_mk_MK'); +goog.provide('goog.i18n.NumberFormatSymbols_ml_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_mn_MN'); +goog.provide('goog.i18n.NumberFormatSymbols_mr_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_ms_BN'); +goog.provide('goog.i18n.NumberFormatSymbols_ms_MY'); +goog.provide('goog.i18n.NumberFormatSymbols_ms_SG'); +goog.provide('goog.i18n.NumberFormatSymbols_mt_MT'); +goog.provide('goog.i18n.NumberFormatSymbols_mua'); +goog.provide('goog.i18n.NumberFormatSymbols_mua_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_my_MM'); +goog.provide('goog.i18n.NumberFormatSymbols_mzn'); +goog.provide('goog.i18n.NumberFormatSymbols_mzn_IR'); +goog.provide('goog.i18n.NumberFormatSymbols_naq'); +goog.provide('goog.i18n.NumberFormatSymbols_naq_NA'); +goog.provide('goog.i18n.NumberFormatSymbols_nb_NO'); +goog.provide('goog.i18n.NumberFormatSymbols_nb_SJ'); +goog.provide('goog.i18n.NumberFormatSymbols_nd'); +goog.provide('goog.i18n.NumberFormatSymbols_nd_ZW'); +goog.provide('goog.i18n.NumberFormatSymbols_nds'); +goog.provide('goog.i18n.NumberFormatSymbols_nds_DE'); +goog.provide('goog.i18n.NumberFormatSymbols_nds_NL'); +goog.provide('goog.i18n.NumberFormatSymbols_ne_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_ne_NP'); +goog.provide('goog.i18n.NumberFormatSymbols_nl_AW'); +goog.provide('goog.i18n.NumberFormatSymbols_nl_BE'); +goog.provide('goog.i18n.NumberFormatSymbols_nl_BQ'); +goog.provide('goog.i18n.NumberFormatSymbols_nl_CW'); +goog.provide('goog.i18n.NumberFormatSymbols_nl_NL'); +goog.provide('goog.i18n.NumberFormatSymbols_nl_SR'); +goog.provide('goog.i18n.NumberFormatSymbols_nl_SX'); +goog.provide('goog.i18n.NumberFormatSymbols_nmg'); +goog.provide('goog.i18n.NumberFormatSymbols_nmg_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_nn'); +goog.provide('goog.i18n.NumberFormatSymbols_nn_NO'); +goog.provide('goog.i18n.NumberFormatSymbols_nnh'); +goog.provide('goog.i18n.NumberFormatSymbols_nnh_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_nus'); +goog.provide('goog.i18n.NumberFormatSymbols_nus_SS'); +goog.provide('goog.i18n.NumberFormatSymbols_nyn'); +goog.provide('goog.i18n.NumberFormatSymbols_nyn_UG'); +goog.provide('goog.i18n.NumberFormatSymbols_om'); +goog.provide('goog.i18n.NumberFormatSymbols_om_ET'); +goog.provide('goog.i18n.NumberFormatSymbols_om_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_or_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_os'); +goog.provide('goog.i18n.NumberFormatSymbols_os_GE'); +goog.provide('goog.i18n.NumberFormatSymbols_os_RU'); +goog.provide('goog.i18n.NumberFormatSymbols_pa_Arab'); +goog.provide('goog.i18n.NumberFormatSymbols_pa_Arab_PK'); +goog.provide('goog.i18n.NumberFormatSymbols_pa_Guru'); +goog.provide('goog.i18n.NumberFormatSymbols_pa_Guru_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_pl_PL'); +goog.provide('goog.i18n.NumberFormatSymbols_ps'); +goog.provide('goog.i18n.NumberFormatSymbols_ps_AF'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_AO'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_CH'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_CV'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_GQ'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_GW'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_LU'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_MO'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_MZ'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_ST'); +goog.provide('goog.i18n.NumberFormatSymbols_pt_TL'); +goog.provide('goog.i18n.NumberFormatSymbols_qu'); +goog.provide('goog.i18n.NumberFormatSymbols_qu_BO'); +goog.provide('goog.i18n.NumberFormatSymbols_qu_EC'); +goog.provide('goog.i18n.NumberFormatSymbols_qu_PE'); +goog.provide('goog.i18n.NumberFormatSymbols_rm'); +goog.provide('goog.i18n.NumberFormatSymbols_rm_CH'); +goog.provide('goog.i18n.NumberFormatSymbols_rn'); +goog.provide('goog.i18n.NumberFormatSymbols_rn_BI'); +goog.provide('goog.i18n.NumberFormatSymbols_ro_MD'); +goog.provide('goog.i18n.NumberFormatSymbols_ro_RO'); +goog.provide('goog.i18n.NumberFormatSymbols_rof'); +goog.provide('goog.i18n.NumberFormatSymbols_rof_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_ru_BY'); +goog.provide('goog.i18n.NumberFormatSymbols_ru_KG'); +goog.provide('goog.i18n.NumberFormatSymbols_ru_KZ'); +goog.provide('goog.i18n.NumberFormatSymbols_ru_MD'); +goog.provide('goog.i18n.NumberFormatSymbols_ru_RU'); +goog.provide('goog.i18n.NumberFormatSymbols_ru_UA'); +goog.provide('goog.i18n.NumberFormatSymbols_rw'); +goog.provide('goog.i18n.NumberFormatSymbols_rw_RW'); +goog.provide('goog.i18n.NumberFormatSymbols_rwk'); +goog.provide('goog.i18n.NumberFormatSymbols_rwk_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_sah'); +goog.provide('goog.i18n.NumberFormatSymbols_sah_RU'); +goog.provide('goog.i18n.NumberFormatSymbols_saq'); +goog.provide('goog.i18n.NumberFormatSymbols_saq_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_sbp'); +goog.provide('goog.i18n.NumberFormatSymbols_sbp_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_se'); +goog.provide('goog.i18n.NumberFormatSymbols_se_FI'); +goog.provide('goog.i18n.NumberFormatSymbols_se_NO'); +goog.provide('goog.i18n.NumberFormatSymbols_se_SE'); +goog.provide('goog.i18n.NumberFormatSymbols_seh'); +goog.provide('goog.i18n.NumberFormatSymbols_seh_MZ'); +goog.provide('goog.i18n.NumberFormatSymbols_ses'); +goog.provide('goog.i18n.NumberFormatSymbols_ses_ML'); +goog.provide('goog.i18n.NumberFormatSymbols_sg'); +goog.provide('goog.i18n.NumberFormatSymbols_sg_CF'); +goog.provide('goog.i18n.NumberFormatSymbols_shi'); +goog.provide('goog.i18n.NumberFormatSymbols_shi_Latn'); +goog.provide('goog.i18n.NumberFormatSymbols_shi_Latn_MA'); +goog.provide('goog.i18n.NumberFormatSymbols_shi_Tfng'); +goog.provide('goog.i18n.NumberFormatSymbols_shi_Tfng_MA'); +goog.provide('goog.i18n.NumberFormatSymbols_si_LK'); +goog.provide('goog.i18n.NumberFormatSymbols_sk_SK'); +goog.provide('goog.i18n.NumberFormatSymbols_sl_SI'); +goog.provide('goog.i18n.NumberFormatSymbols_smn'); +goog.provide('goog.i18n.NumberFormatSymbols_smn_FI'); +goog.provide('goog.i18n.NumberFormatSymbols_sn'); +goog.provide('goog.i18n.NumberFormatSymbols_sn_ZW'); +goog.provide('goog.i18n.NumberFormatSymbols_so'); +goog.provide('goog.i18n.NumberFormatSymbols_so_DJ'); +goog.provide('goog.i18n.NumberFormatSymbols_so_ET'); +goog.provide('goog.i18n.NumberFormatSymbols_so_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_so_SO'); +goog.provide('goog.i18n.NumberFormatSymbols_sq_AL'); +goog.provide('goog.i18n.NumberFormatSymbols_sq_MK'); +goog.provide('goog.i18n.NumberFormatSymbols_sq_XK'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Cyrl'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Cyrl_BA'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Cyrl_ME'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Cyrl_RS'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Cyrl_XK'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Latn_BA'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Latn_ME'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Latn_RS'); +goog.provide('goog.i18n.NumberFormatSymbols_sr_Latn_XK'); +goog.provide('goog.i18n.NumberFormatSymbols_sv_AX'); +goog.provide('goog.i18n.NumberFormatSymbols_sv_FI'); +goog.provide('goog.i18n.NumberFormatSymbols_sv_SE'); +goog.provide('goog.i18n.NumberFormatSymbols_sw_CD'); +goog.provide('goog.i18n.NumberFormatSymbols_sw_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_sw_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_sw_UG'); +goog.provide('goog.i18n.NumberFormatSymbols_ta_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_ta_LK'); +goog.provide('goog.i18n.NumberFormatSymbols_ta_MY'); +goog.provide('goog.i18n.NumberFormatSymbols_ta_SG'); +goog.provide('goog.i18n.NumberFormatSymbols_te_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_teo'); +goog.provide('goog.i18n.NumberFormatSymbols_teo_KE'); +goog.provide('goog.i18n.NumberFormatSymbols_teo_UG'); +goog.provide('goog.i18n.NumberFormatSymbols_th_TH'); +goog.provide('goog.i18n.NumberFormatSymbols_ti'); +goog.provide('goog.i18n.NumberFormatSymbols_ti_ER'); +goog.provide('goog.i18n.NumberFormatSymbols_ti_ET'); +goog.provide('goog.i18n.NumberFormatSymbols_to'); +goog.provide('goog.i18n.NumberFormatSymbols_to_TO'); +goog.provide('goog.i18n.NumberFormatSymbols_tr_CY'); +goog.provide('goog.i18n.NumberFormatSymbols_tr_TR'); +goog.provide('goog.i18n.NumberFormatSymbols_twq'); +goog.provide('goog.i18n.NumberFormatSymbols_twq_NE'); +goog.provide('goog.i18n.NumberFormatSymbols_tzm'); +goog.provide('goog.i18n.NumberFormatSymbols_tzm_MA'); +goog.provide('goog.i18n.NumberFormatSymbols_ug'); +goog.provide('goog.i18n.NumberFormatSymbols_ug_CN'); +goog.provide('goog.i18n.NumberFormatSymbols_uk_UA'); +goog.provide('goog.i18n.NumberFormatSymbols_ur_IN'); +goog.provide('goog.i18n.NumberFormatSymbols_ur_PK'); +goog.provide('goog.i18n.NumberFormatSymbols_uz_Arab'); +goog.provide('goog.i18n.NumberFormatSymbols_uz_Arab_AF'); +goog.provide('goog.i18n.NumberFormatSymbols_uz_Cyrl'); +goog.provide('goog.i18n.NumberFormatSymbols_uz_Cyrl_UZ'); +goog.provide('goog.i18n.NumberFormatSymbols_uz_Latn'); +goog.provide('goog.i18n.NumberFormatSymbols_uz_Latn_UZ'); +goog.provide('goog.i18n.NumberFormatSymbols_vai'); +goog.provide('goog.i18n.NumberFormatSymbols_vai_Latn'); +goog.provide('goog.i18n.NumberFormatSymbols_vai_Latn_LR'); +goog.provide('goog.i18n.NumberFormatSymbols_vai_Vaii'); +goog.provide('goog.i18n.NumberFormatSymbols_vai_Vaii_LR'); +goog.provide('goog.i18n.NumberFormatSymbols_vi_VN'); +goog.provide('goog.i18n.NumberFormatSymbols_vun'); +goog.provide('goog.i18n.NumberFormatSymbols_vun_TZ'); +goog.provide('goog.i18n.NumberFormatSymbols_wae'); +goog.provide('goog.i18n.NumberFormatSymbols_wae_CH'); +goog.provide('goog.i18n.NumberFormatSymbols_xog'); +goog.provide('goog.i18n.NumberFormatSymbols_xog_UG'); +goog.provide('goog.i18n.NumberFormatSymbols_yav'); +goog.provide('goog.i18n.NumberFormatSymbols_yav_CM'); +goog.provide('goog.i18n.NumberFormatSymbols_yi'); +goog.provide('goog.i18n.NumberFormatSymbols_yi_001'); +goog.provide('goog.i18n.NumberFormatSymbols_yo'); +goog.provide('goog.i18n.NumberFormatSymbols_yo_BJ'); +goog.provide('goog.i18n.NumberFormatSymbols_yo_NG'); +goog.provide('goog.i18n.NumberFormatSymbols_yue'); +goog.provide('goog.i18n.NumberFormatSymbols_yue_HK'); +goog.provide('goog.i18n.NumberFormatSymbols_zgh'); +goog.provide('goog.i18n.NumberFormatSymbols_zgh_MA'); +goog.provide('goog.i18n.NumberFormatSymbols_zh_Hans'); +goog.provide('goog.i18n.NumberFormatSymbols_zh_Hans_CN'); +goog.provide('goog.i18n.NumberFormatSymbols_zh_Hans_HK'); +goog.provide('goog.i18n.NumberFormatSymbols_zh_Hans_MO'); +goog.provide('goog.i18n.NumberFormatSymbols_zh_Hans_SG'); +goog.provide('goog.i18n.NumberFormatSymbols_zh_Hant'); +goog.provide('goog.i18n.NumberFormatSymbols_zh_Hant_HK'); +goog.provide('goog.i18n.NumberFormatSymbols_zh_Hant_MO'); +goog.provide('goog.i18n.NumberFormatSymbols_zh_Hant_TW'); +goog.provide('goog.i18n.NumberFormatSymbols_zu_ZA'); +goog.require('goog.i18n.NumberFormatSymbols'); + + +/** + * Number formatting symbols for locale af_NA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_af_NA = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NAD' +}; + + +/** + * Number formatting symbols for locale af_ZA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_af_ZA = goog.i18n.NumberFormatSymbols_af; + + +/** + * Number formatting symbols for locale agq. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_agq = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale agq_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_agq_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale ak. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ak = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GHS' +}; + + +/** + * Number formatting symbols for locale ak_GH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ak_GH = goog.i18n.NumberFormatSymbols_ak; + + +/** + * Number formatting symbols for locale am_ET. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_am_ET = goog.i18n.NumberFormatSymbols_am; + + +/** + * Number formatting symbols for locale ar_001. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_001 = goog.i18n.NumberFormatSymbols_ar; + + +/** + * Number formatting symbols for locale ar_AE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_AE = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'AED' +}; + + +/** + * Number formatting symbols for locale ar_BH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_BH = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.000 ¤', + DEF_CURRENCY_CODE: 'BHD' +}; + + +/** + * Number formatting symbols for locale ar_DJ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_DJ = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'DJF' +}; + + +/** + * Number formatting symbols for locale ar_EG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_EG = goog.i18n.NumberFormatSymbols_ar; + + +/** + * Number formatting symbols for locale ar_EH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_EH = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '‎%‎', + ZERO_DIGIT: '0', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ليس رقمًا', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'MAD' +}; + + +/** + * Number formatting symbols for locale ar_ER. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_ER = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'ERN' +}; + + +/** + * Number formatting symbols for locale ar_IL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_IL = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'ILS' +}; + + +/** + * Number formatting symbols for locale ar_IQ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_IQ = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'IQD' +}; + + +/** + * Number formatting symbols for locale ar_JO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_JO = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.000 ¤', + DEF_CURRENCY_CODE: 'JOD' +}; + + +/** + * Number formatting symbols for locale ar_KM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_KM = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'KMF' +}; + + +/** + * Number formatting symbols for locale ar_KW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_KW = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.000 ¤', + DEF_CURRENCY_CODE: 'KWD' +}; + + +/** + * Number formatting symbols for locale ar_LB. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_LB = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'LBP' +}; + + +/** + * Number formatting symbols for locale ar_LY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_LY = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '‎%‎', + ZERO_DIGIT: '0', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ليس رقمًا', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.000', + DEF_CURRENCY_CODE: 'LYD' +}; + + +/** + * Number formatting symbols for locale ar_MA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_MA = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '‎%‎', + ZERO_DIGIT: '0', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ليس رقمًا', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'MAD' +}; + + +/** + * Number formatting symbols for locale ar_MR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_MR = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'MRO' +}; + + +/** + * Number formatting symbols for locale ar_OM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_OM = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.000 ¤', + DEF_CURRENCY_CODE: 'OMR' +}; + + +/** + * Number formatting symbols for locale ar_PS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_PS = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'ILS' +}; + + +/** + * Number formatting symbols for locale ar_QA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_QA = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'QAR' +}; + + +/** + * Number formatting symbols for locale ar_SA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_SA = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'SAR' +}; + + +/** + * Number formatting symbols for locale ar_SD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_SD = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'SDG' +}; + + +/** + * Number formatting symbols for locale ar_SO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_SO = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'SOS' +}; + + +/** + * Number formatting symbols for locale ar_SS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_SS = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'SSP' +}; + + +/** + * Number formatting symbols for locale ar_SY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_SY = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'SYP' +}; + + +/** + * Number formatting symbols for locale ar_TD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_TD = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale ar_TN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_TN = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '‎%‎', + ZERO_DIGIT: '0', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ليس رقمًا', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.000', + DEF_CURRENCY_CODE: 'TND' +}; + + +/** + * Number formatting symbols for locale ar_XB. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_XB = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '‎%‎', + ZERO_DIGIT: '0', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ليس رقمًا', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'EGP' +}; + + +/** + * Number formatting symbols for locale ar_YE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ar_YE = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪؜', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ليس رقم', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'YER' +}; + + +/** + * Number formatting symbols for locale as. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_as = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '০', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##,##0%', + CURRENCY_PATTERN: '¤ #,##,##0.00', + DEF_CURRENCY_CODE: 'INR' +}; + + +/** + * Number formatting symbols for locale as_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_as_IN = goog.i18n.NumberFormatSymbols_as; + + +/** + * Number formatting symbols for locale asa. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_asa = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale asa_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_asa_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale ast. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ast = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ND', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale ast_ES. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ast_ES = goog.i18n.NumberFormatSymbols_ast; + + +/** + * Number formatting symbols for locale az_Cyrl. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_az_Cyrl = goog.i18n.NumberFormatSymbols_az; + + +/** + * Number formatting symbols for locale az_Cyrl_AZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_az_Cyrl_AZ = goog.i18n.NumberFormatSymbols_az; + + +/** + * Number formatting symbols for locale az_Latn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_az_Latn = goog.i18n.NumberFormatSymbols_az; + + +/** + * Number formatting symbols for locale az_Latn_AZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_az_Latn_AZ = goog.i18n.NumberFormatSymbols_az; + + +/** + * Number formatting symbols for locale bas. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bas = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale bas_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bas_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale be_BY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_be_BY = goog.i18n.NumberFormatSymbols_be; + + +/** + * Number formatting symbols for locale bem. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bem = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ZMW' +}; + + +/** + * Number formatting symbols for locale bem_ZM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bem_ZM = goog.i18n.NumberFormatSymbols_bem; + + +/** + * Number formatting symbols for locale bez. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bez = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale bez_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bez_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale bg_BG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bg_BG = goog.i18n.NumberFormatSymbols_bg; + + +/** + * Number formatting symbols for locale bm. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bm = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale bm_ML. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bm_ML = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale bn_BD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bn_BD = goog.i18n.NumberFormatSymbols_bn; + + +/** + * Number formatting symbols for locale bn_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bn_IN = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '০', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##,##0.00¤', + DEF_CURRENCY_CODE: 'INR' +}; + + +/** + * Number formatting symbols for locale bo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bo = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'CNY' +}; + + +/** + * Number formatting symbols for locale bo_CN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bo_CN = goog.i18n.NumberFormatSymbols_bo; + + +/** + * Number formatting symbols for locale bo_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bo_IN = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'INR' +}; + + +/** + * Number formatting symbols for locale br_FR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_br_FR = goog.i18n.NumberFormatSymbols_br; + + +/** + * Number formatting symbols for locale brx. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_brx = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##,##0%', + CURRENCY_PATTERN: '¤ #,##,##0.00', + DEF_CURRENCY_CODE: 'INR' +}; + + +/** + * Number formatting symbols for locale brx_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_brx_IN = goog.i18n.NumberFormatSymbols_brx; + + +/** + * Number formatting symbols for locale bs_Cyrl. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bs_Cyrl = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'BAM' +}; + + +/** + * Number formatting symbols for locale bs_Cyrl_BA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bs_Cyrl_BA = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'BAM' +}; + + +/** + * Number formatting symbols for locale bs_Latn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bs_Latn = goog.i18n.NumberFormatSymbols_bs; + + +/** + * Number formatting symbols for locale bs_Latn_BA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_bs_Latn_BA = goog.i18n.NumberFormatSymbols_bs; + + +/** + * Number formatting symbols for locale ca_AD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ca_AD = goog.i18n.NumberFormatSymbols_ca; + + +/** + * Number formatting symbols for locale ca_ES. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ca_ES = goog.i18n.NumberFormatSymbols_ca; + + +/** + * Number formatting symbols for locale ca_FR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ca_FR = goog.i18n.NumberFormatSymbols_ca; + + +/** + * Number formatting symbols for locale ca_IT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ca_IT = goog.i18n.NumberFormatSymbols_ca; + + +/** + * Number formatting symbols for locale ce. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ce = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'Терхьаш дац', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'RUB' +}; + + +/** + * Number formatting symbols for locale ce_RU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ce_RU = goog.i18n.NumberFormatSymbols_ce; + + +/** + * Number formatting symbols for locale cgg. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_cgg = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale cgg_UG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_cgg_UG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale chr_US. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_chr_US = goog.i18n.NumberFormatSymbols_chr; + + +/** + * Number formatting symbols for locale ckb. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ckb = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'IQD' +}; + + +/** + * Number formatting symbols for locale ckb_IQ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ckb_IQ = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'IQD' +}; + + +/** + * Number formatting symbols for locale ckb_IR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ckb_IR = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '٠', + PLUS_SIGN: '؜+', + MINUS_SIGN: '؜-', + EXP_SYMBOL: 'اس', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'IRR' +}; + + +/** + * Number formatting symbols for locale cs_CZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_cs_CZ = goog.i18n.NumberFormatSymbols_cs; + + +/** + * Number formatting symbols for locale cy_GB. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_cy_GB = goog.i18n.NumberFormatSymbols_cy; + + +/** + * Number formatting symbols for locale da_DK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_da_DK = goog.i18n.NumberFormatSymbols_da; + + +/** + * Number formatting symbols for locale da_GL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_da_GL = goog.i18n.NumberFormatSymbols_da; + + +/** + * Number formatting symbols for locale dav. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dav = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale dav_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dav_KE = goog.i18n.NumberFormatSymbols_dav; + + +/** + * Number formatting symbols for locale de_BE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_de_BE = goog.i18n.NumberFormatSymbols_de; + + +/** + * Number formatting symbols for locale de_DE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_de_DE = goog.i18n.NumberFormatSymbols_de; + + +/** + * Number formatting symbols for locale de_IT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_de_IT = goog.i18n.NumberFormatSymbols_de; + + +/** + * Number formatting symbols for locale de_LI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_de_LI = { + DECIMAL_SEP: '.', + GROUP_SEP: '’', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'CHF' +}; + + +/** + * Number formatting symbols for locale de_LU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_de_LU = goog.i18n.NumberFormatSymbols_de; + + +/** + * Number formatting symbols for locale dje. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dje = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale dje_NE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dje_NE = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale dsb. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dsb = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale dsb_DE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dsb_DE = goog.i18n.NumberFormatSymbols_dsb; + + +/** + * Number formatting symbols for locale dua. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dua = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale dua_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dua_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale dyo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dyo = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale dyo_SN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dyo_SN = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale dz. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dz = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '༠', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: 'གྲངས་མེད', + NAN: 'ཨང་མད', + DECIMAL_PATTERN: '#,##,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##,##0 %', + CURRENCY_PATTERN: '¤#,##,##0.00', + DEF_CURRENCY_CODE: 'BTN' +}; + + +/** + * Number formatting symbols for locale dz_BT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_dz_BT = goog.i18n.NumberFormatSymbols_dz; + + +/** + * Number formatting symbols for locale ebu. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ebu = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale ebu_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ebu_KE = goog.i18n.NumberFormatSymbols_ebu; + + +/** + * Number formatting symbols for locale ee. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ee = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'mnn', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GHS' +}; + + +/** + * Number formatting symbols for locale ee_GH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ee_GH = goog.i18n.NumberFormatSymbols_ee; + + +/** + * Number formatting symbols for locale ee_TG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ee_TG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'mnn', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale el_CY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_el_CY = goog.i18n.NumberFormatSymbols_el; + + +/** + * Number formatting symbols for locale el_GR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_el_GR = goog.i18n.NumberFormatSymbols_el; + + +/** + * Number formatting symbols for locale en_001. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_001 = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_150. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_150 = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale en_AG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_AG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XCD' +}; + + +/** + * Number formatting symbols for locale en_AI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_AI = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XCD' +}; + + +/** + * Number formatting symbols for locale en_AS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_AS = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_AT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_AT = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale en_BB. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_BB = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'BBD' +}; + + +/** + * Number formatting symbols for locale en_BE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_BE = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale en_BI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_BI = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'BIF' +}; + + +/** + * Number formatting symbols for locale en_BM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_BM = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'BMD' +}; + + +/** + * Number formatting symbols for locale en_BS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_BS = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'BSD' +}; + + +/** + * Number formatting symbols for locale en_BW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_BW = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'BWP' +}; + + +/** + * Number formatting symbols for locale en_BZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_BZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'BZD' +}; + + +/** + * Number formatting symbols for locale en_CC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_CC = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'AUD' +}; + + +/** + * Number formatting symbols for locale en_CH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_CH = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤-#,##0.00', + DEF_CURRENCY_CODE: 'CHF' +}; + + +/** + * Number formatting symbols for locale en_CK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_CK = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NZD' +}; + + +/** + * Number formatting symbols for locale en_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_CM = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale en_CX. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_CX = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'AUD' +}; + + +/** + * Number formatting symbols for locale en_CY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_CY = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale en_DE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_DE = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale en_DG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_DG = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_DK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_DK = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'DKK' +}; + + +/** + * Number formatting symbols for locale en_DM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_DM = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XCD' +}; + + +/** + * Number formatting symbols for locale en_ER. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_ER = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ERN' +}; + + +/** + * Number formatting symbols for locale en_FI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_FI = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale en_FJ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_FJ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'FJD' +}; + + +/** + * Number formatting symbols for locale en_FK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_FK = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'FKP' +}; + + +/** + * Number formatting symbols for locale en_FM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_FM = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_GD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_GD = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XCD' +}; + + +/** + * Number formatting symbols for locale en_GG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_GG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GBP' +}; + + +/** + * Number formatting symbols for locale en_GH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_GH = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GHS' +}; + + +/** + * Number formatting symbols for locale en_GI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_GI = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GIP' +}; + + +/** + * Number formatting symbols for locale en_GM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_GM = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GMD' +}; + + +/** + * Number formatting symbols for locale en_GU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_GU = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_GY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_GY = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'GYD' +}; + + +/** + * Number formatting symbols for locale en_HK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_HK = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'HKD' +}; + + +/** + * Number formatting symbols for locale en_IL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_IL = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ILS' +}; + + +/** + * Number formatting symbols for locale en_IM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_IM = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GBP' +}; + + +/** + * Number formatting symbols for locale en_IO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_IO = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_JE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_JE = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GBP' +}; + + +/** + * Number formatting symbols for locale en_JM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_JM = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'JMD' +}; + + +/** + * Number formatting symbols for locale en_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_KE = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale en_KI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_KI = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'AUD' +}; + + +/** + * Number formatting symbols for locale en_KN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_KN = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XCD' +}; + + +/** + * Number formatting symbols for locale en_KY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_KY = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KYD' +}; + + +/** + * Number formatting symbols for locale en_LC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_LC = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XCD' +}; + + +/** + * Number formatting symbols for locale en_LR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_LR = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'LRD' +}; + + +/** + * Number formatting symbols for locale en_LS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_LS = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ZAR' +}; + + +/** + * Number formatting symbols for locale en_MG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_MG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'MGA' +}; + + +/** + * Number formatting symbols for locale en_MH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_MH = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_MO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_MO = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'MOP' +}; + + +/** + * Number formatting symbols for locale en_MP. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_MP = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_MS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_MS = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XCD' +}; + + +/** + * Number formatting symbols for locale en_MT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_MT = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale en_MU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_MU = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'MUR' +}; + + +/** + * Number formatting symbols for locale en_MW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_MW = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'MWK' +}; + + +/** + * Number formatting symbols for locale en_MY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_MY = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'MYR' +}; + + +/** + * Number formatting symbols for locale en_NA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_NA = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NAD' +}; + + +/** + * Number formatting symbols for locale en_NF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_NF = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'AUD' +}; + + +/** + * Number formatting symbols for locale en_NG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_NG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NGN' +}; + + +/** + * Number formatting symbols for locale en_NL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_NL = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale en_NR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_NR = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'AUD' +}; + + +/** + * Number formatting symbols for locale en_NU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_NU = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NZD' +}; + + +/** + * Number formatting symbols for locale en_NZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_NZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NZD' +}; + + +/** + * Number formatting symbols for locale en_PG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_PG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'PGK' +}; + + +/** + * Number formatting symbols for locale en_PH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_PH = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'PHP' +}; + + +/** + * Number formatting symbols for locale en_PK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_PK = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'PKR' +}; + + +/** + * Number formatting symbols for locale en_PN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_PN = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NZD' +}; + + +/** + * Number formatting symbols for locale en_PR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_PR = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_PW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_PW = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_RW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_RW = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'RWF' +}; + + +/** + * Number formatting symbols for locale en_SB. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SB = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SBD' +}; + + +/** + * Number formatting symbols for locale en_SC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SC = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SCR' +}; + + +/** + * Number formatting symbols for locale en_SD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SD = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SDG' +}; + + +/** + * Number formatting symbols for locale en_SE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SE = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: '×10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'SEK' +}; + + +/** + * Number formatting symbols for locale en_SH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SH = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SHP' +}; + + +/** + * Number formatting symbols for locale en_SI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SI = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'e', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale en_SL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SL = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'SLL' +}; + + +/** + * Number formatting symbols for locale en_SS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SS = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SSP' +}; + + +/** + * Number formatting symbols for locale en_SX. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SX = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ANG' +}; + + +/** + * Number formatting symbols for locale en_SZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_SZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SZL' +}; + + +/** + * Number formatting symbols for locale en_TC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_TC = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_TK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_TK = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NZD' +}; + + +/** + * Number formatting symbols for locale en_TO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_TO = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'TOP' +}; + + +/** + * Number formatting symbols for locale en_TT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_TT = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'TTD' +}; + + +/** + * Number formatting symbols for locale en_TV. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_TV = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'AUD' +}; + + +/** + * Number formatting symbols for locale en_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale en_UG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_UG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale en_UM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_UM = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_US_POSIX. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_US_POSIX = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '0/00', + INFINITY: 'INF', + NAN: 'NaN', + DECIMAL_PATTERN: '0.######', + SCIENTIFIC_PATTERN: '0.000000E+000', + PERCENT_PATTERN: '0%', + CURRENCY_PATTERN: '¤ 0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale en_VC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_VC = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XCD' +}; + + +/** + * Number formatting symbols for locale en_VG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_VG = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_VI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_VI = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_VU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_VU = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'VUV' +}; + + +/** + * Number formatting symbols for locale en_WS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_WS = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'WST' +}; + + +/** + * Number formatting symbols for locale en_XA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_XA = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale en_ZM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_ZM = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ZMW' +}; + + +/** + * Number formatting symbols for locale en_ZW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_en_ZW = goog.i18n.NumberFormatSymbols_en; + + +/** + * Number formatting symbols for locale eo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_eo = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale es_AR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_AR = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'ARS' +}; + + +/** + * Number formatting symbols for locale es_BO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_BO = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'BOB' +}; + + +/** + * Number formatting symbols for locale es_BR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_BR = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'BRL' +}; + + +/** + * Number formatting symbols for locale es_BZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_BZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'BZD' +}; + + +/** + * Number formatting symbols for locale es_CL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_CL = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0;¤-#,##0', + DEF_CURRENCY_CODE: 'CLP' +}; + + +/** + * Number formatting symbols for locale es_CO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_CO = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'COP' +}; + + +/** + * Number formatting symbols for locale es_CR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_CR = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'CRC' +}; + + +/** + * Number formatting symbols for locale es_CU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_CU = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'CUP' +}; + + +/** + * Number formatting symbols for locale es_DO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_DO = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'DOP' +}; + + +/** + * Number formatting symbols for locale es_EA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_EA = goog.i18n.NumberFormatSymbols_es; + + +/** + * Number formatting symbols for locale es_EC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_EC = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00;¤-#,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale es_GQ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_GQ = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale es_GT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_GT = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GTQ' +}; + + +/** + * Number formatting symbols for locale es_HN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_HN = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'HNL' +}; + + +/** + * Number formatting symbols for locale es_IC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_IC = goog.i18n.NumberFormatSymbols_es; + + +/** + * Number formatting symbols for locale es_NI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_NI = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NIO' +}; + + +/** + * Number formatting symbols for locale es_PA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_PA = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'PAB' +}; + + +/** + * Number formatting symbols for locale es_PE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_PE = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'PEN' +}; + + +/** + * Number formatting symbols for locale es_PH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_PH = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'PHP' +}; + + +/** + * Number formatting symbols for locale es_PR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_PR = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale es_PY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_PY = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤ #,##0;¤ -#,##0', + DEF_CURRENCY_CODE: 'PYG' +}; + + +/** + * Number formatting symbols for locale es_SV. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_SV = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale es_UY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_UY = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'UYU' +}; + + +/** + * Number formatting symbols for locale es_VE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_es_VE = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00;¤-#,##0.00', + DEF_CURRENCY_CODE: 'VEF' +}; + + +/** + * Number formatting symbols for locale et_EE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_et_EE = goog.i18n.NumberFormatSymbols_et; + + +/** + * Number formatting symbols for locale eu_ES. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_eu_ES = goog.i18n.NumberFormatSymbols_eu; + + +/** + * Number formatting symbols for locale ewo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ewo = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale ewo_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ewo_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale fa_AF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fa_AF = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '‎٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎−', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ناعدد', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '% #,##0;% -#,##0', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'AFN' +}; + + +/** + * Number formatting symbols for locale fa_IR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fa_IR = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '‎٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎−', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'ناعدد', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '% #,##0;% -#,##0', + CURRENCY_PATTERN: '#,##0 ؜¤;؜-#,##0 ؜¤', + DEF_CURRENCY_CODE: 'IRR' +}; + + +/** + * Number formatting symbols for locale ff. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ff = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale ff_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ff_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale ff_GN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ff_GN = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'GNF' +}; + + +/** + * Number formatting symbols for locale ff_MR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ff_MR = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'MRO' +}; + + +/** + * Number formatting symbols for locale ff_SN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ff_SN = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale fi_FI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fi_FI = goog.i18n.NumberFormatSymbols_fi; + + +/** + * Number formatting symbols for locale fil_PH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fil_PH = goog.i18n.NumberFormatSymbols_fil; + + +/** + * Number formatting symbols for locale fo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fo = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'DKK' +}; + + +/** + * Number formatting symbols for locale fo_DK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fo_DK = goog.i18n.NumberFormatSymbols_fo; + + +/** + * Number formatting symbols for locale fo_FO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fo_FO = goog.i18n.NumberFormatSymbols_fo; + + +/** + * Number formatting symbols for locale fr_BE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_BE = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_BF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_BF = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale fr_BI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_BI = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'BIF' +}; + + +/** + * Number formatting symbols for locale fr_BJ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_BJ = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale fr_BL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_BL = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_CD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_CD = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'CDF' +}; + + +/** + * Number formatting symbols for locale fr_CF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_CF = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale fr_CG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_CG = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale fr_CH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_CH = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'CHF' +}; + + +/** + * Number formatting symbols for locale fr_CI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_CI = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale fr_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale fr_DJ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_DJ = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'DJF' +}; + + +/** + * Number formatting symbols for locale fr_DZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_DZ = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'DZD' +}; + + +/** + * Number formatting symbols for locale fr_FR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_FR = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_GA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_GA = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale fr_GF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_GF = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_GN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_GN = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'GNF' +}; + + +/** + * Number formatting symbols for locale fr_GP. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_GP = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_GQ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_GQ = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale fr_HT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_HT = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'HTG' +}; + + +/** + * Number formatting symbols for locale fr_KM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_KM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'KMF' +}; + + +/** + * Number formatting symbols for locale fr_LU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_LU = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale fr_MA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_MA = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'MAD' +}; + + +/** + * Number formatting symbols for locale fr_MC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_MC = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_MF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_MF = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_MG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_MG = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'MGA' +}; + + +/** + * Number formatting symbols for locale fr_ML. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_ML = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale fr_MQ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_MQ = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_MR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_MR = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'MRO' +}; + + +/** + * Number formatting symbols for locale fr_MU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_MU = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'MUR' +}; + + +/** + * Number formatting symbols for locale fr_NC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_NC = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XPF' +}; + + +/** + * Number formatting symbols for locale fr_NE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_NE = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale fr_PF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_PF = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XPF' +}; + + +/** + * Number formatting symbols for locale fr_PM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_PM = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_RE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_RE = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fr_RW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_RW = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'RWF' +}; + + +/** + * Number formatting symbols for locale fr_SC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_SC = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'SCR' +}; + + +/** + * Number formatting symbols for locale fr_SN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_SN = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale fr_SY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_SY = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'SYP' +}; + + +/** + * Number formatting symbols for locale fr_TD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_TD = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale fr_TG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_TG = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale fr_TN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_TN = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.000 ¤', + DEF_CURRENCY_CODE: 'TND' +}; + + +/** + * Number formatting symbols for locale fr_VU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_VU = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'VUV' +}; + + +/** + * Number formatting symbols for locale fr_WF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_WF = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XPF' +}; + + +/** + * Number formatting symbols for locale fr_YT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fr_YT = goog.i18n.NumberFormatSymbols_fr; + + +/** + * Number formatting symbols for locale fur. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fur = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale fur_IT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fur_IT = goog.i18n.NumberFormatSymbols_fur; + + +/** + * Number formatting symbols for locale fy. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fy = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤ #,##0.00-', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale fy_NL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_fy_NL = goog.i18n.NumberFormatSymbols_fy; + + +/** + * Number formatting symbols for locale ga_IE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ga_IE = goog.i18n.NumberFormatSymbols_ga; + + +/** + * Number formatting symbols for locale gd. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_gd = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GBP' +}; + + +/** + * Number formatting symbols for locale gd_GB. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_gd_GB = goog.i18n.NumberFormatSymbols_gd; + + +/** + * Number formatting symbols for locale gl_ES. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_gl_ES = goog.i18n.NumberFormatSymbols_gl; + + +/** + * Number formatting symbols for locale gsw_CH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_gsw_CH = goog.i18n.NumberFormatSymbols_gsw; + + +/** + * Number formatting symbols for locale gsw_FR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_gsw_FR = { + DECIMAL_SEP: '.', + GROUP_SEP: '’', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale gsw_LI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_gsw_LI = goog.i18n.NumberFormatSymbols_gsw; + + +/** + * Number formatting symbols for locale gu_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_gu_IN = goog.i18n.NumberFormatSymbols_gu; + + +/** + * Number formatting symbols for locale guz. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_guz = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale guz_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_guz_KE = goog.i18n.NumberFormatSymbols_guz; + + +/** + * Number formatting symbols for locale gv. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_gv = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GBP' +}; + + +/** + * Number formatting symbols for locale gv_IM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_gv_IM = goog.i18n.NumberFormatSymbols_gv; + + +/** + * Number formatting symbols for locale ha. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ha = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'NGN' +}; + + +/** + * Number formatting symbols for locale ha_GH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ha_GH = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'GHS' +}; + + +/** + * Number formatting symbols for locale ha_NE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ha_NE = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale ha_NG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ha_NG = goog.i18n.NumberFormatSymbols_ha; + + +/** + * Number formatting symbols for locale haw_US. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_haw_US = goog.i18n.NumberFormatSymbols_haw; + + +/** + * Number formatting symbols for locale he_IL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_he_IL = goog.i18n.NumberFormatSymbols_he; + + +/** + * Number formatting symbols for locale hi_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_hi_IN = goog.i18n.NumberFormatSymbols_hi; + + +/** + * Number formatting symbols for locale hr_BA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_hr_BA = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'BAM' +}; + + +/** + * Number formatting symbols for locale hr_HR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_hr_HR = goog.i18n.NumberFormatSymbols_hr; + + +/** + * Number formatting symbols for locale hsb. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_hsb = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale hsb_DE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_hsb_DE = goog.i18n.NumberFormatSymbols_hsb; + + +/** + * Number formatting symbols for locale hu_HU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_hu_HU = goog.i18n.NumberFormatSymbols_hu; + + +/** + * Number formatting symbols for locale hy_AM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_hy_AM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ՈչԹ', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'AMD' +}; + + +/** + * Number formatting symbols for locale id_ID. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_id_ID = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'IDR' +}; + + +/** + * Number formatting symbols for locale ig. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ig = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NGN' +}; + + +/** + * Number formatting symbols for locale ig_NG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ig_NG = goog.i18n.NumberFormatSymbols_ig; + + +/** + * Number formatting symbols for locale ii. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ii = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'CNY' +}; + + +/** + * Number formatting symbols for locale ii_CN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ii_CN = goog.i18n.NumberFormatSymbols_ii; + + +/** + * Number formatting symbols for locale is_IS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_is_IS = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'ISK' +}; + + +/** + * Number formatting symbols for locale it_CH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_it_CH = { + DECIMAL_SEP: '.', + GROUP_SEP: '’', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤-#,##0.00', + DEF_CURRENCY_CODE: 'CHF' +}; + + +/** + * Number formatting symbols for locale it_IT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_it_IT = goog.i18n.NumberFormatSymbols_it; + + +/** + * Number formatting symbols for locale it_SM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_it_SM = goog.i18n.NumberFormatSymbols_it; + + +/** + * Number formatting symbols for locale it_VA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_it_VA = goog.i18n.NumberFormatSymbols_it; + + +/** + * Number formatting symbols for locale ja_JP. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ja_JP = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'JPY' +}; + + +/** + * Number formatting symbols for locale jgo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_jgo = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale jgo_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_jgo_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale jmc. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_jmc = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale jmc_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_jmc_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale ka_GE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ka_GE = goog.i18n.NumberFormatSymbols_ka; + + +/** + * Number formatting symbols for locale kab. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kab = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'DZD' +}; + + +/** + * Number formatting symbols for locale kab_DZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kab_DZ = goog.i18n.NumberFormatSymbols_kab; + + +/** + * Number formatting symbols for locale kam. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kam = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale kam_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kam_KE = goog.i18n.NumberFormatSymbols_kam; + + +/** + * Number formatting symbols for locale kde. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kde = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale kde_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kde_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale kea. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kea = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'CVE' +}; + + +/** + * Number formatting symbols for locale kea_CV. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kea_CV = goog.i18n.NumberFormatSymbols_kea; + + +/** + * Number formatting symbols for locale khq. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_khq = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale khq_ML. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_khq_ML = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale ki. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ki = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale ki_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ki_KE = goog.i18n.NumberFormatSymbols_ki; + + +/** + * Number formatting symbols for locale kk_KZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kk_KZ = goog.i18n.NumberFormatSymbols_kk; + + +/** + * Number formatting symbols for locale kkj. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kkj = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale kkj_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kkj_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale kl. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kl = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤#,##0.00;¤-#,##0.00', + DEF_CURRENCY_CODE: 'DKK' +}; + + +/** + * Number formatting symbols for locale kl_GL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kl_GL = goog.i18n.NumberFormatSymbols_kl; + + +/** + * Number formatting symbols for locale kln. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kln = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale kln_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kln_KE = goog.i18n.NumberFormatSymbols_kln; + + +/** + * Number formatting symbols for locale km_KH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_km_KH = goog.i18n.NumberFormatSymbols_km; + + +/** + * Number formatting symbols for locale kn_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kn_IN = goog.i18n.NumberFormatSymbols_kn; + + +/** + * Number formatting symbols for locale ko_KP. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ko_KP = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'KPW' +}; + + +/** + * Number formatting symbols for locale ko_KR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ko_KR = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'KRW' +}; + + +/** + * Number formatting symbols for locale kok. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kok = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##,##0%', + CURRENCY_PATTERN: '¤ #,##,##0.00', + DEF_CURRENCY_CODE: 'INR' +}; + + +/** + * Number formatting symbols for locale kok_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kok_IN = goog.i18n.NumberFormatSymbols_kok; + + +/** + * Number formatting symbols for locale ks. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ks = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##,##0%', + CURRENCY_PATTERN: '¤ #,##,##0.00', + DEF_CURRENCY_CODE: 'INR' +}; + + +/** + * Number formatting symbols for locale ks_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ks_IN = goog.i18n.NumberFormatSymbols_ks; + + +/** + * Number formatting symbols for locale ksb. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ksb = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale ksb_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ksb_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale ksf. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ksf = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale ksf_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ksf_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale ksh. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ksh = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: '×10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: '¤¤¤', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale ksh_DE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ksh_DE = goog.i18n.NumberFormatSymbols_ksh; + + +/** + * Number formatting symbols for locale kw. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kw = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'GBP' +}; + + +/** + * Number formatting symbols for locale kw_GB. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_kw_GB = goog.i18n.NumberFormatSymbols_kw; + + +/** + * Number formatting symbols for locale ky_KG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ky_KG = goog.i18n.NumberFormatSymbols_ky; + + +/** + * Number formatting symbols for locale lag. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lag = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale lag_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lag_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale lb. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lb = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale lb_LU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lb_LU = goog.i18n.NumberFormatSymbols_lb; + + +/** + * Number formatting symbols for locale lg. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lg = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale lg_UG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lg_UG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale lkt. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lkt = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale lkt_US. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lkt_US = goog.i18n.NumberFormatSymbols_lkt; + + +/** + * Number formatting symbols for locale ln_AO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ln_AO = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'AOA' +}; + + +/** + * Number formatting symbols for locale ln_CD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ln_CD = goog.i18n.NumberFormatSymbols_ln; + + +/** + * Number formatting symbols for locale ln_CF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ln_CF = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale ln_CG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ln_CG = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale lo_LA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lo_LA = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ບໍ່​ແມ່ນ​ໂຕ​ເລກ', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0;¤-#,##0', + DEF_CURRENCY_CODE: 'LAK' +}; + + +/** + * Number formatting symbols for locale lrc. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lrc = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'IRR' +}; + + +/** + * Number formatting symbols for locale lrc_IQ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lrc_IQ = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'IQD' +}; + + +/** + * Number formatting symbols for locale lrc_IR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lrc_IR = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'IRR' +}; + + +/** + * Number formatting symbols for locale lt_LT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lt_LT = goog.i18n.NumberFormatSymbols_lt; + + +/** + * Number formatting symbols for locale lu. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lu = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'CDF' +}; + + +/** + * Number formatting symbols for locale lu_CD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lu_CD = goog.i18n.NumberFormatSymbols_lu; + + +/** + * Number formatting symbols for locale luo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_luo = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale luo_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_luo_KE = goog.i18n.NumberFormatSymbols_luo; + + +/** + * Number formatting symbols for locale luy. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_luy = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00;¤- #,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale luy_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_luy_KE = goog.i18n.NumberFormatSymbols_luy; + + +/** + * Number formatting symbols for locale lv_LV. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_lv_LV = goog.i18n.NumberFormatSymbols_lv; + + +/** + * Number formatting symbols for locale mas. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mas = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale mas_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mas_KE = goog.i18n.NumberFormatSymbols_mas; + + +/** + * Number formatting symbols for locale mas_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mas_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale mer. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mer = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale mer_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mer_KE = goog.i18n.NumberFormatSymbols_mer; + + +/** + * Number formatting symbols for locale mfe. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mfe = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'MUR' +}; + + +/** + * Number formatting symbols for locale mfe_MU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mfe_MU = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'MUR' +}; + + +/** + * Number formatting symbols for locale mg. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mg = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'MGA' +}; + + +/** + * Number formatting symbols for locale mg_MG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mg_MG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'MGA' +}; + + +/** + * Number formatting symbols for locale mgh. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mgh = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'MZN' +}; + + +/** + * Number formatting symbols for locale mgh_MZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mgh_MZ = goog.i18n.NumberFormatSymbols_mgh; + + +/** + * Number formatting symbols for locale mgo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mgo = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale mgo_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mgo_CM = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale mk_MK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mk_MK = goog.i18n.NumberFormatSymbols_mk; + + +/** + * Number formatting symbols for locale ml_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ml_IN = goog.i18n.NumberFormatSymbols_ml; + + +/** + * Number formatting symbols for locale mn_MN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mn_MN = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'MNT' +}; + + +/** + * Number formatting symbols for locale mr_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mr_IN = goog.i18n.NumberFormatSymbols_mr; + + +/** + * Number formatting symbols for locale ms_BN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ms_BN = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'BND' +}; + + +/** + * Number formatting symbols for locale ms_MY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ms_MY = goog.i18n.NumberFormatSymbols_ms; + + +/** + * Number formatting symbols for locale ms_SG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ms_SG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SGD' +}; + + +/** + * Number formatting symbols for locale mt_MT. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mt_MT = goog.i18n.NumberFormatSymbols_mt; + + +/** + * Number formatting symbols for locale mua. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mua = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale mua_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mua_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale my_MM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_my_MM = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '၀', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ဂဏန်းမဟုတ်သော', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'MMK' +}; + + +/** + * Number formatting symbols for locale mzn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mzn = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'IRR' +}; + + +/** + * Number formatting symbols for locale mzn_IR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_mzn_IR = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'IRR' +}; + + +/** + * Number formatting symbols for locale naq. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_naq = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NAD' +}; + + +/** + * Number formatting symbols for locale naq_NA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_naq_NA = goog.i18n.NumberFormatSymbols_naq; + + +/** + * Number formatting symbols for locale nb_NO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nb_NO = goog.i18n.NumberFormatSymbols_nb; + + +/** + * Number formatting symbols for locale nb_SJ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nb_SJ = goog.i18n.NumberFormatSymbols_nb; + + +/** + * Number formatting symbols for locale nd. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nd = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale nd_ZW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nd_ZW = goog.i18n.NumberFormatSymbols_nd; + + +/** + * Number formatting symbols for locale nds. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nds = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale nds_DE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nds_DE = goog.i18n.NumberFormatSymbols_nds; + + +/** + * Number formatting symbols for locale nds_NL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nds_NL = goog.i18n.NumberFormatSymbols_nds; + + +/** + * Number formatting symbols for locale ne_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ne_IN = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '०', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'INR' +}; + + +/** + * Number formatting symbols for locale ne_NP. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ne_NP = goog.i18n.NumberFormatSymbols_ne; + + +/** + * Number formatting symbols for locale nl_AW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nl_AW = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤ -#,##0.00', + DEF_CURRENCY_CODE: 'AWG' +}; + + +/** + * Number formatting symbols for locale nl_BE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nl_BE = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale nl_BQ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nl_BQ = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤ -#,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale nl_CW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nl_CW = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤ -#,##0.00', + DEF_CURRENCY_CODE: 'ANG' +}; + + +/** + * Number formatting symbols for locale nl_NL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nl_NL = goog.i18n.NumberFormatSymbols_nl; + + +/** + * Number formatting symbols for locale nl_SR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nl_SR = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤ -#,##0.00', + DEF_CURRENCY_CODE: 'SRD' +}; + + +/** + * Number formatting symbols for locale nl_SX. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nl_SX = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00;¤ -#,##0.00', + DEF_CURRENCY_CODE: 'ANG' +}; + + +/** + * Number formatting symbols for locale nmg. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nmg = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale nmg_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nmg_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale nn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nn = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'NOK' +}; + + +/** + * Number formatting symbols for locale nn_NO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nn_NO = goog.i18n.NumberFormatSymbols_nn; + + +/** + * Number formatting symbols for locale nnh. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nnh = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale nnh_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nnh_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale nus. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nus = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SSP' +}; + + +/** + * Number formatting symbols for locale nus_SS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nus_SS = goog.i18n.NumberFormatSymbols_nus; + + +/** + * Number formatting symbols for locale nyn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nyn = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale nyn_UG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_nyn_UG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale om. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_om = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ETB' +}; + + +/** + * Number formatting symbols for locale om_ET. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_om_ET = goog.i18n.NumberFormatSymbols_om; + + +/** + * Number formatting symbols for locale om_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_om_KE = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale or_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_or_IN = goog.i18n.NumberFormatSymbols_or; + + +/** + * Number formatting symbols for locale os. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_os = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'НН', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'GEL' +}; + + +/** + * Number formatting symbols for locale os_GE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_os_GE = goog.i18n.NumberFormatSymbols_os; + + +/** + * Number formatting symbols for locale os_RU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_os_RU = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'НН', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'RUB' +}; + + +/** + * Number formatting symbols for locale pa_Arab. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pa_Arab = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'PKR' +}; + + +/** + * Number formatting symbols for locale pa_Arab_PK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pa_Arab_PK = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'PKR' +}; + + +/** + * Number formatting symbols for locale pa_Guru. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pa_Guru = goog.i18n.NumberFormatSymbols_pa; + + +/** + * Number formatting symbols for locale pa_Guru_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pa_Guru_IN = goog.i18n.NumberFormatSymbols_pa; + + +/** + * Number formatting symbols for locale pl_PL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pl_PL = goog.i18n.NumberFormatSymbols_pl; + + +/** + * Number formatting symbols for locale ps. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ps = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'AFN' +}; + + +/** + * Number formatting symbols for locale ps_AF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ps_AF = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'AFN' +}; + + +/** + * Number formatting symbols for locale pt_AO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_AO = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'AOA' +}; + + +/** + * Number formatting symbols for locale pt_CH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_CH = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'CHF' +}; + + +/** + * Number formatting symbols for locale pt_CV. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_CV = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'CVE' +}; + + +/** + * Number formatting symbols for locale pt_GQ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_GQ = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale pt_GW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_GW = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale pt_LU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_LU = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale pt_MO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_MO = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'MOP' +}; + + +/** + * Number formatting symbols for locale pt_MZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_MZ = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'MZN' +}; + + +/** + * Number formatting symbols for locale pt_ST. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_ST = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'STD' +}; + + +/** + * Number formatting symbols for locale pt_TL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_pt_TL = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale qu. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_qu = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'PEN' +}; + + +/** + * Number formatting symbols for locale qu_BO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_qu_BO = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'BOB' +}; + + +/** + * Number formatting symbols for locale qu_EC. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_qu_EC = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale qu_PE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_qu_PE = goog.i18n.NumberFormatSymbols_qu; + + +/** + * Number formatting symbols for locale rm. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rm = { + DECIMAL_SEP: '.', + GROUP_SEP: '’', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'CHF' +}; + + +/** + * Number formatting symbols for locale rm_CH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rm_CH = goog.i18n.NumberFormatSymbols_rm; + + +/** + * Number formatting symbols for locale rn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rn = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'BIF' +}; + + +/** + * Number formatting symbols for locale rn_BI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rn_BI = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'BIF' +}; + + +/** + * Number formatting symbols for locale ro_MD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ro_MD = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'MDL' +}; + + +/** + * Number formatting symbols for locale ro_RO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ro_RO = goog.i18n.NumberFormatSymbols_ro; + + +/** + * Number formatting symbols for locale rof. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rof = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale rof_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rof_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale ru_BY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ru_BY = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'не число', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'BYN' +}; + + +/** + * Number formatting symbols for locale ru_KG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ru_KG = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'не число', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'KGS' +}; + + +/** + * Number formatting symbols for locale ru_KZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ru_KZ = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'не число', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'KZT' +}; + + +/** + * Number formatting symbols for locale ru_MD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ru_MD = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'не число', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'MDL' +}; + + +/** + * Number formatting symbols for locale ru_RU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ru_RU = goog.i18n.NumberFormatSymbols_ru; + + +/** + * Number formatting symbols for locale ru_UA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ru_UA = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'не число', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'UAH' +}; + + +/** + * Number formatting symbols for locale rw. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rw = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'RWF' +}; + + +/** + * Number formatting symbols for locale rw_RW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rw_RW = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'RWF' +}; + + +/** + * Number formatting symbols for locale rwk. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rwk = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale rwk_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_rwk_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale sah. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sah = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'чыыһыла буотах', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'RUB' +}; + + +/** + * Number formatting symbols for locale sah_RU. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sah_RU = goog.i18n.NumberFormatSymbols_sah; + + +/** + * Number formatting symbols for locale saq. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_saq = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale saq_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_saq_KE = goog.i18n.NumberFormatSymbols_saq; + + +/** + * Number formatting symbols for locale sbp. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sbp = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale sbp_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sbp_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale se. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_se = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: '·10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: '¤¤¤', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'NOK' +}; + + +/** + * Number formatting symbols for locale se_FI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_se_FI = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: '·10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: '¤¤¤', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale se_NO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_se_NO = goog.i18n.NumberFormatSymbols_se; + + +/** + * Number formatting symbols for locale se_SE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_se_SE = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: '·10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: '¤¤¤', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'SEK' +}; + + +/** + * Number formatting symbols for locale seh. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_seh = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'MZN' +}; + + +/** + * Number formatting symbols for locale seh_MZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_seh_MZ = goog.i18n.NumberFormatSymbols_seh; + + +/** + * Number formatting symbols for locale ses. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ses = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale ses_ML. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ses_ML = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale sg. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sg = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00;¤-#,##0.00', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale sg_CF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sg_CF = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0;¤-#,##0', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale shi. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_shi = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'MAD' +}; + + +/** + * Number formatting symbols for locale shi_Latn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_shi_Latn = goog.i18n.NumberFormatSymbols_shi; + + +/** + * Number formatting symbols for locale shi_Latn_MA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_shi_Latn_MA = goog.i18n.NumberFormatSymbols_shi; + + +/** + * Number formatting symbols for locale shi_Tfng. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_shi_Tfng = goog.i18n.NumberFormatSymbols_shi; + + +/** + * Number formatting symbols for locale shi_Tfng_MA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_shi_Tfng_MA = goog.i18n.NumberFormatSymbols_shi; + + +/** + * Number formatting symbols for locale si_LK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_si_LK = goog.i18n.NumberFormatSymbols_si; + + +/** + * Number formatting symbols for locale sk_SK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sk_SK = goog.i18n.NumberFormatSymbols_sk; + + +/** + * Number formatting symbols for locale sl_SI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sl_SI = goog.i18n.NumberFormatSymbols_sl; + + +/** + * Number formatting symbols for locale smn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_smn = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'epiloho', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale smn_FI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_smn_FI = goog.i18n.NumberFormatSymbols_smn; + + +/** + * Number formatting symbols for locale sn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sn = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'USD' +}; + + +/** + * Number formatting symbols for locale sn_ZW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sn_ZW = goog.i18n.NumberFormatSymbols_sn; + + +/** + * Number formatting symbols for locale so. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_so = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SOS' +}; + + +/** + * Number formatting symbols for locale so_DJ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_so_DJ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'DJF' +}; + + +/** + * Number formatting symbols for locale so_ET. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_so_ET = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ETB' +}; + + +/** + * Number formatting symbols for locale so_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_so_KE = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale so_SO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_so_SO = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'SOS' +}; + + +/** + * Number formatting symbols for locale sq_AL. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sq_AL = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'ALL' +}; + + +/** + * Number formatting symbols for locale sq_MK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sq_MK = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'MKD' +}; + + +/** + * Number formatting symbols for locale sq_XK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sq_XK = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale sr_Cyrl. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sr_Cyrl = goog.i18n.NumberFormatSymbols_sr; + + +/** + * Number formatting symbols for locale sr_Cyrl_BA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sr_Cyrl_BA = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'BAM' +}; + + +/** + * Number formatting symbols for locale sr_Cyrl_ME. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sr_Cyrl_ME = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale sr_Cyrl_RS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sr_Cyrl_RS = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'RSD' +}; + + +/** + * Number formatting symbols for locale sr_Cyrl_XK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sr_Cyrl_XK = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale sr_Latn_BA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sr_Latn_BA = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'BAM' +}; + + +/** + * Number formatting symbols for locale sr_Latn_ME. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sr_Latn_ME = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale sr_Latn_RS. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sr_Latn_RS = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'RSD' +}; + + +/** + * Number formatting symbols for locale sr_Latn_XK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sr_Latn_XK = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale sv_AX. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sv_AX = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: '×10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: '¤¤¤', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale sv_FI. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sv_FI = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '−', + EXP_SYMBOL: '×10^', + PERMILL: '‰', + INFINITY: '∞', + NAN: '¤¤¤', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale sv_SE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sv_SE = goog.i18n.NumberFormatSymbols_sv; + + +/** + * Number formatting symbols for locale sw_CD. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sw_CD = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'CDF' +}; + + +/** + * Number formatting symbols for locale sw_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sw_KE = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale sw_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sw_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale sw_UG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_sw_UG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale ta_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ta_IN = goog.i18n.NumberFormatSymbols_ta; + + +/** + * Number formatting symbols for locale ta_LK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ta_LK = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##,##0%', + CURRENCY_PATTERN: '¤ #,##,##0.00', + DEF_CURRENCY_CODE: 'LKR' +}; + + +/** + * Number formatting symbols for locale ta_MY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ta_MY = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'MYR' +}; + + +/** + * Number formatting symbols for locale ta_SG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ta_SG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'SGD' +}; + + +/** + * Number formatting symbols for locale te_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_te_IN = goog.i18n.NumberFormatSymbols_te; + + +/** + * Number formatting symbols for locale teo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_teo = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale teo_KE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_teo_KE = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'KES' +}; + + +/** + * Number formatting symbols for locale teo_UG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_teo_UG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale th_TH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_th_TH = goog.i18n.NumberFormatSymbols_th; + + +/** + * Number formatting symbols for locale ti. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ti = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ETB' +}; + + +/** + * Number formatting symbols for locale ti_ER. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ti_ER = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'ERN' +}; + + +/** + * Number formatting symbols for locale ti_ET. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ti_ET = goog.i18n.NumberFormatSymbols_ti; + + +/** + * Number formatting symbols for locale to. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_to = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'TF', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'TOP' +}; + + +/** + * Number formatting symbols for locale to_TO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_to_TO = goog.i18n.NumberFormatSymbols_to; + + +/** + * Number formatting symbols for locale tr_CY. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_tr_CY = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '%#,##0', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale tr_TR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_tr_TR = goog.i18n.NumberFormatSymbols_tr; + + +/** + * Number formatting symbols for locale twq. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_twq = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale twq_NE. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_twq_NE = { + DECIMAL_SEP: '.', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0¤', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale tzm. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_tzm = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'MAD' +}; + + +/** + * Number formatting symbols for locale tzm_MA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_tzm_MA = goog.i18n.NumberFormatSymbols_tzm; + + +/** + * Number formatting symbols for locale ug. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ug = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'CNY' +}; + + +/** + * Number formatting symbols for locale ug_CN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ug_CN = goog.i18n.NumberFormatSymbols_ug; + + +/** + * Number formatting symbols for locale uk_UA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_uk_UA = goog.i18n.NumberFormatSymbols_uk; + + +/** + * Number formatting symbols for locale ur_IN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ur_IN = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##,##0.00', + DEF_CURRENCY_CODE: 'INR' +}; + + +/** + * Number formatting symbols for locale ur_PK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_ur_PK = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '‎+', + MINUS_SIGN: '‎-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##,##0%', + CURRENCY_PATTERN: '¤ #,##,##0', + DEF_CURRENCY_CODE: 'PKR' +}; + + +/** + * Number formatting symbols for locale uz_Arab. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_uz_Arab = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'AFN' +}; + + +/** + * Number formatting symbols for locale uz_Arab_AF. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_uz_Arab_AF = { + DECIMAL_SEP: '٫', + GROUP_SEP: '٬', + PERCENT: '٪', + ZERO_DIGIT: '۰', + PLUS_SIGN: '‎+‎', + MINUS_SIGN: '‎-‎', + EXP_SYMBOL: '×۱۰^', + PERMILL: '؉', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'AFN' +}; + + +/** + * Number formatting symbols for locale uz_Cyrl. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_uz_Cyrl = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ҳақиқий сон эмас', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'UZS' +}; + + +/** + * Number formatting symbols for locale uz_Cyrl_UZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_uz_Cyrl_UZ = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'ҳақиқий сон эмас', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'UZS' +}; + + +/** + * Number formatting symbols for locale uz_Latn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_uz_Latn = goog.i18n.NumberFormatSymbols_uz; + + +/** + * Number formatting symbols for locale uz_Latn_UZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_uz_Latn_UZ = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'haqiqiy son emas', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'UZS' +}; + + +/** + * Number formatting symbols for locale vai. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_vai = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'LRD' +}; + + +/** + * Number formatting symbols for locale vai_Latn. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_vai_Latn = goog.i18n.NumberFormatSymbols_vai; + + +/** + * Number formatting symbols for locale vai_Latn_LR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_vai_Latn_LR = goog.i18n.NumberFormatSymbols_vai; + + +/** + * Number formatting symbols for locale vai_Vaii. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_vai_Vaii = goog.i18n.NumberFormatSymbols_vai; + + +/** + * Number formatting symbols for locale vai_Vaii_LR. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_vai_Vaii_LR = goog.i18n.NumberFormatSymbols_vai; + + +/** + * Number formatting symbols for locale vi_VN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_vi_VN = { + DECIMAL_SEP: ',', + GROUP_SEP: '.', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0', + DEF_CURRENCY_CODE: 'VND' +}; + + +/** + * Number formatting symbols for locale vun. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_vun = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale vun_TZ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_vun_TZ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'TZS' +}; + + +/** + * Number formatting symbols for locale wae. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_wae = { + DECIMAL_SEP: ',', + GROUP_SEP: '’', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'CHF' +}; + + +/** + * Number formatting symbols for locale wae_CH. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_wae_CH = goog.i18n.NumberFormatSymbols_wae; + + +/** + * Number formatting symbols for locale xog. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_xog = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale xog_UG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_xog_UG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'UGX' +}; + + +/** + * Number formatting symbols for locale yav. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_yav = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0.00 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale yav_CM. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_yav_CM = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '#,##0 ¤', + DEF_CURRENCY_CODE: 'XAF' +}; + + +/** + * Number formatting symbols for locale yi. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_yi = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤ #,##0.00', + DEF_CURRENCY_CODE: 'EUR' +}; + + +/** + * Number formatting symbols for locale yi_001. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_yi_001 = goog.i18n.NumberFormatSymbols_yi; + + +/** + * Number formatting symbols for locale yo. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_yo = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'NGN' +}; + + +/** + * Number formatting symbols for locale yo_BJ. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_yo_BJ = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0', + DEF_CURRENCY_CODE: 'XOF' +}; + + +/** + * Number formatting symbols for locale yo_NG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_yo_NG = goog.i18n.NumberFormatSymbols_yo; + + +/** + * Number formatting symbols for locale yue. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_yue = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: '非數值', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'HKD' +}; + + +/** + * Number formatting symbols for locale yue_HK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_yue_HK = goog.i18n.NumberFormatSymbols_yue; + + +/** + * Number formatting symbols for locale zgh. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zgh = { + DECIMAL_SEP: ',', + GROUP_SEP: ' ', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0 %', + CURRENCY_PATTERN: '#,##0.00¤', + DEF_CURRENCY_CODE: 'MAD' +}; + + +/** + * Number formatting symbols for locale zgh_MA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zgh_MA = goog.i18n.NumberFormatSymbols_zgh; + + +/** + * Number formatting symbols for locale zh_Hans. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zh_Hans = goog.i18n.NumberFormatSymbols_zh; + + +/** + * Number formatting symbols for locale zh_Hans_CN. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zh_Hans_CN = goog.i18n.NumberFormatSymbols_zh; + + +/** + * Number formatting symbols for locale zh_Hans_HK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zh_Hans_HK = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'HKD' +}; + + +/** + * Number formatting symbols for locale zh_Hans_MO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zh_Hans_MO = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'MOP' +}; + + +/** + * Number formatting symbols for locale zh_Hans_SG. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zh_Hans_SG = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: 'NaN', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'SGD' +}; + + +/** + * Number formatting symbols for locale zh_Hant. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zh_Hant = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: '非數值', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'TWD' +}; + + +/** + * Number formatting symbols for locale zh_Hant_HK. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zh_Hant_HK = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: '非數值', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'HKD' +}; + + +/** + * Number formatting symbols for locale zh_Hant_MO. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zh_Hant_MO = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: '非數值', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'MOP' +}; + + +/** + * Number formatting symbols for locale zh_Hant_TW. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zh_Hant_TW = { + DECIMAL_SEP: '.', + GROUP_SEP: ',', + PERCENT: '%', + ZERO_DIGIT: '0', + PLUS_SIGN: '+', + MINUS_SIGN: '-', + EXP_SYMBOL: 'E', + PERMILL: '‰', + INFINITY: '∞', + NAN: '非數值', + DECIMAL_PATTERN: '#,##0.###', + SCIENTIFIC_PATTERN: '#E0', + PERCENT_PATTERN: '#,##0%', + CURRENCY_PATTERN: '¤#,##0.00', + DEF_CURRENCY_CODE: 'TWD' +}; + + +/** + * Number formatting symbols for locale zu_ZA. + * @enum {string} + */ +goog.i18n.NumberFormatSymbols_zu_ZA = goog.i18n.NumberFormatSymbols_zu; + + +/** + * Selected number formatting symbols by locale. + */ +if (goog.LOCALE == 'af_NA' || goog.LOCALE == 'af-NA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_af_NA; +} + +if (goog.LOCALE == 'af_ZA' || goog.LOCALE == 'af-ZA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_af_ZA; +} + +if (goog.LOCALE == 'agq') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_agq; +} + +if (goog.LOCALE == 'agq_CM' || goog.LOCALE == 'agq-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_agq_CM; +} + +if (goog.LOCALE == 'ak') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ak; +} + +if (goog.LOCALE == 'ak_GH' || goog.LOCALE == 'ak-GH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ak_GH; +} + +if (goog.LOCALE == 'am_ET' || goog.LOCALE == 'am-ET') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_am_ET; +} + +if (goog.LOCALE == 'ar_001' || goog.LOCALE == 'ar-001') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_001; +} + +if (goog.LOCALE == 'ar_AE' || goog.LOCALE == 'ar-AE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_AE; +} + +if (goog.LOCALE == 'ar_BH' || goog.LOCALE == 'ar-BH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_BH; +} + +if (goog.LOCALE == 'ar_DJ' || goog.LOCALE == 'ar-DJ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_DJ; +} + +if (goog.LOCALE == 'ar_EG' || goog.LOCALE == 'ar-EG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_EG; +} + +if (goog.LOCALE == 'ar_EH' || goog.LOCALE == 'ar-EH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_EH; +} + +if (goog.LOCALE == 'ar_ER' || goog.LOCALE == 'ar-ER') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_ER; +} + +if (goog.LOCALE == 'ar_IL' || goog.LOCALE == 'ar-IL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_IL; +} + +if (goog.LOCALE == 'ar_IQ' || goog.LOCALE == 'ar-IQ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_IQ; +} + +if (goog.LOCALE == 'ar_JO' || goog.LOCALE == 'ar-JO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_JO; +} + +if (goog.LOCALE == 'ar_KM' || goog.LOCALE == 'ar-KM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_KM; +} + +if (goog.LOCALE == 'ar_KW' || goog.LOCALE == 'ar-KW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_KW; +} + +if (goog.LOCALE == 'ar_LB' || goog.LOCALE == 'ar-LB') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_LB; +} + +if (goog.LOCALE == 'ar_LY' || goog.LOCALE == 'ar-LY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_LY; +} + +if (goog.LOCALE == 'ar_MA' || goog.LOCALE == 'ar-MA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_MA; +} + +if (goog.LOCALE == 'ar_MR' || goog.LOCALE == 'ar-MR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_MR; +} + +if (goog.LOCALE == 'ar_OM' || goog.LOCALE == 'ar-OM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_OM; +} + +if (goog.LOCALE == 'ar_PS' || goog.LOCALE == 'ar-PS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_PS; +} + +if (goog.LOCALE == 'ar_QA' || goog.LOCALE == 'ar-QA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_QA; +} + +if (goog.LOCALE == 'ar_SA' || goog.LOCALE == 'ar-SA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_SA; +} + +if (goog.LOCALE == 'ar_SD' || goog.LOCALE == 'ar-SD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_SD; +} + +if (goog.LOCALE == 'ar_SO' || goog.LOCALE == 'ar-SO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_SO; +} + +if (goog.LOCALE == 'ar_SS' || goog.LOCALE == 'ar-SS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_SS; +} + +if (goog.LOCALE == 'ar_SY' || goog.LOCALE == 'ar-SY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_SY; +} + +if (goog.LOCALE == 'ar_TD' || goog.LOCALE == 'ar-TD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_TD; +} + +if (goog.LOCALE == 'ar_TN' || goog.LOCALE == 'ar-TN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_TN; +} + +if (goog.LOCALE == 'ar_XB' || goog.LOCALE == 'ar-XB') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_XB; +} + +if (goog.LOCALE == 'ar_YE' || goog.LOCALE == 'ar-YE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ar_YE; +} + +if (goog.LOCALE == 'as') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_as; +} + +if (goog.LOCALE == 'as_IN' || goog.LOCALE == 'as-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_as_IN; +} + +if (goog.LOCALE == 'asa') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_asa; +} + +if (goog.LOCALE == 'asa_TZ' || goog.LOCALE == 'asa-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_asa_TZ; +} + +if (goog.LOCALE == 'ast') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ast; +} + +if (goog.LOCALE == 'ast_ES' || goog.LOCALE == 'ast-ES') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ast_ES; +} + +if (goog.LOCALE == 'az_Cyrl' || goog.LOCALE == 'az-Cyrl') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_az_Cyrl; +} + +if (goog.LOCALE == 'az_Cyrl_AZ' || goog.LOCALE == 'az-Cyrl-AZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_az_Cyrl_AZ; +} + +if (goog.LOCALE == 'az_Latn' || goog.LOCALE == 'az-Latn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_az_Latn; +} + +if (goog.LOCALE == 'az_Latn_AZ' || goog.LOCALE == 'az-Latn-AZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_az_Latn_AZ; +} + +if (goog.LOCALE == 'bas') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bas; +} + +if (goog.LOCALE == 'bas_CM' || goog.LOCALE == 'bas-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bas_CM; +} + +if (goog.LOCALE == 'be_BY' || goog.LOCALE == 'be-BY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_be_BY; +} + +if (goog.LOCALE == 'bem') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bem; +} + +if (goog.LOCALE == 'bem_ZM' || goog.LOCALE == 'bem-ZM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bem_ZM; +} + +if (goog.LOCALE == 'bez') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bez; +} + +if (goog.LOCALE == 'bez_TZ' || goog.LOCALE == 'bez-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bez_TZ; +} + +if (goog.LOCALE == 'bg_BG' || goog.LOCALE == 'bg-BG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bg_BG; +} + +if (goog.LOCALE == 'bm') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bm; +} + +if (goog.LOCALE == 'bm_ML' || goog.LOCALE == 'bm-ML') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bm_ML; +} + +if (goog.LOCALE == 'bn_BD' || goog.LOCALE == 'bn-BD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bn_BD; +} + +if (goog.LOCALE == 'bn_IN' || goog.LOCALE == 'bn-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bn_IN; +} + +if (goog.LOCALE == 'bo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bo; +} + +if (goog.LOCALE == 'bo_CN' || goog.LOCALE == 'bo-CN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bo_CN; +} + +if (goog.LOCALE == 'bo_IN' || goog.LOCALE == 'bo-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bo_IN; +} + +if (goog.LOCALE == 'br_FR' || goog.LOCALE == 'br-FR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_br_FR; +} + +if (goog.LOCALE == 'brx') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_brx; +} + +if (goog.LOCALE == 'brx_IN' || goog.LOCALE == 'brx-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_brx_IN; +} + +if (goog.LOCALE == 'bs_Cyrl' || goog.LOCALE == 'bs-Cyrl') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bs_Cyrl; +} + +if (goog.LOCALE == 'bs_Cyrl_BA' || goog.LOCALE == 'bs-Cyrl-BA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bs_Cyrl_BA; +} + +if (goog.LOCALE == 'bs_Latn' || goog.LOCALE == 'bs-Latn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bs_Latn; +} + +if (goog.LOCALE == 'bs_Latn_BA' || goog.LOCALE == 'bs-Latn-BA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_bs_Latn_BA; +} + +if (goog.LOCALE == 'ca_AD' || goog.LOCALE == 'ca-AD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ca_AD; +} + +if (goog.LOCALE == 'ca_ES' || goog.LOCALE == 'ca-ES') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ca_ES; +} + +if (goog.LOCALE == 'ca_FR' || goog.LOCALE == 'ca-FR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ca_FR; +} + +if (goog.LOCALE == 'ca_IT' || goog.LOCALE == 'ca-IT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ca_IT; +} + +if (goog.LOCALE == 'ce') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ce; +} + +if (goog.LOCALE == 'ce_RU' || goog.LOCALE == 'ce-RU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ce_RU; +} + +if (goog.LOCALE == 'cgg') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_cgg; +} + +if (goog.LOCALE == 'cgg_UG' || goog.LOCALE == 'cgg-UG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_cgg_UG; +} + +if (goog.LOCALE == 'chr_US' || goog.LOCALE == 'chr-US') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_chr_US; +} + +if (goog.LOCALE == 'ckb') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ckb; +} + +if (goog.LOCALE == 'ckb_IQ' || goog.LOCALE == 'ckb-IQ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ckb_IQ; +} + +if (goog.LOCALE == 'ckb_IR' || goog.LOCALE == 'ckb-IR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ckb_IR; +} + +if (goog.LOCALE == 'cs_CZ' || goog.LOCALE == 'cs-CZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_cs_CZ; +} + +if (goog.LOCALE == 'cy_GB' || goog.LOCALE == 'cy-GB') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_cy_GB; +} + +if (goog.LOCALE == 'da_DK' || goog.LOCALE == 'da-DK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_da_DK; +} + +if (goog.LOCALE == 'da_GL' || goog.LOCALE == 'da-GL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_da_GL; +} + +if (goog.LOCALE == 'dav') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dav; +} + +if (goog.LOCALE == 'dav_KE' || goog.LOCALE == 'dav-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dav_KE; +} + +if (goog.LOCALE == 'de_BE' || goog.LOCALE == 'de-BE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de_BE; +} + +if (goog.LOCALE == 'de_DE' || goog.LOCALE == 'de-DE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de_DE; +} + +if (goog.LOCALE == 'de_IT' || goog.LOCALE == 'de-IT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de_IT; +} + +if (goog.LOCALE == 'de_LI' || goog.LOCALE == 'de-LI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de_LI; +} + +if (goog.LOCALE == 'de_LU' || goog.LOCALE == 'de-LU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_de_LU; +} + +if (goog.LOCALE == 'dje') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dje; +} + +if (goog.LOCALE == 'dje_NE' || goog.LOCALE == 'dje-NE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dje_NE; +} + +if (goog.LOCALE == 'dsb') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dsb; +} + +if (goog.LOCALE == 'dsb_DE' || goog.LOCALE == 'dsb-DE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dsb_DE; +} + +if (goog.LOCALE == 'dua') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dua; +} + +if (goog.LOCALE == 'dua_CM' || goog.LOCALE == 'dua-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dua_CM; +} + +if (goog.LOCALE == 'dyo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dyo; +} + +if (goog.LOCALE == 'dyo_SN' || goog.LOCALE == 'dyo-SN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dyo_SN; +} + +if (goog.LOCALE == 'dz') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dz; +} + +if (goog.LOCALE == 'dz_BT' || goog.LOCALE == 'dz-BT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_dz_BT; +} + +if (goog.LOCALE == 'ebu') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ebu; +} + +if (goog.LOCALE == 'ebu_KE' || goog.LOCALE == 'ebu-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ebu_KE; +} + +if (goog.LOCALE == 'ee') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ee; +} + +if (goog.LOCALE == 'ee_GH' || goog.LOCALE == 'ee-GH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ee_GH; +} + +if (goog.LOCALE == 'ee_TG' || goog.LOCALE == 'ee-TG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ee_TG; +} + +if (goog.LOCALE == 'el_CY' || goog.LOCALE == 'el-CY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_el_CY; +} + +if (goog.LOCALE == 'el_GR' || goog.LOCALE == 'el-GR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_el_GR; +} + +if (goog.LOCALE == 'en_001' || goog.LOCALE == 'en-001') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_001; +} + +if (goog.LOCALE == 'en_150' || goog.LOCALE == 'en-150') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_150; +} + +if (goog.LOCALE == 'en_AG' || goog.LOCALE == 'en-AG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_AG; +} + +if (goog.LOCALE == 'en_AI' || goog.LOCALE == 'en-AI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_AI; +} + +if (goog.LOCALE == 'en_AS' || goog.LOCALE == 'en-AS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_AS; +} + +if (goog.LOCALE == 'en_AT' || goog.LOCALE == 'en-AT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_AT; +} + +if (goog.LOCALE == 'en_BB' || goog.LOCALE == 'en-BB') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_BB; +} + +if (goog.LOCALE == 'en_BE' || goog.LOCALE == 'en-BE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_BE; +} + +if (goog.LOCALE == 'en_BI' || goog.LOCALE == 'en-BI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_BI; +} + +if (goog.LOCALE == 'en_BM' || goog.LOCALE == 'en-BM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_BM; +} + +if (goog.LOCALE == 'en_BS' || goog.LOCALE == 'en-BS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_BS; +} + +if (goog.LOCALE == 'en_BW' || goog.LOCALE == 'en-BW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_BW; +} + +if (goog.LOCALE == 'en_BZ' || goog.LOCALE == 'en-BZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_BZ; +} + +if (goog.LOCALE == 'en_CC' || goog.LOCALE == 'en-CC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_CC; +} + +if (goog.LOCALE == 'en_CH' || goog.LOCALE == 'en-CH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_CH; +} + +if (goog.LOCALE == 'en_CK' || goog.LOCALE == 'en-CK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_CK; +} + +if (goog.LOCALE == 'en_CM' || goog.LOCALE == 'en-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_CM; +} + +if (goog.LOCALE == 'en_CX' || goog.LOCALE == 'en-CX') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_CX; +} + +if (goog.LOCALE == 'en_CY' || goog.LOCALE == 'en-CY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_CY; +} + +if (goog.LOCALE == 'en_DE' || goog.LOCALE == 'en-DE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_DE; +} + +if (goog.LOCALE == 'en_DG' || goog.LOCALE == 'en-DG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_DG; +} + +if (goog.LOCALE == 'en_DK' || goog.LOCALE == 'en-DK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_DK; +} + +if (goog.LOCALE == 'en_DM' || goog.LOCALE == 'en-DM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_DM; +} + +if (goog.LOCALE == 'en_ER' || goog.LOCALE == 'en-ER') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_ER; +} + +if (goog.LOCALE == 'en_FI' || goog.LOCALE == 'en-FI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_FI; +} + +if (goog.LOCALE == 'en_FJ' || goog.LOCALE == 'en-FJ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_FJ; +} + +if (goog.LOCALE == 'en_FK' || goog.LOCALE == 'en-FK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_FK; +} + +if (goog.LOCALE == 'en_FM' || goog.LOCALE == 'en-FM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_FM; +} + +if (goog.LOCALE == 'en_GD' || goog.LOCALE == 'en-GD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_GD; +} + +if (goog.LOCALE == 'en_GG' || goog.LOCALE == 'en-GG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_GG; +} + +if (goog.LOCALE == 'en_GH' || goog.LOCALE == 'en-GH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_GH; +} + +if (goog.LOCALE == 'en_GI' || goog.LOCALE == 'en-GI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_GI; +} + +if (goog.LOCALE == 'en_GM' || goog.LOCALE == 'en-GM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_GM; +} + +if (goog.LOCALE == 'en_GU' || goog.LOCALE == 'en-GU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_GU; +} + +if (goog.LOCALE == 'en_GY' || goog.LOCALE == 'en-GY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_GY; +} + +if (goog.LOCALE == 'en_HK' || goog.LOCALE == 'en-HK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_HK; +} + +if (goog.LOCALE == 'en_IL' || goog.LOCALE == 'en-IL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_IL; +} + +if (goog.LOCALE == 'en_IM' || goog.LOCALE == 'en-IM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_IM; +} + +if (goog.LOCALE == 'en_IO' || goog.LOCALE == 'en-IO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_IO; +} + +if (goog.LOCALE == 'en_JE' || goog.LOCALE == 'en-JE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_JE; +} + +if (goog.LOCALE == 'en_JM' || goog.LOCALE == 'en-JM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_JM; +} + +if (goog.LOCALE == 'en_KE' || goog.LOCALE == 'en-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_KE; +} + +if (goog.LOCALE == 'en_KI' || goog.LOCALE == 'en-KI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_KI; +} + +if (goog.LOCALE == 'en_KN' || goog.LOCALE == 'en-KN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_KN; +} + +if (goog.LOCALE == 'en_KY' || goog.LOCALE == 'en-KY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_KY; +} + +if (goog.LOCALE == 'en_LC' || goog.LOCALE == 'en-LC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_LC; +} + +if (goog.LOCALE == 'en_LR' || goog.LOCALE == 'en-LR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_LR; +} + +if (goog.LOCALE == 'en_LS' || goog.LOCALE == 'en-LS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_LS; +} + +if (goog.LOCALE == 'en_MG' || goog.LOCALE == 'en-MG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_MG; +} + +if (goog.LOCALE == 'en_MH' || goog.LOCALE == 'en-MH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_MH; +} + +if (goog.LOCALE == 'en_MO' || goog.LOCALE == 'en-MO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_MO; +} + +if (goog.LOCALE == 'en_MP' || goog.LOCALE == 'en-MP') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_MP; +} + +if (goog.LOCALE == 'en_MS' || goog.LOCALE == 'en-MS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_MS; +} + +if (goog.LOCALE == 'en_MT' || goog.LOCALE == 'en-MT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_MT; +} + +if (goog.LOCALE == 'en_MU' || goog.LOCALE == 'en-MU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_MU; +} + +if (goog.LOCALE == 'en_MW' || goog.LOCALE == 'en-MW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_MW; +} + +if (goog.LOCALE == 'en_MY' || goog.LOCALE == 'en-MY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_MY; +} + +if (goog.LOCALE == 'en_NA' || goog.LOCALE == 'en-NA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_NA; +} + +if (goog.LOCALE == 'en_NF' || goog.LOCALE == 'en-NF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_NF; +} + +if (goog.LOCALE == 'en_NG' || goog.LOCALE == 'en-NG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_NG; +} + +if (goog.LOCALE == 'en_NL' || goog.LOCALE == 'en-NL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_NL; +} + +if (goog.LOCALE == 'en_NR' || goog.LOCALE == 'en-NR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_NR; +} + +if (goog.LOCALE == 'en_NU' || goog.LOCALE == 'en-NU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_NU; +} + +if (goog.LOCALE == 'en_NZ' || goog.LOCALE == 'en-NZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_NZ; +} + +if (goog.LOCALE == 'en_PG' || goog.LOCALE == 'en-PG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_PG; +} + +if (goog.LOCALE == 'en_PH' || goog.LOCALE == 'en-PH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_PH; +} + +if (goog.LOCALE == 'en_PK' || goog.LOCALE == 'en-PK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_PK; +} + +if (goog.LOCALE == 'en_PN' || goog.LOCALE == 'en-PN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_PN; +} + +if (goog.LOCALE == 'en_PR' || goog.LOCALE == 'en-PR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_PR; +} + +if (goog.LOCALE == 'en_PW' || goog.LOCALE == 'en-PW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_PW; +} + +if (goog.LOCALE == 'en_RW' || goog.LOCALE == 'en-RW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_RW; +} + +if (goog.LOCALE == 'en_SB' || goog.LOCALE == 'en-SB') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SB; +} + +if (goog.LOCALE == 'en_SC' || goog.LOCALE == 'en-SC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SC; +} + +if (goog.LOCALE == 'en_SD' || goog.LOCALE == 'en-SD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SD; +} + +if (goog.LOCALE == 'en_SE' || goog.LOCALE == 'en-SE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SE; +} + +if (goog.LOCALE == 'en_SH' || goog.LOCALE == 'en-SH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SH; +} + +if (goog.LOCALE == 'en_SI' || goog.LOCALE == 'en-SI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SI; +} + +if (goog.LOCALE == 'en_SL' || goog.LOCALE == 'en-SL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SL; +} + +if (goog.LOCALE == 'en_SS' || goog.LOCALE == 'en-SS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SS; +} + +if (goog.LOCALE == 'en_SX' || goog.LOCALE == 'en-SX') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SX; +} + +if (goog.LOCALE == 'en_SZ' || goog.LOCALE == 'en-SZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_SZ; +} + +if (goog.LOCALE == 'en_TC' || goog.LOCALE == 'en-TC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_TC; +} + +if (goog.LOCALE == 'en_TK' || goog.LOCALE == 'en-TK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_TK; +} + +if (goog.LOCALE == 'en_TO' || goog.LOCALE == 'en-TO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_TO; +} + +if (goog.LOCALE == 'en_TT' || goog.LOCALE == 'en-TT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_TT; +} + +if (goog.LOCALE == 'en_TV' || goog.LOCALE == 'en-TV') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_TV; +} + +if (goog.LOCALE == 'en_TZ' || goog.LOCALE == 'en-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_TZ; +} + +if (goog.LOCALE == 'en_UG' || goog.LOCALE == 'en-UG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_UG; +} + +if (goog.LOCALE == 'en_UM' || goog.LOCALE == 'en-UM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_UM; +} + +if (goog.LOCALE == 'en_US_POSIX' || goog.LOCALE == 'en-US-POSIX') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_US_POSIX; +} + +if (goog.LOCALE == 'en_VC' || goog.LOCALE == 'en-VC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_VC; +} + +if (goog.LOCALE == 'en_VG' || goog.LOCALE == 'en-VG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_VG; +} + +if (goog.LOCALE == 'en_VI' || goog.LOCALE == 'en-VI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_VI; +} + +if (goog.LOCALE == 'en_VU' || goog.LOCALE == 'en-VU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_VU; +} + +if (goog.LOCALE == 'en_WS' || goog.LOCALE == 'en-WS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_WS; +} + +if (goog.LOCALE == 'en_XA' || goog.LOCALE == 'en-XA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_XA; +} + +if (goog.LOCALE == 'en_ZM' || goog.LOCALE == 'en-ZM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_ZM; +} + +if (goog.LOCALE == 'en_ZW' || goog.LOCALE == 'en-ZW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_en_ZW; +} + +if (goog.LOCALE == 'eo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_eo; +} + +if (goog.LOCALE == 'es_AR' || goog.LOCALE == 'es-AR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_AR; +} + +if (goog.LOCALE == 'es_BO' || goog.LOCALE == 'es-BO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_BO; +} + +if (goog.LOCALE == 'es_BR' || goog.LOCALE == 'es-BR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_BR; +} + +if (goog.LOCALE == 'es_BZ' || goog.LOCALE == 'es-BZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_BZ; +} + +if (goog.LOCALE == 'es_CL' || goog.LOCALE == 'es-CL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_CL; +} + +if (goog.LOCALE == 'es_CO' || goog.LOCALE == 'es-CO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_CO; +} + +if (goog.LOCALE == 'es_CR' || goog.LOCALE == 'es-CR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_CR; +} + +if (goog.LOCALE == 'es_CU' || goog.LOCALE == 'es-CU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_CU; +} + +if (goog.LOCALE == 'es_DO' || goog.LOCALE == 'es-DO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_DO; +} + +if (goog.LOCALE == 'es_EA' || goog.LOCALE == 'es-EA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_EA; +} + +if (goog.LOCALE == 'es_EC' || goog.LOCALE == 'es-EC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_EC; +} + +if (goog.LOCALE == 'es_GQ' || goog.LOCALE == 'es-GQ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_GQ; +} + +if (goog.LOCALE == 'es_GT' || goog.LOCALE == 'es-GT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_GT; +} + +if (goog.LOCALE == 'es_HN' || goog.LOCALE == 'es-HN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_HN; +} + +if (goog.LOCALE == 'es_IC' || goog.LOCALE == 'es-IC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_IC; +} + +if (goog.LOCALE == 'es_NI' || goog.LOCALE == 'es-NI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_NI; +} + +if (goog.LOCALE == 'es_PA' || goog.LOCALE == 'es-PA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_PA; +} + +if (goog.LOCALE == 'es_PE' || goog.LOCALE == 'es-PE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_PE; +} + +if (goog.LOCALE == 'es_PH' || goog.LOCALE == 'es-PH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_PH; +} + +if (goog.LOCALE == 'es_PR' || goog.LOCALE == 'es-PR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_PR; +} + +if (goog.LOCALE == 'es_PY' || goog.LOCALE == 'es-PY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_PY; +} + +if (goog.LOCALE == 'es_SV' || goog.LOCALE == 'es-SV') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_SV; +} + +if (goog.LOCALE == 'es_UY' || goog.LOCALE == 'es-UY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_UY; +} + +if (goog.LOCALE == 'es_VE' || goog.LOCALE == 'es-VE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_es_VE; +} + +if (goog.LOCALE == 'et_EE' || goog.LOCALE == 'et-EE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_et_EE; +} + +if (goog.LOCALE == 'eu_ES' || goog.LOCALE == 'eu-ES') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_eu_ES; +} + +if (goog.LOCALE == 'ewo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ewo; +} + +if (goog.LOCALE == 'ewo_CM' || goog.LOCALE == 'ewo-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ewo_CM; +} + +if (goog.LOCALE == 'fa_AF' || goog.LOCALE == 'fa-AF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fa_AF; +} + +if (goog.LOCALE == 'fa_IR' || goog.LOCALE == 'fa-IR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fa_IR; +} + +if (goog.LOCALE == 'ff') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ff; +} + +if (goog.LOCALE == 'ff_CM' || goog.LOCALE == 'ff-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ff_CM; +} + +if (goog.LOCALE == 'ff_GN' || goog.LOCALE == 'ff-GN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ff_GN; +} + +if (goog.LOCALE == 'ff_MR' || goog.LOCALE == 'ff-MR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ff_MR; +} + +if (goog.LOCALE == 'ff_SN' || goog.LOCALE == 'ff-SN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ff_SN; +} + +if (goog.LOCALE == 'fi_FI' || goog.LOCALE == 'fi-FI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fi_FI; +} + +if (goog.LOCALE == 'fil_PH' || goog.LOCALE == 'fil-PH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fil_PH; +} + +if (goog.LOCALE == 'fo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fo; +} + +if (goog.LOCALE == 'fo_DK' || goog.LOCALE == 'fo-DK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fo_DK; +} + +if (goog.LOCALE == 'fo_FO' || goog.LOCALE == 'fo-FO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fo_FO; +} + +if (goog.LOCALE == 'fr_BE' || goog.LOCALE == 'fr-BE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_BE; +} + +if (goog.LOCALE == 'fr_BF' || goog.LOCALE == 'fr-BF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_BF; +} + +if (goog.LOCALE == 'fr_BI' || goog.LOCALE == 'fr-BI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_BI; +} + +if (goog.LOCALE == 'fr_BJ' || goog.LOCALE == 'fr-BJ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_BJ; +} + +if (goog.LOCALE == 'fr_BL' || goog.LOCALE == 'fr-BL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_BL; +} + +if (goog.LOCALE == 'fr_CD' || goog.LOCALE == 'fr-CD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_CD; +} + +if (goog.LOCALE == 'fr_CF' || goog.LOCALE == 'fr-CF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_CF; +} + +if (goog.LOCALE == 'fr_CG' || goog.LOCALE == 'fr-CG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_CG; +} + +if (goog.LOCALE == 'fr_CH' || goog.LOCALE == 'fr-CH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_CH; +} + +if (goog.LOCALE == 'fr_CI' || goog.LOCALE == 'fr-CI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_CI; +} + +if (goog.LOCALE == 'fr_CM' || goog.LOCALE == 'fr-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_CM; +} + +if (goog.LOCALE == 'fr_DJ' || goog.LOCALE == 'fr-DJ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_DJ; +} + +if (goog.LOCALE == 'fr_DZ' || goog.LOCALE == 'fr-DZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_DZ; +} + +if (goog.LOCALE == 'fr_FR' || goog.LOCALE == 'fr-FR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_FR; +} + +if (goog.LOCALE == 'fr_GA' || goog.LOCALE == 'fr-GA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_GA; +} + +if (goog.LOCALE == 'fr_GF' || goog.LOCALE == 'fr-GF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_GF; +} + +if (goog.LOCALE == 'fr_GN' || goog.LOCALE == 'fr-GN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_GN; +} + +if (goog.LOCALE == 'fr_GP' || goog.LOCALE == 'fr-GP') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_GP; +} + +if (goog.LOCALE == 'fr_GQ' || goog.LOCALE == 'fr-GQ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_GQ; +} + +if (goog.LOCALE == 'fr_HT' || goog.LOCALE == 'fr-HT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_HT; +} + +if (goog.LOCALE == 'fr_KM' || goog.LOCALE == 'fr-KM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_KM; +} + +if (goog.LOCALE == 'fr_LU' || goog.LOCALE == 'fr-LU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_LU; +} + +if (goog.LOCALE == 'fr_MA' || goog.LOCALE == 'fr-MA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_MA; +} + +if (goog.LOCALE == 'fr_MC' || goog.LOCALE == 'fr-MC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_MC; +} + +if (goog.LOCALE == 'fr_MF' || goog.LOCALE == 'fr-MF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_MF; +} + +if (goog.LOCALE == 'fr_MG' || goog.LOCALE == 'fr-MG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_MG; +} + +if (goog.LOCALE == 'fr_ML' || goog.LOCALE == 'fr-ML') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_ML; +} + +if (goog.LOCALE == 'fr_MQ' || goog.LOCALE == 'fr-MQ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_MQ; +} + +if (goog.LOCALE == 'fr_MR' || goog.LOCALE == 'fr-MR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_MR; +} + +if (goog.LOCALE == 'fr_MU' || goog.LOCALE == 'fr-MU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_MU; +} + +if (goog.LOCALE == 'fr_NC' || goog.LOCALE == 'fr-NC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_NC; +} + +if (goog.LOCALE == 'fr_NE' || goog.LOCALE == 'fr-NE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_NE; +} + +if (goog.LOCALE == 'fr_PF' || goog.LOCALE == 'fr-PF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_PF; +} + +if (goog.LOCALE == 'fr_PM' || goog.LOCALE == 'fr-PM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_PM; +} + +if (goog.LOCALE == 'fr_RE' || goog.LOCALE == 'fr-RE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_RE; +} + +if (goog.LOCALE == 'fr_RW' || goog.LOCALE == 'fr-RW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_RW; +} + +if (goog.LOCALE == 'fr_SC' || goog.LOCALE == 'fr-SC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_SC; +} + +if (goog.LOCALE == 'fr_SN' || goog.LOCALE == 'fr-SN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_SN; +} + +if (goog.LOCALE == 'fr_SY' || goog.LOCALE == 'fr-SY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_SY; +} + +if (goog.LOCALE == 'fr_TD' || goog.LOCALE == 'fr-TD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_TD; +} + +if (goog.LOCALE == 'fr_TG' || goog.LOCALE == 'fr-TG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_TG; +} + +if (goog.LOCALE == 'fr_TN' || goog.LOCALE == 'fr-TN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_TN; +} + +if (goog.LOCALE == 'fr_VU' || goog.LOCALE == 'fr-VU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_VU; +} + +if (goog.LOCALE == 'fr_WF' || goog.LOCALE == 'fr-WF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_WF; +} + +if (goog.LOCALE == 'fr_YT' || goog.LOCALE == 'fr-YT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fr_YT; +} + +if (goog.LOCALE == 'fur') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fur; +} + +if (goog.LOCALE == 'fur_IT' || goog.LOCALE == 'fur-IT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fur_IT; +} + +if (goog.LOCALE == 'fy') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fy; +} + +if (goog.LOCALE == 'fy_NL' || goog.LOCALE == 'fy-NL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_fy_NL; +} + +if (goog.LOCALE == 'ga_IE' || goog.LOCALE == 'ga-IE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ga_IE; +} + +if (goog.LOCALE == 'gd') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gd; +} + +if (goog.LOCALE == 'gd_GB' || goog.LOCALE == 'gd-GB') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gd_GB; +} + +if (goog.LOCALE == 'gl_ES' || goog.LOCALE == 'gl-ES') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gl_ES; +} + +if (goog.LOCALE == 'gsw_CH' || goog.LOCALE == 'gsw-CH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gsw_CH; +} + +if (goog.LOCALE == 'gsw_FR' || goog.LOCALE == 'gsw-FR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gsw_FR; +} + +if (goog.LOCALE == 'gsw_LI' || goog.LOCALE == 'gsw-LI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gsw_LI; +} + +if (goog.LOCALE == 'gu_IN' || goog.LOCALE == 'gu-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gu_IN; +} + +if (goog.LOCALE == 'guz') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_guz; +} + +if (goog.LOCALE == 'guz_KE' || goog.LOCALE == 'guz-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_guz_KE; +} + +if (goog.LOCALE == 'gv') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gv; +} + +if (goog.LOCALE == 'gv_IM' || goog.LOCALE == 'gv-IM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_gv_IM; +} + +if (goog.LOCALE == 'ha') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ha; +} + +if (goog.LOCALE == 'ha_GH' || goog.LOCALE == 'ha-GH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ha_GH; +} + +if (goog.LOCALE == 'ha_NE' || goog.LOCALE == 'ha-NE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ha_NE; +} + +if (goog.LOCALE == 'ha_NG' || goog.LOCALE == 'ha-NG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ha_NG; +} + +if (goog.LOCALE == 'haw_US' || goog.LOCALE == 'haw-US') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_haw_US; +} + +if (goog.LOCALE == 'he_IL' || goog.LOCALE == 'he-IL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_he_IL; +} + +if (goog.LOCALE == 'hi_IN' || goog.LOCALE == 'hi-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hi_IN; +} + +if (goog.LOCALE == 'hr_BA' || goog.LOCALE == 'hr-BA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hr_BA; +} + +if (goog.LOCALE == 'hr_HR' || goog.LOCALE == 'hr-HR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hr_HR; +} + +if (goog.LOCALE == 'hsb') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hsb; +} + +if (goog.LOCALE == 'hsb_DE' || goog.LOCALE == 'hsb-DE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hsb_DE; +} + +if (goog.LOCALE == 'hu_HU' || goog.LOCALE == 'hu-HU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hu_HU; +} + +if (goog.LOCALE == 'hy_AM' || goog.LOCALE == 'hy-AM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_hy_AM; +} + +if (goog.LOCALE == 'id_ID' || goog.LOCALE == 'id-ID') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_id_ID; +} + +if (goog.LOCALE == 'ig') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ig; +} + +if (goog.LOCALE == 'ig_NG' || goog.LOCALE == 'ig-NG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ig_NG; +} + +if (goog.LOCALE == 'ii') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ii; +} + +if (goog.LOCALE == 'ii_CN' || goog.LOCALE == 'ii-CN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ii_CN; +} + +if (goog.LOCALE == 'is_IS' || goog.LOCALE == 'is-IS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_is_IS; +} + +if (goog.LOCALE == 'it_CH' || goog.LOCALE == 'it-CH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_it_CH; +} + +if (goog.LOCALE == 'it_IT' || goog.LOCALE == 'it-IT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_it_IT; +} + +if (goog.LOCALE == 'it_SM' || goog.LOCALE == 'it-SM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_it_SM; +} + +if (goog.LOCALE == 'it_VA' || goog.LOCALE == 'it-VA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_it_VA; +} + +if (goog.LOCALE == 'ja_JP' || goog.LOCALE == 'ja-JP') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ja_JP; +} + +if (goog.LOCALE == 'jgo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_jgo; +} + +if (goog.LOCALE == 'jgo_CM' || goog.LOCALE == 'jgo-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_jgo_CM; +} + +if (goog.LOCALE == 'jmc') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_jmc; +} + +if (goog.LOCALE == 'jmc_TZ' || goog.LOCALE == 'jmc-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_jmc_TZ; +} + +if (goog.LOCALE == 'ka_GE' || goog.LOCALE == 'ka-GE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ka_GE; +} + +if (goog.LOCALE == 'kab') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kab; +} + +if (goog.LOCALE == 'kab_DZ' || goog.LOCALE == 'kab-DZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kab_DZ; +} + +if (goog.LOCALE == 'kam') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kam; +} + +if (goog.LOCALE == 'kam_KE' || goog.LOCALE == 'kam-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kam_KE; +} + +if (goog.LOCALE == 'kde') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kde; +} + +if (goog.LOCALE == 'kde_TZ' || goog.LOCALE == 'kde-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kde_TZ; +} + +if (goog.LOCALE == 'kea') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kea; +} + +if (goog.LOCALE == 'kea_CV' || goog.LOCALE == 'kea-CV') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kea_CV; +} + +if (goog.LOCALE == 'khq') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_khq; +} + +if (goog.LOCALE == 'khq_ML' || goog.LOCALE == 'khq-ML') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_khq_ML; +} + +if (goog.LOCALE == 'ki') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ki; +} + +if (goog.LOCALE == 'ki_KE' || goog.LOCALE == 'ki-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ki_KE; +} + +if (goog.LOCALE == 'kk_KZ' || goog.LOCALE == 'kk-KZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kk_KZ; +} + +if (goog.LOCALE == 'kkj') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kkj; +} + +if (goog.LOCALE == 'kkj_CM' || goog.LOCALE == 'kkj-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kkj_CM; +} + +if (goog.LOCALE == 'kl') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kl; +} + +if (goog.LOCALE == 'kl_GL' || goog.LOCALE == 'kl-GL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kl_GL; +} + +if (goog.LOCALE == 'kln') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kln; +} + +if (goog.LOCALE == 'kln_KE' || goog.LOCALE == 'kln-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kln_KE; +} + +if (goog.LOCALE == 'km_KH' || goog.LOCALE == 'km-KH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_km_KH; +} + +if (goog.LOCALE == 'kn_IN' || goog.LOCALE == 'kn-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kn_IN; +} + +if (goog.LOCALE == 'ko_KP' || goog.LOCALE == 'ko-KP') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ko_KP; +} + +if (goog.LOCALE == 'ko_KR' || goog.LOCALE == 'ko-KR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ko_KR; +} + +if (goog.LOCALE == 'kok') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kok; +} + +if (goog.LOCALE == 'kok_IN' || goog.LOCALE == 'kok-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kok_IN; +} + +if (goog.LOCALE == 'ks') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ks; +} + +if (goog.LOCALE == 'ks_IN' || goog.LOCALE == 'ks-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ks_IN; +} + +if (goog.LOCALE == 'ksb') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ksb; +} + +if (goog.LOCALE == 'ksb_TZ' || goog.LOCALE == 'ksb-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ksb_TZ; +} + +if (goog.LOCALE == 'ksf') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ksf; +} + +if (goog.LOCALE == 'ksf_CM' || goog.LOCALE == 'ksf-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ksf_CM; +} + +if (goog.LOCALE == 'ksh') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ksh; +} + +if (goog.LOCALE == 'ksh_DE' || goog.LOCALE == 'ksh-DE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ksh_DE; +} + +if (goog.LOCALE == 'kw') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kw; +} + +if (goog.LOCALE == 'kw_GB' || goog.LOCALE == 'kw-GB') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_kw_GB; +} + +if (goog.LOCALE == 'ky_KG' || goog.LOCALE == 'ky-KG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ky_KG; +} + +if (goog.LOCALE == 'lag') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lag; +} + +if (goog.LOCALE == 'lag_TZ' || goog.LOCALE == 'lag-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lag_TZ; +} + +if (goog.LOCALE == 'lb') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lb; +} + +if (goog.LOCALE == 'lb_LU' || goog.LOCALE == 'lb-LU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lb_LU; +} + +if (goog.LOCALE == 'lg') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lg; +} + +if (goog.LOCALE == 'lg_UG' || goog.LOCALE == 'lg-UG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lg_UG; +} + +if (goog.LOCALE == 'lkt') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lkt; +} + +if (goog.LOCALE == 'lkt_US' || goog.LOCALE == 'lkt-US') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lkt_US; +} + +if (goog.LOCALE == 'ln_AO' || goog.LOCALE == 'ln-AO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ln_AO; +} + +if (goog.LOCALE == 'ln_CD' || goog.LOCALE == 'ln-CD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ln_CD; +} + +if (goog.LOCALE == 'ln_CF' || goog.LOCALE == 'ln-CF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ln_CF; +} + +if (goog.LOCALE == 'ln_CG' || goog.LOCALE == 'ln-CG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ln_CG; +} + +if (goog.LOCALE == 'lo_LA' || goog.LOCALE == 'lo-LA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lo_LA; +} + +if (goog.LOCALE == 'lrc') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lrc; +} + +if (goog.LOCALE == 'lrc_IQ' || goog.LOCALE == 'lrc-IQ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lrc_IQ; +} + +if (goog.LOCALE == 'lrc_IR' || goog.LOCALE == 'lrc-IR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lrc_IR; +} + +if (goog.LOCALE == 'lt_LT' || goog.LOCALE == 'lt-LT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lt_LT; +} + +if (goog.LOCALE == 'lu') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lu; +} + +if (goog.LOCALE == 'lu_CD' || goog.LOCALE == 'lu-CD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lu_CD; +} + +if (goog.LOCALE == 'luo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_luo; +} + +if (goog.LOCALE == 'luo_KE' || goog.LOCALE == 'luo-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_luo_KE; +} + +if (goog.LOCALE == 'luy') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_luy; +} + +if (goog.LOCALE == 'luy_KE' || goog.LOCALE == 'luy-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_luy_KE; +} + +if (goog.LOCALE == 'lv_LV' || goog.LOCALE == 'lv-LV') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_lv_LV; +} + +if (goog.LOCALE == 'mas') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mas; +} + +if (goog.LOCALE == 'mas_KE' || goog.LOCALE == 'mas-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mas_KE; +} + +if (goog.LOCALE == 'mas_TZ' || goog.LOCALE == 'mas-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mas_TZ; +} + +if (goog.LOCALE == 'mer') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mer; +} + +if (goog.LOCALE == 'mer_KE' || goog.LOCALE == 'mer-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mer_KE; +} + +if (goog.LOCALE == 'mfe') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mfe; +} + +if (goog.LOCALE == 'mfe_MU' || goog.LOCALE == 'mfe-MU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mfe_MU; +} + +if (goog.LOCALE == 'mg') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mg; +} + +if (goog.LOCALE == 'mg_MG' || goog.LOCALE == 'mg-MG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mg_MG; +} + +if (goog.LOCALE == 'mgh') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mgh; +} + +if (goog.LOCALE == 'mgh_MZ' || goog.LOCALE == 'mgh-MZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mgh_MZ; +} + +if (goog.LOCALE == 'mgo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mgo; +} + +if (goog.LOCALE == 'mgo_CM' || goog.LOCALE == 'mgo-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mgo_CM; +} + +if (goog.LOCALE == 'mk_MK' || goog.LOCALE == 'mk-MK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mk_MK; +} + +if (goog.LOCALE == 'ml_IN' || goog.LOCALE == 'ml-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ml_IN; +} + +if (goog.LOCALE == 'mn_MN' || goog.LOCALE == 'mn-MN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mn_MN; +} + +if (goog.LOCALE == 'mr_IN' || goog.LOCALE == 'mr-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mr_IN; +} + +if (goog.LOCALE == 'ms_BN' || goog.LOCALE == 'ms-BN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ms_BN; +} + +if (goog.LOCALE == 'ms_MY' || goog.LOCALE == 'ms-MY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ms_MY; +} + +if (goog.LOCALE == 'ms_SG' || goog.LOCALE == 'ms-SG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ms_SG; +} + +if (goog.LOCALE == 'mt_MT' || goog.LOCALE == 'mt-MT') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mt_MT; +} + +if (goog.LOCALE == 'mua') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mua; +} + +if (goog.LOCALE == 'mua_CM' || goog.LOCALE == 'mua-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mua_CM; +} + +if (goog.LOCALE == 'my_MM' || goog.LOCALE == 'my-MM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_my_MM; +} + +if (goog.LOCALE == 'mzn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mzn; +} + +if (goog.LOCALE == 'mzn_IR' || goog.LOCALE == 'mzn-IR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_mzn_IR; +} + +if (goog.LOCALE == 'naq') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_naq; +} + +if (goog.LOCALE == 'naq_NA' || goog.LOCALE == 'naq-NA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_naq_NA; +} + +if (goog.LOCALE == 'nb_NO' || goog.LOCALE == 'nb-NO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nb_NO; +} + +if (goog.LOCALE == 'nb_SJ' || goog.LOCALE == 'nb-SJ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nb_SJ; +} + +if (goog.LOCALE == 'nd') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nd; +} + +if (goog.LOCALE == 'nd_ZW' || goog.LOCALE == 'nd-ZW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nd_ZW; +} + +if (goog.LOCALE == 'nds') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nds; +} + +if (goog.LOCALE == 'nds_DE' || goog.LOCALE == 'nds-DE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nds_DE; +} + +if (goog.LOCALE == 'nds_NL' || goog.LOCALE == 'nds-NL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nds_NL; +} + +if (goog.LOCALE == 'ne_IN' || goog.LOCALE == 'ne-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ne_IN; +} + +if (goog.LOCALE == 'ne_NP' || goog.LOCALE == 'ne-NP') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ne_NP; +} + +if (goog.LOCALE == 'nl_AW' || goog.LOCALE == 'nl-AW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nl_AW; +} + +if (goog.LOCALE == 'nl_BE' || goog.LOCALE == 'nl-BE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nl_BE; +} + +if (goog.LOCALE == 'nl_BQ' || goog.LOCALE == 'nl-BQ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nl_BQ; +} + +if (goog.LOCALE == 'nl_CW' || goog.LOCALE == 'nl-CW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nl_CW; +} + +if (goog.LOCALE == 'nl_NL' || goog.LOCALE == 'nl-NL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nl_NL; +} + +if (goog.LOCALE == 'nl_SR' || goog.LOCALE == 'nl-SR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nl_SR; +} + +if (goog.LOCALE == 'nl_SX' || goog.LOCALE == 'nl-SX') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nl_SX; +} + +if (goog.LOCALE == 'nmg') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nmg; +} + +if (goog.LOCALE == 'nmg_CM' || goog.LOCALE == 'nmg-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nmg_CM; +} + +if (goog.LOCALE == 'nn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nn; +} + +if (goog.LOCALE == 'nn_NO' || goog.LOCALE == 'nn-NO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nn_NO; +} + +if (goog.LOCALE == 'nnh') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nnh; +} + +if (goog.LOCALE == 'nnh_CM' || goog.LOCALE == 'nnh-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nnh_CM; +} + +if (goog.LOCALE == 'nus') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nus; +} + +if (goog.LOCALE == 'nus_SS' || goog.LOCALE == 'nus-SS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nus_SS; +} + +if (goog.LOCALE == 'nyn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nyn; +} + +if (goog.LOCALE == 'nyn_UG' || goog.LOCALE == 'nyn-UG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_nyn_UG; +} + +if (goog.LOCALE == 'om') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_om; +} + +if (goog.LOCALE == 'om_ET' || goog.LOCALE == 'om-ET') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_om_ET; +} + +if (goog.LOCALE == 'om_KE' || goog.LOCALE == 'om-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_om_KE; +} + +if (goog.LOCALE == 'or_IN' || goog.LOCALE == 'or-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_or_IN; +} + +if (goog.LOCALE == 'os') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_os; +} + +if (goog.LOCALE == 'os_GE' || goog.LOCALE == 'os-GE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_os_GE; +} + +if (goog.LOCALE == 'os_RU' || goog.LOCALE == 'os-RU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_os_RU; +} + +if (goog.LOCALE == 'pa_Arab' || goog.LOCALE == 'pa-Arab') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pa_Arab; +} + +if (goog.LOCALE == 'pa_Arab_PK' || goog.LOCALE == 'pa-Arab-PK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pa_Arab_PK; +} + +if (goog.LOCALE == 'pa_Guru' || goog.LOCALE == 'pa-Guru') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pa_Guru; +} + +if (goog.LOCALE == 'pa_Guru_IN' || goog.LOCALE == 'pa-Guru-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pa_Guru_IN; +} + +if (goog.LOCALE == 'pl_PL' || goog.LOCALE == 'pl-PL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pl_PL; +} + +if (goog.LOCALE == 'ps') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ps; +} + +if (goog.LOCALE == 'ps_AF' || goog.LOCALE == 'ps-AF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ps_AF; +} + +if (goog.LOCALE == 'pt_AO' || goog.LOCALE == 'pt-AO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_AO; +} + +if (goog.LOCALE == 'pt_CH' || goog.LOCALE == 'pt-CH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_CH; +} + +if (goog.LOCALE == 'pt_CV' || goog.LOCALE == 'pt-CV') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_CV; +} + +if (goog.LOCALE == 'pt_GQ' || goog.LOCALE == 'pt-GQ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_GQ; +} + +if (goog.LOCALE == 'pt_GW' || goog.LOCALE == 'pt-GW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_GW; +} + +if (goog.LOCALE == 'pt_LU' || goog.LOCALE == 'pt-LU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_LU; +} + +if (goog.LOCALE == 'pt_MO' || goog.LOCALE == 'pt-MO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_MO; +} + +if (goog.LOCALE == 'pt_MZ' || goog.LOCALE == 'pt-MZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_MZ; +} + +if (goog.LOCALE == 'pt_ST' || goog.LOCALE == 'pt-ST') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_ST; +} + +if (goog.LOCALE == 'pt_TL' || goog.LOCALE == 'pt-TL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_pt_TL; +} + +if (goog.LOCALE == 'qu') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_qu; +} + +if (goog.LOCALE == 'qu_BO' || goog.LOCALE == 'qu-BO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_qu_BO; +} + +if (goog.LOCALE == 'qu_EC' || goog.LOCALE == 'qu-EC') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_qu_EC; +} + +if (goog.LOCALE == 'qu_PE' || goog.LOCALE == 'qu-PE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_qu_PE; +} + +if (goog.LOCALE == 'rm') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rm; +} + +if (goog.LOCALE == 'rm_CH' || goog.LOCALE == 'rm-CH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rm_CH; +} + +if (goog.LOCALE == 'rn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rn; +} + +if (goog.LOCALE == 'rn_BI' || goog.LOCALE == 'rn-BI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rn_BI; +} + +if (goog.LOCALE == 'ro_MD' || goog.LOCALE == 'ro-MD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ro_MD; +} + +if (goog.LOCALE == 'ro_RO' || goog.LOCALE == 'ro-RO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ro_RO; +} + +if (goog.LOCALE == 'rof') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rof; +} + +if (goog.LOCALE == 'rof_TZ' || goog.LOCALE == 'rof-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rof_TZ; +} + +if (goog.LOCALE == 'ru_BY' || goog.LOCALE == 'ru-BY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ru_BY; +} + +if (goog.LOCALE == 'ru_KG' || goog.LOCALE == 'ru-KG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ru_KG; +} + +if (goog.LOCALE == 'ru_KZ' || goog.LOCALE == 'ru-KZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ru_KZ; +} + +if (goog.LOCALE == 'ru_MD' || goog.LOCALE == 'ru-MD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ru_MD; +} + +if (goog.LOCALE == 'ru_RU' || goog.LOCALE == 'ru-RU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ru_RU; +} + +if (goog.LOCALE == 'ru_UA' || goog.LOCALE == 'ru-UA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ru_UA; +} + +if (goog.LOCALE == 'rw') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rw; +} + +if (goog.LOCALE == 'rw_RW' || goog.LOCALE == 'rw-RW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rw_RW; +} + +if (goog.LOCALE == 'rwk') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rwk; +} + +if (goog.LOCALE == 'rwk_TZ' || goog.LOCALE == 'rwk-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_rwk_TZ; +} + +if (goog.LOCALE == 'sah') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sah; +} + +if (goog.LOCALE == 'sah_RU' || goog.LOCALE == 'sah-RU') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sah_RU; +} + +if (goog.LOCALE == 'saq') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_saq; +} + +if (goog.LOCALE == 'saq_KE' || goog.LOCALE == 'saq-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_saq_KE; +} + +if (goog.LOCALE == 'sbp') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sbp; +} + +if (goog.LOCALE == 'sbp_TZ' || goog.LOCALE == 'sbp-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sbp_TZ; +} + +if (goog.LOCALE == 'se') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_se; +} + +if (goog.LOCALE == 'se_FI' || goog.LOCALE == 'se-FI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_se_FI; +} + +if (goog.LOCALE == 'se_NO' || goog.LOCALE == 'se-NO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_se_NO; +} + +if (goog.LOCALE == 'se_SE' || goog.LOCALE == 'se-SE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_se_SE; +} + +if (goog.LOCALE == 'seh') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_seh; +} + +if (goog.LOCALE == 'seh_MZ' || goog.LOCALE == 'seh-MZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_seh_MZ; +} + +if (goog.LOCALE == 'ses') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ses; +} + +if (goog.LOCALE == 'ses_ML' || goog.LOCALE == 'ses-ML') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ses_ML; +} + +if (goog.LOCALE == 'sg') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sg; +} + +if (goog.LOCALE == 'sg_CF' || goog.LOCALE == 'sg-CF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sg_CF; +} + +if (goog.LOCALE == 'shi') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_shi; +} + +if (goog.LOCALE == 'shi_Latn' || goog.LOCALE == 'shi-Latn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_shi_Latn; +} + +if (goog.LOCALE == 'shi_Latn_MA' || goog.LOCALE == 'shi-Latn-MA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_shi_Latn_MA; +} + +if (goog.LOCALE == 'shi_Tfng' || goog.LOCALE == 'shi-Tfng') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_shi_Tfng; +} + +if (goog.LOCALE == 'shi_Tfng_MA' || goog.LOCALE == 'shi-Tfng-MA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_shi_Tfng_MA; +} + +if (goog.LOCALE == 'si_LK' || goog.LOCALE == 'si-LK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_si_LK; +} + +if (goog.LOCALE == 'sk_SK' || goog.LOCALE == 'sk-SK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sk_SK; +} + +if (goog.LOCALE == 'sl_SI' || goog.LOCALE == 'sl-SI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sl_SI; +} + +if (goog.LOCALE == 'smn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_smn; +} + +if (goog.LOCALE == 'smn_FI' || goog.LOCALE == 'smn-FI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_smn_FI; +} + +if (goog.LOCALE == 'sn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sn; +} + +if (goog.LOCALE == 'sn_ZW' || goog.LOCALE == 'sn-ZW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sn_ZW; +} + +if (goog.LOCALE == 'so') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_so; +} + +if (goog.LOCALE == 'so_DJ' || goog.LOCALE == 'so-DJ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_so_DJ; +} + +if (goog.LOCALE == 'so_ET' || goog.LOCALE == 'so-ET') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_so_ET; +} + +if (goog.LOCALE == 'so_KE' || goog.LOCALE == 'so-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_so_KE; +} + +if (goog.LOCALE == 'so_SO' || goog.LOCALE == 'so-SO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_so_SO; +} + +if (goog.LOCALE == 'sq_AL' || goog.LOCALE == 'sq-AL') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sq_AL; +} + +if (goog.LOCALE == 'sq_MK' || goog.LOCALE == 'sq-MK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sq_MK; +} + +if (goog.LOCALE == 'sq_XK' || goog.LOCALE == 'sq-XK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sq_XK; +} + +if (goog.LOCALE == 'sr_Cyrl' || goog.LOCALE == 'sr-Cyrl') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Cyrl; +} + +if (goog.LOCALE == 'sr_Cyrl_BA' || goog.LOCALE == 'sr-Cyrl-BA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Cyrl_BA; +} + +if (goog.LOCALE == 'sr_Cyrl_ME' || goog.LOCALE == 'sr-Cyrl-ME') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Cyrl_ME; +} + +if (goog.LOCALE == 'sr_Cyrl_RS' || goog.LOCALE == 'sr-Cyrl-RS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Cyrl_RS; +} + +if (goog.LOCALE == 'sr_Cyrl_XK' || goog.LOCALE == 'sr-Cyrl-XK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Cyrl_XK; +} + +if (goog.LOCALE == 'sr_Latn_BA' || goog.LOCALE == 'sr-Latn-BA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Latn_BA; +} + +if (goog.LOCALE == 'sr_Latn_ME' || goog.LOCALE == 'sr-Latn-ME') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Latn_ME; +} + +if (goog.LOCALE == 'sr_Latn_RS' || goog.LOCALE == 'sr-Latn-RS') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Latn_RS; +} + +if (goog.LOCALE == 'sr_Latn_XK' || goog.LOCALE == 'sr-Latn-XK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sr_Latn_XK; +} + +if (goog.LOCALE == 'sv_AX' || goog.LOCALE == 'sv-AX') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sv_AX; +} + +if (goog.LOCALE == 'sv_FI' || goog.LOCALE == 'sv-FI') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sv_FI; +} + +if (goog.LOCALE == 'sv_SE' || goog.LOCALE == 'sv-SE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sv_SE; +} + +if (goog.LOCALE == 'sw_CD' || goog.LOCALE == 'sw-CD') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sw_CD; +} + +if (goog.LOCALE == 'sw_KE' || goog.LOCALE == 'sw-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sw_KE; +} + +if (goog.LOCALE == 'sw_TZ' || goog.LOCALE == 'sw-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sw_TZ; +} + +if (goog.LOCALE == 'sw_UG' || goog.LOCALE == 'sw-UG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_sw_UG; +} + +if (goog.LOCALE == 'ta_IN' || goog.LOCALE == 'ta-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ta_IN; +} + +if (goog.LOCALE == 'ta_LK' || goog.LOCALE == 'ta-LK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ta_LK; +} + +if (goog.LOCALE == 'ta_MY' || goog.LOCALE == 'ta-MY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ta_MY; +} + +if (goog.LOCALE == 'ta_SG' || goog.LOCALE == 'ta-SG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ta_SG; +} + +if (goog.LOCALE == 'te_IN' || goog.LOCALE == 'te-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_te_IN; +} + +if (goog.LOCALE == 'teo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_teo; +} + +if (goog.LOCALE == 'teo_KE' || goog.LOCALE == 'teo-KE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_teo_KE; +} + +if (goog.LOCALE == 'teo_UG' || goog.LOCALE == 'teo-UG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_teo_UG; +} + +if (goog.LOCALE == 'th_TH' || goog.LOCALE == 'th-TH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_th_TH; +} + +if (goog.LOCALE == 'ti') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ti; +} + +if (goog.LOCALE == 'ti_ER' || goog.LOCALE == 'ti-ER') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ti_ER; +} + +if (goog.LOCALE == 'ti_ET' || goog.LOCALE == 'ti-ET') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ti_ET; +} + +if (goog.LOCALE == 'to') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_to; +} + +if (goog.LOCALE == 'to_TO' || goog.LOCALE == 'to-TO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_to_TO; +} + +if (goog.LOCALE == 'tr_CY' || goog.LOCALE == 'tr-CY') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_tr_CY; +} + +if (goog.LOCALE == 'tr_TR' || goog.LOCALE == 'tr-TR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_tr_TR; +} + +if (goog.LOCALE == 'twq') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_twq; +} + +if (goog.LOCALE == 'twq_NE' || goog.LOCALE == 'twq-NE') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_twq_NE; +} + +if (goog.LOCALE == 'tzm') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_tzm; +} + +if (goog.LOCALE == 'tzm_MA' || goog.LOCALE == 'tzm-MA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_tzm_MA; +} + +if (goog.LOCALE == 'ug') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ug; +} + +if (goog.LOCALE == 'ug_CN' || goog.LOCALE == 'ug-CN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ug_CN; +} + +if (goog.LOCALE == 'uk_UA' || goog.LOCALE == 'uk-UA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uk_UA; +} + +if (goog.LOCALE == 'ur_IN' || goog.LOCALE == 'ur-IN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ur_IN; +} + +if (goog.LOCALE == 'ur_PK' || goog.LOCALE == 'ur-PK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_ur_PK; +} + +if (goog.LOCALE == 'uz_Arab' || goog.LOCALE == 'uz-Arab') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uz_Arab; +} + +if (goog.LOCALE == 'uz_Arab_AF' || goog.LOCALE == 'uz-Arab-AF') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uz_Arab_AF; +} + +if (goog.LOCALE == 'uz_Cyrl' || goog.LOCALE == 'uz-Cyrl') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uz_Cyrl; +} + +if (goog.LOCALE == 'uz_Cyrl_UZ' || goog.LOCALE == 'uz-Cyrl-UZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uz_Cyrl_UZ; +} + +if (goog.LOCALE == 'uz_Latn' || goog.LOCALE == 'uz-Latn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uz_Latn; +} + +if (goog.LOCALE == 'uz_Latn_UZ' || goog.LOCALE == 'uz-Latn-UZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_uz_Latn_UZ; +} + +if (goog.LOCALE == 'vai') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vai; +} + +if (goog.LOCALE == 'vai_Latn' || goog.LOCALE == 'vai-Latn') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vai_Latn; +} + +if (goog.LOCALE == 'vai_Latn_LR' || goog.LOCALE == 'vai-Latn-LR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vai_Latn_LR; +} + +if (goog.LOCALE == 'vai_Vaii' || goog.LOCALE == 'vai-Vaii') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vai_Vaii; +} + +if (goog.LOCALE == 'vai_Vaii_LR' || goog.LOCALE == 'vai-Vaii-LR') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vai_Vaii_LR; +} + +if (goog.LOCALE == 'vi_VN' || goog.LOCALE == 'vi-VN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vi_VN; +} + +if (goog.LOCALE == 'vun') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vun; +} + +if (goog.LOCALE == 'vun_TZ' || goog.LOCALE == 'vun-TZ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_vun_TZ; +} + +if (goog.LOCALE == 'wae') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_wae; +} + +if (goog.LOCALE == 'wae_CH' || goog.LOCALE == 'wae-CH') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_wae_CH; +} + +if (goog.LOCALE == 'xog') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_xog; +} + +if (goog.LOCALE == 'xog_UG' || goog.LOCALE == 'xog-UG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_xog_UG; +} + +if (goog.LOCALE == 'yav') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_yav; +} + +if (goog.LOCALE == 'yav_CM' || goog.LOCALE == 'yav-CM') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_yav_CM; +} + +if (goog.LOCALE == 'yi') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_yi; +} + +if (goog.LOCALE == 'yi_001' || goog.LOCALE == 'yi-001') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_yi_001; +} + +if (goog.LOCALE == 'yo') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_yo; +} + +if (goog.LOCALE == 'yo_BJ' || goog.LOCALE == 'yo-BJ') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_yo_BJ; +} + +if (goog.LOCALE == 'yo_NG' || goog.LOCALE == 'yo-NG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_yo_NG; +} + +if (goog.LOCALE == 'yue') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_yue; +} + +if (goog.LOCALE == 'yue_HK' || goog.LOCALE == 'yue-HK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_yue_HK; +} + +if (goog.LOCALE == 'zgh') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zgh; +} + +if (goog.LOCALE == 'zgh_MA' || goog.LOCALE == 'zgh-MA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zgh_MA; +} + +if (goog.LOCALE == 'zh_Hans' || goog.LOCALE == 'zh-Hans') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_Hans; +} + +if (goog.LOCALE == 'zh_Hans_CN' || goog.LOCALE == 'zh-Hans-CN') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_Hans_CN; +} + +if (goog.LOCALE == 'zh_Hans_HK' || goog.LOCALE == 'zh-Hans-HK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_Hans_HK; +} + +if (goog.LOCALE == 'zh_Hans_MO' || goog.LOCALE == 'zh-Hans-MO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_Hans_MO; +} + +if (goog.LOCALE == 'zh_Hans_SG' || goog.LOCALE == 'zh-Hans-SG') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_Hans_SG; +} + +if (goog.LOCALE == 'zh_Hant' || goog.LOCALE == 'zh-Hant') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_Hant; +} + +if (goog.LOCALE == 'zh_Hant_HK' || goog.LOCALE == 'zh-Hant-HK') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_Hant_HK; +} + +if (goog.LOCALE == 'zh_Hant_MO' || goog.LOCALE == 'zh-Hant-MO') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_Hant_MO; +} + +if (goog.LOCALE == 'zh_Hant_TW' || goog.LOCALE == 'zh-Hant-TW') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zh_Hant_TW; +} + +if (goog.LOCALE == 'zu_ZA' || goog.LOCALE == 'zu-ZA') { + goog.i18n.NumberFormatSymbols = goog.i18n.NumberFormatSymbols_zu_ZA; +} diff --git a/i18n/closure/pluralRules.js b/i18n/closure/pluralRules.js index 5f9dd416f45b..07ad9e3903f4 100644 --- a/i18n/closure/pluralRules.js +++ b/i18n/closure/pluralRules.js @@ -1,4 +1,4 @@ -// Copyright 2011 The Closure Library Authors. All Rights Reserved +// Copyright 2012 The Closure Library Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -16,26 +16,18 @@ * @fileoverview Plural rules. * * This file is autogenerated by script: - * http://go/generate_pluralrules.py - * using the --for_closure flag. + * http://go/generate_pluralrules.py + * File generated from CLDR ver. 31.0.1 * - * To reduce the file size (which may cause issues in some JS - * developing environments), this file will only contain locales - * that are usually supported by google products. This is defined as - * closure_tier1_locales and will change (most likely addition) - * over time. Rest of the data can be found in another file named - * "pluralrulesext.js", which will be generated at the - * same time together with this file. - * - * Before checkin, this file could have been manually edited. This is - * to incorporate changes before we could fix CLDR. All manual - * modification must be documented in this section, and should be - * removed after those changes land to CLDR. + * Before check in, this file could have been manually edited. This is to + * incorporate changes before we could fix CLDR. All manual modification must be + * documented in this section, and should be removed after those changes land to + * CLDR. */ -goog.provide('goog.i18n.pluralRules'); - +// clang-format off +goog.provide('goog.i18n.pluralRules'); /** * Plural pattern keyword * @enum {string} @@ -51,114 +43,296 @@ goog.i18n.pluralRules.Keyword = { /** - * Default plural select rule. + * Default Plural select rule. * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Default plural value. + * @param {number=} opt_precision optional, precision. + * @return {goog.i18n.pluralRules.Keyword} Default value. * @private */ -goog.i18n.pluralRules.defaultSelect_ = function(n) { +goog.i18n.pluralRules.defaultSelect_ = function(n, opt_precision) { return goog.i18n.pluralRules.Keyword.OTHER; }; +/** + * Returns the fractional part of a number (3.1416 => 1416) + * @param {number} n The count of items. + * @return {number} The fractional part. + * @private + */ +goog.i18n.pluralRules.decimals_ = function(n) { + var str = n + ''; + var result = str.indexOf('.'); + return (result == -1) ? 0 : str.length - result - 1; +}; /** - * Plural select rules for ar locale - * + * Calculates v and f as per CLDR plural rules. + * The short names for parameters / return match the CLDR syntax and UTS #35 + * (http://unicode.org/reports/tr35/tr35-numbers.html#Plural_rules_syntax) * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number=} opt_precision optional, precision. + * @return {!{v:number, f:number}} The v and f. * @private */ -goog.i18n.pluralRules.arSelect_ = function(n) { - if (n == 0) { - return goog.i18n.pluralRules.Keyword.ZERO; +goog.i18n.pluralRules.get_vf_ = function(n, opt_precision) { + var DEFAULT_DIGITS = 3; + + if (undefined === opt_precision) { + var v = Math.min(goog.i18n.pluralRules.decimals_(n), DEFAULT_DIGITS); + } else { + var v = opt_precision; } - if (n == 1) { + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + + return {v: v, f: f}; +}; + +/** + * Calculates w and t as per CLDR plural rules. + * The short names for parameters / return match the CLDR syntax and UTS #35 + * (http://unicode.org/reports/tr35/tr35-numbers.html#Plural_rules_syntax) + * @param {number} v Calculated previously. + * @param {number} f Calculated previously. + * @return {!{w:number, t:number}} The w and t. + * @private + */ +goog.i18n.pluralRules.get_wt_ = function(v, f) { + if (f === 0) { + return {w: 0, t: 0}; + } + + while ((f % 10) === 0) { + f /= 10; + v--; + } + + return {w: v, t: f}; +}; + +/** + * Plural select rules for fil locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.filSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (vf.v == 0 && (i == 1 || i == 2 || i == 3) || vf.v == 0 && i % 10 != 4 && i % 10 != 6 && i % 10 != 9 || vf.v != 0 && vf.f % 10 != 4 && vf.f % 10 != 6 && vf.f % 10 != 9) { return goog.i18n.pluralRules.Keyword.ONE; } - if (n == 2) { + return goog.i18n.pluralRules.Keyword.OTHER; +}; + +/** + * Plural select rules for br locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.brSelect_ = function(n, opt_precision) { + if (n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) { + return goog.i18n.pluralRules.Keyword.ONE; + } + if (n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) { return goog.i18n.pluralRules.Keyword.TWO; } - if ((n % 100) >= 3 && (n % 100) <= 10 && n == Math.floor(n)) { + if ((n % 10 >= 3 && n % 10 <= 4 || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) { return goog.i18n.pluralRules.Keyword.FEW; } - if ((n % 100) >= 11 && (n % 100) <= 99 && n == Math.floor(n)) { + if (n != 0 && n % 1000000 == 0) { return goog.i18n.pluralRules.Keyword.MANY; } return goog.i18n.pluralRules.Keyword.OTHER; }; +/** + * Plural select rules for sr locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.srSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { + return goog.i18n.pluralRules.Keyword.ONE; + } + if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { + return goog.i18n.pluralRules.Keyword.FEW; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; /** - * Plural select rules for en locale + * Plural select rules for ro locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.enSelect_ = function(n) { - if (n == 1) { +goog.i18n.pluralRules.roSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (i == 1 && vf.v == 0) { return goog.i18n.pluralRules.Keyword.ONE; } + if (vf.v != 0 || n == 0 || n != 1 && n % 100 >= 1 && n % 100 <= 19) { + return goog.i18n.pluralRules.Keyword.FEW; + } return goog.i18n.pluralRules.Keyword.OTHER; }; +/** + * Plural select rules for hi locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.hiSelect_ = function(n, opt_precision) { + var i = n | 0; + if (i == 0 || n == 1) { + return goog.i18n.pluralRules.Keyword.ONE; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; /** - * Plural select rules for fil locale + * Plural select rules for fr locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.filSelect_ = function(n) { - if (n == 0 || n == 1) { +goog.i18n.pluralRules.frSelect_ = function(n, opt_precision) { + var i = n | 0; + if (i == 0 || i == 1) { return goog.i18n.pluralRules.Keyword.ONE; } return goog.i18n.pluralRules.Keyword.OTHER; }; +/** + * Plural select rules for pt locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.ptSelect_ = function(n, opt_precision) { + var i = n | 0; + if (i >= 0 && i <= 1) { + return goog.i18n.pluralRules.Keyword.ONE; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; /** - * Plural select rules for fr locale + * Plural select rules for cs locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.frSelect_ = function(n) { - if (n >= 0 && n < 2) { +goog.i18n.pluralRules.csSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (i == 1 && vf.v == 0) { return goog.i18n.pluralRules.Keyword.ONE; } + if (i >= 2 && i <= 4 && vf.v == 0) { + return goog.i18n.pluralRules.Keyword.FEW; + } + if (vf.v != 0) { + return goog.i18n.pluralRules.Keyword.MANY; + } return goog.i18n.pluralRules.Keyword.OTHER; }; +/** + * Plural select rules for pl locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.plSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (i == 1 && vf.v == 0) { + return goog.i18n.pluralRules.Keyword.ONE; + } + if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { + return goog.i18n.pluralRules.Keyword.FEW; + } + if (vf.v == 0 && i != 1 && i % 10 >= 0 && i % 10 <= 1 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 12 && i % 100 <= 14) { + return goog.i18n.pluralRules.Keyword.MANY; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; + +/** + * Plural select rules for shi locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.shiSelect_ = function(n, opt_precision) { + var i = n | 0; + if (i == 0 || n == 1) { + return goog.i18n.pluralRules.Keyword.ONE; + } + if (n >= 2 && n <= 10) { + return goog.i18n.pluralRules.Keyword.FEW; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; /** * Plural select rules for lv locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.lvSelect_ = function(n) { - if (n == 0) { +goog.i18n.pluralRules.lvSelect_ = function(n, opt_precision) { + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19 || vf.v == 2 && vf.f % 100 >= 11 && vf.f % 100 <= 19) { return goog.i18n.pluralRules.Keyword.ZERO; } - if ((n % 10) == 1 && (n % 100) != 11) { + if (n % 10 == 1 && n % 100 != 11 || vf.v == 2 && vf.f % 10 == 1 && vf.f % 100 != 11 || vf.v != 2 && vf.f % 10 == 1) { return goog.i18n.pluralRules.Keyword.ONE; } return goog.i18n.pluralRules.Keyword.OTHER; }; - /** - * Plural select rules for ga locale + * Plural select rules for iu locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.gaSelect_ = function(n) { +goog.i18n.pluralRules.iuSelect_ = function(n, opt_precision) { if (n == 1) { return goog.i18n.pluralRules.Keyword.ONE; } @@ -168,238 +342,325 @@ goog.i18n.pluralRules.gaSelect_ = function(n) { return goog.i18n.pluralRules.Keyword.OTHER; }; - /** - * Plural select rules for ro locale + * Plural select rules for he locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.roSelect_ = function(n) { - if (n == 1) { +goog.i18n.pluralRules.heSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (i == 1 && vf.v == 0) { return goog.i18n.pluralRules.Keyword.ONE; } - if (n == 0 || n != 1 && (n % 100) >= 1 && - (n % 100) <= 19 && n == Math.floor(n)) { - return goog.i18n.pluralRules.Keyword.FEW; + if (i == 2 && vf.v == 0) { + return goog.i18n.pluralRules.Keyword.TWO; + } + if (vf.v == 0 && (n < 0 || n > 10) && n % 10 == 0) { + return goog.i18n.pluralRules.Keyword.MANY; } return goog.i18n.pluralRules.Keyword.OTHER; }; - /** - * Plural select rules for lt locale + * Plural select rules for mt locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.ltSelect_ = function(n) { - if ((n % 10) == 1 && ((n % 100) < 11 || (n % 100) > 19)) { +goog.i18n.pluralRules.mtSelect_ = function(n, opt_precision) { + if (n == 1) { return goog.i18n.pluralRules.Keyword.ONE; } - if ((n % 10) >= 2 && (n % 10) <= 9 && - ((n % 100) < 11 || (n % 100) > 19) && n == Math.floor(n)) { + if (n == 0 || n % 100 >= 2 && n % 100 <= 10) { return goog.i18n.pluralRules.Keyword.FEW; } + if (n % 100 >= 11 && n % 100 <= 19) { + return goog.i18n.pluralRules.Keyword.MANY; + } return goog.i18n.pluralRules.Keyword.OTHER; }; +/** + * Plural select rules for si locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.siSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if ((n == 0 || n == 1) || i == 0 && vf.f == 1) { + return goog.i18n.pluralRules.Keyword.ONE; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; /** - * Plural select rules for hr locale + * Plural select rules for cy locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.hrSelect_ = function(n) { - if ((n % 10) == 1 && (n % 100) != 11) { +goog.i18n.pluralRules.cySelect_ = function(n, opt_precision) { + if (n == 0) { + return goog.i18n.pluralRules.Keyword.ZERO; + } + if (n == 1) { return goog.i18n.pluralRules.Keyword.ONE; } - if ((n % 10) >= 2 && (n % 10) <= 4 && - ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { + if (n == 2) { + return goog.i18n.pluralRules.Keyword.TWO; + } + if (n == 3) { return goog.i18n.pluralRules.Keyword.FEW; } - if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || - ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { + if (n == 6) { return goog.i18n.pluralRules.Keyword.MANY; } return goog.i18n.pluralRules.Keyword.OTHER; }; - /** - * Plural select rules for cs locale + * Plural select rules for da locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.csSelect_ = function(n) { - if (n == 1) { +goog.i18n.pluralRules.daSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + var wt = goog.i18n.pluralRules.get_wt_(vf.v, vf.f); + if (n == 1 || wt.t != 0 && (i == 0 || i == 1)) { return goog.i18n.pluralRules.Keyword.ONE; } - if (n == 2 || n == 3 || n == 4) { - return goog.i18n.pluralRules.Keyword.FEW; - } return goog.i18n.pluralRules.Keyword.OTHER; }; - /** - * Plural select rules for pl locale + * Plural select rules for ru locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.plSelect_ = function(n) { - if (n == 1) { +goog.i18n.pluralRules.ruSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return goog.i18n.pluralRules.Keyword.ONE; } - if ((n % 10) >= 2 && (n % 10) <= 4 && - ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { + if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return goog.i18n.pluralRules.Keyword.FEW; } - if ((n % 10) == 0 || n != 1 && (n % 10) == 1 || - ((n % 10) >= 5 && (n % 10) <= 9 || (n % 100) >= 12 && (n % 100) <= 14) && - n == Math.floor(n)) { + if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return goog.i18n.pluralRules.Keyword.MANY; } return goog.i18n.pluralRules.Keyword.OTHER; }; - /** - * Plural select rules for sl locale + * Plural select rules for gv locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.slSelect_ = function(n) { - if ((n % 100) == 1) { +goog.i18n.pluralRules.gvSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (vf.v == 0 && i % 10 == 1) { return goog.i18n.pluralRules.Keyword.ONE; } - if ((n % 100) == 2) { + if (vf.v == 0 && i % 10 == 2) { return goog.i18n.pluralRules.Keyword.TWO; } - if ((n % 100) == 3 || (n % 100) == 4) { + if (vf.v == 0 && (i % 100 == 0 || i % 100 == 20 || i % 100 == 40 || i % 100 == 60 || i % 100 == 80)) { return goog.i18n.pluralRules.Keyword.FEW; } + if (vf.v != 0) { + return goog.i18n.pluralRules.Keyword.MANY; + } return goog.i18n.pluralRules.Keyword.OTHER; }; - /** - * Plural select rules for mt locale + * Plural select rules for be locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.mtSelect_ = function(n) { - if (n == 1) { +goog.i18n.pluralRules.beSelect_ = function(n, opt_precision) { + if (n % 10 == 1 && n % 100 != 11) { return goog.i18n.pluralRules.Keyword.ONE; } - if (n == 0 || ((n % 100) >= 2 && (n % 100) <= 4 && n == Math.floor(n))) { + if (n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return goog.i18n.pluralRules.Keyword.FEW; } - if ((n % 100) >= 11 && (n % 100) <= 19 && n == Math.floor(n)) { + if (n % 10 == 0 || n % 10 >= 5 && n % 10 <= 9 || n % 100 >= 11 && n % 100 <= 14) { return goog.i18n.pluralRules.Keyword.MANY; } return goog.i18n.pluralRules.Keyword.OTHER; }; - /** * Plural select rules for mk locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.mkSelect_ = function(n) { - if ((n % 10) == 1 && n != 11) { +goog.i18n.pluralRules.mkSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (vf.v == 0 && i % 10 == 1 || vf.f % 10 == 1) { return goog.i18n.pluralRules.Keyword.ONE; } return goog.i18n.pluralRules.Keyword.OTHER; }; - /** - * Plural select rules for cy locale + * Plural select rules for ga locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.cySelect_ = function(n) { - if (n == 0) { - return goog.i18n.pluralRules.Keyword.ZERO; - } +goog.i18n.pluralRules.gaSelect_ = function(n, opt_precision) { if (n == 1) { return goog.i18n.pluralRules.Keyword.ONE; } if (n == 2) { return goog.i18n.pluralRules.Keyword.TWO; } - if (n == 3) { + if (n >= 3 && n <= 6) { return goog.i18n.pluralRules.Keyword.FEW; } - if (n == 6) { + if (n >= 7 && n <= 10) { return goog.i18n.pluralRules.Keyword.MANY; } return goog.i18n.pluralRules.Keyword.OTHER; }; +/** + * Plural select rules for es locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.esSelect_ = function(n, opt_precision) { + if (n == 1) { + return goog.i18n.pluralRules.Keyword.ONE; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; + +/** + * Plural select rules for dsb locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.dsbSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (vf.v == 0 && i % 100 == 1 || vf.f % 100 == 1) { + return goog.i18n.pluralRules.Keyword.ONE; + } + if (vf.v == 0 && i % 100 == 2 || vf.f % 100 == 2) { + return goog.i18n.pluralRules.Keyword.TWO; + } + if (vf.v == 0 && i % 100 >= 3 && i % 100 <= 4 || vf.f % 100 >= 3 && vf.f % 100 <= 4) { + return goog.i18n.pluralRules.Keyword.FEW; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; /** * Plural select rules for lag locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.lagSelect_ = function(n) { +goog.i18n.pluralRules.lagSelect_ = function(n, opt_precision) { + var i = n | 0; if (n == 0) { return goog.i18n.pluralRules.Keyword.ZERO; } - if (n > 0 && n < 2) { + if ((i == 0 || i == 1) && n != 0) { return goog.i18n.pluralRules.Keyword.ONE; } return goog.i18n.pluralRules.Keyword.OTHER; }; - /** - * Plural select rules for shi locale + * Plural select rules for is locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.shiSelect_ = function(n) { - if (n >= 0 && n <= 1) { +goog.i18n.pluralRules.isSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + var wt = goog.i18n.pluralRules.get_wt_(vf.v, vf.f); + if (wt.t == 0 && i % 10 == 1 && i % 100 != 11 || wt.t != 0) { return goog.i18n.pluralRules.Keyword.ONE; } - if (n >= 2 && n <= 10 && n == Math.floor(n)) { - return goog.i18n.pluralRules.Keyword.FEW; - } return goog.i18n.pluralRules.Keyword.OTHER; }; +/** + * Plural select rules for ksh locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.kshSelect_ = function(n, opt_precision) { + if (n == 0) { + return goog.i18n.pluralRules.Keyword.ZERO; + } + if (n == 1) { + return goog.i18n.pluralRules.Keyword.ONE; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; /** - * Plural select rules for br locale + * Plural select rules for ar locale * - * @param {number} n The count of items. - * @return {goog.i18n.pluralRules.Keyword} Locale specific plural value. + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. * @private */ -goog.i18n.pluralRules.brSelect_ = function(n) { +goog.i18n.pluralRules.arSelect_ = function(n, opt_precision) { if (n == 0) { return goog.i18n.pluralRules.Keyword.ZERO; } @@ -409,330 +670,459 @@ goog.i18n.pluralRules.brSelect_ = function(n) { if (n == 2) { return goog.i18n.pluralRules.Keyword.TWO; } - if (n == 3) { + if (n % 100 >= 3 && n % 100 <= 10) { return goog.i18n.pluralRules.Keyword.FEW; } - if (n == 6) { + if (n % 100 >= 11 && n % 100 <= 99) { return goog.i18n.pluralRules.Keyword.MANY; } return goog.i18n.pluralRules.Keyword.OTHER; }; +/** + * Plural select rules for gd locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.gdSelect_ = function(n, opt_precision) { + if (n == 1 || n == 11) { + return goog.i18n.pluralRules.Keyword.ONE; + } + if (n == 2 || n == 12) { + return goog.i18n.pluralRules.Keyword.TWO; + } + if (n >= 3 && n <= 10 || n >= 13 && n <= 19) { + return goog.i18n.pluralRules.Keyword.FEW; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; /** - * Selected plural rules by locale. + * Plural select rules for sl locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private */ -goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; +goog.i18n.pluralRules.slSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (vf.v == 0 && i % 100 == 1) { + return goog.i18n.pluralRules.Keyword.ONE; + } + if (vf.v == 0 && i % 100 == 2) { + return goog.i18n.pluralRules.Keyword.TWO; + } + if (vf.v == 0 && i % 100 >= 3 && i % 100 <= 4 || vf.v != 0) { + return goog.i18n.pluralRules.Keyword.FEW; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; + +/** + * Plural select rules for lt locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.ltSelect_ = function(n, opt_precision) { + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) { + return goog.i18n.pluralRules.Keyword.ONE; + } + if (n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) { + return goog.i18n.pluralRules.Keyword.FEW; + } + if (vf.f != 0) { + return goog.i18n.pluralRules.Keyword.MANY; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; + +/** + * Plural select rules for tzm locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.tzmSelect_ = function(n, opt_precision) { + if (n >= 0 && n <= 1 || n >= 11 && n <= 99) { + return goog.i18n.pluralRules.Keyword.ONE; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; + +/** + * Plural select rules for en locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.enSelect_ = function(n, opt_precision) { + var i = n | 0; + var vf = goog.i18n.pluralRules.get_vf_(n, opt_precision); + if (i == 1 && vf.v == 0) { + return goog.i18n.pluralRules.Keyword.ONE; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; + +/** + * Plural select rules for ak locale + * + * @param {number} n The count of items. + * @param {number=} opt_precision Precision for number formatting, if not default. + * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value. + * @private + */ +goog.i18n.pluralRules.akSelect_ = function(n, opt_precision) { + if (n >= 0 && n <= 1) { + return goog.i18n.pluralRules.Keyword.ONE; + } + return goog.i18n.pluralRules.Keyword.OTHER; +}; +/** + * Selected Plural rules by locale. + */ +goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; +if (goog.LOCALE == 'af') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} if (goog.LOCALE == 'am') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.filSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.hiSelect_; } - if (goog.LOCALE == 'ar') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.arSelect_; } - +if (goog.LOCALE == 'ar_DZ' || goog.LOCALE == 'ar-DZ') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.arSelect_; +} +if (goog.LOCALE == 'az') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'be') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.beSelect_; +} if (goog.LOCALE == 'bg') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'bn') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.hiSelect_; } - if (goog.LOCALE == 'br') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.brSelect_; } - +if (goog.LOCALE == 'bs') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.srSelect_; +} if (goog.LOCALE == 'ca') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - +if (goog.LOCALE == 'chr') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} if (goog.LOCALE == 'cs') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.csSelect_; } - +if (goog.LOCALE == 'cy') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.cySelect_; +} if (goog.LOCALE == 'da') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.daSelect_; } - if (goog.LOCALE == 'de') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'de_AT' || goog.LOCALE == 'de-AT') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'de_CH' || goog.LOCALE == 'de-CH') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'el') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'en') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'en_AU' || goog.LOCALE == 'en-AU') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - +if (goog.LOCALE == 'en_CA' || goog.LOCALE == 'en-CA') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; +} if (goog.LOCALE == 'en_GB' || goog.LOCALE == 'en-GB') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'en_IE' || goog.LOCALE == 'en-IE') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'en_IN' || goog.LOCALE == 'en-IN') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'en_SG' || goog.LOCALE == 'en-SG') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'en_US' || goog.LOCALE == 'en-US') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'en_ZA' || goog.LOCALE == 'en-ZA') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'es') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'es_419' || goog.LOCALE == 'es-419') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'es_ES' || goog.LOCALE == 'es-ES') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'es_MX' || goog.LOCALE == 'es-MX') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'es_US' || goog.LOCALE == 'es-US') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'et') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'eu') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'fa') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.hiSelect_; } - if (goog.LOCALE == 'fi') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'fil') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.filSelect_; } - if (goog.LOCALE == 'fr') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.frSelect_; } - if (goog.LOCALE == 'fr_CA' || goog.LOCALE == 'fr-CA') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.frSelect_; } - +if (goog.LOCALE == 'ga') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.gaSelect_; +} if (goog.LOCALE == 'gl') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'gsw') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'gu') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.hiSelect_; +} +if (goog.LOCALE == 'haw') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'he') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.heSelect_; } - if (goog.LOCALE == 'hi') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.filSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.hiSelect_; } - if (goog.LOCALE == 'hr') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.hrSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.srSelect_; } - if (goog.LOCALE == 'hu') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'hy') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.frSelect_; } - if (goog.LOCALE == 'id') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - if (goog.LOCALE == 'in') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - if (goog.LOCALE == 'is') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.isSelect_; } - if (goog.LOCALE == 'it') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'iw') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.heSelect_; } - if (goog.LOCALE == 'ja') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - -if (goog.LOCALE == 'kn') { +if (goog.LOCALE == 'ka') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'kk') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'km') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - +if (goog.LOCALE == 'kn') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.hiSelect_; +} if (goog.LOCALE == 'ko') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - +if (goog.LOCALE == 'ky') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} if (goog.LOCALE == 'ln') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.filSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.akSelect_; +} +if (goog.LOCALE == 'lo') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - if (goog.LOCALE == 'lt') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.ltSelect_; } - if (goog.LOCALE == 'lv') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.lvSelect_; } - +if (goog.LOCALE == 'mk') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.mkSelect_; +} if (goog.LOCALE == 'ml') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'mn') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'mo') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.roSelect_; } - if (goog.LOCALE == 'mr') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.hiSelect_; } - if (goog.LOCALE == 'ms') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - if (goog.LOCALE == 'mt') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.mtSelect_; } - +if (goog.LOCALE == 'my') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; +} +if (goog.LOCALE == 'nb') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'ne') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} if (goog.LOCALE == 'nl') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'no') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'no_NO' || goog.LOCALE == 'no-NO') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'or') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} +if (goog.LOCALE == 'pa') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.akSelect_; } - if (goog.LOCALE == 'pl') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.plSelect_; } - if (goog.LOCALE == 'pt') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.ptSelect_; } - if (goog.LOCALE == 'pt_BR' || goog.LOCALE == 'pt-BR') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.ptSelect_; } - if (goog.LOCALE == 'pt_PT' || goog.LOCALE == 'pt-PT') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.ptSelect_; } - if (goog.LOCALE == 'ro') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.roSelect_; } - if (goog.LOCALE == 'ru') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.hrSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.ruSelect_; +} +if (goog.LOCALE == 'sh') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.srSelect_; +} +if (goog.LOCALE == 'si') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.siSelect_; } - if (goog.LOCALE == 'sk') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.csSelect_; } - if (goog.LOCALE == 'sl') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.slSelect_; } - if (goog.LOCALE == 'sq') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'sr') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.hrSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.srSelect_; +} +if (goog.LOCALE == 'sr_Latn' || goog.LOCALE == 'sr-Latn') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.srSelect_; } - if (goog.LOCALE == 'sv') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'sw') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - if (goog.LOCALE == 'ta') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'te') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'th') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - if (goog.LOCALE == 'tl') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.filSelect_; } - if (goog.LOCALE == 'tr') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; } - if (goog.LOCALE == 'uk') { - goog.i18n.pluralRules.select = goog.i18n.pluralRules.hrSelect_; + goog.i18n.pluralRules.select = goog.i18n.pluralRules.ruSelect_; } - if (goog.LOCALE == 'ur') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.enSelect_; } - +if (goog.LOCALE == 'uz') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.esSelect_; +} if (goog.LOCALE == 'vi') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - if (goog.LOCALE == 'zh') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - if (goog.LOCALE == 'zh_CN' || goog.LOCALE == 'zh-CN') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - if (goog.LOCALE == 'zh_HK' || goog.LOCALE == 'zh-HK') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - if (goog.LOCALE == 'zh_TW' || goog.LOCALE == 'zh-TW') { goog.i18n.pluralRules.select = goog.i18n.pluralRules.defaultSelect_; } - +if (goog.LOCALE == 'zu') { + goog.i18n.pluralRules.select = goog.i18n.pluralRules.hiSelect_; +} diff --git a/i18n/e2e/.eslintrc.json b/i18n/e2e/.eslintrc.json new file mode 100644 index 000000000000..c0ce78c4b702 --- /dev/null +++ b/i18n/e2e/.eslintrc.json @@ -0,0 +1,14 @@ +{ + "root": true, + "extends": "../../.eslintrc-node.json", + + "env": { + "jasmine": true, + "protractor": true + }, + + "globals": { + "binding": false, + "input": false + } +} diff --git a/i18n/e2e/i18n-e2e.js b/i18n/e2e/i18n-e2e.js index 8909a2aba66c..b34022d5174a 100644 --- a/i18n/e2e/i18n-e2e.js +++ b/i18n/e2e/i18n-e2e.js @@ -1,51 +1,53 @@ -describe("localized filters", function() { - describe("es locale", function() { +'use strict'; + +describe('localized filters', function() { + describe('es locale', function() { beforeEach(function() { - browser().navigateTo("localeTest_es.html"); + browser().navigateTo('localeTest_es.html'); }); it('should check filters for es locale', function() { expect(binding('input | date:"medium"')).toBe('03/06/1977 18:07:23'); - expect(binding('input | date:"longDate"')).toBe("3 de junio de 1977"); + expect(binding('input | date:"longDate"')).toBe('3 de junio de 1977'); expect(binding('input | number')).toBe('234.234.443.432'); expect(binding('input | currency')).toBe('€\u00a0234.234.443.432,00'); }); }); - describe("cs locale", function() { + describe('cs locale', function() { beforeEach(function() { - browser().navigateTo("localeTest_cs.html"); + browser().navigateTo('localeTest_cs.html'); }); it('should check filters for cs locale', function() { expect(binding('input | date:"medium"')).toBe('3.6.1977 18:07:23'); - expect(binding('input | date:"longDate"')).toBe("3. června 1977"); + expect(binding('input | date:"longDate"')).toBe('3. června 1977'); expect(binding('input | number')).toBe('234\u00a0234\u00a0443\u00a0432'); expect(binding('input | currency')).toBe('234\u00a0234\u00a0443\u00a0432,00\u00a0K\u010d'); }); }); - describe("de locale", function() { + describe('de locale', function() { beforeEach(function() { - browser().navigateTo("localeTest_de.html"); + browser().navigateTo('localeTest_de.html'); }); it('should check filters for de locale', function() { expect(binding('input | date:"medium"')).toBe('03.06.1977 18:07:23'); - expect(binding('input | date:"longDate"')).toBe("3. Juni 1977"); + expect(binding('input | date:"longDate"')).toBe('3. Juni 1977'); expect(binding('input | number')).toBe('234.234.443.432'); expect(binding('input | currency')).toBe('234.234.443.432,00\u00a0€'); }); }); - describe("en locale", function() { + describe('en locale', function() { beforeEach(function() { - browser().navigateTo("localeTest_en.html"); + browser().navigateTo('localeTest_en.html'); }); it('should check filters for en locale', function() { expect(binding('input | date:"medium"')).toBe('Jun 3, 1977 6:07:23 PM'); - expect(binding('input | date:"longDate"')).toBe("June 3, 1977"); + expect(binding('input | date:"longDate"')).toBe('June 3, 1977'); expect(binding('input | number')).toBe('234,234,443,432'); expect(binding('input | currency')).toBe('$234,234,443,432.00'); }); @@ -90,17 +92,17 @@ describe("localized filters", function() { input('person2').enter('Vojta'); expect(element('ng-pluralize:last').html()).toBe('Igor and Vojta are viewing!'); }); - }) + }); }); - describe("sk locale", function() { + describe('sk locale', function() { beforeEach(function() { - browser().navigateTo("localeTest_sk.html"); + browser().navigateTo('localeTest_sk.html'); }); it('should check filters for sk locale', function() { expect(binding('input | date:"medium"')).toBe('3.6.1977 18:07:23'); - expect(binding('input | date:"longDate"')).toBe("3. júna 1977"); + expect(binding('input | date:"longDate"')).toBe('3. júna 1977'); expect(binding('input | number')).toBe('234\u00a0234\u00a0443\u00a0432'); expect(binding('input | currency')).toBe('234\u00a0234\u00a0443\u00a0432,00\u00a0Sk'); }); @@ -129,17 +131,17 @@ describe("localized filters", function() { it('should show pluralized strings with correct data-binding', function() { }); - }) + }); }); - describe("zh locale", function() { + describe('zh locale', function() { beforeEach(function() { - browser().navigateTo("localeTest_zh.html"); + browser().navigateTo('localeTest_zh.html'); }); it('should check filters for zh locale', function() { expect(binding('input | date:"medium"')).toBe('1977-6-3 下午6:07:23'); - expect(binding('input | date:"longDate"')).toBe("1977年6月3日"); + expect(binding('input | date:"longDate"')).toBe('1977年6月3日'); expect(binding('input | number')).toBe('234,234,443,432'); expect(binding('input | currency')).toBe('¥234,234,443,432.00'); }); @@ -180,6 +182,6 @@ describe("localized filters", function() { input('person2').enter('一哥'); expect(element('ng-pluralize:last').html()).toBe('彭迪 和 一哥 在浏览该文件!'); }); - }) + }); }); }); diff --git a/i18n/e2e/runner.html b/i18n/e2e/runner.html index ea41238c8bf8..4f8f9dd8b377 100644 --- a/i18n/e2e/runner.html +++ b/i18n/e2e/runner.html @@ -3,7 +3,7 @@ - <angular/> Docs Scenario Runner + <AngularJS/> Docs Scenario Runner diff --git a/i18n/generate.sh b/i18n/generate.sh index 20ef727f177e..255020ea9b12 100755 --- a/i18n/generate.sh +++ b/i18n/generate.sh @@ -1,7 +1,15 @@ #!/bin/bash +set -e + BASE_DIR=`dirname $0` -cd $BASE_DIR +yarn run test-i18n + +node $BASE_DIR/src/closureSlurper.js + +yarn run test-i18n-ucd + +echo "Generating ngParseExt" +node $BASE_DIR/ucd/src/extract.js -/usr/bin/env jasmine-node spec/ --noColor && node src/closureSlurper.js diff --git a/i18n/spec/.eslintrc.json b/i18n/spec/.eslintrc.json new file mode 100644 index 000000000000..4eabc1c93ed4 --- /dev/null +++ b/i18n/spec/.eslintrc.json @@ -0,0 +1,8 @@ +{ + "root": true, + "extends": "../../.eslintrc-node.json", + + "env": { + "jasmine": true + } +} diff --git a/i18n/spec/closureI18nExtractorSpec.js b/i18n/spec/closureI18nExtractorSpec.js new file mode 100644 index 000000000000..09f5f1a10050 --- /dev/null +++ b/i18n/spec/closureI18nExtractorSpec.js @@ -0,0 +1,296 @@ +'use strict'; + +var closureI18nExtractor = require('../src/closureI18nExtractor.js'); +var converter = require('../src/converter.js'); +var findLocaleId = closureI18nExtractor.findLocaleId; +var extractNumberSymbols = closureI18nExtractor.extractNumberSymbols; +var extractCurrencySymbols = closureI18nExtractor.extractCurrencySymbols; +var extractDateTimeSymbols = closureI18nExtractor.extractDateTimeSymbols; +var outputLocale = closureI18nExtractor.outputLocale; + + +function newTestLocaleInfo() { + return { fr_CA: { + DATETIME_FORMATS: { + MONTH: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', + 'octobre', 'novembre', 'décembre'], + STANDALONEMONTH: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', + 'octobre', 'novembre', 'décembre'], + SHORTMONTH: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', + 'nov.', 'déc.'], + DAY: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTDAY: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + AMPMS: ['AM', 'PM'], + medium: 'yyyy-MM-dd HH:mm:ss', + short: 'yy-MM-dd HH:mm', + fullDate: 'EEEE d MMMM y', + longDate: 'd MMMM y', + mediumDate: 'yyyy-MM-dd', + shortDate: 'yy-MM-dd', + mediumTime: 'HH:mm:ss', + shortTime: 'HH:mm' + }, + NUMBER_FORMATS: { + 'DECIMAL_SEP': '.', + 'GROUP_SEP': ',', + 'PATTERNS': [{ + 'minInt': 1, + 'minFrac': 0, + 'macFrac': 0, + 'posPre': '', + 'posSuf': '', + 'negPre': '-', + 'negSuf': '', + 'gSize': 3, + 'lgSize': 3, + 'maxFrac': 3 + }, { + 'minInt': 1, + 'minFrac': 2, + 'macFrac': 0, + 'posPre': '¤', + 'posSuf': '', + 'negPre': '¤-', + 'negSuf': '', + 'gSize': 3, + 'lgSize': 3, + 'maxFrac': 2 + }], + 'CURRENCY_SYM': '£' + }}}; +} + + +describe('findLocaleId', function() { + it('should find the id from numbers', function() { + expect(findLocaleId('NumberFormatSymbols_en_GB', 'num')).toEqual('en_GB'); + }); + + + it('should find the id from datetime', function() { + expect(findLocaleId('DateTimeSymbols_en', 'datetime')).toBe('en'); + expect(findLocaleId('DateTimeSymbols_en_ISO', 'datetime')).toEqual('en_ISO'); + }); + + it('should not find localeId if data is missing', function() { + expect(findLocaleId('', 'num')).toBeUndefined(); + expect(findLocaleId('aa', 'datetime')).toBeUndefined(); + expect(findLocaleId('NumberFormatSymbols_en', 'datetime')).toBeUndefined(); + expect(findLocaleId('DateTimeSymbols_en', 'num')).toBeUndefined(); + }); + + it('should throw an error otherwise', function() { + expect(function() { + findLocaleId('str', 'otherwise'); + }).toThrowError('unknown type in findLocaleId: otherwise'); + }); +}); + +describe('extractNumberSymbols', function() { + it('should extract number data', function() { + var CONTENT = [ + 'goog.provide(\'goog.i18n.NumberFormatSymbols_en_GB\');', + 'goog.i18n.NumberFormatSymbols_en_GB = {', + 'DECIMAL_SEP: \'.\',', + 'GROUP_SEP: \',\',', + 'PERCENT: \'%\',', + 'ZERO_DIGIT: \'0\',', + 'PLUS_SIGN: \'+\',', + 'MINUS_SIGN: \'-\',', + 'EXP_SYMBOL: \'E\',', + 'PERMILL: \'\u2030\',', + 'INFINITY: \'\u221E\',', + 'NAN: \'NaN\',', + 'DECIMAL_PATTERN: \'#,##0.###\',', + 'SCIENTIFIC_PATTERN: \'#E0\',', + 'PERCENT_PATTERN: \'#,##0%\',', + 'CURRENCY_PATTERN: \'\u00A4#,##0.00\',', + 'DEF_CURRENCY_CODE: \'GBP\' };' + ].join('\n'); + + var currencySymbols = {'GBP':[2, '£', 'GB£']}; + + var expectedNumberFormats = converter.convertNumberData( + { + DECIMAL_SEP:'.', + GROUP_SEP:',', + DECIMAL_PATTERN:'#,##0.###', + CURRENCY_PATTERN:'\u00A4#,##0.00', + DEF_CURRENCY_CODE: 'GBP' + }, currencySymbols + ); + + var localeInfo = {}; + extractNumberSymbols(CONTENT, localeInfo, currencySymbols); + + expect(localeInfo).toEqual({ + 'en_GB': { NUMBER_FORMATS: expectedNumberFormats } + }); + }); +}); + +describe('extractCurrencySymbols', function() { + it('should extract currency data', function() { + var CONTENT = [ + 'goog.i18n.currency.CurrencyInfo = {', + ' \'GBP\':[2, \'£\', \'GB£\'],', + '};', + 'goog.i18n.currency.CurrencyInfoTier2 = {', + ' \'AOA\':[2, \'Kz\', \'Kz\'],', + '};' + ].join('\n'); + + var currencySymbols = extractCurrencySymbols(CONTENT); + expect(currencySymbols.GBP).toEqual([2, '£', 'GB£']); + expect(currencySymbols.AOA).toEqual([2, 'Kz', 'Kz']); + expect(currencySymbols).toEqual({ + 'GBP':[2, '£', 'GB£'], + 'AOA':[2, 'Kz', 'Kz'] + }); + }); +}); + + +describe('extractDateTimeSymbols', function() { + it('should extract date time data', function() { + var CONTENT = [ + 'goog.i18n.DateTimeSymbols_fr_CA = {', + ' ERAS: [\'av. J.-C.\', \'ap. J.-C.\'],', + ' ERANAMES: [\'avant Jésus-Christ\', \'après Jésus-Christ\'],', + ' NARROWMONTHS: [\'J\', \'F\', \'M\', \'A\', \'M\', \'J\', \'J\', \'A\', \'S\', \'O\', \'N\', \'D\'],', + ' STANDALONENARROWMONTHS: [\'J\', \'F\', \'M\', \'A\', \'M\', \'J\', \'J\', \'A\', \'S\', \'O\',', + ' \'N\', \'D\'],', + ' MONTHS: [\'janvier\', \'février\', \'mars\', \'avril\', \'mai\', \'juin\', \'juillet\',', + ' \'août\', \'septembre\', \'octobre\', \'novembre\', \'décembre\'],', + ' STANDALONEMONTHS: [\'janvier\', \'février\', \'mars\', \'avril\', \'mai\', \'juin\',', + ' \'juillet\', \'août\', \'septembre\', \'octobre\', \'novembre\', \'décembre\'],', + ' SHORTMONTHS: [\'janv.\', \'févr.\', \'mars\', \'avr.\', \'mai\', \'juin\', \'juil.\',', + ' \'août\', \'sept.\', \'oct.\', \'nov.\', \'déc.\'],', + ' STANDALONESHORTMONTHS: [\'janv.\', \'févr.\', \'mars\', \'avr.\', \'mai\', \'juin\',', + ' \'juil.\', \'août\', \'sept.\', \'oct.\', \'nov.\', \'déc.\'],', + ' WEEKDAYS: [\'dimanche\', \'lundi\', \'mardi\', \'mercredi\', \'jeudi\', \'vendredi\',', + ' \'samedi\'],', + ' STANDALONEWEEKDAYS: [\'dimanche\', \'lundi\', \'mardi\', \'mercredi\', \'jeudi\',', + ' \'vendredi\', \'samedi\'],', + ' SHORTWEEKDAYS: [\'dim.\', \'lun.\', \'mar.\', \'mer.\', \'jeu.\', \'ven.\', \'sam.\'],', + ' STANDALONESHORTWEEKDAYS: [\'dim.\', \'lun.\', \'mar.\', \'mer.\', \'jeu.\', \'ven.\',', + ' \'sam.\'],', + ' NARROWWEEKDAYS: [\'D\', \'L\', \'M\', \'M\', \'J\', \'V\', \'S\'],', + ' STANDALONENARROWWEEKDAYS: [\'D\', \'L\', \'M\', \'M\', \'J\', \'V\', \'S\'],', + ' SHORTQUARTERS: [\'T1\', \'T2\', \'T3\', \'T4\'],', + ' QUARTERS: [\'1er trimestre\', \'2e trimestre\', \'3e trimestre\', \'4e trimestre\'],', + ' AMPMS: [\'AM\', \'PM\'],', + ' DATEFORMATS: [\'EEEE d MMMM y\', \'d MMMM y\', \'yyyy-MM-dd\', \'yy-MM-dd\'],', + ' TIMEFORMATS: [\'HH \\\'h\\\' mm \\\'min\\\' ss \\\'s\\\' zzzz\', \'HH:mm:ss z\',', + ' \'HH:mm:ss\', \'HH:mm\'],', + ' FIRSTDAYOFWEEK: 6,', + ' WEEKENDRANGE: [5, 6],', + ' FIRSTWEEKCUTOFFDAY: 2', + '};' + ].join('\n'); + var localeInfo = {}; + var expectedLocaleInfo = { + fr_CA: { + DATETIME_FORMATS: { + MONTH: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', + 'octobre', 'novembre', 'décembre'], + STANDALONEMONTH: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', + 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + SHORTMONTH: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', + 'nov.', 'déc.'], + DAY: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + SHORTDAY: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + FIRSTDAYOFWEEK: 6, + WEEKENDRANGE: [5, 6], + AMPMS: ['AM', 'PM'], + ERAS: ['av. J.-C.', 'ap. J.-C.'], + ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'], + medium: 'yyyy-MM-dd HH:mm:ss', + short: 'yy-MM-dd HH:mm', + fullDate: 'EEEE d MMMM y', + longDate: 'd MMMM y', + mediumDate: 'yyyy-MM-dd', + shortDate: 'yy-MM-dd', + mediumTime: 'HH:mm:ss', + shortTime: 'HH:mm' + } + } + }; + extractDateTimeSymbols(CONTENT, localeInfo); + expect(localeInfo).toEqual(expectedLocaleInfo); + }); +}); + +describe('pluralExtractor', function() { + it('should output PLURAL_CAT in the output string code', function() { + var content = ( + 'goog.provide(\'goog.i18n.pluralRules\');\n' + + '\n' + + 'goog.i18n.pluralRules.Keyword = {\n' + + ' ZERO: \'zero\',\n' + + ' ONE: \'one\',\n' + + ' TWO: \'two\',\n' + + ' FEW: \'few\',\n' + + ' MANY: \'many\',\n' + + ' OTHER: \'other\'\n' + + '};\n' + + '\n' + + 'goog.i18n.pluralRules.frSelect_ = function(n) {\n' + + ' if (n >= 0 && n < 2) {\n' + + ' return goog.i18n.pluralRules.Keyword.ONE;\n' + + ' }\n' + + ' return goog.i18n.pluralRules.Keyword.OTHER;\n' + + '};\n' + + '\n' + + 'if (goog.LOCALE == \'fr\') {\n' + + ' goog.i18n.pluralRules.select = goog.i18n.pluralRules.frSelect_;\n' + + '}' + ); + var localeInfo = newTestLocaleInfo(); + closureI18nExtractor.pluralExtractor(content, localeInfo); + var pluralCat = localeInfo['fr_CA'].pluralCat; + expect(pluralCat).toBeDefined(); + // pluralCat is the source text for the pluralCat and contains @@ + // placeholders that need to be stripped before evaluation. + // Ref: closureI18nExtractor.pluralExtractor. + pluralCat = pluralCat.replace(/^@@|@@$/g, ''); + // pluralCat requires these constants to exist. + // eslint-disable-next-line no-unused-vars + var PLURAL_CATEGORY = { + ZERO: 'zero', ONE: 'one', TWO: 'two', + FEW: 'few', MANY: 'many', OTHER: 'other' + }; + // Obtain the function by evaluating the source text. + // eslint-disable-next-line no-eval + pluralCat = eval('(' + pluralCat + ')'); + // Confirm some expectations for pluralCat in fr_CA. + expect(pluralCat(0)).toEqual('one'); + expect(pluralCat(3)).toEqual('other'); + }); +}); + +describe('serializeContent', function() { + it('should not make any modifications to the content of the locale', function() { + var serializedContent = closureI18nExtractor.serializeContent(newTestLocaleInfo()); + // eslint-disable-next-line no-eval + expect(eval('(' + serializedContent + ')')).toEqual(newTestLocaleInfo()); + }); + it('should only have ascii characters', function() { + var serializedContent = closureI18nExtractor.serializeContent(newTestLocaleInfo()); + expect((/[^\u0001-\u007f]/).test(serializedContent)).toBe(false); + }); + it('should not transform arrays into objects', function() { + var serializedContent = closureI18nExtractor.serializeContent(newTestLocaleInfo().fr_CA); + // eslint-disable-next-line no-eval + var deserializedLocale = eval('(' + serializedContent + ')'); + expect(deserializedLocale.DATETIME_FORMATS.MONTH.length).not.toBeUndefined(); + }); +}); + +describe('outputLocale', function() { + it('should render the correct locale ids', function() { + var output = outputLocale(newTestLocaleInfo(), 'fr_CA'); + expect(output).toContain('"id": "fr-ca"'); + expect(output).toContain('"localeID": "fr_CA"'); + }); +}); diff --git a/i18n/spec/converterSpec.js b/i18n/spec/converterSpec.js index a7879e6beacf..ee6bf80698ed 100644 --- a/i18n/spec/converterSpec.js +++ b/i18n/spec/converterSpec.js @@ -1,6 +1,8 @@ +'use strict'; + var converter = require('../src/converter.js'); -describe("convertNumberData", function() { +describe('convertNumberData', function() { var convert = converter.convertNumberData, dataObj = { DECIMAL_SEP: ',', GROUP_SEP: '.', @@ -24,19 +26,21 @@ describe("convertNumberData", function() { }); -describe("convertDatetimeData", function() { +describe('convertDatetimeData', function() { var convert = converter.convertDatetimeData, dataObj = { MONTHS: ['Enero', 'Pebrero'], + STANDALONEMONTHS: ['Enero', 'Pebrero'], SHORTMONTHS: ['Ene', 'Peb'], WEEKDAYS: ['Linggo', 'Lunes'], SHORTWEEKDAYS: ['Lin', 'Lun'], AMPMS: ['AM', 'PM'], DATEFORMATS: ['a', 'b', 'c', 'd'], TIMEFORMATS: ['e', 'f', 'g', 'h'] }; - + it('should convert empty datetime obj', function() { var processedData = convert(dataObj); expect(processedData.MONTH).toEqual(['Enero', 'Pebrero']); + expect(processedData.STANDALONEMONTH).toEqual(['Enero', 'Pebrero']); expect(processedData.SHORTMONTH).toEqual(['Ene', 'Peb']); expect(processedData.DAY).toEqual(['Linggo', 'Lunes']); expect(processedData.SHORTDAY).toEqual(['Lin', 'Lun']); diff --git a/i18n/spec/parserSpec.js b/i18n/spec/parserSpec.js index 2904e31cece4..c26e49e9b85c 100644 --- a/i18n/spec/parserSpec.js +++ b/i18n/spec/parserSpec.js @@ -1,4 +1,43 @@ -var parsePattern = require('../src/parser.js').parsePattern; +'use strict'; + +var parser = require('../src/parser'); +var ensureDecimalSep = parser.ensureDecimalSep; +var parsePattern = parser.parsePattern; + +describe('ensureDecimalSep', function() { + it('should leave patterns with DECIMAL_SEP untouched', function() { + [ + '#,##0.00', + '$#,##0.00', + '#,##0.00$', + '$0.00', + '0.00$', + '0.0', + '#,##0.', + '0.' + ].forEach(function(pattern) { + expect(ensureDecimalSep(pattern)).toBe(pattern); + }); + }); + + it('should add a DECIMAL_SEP in patterns that don\'t have one (after the last ZERO)', function() { + var patterns = { + '#,##000': '#,##000.', + '$#,#0#00': '$#,#0#00.', + '#,##000$': '#,##000.$', + '$000': '$000.', + '000$': '000.$', + '00': '00.', + '#,##0': '#,##0.', + '0': '0.' + }; + + Object.keys(patterns).forEach(function(input) { + var output = patterns[input]; + expect(ensureDecimalSep(input)).toBe(output); + }); + }); +}); describe('parsePattern', function() { function parseAndExpect(pattern, pp, np, ps, ns, mii, mif, maf, g, lg) { @@ -22,30 +61,43 @@ describe('parsePattern', function() { parseAndExpect('#,##0.###', '', '-', '', '', 1, 0, 3, 3, 3); parseAndExpect('#,##0.###;#,##0.###-', '', '', '', '-', 1, 0, 3, 3, 3); parseAndExpect('#,##,##0.###', '', '-', '', '', 1, 0, 3, 2, 3); - parseAndExpect("#,##0.###;\'\u202A\'-#,##0.###\'\u202C\'", + parseAndExpect('#,##0.###;\'\u202A\'-#,##0.###\'\u202C\'', '', '\u202A-', '', '\u202C', 1, 0, 3, 3, 3); + parseAndExpect('#0.###;#0.###-', '', '', '', '-', 1, 0, 3, 0, 0); + + // Even patterns without a DECIMAL_SEP + parseAndExpect('#,##0', '', '-', '', '', 1, 0, 0, 3, 3); + parseAndExpect('+#,##0', '+', '-+', '', '', 1, 0, 0, 3, 3); + parseAndExpect('#,#0;+#,#0', '', '+', '', '', 1, 0, 0, 2, 2); + parseAndExpect('#,##,##0+;(#,##,##0)', '', '(', '+', ')', 1, 0, 0, 2, 3); }); it('should parse CURRENCY patterns', function() { // all CURRENCY patterns from closure parseAndExpect('#,##0.00 \u00A4', '', '-', ' \u00A4', ' \u00A4', 1, 2, 2, 3, 3); - parseAndExpect("#,##0.00\u00A0\u00A4;\'\u202A\'-#,##0.00\'\u202C\'\u00A0\u00A4", + parseAndExpect('#,##0.00\u00A0\u00A4;\'\u202A\'-#,##0.00\'\u202C\'\u00A0\u00A4', '', '\u202A-', '\u00A0\u00A4', '\u202C\u00A0\u00A4', 1, 2, 2, 3, 3); parseAndExpect('#,##0.00 \u00A4;(#,##0.00 \u00A4)', '', '(', ' \u00A4', ' \u00A4)', 1, 2, 2, 3, 3); parseAndExpect('#,##,##0.00\u00A4', '', '-', '\u00A4', '\u00A4', 1, 2, 2, 2, 3); parseAndExpect('#,##,##0.00\u00A4;(#,##,##0.00\u00A4)', '', '(', '\u00A4', '\u00A4)', 1, 2, 2, 2, 3); - parseAndExpect('\u00A4#,##0.00', '\u00A4', '\u00A4-', '', '', 1, 2, 2, 3, 3); + parseAndExpect('\u00A4#,##0.00', '\u00A4', '-\u00A4', '', '', 1, 2, 2, 3, 3); parseAndExpect('\u00A4#,##0.00;(\u00A4#,##0.00)', '\u00A4', '(\u00A4', '', ')', 1, 2, 2, 3, 3); parseAndExpect('\u00A4#,##0.00;\u00A4-#,##0.00', '\u00A4', '\u00A4-', '', '', 1, 2, 2, 3, 3); - parseAndExpect('\u00A4 #,##0.00', '\u00A4 ', '\u00A4 -', '', '', 1, 2, 2, 3, 3); + parseAndExpect('\u00A4 #,##0.00', '\u00A4 ', '-\u00A4 ', '', '', 1, 2, 2, 3, 3); parseAndExpect('\u00A4 #,##0.00;\u00A4-#,##0.00', '\u00A4 ', '\u00A4-', '', '', 1, 2, 2, 3, 3); parseAndExpect('\u00A4 #,##0.00;\u00A4 #,##0.00-', '\u00A4 ', '\u00A4 ', '', '-', 1, 2, 2, 3, 3); - parseAndExpect('\u00A4 #,##,##0.00', '\u00A4 ', '\u00A4 -', '', '', 1, 2, 2, 2, 3); + parseAndExpect('\u00A4 #,##,##0.00', '\u00A4 ', '-\u00A4 ', '', '', 1, 2, 2, 2, 3); + + // Even patterns without a DECIMAL_SEP + parseAndExpect('#,##0 \u00A4', '', '-', ' \u00A4', ' \u00A4', 1, 0, 0, 3, 3); + parseAndExpect('\u00A4 #,##0', '\u00A4 ', '-\u00A4 ', '', '', 1, 0, 0, 3, 3); + parseAndExpect('#,#0 \u00A4;+#,#0\u00A4', '', '+', ' \u00A4', '\u00A4', 1, 0, 0, 2, 2); + parseAndExpect('\u00A4 #,##,##0;(\u00A4 #,##,##0)', '\u00A4 ', '(\u00A4 ', '', ')', 1, 0, 0, 2, 3); }); }); diff --git a/i18n/spec/utilSpec.js b/i18n/spec/utilSpec.js deleted file mode 100644 index e6304254c41c..000000000000 --- a/i18n/spec/utilSpec.js +++ /dev/null @@ -1,14 +0,0 @@ -var util = require('../src/util.js'); - -describe('findLocaleId', function() { - it('should find localeId', function() { - expect(util.findLocaleId('', 'num')).toBeUndefined(); - expect(util.findLocaleId('aa', 'datetime')).toBeUndefined(); - expect(util.findLocaleId('aa', 'randomType')).toBeUndefined(); - expect(util.findLocaleId('NumberFormatSymbols_en', 'datetime')).toBeUndefined(); - expect(util.findLocaleId('DateTimeSymbols_en', 'num')).toBeUndefined(); - - expect(util.findLocaleId('DateTimeSymbols_en', 'datetime')).toBe('en'); - expect(util.findLocaleId('NumberFormatSymbols_en_US', 'num')).toBe('en_US'); - }); -}); diff --git a/i18n/src/.eslintrc.json b/i18n/src/.eslintrc.json new file mode 100644 index 000000000000..54bd17c95c46 --- /dev/null +++ b/i18n/src/.eslintrc.json @@ -0,0 +1,4 @@ +{ + "root": true, + "extends": "../../.eslintrc-node.json" +} diff --git a/i18n/src/closureI18nExtractor.js b/i18n/src/closureI18nExtractor.js new file mode 100644 index 000000000000..81d367a7158b --- /dev/null +++ b/i18n/src/closureI18nExtractor.js @@ -0,0 +1,236 @@ +'use strict'; + +var converter = require('./converter.js'); + +exports.extractNumberSymbols = extractNumberSymbols; +exports.extractCurrencySymbols = extractCurrencySymbols; +exports.extractDateTimeSymbols = extractDateTimeSymbols; +exports.pluralExtractor = pluralExtractor; +exports.outputLocale = outputLocale; +exports.correctedLocaleId = correctedLocaleId; +exports.findLocaleId = findLocaleId; +exports.serializeContent = serializeContent; + +var goog = { provide: function() {}, + require: function() {}, + i18n: {currency: {}, pluralRules: {}} }; + +function findLocaleId(str, type) { + if (type === 'num') { + return (str.match(/^NumberFormatSymbols_(.+)$/) || [])[1]; + } + + if (type !== 'datetime') { throw new Error('unknown type in findLocaleId: ' + type); } + + return (str.match(/^DateTimeSymbols_(.+)$/) || [])[1]; +} + + +function getInfoForLocale(localeInfo, localeID) { + if (!localeInfo[localeID]) { + localeInfo[localeID] = {}; + //localeIds.push(localeID); + } + return localeInfo[localeID]; +} + +function extractNumberSymbols(content, localeInfo, currencySymbols) { + //eval script in the current context so that we get access to all the symbols + // eslint-disable-next-line no-eval + eval(content.toString()); + for (var propName in goog.i18n) { + var localeID = findLocaleId(propName, 'num'); + if (localeID) { + var info = getInfoForLocale(localeInfo, localeID); + info.NUMBER_FORMATS = + converter.convertNumberData(goog.i18n[propName], currencySymbols); + } + } +} + +function extractCurrencySymbols(content) { + //eval script in the current context so that we get access to all the symbols + // eslint-disable-next-line no-eval + eval(content.toString()); + // var currencySymbols = goog.i18n.currency.CurrencyInfo; + // currencySymbols.__proto__ = goog.i18n.currency.CurrencyInfoTier2; + + return Object.assign({}, goog.i18n.currency.CurrencyInfoTier2, goog.i18n.currency.CurrencyInfo); +} + +function extractDateTimeSymbols(content, localeInfo) { + //eval script in the current context so that we get access to all the symbols + // eslint-disable-next-line no-eval + eval(content.toString()); + for (var propName in goog.i18n) { + var localeID = findLocaleId(propName, 'datetime'); + if (localeID) { + var info = getInfoForLocale(localeInfo, localeID); + info.DATETIME_FORMATS = + converter.convertDatetimeData(goog.i18n[propName]); + } + } +} + +function pluralExtractor(content, localeInfo) { + var contentText = content.toString(); + var localeIds = Object.keys(localeInfo); + for (var i = 0; i < localeIds.length; i++) { + //We don't need to care about country ID because the plural rules in more specific id are + //always the same as those in its language ID. + // e.g. plural rules for en_SG is the same as those for en. + goog.LOCALE = localeIds[i].match(/[^_]+/)[0]; + try { + // eslint-disable-next-line no-eval + eval(contentText); + } catch (e) { + console.log('Error in eval(contentText): ' + e.stack); + } + if (!goog.i18n.pluralRules.select) { + console.log('No select for lang [' + goog.LOCALE + ']'); + continue; + } + var temp = goog.i18n.pluralRules.select.toString(). + replace(/function\s+\(/g, 'function('). + replace(/goog\.i18n\.pluralRules\.Keyword/g, 'PLURAL_CATEGORY'). + replace(/goog\.i18n\.pluralRules\.get_vf_/g, 'getVF'). + replace(/goog\.i18n\.pluralRules\.get_wt_/g, 'getWT'). + replace(/goog\.i18n\.pluralRules\.decimals_/g, 'getDecimals'). + replace(/\n/g, ''); + + ///@@ is a crazy place holder to be replaced before writing to file + localeInfo[localeIds[i]].pluralCat = '@@' + temp + '@@'; + } +} + +function correctedLocaleId(localeID) { +// e.g. from zh_CN to zh-CN, from en_US to en-US + return localeID.replace(/_/g, '-').toLowerCase(); +} + +function canonicalizeForJsonStringify(unused_key, object) { + // This function is intended to be called as the 2nd argument to + // JSON.stringify. The goal here is to ensure that the generated JSON has + // objects with their keys in ascending order. Without this, it's much + // harder to diff the generated files in src/ngLocale as the order isn't + // exactly consistent. We've gotten lucky in the past. + // + // Iteration order, for string keys, ends up being the same as insertion + // order. Refer :- + // 1. http://ejohn.org/blog/javascript-in-chrome/ + // (search for "for loop order"). + // Currently all major browsers loop over the properties of an object + // in the order in which they were defined. + // - John Resig + // 2. https://code.google.com/p/v8/issues/detail?id=164 + // ECMA-262 does not specify enumeration order. The de facto standard + // is to match insertion order, which V8 also does ... + if (typeof object !== 'object' || Object.prototype.toString.apply(object) === '[object Array]') { + return object; + } + var result = {}; + Object.keys(object).sort().forEach(function(key) { + result[key] = object[key]; + }); + return result; +} + +function serializeContent(localeObj) { + return JSON.stringify(localeObj, canonicalizeForJsonStringify, ' ') + .replace(new RegExp('[\\u007f-\\uffff]', 'g'), function(c) { return '\\u' + ('0000' + c.charCodeAt(0).toString(16)).slice(-4); }) + .replace(/"@@|@@"/g, ''); +} + +function outputLocale(localeInfo, localeID) { + var fallBackID = localeID.match(/[A-Za-z]+/)[0], + localeObj = localeInfo[localeID], + fallBackObj = localeInfo[fallBackID]; + + // fallBack to language formats when country format is missing + // e.g. if NUMBER_FORMATS of en_xyz is not present, use the NUMBER_FORMATS of en instead + if (!localeObj.NUMBER_FORMATS) { + localeObj.NUMBER_FORMATS = fallBackObj.NUMBER_FORMATS; + } + + // datetimesymbolsext.js provides more top level locales than the other + // files. We process datetimesymbolsext.js because we want the country + // specific formats that are missing from datetimesymbols.js. However, we + // don't want to write locale files that only have dateformat (i.e. missing + // number formats.) So we skip them. + if (!localeObj.NUMBER_FORMATS) { + console.log('Skipping locale %j: Don\'t have any number formats', localeID); + return null; + } + + if (!localeObj.DATETIME_FORMATS) { + localeObj.DATETIME_FORMATS = fallBackObj.DATETIME_FORMATS; + } + localeObj.localeID = localeID; + localeObj.id = correctedLocaleId(localeID); + + var getDecimals = [ + 'function getDecimals(n) {', + ' n = n + \'\';', + ' var i = n.indexOf(\'.\');', + ' return (i == -1) ? 0 : n.length - i - 1;', + '}', '', '' + ].join('\n'); + + var getVF = [ + 'function getVF(n, opt_precision) {', + ' var v = opt_precision;', '', + ' if (undefined === v) {', + ' v = Math.min(getDecimals(n), 3);', + ' }', '', + ' var base = Math.pow(10, v);', + ' var f = ((n * base) | 0) % base;', + ' return {v: v, f: f};', + '}', '', '' + ].join('\n'); + + var getWT = + [ + 'function getWT(v, f) {', + ' if (f === 0) {', + ' return {w: 0, t: 0};', + ' }', '', + ' while ((f % 10) === 0) {', + ' f /= 10;', + ' v--;', + ' }', '', + ' return {w: v, t: f};', + '}', '', '' + ].join('\n'); + + localeObj = { + DATETIME_FORMATS: localeObj.DATETIME_FORMATS, + NUMBER_FORMATS: localeObj.NUMBER_FORMATS, + pluralCat: localeObj.pluralCat, + id: localeObj.id, + localeID: localeID + }; + + var content = serializeContent(localeObj); + if (content.indexOf('getVF(') < 0) { + getVF = ''; + } + if (content.indexOf('getWT(') < 0) { + getWT = ''; + } + if (!getVF && content.indexOf('getDecimals(') < 0) { + getDecimals = ''; + } + + var prefix = + '\'use strict\';\n' + + 'angular.module("ngLocale", [], ["$provide", function($provide) {\n' + + 'var PLURAL_CATEGORY = {' + + 'ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"' + + '};\n' + + getDecimals + getVF + getWT + + '$provide.value("$locale", '; + + var suffix = ');\n}]);\n'; + + return prefix + content + suffix; +} diff --git a/i18n/src/closureSlurper.js b/i18n/src/closureSlurper.js index 2e78ef64378b..9ada804a43ff 100755 --- a/i18n/src/closureSlurper.js +++ b/i18n/src/closureSlurper.js @@ -1,130 +1,101 @@ #!/usr/bin/env node 'use strict'; -var Q = require('qq'), - qfs = require('q-fs'), - converter = require('./converter.js'), - util = require('./util.js'), - localeInfo = {}, - localeIds = [], - currencySymbols, - goog = { provide: function() {}, - require: function() {}, - i18n: {currency: {}, pluralRules: {}} }; - -createFolder('../../src/ngLocale/').then(function() { - var promiseA = Q.defer(), - promiseB = Q.defer(); - - qfs.read(__dirname + '/../closure/currencySymbols.js', 'b').then(function(content) { - eval(content.toString()); - currencySymbols = goog.i18n.currency.CurrencyInfo; - currencySymbols.__proto__ = goog.i18n.currency.CurrencyInfoTier2; - - qfs.read(__dirname + '/../closure/numberSymbols.js', 'b').then(function(content) { - //eval script in the current context so that we get access to all the symbols - eval(content.toString()); - for (var propName in goog.i18n) { - var localeID = util.findLocaleId(propName, 'num'); - if (localeID) { - if (!localeInfo[localeID]) { - localeInfo[localeID] = {}; - localeIds.push(localeID); - } - var convertedData = converter.convertNumberData(goog.i18n[propName], currencySymbols); - localeInfo[localeID].NUMBER_FORMATS = convertedData; - } - } - - promiseA.resolve(); +var Q = require('q'), + qfs = require('q-io/fs'), + closureI18nExtractor = require('./closureI18nExtractor.js'), + localeInfo = {}; + + +var NG_LOCALE_DIR = __dirname + '/../../src/ngLocale/'; + + +function readSymbols() { + console.log('Processing currency and number symbols ...'); + var numericStagePromise = qfs.read(__dirname + '/../closure/currencySymbols.js', 'b') + .then(function(content) { + var currencySymbols = closureI18nExtractor.extractCurrencySymbols(content); + return qfs.read(__dirname + '/../closure/numberSymbols.js', 'b').then(function(content) { + var numberSymbols = content; + return qfs.read(__dirname + '/../closure/numberSymbolsExt.js', 'b') + .then(function(content) { + numberSymbols += content; + return closureI18nExtractor.extractNumberSymbols(numberSymbols, localeInfo, currencySymbols); + }); + }); + }); + + console.log('Processing datetime symbols ...'); + var datetimeStagePromise = qfs.read(__dirname + '/../closure/datetimeSymbols.js', 'b') + .then(function(content) { + closureI18nExtractor.extractDateTimeSymbols(content, localeInfo); + return qfs.read(__dirname + '/../closure/datetimeSymbolsExt.js', 'b').then(function(content) { + closureI18nExtractor.extractDateTimeSymbols(content, localeInfo); + }); }); - }); - - qfs.read(__dirname + '/../closure/datetimeSymbols.js', 'b').then(function(content) { - eval(content.toString()); - for (var propName in goog.i18n) { - var localeID = util.findLocaleId(propName, 'datetime'); - if (localeID) { - if (!localeInfo[localeID]) { - localeInfo[localeID] = {}; - localeIds.push(localeID); - } - var convertedData = converter.convertDatetimeData(goog.i18n[propName]); - localeInfo[localeID].DATETIME_FORMATS = convertedData; - } - } - - promiseB.resolve(); - }); - - return Q.join(promiseA.promise, promiseB.promise, noop); -}).then(function() { - var promise = Q.defer(); - - qfs.read(__dirname + '/../closure/pluralRules.js').then(function(content) { - for(var i = 0; i < localeIds.length; i++) { - //We don't need to care about country ID because the plural rules in more specific id are - //always the same as those in its language ID. - // e.g. plural rules for en_SG is the same as those for en. - goog.LOCALE = localeIds[i].match(/[^_]+/)[0]; - eval(content); - var temp = goog.i18n.pluralRules.select.toString(). - replace(/goog.i18n.pluralRules.Keyword/g, 'PLURAL_CATEGORY').replace(/\n/g, ''); + return Q.all([numericStagePromise, datetimeStagePromise]); +} - ///@@ is a crazy place holder to be replaced before writing to file - localeInfo[localeIds[i]].pluralCat = "@@" + temp + "@@"; - } - promise.resolve(); +function extractPlurals() { + console.log('Extracting Plurals ...'); + return qfs.read(__dirname + '/../closure/pluralRules.js').then(function(content) { + closureI18nExtractor.pluralExtractor(content, localeInfo); }); +} - return promise.promise; -}).then(function() { - localeIds.forEach(function(localeID) { - var fallBackID = localeID.match(/[A-Za-z]+/)[0], - localeObj = localeInfo[localeID], - fallBackObj = localeInfo[fallBackID]; - - // fallBack to language formats when country format is missing - // e.g. if NUMBER_FORMATS of en_xyz is not present, use the NUMBER_FORMATS of en instead - if (!localeObj.NUMBER_FORMATS) { - localeObj.NUMBER_FORMATS = fallBackObj.NUMBER_FORMATS; - } - - if (!localeObj.DATETIME_FORMATS) { - localeObj.DATETIME_FORMATS = fallBackObj.DATETIME_FORMATS; +function writeLocaleFiles() { + console.log('Final stage: Writing AngularJS locale files to directory: %j', NG_LOCALE_DIR); + var result = Q.defer(); + var localeIds = Object.keys(localeInfo); + var num_files = 0; + + console.log('Generated %j locale files.', localeIds.length); + loop(); + return result.promise; + + // Need to use a loop and not write the files in parallel, + // as otherwise we will get the error EMFILE, which means + // we have too many open files. + function loop() { + var nextPromise; + if (localeIds.length) { + nextPromise = process(localeIds.pop()) || Q.when(); + nextPromise.then(loop, result.reject); + } else { + result.resolve(num_files); } + } + + function process(localeID) { + var content = closureI18nExtractor.outputLocale(localeInfo, localeID); + if (!content) return; + var correctedLocaleId = closureI18nExtractor.correctedLocaleId(localeID); + var filename = NG_LOCALE_DIR + 'angular-locale_' + correctedLocaleId + '.js'; + console.log('Writing ' + filename); + return qfs.write(filename, content) + .then(function() { + console.log('Wrote ' + filename); + ++num_files; + }); + } - // e.g. from zh_CN to zh-CN, from en_US to en-US - var correctedLocaleId = localeID.replace(/_/g, '-').toLowerCase(); - localeObj.id = correctedLocaleId; - - var prefix = - 'angular.module("ngLocale", [], ["$provide", function($provide) {\n' + - 'var PLURAL_CATEGORY = {' + - 'ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"' + - '};\n' + - '$provide.value("$locale", '; - - var suffix = ');\n}]);'; - - var content = JSON.stringify(localeInfo[localeID]).replace(/\¤/g,'\\u00A4'). - replace(/"@@|@@"/g, ''); - - var toWrite = prefix + content + suffix; - qfs.write(__dirname + '/../locale/' + 'angular-locale_' + correctedLocaleId + '.js', toWrite); - }); - console.log('Generated ' + localeIds.length + ' locale files!'); -}).end(); - -function noop() {}; +} /** * Make a folder under current directory. * @param folder {string} name of the folder to be made */ function createFolder(folder) { - return qfs.isDirectory(__dirname + '/' + folder).then(function(isDir) { - if (!isDir) return qfs.makeDirectory(__dirname + '/' + folder); + return qfs.isDirectory(folder).then(function(isDir) { + if (!isDir) return qfs.makeDirectory(folder).then(function() { + console.log('Created directory %j', folder); + }); }); } + +createFolder(NG_LOCALE_DIR) + .then(readSymbols) + .then(extractPlurals) + .then(writeLocaleFiles) + .done(function(num_files) { console.log('Wrote %j files.\nAll Done!', num_files); }); diff --git a/i18n/src/converter.js b/i18n/src/converter.js index a318726ae015..c71f3c47b7cd 100644 --- a/i18n/src/converter.js +++ b/i18n/src/converter.js @@ -1,3 +1,5 @@ +'use strict'; + /** * after obtaining data from closure files, use converter to massage the data into the formats * we want @@ -10,24 +12,22 @@ var parsePattern = require('./parser').parsePattern; function convertNumberData(dataObj, currencySymbols) { - var numberFormats = {}, - - numberFormats = { + var numberFormats = { DECIMAL_SEP: dataObj.DECIMAL_SEP, GROUP_SEP: dataObj.GROUP_SEP, PATTERNS: [parsePattern(dataObj.DECIMAL_PATTERN), parsePattern(dataObj.CURRENCY_PATTERN)] - } + }; if (currencySymbols[dataObj.DEF_CURRENCY_CODE]) { numberFormats.CURRENCY_SYM = currencySymbols[dataObj.DEF_CURRENCY_CODE][1]; } else { - if (dataObj.DEF_CURRENCY_CODE == 'MTL') { + if (dataObj.DEF_CURRENCY_CODE === 'MTL') { numberFormats.CURRENCY_SYM = '₤'; //for some reason this is missing in closure } else { // if there is no corresponding currency symbol, just use currency code. var code = numberFormats.CURRENCY_SYM = dataObj.DEF_CURRENCY_CODE; - console.log(code +' has no currency symbol in closure, used ' + code + ' instead!'); + console.log(code + ' has no currency symbol in closure, used ' + code + ' instead!'); } } return numberFormats; @@ -39,9 +39,14 @@ function convertDatetimeData(dataObj) { datetimeFormats.MONTH = dataObj.MONTHS; datetimeFormats.SHORTMONTH = dataObj.SHORTMONTHS; + datetimeFormats.STANDALONEMONTH = dataObj.STANDALONEMONTHS; datetimeFormats.DAY = dataObj.WEEKDAYS; datetimeFormats.SHORTDAY = dataObj.SHORTWEEKDAYS; datetimeFormats.AMPMS = dataObj.AMPMS; + datetimeFormats.FIRSTDAYOFWEEK = dataObj.FIRSTDAYOFWEEK; + datetimeFormats.WEEKENDRANGE = dataObj.WEEKENDRANGE; + datetimeFormats.ERAS = dataObj.ERAS; + datetimeFormats.ERANAMES = dataObj.ERANAMES; datetimeFormats.medium = dataObj.DATEFORMATS[2] + ' ' + dataObj.TIMEFORMATS[2]; diff --git a/i18n/src/parser.js b/i18n/src/parser.js index db31aeefa966..2c289be2550c 100644 --- a/i18n/src/parser.js +++ b/i18n/src/parser.js @@ -1,24 +1,39 @@ +'use strict'; + /** * A simple parser to parse a number format into a pattern object */ +exports.ensureDecimalSep = ensureDecimalSep; exports.parsePattern = parsePattern; -var PATTERN_SEP = ';', - DECIMAL_SEP = '.', - GROUP_SEP = ',', - ZERO = '0', - DIGIT = '#'; +var PATTERN_SEP = ';', + DECIMAL_SEP = '.', + GROUP_SEP = ',', + DIGIT = '#', + ZERO = '0', + LAST_ZERO_RE = /^(.*0)(?!0)(.*)$/; + +/** + * Helper function for parser. + * Ensures that `pattern` (e.g #,##0.###) contains a DECIMAL_SEP, which is necessary for further + * parsing. If a pattern does not include one, it is added after the last ZERO (which is the last + * thing before the `posSuf` - if any). + */ +function ensureDecimalSep(pattern) { + return (pattern.indexOf(DECIMAL_SEP) !== -1) + ? pattern : pattern.replace(LAST_ZERO_RE, '$1' + DECIMAL_SEP + '$2'); +} /** - * main funciton for parser + * main function for parser * @param str {string} pattern to be parsed (e.g. #,##0.###). */ function parsePattern(pattern) { var p = { minInt: 1, minFrac: 0, - macFrac: 0, + maxFrac: 0, posPre: '', posSuf: '', negPre: '', @@ -27,36 +42,45 @@ function parsePattern(pattern) { lgSize: 0 }; - var parts = pattern.split(PATTERN_SEP), - positive = parts[0], - negative = parts[1]; + var patternParts = pattern.split(PATTERN_SEP), + positive = patternParts[0], + negative = patternParts[1]; - var parts = positive.split(DECIMAL_SEP), - integer = parts[0], - fraction = parts[1]; + // The parsing logic further below assumes that there will always be a DECIMAL_SEP in the pattern. + // However, some locales (e.g. agq_CM) do not have one, thus we add one after the last ZERO + // (which is the last thing before the `posSuf` - if any). Since there will be no ZEROs or DIGITs + // after DECIMAL_SEP, `min/maxFrac` will remain 0 (which is accurate - no fraction digits) and + // `posSuf` will be processed correctly. + // For example `#,##0$` would be converted to `#,##0.$`, which would (correctly) result in: + // `minFrac: 0`, `maxFrac: 0`, `posSuf: '$'` + // Note: We shouldn't modify `positive` directly, because it is used to parse the negative part.) + var positiveWithDecimalSep = ensureDecimalSep(positive), + positiveParts = positiveWithDecimalSep.split(DECIMAL_SEP), + integer = positiveParts[0], + fraction = positiveParts[1]; p.posPre = integer.substr(0, integer.indexOf(DIGIT)); for (var i = 0; i < fraction.length; i++) { var ch = fraction.charAt(i); - if (ch == ZERO) p.minFrac = p.maxFrac = i + 1; - else if (ch == DIGIT) p.maxFrac = i + 1; + if (ch === ZERO) p.minFrac = p.maxFrac = i + 1; + else if (ch === DIGIT) p.maxFrac = i + 1; else p.posSuf += ch; } var groups = integer.split(GROUP_SEP); - p.gSize = groups[1].length; - p.lgSize = (groups[2] || groups[1]).length; + p.gSize = groups[1] ? groups[1].length : 0; + p.lgSize = (groups[2] || groups[1]) ? (groups[2] || groups[1]).length : 0; if (negative) { var trunkLen = positive.length - p.posPre.length - p.posSuf.length, pos = negative.indexOf(DIGIT); - p.negPre = negative.substr(0, pos).replace(/\'/g, ''); - p.negSuf = negative.substr(pos + trunkLen).replace(/\'/g, ''); + p.negPre = negative.substr(0, pos).replace(/'/g, ''); + p.negSuf = negative.substr(pos + trunkLen).replace(/'/g, ''); } else { // hardcoded '-' sign is fine as all locale use '-' as MINUS_SIGN. (\u2212 is the same as '-') - p.negPre = p.posPre + '-'; + p.negPre = '-' + p.posPre; p.negSuf = p.posSuf; } diff --git a/i18n/src/util.js b/i18n/src/util.js deleted file mode 100644 index 82e2a7e4681a..000000000000 --- a/i18n/src/util.js +++ /dev/null @@ -1,7 +0,0 @@ -exports.findLocaleId = function findLocaleId(str, type) { - if (type === 'num') { - return (str.match(/^NumberFormatSymbols_(.+)$/) || [])[1]; - } else if (type == 'datetime') { - return (str.match(/^DateTimeSymbols_(.+)$/) || [])[1]; - } -} diff --git a/i18n/ucd/.eslintrc.json b/i18n/ucd/.eslintrc.json new file mode 100644 index 000000000000..4bd89ff5005a --- /dev/null +++ b/i18n/ucd/.eslintrc.json @@ -0,0 +1,5 @@ +{ + "root": true, + "extends": "../../.eslintrc-node.json" + +} diff --git a/i18n/ucd/spec/.eslintrc.json b/i18n/ucd/spec/.eslintrc.json new file mode 100644 index 000000000000..86dc549c58cb --- /dev/null +++ b/i18n/ucd/spec/.eslintrc.json @@ -0,0 +1,8 @@ +{ + "env": { + "jasmine": true + }, + "rules": { + "no-multi-str": "off" + } +} diff --git a/i18n/ucd/spec/extactValuesSpec.js b/i18n/ucd/spec/extactValuesSpec.js new file mode 100644 index 000000000000..b4ae735757a9 --- /dev/null +++ b/i18n/ucd/spec/extactValuesSpec.js @@ -0,0 +1,60 @@ +'use strict'; + +var extractValues = require('../src/extractValues.js').extractValues; +var stream = require('stream'); + +function stringStream(str) { + return new stream.Readable({ + read: function(n) { + this.push(str); + str = null; + } + }); +} + +describe('extractValues', function() { + it('should extract the values from the xml', function(done) { + var str = '' + + ''; + extractValues(stringStream(str), {'IDS': 'Y'}, function(values) { + expect(values).toEqual({ IDS_Y : [['0001', '0002']] }); + done(); + }); + }); + + it('should extract the values from the xml if the last element matches', function(done) { + var str = '' + + ''; + extractValues(stringStream(str), {'IDS': 'Y'}, function(values) { + expect(values).toEqual({ IDS_Y : [['0001', '0003']] }); + done(); + }); + }); + + it('should support `reserved`', function(done) { + var str = '' + + ''; + extractValues(stringStream(str), {'IDS': 'Y'}, function(values) { + expect(values).toEqual({ IDS_Y : [['0001', '0001'], ['0006', '0006']] }); + done(); + }); + }); + + it('should support `surrogate`', function(done) { + var str = '' + + ''; + extractValues(stringStream(str), {'IDS': 'Y'}, function(values) { + expect(values).toEqual({ IDS_Y : [['0001', '0001'], ['0006', '0006']] }); + done(); + }); + }); + + it('should support `noncharactere`', function(done) { + var str = '' + + ''; + extractValues(stringStream(str), {'IDS': 'Y'}, function(values) { + expect(values).toEqual({ IDS_Y : [['0001', '0001'], ['0006', '0006']] }); + done(); + }); + }); +}); diff --git a/i18n/ucd/spec/generateCodeSpec.js b/i18n/ucd/spec/generateCodeSpec.js new file mode 100644 index 000000000000..76c78ca7e736 --- /dev/null +++ b/i18n/ucd/spec/generateCodeSpec.js @@ -0,0 +1,55 @@ +'use strict'; + +var generateCodeModule = require('../src/generateCode.js'); +var generateCode = generateCodeModule.generateCode; +var generateFunction = generateCodeModule.generateFunction; + +describe('generateFunction', function() { + it('should generate function with ranges', function() { + expect(generateFunction([['0001', '0003']], 'IDS_Y')).toEqual('\ +function IDS_Y(cp) {\n\ + if (0x0001 <= cp && cp <= 0x0003) return true;\n\ + return false;\n\ +}\n'); + }); + + it('should generate function with multiple ranges', function() { + expect(generateFunction([['0001', '0003'], ['0005', '0009']], 'IDS_Y')).toEqual('\ +function IDS_Y(cp) {\n\ + if (0x0001 <= cp && cp <= 0x0003) return true;\n\ + if (0x0005 <= cp && cp <= 0x0009) return true;\n\ + return false;\n\ +}\n'); + }); + + it('should generate function with unique values', function() { + expect(generateFunction([['0001', '0001'], ['0005', '0009']], 'IDS_Y')).toEqual('\ +function IDS_Y(cp) {\n\ + if (cp === 0x0001) return true;\n\ + if (0x0005 <= cp && cp <= 0x0009) return true;\n\ + return false;\n\ +}\n'); + }); +}); + +describe('generateCode', function() { + it('should generate the function for all the values', function() { + expect(generateCode({ IDS_Y : [['0001', '0001'], ['0006', '0006']], IDC_Y : [['0002', '0002'], ['0007', '0007']] })).toEqual('\ +/******************************************************\n\ + * Generated file, do not modify *\n\ + * *\n\ + *****************************************************/\n\ +"use strict";\n\ +function IDS_Y(cp) {\n\ + if (cp === 0x0001) return true;\n\ + if (cp === 0x0006) return true;\n\ + return false;\n\ +}\n\ +function IDC_Y(cp) {\n\ + if (cp === 0x0002) return true;\n\ + if (cp === 0x0007) return true;\n\ + return false;\n\ +}\n\ +'); + }); +}); diff --git a/i18n/ucd/src/extract.js b/i18n/ucd/src/extract.js new file mode 100644 index 000000000000..bc6736597d77 --- /dev/null +++ b/i18n/ucd/src/extract.js @@ -0,0 +1,27 @@ +'use strict'; + +var fs = require('fs'); +var zlib = require('zlib'); +var extractValues = require('./extractValues').extractValues; +var generateCode = require('./generateCode').generateCode; +// ID_Start and ID_Continue +var propertiesToExtract = {'IDS': 'Y', 'IDC': 'Y'}; + +function main() { + extractValues( + fs.createReadStream(__dirname + '/ucd.all.flat.xml.gz').pipe(zlib.createGunzip()), + propertiesToExtract, + writeFile); + + function writeFile(validRanges) { + var code = generateCode(validRanges); + try { + fs.lstatSync(__dirname + '/../../../src/ngParseExt'); + } catch (e) { + fs.mkdirSync(__dirname + '/../../../src/ngParseExt'); + } + fs.writeFileSync(__dirname + '/../../../src/ngParseExt/ucd.js', code); + } +} + +main(); diff --git a/i18n/ucd/src/extractValues.js b/i18n/ucd/src/extractValues.js new file mode 100644 index 000000000000..e91332897155 --- /dev/null +++ b/i18n/ucd/src/extractValues.js @@ -0,0 +1,59 @@ +'use strict'; +/** + * Extract values from a stream. + */ + +exports.extractValues = extractValues; + +var sax = require('sax/lib/sax'); +var saxStrict = true; +var saxOptions = {}; +var validXMLTagNames = { char: 'Y', reserved: 'Y', surrogate: 'Y', noncharacter: 'Y'}; + +function extractValues(stream, propertiesToExtract, callback) { + var saxStream = sax.createStream(saxStrict, saxOptions); + var firstValid = {}; + var lastValid = {}; + var keys = Object.keys(propertiesToExtract); + var keyValues = keys.map(function(k) { return propertiesToExtract[k]; }); + var validRanges = {}; + + for (var i in keys) { + validRanges[keys[i] + '_' + keyValues[i]] = []; + } + saxStream.onopentag = onOpenTag; + stream + .pipe(saxStream) + .on('end', doCallback); + + function onOpenTag(node) { + var property; + if (validXMLTagNames[node.name]) { + for (var i in keys) { + property = keyValues[i]; + if (node.attributes[keys[i]] === property) validProperty(keys[i] + '_' + property, node); + else invalidProperty(keys[i] + '_' + property); + } + } + } + + function validProperty(property, node) { + if (!firstValid[property]) firstValid[property] = + node.attributes.cp || node.attributes['first-cp']; + lastValid[property] = node.attributes.cp || node.attributes['last-cp']; + } + + function invalidProperty(property) { + if (!firstValid[property]) return; + validRanges[property].push([firstValid[property], lastValid[property]]); + firstValid[property] = null; + } + + function doCallback() { + for (var i in keys) { + var property = keys[i] + '_' + keyValues[i]; + invalidProperty(property); + } + callback(validRanges); + } +} diff --git a/i18n/ucd/src/generateCode.js b/i18n/ucd/src/generateCode.js new file mode 100644 index 000000000000..0360689a9bcc --- /dev/null +++ b/i18n/ucd/src/generateCode.js @@ -0,0 +1,34 @@ +'use strict'; + +exports.generateCode = generateCode; +exports.generateFunction = generateFunction; + +function generateCode(validRanges) { + var code = '/******************************************************\n' + + ' * Generated file, do not modify *\n' + + ' * *\n' + + ' *****************************************************/\n' + + '"use strict";\n'; + var keys = Object.keys(validRanges); + for (var i in keys) { + code += generateFunction(validRanges[keys[i]], keys[i]); + } + return code; +} + + +function generateFunction(positiveElements, functionName) { + var result = []; + result.push('function ', functionName, '(cp) {\n'); + positiveElements.forEach(function(range) { + if (range[0] === range[1]) { + result.push(' if (cp === 0x', range[0], ')'); + } else { + result.push(' if (0x', range[0], ' <= cp && cp <= 0x', range[1], ')'); + } + result.push(' return true;\n'); + }); + result.push(' return false;\n}\n'); + return result.join(''); +} + diff --git a/i18n/ucd/src/ucd.all.flat.xml.gz b/i18n/ucd/src/ucd.all.flat.xml.gz new file mode 100644 index 000000000000..673dc7e865d8 Binary files /dev/null and b/i18n/ucd/src/ucd.all.flat.xml.gz differ diff --git a/i18n/update-closure.sh b/i18n/update-closure.sh index 80337f131ebb..44f579fe7fad 100755 --- a/i18n/update-closure.sh +++ b/i18n/update-closure.sh @@ -1,9 +1,18 @@ #!/bin/bash +set -e # Exit on error. + BASE_DIR=`dirname $0` cd $BASE_DIR -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/currency.js > closure/currencySymbols.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/datetimesymbols.js > closure/datetimeSymbols.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/numberformatsymbols.js > closure/numberSymbols.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/pluralrules.js > closure/pluralRules.js +set -x # Trace commands as they're executed. + +I18N_BASE="https://raw.githubusercontent.com/google/closure-library/master/closure/goog/i18n" + +# use the github repo as it is more up to date than the svn repo +curl "$I18N_BASE/currency.js" > closure/currencySymbols.js +curl "$I18N_BASE/datetimesymbols.js" > closure/datetimeSymbols.js +curl "$I18N_BASE/datetimesymbolsext.js" > closure/datetimeSymbolsExt.js +curl "$I18N_BASE/numberformatsymbols.js" > closure/numberSymbols.js +curl "$I18N_BASE/numberformatsymbolsext.js" > closure/numberSymbolsExt.js +curl "$I18N_BASE/pluralrules.js" > closure/pluralRules.js diff --git a/images/docs/Diagrams.graffle/QuickLook/Preview.pdf b/images/docs/Diagrams.graffle/QuickLook/Preview.pdf deleted file mode 100644 index cd63b69b3618..000000000000 Binary files a/images/docs/Diagrams.graffle/QuickLook/Preview.pdf and /dev/null differ diff --git a/images/docs/Diagrams.graffle/QuickLook/Thumbnail.tiff b/images/docs/Diagrams.graffle/QuickLook/Thumbnail.tiff deleted file mode 100644 index 40832b544a24..000000000000 Binary files a/images/docs/Diagrams.graffle/QuickLook/Thumbnail.tiff and /dev/null differ diff --git a/images/docs/Diagrams.graffle/data.plist b/images/docs/Diagrams.graffle/data.plist index f9358def26fb..0ed35fc1361b 100644 --- a/images/docs/Diagrams.graffle/data.plist +++ b/images/docs/Diagrams.graffle/data.plist @@ -4,15 +4,15 @@ ApplicationVersion - com.omnigroup.OmniGrafflePro - 138.17.0.133677 + com.omnigroup.OmniGraffle6 + 169.10.0.256984 CreationDate - 2010-04-27 14:00:20 -0700 + 2010-04-27 21:00:20 +0000 Creator Miško Hevery GraphDocumentVersion - 6 + 12 GuidesLocked NO GuidesVisible @@ -42,9 +42,9 @@ MasterSheets ModificationDate - 2011-02-15 10:20:08 -0800 + 2016-04-12 13:18:31 +0000 Modifier - Kenneth Culp + Peter Bacon Darwin NotesVisible NO OriginVisible @@ -58,16 +58,31 @@ float 41 + NSHorizonalPagination + + coded + BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFxlwCG + NSLeftMargin float 18 + NSPaperName + + string + Letter + NSPaperSize size {612, 792} + NSPrintReverseOrientation + + coded + BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFxlwCG + NSRightMargin float @@ -98,19 +113,6 @@ 2 Style - fill - - GradientColor - - w - 0.666667 - - - shadow - - Draws - NO - stroke Draws @@ -118,6 +120,8 @@ + BaseZoom + 0 CanvasOrigin {0, 0} ColumnAlign @@ -125,7 +129,7 @@ ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1.00000 in GraphicsList @@ -139,8 +143,6 @@ Resize ID 3 - Shape - Rectangle Style fill @@ -164,12 +166,12 @@ Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Guiding Principles \b0 \ @@ -179,7 +181,7 @@ * DRY (Don't Repeat Yourself)\ * CRUD ~ 80% -> make it trivial } VerticalPad - 0 + 0.0 Wrap NO @@ -214,6 +216,8 @@ 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -249,11 +253,6 @@ 2 Style - shadow - - Draws - NO - stroke Draws @@ -261,6 +260,8 @@ + BaseZoom + 0 CanvasOrigin {0, 0} ColumnAlign @@ -268,12 +269,12 @@ ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1.00000 in GraphicsList Bounds - {{99.761, 235.062}, {97, 84}} + {{99.760999999999996, 235.06200000000001}, {97, 86}} Class ShapedGraphic FitText @@ -282,15 +283,11 @@ Resize FontInfo - Font - HelveticaNeue Size 13 ID 170 - Shape - Rectangle Style fill @@ -314,29 +311,29 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fnil\fcharset0 HelveticaNeue-Light;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs26 \cf0 Scope\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f1\b0 \cf0 * $get / $set\ * $eval / $tryEval\ * $watch \ * $become} VerticalPad - 2 + 2 Wrap NO Bounds - {{358.844, 275.485}, {168.158, 80.0625}} + {{358.84399999999999, 275.48500000000001}, {168.15799999999999, 80.0625}} Class ShapedGraphic ID @@ -359,20 +356,11 @@ Color b - 0.8 + 0.80000000000000004 g - 0.8 + 0.80000000000000004 r - 0.8 - - GradientColor - - b - 0.727062 - g - 0.290394 - r - 0.384375 + 0.80000000000000004 MiddleFraction 0.4523809552192688 @@ -382,25 +370,23 @@ Color a - 0.4 + 0.40000000000000002 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 - ShadowVector - {0, 2} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue-CondensedBold;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs28 \cf0 JSON RESTful URLs} @@ -411,7 +397,7 @@ Bounds - {{277.761, 428.328}, {125, 26}} + {{277.76100000000002, 428.32799999999997}, {125, 26}} Class ShapedGraphic FitText @@ -420,15 +406,11 @@ Resize FontInfo - Font - HelveticaNeue Size 13 ID 168 - Shape - Rectangle Style fill @@ -452,23 +434,23 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\i\fs36 \cf0 Your JavaScript} VerticalPad - 2 + 2 Wrap NO Bounds - {{71.0258, 428.328}, {143, 26}} + {{71.025800000000004, 428.32799999999997}, {143, 26}} Class ShapedGraphic FitText @@ -477,15 +459,11 @@ Resize FontInfo - Font - HelveticaNeue Size 13 ID 167 - Shape - Rectangle Style fill @@ -509,23 +487,23 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\i\fs36 \cf0 Your HTML / CSS} VerticalPad - 2 + 2 Wrap NO Bounds - {{258.133, 231.188}, {117, 84}} + {{258.13299999999998, 231.18799999999999}, {117, 86}} Class ShapedGraphic FitText @@ -534,15 +512,11 @@ Resize FontInfo - Font - HelveticaNeue Size 13 ID 165 - Shape - Rectangle Style fill @@ -566,29 +540,29 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fnil\fcharset0 HelveticaNeue-Light;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs26 \cf0 Standard Services\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f1\b0 \cf0 * Browser\ * URL Router\ * Resources\ * Caching} VerticalPad - 2 + 2 Wrap NO Bounds - {{136.044, 463.125}, {102, 100}} + {{136.04400000000001, 463.125}, {102, 103}} Class ShapedGraphic FitText @@ -597,15 +571,11 @@ Resize FontInfo - Font - HelveticaNeue Size 13 ID 164 - Shape - Rectangle Style fill @@ -629,15 +599,15 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fnil\fcharset0 HelveticaNeue-Light;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs26 \cf0 HTML Compiler\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f1\b0 \cf0 * Widgets\ * Markup\ @@ -645,14 +615,14 @@ * Filters\ * Validators} VerticalPad - 2 + 2 Wrap NO Bounds - {{337.761, 199.625}, {68, 27}} + {{337.76100000000002, 199.625}, {68, 27}} Class ShapedGraphic FitText @@ -661,15 +631,11 @@ Resize FontInfo - Font - HelveticaNeue Size 13 ID 163 - Shape - Rectangle Style fill @@ -693,23 +659,23 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue-CondensedBlack;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs36 \cf0 Services} VerticalPad - 2 + 2 Wrap NO Bounds - {{80.7612, 531.125}, {40, 27}} + {{80.761200000000002, 531.125}, {40, 27}} Class ShapedGraphic FitText @@ -718,15 +684,11 @@ Resize FontInfo - Font - HelveticaNeue Size 13 ID 162 - Shape - Rectangle Style fill @@ -750,23 +712,23 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue-CondensedBlack;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs36 \cf0 View} VerticalPad - 2 + 2 Wrap NO Bounds - {{327.761, 533.625}, {78, 27}} + {{327.76100000000002, 533.625}, {78, 27}} Class ShapedGraphic FitText @@ -775,15 +737,11 @@ Resize FontInfo - Font - HelveticaNeue Size 13 ID 161 - Shape - Rectangle Style fill @@ -807,23 +765,23 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue-CondensedBlack;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs36 \cf0 Controller} VerticalPad - 2 + 2 Wrap NO Bounds - {{80.7612, 202.125}, {50, 27}} + {{80.761200000000002, 202.125}, {50, 27}} Class ShapedGraphic FitText @@ -832,15 +790,11 @@ Resize FontInfo - Font - HelveticaNeue Size 13 ID 160 - Shape - Rectangle Style fill @@ -864,16 +818,16 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue-CondensedBlack;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs36 \cf0 Model} VerticalPad - 2 + 2 Wrap NO @@ -887,8 +841,6 @@ 18 ImageID 9 - Shape - Rectangle Style fill @@ -912,15 +864,13 @@ Bounds - {{48.7612, 197.125}, {32, 32}} + {{48.761200000000002, 197.125}, {32, 32}} Class ShapedGraphic ID 17 ImageID 8 - Shape - Rectangle Style fill @@ -942,15 +892,13 @@ Bounds - {{48.7612, 531.125}, {32, 32}} + {{48.761200000000002, 531.125}, {32, 32}} Class ShapedGraphic ID 13 ImageID 4 - Shape - Rectangle Style fill @@ -972,15 +920,13 @@ Bounds - {{405.761, 197.125}, {32, 32}} + {{405.76100000000002, 197.125}, {32, 32}} Class ShapedGraphic ID 11 ImageID 2 - Shape - Rectangle Style fill @@ -1002,15 +948,13 @@ Bounds - {{405.761, 531.125}, {32, 32}} + {{405.76100000000002, 531.125}, {32, 32}} Class ShapedGraphic ID 10 ImageID 1 - Shape - Rectangle Style fill @@ -1032,13 +976,11 @@ Bounds - {{171.916, 339.469}, {143, 80.0625}} + {{171.916, 339.46899999999999}, {143, 80.0625}} Class ShapedGraphic ID 9 - Shape - Rectangle Style stroke @@ -1050,31 +992,29 @@ Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs24 \cf0 2-Way Data Binding\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \b0 \cf0 \ \ \ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \b \cf0 Single Source of Truth} Bounds - {{245.567, 382.02}, {197.964, 186.105}} + {{245.56700000000001, 382.01999999999998}, {197.964, 186.10499999999999}} Class ShapedGraphic ID 8 - Shape - Rectangle Style fill @@ -1082,11 +1022,11 @@ Color b - 0 + 0.0 g - 0.501961 + 0.50196099999999999 r - 1 + 1 stroke @@ -1105,13 +1045,11 @@ Bounds - {{43.5439, 382.02}, {197.964, 186.105}} + {{43.543900000000001, 382.01999999999998}, {197.964, 186.10499999999999}} Class ShapedGraphic ID 7 - Shape - Rectangle Style fill @@ -1119,11 +1057,11 @@ Color b - 0.4 + 0.40000000000000002 g - 1 + 1 r - 0.4 + 0.40000000000000002 stroke @@ -1142,13 +1080,11 @@ Bounds - {{245.421, 191.875}, {197.964, 186.105}} + {{245.42099999999999, 191.875}, {197.964, 186.10499999999999}} Class ShapedGraphic ID 6 - Shape - Rectangle Style fill @@ -1156,11 +1092,11 @@ Color b - 1 + 1 g - 0.8 + 0.80000000000000004 r - 0.4 + 0.40000000000000002 stroke @@ -1179,13 +1115,11 @@ Bounds - {{43.5438, 191.875}, {197.964, 186.105}} + {{43.543799999999997, 191.875}, {197.964, 186.10499999999999}} Class ShapedGraphic ID 5 - Shape - Rectangle Style fill @@ -1193,11 +1127,11 @@ Color b - 0.4 + 0.40000000000000002 g - 1 + 1 r - 1 + 1 stroke @@ -1211,10 +1145,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs14 \cf0 \ @@ -1225,13 +1159,11 @@ Bounds - {{34.0712, 182.875}, {418.69, 393.25}} + {{34.071199999999997, 182.875}, {418.69, 393.25}} Class ShapedGraphic ID 4 - Shape - Rectangle Style stroke @@ -1243,7 +1175,7 @@ Bounds - {{49.385, 130}, {381, 36}} + {{49.384999999999998, 130}, {381, 36}} Class ShapedGraphic FitText @@ -1252,8 +1184,6 @@ Resize ID 3 - Shape - Rectangle Style fill @@ -1275,16 +1205,16 @@ Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs60 \cf0 <angular/> Enabled Browser} VerticalPad - 0 + 0.0 Wrap NO @@ -1319,6 +1249,8 @@ 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -1361,19 +1293,6 @@ 2 Style - fill - - GradientColor - - w - 0.666667 - - - shadow - - Draws - NO - stroke Draws @@ -1381,6 +1300,8 @@ + BaseZoom + 0 CanvasOrigin {0, 0} ColumnAlign @@ -1388,7 +1309,7 @@ ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1.00000 in GraphicsList @@ -1402,11 +1323,6 @@ Resize FontInfo - Color - - w - 0 - Font Optima-ExtraBlack Size @@ -1416,8 +1332,6 @@ 141 Layer 0 - Shape - Rectangle Style fill @@ -1436,16 +1350,16 @@ Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Optima-ExtraBlack;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs36 \cf0 \ul \ulc0 Legend} VerticalPad - 2 + 2 Wrap NO @@ -1463,8 +1377,6 @@ 13 Layer 0 - Shape - Rectangle Style fill @@ -1472,11 +1384,11 @@ Color b - 0.901961 + 0.90196100000000001 g - 0.901961 + 0.90196100000000001 r - 0.901961 + 0.90196100000000001 Draws NO @@ -1497,12 +1409,12 @@ Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 <html>\ <body>\ @@ -1520,7 +1432,7 @@ </body>\ </html>} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -1536,8 +1448,6 @@ 154 Layer 1 - Shape - Rectangle Style fill @@ -1545,11 +1455,11 @@ Color b - 0.395087 + 0.39508700000000002 g - 0.360479 + 0.36047899999999999 r - 1 + 1 shadow @@ -1567,10 +1477,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Nested Widgets: \b0 widgets can be nested for added expressivness.} @@ -1587,8 +1497,6 @@ 153 Layer 1 - Shape - Rectangle Style fill @@ -1596,11 +1504,11 @@ Color b - 0.0203403 + 0.020340299999999999 g - 0.553979 + 0.553979 r - 0.814221 + 0.81422099999999997 stroke @@ -1619,8 +1527,6 @@ 152 Layer 1 - Shape - Rectangle Style fill @@ -1628,11 +1534,11 @@ Color b - 0.402579 + 0.40257900000000002 g - 0.843046 + 0.84304599999999996 r - 1 + 1 stroke @@ -1651,8 +1557,6 @@ 151 Layer 1 - Shape - Rectangle Style fill @@ -1660,11 +1564,11 @@ Color b - 0.798825 + 0.79882500000000001 g - 0.790722 + 0.79072200000000004 r - 1 + 1 shadow @@ -1682,10 +1586,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Widget: \b0 Allows the execution of custom code which can transform the DOM.} @@ -1702,8 +1606,6 @@ 150 Layer 1 - Shape - Rectangle Style fill @@ -1711,11 +1613,11 @@ Color b - 0.0203403 + 0.020340299999999999 g - 0.553979 + 0.553979 r - 0.814221 + 0.81422099999999997 shadow @@ -1733,10 +1635,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Validator: \b0 an input widget may have optional validator to notify user of wrong input.} @@ -1753,8 +1655,6 @@ 149 Layer 1 - Shape - Rectangle Style fill @@ -1762,11 +1662,11 @@ Color b - 0.402579 + 0.40257900000000002 g - 0.843046 + 0.84304599999999996 r - 1 + 1 shadow @@ -1784,10 +1684,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Input Widget: \b0 binds to ' @@ -1806,8 +1706,6 @@ 148 Layer 1 - Shape - Rectangle Style fill @@ -1815,11 +1713,11 @@ Color b - 0.315999 + 0.31599899999999997 g - 0.670665 + 0.67066499999999996 r - 0.292546 + 0.29254599999999997 shadow @@ -1837,10 +1735,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Filter: \b0 Markup may include optional filter to transform value before it is displayed.} @@ -1857,8 +1755,6 @@ 147 Layer 1 - Shape - Rectangle Style fill @@ -1866,11 +1762,11 @@ Color b - 0.661341 + 0.66134099999999996 g - 0.850156 + 0.85015600000000002 r - 0.662013 + 0.66201299999999996 shadow @@ -1888,10 +1784,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Markup: \b0 evaluates expression in the closest scope and inserts it into DOM.} @@ -1908,8 +1804,6 @@ 146 Layer 1 - Shape - Rectangle Style fill @@ -1917,11 +1811,11 @@ Color b - 0.862531 + 0.86253100000000005 g - 0.668772 + 0.66877200000000003 r - 0.313756 + 0.31375599999999998 shadow @@ -1939,10 +1833,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Directives: \b0 instructing the compiler to perform specific actions. In this case a repeater iterates over the list of ' @@ -1961,8 +1855,6 @@ 145 Layer 1 - Shape - Rectangle Style fill @@ -1970,11 +1862,11 @@ Color b - 0.952972 + 0.95297200000000004 g - 0.890059 + 0.89005900000000004 r - 0.780545 + 0.78054500000000004 shadow @@ -1992,10 +1884,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Child Scope: \b0 in this case the ng-repeat directive triggers the creation of new scopes one for each item in an iterator expression. It than assigns the 'person' to each scope. The scopes inherit from parent scopes so anything declared at higher scope is still visible. } @@ -2012,8 +1904,6 @@ 144 Layer 1 - Shape - Rectangle Style fill @@ -2021,11 +1911,11 @@ Color b - 0.800748 + 0.80074800000000002 g - 0.946502 + 0.94650199999999995 r - 1 + 1 shadow @@ -2043,10 +1933,10 @@ Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Scope: \b0 Outter most scope which holds services and properties such as ' @@ -2067,8 +1957,6 @@ 34 Layer 1 - Shape - Rectangle Bounds @@ -2079,8 +1967,6 @@ 33 Layer 1 - Shape - Rectangle Style fill @@ -2088,11 +1974,11 @@ Color b - 0.395087 + 0.39508700000000002 g - 0.360479 + 0.36047899999999999 r - 1 + 1 stroke @@ -2111,8 +1997,6 @@ 23 Layer 1 - Shape - Rectangle Style fill @@ -2120,11 +2004,11 @@ Color b - 0.315999 + 0.31599899999999997 g - 0.670665 + 0.67066499999999996 r - 0.292546 + 0.29254599999999997 stroke @@ -2143,8 +2027,6 @@ 10 Layer 1 - Shape - Rectangle Style fill @@ -2152,11 +2034,11 @@ Color b - 0.798825 + 0.79882500000000001 g - 0.790722 + 0.79072200000000004 r - 1 + 1 stroke @@ -2175,8 +2057,6 @@ 9 Layer 1 - Shape - Rectangle Style fill @@ -2184,11 +2064,11 @@ Color b - 0.661341 + 0.66134099999999996 g - 0.850156 + 0.85015600000000002 r - 0.662013 + 0.66201299999999996 stroke @@ -2207,8 +2087,6 @@ 8 Layer 1 - Shape - Rectangle Style fill @@ -2216,11 +2094,11 @@ Color b - 0.661341 + 0.66134099999999996 g - 0.850156 + 0.85015600000000002 r - 0.662013 + 0.66201299999999996 stroke @@ -2239,8 +2117,6 @@ 6 Layer 1 - Shape - Rectangle Style fill @@ -2248,11 +2124,11 @@ Color b - 0.862531 + 0.86253100000000005 g - 0.668772 + 0.66877200000000003 r - 0.313756 + 0.31375599999999998 stroke @@ -2271,8 +2147,6 @@ 4 Layer 1 - Shape - Rectangle Style fill @@ -2280,11 +2154,11 @@ Color b - 0.952972 + 0.95297200000000004 g - 0.890059 + 0.89005900000000004 r - 0.780545 + 0.78054500000000004 stroke @@ -2303,8 +2177,6 @@ 1 Layer 1 - Shape - Rectangle Style fill @@ -2312,11 +2184,11 @@ Color b - 0.800748 + 0.80074800000000002 g - 0.946502 + 0.94650199999999995 r - 1 + 1 @@ -2361,6 +2233,8 @@ 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -2396,19 +2270,6 @@ 2 Style - fill - - GradientColor - - w - 0.666667 - - - shadow - - Draws - NO - stroke Draws @@ -2416,6 +2277,8 @@ + BaseZoom + 0 CanvasOrigin {0, 0} ColumnAlign @@ -2423,12 +2286,12 @@ ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1.00000 in GraphicsList Bounds - {{76.7578, 323.5}, {68, 86}} + {{76.757800000000003, 323.5}, {68, 86}} Class ShapedGraphic FitText @@ -2437,8 +2300,6 @@ Resize ID 47 - Shape - Rectangle Style fill @@ -2460,16 +2321,16 @@ Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs144 \cf0 :-(} VerticalPad - 0 + 0.0 TextRotation 90 @@ -2478,13 +2339,11 @@ Bounds - {{250.922, 355.17}, {74.1562, 66.0257}} + {{250.922, 355.17000000000002}, {74.156199999999998, 66.025700000000001}} Class ShapedGraphic ID 17 - Shape - Rectangle Style fill @@ -2492,11 +2351,11 @@ Color b - 0.901961 + 0.90196100000000001 g - 0.901961 + 0.90196100000000001 r - 0.901961 + 0.90196100000000001 stroke @@ -2510,25 +2369,23 @@ Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs28 \cf0 one-time merge} Bounds - {{315.375, 457.934}, {152.625, 37.0536}} + {{315.375, 457.93400000000003}, {152.625, 37.053600000000003}} Class ShapedGraphic ID 5 - Shape - Rectangle Style fill @@ -2536,11 +2393,11 @@ Color b - 0.776013 + 0.77601299999999995 g - 0.532738 + 0.53273800000000004 r - 0 + 0.0 shadow @@ -2557,23 +2414,21 @@ Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 Model} Bounds - {{108, 454.763}, {152.625, 40.2247}} + {{108, 454.76299999999998}, {152.625, 40.224699999999999}} Class ShapedGraphic ID 12 - Shape - Rectangle Style fill @@ -2581,11 +2436,11 @@ Color b - 0.395087 + 0.39508700000000002 g - 0.360479 + 0.36047899999999999 r - 1 + 1 shadow @@ -2602,19 +2457,19 @@ Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 Template} Bounds - {{270.131, 318.801}, {35.7383, 36}} + {{270.13117871114127, 318.80084999999997}, {35.738300000363971, 36}} Class ShapedGraphic Head @@ -2625,7 +2480,7 @@ ID 29 Rotation - 270.000244140625 + 270.00025503471159 Shape AdjustableArrow ShapeData @@ -2642,20 +2497,11 @@ Color b - 0.86276 - g - 0.86276 - r - 0.86276 - - GradientColor - - b - 0.501961 + 0.86275999999999997 g - 0.25098 + 0.86275999999999997 r - 0 + 0.86275999999999997 MiddleFraction 0.70634919404983521 @@ -2667,13 +2513,13 @@ Color a - 0.4 + 0.40000000000000002 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 Fuzziness 0.0 @@ -2685,13 +2531,13 @@ Color a - 0.75 + 0.75 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 @@ -2707,7 +2553,7 @@ Bounds - {{308.475, 417.134}, {69.3428, 36}} + {{308.4752325618569, 417.13378382743406}, {69.342741366325427, 36}} Class ShapedGraphic Head @@ -2718,7 +2564,7 @@ ID 28 Rotation - 220.41058349609375 + 220.4105915275855 Shape AdjustableArrow ShapeData @@ -2735,20 +2581,11 @@ Color b - 0.86276 + 0.86275999999999997 g - 0.86276 + 0.86275999999999997 r - 0.86276 - - GradientColor - - b - 0.501961 - g - 0.25098 - r - 0 + 0.86275999999999997 MiddleFraction 0.70634919404983521 @@ -2760,13 +2597,13 @@ Color a - 0.4 + 0.40000000000000002 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 Fuzziness 0.0 @@ -2778,13 +2615,13 @@ Color a - 0.75 + 0.75 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 @@ -2800,7 +2637,7 @@ Bounds - {{201.124, 415.429}, {65.5192, 36}} + {{201.12411517475755, 415.42918435033459}, {65.519220160419323, 36}} Class ShapedGraphic Head @@ -2811,7 +2648,7 @@ ID 27 Rotation - 320.10122680664062 + 320.10123273901769 Shape AdjustableArrow ShapeData @@ -2828,20 +2665,11 @@ Color b - 0.86276 + 0.86275999999999997 g - 0.86276 + 0.86275999999999997 r - 0.86276 - - GradientColor - - b - 0.501961 - g - 0.25098 - r - 0 + 0.86275999999999997 MiddleFraction 0.70634919404983521 @@ -2853,13 +2681,13 @@ Color a - 0.4 + 0.40000000000000002 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 Fuzziness 0.0 @@ -2871,13 +2699,13 @@ Color a - 0.75 + 0.75 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 @@ -2893,13 +2721,11 @@ Bounds - {{211.688, 278.207}, {152.625, 40.2247}} + {{211.68799999999999, 278.20699999999999}, {152.625, 40.224699999999999}} Class ShapedGraphic ID 16 - Shape - Rectangle Style fill @@ -2907,11 +2733,11 @@ Color b - 0.494377 + 0.49437700000000001 g - 0.778576 + 0.77857600000000005 r - 0.492882 + 0.49288199999999999 shadow @@ -2928,19 +2754,19 @@ Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 View} Bounds - {{135, 229.763}, {306, 36}} + {{135, 229.76300000000001}, {306, 36}} Class ShapedGraphic FitText @@ -2949,8 +2775,6 @@ Resize ID 3 - Shape - Rectangle Style fill @@ -2972,29 +2796,27 @@ Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs60 \cf0 One-Way Data Binding} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{51.5, 218.91}, {473, 295.18}} + {{51.5, 218.91}, {473, 295.18000000000001}} Class ShapedGraphic ID 4 - Shape - Rectangle Style stroke @@ -3034,6 +2856,8 @@ 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -3069,19 +2893,6 @@ 2 Style - fill - - GradientColor - - w - 0.666667 - - - shadow - - Draws - NO - stroke Draws @@ -3089,6 +2900,8 @@ + BaseZoom + 0 CanvasOrigin {0, 0} ColumnAlign @@ -3096,12 +2909,12 @@ ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1.00000 in GraphicsList Bounds - {{76.7578, 273.411}, {68, 86}} + {{76.757800000000003, 273.411}, {68, 86}} Class ShapedGraphic FitText @@ -3110,8 +2923,6 @@ Resize ID 46 - Shape - Rectangle Style fill @@ -3133,16 +2944,16 @@ Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs144 \cf0 :-)} VerticalPad - 0 + 0.0 TextRotation 90 @@ -3151,7 +2962,7 @@ Bounds - {{292.401, 304.76}, {45, 14}} + {{292.40100000000001, 304.75999999999999}, {45, 14}} Class ShapedGraphic FitText @@ -3160,8 +2971,6 @@ Resize ID 45 - Shape - Rectangle Style fill @@ -3183,23 +2992,23 @@ Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Compile} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{261.895, 293.76}, {45.2113, 36}} + {{261.89484999999996, 293.76034999999996}, {45.211300000000051, 36}} Class ShapedGraphic Head @@ -3227,20 +3036,11 @@ Color b - 0.86276 + 0.86275999999999997 g - 0.86276 + 0.86275999999999997 r - 0.86276 - - GradientColor - - b - 0.501961 - g - 0.25098 - r - 0 + 0.86275999999999997 MiddleFraction 0.70634919404983521 @@ -3252,13 +3052,13 @@ Color a - 0.4 + 0.40000000000000002 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 Fuzziness 0.0 @@ -3270,13 +3070,13 @@ Color a - 0.75 + 0.75 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 @@ -3292,7 +3092,7 @@ Bounds - {{64.4012, 417.148}, {85, 28}} + {{64.401200000000003, 417.14800000000002}, {85, 28}} Class ShapedGraphic FitText @@ -3301,8 +3101,6 @@ Resize ID 43 - Shape - Rectangle Style fill @@ -3324,24 +3122,24 @@ Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Change to View\ updates Model} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{419.599, 416.581}, {92, 28}} + {{419.59899999999999, 416.58100000000002}, {92, 28}} Class ShapedGraphic FitText @@ -3350,8 +3148,6 @@ updates Model} Resize ID 42 - Shape - Rectangle Style fill @@ -3373,24 +3169,24 @@ updates Model} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Change to Model\ updates View} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{360.813, 343.888}, {54.6204, 159.326}} + {{360.81299999999999, 343.88799999999998}, {54.620399999999997, 159.32599999999999}} Class ShapedGraphic HFlip @@ -3403,33 +3199,33 @@ updates View} UnitPoints - {0.397684, -0.443513} - {-0.462807, -0.437242} - {-0.316327, -0.311715} + {0.39768399999999998, -0.44351299999999999} + {-0.46280700000000002, -0.43724200000000002} + {-0.31632700000000002, -0.31171500000000002} {-0.334644, -0.0167227} - {-0.352948, 0.278274} - {-0.371882, 0.38703} - {0.263908, 0.387019} - {0.263908, 0.387019} - {0.263908, 0.330536} - {0.263908, 0.330536} - {0.263908, 0.330536} - {0.5, 0.412133} - {0.5, 0.412133} - {0.5, 0.412133} - {0.243683, 0.5} - {0.243683, 0.5} - {0.243683, 0.5} - {0.243683, 0.443511} - {0.243683, 0.443511} - {-0.374941, 0.443511} - {-0.5102, 0.345263} - {-0.49942, -0.0167215} - {-0.488657, -0.378697} - {-0.444334, -0.5} - {0.397684, -0.5} - {0.397684, -0.5} - {0.397684, -0.443513} + {-0.35294799999999998, 0.27827400000000002} + {-0.37188199999999999, 0.38702999999999999} + {0.26390799999999998, 0.387019} + {0.26390799999999998, 0.387019} + {0.26390799999999998, 0.330536} + {0.26390799999999998, 0.330536} + {0.26390799999999998, 0.330536} + {0.5, 0.41213300000000003} + {0.5, 0.41213300000000003} + {0.5, 0.41213300000000003} + {0.24368300000000001, 0.5} + {0.24368300000000001, 0.5} + {0.24368300000000001, 0.5} + {0.24368300000000001, 0.44351099999999999} + {0.24368300000000001, 0.44351099999999999} + {-0.37494100000000002, 0.44351099999999999} + {-0.51019999999999999, 0.34526299999999999} + {-0.49941999999999998, -0.0167215} + {-0.48865700000000001, -0.37869700000000001} + {-0.44433400000000001, -0.5} + {0.39768399999999998, -0.5} + {0.39768399999999998, -0.5} + {0.39768399999999998, -0.44351299999999999} Style @@ -3439,11 +3235,11 @@ updates View} Color b - 0.86276 + 0.86275999999999997 g - 0.86276 + 0.86275999999999997 r - 0.86276 + 0.86275999999999997 @@ -3452,7 +3248,7 @@ updates View} Bounds - {{152.401, 351.215}, {61.0002, 159.866}} + {{152.40100000000001, 351.21499999999997}, {61.0002, 159.86600000000001}} Class ShapedGraphic ID @@ -3463,33 +3259,33 @@ updates View} UnitPoints - {0.401639, -0.443704} - {-0.368852, -0.43745} - {-0.336055, -0.281072} - {-0.352457, 0.0129294} - {-0.368851, 0.30692} - {-0.280703, 0.387415} - {0.288608, 0.387408} - {0.288608, 0.387408} - {0.288608, 0.33111} - {0.288608, 0.33111} - {0.288608, 0.33111} - {0.5, 0.412432} - {0.5, 0.412432} - {0.5, 0.412432} - {0.270492, 0.5} - {0.270492, 0.5} - {0.270492, 0.5} - {0.270492, 0.443705} - {0.270492, 0.443705} - {-0.283441, 0.443705} - {-0.5, 0.382829} + {0.40163900000000002, -0.44370399999999999} + {-0.36885200000000001, -0.43745000000000001} + {-0.33605499999999999, -0.28107199999999999} + {-0.35245700000000002, 0.012929400000000001} + {-0.36885099999999998, 0.30692000000000003} + {-0.28070299999999998, 0.38741500000000001} + {0.28860799999999998, 0.38740799999999997} + {0.28860799999999998, 0.38740799999999997} + {0.28860799999999998, 0.33111000000000002} + {0.28860799999999998, 0.33111000000000002} + {0.28860799999999998, 0.33111000000000002} + {0.5, 0.41243200000000002} + {0.5, 0.41243200000000002} + {0.5, 0.41243200000000002} + {0.27049200000000001, 0.5} + {0.27049200000000001, 0.5} + {0.27049200000000001, 0.5} + {0.27049200000000001, 0.44370500000000002} + {0.27049200000000001, 0.44370500000000002} + {-0.283441, 0.44370500000000002} + {-0.5, 0.38282899999999997} {-0.5, 0.0129306} - {-0.500018, -0.356965} + {-0.50001799999999996, -0.35696499999999998} {-0.352321, -0.5} {0.40164, -0.5} {0.40164, -0.5} - {0.401639, -0.443704} + {0.40163900000000002, -0.44370399999999999} Style @@ -3499,24 +3295,22 @@ updates View} Color b - 0.86276 + 0.86275999999999997 g - 0.86276 + 0.86275999999999997 r - 0.86276 + 0.86275999999999997 Bounds - {{171.085, 400.87}, {226.831, 59.4215}} + {{171.08500000000001, 400.87}, {226.83099999999999, 59.421500000000002}} Class ShapedGraphic ID 37 - Shape - Rectangle Style fill @@ -3524,11 +3318,11 @@ updates View} Color b - 0.901961 + 0.90196100000000001 g - 0.901961 + 0.90196100000000001 r - 0.901961 + 0.90196100000000001 shadow @@ -3547,12 +3341,12 @@ updates View} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs28 \cf0 Continuous Updates\ Model is Single-Source-of-Truth} @@ -3560,13 +3354,11 @@ Model is Single-Source-of-Truth} Bounds - {{208.188, 334.866}, {152.625, 40.2247}} + {{208.18799999999999, 334.86599999999999}, {152.625, 40.224699999999999}} Class ShapedGraphic ID 30 - Shape - Rectangle Style fill @@ -3574,11 +3366,11 @@ Model is Single-Source-of-Truth} Color b - 0.494377 + 0.49437700000000001 g - 0.778576 + 0.77857600000000005 r - 0.492882 + 0.49288199999999999 shadow @@ -3595,25 +3387,23 @@ Model is Single-Source-of-Truth} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 View} Bounds - {{213.089, 479.081}, {152.625, 37.0536}} + {{213.089, 479.08100000000002}, {152.625, 37.053600000000003}} Class ShapedGraphic ID 36 - Shape - Rectangle Style fill @@ -3621,11 +3411,11 @@ Model is Single-Source-of-Truth} Color b - 0.776013 + 0.77601299999999995 g - 0.532738 + 0.53273800000000004 r - 0 + 0.0 shadow @@ -3642,23 +3432,21 @@ Model is Single-Source-of-Truth} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 Model} Bounds - {{208.188, 248.43}, {152.625, 40.2247}} + {{208.18799999999999, 248.43000000000001}, {152.625, 40.224699999999999}} Class ShapedGraphic ID 35 - Shape - Rectangle Style fill @@ -3666,11 +3454,11 @@ Model is Single-Source-of-Truth} Color b - 0.395087 + 0.39508700000000002 g - 0.360479 + 0.36047899999999999 r - 1 + 1 shadow @@ -3687,12 +3475,12 @@ Model is Single-Source-of-Truth} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 Template} @@ -3708,8 +3496,6 @@ Model is Single-Source-of-Truth} Resize ID 10 - Shape - Rectangle Style fill @@ -3731,16 +3517,16 @@ Model is Single-Source-of-Truth} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs60 \cf0 Two-Way Data Binding} VerticalPad - 0 + 0.0 Wrap NO @@ -3752,8 +3538,6 @@ Model is Single-Source-of-Truth} ShapedGraphic ID 48 - Shape - Rectangle Style stroke @@ -3793,6 +3577,8 @@ Model is Single-Source-of-Truth} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -3828,19 +3614,6 @@ Model is Single-Source-of-Truth} 2 Style - fill - - GradientColor - - w - 0.666667 - - - shadow - - Draws - NO - stroke Draws @@ -3848,6 +3621,8 @@ Model is Single-Source-of-Truth} + BaseZoom + 0 CanvasOrigin {0, 0} ColumnAlign @@ -3855,12 +3630,12 @@ Model is Single-Source-of-Truth} ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1.00000 in GraphicsList Bounds - {{375.479, 159}, {149.043, 522}} + {{375.47899999999998, 159}, {149.04300000000001, 522}} Class ShapedGraphic FontInfo @@ -3874,8 +3649,6 @@ Model is Single-Source-of-Truth} 23 Layer 0 - Shape - Rectangle Style fill @@ -3896,10 +3669,10 @@ Model is Single-Source-of-Truth} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs28 \cf0 Receive \b0 \ @@ -3910,7 +3683,7 @@ Model is Single-Source-of-Truth} Bounds - {{133, 159}, {84.0215, 522}} + {{133, 159}, {84.021500000000003, 522}} Class ShapedGraphic FontInfo @@ -3924,8 +3697,6 @@ Model is Single-Source-of-Truth} 21 Layer 0 - Shape - Rectangle Style fill @@ -3946,10 +3717,10 @@ Model is Single-Source-of-Truth} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs28 \cf0 URL \b0 \ @@ -3960,7 +3731,7 @@ Model is Single-Source-of-Truth} Bounds - {{71.7928, 159}, {55.9785, 522}} + {{71.7928, 159}, {55.978499999999997, 522}} Class ShapedGraphic FontInfo @@ -3974,8 +3745,6 @@ Model is Single-Source-of-Truth} 10 Layer 0 - Shape - Rectangle Style fill @@ -3996,10 +3765,10 @@ Model is Single-Source-of-Truth} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs28 \cf0 Verb \b0 \ @@ -4010,7 +3779,7 @@ Model is Single-Source-of-Truth} Bounds - {{222.521, 159}, {149.043, 522}} + {{222.52099999999999, 159}, {149.04300000000001, 522}} Class ShapedGraphic FontInfo @@ -4024,8 +3793,6 @@ Model is Single-Source-of-Truth} 20 Layer 0 - Shape - Rectangle Style fill @@ -4046,10 +3813,10 @@ Model is Single-Source-of-Truth} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs28 \cf0 Send \b0 \ @@ -4060,7 +3827,7 @@ Model is Single-Source-of-Truth} Bounds - {{75.9893, 604.629}, {51.5434, 17}} + {{75.9893, 604.62900000000002}, {51.543399999999998, 17}} Class ShapedGraphic FitText @@ -4078,8 +3845,6 @@ Model is Single-Source-of-Truth} 47 Layer 1 - Shape - Rectangle Style fill @@ -4103,21 +3868,21 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 DELETE} VerticalPad - 0 + 0.0 Bounds - {{138.021, 604.629}, {76, 17}} + {{138.02099999999999, 604.62900000000002}, {76, 17}} Class ShapedGraphic FitText @@ -4135,8 +3900,6 @@ Model is Single-Source-of-Truth} 46 Layer 1 - Shape - Rectangle Style fill @@ -4160,23 +3923,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 /Book/456} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{378.728, 512.322}, {135, 34}} + {{378.72800000000001, 512.322}, {135, 34}} Class ShapedGraphic FitText @@ -4194,8 +3957,6 @@ Model is Single-Source-of-Truth} 45 Layer 1 - Shape - Rectangle Style fill @@ -4219,24 +3980,24 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 \{ id:456,\ name:'Catch' \}} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{227.814, 512.322}, {135, 34}} + {{227.81399999999999, 512.322}, {135, 34}} Class ShapedGraphic FitText @@ -4247,8 +4008,6 @@ Model is Single-Source-of-Truth} 44 Layer 1 - Shape - Rectangle Style fill @@ -4272,17 +4031,17 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 \{ id: 456,\ name:'Catch' \}} VerticalPad - 0 + 0.0 Wrap NO @@ -4307,8 +4066,6 @@ Model is Single-Source-of-Truth} 43 Layer 1 - Shape - Rectangle Style fill @@ -4332,23 +4089,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 POST} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{138.021, 512.322}, {76, 17}} + {{138.02099999999999, 512.322}, {76, 17}} Class ShapedGraphic FitText @@ -4366,8 +4123,6 @@ Model is Single-Source-of-Truth} 42 Layer 1 - Shape - Rectangle Style fill @@ -4391,23 +4146,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 /Book/456} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{378.728, 405.064}, {152, 85}} + {{378.72800000000001, 405.06400000000002}, {152, 85}} Class ShapedGraphic FitText @@ -4425,8 +4180,6 @@ Model is Single-Source-of-Truth} 41 Layer 1 - Shape - Rectangle Style fill @@ -4450,12 +4203,12 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 [ \{ id:123,\ name:'Moby' \},\ @@ -4463,14 +4216,14 @@ Model is Single-Source-of-Truth} name:'Rye' \}\ ]} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{75.9893, 405.064}, {26, 17}} + {{75.9893, 405.06400000000002}, {26, 17}} Class ShapedGraphic FitText @@ -4488,8 +4241,6 @@ Model is Single-Source-of-Truth} 40 Layer 1 - Shape - Rectangle Style fill @@ -4513,23 +4264,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 GET} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{138.021, 405.064}, {43, 17}} + {{138.02099999999999, 405.06400000000002}, {43, 17}} Class ShapedGraphic FitText @@ -4547,8 +4298,6 @@ Model is Single-Source-of-Truth} 39 Layer 1 - Shape - Rectangle Style fill @@ -4572,23 +4321,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 /Book} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{378.728, 352.435}, {143, 34}} + {{378.72800000000001, 352.435}, {143, 34}} Class ShapedGraphic FitText @@ -4606,8 +4355,6 @@ Model is Single-Source-of-Truth} 38 Layer 1 - Shape - Rectangle Style fill @@ -4631,17 +4378,17 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 \{ id:456,\ name:'Gatsby' \}} VerticalPad - 0 + 0.0 Wrap NO @@ -4666,8 +4413,6 @@ Model is Single-Source-of-Truth} 37 Layer 1 - Shape - Rectangle Style fill @@ -4691,23 +4436,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 GET} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{138.021, 352.435}, {76, 17}} + {{138.02099999999999, 352.435}, {76, 17}} Class ShapedGraphic FitText @@ -4725,8 +4470,6 @@ Model is Single-Source-of-Truth} 36 Layer 1 - Shape - Rectangle Style fill @@ -4750,23 +4493,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 /Book/456} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{378.728, 298.307}, {127, 34}} + {{378.72800000000001, 298.30700000000002}, {127, 34}} Class ShapedGraphic FitText @@ -4784,8 +4527,6 @@ Model is Single-Source-of-Truth} 35 Layer 1 - Shape - Rectangle Style fill @@ -4809,24 +4550,24 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 \{ id:123,\ name:'Moby' \}} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{75.9893, 298.307}, {26, 17}} + {{75.9893, 298.30700000000002}, {26, 17}} Class ShapedGraphic FitText @@ -4844,8 +4585,6 @@ Model is Single-Source-of-Truth} 33 Layer 1 - Shape - Rectangle Style fill @@ -4869,23 +4608,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 GET} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{138.021, 298.307}, {76, 17}} + {{138.02099999999999, 298.30700000000002}, {76, 17}} Class ShapedGraphic FitText @@ -4903,8 +4642,6 @@ Model is Single-Source-of-Truth} 32 Layer 1 - Shape - Rectangle Style fill @@ -4928,23 +4665,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 /Book/123} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{378.728, 241.065}, {118, 34}} + {{378.72800000000001, 241.065}, {118, 34}} Class ShapedGraphic FitText @@ -4962,8 +4699,6 @@ Model is Single-Source-of-Truth} 28 Layer 1 - Shape - Rectangle Style fill @@ -4987,24 +4722,24 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 \{ id:456,\ name:'Rye' \}} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{227.271, 241.065}, {135, 17}} + {{227.27099999999999, 241.065}, {135, 17}} Class ShapedGraphic FitText @@ -5015,8 +4750,6 @@ Model is Single-Source-of-Truth} 27 Layer 1 - Shape - Rectangle Style fill @@ -5040,16 +4773,16 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 \{ name:'Gatsby'\}} VerticalPad - 0 + 0.0 Wrap NO @@ -5074,8 +4807,6 @@ Model is Single-Source-of-Truth} 26 Layer 1 - Shape - Rectangle Style fill @@ -5099,23 +4830,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 POST} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{138.021, 241.065}, {43, 17}} + {{138.02099999999999, 241.065}, {43, 17}} Class ShapedGraphic FitText @@ -5133,8 +4864,6 @@ Model is Single-Source-of-Truth} 25 Layer 1 - Shape - Rectangle Style fill @@ -5158,23 +4887,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 /Book} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{378.728, 186.403}, {127, 34}} + {{378.72800000000001, 186.40299999999999}, {127, 34}} Class ShapedGraphic FitText @@ -5192,8 +4921,6 @@ Model is Single-Source-of-Truth} 24 Layer 1 - Shape - Rectangle Style fill @@ -5217,24 +4944,24 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 \{ id:123,\ name:'Moby' \}} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{227.5, 186.403}, {127, 17}} + {{227.5, 186.40299999999999}, {127, 17}} Class ShapedGraphic FitText @@ -5245,8 +4972,6 @@ Model is Single-Source-of-Truth} 22 Layer 1 - Shape - Rectangle Style fill @@ -5270,23 +4995,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 \{ name:'Moby' \}} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{75.9893, 186.403}, {34, 17}} + {{75.9893, 186.40299999999999}, {34, 17}} Class ShapedGraphic FitText @@ -5304,8 +5029,6 @@ Model is Single-Source-of-Truth} 19 Layer 1 - Shape - Rectangle Style fill @@ -5329,23 +5052,23 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 POST} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{138.021, 186.403}, {43, 17}} + {{138.02099999999999, 186.40299999999999}, {43, 17}} Class ShapedGraphic FitText @@ -5363,8 +5086,6 @@ Model is Single-Source-of-Truth} 6 Layer 1 - Shape - Rectangle Style fill @@ -5388,16 +5109,16 @@ Model is Single-Source-of-Truth} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 /Book} VerticalPad - 0 + 0.0 Wrap NO @@ -5415,8 +5136,6 @@ Model is Single-Source-of-Truth} 4 Layer 1 - Shape - Rectangle Style fill @@ -5438,13 +5157,13 @@ Model is Single-Source-of-Truth} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;\f1\fmodern\fcharset0 Courier-BoldOblique;\f2\fmodern\fcharset0 Courier-Oblique; } {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 http://server/data/ \f1\i\b Collection @@ -5452,7 +5171,7 @@ Model is Single-Source-of-Truth} \f1\b /ID \f2\b0 ]} VerticalPad - 0 + 0.0 Wrap NO @@ -5470,8 +5189,6 @@ Model is Single-Source-of-Truth} 3 Layer 1 - Shape - Rectangle Style fill @@ -5493,23 +5210,23 @@ Model is Single-Source-of-Truth} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs60 \cf0 RESTful URLs} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{240.383, -14.4874}, {97, 498.233}} + {{240.38300000000001, -14.487399999999999}, {97, 498.233}} Class ShapedGraphic ID @@ -5518,8 +5235,6 @@ Model is Single-Source-of-Truth} 1 Rotation 270 - Shape - Rectangle Style fill @@ -5527,11 +5242,11 @@ Model is Single-Source-of-Truth} Color b - 0.597299 + 0.59729900000000002 g - 0.578759 + 0.57875900000000002 r - 1 + 1 shadow @@ -5550,10 +5265,10 @@ Model is Single-Source-of-Truth} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\b\fs36 \cf0 Create} @@ -5562,7 +5277,7 @@ Model is Single-Source-of-Truth} Bounds - {{254.319, 384.448}, {69.1293, 498.233}} + {{254.31899999999999, 384.44799999999998}, {69.129300000000001, 498.233}} Class ShapedGraphic ID @@ -5571,8 +5286,6 @@ Model is Single-Source-of-Truth} 1 Rotation 270 - Shape - Rectangle Style fill @@ -5580,11 +5293,11 @@ Model is Single-Source-of-Truth} Color b - 0.597299 + 0.59729900000000002 g - 0.578759 + 0.57875900000000002 r - 1 + 1 shadow @@ -5603,10 +5316,10 @@ Model is Single-Source-of-Truth} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\b\fs36 \cf0 Delete} @@ -5615,7 +5328,7 @@ Model is Single-Source-of-Truth} Bounds - {{250.883, 297.98}, {76, 498.233}} + {{250.88300000000001, 297.98000000000002}, {76, 498.233}} Class ShapedGraphic ID @@ -5624,8 +5337,6 @@ Model is Single-Source-of-Truth} 1 Rotation 270 - Shape - Rectangle Style fill @@ -5633,11 +5344,11 @@ Model is Single-Source-of-Truth} Color b - 0.909743 + 0.90974299999999997 g - 0.779721 + 0.779721 r - 0.555337 + 0.55533699999999997 shadow @@ -5656,10 +5367,10 @@ Model is Single-Source-of-Truth} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\b\fs36 \cf0 Update} @@ -5668,7 +5379,7 @@ Model is Single-Source-of-Truth} Bounds - {{186.23, 146.996}, {201.774, 498.233}} + {{186.22999999999999, 146.99600000000001}, {201.774, 498.233}} Class ShapedGraphic ID @@ -5677,8 +5388,6 @@ Model is Single-Source-of-Truth} 1 Rotation 270 - Shape - Rectangle Style fill @@ -5686,11 +5395,11 @@ Model is Single-Source-of-Truth} Color b - 0.661341 + 0.66134099999999996 g - 0.850156 + 0.85015600000000002 r - 0.662013 + 0.66201299999999996 shadow @@ -5709,10 +5418,10 @@ Model is Single-Source-of-Truth} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\b\fs36 \cf0 Read} @@ -5759,6 +5468,8 @@ Model is Single-Source-of-Truth} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -5794,19 +5505,6 @@ Model is Single-Source-of-Truth} 2 Style - fill - - GradientColor - - w - 0.666667 - - - shadow - - Draws - NO - stroke Draws @@ -5814,6 +5512,8 @@ Model is Single-Source-of-Truth} + BaseZoom + 0 CanvasOrigin {0, 0} ColumnAlign @@ -5821,7 +5521,7 @@ Model is Single-Source-of-Truth} ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1.00000 in GraphicsList @@ -5835,8 +5535,6 @@ Model is Single-Source-of-Truth} Resize ID 29 - Shape - Rectangle Style fill @@ -5858,29 +5556,27 @@ Model is Single-Source-of-Truth} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue-CondensedBlack;\f1\fnil\fcharset0 HelveticaNeue-UltraLight;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs36 \cf0 HTTP RESTful URL\ JSON \f1\b0 / XML / PROTO} VerticalPad - 0 + 0.0 Bounds - {{268, 275.746}, {206.125, 37.0536}} + {{268, 275.74599999999998}, {206.125, 37.053600000000003}} Class ShapedGraphic ID 9 - Shape - Rectangle Style fill @@ -5888,11 +5584,11 @@ JSON Color b - 0.952972 + 0.95297200000000004 g - 0.890059 + 0.89005900000000004 r - 0.780545 + 0.78054500000000004 shadow @@ -5911,23 +5607,21 @@ JSON Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 ACL} Bounds - {{268, 321.29}, {206.125, 37.0536}} + {{268, 321.29000000000002}, {206.125, 37.053600000000003}} Class ShapedGraphic ID 7 - Shape - Rectangle Style fill @@ -5935,11 +5629,11 @@ JSON Color b - 0.776013 + 0.77601299999999995 g - 0.532738 + 0.53273800000000004 r - 0 + 0.0 shadow @@ -5956,23 +5650,21 @@ JSON Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 Mapper} Bounds - {{268, 230.201}, {206.125, 37.0536}} + {{268, 230.20099999999999}, {206.125, 37.053600000000003}} Class ShapedGraphic ID 6 - Shape - Rectangle Style fill @@ -5980,11 +5672,11 @@ JSON Color b - 0.776013 + 0.77601299999999995 g - 0.532738 + 0.53273800000000004 r - 0 + 0.0 shadow @@ -6001,23 +5693,21 @@ JSON Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 URL Router} Bounds - {{268, 184.656}, {206.125, 37.0536}} + {{268, 184.65600000000001}, {206.125, 37.053600000000003}} Class ShapedGraphic ID 5 - Shape - Rectangle Style fill @@ -6025,11 +5715,11 @@ JSON Color b - 0.776013 + 0.77601299999999995 g - 0.532738 + 0.53273800000000004 r - 0 + 0.0 shadow @@ -6046,10 +5736,10 @@ JSON Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 Serializer} @@ -6065,8 +5755,6 @@ JSON Resize ID 28 - Shape - Rectangle Style fill @@ -6090,29 +5778,27 @@ JSON Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 (CRUD+verbs)} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{145.75, 589.471}, {88.5, 29.5287}} + {{145.75, 589.471}, {88.5, 29.528700000000001}} Class ShapedGraphic ID 27 - Shape - Rectangle Style fill @@ -6120,11 +5806,11 @@ JSON Color b - 0.803922 + 0.80392200000000003 g - 0.893111 + 0.89311099999999999 r - 1 + 1 shadow @@ -6143,23 +5829,21 @@ JSON Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs28 \cf0 ???} Bounds - {{145.75, 552.393}, {88.5, 29.5287}} + {{145.75, 552.39300000000003}, {88.5, 29.528700000000001}} Class ShapedGraphic ID 26 - Shape - Rectangle Style fill @@ -6167,11 +5851,11 @@ JSON Color b - 0.803922 + 0.80392200000000003 g - 0.893111 + 0.89311099999999999 r - 1 + 1 shadow @@ -6190,23 +5874,21 @@ JSON Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs28 \cf0 JavaScript} Bounds - {{145.75, 515.316}, {88.5, 29.5287}} + {{145.75, 515.31600000000003}, {88.5, 29.528700000000001}} Class ShapedGraphic ID 25 - Shape - Rectangle Style fill @@ -6214,11 +5896,11 @@ JSON Color b - 0.217426 + 0.21742600000000001 g - 0.546502 + 0.54650200000000004 r - 1 + 1 shadow @@ -6235,10 +5917,10 @@ JSON Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs28 \cf0 Java} @@ -6254,8 +5936,6 @@ JSON Resize ID 17 - Shape - Rectangle Style fill @@ -6279,31 +5959,29 @@ JSON Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs28 \cf0 (CRUD)} VerticalPad - 0 + 0.0 Wrap NO Bounds - {{376.237, 531.888}, {134, 40.2247}} + {{376.23700000000002, 531.88800000000003}, {134, 40.224699999999999}} Class ShapedGraphic ID 16 Rotation 270 - Shape - Rectangle Style fill @@ -6311,11 +5989,11 @@ JSON Color b - 0.798825 + 0.79882500000000001 g - 0.790722 + 0.79072200000000004 r - 1 + 1 shadow @@ -6334,27 +6012,25 @@ JSON Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 ???} Bounds - {{280.652, 531.888}, {134, 40.2247}} + {{280.65199999999999, 531.88800000000003}, {134, 40.224699999999999}} Class ShapedGraphic ID 14 Rotation 270 - Shape - Rectangle Style fill @@ -6362,11 +6038,11 @@ JSON Color b - 0.395087 + 0.39508700000000002 g - 0.360479 + 0.36047899999999999 r - 1 + 1 shadow @@ -6383,27 +6059,25 @@ JSON Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 Buganizer} Bounds - {{328.445, 531.888}, {134, 40.2247}} + {{328.44499999999999, 531.88800000000003}, {134, 40.224699999999999}} Class ShapedGraphic ID 13 Rotation 270 - Shape - Rectangle Style fill @@ -6411,11 +6085,11 @@ JSON Color b - 0.798825 + 0.79882500000000001 g - 0.790722 + 0.79072200000000004 r - 1 + 1 shadow @@ -6434,27 +6108,25 @@ JSON Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 BigTable} Bounds - {{233.371, 531.888}, {134, 40.2247}} + {{233.37100000000001, 531.88800000000003}, {134, 40.224699999999999}} Class ShapedGraphic ID 12 Rotation 270 - Shape - Rectangle Style fill @@ -6462,11 +6134,11 @@ JSON Color b - 0.395087 + 0.39508700000000002 g - 0.360479 + 0.36047899999999999 r - 1 + 1 shadow @@ -6483,12 +6155,12 @@ JSON Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs48 \cf0 MegaStore} @@ -6500,8 +6172,6 @@ JSON ShapedGraphic ID 15 - Shape - Rectangle Style fill @@ -6509,11 +6179,11 @@ JSON Color b - 0.494377 + 0.49437700000000001 g - 0.778576 + 0.77857600000000005 r - 0.492882 + 0.49288199999999999 shadow @@ -6532,10 +6202,10 @@ JSON Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs48 \cf0 Repository} @@ -6549,8 +6219,6 @@ JSON ShapedGraphic ID 11 - Shape - Rectangle Style fill @@ -6558,11 +6226,11 @@ JSON Color b - 0.494377 + 0.49437700000000001 g - 0.778576 + 0.77857600000000005 r - 0.492882 + 0.49288199999999999 shadow @@ -6581,12 +6249,12 @@ JSON Align 0 Pad - 10 + 10 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs48 \cf0 Custom} @@ -6604,8 +6272,6 @@ JSON Resize ID 3 - Shape - Rectangle Style fill @@ -6627,16 +6293,16 @@ JSON Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs60 \cf0 RESTy: Declarative Data Storage} VerticalPad - 0 + 0.0 Wrap NO @@ -6648,8 +6314,6 @@ JSON ShapedGraphic ID 10 - Shape - Rectangle Style fill @@ -6670,10 +6334,10 @@ JSON Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs48 \cf0 Declarative} @@ -6682,7 +6346,7 @@ JSON Bounds - {{46.0001, 135}, {380, 278}} + {{46.000100000000003, 135}, {380, 278}} Class ShapedGraphic ID @@ -6693,42 +6357,42 @@ JSON UnitPoints - {-0.5, -0.356114} - {-0.5, -0.356114} - {-0.407897, -0.5} - {-0.407896, -0.5} - {-0.407897, -0.5} - {-0.407896, -0.43525} - {-0.407896, -0.43525} - {0.142105, -0.428057} - {0.197365, -0.464023} - {0.344737, -0.356114} - {0.492106, -0.248202} - {0.452631, -0.0251794} - {0.452631, 0.363309} - {0.452631, 0.363309} - {0.5, 0.363309} - {0.5, 0.363309} - {0.5, 0.363309} - {0.371053, 0.5} - {0.371053, 0.5} - {0.371053, 0.5} - {0.255264, 0.366911} - {0.255264, 0.366911} - {0.255264, 0.366911} - {0.302633, 0.366921} - {0.302633, 0.366921} - {0.302633, -0.0215823} - {0.32105, -0.125901} - {0.260526, -0.208633} - {0.199998, -0.29137} - {0.0605264, -0.276978} - {-0.402632, -0.27338} - {-0.402632, -0.27338} - {-0.402632, -0.208632} - {-0.402632, -0.208632} - {-0.40263, -0.208633} - {-0.5, -0.356109} + {-0.5, -0.35611399999999999} + {-0.5, -0.35611399999999999} + {-0.40789700000000001, -0.5} + {-0.40789599999999998, -0.5} + {-0.40789700000000001, -0.5} + {-0.40789599999999998, -0.43525000000000003} + {-0.40789599999999998, -0.43525000000000003} + {0.14210500000000001, -0.42805700000000002} + {0.19736500000000001, -0.46402300000000002} + {0.34473700000000002, -0.35611399999999999} + {0.49210599999999999, -0.24820200000000001} + {0.45263100000000001, -0.025179400000000001} + {0.45263100000000001, 0.36330899999999999} + {0.45263100000000001, 0.36330899999999999} + {0.5, 0.36330899999999999} + {0.5, 0.36330899999999999} + {0.5, 0.36330899999999999} + {0.37105300000000002, 0.5} + {0.37105300000000002, 0.5} + {0.37105300000000002, 0.5} + {0.25526399999999999, 0.36691099999999999} + {0.25526399999999999, 0.36691099999999999} + {0.25526399999999999, 0.36691099999999999} + {0.30263299999999999, 0.366921} + {0.30263299999999999, 0.366921} + {0.30263299999999999, -0.021582299999999999} + {0.32105, -0.12590100000000001} + {0.26052599999999998, -0.20863300000000001} + {0.19999800000000001, -0.29137000000000002} + {0.060526400000000001, -0.276978} + {-0.40263199999999999, -0.27338000000000001} + {-0.40263199999999999, -0.27338000000000001} + {-0.40263199999999999, -0.20863200000000001} + {-0.40263199999999999, -0.20863200000000001} + {-0.40262999999999999, -0.20863300000000001} + {-0.5, -0.35610900000000001} Style @@ -6738,24 +6402,22 @@ JSON Color b - 0.800015 + 0.80001500000000003 g - 0.800015 + 0.80001500000000003 r - 0.800015 + 0.80001500000000003 Bounds - {{123, 399}, {374.5, 258.999}} + {{123, 399}, {374.5, 258.99900000000002}} Class ShapedGraphic ID 8 - Shape - Rectangle Style fill @@ -6763,11 +6425,11 @@ JSON Color b - 0.494377 + 0.49437700000000001 g - 0.778576 + 0.77857600000000005 r - 0.492882 + 0.49288199999999999 Draws NO @@ -6790,10 +6452,10 @@ JSON Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs48 \cf0 Resources} @@ -6807,8 +6469,6 @@ JSON ShapedGraphic ID 4 - Shape - Rectangle Style fill @@ -6816,11 +6476,11 @@ JSON Color b - 0.800748 + 0.80074800000000002 g - 0.946502 + 0.94650199999999995 r - 1 + 1 stroke @@ -6860,6 +6520,8 @@ JSON 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -6895,19 +6557,6 @@ JSON 2 Style - fill - - GradientColor - - w - 0.666667 - - - shadow - - Draws - NO - stroke Draws @@ -6915,6 +6564,8 @@ JSON + BaseZoom + 0 CanvasOrigin {0, 0} ColumnAlign @@ -6922,48 +6573,44 @@ JSON ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1.00000 in GraphicsList Bounds - {{85.9137, 394.312}, {220.947, 95.625}} + {{85.913700000000006, 394.31200000000001}, {220.947, 95.625}} Class ShapedGraphic ID 144 Magnets - {-0.685994, -1.14332} - {-0.261488, -1.30744} - {0.261488, -1.30744} - {0.685994, -1.14332} - {1.14332, -0.685995} - {1.30744, -0.261488} - {1.30744, 0.261488} - {1.14332, 0.685995} - {0.685994, 1.14332} - {0.261488, 1.30744} - {-0.261489, 1.30744} - {-0.685994, 1.14332} - {-1.14332, 0.685994} - {-1.30744, 0.261488} - {-1.30744, -0.261488} - {-1.14332, -0.685995} + {-0.68599399999999999, -1.1433199999999999} + {-0.261488, -1.3074399999999999} + {0.261488, -1.3074399999999999} + {0.68599399999999999, -1.1433199999999999} + {1.1433199999999999, -0.68599500000000002} + {1.3074399999999999, -0.261488} + {1.3074399999999999, 0.261488} + {1.1433199999999999, 0.68599500000000002} + {0.68599399999999999, 1.1433199999999999} + {0.261488, 1.3074399999999999} + {-0.26148900000000003, 1.3074399999999999} + {-0.68599399999999999, 1.1433199999999999} + {-1.1433199999999999, 0.68599399999999999} + {-1.3074399999999999, 0.261488} + {-1.3074399999999999, -0.261488} + {-1.1433199999999999, -0.68599500000000002} - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 $route \{\ current: \{\ @@ -6977,43 +6624,39 @@ JSON Bounds - {{217.75, 347.375}, {298.96, 38.25}} + {{217.75, 347.375}, {298.95999999999998, 38.25}} Class ShapedGraphic ID 22 Magnets - {-0.685994, -1.14332} - {-0.261488, -1.30744} - {0.261488, -1.30744} - {0.685994, -1.14332} - {1.14332, -0.685995} - {1.30744, -0.261489} - {1.30744, 0.261488} - {1.14332, 0.685994} - {0.685994, 1.14332} - {0.261488, 1.30744} - {-0.261489, 1.30744} - {-0.685994, 1.14332} - {-1.14332, 0.685994} - {-1.30744, 0.261488} - {-1.30744, -0.261489} - {-1.14332, -0.685995} + {-0.68599399999999999, -1.1433199999999999} + {-0.261488, -1.3074399999999999} + {0.261488, -1.3074399999999999} + {0.68599399999999999, -1.1433199999999999} + {1.1433199999999999, -0.68599500000000002} + {1.3074399999999999, -0.26148900000000003} + {1.3074399999999999, 0.261488} + {1.1433199999999999, 0.68599399999999999} + {0.68599399999999999, 1.1433199999999999} + {0.261488, 1.3074399999999999} + {-0.26148900000000003, 1.3074399999999999} + {-0.68599399999999999, 1.1433199999999999} + {-1.1433199999999999, 0.68599399999999999} + {-1.3074399999999999, 0.261488} + {-1.3074399999999999, -0.26148900000000003} + {-1.1433199999999999, -0.68599500000000002} - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 /account -> AccountCntl; Account.html\ /settings -> SettingsCntl; Settings.html} @@ -7028,7 +6671,7 @@ JSON Bounds - {{475.71, 679.25}, {41, 14}} + {{475.70999999999998, 679.25}, {41, 14}} Class ShapedGraphic FitText @@ -7037,8 +6680,6 @@ JSON Resize ID 173 - Shape - Rectangle Style fill @@ -7060,16 +6701,16 @@ JSON Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Binding} VerticalPad - 0 + 0.0 Wrap NO @@ -7085,8 +6726,6 @@ JSON Resize ID 174 - Shape - Rectangle Style fill @@ -7108,16 +6747,16 @@ JSON Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Watch} VerticalPad - 0 + 0.0 Wrap NO @@ -7134,11 +6773,16 @@ JSON 175 Points - {461.007, 685.75} - {387.965, 685.75} + {461.00700000000001, 685.75} + {387.96499999999997, 685.75} Style + shadow + + Draws + NO + stroke Bezier @@ -7146,18 +6790,20 @@ JSON Color a - 0.49 + 0.48999999999999999 b - 0.776013 + 0.77601299999999995 g - 0.532738 + 0.53273800000000004 r - 0 + 0.0 HeadArrow FilledArrow HeadScale 0.69999992847442627 + Legacy + LineType 1 TailArrow @@ -7181,11 +6827,16 @@ JSON 176 Points - {167.082, 685.75} - {93.7897, 685.75} + {167.08199999999999, 685.75} + {93.789699999999996, 685.75} Style + shadow + + Draws + NO + stroke Bezier @@ -7193,18 +6844,20 @@ JSON Color a - 0.5 + 0.5 b - 0 + 0.0 g - 0 + 0.0 r - 0.958068 + 0.95806800000000003 HeadArrow FilledArrow HeadScale 0.59999996423721313 + Legacy + LineType 1 TailArrow @@ -7225,9 +6878,9 @@ JSON LineGraphic ControlPoints - {-71.4076, 17.75} + {-71.407600000000002, 17.75} {0, -146} - {6.10352e-05, 146} + {6.1035200000000001e-05, 146} {40, 0} Head @@ -7241,12 +6894,17 @@ JSON 157 Points - {397.158, 220.25} + {397.15750000000003, 220.25} {330.75, 421} {294, 564.625} Style + shadow + + Draws + NO + stroke Bezier @@ -7254,18 +6912,20 @@ JSON Color a - 0.49 + 0.48999999999999999 b - 0.776013 + 0.77601299999999995 g - 0.532738 + 0.53273800000000004 r - 0 + 0.0 HeadArrow FilledArrow HeadScale 0.69999992847442627 + Legacy + LineType 1 TailArrow @@ -7287,9 +6947,9 @@ JSON LineGraphic ControlPoints - {-69.6563, 11.25} + {-69.656300000000002, 11.25} {0, -146} - {6.10352e-05, 146} + {6.1035200000000001e-05, 146} {153, 0.125} Head @@ -7301,12 +6961,17 @@ JSON 155 Points - {411.406, 280.75} + {411.40603827465975, 280.75} {341.75, 469.25} - {190.711, 617.875} + {190.71080000000001, 617.875} Style + shadow + + Draws + NO + stroke Bezier @@ -7314,18 +6979,20 @@ JSON Color a - 0.49 + 0.48999999999999999 b - 0.776013 + 0.77601299999999995 g - 0.532738 + 0.53273800000000004 r - 0 + 0.0 HeadArrow FilledArrow HeadScale 0.69999992847442627 + Legacy + LineType 1 TailArrow @@ -7351,7 +7018,7 @@ JSON Bounds - {{104.84, 603.875}, {85.8708, 28}} + {{104.84, 603.875}, {85.870800000000003, 28}} Class ShapedGraphic FitText @@ -7367,8 +7034,6 @@ JSON {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -7392,21 +7057,21 @@ JSON Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 save() \{...\}} VerticalPad - 0 + 0.0 Bounds - {{112.425, 557.625}, {181.575, 14}} + {{112.425, 557.625}, {181.57499999999999, 14}} Class ShapedGraphic FitText @@ -7422,8 +7087,6 @@ JSON {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -7447,27 +7110,25 @@ JSON Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 this.name = 'John Smith'} VerticalPad - 0 + 0.0 Bounds - {{85.9137, 498}, {437.967, 147.25}} + {{85.913700000000006, 498}, {437.96699999999998, 147.25}} Class ShapedGraphic ID 171 - Shape - Rectangle Style fill @@ -7475,11 +7136,11 @@ JSON Color b - 0.611551 + 0.61155099999999996 g - 0.785672 + 0.78567200000000004 r - 1 + 1 @@ -7488,13 +7149,13 @@ JSON Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs36 \cf0 Partial Scope:\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f1\fs24 \cf0 class AccountCntl \{\ AccountCntl() \{\ @@ -7519,7 +7180,7 @@ JSON {0, 0} {0, -77} - {5.34058e-05, 77} + {5.3405800000000003e-05, 77} {0, 0} Head @@ -7533,12 +7194,17 @@ JSON 148 Points - {144.544, 161.95} + {144.37493502711496, 162.42040015127151} {101.86, 280.75} - {130.103, 394.312} + {129.98223255775298, 393.82678073058446} Style + shadow + + Draws + NO + stroke Bezier @@ -7546,18 +7212,20 @@ JSON Color a - 0.5 + 0.5 b - 0 + 0.0 g - 0 + 0.0 r - 0.958068 + 0.95806800000000003 HeadArrow 0 HeadScale 0.59999996423721313 + Legacy + LineType 1 TailArrow @@ -7578,7 +7246,7 @@ JSON Bounds - {{171.233, 374.939}, {49.138, 15}} + {{171.20225286448905, 374.81849999999997}, {49.637994271021917, 15}} Class ShapedGraphic Head @@ -7591,7 +7259,7 @@ JSON ID 147 Rotation - 151.10282897949219 + 151.10285862682451 Shape AdjustableArrow ShapeData @@ -7608,22 +7276,13 @@ JSON Color a - 0.1 + 0.10000000000000001 b - 0 + 0.0 g - 0 + 0.0 r - 0 - - GradientColor - - b - 0.501961 - g - 0.25098 - r - 0 + 0.0 MiddleFraction 0.70634919404983521 @@ -7633,31 +7292,29 @@ JSON Color a - 0.4 + 0.40000000000000002 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 Fuzziness 0.0 - ShadowVector - {0, 2} stroke Color a - 0.75 + 0.75 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 @@ -7678,10 +7335,10 @@ JSON LineGraphic ControlPoints - {89.7157, 8.77938} - {-0.989136, -163} - {0.989258, 163} - {25.6368, -27.25} + {89.715699999999998, 8.7793799999999997} + {-0.98913600000000002, -163} + {0.98925799999999997, 163} + {25.636800000000001, -27.25} Head @@ -7694,12 +7351,17 @@ JSON 146 Points - {451.588, 64.2154} + {451.58770508914768, 64.215414196643465} {528.75, 260.75} - {491.226, 421.763} + {491.11294329846419, 422.25} Style + shadow + + Draws + NO + stroke Bezier @@ -7707,18 +7369,20 @@ JSON Color a - 0.5 + 0.5 b - 0 + 0.0 g - 0 + 0.0 r - 0.958068 + 0.95806800000000003 HeadArrow FilledArrow HeadScale 0.59999996423721313 + Legacy + LineType 1 TailArrow @@ -7742,7 +7406,7 @@ JSON LineGraphic ControlPoints - {-28.1529, 13.4} + {-28.152899999999999, 13.4} {24.8888, 13.125} Head @@ -7754,11 +7418,16 @@ JSON 37 Points - {360.044, 455.85} - {306.861, 451.687} + {360.04399999999998, 455.85002141589672} + {306.86070000000001, 451.68700000000001} Style + shadow + + Draws + NO + stroke Bezier @@ -7766,18 +7435,20 @@ JSON Color a - 0.5 + 0.5 b - 0 + 0.0 g - 0 + 0.0 r - 0.958068 + 0.95806800000000003 HeadArrow FilledArrow HeadScale 0.59999996423721313 + Legacy + LineType 1 TailArrow @@ -7796,43 +7467,39 @@ JSON Bounds - {{360.044, 422.25}, {163.836, 56}} + {{360.04399999999998, 422.25}, {163.83600000000001, 56}} Class ShapedGraphic ID 143 Magnets - {-0.685994, -1.14332} - {-0.261488, -1.30744} - {0.261489, -1.30744} - {0.685994, -1.14332} - {1.14332, -0.685994} - {1.30744, -0.261489} - {1.30744, 0.261489} - {1.14332, 0.685995} - {0.685994, 1.14332} - {0.261488, 1.30744} - {-0.261488, 1.30744} - {-0.685994, 1.14332} - {-1.14332, 0.685995} - {-1.30744, 0.261489} - {-1.30744, -0.261489} - {-1.14332, -0.685994} + {-0.68599399999999999, -1.1433199999999999} + {-0.261488, -1.3074399999999999} + {0.26148900000000003, -1.3074399999999999} + {0.68599399999999999, -1.1433199999999999} + {1.1433199999999999, -0.68599399999999999} + {1.3074399999999999, -0.26148900000000003} + {1.3074399999999999, 0.26148900000000003} + {1.1433199999999999, 0.68599500000000002} + {0.68599399999999999, 1.1433199999999999} + {0.261488, 1.3074399999999999} + {-0.261488, 1.3074399999999999} + {-0.68599399999999999, 1.1433199999999999} + {-1.1433199999999999, 0.68599500000000002} + {-1.3074399999999999, 0.26148900000000003} + {-1.3074399999999999, -0.26148900000000003} + {-1.1433199999999999, -0.68599399999999999} - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 $location: \{\ hashPath: 'account'\ @@ -7862,8 +7529,6 @@ JSON 142 Rotation 270 - Shape - Rectangle Style fill @@ -7887,16 +7552,16 @@ JSON Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Optima-ExtraBlack;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs36 \cf0 Runtime} VerticalPad - 2 + 2 Wrap NO @@ -7921,8 +7586,6 @@ JSON 141 Rotation 270 - Shape - Rectangle Style fill @@ -7946,23 +7609,23 @@ JSON Align 0 Pad - 2 + 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Optima-ExtraBlack;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs36 \cf0 Browser} VerticalPad - 2 + 2 Wrap NO Bounds - {{217.75, 266.75}, {290.484, 14}} + {{217.75, 266.75}, {290.48399999999998, 14}} Class ShapedGraphic FitText @@ -7973,17 +7636,15 @@ JSON 34 Magnets - {-0.421637, -1.26491} - {0.421637, -1.26491} - {1.26491, -0.42164} - {1.26491, 0.42164} - {0.421637, 1.26491} - {-0.421637, 1.26491} - {-1.26491, 0.42164} - {-1.26491, -0.42164} + {-0.42163699999999998, -1.26491} + {0.42163699999999998, -1.26491} + {1.26491, -0.42164000000000001} + {1.26491, 0.42164000000000001} + {0.42163699999999998, 1.26491} + {-0.42163699999999998, 1.26491} + {-1.26491, 0.42164000000000001} + {-1.26491, -0.42164000000000001} - Shape - Rectangle Style fill @@ -8007,16 +7668,16 @@ JSON Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 <button ng-click='save()'>Save</button>} VerticalPad - 0 + 0.0 @@ -8037,8 +7698,6 @@ JSON {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -8062,27 +7721,25 @@ JSON Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 <input name='name' />} VerticalPad - 0 + 0.0 Bounds - {{73.7499, 339.75}, {459, 317.5}} + {{73.749899999999997, 339.75}, {459, 317.5}} Class ShapedGraphic ID 20 - Shape - Rectangle Style fill @@ -8090,11 +7747,11 @@ JSON Color b - 0.828641 + 0.82864099999999996 g - 0.921401 + 0.92140100000000003 r - 0.825757 + 0.82575699999999996 @@ -8103,10 +7760,10 @@ JSON Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;\f1\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs36 \cf0 \ul \ulc0 $root \f1 Scope\ulnone \ @@ -8117,13 +7774,11 @@ JSON Bounds - {{162.921, 264.75}, {48.7271, 16}} + {{162.92099999999999, 264.75}, {48.7271, 16}} Class ShapedGraphic ID 24 - Shape - Rectangle Style fill @@ -8131,21 +7786,21 @@ JSON Color b - 0.8 + 0.80000000000000004 g - 0.8 + 0.80000000000000004 r - 0.8 + 0.80000000000000004 Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Save} @@ -8157,43 +7812,35 @@ JSON ShapedGraphic ID 25 - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 12345} Bounds - {{237.293, 244.75}, {27, 16}} + {{237.29300000000001, 244.75}, {27, 16}} Class ShapedGraphic ID 26 - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 US} @@ -8205,19 +7852,15 @@ JSON ShapedGraphic ID 27 - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 Any Place} @@ -8229,19 +7872,15 @@ JSON ShapedGraphic ID 28 - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 123 Main St} @@ -8253,26 +7892,22 @@ JSON ShapedGraphic ID 29 - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 John Smith} Bounds - {{85.9137, 110.75}, {71.8362, 42}} + {{85.913700000000006, 110.75}, {71.836200000000005, 42}} Class ShapedGraphic FitText @@ -8281,8 +7916,6 @@ JSON Resize ID 13 - Shape - Rectangle Style fill @@ -8306,30 +7939,28 @@ JSON Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Navigation \b0 \ Account\ Settings} VerticalPad - 0 + 0.0 Bounds - {{155.076, 168.75}, {353.158, 123}} + {{155.07599999999999, 168.75}, {353.15800000000002, 123}} Class ShapedGraphic ID 12 - Shape - Rectangle Style fill @@ -8337,11 +7968,11 @@ Settings} Color b - 0.611551 + 0.61155099999999996 g - 0.785672 + 0.78567200000000004 r - 1 + 1 @@ -8350,10 +7981,10 @@ Settings} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs36 \cf0 Account Settings \i\b (Partial)} @@ -8363,7 +7994,7 @@ Settings} Bounds - {{80.1753, 47.6352}, {17.4491, 15.1148}} + {{80.175299999999993, 47.635199999999998}, {17.449100000000001, 15.114800000000001}} Class ShapedGraphic ID @@ -8386,11 +8017,11 @@ Settings} Color b - 0.4 + 0.40000000000000002 g - 0.4 + 0.40000000000000002 r - 0.4 + 0.40000000000000002 FillType 2 @@ -8424,27 +8055,25 @@ Settings} Color a - 0.4 + 0.40000000000000002 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 - ShadowVector - {0, 2} stroke Color b - 0.0980392 + 0.098039200000000007 g - 0.0980392 + 0.098039200000000007 r - 0.0980392 + 0.098039200000000007 @@ -8455,7 +8084,7 @@ Settings} Bounds - {{102.223, 47.1973}, {18.4475, 15.1055}} + {{102.223, 47.197299999999998}, {18.447500000000002, 15.105499999999999}} Class ShapedGraphic ID @@ -8478,11 +8107,11 @@ Settings} Color b - 0.4 + 0.40000000000000002 g - 0.4 + 0.40000000000000002 r - 0.4 + 0.40000000000000002 FillType 2 @@ -8516,27 +8145,25 @@ Settings} Color a - 0.4 + 0.40000000000000002 b - 0 + 0.0 g - 0 + 0.0 r - 0 + 0.0 - ShadowVector - {0, 2} stroke Color b - 0.0980392 + 0.098039200000000007 g - 0.0980392 + 0.098039200000000007 r - 0.0980392 + 0.098039200000000007 @@ -8547,56 +8174,50 @@ Settings} Bounds - {{127.27, 47.75}, {397.316, 16}} + {{127.27, 47.75}, {397.31599999999997, 16}} Class ShapedGraphic ID 4 Magnets - {-0.685994, -1.14332} - {-0.261488, -1.30744} - {0.261488, -1.30744} - {0.685994, -1.14332} - {1.14332, -0.685994} - {1.30744, -0.261488} - {1.30744, 0.261488} - {1.14332, 0.685995} - {0.685994, 1.14332} - {0.261488, 1.30744} - {-0.261489, 1.30744} - {-0.685994, 1.14332} - {-1.14332, 0.685994} - {-1.30744, 0.261488} - {-1.30744, -0.261489} - {-1.14332, -0.685994} + {-0.68599399999999999, -1.1433199999999999} + {-0.261488, -1.3074399999999999} + {0.261488, -1.3074399999999999} + {0.68599399999999999, -1.1433199999999999} + {1.1433199999999999, -0.68599399999999999} + {1.3074399999999999, -0.261488} + {1.3074399999999999, 0.261488} + {1.1433199999999999, 0.68599500000000002} + {0.68599399999999999, 1.1433199999999999} + {0.261488, 1.3074399999999999} + {-0.26148900000000003, 1.3074399999999999} + {-0.68599399999999999, 1.1433199999999999} + {-1.1433199999999999, 0.68599399999999999} + {-1.3074399999999999, 0.261488} + {-1.3074399999999999, -0.26148900000000003} + {-1.1433199999999999, -0.68599399999999999} - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 http://server/index.html#account} Bounds - {{73.7499, 39.75}, {459, 29}} + {{73.749899999999997, 39.75}, {459, 29}} Class ShapedGraphic ID 3 - Shape - Rectangle Style fill @@ -8604,54 +8225,50 @@ Settings} Color b - 0.6 + 0.59999999999999998 g - 0.6 + 0.59999999999999998 r - 0.6 + 0.59999999999999998 Bounds - {{144.544, 127.75}, {372.166, 171}} + {{144.54400000000001, 127.75}, {372.166, 171}} Class ShapedGraphic ID 31 Magnets - {-0.685994, -1.14332} - {-0.261488, -1.30744} - {0.261488, -1.30744} - {0.685994, -1.14332} - {1.14332, -0.685994} - {1.30744, -0.261488} - {1.30744, 0.261488} - {1.14332, 0.685995} - {0.685994, 1.14332} - {0.261488, 1.30744} - {-0.261489, 1.30744} - {-0.685994, 1.14332} - {-1.14332, 0.685994} - {-1.30744, 0.261488} - {-1.30744, -0.261488} - {-1.14332, -0.685994} + {-0.68599399999999999, -1.1433199999999999} + {-0.261488, -1.3074399999999999} + {0.261488, -1.3074399999999999} + {0.68599399999999999, -1.1433199999999999} + {1.1433199999999999, -0.68599399999999999} + {1.3074399999999999, -0.261488} + {1.3074399999999999, 0.261488} + {1.1433199999999999, 0.68599500000000002} + {0.68599399999999999, 1.1433199999999999} + {0.261488, 1.3074399999999999} + {-0.26148900000000003, 1.3074399999999999} + {-0.68599399999999999, 1.1433199999999999} + {-1.1433199999999999, 0.68599399999999999} + {-1.3074399999999999, 0.261488} + {-1.3074399999999999, -0.261488} + {-1.1433199999999999, -0.68599399999999999} - Shape - Rectangle - Style - Text Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 <ng:include src="http://github.com/$route.current.template"\ scope="$route.current.scope" />} @@ -8661,13 +8278,11 @@ Settings} Bounds - {{79.4239, 76.75}, {444.457, 234}} + {{79.423900000000003, 76.75}, {444.45699999999999, 234}} Class ShapedGraphic ID 11 - Shape - Rectangle Style fill @@ -8675,11 +8290,11 @@ Settings} Color b - 0.828641 + 0.82864099999999996 g - 0.921401 + 0.92140100000000003 r - 0.825757 + 0.82575699999999996 @@ -8688,10 +8303,10 @@ Settings} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs36 \cf0 MyApp \i\b (Chrome)} @@ -8706,8 +8321,6 @@ Settings} ShapedGraphic ID 1 - Shape - Rectangle GridInfo @@ -8739,6 +8352,8 @@ Settings} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -8770,22 +8385,20 @@ Settings} CurrentSheet 1 - ExpandedCanvases + Expanded_Canvases Frame - {{212, 0}, {836, 878}} - ListView + {{202, 0}, {1132, 877}} + ShowInfo - OutlineWidth - 142 - RightSidebar - Sidebar SidebarWidth - 120 + 200 + TopSlabHeight + 250 VisibleRegion - {{-70, -17}, {716, 769}} + {{-29, -17}, {634, 767}} Zoom 1 ZoomValues @@ -8832,7 +8445,5 @@ Settings} - saveQuickLookFiles - YES diff --git a/images/docs/Diagrams.graffle/image1.png b/images/docs/Diagrams.graffle/image1.png index 565f406dd147..f4b997b37d43 100644 Binary files a/images/docs/Diagrams.graffle/image1.png and b/images/docs/Diagrams.graffle/image1.png differ diff --git a/images/docs/Diagrams.graffle/image2.png b/images/docs/Diagrams.graffle/image2.png index 6e52db7cfd48..a7c35290616d 100644 Binary files a/images/docs/Diagrams.graffle/image2.png and b/images/docs/Diagrams.graffle/image2.png differ diff --git a/images/docs/Diagrams.graffle/image4.png b/images/docs/Diagrams.graffle/image4.png index 6f118cd08754..43ed656d977e 100644 Binary files a/images/docs/Diagrams.graffle/image4.png and b/images/docs/Diagrams.graffle/image4.png differ diff --git a/images/docs/Diagrams.graffle/image9.png b/images/docs/Diagrams.graffle/image9.png index 606ea9eba46b..d9c04b0ccee1 100644 Binary files a/images/docs/Diagrams.graffle/image9.png and b/images/docs/Diagrams.graffle/image9.png differ diff --git a/images/docs/Diagrams.svg/Canvas_8.svg b/images/docs/Diagrams.svg/Canvas_8.svg new file mode 100644 index 000000000000..fb5acf544053 --- /dev/null +++ b/images/docs/Diagrams.svg/Canvas_8.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2016-04-12 13:18:31 +0000Standard AppLayer 1MyApp (Chrome)<ng:include src="$route.current.template" scope="$route.current.scope" />http://server/index.html#accountAccount Settings (Partial)NavigationAccountSettingsJohn Smith123 Main StAny PlaceUS12345Save$root Scope<input name='name' /><button ng-click='save()'>Save</button>BrowserRuntime$location: { hashPath: 'account'}Partial Scope:class AccountCntl { AccountCntl() { ... }}this.name = 'John Smith'save() {...}WatchBinding/account -> AccountCntl; Account.html/settings -> SettingsCntl; Settings.html$route { current: { template: 'Account.html', scope: new AccountCntl() }} diff --git a/images/docs/Diagrams.svg/Canvas_angular___parts.svg b/images/docs/Diagrams.svg/Canvas_angular___parts.svg new file mode 100644 index 000000000000..396fc335a14f --- /dev/null +++ b/images/docs/Diagrams.svg/Canvas_angular___parts.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2016-04-12 13:18:31 +0000<angular/> partsLayer 1<angular/> Enabled Browser 2-Way Data BindingSingle Source of TruthModelControllerViewServicesHTML Compiler* Widgets* Markup* Directives* Filters* ValidatorsStandard Services* Browser* URL Router* Resources* CachingYour HTML / CSSYour JavaScriptJSON RESTful URLsScope* $get / $set* $eval / $tryEval* $watch * $become diff --git a/images/docs/Diagrams.svg/Canvas_angular___usage.svg b/images/docs/Diagrams.svg/Canvas_angular___usage.svg new file mode 100644 index 000000000000..7c0f5ff9de93 --- /dev/null +++ b/images/docs/Diagrams.svg/Canvas_angular___usage.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2016-04-12 13:18:31 +0000<angular/> usageLayer 1Scope: Outter most scope which holds services and properties such as 'people' and 'email'.Child Scope: in this case the ng-repeat directive triggers the creation of new scopes one for each item in an iterator expression. It than assigns the 'person' to each scope. The scopes inherit from parent scopes so anything declared at higher scope is still visible. Directives: instructing the compiler to perform specific actions. In this case a repeater iterates over the list of 'people' looking for the person with specific email. The DOM element is then replicated to match the number of elements.Markup: evaluates expression in the closest scope and inserts it into DOM.Filter: Markup may include optional filter to transform value before it is displayed.Input Widget: binds to 'email' in its scope. Changing scope changes the widget and vice versa.Validator: an input widget may have optional validator to notify user of wrong input.Widget: Allows the execution of custom code which can transform the DOM.Nested Widgets: widgets can be nested for added expressivness.Text<html> <body> Find by email: <input name="email" ng-validate="email"/> <ul> <li ng-repeat="person in people.$filter(email)"> {{ person.last | uppercase }}, {{ person.first }}, </li> <ng:switch on="$location.hashPath"> <div ng-switch-when="home">Welcome</div> <ng:include ng-switch-when="account" src="'account.html'"/> </ng:switch> </ul> </body></html>Legend diff --git a/images/docs/Diagrams.svg/Notes.svg b/images/docs/Diagrams.svg/Notes.svg new file mode 100644 index 000000000000..1ccb79ef88f8 --- /dev/null +++ b/images/docs/Diagrams.svg/Notes.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2016-04-12 13:18:31 +0000NotesLayer 1Guiding Principles* Convention over Configuration* Declarative / Self Describing* Testable* DRY (Don't Repeat Yourself)* CRUD ~ 80% -> make it trivial diff --git a/images/docs/Diagrams.svg/One_Way_Data_Binding.svg b/images/docs/Diagrams.svg/One_Way_Data_Binding.svg new file mode 100644 index 000000000000..bbd0da09448a --- /dev/null +++ b/images/docs/Diagrams.svg/One_Way_Data_Binding.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2016-04-12 13:18:31 +0000One Way Data BindingLayer 1One-Way Data BindingViewTemplateModelone-time merge:-( diff --git a/images/docs/Diagrams.svg/RESTful_URL.svg b/images/docs/Diagrams.svg/RESTful_URL.svg new file mode 100644 index 000000000000..19e0225a566c --- /dev/null +++ b/images/docs/Diagrams.svg/RESTful_URL.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2016-04-12 13:18:31 +0000RESTful URLLayer 1ReadUpdateDeleteCreateRESTful URLshttp://server/data/Collection[/ID]/BookPOST{ name:'Moby' }{ id:123, name:'Moby' }/BookPOST{ name:'Gatsby'}{ id:456, name:'Rye' }/Book/123GET{ id:123, name:'Moby' }/Book/456GET{ id:456, name:'Gatsby' }/BookGET[ { id:123, name:'Moby' }, { id:456, name:'Rye' }]/Book/456POST{ id: 456, name:'Catch' }{ id:456, name:'Catch' }/Book/456DELETEColumnsSendVerbURLReceive diff --git a/images/docs/Diagrams.svg/RESTy.svg b/images/docs/Diagrams.svg/RESTy.svg new file mode 100644 index 000000000000..07bf6e9e115b --- /dev/null +++ b/images/docs/Diagrams.svg/RESTy.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2016-04-12 13:18:31 +0000RESTyLayer 1ResourcesDeclarativeRESTy: Declarative Data StorageCustomRepositoryMegaStoreBigTableBuganizer???(CRUD)JavaJavaScript???(CRUD+verbs)SerializerURL RouterMapperACLHTTP RESTful URLJSON / XML / PROTO diff --git a/images/docs/Diagrams.svg/Two_Way_Data_Binding.svg b/images/docs/Diagrams.svg/Two_Way_Data_Binding.svg new file mode 100644 index 000000000000..f7b227f57514 --- /dev/null +++ b/images/docs/Diagrams.svg/Two_Way_Data_Binding.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2016-04-12 13:18:31 +0000Two Way Data BindingLayer 1Two-Way Data BindingTemplateModelViewContinuous UpdatesModel is Single-Source-of-TruthChange to Modelupdates ViewChange to Viewupdates ModelCompile:-) diff --git a/images/docs/Diagrams.svg/image1.png b/images/docs/Diagrams.svg/image1.png new file mode 100644 index 000000000000..f4b997b37d43 Binary files /dev/null and b/images/docs/Diagrams.svg/image1.png differ diff --git a/images/docs/Diagrams.svg/image2.png b/images/docs/Diagrams.svg/image2.png new file mode 100644 index 000000000000..a7c35290616d Binary files /dev/null and b/images/docs/Diagrams.svg/image2.png differ diff --git a/images/docs/Diagrams.svg/image4.png b/images/docs/Diagrams.svg/image4.png new file mode 100644 index 000000000000..43ed656d977e Binary files /dev/null and b/images/docs/Diagrams.svg/image4.png differ diff --git a/images/docs/Diagrams.svg/image8.png b/images/docs/Diagrams.svg/image8.png new file mode 100644 index 000000000000..1d6ce3151066 Binary files /dev/null and b/images/docs/Diagrams.svg/image8.png differ diff --git a/images/docs/Diagrams.svg/image9.png b/images/docs/Diagrams.svg/image9.png new file mode 100644 index 000000000000..d9c04b0ccee1 Binary files /dev/null and b/images/docs/Diagrams.svg/image9.png differ diff --git a/images/docs/Diagrams.vdx b/images/docs/Diagrams.vdx new file mode 100644 index 000000000000..3a204190a727 --- /dev/null +++ b/images/docs/Diagrams.vdx @@ -0,0 +1,14452 @@ + + + + 12 + 52 + + + 8 + 10.1806 + 0 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0 + 0 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1.986111111111111 + 8.513888888888889 + 2.388888888888889 + 1.166666666666667 + 1.194444444444444 + 0.5833333333333334 + + + 2.388888888888889 + 1.166666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.166666666666667 + + + 2.388888888888889 + 1.166666666666667 + + + 2.388888888888889 + 0 + + + 0 + 0 + + + 0 + 1.166666666666667 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Guiding Principles +* Convention over Configuration +* Declarative / Self Describing +* Testable +* DRY (Don't Repeat Yourself) +* CRUD ~ 80% -> make it trivial + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 3.331736111111111 + 8.125 + 5.291666666666667 + 0.5 + 2.645833333333333 + 0.25 + + + 5.291666666666667 + 0.5 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5 + + + 5.291666666666667 + 0.5 + + + 5.291666666666667 + 0 + + + 0 + 0 + + + 0 + 0.5 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.416667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <angular/> Enabled Browser + + + + -0 + 3.380780555555555 + 4.909722222222222 + 5.815138888888889 + 5.461805555555555 + 2.907569444444444 + 2.730902777777778 + + + 5.815138888888889 + 5.322916666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.461805555555555 + + + 5.81513888888889 + 5.461805555555555 + + + 5.81513888888889 + 0 + + + 0 + 0 + + + 0 + 5.461805555555555 + + + + 0 + + + + + -0 + 1.979525 + 6.223229166666666 + 2.7495 + 2.584791666666666 + 1.37475 + 1.292395833333333 + + + 2.7495 + 2.445902777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ffff66 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.584791666666667 + + + 2.7495 + 2.584791666666667 + + + 2.7495 + 0 + + + 0 + 0 + + + 0 + 2.584791666666667 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.0972222 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + + + + + + -0 + 4.783375 + 6.223229166666666 + 2.7495 + 2.584791666666666 + 1.37475 + 1.292395833333333 + + + 2.7495 + 2.445902777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #66ccff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.584791666666667 + + + 2.749499999999999 + 2.584791666666667 + + + 2.749499999999999 + 0 + + + 0 + 0 + + + 0 + 2.584791666666667 + + + + 0 + + + + + -0 + 1.979526388888889 + 3.582326388888889 + 2.7495 + 2.584791666666666 + 1.37475 + 1.292395833333333 + + + 2.7495 + 2.445902777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #66ff66 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.584791666666667 + + + 2.7495 + 2.584791666666667 + + + 2.7495 + 0 + + + 0 + 0 + + + 0 + 2.584791666666667 + + + + 0 + + + + + -0 + 4.785402777777778 + 3.582326388888889 + 2.7495 + 2.584791666666666 + 1.37475 + 1.292395833333333 + + + 2.7495 + 2.445902777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ff8000 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.584791666666667 + + + 2.749499999999999 + 2.584791666666667 + + + 2.749499999999999 + 0 + + + 0 + 0 + + + 0 + 2.584791666666667 + + + + 0 + + + + + -0 + 3.380777777777778 + 4.90971875 + 1.986111111111111 + 1.111979166666667 + 0.9930555555555556 + 0.5559895833333334 + + + 1.986111111111111 + 0.9730902777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.111979166666667 + + + 1.986111111111111 + 1.111979166666667 + + + 1.986111111111111 + 0 + + + 0 + 0 + + + 0 + 1.111979166666667 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 2-Way Data Binding + + + +Single Source of Truth + + + + -0 + 5.857791666666667 + 2.581597222222222 + 0.4444444444444444 + 0.4444444444444444 + 0.2222222222222222 + 0.2222222222222222 + + + 0.4444444444444444 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4444444444444444 + + + 0.4444444444444444 + 0.4444444444444444 + + + 0.4444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.4444444444444444 + + + + 0 + 0 + 0.444444 + 0.444444 + + Qk0AAAAAAAAAADYAAAAoAAAAIAAAACAAAAABABgAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAA/////////////////////////////////////////////////////////f39/Pz8/Pz8/f39/v7+/////////////////////////////////////////////////////////////////////////////////////Pz89/f38vLy7u7u6urqvLKxYkNAYkNAZ0ZEa09M5eXl6Ojo7Ozs8PDw9PT0+fn5////////////////////////////////////////////////////////+fn58vLy7Ozs5ubm4ODg2tra1dXVlYODrpeZ8eTr6dvhZ0pHw8LA0tLS19fX3d3d4+Pj6enp7+/v9fX1/Pz8/////////////////////////////////////f399vb27+/v6enp4uLi29vb1NTUzs7Ox8fHgGdmxLG35MnX69jhhGhoo5qYw8PDysrK0dHR19fX3t7e5eXl7Ozs8vLy+fn5////////////////////////////////+fn5wri3nYqL4N/f3t7e2NjY0tLSzMzMxsbGcFJS28zQ3rzN5s7aoIaIlIWEw8PDyMjIzs7O1dXV29vb08/OyMDA7u7u9fX1/Pz8////////////////////////////t6iobE9NfmFgd1tZxr+/3Nzc0c/PppuZhW9tYkNA7d3m3brL48fVvausZEVBp5ubysjI1NTU2dnZuK6ubE9LYkNAtain9fX1+/v7////////////////////////x7y7a0tJ28zP7uDkvqmsbk9NgGZkblFPiWxsuaGk5dTc7Nri27jI38DQ8eTrv6mui3JxbVBMqpyblICAc1ZV0sLG38/VcFJRycC/////////////////////////////moWEd1pY693h0q643cLJ387TpYyN0rzA7Nzi48vT3b7K17XD2LTD2bXE3r3M5c3Y9evw287QfF5djnR159je4sXU6tXgwq2wYkNA////////////////////////////+/v5f2ZjsJma3sPJz6qz1bO85tLY3cLJ06+606651K+61LC91bG91rK/1rLA17PB6NTc8OPo8+nt6tff3bvL3LnK69nigGVku62t////////////////////////////////6eTkbU5M0b6/1LS7zaevzqiwzqmxz6qz0Kq00Ku10ay20q2306652brE483U6dfe6tjf48rU17PB2LTC5M3XqpKUinJv/v7+////////////////////////////////////knt5hmxo5tTVyqOqyqSry6WszKatzaeuzaiwzqixz6myz6qz277F6NXb6Nfc6Nfc5c/V1K+827zHzrq+YkNA7enp////////////////////////////////////+Pb3b1FPzbm51Le4xqCjx6GkyKGmyaKny6ar2r/D5NHT59fZ5dDU3MHG07C42r3E59Ta59Ta06+43L7I1cTGZklH+/v5////////////////////////////////////wre0iGto4s7OxJyew5yexJ2fxZ6gzKms5dXWsZeWgmZldFdVgmZlsZiY59fZ07K35dHX5tPX2bzCz6qy6djbhWlmx7y6////////////////////////////////+ff2gmlmspmY0LOyv5eWwJiZwZmaxJ2e5dPTjW9ug2hm0cfH5+Li0cfHg2pljm9w6NfY4MnM5dLU4szQzKeu28HFs5ublX99////////////////////vK+tknt5dlpVZkdFcFFP4dTTyammvJSRvZWSvpWT07e3sJSShWtr/Pr7/////////////Pr7hWtrs5eX487R49DR5M/S17q+z62y2sjJYkNAi3NwpJKPv7Gx39jY////YkNAu6mn2c7M6d3c4tHO5dbTzbCsuZCMupGNu5KO4M3Ld1hX39nZ////////////////////39nZeFpX5dXW2b/A4s/P4s/Pzqyv5dTW2sjJwq2tqpCQlHp5YkNA////YkNA8Ojl38zI2sXA2sXB28bBzK+qt42GuI6JvJWR5dXTZEVE+/v5////////////////////+/v5ZEVE59nYwpua3MXG4c3N4MrLy6qpxp+izKmt17u96NjXYkNB////ZEZD5dzY6t7b5NTQ4M7K3MjE2cS/0Law0bax18G84tDMcFBO7Ojo////////////////////7OjocFBP5NPRvZSS0bOy38vL4MzK38vJ0LKxyaam1bm63MrKbk1M////c1ZUY0RBd1pZjXNvqZSR6+Tf28fC2MO92MO+x6mh0bexlHVxpZKR////////////////////pZORlnd01r26wZyZ3cjF3cjH3cjF8ejo5dvaybm3qJCPgGVjaUxJ////////+/n6493dy8HAYUJAvKun4tLN18G518G7zbGqt5GG2cbCdFVRpJKP+ff2////+ff2pJKPdVRS3MjFvZaQuI6HzK+rwJ2Xz7GvxbOzYkNAh25qpJOQxLe37enp////////////////////wre0jHBs6t7b1b+31b+31sC4yKqh2cW/2MbBhmhjaElHclZSaElHh2lk1cO8xaWes4mAtImBtIqCtoyG3MfDhWhixbi4////////////////////////////////////9vTzbFBM1cfD3cvE1L611L611L620bqxwaGW1L622snEy7aw2snE1b+5u5eNr4R5sIV7sIZ8sYd9xaSdx7GtblFO+PX2////////////////////////////////////////knt6i3Fv59rU0ryy07yz072zu5qMqHpqqHtsrIBysYl6roJzq39xrH9zrYB0rIF0roJ1r4V64M7JeFpVoI6M////////////////////////////////////////8OzrblBMzsC818K50bqv0bqw0buxx6ygpXdkpXhlpnhop3lpp3pqqHtrqXxsqn1uqn1vq35wrH9xxaefsZuVdVlV+PX2/////////////////////////////////v7+iXJtpZCM387Hz7is0buw4NDI18O50LmuyrGlu5qKo3VhpHZipHZlpXdmpnhnpnppuJSHt5SGqXtsqn1uzrWskXRvmIOB////////////////////////////////u6+tcVRR6N/bzrep1L+15tvUuqml2s3H5tjS1MC1tpOCoHFcoHJdoXNepnlmuJSG0LmvyrWww6+nxKmcqHxsq35v18W9bEtKuq2r////////////////////////////u62tZ0lG3M/L5tnT2cvHfGFea01Ja01Kj3Vwtp+W18K5rYRxnW5YsIp31cK5sJmPhWdgaEpGYkNAlnt1zriuxqufzruzZUVDx728////////////////////////////////tqikclVRo4+KbE5MuKuo/v7+8/Dxt6qoY0RAmH12s5B9mmpRuZiIjXJrakxIu66s9vTz8+/wkXt4dFdTsZuScFJMtaWl////////////////////////////////////////xbi4clRT4dra////////////////z8XEf2JcupyKl2dMwaWTeltX2tLS////////////////xrq5YkNAw7a2////////////////////////////////////////////////////////////////////////7OfobU5LyK+gnW9VzriqaEhG8/Dx////////////////////////////////////////////////////////////////////////////////////////////////////////aUpIyrWo07+yyLOobE1L////////////////////////////////////////////////////////////////////////////////////////////////////////////b1NQYkNAaEhGYkNAgWhk//////////////////////////////////////////////////////// + + 0 + + + + + -0 + 5.857791666666667 + 7.220486111111111 + 0.4444444444444444 + 0.4444444444444444 + 0.2222222222222222 + 0.2222222222222222 + + + 0.4444444444444444 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4444444444444444 + + + 0.4444444444444444 + 0.4444444444444444 + + + 0.4444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.4444444444444444 + + + + 0 + 0 + 0.444444 + 0.444444 + + Qk0AAAAAAAAAADYAAAAoAAAAIAAAACAAAAABABgAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAA/////////////////v7+/v7+/f39/Pz8/Pz8/Pz8/f39/v7+/////////////////////////////////////////////////////////////////////////////////v7++fn58/Pz6urq5eXl29fUxrOnwaye08zI3Nzc39/f4uLi6Ojo8PDw+Pj4/f39/////////////v7+/Pz8+/v7+vr6+fn5+vr6+/v7/f39/v7+////////////////8vLy6urq4uLi29vbvqmdjE0lmF00nF00jEkksp2SycnJz8/P1tbW3d3d5eXl7Ozs8/Pz9vb28PDw6+vr5+fn5OTk4eHh4ODg4eHh4+Pj5ubm6urq8PDw9/f3/f39////8PDw6Ojo4ODgxLKojU0mtn9YnnJRqHZQs3lOjE0lwLu4y8vL09PT29vb4+Pj5ubm6enp7e3t6urq5OTk3t7e2dnZ09PTzc3N0NDQzMzM2dnZ4+Pj6enp7u7u9PT0+/v7+fn58vLy5eHfkFIru4Vdw45lkmA5hFMwrHdRoWE7qX9n3Nzc4eHh5+fn7e3t9PT09vb29fX18PDw7Ozs5+fn5OTk4uLiwMHBi4+MlZmWjJGOw8TD7+/v9PT0+fn5/v7+////////0bipp21I3ryg06mKr3ZKglYziVk3sXxWkVAo2srA9vb2+/v7/////////////////v7++/v7+Pj49vb2y83Nj5ORzc7Ny8vL0NHQjpKQ8PDw////////////////////w6GNomM52rKS4cKo4sexpndTglQzj2FCqnNMklIs8uvm////////////////////////////////1tjWjpKR0NHQvLy8oaGhxcXFn6Og3d/f////////////////////4tHIlVUvsnZO06N71q2M3r+nnnRTglYzlmtKpm9FnWND+PPy////////////////////////1tnXjpKR09TT2dnZy8vLt7e309PTjZGO9/f3////////////////////////y66djlAoomQ506R/zZxz0qmJmXBPglc0m29NomZBn2VF+PPy////////////////2tvbj5SR1dXV39/f3d3d3t7e3d3dl5uYyMzK////////////////////////////////9vDtrHtgllcxzJx1ypVsxJJqlmtJg1Y1nXFPpGdCnWVE+PPy////////3N7cjZKP1dbV3d3d29vb4ODg5eXlmp6dvL++////////////////////////////////////////////zrOlkFEnx5Nvy5hvvIFUlWhEglc1oHNQo2U/p3RU////3d7ej5SR1tfX3Nzc3Nzc3t7e5+fnoaSjtbi2////////////////////////////////////////////////////4M7EkE8rwo5ny5huvYBUkmE+g1Y1toNel1gwzMCzj5WQ19jX2tra3Nzc29vb6enpp6uorrCw/v7+////////////////////////////////////////////////////////5dbOkE8qyJdwyZNpwIRVun9QwY9nmVk0jXdm1tjX2dnZ3Nzc2tra6enprbGupqmp/Pz8////////////////////////////////////////////////////////////////2sa5kVIqzZ956NK/1q6Oq3JKjlAosaSb2NjY29vb2dnZ6OjouLq5oKSh+vr6////////////////////////////////////////////////////////////////////////0beokVErxp6CrXdSj08rz8O6uq6qtKym1tbW5eXlvsC/mZ+a+Pj4////////////////////////////////////////////////////////////////////////////////6+DZvaCLjHResqWbvLSu1tLNuK6muLCsyMrKlpqY9fX1/////////////////////////////////////////////////////////////////v7+6Orq3eDe4+Xl+/v76OrqkJWS1NbVz8/Pr6ehv7aw1tLNtqujmZGN8fLw////////////////////////////////////////////////////////////////2tvblZqWnKCfrrKvpaimjZKPhYqH0tTTzc3Nzc3NzMzMsKafwbmz1tLNtaqhxr25////////////////////////////////////////////////////////////1NbUlJiV2tvb9fX19PT09PT06urq2tzb19fXvLy8wMDAzMzM19nYm5KKw7y21tLNsqmiyL+7////////////////////////////////////////////////////8/PzlZiW5eXl6+vr6Ojo6urq6+vr5+fn6urq2NjYrKyswsLC2NnYj5SS39/etqyjx7660s7JsaOdysG9////////////////////////////////////////////////wcXDtrm46enp6+vr6+vr6+vr6+vr6Ojo3d3d29vb4ODg2drZkJWT2tza////+/v5s6egxLy20MrDrqCZsqWfy8K+4dva////////////////////////////////////oqak1NXV19jYhYqHhYqHhYqH0tXT8vLy8vLy7Ozs8PDwpaintbm3////////////+/v5saSexLqx0cjAv7Oqtaqhn4+H6ubm////////////////////////////////lZqXtrm4jZOP3t/f////6OjokJSS1dbW8/Pz8PDw7OzswMLBuby7////////////////+ff4no6G1cvA0cW40cS4wbSoqJqS+vj5////////////////////////////3d3dhYqH2tvb////////////5+nnhYqH7Ozs6enp5OTkyMrJrrKw////////////////////ppaQ2s/E2sy+18m718q8tqWcv7Su////////////////////////////////9fX1////////////////////jJCO5+fn5eXl4uLivL69u728////////////////////raCYuq2h4NLE3s/A3s/A2828qZyQ3NbT////////////////////////////////////////////////5ObkhYqH6enp5eXl6enpnaCf3+Lg////////////////////+vj5t6yks6Sb28q93s/A3s/AvKyhno6G/f39////////////////////////////////////////4uPjjpWRzs/O6urq6enpury7p6qo/////////////////////////////v7+xbu2qp2R18i6wrOmppeQ7ero////////////////////////////////////////+Pj4hYqHqayr3N3dzs/Ooqajmp+a8/Pz////////////////////////////////////08vIno6Gq52W8/Dv////////////////////////////////////////////////4uPjmJ6blpqXpqqmyszM+/v7////////////////////////////////////////////5N/d+Pb3//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + 0 + + + + + -0 + 0.8994611111111112 + 2.581597222222222 + 0.4444444444444444 + 0.4444444444444444 + 0.2222222222222222 + 0.2222222222222222 + + + 0.4444444444444444 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4444444444444444 + + + 0.4444444444444444 + 0.4444444444444444 + + + 0.4444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.4444444444444444 + + + + 0 + 0 + 0.444444 + 0.444444 + + Qk0AAAAAAAAAADYAAAAoAAAAIAAAACAAAAABABgAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+9fX17Ozs5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5+fn7e3t8/Pz/f39////////////////1djUvMG7u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6ur+5paikj5OPm5+av7+/09PT3t7e9PT0////////////u8G6/f39/////////////////////////////////////////////////////////////////////////////////f39nKKcp6molZuVoKOgycnJ39/f+fn5////////u8C6////0tLS09PT09PT1NTU1NTU1NTU1dXV1dXV1dXV1tbW1tbW19fX19fX19fX2NjY2NjY2dnZ2dnZ2dnZ2tra2traqK2oy8vLt7e3n6KenKCc0tPR7+/v////////u8C6////0dHRUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIUEtIrrGuz8/PvLy8v7+/pqilqayo8PDw////////u8C6////0dHRUk1KZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rZj4rtrq00tLS0NDQ0NDQzMzMsbOwz9HO////////u8C6////0dHRVE9Mc0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6c0s6bkg2Xz8wub25ub25ub25ub25u7+7u767tLi0////////u8C6////0tLSWlRRg1tJgllIgVhGgVhGgVhGgVhGgVhGgVhGgVhGgVhGgVhGgVhGgVhGgVhGgVhGflZEa0o7XT8zdlBCXUAzWz4yelNDV1FO19fX7e7tub25////////u8C6////1dXVaWNgmXVmmXVmmnVmmHNklW9gkmxcj2dXjmVVjmVVjmVVjmVVjmVVjmVVjGVUe1hJZ0k9ZEc7e1hKbk5BZkk9fFlKjmVVWVNQ19fX////u8C6////////u8C6////1tbWbmhmp4N0p4N0p4R1p4R1p4N0p4N0poN0pH9vn3honHRjnHNinHNijGtdc1tRb1lPb1lPcVpRblhPb1lPj2tcnHNinHNiW1VS1tbW////u8C6////////u8C6////19fXc21rtZGDtZKEtZKEtZKEtZGDtZGDtZGDtJCCtJCCso1/rYZ3qn9wn3tseWZed2Ved2VefGlgU1JSc2JdoHttqn9wqn9wXVdU1dXV////u8C6////////u8C6////2NjYe3d22MK12MK32MK32MK32MK12MK118K118K118G01sCz1sCz1b6w0bmqlIZ/UVFRUVFRkYN8cWtoUVFRm4uE0beq0beqY19d1NTU////u8C6////////u8C6////2dnZfXl207en07io07io07io07en07en0ren0ram0rWl0bWl0bSk0LKj0LOizKyca2VgUVFRgHJriHhwUVFRa2RhyaeVyaeVYl1a09PT////u8C6////////u8C6////2dnZf3t4zbCdzrCezLCexLaivb2pw7ijyrCbzK6bzK6bzK2ay6yZyquYyqmVyqqUt5yLW1pZcWdfh3VpUVFRdGdhwpyFwpyFYFtY0tLS////u8C6////////u8C6////2tragHx5yqmTyqmTtL+oq+bQtvPiruvWr8awxqiSyKWPyKSOx6ONxqKMxaCKxZ+IxJ6HmIR2cGlmfW1kUlJRooFuu5B2u5B2X1lW0dHR////u8C6////////u8C6////29vbg316xaCJvamRrOLP6P/5/P/+7f78se3btLCVw52FwpuEwZqCwJiAv5d+vpZ9vZR7vJJ5f3Fqd21mjXZntYdrs4Nos4NmXldS0dHR////u8C6////////u8C6////3NzchH57wZmBtaqRtu7d/f///////v//wfbpq7WYvpV7vZN5u5F3uo91uY5zuIxxt4tutolsqYJqkXZms4NmsoFlsH9hr31eYVpU0tLS////u8C6////////u8C6////3NzchX96vJJ4tZ+Erd7L6//5/f//7v/7senXrqKEuIxvt4pttodstYdptINns4JksYBisH5fr3xdrnpbrXlZq3ZWqnVUqXNSYltV0tLS////u8C6////////u8C6////3NzchX55t4ttt41wrKyPrN/Iu+/gruTRprOWs4dqs4NksYBhsH9fr31drXtarHhXq3dVqXVSqHJQp3FOpm9KpGtIo2lGomhDYllT0tLS////u8C6////////u8C6////3Nzcgnt3sH9gsYFisYNjrI5vqJl4qpBsrIBerXtarHlYq3dVqXRSqHJQpnBNpW5Lo2xHomlEoWdDoGU/nmI9nWA5m144mlw1YFdQ0tLS////u8C6////////u8C6////29vbf3hygXlzgnp2gnp2gnp2gXp0gHh0f3dxfXVve3NveXFtd29pdW1ndGtlcmljcGZgbWRea2FcaWBaZ11YZFtVYllSYlZQYFVO0tLS////u8C6////////u8C6////29vb29vb29vb3Nzc3Nzc3Nzc29vb29vb29vb29vb2tra2tra2dnZ2dnZ2NjY2NjY19fX19fX1tbW1dXV1dXV1NTU1NTU09PT09PT0tLS////u8C6////////vMG7////////////////////////////////////////////////////////////////////////////////////////////////////////////////vMG7////////09bSu8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C6u8C609bS//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + 0 + + + + + -0 + 0.8994611111111112 + 7.220486111111111 + 0.4444444444444444 + 0.4444444444444444 + 0.2222222222222222 + 0.2222222222222222 + + + 0.4444444444444444 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4444444444444444 + + + 0.4444444444444444 + 0.4444444444444444 + + + 0.4444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.4444444444444444 + + + + 0 + 0 + 0.444444 + 0.444444 + + Qk0AAAAAAAAAADYAAAAoAAAAIAAAACAAAAABABgAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fX15+fn4ODg3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e4uLi5OTk8vLy/v7+////////////////////////////////7e3t2dnZycnJwcHBv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/xsbGwsLCzc3N4eHh/f39////////////////////////+/v74+PjKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDKEVDurq60tLS7e3t/////////////////////////v7+5ubmKEVDf73kfLvjebridbjjc7ficLXhbbThabLgZrDfZK/eYK3fXazeWqrdVqncVKfcUqbbT6XaS6LaR6LZKEVDwMDA1tbW7e3t////////////////////////////9fX1KEVDhMDlAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLT6XaKEVD2NjY6Ojo/Pz8////////////////////////////////KEVDi8PnAHvLAF+cAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAF+cAHvLVajcKEVD9vb2////////////////////////////////////////KEVDkcbnAHvLAE+DAHW/AHTAAHTAAHTAAE+BAGKrAGKrAGKrAE+BAHTAAHTAAHTAAHW/AE+DAHvLW6vdKEVD////////////////////////////////////////////KEVDl8npAHvLAE+BAHTAAHTAAHTAAHTAAE+BAE+BAE+BAE+BAE+BAHTAAHTAAHTAAHTAAE+BAHvLYq7eKEVD////////////////////////////////////////////KEVDns3qAHvLAE+BAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAE+BAHvLaLHgKEVD////////////////////////////////////////////KEVDo9DsAHvLAE+BAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAE+BAHvLb7XhKEVD////////////////////////////////////////////KEVDqdPsAHvLAE+BAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAE+BAHvLdLjhKEVD////////////////////////////////////////////KEVDr9buAHvLAE+DAHW/AHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHW/AE+DAHvLe7vjKEVD////////////////////////////////////////////KEVDttnwAHvLAF+cAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAF+cAHvLgb7kKEVD////////////////////////////////////////////KEVDvNzxAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLh8HmKEVD////////////////////////////////////////////KEVDwd/xAHvLAF+cAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAF+cAHvLjsToKEVD////////////////////////////////////////////KEVDx+LzAHvLAE+DAHW/AHTAAHTAAHTAAE+BAGKrAGKrAGKrAE+BAHTAAHTAAHTAAHW/AE+DAHvLk8foKEVD////////////////////////////////////////////KEVDzeX0AHvLAE+BAHTAAHTAAHTAAHTAAE+BAE+BAE+BAE+BAE+BAHTAAHTAAHTAAHTAAE+BAHvLmcrpKEVD////////////////////////////////////////////KEVD1On2AHvLAE+BAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAE+BAHvLoM7rKEVD////////////////////////////////////////////KEVD2uv4AHvLAE+BAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAE+BAHvLptHtKEVD////////////////////////////////////////////KEVD3+74AHvLAE+BAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAE+BAHvLrNTtKEVD////////////////////////////////////////////KEVD5fH5AHvLAE+DAHW/AHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHTAAHW/AE+DAHvLsdfvKEVD////////////////////////////////////////////KEVD6vT7AHvLAF+cAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAE+BAF+cAHvLuNrwKEVD////////////////////////////////////////////KEVD8vj9AHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLAHvLvt3xKEVD////////////////////////////////////////////KEVD6PP7sNv3ZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwn9T1xuP0KEVD////////////////////////////////////////////laamQmVt4fD6sNv4ZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwZrrwotX2xuT2P2Fqmquq////////////////////////////////////////////////n62tRWl28/n+/P7/+v3++fz+9/v/9fr/9Pr98vn+8fj+7/f+7Pb96/b96fX95/T92uz6QWVtnKur////////////////////////////////////////////////////////oK6wK0pJK01PK01PK01PK01PK01PK01PK01PK01PK01PK01PK01PK01PK01PKkhHnayu//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + 0 + + + + + -0 + 3.380777777777778 + 4.909722222222222 + 0.4444444444444444 + 0.4444444444444444 + 0.2222222222222222 + 0.2222222222222222 + + + 0.4444444444444444 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4444444444444444 + + + 0.4444444444444444 + 0.4444444444444444 + + + 0.4444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.4444444444444444 + + + + 0 + 0 + 0.444444 + 0.444444 + + Qk0AAAAAAAAAADYAAAAoAAAAIAAAACAAAAABABgAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAA/////////////////////////////////////////////////v7+/f39/Pz8+/v7+/v7/Pz8/Pz8/f39/v7+/////////////////////////////////////////////////////////////////////////Pz8+Pj48/Pz7+/v7e3t6urq6Ojo5+fn5ubm5ubm5ubm5+fn6Ojo6urq7Ozs8PDw9fX1+fn5/f39/////////////////////////////////////////f399/f38vLy7e3t6Ojo5OTk4ODg3d3d2tra2NjY1tbW1dXV1NTU1NTU1dXV19fX2dnZ3Nzc39/f4+Pj5+fn7Ozs8PDw+Pj4/v7+/////////////////////v7++Pj48/Pz7e3t5+fn4uLi3d3d2NjY09PTz8/Py8vLyMjIxcXFw8PDw8PDw8PDxMTEx8fHysrKzs7O0tLS19fX29vb4eHh5ubm6+vr8fHx+fn5////////////////+fn58/Pz7e3t5ubm4ODg2tra1NTUz8/PycnJw8PDvr6+ubm5tbW1srKysbGxsrKytLS0uLi4vb29wsLCx8fHzc3N09PT2dnZ39/f5eXl6+vr8fHx+Pj4/////////f399/f38PDwzrCc5OTk3d3d19fX0dHRy8vLxMTEvr6+uLi4r62sqZWIp31gqG1GpmU1p2Eyp2AvqWg5rHRNtpN9xLu1z8/P1dXV3Nzc4uLi6Ojo7+/v9fX1/f39/////v7++Pj48vLypl8t0byr39/f2dnZ09PTzc3Nx8fHvbOqsYZopmU1snVGwIVSyI9dzZVjzpZjz5Reyo1XxIVMuHY/rGk5s39a0cjC3t7e5OTk6urq8PDw9vb2/f39/////////f399/f3pmAtrWs918m84ODg2traz8jBtolmqmg5woxf1KN31KJy0JtmzpRezZBYy45Wy41Tyo1Sy41SyoxRyYtNunc/qmY30r6w6enp7+/v9fX1+/v7/////////////////v7+pl8t3LuarWw94NbNyqyZqmg2w45l2a+E1KN1zphhzpNczZJZzZFZzJBWzJBWzJBWzZBWy45Ty4xRyYpOyolPwX5DqmY14NDF+Pj4/f39////////////////////////pl8t69S92bKPpl8tu4NX3r2c2ayBz5plzpdgzpRezpNdzpdg0Zxq0qBv0p5vypJhxYpWxIdSxYlTzI1VyoxRyolNv3pBr3BC/fr6////////////////////////////pl8t69W+6M+14MGl6c2z4L2Z16l90Jhlzpdh0Zxp1qd71aV5w4tbtXZIqWUyq2Qwr2YxsGcvr2Yxq2Iws3A7wH9IyopOs3A938ax////////////////////////////pl8t7NbB4LuY6Myx37qV3beQ3baP3baP3LWP1Kh+vYRVqmg3yJt759TH+vX0////+/by47uey4NJ6dK206WBrmk1tnQ/v31Eu4Vc////////////////////////////pl8t7dfD37qV3riS3riS3biS48Oi5sqtyJlurGs517mk+vX0////////////////////////7dbB4r2b8uba8ePUtXhHt3VArGo5////////////////////////////pl8t7djF37qV3riS3rmT6dG54cGlq2o7xpd3+PLu/////////////////////////////////Pf06Mit9uzj+PLq9Ojhq2g3pmAt+fTw////////////////////////pl8t7drF37qV3riS3riS5MSl5sqvrGs84869//////////////////////////////////////3+8eHS+fPu/Pj1/f39y6CApl8t9Ozm////////////////////////pl8t7drF37qV3riS3riS3riS5cep4sOnrW49693R///////////////////////////////////++/f0/fv4////////486+pl8t+vXy////////////////////////pl8t7tvH7tvH7tnG7djE69W+69O969S93bubrG068ujh/////////////////////////////////vz9////////////4sy7pl8t////////////////////////////pl8tqmY3qmY3qmY3p2Mxpl8tpl8tpl8tpl8tpl8tpl8t+PHt/////////////////////////////////////////////vz98+rk////////////////////////////9ezn////////////////////////////////////////////////59XIpl8tpl8tpl8tpl8tpl8tpl8tpl8tpl8tpl8tpl8tpl8t////////////////////////+/f1pl8t4cm27d3U8eTa8Obc8+rk////////////////////////////////486+r28/372e5MSl5MOk48Ok48Sk5MSl5ser5smuqGQ1////////////////////////8OPdpl8t1a6P58y46tPB48iy17ei////////////////////////////////////2r6osXJG3ruZ2a+E0qBv0p9r0Z1q0qBu5siqqWQ1////////////////////////7+PZpl8tt3lI1KmJ2bGVx5ZxxZh4////////////////////////////////////////07KZr3FB4b6d2KuA0p9u0Z1r0qBu5caoqWQ1////////////////////////8OTbqmU1qWU0vYJTxI1hwIVavIZg////////////////////////////////////9u7pwZBsrGo53bqZ3riS0qBv0Z5s0p9t5MWmqWQ1////////////////////////+/j2rms9wpBnq2Y1tXNEt3dHrGw8+fPw////////////////////////+fTw1bObrmo8x5Zt4L2b2a2F1KNy06Fw0p9t0p9t48Okp18t////////////////////////////tXlP3r6guoRXq2Y3qWMwrWk4snRJ693R////////+vXy5tLFxZd2qms6xJFq27aS3riS16l91aV31KNz1qd43beR06Jx4b+epl8t////////////////////////////1rWcxJVs69O71rCOtHZKqmQyqmUzqWQyqWQyqGQyq2k5vYdf1KqH58uu6Myy5cWm4LyY2rKI1ad62a6G37ya2rSR37uW4b+dpl8t////////////////////////////+PLvrmw9376i6tO86dO55suw3bue2bWV3Lia4sOn6M+26M6158uw5cep5MSl48Oj4sGh48Ok6Mqv3bmYsnVEpmAt06iD4sGgpl8t////////////////////////////////4sy7r28/48Sq6tK66dG46c+26M+16M206Myy58qu5smt5cer5cao5cWm5cao58uw5smtyZpyrGo84Mi17uHXrWo61KiBpl8t////////////////////////////////////3cOwrm5B1rCP6dG46dC36M+1582058yx58qv58qv58qu58uw582048OmzJ11rmo8yqCB+PLu////////6tnOrGg6pl8t////////////////////////////////////////8OTbvIdgtntP0KWD4L6h5smv6c+26M2y48Wr27eXzaJ+uoJVrms9zqmM9Ovl////////////////////5tLFpl8t////////////////////////////////////////////////8OPc1LCWu4RdsG5BqGMzq2c3r21Au4VdzqaJ59XI/fr6////////////////////////////////4cu6//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + 0 + + + + + -0 + 1.468905555555556 + 7.185763888888889 + 0.6944444444444444 + 0.375 + 0.3472222222222222 + 0.1875 + + + 0.6944444444444444 + 0.375 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.375 + + + 0.6944444444444444 + 0.375 + + + 0.6944444444444444 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Model + + + + -0 + 5.093902777777778 + 2.581597222222222 + 1.083333333333333 + 0.375 + 0.5416666666666666 + 0.1875 + + + 1.083333333333333 + 0.375 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.375 + + + 1.083333333333333 + 0.375 + + + 1.083333333333333 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Controller + + + + -0 + 1.399461111111111 + 2.616319444444445 + 0.5555555555555556 + 0.375 + 0.2777777777777778 + 0.1875 + + + 0.5555555555555556 + 0.375 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.375 + + + 0.5555555555555556 + 0.375 + + + 0.5555555555555556 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + View + + + + -0 + 5.163347222222223 + 7.220486111111111 + 0.9444444444444444 + 0.375 + 0.4722222222222222 + 0.1875 + + + 0.9444444444444444 + 0.375 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.375 + + + 0.9444444444444444 + 0.375 + + + 0.9444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Services + + + + -0 + 2.597833333333333 + 3.032986111111111 + 1.416666666666667 + 1.430555555555556 + 0.7083333333333334 + 0.7152777777777778 + + + 1.416666666666667 + 1.430555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.430555555555556 + + + 1.416666666666667 + 1.430555555555556 + + + 1.416666666666667 + 0 + + + 0 + 0 + + + 0 + 1.430555555555556 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 1 + 0 + + 0.180556 + 0 + + + 1 + 0 + + 0.180556 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + HTML Compiler +* Widgets +* Markup +* Directives +* Filters +* Validators + + + + -0 + 4.397680555555556 + 6.372388888888889 + 1.625 + 1.194444444444444 + 0.8125 + 0.5972222222222222 + + + 1.625 + 1.194444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.194444444444444 + + + 1.625 + 1.194444444444444 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 1.194444444444444 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 1 + 0 + + 0.180556 + 0 + + + 1 + 0 + + 0.180556 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Standard Services +* Browser +* URL Router +* Resources +* Caching + + + + -0 + 1.979525 + 4.051 + 1.986111111111111 + 0.3611111111111111 + 0.9930555555555556 + 0.1805555555555556 + + + 1.986111111111111 + 0.3611111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3611111111111111 + + + 1.986111111111111 + 0.3611111111111111 + + + 1.986111111111111 + 0 + + + 0 + 0 + + + 0 + 0.3611111111111111 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Your HTML / CSS + + + + -0 + 4.725847222222223 + 4.051 + 1.736111111111111 + 0.3611111111111111 + 0.8680555555555556 + 0.1805555555555556 + + + 1.736111111111111 + 0.3611111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3611111111111111 + + + 1.736111111111111 + 0.3611111111111111 + + + 1.736111111111111 + 0 + + + 0 + 0 + + + 0 + 0.3611111111111111 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Your JavaScript + + + + -0.005759001 + 6.151708333333334 + 5.798385416666666 + 2.335527777777778 + 1.111979166666667 + 1.167763888888889 + 0.5559895833333334 + + + 4.983963809474 + 5.80511053298142 + 7.31945285719266 + 5.79166030035192 + + + 1.751645833333333 + 0.4171006944444444 + -0 + + + 2 + 4 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #cccccc + 0 + 1 + 0 + 0.6 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 7.894919286223335e-16 + 0.5559895833333334 + + + 0.2785159746805835 + 1.111979166666667 + + + 0.2785159746805835 + 0.8380146096460521 + + + 2.057011803097195 + 0.8380146096460521 + + + 2.057011803097195 + 1.111979166666667 + + + 2.335527777777777 + 0.5559895833333326 + + + 2.057011803097195 + -7.894919286223335e-16 + + + 2.057011803097195 + 0.2739645570206137 + + + 0.2785159746805835 + 0.2739645570206146 + + + 0.2785159746805835 + -7.894919286223335e-16 + + + 7.894919286223335e-16 + 0.5559895833333334 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + JSON RESTful URLs + + + + -0 + 2.059180555555555 + 6.318583333333333 + 1.347222222222222 + 1.194444444444444 + 0.6736111111111112 + 0.5972222222222222 + + + 1.347222222222222 + 1.194444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.194444444444444 + + + 1.347222222222222 + 1.194444444444444 + + + 1.347222222222222 + 0 + + + 0 + 0 + + + 0 + 1.194444444444444 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 1 + 0 + + 0.180556 + 0 + + + 1 + 0 + + 0.180556 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope +* $get / $set +* $eval / $tryEval +* $watch +* $become + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0.0178571 + -0.0337302 + + + Text + 1 + 1 + 1 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 4 + 8.104166666666666 + 7.038194444444445 + 3.041666666666667 + 3.519097222222222 + 1.520833333333333 + + + 7.038194444444445 + 2.902777777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #fff1cc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.041666666666667 + + + 7.038194444444445 + 3.041666666666667 + + + 7.038194444444445 + 0 + + + 0 + 0 + + + 0 + 3.041666666666667 + + + + 1 + + + + + -0 + 3.597222222222222 + 8.416666666666666 + 4.927083333333333 + 0.7777777777777778 + 2.463541666666667 + 0.3888888888888889 + + + 4.927083333333333 + 0.6388888888888888 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #c7e3f3 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7777777777777778 + + + 4.927083333333333 + 0.7777777777777778 + + + 4.927083333333333 + 0 + + + 0 + 0 + + + 0 + 0.7777777777777778 + + + + 1 + + + + + -0 + 3.701388888888889 + 8.6875 + 4.329861111111111 + 0.1805555555555556 + 2.164930555555555 + 0.09027777777777778 + + + 4.329861111111111 + 0.04166666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #50abdc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1805555555555556 + + + 4.329861111111111 + 0.1805555555555556 + + + 4.329861111111111 + 0 + + + 0 + 0 + + + 0 + 0.1805555555555556 + + + + 1 + + + + + -0 + 2.786458333333333 + 8.479166666666666 + 2.888888888888889 + 0.1805555555555556 + 1.444444444444444 + 0.09027777777777778 + + + 2.888888888888889 + 0.04166666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #a9d9a9 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1805555555555556 + + + 2.888888888888889 + 0.1805555555555556 + + + 2.888888888888889 + 0 + + + 0 + 0 + + + 0 + 0.1805555555555556 + + + + 1 + + + + + -0 + 2.265625 + 8.284722222222221 + 1.847222222222222 + 0.1805555555555556 + 0.9236111111111112 + 0.09027777777777778 + + + 1.847222222222222 + 0.04166666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #a9d9a9 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1805555555555556 + + + 1.847222222222222 + 0.1805555555555556 + + + 1.847222222222222 + 0 + + + 0 + 0 + + + 0 + 0.1805555555555556 + + + + 1 + + + + + -0 + 4.263888888888889 + 7.618055555555555 + 6.260416666666667 + 0.7777777777777778 + 3.130208333333333 + 0.3888888888888889 + + + 6.260416666666667 + 0.6388888888888888 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffcacc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7777777777777778 + + + 6.260416666666667 + 0.7777777777777778 + + + 6.260416666666667 + 0 + + + 0 + 0 + + + 0 + 0.7777777777777778 + + + + 1 + + + + + -0 + 3.53125 + 8.479166666666666 + 0.9340277777777778 + 0.125 + 0.4670138888888889 + 0.0625 + + + 0.9340277777777778 + 0.01388888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #4bab51 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.125 + + + 0.9340277777777778 + 0.125 + + + 0.9340277777777778 + 0 + + + 0 + 0 + + + 0 + 0.125 + + + + 1 + + + + + -0 + 4.296875 + 7.506944444444445 + 5.965277777777778 + 0.1805555555555556 + 2.982638888888889 + 0.09027777777777778 + + + 5.965277777777778 + 0.04166666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ff5c65 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1805555555555556 + + + 5.965277777777778 + 0.1805555555555556 + + + 5.965277777777778 + 0 + + + 0 + 0 + + + 0 + 0.1805555555555556 + + + + 1 + + + + + -0 + 4 + 3.423611111111111 + 7.038194444444445 + 5.736111111111111 + 3.519097222222222 + 2.868055555555555 + + + 7.038194444444445 + 5.597222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.736111111111111 + + + 7.038194444444445 + 5.736111111111111 + + + 7.038194444444445 + 0 + + + 0 + 0 + + + 0 + 5.736111111111111 + + + + 1 + + + + + -0 + 4.015625 + 5.576388888888889 + 6.694444444444445 + 0.4861111111111111 + 3.347222222222222 + 0.2430555555555556 + + + 6.694444444444445 + 0.3472222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #fff1cc + 0 + 1 + 0 + 0.5 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.4861111111111111 + + + 6.694444444444445 + 0.4861111111111111 + + + 6.694444444444445 + 0 + + + 0 + 0 + + + 0 + 0.4861111111111111 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope: Outter most scope which holds services and properties such as 'people' and 'email'. + + + + -0 + 4.015625 + 2.965277777777778 + 6.694444444444445 + 0.9027777777777778 + 3.347222222222222 + 0.4513888888888889 + + + 6.694444444444445 + 0.7638888888888888 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #c7e3f3 + 0 + 1 + 0 + 0.5 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.9027777777777778 + + + 6.694444444444445 + 0.9027777777777778 + + + 6.694444444444445 + 0 + + + 0 + 0 + + + 0 + 0.9027777777777778 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Child Scope: in this case the ng-repeat directive triggers the creation of new scopes one for each item in an iterator expression. It than assigns the 'person' to each scope. The scopes inherit from parent scopes so anything declared at higher scope is still visible. + + + + -0 + 4.015625 + 3.855902777777778 + 6.694444444444445 + 0.7118055555555556 + 3.347222222222222 + 0.3559027777777778 + + + 6.694444444444445 + 0.5729166666666666 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #50abdc + 0 + 1 + 0 + 0.5 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.7118055555555556 + + + 6.694444444444445 + 0.7118055555555556 + + + 6.694444444444445 + 0 + + + 0 + 0 + + + 0 + 0.7118055555555556 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Directives: instructing the compiler to perform specific actions. In this case a repeater iterates over the list of 'people' looking for the person with specific email. The DOM element is then replicated to match the number of elements. + + + + -0 + 4.015625 + 2.243055555555555 + 6.694444444444445 + 0.375 + 3.347222222222222 + 0.1875 + + + 6.694444444444445 + 0.2361111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #a9d9a9 + 0 + 1 + 0 + 0.5 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.375 + + + 6.694444444444445 + 0.375 + + + 6.694444444444445 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Markup: evaluates expression in the closest scope and inserts it into DOM. + + + + -0 + 4.015625 + 1.777777777777778 + 6.694444444444445 + 0.375 + 3.347222222222222 + 0.1875 + + + 6.694444444444445 + 0.2361111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #4bab51 + 0 + 1 + 0 + 0.5 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.375 + + + 6.694444444444445 + 0.375 + + + 6.694444444444445 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Filter: Markup may include optional filter to transform value before it is displayed. + + + + -0 + 4.015625 + 5.006944444444445 + 6.694444444444445 + 0.4861111111111111 + 3.347222222222222 + 0.2430555555555556 + + + 6.694444444444445 + 0.3472222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffd767 + 0 + 1 + 0 + 0.5 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.4861111111111111 + + + 6.694444444444445 + 0.4861111111111111 + + + 6.694444444444445 + 0 + + + 0 + 0 + + + 0 + 0.4861111111111111 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Input Widget: binds to 'email' in its scope. Changing scope changes the widget and vice versa. + + + + -0 + 4.015625 + 4.486111111111111 + 6.694444444444445 + 0.375 + 3.347222222222222 + 0.1875 + + + 6.694444444444445 + 0.2361111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #d08d05 + 0 + 1 + 0 + 0.5 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.375 + + + 6.694444444444445 + 0.375 + + + 6.694444444444445 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Validator: an input widget may have optional validator to notify user of wrong input. + + + + -0 + 4.015625 + 1.3125 + 6.694444444444445 + 0.375 + 3.347222222222222 + 0.1875 + + + 6.694444444444445 + 0.2361111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffcacc + 0 + 1 + 0 + 0.5 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.375 + + + 6.694444444444445 + 0.375 + + + 6.694444444444445 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Widget: Allows the execution of custom code which can transform the DOM. + + + + -0 + 4.536458333333333 + 9.076388888888889 + 4.159722222222222 + 0.1805555555555556 + 2.079861111111111 + 0.09027777777777778 + + + 4.159722222222222 + 0.04166666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffd767 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1805555555555556 + + + 4.159722222222222 + 0.1805555555555556 + + + 4.159722222222222 + 0 + + + 0 + 0 + + + 0 + 0.1805555555555556 + + + + 1 + + + + + -0 + 5.407986111111111 + 9.076388888888889 + 1.972222222222222 + 0.125 + 0.9861111111111112 + 0.0625 + + + 1.972222222222222 + 0.01388888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #d08d05 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.125 + + + 1.972222222222222 + 0.125 + + + 1.972222222222222 + 0 + + + 0 + 0 + + + 0 + 0.125 + + + + 1 + + + + + -0 + 4.015625 + 0.8541666666666666 + 6.694444444444445 + 0.375 + 3.347222222222222 + 0.1875 + + + 6.694444444444445 + 0.2361111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ff5c65 + 0 + 1 + 0 + 0.5 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.375 + + + 6.694444444444445 + 0.375 + + + 6.694444444444445 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Nested Widgets: widgets can be nested for added expressivness. + + + + -0 + 3.939236111111111 + 8.111111111111111 + 6.708333333333333 + 2.916666666666667 + 3.354166666666667 + 1.458333333333333 + + + 6.708333333333333 + 2.916666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #e6e6e6 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.916666666666667 + + + 6.708333333333333 + 2.916666666666667 + + + 6.708333333333333 + 0 + + + 0 + 0 + + + 0 + 2.916666666666667 + + + + 0 + + + 0 + 0 + 0 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + <body> + Find by email: <input name="email" ng-validate="email"/> + <ul> + <li ng-repeat="person in people.$filter(email)"> + {{ person.last | uppercase }}, + {{ person.first }}, + </li> + <ng:switch on="$location.hashPath"> + <div ng-switch-when="home">Welcome</div> + <ng:include ng-switch-when="account" src="'account.html'"/> + </ng:switch> + </ul> + </body> +</html> + + + + -0 + 1.064236111111111 + 6.048611111111111 + 0.9583333333333334 + 0.375 + 0.4791666666666667 + 0.1875 + + + 0.9583333333333334 + 0.375 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.375 + + + 0.9583333333333334 + 0.375 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.375 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 3 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Legend + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0.015625 + -0.0329861 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 4 + 5.090277777777778 + 6.569444444444445 + 4.099722222222223 + 3.284722222222222 + 2.049861111111111 + + + 6.569444444444445 + 3.960833333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4.099722222222223 + + + 6.569444444444445 + 4.099722222222223 + + + 6.569444444444445 + 0 + + + 0 + 0 + + + 0 + 4.099722222222223 + + + + 0 + + + + + -0 + 4 + 6.739402777777777 + 4.25 + 0.5 + 2.125 + 0.25 + + + 4.25 + 0.5 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5000000000000004 + + + 4.25 + 0.5000000000000004 + + + 4.25 + 0 + + + 0 + 0 + + + 0 + 0.5000000000000004 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.416667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + One-Way Data Binding + + + + -0 + 4.000006944444444 + 6.03723125 + 2.119791666666667 + 0.5586763888888888 + 1.059895833333333 + 0.2793381944444444 + + + 2.119791666666667 + 0.4197875 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #7ec77e + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5586763888888887 + + + 2.119791666666667 + 0.5586763888888887 + + + 2.119791666666667 + 0 + + + 0 + 0 + + + 0 + 0.5586763888888887 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -5.586821 + 3.248385072985656 + 4.16070577291202 + 0.9099891688947128 + 0.5 + 0.4549945844473564 + 0.25 + + + 2.89932280422606 + 3.86885717448327 + 3.59744734174525 + 4.45255437134077 + + + 0.6824918766710346 + 0.1111111111111111 + -0 + + + 2 + 4 + + + 1 + 0.0138889 + 0 + 0.25 + 0 + 0 + + + 1 + #dcdcdc + 0 + 1 + 0 + 0.6 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + -3.947459643111667e-16 + 0.16952709108591 + + + -3.947459643111667e-16 + 0.3304729089140892 + + + 0.7020196358221354 + 0.3304729089140892 + + + 0.7020196358221354 + 0.4999999999999992 + + + 0.909989168894713 + 0.25 + + + 0.7020196358221354 + -7.894919286223335e-16 + + + 0.702019635822135 + 0.1695270910859108 + + + -3.947459643111667e-16 + 0.16952709108591 + + + + 0 + + + + + -3.84689 + 4.765925045069717 + 4.137030780174527 + 0.9630936300878532 + 0.5 + 0.4815468150439266 + 0.25 + + + 5.13258369144006 + 3.82486292128957 + 4.39926639869938 + 4.44919863905949 + + + 0.7223202225658899 + 0.1111111111111111 + -0 + + + 2 + 4 + + + 1 + 0.0138889 + 0 + 0.25 + 0 + 0 + + + 1 + #dcdcdc + 0 + 1 + 0 + 0.6 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.1695270910859108 + + + 0 + 0.3304729089140888 + + + 0.7551240970152754 + 0.3304729089140888 + + + 0.7551240970152754 + 0.5 + + + 0.963093630087853 + 0.25 + + + 0.7551240970152754 + 0 + + + 0.7551240970152754 + 0.1695270910859104 + + + 0 + 0.1695270910859108 + + + + 0 + + + + + -4.712393 + 4.000004565435045 + 5.502765972222223 + 0.4963652777828329 + 0.5 + 0.2481826388914165 + 0.25 + + + 4.00000346072562 + 5.25458333333326 + 4.00000567014447 + 5.75094861111118 + + + 0.3722739583371247 + 0.1111111111111111 + -0 + + + 2 + 4 + + + 1 + 0.0138889 + 0 + 0.25 + 0 + 0 + + + 1 + #dcdcdc + 0 + 1 + 0 + 0.6 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.1695270910859108 + + + 0 + 0.3304729089140892 + + + 0.288395744710255 + 0.3304729089140892 + + + 0.288395744710255 + 0.5000000000000008 + + + 0.4963652777828334 + 0.2500000000000008 + + + 0.288395744710255 + 7.894919286223335e-16 + + + 0.288395744710255 + 0.1695270910859108 + + + 0 + 0.1695270910859108 + + + + 0 + + + + + -0 + 2.559895833333333 + 3.585064583333334 + 2.119791666666667 + 0.5586763888888888 + 1.059895833333333 + 0.2793381944444444 + + + 2.119791666666667 + 0.4197875 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ff5c65 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5586763888888887 + + + 2.119791666666667 + 0.5586763888888887 + + + 2.119791666666667 + 0 + + + 0 + 0 + + + 0 + 0.5586763888888887 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 5.440104166666667 + 3.563044444444444 + 2.119791666666667 + 0.5146333333333334 + 1.059895833333333 + 0.2573166666666667 + + + 2.119791666666667 + 0.3757444444444445 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #0088c6 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5146333333333328 + + + 2.119791666666667 + 0.5146333333333328 + + + 2.119791666666667 + 0 + + + 0 + 0 + + + 0 + 0.5146333333333328 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 4.000001388888888 + 4.789127083333333 + 1.029947222222222 + 0.9170236111111111 + 0.5149736111111111 + 0.4585118055555555 + + + 1.029947222222222 + 0.7781347222222222 + -0 + + + 1 + + + 9 + 0.0138889 + 0 + 0 + 0.416667 + 0 + + + 1 + #e6e6e6 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9170236111111115 + + + 1.029947222222222 + 0.9170236111111115 + + + 1.029947222222222 + 0 + + + 0 + 0 + + + 0 + 0.9170236111111115 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + one-time merge + + + + -0 + 1.538302777777778 + 5.090277777777778 + 0.9444444444444444 + 1.194444444444444 + 0.4722222222222222 + 0.5972222222222222 + + + 0.9444444444444444 + 1.194444444444444 + -1.5708 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.194444444444444 + + + 0.9444444444444444 + 1.194444444444444 + + + 0.9444444444444444 + 0 + + + 0 + 0 + + + 0 + 1.194444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 1 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + :-( + + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0.00520833 + -0.0295139 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 4 + 5.145833333333333 + 6.569444444444445 + 4.680555555555555 + 3.284722222222222 + 2.340277777777778 + + + 6.569444444444445 + 4.541666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4.680555555555555 + + + 6.569444444444445 + 4.680555555555555 + + + 6.569444444444445 + 0 + + + 0 + 0 + + + 0 + 4.680555555555555 + + + + 0 + + + + + -0 + 4 + 7.173611111111111 + 4.236111111111111 + 0.5 + 2.118055555555555 + 0.25 + + + 4.236111111111111 + 0.5 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5 + + + 4.236111111111111 + 0.5 + + + 4.236111111111111 + 0 + + + 0 + 0 + + + 0 + 0.5 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.416667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Two-Way Data Binding + + + + -0 + 3.951395833333333 + 6.450800694444444 + 2.119791666666667 + 0.5586763888888888 + 1.059895833333333 + 0.2793381944444444 + + + 2.119791666666667 + 0.4197875 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ff5c65 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5586763888888887 + + + 2.119791666666667 + 0.5586763888888887 + + + 2.119791666666667 + 0 + + + 0 + 0 + + + 0 + 0.5586763888888887 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 4.019465277777778 + 3.269336111111111 + 2.119791666666667 + 0.5146333333333334 + 1.059895833333333 + 0.2573166666666667 + + + 2.119791666666667 + 0.3757444444444445 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #0088c6 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5146333333333328 + + + 2.119791666666667 + 0.5146333333333328 + + + 2.119791666666667 + 0 + + + 0 + 0 + + + 0 + 0.5146333333333328 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 3.951395833333333 + 5.250300694444444 + 2.119791666666667 + 0.5586763888888888 + 1.059895833333333 + 0.2793381944444444 + + + 2.119791666666667 + 0.4197875 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #7ec77e + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5586763888888887 + + + 2.119791666666667 + 0.5586763888888887 + + + 2.119791666666667 + 0 + + + 0 + 0 + + + 0 + 0.5586763888888887 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 3.951395833333333 + 4.200267361111111 + 3.150430555555555 + 0.8252986111111111 + 1.575215277777778 + 0.4126493055555556 + + + 3.150430555555555 + 0.6864097222222223 + -0 + + + 1 + + + 9 + 0.0138889 + 0 + 0 + 0.416667 + 0 + + + 1 + #e6e6e6 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.8252986111111116 + + + 3.150430555555556 + 0.8252986111111116 + + + 3.150430555555556 + 0 + + + 0 + 0 + + + 0 + 0.8252986111111116 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Continuous Updates +Model is Single-Source-of-Truth + + + + -0 + 2.540293055555556 + 4.192388888888889 + 0.847225 + 2.220361111111111 + 0.4236125 + 1.110180555555556 + + + 0.847225 + 2.081472222222223 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #dcdcdc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.7638911017750003 + 2.095363662 + + + 0.125002118175 + 1.081472618605555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.131148,0.937450,0,1, 0.163945,0.781072,0,1) + + + 0.6681284128 + 0.2499948982222225 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.131149,0.193080,0,1, 0.219297,0.112585,0,1) + + + 0.6681284128 + 0.3749967880555553 + + + 0.8472250000000001 + 0.1944325817777776 + + + 0.6527800847 + 0 + + + 0.6527800847 + 0.1249952287499999 + + + 0 + 1.081469954172222 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.216559,0.056295,0,1, 0.000000,0.117171,0,1) + + + 0.7638919490000001 + 2.220361111111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.000018,0.856965,0,1, 0.147679,1.000000,0,1) + + + 0.7638911017750003 + 2.095363662 + + + + 0 + + + + + -0 + 1 + 1 + 5.3906 + 4.297902777777778 + 0.7586166666666666 + 2.212861111111111 + 0.3793083333333333 + 1.106430555555556 + + + 0.7586166666666666 + 2.073972222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #dcdcdc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.6809980438000002 + 2.087863225527778 + + + 0.1254418175333332 + 1.143435568058333 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.037193,0.937242,0,1, 0.183673,0.811715,0,1) + + + 0.5795133406000004 + 0.2500112611944445 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.147052,0.221726,0,1, 0.128118,0.112970,0,1) + + + 0.5795133406000004 + 0.3750002953333333 + + + 0.7586166666666669 + 0.1944374672499999 + + + 0.564170318516667 + 0 + + + 0.564170318516667 + 0.125002311305556 + + + 0.0004399976666667903 + 1.143432912625 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.125059,0.056489,0,1, -0.010200,0.154737,0,1) + + + 0.6809980438000002 + 2.212861111111112 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.011343,0.878697,0,1, 0.055666,1.000000,0,1) + + + 0.6809980438000002 + 2.087863225527778 + + + + 0 + + + + + -0 + 6.466652777777778 + 4.200263888888888 + 1.277777777777778 + 0.3888888888888889 + 0.6388888888888888 + 0.1944444444444444 + + + 1.277777777777778 + 0.3888888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3888888888888889 + + + 1.277777777777778 + 0.3888888888888889 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3888888888888889 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Change to Model +updates View + + + + -0 + 1.484738888888889 + 4.192388888888889 + 1.180555555555556 + 0.3888888888888889 + 0.5902777777777778 + 0.1944444444444444 + + + 1.180555555555556 + 0.3888888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3888888888888889 + + + 1.180555555555556 + 0.3888888888888889 + + + 1.180555555555556 + 0 + + + 0 + 0 + + + 0 + 0.3888888888888889 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Change to View +updates Model + + + + -1.570796 + 3.951395833333333 + 5.850550694444445 + 0.6279347222222229 + 0.5 + 0.3139673611111115 + 0.25 + + + 3.95139583333333 + 6.16451805555556 + 3.95139583333333 + 5.53658333333333 + + + 0.4709510416666672 + 0.1111111111111111 + -0 + + + 2 + 4 + + + 1 + 0.0138889 + 0 + 0.25 + 0 + 0 + + + 1 + #dcdcdc + 0 + 1 + 0 + 0.6 + 1 + 0.0416667 + -0.0416667 + + + 0 + 0 + + 0 + 0.1695270910859108 + + + 0 + 0.3304729089140892 + + + 0.4199651891496454 + 0.3304729089140892 + + + 0.4199651891496454 + 0.5 + + + 0.6279347222222229 + 0.25 + + + 0.4199651891496454 + 0 + + + 0.4199651891496454 + 0.1695270910859108 + + + 0 + 0.1695270910859108 + + + + 0 + + + + + -0 + 4.373625000000001 + 5.850555555555555 + 0.625 + 0.1944444444444444 + 0.3125 + 0.09722222222222222 + + + 0.625 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.625 + 0.1944444444444444 + + + 0.625 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Compile + + + + -0 + 1.538302777777778 + 5.785958333333333 + 0.9444444444444444 + 1.194444444444444 + 0.4722222222222222 + 0.5972222222222222 + + + 0.9444444444444444 + 1.194444444444444 + -1.5708 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.194444444444444 + + + 0.9444444444444444 + 1.194444444444444 + + + 0.9444444444444444 + 0 + + + 0 + 0 + + + 0 + 1.194444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 1 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + :-) + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0 + -0.0277778 + + + Columns + 1 + 1 + 0 + + + Layer 1 + 1 + 1 + 0 + + + + + + -4.712389 + 3.98773611111111 + 4.678993055555555 + 2.802416666666667 + 6.919902777777778 + 1.401208333333333 + 3.459951388888889 + + + 2.802416666666667 + 6.781013888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #a9d9a9 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 6.919902777777777 + + + 2.802416666666667 + 6.919902777777777 + + + 2.802416666666667 + -1.578983857244667e-15 + + + 0 + -1.578983857244667e-15 + + + 0 + 6.919902777777777 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + Read + + + + -4.712389 + 4.01226388888889 + 2.581993055555555 + 1.055555555555556 + 6.919902777777778 + 0.5277777777777778 + 3.459951388888889 + + + 1.055555555555556 + 6.781013888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #8ec7e8 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 6.919902777777777 + + + 1.055555555555555 + 6.919902777777777 + + + 1.055555555555555 + 0 + + + -1.578983857244667e-15 + 0 + + + 0 + 6.919902777777777 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + Update + + + + -4.712389 + 4.012272916666666 + 1.381048611111112 + 0.9601291666666667 + 6.919902777777778 + 0.4800645833333334 + 3.459951388888889 + + + 0.9601291666666667 + 6.781013888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ff9498 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 6.919902777777778 + + + 0.9601291666666659 + 6.919902777777777 + + + 0.9601291666666659 + 0 + + + 0 + 0 + + + 0 + 6.919902777777778 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + Delete + + + + -4.712389 + 4.01226388888889 + 6.921818055555556 + 1.347222222222222 + 6.919902777777778 + 0.6736111111111112 + 3.459951388888889 + + + 1.347222222222222 + 6.781013888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ff9498 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 6.919902777777778 + + + 1.347222222222222 + 6.919902777777778 + + + 1.347222222222223 + 0 + + + 0 + 0 + + + 0 + 6.919902777777778 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + Create + + + + -0 + 4 + 9.111111111111111 + 2.722222222222222 + 0.5 + 1.361111111111111 + 0.25 + + + 2.722222222222222 + 0.5 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5 + + + 2.722222222222222 + 0.5 + + + 2.722222222222222 + 0 + + + 0 + 0 + + + 0 + 0.5 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.416667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + RESTful URLs + + + + -0 + 3.895833333333333 + 8.548611111111111 + 6.805555555555555 + 0.4027777777777778 + 3.402777777777778 + 0.2013888888888889 + + + 6.805555555555555 + 0.4027777777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4027777777777778 + + + 6.805555555555555 + 0.4027777777777778 + + + 6.805555555555555 + 0 + + + 0 + 0 + + + 0 + 0.4027777777777778 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.333333 + 0 + + + 2 + 0 + + 0.333333 + 0 + + + 2 + 0 + + 0.333333 + 0 + + + 2 + 0 + + 0.333333 + 0 + + + 2 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + http://server/data/Collection[/ID] + + + + -0 + 2.215569444444444 + 7.473569444444444 + 0.5972222222222222 + 0.2361111111111111 + 0.2986111111111111 + 0.1180555555555556 + + + 0.5972222222222222 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.5972222222222222 + 0.2361111111111111 + + + 0.5972222222222222 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + /Book + + + + -0 + 1.291518055555556 + 7.473569444444444 + 0.4722222222222222 + 0.2361111111111111 + 0.2361111111111111 + 0.1180555555555556 + + + 0.4722222222222222 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.4722222222222222 + 0.2361111111111111 + + + 0.4722222222222222 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + POST + + + + -0 + 4.041666666666667 + 7.473569444444444 + 1.763888888888889 + 0.2361111111111111 + 0.8819444444444444 + 0.1180555555555556 + + + 1.763888888888889 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 1.763888888888889 + 0.2361111111111111 + + + 1.763888888888889 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + { name:'Moby' } + + + + -0 + 6.142055555555555 + 7.355513888888889 + 1.763888888888889 + 0.4722222222222222 + 0.8819444444444444 + 0.2361111111111111 + + + 1.763888888888889 + 0.4722222222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4722222222222222 + + + 1.763888888888889 + 0.4722222222222222 + + + 1.763888888888889 + 0 + + + 0 + 0 + + + 0 + 0.4722222222222222 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + { id:123, + name:'Moby' } + + + + -0 + 2.215569444444444 + 6.714375 + 0.5972222222222222 + 0.2361111111111111 + 0.2986111111111111 + 0.1180555555555556 + + + 0.5972222222222222 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.5972222222222222 + 0.2361111111111111 + + + 0.5972222222222222 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + /Book + + + + -0 + 1.291518055555556 + 6.714375 + 0.4722222222222222 + 0.2361111111111111 + 0.2361111111111111 + 0.1180555555555556 + + + 0.4722222222222222 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.4722222222222222 + 0.2361111111111111 + + + 0.4722222222222222 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + POST + + + + -0 + 4.094041666666666 + 6.714375 + 1.875 + 0.2361111111111111 + 0.9375 + 0.1180555555555556 + + + 1.875 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 1.875 + 0.2361111111111111 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + { name:'Gatsby'} + + + + -0 + 6.079555555555555 + 6.596319444444444 + 1.638888888888889 + 0.4722222222222222 + 0.8194444444444444 + 0.2361111111111111 + + + 1.638888888888889 + 0.4722222222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4722222222222222 + + + 1.638888888888889 + 0.4722222222222222 + + + 1.638888888888889 + 0 + + + 0 + 0 + + + 0 + 0.4722222222222222 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + { id:456, + name:'Rye' } + + + + -0 + 2.444736111111111 + 5.919347222222222 + 1.055555555555556 + 0.2361111111111111 + 0.5277777777777778 + 0.1180555555555556 + + + 1.055555555555556 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 1.055555555555556 + 0.2361111111111111 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + /Book/123 + + + + -0 + 1.2359625 + 5.919347222222222 + 0.3611111111111111 + 0.2361111111111111 + 0.1805555555555556 + 0.1180555555555556 + + + 0.3611111111111111 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.3611111111111111 + 0.2361111111111111 + + + 0.3611111111111111 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + GET + + + + -0 + 6.142055555555555 + 5.801291666666667 + 1.763888888888889 + 0.4722222222222222 + 0.8819444444444444 + 0.2361111111111111 + + + 1.763888888888889 + 0.4722222222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4722222222222222 + + + 1.763888888888889 + 0.4722222222222222 + + + 1.763888888888889 + 0 + + + 0 + 0 + + + 0 + 0.4722222222222222 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + { id:123, + name:'Moby' } + + + + -0 + 2.444736111111111 + 5.167569444444444 + 1.055555555555556 + 0.2361111111111111 + 0.5277777777777778 + 0.1180555555555556 + + + 1.055555555555556 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 1.055555555555556 + 0.2361111111111111 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + /Book/456 + + + + -0 + 1.2359625 + 5.167569444444444 + 0.3611111111111111 + 0.2361111111111111 + 0.1805555555555556 + 0.1180555555555556 + + + 0.3611111111111111 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.3611111111111111 + 0.2361111111111111 + + + 0.3611111111111111 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + GET + + + + -0 + 6.253166666666667 + 5.049513888888889 + 1.986111111111111 + 0.4722222222222222 + 0.9930555555555556 + 0.2361111111111111 + + + 1.986111111111111 + 0.4722222222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4722222222222222 + + + 1.986111111111112 + 0.4722222222222222 + + + 1.986111111111112 + 0 + + + 0 + 0 + + + 0 + 0.4722222222222222 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + { id:456, + name:'Gatsby' } + + + + -0 + 2.215569444444444 + 4.436611111111111 + 0.5972222222222222 + 0.2361111111111111 + 0.2986111111111111 + 0.1180555555555556 + + + 0.5972222222222222 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.5972222222222222 + 0.2361111111111111 + + + 0.5972222222222222 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + /Book + + + + -0 + 1.2359625 + 4.436611111111111 + 0.3611111111111111 + 0.2361111111111111 + 0.1805555555555556 + 0.1180555555555556 + + + 0.3611111111111111 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.3611111111111111 + 0.2361111111111111 + + + 0.3611111111111111 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + GET + + + + -0 + 6.315666666666667 + 3.964388888888889 + 2.111111111111111 + 1.180555555555556 + 1.055555555555556 + 0.5902777777777778 + + + 2.111111111111111 + 1.180555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.180555555555556 + + + 2.111111111111112 + 1.180555555555556 + + + 2.111111111111112 + 0 + + + 0 + 0 + + + 0 + 1.180555555555556 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + [ { id:123, + name:'Moby' }, + { id:456, + name:'Rye' } +] + + + + -0 + 2.444736111111111 + 2.946916666666667 + 1.055555555555556 + 0.2361111111111111 + 0.5277777777777778 + 0.1180555555555556 + + + 1.055555555555556 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 1.055555555555556 + 0.2361111111111111 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + /Book/456 + + + + -0 + 1.291518055555556 + 2.946916666666667 + 0.4722222222222222 + 0.2361111111111111 + 0.2361111111111111 + 0.1180555555555556 + + + 0.4722222222222222 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.4722222222222222 + 0.2361111111111111 + + + 0.4722222222222222 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + POST + + + + -0 + 4.101583333333333 + 2.828861111111111 + 1.875 + 0.4722222222222222 + 0.9375 + 0.2361111111111111 + + + 1.875 + 0.4722222222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4722222222222222 + + + 1.875 + 0.4722222222222222 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 0.4722222222222222 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + { id: 456, + name:'Catch' } + + + + -0 + 6.197611111111112 + 2.828861111111111 + 1.875 + 0.4722222222222222 + 0.9375 + 0.2361111111111111 + + + 1.875 + 0.4722222222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4722222222222222 + + + 1.875000000000001 + 0.4722222222222222 + + + 1.875000000000001 + 0 + + + 0 + 0 + + + 0 + 0.4722222222222222 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + { id:456, + name:'Catch' } + + + + -0 + 2.444736111111111 + 1.664875 + 1.055555555555556 + 0.2361111111111111 + 0.5277777777777778 + 0.1180555555555556 + + + 1.055555555555556 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 1.055555555555556 + 0.2361111111111111 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + /Book/456 + + + + -0 + 1.413347222222222 + 1.664875 + 0.7158805555555555 + 0.2361111111111111 + 0.3579402777777778 + 0.1180555555555556 + + + 0.7158805555555555 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.7158805555555554 + 0.2361111111111111 + + + 0.7158805555555554 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 1 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DELETE + + + + -0 + 4.125590277777778 + 4.347222222222222 + 2.070041666666667 + 7.25 + 1.035020833333333 + 3.625 + + + 2.070041666666667 + 7.111111111111111 + -0 + + + 1 + + + 2 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 7.25 + + + 2.070041666666667 + 7.25 + + + 2.070041666666667 + 0 + + + 0 + 0 + + + 0 + 7.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Send + + + + + -0 + 1.385861805555556 + 4.347222222222222 + 0.7774791666666666 + 7.25 + 0.3887395833333333 + 3.625 + + + 0.7774791666666666 + 7.111111111111111 + -0 + + + 1 + + + 2 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 7.25 + + + 0.7774791666666666 + 7.25 + + + 0.7774791666666666 + 0 + + + 0 + 0 + + + 0 + 7.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Verb + + + + + -0 + 2.430704861111111 + 4.347222222222222 + 1.166965277777778 + 7.25 + 0.583482638888889 + 3.625 + + + 1.166965277777778 + 7.111111111111111 + -0 + + + 1 + + + 2 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 7.25 + + + 1.166965277777778 + 7.25 + + + 1.166965277777778 + 0 + + + 0 + 0 + + + 0 + 7.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + URL + + + + + -0 + 6.250006944444444 + 4.347222222222222 + 2.070041666666667 + 7.25 + 1.035020833333333 + 3.625 + + + 2.070041666666667 + 7.111111111111111 + -0 + + + 1 + + + 2 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 7.25 + + + 2.070041666666666 + 7.25 + + + 2.070041666666666 + 0 + + + 0 + 0 + + + 0 + 7.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Receive + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 4.3125 + 4.611111111111111 + 5.763888888888889 + 7.611111111111111 + 2.881944444444445 + 3.805555555555555 + + + 5.763888888888889 + 7.472222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #fff1cc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 7.611111111111111 + + + 5.763888888888889 + 7.611111111111111 + + + 5.763888888888889 + 0 + + + 0 + 0 + + + 0 + 7.611111111111111 + + + + 0 + + + + + -0 + 4.309027777777778 + 2.840284722222222 + 5.201388888888889 + 3.597208333333334 + 2.600694444444445 + 1.798604166666667 + + + 5.201388888888889 + 3.458319444444445 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 0 + #7ec77e + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.597208333333334 + + + 5.201388888888889 + 3.597208333333334 + + + 5.201388888888889 + 0 + + + 0 + 0 + + + 0 + 3.597208333333334 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Resources + + + + -0 + 3.277779166666667 + 6.375 + 5.277777777777778 + 3.861111111111111 + 2.638888888888889 + 1.930555555555556 + + + 5.277777777777778 + 3.722222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #cccccc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.305551277777778 + + + 0.4861044444444447 + 3.861111111111111 + + + 0.4861044444444447 + 3.611104166666667 + + + 4.458334166666668 + 3.305551277777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.642105,0.928057,0,1, 0.697365,0.964023,0,1) + + + 5.027774722222222 + 0.5277791388888886 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.992106,0.748202,0,1, 0.952631,0.525179,0,1) + + + 5.277777777777778 + 0.5277791388888886 + + + 4.597224166666667 + 0 + + + 3.986115555555555 + 0.5138714166666666 + + + 4.236118611111111 + 0.5138328055555559 + + + 4.013887222222221 + 2.73611075 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.802633,0.521582,0,1, 0.821050,0.625901,0,1) + + + 0.5138866666666667 + 2.986106111111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.699998,0.791370,0,1, 0.560526,0.776978,0,1) + + + 0.5138866666666667 + 2.736106888888889 + + + 0 + 3.305551277777778 + + + + 0 + + + + + -0 + 5.145833333333333 + 4.75 + 3.194444444444445 + 7 + 1.597222222222222 + 3.5 + + + 3.194444444444445 + 6.861111111111111 + -0 + + + 1 + + + 2 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 7 + + + 3.194444444444445 + 7 + + + 3.194444444444445 + 0 + + + 0 + 0 + + + 0 + 7 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + Declarative + + + + -0 + 3.902777777777778 + 9.222222222222221 + 6.194444444444445 + 0.5 + 3.097222222222222 + 0.25 + + + 6.194444444444445 + 0.5 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5 + + + 6.194444444444445 + 0.5 + + + 6.194444444444445 + 0 + + + 0 + 0 + + + 0 + 0.5 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.416667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + RESTy: Declarative Data Storage + + + + -0 + 2.638888888888889 + 2.701388888888889 + 1.527777777777778 + 2.569444444444445 + 0.7638888888888888 + 1.284722222222222 + + + 1.527777777777778 + 2.430555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #7ec77e + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.569444444444445 + + + 1.527777777777778 + 2.569444444444445 + + + 1.527777777777778 + 0 + + + 0 + 0 + + + 0 + 2.569444444444445 + + + + 0 + + + 0.138889 + 0.138889 + 0 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Custom + + + + -0 + 5.153645833333333 + 2.701388888888889 + 2.862847222222222 + 2.569444444444445 + 1.431423611111111 + 1.284722222222222 + + + 2.862847222222222 + 2.430555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #7ec77e + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.569444444444445 + + + 2.862847222222222 + 2.569444444444445 + + + 2.862847222222222 + 0 + + + 0 + 0 + + + 0 + 2.569444444444445 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Repository + + + + -4.712389 + 4.171819444444444 + 2.513884027777777 + 1.861111111111111 + 0.5586763888888888 + 0.9305555555555556 + 0.2793381944444444 + + + 1.861111111111111 + 0.4197875 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ff5c65 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5586763888888887 + + + 1.86111111111111 + 0.5586763888888887 + + + 1.86111111111111 + 0 + + + -1.578983857244667e-15 + 0 + + + 0 + 0.5586763888888887 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + MegaStore + + + + -4.712389 + 5.492291666666667 + 2.513884027777777 + 1.861111111111111 + 0.5586763888888888 + 0.9305555555555556 + 0.2793381944444444 + + + 1.861111111111111 + 0.4197875 + -0 + + + 1 + + + 9 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ffcacc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5586763888888887 + + + 1.861111111111112 + 0.5586763888888887 + + + 1.861111111111112 + 0 + + + 0 + 0 + + + 0 + 0.5586763888888887 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + BigTable + + + + -4.712389 + 4.8285 + 2.513884027777777 + 1.861111111111111 + 0.5586763888888888 + 0.9305555555555556 + 0.2793381944444444 + + + 1.861111111111111 + 0.4197875 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ff5c65 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + -1.578983857244667e-15 + 0.5586763888888887 + + + 1.86111111111111 + 0.5586763888888887 + + + 1.86111111111111 + 0 + + + -1.578983857244667e-15 + 0 + + + -1.578983857244667e-15 + 0.5586763888888887 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Buganizer + + + + -4.712389 + 6.156069444444444 + 2.513884027777777 + 1.861111111111111 + 0.5586763888888888 + 0.9305555555555556 + 0.2793381944444444 + + + 1.861111111111111 + 0.4197875 + -0 + + + 1 + + + 9 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ffcacc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5586763888888887 + + + 1.861111111111112 + 0.5586763888888887 + + + 1.861111111111112 + 0 + + + 0 + 0 + + + 0 + 0.5586763888888887 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ??? + + + + -0 + 6.230902777777778 + 3.701388888888889 + 0.7083333333333334 + 0.2361111111111111 + 0.3541666666666667 + 0.1180555555555556 + + + 0.7083333333333334 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 0.7083333333333334 + 0.2361111111111111 + + + 0.7083333333333334 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + (CRUD) + + + + -0 + 2.638888888888889 + 2.818328472222221 + 1.229166666666667 + 0.4101208333333333 + 0.6145833333333334 + 0.2050604166666667 + + + 1.229166666666667 + 0.2712319444444444 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ff8b37 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4101208333333343 + + + 1.229166666666667 + 0.4101208333333343 + + + 1.229166666666667 + 0 + + + 0 + 0 + + + 0 + 0.4101208333333343 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Java + + + + -0 + 2.638888888888889 + 2.303370138888888 + 1.229166666666667 + 0.4101208333333333 + 0.6145833333333334 + 0.2050604166666667 + + + 1.229166666666667 + 0.2712319444444444 + -0 + + + 1 + + + 9 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ffe4cd + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4101208333333343 + + + 1.229166666666667 + 0.4101208333333343 + + + 1.229166666666667 + 0 + + + 0 + 0 + + + 0 + 0.4101208333333343 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + JavaScript + + + + -0 + 2.638888888888889 + 1.788397916666666 + 1.229166666666667 + 0.4101208333333333 + 0.6145833333333334 + 0.2050604166666667 + + + 1.229166666666667 + 0.2712319444444444 + -0 + + + 1 + + + 9 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #ffe4cd + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4101208333333343 + + + 1.229166666666667 + 0.4101208333333343 + + + 1.229166666666667 + 0 + + + 0 + 0 + + + 0 + 0.4101208333333343 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ??? + + + + -0 + 2.638888888888889 + 3.434763888888889 + 1.402777777777778 + 0.2361111111111111 + 0.7013888888888888 + 0.1180555555555556 + + + 1.402777777777778 + 0.2361111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 1.402777777777778 + 0.2361111111111111 + + + 1.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + (CRUD+verbs) + + + + -0 + 5.153645833333333 + 7.358572222222222 + 2.862847222222222 + 0.5146333333333334 + 1.431423611111111 + 0.2573166666666667 + + + 2.862847222222222 + 0.3757444444444445 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #0088c6 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5146333333333336 + + + 2.862847222222222 + 0.5146333333333336 + + + 2.862847222222222 + 0 + + + 0 + 0 + + + 0 + 0.5146333333333336 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Serializer + + + + -0 + 5.153645833333333 + 6.726002777777778 + 2.862847222222222 + 0.5146333333333334 + 1.431423611111111 + 0.2573166666666667 + + + 2.862847222222222 + 0.3757444444444445 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #0088c6 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5146333333333332 + + + 2.862847222222222 + 0.5146333333333332 + + + 2.862847222222222 + 0 + + + 0 + 0 + + + 0 + 0.5146333333333332 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + URL Router + + + + -0 + 5.153645833333333 + 5.460877777777778 + 2.862847222222222 + 0.5146333333333334 + 1.431423611111111 + 0.2573166666666667 + + + 2.862847222222222 + 0.3757444444444445 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #0088c6 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5146333333333328 + + + 2.862847222222222 + 0.5146333333333328 + + + 2.862847222222222 + 0 + + + 0 + 0 + + + 0 + 0.5146333333333328 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Mapper + + + + -0 + 5.153645833333333 + 6.093433333333333 + 2.862847222222222 + 0.5146333333333334 + 1.431423611111111 + 0.2573166666666667 + + + 2.862847222222222 + 0.3757444444444445 + -0 + + + 1 + + + 9 + 0.0138889 + 0 + 0 + 0.125 + 0 + + + 1 + #c7e3f3 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5146333333333328 + + + 2.862847222222222 + 0.5146333333333328 + + + 2.862847222222222 + 0 + + + 0 + 0 + + + 0 + 0.5146333333333328 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.333333 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ACL + + + + -0 + 2.246527777777778 + 7.722222222222222 + 2.3125 + 0.6111111111111112 + 1.15625 + 0.3055555555555556 + + + 2.3125 + 0.6111111111111112 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6111111111111112 + + + 2.3125 + 0.6111111111111112 + + + 2.3125 + 0 + + + 0 + 0 + + + 0 + 0.6111111111111112 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + HTTP RESTful URL +JSON / XML / PROTO + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 4.211805555555555 + 7.697916666666667 + 6.375 + 3.861111111111111 + 3.1875 + 1.930555555555556 + + + 6.375 + 3.722222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.861111111111111 + + + 6.375 + 3.861111111111111 + + + 6.375 + 0 + + + 0 + 0 + + + 0 + 3.861111111111111 + + + + 0 + + + + + -0 + 4.189616666666667 + 7.489583333333333 + 6.173013888888889 + 3.25 + 3.086506944444444 + 1.625 + + + 6.173013888888889 + 3.111111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #d3ebd3 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.25 + + + 6.173013888888889 + 3.25 + + + 6.173013888888889 + 0 + + + 0 + 0 + + + 0 + 3.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + MyApp (Chrome) + + + + -0 + 4.592041666666667 + 7.21875 + 5.168972222222222 + 2.375 + 2.584486111111111 + 1.1875 + + + 5.168972222222222 + 2.236111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.375 + + + 5.168972222222223 + 2.375 + + + 5.168972222222223 + 0 + + + 0 + 0 + + + 0 + 2.375 + + + + 0 + + + 1.033789923424763 + 2.375 + 0 + + + 2.067588888888888 + 2.375 + 0 + + + 3.101383333333334 + 2.375 + 0 + + + 4.13518229879746 + 2.375 + 0 + + + 5.168972222222223 + 1.9000020772837 + 0 + + + 5.168972222222221 + 1.425 + 0 + + + 5.168972222222221 + 0.9500000000000001 + 0 + + + 5.168972222222223 + 0.4749968840744493 + 0 + + + 4.13518229879746 + 0 + 0 + + + 3.101383333333333 + 0 + 0 + + + 2.06758691213576 + 0 + 0 + + + 1.033789923424762 + 0 + 0 + + + 0 + 0.4749979227162997 + 0 + + + 3.947459643111667e-16 + 0.9500000000000001 + 0 + + + 3.947459643111667e-16 + 1.425 + 0 + + + 0 + 1.9000020772837 + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ng:include src="$route.current.template" + scope="$route.current.scope" /> + + + + -0 + 4.211804166666667 + 9.427083333333334 + 6.375 + 0.4027777777777778 + 3.1875 + 0.2013888888888889 + + + 6.375 + 0.2638888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #999999 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4027777777777778 + + + 6.375 + 0.4027777777777778 + + + 6.375 + 0 + + + 0 + 0 + + + 0 + 0.4027777777777778 + + + + 0 + + + + + -0 + 4.526777777777777 + 9.40625 + 5.518277777777778 + 0.2222222222222222 + 2.759138888888889 + 0.1111111111111111 + + + 5.518277777777778 + 0.08333333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2222222222222222 + + + 5.518277777777779 + 0.2222222222222222 + + + 5.518277777777779 + 0 + + + 0 + 0 + + + 0 + 0.2222222222222222 + + + + 0 + + + 1.103650729017247 + 0.2222222222222222 + 0 + + + 2.207311111111111 + 0.2222222222222222 + 0 + + + 3.310966666666667 + 0.2222222222222222 + 0 + + + 4.41462704876053 + 0.2222222222222222 + 0 + + + 5.518277777777779 + 0.1777779721435041 + 0 + + + 5.518277777777779 + 0.1333333333333334 + 0 + + + 5.518277777777779 + 0.08888888888888886 + 0 + + + 5.518277777777779 + 0.04444415289585497 + 0 + + + 4.414627048760528 + 0 + 0 + + + 3.310966666666666 + 9.868649107779169e-17 + 0 + + + 2.207309000774202 + 9.868649107779169e-17 + 0 + + + 1.103650729017249 + 0 + 0 + + + 0 + 0.04444425007871811 + 0 + + + -3.947459643111667e-16 + 0.08888888888888886 + 0 + + + -3.947459643111667e-16 + 0.1333334183170505 + 0 + + + 0 + 0.1777779721435041 + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + http://server/index.html#account + + + + -0.04951323 + 1.547871527777778 + 9.420138194444444 + 0.2562152777777778 + 0.2097986111111111 + 0.1281076388888889 + 0.1048993055555555 + + + 1.41992088858111 + 9.42647862588486 + 1.67582216697444 + 9.41379776300403 + + + 0.1921614583333333 + 0.03398958333333334 + -0 + + + 2 + 4 + + + 1 + 0.0138889 + #191919 + 0 + 0 + 0 + + + 28 + 20 + 0 + 0 + 0 + 1 + 0 + 0.6 + 1 + 0 + -0.0277778 + + + 0 + 0 + + -1.973729821555834e-16 + 0.06252273572929617 + + + -1.973729821555834e-16 + 0.1472758753818148 + + + 0.1340060732099744 + 0.1472758753818149 + + + 0.1340060732099744 + 0.2097986111111111 + + + 0.2562152777777776 + 0.1048993055555556 + + + 0.1340060732099744 + 0 + + + 0.1340060732099744 + 0.06252273572929617 + + + -1.973729821555834e-16 + 0.06252273572929617 + + + + 0 + + + + + -3.141593 + 1.234720138888889 + 9.413991666666668 + 0.2423486111111111 + 0.2099277777777778 + 0.1211743055555556 + 0.1049638888888889 + + + 1.35589444444444 + 9.41399169893734 + 1.11354583333334 + 9.413991634396 + + + 0.1817614583333333 + 0.033925 + -0 + + + 2 + 4 + + + 1 + 0.0138889 + #191919 + 0 + 0 + 0 + + + 28 + 20 + 0 + 0 + 0 + 1 + 0 + 0.6 + 1 + 0 + -0.0277778 + + + 0 + 0 + + -1.973729821555834e-16 + 0.05555557249709972 + + + -1.973729821555834e-16 + 0.1543722052806781 + + + 0.07568194444444426 + 0.1543722052806781 + + + 0.07568194444444447 + 0.2099277777777778 + + + 0.2423486111111109 + 0.1049638888888889 + + + 0.07568194444444447 + 0 + + + 0.07568194444444426 + 0.05555557249709962 + + + -1.973729821555834e-16 + 0.05555557249709972 + + + + 0 + + + + + -0 + 4.606319444444444 + 6.982638888888889 + 4.904972222222223 + 1.708333333333333 + 2.452486111111111 + 0.8541666666666666 + + + 4.904972222222223 + 1.569444444444444 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffc89c + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.708333333333333 + + + 4.904972222222223 + 1.708333333333333 + + + 4.904972222222223 + 0 + + + 0 + 0 + + + 0 + 1.708333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Account Settings (Partial) + + + + -0 + 1.692108333333334 + 8.350694444444445 + 0.9977250000000001 + 0.5833333333333334 + 0.4988625 + 0.2916666666666667 + + + 0.9977250000000001 + 0.5833333333333334 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5833333333333334 + + + 0.9977250000000003 + 0.5833333333333334 + + + 0.9977250000000003 + 0 + + + 0 + 0 + + + 0 + 0.5833333333333334 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Navigation +Account +Settings + + + + -0 + 3.335902777777778 + 7.225694444444445 + 2.022638888888889 + 0.2222222222222222 + 1.011319444444444 + 0.1111111111111111 + + + 2.022638888888889 + 0.08333333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2222222222222222 + + + 2.022638888888889 + 0.2222222222222222 + + + 2.022638888888889 + 0 + + + 0 + 0 + + + 0 + 0.2222222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + John Smith + + + + -0 + 3.335902777777778 + 6.947916666666667 + 2.022638888888889 + 0.2222222222222222 + 1.011319444444444 + 0.1111111111111111 + + + 2.022638888888889 + 0.08333333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2222222222222222 + + + 2.022638888888889 + 0.2222222222222222 + + + 2.022638888888889 + 0 + + + 0 + 0 + + + 0 + 0.2222222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + 123 Main St + + + + -0 + 2.777708333333333 + 6.670138888888889 + 0.90625 + 0.2222222222222222 + 0.453125 + 0.1111111111111111 + + + 0.90625 + 0.08333333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2222222222222222 + + + 0.90625 + 0.2222222222222222 + + + 0.90625 + 0 + + + 0 + 0 + + + 0 + 0.2222222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Any Place + + + + -0 + 3.483236111111111 + 6.670138888888889 + 0.375 + 0.2222222222222222 + 0.1875 + 0.1111111111111111 + + + 0.375 + 0.08333333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2222222222222222 + + + 0.375 + 0.2222222222222222 + + + 0.375 + 0 + + + 0 + 0 + + + 0 + 0.2222222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + US + + + + -0 + 4.045138888888889 + 6.670138888888889 + 0.6041666666666666 + 0.2222222222222222 + 0.3020833333333333 + 0.1111111111111111 + + + 0.6041666666666666 + 0.08333333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2222222222222222 + + + 0.6041666666666666 + 0.2222222222222222 + + + 0.6041666666666666 + 0 + + + 0 + 0 + + + 0 + 0.2222222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + 12345 + + + + -0 + 2.601174305555555 + 6.392361111111111 + 0.6767652777777777 + 0.2222222222222222 + 0.3383826388888889 + 0.1111111111111111 + + + 0.6767652777777777 + 0.08333333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #cccccc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2222222222222222 + + + 0.6767652777777778 + 0.2222222222222222 + + + 0.6767652777777778 + 0 + + + 0 + 0 + + + 0 + 0.2222222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Save + + + + -0 + 4.211804166666667 + 3.256944444444445 + 6.375 + 4.409722222222222 + 3.1875 + 2.204861111111111 + + + 6.375 + 4.270833333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #d3ebd3 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4.409722222222222 + + + 6.375 + 4.409722222222222 + + + 6.375 + 0 + + + 0 + 0 + + + 0 + 4.409722222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 2 + 0 + + 0.25 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $root Scope + + + + + -0 + 5.516076388888889 + 7.21875 + 2.127569444444445 + 0.1944444444444444 + 1.063784722222222 + 0.09722222222222222 + + + 2.127569444444445 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 2.127569444444444 + 0.1944444444444444 + + + 2.127569444444444 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 1.063784722222222 + 0 + 0 + + + 1.063784722222222 + 0.1944444444444444 + 0 + + + 2.127569444444444 + 0.09722222222222222 + 0 + + + 0 + 0.09722222222222222 + 0 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <input name='name' /> + + + + -0 + 5.041555555555555 + 6.378472222222222 + 4.0345 + 0.1944444444444444 + 2.01725 + 0.09722222222222222 + + + 4.0345 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 4.034499999999999 + 0.1944444444444444 + + + 4.034499999999999 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 1.344832801740831 + 0.1944444444444452 + 0 + + + 2.689667198259168 + 0.1944444444444452 + 0 + + + 4.034499999999999 + 0.1296298858328966 + 0 + + + 4.034499999999999 + 0.06481455861154789 + 0 + + + 2.689667198259164 + 0 + 0 + + + 1.344832801740836 + 0 + 0 + + + -3.947459643111667e-16 + 0.06481455861154789 + 0 + + + -3.947459643111667e-16 + 0.1296298858328966 + 0 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <button ng-click='save()'>Save</button> + + + + -4.712389 + 0.7881944444444444 + 7.697916666666667 + 1.111111111111111 + 0.375 + 0.5555555555555556 + 0.1875 + + + 1.111111111111111 + 0.375 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3750000000000001 + + + 1.111111111111111 + 0.3750000000000001 + + + 1.111111111111111 + 0 + + + 0 + 1.973729821555834e-16 + + + 0 + 0.3750000000000001 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 3 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Browser + + + + -4.712389 + 0.7881944444444444 + 3.100694444444445 + 1.125 + 0.375 + 0.5625 + 0.1875 + + + 1.125 + 0.375 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3749999999999999 + + + 1.125 + 0.3749999999999999 + + + 1.125 + -1.973729821555834e-16 + + + 0 + 0 + + + 0 + 0.3749999999999999 + + + + 0 + + + 0.0277778 + 0.0277778 + 1 + 0 + + + 3 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Runtime + + + + -0 + 6.138361111111111 + 3.927083333333333 + 2.2755 + 0.7777777777777778 + 1.13775 + 0.3888888888888889 + + + 2.2755 + 0.6388888888888888 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7777777777777778 + + + 2.2755 + 0.7777777777777778 + + + 2.2755 + 0 + + + 0 + 0 + + + 0 + 0.7777777777777778 + + + + 0 + + + 0.4550980097435529 + 0.7777777777777778 + 0 + + + 0.9102000000000001 + 0.7777777777777778 + 0 + + + 1.365300870212018 + 0.7777777777777778 + 0 + + + 1.820401990256447 + 0.7777777777777778 + 0 + + + 2.2755 + 0.6222229025022641 + 0 + + + 2.2755 + 0.4666669641096767 + 0 + + + 2.2755 + 0.3111108136681011 + 0 + + + 2.2755 + 0.1555545351354921 + 0 + + + 1.820401990256447 + -7.894919286223335e-16 + 0 + + + 1.3653 + 0 + 0 + + + 0.9102000000000001 + 0 + 0 + + + 0.4550980097435537 + -7.894919286223335e-16 + 0 + + + 0 + 0.1555545351354921 + 0 + + + 0 + 0.3111108136681011 + 0 + + + 0 + 0.4666669641096767 + 0 + + + 0 + 0.6222229025022641 + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $location: { + hashPath: 'account' +} + + + + + -0 + 4.631282638888889 + 3.821811304323914 + 0.7386569444444441 + 0.1706273913521714 + 0.369328472222222 + 0.08531369567608572 + + + 5.00061111111111 + 3.84930525811255 + 4.26195416666667 + 3.907125 + + + 4 + 0 + 0 + 0 + 2 + + + 0.7386569444444441 + 0.1706273913521714 + -0 + + + 2 + + + 1 + 0.0555556 + #f40000 + 0.5 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.7386569444444433 + 0.1128076494647172 + + + -7.894919286223335e-16 + 0.1706273913521714 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.470644,-0.429611,0,1, 0.467981,-0.068361,0,1) + + + + 0 + + + + + -0 + 6.809352222403316 + 6.802323512523309 + 1.074601525663641 + 4.972702580602174 + 0.5373007628318207 + 2.486351290301087 + + + 6.2720514595715 + 9.2886748028244 + 6.82101310136756 + 4.31597222222222 + + + 4 + 0 + 0 + 2 + 2 + + + 1.074601525663641 + 4.972702580602174 + -0 + + + 2 + + + 1 + 0.0555556 + #f40000 + 0.5 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 4.972702580602174 + + + 1.071698540428504 + 2.243055555555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.159547,0.975479,0,1, 0.984514,0.906337,0,1) + + + 0.5489616417960627 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.010084,-0.004190,0,1, 0.842199,0.076110,0,1) + + + + 0 + + + + + -2.637242 + 2.722517361111111 + 4.870576388888889 + 0.6894165870975266 + 0.2083333333333333 + 0.3447082935487633 + 0.1041666666666667 + + + 3.02430555555556 + 5.03715277777778 + 2.42072916666667 + 4.704 + + + 0.517062440323145 + 0.03472222222222222 + -0 + + + 2 + 4 + + + 1 + 0.0138889 + 0 + 0.25 + 0 + 0 + + + 1 + 0 + 0.9 + 1 + 0 + 0.6 + 1 + 0 + -0.0277778 + + + 0 + 0 + + -3.947459643111667e-16 + 0.07063628795246284 + + + 0 + 0.1376970453808705 + + + 0.4814470540249489 + 0.1376970453808705 + + + 0.4814470540249489 + 0.2083333333333333 + + + 0.689416587097527 + 0.1041666666666667 + + + 0.4814470540249489 + 7.894919286223335e-16 + + + 0.4814470540249489 + 0.07063628795246284 + + + -3.947459643111667e-16 + 0.07063628795246284 + + + + 0 + + + + + -0 + 1.709964826577187 + 6.317727910542668 + 0.5904852087099299 + 3.213977508046013 + 0.295242604354965 + 1.606988754023007 + + + 2.00520743093215 + 7.92471666456567 + 1.80530878552435 + 4.71073915651966 + + + 4 + 0 + 0 + 2 + 2 + + + 0.5904852087099299 + 3.213977508046013 + -0 + + + 2 + + + 1 + 0.0555556 + #f40000 + 0.5 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.5904852087099302 + 3.213977508046013 + + + 1.973729821555834e-16 + 1.57051084348034 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,1.000000,0,1, 0.000000,0.821398,0,1) + + + 0.3905865633021249 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000001,0.155902,0,1, 0.661467,0.000000,0,1) + + + + 0 + + + + + -0 + 4.234683333333333 + 2.241319444444445 + 6.082874999999999 + 2.045138888888889 + 3.041437499999999 + 1.022569444444444 + + + 4 + 0 + 2 + 2 + 1 + + + 6.082874999999999 + 2.045138888888889 + -0 + + + 1 + + + 0 + + + + + -0 + 3.041437499999999 + 1.022569444444444 + 6.082875 + 2.045138888888889 + 3.0414375 + 1.022569444444444 + + + 6.082875 + 1.90625 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffc89c + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.045138888888889 + + + 6.082874999999999 + 2.045138888888889 + + + 6.082874999999999 + 0 + + + 0 + 0 + + + 0 + 2.045138888888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Partial Scope: +class AccountCntl { + AccountCntl() { + + ... + } + + +} + + + + -0 + 1.629149999999999 + 1.119791666666667 + 2.521875 + 0.1944444444444444 + 1.2609375 + 0.09722222222222222 + + + 2.521875 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 2.521875 + 0.1944444444444444 + + + 2.521875 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 1.2609375 + 0 + 0 + + + 1.2609375 + 0.1944444444444444 + 0 + + + 2.521875 + 0.09722222222222222 + 0 + + + 1.973729821555834e-16 + 0.09722222222222222 + 0 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + this.name = 'John Smith' + + + + -0 + 0.8591902777777771 + 0.3802083333333333 + 1.19265 + 0.3888888888888889 + 0.596325 + 0.1944444444444444 + + + 1.19265 + 0.3888888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3888888888888889 + + + 1.19265 + 0.3888888888888889 + + + 1.19265 + 0 + + + 0 + 0 + + + 0 + 0.3888888888888889 + + + + 0 + + + 0.596325 + 0 + 0 + + + 0.596325 + 0.3888888888888889 + 0 + + + 1.19265 + 0.1944444444444444 + 0 + + + -1.973729821555834e-16 + 0.1944444444444444 + 0 + + + 0 + 0 + 1 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + save() {...} + + + + + + -0 + 4.181366932462915 + 3.94008181743202 + 3.065211642703607 + 4.682336365135961 + 1.532605821351804 + 2.34116818256798 + + + 5.71397275381472 + 6.28125 + 2.64876111111111 + 1.59895833333333 + + + 4 + 0 + 0 + 0 + 2 + + + 3.065211642703607 + 4.682336365135961 + -0 + + + 2 + + + 1 + 0.0416667 + #0088c6 + 0.51 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.065211642703607 + 4.682336365135961 + + + 2.097766666666666 + 2.064280809580405 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.684378,0.966630,0,1, 0.684379,0.873935,0,1) + + + -3.947459643111667e-16 + 4.469846929408858e-05 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.684379,0.007796,0,1, 0.693264,-0.000361,0,1) + + + + 0 + + + + + -0 + 4.799704861111111 + 4.730018347509122 + 1.432743055555556 + 4.783018860537311 + 0.716371527777778 + 2.391509430268655 + + + 5.51607638888889 + 7.12152777777778 + 4.08333333333333 + 2.33854166666667 + + + 4 + 0 + 0 + 0 + 2 + + + 1.432743055555556 + 4.783018860537311 + -0 + + + 2 + + + 1 + 0.0416667 + #0088c6 + 0.51 + 0 + 0 + 4 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.432743055555556 + 4.783018860537311 + + + 0.5104166666666666 + 1.994824416092867 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.307781,0.948458,0,1, 0.356251,0.841017,0,1) + + + 0 + 3.274942619984561e-05 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.356252,-0.006890,0,1, 0.387757,0.000007,0,1) + + + + 0 + + + + + -0 + 4.239581250000001 + 0.6493055555555556 + 5.873893055555556 + 0.1944444444444444 + 2.936946527777778 + 0.09722222222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 5.873893055555556 + 0.1944444444444444 + -0 + + + 1 + + + 0 + + + + + -0 + 0.5089743055555552 + 0.09722222222222222 + 1.017948611111111 + 0.01388888888888889 + 0.5089743055555556 + 0.006944444444444444 + + + 1.01794861111111 + 0.104166666666667 + -1.97372982155583e-16 + 0.104166666666667 + + + 4 + 0 + 0 + 2 + 2 + + + 1.017948611111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0555556 + #f40000 + 0.5 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.017948611111111 + 0.01388888888888889 + + + 1.973729821555834e-16 + 0.01388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,1.000000,0,1, 0.000000,1.000000,0,1) + + + + 0 + + + + + -0 + 4.593004166666666 + 0.09722222222222222 + 1.014472222222223 + 0.01388888888888889 + 0.5072361111111113 + 0.006944444444444444 + + + 5.10024027777778 + 0.104166666666667 + 4.08576805555556 + 0.104166666666667 + + + 4 + 0 + 0 + 2 + 2 + + + 1.014472222222223 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0416667 + #0088c6 + 0.51 + 0 + 0 + 4 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.014472222222223 + 0.01388888888888889 + + + 0 + 0.01388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,1.000000,0,1, 0.000000,1.000000,0,1) + + + + 0 + + + + + -0 + 1.458268055555555 + 0.09722222222222222 + 0.4722222222222222 + 0.1944444444444444 + 0.2361111111111111 + 0.09722222222222222 + + + 0.4722222222222222 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.4722222222222222 + 0.1944444444444444 + + + 0.4722222222222222 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Watch + + + + -0 + 5.589170833333333 + 0.09722222222222222 + 0.5694444444444444 + 0.1944444444444444 + 0.2847222222222222 + 0.09722222222222222 + + + 0.5694444444444444 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.5694444444444452 + 0.1944444444444444 + + + 0.5694444444444452 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Binding + + + + + + -0 + 5.100416666666667 + 5.090277777777778 + 4.152222222222222 + 0.53125 + 2.076111111111111 + 0.265625 + + + 4.152222222222222 + 0.3923611111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.53125 + + + 4.152222222222223 + 0.53125 + + + 4.152222222222223 + 0 + + + 0 + 0 + + + 0 + 0.53125 + + + + 0 + + + 0.8304408127208467 + 0.53125 + 0 + + + 1.660888888888889 + 0.53125 + 0 + + + 2.491333333333333 + 0.53125 + 0 + + + 3.321781409501376 + 0.53125 + 0 + + + 4.152222222222223 + 0.4250006969833472 + 0 + + + 4.152222222222223 + 0.318750203164199 + 0 + + + 4.152222222222223 + 0.2125000000000002 + 0 + + + 4.152222222222223 + 0.1062495353444359 + 0 + + + 3.321781409501373 + 0 + 0 + + + 2.491333333333333 + 7.894919286223335e-16 + 0 + + + 1.660887300968135 + 7.894919286223335e-16 + 0 + + + 0.8304408127208498 + 0 + 0 + + + 3.947459643111667e-16 + 0.1062495353444359 + 0 + + + 0 + 0.2125000000000002 + 0 + + + 0 + 0.318750203164199 + 0 + + + 3.947459643111667e-16 + 0.4250006969833472 + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + /account -> AccountCntl; Account.html +/settings -> SettingsCntl; Settings.html + + + + -0 + 2.7276 + 4.0399375 + 3.068708333333333 + 1.328125 + 1.534354166666667 + 0.6640625 + + + 3.068708333333333 + 1.189236111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.328125 + + + 3.068708333333333 + 1.328125 + + + 3.068708333333333 + 0 + + + 0 + 0 + + + 0 + 1.328125 + + + + 0 + + + 0.6137389826339081 + 1.328125 + 0 + + + 1.227483333333333 + 1.328125 + 0 + + + 1.841225 + 1.328125 + 0 + + + 2.454969350699426 + 1.328125 + 0 + + + 3.068708333333333 + 1.062501742458367 + 0 + + + 3.068708333333333 + 0.796875 + 0 + + + 3.068708333333333 + 0.53125 + 0 + + + 3.068708333333333 + 0.2656232575416332 + 0 + + + 2.454969350699426 + 0 + 0 + + + 1.841225 + 0 + 0 + + + 1.227482159777249 + 0 + 0 + + + 0.6137389826339081 + 0 + 0 + + + 0 + 0.2656238383610885 + 0 + + + 0 + 0.53125 + 0 + + + 0 + 0.796875 + 0 + + + 0 + 1.062501742458367 + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $route { + current: { + template: 'Account.html', + scope: new AccountCntl() + } +} + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/guide/about_controller.graffle b/images/docs/guide/about_controller.graffle index a2b56ccaed71..10bcb7fa8a27 100644 --- a/images/docs/guide/about_controller.graffle +++ b/images/docs/guide/about_controller.graffle @@ -416,7 +416,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural -\f0\fs24 \cf0 Angular Scope} +\f0\fs24 \cf0 AngularJS Scope} VerticalPad 0 @@ -563,7 +563,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural -\f0\b\fs20 \cf0 Angular +\f0\b\fs20 \cf0 AngularJS \f1\i applies \f0\i0 controller function to scope object.} @@ -1050,7 +1050,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural -\f0\b\fs20 \cf0 Angular creates model as property on scope object.} +\f0\b\fs20 \cf0 AngularJS creates model as property on scope object.} diff --git a/images/docs/guide/about_controller.svg b/images/docs/guide/about_controller.svg new file mode 100644 index 000000000000..6b31d847d344 --- /dev/null +++ b/images/docs/guide/about_controller.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-05-12 20:34:05 +0000Canvas 1Layer 1MyController ScopeModel<html>Root Scope<input name="foo" >foo: "bar"Templateng:autobind</html>AngularJS creates model as property on scope object.Controllerfunction MyController(){ this.foo = 'bar'; this.save = function(){ //do something nice }}<body ng:controller= "MyController"></body>ng:controllerAngularJS applies controller function to scope object.Key:AngularJS Scope<...>DOM NodeScope Property Implicit Scope DeclarationController function diff --git a/images/docs/guide/about_controller.vdx b/images/docs/guide/about_controller.vdx new file mode 100644 index 000000000000..28d28ac431fa --- /dev/null +++ b/images/docs/guide/about_controller.vdx @@ -0,0 +1,3385 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 4.770833333333333 + 5.743055555555555 + 1.958333333333333 + 1.263888888888889 + 0.9791666666666666 + 0.6319444444444444 + + + 1.566666666666667 + 0.7458333333333332 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.671541291666667 + 1.078796152777778 + + + 1.671541291666667 + 0.185092736111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2867920416666665 + 0.185092736111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2867920416666665 + 1.078796152777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.671541291666667 + 1.078796152777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + MyController Scope + + + + -0 + 4.861111111111111 + 2.826388888888889 + 0.8888888888888888 + 0.25 + 0.4444444444444444 + 0.125 + + + 0.8888888888888888 + 0.1111111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #fdfffc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.25 + + + 0.8888888888888888 + 0.25 + + + 0.8888888888888888 + 0 + + + 0 + 0 + + + 0 + 0.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 0.625 + 7.145833333333333 + 0.6944444444444444 + 0.3472222222222222 + 0.3472222222222222 + 0.1736111111111111 + + + 0.6944444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3472222222222222 + + + 0.6944444444444444 + 0.3472222222222222 + + + 0.6944444444444444 + 0 + + + 0 + 0 + + + 0 + 0.3472222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <html> + + + + -0 + 4.770833333333333 + 7.138895833333333 + 1.888888888888889 + 0.7777638888888889 + 0.9444444444444444 + 0.3888819444444445 + + + 1.511111111111111 + 0.4055458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.612266777777778 + 0.6638627006527779 + + + 1.612266777777778 + 0.113901188236111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2766221111111109 + 0.113901188236111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2766221111111109 + 0.6638627006527779 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.612266777777778 + 0.6638627006527779 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + -0 + 2.399309194177038 + 7.138296224274305 + 2.840285074467145 + 0.01388888888888889 + 1.420142537233573 + 0.006944444444444444 + + + 0.979166656943466 + 7.14524066871875 + 3.81945173141061 + 7.14048771858647 + + + 4 + 0 + 2 + 0 + 2 + + + 2.840285074467145 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.973729821555834e-16 + 0.01388888888888889 + + + 2.840285074467145 + 0.009135938756610685 + + + + 0 + + + + + -0 + 1.083333333333333 + 4.878465277777778 + 1.361111111111111 + 0.7777638888888889 + 0.6805555555555556 + 0.3888819444444445 + + + 1.361111111111111 + 0.6388750000000001 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7777638888888893 + + + 1.361111111111111 + 0.7777638888888893 + + + 1.361111111111111 + 0 + + + 0 + 0 + + + 0 + 0.7777638888888893 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <input + name="foo" +> + + + + -0 + 4.798611111111111 + 5.486111111111111 + 1.180555555555556 + 0.2777777777777778 + 0.5902777777777778 + 0.1388888888888889 + + + 0.9444444444444444 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.1770833333333333 + 0.2777777777777778 + + + 1.003472222222222 + 0.2777777777777778 + + + 1.180555555555556 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.003472222222222 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.1770833333333333 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.1770833333333333 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + foo: "bar" + + + + -0 + 0.75 + 7.791666666666667 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 4.895833333333333 + 2.576388888888889 + 9.208333333333334 + 0.01388888888888889 + 4.604166666666667 + 0.006944444444444444 + + + 0.291666666666667 + 2.57291666666667 + 9.5 + 2.58333333333333 + + + 4 + 0 + 0 + 2 + 2 + + + 9.208333333333334 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.003472222222222222 + + + 9.208333333333334 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.055555555555556 + 2.826388888888889 + 1.055555555555556 + 0.25 + 0.5277777777777778 + 0.125 + + + 1.055555555555556 + 0.1111111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.25 + + + 1.055555555555556 + 0.25 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 2.111111111111111 + 7.229166666666667 + 1.111111111111111 + 0.1944444444444444 + 0.5555555555555556 + 0.09722222222222222 + + + 1.111111111111111 + 0.05555555555555555 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.111111111111111 + 0.1944444444444444 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:autobind + + + + -0 + 0.6597222222222222 + 3.604166666666667 + 0.7638888888888888 + 0.3472222222222222 + 0.3819444444444444 + 0.1736111111111111 + + + 0.7638888888888888 + 0.2083333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3472222222222222 + + + 0.7638888888888888 + 0.3472222222222222 + + + 0.7638888888888888 + 0 + + + 0 + 0 + + + 0 + 0.3472222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + </html> + + + + -0 + 3.007060580317007 + 5.193099248282845 + 2.472636612330005 + 0.4044104881154137 + 1.236318306165002 + 0.2022052440577069 + + + 1.770742274152 + 4.99089400422514 + 4.24337888648201 + 5.39530449234055 + + + 4 + 0 + 2 + 0 + 1 + + + 2.472636612330005 + 0.4044104881154137 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -1.973729821555834e-16 + 0 + + + 2.472636612330004 + 0.4044104881154137 + + + + 0 + + + + + -0 + 3 + 4.871541666666666 + 2.25 + 0.2777777777777778 + 1.125 + 0.1388888888888889 + + + 2.25 + 0.1388888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2777777777777778 + + + 2.25 + 0.2777777777777778 + + + 2.25 + 0 + + + 0 + 0 + + + 0 + 0.2777777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + AngularJS creates model as property on scope object. + + + + -0 + 7.930555555555555 + 2.826388888888889 + 1.111111111111111 + 0.25 + 0.5555555555555556 + 0.125 + + + 1.111111111111111 + 0.1111111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + #ff3636 + 0 + 0 + 0 + + + 1 + #fdfffc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.25 + + + 1.111111111111111 + 0.25 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Controller + + + + -0 + 7.927083333333333 + 6.875 + 2.270833333333333 + 1.055555555555556 + 1.135416666666667 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 2.270833333333333 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 1.118055555555556 + 0.5277777777777778 + 2.236111111111111 + 1.055555555555556 + 1.118055555555556 + 0.5277777777777778 + + + 2.236111111111111 + 0.9166666666666666 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.055555555555556 + + + 2.236111111111111 + 1.055555555555556 + + + 2.236111111111111 + 0 + + + 0 + 0 + + + 0 + 1.055555555555556 + + + + 0 + + + + + -0 + 1.180555555555556 + 0.5208333333333334 + 2.180555555555555 + 0.9166666666666666 + 1.090277777777778 + 0.4583333333333333 + + + 2.180555555555555 + 0.9166666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9166666666666666 + + + 2.180555555555555 + 0.9166666666666666 + + + 2.180555555555555 + 0 + + + 0 + 0 + + + 0 + 0.9166666666666666 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + function MyController(){ + this.foo = 'bar'; + this.save = function(){ + //do something nice + } +} + + + + + + -0 + 1.145833333333333 + 5.7430625 + 1.486111111111111 + 0.5972361111111111 + 0.7430555555555556 + 0.2986180555555555 + + + 1.486111111111111 + 0.4583472222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.597236111111111 + + + 1.486111111111111 + 0.597236111111111 + + + 1.486111111111111 + 0 + + + 0 + 0 + + + 0 + 0.597236111111111 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body + ng:controller= + "MyController"> + + + + -0 + 2.840277532987951 + 5.736116566435122 + 1.888888399309262 + 0.01388888888888889 + 0.9444441996546308 + 0.006944444444444444 + + + 1.89583333333332 + 5.74306101087957 + 3.78472173264258 + 5.74305726050315 + + + 4 + 0 + 2 + 0 + 1 + + + 1.888888399309262 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 1.888888399309262 + 0.01388513851247137 + + + + 0 + + + + + -0 + 4.777118890462012 + 6.562507026284124 + 0.01388888888888889 + 0.3611246482691095 + 0.006944444444444444 + 0.1805623241345548 + + + 4.77041238318541 + 6.38194470214957 + 4.77017444601757 + 6.74306935041868 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.3611246482691095 + -0 + + + 2 + + + 1 + 0.0138889 + #65ff5a + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.0002379371678442352 + 0 + + + 0 + 0.3611246482691095 + + + + 0 + + + + + -0 + 0.7847222222222222 + 4.159722222222222 + 0.7638888888888888 + 0.3472222222222222 + 0.3819444444444444 + 0.1736111111111111 + + + 0.7638888888888888 + 0.2083333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3472222222222222 + + + 0.7638888888888888 + 0.3472222222222222 + + + 0.7638888888888888 + 0 + + + 0 + 0 + + + 0 + 0.3472222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 2.819444444444445 + 5.833347222222222 + 1.277777777777778 + 0.1944444444444444 + 0.6388888888888888 + 0.09722222222222222 + + + 1.277777777777778 + 0.05555555555555555 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.277777777777778 + 0.1944444444444444 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:controller + + + + -0 + 7.940972222222222 + 6.868055555555555 + 0.0625 + 0.01388888888888889 + 0.03125 + 0.006944444444444444 + + + 7.97222222222222 + 6.86805555555556 + 7.90972222222222 + 6.875 + + + 4 + 0 + 2 + 0 + 1 + + + 0.0625 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.0625 + 0.006944444444444444 + + + 0 + 0.01388888888888889 + + + + 0 + + + + + -0 + 6.209440733299902 + 6.260272553706687 + 1.151390427476509 + 0.4162788936894306 + 0.5756952137382546 + 0.2081394468447153 + + + 6.78513594703816 + 6.4684120005514 + 5.63374551956165 + 6.05213310686197 + + + 4 + 0 + 2 + 0 + 1 + + + 1.151390427476509 + 0.4162788936894306 + -0 + + + 2 + + + 3 + 0.0138889 + 0 + 0 + 0 + 0 + 16 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.151390427476509 + 0.4162788936894306 + + + 0 + 0 + + + + 0 + + + + + -0 + 7.090277777777778 + 5.968763888888889 + 2.319444444444445 + 0.2777777777777778 + 1.159722222222222 + 0.1388888888888889 + + + 2.319444444444445 + 0.1388888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2777777777777778 + + + 2.319444444444445 + 0.2777777777777778 + + + 2.319444444444445 + 0 + + + 0 + 0 + + + 0 + 0.2777777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + AngularJS applies controller function to scope object. + + + + -0 + 4.861111111111111 + 1.701388888888889 + 6.222222222222222 + 1.402777777777778 + 3.111111111111111 + 0.7013888888888888 + + + 4 + 0 + 2 + 2 + 1 + + + 6.222222222222222 + 1.402777777777778 + -0 + + + 1 + + + 0 + + + + + -0 + 3.111111111111111 + 0.7013888888888888 + 6.222222222222222 + 1.402777777777778 + 3.111111111111111 + 0.7013888888888888 + + + 6.222222222222222 + 1.263888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.402777777777778 + + + 6.222222222222222 + 1.402777777777778 + + + 6.222222222222222 + 0 + + + 0 + 0 + + + 0 + 1.402777777777778 + + + + 0 + + + + + -0 + 0.3125 + 1.222222222222222 + 0.625 + 0.1944444444444444 + 0.3125 + 0.09722222222222222 + + + 0.625 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.625 + 0.1944444444444444 + + + 0.625 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Key: + + + + -0 + 1.770833333333333 + 0.7222222222222222 + 2.041666666666667 + 0.2777777777777778 + 1.020833333333333 + 0.1388888888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 2.041666666666667 + 0.2777777777777778 + -0 + + + 1 + + + 0 + + + + + -0 + 0.2777777777777778 + 0.1388888888888889 + 0.5555555555555556 + 0.2777777777777778 + 0.2777777777777778 + 0.1388888888888889 + + + 0.4444444444444444 + 0.05555555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.4741961111111112 + 0.2370980555555554 + + + 0.4741961111111112 + 0.04067972222222238 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.08135944444444437 + 0.04067972222222238 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.08135944444444437 + 0.2370980555555554 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.4741961111111112 + 0.2370980555555554 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.4375 + 0.1388888888888889 + 1.208333333333333 + 0.1944444444444444 + 0.6041666666666666 + 0.09722222222222222 + + + 1.208333333333333 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.208333333333333 + 0.1944444444444444 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + AngularJS Scope + + + + + + -0 + 1.694444444444444 + 1.180555555555556 + 1.888888888888889 + 0.2777777777777778 + 0.9444444444444444 + 0.1388888888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 1.888888888888889 + 0.2777777777777778 + -0 + + + 1 + + + 0 + + + + + -0 + 0.2777777777777778 + 0.1388888888888889 + 0.5555555555555556 + 0.2777777777777778 + 0.2777777777777778 + 0.1388888888888889 + + + 0.5555555555555556 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2777777777777778 + + + 0.5555555555555556 + 0.2777777777777778 + + + 0.5555555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2777777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <...> + + + + -0 + 1.361111111111111 + 0.1388888888888889 + 1.055555555555556 + 0.1944444444444444 + 0.5277777777777778 + 0.09722222222222222 + + + 1.055555555555556 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.055555555555556 + 0.1944444444444444 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DOM Node + + + + + + -0 + 1.736111111111111 + 0.2638888888888889 + 2.111111111111111 + 0.2777777777777778 + 1.055555555555556 + 0.1388888888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 2.111111111111111 + 0.2777777777777778 + -0 + + + 1 + + + 0 + + + + + -0 + 1.506944444444444 + 0.1388888888888889 + 1.208333333333333 + 0.1944444444444444 + 0.6041666666666666 + 0.09722222222222222 + + + 1.208333333333333 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.208333333333333 + 0.1944444444444444 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Property + + + + -0 + 0.3611111111111111 + 0.1388888888888889 + 0.7222222222222222 + 0.2777777777777778 + 0.3611111111111111 + 0.1388888888888889 + + + 0.5777777777777778 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.1083333333333335 + 0.2777777777777778 + + + 0.6138888888888887 + 0.2777777777777778 + + + 0.7222222222222222 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 0.6138888888888887 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.1083333333333335 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.1083333333333335 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + + + + + -0 + 4.763888888888889 + 0.7204604166666668 + 2.916666666666667 + 0.239634722222222 + 1.458333333333333 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.916666666666667 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3191944444444441 + 0.1076902777777775 + 0.6383888888888889 + 0.01388888888888889 + 0.3191944444444444 + 0.006944444444444444 + + + 0 + 0.114634722222222 + 0.638388888888889 + 0.114634722222222 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6383888888888889 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6383888888888889 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.823777777777778 + 0.119817361111111 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + + + -0 + 4.4375 + 1.180555555555556 + 2.263888888888889 + 0.2777777777777778 + 1.131944444444444 + 0.1388888888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 2.263888888888889 + 0.2777777777777778 + -0 + + + 1 + + + 0 + + + + + -0 + 1.583333333333333 + 0.1388888888888889 + 1.361111111111111 + 0.1944444444444444 + 0.6805555555555556 + 0.09722222222222222 + + + 1.361111111111111 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.361111111111111 + 0.1944444444444444 + + + 1.361111111111111 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Controller function + + + + -0 + 0.3611111111111111 + 0.1388888888888889 + 0.7222222222222222 + 0.2777777777777778 + 0.3611111111111111 + 0.1388888888888889 + + + 0.7222222222222222 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + #ff1c22 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2777777777777778 + + + 0.7222222222222222 + 0.2777777777777778 + + + 0.7222222222222222 + 0 + + + 0 + 0 + + + 0 + 0.2777777777777778 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/guide/about_model.graffle b/images/docs/guide/about_model.graffle index aae3ede892a0..891de2942834 100644 --- a/images/docs/guide/about_model.graffle +++ b/images/docs/guide/about_model.graffle @@ -88,7 +88,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural -\f0\b\fs20 \cf0 Angular creates model as property on scope object.} +\f0\b\fs20 \cf0 AngularJS creates model as property on scope object.} @@ -660,7 +660,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural -\f0\fs24 \cf0 Angular Scope} +\f0\fs24 \cf0 AngularJS Scope} VerticalPad 0 @@ -837,7 +837,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural -\f0\fs24 \cf0 Angular Scope Object} +\f0\fs24 \cf0 AngularJS Scope Object} TextPlacement 0 diff --git a/images/docs/guide/about_model.svg b/images/docs/guide/about_model.svg new file mode 100644 index 000000000000..57fa191603c6 --- /dev/null +++ b/images/docs/guide/about_model.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-05-12 18:22:24 +0000Canvas 1Layer 1Data Model<html>AngularJS Scope ObjectKey:AngularJS Scope<...>DOM Node<input name="foo" value="bar" >foo: "bar"Scope PropertyTemplateng:autobind Implicit Scope Declaration</html>AngularJS creates model as property on scope object. diff --git a/images/docs/guide/about_model.vdx b/images/docs/guide/about_model.vdx new file mode 100644 index 000000000000..224c3253051e --- /dev/null +++ b/images/docs/guide/about_model.vdx @@ -0,0 +1,2141 @@ + + + + 12 + 52 + + + 8 + 10.1806 + 0 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 5.826388888888889 + 6.826388888888889 + 1.263888888888889 + 0.25 + 0.6319444444444444 + 0.125 + + + 1.263888888888889 + 0.1111111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #fdfffc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.25 + + + 1.263888888888889 + 0.25 + + + 1.263888888888889 + 0 + + + 0 + 0 + + + 0 + 0.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Data Model + + + + -0 + 0.6388888888888888 + 9.215277777777779 + 0.6944444444444444 + 0.3472222222222222 + 0.3472222222222222 + 0.1736111111111111 + + + 0.6944444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3472222222222222 + + + 0.6944444444444444 + 0.3472222222222222 + + + 0.6944444444444444 + 0 + + + 0 + 0 + + + 0 + 0.3472222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <html> + + + + -0 + 5.777777777777778 + 9.201388888888889 + 1.888888888888889 + 1.430555555555556 + 0.9444444444444444 + 0.7152777777777778 + + + 1.511111111111111 + 0.8624999999999999 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.612266777777778 + 1.221054986111111 + + + 1.612266777777778 + 0.2095005694444444 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2766221111111109 + 0.2095005694444444 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2766221111111109 + 1.221054986111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.612266777777778 + 1.221054986111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + AngularJS Scope Object + + + + -0 + 2.90972498196501 + 9.207376402066966 + 3.833338903515798 + 0.01388888888888889 + 1.916669451757899 + 0.006944444444444444 + + + 0.993055530207111 + 9.21432084651141 + 4.82639443372291 + 9.20396345701335 + + + 4 + 0 + 2 + 0 + 2 + + + 3.833338903515798 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 3.833338903515798 + 0.003531499390823435 + + + + 0 + + + + + -0 + 3.493055555555555 + 5.517361111111111 + 3.652777777777778 + 1.784722222222222 + 1.826388888888889 + 0.8923611111111112 + + + 3.652777777777778 + 1.645833333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.784722222222222 + + + 3.652777777777778 + 1.784722222222222 + + + 3.652777777777778 + 0 + + + 0 + 0 + + + 0 + 1.784722222222222 + + + + 0 + + + + + -0 + 1.979166666666667 + 6.229166666666667 + 0.625 + 0.1944444444444444 + 0.3125 + 0.09722222222222222 + + + 0.625 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.625 + 0.1944444444444444 + + + 0.625 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Key: + + + + -0 + 3.4375 + 5.729166666666667 + 2.041666666666667 + 0.2777777777777778 + 1.020833333333333 + 0.1388888888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 2.041666666666667 + 0.2777777777777778 + -0 + + + 1 + + + 0 + + + + + -0 + 0.2777777777777778 + 0.1388888888888889 + 0.5555555555555556 + 0.2777777777777778 + 0.2777777777777778 + 0.1388888888888889 + + + 0.4444444444444444 + 0.05555555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.4741961111111112 + 0.2370980555555554 + + + 0.4741961111111112 + 0.04067972222222238 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.08135944444444437 + 0.04067972222222238 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.08135944444444437 + 0.2370980555555554 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.4741961111111112 + 0.2370980555555554 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.4375 + 0.1388888888888889 + 1.208333333333333 + 0.1944444444444444 + 0.6041666666666666 + 0.09722222222222222 + + + 1.208333333333333 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.208333333333333 + 0.1944444444444444 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + AngularJS Scope + + + + + + -0 + 3.361111111111111 + 6.1875 + 1.888888888888889 + 0.2777777777777778 + 0.9444444444444444 + 0.1388888888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 1.888888888888889 + 0.2777777777777778 + -0 + + + 1 + + + 0 + + + + + -0 + 0.2777777777777778 + 0.1388888888888889 + 0.5555555555555556 + 0.2777777777777778 + 0.2777777777777778 + 0.1388888888888889 + + + 0.5555555555555556 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2777777777777778 + + + 0.5555555555555556 + 0.2777777777777778 + + + 0.5555555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2777777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <...> + + + + -0 + 1.361111111111111 + 0.1388888888888889 + 1.055555555555556 + 0.1944444444444444 + 0.5277777777777778 + 0.09722222222222222 + + + 1.055555555555556 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.055555555555556 + 0.1944444444444444 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DOM Node + + + + + + -0 + 1.097222222222222 + 8.527770833333333 + 1.361111111111111 + 0.7777638888888889 + 0.6805555555555556 + 0.3888819444444445 + + + 1.361111111111111 + 0.6388750000000001 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7777638888888888 + + + 1.361111111111111 + 0.7777638888888888 + + + 1.361111111111111 + 0 + + + 0 + 0 + + + 0 + 0.7777638888888888 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <input + name="foo" + value="bar" > + + + + -0 + 5.881944444444445 + 8.850694444444445 + 1.180555555555556 + 0.2777777777777778 + 0.5902777777777778 + 0.1388888888888889 + + + 0.9444444444444444 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.1770833333333333 + 0.2777777777777778 + + + 1.003472222222222 + 0.2777777777777778 + + + 1.180555555555556 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.003472222222222 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.1770833333333333 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.1770833333333333 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + foo: "bar" + + + + -0 + 0.75 + 10.09722222222222 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 3.402777777777778 + 5.270833333333333 + 2.111111111111111 + 0.2777777777777778 + 1.055555555555556 + 0.1388888888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 2.111111111111111 + 0.2777777777777778 + -0 + + + 1 + + + 0 + + + + + -0 + 1.506944444444444 + 0.1388888888888889 + 1.208333333333333 + 0.1944444444444444 + 0.6041666666666666 + 0.09722222222222222 + + + 1.208333333333333 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.208333333333333 + 0.1944444444444444 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Property + + + + -0 + 0.3611111111111111 + 0.1388888888888889 + 0.7222222222222222 + 0.2777777777777778 + 0.3611111111111111 + 0.1388888888888889 + + + 0.5777777777777778 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.1083333333333335 + 0.2777777777777778 + + + 0.6138888888888887 + 0.2777777777777778 + + + 0.7222222222222222 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 0.6138888888888887 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.1083333333333335 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.1083333333333335 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + + + + + -0 + 3.506944444444445 + 6.592013888888889 + 6.430555555555555 + 0.03819444444444445 + 3.215277777777778 + 0.01909722222222222 + + + 0.291666666666667 + 6.57291666666667 + 6.72222222222222 + 6.61111111111111 + + + 4 + 0 + 0 + 2 + 2 + + + 6.430555555555555 + 0.03819444444444445 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 6.430555555555555 + 0.03819444444444445 + + + + 0 + + + + + -0 + 1.083333333333333 + 6.826388888888889 + 1.055555555555556 + 0.25 + 0.5277777777777778 + 0.125 + + + 1.055555555555556 + 0.1111111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.25 + + + 1.055555555555556 + 0.25 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 2.111111111111111 + 9.298611111111111 + 1.111111111111111 + 0.1944444444444444 + 0.5555555555555556 + 0.09722222222222222 + + + 1.111111111111111 + 0.05555555555555555 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.111111111111111 + 0.1944444444444444 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:autobind + + + + -0 + 3.861111111111111 + 4.838515972222222 + 2.916666666666667 + 0.239634722222222 + 1.458333333333333 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.916666666666667 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3191944444444444 + 0.1076902777777775 + 0.6383888888888889 + 0.01388888888888889 + 0.3191944444444444 + 0.006944444444444444 + + + 0 + 0.114634722222222 + 0.638388888888889 + 0.114634722222222 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6383888888888889 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6383888888888889 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.823777777777778 + 0.119817361111111 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + + + -0 + 0.6736111111111112 + 7.770833333333333 + 0.7638888888888888 + 0.3472222222222222 + 0.3819444444444444 + 0.1736111111111111 + + + 0.7638888888888888 + 0.2083333333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3472222222222222 + + + 0.7638888888888888 + 0.3472222222222222 + + + 0.7638888888888888 + 0 + + + 0 + 0 + + + 0 + 0.3472222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + </html> + + + + -0 + 3.538329638758999 + 8.692526593225228 + 3.507246358742144 + 0.2367118444064326 + 1.753623179371072 + 0.1183559222032163 + + + 1.78470645938793 + 8.57417067102201 + 5.29195281813007 + 8.81088251542844 + + + 4 + 0 + 2 + 0 + 1 + + + 3.507246358742144 + 0.2367118444064326 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0 + + + 3.507246358742145 + 0.2367118444064326 + + + + 0 + + + + + -0 + 3.208333333333333 + 8.423611111111111 + 2.25 + 0.2777777777777778 + 1.125 + 0.1388888888888889 + + + 2.25 + 0.1388888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2777777777777778 + + + 2.25 + 0.2777777777777778 + + + 2.25 + 0 + + + 0 + 0 + + + 0 + 0.2777777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + AngularJS creates model as property on scope object. + + + + + + + + + + + + + 1 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/guide/about_view.graffle/QuickLook/Preview.pdf b/images/docs/guide/about_view.graffle/QuickLook/Preview.pdf deleted file mode 100644 index a4fcacbc5437..000000000000 Binary files a/images/docs/guide/about_view.graffle/QuickLook/Preview.pdf and /dev/null differ diff --git a/images/docs/guide/about_view.graffle/QuickLook/Thumbnail.tiff b/images/docs/guide/about_view.graffle/QuickLook/Thumbnail.tiff deleted file mode 100644 index b84dfab7fbe9..000000000000 Binary files a/images/docs/guide/about_view.graffle/QuickLook/Thumbnail.tiff and /dev/null differ diff --git a/images/docs/guide/about_view.graffle/data.plist b/images/docs/guide/about_view.graffle/data.plist deleted file mode 100644 index f4ab25943322..000000000000 --- a/images/docs/guide/about_view.graffle/data.plist +++ /dev/null @@ -1,1450 +0,0 @@ - - - - - ActiveLayerIndex - 0 - ApplicationVersion - - com.omnigroup.OmniGrafflePro - 138.17.0.133677 - - AutoAdjust - - BackgroundGraphic - - Bounds - {{0, 0}, {756, 553}} - Class - SolidGraphic - ID - 2 - Style - - shadow - - Draws - NO - - stroke - - Draws - NO - - - - CanvasOrigin - {0, 0} - ColumnAlign - 1 - ColumnSpacing - 36 - CreationDate - 2011-03-07 13:25:43 -0800 - Creator - Kenneth Culp - DisplayScale - 1 0/72 in = 1.0000 in - GraphDocumentVersion - 6 - GraphicsList - - - Bounds - {{494, 325}, {216, 136}} - Class - ShapedGraphic - ID - 654 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Draws - NO - - - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural - -\f0\fs24 \cf0 Angular sets up two-way data-binding between the value of the property "foo" in the FooCtrl scope, and the input text box in the View. \ -\ -The value for the button is projected from the property "buttonText" in the FooCtrl scope to the button in the view.} - - TextPlacement - 0 - - - Bounds - {{523, 221}, {168, 20}} - Class - ShapedGraphic - ID - 653 - Shape - RoundRect - Style - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\fs24 \cf0 buttonText: "Click me!"} - - - - Bounds - {{265, 345.5}, {175, 111}} - Class - ShapedGraphic - ID - 652 - ImageID - 3 - Shape - Rectangle - Style - - fill - - Draws - NO - - shadow - - Draws - NO - - stroke - - Draws - NO - - - - - Bounds - {{530, 199}, {156, 18}} - Class - ShapedGraphic - ID - 651 - Shape - RoundRect - Style - - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural - -\f0\fs24 \cf0 changeFoo: Function} - - - - Class - LineGraphic - Head - - ID - 647 - - ID - 645 - Points - - {360.628, 300.478} - {360.111, 332.5} - - Style - - stroke - - GapRatio - 0.5 - HeadArrow - FilledArrow - TailArrow - 0 - Width - 4 - - - Tail - - ID - 635 - - - - Bounds - {{253, 338}, {213, 123}} - Class - ShapedGraphic - ID - 649 - Shape - Rectangle - Style - - fill - - Color - - b - 0.987952 - g - 1 - r - 0.993976 - - - stroke - - Color - - b - 1 - g - 0.199263 - r - 0.167696 - - - - - - Bounds - {{18, 325}, {216, 109}} - Class - ShapedGraphic - ID - 633 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Draws - NO - - - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural - -\f0\fs24 \cf0 To generate the View, angular gathers information from the Template; applies Controller functions to associated Scope objects; links Model properties to the associated Scope objects; then generates a transformed DOM, which is rendered in the browser. } - - TextPlacement - 0 - - - Class - LineGraphic - Head - - ID - 626 - - ID - 632 - Points - - {440.25, 174.747} - {511.248, 189.687} - - Style - - stroke - - HeadArrow - Arrow - Pattern - 2 - TailArrow - 0 - - - Tail - - ID - 621 - - - - Class - LineGraphic - Head - - ID - 622 - - ID - 631 - Points - - {137.5, 144.026} - {245.75, 144.081} - - Style - - stroke - - HeadArrow - FilledArrow - Pattern - 1 - TailArrow - 0 - - - Tail - - ID - 423 - - - - Class - LineGraphic - Head - - ID - 6 - - ID - 630 - Points - - {606.613, 144.5} - {606.666, 114.5} - - Style - - stroke - - Color - - b - 0.592521 - g - 1 - r - 0.367593 - - HeadArrow - FilledArrow - TailArrow - 0 - - - Tail - - ID - 626 - - - - Bounds - {{445.5, 121.5}, {107, 51}} - Class - ShapedGraphic - FontInfo - - Font - CourierNewPS-BoldMT - Size - 10 - - ID - 629 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Draws - NO - - - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;\f1\fmodern\fcharset0 CourierNewPS-BoldItalicMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural - -\f0\b\fs20 \cf0 Angular -\f1\i applies -\f0\i0 controller function to scope object.} - - - - Bounds - {{332, 468}, {55, 18}} - Class - ShapedGraphic - ID - 627 - Shape - Rectangle - Style - - fill - - Color - - b - 0.987952 - g - 1 - r - 0.993976 - - - stroke - - Color - - b - 1 - g - 0.199263 - r - 0.167696 - - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\fs28 \cf0 View} - - - - Bounds - {{142, 131.999}, {92, 14}} - Class - ShapedGraphic - FontInfo - - Font - CourierNewPS-BoldMT - Size - 10 - - ID - 616 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Draws - NO - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\b\fs20 \cf0 ng:controller} - - - - Bounds - {{30, 122.498}, {107, 43.001}} - Class - ShapedGraphic - FontInfo - - Color - - b - 0 - g - 0 - r - 0 - - Font - CourierNewPS-BoldMT - Size - 10 - - ID - 423 - Shape - Rectangle - Style - - fill - - Color - - b - 0.210455 - g - 1 - r - 0.960072 - - FillType - 2 - GradientAngle - 90 - - - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural - -\f0\b\fs20 \cf0 <body \ - ng:controller=\ - "FooCtrl">} - - - - Bounds - {{291, 16.0005}, {93, 18}} - Class - ShapedGraphic - ID - 623 - Shape - Rectangle - Style - - fill - - Color - - b - 0.987952 - g - 1 - r - 0.993976 - - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\fs28 \cf0 Controller} - - - - Class - Group - Graphics - - - Bounds - {{253.963, 99.2948}, {186.287, 111.704}} - Class - ShapedGraphic - FontInfo - - Font - CourierNewPSMT - Size - 12 - - ID - 621 - Shape - Rectangle - Style - - fill - - Draws - NO - - shadow - - Draws - NO - - stroke - - Color - - b - 0.106368 - g - 0.0473807 - r - 1 - - Draws - NO - - - Text - - Align - 0 - Pad - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural - -\f0\b\fs20 \cf0 function FooCtrl() \{\ - var scope=this;\ -\ - scope.buttonText="Click me!";\ - scope.changeFoo=function() \{\ - scope.foo="baz";\ - \}\ -\}\ -} - VerticalPad - 0 - - TextPlacement - 0 - - - Bounds - {{246.25, 94.9986}, {191.034, 98.1094}} - Class - ShapedGraphic - ID - 622 - Shape - Rectangle - Style - - stroke - - Color - - b - 0.106368 - g - 0.0473807 - r - 1 - - - - TextPlacement - 0 - - - ID - 620 - - - Bounds - {{247, 229}, {181, 20}} - Class - ShapedGraphic - FontInfo - - Font - CourierNewPS-BoldMT - Size - 10 - - ID - 609 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Draws - NO - - - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural - -\f0\b\fs20 \cf0 Angular creates the model as properties on scope objects} - - - - AllowToConnect - - Class - LineGraphic - Head - - ID - 67 - - ID - 608 - Points - - {181, 254} - {564, 254} - - Style - - stroke - - HeadArrow - FilledArrow - TailArrow - 0 - - - - - Bounds - {{84, 69.7498}, {151, 14}} - Class - ShapedGraphic - FontInfo - - Font - CourierNewPS-BoldMT - Size - 10 - - ID - 108 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Draws - NO - - - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural - -\f0\b\fs20 \cf0 ng:autobind implicitly creates a root scope} - - - - Bounds - {{85, 16.0005}, {76, 18}} - Class - ShapedGraphic - FontInfo - - Font - Helvetica - Size - 12 - - ID - 107 - Shape - Rectangle - Style - - fill - - Color - - b - 0.184718 - g - 0.972751 - r - 1 - - FillType - 2 - GradientAngle - 90 - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\fs28 \cf0 Template} - - - - Bounds - {{564.5, 244}, {85, 20}} - Class - ShapedGraphic - ID - 67 - Shape - RoundRect - Style - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\fs24 \cf0 foo: "bar"} - - - - Bounds - {{30, 184}, {151, 104}} - Class - ShapedGraphic - FontInfo - - Font - CourierNewPS-BoldMT - Size - 10 - - ID - 55 - Shape - Rectangle - Style - - fill - - Color - - b - 0.210455 - g - 1 - r - 0.960072 - - FillType - 2 - GradientAngle - 90 - - - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural - -\f0\b\fs20 \cf0 Foo: \ -<input name="foo"\ - value="bar" >\ -\ -<button ng:click=\ - "changeFoo()"> \ - \{\{buttonText\}\}\ -</button>\ -...} - - TextPlacement - 0 - - - Class - LineGraphic - Head - - ID - 6 - - ID - 9 - Points - - {75.5, 88.5} - {538.5, 88.5} - - Style - - stroke - - HeadArrow - FilledArrow - LineType - 1 - Pattern - 1 - TailArrow - 0 - - - Tail - - ID - 4 - - - - Bounds - {{539, 63}, {136, 51}} - Class - ShapedGraphic - ID - 6 - Shape - Circle - Style - - fill - - FillType - 2 - GradientAngle - 90 - MiddleColor - - b - 0.588235 - g - 0.917647 - r - 0.568627 - - TrippleBlend - YES - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\fs24 \cf0 Root Scope} - - TextPlacement - 0 - - - Bounds - {{25, 76}, {50, 25}} - Class - ShapedGraphic - ID - 4 - Shape - Rectangle - Style - - fill - - Color - - b - 0.184718 - g - 0.972751 - r - 1 - - FillType - 2 - GradientAngle - 90 - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\fs24 \cf0 <html>} - - - - Bounds - {{546, 16.0005}, {55, 18}} - Class - ShapedGraphic - ID - 105 - Shape - Rectangle - Style - - fill - - Color - - b - 0.987952 - g - 1 - r - 0.993976 - - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\fs28 \cf0 Model} - - - - Bounds - {{507, 145}, {199, 129}} - Class - ShapedGraphic - ID - 626 - Shape - Circle - Style - - fill - - FillType - 2 - GradientAngle - 90 - MiddleColor - - b - 0.588235 - g - 0.917647 - r - 0.568627 - - TrippleBlend - YES - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural - -\f0\fs24 \cf0 FooCtrl Scope} - - TextPlacement - 0 - - - Bounds - {{240, 12}, {202, 281}} - Class - ShapedGraphic - ID - 641 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Color - - b - 0.108711 - g - 0.0733336 - r - 1 - - - - - - Bounds - {{19, 12}, {216, 281}} - Class - ShapedGraphic - ID - 642 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Color - - b - 0.367593 - g - 0.908725 - r - 1 - - - - - - Bounds - {{452, 12.2512}, {258, 280.749}} - Class - ShapedGraphic - ID - 639 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Color - - b - 0.539514 - g - 1 - r - 0.463993 - - - - - - Bounds - {{245, 333}, {229, 162}} - Class - ShapedGraphic - ID - 647 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Color - - b - 1 - g - 0.220862 - r - 0.208142 - - - - - - Bounds - {{10, 7}, {706, 292.978}} - Class - ShapedGraphic - ID - 635 - Shape - Rectangle - Style - - fill - - Draws - NO - - stroke - - Pattern - 12 - - - - - GridInfo - - GuidesLocked - NO - GuidesVisible - YES - HPages - 1 - ImageCounter - 4 - ImageLinkBack - - - - ImageList - - image3.png - - KeepToScale - - Layers - - - Lock - NO - Name - Layer 1 - Print - YES - View - YES - - - LayoutInfo - - Animate - NO - circoMinDist - 18 - circoSeparation - 0.0 - layoutEngine - dot - neatoSeparation - 0.0 - twopiSeparation - 0.0 - - LinksVisible - NO - MagnetsVisible - NO - MasterSheets - - ModificationDate - 2011-05-16 12:07:46 -0700 - Modifier - Kenneth Culp - NotesVisible - NO - Orientation - 2 - OriginVisible - NO - PageBreaks - YES - PrintInfo - - NSBottomMargin - - float - 41 - - NSLeftMargin - - float - 18 - - NSOrientation - - int - 1 - - NSPaperSize - - size - {792, 612} - - NSRightMargin - - float - 18 - - NSTopMargin - - float - 18 - - - PrintOnePage - - ReadOnly - NO - RowAlign - 1 - RowSpacing - 36 - SheetTitle - Canvas 1 - SmartAlignmentGuidesActive - YES - SmartDistanceGuidesActive - YES - UniqueID - 1 - UseEntirePage - - VPages - 1 - WindowInfo - - CurrentSheet - 0 - ExpandedCanvases - - - name - Canvas 1 - - - Frame - {{72, 56}, {1286, 822}} - ListView - - OutlineWidth - 142 - RightSidebar - - ShowRuler - - Sidebar - - SidebarWidth - 120 - VisibleRegion - {{-198, -57}, {1151, 668}} - Zoom - 1 - ZoomValues - - - Canvas 1 - 1 - 1 - - - - saveQuickLookFiles - YES - - diff --git a/images/docs/guide/about_view.graffle/image3.png b/images/docs/guide/about_view.graffle/image3.png deleted file mode 100644 index 967fc74b8fd4..000000000000 Binary files a/images/docs/guide/about_view.graffle/image3.png and /dev/null differ diff --git a/images/docs/guide/concepts.graffle/data.plist b/images/docs/guide/concepts.graffle/data.plist index 6d41005dd0ce..c85cef543fb3 100644 --- a/images/docs/guide/concepts.graffle/data.plist +++ b/images/docs/guide/concepts.graffle/data.plist @@ -4,15 +4,15 @@ ApplicationVersion - com.omnigroup.OmniGrafflePro - 139.7.0.167456 + com.omnigroup.OmniGraffle6 + 169.10.0.256984 CreationDate 2012-05-29 17:45:34 +0000 Creator Miško Hevery GraphDocumentVersion - 8 + 12 GuidesLocked NO GuidesVisible @@ -38,9 +38,9 @@ MasterSheets ModificationDate - 2012-06-11 17:32:17 +0000 + 2016-04-12 13:16:07 +0000 Modifier - Miško Hevery + Peter Bacon Darwin NotesVisible NO OriginVisible @@ -56,8 +56,8 @@ NSHorizonalPagination - int - 0 + coded + BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFxlwCG NSLeftMargin @@ -69,6 +69,11 @@ coded BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFxlwGG + NSPaperName + + string + Letter + NSPaperSize size @@ -76,8 +81,8 @@ NSPrintReverseOrientation - int - 0 + coded + BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFxlwCG NSRightMargin @@ -109,11 +114,6 @@ 2 Style - shadow - - Draws - NO - stroke Draws @@ -130,12 +130,12 @@ ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1 in GraphicsList Bounds - {{221.69553292493575, 254.59980377079998}, {97, 52}} + {{221.69553532412343, 254.59980377409337}, {97, 52}} Class ShapedGraphic FitText @@ -144,11 +144,6 @@ Resize FontInfo - Color - - w - 0 - Font Helvetica Size @@ -165,8 +160,6 @@ RotationType 0 - Shape - Rectangle Style shadow @@ -183,10 +176,10 @@ Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 $compile\ (dom)\ @@ -214,12 +207,17 @@ 35 Points - {364.53793711326313, 239.04748078080075} + {364.53793711114372, 239.04748078360805} {340.66665999999998, 270.66665999999998} - {188.91623647527561, 280.41775098274513} + {188.91623646580976, 280.41775098335341} Style + shadow + + Draws + NO + stroke Bezier @@ -259,12 +257,17 @@ 34 Points - {288.65527031476449, 239.07689253799415} + {288.65527031845579, 239.07689252958053} {273.33334000000002, 274} - {188.91609530011533, 280.1261397624009} + {188.91609529238423, 280.12613976296188} Style + shadow + + Draws + NO + stroke Bezier @@ -297,11 +300,16 @@ 24 Points - {153.83330908590099, 162.25000499043261} - {153.83330228580456, 256.42209000956734} + {153.83330228580456, 162.25000499999996} + {153.83330228580456, 256.42209000000003} Style + shadow + + Draws + NO + stroke HeadArrow @@ -325,8 +333,6 @@ ShapedGraphic ID 23 - Shape - Rectangle Style shadow @@ -343,10 +349,10 @@ Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Dynamic DOM\ (view)} @@ -364,11 +370,16 @@ 22 Points - {358.07618879185003, 200.71230346513886} - {366.25730425448791, 213.96852058039727} + {358.07606909128458, 200.71230438097462} + {366.25705807206185, 213.96852245407561} Style + shadow + + Draws + NO + stroke HeadArrow @@ -397,11 +408,16 @@ 21 Points - {332.06290829918157, 200.64052389599567} - {312.43700525430683, 214.04030216562518} + {332.06296289857096, 200.64052418715318} + {312.43711851484517, 214.04030276200604} Style + shadow + + Draws + NO + stroke HeadArrow @@ -425,8 +441,6 @@ ShapedGraphic ID 20 - Shape - Rectangle Style shadow @@ -443,10 +457,10 @@ Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 $compile} @@ -458,8 +472,6 @@ ShapedGraphic ID 19 - Shape - Rectangle Style shadow @@ -476,10 +488,10 @@ Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 $rootScope} @@ -496,11 +508,16 @@ 18 Points - {350.33331838087867, 155.24999700731124} - {350.33332384389229, 175.58286999268989} + {350.33332384389229, 155.24999700000004} + {350.33332384389229, 175.58287000000001} Style + shadow + + Draws + NO + stroke HeadArrow @@ -524,8 +541,6 @@ ShapedGraphic ID 17 - Shape - Rectangle Style shadow @@ -542,10 +557,10 @@ Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 $injector} @@ -557,8 +572,6 @@ ShapedGraphic ID 16 - Shape - Rectangle Style shadow @@ -575,17 +588,17 @@ Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs24 \cf0 ng-app="module"} Bounds - {{199.6730604614838, 109.66665631417833}, {53, 66}} + {{199.67306132920183, 109.66665530478484}, {53, 66}} Class ShapedGraphic FitText @@ -594,11 +607,6 @@ Resize FontInfo - Color - - w - 0 - Font Helvetica Size @@ -615,8 +623,6 @@ RotationType 0 - Shape - Rectangle Style fill @@ -624,13 +630,13 @@ Color a - 0.76 + 0.76000000000000001 b - 1 + 1 g - 1 + 1 r - 1 + 1 shadow @@ -647,10 +653,10 @@ Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 DOM \ Content\ @@ -672,11 +678,16 @@ Event} 14 Points - {188.91676100580287, 142.66665692489823} - {287.7499999941972, 142.66665530478485} + {188.91676100000001, 142.66665530478485} + {287.75, 142.66665530478485} Style + shadow + + Draws + NO + stroke HeadArrow @@ -705,11 +716,16 @@ Event} 13 Points - {153.83331176536166, 71.583305005698406} - {153.8333108050544, 123.08330999426786} + {153.8333108050544, 71.583304999999996} + {153.8333108050544, 123.08331} Style + shadow + + Draws + NO + stroke HeadArrow @@ -733,8 +749,6 @@ Event} ShapedGraphic ID 11 - Shape - Rectangle Style shadow @@ -751,10 +765,10 @@ Event} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Static\ DOM} @@ -767,8 +781,6 @@ DOM} ShapedGraphic ID 10 - Shape - Rectangle Style shadow @@ -785,10 +797,10 @@ DOM} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 HTML} @@ -800,8 +812,6 @@ DOM} ShapedGraphic ID 12 - Shape - Rectangle Style fill @@ -809,11 +819,11 @@ DOM} Color b - 0.776995 + 0.77699499999999999 g - 0.949519 + 0.949519 r - 0.95338 + 0.95338000000000001 shadow @@ -836,10 +846,10 @@ DOM} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 AngularJS} @@ -848,7 +858,7 @@ DOM} Bounds - {{100.16663599848334, 89.151024247068506}, {107.33334000000001, 231.71102999999999}} + {{100.16663228580455, 89.151022602992413}, {107.33334000000001, 231.71102999999999}} Class ShapedGraphic ID @@ -862,8 +872,6 @@ DOM} RotationType 0 - Shape - Rectangle Style fill @@ -871,11 +879,11 @@ DOM} Color b - 0.939956 + 0.93995600000000001 g - 0.885521 + 0.885521 r - 0.800826 + 0.80082600000000004 shadow @@ -898,10 +906,10 @@ DOM} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Browser} @@ -938,6 +946,8 @@ DOM} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -973,11 +983,6 @@ DOM} 2 Style - shadow - - Draws - NO - stroke Draws @@ -994,7 +999,7 @@ DOM} ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1 in GraphicsList @@ -1010,10 +1015,15 @@ DOM} Points {354.68187999999998, 312.77929999999998} - {207.5833087461817, 311.9229422749425} + {207.5833087636434, 311.92294227504414} Style + shadow + + Draws + NO + stroke HeadArrow @@ -1050,11 +1060,16 @@ DOM} 79 Points - {163.66665649999999, 273.75057998883068} - {163.66665649999999, 208.66666900000001} + {163.66665649999999, 273.75058000000001} + {163.66665649999999, 208.91666900000004} Style + shadow + + Draws + NO + stroke HeadArrow @@ -1087,11 +1102,16 @@ DOM} 78 Points - {207.58331300288879, 170.9999749003693} + {207.58331299999969, 170.9999749003693} {255.4427, 171.00005154608402} Style + shadow + + Draws + NO + stroke HeadArrow @@ -1123,8 +1143,6 @@ DOM} Resize ID 77 - Shape - Rectangle Style fill @@ -1132,13 +1150,13 @@ DOM} Color a - 0.58 + 0.57999999999999996 b - 1 + 1 g - 1 + 1 r - 1 + 1 shadow @@ -1157,17 +1175,17 @@ DOM} Text Pad - 10 + 10 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs36 \cf0 Event\ Loop} VerticalPad - 10 + 10 Wrap NO @@ -1184,11 +1202,16 @@ Loop} 76 Points - {328.4427, 171.00005270188248} - {365.88547, 170.99999392379385} + {328.4427, 171.00005223162631} + {365.88547, 170.9999929711351} Style + shadow + + Draws + NO + stroke HeadArrow @@ -1226,6 +1249,11 @@ Loop} Style + shadow + + Draws + NO + stroke HeadArrow @@ -1257,8 +1285,6 @@ Loop} Resize ID 74 - Shape - Rectangle Style fill @@ -1282,16 +1308,16 @@ Loop} Align 3 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier-Bold;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qj +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qj\partightenfactor0 \f0\b\fs24 \cf0 $apply(fn)} VerticalPad - 0 + 0.0 Wrap NO @@ -1307,8 +1333,6 @@ Loop} Resize ID 73 - Shape - Rectangle Style fill @@ -1332,16 +1356,16 @@ Loop} Align 3 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier-Bold;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qj +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qj\partightenfactor0 \f0\b\fs24 \cf0 fn()} VerticalPad - 0 + 0.0 Wrap NO @@ -1357,8 +1381,6 @@ Loop} Resize ID 70 - Shape - Rectangle Style fill @@ -1380,18 +1402,18 @@ Loop} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;\f1\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 $digest \f1 \ loop} VerticalPad - 0 + 0.0 Wrap NO @@ -1423,6 +1445,11 @@ loop} Style + shadow + + Draws + NO + stroke Bezier @@ -1474,6 +1501,11 @@ loop} Style + shadow + + Draws + NO + stroke Bezier @@ -1510,8 +1542,6 @@ loop} ShapedGraphic ID 66 - Shape - Rectangle Style fill @@ -1533,18 +1563,18 @@ loop} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;\f1\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs22 \cf0 $watch \f1 \ list} VerticalPad - 0 + 0.0 Wrap NO @@ -1575,6 +1605,11 @@ list} Style + shadow + + Draws + NO + stroke Bezier @@ -1606,8 +1641,6 @@ list} ShapedGraphic ID 63 - Shape - Rectangle Style fill @@ -1629,19 +1662,19 @@ list} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;\f1\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs20 \cf0 $eval\ Async \f1 \ queue} VerticalPad - 0 + 0.0 Wrap NO @@ -1672,6 +1705,11 @@ queue} Style + shadow + + Draws + NO + stroke Bezier @@ -1698,8 +1736,6 @@ queue} ShapedGraphic ID 49 - Shape - Rectangle Style fill @@ -1707,13 +1743,13 @@ queue} Color a - 0.6 + 0.59999999999999998 b - 0.357967 + 0.35796699999999998 g - 0.912217 + 0.91221699999999994 r - 0.971191 + 0.97119100000000003 shadow @@ -1736,10 +1772,10 @@ queue} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 DOM Render} @@ -1753,8 +1789,6 @@ queue} ShapedGraphic ID 12 - Shape - Rectangle Style fill @@ -1762,13 +1796,13 @@ queue} Color a - 0.6 + 0.59999999999999998 b - 0.357967 + 0.35796699999999998 g - 0.912217 + 0.91221699999999994 r - 0.971191 + 0.97119100000000003 shadow @@ -1791,10 +1825,10 @@ queue} Align 3 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qj +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qj\partightenfactor0 \f0\b\fs24 \cf0 AngularJS\ } @@ -1824,8 +1858,6 @@ queue} {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -1833,13 +1865,13 @@ queue} Color a - 0.6 + 0.59999999999999998 b - 0.357967 + 0.35796699999999998 g - 0.912217 + 0.91221699999999994 r - 0.971191 + 0.97119100000000003 shadow @@ -1862,13 +1894,13 @@ queue} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Event Queue\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \cf0 \ (wait)} @@ -1882,8 +1914,6 @@ queue} ShapedGraphic ID 26 - Shape - Rectangle Style fill @@ -1891,11 +1921,11 @@ queue} Color b - 0.924687 + 0.92468700000000004 g - 0.924896 + 0.92489600000000005 r - 0.924755 + 0.92475499999999999 shadow @@ -1918,10 +1948,10 @@ queue} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Native} @@ -1935,8 +1965,6 @@ queue} ShapedGraphic ID 72 - Shape - Rectangle Style fill @@ -1944,11 +1972,11 @@ queue} Color b - 0.939956 + 0.93995600000000001 g - 0.885521 + 0.885521 r - 0.800826 + 0.80082600000000004 shadow @@ -1971,10 +1999,10 @@ queue} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 JavaScript} @@ -2011,6 +2039,8 @@ queue} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -2046,11 +2076,6 @@ queue} 2 Style - shadow - - Draws - NO - stroke Draws @@ -2067,7 +2092,7 @@ queue} ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1 in GraphicsList @@ -2095,8 +2120,6 @@ queue} 15 Layer 0 - Shape - Rectangle Style fill @@ -2104,13 +2127,13 @@ queue} Color a - 0.1 + 0.10000000000000001 b - 0 + 0.0 g - 0 + 0.0 r - 0.501961 + 0.50196099999999999 shadow @@ -2129,11 +2152,11 @@ queue} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2142,15 +2165,15 @@ queue} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $scope\ -name='Wold'} +name='World'} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2180,8 +2203,6 @@ name='Wold'} 12 Layer 0 - Shape - Rectangle Style fill @@ -2189,13 +2210,13 @@ name='Wold'} Color a - 0.1 + 0.10000000000000001 b - 0 + 0.0 g - 0 + 0.0 r - 0.501961 + 0.50196099999999999 shadow @@ -2214,11 +2235,11 @@ name='Wold'} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2227,15 +2248,15 @@ name='Wold'} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $scope\ name='Misko'} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2265,8 +2286,6 @@ name='Misko'} 11 Layer 0 - Shape - Rectangle Style fill @@ -2274,13 +2293,13 @@ name='Misko'} Color a - 0.1 + 0.10000000000000001 b - 0 + 0.0 g - 0 + 0.0 r - 0.501961 + 0.50196099999999999 shadow @@ -2299,11 +2318,11 @@ name='Misko'} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2312,15 +2331,15 @@ name='Misko'} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $scope\ name='Igor'} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2350,8 +2369,6 @@ name='Igor'} 10 Layer 0 - Shape - Rectangle Style fill @@ -2359,13 +2376,13 @@ name='Igor'} Color a - 0.1 + 0.10000000000000001 b - 0 + 0.0 g - 0 + 0.0 r - 0.501961 + 0.50196099999999999 shadow @@ -2384,11 +2401,11 @@ name='Igor'} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2397,15 +2414,15 @@ name='Igor'} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $scope\ name='Vojta'} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2435,8 +2452,6 @@ name='Vojta'} 13 Layer 0 - Shape - Rectangle Style fill @@ -2444,13 +2459,13 @@ name='Vojta'} Color a - 0.1 + 0.10000000000000001 b - 0 + 0.0 g - 0 + 0.0 r - 0.501961 + 0.50196099999999999 shadow @@ -2469,11 +2484,11 @@ name='Vojta'} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2482,15 +2497,15 @@ name='Vojta'} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $scope\ names=[...]} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2520,8 +2535,6 @@ names=[...]} 16 Layer 0 - Shape - Rectangle Style fill @@ -2529,13 +2542,13 @@ names=[...]} Color a - 0.1 + 0.10000000000000001 b - 0 + 0.0 g - 0 + 0.0 r - 0.501961 + 0.50196099999999999 shadow @@ -2554,11 +2567,11 @@ names=[...]} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2567,14 +2580,14 @@ names=[...]} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $scope} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2590,8 +2603,6 @@ names=[...]} 4 Layer 0 - Shape - Rectangle Style fill @@ -2636,8 +2647,6 @@ names=[...]} 8 Layer 1 - Shape - Rectangle Style fill @@ -2655,11 +2664,11 @@ names=[...]} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2668,14 +2677,14 @@ names=[...]} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $scope} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2705,8 +2714,6 @@ names=[...]} 7 Layer 1 - Shape - Rectangle Style fill @@ -2724,11 +2731,11 @@ names=[...]} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2737,14 +2744,14 @@ names=[...]} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $scope} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2774,8 +2781,6 @@ names=[...]} 6 Layer 1 - Shape - Rectangle Style fill @@ -2793,11 +2798,11 @@ names=[...]} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2806,14 +2811,14 @@ names=[...]} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $scope} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2843,8 +2848,6 @@ names=[...]} 5 Layer 1 - Shape - Rectangle Style fill @@ -2862,11 +2865,11 @@ names=[...]} Color b - 0 + 0.0 g - 0 + 0.0 r - 1 + 1 @@ -2875,14 +2878,14 @@ names=[...]} Align 2 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red255\green0\blue0;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qr\partightenfactor0 \f0\fs22 \cf2 $rootScope} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2914,8 +2917,6 @@ names=[...]} 1 Layer 1 - Shape - Rectangle Style fill @@ -2939,7 +2940,7 @@ names=[...]} Align 2 VerticalPad - 0 + 0.0 TextPlacement 0 @@ -2984,6 +2985,8 @@ names=[...]} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -3019,11 +3022,6 @@ names=[...]} 2 Style - shadow - - Draws - NO - stroke Draws @@ -3040,7 +3038,7 @@ names=[...]} ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1 in GraphicsList @@ -3059,26 +3057,26 @@ names=[...]} Color b - 0.566522 + 0.56652199999999997 g - 0.917039 + 0.91703900000000005 r - 0.952309 + 0.95230899999999996 Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Declarative\ view} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -3094,6 +3092,13 @@ view} Class LineGraphic + FontInfo + + Font + Helvetica + Size + 12 + ID 53 Points @@ -3103,6 +3108,11 @@ view} Style + shadow + + Draws + NO + stroke HeadArrow @@ -3125,6 +3135,13 @@ view} Class LineGraphic + FontInfo + + Font + Helvetica + Size + 12 + ID 52 Points @@ -3134,6 +3151,11 @@ view} Style + shadow + + Draws + NO + stroke HeadArrow @@ -3157,6 +3179,13 @@ view} {-21.333373999999999, -22.667099} {-12, 28.333832000000001} + FontInfo + + Font + Helvetica + Size + 12 + ID 43 Points @@ -3167,6 +3196,11 @@ view} Style + shadow + + Draws + NO + stroke Bezier @@ -3174,11 +3208,11 @@ view} Color b - 0.501961 + 0.50196099999999999 g - 0 + 0.0 r - 0 + 0.0 HeadArrow FilledArrow @@ -3211,25 +3245,25 @@ view} Color b - 0.566522 + 0.56652199999999997 g - 0.917039 + 0.91703900000000005 r - 0.952309 + 0.95230899999999996 Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 scope is the glue} VerticalPad - 0 + 0.0 TextPlacement 0 @@ -3246,6 +3280,13 @@ view} {-6.0000305000000003, -6.0001984000000004} {40, 0.092437744000000002} + FontInfo + + Font + Helvetica + Size + 12 + ID 41 Points @@ -3256,6 +3297,11 @@ view} Style + shadow + + Draws + NO + stroke Bezier @@ -3263,11 +3309,11 @@ view} Color b - 0.501961 + 0.50196099999999999 g - 0 + 0.0 r - 0 + 0.0 HeadArrow FilledArrow @@ -3302,26 +3348,26 @@ view} Color b - 0.566522 + 0.56652199999999997 g - 0.917039 + 0.91703900000000005 r - 0.952309 + 0.95230899999999996 Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 Imperative\ behavior} VerticalPad - 0 + 0.0 TextPlacement 2 @@ -3340,6 +3386,13 @@ behavior} {-0.66668700999999997, 4.5001525999999998} {-10, 0.66667175000000001} + FontInfo + + Font + Helvetica + Size + 12 + ID 39 Points @@ -3350,6 +3403,11 @@ behavior} Style + shadow + + Draws + NO + stroke Bezier @@ -3357,11 +3415,11 @@ behavior} Color b - 0.501961 + 0.50196099999999999 g - 0 + 0.0 r - 0 + 0.0 HeadArrow FilledArrow @@ -3388,6 +3446,13 @@ behavior} {1.0003815, 28.000153000000001} {-105.99997999999999, -2} + FontInfo + + Font + Helvetica + Size + 12 + ID 37 Points @@ -3398,6 +3463,11 @@ behavior} Style + shadow + + Draws + NO + stroke Bezier @@ -3405,11 +3475,11 @@ behavior} Color b - 0.501961 + 0.50196099999999999 g - 0 + 0.0 r - 0 + 0.0 HeadArrow FilledArrow @@ -3436,6 +3506,13 @@ behavior} {-5.3333434999999998, -21.333344} {18, -29.333328000000002} + FontInfo + + Font + Helvetica + Size + 12 + ID 36 Points @@ -3446,6 +3523,11 @@ behavior} Style + shadow + + Draws + NO + stroke Bezier @@ -3453,11 +3535,11 @@ behavior} Color b - 0.501961 + 0.50196099999999999 g - 0 + 0.0 r - 0 + 0.0 HeadArrow FilledArrow @@ -3484,16 +3566,28 @@ behavior} {-67.333281999999997, -45.333252000000002} {22, -36.000008000000001} - ID - 35 - Points - + FontInfo + + Font + Helvetica + Size + 12 + + ID + 35 + Points + {504.33334000000002, 296.16674999999998} {435, 164} {243, 144.66667000000001} Style + shadow + + Draws + NO + stroke Bezier @@ -3501,11 +3595,11 @@ behavior} Color b - 0.501961 + 0.50196099999999999 g - 0 + 0.0 r - 0 + 0.0 HeadArrow FilledArrow @@ -3531,6 +3625,13 @@ behavior} Class LineGraphic + FontInfo + + Font + Helvetica + Size + 12 + ID 33 Points @@ -3540,6 +3641,11 @@ behavior} Style + shadow + + Draws + NO + stroke HeadArrow @@ -3562,8 +3668,6 @@ behavior} ShapedGraphic ID 30 - Shape - Rectangle Style fill @@ -3571,13 +3675,13 @@ behavior} Color a - 0.75 + 0.75 b - 0.633471 + 0.63347100000000001 g - 0.837918 + 0.83791800000000005 r - 0.691869 + 0.69186899999999996 shadow @@ -3600,14 +3704,14 @@ behavior} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;\f2\fmodern\fcharset0 Courier-Bold; } {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 View (DOM)\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f1\b0 \cf0 \ <div ng-controller=" @@ -3635,8 +3739,6 @@ behavior} ShapedGraphic ID 29 - Shape - Rectangle Style fill @@ -3644,13 +3746,13 @@ behavior} Color a - 0.75 + 0.75 b - 0.645653 + 0.64565300000000003 g - 0.647534 + 0.64753400000000005 r - 0.842549 + 0.84254899999999999 shadow @@ -3673,13 +3775,13 @@ behavior} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Scope\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f1\b0 \cf0 \{\ name: 'world',\ @@ -3698,8 +3800,6 @@ behavior} ShapedGraphic ID 26 - Shape - Rectangle Style fill @@ -3707,13 +3807,13 @@ behavior} Color a - 0.75 + 0.75 b - 0.999729 + 0.99972899999999998 g - 0.880029 + 0.88002899999999995 r - 0.693677 + 0.69367699999999999 shadow @@ -3736,14 +3836,14 @@ behavior} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;\f2\fmodern\fcharset0 Courier-Bold; } {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 Controller\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f1\b0 \cf0 function \f2\b MyCtrl @@ -3768,6 +3868,13 @@ behavior} Class LineGraphic + FontInfo + + Font + Helvetica + Size + 12 + ID 51 Points @@ -3777,6 +3884,11 @@ behavior} Style + shadow + + Draws + NO + stroke HeadArrow @@ -3820,6 +3932,8 @@ behavior} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -3855,11 +3969,6 @@ behavior} 2 Style - shadow - - Draws - NO - stroke Draws @@ -3876,158 +3985,212 @@ behavior} ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1 in GraphicsList Bounds - {{518.66638, 270}, {77.666320999999996, 51.500076}} + {{300.66669000000002, 340.03136999999998}, {61, 38}} Class ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + ID - 44 - Shape - Speech Bubble + 41 Style fill Color + a + 0.51000000000000001 b - 0.566522 + 1 g - 0.917039 + 1 r - 0.952309 + 1 + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO Text - Pad - 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs24 \cf0 Type} - VerticalPad - 0 +\f0\fs24 \cf0 set up\ +$watches} - TextPlacement - 0 - TextRelativeArea - {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} + Wrap + NO - Bounds - {{518.66638, 191.91701}, {77.666320999999996, 51.500076}} Class - ShapedGraphic + LineGraphic + ControlPoints + + {15.499756, 0.66665649000000005} + {-7.5411682000000004, 10} + {7.5412597999999997, -10.000092} + {13.333344, 10.666656} + ID - 43 - Shape - Speech Bubble + 40 + Points + + {279.50021000000004, 367.01561599999997} + {311.52454, 355} + {316.99997000000002, 310.34897000000001} + Style - fill + shadow - Color - - b - 0.566522 - g - 0.917039 - r - 0.952309 - + Draws + NO + + stroke + + Bezier + + HeadArrow + FilledArrow + Legacy + + LineType + 1 + TailArrow + 0 - Text + Tail - Pad - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc - -\f0\fs24 \cf0 object hash} - VerticalPad - 0 + ID + 31 - TextPlacement - 0 - TextRelativeArea - {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} Bounds - {{523.33349999999996, 123.3335}, {77.666320999999996, 51.500076}} + {{246.20776000000001, 278.38180999999997}, {73, 38}} Class ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + ID - 42 - Shape - Speech Bubble + 39 + Line + + ID + 38 + Offset + 20.66729736328125 + Position + 0.50800865888595581 + RotationType + 0 + Style fill Color + a + 0.51000000000000001 b - 0.566522 + 1 g - 0.917039 + 1 r - 0.952309 + 1 + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO Text - Pad - 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +{\colortbl;\red255\green255\blue255;\red0\green79\blue177;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs24 \cf0 primitive} - VerticalPad - 0 +\f0\fs24 \cf2 continuous\ +update loop} - TextPlacement - 0 - TextRelativeArea - {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} + Wrap + NO Class LineGraphic ControlPoints - {23.333328000000002, 1.3332824999999999} - {-5.9994202000000003, -7.3333434999999998} - {5.9996033000000004, 7.3334351} - {-29.333344, -0.66665649000000005} + {-42.666656000000003, 2.2348633000000002} + {-47.333252000000002, 0} + {47.333343999999997, 0} + {33.999786, 0} ID - 39 + 38 Points - {279.66665999999998, 301.99139000000002} - {313.66608000000002, 308.33334000000002} - {343.99991, 314.33334000000002} + {273.00018, 279.14175} + {284.33328, 318.06815} + {298.33353, 279.14175} Style + shadow + + Draws + NO + stroke Bezier @@ -4035,182 +4198,156 @@ behavior} Color b - 0.501961 + 0.50196099999999999 g - 0 + 0.25097999999999998 r - 0 + 0.0 HeadArrow - FilledArrow + 0 HeadScale - 0.59999990463256836 + 0.60000002384185791 Legacy LineType 1 TailArrow - 0 + FilledArrow + TailScale + 0.60000002384185791 Width - 2 + 3 + Bounds + {{202.66733926953125, 324.41827164548641}, {51.333343999999997, 12}} Class - LineGraphic - ControlPoints - - {41.666992, -2} - {0, 18.666687} - {3.0517578e-05, -18.666733000000001} - {-27.666564999999999, 0} - + ShapedGraphic + FitText + Vertical + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + ID - 38 - Points - - {270.66635000000002, 288.33334000000002} - {321.66665999999998, 270} - {345.33321999999998, 233.00008} - - Style + 35 + Line - stroke - - Bezier - - Color - - b - 0.501961 - g - 0 - r - 0 - - HeadArrow - FilledArrow - HeadScale - 0.59999990463256836 - Legacy - - LineType - 1 - TailArrow - 0 - Width - 2 - + ID + 34 + Offset + -20.66619873046875 + Position + 0.7042233943939209 + RotationType + 0 - - - Class - LineGraphic - ControlPoints - - {23.333328000000002, 1.3332824999999999} - {0.66665649000000005, 32.000014999999998} - {-0.66659546000000003, -32} - {-29.333344, -0.66665649000000005} - - ID - 37 - Points - - {264.33330999999998, 273.66714000000002} - {308.33334000000002, 228.33332999999999} - {344.33334000000002, 191.91701} - Style - stroke + fill - Bezier - Color + a + 0.51000000000000001 b - 0.501961 + 1 g - 0 + 1 r - 0 + 1 - HeadArrow - FilledArrow - HeadScale - 0.59999990463256836 - Legacy - - LineType - 1 - TailArrow - 0 - Width - 2 + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + Text + + Pad + 0.0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fmodern\fcharset0 Courier;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs20 \cf0 extract} + VerticalPad + 0.0 + Class LineGraphic - ControlPoints - - {23.333328000000002, 1.3332824999999999} - {6.1035156000000001e-05, 38.000014999999998} - {0, -38} - {-29.333344, -0.66665649000000005} - + Head + + ID + 31 + ID - 36 + 34 Points - {257, 260.33339999999998} - {298.33334000000002, 219.63582} - {344.66656, 179.00002000000001} + {249.00021000000001, 286.93294199999997} + {249.00021000000001, 348.68227999999999} Style + shadow + + Draws + NO + stroke - Bezier - - Color - - b - 0.501961 - g - 0 - r - 0 - HeadArrow FilledArrow - HeadScale - 0.59999990463256836 Legacy LineType 1 TailArrow 0 - Width - 2 + Tail + + ID + 19 + - AllowConnections - NO Bounds - {{339.33330999999998, 166.28026}, {235.66668999999999, 39.675384999999999}} + {{218.50021000000001, 348.68227999999999}, {61, 36.666671999999998}} Class ShapedGraphic ID - 32 - Shape - Rectangle + 31 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + Style fill @@ -4218,13 +4355,13 @@ behavior} Color a - 0.75 + 0.75 b - 0.633471 + 0.63347100000000001 g - 0.837918 + 0.83791800000000005 r - 0.691869 + 0.69186899999999996 shadow @@ -4242,31 +4379,44 @@ behavior} Text - Align - 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fmodern\fcharset0 Courier;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs24 \cf0 'world': string\ -123: number} +\f0\fs24 \cf0 directives} - TextPlacement - 0 - AllowConnections - NO Bounds - {{339.33330999999998, 219.63582}, {235.66668999999999, 68.675385000000006}} + {{473.35338999999999, 262.78985999999998}, {47, 38}} Class ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + ID - 31 - Shape - Rectangle + 30 + Line + + ID + 29 + Offset + 20.0006103515625 + Position + 0.52536952495574951 + RotationType + 0 + Style fill @@ -4274,14 +4424,16 @@ behavior} Color a - 0.75 + 0.51000000000000001 b - 0.633471 + 1 g - 0.837918 + 1 r - 0.691869 + 1 + Draws + NO shadow @@ -4290,57 +4442,94 @@ behavior} stroke - CornerRadius - 15 - Width - 0.5 + Draws + NO Text - Align - 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fmodern\fcharset0 Courier;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;\red0\green79\blue177;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs24 \cf0 \{\ - firstName: 'John',\ - lastName: 'Smith'\ -\}} +\f0\fs24 \cf2 update\ +Loop} - TextPlacement - 0 + Wrap + NO - AllowConnections - NO - Bounds - {{339.33330999999998, 301.99139000000002}, {235.66668999999999, 93.675262000000004}} Class - ShapedGraphic + LineGraphic + ControlPoints + + {2, 25.666656} + {-13.333313, 137.99997999999999} + {13.333435, -138.00002000000001} + {18.666656, -31} + ID - 30 - Shape - Rectangle + 29 + Points + + {428.66665999999998, 396.98446999999999} + {518.00043000000005, 272.65114999999997} + {484.66701999999998, 164.31778} + Style - fill + shadow + Draws + NO + + stroke + + Bezier + Color - a - 0.75 b - 0.633471 + 0.50327200000000005 g - 0.837918 + 0.24942900000000001 r - 0.691869 + 0.0 + HeadArrow + FilledArrow + HeadScale + 0.59999990463256836 + Legacy + + LineType + 1 + TailArrow + 0 + Width + 3 + + + + Class + LineGraphic + Head + + ID + 12 + + ID + 27 + Points + + {461.3742094567462, 201.15045615809555} + {442.62579454324924, 230.15180584190409} + + Style + shadow Draws @@ -4348,43 +4537,51 @@ behavior} stroke - CornerRadius - 15 - Width - 0.5 + HeadArrow + FilledArrow + Legacy + + LineType + 1 + TailArrow + 0 - Text + Tail - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fmodern\fcharset0 Courier;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural - -\f0\fs24 \cf0 function Address() \{\ - this.street = '123 Main St.';\ - this.city = 'Anytown';\ - this.state = 'CA';\ - this.zip = '00000';\ -\}} + ID + 11 - TextPlacement - 0 - AllowConnections - NO Bounds - {{199.99997999999999, 219.74034}, {113.66609, 113.5193}} + {{201.33285861328125, 203.41861154216514}, {51.333343999999997, 24}} Class ShapedGraphic + FitText + Vertical + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + ID - 29 - Shape - Rectangle + 26 + Line + + ID + 25 + Offset + -22.00067138671875 + Position + 0.31356492638587952 + RotationType + 0 + Style fill @@ -4392,14 +4589,16 @@ behavior} Color a - 0.75 + 0.51000000000000001 b - 0.645653 + 1 g - 0.647534 + 1 r - 0.842549 + 1 + Draws + NO shadow @@ -4408,62 +4607,43 @@ behavior} stroke - CornerRadius - 15 - Width - 0.5 + Draws + NO Text - Align - 0 + Pad + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural - -\f0\b\fs24 \cf0 Scope\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f1\b0 \cf0 \{\ - name: \ - value: \ - person:\ - address:\ -\}} +\f0\fs20 \cf0 Browser\ +parse} + VerticalPad + 0.0 - TextPlacement - 0 - AllowConnections - NO - Bounds - {{327.33325000000002, 139.66677999999999}, {258.33344, 266.66656}} Class - ShapedGraphic + LineGraphic + Head + + ID + 19 + ID - 26 - Shape - Rectangle + 25 + Points + + {249.000202, 199.61433200000002} + {249.000202, 250.01627000000002} + Style - fill - - Color - - a - 0.48 - b - 0.939956 - g - 0.885521 - r - 0.800826 - - shadow Draws @@ -4471,121 +4651,25 @@ behavior} stroke - CornerRadius - 15 - Pattern - 5 - Width - 0.5 + HeadArrow + FilledArrow + Legacy + + LineType + 1 + TailArrow + 0 - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 ArialMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural - -\f0\b\fs24 \cf0 Model} - - TextPlacement - 0 - - - GridInfo - - HPages - 1 - KeepToScale - - Layers - - - Lock - NO - Name - Layer 1 - Print - YES - View - YES - - - LayoutInfo - - Animate - NO - circoMinDist - 18 - circoSeparation - 0.0 - layoutEngine - dot - neatoSeparation - 0.0 - twopiSeparation - 0.0 - - Orientation - 2 - PrintOnePage - - RowAlign - 1 - RowSpacing - 36 - SheetTitle - model - UniqueID - 5 - VPages - 1 - - - ActiveLayerIndex - 0 - AutoAdjust - - BackgroundGraphic - - Bounds - {{0, 0}, {756, 553}} - Class - SolidGraphic - ID - 2 - Style - - shadow - - Draws - NO - - stroke + Tail - Draws - NO + ID + 15 - - BaseZoom - 0 - CanvasOrigin - {0, 0} - ColumnAlign - 1 - ColumnSpacing - 36 - DisplayScale - 1 0/72 in = 1.0000 in - GraphicsList - Bounds - {{300.66669000000002, 340.03136999999998}, {61, 38}} + {{429.00009, 330.46026999999998}, {61, 12}} Class ShapedGraphic FitText @@ -4594,20 +4678,13 @@ behavior} Resize FontInfo - Color - - w - 0 - Font Helvetica Size 12 ID - 41 - Shape - Rectangle + 24 Style fill @@ -4615,13 +4692,13 @@ behavior} Color a - 0.51 + 0.51000000000000001 b - 1 + 1 g - 1 + 1 r - 1 + 1 Draws NO @@ -4639,14 +4716,17 @@ behavior} Text + Pad + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs24 \cf0 set up\ -$watches} +\f0\fs20 \cf0 .innerHTML} + VerticalPad + 0.0 Wrap NO @@ -4654,27 +4734,27 @@ $watches} Class LineGraphic - ControlPoints - - {15.499756, 0.66665649000000005} - {-7.5411682000000004, 10} - {7.5412597999999997, -10.000092} - {13.333344, 10.666656} - + Head + + ID + 14 + ID - 40 + 23 Points - {279.50021000000004, 367.01561599999997} - {311.52454, 355} - {316.99997000000002, 310.34897000000001} + {430.6665627279653, 323.90126199999997} + {430.6665627279653, 360.06783999999999} Style + shadow + + Draws + NO + stroke - Bezier - HeadArrow FilledArrow Legacy @@ -4688,63 +4768,26 @@ $watches} Tail ID - 31 + 13 - Bounds - {{246.20776000000001, 278.38180999999997}, {73, 38}} Class - ShapedGraphic - FitText - YES - Flow - Resize - FontInfo + LineGraphic + Head - Color - - w - 0 - - Font - Helvetica - Size - 12 + ID + 13 ID - 39 - Line - - ID - 38 - Offset - 20.66729736328125 - Position - 0.50800865888595581 - RotationType - 0 - - Shape - Rectangle + 22 + Points + + {430.6665767616127, 267.23448200000001} + {430.6665767616127, 286.73459000000003} + Style - fill - - Color - - a - 0.51 - b - 1 - g - 1 - r - 1 - - Draws - NO - shadow Draws @@ -4752,110 +4795,76 @@ $watches} stroke - Draws - NO + HeadArrow + FilledArrow + Legacy + + LineType + 1 + TailArrow + 0 - Text + Tail - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;\red0\green79\blue177;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc - -\f0\fs24 \cf2 continuous\ -update loop} + ID + 12 - Wrap - NO Class LineGraphic - ControlPoints - - {-42.666656000000003, 2.2348633000000002} - {-47.333252000000002, 0} - {47.333343999999997, 0} - {33.999786, 0} - + Head + + ID + 12 + ID - 38 + 20 Points - {273.00018, 279.14175} - {284.33328, 318.06815} - {298.33353, 279.14175} + {416.17475152122444, 201.22353980553029} + {424.9916504787484, 230.07872219446983} Style + shadow + + Draws + NO + stroke - Bezier - - Color - - b - 0.501961 - g - 0.25098 - r - 0 - HeadArrow - 0 - HeadScale - 0.60000002384185791 + FilledArrow Legacy LineType 1 TailArrow - FilledArrow - TailScale - 0.60000002384185791 - Width - 3 + 0 + Tail + + ID + 10 + Bounds - {{202.66733691285987, 324.41827307666819}, {51.333343999999997, 12}} + {{223.33353, 250.01626999999999}, {51.333343999999997, 36.666671999999998}} Class ShapedGraphic - FitText - Vertical - Flow - Resize - FontInfo - - Color - - w - 0 - - Font - Helvetica - Size - 12 - ID - 35 - Line - - ID - 34 - Offset - -20.66619873046875 - Position - 0.7042233943939209 - RotationType - 0 - - Shape - Rectangle + 19 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + Style fill @@ -4863,16 +4872,14 @@ update loop} Color a - 0.51 + 0.75 b - 1 + 0.63347100000000001 g - 1 + 0.83791800000000005 r - 1 + 0.69186899999999996 - Draws - NO shadow @@ -4881,67 +4888,84 @@ update loop} stroke - Draws - NO + CornerRadius + 15 + Width + 0.5 Text - Pad - 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fmodern\fcharset0 Courier;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs20 \cf0 extract} - VerticalPad - 0 +\f0\fs24 \cf0 DOM} + Bounds + {{295.33132999999998, 250.01626999999999}, {51.333343999999997, 36.666671999999998}} Class - LineGraphic - Head - - ID - 31 - + ShapedGraphic ID - 34 - Points + 16 + Magnets - {249.00020203225841, 286.93294200708601} - {249.00021000000001, 348.68227999999999} + {0, 1} + {0, -1} + {1, 0} + {-1, 0} Style + fill + + Color + + a + 0.75 + b + 0.99972899999999998 + g + 0.88002899999999995 + r + 0.69367699999999999 + + + shadow + + Draws + NO + stroke - HeadArrow - FilledArrow - Legacy - - LineType - 1 - TailArrow - 0 + CornerRadius + 15 + Width + 0.5 - Tail + Text - ID - 19 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 Model} Bounds - {{218.50021000000001, 348.68227999999999}, {61, 36.666671999999998}} + {{223.33353, 162.69766000000001}, {51.333343999999997, 36.666671999999998}} Class ShapedGraphic ID - 31 + 15 Magnets {0, 1} @@ -4949,8 +4973,6 @@ update loop} {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -4958,13 +4980,13 @@ update loop} Color a - 0.75 + 0.75 b - 0.633471 + 0.63347100000000001 g - 0.837918 + 0.83791800000000005 r - 0.691869 + 0.69186899999999996 shadow @@ -4983,50 +5005,22 @@ update loop} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs24 \cf0 directives} +\f0\fs24 \cf0 HTML\ +(string)} Bounds - {{473.35338999999999, 262.78985999999998}, {47, 38}} + {{404.99991, 360.31783999999999}, {51.333343999999997, 36.666671999999998}} Class ShapedGraphic - FitText - YES - Flow - Resize - FontInfo - - Color - - w - 0 - - Font - Helvetica - Size - 12 - ID - 30 - Line - - ID - 29 - Offset - 20.0006103515625 - Position - 0.52536952495574951 - RotationType - 0 - - Shape - Rectangle + 14 Style fill @@ -5034,16 +5028,14 @@ update loop} Color a - 0.51 + 0.75 b - 1 + 0.63347100000000001 g - 1 + 0.83791800000000005 r - 1 + 0.69186899999999996 - Draws - NO shadow @@ -5052,143 +5044,125 @@ update loop} stroke - Draws - NO + CornerRadius + 15 + Width + 0.5 Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;\red0\green79\blue177;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs24 \cf2 update\ -Loop} +\f0\fs24 \cf0 DOM} - Wrap - NO + Bounds + {{404.99991, 286.98459000000003}, {51.333343999999997, 36.666671999999998}} Class - LineGraphic - ControlPoints - - {2, 25.666656} - {-13.333313, 137.99997999999999} - {13.333435, -138.00002000000001} - {18.666656, -31} - + ShapedGraphic ID - 29 - Points - - {428.66665999999998, 396.98446999999999} - {518.00043000000005, 272.65114999999997} - {484.66701999999998, 164.31778} - + 13 Style - stroke + fill - Bezier - Color + a + 0.75 b - 0.503272 + 0.63347100000000001 g - 0.249429 + 0.83791800000000005 r - 0 + 0.69186899999999996 - HeadArrow - FilledArrow - HeadScale - 0.59999990463256836 - Legacy - - LineType - 1 - TailArrow - 0 + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 Width - 3 + 0.5 + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 HTML\ +(string)} + + Bounds + {{404.99991, 230.31781000000001}, {51.333343999999997, 36.666671999999998}} Class - LineGraphic - Head - - ID - 12 - + ShapedGraphic ID - 27 - Points - - {461.3742093539816, 201.15045614754578} - {442.62579427338341, 230.15180582409283} - + 12 Style + fill + + Color + + a + 0.19 + b + 0.0 + g + 1 + r + 1 + + + shadow + + Draws + NO + stroke - HeadArrow - FilledArrow - Legacy - - LineType - 1 - TailArrow - 0 + CornerRadius + 15 + Width + 0.5 - Tail + Text - ID - 11 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 merge} Bounds - {{201.33285861328125, 203.41861197395929}, {51.333343999999997, 24}} + {{447.66674999999998, 164.31778}, {51.333343999999997, 36.666671999999998}} Class ShapedGraphic - FitText - Vertical - Flow - Resize - FontInfo - - Color - - w - 0 - - Font - Helvetica - Size - 12 - ID - 26 - Line - - ID - 25 - Offset - -22.00067138671875 - Position - 0.31356492638587952 - RotationType - 0 - - Shape - Rectangle + 11 Style fill @@ -5196,16 +5170,14 @@ Loop} Color a - 0.51 + 0.75 b - 1 + 0.99972899999999998 g - 1 + 0.88002899999999995 r - 1 + 0.69367699999999999 - Draws - NO shadow @@ -5214,86 +5186,85 @@ Loop} stroke - Draws - NO + CornerRadius + 15 + Width + 0.5 Text - Pad - 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fmodern\fcharset0 Courier;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs20 \cf0 Browser\ -parse} - VerticalPad - 0 +\f0\fs24 \cf0 Model} + Bounds + {{379.99982, 164.31778}, {61, 36.666671999999998}} Class - LineGraphic - Head - - ID - 19 - + ShapedGraphic ID - 25 - Points - - {249.000202, 199.61433199312916} - {249.000202, 250.01627000000002} - + 10 Style + fill + + Color + + a + 0.75 + b + 0.63347100000000001 + g + 0.83791800000000005 + r + 0.69186899999999996 + + + shadow + + Draws + NO + stroke - HeadArrow - FilledArrow - Legacy - - LineType - 1 - TailArrow - 0 + CornerRadius + 15 + Width + 0.5 - Tail + Text - ID - 15 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 template\ +(string)} Bounds - {{429.00009, 330.46026999999998}, {61, 12}} + {{218.50021000000001, 235.68222}, {135.83308, 88.000031000000007}} Class ShapedGraphic - FitText - YES - Flow - Resize - FontInfo - - Color - - w - 0 - - Font - Helvetica - Size - 12 - ID - 24 - Shape - Rectangle + 37 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + Style fill @@ -5301,16 +5272,14 @@ parse} Color a - 0.51 + 0.75 b - 1 + 0.64565300000000003 g - 1 + 0.64753400000000005 r - 1 + 0.84254899999999999 - Draws - NO shadow @@ -5319,139 +5288,45 @@ parse} stroke - Draws - NO + CornerRadius + 15 + Width + 0.5 Text - Pad - 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fmodern\fcharset0 Courier;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs20 \cf0 .innerHTML} +\f0\fs24 \cf0 scope} VerticalPad - 0 + 2 - Wrap - NO + TextPlacement + 0 + Bounds + {{199.83366787109375, 244.16282005300377}, {83.665970000000002, 167.76999000000001}} Class - LineGraphic - Head - - ID - 14 - - ID - 23 - Points - - {430.66652522105335, 323.90126201100804} - {430.66641471881627, 360.06783998899249} - - Style - - stroke - - HeadArrow - FilledArrow - Legacy - - LineType - 1 - TailArrow - 0 - - - Tail - - ID - 13 - - - - Class - LineGraphic - Head - - ID - 13 - - ID - 22 - Points - - {430.66657944385747, 267.23448199101415} - {430.6665767616127, 286.73459000898441} - - Style - - stroke - - HeadArrow - FilledArrow - Legacy - - LineType - 1 - TailArrow - 0 - - - Tail - - ID - 12 - - - - Class - LineGraphic - Head - - ID - 12 - + ShapedGraphic ID - 20 - Points - - {416.17475093036813, 201.22353979937509} - {424.99164897661751, 230.07872220072352} - - Style - - stroke - - HeadArrow - FilledArrow - Legacy - - LineType - 1 - TailArrow - 0 - - - Tail + 17 + Line ID - 10 + 34 + Offset + -7.33355712890625 + Position + 0.66583502292633057 + RotationType + 0 - - - Bounds - {{223.33353, 250.01626999999999}, {51.333343999999997, 36.666671999999998}} - Class - ShapedGraphic - ID - 19 Magnets {0, 1} @@ -5459,8 +5334,6 @@ parse} {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -5468,13 +5341,13 @@ parse} Color a - 0.75 + 0.19 b - 0.633471 + 0.0 g - 0.837918 + 1 r - 0.691869 + 1 shadow @@ -5492,45 +5365,38 @@ parse} Text + Align + 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 -\f0\fs24 \cf0 DOM} +\f0\fs24 \cf0 $compile} + TextPlacement + 2 Bounds - {{295.33132999999998, 250.01626999999999}, {51.333343999999997, 36.666671999999998}} + {{374.33344, 135.68231}, {154.66663, 281.63544000000002}} Class ShapedGraphic ID - 16 - Magnets - - {0, 1} - {0, -1} - {1, 0} - {-1, 0} - - Shape - Rectangle + 43 Style fill Color - a - 0.75 b - 0.999729 + 0.92468700000000004 g - 0.880029 + 0.92489600000000005 r - 0.693677 + 0.92475499999999999 shadow @@ -5542,51 +5408,46 @@ parse} CornerRadius 15 + Pattern + 1 Width 0.5 Text + Align + 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 -\f0\fs24 \cf0 Model} +\f0\b\fs24 \cf0 Others} + TextPlacement + 0 Bounds - {{223.33353, 162.69766000000001}, {51.333343999999997, 36.666671999999998}} + {{195, 135.68225000000001}, {166.66668999999999, 281.63549999999998}} Class ShapedGraphic ID - 15 - Magnets - - {0, 1} - {0, -1} - {1, 0} - {-1, 0} - - Shape - Rectangle + 42 Style fill Color - a - 0.75 b - 0.633471 + 0.92468700000000004 g - 0.837918 + 0.92489600000000005 r - 0.691869 + 0.92475499999999999 shadow @@ -5598,228 +5459,167 @@ parse} CornerRadius 15 + Pattern + 1 Width 0.5 Text + Align + 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 -\f0\fs24 \cf0 HTML\ -(string)} +\f0\b\fs24 \cf0 AngularJS} + + TextPlacement + 0 + + + GridInfo + + HPages + 1 + KeepToScale + + Layers + + + Lock + NO + Name + Layer 1 + Print + YES + View + YES + + + LayoutInfo + + Animate + NO + circoMinDist + 18 + circoSeparation + 0.0 + layoutEngine + dot + neatoLineLength + 0.20000000298023224 + neatoSeparation + 0.0 + twopiSeparation + 0.0 + + Orientation + 2 + PrintOnePage + + RowAlign + 1 + RowSpacing + 36 + SheetTitle + view + UniqueID + 6 + VPages + 1 + + + ActiveLayerIndex + 0 + AutoAdjust + + BackgroundGraphic + + Bounds + {{0, 0}, {756, 553}} + Class + SolidGraphic + ID + 2 + Style + + stroke + + Draws + NO + + BaseZoom + 0 + CanvasOrigin + {0, 0} + ColumnAlign + 1 + ColumnSpacing + 36 + DisplayScale + 1 in = 1 in + GraphicsList + Bounds - {{404.99991, 360.31783999999999}, {51.333343999999997, 36.666671999999998}} + {{59.333323160807254, 139.33333333333317}, {131.33367919921875, 51.500076}} Class ShapedGraphic + HFlip + YES ID - 14 + 44 Shape - Rectangle + Speech Bubble Style fill Color - a - 0.75 b - 0.633471 + 0.56652199999999997 g - 0.837918 + 0.91703900000000005 r - 0.691869 + 0.95230899999999996 - shadow - - Draws - NO - - stroke - - CornerRadius - 15 - Width - 0.5 - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc - -\f0\fs24 \cf0 DOM} - - - - Bounds - {{404.99991, 286.98459000000003}, {51.333343999999997, 36.666671999999998}} - Class - ShapedGraphic - ID - 13 - Shape - Rectangle - Style - - fill - - Color - - a - 0.75 - b - 0.633471 - g - 0.837918 - r - 0.691869 - - - shadow - - Draws - NO - - stroke - - CornerRadius - 15 - Width - 0.5 - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc - -\f0\fs24 \cf0 HTML\ -(string)} - - - - Bounds - {{404.99991, 230.31781000000001}, {51.333343999999997, 36.666671999999998}} - Class - ShapedGraphic - ID - 12 - Shape - Rectangle - Style - - fill - - Color - - a - 0.19 - b - 0 - g - 1 - r - 1 - - - shadow - - Draws - NO - - stroke - - CornerRadius - 15 - Width - 0.5 - - - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc - -\f0\fs24 \cf0 merge} - - - - Bounds - {{447.66674999999998, 164.31778}, {51.333343999999997, 36.666671999999998}} - Class - ShapedGraphic - ID - 11 - Shape - Rectangle - Style - - fill - - Color - - a - 0.75 - b - 0.999729 - g - 0.880029 - r - 0.693677 - - - shadow - - Draws - NO - - stroke - - CornerRadius - 15 - Width - 0.5 - Text + Pad + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs24 \cf0 Model} +\f0\fs24 \cf0 I change visibility based on model} + VerticalPad + 0.0 + TextPlacement + 0 + TextRelativeArea + {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} + AllowConnections + NO Bounds - {{379.99982, 164.31778}, {61, 36.666671999999998}} + {{149.3333333333336, 188.45437333333504}, {55, 15.77281379699707}} Class ShapedGraphic ID - 10 - Shape - Rectangle + 43 Style fill @@ -5827,13 +5627,13 @@ parse} Color a - 0.75 + 0.26000000000000001 b - 0.633471 + 0.63347100000000001 g - 0.837918 + 0.83791800000000005 r - 0.691869 + 0.69186899999999996 shadow @@ -5844,110 +5644,71 @@ parse} stroke CornerRadius - 15 + 5 Width 0.5 Text - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc - -\f0\fs24 \cf0 template\ -(string)} + Align + 0 + TextPlacement + 0 Bounds - {{218.50021000000001, 235.68222}, {135.83308, 88.000031000000007}} + {{250.66733333333337, 121.33366666666642}, {148.33299255371094, 51.500076}} Class ShapedGraphic ID - 37 - Magnets - - {0, 1} - {0, -1} - {1, 0} - {-1, 0} - + 42 Shape - Rectangle + Speech Bubble Style fill Color - a - 0.75 b - 0.645653 + 0.56652199999999997 g - 0.647534 + 0.91703900000000005 r - 0.842549 + 0.95230899999999996 - shadow - - Draws - NO - - stroke - - CornerRadius - 15 - Width - 0.5 - Text + Pad + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 -\f0\fs24 \cf0 scope} +\f0\fs24 \cf0 I bind checkbox state to a model} VerticalPad - 2 + 0.0 TextPlacement 0 + TextRelativeArea + {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} + AllowConnections + NO Bounds - {{199.83366520855361, 244.16281983155915}, {83.665970000000002, 167.76999000000001}} + {{233.33333333333337, 170.5605199999998}, {61, 15.77281379699707}} Class ShapedGraphic ID - 17 - Line - - ID - 34 - Offset - -7.33355712890625 - Position - 0.66583502292633057 - RotationType - 0 - - Magnets - - {0, 1} - {0, -1} - {1, 0} - {-1, 0} - - Shape - Rectangle + 32 Style fill @@ -5955,13 +5716,13 @@ parse} Color a - 0.19 + 0.26000000000000001 b - 0 + 0.63347100000000001 g - 1 + 0.83791800000000005 r - 1 + 0.69186899999999996 shadow @@ -5972,7 +5733,7 @@ parse} stroke CornerRadius - 15 + 5 Width 0.5 @@ -5981,39 +5742,25 @@ parse} Align 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural - -\f0\fs24 \cf0 $compile} TextPlacement - 2 + 0 Bounds - {{374.33344, 135.68231}, {154.66663, 281.63544000000002}} + {{46.000000000000007, 61.333333333333186}, {616, 183}} Class ShapedGraphic ID - 43 - Shape - Rectangle + 3 + ImageID + 5 Style fill - Color - - b - 0.924687 - g - 0.924896 - r - 0.924755 - + Draws + NO shadow @@ -6022,81 +5769,10 @@ parse} stroke - CornerRadius - 15 - Pattern - 1 - Width - 0.5 + Draws + NO - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 ArialMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural - -\f0\b\fs24 \cf0 Others} - - TextPlacement - 0 - - - Bounds - {{195, 135.68225000000001}, {166.66668999999999, 281.63549999999998}} - Class - ShapedGraphic - ID - 42 - Shape - Rectangle - Style - - fill - - Color - - b - 0.924687 - g - 0.924896 - r - 0.924755 - - - shadow - - Draws - NO - - stroke - - CornerRadius - 15 - Pattern - 1 - Width - 0.5 - - - Text - - Align - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 ArialMT;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural - -\f0\b\fs24 \cf0 AngularJS} - - TextPlacement - 0 GridInfo @@ -6128,6 +5804,8 @@ parse} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -6142,9 +5820,9 @@ parse} RowSpacing 36 SheetTitle - view + directive UniqueID - 6 + 7 VPages 1 @@ -6163,11 +5841,6 @@ parse} 2 Style - shadow - - Draws - NO - stroke Draws @@ -6184,224 +5857,9 @@ parse} ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1 in GraphicsList - - - Bounds - {{59.333323160807254, 139.33333333333317}, {131.33367919921875, 51.500076}} - Class - ShapedGraphic - HFlip - YES - ID - 44 - Shape - Speech Bubble - Style - - fill - - Color - - b - 0.566522 - g - 0.917039 - r - 0.952309 - - - - Text - - Pad - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc - -\f0\fs24 \cf0 I change visibility based on model} - VerticalPad - 0 - - TextPlacement - 0 - TextRelativeArea - {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} - - - AllowConnections - NO - Bounds - {{149.3333333333336, 188.45437333333504}, {55, 15.77281379699707}} - Class - ShapedGraphic - ID - 43 - Shape - Rectangle - Style - - fill - - Color - - a - 0.26 - b - 0.633471 - g - 0.837918 - r - 0.691869 - - - shadow - - Draws - NO - - stroke - - CornerRadius - 5 - Width - 0.5 - - - Text - - Align - 0 - - TextPlacement - 0 - - - Bounds - {{250.66733333333337, 121.33366666666642}, {148.33299255371094, 51.500076}} - Class - ShapedGraphic - ID - 42 - Shape - Speech Bubble - Style - - fill - - Color - - b - 0.566522 - g - 0.917039 - r - 0.952309 - - - - Text - - Pad - 0 - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc - -\f0\fs24 \cf0 I bind checkbox state to a model} - VerticalPad - 0 - - TextPlacement - 0 - TextRelativeArea - {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} - - - AllowConnections - NO - Bounds - {{233.33333333333337, 170.5605199999998}, {61, 15.77281379699707}} - Class - ShapedGraphic - ID - 32 - Shape - Rectangle - Style - - fill - - Color - - a - 0.26 - b - 0.633471 - g - 0.837918 - r - 0.691869 - - - shadow - - Draws - NO - - stroke - - CornerRadius - 5 - Width - 0.5 - - - Text - - Align - 0 - - TextPlacement - 0 - - - Bounds - {{46.000000000000007, 61.333333333333186}, {616, 183}} - Class - ShapedGraphic - ID - 3 - ImageID - 5 - Shape - Rectangle - Style - - fill - - Draws - NO - - shadow - - Draws - NO - - stroke - - Draws - NO - - - - + GridInfo HPages @@ -6431,6 +5889,8 @@ parse} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -6445,95 +5905,7 @@ parse} RowSpacing 36 SheetTitle - directive - UniqueID - 7 - VPages - 1 - - - ActiveLayerIndex - 0 - AutoAdjust - - BackgroundGraphic - - Bounds - {{0, 0}, {756, 553}} - Class - SolidGraphic - ID - 2 - Style - - shadow - - Draws - NO - - stroke - - Draws - NO - - - - BaseZoom - 0 - CanvasOrigin - {0, 0} - ColumnAlign - 1 - ColumnSpacing - 36 - DisplayScale - 1 0/72 in = 1.0000 in - GraphicsList - - GridInfo - - HPages - 1 - KeepToScale - - Layers - - - Lock - NO - Name - Layer 1 - Print - YES - View - YES - - - LayoutInfo - - Animate - NO - circoMinDist - 18 - circoSeparation - 0.0 - layoutEngine - dot - neatoSeparation - 0.0 - twopiSeparation - 0.0 - - Orientation - 2 - PrintOnePage - - RowAlign - 1 - RowSpacing - 36 - SheetTitle - filter + filter UniqueID 8 VPages @@ -6554,11 +5926,6 @@ parse} 2 Style - shadow - - Draws - NO - stroke Draws @@ -6575,7 +5942,7 @@ parse} ColumnSpacing 36 DisplayScale - 1 0/72 in = 1.0000 in + 1 in = 1 in GraphicsList @@ -6598,6 +5965,11 @@ parse} Style + shadow + + Draws + NO + stroke Bezier @@ -6626,11 +5998,6 @@ parse} Resize FontInfo - Color - - w - 0 - Font Helvetica Size @@ -6649,8 +6016,6 @@ parse} RotationType 0 - Shape - Rectangle Style fill @@ -6672,10 +6037,10 @@ parse} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 configure} @@ -6694,6 +6059,11 @@ parse} Style + shadow + + Draws + NO + stroke HeadArrow @@ -6716,8 +6086,6 @@ parse} ShapedGraphic ID 29 - Shape - Rectangle Style fill @@ -6725,13 +6093,13 @@ parse} Color a - 0.75 + 0.75 b - 0.645653 + 0.64565300000000003 g - 0.647534 + 0.64753400000000005 r - 0.842549 + 0.84254899999999999 shadow @@ -6752,13 +6120,13 @@ parse} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 myModule\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f1\b0 \cf0 $provide.\ factory('objA', \'85)} @@ -6779,11 +6147,6 @@ parse} Resize FontInfo - Color - - w - 0 - Font Helvetica Size @@ -6802,8 +6165,6 @@ parse} RotationType 0 - Shape - Rectangle Style fill @@ -6825,10 +6186,10 @@ parse} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 if no cache\ create new} @@ -6848,6 +6209,11 @@ create new} Style + shadow + + Draws + NO + stroke HeadArrow @@ -6874,11 +6240,6 @@ create new} Resize FontInfo - Color - - w - 0 - Font Helvetica Size @@ -6897,8 +6258,6 @@ create new} RotationType 0 - Shape - Rectangle Style fill @@ -6920,10 +6279,10 @@ create new} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 check\ cache} @@ -6943,6 +6302,11 @@ cache} Style + shadow + + Draws + NO + stroke HeadArrow @@ -6969,11 +6333,6 @@ cache} Resize FontInfo - Color - - w - 0 - Font Helvetica Size @@ -6992,8 +6351,6 @@ cache} RotationType 0 - Shape - Rectangle Style fill @@ -7015,10 +6372,10 @@ cache} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 $injector.get('a')} @@ -7037,6 +6394,11 @@ cache} Style + shadow + + Draws + NO + stroke HeadArrow @@ -7068,6 +6430,11 @@ cache} Style + shadow + + Draws + NO + stroke HeadArrow @@ -7097,71 +6464,1910 @@ cache} Style - stroke + shadow + + Draws + NO + + stroke + + HeadArrow + 0 + Legacy + + TailArrow + 0 + + + + + AllowConnections + NO + AllowLabelDrop + + AllowToConnect + + Class + LineGraphic + ID + 45 + Points + + {344.5, 245.83340000000001} + {344.5, 342.16660000000002} + + Style + + shadow + + Draws + NO + + stroke + + HeadArrow + 0 + Legacy + + TailArrow + 0 + + + + + AllowConnections + NO + Bounds + {{378.16674999999998, 219.65106}, {61, 36.666671999999998}} + Class + ShapedGraphic + ID + 11 + Style + + fill + + Color + + a + 0.75 + b + 0.99972899999999998 + g + 0.88002899999999995 + r + 0.69367699999999999 + + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 + Width + 0.5 + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 Instance\ +Cache} + + + + AllowConnections + NO + Bounds + {{451.16663, 219.65106}, {61, 36.666671999999998}} + Class + ShapedGraphic + ID + 10 + Style + + fill + + Color + + a + 0.75 + b + 0.63347100000000001 + g + 0.83791800000000005 + r + 0.69186899999999996 + + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 + Width + 0.5 + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 Instance\ +Factory} + + + + AllowConnections + NO + Bounds + {{314.16669000000002, 210.83340000000001}, {211.33332999999999, 55.333328000000002}} + Class + ShapedGraphic + ID + 12 + Style + + fill + + Color + + a + 0.19 + b + 0.0 + g + 1 + r + 1 + + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 + Width + 0.5 + + + Text + + Align + 0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs24 \cf0 $injector} + + + + AllowConnections + NO + Bounds + {{221.66668999999999, 103}, {312.66663, 254}} + Class + ShapedGraphic + ID + 42 + Style + + fill + + Color + + b + 0.92468700000000004 + g + 0.92489600000000005 + r + 0.92475499999999999 + + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 + Pattern + 1 + Width + 0.5 + + + Text + + Align + 0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fmodern\fcharset0 Courier;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs24 \cf0 ng-app="myModule"} + + TextPlacement + 0 + + + GridInfo + + HPages + 1 + KeepToScale + + Layers + + + Lock + NO + Name + Layer 1 + Print + YES + View + YES + + + LayoutInfo + + Animate + NO + circoMinDist + 18 + circoSeparation + 0.0 + layoutEngine + dot + neatoLineLength + 0.20000000298023224 + neatoSeparation + 0.0 + twopiSeparation + 0.0 + + Orientation + 2 + PrintOnePage + + RowAlign + 1 + RowSpacing + 36 + SheetTitle + injector-module + UniqueID + 9 + VPages + 1 + + + ActiveLayerIndex + 0 + AutoAdjust + + BackgroundGraphic + + Bounds + {{0, 0}, {756, 553}} + Class + SolidGraphic + ID + 2 + Style + + stroke + + Draws + NO + + + + BaseZoom + 0 + CanvasOrigin + {0, 0} + ColumnAlign + 1 + ColumnSpacing + 36 + DisplayScale + 1 in = 1 in + GraphicsList + + + Bounds + {{104.625, 298.125}, {121.97899383333322, 51.500076000000035}} + Class + ShapedGraphic + FontInfo + + Font + Courier + NSKern + 0 + Size + 12 + + HFlip + YES + ID + 64 + Shape + Speech Bubble + Style + + fill + + Color + + b + 0.56652199999999997 + g + 0.91703900000000005 + r + 0.95230899999999996 + + + + Text + + Pad + 0.0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 \ +Data binding} + VerticalPad + 0.0 + + TextPlacement + 0 + TextRelativeArea + {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} + VFlip + YES + + + Class + LineGraphic + ControlPoints + + {-44.666656000000003, 4} + {-105.99997999999999, -2} + + FontInfo + + Font + Helvetica + Size + 12 + + Head + + ID + 61 + Info + 1 + + ID + 62 + Points + + {183.83368566666667, 216.31579218808966} + {261.50000666666665, 317.1827320000001} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + FilledArrow + HeadScale + 0.59999990463256836 + Legacy + + LineType + 1 + TailArrow + 0 + TailScale + 0.59999999999999998 + Width + 2 + + + + + Class + LineGraphic + ControlPoints + + {-44.666656000000003, 4} + {-105.99997999999999, -2} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 61 + Points + + {183.83368566666667, 229.47368709004158} + {261.50000666666665, 317.1827320000001} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + FilledArrow + HeadScale + 0.59999990463256836 + Legacy + + LineType + 1 + TailArrow + 0 + TailScale + 0.59999999999999998 + Width + 2 + + + + + Bounds + {{196.875, 154.37492399999999}, {121.97899383333325, 51.500076}} + Class + ShapedGraphic + FontInfo + + Font + Courier + NSKern + 0 + Size + 12 + + ID + 42 + Shape + Speech Bubble + Style + + fill + + Color + + b + 0.56652199999999997 + g + 0.91703900000000005 + r + 0.95230899999999996 + + + + Text + + Pad + 0.0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 Model} + VerticalPad + 0.0 + + TextPlacement + 0 + TextRelativeArea + {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} + + + Class + LineGraphic + ControlPoints + + {2, -82.666666666666657} + {30.707996666666702, 0} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 43 + Points + + {366, 296} + {236.84210823513467, 215.78947639201158} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + FilledArrow + HeadScale + 0.59999990463256836 + Legacy + + LineType + 1 + TailArrow + 0 + Width + 2 + + + + + Class + LineGraphic + ControlPoints + + {-2, -55.500075999999979} + {40, 0.092437744000000002} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 41 + Points + + {338.66666666666669, 281.50007599999998} + {236.84210823513467, 227.89473970180734} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + FilledArrow + HeadScale + 0.59999990463256836 + Legacy + + LineType + 1 + TailArrow + 0 + Width + 2 + + + + + AllowConnections + NO + Bounds + {{251.29238999999995, 238.50893000000002}, {240.33333999999999, 142.75953999999999}} + Class + ShapedGraphic + FontInfo + + Size + 11 + + ID + 30 + Style + + fill + + Color + + a + 0.75 + b + 0.63347100000000001 + g + 0.83791800000000005 + r + 0.69186899999999996 + + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 + Pattern + 1 + Width + 0.5 + + + Text + + Align + 0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\b\fs22 \cf0 View (DOM)\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f1\b0 \cf0 \ +<div>\ + <input ng-model="qty">\ + <input ng-model="cost">\ + Total: \{\{qty * cost\}\} \ +</div>} + + TextPlacement + 0 + + + Bounds + {{174.375, 205.875}, {67.5, 33.75}} + Class + ShapedGraphic + FontInfo + + Font + Helvetica + Size + 12 + + ID + 63 + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Color + + a + 0.87 + b + 0.56470600000000004 + g + 0.91764699999999999 + r + 0.95294100000000004 + + CornerRadius + 10 + Pattern + 1 + Width + 1.125 + + + + + AllowConnections + NO + Bounds + {{167.79183999999998, 178.54640999999998}, {240.33333999999999, 142.75953999999999}} + Class + ShapedGraphic + FontInfo + + Font + Courier + NSKern + 0 + Size + 11 + + ID + 53 + Style + + fill + + Color + + a + 0.75 + b + 0.64565300000000003 + g + 0.64753400000000005 + r + 0.84254899999999999 + + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 + Pattern + 1 + Width + 0.5 + + + Text + + Align + 0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\b\fs22 \cf0 Scope\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f1\b0 \cf0 \ + cost:1\ + qty:2.5\ +} + + TextPlacement + 0 + + + GridInfo + + HPages + 1 + KeepToScale + + Layers + + + Lock + NO + Name + Layer 1 + Print + YES + View + YES + + + LayoutInfo + + Animate + NO + circoMinDist + 18 + circoSeparation + 0.0 + layoutEngine + dot + neatoLineLength + 0.20000000298023224 + neatoSeparation + 0.0 + twopiSeparation + 0.0 + + Orientation + 2 + PrintOnePage + + RowAlign + 1 + RowSpacing + 36 + SheetTitle + databinding1 + UniqueID + 5 + VPages + 1 + + + ActiveLayerIndex + 0 + AutoAdjust + + BackgroundGraphic + + Bounds + {{0, 0}, {756, 553}} + Class + SolidGraphic + ID + 2 + Style + + stroke + + Draws + NO + + + + BaseZoom + 0 + CanvasOrigin + {0, 0} + ColumnAlign + 1 + ColumnSpacing + 36 + DisplayScale + 1 in = 1 in + GraphicsList + + + Class + LineGraphic + ControlPoints + + {-1.9230769936149841, 15.368674457272164} + {-105.99997999999999, -2} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 66 + Points + + {123.71795325589621, 197.15385426572118} + {266.83646729519614, 302.28206325000605} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + 0 + HeadScale + 0.59999999999999998 + Legacy + + LineType + 1 + TailArrow + FilledArrow + TailScale + 0.59999999999999998 + Width + 2 + + + + + Class + LineGraphic + ControlPoints + + {-49.35897616945082, 36.852873673868373} + {-105.99997999999999, -2} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 65 + Points + + {75.000000190227581, 184.04255365828899} + {265.89424015079055, 314.46155087623418} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + 0 + HeadScale + 0.59999999999999998 + Legacy + + LineType + 1 + TailArrow + FilledArrow + TailScale + 0.59999999999999998 + Width + 2 + + + + + Class + LineGraphic + ControlPoints + + {-85.256413383596851, 67.948720441062136} + {-105.99997999999999, -2} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 64 + Points + + {75.000000190227581, 170.21276638916902} + {265.89424015079055, 328.58005698772473} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + FilledArrow + HeadScale + 0.59999990463256836 + Legacy + + LineType + 1 + TailArrow + 0 + Width + 2 + + + + + Class + LineGraphic + ControlPoints + + {-141.02564619843091, 94.871798351671714} + {-105.99997999999999, -2} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 63 + Points + + {75.000000190227581, 156.91489401501519} + {308.33334464293301, 353.56411641307182} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + 0 + HeadScale + 0.59999999999999998 + Legacy + + LineType + 1 + TailArrow + FilledArrow + TailScale + 0.59999999999999998 + Width + 2 + + + + + Class + LineGraphic + ControlPoints + + {-21.944913879925139, -34.210594286374175} + {40, 0.092437744000000002} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 41 + Points + + {432.0512978988292, 279.95527576073698} + {251.29238999999995, 215.42553246129205} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + FilledArrow + HeadScale + 0.59999990463256836 + Legacy + + LineType + 1 + TailArrow + 0 + Width + 2 + + + + + Class + LineGraphic + ControlPoints + + {0, -19.871795600688017} + {54.016671200885867, -31.646486506708655} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 35 + Points + + {210.25641796856971, 208.692316227411} + {167.79183999999998, 134.57446842643677} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + FilledArrow + HeadScale + 0.59999990463256836 + Legacy + + LineType + 1 + TailArrow + 0 + Width + 2 + + + + + AllowConnections + NO + Bounds + {{251.29238999999995, 238.50893000000002}, {240.33333999999999, 142.75953999999999}} + Class + ShapedGraphic + FontInfo + + Size + 11 + + ID + 30 + Style + + fill + + Color + + a + 0.75 + b + 0.63347100000000001 + g + 0.83791800000000005 + r + 0.69186899999999996 + + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 + Pattern + 1 + Width + 0.5 + + + Text + + Align + 0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\b\fs22 \cf0 View (DOM)\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f1\b0 \cf0 \ +<div ng-controller=\ + "InvoiceController as invoice">\ + <input ng-model=\'93invoice.qty">\ + <input ng-model=\'93invoice.cost">\ + \{\{invoice.total('USD')\}\} \ + <button ng-click=\ + "invoice.pay()">\ +</div>} + + TextPlacement + 0 + + + AllowConnections + NO + Bounds + {{167.79183999999998, 178.54640999999998}, {240.33333999999999, 142.75953999999999}} + Class + ShapedGraphic + FontInfo + + Size + 11 + + ID + 53 + Style + + fill + + Color + + a + 0.75 + b + 0.64565300000000003 + g + 0.64753400000000005 + r + 0.84254899999999999 + + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 + Pattern + 1 + Width + 0.5 + + + Text + + Align + 0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\b\fs22 \cf0 Scope\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f1\b0 \cf0 \ +invoice: \ + new InvoiceController\ +} + + TextPlacement + 0 + + + AllowConnections + NO + Bounds + {{59.625, 101.25}, {240.33333999999999, 142.75953999999999}} + Class + ShapedGraphic + ID + 52 + Style + + fill + + Color + + a + 0.75 + b + 0.99972899999999998 + g + 0.88002899999999995 + r + 0.69367699999999999 + + + shadow + + Draws + NO + + stroke + + CornerRadius + 15 + Pattern + 1 + Width + 0.5 + + + Text + + Align + 0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\b\fs24 \cf0 Controller\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f1\b0\fs22 \cf0 \expnd0\expndtw0\kerning0 +function InvoiceController \{\ + this.pay = function\'85\ + this.total = function\'85\ + this.cost=2.5;\ + this.qty=1;\ +\}} + + TextPlacement + 0 + + + GridInfo + + HPages + 1 + KeepToScale + + Layers + + + Lock + NO + Name + Layer 1 + Print + YES + View + YES + + + LayoutInfo + + Animate + NO + circoMinDist + 18 + circoSeparation + 0.0 + layoutEngine + dot + neatoLineLength + 0.20000000298023224 + neatoSeparation + 0.0 + twopiSeparation + 0.0 + + Orientation + 2 + PrintOnePage + + RowAlign + 1 + RowSpacing + 36 + SheetTitle + databinding2 + UniqueID + 10 + VPages + 1 + + + ActiveLayerIndex + 0 + AutoAdjust + + BackgroundGraphic + + Bounds + {{0, 0}, {756, 553}} + Class + SolidGraphic + ID + 2 + Style + + stroke + + Draws + NO + + + + BaseZoom + 0 + CanvasOrigin + {0, 0} + ColumnAlign + 1 + ColumnSpacing + 36 + DisplayScale + 1 in = 1 in + GraphicsList + + + Class + LineGraphic + ControlPoints + + {-62.676058232228598, 2.8169014935833161} + {-56.515554650635011, 0.12211046785330382} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 63 + Points + + {117.69014482501964, 251.63381205378889} + {102.19718661031143, 369.23944941089201} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + FilledArrow + HeadScale + 0.59999999999999998 + Legacy + + LineType + 1 + Pattern + 1 + TailArrow + 0 + TailScale + 0.59999999999999998 + Width + 2 + + + + + Class + LineGraphic + ControlPoints + + {61.090082706468081, -30.813380600937421} + {6.102421697317709, 53.521128378082835} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 64 + Points + + {221.91550008760203, 347.40846283562132} + {308.77082767853346, 228.3943747317266} + + Style + + shadow + + Draws + NO + + stroke + + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + 0 + HeadScale + 0.59999990463256836 + Legacy + + LineType + 1 + Pattern + 1 + TailArrow + FilledArrow + TailScale + 0.59999999999999998 + Width + 2 + + + + + Bounds + {{308.77082767853346, 304.875}, {121.97899383333325, 51.500076}} + Class + ShapedGraphic + FontInfo + + Font + Courier + NSKern + 0 + Size + 12 + + ID + 71 + Shape + Speech Bubble + Style + + fill + + Color + + b + 0.56652199999999997 + g + 0.91703900000000005 + r + 0.95230899999999996 + + + + Text + + Pad + 0.0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 Service} + VerticalPad + 0.0 + + TextPlacement + 0 + TextRelativeArea + {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} + + + Bounds + {{308.77082767853346, 177.16489401501519}, {121.97899383333325, 51.500076}} + Class + ShapedGraphic + FontInfo + + Font + Courier + NSKern + 0 + Size + 12 + + ID + 70 + Shape + Speech Bubble + Style + + fill - HeadArrow - 0 - Legacy - - TailArrow - 0 + Color + + b + 0.56652199999999997 + g + 0.91703900000000005 + r + 0.95230899999999996 + + Text + + Pad + 0.0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 Controller} + VerticalPad + 0.0 + + TextPlacement + 0 + TextRelativeArea + {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} - AllowConnections - NO - AllowLabelDrop - - AllowToConnect - + Bounds + {{308.77082767853346, 39.375}, {121.97899383333325, 51.500076}} Class - LineGraphic + ShapedGraphic + FontInfo + + Font + Courier + NSKern + 0 + Size + 12 + ID - 45 - Points - - {344.5, 245.83340000000001} - {344.5, 342.16660000000002} - + 42 + Shape + Speech Bubble Style - stroke + fill - HeadArrow - 0 - Legacy - - TailArrow - 0 + Color + + b + 0.56652199999999997 + g + 0.91703900000000005 + r + 0.95230899999999996 + + Text + + Pad + 0.0 + Text + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs24 \cf0 Template} + VerticalPad + 0.0 + + TextPlacement + 0 + TextRelativeArea + {{0.15000000999999999, 0.15000000999999999}, {0.69999999000000002, 0.69999999000000002}} AllowConnections NO Bounds - {{378.16674999999998, 219.65106}, {61, 36.666671999999998}} + {{81.693159191741074, 319.5}, {269.13450929505143, 111.31803435716634}} Class ShapedGraphic + FontInfo + + Font + Courier + NSKern + 0 + Size + 12 + ID - 11 - Shape - Rectangle + 68 Style fill Color - a - 0.75 b - 0.999729 + 0.70196099999999995 g - 0.880029 + 0.70196099999999995 r - 0.693677 + 0.70196099999999995 shadow @@ -7173,49 +8379,125 @@ cache} CornerRadius 15 + Pattern + 1 Width - 0.5 + 0.5625 Text + Align + 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;\f2\fmodern\fcharset0 Courier-Bold; +} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 -\f0\fs24 \cf0 Instance\ -Cache} +\f0\b\fs22 \cf0 finance.js\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f1\b0 \cf0 angular.module(\'93 +\f2\b finance +\f1\b0 \'94, [])\ + .factory(\'93 +\f2\b currencyConverter +\f1\b0 \'94,\ + function() \{\}\ + );\ +} + TextPlacement + 0 - AllowConnections - NO - Bounds - {{451.16663, 219.65106}, {61, 36.666671999999998}} Class - ShapedGraphic + LineGraphic + ControlPoints + + {21.653461796301713, 35.383804498270322} + {-2.5821597024513494, -38.967137327902421} + + FontInfo + + Font + Helvetica + Size + 12 + ID - 10 - Shape - Rectangle + 66 + Points + + {230.54372934732083, 98.112680653498629} + {215.05077113261262, 214.13733143533108} + Style - fill + shadow + Draws + NO + + stroke + + Bezier + Color - a - 0.75 b - 0.633471 + 0.50196099999999999 g - 0.837918 + 0.0 r - 0.691869 + 0.0 + HeadArrow + FilledArrow + HeadScale + 0.59999999999999998 + Legacy + + LineType + 1 + Pattern + 1 + TailArrow + 0 + TailScale + 0.59999999999999998 + Width + 1.96875 + + + + Class + LineGraphic + ControlPoints + + {-57.042255245062002, 0} + {-37.323944789978825, 0.22296118910463747} + + FontInfo + + Font + Helvetica + Size + 12 + + ID + 65 + Points + + {103.60563735710312, 118.53521648197761} + {102.19718661031143, 237.54930458587236} + + Style + shadow Draws @@ -7223,35 +8505,50 @@ Cache} stroke - CornerRadius - 15 + Bezier + + Color + + b + 0.50196099999999999 + g + 0.0 + r + 0.0 + + HeadArrow + FilledArrow + HeadScale + 0.59999999999999998 + Legacy + + LineType + 1 + Pattern + 1 + TailArrow + 0 + TailScale + 0.59999999999999998 Width - 0.5 + 2 - Text - - Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc - -\f0\fs24 \cf0 Instance\ -Factory} - AllowConnections NO Bounds - {{314.16669000000002, 210.83340000000001}, {211.33332999999999, 55.333328000000002}} + {{79.875, 56.036870000000036}, {272.77082767853352, 111.31803435716634}} Class ShapedGraphic + FontInfo + + Size + 11 + ID - 12 - Shape - Rectangle + 30 Style fill @@ -7259,13 +8556,13 @@ Factory} Color a - 0.19 + 0.75 b - 0 + 0.63347100000000001 g - 1 + 0.83791800000000005 r - 1 + 0.69186899999999996 shadow @@ -7277,8 +8574,10 @@ Factory} CornerRadius 15 + Pattern + 1 Width - 0.5 + 0.5625 Text @@ -7286,37 +8585,55 @@ Factory} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;\f2\fmodern\fcharset0 Courier-Bold; +} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 -\f0\fs24 \cf0 $injector} +\f0\b\fs22 \cf0 index.html\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f1\b0 \cf0 <html ng=app=" +\f2\b invoice +\f1\b0 \'94>\ + <div ng-controller=\ + " +\f2\b InvoiceController +\f1\b0 as invoice">} + TextPlacement + 0 AllowConnections NO Bounds - {{221.66668999999999, 103}, {312.66663, 254}} + {{81.693159191741074, 187.76843500000001}, {269.13450929505143, 111.31803435716634}} Class ShapedGraphic + FontInfo + + Size + 11 + ID - 42 - Shape - Rectangle + 69 Style fill Color + a + 0.75 b - 0.924687 + 1 g - 0.924896 + 0.87843099999999996 r - 0.924755 + 0.69411800000000001 shadow @@ -7331,7 +8648,7 @@ Factory} Pattern 1 Width - 0.5 + 0.5625 Text @@ -7339,12 +8656,31 @@ Factory} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470 -{\fonttbl\f0\fmodern\fcharset0 Courier;} + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\fmodern\fcharset0 Courier;\f2\fmodern\fcharset0 Courier-Bold; +} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 -\f0\fs24 \cf0 ng-app="myModule"} +\f0\b\fs22 \cf0 invoice.js\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f1\b0 \cf0 angular.module(\'93 +\f2\b invoice +\f1\b0 \'94, [" +\f2\b finance +\f1\b0 \'94])\ + .controller(" +\f2\b InvoiceController +\f1\b0 \'94,\ + [\'93 +\f2\b currencyConverter +\f1\b0 \'94,\ + function(currencyConverter) \{\}\ + ]\ + );\ +} TextPlacement 0 @@ -7379,6 +8715,8 @@ Factory} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -7393,9 +8731,9 @@ Factory} RowSpacing 36 SheetTitle - injector-module + module-service UniqueID - 9 + 11 VPages 1 @@ -7409,27 +8747,25 @@ Factory} WindowInfo CurrentSheet - 6 - ExpandedCanvases + 10 + Expanded_Canvases Frame - {{144, 431}, {1363, 1081}} - ListView + {{0, 0}, {1436, 877}} + ShowInfo - OutlineWidth - 142 - RightSidebar - ShowRuler Sidebar SidebarWidth - 120 + 230 + TopSlabHeight + 637 VisibleRegion - {{-31, -37}, {818.66666666666663, 628}} + {{0, 0}, {628.16903306907773, 506.33804347159958}} Zoom - 1.5 + 1.4199999570846558 ZoomValues @@ -7453,9 +8789,9 @@ Factory} 1 - model - 1.5 - 1 + databinding1 + 1.8999999761581421 + 1.8999999999999999 view @@ -7477,6 +8813,16 @@ Factory} 1.5 1 + + databinding2 + 1.8799999952316284 + 1.8800000000000001 + + + module-service + 1.4199999570846558 + 1.4199999999999999 + diff --git a/images/docs/guide/concepts.graffle/image1.png b/images/docs/guide/concepts.graffle/image1.png index ae8d209e64f6..bac2e74264ce 100644 Binary files a/images/docs/guide/concepts.graffle/image1.png and b/images/docs/guide/concepts.graffle/image1.png differ diff --git a/images/docs/guide/concepts.graffle/image4.png b/images/docs/guide/concepts.graffle/image4.png index 83cebe66cd58..cbee9a0b9194 100644 Binary files a/images/docs/guide/concepts.graffle/image4.png and b/images/docs/guide/concepts.graffle/image4.png differ diff --git a/images/docs/guide/concepts.graffle/image5.png b/images/docs/guide/concepts.graffle/image5.png index 696cb3de2a89..7d461d73926a 100644 Binary files a/images/docs/guide/concepts.graffle/image5.png and b/images/docs/guide/concepts.graffle/image5.png differ diff --git a/images/docs/guide/concepts.svg/Canvas_11.svg b/images/docs/guide/concepts.svg/Canvas_11.svg new file mode 100644 index 000000000000..775a5c0e53e8 --- /dev/null +++ b/images/docs/guide/concepts.svg/Canvas_11.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000module-serviceLayer 1invoice.jsangular.module(“invoice”, ["finance”]) .controller("InvoiceController”, [“currencyConverter”, function(currencyConverter) {} ] );index.html<html ng=app="invoice”> <div ng-controller= "InvoiceController as invoice">finance.jsangular.module(“finance”, []) .factory(“currencyConverter”, function() {} );TemplateControllerService diff --git a/images/docs/guide/concepts.svg/controller.svg b/images/docs/guide/concepts.svg/controller.svg new file mode 100644 index 000000000000..ffd60c2ae555 --- /dev/null +++ b/images/docs/guide/concepts.svg/controller.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000controllerLayer 1Controllerfunction MyCtrl($scope) { $scope.action = function() { // do something; }; $scope.name = 'world';}Scope{ name: 'world', action: function}View (DOM)<div ng-controller="MyCtrl"> Hello {{name}}! <button ng-click="action()"> OK <button></div>Imperativebehaviorscope is the glueDeclarativeview diff --git a/images/docs/guide/concepts.svg/databinding1.svg b/images/docs/guide/concepts.svg/databinding1.svg new file mode 100644 index 000000000000..87a76b3b7353 --- /dev/null +++ b/images/docs/guide/concepts.svg/databinding1.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000databinding1Layer 1Scope cost:1 qty:2.5View (DOM)<div> <input ng-model="qty"> <input ng-model="cost"> Total: {{qty * cost}} </div>ModelData binding diff --git a/images/docs/guide/concepts.svg/databinding2.svg b/images/docs/guide/concepts.svg/databinding2.svg new file mode 100644 index 000000000000..617398507043 --- /dev/null +++ b/images/docs/guide/concepts.svg/databinding2.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000databinding2Layer 1Controllerfunction InvoiceController { this.pay = function… this.total = function… this.cost=2.5; this.qty=1;}Scopeinvoice: new InvoiceControllerView (DOM)<div ng-controller= "InvoiceController as invoice"> <input ng-model=“invoice.qty"> <input ng-model=“invoice.cost"> {{invoice.total('USD')}} <button ng-click= "invoice.pay()"></div> diff --git a/images/docs/guide/concepts.svg/directive.svg b/images/docs/guide/concepts.svg/directive.svg new file mode 100644 index 000000000000..373074994bc9 --- /dev/null +++ b/images/docs/guide/concepts.svg/directive.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000directiveLayer 1I bind checkbox state to a modelI change visibility based on model diff --git a/images/docs/guide/concepts.svg/filter.svg b/images/docs/guide/concepts.svg/filter.svg new file mode 100644 index 000000000000..498febedc2a8 --- /dev/null +++ b/images/docs/guide/concepts.svg/filter.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000filter diff --git a/images/docs/guide/concepts.svg/image4.png b/images/docs/guide/concepts.svg/image4.png new file mode 100644 index 000000000000..cbee9a0b9194 Binary files /dev/null and b/images/docs/guide/concepts.svg/image4.png differ diff --git a/images/docs/guide/concepts.svg/image5.png b/images/docs/guide/concepts.svg/image5.png new file mode 100644 index 000000000000..7d461d73926a Binary files /dev/null and b/images/docs/guide/concepts.svg/image5.png differ diff --git a/images/docs/guide/concepts.svg/injector-module.svg b/images/docs/guide/concepts.svg/injector-module.svg new file mode 100644 index 000000000000..c3c058d7d7cf --- /dev/null +++ b/images/docs/guide/concepts.svg/injector-module.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000injector-moduleLayer 1ng-app="myModule"$injectorInstanceFactoryInstanceCache$injector.get('a')checkcacheif no cachecreate newmyModule$provide. factory('objA', …)configure diff --git a/images/docs/guide/concepts.svg/runtime.svg b/images/docs/guide/concepts.svg/runtime.svg new file mode 100644 index 000000000000..c6099391a53e --- /dev/null +++ b/images/docs/guide/concepts.svg/runtime.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000runtimeLayer 1JavaScriptNativeEvent Queue(wait)AngularJSDOM Render$evalAsyncqueue$watchlist$digestloopfn()$apply(fn)EventLoop diff --git a/images/docs/guide/concepts.svg/scope.svg b/images/docs/guide/concepts.svg/scope.svg new file mode 100644 index 000000000000..6ac987806d8d --- /dev/null +++ b/images/docs/guide/concepts.svg/scope.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000scopeRuntime$scope$scopenames=[...]$scopename='Vojta'$scopename='Igor'$scopename='Misko'$scopename='World' diff --git a/images/docs/guide/concepts.svg/startup.svg b/images/docs/guide/concepts.svg/startup.svg new file mode 100644 index 000000000000..76e49bdf5e33 --- /dev/null +++ b/images/docs/guide/concepts.svg/startup.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000startupLayer 1BrowserAngularJSHTMLStaticDOMDOM ContentLoadedEventng-app="module"$injector$rootScope$compileDynamic DOM(view)$compile(dom)($rootScope) diff --git a/images/docs/guide/concepts.svg/view.svg b/images/docs/guide/concepts.svg/view.svg new file mode 100644 index 000000000000..7550bb64e95b --- /dev/null +++ b/images/docs/guide/concepts.svg/view.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2013-11-06 19:46:59 +0000viewLayer 1AngularJSOthers$compilescopetemplate(string)ModelmergeHTML(string)DOMHTML(string)ModelDOM.innerHTMLBrowserparseupdateLoopdirectivesextractcontinuousupdate loopset up$watches diff --git a/images/docs/guide/concepts.vdx b/images/docs/guide/concepts.vdx new file mode 100644 index 000000000000..926af8c10e91 --- /dev/null +++ b/images/docs/guide/concepts.vdx @@ -0,0 +1,13153 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + 0 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 2.136573642858397 + 4.833242533291772 + 1.490740833333333 + 3.21820875 + 0.7453704166666667 + 1.609104375 + + + 1.490740833333333 + 3.079319861111111 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #cce2f0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.218208750000001 + + + 1.490740833333334 + 3.218208750000001 + + + 1.490740833333334 + 0 + + + 0 + 0 + + + 0 + 3.218208750000001 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + #cce2f0 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Browser + + + + -0 + 4.662036388888889 + 4.858341416666667 + 2.435184444444444 + 3.21820875 + 1.217592222222222 + 1.609104375 + + + 2.435184444444444 + 3.079319861111111 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #f3f2c6 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.218208750000001 + + + 2.435184444444445 + 3.218208750000001 + + + 2.435184444444445 + 0 + + + 0 + 0 + + + 0 + 3.218208750000001 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + AngularJS + + + + -0 + 2.136573777777778 + 6.861111645833334 + 0.6574075555555555 + 0.342592875 + 0.3287037777777778 + 0.1712964375 + + + 0.6574075555555555 + 0.2037039861111111 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.342592875 + + + 0.6574075555555557 + 0.342592875 + + + 0.6574075555555557 + 0 + + + 0 + 0 + + + 0 + 0.342592875 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + HTML + + + + -0 + 2.136573756944444 + 5.699074201388889 + 0.9675958472222221 + 0.5370374305555555 + 0.4837979236111111 + 0.2685187152777778 + + + 0.9675958472222221 + 0.3981485416666666 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5370374305555556 + + + 0.9675958472222221 + 0.5370374305555556 + + + 0.9675958472222221 + 0 + + + 0 + 0 + + + 0 + 0.5370374305555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Static +DOM + + + + -0 + 2.143518205625755 + 6.3287040625 + 0.01388888888888889 + 0.7152778472222222 + 0.006944444444444444 + 0.3576389236111111 + + + 2.13657376118131 + 6.68634298611111 + 2.13657376118131 + 5.97106513888889 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.7152778472222222 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.7152778472222221 + + + 0 + -1.973729821555834e-16 + + + + 0 + + + + + -0 + 3.310185840277778 + 5.692129787433544 + 1.372683875 + 0.01388888888888889 + 0.6863419374999999 + 0.006944444444444444 + + + 2.62384390277778 + 5.69907423187799 + 3.99652777777778 + 5.69907423187799 + + + 4 + 0 + 2 + 0 + 1 + + + 1.372683875 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 1.372683875 + 0.01388888888888889 + + + + 0 + + + + + -0 + 3.141292518461137 + 5.699074231877988 + 0.7361111111111112 + 0.9166666666666666 + 0.3680555555555556 + 0.4583333333333333 + + + 0.7361111111111112 + 0.9166666666666666 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.277778 + 0 + + + 1 + #ffffff + 0.24 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9166666666666666 + + + 0.7361111111111112 + 0.9166666666666666 + + + 0.7361111111111112 + 0 + + + 0 + 0 + + + 0 + 0.9166666666666666 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + #ffffff + 0.24 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + DOM +Content +Loaded +Event + + + + -0 + 4.865740486111111 + 5.699074256944444 + 1.731480972222222 + 0.342592875 + 0.8657404861111111 + 0.1712964375 + + + 1.731480972222222 + 0.2037039861111111 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3425928750000004 + + + 1.731480972222221 + 0.3425928750000004 + + + 1.731480972222221 + 0 + + + 0 + 0 + + + 0 + 0.3425928750000004 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 2 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng-app="module" + + + + -0 + 4.865740701388889 + 5.067135923611111 + 0.9675958472222221 + 0.342592875 + 0.4837979236111111 + 0.1712964375 + + + 0.9675958472222221 + 0.2037039861111111 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3425928750000004 + + + 0.9675958472222229 + 0.3425928750000004 + + + 0.9675958472222229 + 0 + + + 0 + 0 + + + 0 + 0.3425928750000004 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $injector + + + + -0 + 4.872685053387393 + 5.383105090277777 + 0.01388888888888889 + 0.2824010138888886 + 0.006944444444444444 + 0.1412005069444443 + + + 4.86574060894295 + 5.52430559722222 + 4.86574060894295 + 5.24190458333333 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.2824010138888886 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.2824010138888886 + + + 0 + 0 + + + + 0 + + + + + -0 + 5.194441319444445 + 4.534519256944445 + 1.074079305555556 + 0.342592875 + 0.5370396527777778 + 0.1712964375 + + + 1.074079305555556 + 0.2037039861111111 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3425928750000004 + + + 1.074079305555556 + 0.3425928750000004 + + + 1.074079305555556 + 0 + + + 0 + 0 + + + 0 + 0.3425928750000004 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $rootScope + + + + -0 + 4.085649451388889 + 4.534519256944445 + 0.9675958472222221 + 0.342592875 + 0.4837979236111111 + 0.1712964375 + + + 0.9675958472222221 + 0.2037039861111111 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3425928750000004 + + + 0.9675958472222229 + 0.3425928750000004 + + + 0.9675958472222229 + 0 + + + 0 + 0 + + + 0 + 0.3425928750000004 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $compile + + + + -0 + 4.47569500981539 + 4.800827590630839 + 0.2725811719961915 + 0.1861080357618453 + 0.1362905859980958 + 0.09305401788092264 + + + 4.61198559581349 + 4.89388160851176 + 4.33940442381729 + 4.70777357274992 + + + 4 + 0 + 2 + 0 + 1 + + + 0.2725811719961915 + 0.1861080357618453 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.2725811719961908 + 0.1861080357618453 + + + -7.894919286223335e-16 + 0 + + + + 0 + + + + + -0 + 5.030091160856573 + 4.800827591423262 + 0.1136248469552399 + 0.1841141399041805 + 0.05681242347761994 + 0.09205706995209025 + + + 4.97327873737895 + 4.89288466137535 + 5.08690358433419 + 4.70877052147117 + + + 4 + 0 + 2 + 0 + 1 + + + 0.1136248469552399 + 0.1841141399041805 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.1841141399041801 + + + 0.1136248469552399 + -3.947459643111667e-16 + + + + 0 + + + + + -0 + 2.136573618055555 + 3.754554305555555 + 0.9675958472222221 + 0.7222222222222222 + 0.4837979236111111 + 0.3611111111111111 + + + 0.9675958472222221 + 0.5833333333333334 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7222222222222222 + + + 0.9675958472222221 + 0.7222222222222222 + + + 0.9675958472222221 + 0 + + + 0 + 0 + + + 0 + 0.7222222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Dynamic DOM +(view) + + + + -0 + 2.143518087302841 + 4.773110451388889 + 0.01388888888888889 + 1.307945625000001 + 0.006944444444444444 + 0.6539728125000005 + + + 2.1365736428584 + 5.42708326388889 + 2.1365736428584 + 4.11913763888889 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 1.307945625000001 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 1.307945625000001 + + + 0 + 0 + + + + 0 + + + + + -0 + 3.316467816741945 + 4.064203262303538 + 1.38526631980655 + 0.5916797940156869 + 0.6926331599032748 + 0.2958398970078435 + + + 4.00910097664522 + 4.36004315931138 + 2.62383465683867 + 3.78991472551442 + + + 4 + 0 + 0 + 0 + 2 + + + 1.38526631980655 + 0.5916797940156869 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.38526631980655 + 0.5916797940156869 + + + 1.172461732050219 + 0.1066366347043055 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.953683,0.876275,0,1, 0.986746,0.508858,0,1) + + + 0 + 0.02155136021872374 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.706014,-0.148403,0,1, 0.555059,0.082058,0,1) + + + + 0 + + + + + -0 + 3.843431760951066 + 4.071888259842097 + 2.439190286740749 + 0.577126791882249 + 1.219595143370375 + 0.2885633959411245 + + + 5.06302690432144 + 4.36045165578322 + 2.62383661758069 + 3.78586456967565 + + + 4 + 0 + 0 + 0 + 2 + + + 2.439190286740749 + 0.577126791882249 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 2.439190286740749 + 0.577126791882249 + + + 2.107644771308197 + 0.1379715249879167 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.973695,0.873155,0,1, 0.951385,0.608072,0,1) + + + -3.947459643111667e-16 + 0.002539705774674575 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.776767,-0.129940,0,1, 0.315230,0.051185,0,1) + + + + 0 + + + + + -0 + 3.752715768390603 + 3.783336058693147 + 1.347222222222222 + 0.7222222222222222 + 0.6736111111111112 + 0.3611111111111111 + + + 1.347222222222222 + 0.7222222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.291667 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7222222222222222 + + + 1.347222222222222 + 0.7222222222222222 + + + 1.347222222222222 + 0 + + + 0 + 0 + + + 0 + 0.7222222222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + #ffffff + 0 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $compile +(dom) +($rootScope) + + + + + + + + + + + + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + 0 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 4.773149444444444 + 4.495804666666667 + 3.064812777777778 + 3.649016527777778 + 1.532406388888889 + 1.824508263888889 + + + 3.064812777777778 + 3.510127638888889 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #cce2f0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.649016527777778 + + + 3.064812777777778 + 3.649016527777778 + + + 3.064812777777778 + 0 + + + 0 + 0 + + + 0 + 3.649016527777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + JavaScript + + + + -0 + 2.282407361111111 + 4.495804666666667 + 1.564814722222222 + 3.649016527777778 + 0.7824073611111111 + 1.824508263888889 + + + 1.564814722222222 + 3.510127638888889 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #ececec + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.649016527777778 + + + 1.564814722222222 + 3.649016527777778 + + + 1.564814722222222 + 0 + + + 0 + 0 + + + 0 + 3.649016527777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Native + + + + -0 + 2.273148006944444 + 5.305555909722222 + 1.212962680555556 + 1.046297069444444 + 0.6064813402777778 + 0.5231485347222222 + + + 1.212962680555556 + 0.9074081805555555 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #f8e95b + 0.4 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.046297069444445 + + + 1.212962680555555 + 1.046297069444445 + + + 1.212962680555555 + 0 + + + 0 + 0 + + + 0 + 1.046297069444445 + + + + 0 + + + 1.147368276250105 + 0.05658148770522212 + 0 + + + 1.147368298143752 + 0.9897156006246008 + 0 + + + 0.06559440430545077 + 0.9897155817392225 + 0 + + + 0.06559438241180339 + 0.05658146881984373 + 0 + + + 0.6064813402777778 + 0 + 0 + + + 0.6064813402777778 + 1.046297069444445 + 0 + + + 1.212962680555555 + 0.5231485347222223 + 0 + + + 1.973729821555834e-16 + 0.5231485347222223 + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Event Queue + +(wait) + + + + -0 + 5.138888194444444 + 4.319444930555556 + 2.092592222222222 + 3.018519027777778 + 1.046296111111111 + 1.509259513888889 + + + 2.092592222222222 + 2.879630138888889 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #f8e95b + 0.4 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.018519027777778 + + + 2.092592222222223 + 3.018519027777778 + + + 2.092592222222223 + 0 + + + 0 + 0 + + + 0 + 3.018519027777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 3 + + AngularJS + + + + + -0 + 2.273148006944444 + 3.351843409722222 + 1.212962680555556 + 1.046297069444444 + 0.6064813402777778 + 0.5231485347222222 + + + 1.212962680555556 + 0.9074081805555555 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #f8e95b + 0.4 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.046297069444445 + + + 1.212962680555555 + 1.046297069444445 + + + 1.212962680555555 + 0 + + + 0 + 0 + + + 0 + 1.046297069444445 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DOM Render + + + + -0 + 5.234414708380807 + 4.544231681746839 + 0.8114219721272767 + 0.7088328370315469 + 0.4057109860636384 + 0.3544164185157734 + + + 4 + 0 + 2 + 2 + 1 + + + 0.8114219721272767 + 0.7088328370315469 + -0 + + + 1 + + + 0 + + + + + -0 + 0.4238224582383875 + 0.3544164257891297 + 0.7139884722222223 + 0.7088328224848348 + 0.3569942361111111 + 0.3544164112424174 + + + 0.460573222127277 + 0.698238486768935 + 0.360823222127277 + 0.708738625657823 + + + 4 + 0 + 0 + 2 + 2 + + + 0.7139884722222223 + 0.7088328224848348 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.3937450000000003 + 0.6982384722222226 + + + 0.7139884722222223 + 0.3412445833333335 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.838236,0.985054,0,1, 1.000000,0.762862,0,1) + + + 0.3464944444444448 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.199978,0,1, 0.735295,0.000000,0,1) + + + 0 + 0.3359947222222222 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.235294,0.000000,0,1, 0.000000,0.244411,0,1) + + + 0.2939950000000001 + 0.708738611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.703610,0,1, 0.169117,1.007273,0,1) + + + + 0 + + + + + -0 + 0.4057109860636388 + 0.3543693128289114 + 0.8114219721272767 + 0.7087386256578232 + 0.4057109860636384 + 0.3543693128289116 + + + 0.8114219721272767 + 0.7087386256578232 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7087386256578235 + + + 0.8114219721272775 + 0.7087386256578235 + + + 0.8114219721272775 + 0 + + + 0 + 0 + + + 0 + 0.7087386256578235 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 3 + 0 + + 0.138889 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $eval +Async +queue + + + + + + -0 + 5.283131458333333 + 3.354820711013021 + 0.7139884722222223 + 0.7088328336979985 + 0.3569942361111111 + 0.3544164168489993 + + + 4 + 0 + 2 + 2 + 1 + + + 0.7139884722222223 + 0.7088328336979985 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3569942361111108 + 0.3544168392114331 + 0.7139884722222223 + 0.7088319889731309 + 0.3569942361111111 + 0.3544159944865655 + + + 0.393745555555556 + 0.698238900280423 + 0.293995416666667 + 0.708738622502645 + + + 4 + 0 + 0 + 2 + 2 + + + 0.7139884722222223 + 0.7088319889731309 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.393745555555556 + 0.698238055555555 + + + 0.7139884722222223 + 0.3412416666666663 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.838236,0.985054,0,1, 1.000000,0.762858,0,1) + + + 0.3464950000000005 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.199974,0,1, 0.735295,0.000000,0,1) + + + 0 + 0.3359934722222222 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.235295,0.000000,0,1, 0.000000,0.244410,0,1) + + + 0.2939954166666673 + 0.7087377777777775 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.703609,0,1, 0.169118,1.007273,0,1) + + + + 0 + + + + + -0 + 0.3569942361111108 + 0.3543693128289118 + 0.7139884722222223 + 0.7087386256578232 + 0.3569942361111111 + 0.3543693128289116 + + + 0.7139884722222223 + 0.7087386256578232 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7087386256578235 + + + 0.7139884722222215 + 0.7087386256578235 + + + 0.7139884722222215 + 0 + + + 0 + 0 + + + 0 + 0.7087386256578235 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $watch +list + + + + + + -0 + 5.790871319444444 + 3.936353333333333 + 0.3627018055555556 + 1.189413055555556 + 0.1813509027777778 + 0.5947065277777779 + + + 5.60952041666667 + 4.53105986111111 + 5.64012569444444 + 3.34164680555556 + + + 4 + 0 + 0 + 2 + 2 + + + 0.3627018055555556 + 1.189413055555556 + -0 + + + 2 + + + 1 + 0.0416667 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 7.894919286223335e-16 + 1.189413055555556 + + + 0.3627018055555564 + 0.6722420833333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.617071,0.915501,0,1, 1.000000,0.759806,0,1) + + + 0.0306052777777784 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.370570,0,1, 0.897886,0.121458,0,1) + + + + 0 + + + + + -0 + 4.71398650347802 + 3.931104305555555 + 0.424301437488405 + 1.189411388888888 + 0.2121507187442025 + 0.5947056944444442 + + + 4.92613722222222 + 3.33639861111111 + 4.89553194444444 + 4.52581 + + + 4 + 0 + 0 + 2 + 2 + + + 0.424301437488405 + 1.189411388888888 + -0 + + + 2 + + + 1 + 0.0416667 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.424301437488405 + 0 + + + 0.0005844930439609345 + 0.5848977777777777 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366654,0.086947,0,1, 0.023203,0.195934,0,1) + + + 0.3936961597106274 + 1.189411388888888 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.020445,0.787574,0,1, 0.213897,0.896560,0,1) + + + + 0 + + + + + -0 + 5.252526111111111 + 3.99537125 + 0.7083333333333334 + 0.3888888888888889 + 0.3541666666666667 + 0.1944444444444444 + + + 0.7083333333333334 + 0.3888888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3888888888888889 + + + 0.7083333333333334 + 0.3888888888888889 + + + 0.7083333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3888888888888889 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $digest +loop + + + + -0 + 5.283131527777778 + 5.305555972222223 + 0.4027777777777778 + 0.1944444444444444 + 0.2013888888888889 + 0.09722222222222222 + + + 0.4027777777777778 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.4027777777777778 + 0.1944444444444444 + + + 0.4027777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 3 + + fn() + + + + -0 + 4.054759722222222 + 5.305554027777777 + 1.013888888888889 + 0.1944444444444444 + 0.5069444444444444 + 0.09722222222222222 + + + 1.013888888888889 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.013888888888889 + 0.1944444444444444 + + + 1.013888888888889 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 3 + + $apply(fn) + + + + -0 + 5.291507033023851 + 5.04819375 + 0.01388888888888889 + 0.32028 + 0.006944444444444444 + 0.16014 + + + 5.28456258857941 + 5.20833375 + 5.28927694444444 + 4.88805375 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.32028 + -0 + + + 2 + + + 1 + 0.0694444 + 0 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.32028 + + + 0.004714355865038853 + 0 + + + + 0 + + + + + -0 + 4.821723402777778 + 5.298611208734235 + 0.5200384722222222 + 0.01388888888888889 + 0.2600192361111111 + 0.006944444444444444 + + + 4.56170416666667 + 5.3055548301163 + 5.08174263888889 + 5.30555565317868 + + + 4 + 0 + 2 + 0 + 1 + + + 0.5200384722222222 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0694444 + 0 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388806582651093 + + + 0.5200384722222222 + 0.01388888888888889 + + + + 0 + + + + + -0 + 3.142901805555555 + 4.560185138888889 + 0.3055555555555556 + 0.4444444444444444 + 0.1527777777777778 + 0.2222222222222222 + + + 0.3055555555555556 + 0.4444444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0.486111 + 0 + + + 1 + #ffffff + 0.42 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4444444444444444 + + + 0.3055555555555556 + 0.4444444444444444 + + + 0.3055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.4444444444444444 + + + + 0 + + + + + -0 + 3.142901805555555 + 4.199074027777778 + 0.9305555555555556 + 0.8888888888888888 + 0.4652777777777778 + 0.4444444444444444 + + + 4 + 0 + 2 + 2 + 1 + + + 0.9305555555555556 + 0.8888888888888888 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + + + 0.138889 + 0.138889 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Event +Loop + + + + -0 + 3.215458423611109 + 5.298611459717093 + 0.6647137083333376 + 0.01388888888888889 + 0.3323568541666688 + 0.006944444444444444 + + + 2.88310156944444 + 5.30555590416154 + 3.54781527777778 + 5.30555483963772 + + + 4 + 0 + 2 + 0 + 1 + + + 0.6647137083333376 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0694444 + 0 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6647137083333376 + 0.01388782436507322 + + + + 0 + + + + + -0 + 2.280092451388889 + 4.328699659722222 + 0.01388888888888889 + 0.9004709861111108 + 0.006944444444444444 + 0.4502354930555554 + + + 2.27314800694444 + 3.87846416666667 + 2.27314800694444 + 4.77893515277778 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.9004709861111108 + -0 + + + 2 + + + 1 + 0.0694444 + 0 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0 + 0.9004709861111108 + + + + 0 + + + + + -0 + 3.90461936641419 + 3.34134802395772 + 2.043035711616064 + 0.01388888888888889 + 1.021517855808032 + 0.006944444444444444 + + + 4.92613722222222 + 3.33639861111111 + 2.88310151060616 + 3.34829246840216 + + + 4 + 0 + 2 + 0 + 1 + + + 2.043035711616064 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0694444 + 0 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 2.043035711616063 + 0.001995031597835527 + + + -3.947459643111667e-16 + 0.01388888888888889 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + 0 + + + Runtime + 1 + 1 + 0 + + + Template + 0 + 1 + 0 + + + + + + -0 + 3.999999541666666 + 5.349536555555556 + 6.458755 + 3.032408333333334 + 3.2293775 + 1.516204166666667 + + + 6.458755 + 3.032408333333334 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.032408333333333 + + + 6.458755 + 3.032408333333333 + + + 6.458755 + 0 + + + 0 + 0 + + + 0 + 3.032408333333333 + + + + 0 + 0 + 6.45876 + 3.03241 + + Qk0AAAAAAAAAADYAAAAoAAAAwQIAAEsBAAABABgAAAAAAOyvCgAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A//////////////////7+8+/v7+jo6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh6eHh7+jo8+/v//7+////////////AP///////////////+vk5PHt7fn39/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Xy8vfz8/j29vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/f19fLs7Ovk5P///////////wD////////////z8PDy7Oz8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v28/P18vL59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fy7Ozz8PD///////8A////////////6+Tk+/j4/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78e3t+Pb2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39vX17ufn////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+jd2oo3L/bw7vn39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/n39/n39/38/P/+/v/+/vn39/v6+v38/Pn39/7+/vn4+Pv5+f38/Pn39/n39/n39/r4+P79/f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL8+/v8+/vOx8fn4+P8+/v8+/v8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/erb2fHn5j59/f59/f59/f59/f59/eTRz7hysj59/f59/eKOTDn2NX59/f59/f28/GvdWuQQDiRQTn17+3PsKqwfHT59/eUSD/p3tvTta+udGr59/f59/f59/fo19akZFqJNDC/k4v49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv7/Pv7/Pv74t7e0s3N/Pv7/Pv7/Pv7/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34MvJkEE5+Pb0+ff3+ff3+ff3+ff3k0c+4crI+ff3+ff3ijkw59jV+ff3+ff33MO/mlNK9fHv+ff3+ff3z7CqsHx0+ff3lEg/6d7b07WvrnRq+ff3+ff3+ff3tYJ6vI6G+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7+/b19ca/v/X09Pz7+/z7+/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n396BdVdGyrPn39/n39/n39/n395NHPuDLyfn39/n394o5MOfY1fn39/n398OZk7J+dvn39/n39/n398+wqrB8dPn395RIP+ne29O1r650avn39/n39/n395ZNRN/Hxfn39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/vVz8/h3t78+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/f59/fWuraZUUj6+fn59/f59/f59/eTRz7gy8n59/f59/eKOTDn19T59/f59/fCl5GzgHb59/f59/f59/fPsKqwfHT59/eUSD/q3dvTta+udGr59/f59/f59/eSRzzizMr59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv7/Pv7/Pv7/Pv76+bmzsfH/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3k0c+zq6n+fj4+Pb0hCwn7+Xj+ff3+ff3wpeRs4B2+ff3+ff3+ff3z7Cqr3hu+ff3kUM76drX0bKssHtx+ff3+ff3+ff3kkc84szK+ff3+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7+/z7+/v6+srCwvDu7vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n398uooqRkWvr4+Pn39/n395NHPqFeVuzg3s6up5NFPfn39/n29vn29MCWjbF9c/n29Pn29Pn398+vqZxXTfLq6IUuKdS2sL+SirqLg/n39/n39/n395JHPOLMyvn39/n39+3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/v8+/ve2Njc19f8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/f18e+NPTXn1NL59/f59/eTRz7Hn5uWTkOVS0LUtrD59/fjz82VTEOMOzOJNjCVTEOVTEP17+3WubWnamCOPjatc2mpbGSYUEfl1NT59/f59/f59/eSRzzizMr59/f59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78e/vysLC+/r6/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hu+fj4+ff3k0c+4crI+ff3+ff3+ff3+ff3+ff3+ff3wpaQsn91+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6kkc84szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/Lv78a+vsa+vsa+vsa+vsa+vu3q6vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/Hp54k2MOvh3vn395NFPeDJx/n39/n39/n39/n39/n39/n399O1rsiln/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399zDv8eemoo5MODLyfn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fXu7Xw6Ob59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ffycfMqqbMqqbw5+X59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z7+/v6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fFnJXSs6z7+fn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3y6iinFZPuoqC+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+jd2oo3L/bw7vn39/n39/n39/n39/n39//+/v38/Pjy8Pfz8fz7+/n39/n39/r5+f79/fDk4vz6+Pv6+vn39/n39/v5+fz6+PTs6f39/f////n39/n39/n39+vh3ocwK/Tt6/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL8+/v08fHOx8fMxMTOx8fl4uL8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/erb2fHn5j59/f59/f59/f59/f59/eSRD2scWiNPTWDKiXAlo359/f59/fizMqMPDSPPzeELCfNqqb59/f59/fZvrqGLimPPzeqbmWDKiXs4d/59/f59/f28O6GLinKp6H59/f59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv7/Pv71c/P3tnZ/Pv78vDwyMDA+vn5/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34MvJkEE5+Pb0+ff3+ff3+ff3+ff3kkQ9p2lh9PDu5dTUhjAq9PDu+Pb2lUtCv5KK+Pb22b+7hCwn7+Xj+ff3nVhOzaml+Pb2vpKKgSUj7OHf+ff3+ff3z62pjT01nlhR+vj4+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/r5+ca+vvHv7/z7+/z7+8/Jyevo6Pz7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n396BdVdGyrPn39/n39/n39/n395JEPcuoovn39/n395pTTNvBve/l44ElI+jb2fn39/n394w7M9W4svTt64QrJvTt6/n39+fX1IElI+zh3/n39/n4+KFeVtGyrIs6Murd2vn39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/v08vLGvr7u7e38+/v8+/vNxsbu6+v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/f59/fWuraZUUj6+fn59/f59/f59/eSRD3dw7/59/f59/escGfEnZbl1NSCKST49fX59/f59/eeWlLLqKLgy8mMPDT59/f59/f28vCBJSPs4d/59/fr39yKNy/18e+0gXm+kor59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv78e7uxr+/19LS9/X16ebmycHB+/r6/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3kkQ9yKKd+vj4+/r6lUtC3sfF8enngSUj59XT+ff3+/n5hzIs2Ly29vDwhS0o8+vp+ff35NHPgSUj7OHf+ff3v5OLsX52+ff34MnHkEE5+fj4+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/X09MnBweLf38rDw8zFxejk5Pz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n398uooqRkWvr4+Pn39/n395JEPZtTTO3f3NS1rocyLPbz8fn396BeVq93bfPr6cWdloo3L/Tt6/n396JgWLqLg/Lq6K92bIElI+zi4Pn395BBOd7Hxfn39/n395NFPd7Fwe3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v7+vrIwMD18/P8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/f18e+NPTXn1NL59/f59/eSRD29j4eRQjqQQDjQsar59/f59/fp3tuiYFiHMiyXT0bdxcP59/f59/fk0M6YUUiLODK/koqELCfs4uDjz82hXlb49vb59/f59/fFnZa9kYnHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7/Pv73NbW2dPT+/r6/Pv79/b2/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hu+fj4+ff3kkQ94szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwn7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/z7+/n4+NbR0cnBwczFxdPOzvz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/Hp54k2MOvh3vn395JEPeDLyfn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n394QsJ+zi4Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn29PT8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fWurbx6Ob59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fSs6308O759/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/v6+vXz8/b09Pz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+jd2oo3L/bw7vn39/n39/n39/n39/n39/v5+fz6+PTs6f39/f////n39/n39/z7+/7+/v////////7+/v38/Pn39/n39/r5+f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL18/PIwcHLw8PIwMDMxcXu6+v8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/erb2fHn5j59/f59/f59/f59/f59/fZvrqGLimPPzeqbmWDKiXs4d/59/e7joaTRz6KOTCIMy2TRz6udWv59/f59/ffyMSBJSPDmJL59/f59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv7+Pf38vDw/Pv7+vj43tnZy8PD+vn5/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34MvJkEE5+Pb0+ff3+ff3+ff3+ff3nVhOzaml+Pb2vpKKgSUj7OHf+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3+ff3tIF3pGRamFBH+vj4+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7+/z7+/z7+/f29sa+vvHv7/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n396BdVdGyrPn39/n39/n39/Tt64QrJvTt6/n39+fX1IElI+zh3/n39/n39/n398OblLF8dPn39/n39/n39/j29Is6MufX1ow8NOna1/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/v8+/v08vLHv7/49vb8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/f59/fWuraZUUj6+fn59/f59/fgy8mMPDT59/f59/f28vCBJSPs4d/59/f59/f59/fDm5SxfHT59/f59/f59/fcw7+aU0r59/ezgHjAlo359/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv7/Pv77uzs9/b28e7u1tHR1tDQ/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff39vDwhS0o8+vp+ff35NHPgSUj7OHf+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3sXx0wZWP+ff328O/lUtC+vj4+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+9LKysjBwce/v9TMzPPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n398uooqRkWvr4+Pn39/n396JgWLqLg/Lq6K92bIElI+zi4Pn39/j29vfx78CWjbF8dPn39/n39/f08ok2MOjY2Pn39/f09Iw7M+XU0u3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v8+/vSysrs6en8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/f18e+NPTXn1NL59/f59/fk0M6YUUiLODK/koqELCfs4uD59/fq392YUUiYUUi/kor59/f59/ffycelZ1/59/f59/f59/e7jobIo53HoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7/Pv70srK7Onp/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hu+fj4+ff3+ff3+ff3+ff3+ff3hCwn7OLg+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/z7+9LKysa+vsa+vsa+vtrU1Pz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/Hp54k2MOvh3vn39/n39/n39/n39/n394QsJ+zi4Pn39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fSs6308O759/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+jd2oo3L/bw7vn39/n39/n39/n39/n39/r5+f79/fDk4vz6+Pv6+vn39/n39/n39/n39/r4+P79/f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL8+/v8+/v8+/v8+/vV0dHh3t78+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/erb2fHn5j59/f59/f59/f59/f59/fizMqMPDSPPzeELCfNqqb59/f59/f59/f59/fo19akZFqJNDC/k4v49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv7/Pv7/Pv7/Pv7/Pv71dHR4d7e/Pv7/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34MvJkEE5+Pb0+ff3+ff3+ff3+Pb2lUtCv5KK+Pb22b+7hCwn7+Xj+ff3+ff3+ff3tYJ6vI6G+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7++nm5s/IyM/IyM/IyMjBwcrDw97Z2fz7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n396BdVdGyrPn39/n39/n39+/l44ElI+jb2fn39/n394w7M9W4svn39/n39/n395ZNRN/Hxfn39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/vu6+vPycnz8fHz8fHSzc3e2Nj29fX8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/f59/fWuraZUUj6+fn59/f59/fl1NSCKST49fX59/f59/eeWlLLqKL59/f59/f59/eSRzzizMr59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv7/Pv719LS6ufn/Pv71dHR4d7e/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff38enngSUj59XT+ff3+/n5hzIs2Ly2+ff3+ff3+ff3kkc84szK+ff3+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/b09M/Jyfv5+dXR0eHe3vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n398uooqRkWvr4+Pn39/n396BeVq93bfPr6cWdloo3L/Tt6/n39/n39/n395JHPOLMyvn39/n39+3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v8+/v8+/vk4eHh3t7V0dHh3t78+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/f18e+NPTXn1NL59/f59/fp3tuiYFiHMiyXT0bdxcP59/f59/f59/f59/eSRzzizMr59/f59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7/Pv7/Pv7/Pr61MzM0crK4d3d/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hu+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6kkc84szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/z7+/z7+/z7+/Dv78a+vuHd3fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/Hp54k2MOvh3vn39/n39/n39/n39/n39/n39/n39/n399zDv8eemoo5MODLyfn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ffycfMqqbMqqbw5+X59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f5+Pj59/f59/f59/f59/f59/f59/f5+Pj59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+fn56Ofn+Pb2+ff3+ff3+ff3+/r6+fn56Ofn+Pb2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36+rq9PPz/fz8+ff3+ff3+ff3+ff36+rq9PPz/fz8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19ff29vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r4+P79/f////z7+/n39/z7+/7+/v////////7+/v38/Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39768vFhTVXh0dPPx8fn39/n39/n39768vFhTVXh0dPPx8fn39/7+/vr4+Pn39/n39/////r4+Pn39/z7+/f39/Tz8/38/P/+/vr4+Pv6+v38/Pn39/7+/vn4+Pv5+f38/Pn39/r4+P7+/u/v7+rq6v7+/vr4+Pn396CdnV5aWomGhvn39/n39/n39/n396CdnV5aWomGhvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39+jd2oo3L/bw7vn39/n39/n39/n39/n39/n39/n39/r4+P79/f////z7+/n39/z7+/7+/v////////7+/v38/Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL08fHLw8PKwsLJwsLSysro5OT8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/f59/f59/fo19akZFqJNDC/k4v59/e7joaTRz6KOTCIMy2TRz6udWv49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/d+e3utq6v59/f59/f59/f59/f59/d+e3utq6v59/f59/f59/dlYGLT0dH59/f59/dZVVXe3Nz59/ejoaFcV1lhXV2Qjo5fW13W09O7urqPjY359/dmYWPi4eHAvr6Jhob59/fe3d1qZ2daVVdnZGReW1vZ1tb59/f59/fk4+NMR0fx7+/59/f59/f59/f59/fk4+NMR0fx7+/59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/erb2fHn5j59/f59/f59/f59/f59/f59/f59/fo19akZFqJNDC/k4v59/e7joaTRz6KOTCIMy2TRz6udWv49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv79/b28e7u/Pv7+/r65uPjxr6+9fT0/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3+ff3+ff3tYJ6vI6G+ff3+ff3+ff3+ff3+ff3w5uUsXx0+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3dHBwwsHB+ff3+ff3+ff3+ff3+ff3dHBwwsHB+ff3+ff3+ff3ZWBi09HR+ff3+ff3WVVV3tzc7evrVFBQ6ebm9/X1pKGhTEdH1tPTu7q6j42N+ff3ZmFj4uHhwL6+iYaG+Pb2amdnoZ+f9fLy+ff34uHh5+Tk+ff3+ff3+ff3TUhK5+Tk+ff3+ff3+ff3+ff3+ff3TUhK5+Tk+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34MvJkEE5+Pb0+ff3+ff3+ff3+ff3+ff3+ff3tYJ6vI6G+ff3+ff3+ff3+ff3+ff3w5uUsXx0+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7+/z7+/z7+/z7+8nBwe7r6/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n39/n395ZNRN/Hxfn39/n39/n39/n39/n398OblLF8dPn39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/z7+2RhYczKyvn39/n39/n39/n39/z7+2RhYczKyvn39/n39/n392VgYtPS0vn39/n391lVVd7c3PDt7VpVV+3t7f38/O7t7U1IStbT07u6uo+Njfn392ZhY+Lh4cC+vomGht/e3kxHR+jm5v38/P38/P38/Pv5+fn39/n39/n391hTVdva2vr4+Pn39/n39/n39/n391hTVdva2vr4+Pn39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n396BdVdGyrPn39/n39/n39/n39/n39/n395ZNRN/Hxfn39/n39/n39/n39/n398OblLF8dPn39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/v8+/vv7e3Hv7/6+Pj8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/f59/f59/eSRzzizMr59/f59/f59/f59/f59/fDm5SxfHT59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/fr6emtq6tdWFr08vL59/f59/f59/fr6emtq6tdWFr08vL59/f59/f59/dlYGLU0tL59/f59/dZVVXe29v59/eloqJlYWOJhoaVk5NUUFDW09O7urqPjY359/dmYWPj4eHAvr6JhobPzc1QTEyVkpKVkpKVkpKXk5PBv7/59/f59/f59/eRjo6Df3/g39/19PT59/f59/f59/eRjo6Df3/g39/19PTStK6KOTCzgHjizsz59/f59/f59/f59/f59/fWuraZUUj6+fn59/f59/f59/f59/f59/eSRzzizMr59/f59/f59/f59/f59/fDm5SxfHT59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv7/Pv7/Pv74+Dg0s3NzcbG7uvr/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+ff3kkc84szK+ff3+ff3+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3dXFxaWZmzczM+ff3+ff3+ff3+ff3dXFxaWZmzczM+ff3+ff3+ff3+ff3ZWBiube3+fj49/b2UE1N6efn+ff3+/n59fPzzszMxMLCU09P3drau7q6jIqK+ff3Yl9f397evru7j4yM5OLiTEdHvLq6xsPDxcTEdnNzuLa2+ff3+ff3+ff35uTkh4KEZ2Rk0M7O+ff3+ff3+ff35uTkh4KEZ2Rk0M7O3MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3+ff3+ff3kkc84szK+ff3+ff3+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7++7r6+Lf39HKyuHd3fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n395JHPOLMyvn39/n39/n39/j29vfx78CWjbF8dPn39/n39+3j4byPh409NaJfV9K0rPf08vn39/n39/n39+nn51BNTero6Pn39/n39/n39/n39+nn51BNTero6Pn39/n39/n392VgYnd0dOTk5Lm3t2VgYPn39/n398LAwOro6Pv7+768vFVQUvHv77u5uXFubu3s7FJOTsG/v6OhoZ2amvn393x4eI6MjO7u7tDOzltXV/Dt7fn39/n39/n393Zzc7Szs/n39/n39/n39/n39/n393Zzc7Szs/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n398uooqRkWvr4+Pn39/n39/n39/n395JHPOLMyvn39/n39/n39/j29vfx78CWjbF8dPn39/n39+3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/v8+/vx7u7HwMD6+fn8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/eSRzzizMr59/f59/f59/fq392YUUiYUUi/kor59/f59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/dvbGzGw8P59/f59/f59/f59/f59/dvbGzGw8P59/f59/f59/d9eXm0sbFpZmZnZGTCv7/59/f59/enpaViXV9UUFBtamrNy8v59/fFwcGAfn5eWlqJhYWCgIBsZ2nc2tr59/fr6OiGgoJYU1VkYGC/vLz59/f59/f59/f59/dQTEzi4eH59/f59/f59/f59/f59/dQTEzi4eH59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/f18e+NPTXn1NL59/f59/f59/f59/eSRzzizMr59/f59/f59/fq392YUUiYUUi/kor59/f59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7/Pv79PLy/Pv7/Pv75uLi0crK/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6kkc84szK+ff3+ff3+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3dHBwxMLC+ff3+ff3+ff3+ff3+ff3dHBwxMLC+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4TUhK5uPj+ff3+ff3+ff3+ff3+fj4TUhK5uPj+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hu+fj4+ff3+vn5/Pr6kkc84szK+ff3+ff3+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/z7+8/JycrCwsvExNLLy+7r6/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399zDv8eemoo5MODLyfn39/n39/n39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39397e6yqqv7+/vn39/n39/n39/n39397e6yqqv7+/vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z8/Ojn50xHR/Lw8Pn39/n39/n39/z8/Ojn50xHR/Lw8Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/Hp54k2MOvh3vn399zDv8eemoo5MODLyfn39/n39/n39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v49/f49vb8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ffycfMqqbMqqbw5+X59/f59/f59/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fHxMRkYGBtamry8PD59/f59/f59/fHxMRkYGBtamry8PD59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/eXlJRhXV2Zlpb59/f59/f59/f59/eXlJRhXV2Zlpb59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ffycfMqqbMqqbw5+X59/f59/f59/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r4+Pz7+/z7+/r4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fm5srBwG/Av2vs7NL8+/v59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fJyX7v7dz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKxsN7zs2PoKAAxcV3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kZEA4+HB+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r5+f79/fDk4vz6+Pv6+vn39/n39/n39/n39/r4+P79/f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/r4+P/+/v7+/OfmypqaAPn39/n39/n39/n39/n39/n39/n39/n39/n39/n39//+/vr4+Pn39/n39/n39/n39/r4+P7+/vT15/Hx4P///fr4+Pn395GRAOXkxPf47Pj57/z7+/n39/n39/r4+P7+/vT15/Hx4P///fr4+Pn39/z7+/r68/j47v38/P/+/vr4+Pn39/n39/n39/38/P/+/v/+/vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/z7+/fz//Tv/v38/P/+/vr4+Pv6+v38/Pn39/7+/vn4+Pv5+f38/Pn39/r4+P7+/u7p/+ni//7+//r4+Pn39/n39/n39/n39/n39/n39/n39/n39/z7+/7+/v////////7+/v38/Pn39/7+/vr4+Pn39/n39/////r4+Pn39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/z7+/fz//Tv/v38/P/+/vr4+Pv6+v38/Pn39/7+/vn4+Pv5+f38/Pn39/r4+P7+/u7p/+ni//7+//r4+Pn39/38/PHu/+ni//7+/vv5+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL29PTGvr7Gvr7Gvr7Gvr7Gvr7w7+/8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/fizMqMPDSPPzeELCfNqqb59/f59/f59/f59/fo19akZFqJNDC/k4v59/f59/f59/f59/f59/f59/f59/f59/eVlQDg3rr59/f59/eMjADn5c759/fj4r6UlACMjAC/vmSFhQDv7uD59/f59/f59/f59/f59/f59/f59/f59/f59/eSkgDi4MD59/f59/f59/f59/fp6c2ZmQCNjQCWlgCQkADk4sT59/eRkQCsrC2PjwCFhQDDw2/59/f59/fp6c2ZmQCNjQCWlgCQkADk4sT59/fAwGmOjgCSkQCzskWRkQDi4MD59/f59/f39vGvrzeSkQCSkQD08u359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/dSAPTRwPv59/f59/dCAPHc0fr59/ecePxFAPJNAPOGXPlLAPPUxPq1n/yFWvr59/dTAPXh2Pq7pft+Ufn59/fc0f9ZAPVDAPFWAPNJAPPWyfn59/f59/f59/f59/f59/f59/f59/f59/eYcvhSAPRCAPE+APBSAPR/T/j59/dSAPTRwPv59/f59/dCAPHc0fr59/f59/f59/f59/f59/f59/f59/f59/dSAPTRwPv59/f59/dCAPHc0fr59/ecePxFAPJNAPOGXPlLAPPUxPq1n/yFWvr59/dTAPXh2Pq7pft+Ufn59/fc0f9ZAPVDAPFWAPNJAPPWyfn59/d+UfdIAPJdCfVWAPPBrv/59/f59/f59/f59/f59/f59/f59/f59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv7/Pv719LS2dXV+/r6+/r6+/r6/Pv7/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+Pb2lUtCv5KK+Pb22b+7hCwn7+Xj+ff3+ff3+ff3tYJ6vI6G+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3oqIAv75q9PLtuLZVg4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kpIA4uDA+ff3+ff3+ff3+ff1mZkAvr5n9vTw+ff36unU7eva+ff3kZEAqakg9fPu5eLHiIgA9vXw+ff1mZkAvr5n9vTw+ff36unU7eva8fDkiYkA7+3e+Pb0wL9rg4MA4uDA+ff3+ff33duvm5sA9vTv+ff3+ff3/Pv7/////////////////////f39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UgD00cD7+ff3+ff3QgDx3NH67OX5OwDw6N/49/T4nXv5LwDw1MT6tZ/8hVr6+ff3UwD14dj6u6X7flH5+Pb4WQD1mXf79PD4+ff34dj45tz4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UgD00cD7+ff3+ff3QgDx3NH67OX5OwDw6N/49/T4nXv5LwDw1MT6tZ/8hVr6+ff3UwD14dj6u6X7flH5+Pb4WQD1mXf79PD4+ff34dj45tz4+ff32Mv6+Pb4+ff3zbz+WAD0+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/v5+dLNzeDb2/z7+/z7+/z7+/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5u/l44ElI+jb2fn39/n394w7M9W4svn39/n39/n395ZNRN/Hxfn39/n39/n39/n39/n39/n39/n39/n39/n39/n395WVAODfu/n39/n394yMAOflzvXz7IaGAPHw5Pn39+bjyIODAO3r2vr5+f38/P38/P38/P38/P38/Pz7+/n39/n395KSAOLhwfn39/n39/n39+jn0IODAO/u2/38/P38/P38/Pv5+fn395GRAM7NjPn39/n395qaAN3br+jn0IODAO/u2/38/P38/P38/Pv5+fPx6I2NAPPz4/38/PTz5YSEAOLgwPn39/n398PDdbSzRvn39/n39/n3987NxqKij6Kij6Kij6Kij6Kij7q7rfn39/n39/n39/n39/n39/n39/n39/n391IA9NHB/Pn39/n390IA8dzR+vDp+EMA8ezl//38/O3m/TEA79TE+rWf/IVa+vn391MA9eHY+rul+35R+d7U+y8A8Ofd/f38/P38/P38/Pv5+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n396KD/IZc+fn39/n39/n391IA9NHB/Pn39/n390IA8dzR+vn39/n39/n39/n39/n39/n39/n39/n391IA9NHB/Pn39/n390IA8dzR+vDp+EMA8ezl//38/O3m/TEA79TE+rWf/IVa+vn391MA9eHY+rul+35R+d7U+y8A8Ofd/f38/P38/P38/Pv5+fn39/n4+P38/PPw/5l1+1MA9Pn39/n39/n39/n39/n39/n39/n39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/v8+/v8+/v59/fPycnl4uL8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/fl1NSCKST49fX59/f59/eeWlLLqKL59/f59/f59/eSRzzizMr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/eVlQDh4Lz59/f59/eMjADn5M3g3ryOjgD59/f59/f39fCDgwDt69rc27OysD+ysD+ysD+ysD+ysD+/vmf59/f59/eSkgDe3bP59/f59/f59/fd3LSGhgC2tVC2tVC2tVC4tlHV1J/59/eRkQDd3LT59/f59/eqqiPIyH/d3LSGhgC2tVC2tVC2tVC4tlHV1J/59/fAv26VlQCurjW3tlGJiQDi4MD59/f59/fCwnG1tEz59/f59/f59/f49vT18/P18/P18/P18/P18/P39fP59/f59/f59/f59/f59/f59/f59/f59/dSAPTRwf359/f59/dCAPHc0Pn59/eefPhSAPR+UfeNZPk7APDUxPq1n/yFWvr59/dTAPXi2Pq7pft+UfnMvPo1AO+LZPmLZPmLZPmNY/q9p/v59/f59/f59/f59/f59/f59/f59/f59/f59/f59/eig/yGXPn59/f59/f59/dSAPTRwf359/f59/dCAPHc0Pn59/f59/f59/f59/f59/f59/f59/f59/dSAPTRwf359/f59/dCAPHc0Pn59/eefPhSAPR+UfeNZPk7APDUxPq1n/yFWvr59/dTAPXi2Pq7pft+UfnMvPo1AO+LZPmLZPmLZPmNY/q9p/v59/fm3f18TPg3APFmJvXNvfn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv7/Pv7/Pv7/Pv79fT0ysPD7+7u/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj48enngSUj59XT+ff3+/n5hzIs2Ly2+ff3+ff3+ff3kkc84szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAz8+O+fj4+fj0hoYA7+3f9fPuh4cA8vPl+ff35+bIg4MA7eva5uPKycmCycmCycmCycmCycmC09Gc+ff3+ff3kpIAwMBp+/r6+ff3+vn56+rXg4MA0tGT2Nal19emoaEAzs2P+ff3kZEAysuC+vj4+/r6lZUA4d+/6+rXg4MA0tGT2Nal19emoaEAzs2P+ff3+/n59vXx3Nuz19ajiIgA5+TL+ff3+ff3wsJxtbRM+ff3+ff3+ff39/b29fXz9fXz9fXz9fXz9fXz9vXz+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3UgD0tJr++fj49/T8NwDv6eD5+ff3+/n59PH5y7r6wKz9OwDw3M75tZ/8gVP7+ff3TgD03tP8uqH8hVn649v5LwDwt5/9wq36wa/7Zyn3spr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UgD0tJr++fj49/T8NwDv6eD5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UgD0tJr++fj49/T8NwDv6eD5+ff3+/n59PH5y7r6wKz9OwDw3M75tZ/8gVP7+ff3TgD03tP8uqH8hVn649v5LwDwt5/9wq36wa/7Zyn3spr6+ff3j2X5fU/57+j3+ff3+vn5+ff3+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7+/z7+/z7++bj48/Jyfz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn396BeVq93bfPr6cWdloo3L/Tt6/n39/n39/n395JHPOLMyvn39/n39/n39/n39/n39/n39/n39/n39/n39/n395WVAKGhAO3t1s/PjpWUAPn39/n396OiALu6WvT047GxP4ODAO3r2vn39/n39/n39/n39/n39/n39/n39/n39/n395KSAJubANDQkvT049zbr/n396WkALKyQPT05N/etI6OAPPx6Pn395GRAJ2cAO7u1NPSlouLAPj29Pn396WkALKyQPT05N/etI6OAPPx6Pn399bVnvHw3f39+dPTl4mJAPTy6/n39fn59MHBbbS0Q/n59Pn59Pn399LRyqmpl6mpl6mpl6mpl6mpl7+/s/n398u6/+Tb+/n399HB/d7T/Pn39/n391IA9Gkq9uPa/rSa/lIA8/n39/n3976o/enh//v6/7ii/zwA8PLr+Lee+2AZ9+zk/zgA8bym/Zx4/JVx+vn392429oRX+u3m/826/0UA8vDp+Pn39/n39/n39/n39/n39/n39/n39/n39/f2+PHu/557/oZc+fn39/n39/n391IA9Gkq9uPa/rSa/lIA8/n39/n39/n39/n39/n39/n39/n39/n39/n391IA9Gkq9uPa/rSa/lIA8/n39/n3976o/enh//v6/7ii/zwA8PLr+Lee+2AZ9+zk/zgA8bym/Zx4/JVx+vn392429oRX+u3m/826/0UA8vDp+Pn395x5+YZc+fj1//Pw/829/fn39/n398u6/+Tb+/n399HB/d7T/Pn39+3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/v8+/v08vLGvr749/f8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/fp3tuiYFiHMiyXT0bdxcP59/f59/f59/f59/eSRzzizMr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/empQrLyoeYmACWlgDV05759/f59/fk4caZmQCNjQDBwG+dnQDv7uD59/f59/f59/f59/f59/f59/f59/f59/f59/ekowDY1aeioQCJiQC2tE/59/fv7uCsqyuMjACUkwDT0Zn59/f59/ejogDBwG+SkQCSkQDT0Zz59/f59/fv7uCsqyuMjACUkwDT0Zn59/f59/fCwnGTkgCJiQCamgDb2rL59/fj4cGXlwCOjgCLiwCXlwCXlwD08u359/f59/f59/f59/f59/f59/f59/f59/dJAPOukfv59/dkIvaVcPv59/f59/dwOPavkvtYAPRWAPO9p/j59/f59/ehgfpPAPM7APBcDPTKuPr59/fArPl0QPZJAPN+T/h2RfhbAPTbzfr59/fq4vl7SvZCAPFRAPO7o/n59/f59/f59/f59/f59/f59/f59/f59/f59/fj2/lcBfRcBfScefn59/f59/f59/dwOPavkvtYAPRWAPO9p/j59/f59/f59/f59/f59/f59/f59/f59/f59/dwOPavkvtYAPRWAPO9p/j59/f59/ehgfpPAPM7APBcDPTKuPr59/fArPl0QPZJAPN+T/h2RfhbAPTbzfr59/fq4vl7SvZCAPFRAPO7o/n59/f59/fp4Pl/T/hIAPJFAPKcefn59/f59/dJAPOukfv59/dkIvaVcPv59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7+/r66ebm/Pr6/Pv74t/f0crK/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6kkc84szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsFytLNK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r8/Pv9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/v6+tPLy8jAwMvExNTMzO7s7Pz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399zDv8eemoo5MODLyfn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399TSmsrJhvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n396GB+oVa9/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v5+Pj49/f8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ffycfMqqbMqqbw5+X59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ff0/jVx/n59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r4+Pz7+/z7+/r4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fm5srBwG/Av2vs7NL8+/v59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKxsN7zs2PoKAAxcV3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v5+fz6+PTs6f39/f////n39/n39/z7+/7+/v////////7+/v38/Pn39/n39/r5+f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/r4+P/+/v7+/OfmypqaAPn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/38/Pv79u/v2vz79/r4+Pn39/r5+f7+/PHw2/z8+Pv6+vn39/n39/7+/vr4+Pn39/n39/////r4+Pn39/n39/n39/38/P/+/v/+/vn39/n39/n39//+/vr4+Pn39/n39/n39/n39/r5+f7+/PHw2/z8+Pv6+vn39/n39/n39/n39/r4+P79/f////z7+/n39/n39/n39/r4+P79/f////z7+/n39/r4+P7+/vT15/Hx4P///fr4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/79/f////////////////39/fn39/z7+/7+/v////////7+/v38/Pn39/38/PHu/+ni//7+/vv5+fn39/n39/n39/n39/38/P/+/v/+/vn39/n39/n39/z8/Pr4/+fd//r3//r4+Pn39/n39/n39/38/P/+/v/+/vn39/n39/n39//+/vr4+Pn39/n39/n39/n39/n39/n39/r4+P79/f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/fZvrqGLimPPzeqbmWDKiXs4d/59/e7joaTRz6KOTCIMy2TRz6udWv59/f59/ffyMSBJSPDmJL59/f59/f59/f59/f59/f59/f59/f59/f59/f59/eVlQDg3rr59/f59/eMjADn5c759/fj4r6UlACMjAC/vmSFhQDv7uD59/f59/f59/f59/f59/f59/f59/f59/f5+Pa4t0+FhQCYmACRkADo5c759/fh4buOjgCRkACGhgDOzov59/f59/eVlQDg3rr59/f59/eMjADn5c759/f59/f39vGvrzeSkQCSkQD08u359/f59/eSkgDi4MD59/f59/f59/f59/fh4buOjgCRkACGhgDOzov59/f59/f59/f59/fp6MylpQCLiwDAv2v59/f59/f59/fp6MylpQCLiwDAv2v59/fp6c2ZmQCNjQCWlgCQkADk4sT59/f59/eSkgDi4MD59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/dsMfgvAPAvAPAvAPAvAPB3Rvj59/eYcvhSAPRCAPE+APBSAPR/T/j59/d+UfdIAPJdCfVWAPPBrv/59/f59/f59/f18fl/UvpNAPNNAPPx7Pj59/f59/yQaPw+APBRAPM/APHRwvn59/f59/f18fl/UvpNAPNNAPPx7Pj59/f59/dNAPTUxPr59/f59/f59/f59/f59/f59/fd0P1uN/c/APGde/n59/f59/f59/f59/f59/f59/f59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv7/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3nVhOzaml+Pb2vpKKgSUj7OHf+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3+ff3tIF3pGRamFBH+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3oqIAv75q9PLtuLZVg4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3y8yGlZUA6OXO+ff37+3e7+3e+ff1l5cAv75q+ff12NerhoYA8O7d+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3+ff33duvm5sA9vTv+ff3+ff3+ff3+ff3kpIA4uDA+ff3+ff3+ff3+ff1l5cAv75q+ff12NerhoYA8O7d+ff3+ff3+ff3t7ZOvbxi+ff3+ff3+ff3+ff3+ff3t7ZOvbxi+ff3+ff3+ff1mZkAvr5n9vTw+ff36unU7eva+ff3+ff3kpIA4uDA+ff3+ff3+ff3/Pv7/////////////////////f39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3bDH4pIX79vL49vL49vL49/T4+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff32Mv6+Pb4+ff3zbz+WAD0+ff3+ff3+ff3ybb8XQ/19O/3+ff3+ff3+ff3pIX+WwD07eT4+ff34tn539X5+ff3+ff3ybb8XQ/19O/3+ff3+ff3+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+ff3+ff3jGX7l3L6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vTt64QrJvTt6/n39+fX1IElI+zh3/n39/n39/n398OblLF8dPn39/n39/n39/j29Is6MufX1ow8NOna1/n39/n39/n39/n39/n39/n39/n39/n39/n395WVAODfu/n39/n394yMAOflzvXz7IaGAPHw5Pn39+bjyIODAO3r2vr5+f38/P38/P38/P38/P38/Pz7+/n396WlALu7Yfn39/n39/n39/n39/Du3oODAOnn0vn39/n3946OANbVoPn395WVAODfu/n39/n394yMAOflzvn39/n398PDdbSzRvn39/n39/n39/n39/n395KSAOLhwfn39/n39/n39/Du3oODAOnn0vn39/n3946OANbVoPn39/n39/n395iYAN7ctvn39/n39/n39/n39/n395iYAN7ctvn39/n39+jn0IODAO/u2/38/P38/P38/Pv5+fn39/n395KSAOLhwfn39/n39/n3987NxqKij6Kij6Kij6Kij6Kij7q7rfn39/n39/n39/n39/n39/n39/n39/n392wx+KaJ/fn39/n39/n39/n39/n39/n39/n396KD/IZc+fn39/n39/n39/n4+P38/PPw/5l1+1MA9Pn39/n39/n396KD/Ihe+vn39/n39/n39/n390kA87qi+fn39/n39/n39/n39/n39/n396KD/Ihe+vn39/n39/n39/n39/n3900A9NTF+/n39/n39/n39/n39/n39/n391cA9M69+fn39/n39/n39/n39/n39/n39/n39/n39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/fgy8mMPDT59/f59/f28vCBJSPs4d/59/f59/f59/fDm5SxfHT59/f59/f59/fcw7+aU0r59/ezgHjAlo359/f59/f59/f59/f59/f59/f59/f59/f59/eVlQDh4Lz59/f59/eMjADn5M3g3ryOjgD59/f59/f39fCDgwDt69rc27OysD+ysD+ysD+ysD+ysD+/vmf59/eamgDU05n59/f59/f59/f59/fm48qEhAD59/X59/f59/efnwDMy4r59/eVlQDh4Lz59/f59/eMjADn5M359/f59/fCwnG1tEz59/f59/f59/f59/f59/eSkgDe3bP59/f59/f59/fm48qEhAD59/X59/f59/efnwDMy4r59/f59/f59/eUlADh37359/f59/f59/f59/f59/eUlADh37359/f59/fd3LSGhgC2tVC2tVC2tVC4tlHV1J/59/f59/eSkgDe3bP59/f59/f59/f49vT18/P18/P18/P18/P18/P39fP59/f59/f59/f59/f59/f59/f59/f59/dsMfimif359/f59/f59/f59/f59/f59/f59/eig/yGXPn59/f59/f59/fm3f18TPg3APFmJvXNvfn59/f59/f59/eggPyJYfv59/f59/f59/fv6PkvAPDe1Pn59/f59/f59/f59/f59/f59/eggPyJYfv59/f59/f59/f59/f59/dNAPTMuvz59/f59/f59/f59/f59/f59/dQAPTSwvn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj49vDwhS0o8+vp+ff35NHPgSUj7OHf+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3sXx0wZWP+ff328O/lUtC+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAz8+O+fj4+fj0hoYA7+3f9fPuh4cA8vPl+ff35+bIg4MA7eva5uPKycmCycmCycmCycmCycmC09Gc+ff3qKcbuLdP+/r6+ff3+vn5+fj48fDkg4MA5+bK+ff3+/r4iYkA2NWn+ff3lZUAz8+O+fj4+fj0hoYA7+3f+ff3+ff3wsJxtbRM+ff3+ff3+ff3+ff3+ff3kpIAwMBp+/r6+ff3+vn58fDkg4MA5+bK+ff3+/r4iYkA2NWn+ff3+ff3+ff3lJQA4d+9+ff3+ff3+ff3+ff3+ff3lJQA4d+9+ff3+ff36+rXg4MA0tGT2Nal19emoaEAzs2P+ff3+ff3kpIAwMBp+/r6+ff3+vn59/b29fXz9fXz9fXz9fXz9fXz9vXz+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3bDH4pon9+ff3+ff3+ff3+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3j2X5fU/57+j3+ff3+vn5+ff3+ff3+ff3oID8iWH7+ff3+ff3+ff33dH6LwDw7OX5+ff3+ff3+ff3+ff3+ff3+ff3oID8iWH7+ff3+ff3+ff3+ff3+ff3TQD0nHj8+/r6+ff3+vn5+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn396JgWLqLg/Lq6K92bIElI+zi4Pn39/j29vfx78CWjbF8dPn39/n39/f08ok2MOjY2Pn39/f09Iw7M+XU0vn39/n39/n39/n39/n39/n39/n39/n395WVAKGhAO3t1s/PjpWUAPn39/n396OiALu6WvT047GxP4ODAO3r2vn39/n39/n39/n39/n39/n39/n39/n399bUoY6OANXVm/z8997ds+nn0vn396GhALGwOfT048XFeYyMAPPx6vn395WVAKGhAO3t1s/PjpWUAPn39/n39fn59MHBbbS0Q/n59Pn59Pn39/n39/n395KSAJubANDQkvT049zbr/n396GhALGwOfT048XFeYyMAPPx6vn39/n39/n395SUAOHfvfn39/n39/n39/n39/n395SUAOHfvfn39/n39/n396WkALKyQPT05N/etI6OAPPx6Pn39/n395KSAJubANDQkvT049zbr9LRyqmpl6mpl6mpl6mpl6mpl7+/s/n398u6/+Tb+/n399HB/d7T/Pn39/n392wx+KaJ/fn39/n39/n39/n39/n39/f2+PHu/557/oZc+fn39/n39/n395x5+YZc+fj1//Pw/829/fn39/j2+Pbz/557/oZb+/bz//bz//n39+3k+C8A8OLX+/n39/n39/n39/n39/j2+Pbz/557/oZb+/bz//bz//n39/n39/n3900A9F4P9bSd/uzl/8e2/vn39/n39/n391AA9NLC+fn39/n39/n398u6/+Tb+/n399HB/d7T/Pn39+3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/fk0M6YUUiLODK/koqELCfs4uD59/fq392YUUiYUUi/kor59/f59/ffycelZ1/59/f59/f59/e7jobIo5359/f59/f59/f59/f59/f59/f59/f59/empQrLyoeYmACWlgDV05759/f59/fk4caZmQCNjQDBwG+dnQDv7uD59/f59/f59/f59/f59/f59/f59/f59/f59/fLyomVlQCJiQCenQDs6tn59/fq6dSjogCJiQCZmQDc27P59/f59/empQrLyoeYmACWlgDV05759/fj4cGXlwCOjgCLiwCXlwCXlwD08u359/f59/ekowDY1aeioQCJiQC2tE/59/fq6dSjogCJiQCZmQDc27P59/f59/f59/f59/eUlADh37359/f59/f59/f59/f59/eUlADh37359/f59/f59/fv7uCsqyuMjACUkwDT0Zn59/f59/f59/ekowDY1aeioQCJiQC2tE/59/f59/f59/f59/f59/f59/f59/f59/dJAPOukfv59/dkIvaVcPv59/f59/dsMfimif359/f59/f59/f59/f59/fj2/lcBfRcBfScefn59/f59/f59/fp4Pl/T/hIAPJFAPKcefn59/fVx/lWAPNFAPJAAPFWAPNWAPPx7Pj59/dFAPLArf759/f59/f59/f5+PjVx/lWAPNFAPJAAPFWAPNWAPPx7Pj59/f59/dsMvbCrfpqKvQ7APCLYfj59/f59/f59/dQAPTSwvn59/f59/f59/dJAPOukfv59/dkIvaVcPv59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwn7OLg+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsFytLNK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6lJQA4d+9+ff3+ff3+ff3+vn5/Pr6lJQA4d+9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3bDH4pon9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r8/Pv9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oH/7iGD6+ff3+ff3+ff3+ff3n376YBb28/D//v7+6+P/49n5+ff3+ff3oH/7iGD6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6UAD00sL5+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n394QsJ+zi4Pn39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399TSmsrJhvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399vasMfHe4yMAODevPn39/n39/n399vasMfHe4yMAODevPn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n392st96WH+vn39/n39/n39/n39/n39/n39/n396GB+oVa9/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n397yl+a2Q+fn39/n39/n39/n39/by+I9o+EIA8VIA9EIA8dLC+fn39/n397yl+a2Q+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n398m3+qmK+0IA8dHB+Pn39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fSs6308O759/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ff3rrNzI7NzI7v7uD59/f59/f59/ff3rrNzI7NzI7v7uD59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ff0/jVx/n59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f39Pjk2fn18ff59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fPv/uymPqymPrq4vn59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/b09Pz6+vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+jd2oo3L/bw7vn39/n39/n39/n39/n39/v5+fz6+PTs6f39/f////n39/n39/z7+/7+/v////////7+/v38/Pn39/n39/r5+f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL8+/v18/POx8fNxsbKwsLu6+v8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/erb2fHn5j59/f59/f59/f59/f59/fZvrqGLimPPzeqbmWDKiXs4d/59/e7joaTRz6KOTCIMy2TRz6udWv59/f59/ffyMSBJSPDmJL59/f59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv7/Pv71tHR3NfX/Pv76ufny8TE/Pr6/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34MvJkEE5+Pb0+ff3+ff3+ff3+ff3nVhOzaml+Pb2vpKKgSUj7OHf+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3+ff3tIF3pGRamFBH+vj4+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/r5+ce/v9PLy/z7+/z7+8nCwu7t7fz7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n396BdVdGyrPn39/n39/n39/Tt64QrJvTt6/n39+fX1IElI+zh3/n39/n39/n398OblLF8dPn39/n39/n39/j29Is6MufX1ow8NOna1/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/v18/PGvr7b19fm4uL8+/vRysro5eX8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/f59/fWuraZUUj6+fn59/f59/fgy8mMPDT59/f59/f28vCBJSPs4d/59/f59/f59/fDm5SxfHT59/f59/f59/fcw7+aU0r59/ezgHjAlo359/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv78e7uxr6++fj4z8nJ+Pb21MzM5OHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff39vDwhS0o8+vp+ff35NHPgSUj7OHf+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3sXx0wZWP+ff328O/lUtC+vj4+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/Ty8sa+vvv5+ejl5drW1tHKyujl5fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n398uooqRkWvr4+Pn39/n396JgWLqLg/Lq6K92bIElI+zi4Pn39/j29vfx78CWjbF8dPn39/n39/f08ok2MOjY2Pn39/f09Iw7M+XU0u3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v6+fnGv7/z8fH8+/vSzc3IwMDu7Oz8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/f18e+NPTXn1NL59/f59/fk0M6YUUiLODK/koqELCfs4uD59/fq392YUUiYUUi/kor59/f59/ffycelZ1/59/f59/f59/e7jobIo53HoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7/Pv71dHR3tra/Pv74N3dy8TE/Pr6/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hu+fj4+ff3+ff3+ff3+ff3+ff3hCwn7OLg+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/z7+/X09M/KysvExMvExO7s7Pz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/Hp54k2MOvh3vn39/n39/n39/n39/n394QsJ+zi4Pn39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v59/f8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fSs6308O759/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f5+Pj59/f59/f59/f59/f59/f59/f5+Pj59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+fn56Ofn+Pb2+ff3+ff3+ff3+/r6+fn56Ofn+Pb2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36+rq9PPz/fz8+ff3+ff3+ff3+ff36+rq9PPz/fz8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/b19ff29vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r4+P////n39/n39/n39/79/fv6+vn39/r4+P7+/u/v7+rq6v7+/vr4+Pn39/n39/n39/r4+P79/f////z7+/n39/n39/n39/r4+P79/f////z7+/n39/r5+f39/eno6Pv6+vv6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39768vFhTVXh0dPPx8fn39/n39/n39768vFhTVXh0dPPx8fn39/7+/vr4+Pn39/n39/////r4+Pn39/z7+/f39/Tz8/38/P/+/vr4+Pv6+v38/Pn39/7+/vn4+Pv5+f38/Pn39/r4+P7+/u/v7+rq6v7+/vr4+Pn396CdnV5aWomGhvn39/n39/n39/n396CdnV5aWomGhvn39/n39/n39/n39/n39/n39/////z8/Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/ve2NjKw8PJwsLRysr18/P8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fY1dVNSEr59/f59/f59/d1cnKyr6/59/fe3d1qZ2daVVdnZGReW1vZ1tb59/f59/f59/ff3d18eXlXU1OkoaH59/f59/f59/ff3d18eXlXU1OkoaH59/fU09NcV1lfW1tQTU23tbX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/d+e3utq6v59/f59/f59/f59/f59/d+e3utq6v59/f59/f59/dlYGLT0dH59/f59/dZVVXe3Nz59/ejoaFcV1lhXV2Qjo5fW13W09O7urqPjY359/dmYWPi4eHAvr6Jhob59/fe3d1qZ2daVVdnZGReW1vZ1tb59/f59/fk4+NMR0fx7+/59/f59/f59/f59/fk4+NMR0fx7+/59/f59/f59/f59/f59/dQTEyYlJT59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv79vX1/Pv7/Pv739ra08zM/Pv7/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32NXVTUhK+ff3+ff3+ff3dXJysq+v+Pb2amdnoZ+f9fLy+ff34uHh5+Tk+ff3+ff3+ff3lZOTn5yc+ff3+ff3+ff3+ff3+ff3lZOTn5yc+ff3+ff3+Pb2aGRko6Cg+Pb2ycbGUE1N6efn+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3dHBwwsHB+ff3+ff3+ff3+ff3+ff3dHBwwsHB+ff3+ff3+ff3ZWBi09HR+ff3+ff3WVVV3tzc7evrVFBQ6ebm9/X1pKGhTEdH1tPTu7q6j42N+ff3ZmFj4uHhwL6+iYaG+Pb2amdnoZ+f9fLy+ff34uHh5+Tk+ff3+ff3+ff3TUhK5+Tk+ff3+ff3+ff3+ff3+ff3TUhK5+Tk+ff3+ff3+ff3+ff3+ff3npubxcHB+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/v5+cnCwvPx8fz7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399jV1U1ISvn39/n39/n393VycrKvr9/e3kxHR+jm5v38/P38/P38/Pv5+fn39/n39/n392lmZtHOzvn39/n39/n39/n39/n392lmZtHOzvn39/n39+rn50xHR+Df3/n39/n391tXV8PBwfn39/n39/n39/n39/n39/n39/n39/n39/n39/z7+2RhYczKyvn39/n39/n39/n39/z7+2RhYczKyvn39/n39/n392VgYtPS0vn39/n391lVVd7c3PDt7VpVV+3t7f38/O7t7U1IStbT07u6uo+Njfn392ZhY+Lh4cC+vomGht/e3kxHR+jm5v38/P38/P38/Pv5+fn39/n39/n391hTVdva2vr4+Pn39/n39/n39/n391hTVdva2vr4+Pn39/n39/n39/n39/z7+/r5+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vx7+/Tzc3Nxsbg29vTzMzs6Oj8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fY1dVNSEr7+vr7+vr7+vp1cnKyr6/Pzc1QTEyVkpKVkpKVkpKXk5PBv7/59/f59/f59/djYGDV0tL59/f59/f59/f59/f59/djYGDV0tL59/f59/fc2tpOSUv49vb59/f59/d0cHC1s7P59/f59/f59/f59/f59/f59/f59/f59/fr6emtq6tdWFr08vL59/f59/f59/fr6emtq6tdWFr08vL59/f59/f59/dlYGLU0tL59/f59/dZVVXe29v59/eloqJlYWOJhoaVk5NUUFDW09O7urqPjY359/dmYWPj4eHAvr6JhobPzc1QTEyVkpKVkpKVkpKXk5PBv7/59/f59/f59/eRjo6Df3/g39/19PT59/f59/f59/eRjo6Df3/g39/19PT59/f59/f59/eem5vU0tL59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv70s3N3tjY9PLy3NbWyMDA5+Pj/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32NXVTEdHsq+vsq+vsq+vY2Bgsq+v5OLiTEdHvLq6xsPDxcTEdnNzuLa2+ff3+ff3+ff3Y2Bg1dLS+ff3+ff3+ff3+ff3+ff3Y2Bg1dLS+ff3+ff37evrTEdH3Nvb+ff3+vn5VVBSx8TE+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3dXFxaWZmzczM+ff3+ff3+ff3+ff3dXFxaWZmzczM+ff3+ff3+ff3+ff3ZWBiube3+fj49/b2UE1N6efn+ff3+/n59fPzzszMxMLCU09P3drau7q6jIqK+ff3Yl9f397evru7j4yM5OLiTEdHvLq6xsPDxcTEdnNzuLa2+ff3+ff3+ff35uTkh4KEZ2Rk0M7O+ff3+ff3+ff35uTkh4KEZ2Rk0M7O+ff3+ff3+ff3dnNzvby8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/j398e/v/j29vz7+/j29sa+vurn5/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399jV1UxHR46Li46Li46Li1tXV7Kvr/n393x4eI6MjO7u7tDOzltXV/Dt7fn39/n39/n392NgYNXS0vn39/n39/n39/n39/n392NgYNXS0vn39/n39/n393d0dIyJie3t7aupqVhTVfDu7vn39/n39/n39/n39/n39/n39/n39/n39/n39+nn51BNTero6Pn39/n39/n39/n39+nn51BNTero6Pn39/n39/n392VgYnd0dOTk5Lm3t2VgYPn39/n398LAwOro6Pv7+768vFVQUvHv77u5uXFubu3s7FJOTsG/v6OhoZ2amvn393x4eI6MjO7u7tDOzltXV/Dt7fn39/n39/n393Zzc7Szs/n39/n39/n39/n39/n393Zzc7Szs/n39/n39/n39/n39/n3929sbLa1tfn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v08vLHv7/7+fn8+/v7+vrIwMDv7e38+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fY1dVNSEr59/f59/f59/d1cnKyr6/59/fr6OiGgoJYU1VkYGC/vLz59/f59/f59/f59/djYGDV0tL59/f59/f59/f59/f59/djYGDV0tL59/f59/f59/fi4eF6dnZVUFJraGjOzMz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/dvbGzGw8P59/f59/f59/f59/f59/dvbGzGw8P59/f59/f59/d9eXm0sbFpZmZnZGTCv7/59/f59/enpaViXV9UUFBtamrNy8v59/fFwcGAfn5eWlqJhYWCgIBsZ2nc2tr59/fr6OiGgoJYU1VkYGC/vLz59/f59/f59/f59/dQTEzi4eH59/f59/f59/f59/f59/dQTEzi4eH59/f59/f59/f59/f59/dvbGy2tbX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7z8nJ6ufn/Pv76eXly8TE/Pr6/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32NXVTUhK+ff3+ff3+ff3dXJysq+v+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6Y2Bg1dLS+ff3+ff3+ff3+vn5/Pr6Y2Bg1dLS+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3dHBwxMLC+ff3+ff3+ff3+ff3+ff3dHBwxMLC+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4TUhK5uPj+ff3+ff3+ff3+ff3+fj4TUhK5uPj+ff3+ff3+ff3+ff3+ff3b2xstrW1+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7++zp6dLLy83GxsrDw+7r6/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399fU1E1ISvn39/n39/n393RwcLCtrfn39/n39/n39/n39/n39/n39/n39/n398zKyq6rq1lVVdTR0fn39/n39/n398zKyq6rq1lVVdTR0fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39397e6yqqv7+/vn39/n39/n39/n39397e6yqqv7+/vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z8/Ojn50xHR/Lw8Pn39/n39/n39/z8/Ojn50xHR/Lw8Pn39/n39/n39/n39/n3925ra7Wzs/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v49vb8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fS0NC3tbW3tbXr6Oj59/f59/f59/fS0NC3tbW3tbXr6Oj59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fHxMRkYGBtamry8PD59/f59/f59/fHxMRkYGBtamry8PD59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/eXlJRhXV2Zlpb59/f59/f59/f59/eXlJRhXV2Zlpb59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r4+Pz7+/z7+/r4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fm5srBwG/Av2vs7NL8+/v59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKxsN7zs2PoKAAxcV3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f29vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v5+fz6+PTs6f39/f////n39/n39/z7+/7+/v////////7+/v38/Pn39/n39/r5+f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/r4+P/+/v7+/OfmypqaAPn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/38/Pv79u/v2vz79/r4+Pn39/r5+f7+/PHw2/z8+Pv6+vn39/n39/7+/vr4+Pn39/n39/////r4+Pn39/n39/n39/38/P/+/v/+/vn39/n39/n39//+/vr4+Pn39/n39/n39/n39/r5+f7+/PHw2/z8+Pv6+vn39/n39/n39/n39/r4+P79/f////z7+/n39/n39/n39/r4+P79/f////z7+/n39/r4+P7+/vT15/Hx4P///fr4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/39/fTx/+zk//7+/vr4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/r4+P7+/u7p/+ni//7+//r4+Pn39/r4+P7+/u7p/+ni//7+//r4+Pn39/n39/n39/38/P/+/v/+/vn39/n39/n39/z8/Pr4/+fd//r3//r4+Pn39/n39/n39/38/P/+/v/+/vn39/n39/n39//+/vr4+Pn39/n39/n39/n39/n39/n39/r4+P79/f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vq5+fPysrNxsbNxsbh3t78+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/fZvrqGLimPPzeqbmWDKiXs4d/59/e7joaTRz6KOTCIMy2TRz6udWv59/f59/ffyMSBJSPDmJL59/f59/f59/f59/f59/f59/f59/f59/f59/f59/eVlQDg3rr59/f59/eMjADn5c759/fj4r6UlACMjAC/vmSFhQDv7uD59/f59/f59/f59/f59/f59/f59/f59/f5+Pa4t0+FhQCYmACRkADo5c759/fh4buOjgCRkACGhgDOzov59/f59/eVlQDg3rr59/f59/eMjADn5c759/f59/f39vGvrzeSkQCSkQD08u359/f59/eSkgDi4MD59/f59/f59/f59/fh4buOjgCRkACGhgDOzov59/f59/f59/f59/fp6MylpQCLiwDAv2v59/f59/f59/fp6MylpQCLiwDAv2v59/fp6c2ZmQCNjQCWlgCQkADk4sT59/f59/eSkgDi4MD59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv6/5yO/dCAPFQAPNWAPXWyfz59/f59/dNAPTUxPr59/f59/f59/f59/fc0f9ZAPVDAPFWAPNJAPPWyfn59/fc0f9ZAPVDAPFWAPNJAPPWyfn59/f59/f18fl/UvpNAPNNAPPx7Pj59/f59/yQaPw+APBRAPM/APHRwvn59/f59/f18fl/UvpNAPNNAPPx7Pj59/f59/dNAPTUxPr59/f59/f59/f59/f59/f59/fd0P1uN/c/APGde/n59/f59/f59/f59/f59/f59/f59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7zcbG6OTk/Pv79PHxx7+/9vT0/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3nVhOzaml+Pb2vpKKgSUj7OHf+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3+ff3tIF3pGRamFBH+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3oqIAv75q9PLtuLZVg4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3y8yGlZUA6OXO+ff37+3e7+3e+ff1l5cAv75q+ff12NerhoYA8O7d+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3+ff33duvm5sA9vTv+ff3+ff3+ff3+ff3kpIA4uDA+ff3+ff3+ff3+ff1l5cAv75q+ff12NerhoYA8O7d+ff3+ff3+ff3t7ZOvbxi+ff3+ff3+ff3+ff3+ff3t7ZOvbxi+ff3+ff3+ff1mZkAvr5n9vTw+ff36unU7eva+ff3+ff3kpIA4uDA+ff3+ff3+ff3/Pv7/////////////////////f39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4d0T5f1L49/X3+ff3dUD3ooP8+ff3+ff3TQD01MT6+ff3+ff3+ff3+Pb4WQD1mXf79PD4+ff34dj45tz4+Pb4WQD1mXf79PD4+ff34dj45tz4+ff3+ff3ybb8XQ/19O/3+ff3+ff3+ff3pIX+WwD07eT4+ff34tn539X5+ff3+ff3ybb8XQ/19O/3+ff3+ff3+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+ff3+ff3jGX7l3L6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Tx8ca+vvr4+Pz7+/z7+8/Kyufk5Pz7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vTt64QrJvTt6/n39+fX1IElI+zh3/n39/n39/n398OblLF8dPn39/n39/n39/j29Is6MufX1ow8NOna1/n39/n39/n39/n39/n39/n39/n39/n39/n395WVAODfu/n39/n394yMAOflzvXz7IaGAPHw5Pn39+bjyIODAO3r2vr5+f38/P38/P38/P38/P38/Pz7+/n396WlALu7Yfn39/n39/n39/n39/Du3oODAOnn0vn39/n3946OANbVoPn395WVAODfu/n39/n394yMAOflzvn39/n398PDdbSzRvn39/n39/n39/n39/n395KSAOLhwfn39/n39/n39/Du3oODAOnn0vn39/n3946OANbVoPn39/n39/n395iYAN7ctvn39/n39/n39/n39/n395iYAN7ctvn39/n39+jn0IODAO/u2/38/P38/P38/Pv5+fn39/n395KSAOLhwfn39/n39/n3987NxqKij6Kij6Kij6Kij6Kij7q7rfn39/n39/n39/n39/n39/n39/n39+Pa+jEA7+Pb+fn39/v5+X1M+KKD/Pn39/n3900A9NTF+/n39/n39/n3997U+y8A8Ofd/f38/P38/P38/Pv5+d7U+y8A8Ofd/f38/P38/P38/Pv5+fn39/n396KD/Ihe+vn39/n39/n39/n390kA87qi+fn39/n39/n39/n39/n39/n396KD/Ihe+vn39/n39/n39/n39/n3900A9NTF+/n39/n39/n39/n39/n39/n391cA9M69+fn39/n39/n39/n39/n39/n39/n39/n39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vLw8Ps6en8+/v39fXHv7/08vL8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/fgy8mMPDT59/f59/f28vCBJSPs4d/59/f59/f59/fDm5SxfHT59/f59/f59/fcw7+aU0r59/ezgHjAlo359/f59/f59/f59/f59/f59/f59/f59/f59/eVlQDh4Lz59/f59/eMjADn5M3g3ryOjgD59/f59/f39fCDgwDt69rc27OysD+ysD+ysD+ysD+ysD+/vmf59/eamgDU05n59/f59/f59/f59/fm48qEhAD59/X59/f59/efnwDMy4r59/eVlQDh4Lz59/f59/eMjADn5M359/f59/fCwnG1tEz59/f59/f59/f59/f59/eSkgDe3bP59/f59/f59/fm48qEhAD59/X59/f59/efnwDMy4r59/f59/f59/eUlADh37359/f59/f59/f59/f59/eUlADh37359/f59/fd3LSGhgC2tVC2tVC2tVC4tlHV1J/59/f59/eSkgDe3bP59/f59/f59/f49vT18/P18/P18/P18/P18/P39fP59/f59/f59/f59/f59/f59/f59/fFsf1DAPH59/f59/e+qf5kH/eigvv59/f59/dNAPTMuvz59/f59/f59/fMvPo1AO+LZPmLZPmLZPmNY/q9p/vMvPo1AO+LZPmLZPmLZPmNY/q9p/v59/f59/eggPyJYfv59/f59/f59/fv6PkvAPDe1Pn59/f59/f59/f59/f59/f59/eggPyJYfv59/f59/f59/f59/f59/dNAPTMuvz59/f59/f59/f59/f59/f59/dQAPTSwvn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78e/vz8rK0svLzMXF6+jo/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj49vDwhS0o8+vp+ff35NHPgSUj7OHf+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3sXx0wZWP+ff328O/lUtC+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAz8+O+fj4+fj0hoYA7+3f9fPuh4cA8vPl+ff35+bIg4MA7eva5uPKycmCycmCycmCycmCycmC09Gc+ff3qKcbuLdP+/r6+ff3+vn5+fj48fDkg4MA5+bK+ff3+/r4iYkA2NWn+ff3lZUAz8+O+fj4+fj0hoYA7+3f+ff3+ff3wsJxtbRM+ff3+ff3+ff3+ff3+ff3kpIAwMBp+/r6+ff3+vn58fDkg4MA5+bK+ff3+/r4iYkA2NWn+ff3+ff3+ff3lJQA4d+9+ff3+ff3+ff3+ff3+ff3lJQA4d+9+ff3+ff36+rXg4MA0tGT2Nal19emoaEAzs2P+ff3+ff3kpIAwMBp+/r6+ff3+vn59/b29fXz9fXz9fXz9fXz9fXz9vXz+ff3+vn5+fj4+ff3+vn5+vj4+ff3tJv7UgD0+ff3+ff3g1X4ekj2vqj6+ff3+ff3TQD0nHj8+/r6+ff3+vn549v5LwDwt5/9wq36wa/7Zyn3spr649v5LwDwt5/9wq36wa/7Zyn3spr6+ff3+ff3oID8iWH7+ff3+ff3+ff33dH6LwDw7OX5+ff3+ff3+ff3+ff3+ff3+ff3oID8iWH7+ff3+ff3+ff3+ff3+ff3TQD0nHj8+/r6+ff3+vn5+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7++bi4tTMzOfj49fS0tzX1/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn396JgWLqLg/Lq6K92bIElI+zi4Pn39/j29vfx78CWjbF8dPn39/n39/f08ok2MOjY2Pn39/f09Iw7M+XU0vn39/n39/n39/n39/n39/n39/n39/n395WVAKGhAO3t1s/PjpWUAPn39/n396OiALu6WvT047GxP4ODAO3r2vn39/n39/n39/n39/n39/n39/n39/n399bUoY6OANXVm/z8997ds+nn0vn396GhALGwOfT048XFeYyMAPPx6vn395WVAKGhAO3t1s/PjpWUAPn39/n39fn59MHBbbS0Q/n59Pn59Pn39/n39/n395KSAJubANDQkvT049zbr/n396GhALGwOfT048XFeYyMAPPx6vn39/n39/n395SUAOHfvfn39/n39/n39/n39/n395SUAOHfvfn39/n39/n396WkALKyQPT05N/etI6OAPPx6Pn39/n395KSAJubANDQkvT049zbr9LRyqmpl6mpl6mpl6mpl6mpl7+/s/n398u6/+Tb+/n399HB/d7T/Pn398Kv+0MA8fn39/n39/n39/n39/n39/n39/n3900A9F4P9bSd/uzl/8e2/vn392429oRX+u3m/826/0UA8vDp+Pn392429oRX+u3m/826/0UA8vDp+Pj2+Pbz/557/oZb+/bz//bz//n39+3k+C8A8OLX+/n39/n39/n39/n39/j2+Pbz/557/oZb+/bz//bz//n39/n39/n3900A9F4P9bSd/uzl/8e2/vn39/n39/n391AA9NLC+fn39/n39/n398u6/+Tb+/n399HB/d7T/Pn39+3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vMxcXu6+v8+/v5+PjGv7/19PT8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/fk0M6YUUiLODK/koqELCfs4uD59/fq392YUUiYUUi/kor59/f59/ffycelZ1/59/f59/f59/e7jobIo5359/f59/f59/f59/f59/f59/f59/f59/empQrLyoeYmACWlgDV05759/f59/fk4caZmQCNjQDBwG+dnQDv7uD59/f59/f59/f59/f59/f59/f59/f59/f59/fLyomVlQCJiQCenQDs6tn59/fq6dSjogCJiQCZmQDc27P59/f59/empQrLyoeYmACWlgDV05759/fj4cGXlwCOjgCLiwCXlwCXlwD08u359/f59/ekowDY1aeioQCJiQC2tE/59/fq6dSjogCJiQCZmQDc27P59/f59/f59/f59/eUlADh37359/f59/f59/f59/f59/eUlADh37359/f59/f59/fv7uCsqyuMjACUkwDT0Zn59/f59/f59/ekowDY1aeioQCJiQC2tE/59/f59/f59/f59/f59/f59/f59/f59/dJAPOukfv59/dkIvaVcPv59/fh1/kxAO/o3v759/f59/f6+Pj59/f59/f59/dsMvbCrfpqKvQ7APCLYfj59/fq4vl7SvZCAPFRAPO7o/n59/f59/fq4vl7SvZCAPFRAPO7o/n59/fVx/lWAPNFAPJAAPFWAPNWAPPx7Pj59/dFAPLArf759/f59/f59/f5+PjVx/lWAPNFAPJAAPFWAPNWAPPx7Pj59/f59/dsMvbCrfpqKvQ7APCLYfj59/f59/f59/dQAPTSwvn59/f59/f59/dJAPOukfv59/dkIvaVcPv59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv708vL5eLi/Pv78e/vycHB+fj4/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwn7OLg+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsFytLNK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6lJQA4d+9+ff3+ff3+ff3+vn5/Pr6lJQA4d+9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3dED2glX5/f3///7+1MX/5tz4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oH/7iGD6+ff3+ff3+ff3+ff3n376YBb28/D//v7+6+P/49n5+ff3+ff3oH/7iGD6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6UAD00sL5+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7++7r69HKys/IyM7Hx+Xi4vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n394QsJ+zi4Pn39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399TSmsrJhvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399vasMfHe4yMAODevPn39/n39/n399vasMfHe4yMAODevPn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n39+3k+HM/9kQA8k8A81UA8+fe+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n397yl+a2Q+fn39/n39/n39/n39/by+I9o+EIA8VIA9EIA8dLC+fn39/n397yl+a2Q+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n398m3+qmK+0IA8dHB+Pn39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v49/f8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fSs6308O759/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ff3rrNzI7NzI7v7uD59/f59/f59/ff3rrNzI7NzI7v7uD59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/f59/f59/fy7fnn3vj59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f39Pjk2fn18ff59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fPv/uymPqymPrq4vn59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z7+/v6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fFnJXSs6z7+fn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3y6iinFZPuoqC+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39//+/v38/Pjy8Pfz8fz7+/n39/n39/r5+f79/fDk4vz6+Pv6+vn39/n39/v5+fz6+PTs6f39/f////n39/n39/n39+vh3ocwK/Tt6/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vOx8fn4+P8+/v8+/v8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/eSRD2scWiNPTWDKiXAlo359/f59/fizMqMPDSPPzeELCfNqqb59/f59/fZvrqGLimPPzeqbmWDKiXs4d/59/f59/f28O6GLinKp6H59/f59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv74t7e0s3N/Pv7/Pv7/Pv7/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3kkQ9p2lh9PDu5dTUhjAq9PDu+Pb2lUtCv5KK+Pb22b+7hCwn7+Xj+ff3nVhOzaml+Pb2vpKKgSUj7OHf+ff3+ff3z62pjT01nlhR+vj4+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/b19ca/v/X09Pz7+/z7+/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn395JEPcuoovn39/n395pTTNvBve/l44ElI+jb2fn39/n394w7M9W4svTt64QrJvTt6/n39+fX1IElI+zh3/n39/n4+KFeVtGyrIs6Murd2vn39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vVz8/h3t78+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/eSRD3dw7/59/f59/escGfEnZbl1NSCKST49fX59/f59/eeWlLLqKLgy8mMPDT59/f59/f28vCBJSPs4d/59/fr39yKNy/18e+0gXm+kor59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv76+bmzsfH/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3kkQ9yKKd+vj4+/r6lUtC3sfF8enngSUj59XT+ff3+/n5hzIs2Ly29vDwhS0o8+vp+ff35NHPgSUj7OHf+ff3v5OLsX52+ff34MnHkEE5+fj4+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/v6+srCwvDu7vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn395JEPZtTTO3f3NS1rocyLPbz8fn396BeVq93bfPr6cWdloo3L/Tt6/n396JgWLqLg/Lq6K92bIElI+zi4Pn395BBOd7Hxfn39/n395NFPd7Fwe3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/ve2Njc19f8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/eSRD29j4eRQjqQQDjQsar59/f59/fp3tuiYFiHMiyXT0bdxcP59/f59/fk0M6YUUiLODK/koqELCfs4uDjz82hXlb49vb59/f59/fFnZa9kYnHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78e/vysLC+/r6/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kkQ94szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwn7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Lv78a+vsa+vsa+vsa+vsa+vu3q6vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n395JEPeDLyfn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n394QsJ+zi4Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fWurbx6Ob59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fSs6308O759/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+jd2oo3L/bw7vn39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/r4+P7+/vXt6/Dn5f7+/vr4+Pn39/z7+/n29Pjy8P38/P/+/vr4+Pn39/v5+fz6+PTs6f39/f////n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v08fHOx8fMxMTOx8fl4uL8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/erb2fHn5j59/f59/f59/f59/f59/eTRz7hysj59/f59/eKOTDn2NX59/fp2daXT0SLODKVS0KPPzfk0M759/e/koqMPDSRQTmxfHSPQDjizcv59/fZvrqGLimPPzeqbmWDKiXs4d/49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv71c/P3tnZ/Pv78vDwyMDA+vn5/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34MvJkEE5+Pb0+ff3+ff3+ff3+ff3k0c+4crI+ff3+ff3ijkw59jV+fb2l09EvZGJ9vLw+ff36d7b7OLg8ennhzAr7uTi9/T0v5OLgSUj4s3L+ff3nVhOzaml+Pb2vpKKgSUj7OHfwZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/r5+ca+vvHv7/z7+/z7+8/Jyevo6Pz7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n396BdVdGyrPn39/n39/n39/n395NHPuDLyfn39/n394o5MOfY1efb2IElI+7k4f38/P38/P38/Pv5+fPs6os4MvPr6P38/PPr6YImJOLNy/Tt64QrJvTt6/n39+fX1IElI+zh3/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v08vLGvr7u7e38+/v8+/vNxsbu6+v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/f59/fWuraZUUj6+fn59/f59/f59/eTRz7gy8n59/f59/eKOTDn19TdxsSEKya0gnq0gnq0gnq2g3vUt7H59/fAlIyTST6sdGq1g3uHMCvizcvgy8mMPDT59/f59/f28vCBJSPs4d/59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78e7uxr+/19LS9/X16ebmycHB+/r6/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3k0c+zq6n+fj4+Pb0hCwn7+Xj6t/dgSUj0bCq17u11ry4oF1Vzaym+ff3+/n59vPx3cXD1rq0hjAq59XT9vDwhS0o8+vp+ff35NHPgSUj7OHf+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/X09MnBweLf38rDw8zFxejk5Pz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n398uooqRkWvr4+Pn39/n395NHPqFeVuzg3s6up5NFPfn39/n396RiWq96cPTs6d/Gwow7M/Ps6vn399W4svDm4/z7+dKzrIcyLPTu7Pn396JgWLqLg/Lq6K92bIElI+zi4O3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v7+vrIwMD18/P8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/f18e+NPTXn1NL59/f59/eTRz7Hn5uWTkOVS0LUtrD59/f59/fw5+Wrb2eKNy+TRD3Ss6359/f59/fCl5GRQjqHMCuZUkncxMD59/f59/fk0M6YUUiLODK/koqELCfs4uDHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NbW2dPT+/r6/Pv79/b2/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hu+fj4+ff3k0c+4crI+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwn7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/n4+NbR0cnBwczFxdPOzvz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/Hp54k2MOvh3vn395NFPeDJx/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n394QsJ+zi4Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn29PT8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fXu7Xw6Ob59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fSs6308O759/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z7+/z7+/n4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fJoJzu5OL59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/erjP3n3vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/elh/qkhfvo4P/6+Pj59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fJoJzu5OL59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kEE548/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3TADz1cf6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3spf5nnz4RADy2s79+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kEE548/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/v6+vXz8/b09Pz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/38/Pfx7/Dn5f7+/vv5+fn39/n39/n39/38/Pv4+O7j4Pz59/r4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/z7+/7+/v////////7+/v38/Pn395BBOeXS0Pfx7/j08vz7+/n39/n39/n39/n39/38/P/+/v/+/vn39/n39/n39/n39/n39/n39/n39/n39/n39/38/Pf47PHx4P7+/vv5+fn39/n39/n39//+/vr4+Pn39/n39/n39/n39/n39/38/Pv79u/v2vz79/r4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/38/PHu/+ni//7+/vv5+fn39/n39/n39/38/Pn2/+bd//r3//r4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/z7+/7+/v////////7+/v38/Pn390wA89fK/fHu//Pw//z7+/n39/n39/n39/n39/38/P/+/v/+/vn39/n39/n39/79/f////v6+vn39/n39/n39/n39/n3945k+aGA/Pn39/n39/n39/38/PHu/+ni//7+/vv5+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+jd2oo3L/bw7vn39/n39/n39/n39/n39/38/Pfx7/Dn5f7+/vv5+fn39/n39/n39/38/Pv4+O7j4Pz59/r4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/z7+/7+/v////////7+/v38/Pn395BBOeXS0Pfx7/j08vz7+/n39/n39/n39/n39/38/P/+/v/+/vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v18/PIwcHLw8PIwMDMxcXu6+v8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/esdGqNPTWZUkuVSELXvLb59/f59/f59/W2g3uDKiWXTkWPPzfo2NX59/f59/eRQjrizcv59/f59/f59/f59/e7joaTRz6KOTCIMy2TRz6udWv59/eQQTmscGeNPTWDKiXCmI/59/f59/f59/f28/GvdWuQQDiRQTn17+359/f59/f59/f59/f59/f59/f59/f59/eurjWPjwCbmwCXlgDY2KX59/f59/f59/eSkgDi4MD59/f59/f59/f59/f5+Pa4t0+FhQCYmACRkADo5c759/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/d+UfdIAPJdCfVWAPPBrv/59/f59/f49vuMZfsyAO9aAPRLAPLd0fr59/f59/dNAPTUxPr59/f59/f59/f59/eYcvhSAPRCAPE+APBSAPR/T/j59/dMAPN7S/hIAPI0AO+gf/359/f59/f59/f18fl/UvpNAPNNAPPx7Pj59/f59/dwOfgvAPC6pPv59/f59/f59/f59/f59/eff/uKYvv59/f59/f59/d+UfdIAPJdCfVWAPPBrv/59/f59/f59/f59/f59/f59/f59/f59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/erb2fHn5j59/f59/f59/f59/f59/esdGqNPTWZUkuVSELXvLb59/f59/f59/W2g3uDKiWXTkWPPzfo2NX59/f59/eRQjrizcv59/f59/f59/f59/e7joaTRz6KOTCIMy2TRz6udWv59/eQQTmscGeNPTWDKiXCmI/59/f59/f59/f28/GvdWuQQDiRQTn17+349fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7+Pf38vDw/Pv7+vj43tnZy8PD+vn5/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff35dPR+Pb2+ff33sjEl05D+ff3+ff3y6aglEg/6NjV+ff37uTi7uTi+ff3+ff3kUI64s3L+ff3+ff3+ff3+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3kEE5qGth9PDu5dPRhjAq9fLw+ff3+ff33MO/mlNK9fHv+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff35eLH+ff1+ff33t62mJgA+ff3+ff3+ff3kpIA4uDA+ff3+ff3+ff3+ff3y8yGlZUA6OXO+ff37+3e7+3e/Pv7/////////////////////f39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32Mv6+Pb4+ff3zbz+WAD0+ff3+ff3rpL+UwD13dH6+ff36N/46N/4+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3TADzdUL38u352Mv6OwDw8+/7+ff3+ff3ybb8XQ/19O/3+ff3+ff3+ff3+ff3cDf3LwDwu6L5+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff32Mv6+Pb4+ff3zbz+WAD0+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34MvJkEE5+Pb0+ff3+ff3+ff3+ff35dPR+Pb2+ff33sjEl05D+ff3+ff3y6aglEg/6NjV+ff37uTi7uTi+ff3+ff3kUI64s3L+ff3+ff3+ff3+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3kEE5qGth9PDu5dPRhjAq9fLw+ff3+ff33MO/mlNK9fHv+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f29sa+vvHv7/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n4+P38/Pj08r6QiJRGPvn39/n396RkWrqMhPn39/n39/n39/n39/n39/n395FCOuLOzPn39/n39/n39/n39/n39/n398OblLF8dPn39/n39/n395BBOc2qpvn39/n395hQR9zDv/n39/n398OZk7J+dvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n4+P38/Pj577++ZJWUAPn39/n39/n395KSAOLhwfn39/n39/n39/n396WlALu7Yfn39/n39/n39/n3987NxqKij6Kij6Kij6Kij6Kij7q7rfn39/n39/n39/n39/n39/n39/n39/n39/n4+P38/PPw/5l1+1MA9Pn39/n39243+JVy+/n39/n39/n39/n39/n39/n3900A9NTF+/n39/n39/n39/n39/n39/n396KD/IZc+fn39/n39/n390wA87OY+vn39/n391sA9cq3/Pn39/n396KD/Ihe+vn39/n39/n39/n39/n397yl+aSG+d3R+vn39/n39/n39/n39/n3959/+4pi+/n39/n39/n39/n4+P38/PPw/5l1+1MA9Pn39/n39/n39/n39/n39/n39/n39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n396BdVdGyrPn39/n39/n39/n39/n4+P38/Pj08r6QiJRGPvn39/n396RkWrqMhPn39/n39/n39/n39/n39/n395FCOuLOzPn39/n39/n39/n39/n39/n398OblLF8dPn39/n39/n395BBOc2qpvn39/n395hQR9zDv/n39/n398OZk7J+dvn39/n39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v08vLHv7/49vb8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/ft5OGscWiFLSifWVLex8X59/f59/eYUEfTtKz59/f59/f59/f59/f59/f59/eRQjrexsL59/f59/f59/f59/f59/f59/fDm5SxfHT59/f59/f59/eQQTnexsL59/f59/eqbGTIopv59/f59/fCl5GzgHb59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fu7tutrS+HhwCgnwDd3Lb59/f59/f59/eSkgDe3bP59/f59/f59/f59/eamgDU05n59/f59/f59/f59/f49vT18/P18/P18/P18/P18/P39fP59/f59/f59/f59/f59/f59/f59/f59/fm3f18TPg3APFmJvXNvfn59/f59/dbAPW7ov359/f59/f59/f59/f59/f59/dNAPTMuvz59/f59/f59/f59/f59/f59/eig/yGXPn59/f59/f59/dMAPPMuvz59/f59/d3Rfiqjvv59/f59/eggPyJYfv59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/eff/uKYvv59/f59/f59/fm3f18TPg3APFmJvXNvfn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYXStK6KOTCzgHjizsz59/f59/f59/f59/f59/fWuraZUUj6+fn59/f59/f59/ft5OGscWiFLSifWVLex8X59/f59/eYUEfTtKz59/f59/f59/f59/f59/f59/eRQjrexsL59/f59/f59/f59/f59/f59/fDm5SxfHT59/f59/f59/eQQTnexsL59/f59/eqbGTIopv59/f59/fCl5GzgHb59/f59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv77uzs9/b28e7u1tHR1tDQ/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3toN9rHRq8uvp+ff3+vn5+ff3+ff3qGlftoN7+/r6+ff3+vn5+fj4+ff3+ff3kUI6v5KK+/r6+ff3+vn5+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3kEE5yqWe+vj4+/r6k0c+4szK+ff3+ff3wpeRs4B2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3uLZRrq4w8vDn+ff3+vn5+ff3+ff3+ff3kpIAwMBp+/r6+ff3+vn5+ff3qKcbuLdP+/r6+ff3+vn5+fj49/b29fXz9fXz9fXz9fXz9fXz9vXz+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3j2X5fU/57+j3+ff3+vn5+ff3+ff3dD72jGX7+/r6+ff3+vn5+fj4+ff3+ff3TQD0nHj8+/r6+ff3+vn5+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3TADzrJH++vj4+/r6UgD008P5+ff3+ff3oID8iWH7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff3j2X5fU/57+j3+ff3+vn5+ff3+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh3MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3toN9rHRq8uvp+ff3+vn5+ff3+ff3qGlftoN7+/r6+ff3+vn5+fj4+ff3+ff3kUI6v5KK+/r6+ff3+vn5+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3kEE5yqWe+vj4+/r6k0c+4szK+ff3+ff3wpeRs4B2+ff3+ff3+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9LKysjBwce/v9TMzPPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn397+SirF8dPr49vj08t/Ixvn39/n399W5s4w7M9S2sPv599/Gwujb2fn39/n395FCOppTTM+vqfPr6dzDv/n39/j29vfx78CWjbF8dPn39/n39/n395BBOZxVTO3e3dKyrIk0MPf09Pn29vn29MCWjbF9c/n29Pn29Pn39/n39/n39/n39/n39/n39/n39/n39/n397++arOyRfv79vj5797etvn39/n39/n395KSAJubANDQkvT049zbr/n399bUoY6OANXVm/z8997ds+nn0tLRyqmpl6mpl6mpl6mpl6mpl7+/s/n398u6/+Tb+/n399HB/d7T/Pn39/n395x5+YZc+fj1//Pw/829/fn39/n397+r+kUA8rym/fr3/8y6/d/V+fn39/n3900A9F4P9bSd/uzl/8e2/vn39/f2+PHu/557/oZc+fn39/n39/n390wA82AW9uTZ/rqh/j8A8ff0+Pj2+Pbz/557/oZb+/bz//bz//n39/n39/n39/n39/n39/n39/n39/n39/n39/j2+vbz/516/Ypg+vn39/n39/n395x5+YZc+fj1//Pw/829/fn39/n398u6/+Tb+/n399HB/d7T/Pn39+3j4byPh409NaJfV9K0rPf08vn39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n398uooqRkWvr4+Pn39/n397+SirF8dPr49vj08t/Ixvn39/n399W5s4w7M9S2sPv599/Gwujb2fn39/n395FCOppTTM+vqfPr6dzDv/n39/j29vfx78CWjbF8dPn39/n39/n395BBOZxVTO3e3dKyrIk0MPf09Pn29vn29MCWjbF9c/n29Pn29Pn39+3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vSysrs6en8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/fv5eOudWuNPTWMOzO/kor59/f59/f59/fKp6GUSj+HMCudV1Dr3t/59/f59/ejYVnYvLahXlaHMCu0gXn59/fq392YUUiYUUi/kor59/f59/f59/eiX1fBlY+QQDiRQTnStKz59/fjz82VTEOMOzOJNjCVTEOVTEP17+359/f59/f59/f59/f59/f59/f59/f59/fv7d+vrjaPjwCOjgC/vmr59/f59/f59/ekowDY1aeioQCJiQC2tE/59/f59/fLyomVlQCJiQCenQDs6tn59/f59/f59/f59/f59/f59/f59/f59/dJAPOukfv59/dkIvaVcPv59/f59/fp4Pl/T/hIAPJFAPKcefn59/f59/f59/evlPpTAPQ7APBjHvTk2fn59/f59/dsMvbCrfpqKvQ7APCLYfj59/fj2/lcBfRcBfScefn59/f59/f59/drLfeffvpNAPNNAPO8pPr59/fVx/lWAPNFAPJAAPFWAPNWAPPx7Pj59/f59/f59/f59/f59/f59/f59/f59/fCrvpWAPNWAPOcefn59/f59/f59/fp4Pl/T/hIAPJFAPKcefn59/f59/dJAPOukfv59/dkIvaVcPv59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/f18e+NPTXn1NL59/f59/fv5eOudWuNPTWMOzO/kor59/f59/f59/fKp6GUSj+HMCudV1Dr3t/59/f59/ejYVnYvLahXlaHMCu0gXn59/fq392YUUiYUUi/kor59/f59/f59/eiX1fBlY+QQDiRQTnStKz59/fjz82VTEOMOzOJNjCVTEOVTEP17+3HoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv70srK7Onp/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpaQsn91+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r8/Pv9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oH/7iGD6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7/fz8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hu+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpaQsn91+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9LKysa+vsa+vsa+vtrU1Pz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399O1rsiln/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n396GB+oVa9/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n397yl+a2Q+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3959++opg+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/Hp54k2MOvh3vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399O1rsiln/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ff0/jVx/n59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fbzfrTw/n59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r4+Pz7+/z7+/r4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z7+/z7+/n4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r4+Pz7+/z7+/r4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r4+Pz7+/z7+/r4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z7+/z7+/n4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fJoJzu5OL59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/erjP3n3vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fZzv2fffmde/rh1v/8+/v59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/elh/qkhfvo4P/6+Pj59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fZzv2fffmde/rh1v/8+/v59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fZzv2fffmde/rh1v/8+/v59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/elh/qkhfvo4P/6+Pj59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fJoJzu5OL59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kEE548/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3TADz1cf6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38e357un/+ff3+ff3+ff3+ff3+ff38e357un/+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3sZb6qIj5tJv7Zif2o4T9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3spf5nnz4RADy2s79+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3sZb6qIj5tJv7Zif2o4T9+ff38e357un/+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3sZb6qIj5tJv7Zif2o4T9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3spf5nnz4RADy2s79+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kEE548/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/38/Pfx7/Dn5f7+/vv5+fn39/n39/n39/38/Pv4+O7j4Pz59/r4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/z7+/7+/v////////7+/v38/Pn395BBOeXS0Pfx7/j08vz7+/n39/n39/n39/n39/38/P/+/v/+/vn39/n39/n39/n39/n39/n39/n39/n39/n39/38/Pf47PHx4P7+/vv5+fn39/n39/n39//+/vr4+Pn39/n39/n39/n39/n39/38/Pv79u/v2vz79/r4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/n39/n39/38/P/+/v/+/vn39/n39/n39/n39/38/P/+/v/+/vn39/n390wA89fK/fHu//Pw//z7+/n39/n39/n39/z7+/////v6+vn39/n39+DW+kIA8fHs+/n39/n39/n39/n39+DW+kIA8fHs+/n39/n39/n39/n39/n39/n39/38/Pn2/+bd//r3//r4+Pn39/r5+f39/+jf//r4//v6+vn39/n39/v5+fr4/+3m//39/f////n39/n39/r4+P7+/u7p/+ni//7+//r4+Pn39/n39/79/f////v6+vn39/n39/n39/z7+/fz//Tv/v38/P/+/vr4+Pn39/7+/vr4+Pn39/n39/////r4+Pn39/r4+P/+/v39/9rO/VsA9fn39/n39/r5+f37//Dr//38/P////r4+Pn39/n39/n39/r4+P79/f////z7+/n39/z7+/fz//Tv/v38/P/+/vr4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/n39/n3945k+aGA/Pn39/n39/n39/38/PHu/+ni//7+/vv5+fn39/n39/n39/79/f////v6+vn39/n39/n39/r5+f39/+jf//r4//v6+vn39/n39/n39//+/vr4+Pn39/n39/n39/n39/r4+P/+/v39/9rO/VsA9fn39+DW+kIA8fHs+/n39/n39/n39/n39/n39/z7+/fz//Tv/v38/P/+/vr4+Pn39/7+/vr4+Pn39/n39/////r4+Pn39/r4+P/+/v39/9rO/VsA9fn39/n39/r5+f37//Dr//38/P////r4+Pn39/n39/n39/r4+P79/f////z7+/n39/z7+/fz//Tv/v38/P/+/vr4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+v////////////////v6+vn39/n39/79/f////v6+vn39/n39/n39/n4+P7+/uvj//38//r5+fn39/n39/n39/79/f////v6+vn39/n39/n39/n4+P7+/uvj//38//r5+fn39/n39/n39//+/vr4+Pn39/n39/n39/n39/n39/38/Pn2/+bd//r3//r4+Pn39/v6+v////////////////v6+vn39/n4+P7+/uvj//38//r5+fn39/n39/n39/79/f////v6+vn39/n39/v6+v38/Pn39/7+/vn4+Pv5+f38/Pn39/z7+/7+/v////////7+/v38/Pn39/7+/vr4+Pn39/n39/////r4+Pn39/n39/79/f////v6+vn39/n39/n39/n39/n3945k+aGA/Pn39/n39/n39/38/PHu/+ni//7+/vv5+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+jd2oo3L/bw7vn39/n39/n39/n39/n39/38/Pfx7/Dn5f7+/vv5+fn39/n39/n39/38/Pv4+O7j4Pz59/r4+Pn39/n39//+/vr4+Pn39/n39/n39/n39/z7+/7+/v////////7+/v38/Pn395BBOeXS0Pfx7/j08vz7+/n39/n39/n39/n39/38/P/+/v/+/vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vV0dHh3t78+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/esdGqNPTWZUkuVSELXvLb59/f59/f59/W2g3uDKiWXTkWPPzfo2NX59/f59/eRQjrizcv59/f59/f59/f59/e7joaTRz6KOTCIMy2TRz6udWv59/eQQTmscGeNPTWDKiXCmI/59/f59/f59/f28/GvdWuQQDiRQTn17+359/f59/f59/f59/f59/f59/f59/f59/eurjWPjwCbmwCXlgDY2KX59/f59/f59/eSkgDi4MD59/f59/f59/f59/f5+Pa4t0+FhQCYmACRkADo5c759/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/dSAPTRwPv59/f59/dCAPHc0fr59/f59/f18fl/UvpNAPNNAPPx7Pj59/f59/f18fl/UvpNAPNNAPPx7Pj59/dMAPN7S/hIAPI0AO+gf/359/f59/f59/effvovAPC6pPv59/f59/f59/d6Svenif359/f59/f59/f59/f59/d6Svenif359/f59/f59/f59/f59/f49vuMZfsyAO9aAPRLAPLd0fr59/fRwv5FAPJLAPI3AO+ylv/59/f59/fDsf85APBJAPN4Rvk0AO/l3Pj59/fc0f9ZAPVDAPFWAPNJAPPWyfn59/f59/dwOfgvAPC6pPv59/f59/f59/ecePxFAPJNAPOGXPlLAPPUxPr59/dSAPTRwPv59/f59/dCAPHc0fr59/fUxP9QAPRCAPGYdfs0AO/q4vn59/fOvP5NAPRJAPOIXflCAPHc0fr59/f59/f59/fd0P1uN/c/APGde/n59/ecePxFAPJNAPOGXPlLAPPUxPr59/f59/dNAPTUxPr59/f59/f59/f59/f59/f59/eff/uKYvv59/f59/f59/d+UfdIAPJdCfVWAPPBrv/59/f59/f59/dwOfgvAPC6pPv59/f59/f59/fRwv5FAPJLAPI3AO+ylv/59/f59/f59/dNAPTUxPr59/f59/f59/f59/fUxP9QAPRCAPGYdfs0AO/q4vn59/d6Svenif359/f59/f59/f59/f59/ecePxFAPJNAPOGXPlLAPPUxPr59/dSAPTRwPv59/f59/dCAPHc0fr59/fUxP9QAPRCAPGYdfs0AO/q4vn59/fOvP5NAPRJAPOIXflCAPHc0fr59/f59/f59/fd0P1uN/c/APGde/n59/ecePxFAPJNAPOGXPlLAPPUxPr59/f59/dNAPTUxPr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/erj/kvAPAvAPAvAPAvAPCsj/n59/f59/dwOfgvAPC6pPv59/f59/f59/fk3v1TAPVQAPNCAPHNu//59/f59/f59/dwOfgvAPC6pPv59/f59/f59/fk3v1TAPVQAPNCAPHNu//59/f59/f59/dNAPTUxPr59/f59/f59/f59/f49vuMZfsyAO9aAPRLAPLd0fr59/erj/kvAPAvAPAvAPAvAPCsj/n59/fk3v1TAPVQAPNCAPHNu//59/f59/f59/dwOfgvAPC6pPv59/f59/e1n/yFWvr59/dTAPXh2Pq7pft+Ufn59/eYcvhSAPRCAPE+APBSAPR/T/j59/dSAPTRwPv59/f59/dCAPHc0fr59/f59/dwOfgvAPC6pPv59/f59/f59/f59/f59/eff/uKYvv59/f59/f59/d+UfdIAPJdCfVWAPPBrv/59/f59/f59/f59/f59/f59/f59/f59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/erb2fHn5j59/f59/f59/f59/f59/esdGqNPTWZUkuVSELXvLb59/f59/f59/W2g3uDKiWXTkWPPzfo2NX59/f59/eRQjrizcv59/f59/f59/f59/e7joaTRz6KOTCIMy2TRz6udWv59/eQQTmscGeNPTWDKiXCmI/59/f59/f59/f28/GvdWuQQDiRQTn17+349fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv71dHR4d7e/Pv7/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff35dPR+Pb2+ff33sjEl05D+ff3+ff3y6aglEg/6NjV+ff37uTi7uTi+ff3+ff3kUI64s3L+ff3+ff3+ff3+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3kEE5qGth9PDu5dPRhjAq9fLw+ff3+ff33MO/mlNK9fHv+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff35eLH+ff1+ff33t62mJgA+ff3+ff3+ff3kpIA4uDA+ff3+ff3+ff3+ff3y8yGlZUA6OXO+ff37+3e7+3e/Pv7/////////////////////f39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3ybb8XQ/19O/3+ff3+ff3+ff3+ff3ybb8XQ/19O/3+ff3+ff3+ff3TADzdUL38u352Mv6OwDw8+/7+ff3+ff3nnz4LwDwuqL5+ff3+ff3+ff30cH4TADz9/T8+ff3+ff3+ff3+ff30cH4TADz9/T8+ff3+ff3+ff3+ff3rpL+UwD13dH6+ff36N/46N/4+Pb4VgD1nHn5+Pb4xLH6NwDv6N/7+ff3YRz3spf5+Pb4nHj7LwDw5dz4+Pb4WQD1mXf79PD4+ff34dj45tz4+ff3+ff3cDf3LwDwu6L5+ff3+ff37OX5OwDw6N/49/T4nXv5LwDw1MT6+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3aSv3nHn58ez4j2b6LwDw5dz4+ff3iV/7mnT5+ff3r5L7LwDw3NH6+ff3+ff3+ff3jGX7l3L6+ff3+ff37OX5OwDw6N/49/T4nXv5LwDw1MT6+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff32Mv6+Pb4+ff3zbz+WAD0+ff3+ff3+ff3cDf3LwDwu6L5+ff3+ff3+Pb4VgD1nHn5+Pb4xLH6NwDv6N/7+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3aSv3nHn58ez4j2b6LwDw5dz4+ff30cH4TADz9/T8+ff3+ff3+ff37OX5OwDw6N/49/T4nXv5LwDw1MT6+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3aSv3nHn58ez4j2b6LwDw5dz4+ff3iV/7mnT5+ff3r5L7LwDw3NH6+ff3+ff3+ff3jGX7l3L6+ff3+ff37OX5OwDw6N/49/T4nXv5LwDw1MT6+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pb49/T4i2T6iGD69/T4+Pb4+ff3+ff3cDf3LwDwu6L5+ff3+ff3+ff3d0X4jGT6+ff3vqb5SADy+Pb6+ff3+ff3cDf3LwDwu6L5+ff3+ff3+ff3d0X4jGT6+ff3vqb5SADy+Pb6+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3rpL+UwD13dH6+ff36N/46N/4+ff3+Pb49/T4i2T6iGD69/T4+Pb4+ff3d0X4jGT6+ff3vqb5SADy+Pb6+ff3+ff3cDf3LwDwu6L5+ff3+ff3tZ/8hVr6+ff3UwD14dj6u6X7flH5+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3cDf3LwDwu6L5+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff32Mv6+Pb4+ff3zbz+WAD0+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34MvJkEE5+Pb0+ff3+ff3+ff3+ff35dPR+Pb2+ff33sjEl05D+ff3+ff3y6aglEg/6NjV+ff37uTi7uTi+ff3+ff3kUI64s3L+ff3+ff3+ff3+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3kEE5qGth9PDu5dPRhjAq9fLw+ff3+ff33MO/mlNK9fHv+ff3+ff3wZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7++nm5s/IyM/IyM/IyMjBwcrDw97Z2fz7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n4+P38/Pj08r6QiJRGPvn39/n396RkWrqMhPn39/n39/n39/n39/n39/n395FCOuLOzPn39/n39/n39/n39/n39/n398OblLF8dPn39/n39/n395BBOc2qpvn39/n395hQR9zDv/n39/n398OZk7J+dvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n4+P38/Pj577++ZJWUAPn39/n39/n395KSAOLhwfn39/n39/n39/n396WlALu7Yfn39/n39/n39/n3987NxqKij6Kij6Kij6Kij6Kij7q7rfn39/n39/n39/n39/n39/n39/n39/n391IA9NHB/Pn39/n390IA8dzR+vn39/n396KD/Ihe+vn39/n39/n39/n39/n396KD/Ihe+vn39/n39/n39/n390wA87OY+vn39/n391sA9cq3/Pn39/n39+bd+dPD+e3k+Pn39/n39/n39/n392gq9reh/vn39/n39/n39/n39/n392gq9reh/vn39/n39/n39/n39243+JVy+/n39/n39/n39/n39+ng+S8A8N/V+fn39/n390UA8r6q+vDp+DUA7/Dq+fn399zQ+S8A8OXc+N7U+y8A8Ofd/f38/P38/P38/Pv5+fn39/n397yl+aSG+d3R+vn39/n39/Dp+EMA8ezl//38/O3m/TEA79TE+vn391IA9NHB/Pn39/n390IA8dzR+vLs+TUA7+zl+fn399rM+S8A8OXc+Pn391sA9cm3+vn39/Dp+DIA79zR+vn39/n39/n391cA9M69+fn39/n39/Dp+EMA8ezl//38/O3m/TEA79TE+vn39/n3900A9NTF+/n39/n39/n39/n39/n39/n3959/+4pi+/n39/n39/n39/n4+P38/PPw/5l1+1MA9Pn39/n39/n397yl+aSG+d3R+vn39/n39+ng+S8A8N/V+fn39/n390UA8r6q+vn39/n3900A9NTF+/n39/n39/n39/Ls+TUA7+zl+fn399rM+S8A8OXc+Pn39/n392gq9reh/vn39/n39/n39/Dp+EMA8ezl//38/O3m/TEA79TE+vn391IA9NHB/Pn39/n390IA8dzR+vLs+TUA7+zl+fn399rM+S8A8OXc+Pn391sA9cm3+vn39/Dp+DIA79zR+vn39/n39/n391cA9M69+fn39/n39/Dp+EMA8ezl//38/O3m/TEA79TE+vn39/n3900A9NTF+/n39/n39/n39/r5+f38/P38/P38/P38/P38/Pz7+/n39/n39/n3945l+opi+/n39/n39/n39/n397yl+aSG+d3R+vn39/n39/Lu+jQA72Qi9vr5+/f19z8A8c+/+/n39/n397yl+aSG+d3R+vn39/n39/Lu+jQA72Qi9vr5+/f19z8A8c+/+/n39/n3900A9NTF+/n39/n39/n39/n39243+JVy+/n39/n39/n39/n39/n39/n39/n3945l+opi+/n39/n39/Lu+jQA72Qi9vr5+/f19z8A8c+/+/n39/n397yl+aSG+d3R+vn39/n397Wf/IVa+vn391MA9eHY+rul+35R+fn39/n39/n396KD/IZc+fn39/n39/n391IA9NHB/Pn39/n390IA8dzR+vn39/n397yl+aSG+d3R+vn39/n39/n39/n39/n3959/+4pi+/n39/n39/n39/n4+P38/PPw/5l1+1MA9Pn39/n39/n39/n39/n39/n39/n39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/v6+vj08sqkn5ZNQpdORceemvHo5vn39/n396BdVdGyrPn39/n39/n39/n39/n4+P38/Pj08r6QiJRGPvn39/n396RkWrqMhPn39/n39/n39/n39/n39/n395FCOuLOzPn39/n39/n39/n39/n39/n398OblLF8dPn39/n39/n395BBOc2qpvn39/n395hQR9zDv/n39/n398OZk7J+dvn39/n39/n39/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vu6+vPycnz8fHz8fHSzc3e2Nj29fX8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/ft5OGscWiFLSifWVLex8X59/f59/eYUEfTtKz59/f59/f59/f59/f59/f59/eRQjrexsL59/f59/f59/f59/f59/f59/fDm5SxfHT59/f59/f59/eQQTnexsL59/f59/eqbGTIopv59/f59/fCl5GzgHb59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fu7tutrS+HhwCgnwDd3Lb59/f59/f59/eSkgDe3bP59/f59/f59/f59/eamgDU05n59/f59/f59/f59/f49vT18/P18/P18/P18/P18/P39fP59/f59/f59/f59/f59/f59/f59/f59/dSAPTRwf359/f59/dCAPHc0Pn59/f59/eggPyJYfv59/f59/f59/f59/f59/eggPyJYfv59/f59/f59/f59/dMAPPMuvz59/f59/d3Rfiqjvv59/f59/f6+Pj7+vr5+Pj59/f59/f59/f59/fBrPpcAvX6+fn59/f59/f59/f59/fBrPpcAvX6+fn59/f59/f59/dbAPW7ov359/f59/f59/f59/fbzfoyAO/49fn59/f59/dkIvawlfvRwfhFAPL59/f59/f18PgvAPDl3PjMvPo1AO+LZPmLZPmLZPmNY/q9p/v59/f59/f59/f59/f59/f59/f59/f59/eefPhSAPR+UfeNZPk7APDUxPr59/dSAPTRwf359/f59/dCAPHc0PnRwfhFAPL59/f59/f18PgvAPDl3Pj59/dSAPTRwPv59/f59/dCAPHc0fr59/f59/f59/dQAPTSwvn59/f59/f59/eefPhSAPR+UfeNZPk7APDUxPr59/f59/dNAPTMuvz59/f59/f59/f59/f59/f59/eff/uKYvv59/f59/f59/fm3f18TPg3APFmJvXNvfn59/f59/f59/f59/f59/f59/f59/f59/fbzfoyAO/49fn59/f59/dkIvawlfv59/f59/dNAPTMuvz59/f59/f59/fRwfhFAPL59/f59/f18PgvAPDl3Pj59/f59/fBrPpcAvX6+fn59/f59/f59/eefPhSAPR+UfeNZPk7APDUxPr59/dSAPTRwf359/f59/dCAPHc0PnRwfhFAPL59/f59/f18PgvAPDl3Pj59/dSAPTRwPv59/f59/dCAPHc0fr59/f59/f59/dQAPTSwvn59/f59/f59/eefPhSAPR+UfeNZPk7APDUxPr59/f59/dNAPTMuvz59/f59/f59/fLufuEVvmEVvmEVvmEVvmEVvmbd/v59/f59/f59/eOZfqKYvv59/f59/f59/f59/f59/f59/f59/f59/f59/fi2PovAPCHXPiylv/59/ddD/W3oPv59/f59/f59/f59/f59/f59/f59/fi2PovAPCHXPiylv/59/ddD/W3oPv59/f59/dNAPTMuvz59/f59/f59/f59/dbAPW7ov359/f59/f59/f59/f59/f59/f59/eOZfqKYvv59/f59/fi2PovAPCHXPiylv/59/ddD/W3oPv59/f59/f59/f59/f59/f59/f59/e1n/yFWvr59/dTAPXi2Pq7pft+Ufn59/f59/f59/eig/yGXPn59/f59/f59/dSAPTRwf359/f59/dCAPHc0Pn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/eff/uKYvv59/f59/f59/fm3f18TPg3APFmJvXNvfn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYXStK6KOTCzgHjizsz59/f59/f59/f59/f59/fWuraZUUj6+fn59/f59/f59/ft5OGscWiFLSifWVLex8X59/f59/eYUEfTtKz59/f59/f59/f59/f59/f59/eRQjrexsL59/f59/f59/f59/f59/f59/fDm5SxfHT59/f59/f59/eQQTnexsL59/f59/eqbGTIopv59/f59/fCl5GzgHb59/f59/f59/f59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv719LS6ufn/Pv71dHR4d7e/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3toN9rHRq8uvp+ff3+vn5+ff3+ff3qGlftoN7+/r6+ff3+vn5+fj4+ff3+ff3kUI6v5KK+/r6+ff3+vn5+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3kEE5yqWe+vj4+/r6k0c+4szK+ff3+ff3wpeRs4B2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3uLZRrq4w8vDn+ff3+vn5+ff3+ff3+ff3kpIAwMBp+/r6+ff3+vn5+ff3qKcbuLdP+/r6+ff3+vn5+fj49/b29fXz9fXz9fXz9fXz9fXz9vXz+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3UgD0tJr++fj49/T8NwDv6eD5+ff3+ff3oID8iWH7+ff3+ff3+ff3+ff3+ff3oID8iWH7+ff3+ff3+ff3+ff3TADzrJH++vj4+/r6UgD008P5+ff3+ff32Mz8tpz+49n7+ff3+ff3+ff3+ff3+Pb4VwD0yrf++ff3+ff3+ff3+ff3+Pb4VwD0yrf++ff3+ff3+ff3dD72jGX7+/r6+ff3+vn5+fj47OX5LwDw2s79+ff3+vn7PADwwq368+74NwDx7eb9+ff31sn8LwDw5dz449v5LwDwt5/9wq36wa/7Zyn3spr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/n59PH5y7r6wKz9OwDw3M75+ff3UgD0tJr++fj49/T8NwDv6eD58+74NwDx6+b9+ff32c39LwDw5dz4+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3+/n59PH5y7r6wKz9OwDw3M75+ff3+ff3TQD0nHj8+/r6+ff3+vn5+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff3j2X5fU/57+j3+ff3+vn5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37OX5LwDw2s79+ff3+vn7PADwwq36+ff3+ff3TQD0nHj8+/r6+ff3+vn58+74NwDx6+b9+ff32c39LwDw5dz4+ff3+ff3+Pb4VwD0yrf++ff3+ff3+ff3+/n59PH5y7r6wKz9OwDw3M75+ff3UgD0tJr++fj49/T8NwDv6eD58+74NwDx6+b9+ff32c39LwDw5dz4+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3+/n59PH5y7r6wKz9OwDw3M75+ff3+ff3TQD0nHj8+/r6+ff3+vn52836rI/5rI/5rI/5rI/5rI/5vKT6+ff3+ff3+ff3jmX6imL7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff31Mf6MgDv7+j3WADz7uf+Zyn3q4/8+ff3+ff3+ff3+ff3+ff3+ff3+ff31Mf6MgDv7+j3WADz7uf+Zyn3q4/8+ff3+ff3TQD0nHj8+/r6+ff3+vn5+ff3dD72jGX7+/r6+ff3+vn5+fj4+ff3+ff3+ff3jmX6imL7+ff3+ff31Mf6MgDv7+j3WADz7uf+Zyn3q4/8+ff3+ff3+ff3+ff3+ff3+ff3+ff3tZ/8gVP7+ff3TgD03tP8uqH8hVn6+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UgD0tJr++fj49/T8NwDv6eD5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff3j2X5fU/57+j3+ff3+vn5+ff3+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh3MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3toN9rHRq8uvp+ff3+vn5+ff3+ff3qGlftoN7+/r6+ff3+vn5+fj4+ff3+ff3kUI6v5KK+/r6+ff3+vn5+ff3+ff3+ff3w5uUsXx0+ff3+ff3+ff3kEE5yqWe+vj4+/r6k0c+4szK+ff3+ff3wpeRs4B2+ff3+ff3+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/b09M/Jyfv5+dXR0eHe3vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn397+SirF8dPr49vj08t/Ixvn39/n399W5s4w7M9S2sPv599/Gwujb2fn39/n395FCOppTTM+vqfPr6dzDv/n39/j29vfx78CWjbF8dPn39/n39/n395BBOZxVTO3e3dKyrIk0MPf09Pn29vn29MCWjbF9c/n29Pn29Pn39/n39/n39/n39/n39/n39/n39/n39/n397++arOyRfv79vj5797etvn39/n39/n395KSAJubANDQkvT049zbr/n399bUoY6OANXVm/z8997ds+nn0tLRyqmpl6mpl6mpl6mpl6mpl7+/s/n398u6/+Tb+/n399HB/d7T/Pn39/n391IA9Goq9uPa/rSa/lIA8/n39/j2+Pbz/557/oZb+/bz//bz//n39/j2+Pbz/557/oZb+/bz//bz//n39/n390wA82AW9uTZ/rqh/j8A8ff0+Pn39/n39599+S8A8Luj+vn39/n39/n39/n39/n397CV+m43+Pr4+Pn39/n39/n39/n397CV+m43+Pr4+Pn39/n397+r+kUA8rym/fr3/8y6/d/V+fn392kq9oFT+uzl/6SF/EIA8fDq+fn392ww95Rv/Ozk/39S+C8A8Obc+Pn392429oRX+u3m/826/0UA8vDp+Pn39/n39/n39/n39/n39/n39/n39/n3976o/enh//v6/7ii/zwA8PLr+Pn391IA9Gkq9uPa/rSa/lIA8/n39/n392ww95Jr/ezl/4NW+S8A8Obc+Pn391IA9NHA+/n39/n390IA8dzR+vn39/n39/n391AA9NLC+fn39/n39/n3976o/enh//v6/7ii/zwA8PLr+Pn39/n3900A9F4P9bSd/uzl/8e2/vn39/j2+vbz/516/Ypg+vn39/n39/n395x5+YZc+fj1//Pw/829/fn39/n39/n39/n39/n39/n39/n39/n39/n392kq9oFT+uzl/6SF/EIA8fDq+fn39/n3900A9F4P9bSd/uzl/8e2/vn392ww95Jr/ezl/4NW+S8A8Obc+Pn39/n39/n397CV+m43+Pr4+Pn39/n3976o/enh//v6/7ii/zwA8PLr+Pn391IA9Gkq9uPa/rSa/lIA8/n39/n392ww95Jr/ezl/4NW+S8A8Obc+Pn391IA9NHA+/n39/n390IA8dzR+vn39/n39/n391AA9NLC+fn39/n39/n3976o/enh//v6/7ii/zwA8PLr+Pn39/n3900A9F4P9bSd/uzl/8e2/vn39/n39/n39/n39/n39/n39/n39/n39/n39/n3945l+opi+/n39/n39/n39/n39/n39/n39/n39/n39/n39+DW+i8A8PXw+Lee+4ZZ+l0P9bee+/n39/n39/n39/n39/n39/n39/n39+DW+i8A8PXw+Lee+4ZZ+l0P9bee+/n39/n3900A9F4P9bSd/uzl/8e2/vn397+r+kUA8rym/fr3/8y6/d/V+fn39/n39/n3945l+opi+/n39/n39+DW+i8A8PXw+Lee+4ZZ+l0P9bee+/n39/n39/n39/n39/n39/n39/n397ee+2AZ9+zk/zgA8bym/Zx4/JVx+vn39/f2+PHu/557/oZc+fn39/n39/n391IA9Gkq9uPa/rSa/lIA8/n39/n39/n39/n39/n39/n39/n39/n39/n39/j2+vbz/516/Ypg+vn39/n39/n395x5+YZc+fj1//Pw/829/fn39/n398u6/+Tb+/n399HB/d7T/Pn39+3j4byPh409NaJfV9K0rPf08vn39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn39/n39/n398uooqRkWvr4+Pn39/n397+SirF8dPr49vj08t/Ixvn39/n399W5s4w7M9S2sPv599/Gwujb2fn39/n395FCOppTTM+vqfPr6dzDv/n39/j29vfx78CWjbF8dPn39/n39/n395BBOZxVTO3e3dKyrIk0MPf09Pn29vn29MCWjbF9c/n29Pn29Pn39+3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vk4eHh3t7V0dHh3t78+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/fv5eOudWuNPTWMOzO/kor59/f59/f59/fKp6GUSj+HMCudV1Dr3t/59/f59/ejYVnYvLahXlaHMCu0gXn59/fq392YUUiYUUi/kor59/f59/f59/eiX1fBlY+QQDiRQTnStKz59/fjz82VTEOMOzOJNjCVTEOVTEP17+359/f59/f59/f59/f59/f59/f59/f59/fv7d+vrjaPjwCOjgC/vmr59/f59/f59/ekowDY1aeioQCJiQC2tE/59/f59/fLyomVlQCJiQCenQDs6tn59/f59/f59/f59/f59/f59/f59/f59/dJAPOukfv59/dkIvaVcPv59/f59/dSAPSpjPlYAPRWAPO9p/j59/fVx/lWAPNFAPJAAPFWAPNWAPPx7PjVx/lWAPNFAPJAAPFWAPNWAPPx7Pj59/drLfeffvpNAPNNAPO8pPr59/f59/f59/etkPlXAPPDr/v59/f59/f59/f59/f59/f07/dIAPLZzf359/f59/f59/f59/f07/dIAPLZzf359/f59/f59/evlPpTAPQ7APBjHvTk2fn59/fh2PhsMPc8APBaAPTLuvr59/f59/fWyflcBfRDAPGcefk3AO/m3Pj59/fq4vl7SvZCAPFRAPO7o/n59/f59/f59/f59/f59/f59/f59/f59/f59/ehgfpPAPM7APBcDPTKuPr59/f59/dwOPavkvtYAPRWAPO9p/j59/f59/fYyvlbAPRDAPGefflgGvbp4fj59/dyPfbYyvn59/f59/dmJvXh1/n59/f59/f59/dQAPTSwvn59/f59/f59/ehgfpPAPM7APBcDPTKuPr59/f59/f59/dsMvbCrfpqKvQ7APCLYfj59/fCrvpWAPNWAPOcefn59/f59/f59/fp4Pl/T/hIAPJFAPKcefn59/f59/f59/f59/f59/f59/f59/f59/f59/fh2PhsMPc8APBaAPTLuvr59/f59/f59/dsMvbCrfpqKvQ7APCLYfj59/fYyvlbAPRDAPGefflgGvbp4fj59/f59/f59/f07/dIAPLZzf359/f59/ehgfpPAPM7APBcDPTKuPr59/f59/dwOPavkvtYAPRWAPO9p/j59/f59/fYyvlbAPRDAPGefflgGvbp4fj59/dyPfbYyvn59/f59/dmJvXh1/n59/f59/f59/dQAPTSwvn59/f59/f59/ehgfpPAPM7APBcDPTKuPr59/f59/f59/dsMvbCrfpqKvQ7APCLYfj59/f59/f59/f59/f59/f59/f59/f59/f38//9/PyOZfqKYvv59/f59/f59/f59/f59/f59/f59/f59/f59/fx7PgyAO/e0/z59/dqLvc4APHLuvr59/f59/f59/f59/f59/f59/f59/fx7PgyAO/e0/z59/dqLvc4APHLuvr59/f59/dsMvbCrfpqKvQ7APCLYfj59/f59/evlPpTAPQ7APBjHvTk2fn59/f38//9/PyOZfqKYvv59/f59/fx7PgyAO/e0/z59/dqLvc4APHLuvr59/f59/f59/f59/f59/f59/f59/fArPl0QPZJAPN+T/h2RfhbAPTbzfr59/fj2/lcBfRcBfScefn59/f59/f59/dwOPavkvtYAPRWAPO9p/j59/f59/f59/f59/f59/f59/f59/f59/f59/fCrvpWAPNWAPOcefn59/f59/f59/fp4Pl/T/hIAPJFAPKcefn59/f59/dJAPOukfv59/dkIvaVcPv59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/f59/f59/f18e+NPTXn1NL59/f59/fv5eOudWuNPTWMOzO/kor59/f59/f59/fKp6GUSj+HMCudV1Dr3t/59/f59/ejYVnYvLahXlaHMCu0gXn59/fq392YUUiYUUi/kor59/f59/f59/eiX1fBlY+QQDiRQTnStKz59/fjz82VTEOMOzOJNjCVTEOVTEP17+3HoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr61MzM0crK4d3d/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpaQsn91+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3UgD00cD7+ff3+ff3+ff3+ff3+ff3+ff3oH/7iGD6+ff3+ff3+ff3+ff3+ff3oH/7iGD6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oH/6gVP7+fj4+ff3+ff3+ff3+ff3oH/6gVP7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3NwDv5tz4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6UAD00sL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7/fz8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oH/6gVP7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6UAD00sL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3ay33jmT5eUf6iWH7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3dED2lXH8////n3z9SADy9/T4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3dED2lXH8////n3z9SADy9/T4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3ay33jmT5eUf6iWH7+ff3+ff3+ff3dED2lXH8////n3z9SADy9/T4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r8/Pv9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7/fz8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SQDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hu+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpaQsn91+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Dv78a+vuHd3fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399O1rsiln/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n391IA89C/+vn39/n39/n39/n39/n39/n397yl+a2Q+fn39/n39/n39/n39/n397yl+a2Q+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+zl+UAA8ePb+fn39/n39/n39/n39+zl+UAA8ePb+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39zcA7+bc+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n398m3+qmK+0IA8dHB+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3959++opg+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+zl+UAA8ePb+fn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n398m3+qmK+0IA8dHB+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+bd+ZJt+EAA8Y1j+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39+Pb+VsA9EcA8kcA8su5+/n39/n39/n39/n39/n39/n39/n39/n39/n39+Pb+VsA9EcA8kcA8su5+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+bd+ZJt+EAA8Y1j+Pn39/n39/n39+Pb+VsA9EcA8kcA8su5+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n396GB+oVa9/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3959++opg+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n390kA86yQ+vn392Mg9ZRv+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/Hp54k2MOvh3vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n398KYkrB6cvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399O1rsiln/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/fCrfrr4/j59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/e7o/ny7fn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fPv/uymPqymPrq4vn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fbzfrTw/n59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fPv/uymPqymPrq4vn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv6Pf59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv6Pf59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv6Pf59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ff0/jVx/n59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fbzfrTw/n59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fItfri2fn59/fOvvrc0Pn59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fo2Njjz8359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19ff29vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/r4+P7+/vXt6/Dn5f7+/vr4+Pn39/z7+/n29Pjy8P38/P/+/vr4+Pn39/v5+fz6+PTs6f39/f////n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v08fHLw8PKwsLJwsLSysro5OT8+/v8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/eTRz7hysj59/f59/eKOTDn2NX59/fp2daXT0SLODKVS0KPPzfk0M759/e/koqMPDSRQTmxfHSPQDjizcv59/fZvrqGLimPPzeqbmWDKiXs4d/49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv79/b28e7u/Pv7+/r65uPjxr6+9fT0/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3k0c+4crI+ff3+ff3ijkw59jV+fb2l09EvZGJ9vLw+ff36d7b7OLg8ennhzAr7uTi9/T0v5OLgSUj4s3L+ff3nVhOzaml+Pb2vpKKgSUj7OHfwZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+8nBwe7r6/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn395NHPuDLyfn39/n394o5MOfY1efb2IElI+7k4f38/P38/P38/Pv5+fPs6os4MvPr6P38/PPr6YImJOLNy/Tt64QrJvTt6/n39+fX1IElI+zh3/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vv7e3Hv7/6+Pj8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/eTRz7gy8n59/f59/eKOTDn19TdxsSEKya0gnq0gnq0gnq2g3vUt7H59/fAlIyTST6sdGq1g3uHMCvizcvgy8mMPDT59/f59/f28vCBJSPs4d/59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv74+Dg0s3NzcbG7uvr/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3k0c+zq6n+fj4+Pb0hCwn7+Xj6t/dgSUj0bCq17u11ry4oF1Vzaym+ff3+/n59vPx3cXD1rq0hjAq59XT9vDwhS0o8+vp+ff35NHPgSUj7OHf+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7++7r6+Lf39HKyuHd3fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn395NHPqFeVuzg3s6up5NFPfn39/n396RiWq96cPTs6d/Gwow7M/Ps6vn399W4svDm4/z7+dKzrIcyLPTu7Pn396JgWLqLg/Lq6K92bIElI+zi4O3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vx7u7HwMD6+fn8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/eTRz7Hn5uWTkOVS0LUtrD59/f59/fw5+Wrb2eKNy+TRD3Ss6359/f59/fCl5GRQjqHMCuZUkncxMD59/f59/fk0M6YUUiLODK/koqELCfs4uDHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv79PLy/Pv7/Pv75uLi0crK/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3k0c+4crI+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwn7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+8/JycrCwsvExNLLy+7r6/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n395NFPeDJx/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n394QsJ+zi4Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v49/f49vb8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fXu7Xw6Ob59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fSs6308O759/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/r4+Pz7+/z7+/r4+Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fm5srBwG/Av2vs7NL8+/v59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fJyX7v7dz59/f59/f59/f59/f59/fJyX7v7dz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKxsN7zs2PoKAAxcV3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kZEA4+HB+ff3+ff3+ff3+ff3+ff3kZEA4+HB+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/n39/n39/38/P/+/v/+/vn39/v6+v38/Pn39/7+/vn4+Pv5+f38/Pn39/n39/n39/r4+P79/f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/r4+P/+/v7+/OfmypqaAPn39/n39/n39/n39/n39/n39/n39/n39/n39/z7+/r68/j47v38/P/+/vr4+Pn395GRAOXkxPf47Pj57/z7+/n39/n395GRAOXkxPf47Pj57/z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v29PTGvr7Gvr7Gvr7Gvr7Gvr7w7+/8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz59/X59/eTRz7hysj59/f59/eKOTDn2NX59/f59/f28/GvdWuQQDiRQTn17+3PsKqwfHT59/eUSD/p3tvTta+udGr59/f59/f59/fo19akZFqJNDC/k4v59/f59/f59/f59/f59/f59/f59/f59/eVlQDg3rr59/f59/eMjADn5c759/fj4r6UlACMjAC/vmSFhQDv7uD59/f59/f59/f59/f59/f59/f59/f59/fAwGmOjgCSkQCzskWRkQDi4MD59/eRkQCsrC2PjwCFhQDDw2/59/f59/eRkQCsrC2PjwCFhQDDw2/59/f49fP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv719LS2dXV+/r6+/r6+/r6/Pv7/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3k0c+4crI+ff3+ff3ijkw59jV+ff3+ff33MO/mlNK9fHv+ff3+ff3z7CqsHx0+ff3lEg/6d7b07WvrnRq+ff3+ff3+ff3tYJ6vI6G+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3oqIAv75q9PLtuLZVg4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff38fDkiYkA7+3e+Pb0wL9rg4MA4uDA+ff3kZEAqakg9fPu5eLHiIgA9vXw+ff3kZEAqakg9fPu5eLHiIgA9vXwwZWPoF5W1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/v5+dLNzeDb2/z7+/z7+/z7+/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj08sqkn5ZNQpdORceemvHo5vn395NHPuDLyfn39/n394o5MOfY1fn39/n398OZk7J+dvn39/n39/n398+wqrB8dPn395RIP+ne29O1r650avn39/n39/n395ZNRN/Hxfn39/n39/n39/n39/n39/n39/n39/n39/n39/n395WVAODfu/n39/n394yMAOflzvXz7IaGAPHw5Pn39+bjyIODAO3r2vr5+f38/P38/P38/P38/P38/Pz7+/Px6I2NAPPz4/38/PTz5YSEAOLgwPn395GRAM7NjPn39/n395qaAN3br/n395GRAM7NjPn39/n395qaAN3br/Xx79CyrKJgWI4+Nr6QiPHo5fz7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v59/fPycnl4uL8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fStK6KOTCzgHjizsz59/f59/f59/f59/eTRz7gy8n59/f59/eKOTDn19T59/f59/fCl5GzgHb59/f59/f59/fPsKqwfHT59/eUSD/q3dvTta+udGr59/f59/f59/eSRzzizMr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/eVlQDh4Lz59/f59/eMjADn5M3g3ryOjgD59/f59/f39fCDgwDt69rc27OysD+ysD+ysD+ysD+ysD+/vmf59/fAv26VlQCurjW3tlGJiQDi4MD59/eRkQDd3LT59/f59/eqqiPIyH/59/eRkQDd3LT59/f59/eqqiPIyH/59/f59/f59/fr3Nu+kYmNPTW7jYX59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv79fT0ysPD7+7u/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3k0c+zq6n+fj4+Pb0hCwn7+Xj+ff3+ff3wpeRs4B2+ff3+ff3+ff3z7Cqr3hu+ff3kUM76drX0bKssHtx+ff3+ff3+ff3kkc84szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAz8+O+fj4+fj0hoYA7+3f9fPuh4cA8vPl+ff35+bIg4MA7eva5uPKycmCycmCycmCycmCycmC09Gc+ff3+/n59vXx3Nuz19ajiIgA5+TL+ff3kZEAysuC+vj4+/r6lZUA4d+/+ff3kZEAysuC+vj4+/r6lZUA4d+/+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7++bj48/Jyfz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3997Hxa1xaIo3L7B8dOXS0Pn395NHPqFeVuzg3s6up5NFPfn39/n29vn29MCWjbF9c/n29Pn29Pn398+vqZxXTfLq6IUuKdS2sL+SirqLg/n39/n39/n395JHPOLMyvn39/n39/n39/n39/n39/n39/n39/n39/n39/n395WVAKGhAO3t1s/PjpWUAPn39/n396OiALu6WvT047GxP4ODAO3r2vn39/n39/n39/n39/n39/n39/n39/n399bVnvHw3f39+dPTl4mJAPTy6/n395GRAJ2cAO7u1NPSlouLAPj29Pn395GRAJ2cAO7u1NPSlouLAPj29O3j4byPh409NaJfV9K0rPf08vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v08vLGvr749/f8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv5ePBlpCzf3f59/eTRz7Hn5uWTkOVS0LUtrD59/fjz82VTEOMOzOJNjCVTEOVTEP17+3WubWnamCOPjatc2mpbGSYUEfl1NT59/f59/f59/eSRzzizMr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/empQrLyoeYmACWlgDV05759/f59/fk4caZmQCNjQDBwG+dnQDv7uD59/f59/f59/f59/f59/f59/f59/f59/fCwnGTkgCJiQCamgDb2rL59/f59/ejogDBwG+SkQCSkQDT0Zz59/f59/ejogDBwG+SkQCSkQDT0Zz59/fHoZq1hHzn19T59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7+/r66ebm/Pr6/Pv74t/f0crK/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3k0c+4crI+ff3+ff3+ff3+ff3+ff3+ff3wpaQsn91+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6kkc84szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/v6+tPLy8jAwMvExNTMzO7s7Pz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n395NFPeDJx/n39/n39/n39/n39/n39/n399O1rsiln/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399zDv8eemoo5MODLyfn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v5+Pj49/f8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fXu7Xw6Ob59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ffycfMqqbMqqbw5+X59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/z7+/v6+vn39/n39/n39/n39/n39/z6+vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fFxHjT05f7+vj59/f59/f59/f59/fJyX7v7dz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKnZ0AvLtb+ff3+ff3+ff3+ff3kZEA4+HB+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/////z8/Pn39/n39/n39/v5+fz8+PT05P39/f////n39/n39/r5+f7+/PHw2/z8+Pv6+vn39/n39/n39/38/Pv79u/v2vz79/r4+Pn39/n39/n39/38/P/+/v/+/vn39/n39/n39+zr2ImJAPPz6fn39/n39/n395GRAOXkxPf47Pj57/z7+/n39/n39/r4+P7+/vT15/Hx4P///fr4+Pn39/n39/n39/n39/n39/n39/n39/n39/7+/vr4+Pn39/n39/////r4+Pn39/n39/n39/38/P/+/v/+/vn39/v6+v38/Pn39/7+/vn4+Pv5+f38/Pn39/n39/n39/r4+P79/f////z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vl4uLGvr7Gvr7Gvr7Gvr7l4uL8+/v8+/vVz8/Gvr7p5ub8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f6+fn9/Pz6+vX59/f59/f59/eGhgC4tlX59/f59/f59/fa2qeIiACQkACrqyWFhQDt69r59/fh4buOjgCRkACGhgDOzov59/f59/f5+Pa4t0+FhQCYmACRkADo5c759/f59/f39vGvrzeSkQCSkQD08u359/f59/f19O2IiADMzYf59/f59/f59/eRkQCsrC2PjwCFhQDDw2/59/f59/fp6c2ZmQCNjQCWlgCQkADk4sT59/f59/f59/f59/f59/f59/f59/f59/eVlQDg3rr59/f59/eMjADn5c759/f59/f39vGvrzeSkQCSkQD08u3Q0JSzs0H59/eVlQDq6tXU05yurjX59/f59/f59/fp6MylpQCLiwDAv2v5+PP+/f37+vr59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pr63NfX3NbW/Pr6/Pv7/Pv7/Pv71c/Pxr6+6ebm/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4OC4rawyqakg+ff3+ff3+ff3vbth19Wi+ff3+ff3+ff3np4AzcyL+ff1v75qg4MA7eva+ff1l5cAv75q+ff12NerhoYA8O7d+ff3y8yGlZUA6OXO+ff37+3e7+3e+ff3+ff33duvm5sA9vTv+ff3+ff3+ff3+ff30NCPj48An58A+vj4+ff3+ff3kZEAqakg9fPu5eLHiIgA9vXw+ff1mZkAvr5n9vTw+ff36unU7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3+ff33duvm5sA9vTv+ff3+ff30NCUs7NB+ff3lZUA6urV1NOcrq41+ff3+ff3+ff3t7ZOvbxi+ff3+ff3wcBvoaEA1dWe/f35/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7++rn5+Pg4PPx8fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/v6+vj578vLgpeXAJiYAMfEfvDv4/n39/n39/n39/z7+/r5+fn39/n39/Px6IaGAPPx6vn39+fkzYODAO3r2vDu3oODAOnn0vn39/n3946OANbVoPn396WlALu7Yfn39/n39/n39/n39/n39/n398PDdbSzRvn39/n39/n39/n39/n4+KKiANLRl42NAOvp0vn39/n395GRAM7NjPn39/n395qaAN3br+jn0IODAO/u2/38/P38/P38/Pv5+fn39/n39/n39/n39/n39/n39/n39/n395WVAODfu/n39/n394yMAOflzvn39/n398PDdbSzRvn39/n39/n399DQlLOzQfn395WVAOrq1dTTnK6uNfn39/n39/n395iYAN7ctvn39/n39/b079HQlqOiAJCQAL++Z/Ly3/z7+/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fT0pqMjAC2tUni4b/59/f59/f59/f59/f59/f59/e9u17h4Lz59/f59/fg3ryOjgD59/f59/f39fCDgwDt69rm48qEhAD59/X59/f59/efnwDMy4r59/eamgDU05n59/f59/f59/f59/f59/f59/fCwnG1tEz59/f59/f59/f59/fs69SMjAD29O+2tE+/v2j59/f59/eRkQDd3LT59/f59/eqqiPIyH/d3LSGhgC2tVC2tVC2tVC4tlHV1J/59/f59/f59/f59/f59/f59/f59/f59/eVlQDh4Lz59/f59/eMjADn5M359/f59/fCwnG1tEz59/f59/f59/fQ0JSzs0H59/eVlQDr6dbU05yurjX59/f59/f59/eUlADh37359/f59/f59/f59/f59/fs6da/v2iPjwC8vGL59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv73NfX3NbW/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff329qymJgAnJwAzcyJ+frw/fz8+vj4+ff3+ff3+ff3oaEA0tKY+ff3+ff39fPuh4cA8/Lk+ff35eTEg4MA7eva8fDkg4MA5+bK+ff3+/r4iYkA2NWn+ff3qKcbuLdP+/r6+ff3+vn5+fj4+ff3+ff3wsJxtbRM+ff3+ff3+ff3+ff3wMBptLNG+ff33925kpIA+vn3+ff3kZEAysuC+vj4+/r6lZUA4d+/6+rXg4MA0tGT2Nal19emoaEAzs2P+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAz8+O+fj4+fj0hoYA7+3f+ff3+ff3wsJxtbRM+ff3+ff3+ff30NCUsbE6+ff3k5MA6efQ0tGXsrJA+ff3+ff3+ff3lJQA4d+9+ff3+ff3+ff3/Pv7/f372dilp6YNkZAAysmG+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+9zX19zW1vz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n3993ctq2sMoyMALOzQeXkxPn39/n39/n395ycAM3NjPn39/n39/n396OiALy7XvPz4q+vN4ODAO3r2vn396GhALGwOfT048XFeYyMAPPx6vn399bUoY6OANXVm/z8997ds+nn0vn39fn59MHBbbS0Q/n59Pn59Pn39/r49pKSAN3ctvn39/n395SUAN3csvn395GRAJ2cAO7u1NPSlouLAPj29Pn396WkALKyQPT05N/etI6OAPPx6Pn39/n39/n39/n39/n39/n39/n39/n395WVAKKhAO3t1s/PjpWUAPn39/n39fn59MHBbbS0Q/n59Pn59Pn399DPk52dAPPz4oeHANXVm8DAabu6YPn39/n39/n395SUAOHfvfn39/n39+7t3L29Y4+PAKOiANPRnPf18/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v6+fn8+/vc19fc1tb8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fv7d/CwXK1s0r59/f59/f59/ecnADNzYz59/f59/f59/fk4sSamgCNjQC/vmqGhgDt69r59/fq6dSjogCJiQCZmQDc27P59/f59/f59/fLyomVlQCJiQCenQDs6tnj4cGXlwCOjgCLiwCXlwCXlwD08u3j4cGioQD59/X59/f59/fFxHu+vWn59/ejogDBwG+SkQCSkQDT0Zz59/f59/fv7uCsqyuMjACUkwDT0Zn59/f59/f59/f59/f59/f59/f59/f59/f59/eVlQDHx36YmACWlgDV05759/fj4cGXlwCOjgCLiwCXlwCXlwD08u3X1aKoqB6QkACurTSpqSCZmQDm48r59/f59/f59/eUlADh37359/f59/fHx363tlHn5M359/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7087O3NfX1tLS3NbW/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3nJwAzc2M+ff3+ff3+ff3+ff3+ff3+ff3+ff3hoYA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsFytLNK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3+ff3+ff3+ff3+ff3wsFytLNK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6lJQA4d+9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/f19d7a2snCwtzX1/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n395ubAMzLivn39/n39/n39/n39/n39/n39/n394aGAO3r2vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399TSmsrJhvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n395WUAN/dufn39/n39/n39/n39/n39/n399TSmsrJhvn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n399vasMfHe4yMAODevPn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fT0Zn18+759/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fY1qXx7+H59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/ff3rrNzI7NzI7v7uD59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////p4eH8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vw7Oz59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/fp4eH///////8A////////////6eHh/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv78Ozs+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36eHh////////AP///////////+nh4fz7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/Ds7Pn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39+nh4f///////wD////////////r5eX6+Pj8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/v8+/vx7e349vb59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f59/f29fXu6Oj///////8A////////////8/Dw8Onp/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv7/Pv79/X19PDw+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38Onp8/Dw////////AP///////////////+3l5fHt7fn39/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z7+/z6+vfz8/fz8/j29vn39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/n39/f19fLs7Ovl5f///////////wD//////////////////v7z7+/u5+fp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHp4eHu5+fz7+///v7///////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AA== + + 1 + + + + + -0 + 4.162036875 + 5.249998902777778 + 5.824074166666667 + 2.657408888888889 + 2.912037083333333 + 1.328704444444444 + + + 5.824074166666667 + 2.657408888888889 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.657408888888888 + + + 5.824074166666667 + 2.657408888888888 + + + 5.824074166666667 + 0 + + + 0 + 0 + + + 0 + 2.657408888888888 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $rootScope + + + + -0 + 3.532407708333333 + 5.350693833333334 + 4.046295138888889 + 0.4884270555555555 + 2.023147569444445 + 0.2442135277777778 + + + 4.046295138888889 + 0.4884270555555555 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4884270555555553 + + + 4.046295138888889 + 0.4884270555555553 + + + 4.046295138888889 + 0 + + + 0 + 0 + + + 0 + 0.4884270555555553 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $scope + + + + -0 + 3.532407569444445 + 4.675923694444445 + 4.046295138888889 + 0.8055542777777778 + 2.023147569444445 + 0.4027771388888889 + + + 4.046295138888889 + 0.8055542777777778 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.8055542777777779 + + + 4.046295138888889 + 0.8055542777777779 + + + 4.046295138888889 + 0 + + + 0 + 0 + + + 0 + 0.8055542777777779 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $scope + + + + -0 + 3.282409236111111 + 4.677071611111111 + 3.249995694444444 + 0.4884270555555555 + 1.624997847222222 + 0.2442135277777778 + + + 3.249995694444444 + 0.4884270555555555 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4884270555555553 + + + 3.249995694444444 + 0.4884270555555553 + + + 3.249995694444444 + 0 + + + 0 + 0 + + + 0 + 0.4884270555555553 + + + + 1 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $scope + + + + -0 + 3.817130472222222 + 4.751473319444445 + 7.263888888888889 + 4.763888888888889 + 3.631944444444445 + 2.381944444444445 + + + 7.263888888888889 + 4.625 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4.763888888888889 + + + 7.263888888888889 + 4.763888888888889 + + + 7.263888888888889 + 0 + + + 0 + 0 + + + 0 + 4.763888888888889 + + + + 0 + 0 + 7.26389 + 4.76389 + + Qk0AAAAAAAAAADYAAAAoAAAACwIAAFcBAAABABgAAAAAADw6CAAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////ni7P2rT0////////////////////gwC2+/X/////0aTvqk/a////////////58/5nSrPlxXKx4/r////yJLrwH/n8OL7mBfL////lQXI8ub9////////////y5ntkwDGlQXI////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8////3Lj1nCnO////////////////////gwC2+/X/////0aTvqk/a////////////tmvgx4/r////////////yJLrwH/n8OL7mBfL////lQXI8ub9/////////vz/igC+9+/+////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////////gwC2+/X/////0aTvqk/a////////////pEHV2LHy////////////yJLrwH/n8OL7mBfL////lQXI8ub9////////79/8jgDB////////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////////gwC28uX8////z5/vrFbb////////////pEHV2LHy////////////yJLrv33m79/8lxDK////lADI9en9////////7t77jgDC////////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////gwC2xInp//7/r1zdx4/r////////////pEHV2LHy////////////yJLrtGXf5cv4jADA/vz/jQDB/Pf/////////7t77jgDC////////////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////gwC2v37nkADDojrT8eP8////4sb3nSrPhwC7kwDHnSrPypXt////0KLvnjDQjQDBs2LekgDFtmrh////////////7t77jgDC////////////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////gwC2+/X/////////////////////////pEHV2LHy////////////////////////////////////////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////gwC2+/X/////////////////////////v37n5Mj4////////////////////////////////////////////2rT0wIDojgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1Krz/vz/////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rbz8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz///////////////////////////////////////////////////////////////////////////////////////////////////////////7/s2bgjADA5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI////////////////////////////////9Of8/vz//////////////////Pj+8eT9////////////////////+PH9+fL+////////////////////z5/vpkfW////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////ni7P2rT0////////////////////gQC1ojrTlQXIiQC96NL5////////z5/vhAC5lADHkQDE8OL7////////w4fphQC4kQDEnzLQsF7e////////////2rbzfwCz8+j9////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8////3Lj1nCnO////////////////////gQC1y5nt////x47rs2bg////////kADD6dX5////uG3iwYHn/////v3/iAC89en9/vz/nSrPsF7e////////////pUTVlgjJw4fp////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////////gQC17+H8////6tT7kADE////7dv8iwC/////////3bv1myXN////48f4lxDK////////v33msF7e////////8eT9iwC/6tT7kADE////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////////gQC169j6////5s34lADH////8eT9iAC8////////2bPzoDfS////58/5kwDG////////u3bksF7e////////v33munPj////myXN3r32////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////gQC1v33m/v3/unPjuG/i////////lQDI3Lj1/Pj+rFbbxo3q////////igC+6NH59+/+lg7JsF7e/////v3/jADA7dv8////zZzvqU7Y////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////gQC1s2bgjQDBmRzM79/8////////5Mj4p0rXlADIvHjl9+/+////////0aXxiwC/kwDGqk/asF7e////4cT3p0rX////////+vP/lgjJ+vP/woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////gQC1/Pj+////////////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////gQC1/Pj+////////////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1Kny/v3/////////////////////////////////////////////////////////////7dz75cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI////////////////////////////+PH9+fL+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////ni7P2rT0////////////////////w4fphQC4kQDEnzLQsF7e////////t2zhmyXNhAC3lADImyXN7Nr7////////vHjlfQCx7dz7////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8////3Lj1nCnO/////////////////v3/iAC89en9/vz/nSrPsF7e////////////////myXN4cT3//////////////7/jgDCrlrbvnzm////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////48f4lxDK////////v33msF7e////////////////myXN4cT3////////////4ML2myXN7Nr7jwDD////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////58/5kwDG////////u3bksF7e////////////////myXN4cT3////////////r1zdypbs////mBrK4sX2////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////igC+6NH59+/+lg7JsF7e////////////////myXN4cT3/////////Pf/iAC89uz+////x47rsWHf////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////0aXxiwC/kwDGqk/asF7e////////4sX2nSrPlADI5s75////////3br2rlrb////////8+j9mBrK/v3/woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////////////////y5ntsF7e////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7dz75cv4////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI////////////////////////////+PH9+fL+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////ni7P2rT0////////////////////w4fphQC4kQDEnzLQsF7e////////t2zhmyXNhAC3lADImyXN7Nr7////////vHjlfQCx7dz7////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8////3Lj1nCnO/////////////////v3/iAC89en9/vz/nSrPsF7e////////////////myXN4cT3//////////////7/jgDCrlrbvnzm////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////48f4lxDK////////v33msF7e////////////////myXN4cT3////////////4ML2myXN7Nr7jwDD////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////58/5kwDG////////u3bksF7e////////////////myXN4cT3////////////r1zdypbs////mBrK4sX2////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////igC+6NH59+/+lg7JsF7e////////////////myXN4cT3/////////Pf/iAC89uz+////x47rsWHf////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////0aXxiwC/kwDGqk/asF7e////////4sX2nSrPlADI5s75////////3br2rlrb////////8+j9mBrK/v3/woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////////////////y5ntsF7e////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7dz75cv4////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI/////////////////////////////Pj+8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////ni7P2rT0////////////////////z5/vhAC5lADHkQDE8OL7////////////////y5ntkwDGlQXI////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8////3Lj1nCnO////////////////////kADD6dX5////uG3iwYHn/////////////vz/igC+9+/+////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////7dv8iwC/////////3bv1myXN////////////79/8jgDB////////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////8eT9iAC8////////2bPzoDfS////////////7t77jgDC////////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////lQDI3Lj1/Pj+rFbbxo3q////////////7t77jgDC////////////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////5Mj4p0rXlADIvHjl9+/+////////////7t77jgDC////////////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////////////////////////////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////////////////////////////////2rT0wIDojgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////ni7P2rT0////////////////////////////y5ntkwDGlQXI////////t2zhmyXNhAC3lADImyXN7Nr79er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8////3Lj1nCnO/////////////////////////vz/igC+9+/+////////////////////myXN4cT3////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////////////79/8jgDB////////////////////////myXN4cT3////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////////////7t77jgDC////////////////////////myXN4cT3////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////////7t77jgDC////////////////////////myXN4cT3////////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////////7t77jgDC////////////////4sX2nSrPlADI5s75////////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////2rT0wIDojgDC////////////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tra2y8vL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c3NzUlJSSUlJ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fn55eXl////////////////////////ISEh5+fn////////////////////////////////////////////7u7u+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gYGBAQEB4eHh////////////oqKiDw8PLi4uKCgo4uLi////////////////OTk5ysrK////////////////0NDQQEBANTU1k5OT////////WVlZNDQ0JiYmX19fT09P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NjY2UVFRl5eX////////////JiYm1dXV////dHR0hoaG////////////////OTk5ysrK////////////////cXFxk5OT////////////1tbWKioq////+/v7R0dHT09P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6enpHx8fu7u7TExM////////3NzcHR0d////////vb29PT09////////////////OTk5ysrK////////////////T09Ps7Oz////////////+fn5IiIiuLi47e3tk5OTT09P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oKCgYWFh9/f3EhIS9/f3////5eXlFxcX////////tbW1R0dH////////////////OTk5ysrK////////////////T09Ps7Oz////////////////0tLShISEUFBQMzMzU1NT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VVVVpaWl////Q0NDtbW1////////MDAwurq6+fn5X19fkZGR////////////////OTk5ysrK////////////////T09Ps7Oz////////////////1tbW////////b29vcnJy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vr6EBAQ5+fn////h4eHampq////////ysrKVVVVLy8vfX197+/v////////pKSkQEBAKioq0dHR////////x8fHQEBAFBQULS0tQEBAmJiY////////ZWVlKioqJiYmTk5O6enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/LCws////////y8vLICAg////////////////////////////////////////////////////////////////////T09Ps7Oz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////dHR0cHBw/////////f39ERER1NTU////////////////////////////////////////QUFBzMzM////////////////g4ODysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy87e3t////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ez7rsPyydf2////////////////////////////////////////////////////////////////////////////////////////////////////tMjy/v7/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////57y///7+////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c5nlc5nlYozgIWPS9Pf+////////////////////////////////////////////////////////////////////////////////////////////ADXB/P3/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qQAm/vz8////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7/////YYvgqsDw/////////////////////////////////////////////////////////////////////v7/4en68vT+////////////ADXB/P3/5+38/P3//////////////////v7/4en68vT+////////////////7fH9+vv/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+e/v/fr6//////////////////////////////////////////////////7+9eTl+/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+e/v/fr6//////////////////////////////////////////////////7+9eTl+/Pz////////////////9+rr+u/w////////////////////////////////////////////////////////////////////////////////7fH96O77////////////////////////////////////////////7fH9+vv/////////////////////6O777vL+////////////////////6O777vL+//////////////////////////////////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////9+rr+u/w////////////////////////+e/v9+rr/////////////////fn59ubn////////////////qQAm/vz89+nq/vz8//////////////////7+9eTl+/Pz//////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////////9+nq/vz8////////////////////////////////////////////////////////////////////////+vLy+/T0//////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////////////y5ntkwDGlQXI////////t2zhmyXNhAC3lADImyXN7Nr7////////////////////////////////ADzC9vj9////orvuT3/c////////nbftAEXGClnPT3/cZY7h////////////////////////////////////8fX8AD7F////////////////////scbyAEbHKmfTE13PXYng////////ADXBO3LXFl3PAEnI1N/4////////scbyAEbHKmfTE13PXYng////////Tn/bHF/QAFTMVYPeQnbY////////////ztr3L2rUHmDRjqzr////////////////////////////////////////////////////////////////rAAr/Pf3////4aywx2Ns////////x2JrujxMtS1AyWhxw1hj////25yg1oyR9eTluj9O////uTpK9+jp////5rm8sBg0vUZTuDlJy293////////////////////////////////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////////////////////////////////rAAr/Pf3////4aywx2Ns////////x2JrujxMtS1AyWhxw1hj////25yg1oyR9eTluj9O////uTpK9+jp////5rm8sBg0vUZTuDlJy293////////vklWvURSvkpXv0xY+/X1////////////////////////////////////////////////////////////////6u/8LWrUAE7KLGnTZI3h////////////////l7PtCVrOFl3P////////Tn/bHF/QAFTMVYPeQnbY////////L2rUKWbUMGvVMWzV9Pf+////////L2rUKWbUMGvVMWzV9Pf+////////////////////////////////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////vklWvURSvkpXv0xY+/X1////////+O3tvkhVsiM6vUdUzXV9////////36isrQcuuDZHti5B9eTl////////qQAmwVJeuTpKsBs18djZ////////5rm8sBg0vUZTuDlJy293////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////qwApwlNfuTpKsBk08dbX////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////2JKXrQ4vti5Bv05azHB4////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8/////////vz/igC+9+/+////////////////////myXN4cT3////////////////////////////////////////ADzC9vj9////orvuT3/c/////v7/AEnI1+H49vj9JmXSXorf////////////////////////////////////8fX8AD7F////////////////////AFbN0t75////////6O77////////ADXBmrXt////iajqaZHi////////AFbN0t75////////6O77////1eD5AlfN////+/z+OG/WQnbY////////////aZHijqzr////////////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////rAAr/Pf3////4aywx2Ns////8tnatjFD/////vv7wFBcw1hj////25yg1oyR9eTluj9O////uTpK9+jp////tjBC8dfY////////9+rr////////////////////////////////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////////////////////////////////////rAAr/Pf3////4aywx2Ns////8tnatjFD/////vv7wFBcw1hj////25yg1oyR9eTluj9O////uTpK9+jp////tjBC8dfY////////9+rr////////+vHx////////y2113KCk////////////////////////////////////////////////////////////////hqboYozg/f3/////6/D8/////////////P3/AEjI7vL+////////1eD5AlfN////+/z+OG/WQnbY////////7/T9////////W4jflbDs////////7/T9////////W4jflbDs////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////+vHx////////y2113KCk////////2JKXzXN7/v39////+O7u////////tS1A8djZ////0H2E146T////////qQAm3qSo////2JWaz3qB////////tjBC8dfY////////9+rr////////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////qwAp3aKm////2pmeznV9////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns/////v39sBg0+Ovs/vz8vklWzHB4////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////79/8jgDB////////////////////////myXN4cT3////////////////////////////////////////ADzC9vj9////orvuT3/c////ytj3EVzO////////ep3mXorf////9ff+5+385+385+385+385+38+vv/////8fX8AD7F////////////////ztr3AFDK8vT+8vT+8vT+8vT+////////ADXB4un7////0N34AlfN////ztr3AFDK8vT+8vT+8vT+8vT+////+fr/AFDKtcnz7PH9jqzrQnbY////////////QnbYsMTz////////////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////rAAr/Pf3////4aywx2Ns/////fn5syg9573A+e3u2pufw1hj////25yg1oyR9eTluj9O////uTpK9+jp8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////////////////////////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////////////////////////////////////rAAr/Pf3////4aywx2Ns/////fn5syg9573A+e3u2pufw1hj////25yg1oyR9eTluj9O////uTpK9+jp8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////7s7Q0X+GsBg07MjL////////////////////////////////////////////////////////////////Gl/QxdT2////////////////////////3+f7AFDK////////////+fr/AFDKtcnz7PH9jqzrQnbY////////////yNb3b5bjAEbHw9L2////////////yNb3b5bjAEbHw9L2////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////////7s7Q0X+GsBg07MjL////////uTtL7MrN////////////////9N7fsiI5////////6cHEvUZT////////qQAm9eTl////8NXWtjFD////8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////qwAp9ePk////8tnatS5B////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////7czPujxM////////1YqPzHB4////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4////////////////////////////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////7t77jgDC////////////////////////myXN4cT3////////////////////////////////////////ADzC5ez7////nrjvVYPe////zNr2ClnP////////eJzlXorf////oLnuHmDRHmDRHmDRHmDRHmDRzdr3////8fX8ADG/4en6////////////2uP6ADzCQXXZQXXZPHPXAD/D/v7/////ADXB2+T6////yNb3HmDR////2uP6ADzCQXXZQXXZPHPXAD/D/v7/////0N34fqDoQ3fZGl/QR3na////////////QnbYsMTz////////////////////////////////////////////////////////////////////////rAAr9ufo////36isyWhx////////8NXW1oyRxFlkuTtLxVxn////25yg1YqP9OLjujxM////uDdI+Ovs893erAArw1hjw1hjwlNfrAUt//7+////////////////////////////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////////////////////////////////////rAAr9ufo////36isyWhx////////8NXW1oyRxFlkuTtLxVxn////25yg1YqP9OLjujxM////uDdI+Ovs893erAArw1hjw1hjwlNfrAUt//7+////04OKuj1N2Zid9uXm////////////////////////////////////////////////////////////////////LGnTus30////////////////////////3ub6AFHL////////////////0N34fqDoQ3fZGl/QR3na////////dJnlHmDRjKrr4+r7////////////dJnlHmDRjKrr4+r7////////////////////////////////////////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////04OKuj1N2Zid9uXm////////////vUdU6cHE////////////////9ubnsBg0////////5rq9wFBc////////qQAm9N7f////7s7Quj1N////893erAArw1hjw1hjwlNfrAUt//7+////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////qwAp89vc////79LTuDZH////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////8NPUtzRF////////04OKzHB4////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////////////////////////////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4////////////7t77jgDC////////////////////////myXN4cT3////////////////////////////////////////ADzCh6fp/v7/XIjfjqzr/////v7/AErIztr38fX8H2LRXorf////////////////////////////////////8fX8ADPAaZHi7/T98vT+7/T9////HmDRvc70////mLLtXorf////////ADXBfqDo/f3/b5bjdJnl////////HmDRvc70////mLLtXorf////////1eD5////////Z5Dha5Pi////////////QnbYsMTz////////////x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////rAAr2JOY//7+y2522puf////////8tna////////z3h/0HuC////25ygzXV97tDRsiM6/vz8syQ7/fj4////uj1N6sPG////3aOnzHB4////////////////////////////////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf////////////////////////////////////rAAr2JOY//7+y2522puf////////8tna////////z3h/0HuC////25ygzXV97tDRsiM6/vz8syQ7/fj4////uj1N6sPG////3aOnzHB4////////w1hj5be6/////Pb2+/Pz////////8eT9/fr//vz/8eP8/v3/////////////////////////////////////lLDsS3zb7vL+////1N/4////////////3ub6AFHL////////////////1eD5////////Z5Dha5Pi////////QXXZr8Xx////9ff+8vT+////////QXXZr8Xx////9ff+8vT+////x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////w1hj5be6/////Pb2+/Pz////////3J+jxmBq+u/w////8djZ////////uDlJ6L/C/fn5yWhx2Zid////////qQAm1oyR/v390X+G04OK////////uj1N6sPG////3aOnzHB4////////////////////////////////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////qwAp1YqP/v390oGI0X6F////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf////////sR838NXW+u/wuTtLzHB4////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////8eT9/fr//vz/8eP8/v3/////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////7t77jgDC////////////////4sX2nSrPlADI5s75////////////////////////////////////////D1vPfqDoAFTMPHPX4+r7////////o7vwAEvJD1vPZY7heZzn////////////////////////////////////8/b9Fl3Pl7PtAFTLAE/J2+T6////yNb3HmDRAFbNY43h4+r7////////AFbNZo/iAE/JKWbU4un7////////yNb3HmDRAFbNY43h4+r7////////XIjfAlfNAFTMQXXZ6O77////xdT2L2rUAEPGClnPL2rUlLDs////+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////uDZH1oyRtS1AwlNf9uXm////////y252tjFDtS1Aw1hj9+rr////4Kquv01ZsyY8zXN7tjFDz3mA////////7s7Quj1NtjBCzXR89uXm////////////////////////////////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////////////////////////////////uDZH1oyRtS1AwlNf9uXm////////y252tjFDtS1Aw1hj9+rr////4Kquv01ZsyY8zXN7tjFDz3mA////////7s7Quj1NtjBCzXR89uXm////////7s7QwE5auTpKuDdI8tvc////////fgCx48f47t77fQCx9uv9////////////////////////////////////9Pf+W4jfAE7KAlfNfZ/n////////////3ub6AFHL////////////////XIjfAlfNAFTMQXXZ6O77////////yNb3Nm7VFl3PEVzO1+H4////////yNb3Nm7VFl3PEVzO1+H4////+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////7s7QwE5auTpKuDdI8tvc////////+/X1y211siM6tjFD1ouR////////7s7QxV9puDdI04WM+u/w////////ti5Bznd+syQ7vURS9eTl////////7s7Quj1NtjBCzXR89uXm////////////////////////////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////qwApznV9syQ7vEJQ9OLj////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsiI5tzRFx2NszHB4////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////fgCx48f47t77fQCx9uv9////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////QnbYsMTz////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////3ub6AFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qwAp/fn5////////////////////////////////////////////////////////////////////////////////////////3aKmzHB4////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0wIDojgDC////////////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fZ/nyNb3////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vklW7MnM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////s8bzf6LnAFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qwAp/fn5////////////////////////////vklW7MnM////////////////////////////////////////////////////3aKmzHB4////////////////vklW7MnM////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////68bJ+e3u////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////uszznLbuqsDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////47G1/v39////////////////////////////68bJ+e3u////////////////////////////////////////////////////9N/g7tDR////////////////68bJ+e3u////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////ni7P2rT0////////////////////////////y5ntkwDGlQXI////////t2zhmyXNhAC3lADImyXN7Nr79er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8////3Lj1nCnO/////////////////////////vz/igC+9+/+////////////////////myXN4cT3////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////////////79/8jgDB////////////////////////myXN4cT3////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////////////7t77jgDC////////////////////////myXN4cT3////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////////7t77jgDC////////////////////////myXN4cT3////////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////////7t77jgDC////////////////4sX2nSrPlADI5s75////////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////2rT0wIDojgDC////////////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6enp7+/v////////////////////////////////////////////////+fn55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MTExzs7O////////4ODgHh4e////////c3NzPT09Dg4OLy8vPT0929vb////QEBAPDw8QUFBQkJC9PT0////////REREtra2////1tbWGRkZ3Nzc////oqKiDw8PLi4uKCgo4uLi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MTExzs7O////////4ODgHh4e////////////////PT09xcXF////////////8PDw////////ZGRkmZmZ////////REREtra29/f3Li4uqqqq////////JiYm1dXV////dHR0hoaG////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MTExzs7O6enp5eXl4ODgHh4e////////////////PT09xcXF////////////////ysrKdnZ2FxcXxcXF////////REREfHx8aWlpampq////////3NzcHR0d////////vb29PT09////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MTExzs7OYmJiUVFR4ODgHh4e////////////////PT09xcXF////////////e3t7NTU1kZGR5OTk////////////RERELCwsFxcX9/f3////////5eXlFxcX////////tbW1R0dH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MTExyMjIQ0NDSUlJ0dHRHh4e////////////////PT09xcXF////////////Tk5OsrKy////9fX18vLy////////REREtbW1b29vY2Nj/Pz8////////MDAwurq6+fn5X19fkZGR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MTExgoKCh4eHl5eXgYGBHh4e////////xsbGQEBALy8vz8/P////////////ysrKRUVFMTExLy8v2NjY////////REREtra2////gYGBd3d3////////ysrKVVVVLy8vfX197+/v////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MTExKysr3Nzc6urqLi4uHh4e////////////////////////////////////////////////////////////////REREtra2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nzc3Nzc3////////SEhIJCQk////////////////QEBAxsbG////////////////////////////////////////REREtra2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLC7e3t////////////////////////////////////////wMDA5ubm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ez7rsPyydf2////////////////////////////////////////////////////////////////////////////////////////////////////tMjy/v7/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////57y///7+////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c5nlc5nlYozgIWPS9Pf+////////////////////////////////////////////////////////////////////////////////////////////ADXB/P3/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qQAm/vz8////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7/////YYvgqsDw/////////////////////////////////////////////////////////////////////v7/4en68vT+////////////ADXB/P3/5+38/P3//////////////////v7/4en68vT+////////////////7fH9+vv/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+e/v/fr6//////////////////////////////////////////////////7+9eTl+/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+e/v/fr6//////////////////////////////////////////////////7+9eTl+/Pz////////////////9+rr+u/w////////////////////////////////////////////////////////////////////////////////7fH96O77////////////////////////////////////////////7fH9+vv/////////////////////6O777vL+////////////////////6O777vL+//////////////////////////////////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////9+rr+u/w////////////////////////+e/v9+rr/////////////////fn59ubn////////////////qQAm/vz89+nq/vz8//////////////////7+9eTl+/Pz//////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////////9+nq/vz8////////////////////////////////////////////////////////////////////////+vLy+/T0//////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////////////y5ntkwDGlQXI////////t2zhmyXNhAC3lADImyXN7Nr7////////////////////////////////ADzC9vj9////orvuT3/c////////nbftAEXGClnPT3/cZY7h////////////////////////////////////8fX8AD7F////////////////////scbyAEbHKmfTE13PXYng////////ADXBO3LXFl3PAEnI1N/4////////scbyAEbHKmfTE13PXYng////////Tn/bHF/QAFTMVYPeQnbY////////////ztr3L2rUHmDRjqzr////////////////////////////////////////////////////////////////rAAr/Pf3////4aywx2Ns////////x2JrujxMtS1AyWhxw1hj////25yg1oyR9eTluj9O////uTpK9+jp////5rm8sBg0vUZTuDlJy293////////////////////////////////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////////////////////////////////rAAr/Pf3////4aywx2Ns////////x2JrujxMtS1AyWhxw1hj////25yg1oyR9eTluj9O////uTpK9+jp////5rm8sBg0vUZTuDlJy293////////vklWvURSvkpXv0xY+/X1////////////////////////////////////////////////////////////////6u/8LWrUAE7KLGnTZI3h////////////////l7PtCVrOFl3P////////Tn/bHF/QAFTMVYPeQnbY////////L2rUKWbUMGvVMWzV9Pf+////////L2rUKWbUMGvVMWzV9Pf+////////////////////////////////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////vklWvURSvkpXv0xY+/X1////////+O3tvkhVsiM6vUdUzXV9////////36isrQcuuDZHti5B9eTl////////qQAmwVJeuTpKsBs18djZ////////5rm8sBg0vUZTuDlJy293////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////qwApwlNfuTpKsBk08dbX////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////2JKXrQ4vti5Bv05azHB4////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8/////////vz/igC+9+/+////////////////////myXN4cT3////////////////////////////////////////ADzC9vj9////orvuT3/c/////v7/AEnI1+H49vj9JmXSXorf////////////////////////////////////8fX8AD7F////////////////////AFbN0t75////////6O77////////ADXBmrXt////iajqaZHi////////AFbN0t75////////6O77////1eD5AlfN////+/z+OG/WQnbY////////////aZHijqzr////////////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////rAAr/Pf3////4aywx2Ns////8tnatjFD/////vv7wFBcw1hj////25yg1oyR9eTluj9O////uTpK9+jp////tjBC8dfY////////9+rr////////////////////////////////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////////////////////////////////////rAAr/Pf3////4aywx2Ns////8tnatjFD/////vv7wFBcw1hj////25yg1oyR9eTluj9O////uTpK9+jp////tjBC8dfY////////9+rr////////+vHx////////y2113KCk////////////////////////////////////////////////////////////////hqboYozg/f3/////6/D8/////////////P3/AEjI7vL+////////1eD5AlfN////+/z+OG/WQnbY////////7/T9////////W4jflbDs////////7/T9////////W4jflbDs////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////+vHx////////y2113KCk////////2JKXzXN7/v39////+O7u////////tS1A8djZ////0H2E146T////////qQAm3qSo////2JWaz3qB////////tjBC8dfY////////9+rr////////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////qwAp3aKm////2pmeznV9////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns/////v39sBg0+Ovs/vz8vklWzHB4////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////79/8jgDB////////////////////////myXN4cT3////////////////////////////////////////ADzC9vj9////orvuT3/c////ytj3EVzO////////ep3mXorf////9ff+5+385+385+385+385+38+vv/////8fX8AD7F////////////////ztr3AFDK8vT+8vT+8vT+8vT+////////ADXB4un7////0N34AlfN////ztr3AFDK8vT+8vT+8vT+8vT+////+fr/AFDKtcnz7PH9jqzrQnbY////////////QnbYsMTz////////////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////rAAr/Pf3////4aywx2Ns/////fn5syg9573A+e3u2pufw1hj////25yg1oyR9eTluj9O////uTpK9+jp8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////////////////////////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////////////////////////////////////rAAr/Pf3////4aywx2Ns/////fn5syg9573A+e3u2pufw1hj////25yg1oyR9eTluj9O////uTpK9+jp8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////7s7Q0X+GsBg07MjL////////////////////////////////////////////////////////////////Gl/QxdT2////////////////////////3+f7AFDK////////////+fr/AFDKtcnz7PH9jqzrQnbY////////////yNb3b5bjAEbHw9L2////////////yNb3b5bjAEbHw9L2////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////////7s7Q0X+GsBg07MjL////////uTtL7MrN////////////////9N7fsiI5////////6cHEvUZT////////qQAm9eTl////8NXWtjFD////8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////qwAp9ePk////8tnatS5B////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////7czPujxM////////1YqPzHB4////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4////////////////////////////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////7t77jgDC////////////////////////myXN4cT3////////////////////////////////////////ADzC5ez7////nrjvVYPe////zNr2ClnP////////eJzlXorf////oLnuHmDRHmDRHmDRHmDRHmDRzdr3////8fX8ADG/4en6////////////2uP6ADzCQXXZQXXZPHPXAD/D/v7/////ADXB2+T6////yNb3HmDR////2uP6ADzCQXXZQXXZPHPXAD/D/v7/////0N34fqDoQ3fZGl/QR3na////////////QnbYsMTz////////////////////////////////////////////////////////////////////////rAAr9ufo////36isyWhx////////8NXW1oyRxFlkuTtLxVxn////25yg1YqP9OLjujxM////uDdI+Ovs893erAArw1hjw1hjwlNfrAUt//7+////////////////////////////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////////////////////////////////////rAAr9ufo////36isyWhx////////8NXW1oyRxFlkuTtLxVxn////25yg1YqP9OLjujxM////uDdI+Ovs893erAArw1hjw1hjwlNfrAUt//7+////04OKuj1N2Zid9uXm////////////////////////////////////////////////////////////////////LGnTus30////////////////////////3ub6AFHL////////////////0N34fqDoQ3fZGl/QR3na////////dJnlHmDRjKrr4+r7////////////dJnlHmDRjKrr4+r7////////////////////////////////////////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////04OKuj1N2Zid9uXm////////////vUdU6cHE////////////////9ubnsBg0////////5rq9wFBc////////qQAm9N7f////7s7Quj1N////893erAArw1hjw1hjwlNfrAUt//7+////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////qwAp89vc////79LTuDZH////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////8NPUtzRF////////04OKzHB4////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////////////////////////////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4////////////7t77jgDC////////////////////////myXN4cT3////////////////////////////////////////ADzCh6fp/v7/XIjfjqzr/////v7/AErIztr38fX8H2LRXorf////////////////////////////////////8fX8ADPAaZHi7/T98vT+7/T9////HmDRvc70////mLLtXorf////////ADXBfqDo/f3/b5bjdJnl////////HmDRvc70////mLLtXorf////////1eD5////////Z5Dha5Pi////////////QnbYsMTz////////////x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////rAAr2JOY//7+y2522puf////////8tna////////z3h/0HuC////25ygzXV97tDRsiM6/vz8syQ7/fj4////uj1N6sPG////3aOnzHB4////////////////////////////////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf////////////////////////////////////rAAr2JOY//7+y2522puf////////8tna////////z3h/0HuC////25ygzXV97tDRsiM6/vz8syQ7/fj4////uj1N6sPG////3aOnzHB4////////w1hj5be6/////Pb2+/Pz////////8eT9/fr//vz/8eP8/v3/////////////////////////////////////lLDsS3zb7vL+////1N/4////////////3ub6AFHL////////////////1eD5////////Z5Dha5Pi////////QXXZr8Xx////9ff+8vT+////////QXXZr8Xx////9ff+8vT+////x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////w1hj5be6/////Pb2+/Pz////////3J+jxmBq+u/w////8djZ////////uDlJ6L/C/fn5yWhx2Zid////////qQAm1oyR/v390X+G04OK////////uj1N6sPG////3aOnzHB4////////////////////////////////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////qwAp1YqP/v390oGI0X6F////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf////////sR838NXW+u/wuTtLzHB4////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////8eT9/fr//vz/8eP8/v3/////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////7t77jgDC////////////////4sX2nSrPlADI5s75////////////////////////////////////////D1vPfqDoAFTMPHPX4+r7////////o7vwAEvJD1vPZY7heZzn////////////////////////////////////8/b9Fl3Pl7PtAFTLAE/J2+T6////yNb3HmDRAFbNY43h4+r7////////AFbNZo/iAE/JKWbU4un7////////yNb3HmDRAFbNY43h4+r7////////XIjfAlfNAFTMQXXZ6O77////xdT2L2rUAEPGClnPL2rUlLDs////+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////uDZH1oyRtS1AwlNf9uXm////////y252tjFDtS1Aw1hj9+rr////4Kquv01ZsyY8zXN7tjFDz3mA////////7s7Quj1NtjBCzXR89uXm////////////////////////////////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////////////////////////////////uDZH1oyRtS1AwlNf9uXm////////y252tjFDtS1Aw1hj9+rr////4Kquv01ZsyY8zXN7tjFDz3mA////////7s7Quj1NtjBCzXR89uXm////////7s7QwE5auTpKuDdI8tvc////////fgCx48f47t77fQCx9uv9////////////////////////////////////9Pf+W4jfAE7KAlfNfZ/n////////////3ub6AFHL////////////////XIjfAlfNAFTMQXXZ6O77////////yNb3Nm7VFl3PEVzO1+H4////////yNb3Nm7VFl3PEVzO1+H4////+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////7s7QwE5auTpKuDdI8tvc////////+/X1y211siM6tjFD1ouR////////7s7QxV9puDdI04WM+u/w////////ti5Bznd+syQ7vURS9eTl////////7s7Quj1NtjBCzXR89uXm////////////////////////////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////qwApznV9syQ7vEJQ9OLj////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsiI5tzRFx2NszHB4////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////fgCx48f47t77fQCx9uv9////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////QnbYsMTz////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////3ub6AFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qwAp/fn5////////////////////////////////////////////////////////////////////////////////////////3aKmzHB4////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0wIDojgDC////////////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fZ/nyNb3////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vklW7MnM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////s8bzf6LnAFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qwAp/fn5////////////////////////////vklW7MnM////////////////////////////////////////////////////3aKmzHB4////////////////vklW7MnM////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////68bJ+e3u////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////uszznLbuqsDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////47G1/v39////////////////////////////68bJ+e3u////////////////////////////////////////////////////9N/g7tDR////////////////68bJ+e3u////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////ni7P2rT0////////////////////////////y5ntkwDGlQXI////////t2zhmyXNhAC3lADImyXN7Nr79er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8////3Lj1nCnO/////////////////////////vz/igC+9+/+////////////////////myXN4cT3////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////////////79/8jgDB////////////////////////myXN4cT3////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////////////7t77jgDC////////////////////////myXN4cT3////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////////7t77jgDC////////////////////////myXN4cT3////////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////////7t77jgDC////////////////4sX2nSrPlADI5s75////////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////2rT0wIDojgDC////////////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ubmsbGxy8vL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////enp6enp6ampqNzc39PT0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////aWlpra2t////////////+fn55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////KysrExMTAwMDGRkZhYWF////////oaGhFRUVLS0tWlpabW1t////////oqKiDw8PLi4uKCgo4uLi////////8fHxDw8P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLCJiYm/////////////v7+GRkZ2NjY9vb2Ojo6Z2dn////////JiYm1dXV////dHR0hoaG////////8fHxDw8P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLCJiYm////////////zMzMLy8v////////gICAZ2dn////3NzcHR0d////////vb29PT09////////8fHxDw8P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLCJiYm////////////zs7OLS0t////////fn5+Z2dn////5eXlFxcX////////tbW1R0dH////////8fHxAAAA4uLi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLCJiYm/////////////v7+Gxsb0NDQ8fHxNjY2Z2dn////////MDAwurq6+fn5X19fkZGR////////8fHxBAQEcXFx8PDw8vLy8PDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLCJiYm////////////////p6enHBwcLi4ubW1tf39/////////ysrKVVVVLy8vfX197+/v////////8/PzMTExm5ubJSUlICAg3Nzc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLCJiYm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////HR0dBwcHAQEBCgoKfX19////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ez7rsPyydf2////////////////////////////////////////////////////////////////////////////////////////////////////tMjy/v7/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////57y///7+////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c5nlc5nlYozgIWPS9Pf+////////////////////////////////////////////////////////////////////////////////////////////ADXB/P3/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qQAm/vz8////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7/////YYvgqsDw/////////////////////////////////////////////////////////////////////v7/4en68vT+////////////ADXB/P3/5+38/P3//////////////////v7/4en68vT+////////////////7fH9+vv/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+e/v/fr6//////////////////////////////////////////////////7+9eTl+/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+e/v/fr6//////////////////////////////////////////////////7+9eTl+/Pz////////////////9+rr+u/w////////////////////////////////////////////////////////////////////////////////7fH96O77////////////////////////////////////////////7fH9+vv/////////////////////6O777vL+////////////////////6O777vL+//////////////////////////////////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////9+rr+u/w////////////////////////+e/v9+rr/////////////////fn59ubn////////////////qQAm/vz89+nq/vz8//////////////////7+9eTl+/Pz//////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////////9+nq/vz8////////////////////////////////////////////////////////////////////////+vLy+/T0//////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////////////y5ntkwDGlQXI////////t2zhmyXNhAC3lADImyXN7Nr7////////////////////////////////ADzC9vj9////orvuT3/c////////nbftAEXGClnPT3/cZY7h////////////////////////////////////8fX8AD7F////////////////////scbyAEbHKmfTE13PXYng////////ADXBO3LXFl3PAEnI1N/4////////scbyAEbHKmfTE13PXYng////////Tn/bHF/QAFTMVYPeQnbY////////////ztr3L2rUHmDRjqzr////////////////////////////////////////////////////////////////rAAr/Pf3////4aywx2Ns////////x2JrujxMtS1AyWhxw1hj////25yg1oyR9eTluj9O////uTpK9+jp////5rm8sBg0vUZTuDlJy293////////////////////////////////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////////////////////////////////rAAr/Pf3////4aywx2Ns////////x2JrujxMtS1AyWhxw1hj////25yg1oyR9eTluj9O////uTpK9+jp////5rm8sBg0vUZTuDlJy293////////vklWvURSvkpXv0xY+/X1////////////////////////////////////////////////////////////////6u/8LWrUAE7KLGnTZI3h////////////////l7PtCVrOFl3P////////Tn/bHF/QAFTMVYPeQnbY////////L2rUKWbUMGvVMWzV9Pf+////////L2rUKWbUMGvVMWzV9Pf+////////////////////////////////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////vklWvURSvkpXv0xY+/X1////////+O3tvkhVsiM6vUdUzXV9////////36isrQcuuDZHti5B9eTl////////qQAmwVJeuTpKsBs18djZ////////5rm8sBg0vUZTuDlJy293////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////qwApwlNfuTpKsBk08dbX////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////2JKXrQ4vti5Bv05azHB4////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8/////////vz/igC+9+/+////////////////////myXN4cT3////////////////////////////////////////ADzC9vj9////orvuT3/c/////v7/AEnI1+H49vj9JmXSXorf////////////////////////////////////8fX8AD7F////////////////////AFbN0t75////////6O77////////ADXBmrXt////iajqaZHi////////AFbN0t75////////6O77////1eD5AlfN////+/z+OG/WQnbY////////////aZHijqzr////////////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////rAAr/Pf3////4aywx2Ns////8tnatjFD/////vv7wFBcw1hj////25yg1oyR9eTluj9O////uTpK9+jp////tjBC8dfY////////9+rr////////////////////////////////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////////////////////////////////////rAAr/Pf3////4aywx2Ns////8tnatjFD/////vv7wFBcw1hj////25yg1oyR9eTluj9O////uTpK9+jp////tjBC8dfY////////9+rr////////+vHx////////y2113KCk////////////////////////////////////////////////////////////////hqboYozg/f3/////6/D8/////////////P3/AEjI7vL+////////1eD5AlfN////+/z+OG/WQnbY////////7/T9////////W4jflbDs////////7/T9////////W4jflbDs////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////+vHx////////y2113KCk////////2JKXzXN7/v39////+O7u////////tS1A8djZ////0H2E146T////////qQAm3qSo////2JWaz3qB////////tjBC8dfY////////9+rr////////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////qwAp3aKm////2pmeznV9////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns/////v39sBg0+Ovs/vz8vklWzHB4////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////79/8jgDB////////////////////////myXN4cT3////////////////////////////////////////ADzC9vj9////orvuT3/c////ytj3EVzO////////ep3mXorf////9ff+5+385+385+385+385+38+vv/////8fX8AD7F////////////////ztr3AFDK8vT+8vT+8vT+8vT+////////ADXB4un7////0N34AlfN////ztr3AFDK8vT+8vT+8vT+8vT+////+fr/AFDKtcnz7PH9jqzrQnbY////////////QnbYsMTz////////////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////rAAr/Pf3////4aywx2Ns/////fn5syg9573A+e3u2pufw1hj////25yg1oyR9eTluj9O////uTpK9+jp8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////////////////////////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////////////////////////////////////rAAr/Pf3////4aywx2Ns/////fn5syg9573A+e3u2pufw1hj////25yg1oyR9eTluj9O////uTpK9+jp8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////7s7Q0X+GsBg07MjL////////////////////////////////////////////////////////////////Gl/QxdT2////////////////////////3+f7AFDK////////////+fr/AFDKtcnz7PH9jqzrQnbY////////////yNb3b5bjAEbHw9L2////////////yNb3b5bjAEbHw9L2////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////////7s7Q0X+GsBg07MjL////////uTtL7MrN////////////////9N7fsiI5////////6cHEvUZT////////qQAm9eTl////8NXWtjFD////8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////qwAp9ePk////8tnatS5B////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////7czPujxM////////1YqPzHB4////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4////////////////////////////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////7t77jgDC////////////////////////myXN4cT3////////////////////////////////////////ADzC5ez7////nrjvVYPe////zNr2ClnP////////eJzlXorf////oLnuHmDRHmDRHmDRHmDRHmDRzdr3////8fX8ADG/4en6////////////2uP6ADzCQXXZQXXZPHPXAD/D/v7/////ADXB2+T6////yNb3HmDR////2uP6ADzCQXXZQXXZPHPXAD/D/v7/////0N34fqDoQ3fZGl/QR3na////////////QnbYsMTz////////////////////////////////////////////////////////////////////////rAAr9ufo////36isyWhx////////8NXW1oyRxFlkuTtLxVxn////25yg1YqP9OLjujxM////uDdI+Ovs893erAArw1hjw1hjwlNfrAUt//7+////////////////////////////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////////////////////////////////////rAAr9ufo////36isyWhx////////8NXW1oyRxFlkuTtLxVxn////25yg1YqP9OLjujxM////uDdI+Ovs893erAArw1hjw1hjwlNfrAUt//7+////04OKuj1N2Zid9uXm////////////////////////////////////////////////////////////////////LGnTus30////////////////////////3ub6AFHL////////////////0N34fqDoQ3fZGl/QR3na////////dJnlHmDRjKrr4+r7////////////dJnlHmDRjKrr4+r7////////////////////////////////////////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////04OKuj1N2Zid9uXm////////////vUdU6cHE////////////////9ubnsBg0////////5rq9wFBc////////qQAm9N7f////7s7Quj1N////893erAArw1hjw1hjwlNfrAUt//7+////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////qwAp89vc////79LTuDZH////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////8NPUtzRF////////04OKzHB4////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////////////////////////////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4////////////7t77jgDC////////////////////////myXN4cT3////////////////////////////////////////ADzCh6fp/v7/XIjfjqzr/////v7/AErIztr38fX8H2LRXorf////////////////////////////////////8fX8ADPAaZHi7/T98vT+7/T9////HmDRvc70////mLLtXorf////////ADXBfqDo/f3/b5bjdJnl////////HmDRvc70////mLLtXorf////////1eD5////////Z5Dha5Pi////////////QnbYsMTz////////////x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////rAAr2JOY//7+y2522puf////////8tna////////z3h/0HuC////25ygzXV97tDRsiM6/vz8syQ7/fj4////uj1N6sPG////3aOnzHB4////////////////////////////////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf////////////////////////////////////rAAr2JOY//7+y2522puf////////8tna////////z3h/0HuC////25ygzXV97tDRsiM6/vz8syQ7/fj4////uj1N6sPG////3aOnzHB4////////w1hj5be6/////Pb2+/Pz////////8eT9/fr//vz/8eP8/v3/////////////////////////////////////lLDsS3zb7vL+////1N/4////////////3ub6AFHL////////////////1eD5////////Z5Dha5Pi////////QXXZr8Xx////9ff+8vT+////////QXXZr8Xx////9ff+8vT+////x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////w1hj5be6/////Pb2+/Pz////////3J+jxmBq+u/w////8djZ////////uDlJ6L/C/fn5yWhx2Zid////////qQAm1oyR/v390X+G04OK////////uj1N6sPG////3aOnzHB4////////////////////////////////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////qwAp1YqP/v390oGI0X6F////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf////////sR838NXW+u/wuTtLzHB4////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////8eT9/fr//vz/8eP8/v3/////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////7t77jgDC////////////////4sX2nSrPlADI5s75////////////////////////////////////////D1vPfqDoAFTMPHPX4+r7////////o7vwAEvJD1vPZY7heZzn////////////////////////////////////8/b9Fl3Pl7PtAFTLAE/J2+T6////yNb3HmDRAFbNY43h4+r7////////AFbNZo/iAE/JKWbU4un7////////yNb3HmDRAFbNY43h4+r7////////XIjfAlfNAFTMQXXZ6O77////xdT2L2rUAEPGClnPL2rUlLDs////+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////uDZH1oyRtS1AwlNf9uXm////////y252tjFDtS1Aw1hj9+rr////4Kquv01ZsyY8zXN7tjFDz3mA////////7s7Quj1NtjBCzXR89uXm////////////////////////////////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////////////////////////////////uDZH1oyRtS1AwlNf9uXm////////y252tjFDtS1Aw1hj9+rr////4Kquv01ZsyY8zXN7tjFDz3mA////////7s7Quj1NtjBCzXR89uXm////////7s7QwE5auTpKuDdI8tvc////////fgCx48f47t77fQCx9uv9////////////////////////////////////9Pf+W4jfAE7KAlfNfZ/n////////////3ub6AFHL////////////////XIjfAlfNAFTMQXXZ6O77////////yNb3Nm7VFl3PEVzO1+H4////////yNb3Nm7VFl3PEVzO1+H4////+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////7s7QwE5auTpKuDdI8tvc////////+/X1y211siM6tjFD1ouR////////7s7QxV9puDdI04WM+u/w////////ti5Bznd+syQ7vURS9eTl////////7s7Quj1NtjBCzXR89uXm////////////////////////////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////qwApznV9syQ7vEJQ9OLj////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsiI5tzRFx2NszHB4////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////fgCx48f47t77fQCx9uv9////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////QnbYsMTz////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////3ub6AFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qwAp/fn5////////////////////////////////////////////////////////////////////////////////////////3aKmzHB4////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0wIDojgDC////////////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fZ/nyNb3////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vklW7MnM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////s8bzf6LnAFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qwAp/fn5////////////////////////////vklW7MnM////////////////////////////////////////////////////3aKmzHB4////////////////vklW7MnM////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////68bJ+e3u////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////uszznLbuqsDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////47G1/v39////////////////////////////68bJ+e3u////////////////////////////////////////////////////9N/g7tDR////////////////68bJ+e3u////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6fLivdal0+PF////////////////////////////////////////////////////////////////////////wtms/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////j7lej7legbBCV5QA9fry////////////////////////////////////////////////////////////////L3cA/P37////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////gK9AudSh/////////////////////////////////////////v7+5u/f9Pnv////////////L3cA/P376/Pl/P37/////////////////v7+5u/f9Pnv////////////////8Pbs+vz4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Pbs+vz4/////////////////////////////////////////////////v7+5u/f9Pnv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Pbs+vz4/////////////////////////////////////////////////v7+5u/f9Pnv////////////////7PPn8fft////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9Pnx+Pr2////////zuG+K3UA1+bK////////////////////////////////////////////////////////////////////////////////////////////////NHsA9/v1////tNCZdKgT////////r82RO4AAT44AdKgThLJI////zeC9R4kA////////////V5QAr82R////v9eqPYIAXJcAUpAAfq46////////L3cAZp4AUpAAP4QA3OnP////////v9eqPYIAXJcAUpAAfq46////////dKcPVZIASYoAeKoqa6IA////////////1+bKXpkAVpMApMaA////////////aaAAL3cA////////////////////////////////////////////NHsA9/v1////tNCZdKgT////////dKcPVZIASYoAeKoqa6IA////pseDl75q5u/fV5MA////UpAA6vLk////v9eqPYIAXJcAUpAAfq46////////////////////////////////////ibVTXJcANX0AUY8AXJcA4OzY////NHsA9/v1////tNCZdKgT////////////////////////////////////NHsA9/v1////tNCZdKgT////////dKcPVZIASYoAeKoqa6IA////pseDl75q5u/fV5MA////UpAA6vLk////v9eqPYIAXJcAUpAAfq46////////XpkAW5cAX5oAYJoA9fry////////////////////////////////////////////////////////////////////////////////////////7vXn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zeC9eassRIcA5/De////////7vXpttKb8vfv////////////////////////////////////////////////////////////////////////////////////////////////NHsA9/v1////tNCZdKgT/////v7+P4QA3uvT9/v1WZYAf646////zeC9R4kA////////xduySosA/P37////TIwA2+jQ////////7PPn////////L3cArcyO////oMN6h7RO////////TIwA2+jQ////////7PPn////3erQTIwA////+/35ZJ0Aa6IA////////////h7ROpMaA////////////////////d6khQYQA////////////////////////////////////////////NHsA9/v1////tNCZdKgT////3erQTIwA////+/35ZJ0Aa6IA////pseDl75q5u/fV5MA////UpAA6vLk////TIwA2+jQ////////7PPn////////////////////////////////////////////XJcAzuG+////////////NHsA9/v1////tNCZdKgT////////////////////////////////////NHsA9/v1////tNCZdKgT////3erQTIwA////+/35ZJ0Aa6IA////pseDl75q5u/fV5MA////UpAA6vLk////TIwA2+jQ////////7PPn////////8vfv////////fK00qMqJ////////////////////////////////////////////////////////////////////////////////////////pceBTIwAmr9x6PHh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7PPnnMFzUY8AcKUAvten+vz4////////////////1+bI////////////9vr06/Pl6/Pl6/Pl6/Pl6/Pl+vz49vr06/Pl6/Pl6/Pl6/Pl6/Pl+vz4////////////////////////////////NHsA9/v1////tNCZdKgT////1OTGUY8A////////lL1lf646////zeC9R4kA////+fv3To4Avten////1+bKRogA9Pnv9Pnv9Pnv9Pnv////////L3cA5/De////2efNTIwA////1+bKRogA9Pnv9Pnv9Pnv9Pnv////+vz3RogAw9mu7/bqpMaAa6IA////////////a6IAv9in////////////////////////////////////////////////////////////////////////NHsA9/v1////tNCZdKgT////+vz3RogAw9mu7/bqpMaAa6IA////pseDl75q5u/fV5MA////UpAA6vLk1+bKRogA9Pnv9Pnv9Pnv9Pnv////////////////////////////////////////////XJcAzuG+////////////NHsA9/v1////tNCZdKgT////////////////////////////////////NHsA9/v1////tNCZdKgT////+vz3RogAw9mu7/bqpMaAa6IA////pseDl75q5u/fV5MA////UpAA6vLk1+bKRogA9Pnv9Pnv9Pnv9Pnv////////////0uTDi7dVPYIAzuG+////////////////////////////////9vr06/Pl6/Pl6/Pl6/Pl6/Pl+vz49vr06/Pl6/Pl6/Pl6/Pl6/Pl+vz4////6/PlocR7V5MAaaAAutWi/P37////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////mb9uN38AsM6S+vz4/////////////////////f78M3sA////////////ss+WVpMAVpMAVpMAVpMAVpMA1+bIss+WVpMAVpMAVpMAVpMAVpMA1+bI////////////////////////////////NHsA6fLi////sM6SeKoq////1uXHT44A////////krpjf646////zeC9M3sAaqEARYcAhrNN////////4OzYNHsAaqEAaqEAZ58ANX0A/v7+////L3cA4e3X////0uTDVpMA////4OzYNHsAaqEAaqEAZ58ANX0A/v7+////2efNl75qbKIAVJIAb6QA////////////a6IAv9in////////////////////+vz4+fv3////////////////////////////////////////////NHsA6fLi////sM6SeKoq////////2efNl75qbKIAVJIAb6QA////pseDlr1p5O/cVZIA////UY8A7fTo4OzYNHsAaqEAaqEAZ58ANX0A/v7+////////////////////////////////////////XJcAzuG+////////////NHsA6fLi////sM6SeKoq////////////////////////////////////NHsA6fLi////sM6SeKoq////////2efNl75qbKIAVJIAb6QA////pseDlr1p5O/cVZIA////UY8A7fTo4OzYNHsAaqEAaqEAZ58ANX0A/v7+////kLpfVpMAo8V/6PHf////////////////////////////////////ss+WVpMAVpMAVpMAVpMAVpMA1+bIss+WVpMAVpMAVpMAVpMAVpMA1+bI////////////6/PlfK00MHgA5O/c////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1uXHg7FHSYoAg7FH0uTD////////////8vfvK3UA+/35////////////////////////////////////////////////////////////////////////////////////////////////NHsAnsJ3/v7+fa05pMaA/////v7+QYQA1+bK8/jwV5MAf646////zeC9QocA2ujOvdalTY0AutWi////////VpMAyd22////q8qMf646////////L3cAl75q/f78i7dVkLpf////////VpMAyd22////q8qMf646////////3erQ////////hbNJiLVP////////////a6IAv9in////////////////////aaAAL3cA////////////////////////////////////////////NHsAnsJ3/v7+fa05pMaA////////3erQ////////hbNJiLVP////pseDg7FH1OTGQ4YA/P37RIcA+fv3////VpMAyd22////q8qMf646////////////////////////////////////////////XJcAzuG+////////////NHsAnsJ3/v7+fa05pMaA////////////////////////////////////NHsAnsJ3/v7+fa05pMaA////////3erQ////////hbNJiLVP////pseDg7FH1OTGQ4YA/P37RIcA+fv3////VpMAyd22////q8qMf646////////aqEAvten////9vr09Pnv////////////////////////////////////////////////////////////////////////////////////////9/v1tNGaZp4AVJIAo8V/7vXp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fv3tNGaY5wA4OzY////////8PbsK3UA+vz4////////////////////////////////////////////////////////////////////////////////////////////////UI8Al75qSYoAZ58A6PHf////////tNGaQIQAUI8AhLJIk7tk////zeC9R4kA////////krpjdqgf////////0uTDVpMATIwAgrFD6PHf////////S4sAhbJIRIcAW5cA5/De////////0uTDVpMATIwAgrFD6PHf////////fa05TIwASYoAaqEA7PPn////0OK/XpkAO4AAT44AXpkAqMmI////////////f646TIwA////////////////////////////////////////////UI8Al75qSYoAZ58A6PHf////////fa05TIwASYoAaqEA7PPn////ss+WYZsARYcAgbBCTIwAhrNN////////0uTDVpMATIwAgrFD6PHf////////////////////////////////////z+G+XpkAUY8A1+bI////////////UI8Al75qSYoAZ58A6PHf////////////////////////////////////UI8Al75qSYoAZ58A6PHf////////fa05TIwASYoAaqEA7PPn////ss+WYZsARYcAgbBCTIwAhrNN////////0uTDVpMATIwAgrFD6PHf////////0uTDY5wAUpAAUY8A3uvT////////////////////////////////////////////////////////////////////////////////////////nMFzgbBC1OTG////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PbsK3UA+vz4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zeC9R4kA////5/DeVZIAr82R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////a6IAv9in////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PbsK3UA+vz4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zeC9LHcAN38AS4sAibVT9vr0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////l71s0uTD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////XpkAz+G+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y9+67/bq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pj+8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////t7e34+Pj////////////////////////////////////////+fL++/b+////z5/vhAC5lADHkQDE8OL7////////////////y5ntkwDGlQXI////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0ZGRkeXl5////////////////////////////////4cP2rVjcjQDB8OP8////kADD6dX5////uG3iwYHn/////////////vz/igC+9+/+////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqWlpaWlpa2NjY////////////////8+j9woXplADIp0rX2LDz/fr/////7dv8iwC/////////3bv1myXN////////////79/8jgDB////////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHxYWFhWlpaWlpabm5u/f39////////////wYHnhQC5z5/v/fr/////////////8eT9iAC8////////2bPzoDfS////////////7t77jgDC////////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oKCgWlpaWlpaWlpaWlpa0dHR////////////////5s34tGXfkADDtGXf5Mj4////////lQDI3Lj1/Pj+rFbbxo3q////////////7t77jgDC////////////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsXV1dWlpaWlpaWlpaWlpaZ2dn/Pz8/////////////////////Pf/0aXxnzPR7Nr7////5Mj4p0rXlADIvHjl9+/+////////////7t77jgDC////////////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////l5eXWlpaWlpaWlpaWlpaWlpaWlpawsLC////////////////////////////////////////////////////////////////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0wIDojgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ez7rsPyydf2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////57y///7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c5nlc5nlYozgIWPS9Pf+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qQAm/vz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+PH9+fL+/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7/////YYvgqsDw////////////////////////////////////////////7fH96O77////////////////+fr/5Ov8////////////////////////////////////////////////////////////////////////////////////////////////////////+fr/5Ov8/////////////////////////////////////////////////////////////////////////////v7/4en68vT+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9+rr+u/w////////////////////////////////////////////////////+u/w9+jp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7fH96O77////////////////////////////////////////////7fH9+vv/////////////////////6O777vL+////////////////////6O777vL+//////////////////////////////////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////9+rr+u/w////////////////////////+e/v9+rr/////////////////fn59ubn////////////////qQAm/vz89+nq/vz8//////////////////7+9eTl+/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////t7e34+Pj////////////////////////////////////////+fL++/b+////w4fphQC4kQDEnzLQsF7e////////t2zhmyXNhAC3lADImyXN7Nr7////////vHjlfQCx7dz7////////////////////////////////////////ADzC9vj9////orvuT3/c////////nbftAEXGClnPT3/cZY7h////////////////////////////////////6u/8LWrUAE7KLGnTZI3h////////nrjvAD7FD1vPAFbN4en6////////ADzC9vj9////orvuT3/c////////////ztr3L2rUHmDRjqzr////////8fX8AD7F////////////////////nrjvAD7FD1vPAFbN4en6////////////////l7PtCVrOFl3P////////////////l7PtCVrOFl3P////////scbyAEbHKmfTE13PXYng////////8fX8AD7F////////////////////////////////////////////////////////////////////////////tS5BrhIxsBs1sBs1sBs19uXm////0HyDvUZTrAUtuDdIvUZT893e////vklWvURSvkpXv0xY+/X1////////////8NPUvklWuj1N2puf////////9+jpvklWrxYzuDlJxmJr////////////8NPUvklWuj1N2puf////////+vLyrQcu////////////////////////////3aKmtzRFuTpK////////////////////////////////////////////////////////////////6u/8LWrUAE7KLGnTZI3h////////////////l7PtCVrOFl3P////////Tn/bHF/QAFTMVYPeQnbY////////L2rUKWbUMGvVMWzV9Pf+////////L2rUKWbUMGvVMWzV9Pf+////////////////////////////////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////vklWvURSvkpXv0xY+/X1////////+O3tvkhVsiM6vUdUzXV9////////36isrQcuuDZHti5B9eTl////////qQAmwVJeuTpKsBs18djZ////////5rm8sBg0vUZTuDlJy293////////////////////////////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0ZGRkeXl5////////////////////////////////4cP2rVjcjQDB8OP8/v3/iAC89en9/vz/nSrPsF7e////////////////myXN4cT3//////////////7/jgDCrlrbvnzm////////////////////////////////////////ADzC9vj9////orvuT3/c/////v7/AEnI1+H49vj9JmXSXorf////////////////////////////////////hqboYozg/f3/////6/D8////////AFTM1N/4////bZTjgKHn////////ADzC9vj9////orvuT3/c////////////aZHijqzr////////////////8fX8AD7F////////////////////AFTM1N/4////bZTjgKHn/////////////P3/AEjI7vL+/////////////////P3/AEjI7vL+////////////AFbN0t75////////6O77////////8fX8AD7F////////////////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////tS5B6sXI////////////////////////////vUZT7MjL////////////+vHx////////y2113KCk////////////z3qB2puf////////////////w1hjznV9+/X1////9ePk////////////z3qB2puf////////////////+vLyrQcu/////////////////////////vz8sR03+u/w////////////////////////////////////////////////////////////////////hqboYozg/f3/////6/D8/////////////P3/AEjI7vL+////////1eD5AlfN////+/z+OG/WQnbY////////7/T9////////W4jflbDs////////7/T9////////W4jflbDs////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////+vHx////////y2113KCk////////2JKXzXN7/v39////+O7u////////tS1A8djZ////0H2E146T////////qQAm3qSo////2JWaz3qB////////tjBC8dfY////////9+rr////////////////////////////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqWlpaWlpa2NjY////////////////8+j9woXplADIp0rX2LDz/fr/////48f4lxDK////////v33msF7e////////////////myXN4cT3////////////4ML2myXN7Nr7jwDD////////////////////////////////////////ADzC9vj9////orvuT3/c////ytj3EVzO////////ep3mXorf////9ff+5+385+385+385+385+38+vv/////Gl/QxdT2////////////////2+T6AE3J////////us30KmfT////////ADzC9vj9////orvuT3/c////////////QnbYsMTz////////////////8fX8AD7F////////////////2+T6AE3J////////us30KmfT////////////3+f7AFDK////////////////////3+f7AFDK////////////ztr3AFDK8vT+8vT+8vT+8vT+////////8fX8AD7F////////////////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////tS5B6sXI////////////////////////////vUZT7MjL////////////////7s7Q0X+GsBg07MjL////////////w1hj5bi7////////////+O7uqAAk+vLy////////////////////////w1hj5bi7////////////////+vLyrQcu////////////////////////9OLjsyg9////////////////////////////////////////////////////////////////////////Gl/QxdT2////////////////////////3+f7AFDK////////////+fr/AFDKtcnz7PH9jqzrQnbY////////////yNb3b5bjAEbHw9L2////////////yNb3b5bjAEbHw9L2////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////////7s7Q0X+GsBg07MjL////////uTtL7MrN////////////////9N7fsiI5////////6cHEvUZT////////qQAm9eTl////8NXWtjFD////8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////////////////////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHxYWFhWlpaWlpabm5u/f39////////////wYHnhQC5z5/v/fr/////////////58/5kwDG////////u3bksF7e////////////////myXN4cT3////////////r1zdypbs////mBrK4sX2////////////////////////////////////ADzC5ez7////nrjvVYPe////zNr2ClnP////////eJzlXorf////oLnuHmDRHmDRHmDRHmDRHmDRzdr3////LGnTus30////////////////5Ov8AEbH////////ssfxOG/W////////ADzC5ez7////nrjvVYPe////////////QnbYsMTz////////////////8fX8ADG/4en6////////////5Ov8AEbH////////ssfxOG/W////////////3ub6AFHL////////////////////3ub6AFHL////////////2uP6ADzCQXXZQXXZPHPXAD/D/v7/////8fX8ADG/4en6////////////////////////////////////////////////////////////////////////tS5B6sXI////////////////////////////vUZT7MjL////////////04OKuj1N2Zid9uXm////////////////w1hj5bi7////////////7tDRrxIx////////////////////////////w1hj5bi7////////////////+vLyqAAj9eTl////////////////////9OHitCk+////////////////////////////////////////////////////////////////////////LGnTus30////////////////////////3ub6AFHL////////////////0N34fqDoQ3fZGl/QR3na////////dJnlHmDRjKrr4+r7////////////dJnlHmDRjKrr4+r7////////////////////////////////////////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////04OKuj1N2Zid9uXm////////////vUdU6cHE////////////////9ubnsBg0////////5rq9wFBc////////qQAm9N7f////7s7Quj1N////893erAArw1hjw1hjwlNfrAUt//7+////////////////////////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oKCgWlpaWlpaWlpaWlpa0dHR////////////////5s34tGXfkADDtGXf5Mj4////////igC+6NH59+/+lg7JsF7e////////////////myXN4cT3/////////Pf/iAC89uz+////x47rsWHf////////////////////////////////////ADzCh6fp/v7/XIjfjqzr/////v7/AErIztr38fX8H2LRXorf////////////////////////////////////lLDsS3zb7vL+////1N/4////////E13Pt8rz+fr/VYPejKrr////////ADzCh6fp/v7/XIjfjqzr////////////QnbYsMTz////////////////8fX8ADPAaZHi7/T98vT+7/T9////E13Pt8rz+fr/VYPejKrr////////////3ub6AFHL////////////////////3ub6AFHL////////////////HmDRvc70////mLLtXorf////////8fX8ADPAaZHi7/T98vT+7/T9x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////tS5B6sXI////////////////////////////vUZT7MjL////////////w1hj5be6/////Pb2+/Pz////////////w1hj5bi7////////////8NXWqQAm/Pf3////////////////////////w1hj5bi7////////////////+vLyqQAlz3qB+vHx+/Pz+vHx////////9OHitCk+////////////////8eT9/fr//vz/8eP8/v3/////////////////////////////////////lLDsS3zb7vL+////1N/4////////////3ub6AFHL////////////////1eD5////////Z5Dha5Pi////////QXXZr8Xx////9ff+8vT+////////QXXZr8Xx////9ff+8vT+////x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////w1hj5be6/////Pb2+/Pz////////3J+jxmBq+u/w////8djZ////////uDlJ6L/C/fn5yWhx2Zid////////qQAm1oyR/v390X+G04OK////////uj1N6sPG////3aOnzHB4////////8eT9/fr//vz/8eP8/v3/////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsXV1dWlpaWlpaWlpaWlpaZ2dn/Pz8/////////////////////Pf/0aXxnzPR7Nr7////0aXxiwC/kwDGqk/asF7e////////4sX2nSrPlADI5s75////////3br2rlrb////////8+j9mBrK/v3/////////////////////////////////D1vPfqDoAFTMPHPX4+r7////////o7vwAEvJD1vPZY7heZzn////////////////////////////////////9Pf+W4jfAE7KAlfNfZ/n////////yNb3SnzbEVzOd5vl7vL+////////D1vPfqDoAFTMPHPX4+r7////xdT2L2rUAEPGClnPL2rUlLDs////////8/b9Fl3Pl7PtAFTLAE/J2+T6////yNb3SnzbEVzOd5vl7vL+////////////3ub6AFHL////////////////////3ub6AFHL////////////////yNb3HmDRAFbNY43h4+r7////////8/b9Fl3Pl7PtAFTLAE/J2+T6+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////tS5B6sXI////////////////////7MnMvklWuDdI79LT////////////7s7QwE5auTpKuDdI8tvc////7MrNvklWrxIxtzVGvklW3J+j////+/PzqQAl7MnM////////////////7MrNvklWrxIxtzVGvklW3J+j////////+/T0uTpK3aKmtSxAsyQ79N7f////////9OHitCk+////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////9Pf+W4jfAE7KAlfNfZ/n////////////3ub6AFHL////////////////XIjfAlfNAFTMQXXZ6O77////////yNb3Nm7VFl3PEVzO1+H4////////yNb3Nm7VFl3PEVzO1+H4////+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////7s7QwE5auTpKuDdI8tvc////////+/X1y211siM6tjFD1ouR////////7s7QxV9puDdI04WM+u/w////////ti5Bznd+syQ7vURS9eTl////////7s7Quj1NtjBCzXR89uXm////////fgCx48f47t77fQCx9uv9////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////l5eXWlpaWlpaWlpaWlpaWlpaWlpawsLC////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////QnbYsMTz////////////////////////////////////////////////////////////////////////////3ub6AFHL////////////////////3ub6AFHL////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////tS5B6sXI////////////////////////////////////////////////////////////////////////////////w1hj5bi7////////////////yWdwy211////////79HT////////////w1hj5bi7////////////////////////////////////////////////9OHitCk+////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////3ub6AFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y5ntsF7e////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fZ/nyNb3////////////////////////////////////////////////////////////////////////s8bzf6LnAFHL////////////////s8bzf6LnAFHL////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////tS5B6sXI////////////////////////////vklW7MnM////////////////////////////////////////////1ouR7s7Q////////////////+u/wwlVgsyQ7syQ7x2Jr////////////1ouR7s7Q////////////////////////////////////////////5ru+1o2StCk+////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////s8bzf6LnAFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7dz75cv4////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uszznLbuqsDw////////////////uszznLbuqsDw////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////68bJ+e3u////////////////////////////////////////////////////////////////////////////+/Pz+Ovs////////////////////////////////////////////////////////////////////6cDD36aq47O2////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////uszznLbuqsDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI////////////////////////////+PH9+fL+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////ni7P2rT0////////////////////w4fphQC4kQDEnzLQsF7e////////t2zhmyXNhAC3lADImyXN7Nr7////////vHjlfQCx7dz7////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8////3Lj1nCnO/////////////////v3/iAC89en9/vz/nSrPsF7e////////////////myXN4cT3//////////////7/jgDCrlrbvnzm////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////48f4lxDK////////v33msF7e////////////////myXN4cT3////////////4ML2myXN7Nr7jwDD////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////58/5kwDG////////u3bksF7e////////////////myXN4cT3////////////r1zdypbs////mBrK4sX2////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////igC+6NH59+/+lg7JsF7e////////////////myXN4cT3/////////Pf/iAC89uz+////x47rsWHf////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////0aXxiwC/kwDGqk/asF7e////////4sX2nSrPlADI5s75////////3br2rlrb////////8+j9mBrK/v3/woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////////////////y5ntsF7e////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7dz75cv4////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+4uLi8vLy////////////////////////////////////////////////////////////////////////+fn55eXl////////////////////////////////////////////////////////////////////////////+fn55eXl////////////////////////////////////////////////////////////////////////////8fHx8/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8LCws////////y8vLHR0d////////tLS0FxcXPT09MDAwZmZm////////////////m5ubLCwsMTEx////////////////m5ubLCwsMTEx////////oqKiDw8PLi4uKCgo4uLi////////////////////////////////////Hx8fqKio////R0dHgICA////////oqKiDw8PLi4uKCgo4uLi////////8fHxDw8P////////////////////////////m5ubLCwsMTEx////////i4uLERERKCgoREREZ2dn////////////xcXFAAAA0NDQ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8LCws////////y8vLHR0d////////KSkp1NTU////////6enp/////////////Pz8Ghoa7+/v/////////////////Pz8Ghoa7+/v////////////JiYm1dXV////dHR0hoaG////////////////////////////////9/f3DQ0NbW1t/f39GhoaWVlZ////////JiYm1dXV////dHR0hoaG////////8fHxDw8P/////////////////////////Pz8Ghoa7+/v/////////f39FxcX6urq/Pz8QEBAZ2dn////////////7Ozsqamp8PDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8LCws////////y8vLHR0d////0NDQIiIi8vLy8vLy8vLy8vLy////////////4ODgIiIi////////////////////4ODgIiIi////////////3NzcHR0d////////vb29PT09////////////////////////////////0tLSSUlJPz8/z8/PWVlZMzMz////3NzcHR0d////////vb29PT09////////8fHxDw8P////////////////////////4ODgIiIi////////////ycnJNDQ0////////goKCZ2dn////////////////z8/P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8KSkp7u7u7u7uvr6+HR0d////29vbDAwMTk5OTk5OSkpKDg4O/v7+////////39/fIyMj////////////////////39/fIyMj////////////5eXlFxcX////////tbW1R0dH////////////////////////////////rKysaWlpR0dHhYWFpqamFxcX////5eXlFxcX////////tbW1R0dH////////8fHxAAAA4uLi////////////////////39/fIyMj////////////0NDQLCws////////e3t7Z2dn/////////////f39CwsL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8CAgILS0tLS0tJCQkHR0d////////NTU1v7+/////nJycZ2dn////////////39/fIyMj////////////////////39/fIyMj////////////////MDAwurq6+fn5X19fkZGR////////////////////////////////hoaGh4eHfHx8GBgY3t7eJycn5ubm////MDAwurq6+fn5X19fkZGR////////8fHxBAQEcXFx8PDw8vLy8PDw////////39/fIyMj////////////////Gxsb0tLS7+/vMzMzZ2dn////////////8PDwAAAA+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8LCws////////y8vLHR0d////////ysrKNTU1KSkpa2tr5OTk////////////39/fIyMj////////////////////39/fIyMj////////////////ysrKVVVVLy8vfX197+/v////////////////////////////////X19fpaWlx8fHXl5e////RUVFwMDA////ysrKVVVVLy8vfX197+/v////////8/PzMTExm5ubJSUlICAg3Nzc////////39/fIyMj////////////////p6enHR0dLCwsWlpaZ2dn////////////7u7uAAAA+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8LCws////////y8vLHR0d////////////////////////////////////////39/fIyMj////////////////////39/fIyMj////////////////////////////////////////////////////////////////////OTk5w8PD////////////Y2Njmpqa////////////////////////////////////////////////////////////////39/fIyMj////////////////////////////m5ubZ2dn////////////7u7uAAAA+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8LCws////////y8vLHR0d////////////////////////////////////tra2hYWFIyMj////////////////tra2hYWFIyMj////////////////////////////////////////////////////////////////////ExMT4eHh////////////gYGBc3Nz////////////////////////////////////////////////////////////tra2hYWFIyMj////////////////////////////m5ubZ2dn////////////7u7uAAAA+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8oKCgra2t////////////////vLy8oKCgra2t////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8oKCgra2t////////////////////////////3d3dzMzM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ez7rsPyydf2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////57y///7+////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c5nlc5nlYozgIWPS9Pf+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qQAm/vz8////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+PH9+fL+/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7/////YYvgqsDw////////////////////////////////////////////7fH96O77////////////////+fr/5Ov8////////////////////////////////////////////////////////////////////////////////////////////////////////+fr/5Ov8/////////////////////////////////////////////////////////////////////////////v7/4en68vT+////////////////////////////////////////////////////////////////////////////////////////////////////////9+nq/Pf3//////////////////////////////////////////////7+9eTl+/Pz//////////////////7+9eTl+/Pz////////////////////////////////////////////////+u/w9+jp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7fH96O77////////////////////////////////////////////7fH9+vv/////////////////////6O777vL+////////////////////6O777vL+//////////////////////////////////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////9+rr+u/w////////////////////////+e/v9+rr/////////////////fn59ubn////////////////qQAm/vz89+nq/vz8//////////////////7+9eTl+/Pz//////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////////9+nq/vz8////////////////////////////////////////////////////////////////////////+vLy+/T0//////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fL++/b+////w4fphQC4kQDEnzLQsF7e////////t2zhmyXNhAC3lADImyXN7Nr7////////vHjlfQCx7dz7////////////////////////////////////////ADzC9vj9////orvuT3/c////////nbftAEXGClnPT3/cZY7h////////////////////////////////////6u/8LWrUAE7KLGnTZI3h////////nrjvAD7FD1vPAFbN4en6////////ADzC9vj9////orvuT3/c////////////ztr3L2rUHmDRjqzr////////8fX8AD7F////////////////////nrjvAD7FD1vPAFbN4en6////////////////l7PtCVrOFl3P////////////////l7PtCVrOFl3P////////scbyAEbHKmfTE13PXYng////////8fX8AD7F////////////////////////////////////////////////////////////////////////////79LTtSxAtCo/tCo/zHJ6////////+vLyrQcu////////////////////5rm8sBg0vUZTuDlJy293////////5rm8sBg0vUZTuDlJy293////////////8NPUvklWuj1N2puf////////9+jpvklWrxYzuDlJxmJr////////////8NPUvklWuj1N2puf////////+vLyrQcu////////////////////////////3aKmtzRFuTpK////////////////////////////////////////////////////////////////6u/8LWrUAE7KLGnTZI3h////////////////l7PtCVrOFl3P////////Tn/bHF/QAFTMVYPeQnbY////////L2rUKWbUMGvVMWzV9Pf+////////L2rUKWbUMGvVMWzV9Pf+////////////////////////////////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////vklWvURSvkpXv0xY+/X1////////+O3tvkhVsiM6vUdUzXV9////////36isrQcuuDZHti5B9eTl////////qQAmwVJeuTpKsBs18djZ////////5rm8sBg0vUZTuDlJy293////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////qwApwlNfuTpKsBk08dbX////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////2JKXrQ4vti5Bv05azHB4////////0HyDvUZTrAUtuDdIvUZT893e////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4cP2rVjcjQDB8OP8/v3/iAC89en9/vz/nSrPsF7e////////////////myXN4cT3//////////////7/jgDCrlrbvnzm////////////////////////////////////////ADzC9vj9////orvuT3/c/////v7/AEnI1+H49vj9JmXSXorf////////////////////////////////////hqboYozg/f3/////6/D8////////AFTM1N/4////bZTjgKHn////////ADzC9vj9////orvuT3/c////////////aZHijqzr////////////////8fX8AD7F////////////////////AFTM1N/4////bZTjgKHn/////////////P3/AEjI7vL+/////////////////P3/AEjI7vL+////////////AFbN0t75////////6O77////////8fX8AD7F////////////////7dv83bv13bv13bv13bv13bv1+/X//////////////////////////////fr6syQ73qSo/v399uXmrhAw////////+vLyrQcu////////////////////tjBC8dfY////////9+rr////////tjBC8dfY////////9+rr////////////z3qB2puf////////////////w1hjznV9+/X1////9ePk////////////z3qB2puf////////////////+vLyrQcu/////////////////////////vz8sR03+u/w////////////////////////////////////////////////////////////////////hqboYozg/f3/////6/D8/////////////P3/AEjI7vL+////////1eD5AlfN////+/z+OG/WQnbY////////7/T9////////W4jflbDs////////7/T9////////W4jflbDs////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////+vHx////////y2113KCk////////2JKXzXN7/v39////+O7u////////tS1A8djZ////0H2E146T////////qQAm3qSo////2JWaz3qB////////tjBC8dfY////////9+rr////////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////qwAp3aKm////2pmeznV9////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns/////v39sBg0+Ovs/vz8vklWzHB4////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+j9woXplADIp0rX2LDz/fr/////48f4lxDK////////v33msF7e////////////////myXN4cT3////////////4ML2myXN7Nr7jwDD////////////////////////////////////////ADzC9vj9////orvuT3/c////ytj3EVzO////////ep3mXorf////9ff+5+385+385+385+385+38+vv/////Gl/QxdT2////////////////2+T6AE3J////////us30KmfT////////ADzC9vj9////orvuT3/c////////////QnbYsMTz////////////////8fX8AD7F////////////////2+T6AE3J////////us30KmfT////////////3+f7AFDK////////////////////3+f7AFDK////////////ztr3AFDK8vT+8vT+8vT+8vT+////////8fX8AD7F////////////////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////6L/Cti5B////////9uXmrhAw////////+vLyrQcu////////////////8NPUsyg9+/Pz+/Pz+/Pz+/Pz////8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////w1hj5bi7////////////+O7uqAAk+vLy////////////////////////w1hj5bi7////////////////+vLyrQcu////////////////////////9OLjsyg9////////////////////////////////////////////////////////////////////////Gl/QxdT2////////////////////////3+f7AFDK////////////+fr/AFDKtcnz7PH9jqzrQnbY////////////yNb3b5bjAEbHw9L2////////////yNb3b5bjAEbHw9L2////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////////7s7Q0X+GsBg07MjL////////uTtL7MrN////////////////9N7fsiI5////////6cHEvUZT////////qQAm9eTl////8NXWtjFD////8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////qwAp9ePk////8tnatS5B////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////7czPujxM////////1YqPzHB4////////////////vUZT7MjL////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4////////////////////////////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wYHnhQC5z5/v/fr/////////////58/5kwDG////////u3bksF7e////////////////myXN4cT3////////////r1zdypbs////mBrK4sX2////////////////////////////////////ADzC5ez7////nrjvVYPe////zNr2ClnP////////eJzlXorf////oLnuHmDRHmDRHmDRHmDRHmDRzdr3////LGnTus30////////////////5Ov8AEbH////////ssfxOG/W////////ADzC5ez7////nrjvVYPe////////////QnbYsMTz////////////////8fX8ADG/4en6////////////5Ov8AEbH////////ssfxOG/W////////////3ub6AFHL////////////////////3ub6AFHL////////////2uP6ADzCQXXZQXXZPHPXAD/D/v7/////8fX8ADG/4en6////////////////////////////////////////////////////////////////////3KCkwFBc////68jLsyY8rhAw////////+vLyqAAj9eTl////////////893erAArw1hjw1hjwlNfrAUt//7+893erAArw1hjw1hjwlNfrAUt//7+////////w1hj5bi7////////////7tDRrxIx////////////////////////////w1hj5bi7////////////////+vLyqAAj9eTl////////////////////9OHitCk+////////////////////////////////////////////////////////////////////////LGnTus30////////////////////////3ub6AFHL////////////////0N34fqDoQ3fZGl/QR3na////////dJnlHmDRjKrr4+r7////////////dJnlHmDRjKrr4+r7////////////////////////////////////////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////04OKuj1N2Zid9uXm////////////vUdU6cHE////////////////9ubnsBg0////////5rq9wFBc////////qQAm9N7f////7s7Quj1N////893erAArw1hjw1hjwlNfrAUt//7+////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////qwAp89vc////79LTuDZH////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////8NPUtzRF////////04OKzHB4////////////////vUZT7MjL////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////////////////////////////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5s34tGXfkADDtGXf5Mj4////////igC+6NH59+/+lg7JsF7e////////////////myXN4cT3/////////Pf/iAC89uz+////x47rsWHf////////////////////////////////////ADzCh6fp/v7/XIjfjqzr/////v7/AErIztr38fX8H2LRXorf////////////////////////////////////lLDsS3zb7vL+////1N/4////////E13Pt8rz+fr/VYPejKrr////////ADzCh6fp/v7/XIjfjqzr////////////QnbYsMTz////////////////8fX8ADPAaZHi7/T98vT+7/T9////E13Pt8rz+fr/VYPejKrr////////////3ub6AFHL////////////////////3ub6AFHL////////////////HmDRvc70////mLLtXorf////////8fX8ADPAaZHi7/T98vT+7/T9x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////3qWpuDlJ/////////v39/v39////////+vLyqQAlz3qB+vHx+/Pz+vHx////uj1N6sPG////3aOnzHB4////////uj1N6sPG////3aOnzHB4////////////w1hj5bi7////////////8NXWqQAm/Pf3////////////////////////w1hj5bi7////////////////+vLyqQAlz3qB+vHx+/Pz+vHx////////9OHitCk+////////////////8eT9/fr//vz/8eP8/v3/////////////////////////////////////lLDsS3zb7vL+////1N/4////////////3ub6AFHL////////////////1eD5////////Z5Dha5Pi////////QXXZr8Xx////9ff+8vT+////////QXXZr8Xx////9ff+8vT+////x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////w1hj5be6/////Pb2+/Pz////////3J+jxmBq+u/w////8djZ////////uDlJ6L/C/fn5yWhx2Zid////////qQAm1oyR/v390X+G04OK////////uj1N6sPG////3aOnzHB4////////////////////////////////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////qwAp1YqP/v390oGI0X6F////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf////////sR838NXW+u/wuTtLzHB4////////////////vUZT7MjL////////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////8eT9/fr//vz/8eP8/v3/////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////0aXxiwC/kwDGqk/asF7e////////4sX2nSrPlADI5s75////////3br2rlrb////////8+j9mBrK/v3/////////////////////////////////D1vPfqDoAFTMPHPX4+r7////////o7vwAEvJD1vPZY7heZzn////////////////////////////////////9Pf+W4jfAE7KAlfNfZ/n////////yNb3SnzbEVzOd5vl7vL+////////D1vPfqDoAFTMPHPX4+r7////xdT2L2rUAEPGClnPL2rUlLDs////////8/b9Fl3Pl7PtAFTLAE/J2+T6////yNb3SnzbEVzOd5vl7vL+////////////3ub6AFHL////////////////////3ub6AFHL////////////////yNb3HmDRAFbNY43h4+r7////////8/b9Fl3Pl7PtAFTLAE/J2+T6+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////7MjLqQAk+/X1////////////////////+/T0uTpK3aKmtSxAsyQ79N7f////7s7Quj1NtjBCzXR89uXm////////7s7Quj1NtjBCzXR89uXm////7MrNvklWrxIxtzVGvklW3J+j////+/PzqQAl7MnM////////////////7MrNvklWrxIxtzVGvklW3J+j////////+/T0uTpK3aKmtSxAsyQ79N7f////////9OHitCk+////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////9Pf+W4jfAE7KAlfNfZ/n////////////3ub6AFHL////////////////XIjfAlfNAFTMQXXZ6O77////////yNb3Nm7VFl3PEVzO1+H4////////yNb3Nm7VFl3PEVzO1+H4////+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////7s7QwE5auTpKuDdI8tvc////////+/X1y211siM6tjFD1ouR////////7s7QxV9puDdI04WM+u/w////////ti5Bznd+syQ7vURS9eTl////////7s7Quj1NtjBCzXR89uXm////////////////////////////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////qwApznV9syQ7vEJQ9OLj////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsiI5tzRFx2NszHB4////////7MnMvklWuDdI79LT////////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////fgCx48f47t77fQCx9uv9////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////QnbYsMTz////////////////////////////////////////////////////////////////////////////3ub6AFHL////////////////////3ub6AFHL////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9//////7+tzVG25yg/////vv76cDD////////////////////////////////////////////////////////////////////////////////////////////////w1hj5bi7////////////////yWdwy211////////79HT////////////w1hj5bi7////////////////////////////////////////////////9OHitCk+////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////3ub6AFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qwAp/fn5////////////////////////////////////////////////////////////////////////////////////////3aKmzHB4////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y5ntsF7e////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fZ/nyNb3////////////////////////////////////////////////////////////////////////s8bzf6LnAFHL////////////////s8bzf6LnAFHL////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////89zduDlJtS5BsBg01o2S////////////////////////////////////////////////////////////////////////////////////////////////1ouR7s7Q////////////////+u/wwlVgsyQ7syQ7x2Jr////////////1ouR7s7Q////////////////////////////////////////////5ru+1o2StCk+////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////s8bzf6LnAFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qwAp/fn5////////////////////////////vklW7MnM////////////////////////////////////////////////////3aKmzHB4////////////////vklW7MnM////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7dz75cv4////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uszznLbuqsDw////////////////uszznLbuqsDw////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////+O7u+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/Pz+Ovs////////////////////////////////////////////////////////////////////6cDD36aq47O2////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////uszznLbuqsDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////47G1/v39////////////////////////////68bJ+e3u////////////////////////////////////////////////////9N/g7tDR////////////////68bJ+e3u////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+PH9+fL+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////t7e34+Pj////////////////////////////////////////+fL++/b+////w4fphQC4kQDEnzLQsF7e////////t2zhmyXNhAC3lADImyXN7Nr7////////vHjlfQCx7dz7////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0ZGRkeXl5////////////////////////////////4cP2rVjcjQDB8OP8/v3/iAC89en9/vz/nSrPsF7e////////////////myXN4cT3//////////////7/jgDCrlrbvnzm////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqWlpaWlpa2NjY////////////////8+j9woXplADIp0rX2LDz/fr/////48f4lxDK////////v33msF7e////////////////myXN4cT3////////////4ML2myXN7Nr7jwDD////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHxYWFhWlpaWlpabm5u/f39////////////wYHnhQC5z5/v/fr/////////////58/5kwDG////////u3bksF7e////////////////myXN4cT3////////////r1zdypbs////mBrK4sX2////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oKCgWlpaWlpaWlpaWlpa0dHR////////////////5s34tGXfkADDtGXf5Mj4////////igC+6NH59+/+lg7JsF7e////////////////myXN4cT3/////////Pf/iAC89uz+////x47rsWHf////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsXV1dWlpaWlpaWlpaWlpaZ2dn/Pz8/////////////////////Pf/0aXxnzPR7Nr7////0aXxiwC/kwDGqk/asF7e////////4sX2nSrPlADI5s75////////3br2rlrb////////8+j9mBrK/v3/woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////l5eXWlpaWlpaWlpaWlpaWlpaWlpawsLC////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y5ntsF7e////////////////nSrP4sX2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7dz75cv4////////////////4MH19uz+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rbz8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7/s2bgjADA5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9Of8/vz//////////////////Pj+8eT9////////////////////+PH9+fL+////////////////////z5/vpkfW////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////t7e34+Pj////////////////////////////////////////+fL++/b+////gQC1ojrTlQXIiQC96NL5////////z5/vhAC5lADHkQDE8OL7////////w4fphQC4kQDEnzLQsF7e////////////2rbzfwCz8+j9////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0ZGRkeXl5////////////////////////////////4cP2rVjcjQDB8OP8////gQC1y5nt////x47rs2bg////////kADD6dX5////uG3iwYHn/////v3/iAC89en9/vz/nSrPsF7e////////////pUTVlgjJw4fp////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqWlpaWlpa2NjY////////////////8+j9woXplADIp0rX2LDz/fr/////////gQC17+H8////6tT7kADE////7dv8iwC/////////3bv1myXN////48f4lxDK////////v33msF7e////////8eT9iwC/6tT7kADE////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////8fHxYWFhWlpaWlpabm5u/f39////////////wYHnhQC5z5/v/fr/////////////////gQC169j6////5s34lADH////8eT9iAC8////////2bPzoDfS////58/5kwDG////////u3bksF7e////////v33munPj////myXN3r32////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////oKCgWlpaWlpaWlpaWlpa0dHR////////////////5s34tGXfkADDtGXf5Mj4////////gQC1v33m/v3/unPjuG/i////////lQDI3Lj1/Pj+rFbbxo3q////////igC+6NH59+/+lg7JsF7e/////v3/jADA7dv8////zZzvqU7Y////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////7OzsXV1dWlpaWlpaWlpaWlpaZ2dn/Pz8/////////////////////Pf/0aXxnzPR7Nr7////gQC1s2bgjQDBmRzM79/8////////5Mj4p0rXlADIvHjl9+/+////////0aXxiwC/kwDGqk/asF7e////4cT3p0rX////////+vP/lgjJ+vP/woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////l5eXWlpaWlpaWlpaWlpaWlpaWlpawsLC////////////////////////////////////////gQC1/Pj+////////////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gQC1/Pj+////////////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1Kny/v3/////////////////////////////////////////////////////////////7dz75cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v3//vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////k5OT6urq//////////////////////////////////////////////////////////////////////////////////////////////////7/8OL7+fH+////////////////9+79/fr/////////////////////+PH9+fL+////////////////////////////////////////////////////////////////////////////////////////////////5Mj4lADI//////////////////////////////////////////////////////////7/8OL7+fH+////////////////9+79/fr/////////////////////+PH9+fL+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////UVFRVFRUmpqa8PDw////////////////////////////////////////////+fL++/b+////gwC2+/X/////0aTvqk/a////////2bLziAC8myXNlQDIsF3d////////qU7YlxDKkADDrFbbpEHV////////w4fphQC4kQDEnzLQsF7e////9er+////////////////////////bm5uNzc3oKCgBQUF1NTUAAAA0dHR////////////////////+fL++/b+////ni7P2rT0////////////////////gwC2+/X/////0aTvqk/a////////2bLziAC8myXNlQDIsF3d////////qU7YlxDKkADDrFbbpEHV////////w4fphQC4kQDEnzLQsF7e////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////UVFRUVFRUVFRWFhYp6en9PT0////////////////////////////4cP2rVjcjQDB8OP8////gwC2+/X/////0aTvqk/a////////kQDF6dP6////////8+j9////6tT7kgDF/////fv/oDfSpEHV/////v3/iAC89en9/vz/nSrPsF7e////yJDskQDFwYPo8eT9////////////p6enhoaGxsbGaGho5eXlZWVl4+Pj////////////4cP2rVjcjQDB8OP8////3Lj1nCnO////////////////////gwC2+/X/////0aTvqk/a////////kQDF6dP6////////8+j9////6tT7kgDF/////fv/oDfSpEHV/////v3/iAC89en9/vz/nSrPsF7e////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////UVFRUVFRUVFRUVFRUVFRXV1ds7Oz////////////8+j9woXplADIp0rX2LDz/fr/////////gwC2+/X/////0aTvqk/a////58/5jgDB+fH++fH++fH++fH+/////Pj+jgDB27f09uz+x4/rpEHV////48f4lxDK////////v33msF7e////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////8+j9woXplADIp0rX2LDz/fr/////////////lgjJ4sb3////////////////gwC2+/X/////0aTvqk/a////58/5jgDB+fH++fH++fH++fH+/////Pj+jgDB27f09uz+x4/rpEHV////48f4lxDK////////v33msF7e////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////UVFRUVFRUVFRUVFRUVFRc3Nz4uLi////////////wYHnhQC5z5/v/fr/////////////////gwC28uX8////z5/vrFbb////7Nr7gwC2pEDUpEDUojrThAC3//7/////6NH5wH/npUPVlg7JpkfW////58/5kwDG////////u3bksF7e////////////////9Of8r1vcgAC079/8////////////////////////////wYHnhQC5z5/v/fr/////////////////////06jxpEHV////////////////gwC28uX8////z5/vrFbb////7Nr7gwC2pEDUpEDUojrThAC3//7/////6NH5wH/npUPVlg7JpkfW////58/5kwDG////////u3bksF7e////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////UVFRUVFRUVFRZ2dn1tbW////////////////////////5s34tGXfkADDtGXf5Mj4////////gwC2xInp//7/r1zdx4/r////////lxXK3r32////zJrusF7e////////6tT7////////tWjht2vi////////igC+6NH59+/+lg7JsF7e////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////5s34tGXfkADDtGXf5Mj4/////////////v3/kADD6tT7////////////gwC2xInp//7/r1zdx4/r////////lxXK3r32////zJrusF7e////////6tT7////////tWjht2vi////////igC+6NH59+/+lg7JsF7e////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////UVFRXl5ezs7O/f39/////////////////////////////////////Pf/0aXxnzPR7Nr7////gwC2v37nkADDojrT8eP8////////5Mj4lxXKkQDFsmTf8eP8////////r1zdkgDFkADDpEDU8+j9////////0aXxiwC/kwDGqk/asF7e////woXps2Le5cv4/////////////////////////////////////////////////////////Pf/0aXxnzPR7Nr7////////////y5ftrFbb////////////gwC2v37nkADDojrT8eP8////////5Mj4lxXKkQDFsmTf8eP8////////r1zdkgDFkADDpEDU8+j9////////0aXxiwC/kwDGqk/asF7e////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////v7+/+/v7////////////////////////////////////////////////////////////////gwC2+/X/////////////////////////////////////////////////////////////////////////////////////////y5ntsF7e/////////////////////////////////////////////////////////////////////////////////////////////////////Pf/jADA8OL7////////gwC2+/X/////////////////////////////////////////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gwC2+/X/////////////////////////////////////////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////w4botmrh////////gwC2+/X/////////////////////////////////////////////////////////////////////////////////////////y5ntsF7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1Krz/vz/////////////////////////////////////////////////////////////////////////////////////////7dz75cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1Krz/vz/////////////////////////////////////////////////////////////////////////////////////////7dz75cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ez7rsPyydf2////////////////////////////////////////////////////////////////////////tMjy/v7/////////////////////tMjy/v7/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ufo5be67s/R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////57y///7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c5nlc5nlYozgIWPS9Pf+////////////////////////////////////////////////////////////////ADXB/P3/////////////////////ADXB/P3/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0oKJ0oKJzXN7u0BP+/X1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qQAm/vz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7/////YYvgqsDw////////////////////////////////////////7fH9+vv/////////////////ADXB/P3/5+38/P3/////////////ADXB/P3/5+38/P3/////////////////////////////////////////////////7fH96O77////////////////////////////////////////////7fH9+vv/////////////////////6O777vL+////////////////////6O777vL+//////////////////////////////////////////////////////////////////////////////////////////////////////////7+////zHJ647O2////////////////////////////////////////9+rr+u/w////////////////////////+e/v9+rr/////////////////fn59ubn////////////////qQAm/vz89+nq/vz8//////////////////7+9eTl+/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////t7e34+Pj////////////////////////////////////////+fL++/b+////gwC2+/X/////0aTvqk/a////////////58/5nSrPlxXKx4/r////yJLrwH/n8OL7mBfL////lQXI8ub9////////////y5ntkwDGlQXI////////////////////////////////////ADzC9vj9////orvuT3/c////////nbftAEXGClnPT3/cZY7h////////////////////////////////////Tn/bHF/QAFTMVYPeQnbY////////ADXBO3LXFl3PAEnI1N/4////////ADXBO3LXFl3PAEnI1N/4////////////////////////////////////6u/8LWrUAE7KLGnTZI3h////////////////l7PtCVrOFl3P////////Tn/bHF/QAFTMVYPeQnbY////////L2rUKWbUMGvVMWzV9Pf+////////L2rUKWbUMGvVMWzV9Pf+////////////////////////////////////////////////////////////////rAAr/Pf3////4aywx2Ns////////36errxQytzVGx2NsznV9////////////////////////////////////vklWvURSvkpXv0xY+/X1////////+O3tvkhVsiM6vUdUzXV9////////36isrQcuuDZHti5B9eTl////////qQAmwVJeuTpKsBs18djZ////////5rm8sBg0vUZTuDlJy293////////////////////////////////9er+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////9PT0ZGRkeXl5////////////////////////////////4cP2rVjcjQDB8OP8////gwC2+/X/////0aTvqk/a////////////tmvgx4/r////////////yJLrwH/n8OL7mBfL////lQXI8ub9/////////vz/igC+9+/+////////////////////////////////////////ADzC9vj9////orvuT3/c/////v7/AEnI1+H49vj9JmXSXorf////////////////////////////////1eD5AlfN////+/z+OG/WQnbY////////ADXBmrXt////iajqaZHi////////ADXBmrXt////iajqaZHi////////////////////////////////////hqboYozg/f3/////6/D8/////////////P3/AEjI7vL+////////1eD5AlfN////+/z+OG/WQnbY////////7/T9////////W4jflbDs////////7/T9////////W4jflbDs////7dv83bv13bv13bv13bv13bv1+/X/////////////////////////////////rAAr/Pf3////4aywx2Ns//////7+sBs18tvc/Pf3vENRzHB4////////////////////////////////////+vHx////////y2113KCk////////2JKXzXN7/v39////+O7u////////tS1A8djZ////0H2E146T////////qQAm3qSo////2JWaz3qB////////tjBC8dfY////////9+rr////////////////////////////////yJDskQDFwYPo8eT9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////qqqqWlpaWlpa2NjY////////////////8+j9woXplADIp0rX2LDz/fr/////////gwC2+/X/////0aTvqk/a////////////pEHV2LHy////////////yJLrwH/n8OL7mBfL////lQXI8ub9////////79/8jgDB////////////////////////////////////////////ADzC9vj9////orvuT3/c////ytj3EVzO////////ep3mXorf////9ff+5+385+385+385+385+38+vv/+fr/AFDKtcnz7PH9jqzrQnbY////////ADXB4un7////0N34AlfN////////ADXB4un7////0N34AlfN////////////////////////////////////Gl/QxdT2////////////////////////3+f7AFDK////////////+fr/AFDKtcnz7PH9jqzrQnbY////////////yNb3b5bjAEbHw9L2////////////yNb3b5bjAEbHw9L2////06jyrVfcrVfcrVfcrVfcrVfc9Of8////////////////////////////////rAAr/Pf3////4aywx2Ns////7tDRuDdI////////1YmPzHB4/////Pb29+nq9+nq9+nq9+nq9+nq/fr6////////7s7Q0X+GsBg07MjL////////uTtL7MrN////////////////9N7fsiI5////////6cHEvUZT////////qQAm9eTl////8NXWtjFD////8NPUsyg9+/Pz+/Pz+/Pz+/Pz////////////////////////////////////9Of8xYvrmBfLoz3T1azy/vz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////8fHxYWFhWlpaWlpabm5u/f39////////////wYHnhQC5z5/v/fr/////////////////gwC28uX8////z5/vrFbb////////////pEHV2LHy////////////yJLrv33m79/8lxDK////lADI9en9////////7t77jgDC////////////////////////////////////////////ADzC5ez7////nrjvVYPe////zNr2ClnP////////eJzlXorf////oLnuHmDRHmDRHmDRHmDRHmDRzdr3////0N34fqDoQ3fZGl/QR3na////////ADXB2+T6////yNb3HmDR////////ADXB2+T6////yNb3HmDR////////////////////////////////////LGnTus30////////////////////////3ub6AFHL////////////////0N34fqDoQ3fZGl/QR3na////////dJnlHmDRjKrr4+r7////////////dJnlHmDRjKrr4+r7////////////////////////////////////////////////////////////////////rAAr9ufo////36isyWhx////79LTtzVG////////1IaNzHB4////4Kquuj1Nuj1Nuj1Nuj1Nuj1N79LT////04OKuj1N2Zid9uXm////////////vUdU6cHE////////////////9ubnsBg0////////5rq9wFBc////////qQAm9N7f////7s7Quj1N////893erAArw1hjw1hjwlNfrAUt//7+////////////////////////////////////////9Of8r1vcgAC079/8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////oKCgWlpaWlpaWlpaWlpa0dHR////////////////5s34tGXfkADDtGXf5Mj4////////gwC2xInp//7/r1zdx4/r////////////pEHV2LHy////////////yJLrtGXf5cv4jADA/vz/jQDB/Pf/////////7t77jgDC////////////////////////////////////////////ADzCh6fp/v7/XIjfjqzr/////v7/AErIztr38fX8H2LRXorf////////////////////////////////////1eD5////////Z5Dha5Pi////////ADXBfqDo/f3/b5bjdJnl////////ADXBfqDo/f3/b5bjdJnl////////////////////////////////////lLDsS3zb7vL+////1N/4////////////3ub6AFHL////////////////1eD5////////Z5Dha5Pi////////QXXZr8Xx////9ff+8vT+////////QXXZr8Xx////9ff+8vT+////x4/rlgjJlgjJlgjJlgjJlgjJ7+H8////8eT9/fr//vz/8eP8/v3/////////rAAr2JOY//7+y2522puf//////7+sR838NPU+vLyuj9OzHB4////////////////////////////////////w1hj5be6/////Pb2+/Pz////////3J+jxmBq+u/w////8djZ////////uDlJ6L/C/fn5yWhx2Zid////////qQAm1oyR/v390X+G04OK////////uj1N6sPG////3aOnzHB4////////8eT9/fr//vz/8eP8/v3/////+/X/0aXxoTjTlg7Jxo3q9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////7OzsXV1dWlpaWlpaWlpaWlpaZ2dn/Pz8/////////////////////Pf/0aXxnzPR7Nr7////gwC2v37nkADDojrT8eP8////4sb3nSrPhwC7kwDHnSrPypXt////0KLvnjDQjQDBs2LekgDFtmrh////////////7t77jgDC////////////////////////////////////////////D1vPfqDoAFTMPHPX4+r7////////o7vwAEvJD1vPZY7heZzn////////////////////////////////////XIjfAlfNAFTMQXXZ6O77////////AFbNZo/iAE/JKWbU4un7////////AFbNZo/iAE/JKWbU4un7////////////////////////////////////9Pf+W4jfAE7KAlfNfZ/n////////////3ub6AFHL////////////////XIjfAlfNAFTMQXXZ6O77////////yNb3Nm7VFl3PEVzO1+H4////////yNb3Nm7VFl3PEVzO1+H4////+vT+9er+9er+9er+9er+9er+/vz/////fgCx48f47t77fQCx9uv9////////uDZH1oyRtS1AwlNf9uXm////////4a2xsSE4uDZHznV91IiO////////////////////////////////////7s7QwE5auTpKuDdI8tvc////////+/X1y211siM6tjFD1ouR////////7s7QxV9puDdI04WM+u/w////////ti5Bznd+syQ7vURS9eTl////////7s7Quj1NtjBCzXR89uXm////////fgCx48f47t77fQCx9uv9////woXps2Le5cv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////l5eXWlpaWlpaWlpaWlpaWlpaWlpawsLC////////////////////////////////////////gwC2+/X/////////////////////////pEHV2LHy////////////////////////////////////////////////7t77jgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3ub6AFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gwC2+/X/////////////////////////v37n5Mj4////////////////////////////////////////////2rT0wIDojgDC////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////s8bzf6LnAFHL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fgCx48f47t77fQCx9uv9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1Krz/vz/////////////////////////////////////////////////////////////////////////////3br2zp3v1Krz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uszznLbuqsDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2rT0+PD9+/X/2bPz/fr/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7++fn5////////////////////////+/v7+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////Pz8/f39////////8fHxwMDA9PT0////////7+/vwcHBx8fHy8vL5eXl////////////6urqw8PDx8fHzMzM+fn5////////+fn50NDQxcXFzMzM1tbW////////////8fHxyMjI////////////////////8PDwycnJ////////////////w8PD9vb2////////////////////w8PDxcXFxsbGxsbGy8vL////////////////////////////////////w8PD/f39////6enp1tbW////////////9PT00NDQzc3N5OTk////5eXl4eHh+Pj4zc3N////zMzM+fn5////////////5ubmy8vLzMzM////+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////8fHx2NjYyMjI+Pj4////////+/v76urq/Pz8////////7+/vy8vL////+fn5y8vL6Ojo/////f39xMTE8PDw/v7+2dnZ2tra////////09PT29vb/f39////+Pj4////////////8fHxyMjI////////////////////8PDwycnJ////////////////w8PD9vb2////////////////////w8PD9vb2////////////////////////////////////////////////w8PD/f39////6enp1tbW////////////3Nzc5OTk////////////5eXl4eHh+Pj4zc3N////zMzM+fn5////////////xsbG+/v7////////5eXlysrK4eHh+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////+vr64uLiy8vL1dXV7Ozs/v7+////////////////8/Pz////////////7+/vy8vL////////6Ojoz8/P////8PDwyMjI////////8PDwyMjI////+/v7wMDA/Pz8////////////////////////8fHxyMjI////////////////////8PDwycnJ////////////////w8PD9vb2////////////////////w8PD9vb2////////////////////////////////////////////////w8PD/f39////6enp1tbW////////////09PT7Ozs////////////5eXl4eHh+Pj4zc3N////zMzM+fn5////////+Pj4yMjI////////////////+vr64+Pjzc3N09PT6+vr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////4eHhxMTE6Ojo/v7+////////////////////////wsLC////////////7+/vy8vL////////8PDwx8fH////6urqzc3N////////9fX1wsLC////8/PzxcXF////////////////////////////8fHxyMjI////////////////////7OzsxsbG////////////////w8PDx8fHzMzM3d3d9fX1////////w8PD8/Pz+/v7+/v7/f39////////////////////////////////////w8PD+fn5////6Ojo19fX////////////09PT7Ozs////////////5eXl4ODg+Pj4zc3N////y8vL+vr6////////9/f3yMjI////////////////////////+vr62dnZwcHB+Pj4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////8/Pz29vbycnJ29vb8vLy/////////////Pz8wMDA/v7+////////7+/vy8vL////////7+/vyMjI////6+vrzMzM////////9PT0w8PD////9PT0wcHB/f39////////////////////////8fHxyMjI////////////////////zc3Nzc3N5eXl////////////w8PD9vb2+/v73t7e0NDQ////////w8PDycnJy8vLy8vL3d3d////////////////////////////////////w8PD4+Pj////2dnZ5OTk////////////09PT7Ozs////////////5eXl29vb8/Pzx8fH////yMjI/v7+////////9/f3yMjI/////////////f396enp0tLSzMzM5OTk+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA/////////////////////////////////////////////////////////////////////////////////////////////////////v7+6enp0dHR9vb2////////+/v7wMDA/v7+////////7+/vy8vL////////5eXl0dHR////8vLyxsbG////////7u7uysrK/////Pz8wcHB8fHx////////////////////////8fHxyMjI////////////////6Ojo09PT+Pj4xsbG+/v7////////w8PD9vb2////+fn5wMDA/f39////w8PD9vb2////////////////////////////////////////////////w8PD4ODgycnJ0tLS+fn5////8fHx0NDQxcXFy8vL0NDQ5ubm////6enp0NDQyMjI2traysrK3Nzc////////////9/f3yMjI////////////4uLi2tra8/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v7wMDA/v7+////////7+/vy8vL////8/PzyMjI7Ozs////////xsbG8PDw////2NjY3d3d////////19fX2dnZ////////8/Pz////////////8fHxyMjI/////////////f39x8fH9fX1////3d3d29vb////////w8PD9vb2/f3939/fz8/P////////w8PD9vb2////////////////////////////////////////////////w8PD/f39////////////////////////09PT7Ozs////////////////////////////////////////////////9/f3yMjI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v7wMDA/v7+////////7+/vwMDAxMTEy8vL6Ojo////////////7e3txcXFycnJzs7O+/v7////////+/v70tLSyMjIyMjI1tbW////0tLSwsLCwcHBwMDAwsLCwsLC6enp3t7e2NjY////////+/v7xcXF9fX1////w8PDw8PDxcXF1dXV8vLy////////w8PDwsLCwsLCwsLCzc3N////////////////////////////////////w8PD/f39////////////////////////4ODg8vLy////////////////////////////////////////////7e3t4eHhyMjI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vr6/////////////////////////Pz8+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vr////////////////////////////////////////////////////////////////////////////////7+/v6Ojo6+vr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA + + 0 + + + + + -0 + 4.581351388888888 + 4.627555027777777 + 8.516238749999999 + 4.653255416666666 + 4.258119375 + 2.326627708333333 + + + 8.516238749999999 + 4.653255416666666 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 1 + 8 + 0.9 + 0 + 0 + 0.5 + 1 + 0.0555556 + -0.0555556 + + + 0 + 0 + + 0 + 4.653255416666665 + + + 8.516238749999999 + 4.653255416666665 + + + 8.516238749999999 + 0 + + + 0 + 0 + + + 0 + 4.653255416666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $scope + + + + -0 + 4.552435680555556 + 4.194790972222222 + 7.510331944444445 + 2.806248611111111 + 3.755165972222223 + 1.403124305555556 + + + 7.510331944444445 + 2.806248611111111 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 1 + 8 + 0.9 + 0 + 0 + 0.5 + 1 + 0.0555556 + -0.0555556 + + + 0 + 0 + + 0 + 2.806248611111111 + + + 7.510331944444445 + 2.806248611111111 + + + 7.510331944444445 + 0 + + + 0 + 0 + + + 0 + 2.806248611111111 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $scope +names=[...] + + + + -0 + 4.564906666666666 + 3.646366798611111 + 6.62981375 + 0.517828625 + 3.314906875 + 0.2589143125 + + + 6.62981375 + 0.517828625 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 1 + 8 + 0.9 + 0 + 0 + 0.5 + 1 + 0.0555556 + -0.0555556 + + + 0 + 0 + + 0 + 0.5178286250000007 + + + 6.62981375 + 0.5178286250000007 + + + 6.62981375 + 0 + + + 0 + 0 + + + 0 + 0.5178286250000007 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $scope +name='Vojta' + + + + -0 + 4.564906666666666 + 4.764233465277778 + 6.62981375 + 0.517828625 + 3.314906875 + 0.2589143125 + + + 6.62981375 + 0.517828625 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 1 + 8 + 0.9 + 0 + 0 + 0.5 + 1 + 0.0555556 + -0.0555556 + + + 0 + 0 + + 0 + 0.5178286249999999 + + + 6.62981375 + 0.5178286249999999 + + + 6.62981375 + 0 + + + 0 + 0 + + + 0 + 0.5178286249999999 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $scope +name='Igor' + + + + -0 + 4.564906666666666 + 4.203549020833333 + 6.62981375 + 0.517828625 + 3.314906875 + 0.2589143125 + + + 6.62981375 + 0.517828625 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 1 + 8 + 0.9 + 0 + 0 + 0.5 + 1 + 0.0555556 + -0.0555556 + + + 0 + 0 + + 0 + 0.5178286250000004 + + + 6.62981375 + 0.5178286250000004 + + + 6.62981375 + 0 + + + 0 + 0 + + + 0 + 0.5178286250000004 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $scope +name='Misko' + + + + -0 + 4.54506526388889 + 5.921043125000001 + 7.510331944444445 + 0.57458125 + 3.755165972222223 + 0.287290625 + + + 7.510331944444445 + 0.57458125 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0000 + 0 + 0 + 0 + + + 1 + 8 + 0.9 + 0 + 0 + 0.5 + 1 + 0.0555556 + -0.0555556 + + + 0 + 0 + + 0 + 0.5745812499999998 + + + 7.510331944444445 + 0.5745812499999998 + + + 7.510331944444445 + 0 + + + 0 + 0 + + + 0 + 0.5745812499999998 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + #ff0000 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 2 + + $scope +name='World' + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 6.527777291666666 + 3.073493125000001 + 2.685183194444444 + 1.936346250000001 + 1.342591597222222 + 0.9681731250000003 + + + 5.18518569444444 + 4.04166625 + 7.87036888888889 + 2.10532 + + + 4 + 0 + 2 + 2 + 1 + + + 2.685183194444444 + 1.936346250000001 + -0 + + + 2 + + + 3 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 7.894919286223335e-16 + 1.936346250000001 + + + 2.685183194444445 + 0 + + + + 0 + + + + + -0 + 3.581018472222222 + 4.932357916666667 + 3.337963055555556 + 1.982771388888889 + 1.668981527777778 + 0.9913856944444444 + + + 3.337963055555556 + 1.8438825 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b1e0ff + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.982771388888889 + + + 3.337963055555556 + 1.982771388888889 + + + 3.337963055555556 + 0 + + + 0 + 0 + + + 0 + 1.982771388888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Controller +function MyCtrl($scope) { + $scope.action + = function() { + // do something; + }; + $scope.name + = 'world'; +} + + + + -0 + 5.083335694444444 + 3.858796666666667 + 3.337963055555556 + 1.982771388888889 + 1.668981527777778 + 0.9913856944444444 + + + 3.337963055555556 + 1.8438825 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #d7a5a5 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.982771388888889 + + + 3.337963055555556 + 1.982771388888889 + + + 3.337963055555556 + 0 + + + 0 + 0 + + + 0 + 1.982771388888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope +{ + name: 'world', + action: function +} + + + + -0 + 6.243065555555556 + 3.025983888888889 + 3.337963055555556 + 1.982771388888889 + 1.668981527777778 + 0.9913856944444444 + + + 3.337963055555556 + 1.8438825 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.982771388888889 + + + 3.337963055555555 + 1.982771388888889 + + + 3.337963055555555 + 0 + + + 0 + 0 + + + 0 + 1.982771388888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + View (DOM) + +<div ng-controller="MyCtrl"> + Hello {{name}}! + <button ng-click="action()"> + OK + <button> +</div> + + + + -0 + 3.32870375 + 3.037615902777778 + 2.685185277777778 + 1.93634625 + 1.342592638888889 + 0.9681731249999999 + + + 1.98611111111111 + 4.00578902777778 + 4.67129638888889 + 2.06944277777778 + + + 4 + 0 + 2 + 2 + 1 + + + 2.685185277777778 + 1.93634625 + -0 + + + 2 + + + 3 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 1.93634625 + + + 2.685185277777778 + 0 + + + + 0 + + + + + -0 + 5.189814861111111 + 4.770722318827352 + 3.629629722222222 + 2.40718769321026 + 1.814814861111111 + 1.20359384660513 + + + 7.00462972222222 + 3.56712847222222 + 3.375 + 5.67129625 + + + 4 + 0 + 0 + 2 + 2 + + + 3.629629722222222 + 2.40718769321026 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.629629722222222 + 0 + + + 2.666666666666667 + 1.835649305555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.284641,0,1, 0.992347,0.501008,0,1) + + + 0 + 2.104167777777777 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.477041,1.024132,0,1, 0.084184,1.081830,0,1) + + + + 0 + + + + + -0 + 4.422400198049653 + 5.256240018416979 + 0.8170226183215274 + 1.132850314611736 + 0.4085113091607637 + 0.5664251573058681 + + + 4.02314805555556 + 4.68981486111111 + 4.01388888888889 + 5.60648152777778 + + + 4 + 0 + 0 + 2 + 2 + + + 0.8170226183215274 + 1.132850314611736 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.009259166666666374 + 0 + + + 0.8055555555555556 + 0.7870369444444442 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.725307,0.196162,0,1, 1.076629,0.433191,0,1) + + + 0 + 0.9166666666666666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.895301,0.956290,0,1, 0.305989,1.168799,0,1) + + + + 0 + + + + + -0 + 2.867754772187711 + 4.694444930555556 + 1.644123233402357 + 1.212962083333334 + 0.8220616167011787 + 0.6064810416666668 + + + 2.87499958333333 + 5.30092597222222 + 3.68981638888889 + 4.08796388888889 + + + 4 + 0 + 0 + 2 + 2 + + + 1.644123233402357 + 1.212962083333334 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.8293064278468011 + 1.212962083333334 + + + 0.0006092056245788532 + 0.6574065277777782 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.127081,0.954198,0,1, -0.008081,0.862595,0,1) + + + 1.644123233402357 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.008821,0.221372,0,1, 0.104555,0.022901,0,1) + + + + 0 + + + + + -0 + 3.504630416666667 + 4.441157105116122 + 0.3703719444444447 + 0.3189923484089981 + 0.1851859722222223 + 0.1594961742044991 + + + 3.31944444444444 + 4.59722222222222 + 3.68981638888889 + 4.28240791666667 + + + 4 + 0 + 0 + 2 + 2 + + + 0.3703719444444447 + 0.3189923484089981 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.3155612913106 + + + 0.1481480555555557 + 0.1326892079772668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.424998,1.076324,0,1, 0.424998,0.611898,0,1) + + + 0.3703719444444447 + 0.0007469857550444677 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.374997,0.220027,0,1, 0.625002,-0.026685,0,1) + + + + 0 + + + + + -0 + 1 + 1 + 2.682870361111111 + 3.685185277777778 + 1.384259333333334 + 0.75 + 0.6921296666666668 + 0.375 + + + 0.9689815194907401 + 0.5249999925000001 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.384259333333334 + 0.4453125 + + + 0.6921296666666668 + 0.75 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4453125 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.5319431766133332 + 0.149415 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.4008122899666667 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 0.7340311966866666 + 0.1413599999999996 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 1.384259333333334 + 0.4453125 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Imperative +behavior + + + + -0 + 5.479166666666667 + 3.810185486111111 + 0.7731483333333339 + 1.000000416666667 + 0.3865741666666669 + 0.5000002083333333 + + + 5.86574083333333 + 3.31018527777778 + 5.0925925 + 4.31018569444444 + + + 4 + 0 + 0 + 2 + 2 + + + 0.7731483333333339 + 1.000000416666667 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.7731483333333339 + 0 + + + 0.6527777777777778 + 0.7777786111111106 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.277778,0,1, 0.952096,0.694444,0,1) + + + 0 + 1.000000416666667 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.736526,0.861114,0,1, 0.718563,0.998716,0,1) + + + + 0 + + + + + -0 + 5.567130145833334 + 4.905672805555556 + 1.078698902777778 + 0.7152788333333333 + 0.5393494513888889 + 0.3576394166666667 + + + 0.7550892211574554 + 0.500695176180545 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.078698902777778 + 0.4246968072916665 + + + 0.5393494513888891 + 0.7152788333333331 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.4145224143594446 + 0.1424978491766665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.3123372672993057 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 0.5720016671759728 + 0.1348157545066664 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 1.078698902777778 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + scope is the glue + + + + -0 + 5.516967157096201 + 3.442265926849337 + 2.216065685807597 + 1.180281479634659 + 1.108032842903799 + 0.5901407398173295 + + + 6.625 + 2.98611111111111 + 4.50926041666667 + 4.03240666666667 + + + 4 + 0 + 0 + 2 + 2 + + + 2.216065685807597 + 1.180281479634659 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 2.216065685807597 + 0.1339859240791033 + + + 0.2623620746964864 + 0.2728748129679922 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.828692,-0.066913,0,1, 0.252095,-0.035534,0,1) + + + 0.1003261024742636 + 1.180281479634659 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.015313,0.497928,0,1, -0.029936,0.666583,0,1) + + + + 0 + + + + + -0 + 6.509258263888889 + 4.89987125 + 2.685181527777777 + 1.936345833333333 + 1.342590763888889 + 0.9681729166666665 + + + 5.1666675 + 5.86804416666667 + 7.85184902777778 + 3.93169833333333 + + + 4 + 0 + 2 + 2 + 1 + + + 2.685181527777777 + 1.936345833333333 + -0 + + + 2 + + + 3 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -7.894919286223335e-16 + 1.936345833333333 + + + 2.685181527777777 + 0 + + + + 0 + + + + + -0 + 3.310182569444445 + 4.896413055555556 + 2.685185416666667 + 1.936346944444444 + 1.342592708333333 + 0.9681734722222219 + + + 1.96758986111111 + 5.86458652777778 + 4.65277527777778 + 3.92823958333333 + + + 4 + 0 + 2 + 2 + 1 + + + 2.685185416666667 + 1.936346944444444 + -0 + + + 2 + + + 3 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 1.936346944444444 + + + 2.685185416666667 + 0 + + + + 0 + + + + + -0 + 7.106480902777777 + 4.063656833333333 + 1.49073625 + 0.7152788333333333 + 0.745368125 + 0.3576394166666667 + + + 1.043515360092637 + 0.500695176180545 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.490736250000001 + 0.4246968072916669 + + + 0.7453681250000004 + 0.7152788333333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4246968072916669 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.5728601261500006 + 0.1424978491766669 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.4316426811875008 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 0.7904927112875002 + 0.1348157545066668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 1.490736250000001 + 0.4246968072916669 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Declarative +view + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + 0 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 3.865740902777778 + 3.840277777777778 + 2.314815138888889 + 3.911604166666666 + 1.157407569444444 + 1.955802083333333 + + + 2.314815138888889 + 3.772715277777777 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #ececec + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.911604166666666 + + + 2.314815138888889 + 3.911604166666666 + + + 2.314815138888889 + 0 + + + 0 + 0 + + + 0 + 3.911604166666666 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + AngularJS + + + + -0 + 6.273149374999999 + 3.840277361111111 + 2.148147638888889 + 3.911603333333334 + 1.074073819444444 + 1.955801666666667 + + + 2.148147638888889 + 3.772714444444444 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #ececec + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.911603333333334 + + + 2.148147638888888 + 3.911603333333334 + + + 2.148147638888888 + 0 + + + 0 + 0 + + + 0 + 3.911603333333334 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Others + + + + -0 + 3.356481289876302 + 3.124335902041614 + 1.162027361111111 + 2.33013875 + 0.5810136805555556 + 1.165069375 + + + 1.162027361111111 + 2.191249861111111 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #ffff00 + 0.81 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.33013875 + + + 1.162027361111111 + 2.33013875 + + + 1.162027361111111 + 0 + + + 0 + 0 + + + 0 + 2.33013875 + + + + 0 + + + 0.5810136805555557 + 0 + 0 + + + 0.5810136805555557 + 2.330138749999999 + 0 + + + 1.162027361111111 + 1.165069375 + 0 + + + 3.947459643111667e-16 + 1.165069375 + 0 + + + 0.0694444 + 0.0694444 + 2 + #ffff00 + 0.81 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $compile + + + + -0 + 3.978010416666666 + 3.7960800625 + 1.886570555555555 + 1.222222652777778 + 0.9432852777777777 + 0.611111326388889 + + + 1.886570555555555 + 1.166667097222222 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #d7a5a5 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.222222652777778 + + + 1.886570555555555 + 1.222222652777778 + + + 1.886570555555555 + 0 + + + 0 + 0 + + + 0 + 1.222222652777778 + + + + 0 + + + 0.9432852777777777 + 7.894919286223335e-16 + 0 + + + 0.9432852777777777 + 1.222222652777778 + 0 + + + 1.886570555555555 + 0.6111113263888891 + 0 + + + 0 + 0.6111113263888891 + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + scope + + + + -0 + 5.701386388888888 + 5.1437345 + 0.8472222222222222 + 0.5092593333333333 + 0.4236111111111111 + 0.2546296666666666 + + + 0.8472222222222222 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333334 + + + 0.8472222222222222 + 0.5092593333333334 + + + 0.8472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333334 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + template +(string) + + + + -0 + 6.574075305555556 + 5.1437345 + 0.7129631111111111 + 0.5092593333333333 + 0.3564815555555556 + 0.2546296666666666 + + + 0.7129631111111111 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b1e0ff + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333334 + + + 0.7129631111111112 + 0.5092593333333334 + + + 0.7129631111111112 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333334 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 5.981480305555555 + 4.227067416666666 + 0.7129631111111111 + 0.5092593333333333 + 0.3564815555555556 + 0.2546296666666666 + + + 0.7129631111111111 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #ffff00 + 0.81 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333334 + + + 0.7129631111111112 + 0.5092593333333334 + + + 0.7129631111111112 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333334 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + merge + + + + -0 + 5.981480305555555 + 3.440028805555555 + 0.7129631111111111 + 0.5092593333333333 + 0.3564815555555556 + 0.2546296666666666 + + + 0.7129631111111111 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333326 + + + 0.7129631111111112 + 0.5092593333333326 + + + 0.7129631111111112 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333326 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + HTML +(string) + + + + -0 + 5.981480305555555 + 2.421511444444445 + 0.7129631111111111 + 0.5092593333333333 + 0.3564815555555556 + 0.2546296666666666 + + + 0.7129631111111111 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333326 + + + 0.7129631111111112 + 0.5092593333333326 + + + 0.7129631111111112 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333326 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + DOM + + + + -0 + 3.458336138888889 + 5.166236166666667 + 0.7129631111111111 + 0.5092593333333333 + 0.3564815555555556 + 0.2546296666666666 + + + 0.7129631111111111 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333334 + + + 0.7129631111111112 + 0.5092593333333334 + + + 0.7129631111111112 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333334 + + + + 0 + + + 0.3564815555555556 + 3.947459643111667e-16 + 0 + + + 0.3564815555555556 + 0.5092593333333334 + 0 + + + 0.7129631111111112 + 0.2546296666666667 + 0 + + + 3.947459643111667e-16 + 0.2546296666666667 + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + HTML +(string) + + + + -0 + 4.458305583333333 + 3.953477694444445 + 0.7129631111111111 + 0.5092593333333333 + 0.3564815555555556 + 0.2546296666666666 + + + 0.7129631111111111 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b1e0ff + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333331 + + + 0.7129631111111112 + 0.5092593333333331 + + + 0.7129631111111112 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333331 + + + + 0 + + + 0.3564815555555556 + 0 + 0 + + + 0.3564815555555556 + 0.5092593333333326 + 0 + + + 0.7129631111111112 + 0.2546296666666663 + 0 + + + 0 + 0.2546296666666663 + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 3.458336138888889 + 3.953477694444445 + 0.7129631111111111 + 0.5092593333333333 + 0.3564815555555556 + 0.2546296666666666 + + + 0.7129631111111111 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333331 + + + 0.7129631111111112 + 0.5092593333333331 + + + 0.7129631111111112 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333331 + + + + 0 + + + 0.3564815555555556 + 0 + 0 + + + 0.3564815555555556 + 0.5092593333333326 + 0 + + + 0.7129631111111112 + 0.2546296666666663 + 0 + + + 0 + 0.2546296666666663 + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + DOM + + + + -0 + 5.841433347222033 + 4.685400958333332 + 0.1224569299656106 + 0.4007664220686047 + 0.06122846498280528 + 0.2003832110343023 + + + 5.78020488223923 + 4.88578416936763 + 5.90266181220484 + 4.48501774729903 + + + 4 + 0 + 2 + 0 + 2 + + + 0.1224569299656106 + 0.4007664220686047 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 7.894919286223335e-16 + 0.4007664220686047 + + + 0.1224569299656114 + 0 + + + + 0 + + + + + -0 + 5.988424677244621 + 3.83354811111111 + 0.01388888888888889 + 0.2708348333333335 + 0.006944444444444444 + 0.1354174166666667 + + + 5.98148023280018 + 3.96896552777778 + 5.98148023280018 + 3.69813069444444 + + + 4 + 0 + 2 + 0 + 2 + + + 0.01388888888888889 + 0.2708348333333335 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.2708348333333335 + + + 0 + 0 + + + + 0 + + + + + -0 + 5.988424482332851 + 2.930770125 + 0.01388888888888889 + 0.5023135833333335 + 0.006944444444444444 + 0.2511567916666668 + + + 5.98148003788841 + 3.18192691666667 + 5.98148003788841 + 2.67961333333333 + + + 4 + 0 + 2 + 0 + 2 + + + 0.01388888888888889 + 0.5023135833333335 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.5023135833333343 + + + 0 + 7.894919286223335e-16 + + + + 0 + + + + + -0 + 6.381945694444444 + 3.00749625 + 0.8472222222222222 + 0.1666666666666667 + 0.4236111111111111 + 0.08333333333333333 + + + 0.8472222222222222 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0.49 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.8472222222222222 + 0.1666666666666667 + + + 0.8472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 3 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + .innerHTML + + + + -0 + 3.465280583333334 + 4.558120819444444 + 0.01388888888888889 + 0.7000269166666667 + 0.006944444444444444 + 0.3500134583333334 + + + 3.45833613888889 + 4.90813427777778 + 3.45833613888889 + 4.20810736111111 + + + 4 + 0 + 2 + 0 + 2 + + + 0.01388888888888889 + 0.7000269166666667 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.7000269166666667 + + + 0 + 0 + + + + 0 + + + + + -0 + 3.152771258517795 + 4.688630395247706 + 0.7129631111111111 + 0.3333333333333333 + 0.3564815555555556 + 0.1666666666666667 + + + 0.7129631111111111 + 0.3333333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0.49 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3333333333333333 + + + 0.7129631111111112 + 0.3333333333333333 + + + 0.7129631111111112 + 0 + + + 0 + 0 + + + 0 + 0.3333333333333333 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 3 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Browser +parse + + + + -0 + 6.277777805555524 + 4.685400958333336 + 0.2603946515763467 + 0.4027965233862297 + 0.1301973257881733 + 0.2013982616931149 + + + 6.4079751313437 + 4.88679922002645 + 6.14758047976735 + 4.48400269664022 + + + 4 + 0 + 2 + 0 + 2 + + + 0.2603946515763467 + 0.4027965233862297 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.2603946515763467 + 0.4027965233862297 + + + 0 + 0 + + + + 0 + + + + + -0 + 6.59823067745038 + 3.82138181774548 + 1.289054132678539 + 3.609798746700735 + 0.6445270663392696 + 1.804899373350368 + + + 5.95370361111111 + 2.16688236111111 + 6.73148638888889 + 5.39836416666667 + + + 4 + 0 + 0 + 2 + 2 + + + 1.289054132678539 + 3.609798746700735 + -0 + + + 2 + + + 1 + 0.0416667 + #004080 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.1503999167159991 + + + 1.240746805555557 + 1.877251583382666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.021549,-0.057089,0,1, 0.818865,-0.010919,0,1) + + + 0.7777827777777778 + 3.381881722271554 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.106186,1.051006,0,1, 0.804498,1.056136,0,1) + + + + 0 + + + + + -0 + 6.900741527777778 + 3.766807500000001 + 0.6527777777777778 + 0.5277777777777778 + 0.3263888888888889 + 0.2638888888888889 + + + 0.6527777777777778 + 0.5277777777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0.49 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 0.6527777777777778 + 0.5277777777777778 + + + 0.6527777777777778 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + #004fb1 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + update +Loop + + + + -0 + 3.45833625 + 2.583116444444445 + 0.8472222222222222 + 0.5092593333333333 + 0.4236111111111111 + 0.2546296666666666 + + + 0.8472222222222222 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333326 + + + 0.8472222222222227 + 0.5092593333333326 + + + 0.8472222222222227 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333326 + + + + 0 + + + 0.4236111111111111 + 0 + 0 + + + 0.4236111111111111 + 0.5092593333333326 + 0 + + + 0.8472222222222227 + 0.2546296666666663 + 0 + + + 0 + 0.2546296666666663 + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + directives + + + + -0 + 3.465280694444445 + 3.266560958333334 + 0.01388888888888889 + 0.8576296944444448 + 0.006944444444444444 + 0.4288148472222224 + + + 3.45833625 + 3.69537580555556 + 3.45833625 + 2.83774611111111 + + + 4 + 0 + 2 + 0 + 2 + + + 0.01388888888888889 + 0.8576296944444448 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.8576296944444448 + + + 0 + 0 + + + + 0 + + + + + -0 + 3.171305712076823 + 3.091412893812689 + 0.7129631111111111 + 0.1666666666666667 + 0.3564815555555556 + 0.08333333333333333 + + + 0.7129631111111111 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0.49 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.7129631111111112 + 0.1666666666666667 + + + 0.7129631111111112 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 3 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + extract + + + + -0 + 3.935158018614494 + 3.533264583333333 + 1.07641730140388 + 0.5406444444444445 + 0.5382086507019402 + 0.2703222222222222 + + + 3.79166916666667 + 3.80358680555556 + 4.14352125 + 3.80358680555556 + + + 4 + 0 + 0 + 2 + 2 + + + 1.07641730140388 + 0.5406444444444445 + -0 + + + 2 + + + 1 + 0.0416667 + #004080 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.3947197987541126 + 0.5406444444444453 + + + 0.5521239654207792 + 7.894919286223335e-16 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.183825,0.942587,0,1, -0.097808,0.000000,0,1) + + + 0.7465718820874458 + 0.5406444444444453 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.123664,0.000000,0,1, 1.132266,1.000000,0,1) + + + + 0 + + + + + -0 + 3.926496666666667 + 3.550252638888889 + 1.013888888888889 + 0.5277777777777778 + 0.5069444444444444 + 0.2638888888888889 + + + 1.013888888888889 + 0.5277777777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0.49 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 1.013888888888889 + 0.5277777777777778 + + + 1.013888888888889 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + #004fb1 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + continuous +update loop + + + + -0 + 4.185296591993727 + 2.97596865209894 + 0.6066984617652298 + 0.7883690846910096 + 0.3033492308826149 + 0.3941845423455048 + + + 3.88194736111111 + 2.58311644444444 + 4.40277736111111 + 3.37015319444444 + + + 4 + 0 + 0 + 0 + 2 + + + 0.6066984617652298 + 0.7883690846910096 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.001332334691010178 + + + 0.4447823611111106 + 0.1682158902465652 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.354829,-0.010055,0,1, 0.560483,0.037200,0,1) + + + 0.5208299999999997 + 0.7883690846910096 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.905758,0.389546,0,1, 1.163701,0.812083,0,1) + + + + 0 + + + + + -0 + 4.599537361111111 + 2.69400875 + 0.8472222222222222 + 0.5277777777777778 + 0.4236111111111111 + 0.2638888888888889 + + + 0.8472222222222222 + 0.5277777777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0.49 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 0.8472222222222222 + 0.5277777777777778 + + + 0.8472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + set up +$watches + + + + + + + + + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 4.916666666666667 + 5.557870370370372 + 8.555555555555555 + 2.541666666666667 + 4.277777777777778 + 1.270833333333333 + + + 8.555555555555555 + 2.402777777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.541666666666667 + + + 8.555555555555555 + 2.541666666666667 + + + 8.555555555555555 + 0 + + + 0 + 0 + + + 0 + 2.541666666666667 + + + + 0 + 0 + 8.55556 + 2.54167 + + Qk0AAAAAAAAAADYAAAAoAAAAaAIAALcAAAABABgAAAAAAAgpBQAAAAAAAAAAAAAAAAAAAAAA+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pb2+Pb2+Pb29/X19/X19vT09vT09vT09fPz9fPz9fPz9PLy9PLy8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx8/Hx9PLy9PLy9fPz9fPz+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pb2+Pb2+Pb29/X19/X19/X19vT09vT09vT09vT09vT09vT09vT09fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9fPz9vT09vT09vT09vT09vT09vT0+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pb2+Pb2+Pb2+Pb2+Pb29/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X19/X1+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+Pb2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36Nzaijcx9fDu+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+ff3+ff3/fz8//7+//7++ff3+/r6/fz8+ff3/v7++fj4+/n5/fz8+ff3+ff3+ff3+vj4/v39/////Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3q29ox5+Y+ff3+ff3+ff3+ff3+ff3k0g/4crI+ff3+ff3ijky59jV+ff3+ff39vPxr3RtkEA6kUE79O/tz7CqsH1z+ff3lElA6d3b07WvrnNs+ff3+ff3+ff36NfWpGRaiTUvv5ON+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34cvJkEI4+Pb0+ff3+ff3+ff3+ff3k0g/4crI+ff3+ff3ijky59jV+ff3+ff33MO/mlNK9fHv+ff3+ff3z7CqsH1z+ff3lElA6d3b07WvrnNs+ff3+ff3+ff3tYN5vI6G+ff3+ff3wZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3+ff3oF5U0bKs+ff3+ff3+ff3+ff3k0g/4cvJ+ff3+ff3ijky59jV+ff3+ff3w5mTsn91+ff3+ff3+ff3z7CqsH1z+ff3lElA6d3b07WvrnNs+ff3+ff3+ff3lk1E38fF+ff3+ff39fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff3+ff31rq2mVFI+vn5+ff3+ff3+ff3k0g/4cvJ+ff3+ff3ijky59fU+ff3+ff3wpeRs4F3+ff3+ff3+ff3z7CqsH1z+ff3lElA6t3b07WvrnNs+ff3+ff3+ff3kkc+4szK+ff3+ff3+ff3+ff3+ff369zbvpGLjT03u42F+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3k0g/zq6n+fj4+Pb0hCwp7+Xj+ff3+ff3wpeRs4F3+ff3+ff3+ff3z7Cqr3hw+ff3kUQ86drX0bKssHtz+ff3+ff3+ff3kkc+4szK+ff3+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3+ff3+ff3y6iipGRa+vj4+ff3+ff3k0g/oV9V7OHezq6nk0c++ff3+fb2+fb0wJWPsX50+fb0+fb0+ff3z6+pnFdN8urohTAo1Lawv5KMuouF+ff3+ff3+ff3kkc+4szK+ff3+ff37ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff3+ff3+ff39fHvjT0359TS+ff3+ff3k0g/x5+blk5FlUtC1Law+ff348/NlUxDjDsziTYwlUxDlUxD9O/t1rm1p2pgjj42rXJrqWxkmFBH5dTU+ff3+ff3+ff3kkc+4szK+ff3+ff3x6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hw+fj4+ff3k0g/4crI+ff3+ff3+ff3+ff3+ff3+ff3wpaQsoB2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6kkc+4szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38enniTYw6+He+ff3k0c+4MnH+ff3+ff3+ff3+ff3+ff3+ff307WvyKWf+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MO/x56aijky4cvJ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff317u18Ojm+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff338nHzKulzKul8Ofl+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3xZyV0rOt+/n5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3y6iinFZPuoqC+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36Nzaijcx9fDu+ff3+ff3+ff3+ff3+ff3//7+/fz89/Lw9/Px/Pv7+ff3+ff3+vn5/v398OXi/Pr4+/r6+ff3+ff3+/n5/Pr49Ozp/f39////+ff3+ff3+ff36+HehzIs9O3r+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3q29ox5+Y+ff3+ff3+ff3+ff3+ff3kkU9rHFojT03gyonwJWP+ff3+ff34szKjDw0jz83hCwpzaul+ff3+ff32b66hjAqjz83qm5lgyon7OHf+ff3+ff39fDuhjAqyqeh+ff3+ff3+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34cvJkEI4+Pb0+ff3+ff3+ff3+ff3kkU9p2lh9PDu5dTUhjEr9PDu+Pb2lUtCv5KM+Pb22b+7hCwp7+Xj+ff3nVhOzKml+Pb2vpKMgSYi7OHf+ff3+ff3z66ojT03nlhR+vj4+ff3wZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3+ff3oF5U0bKs+ff3+ff3+ff3+ff3kkU9y6ii+ff3+ff3mlNM28G97+XjgSYi6NvZ+ff3+ff3jDsz1biy9O3rhCso9O3r+ff359fUgSYi7OHf+ff3+fj4oV9V0bKsizoy6tvb+ff39fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff3+ff31rq2mVFI+vn5+ff3+ff3+ff3kkU93cO/+ff3+ff3rHBnxJ2W5dTUgikm+PX1+ff3+ff3nlpSy6ii4cvJjDw0+ff3+ff39vLwgSYi7OHf+ff3697cijcx9fHvtIJ4vpKK+ff3+ff3+ff3+ff369zbvpGLjT03u42F+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3kkU9yKKd+vj4+/r6lUtC3sfF8enngSYi59XT+ff3+/n5hzMt2Ly29fDwhS0q8+vp+ff35NHPgSYi7OHf+ff3v5ONsX91+ff34MnHkEI6+fj4+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3+ff3+ff3y6iipGRa+vj4+ff3+ff3kkU9m1NM7N3d1LWvhzMt9vPx+ff3oF9Vr3dv8+vpxZ2Wijcx9O3r+ff3omFXuouD8uror3VugSYi7OLg+ff3kEI63sfF+ff3+ff3k0c+3sXB7ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff3+ff3+ff39fHvjT0359TS+ff3+ff3kkU9vY+JkUM7kEA60LGr+ff3+ff36d3bomFXhzMtl09G3cXD+ff3+ff35NDOmFFIizgyv5KMhCwp7OLg48/NoV9V+Pb2+ff3+ff3xZ2WvZGLx6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hw+fj4+ff3kkU94szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwp7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38enniTYw6+He+ff3kkU94cvJ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwp7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff31rq28ejm+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rOt9PDu+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vj4/Pv7/Pv7+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yaCc7uTi+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff35ubKwcBvwL9r7OrT/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yaCc7uTi+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kEI448/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKxsV5zs2RoKAAxcZ1+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kEI448/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7+////////////////+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv79/f39PPz/fz8//7++vj4+/r6/fz8+ff3/v7++fj4+/n5/fz8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/fz89vHv8Ofl/v7++/n5+ff3+ff3kEI45dLQ9vHv+PTy/Pv7+ff3+ff3/Pv7+fb09/Lw/fz8//7++vj4+ff3/v7++vj4+ff3+ff3////+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vj4//7+/v785+bKmpoA+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3/Pv7/v7+/////////v7+/fz8+ff3+/n5/Pz49PTk/f39////+ff3+ff3+vj4/v7+9PXn8fHg///9+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/////Pv7+ff3+ff3+ff3/Pv7/v7+/////////v7+/fz8+ff3/fz88e7/6eL//v7++/n5+ff3+ff3/Pv7/v7+/////////v7+/fz8+ff3//7+/fz88u//8/D//Pv7+ff3+ff3+ff3+ff3+vj4/v39/////Pv7+ff3+vj4/v7+7uj/6eL//v7/+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vn5/f396ejo+/r6+/r6+ff3+ff3+ff3+ff3/fz8//7+//7++ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36Nzaijcx9fDu+ff3+ff3+ff3+ff3+ff3/fz89vHv8Ofl/v7++/n5+ff3+ff3kEI45dLQ9vHv+PTy/Pv7+ff3+ff3/Pv7+fb09/Lw/fz8//7++vj4+ff3/v7++vj4+ff3+ff3////+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/fz8+fn55+bm+/n5+vj4+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vj4/v7+7+/v6urq/v7++vj4+ff3+ff3/fz8+fn55+bm+/n5+vj4+ff3/fz8/Pv7+ff3+ff3/fz8/f39+ff3+vj4/v7+7+/v6urq/v7++vj4+ff3+/n5+/r67u7u/f39////+ff3+ff3+ff3/v39////+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3amdnTEhITEhITEhITEhI8/Hx+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3o6GhXFhYYV1dkI6OX1xc1tPTu7q6j42N+ff3ZmJi4uHhwL6+iYaG+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3rXRsjT03mVJLlUpB17y2+ff3+ff3kEI4rHBpjT03gyonwpeR+ff3+ff3v5KMjDw0kUE7sX1zj0A4483L+ff3k0g/4crI+ff3+ff3ijky59jV+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff34+K+lJQAjIwAv75khYUA7+7g+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3vLtklJQAjIwAiooAlJQAr606+ff32tqniIgAkJAAq6slhYUA7eva+ff36enNmZkAjY0AlpYAkJAA5OLE+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zbz+LwDvoYH9+ff3+ff3+ff3mHT4UgD0QgDxPgDwUgD0f1H3+ff3flH5SADyXQ/1VwDzwa79+ff3+ff3mHT4UgD0QgDxPgDwUgD0f1H3+ff3UQD0fEz4SADyNADvnnz9+ff3+ff3+ff3+ff33dD9bjf3PwDxnXv5+ff33dH+WQD1QwDxVgDzSQDz1sn5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3ZWFh09HR+ff3+ff3WVVV3tzc+ff31NPTXFhYX1tbUE1Nt7W1+ff3+ff3+ff39fT0ioeHYVxcYV1d8vDw+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3q29ox5+Y+ff3+ff3+ff3+ff3+ff3rXRsjT03mVJLlUpB17y2+ff3+ff3kEI4rHBpjT03gyonwpeR+ff3+ff3v5KMjDw0kUE7sX1zj0A4483L+ff3k0g/4crI+ff3+ff3ijky59jV+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pf3lpSUTkpKamdnX1tb3tzc+ff3ZWFh09HR+ff3+ff3WVVV3tzc+ff33t3damdnWlZWZ2RkXltb2dbW+ff3+Pf3lpSUTkpKamdnX1tb3tzc+ff3j42NpKKi+ff3+/n5kI2NgX5++ff33t3damdnWlZWZ2RkXltb2dbW+ff3yMbGU09PXltbhIGBT0tL5uPj+ff3+ff3fXt7TEhIv729+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39vT09vT0TkpK1NHR9vT0+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37evrVFBQ6ebm9/X1pKGhTEhI1tPTu7q6j42N+ff3ZmJi4uHhwL6+iYaG+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff35dPR+Pb2+ff33sjEl05F+ff3+ff3kEI4qGth9PDu5dPRhjEr9fLw8ennhzIs7uTi9/T0v5ONgSYi483L+ff3k0g/4crI+ff3+ff3ijky59jV+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3oqIAv75s9PLtuLZVg4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3+ff3+ff3xMV0s7JF+ff3+ff3+ff3np4AzcyL+ff1v75qg4MA7eva+ff1mZkAvr5n9vTw+ff36ujV7eva/Pv7/////////////////////f39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3imL8cDj2XAL1+vj4+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff32cv4+Pb4+ff3zbz+WgD0+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UQD0cz748u352836OwDw8u36+ff3+ff3+ff3jGX7l3P5+ff3+ff3+Pb4WQD1mXj79PD4+ff34dj45tz4+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3ZWFh09HR+ff3+ff3WVVV3tzc+Pb2aGRko6Cg+Pb2ycbGUE1N6efn+ff3+ff3zMrKbmtr9PLy+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34cvJkEI4+Pb0+ff3+ff3+ff3+ff35dPR+Pb2+ff33sjEl05F+ff3+ff3kEI4qGth9PDu5dPRhjEr9fLw8ennhzIs7uTi9/T0v5ONgSYi483L+ff3k0g/4crI+ff3+ff3ijky59jVwZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3s7KyZmJi3tzc+ff36ebm6ebm+ff3ZWFh09HR+ff3+ff3WVVV3tzc+Pb2amdnoZ+f9fLy+ff34uHh5+Tk+ff3s7KyZmJi3tzc+ff36ebm6ebm+ff3j42NpKKi+ff3x8bGXFlZ6ujo+Pb2amdnoZ+f9fLy+ff34uHh5+Tk+ff3cW5ut7S0+Pb2o6CgTEhI5uPj+ff3+ff3fHp6TEhIv7u7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3TkpK19TU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38O3tWlZW7e3t/fz87u3tTUlJ1tPTu7q6j42N+ff3ZmJi4uHhwL6+iYaG+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3+fj4/fz8+PTyvpCIlEg/+ff3+ff3kEI4zaul+ff3+ff3mFBH3MO/8+zqizgy8+vo/fz88+vpgicl483L+ff3k0g/4cvJ+ff3+ff3ijky59jV+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N+7+ff3+ff3jIwA5+XO9fPshoYA8fDk+ff35uPIg4MA7eva+vn5/fz8/fz8/fz8/fz8/fz8/Pv7+ff3lZUA4N+7+ff3+ff3jIwA5+XO+ff3+ff3+ff3xMV0s7JF+ff3+ff38/HohoYA8/Hq+ff35+TNg4MA7eva6OfQg4MA7+3c/fz8/fz8/fz8+/n5zs3GoqKQoqKQoqKQoqKQoqKQurut+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39/X6RADx3tL5RQDy3tP8+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3+fj4/fz88/D/mXX7VQD0+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UQD0sJX7+ff3+ff3XxP1x7P++ff3+ff3+ff3VwD0zr35+ff3+ff33tT7LwDv5939/fz8/fz8/fz8+/n5+ff3+ff3+ff3+ff3+ff3+ff3+ff39fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3ZWFh09LS+ff3+ff3WVVV3tzc6ufnTEhI4N/f+ff3+ff3W1dXw8HB+ff3+ff3qKenko+P+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3+ff3oF5U0bKs+ff3+ff3+ff3+ff3+fj4/fz8+PTyvpCIlEg/+ff3+ff3kEI4zaul+ff3+ff3mFBH3MO/8+zqizgy8+vo/fz88+vpgicl483L+ff3k0g/4cvJ+ff3+ff3ijky59jV9fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3fHl5nZub+ff3+ff3+ff3+ff3+ff3ZWFh09LS+ff3+ff3WVVV3tzc397eTEhI6Obm/fz8/fz8/fz8+/n5+ff3fHl5nZub+ff3+ff3+ff3+ff3+ff3j42Nn52d7u7uW1dXxsTE+ff3397eTEhI6Obm/fz8/fz8/fz8+/n58O7uUExM8O7u+ff33tvbTEhI5uPj+ff3+ff3wL29q6io3tzc+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3TkpK19TU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3paKiZWJiiYaGlZOTVFBQ1tPTu7q6j42N+ff3ZmJi4+HhwL6+iYaG+ff3+ff3+ff3+ff3+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff37eThrHFohS0qn1lS3sfF+ff3+ff3kEI43sbC+ff3+ff3qmxkyKKb+ff3wJSOk0lArXRstYR6hzIs483L+ff3k0g/4cvJ+ff3+ff3ijky59fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4eC8+ff3+ff3jIwA5+TN4N68jo4A+ff3+ff39/Xwg4MA7eva3NuzsrA/srA/srA/srA/srA/v75n+ff3lZUA4eC8+ff3+ff3jIwA5+TN+ff3+ff3+ff3xMV0s7JF+ff3+ff34N68jo4A+ff3+ff39/Xwg4MA7eva3dy0hoYAtrVQtrVQtrVQuLZR1dSf+Pb09fPz9fPz9fPz9fPz9fPz9/Xz+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3x7b+XQ/1+ff3imP5nnz9+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff35t/9fEz4NwDxaCX1zb35+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UQD0y7f8+ff3+ff3eUn6pIf6+ff3+ff3+ff3UAD00sL5+ff3+ff3zLz6NQDvi2T5i2T5i2T5jmX6vaf7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff369zbvpGLjT03u42F+ff3ZWFh1NLS+ff3+ff3WVVV3tvb3NraTkpK+Pb2+ff3+ff3dHBwtbOz+ff3+ff3p6Wlk5GR+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff3+ff31rq2mVFI+vn5+ff3+ff3+ff37eThrHFohS0qn1lS3sfF+ff3+ff3kEI43sbC+ff3+ff3qmxkyKKb+ff3wJSOk0lArXRstYR6hzIs483L+ff3k0g/4cvJ+ff3+ff3ijky59fU+ff3+ff3+ff369zbvpGLjT03u42F+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3bGlpv729+ff3+ff3+ff3+ff3+ff3ZWFh1NLS+ff3+ff3WVVV3tvbz83NUExMlZKSlZKSlZKSl5OTwb+/+ff3bGlpv729+ff3+ff3+ff3+ff3+ff3j42NUExMb2xslJKS+ff3+ff3z83NUExMlZKSlZKSlZKSl5OTwb+/1NHRXFhY+ff3+ff39fPzTEhI5uPj+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3TkpK19TU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/n59fPzzszMxMLCU09P3drau7q6jIqK+ff3Yl9f397evru7j4yM+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3toR8rXRq8uvp+ff3+vn5+ff3+ff3kEI4yqWe+vj4+/r6k0g/4szK+ff3+/n59vPx3cXD1rq0hjEr59XT+ff3k0g/zq6n+fj4+Pb0hCwp7+Xj+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAz8+O+fj4+fj0hoYA7+3f9fPuh4cA8vPl+ff35+bIg4MA7eva5uPKycmCycmCycmCycmCycmC09Gc+ff3lZUAz8+O+fj4+fj0hoYA7+3f+ff3+ff3+ff3xMV0s7JF+ff3+ff39fPuh4cA8/Lk+ff35eTEg4MA7eva6+rXg4MA0tGV2Nal19emoaEAzs2P9/b29fXz9fXz9fXz9fXz9fXz9vXz+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3hlr7n376+ff3ybf5VgD0+vj4+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3j2X5fU/57uj3+ff3+vn5+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UQD0qo38+vj4+/r6VgD0zb35+ff3+ff3+ff3UAD00sL5+ff3+ff349n5LwDvt5/9wq35wa/7Zyn3s5n6+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3ZWFhube3+fj49/b2UE1N6efn7evrTEhI3Nvb+ff3+vn5VVFRx8TE+ff3+ff3p6Wlk5GR+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3toR8rXRq8uvp+ff3+vn5+ff3+ff3kEI4yqWe+vj4+/r6k0g/4szK+ff3+/n59vPx3cXD1rq0hjEr59XT+ff3k0g/zq6n+fj4+Pb0hCwp7+Xj+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3gX19lpSU+/r6+ff3+vn5+fj4+ff3ZWFhube3+fj49/b2UE1N6efn5OLiTEhIvLq6xsPDxcTEdnNzuLa2+ff3gX19lpSU+/r6+ff3+vn5+fj4+ff3j42Nj4yMYl5evry8+/n5+ff35OLiTEhIvLq6xsPDxcTEdnNzuLa28/HxUU1N7uzs+ff32dfXTEhI5uPj+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3TkpK19TU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsDA6ujo+/v7vry8VVFR8e/vu7m5cW5u7ezsUk5Owb+/o6GhnZqa+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3v5KMsX1z+vj2+PTy38jG+ff3+ff3kEI4nFVM7d7d0rKsiTUv9/T0+ff31biy8Obj/Pv50rOthzMt8+7s+ff3k0g/oF9V7OHezq6nk0c++ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAoaEA7ezXz8+OlZQA+ff3+ff3o6IAu7pa9PTjsbE/g4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAoqEA7ezXz8+OlZQA+ff3+ff3+Pf19vftwcFts7JF+ff3+ff3+ff3o6IAvLte8/Pir683g4MA7eva+ff3paQAsrJA9PTk396yjo4A8/Ho0tHKqamXqamXqamXqamXqamXv7+z+ff3y7r/5Nv7+ff30cH93tP8+ff39fL6QADx39P4+ff39/T4RQDy2M38+ff39/b48e7/nnz9hlz5+ff3+ff3+ff3nHn5hlz5+PX/8/D/zb39+ff3+ff39/b48e7/nnz9hlz5+ff3+ff3+ff3UQD0YQ/149j/vKP+PADw9fH3+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3cDb2hFf67Ob/zbr/RQDy7+n4+ff3y7r/5Nv7+ff30cH93tP8+ff37ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3ZWFhd3R05OTkube3ZWBg+ff3+ff3d3R0jImJ7e3tq6mpWFRU8O7u+Pb29/f3paOjkI6O9/f39/f3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3+ff3+ff3y6iipGRa+vj4+ff3+ff3v5KMsX1z+vj2+PTy38jG+ff3+ff3kEI4nFVM7d7d0rKsiTUv9/T0+ff31biy8Obj/Pv50rOthzMt8+7s+ff3k0g/oF9V7OHezq6nk0c++ff37ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3xMHBW1dXwb+/+vr6z83N4N/f+ff3ZWFheHR05OTkube3ZWBg+ff3+ff3fHh4joyM7u7u0M7OW1dX8O3t+ff3xMHBW1dXwb+/+vr6z83N4N/f+ff3j42NpKKi4+LiZGBgxMLC+vj4+ff3fHh4joyM7u7u0M7OW1dX8O3t+ff3enZ2nJqa7ezsioiITEhI5+Tk+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3TkpK19TU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3p6WlYl5eVFBQbWpqzcvL+ff3xcHBgH5+XlpaiYWFgoCAbGho3Nra+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff37+XjrnRtjT03jDszv5KM+ff3+ff3omBWwZWPkEA6kUE70rSu+ff3+ff3wpeRkUM7hzIsmVJJ3MTA+ff3+ff3pWVby6aglk5FlUtC1Law+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3pqUKy8qHmJgAlpYA1dOe+ff3+ff35OHGmZkAjY0AwcBvnZ0A7+7g+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAx8d+mJgAlpYA1dOe+ff3+ff36+rXmpoAmpoAv75s+ff3+ff3+ff35OLEmpoAjY0Av75shoYA7eva+ff37+7grKsrjIwAlJMA09GZ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3z7/7cj32+ff3+ff3+ff3mHT4rI/5+ff349n5XQX0XQX0nHn5+ff3+ff3+ff36eD5f1H3SADyRQDynHn5+ff3+ff349n5XQX0XQX0nHn5+ff3+ff3+ff3UQD0mnb5UADzTQDzuJ/6+ff3+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff36uL5e0r2QgDxUgDzu6P5+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3x6GatYR859fU+ff3+ff3+ff3+ff3+ff3fXl5tLGxaWZmZ2Rkwr+/+ff3+ff34uHhenZ2VVFRa2hozszM+ff319XVaGVlW1dXV1RUaGVlaGVl8vDw+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff3+ff3+ff39fHvjT0359TS+ff3+ff37+XjrnRtjT03jDszv5KM+ff3+ff3omBWwZWPkEA6kUE70rSu+ff3+ff3wpeRkUM7hzIsmVJJ3MTA+ff3+ff3pWVby6aglk5FlUtC1Law+ff3x6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3tLKyZmNjVFBQc25u5ePj+ff3ZWFhrqysaWZmZ2Rkwr+/+ff3+ff36+johoKCWFRUZGBgv7y8+ff3+ff3+ff3tLKyZmNjVFBQc25u5ePj+ff3j42NpKKi+ff34uHhdXFx1dLS+ff36+johoKCWFRUZGBgv7y8+ff3+ff32dbWbGlpWlZWo6CgUE1N5+Tk+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7+////TkpK29ra////+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv5/fz6+ff3+ff3+ff3+ff3+ff3+ff3+ff3hoYA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r8/Pv9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r8/Pv9+ff3+ff3+ff3UQD008P6+ff3+ff3+ff3+ff3+ff3+vn5/Pr6UAD00sL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3p6SkkpCQ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hw+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3ZWFh09HR+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3j42NpKKi+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UE1N5+Tk+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3bGlpTkpKTEhITUlJTkpK8/Hx+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZQA3925+ff3+ff3+ff3+ff3+ff3+ff3+ff3w8J0srBC+ff3+ff3+ff3+ff3+ff3+ff3+ff3hoYA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrJH6+ff3YyD1lG/6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oYH6hVr3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oYH6hVr3+ff3+ff3+ff3UQD00sL5+ff3+ff3+ff3+ff3+ff3ybf6qYr7QgDx0cH4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrJH6+ff3YyD1lG/6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wL29srCw+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38enniTYw6+He+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3ZWBg0tDQ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3jouLo6Cg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UE1N5+Tk+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32Nal8e/h+ff3+ff3+ff3+ff3+ff3+ff3+ff36ebP4+HB+ff3+ff3+ff3+ff3+ff3+ff3+ff309GZ9fPu+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yLX64tn5+ff3zr763ND5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff339P41cf5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff339P41cf5+ff3+ff3+ff3wa357eT4+ff3+ff3+ff3+ff3+ff3z7/7spj6spj66uL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yLX64tn5+ff3zr763ND5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3xsPD6+np+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff31NHR3NnZ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3v7y88vDw+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7+/r6+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vj4/Pv7/Pv7+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yaCc7uTi+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3xcV309OX+/r4+ff3+ff3+ff3+ff3ycl+7+3c+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff35ubKwcBvwL9r7OrT/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kEI448/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKnZ0AvLtb+ff3+ff3+ff3+ff3kZEA4+HB+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKxsV5zs2RoKAAxcZ1+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7/v7+/////////v7+/fz8+ff3/v7++vj4+ff3+ff3////+vj4+ff3kEI45dLQ9vHv+PTy/Pv7+ff3+ff3+vn5/fv79fDu/fz8////+vj4+ff3+ff3+ff3/fz8//7+//7++ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/fz8//7+//7++ff3+ff3+ff37OvYiYkA8/Pp+ff3+ff3+ff3kZEA5eTE9/js+Pnv/Pv7+ff3+ff3+vj4/v7+9PXn8fHg///9+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/fz8+fb/5t3/+vf/+vj4+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vj4/v7+7uj/6eL//v7/+vj4+ff3+ff3/fz8+fb/5t3/+vf/+vj4+ff3/fz8/Pv7+ff3+ff3/fz8/f39+ff3//7+/fz88u//8/D//Pv7+ff3+ff3+vn5/f3/6N//+vj/+/r6+ff3+vj4////+ff3+ff3+ff3/v7++/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vj4//7+/v785+bKmpoA+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/fz8+ff3/v7++fj4+/n5/fz8+ff3+vn5/v788e/c/Pz4+/r6+ff3+ff3+/n5/Pz49PTk/f39////+ff3+ff3+vj4/v7+9PXn8fHg///9+vj4+ff3+ff3+ff3+vj4/v39/////Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/////Pv7+ff3+ff3+ff3/Pv7/v7+/////////v7+/fz8+ff3/fz88e7/6eL//v7++/n5+ff3+ff3/Pv7/v7+/////////v7+/fz8+ff3//7+/fz88u//8/D//Pv7+ff3+ff3+ff3+ff3+vj4/v39/////Pv7+ff3+vj4/v7+7uj/6eL//v7/+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3u46Gk0g/ijkyiDQuk0g/rnRt+ff3k0g/4crI+ff3+ff3ijky59jV+ff3kEI4rHBpjT03gyonwpeR+ff3+ff338jEkUM7jz83sn50ijcx59jV+ff3+ff39vPxr3RtkEA6kUE79O/t+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39/bxr683kpEAkpEA9PLt+ff3+ff39fTtiIgAzM2H+ff3+ff3+ff3kZEArKwtj48AhYUAw8Nv+ff3+ff36enNmZkAjY0AlpYAkJAA5OLE+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pb7jGX7MgDvWgD0SwDy3dH6+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff33dH+WQD1QwDxVgDzSQDz1sn5+ff3+Pb7jGX7MgDvWgD0SwDy3dH6+ff3hVr6nXz7+ff3+/n5hlr7dUL3+ff3UQD0fEz4SADyNADvnnz9+ff3+ff30cL+RQDySwDyNwDvspb/+ff30cH4RQDy6eH/+ff3+Pb7XxL2q4/5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff34+K+lJQAjIwAv75khYUA7+7g+ff3+ff3+ff3+ff3+ff3+ff3+ff30NCUs7JF+ff3lZUA6unW1NOcrq41+ff34eG7jo4AkZAAhoYAzs6L+ff3+ff32tqniIgAkJAAq6slhYUA7eva+ff36enNmZkAjY0AlpYAkJAA5OLE+ff3+ff3+ff36ejMpaUAi4sAwL9r+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zbz+LwDvoYH9+ff3+ff3+ff3mHT4UgD0QgDxPgDwUgD0f1H3+ff3flH5SADyXQ/1VwDzwa79+ff3+ff3mHT4UgD0QgDxPgDwUgD0f1H3+ff3UQD0fEz4SADyNADvnnz9+ff3+ff3+ff3+ff33dD9bjf3PwDxnXv5+ff33dH+WQD1QwDxVgDzSQDz1sn5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3k0g/4crI+ff3+ff3ijky59jV+ff3kEI4qGth9PDu5dPRhjEr9fLw+ff3s4B2vY+J+ff3y6aggSYi59jV+ff3+ff33MO/mlNK9fHv+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33duvm5sA9vTv+ff3+ff3+ff3+ff30NCPj48An58A+vj4+ff3+ff3kZEAqakg9fPu5eLHiIgA9vXw+ff1mZkAvr5n9vTw+ff36ujV7eva/Pv7/////////////////////f39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3rpP9VAD13dH6+ff36N/46N/4+ff3UgD00cD7+ff3+ff3QgDx3NH6+Pb4WQD1mXj79PD4+ff34dj45tz4+ff3rpP9VAD13dH6+ff36N/46N/4+ff3hVr6nXz7+ff3w7D/RwDy6eH4+ff3UQD0cz748u352836OwDw8u36+Pb4VgD0nHn5+Pb4xLH6NwDv6N/7+ff3oYH6bDH4/Pv9mHX9dUL3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3oqIAv75s9PLtuLZVg4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff30NCUs7JF+ff3lZUA6unW1NOcrq41+ff1l5cAv75s+ff12NerhoYA8O7d+ff3np4AzcyL+ff1v75qg4MA7eva+ff1mZkAvr5n9vTw+ff36ujV7eva+ff3+ff3+ff3t7ZOvbxi+ff3+ff3/Pv7/////////////////////f39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3imL8cDj2XAL1+vj4+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff32cv4+Pb4+ff3zbz+WgD0+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UQD0cz748u352836OwDw8u36+ff3+ff3+ff3jGX7l3P5+ff3+ff3+Pb4WQD1mXj79PD4+ff34dj45tz4+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3k0g/4cvJ+ff3+ff3ijky59jV+ff3kEI4zaul+ff3+ff3mFBH3MO/+ff3mFBH3MO/+ff38+zqgikm59jV+ff3+ff3w5mTsn91+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3w8RztLNK+ff3+ff3+ff3+ff3+fj4oqIA0tGXjY0A6+nS+ff3+ff3kZEAzs2M+ff3+ff3mpoA3duv6OfQg4MA7+3c/fz8/fz8/fz8+/n5zs3GoqKQoqKQoqKQoqKQoqKQurut+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3bjf4lXL7+ff3+ff3+ff3+ff3+ff3UgD00cH8+ff3+ff3QgDx3NH63tT7LwDv5939/fz8/fz8/fz8+/n5+ff3bjf4lXL7+ff3+ff3+ff3+ff3+ff3hVr6l3T97ef/RQDywq76+ff3+ff3UQD0sJX7+ff3+ff3XxP1x7P+6eD5LwDv39X5+ff3+ff3RQDyvqr6+ff3+Pb4bTL2gVT7TQD06uP4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N+7+ff3+ff3jIwA5+XO9fPshoYA8fDk+ff35uPIg4MA7eva+vn5/fz8/fz8/fz8/fz8/fz8/Pv70NCUs7JF+ff3lZUA6unW1NOcrq418O7eg4MA6efS+ff3+ff3jo4A1tWg8/HohoYA8/Hq+ff35+TNg4MA7eva6OfQg4MA7+3c/fz8/fz8/fz8+/n5+ff3+ff3+ff3mJgA3ty2+ff3+ff3zs3GoqKQoqKQoqKQoqKQoqKQurut+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39/X6RADx3tL5RQDy3tP8+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3+fj4/fz88/D/mXX7VQD0+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UQD0sJX7+ff3+ff3XxP1x7P++ff3+ff3+ff3VwD0zr35+ff3+ff33tT7LwDv5939/fz8/fz8/fz8+/n5+ff3+ff3+ff3+ff3+ff3+ff3+ff39fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3k0g/4cvJ+ff3+ff3ijky59fU+ff3kEI43sbC+ff3+ff3qmxkyKKb+ff3k0g/4crI+ff3+ff3ijky59jV+ff3+ff3wpeRs4F3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsNytbRM+ff3+ff3+ff3+ff37OrVjIwA9vTvtrRPv79o+ff3+ff3kZEA3dy0+ff3+ff3qqojyMh/3dy0hoYAtrVQtrVQtrVQuLZR1dSf+Pb09fPz9fPz9fPz9fPz9fPz9/Xz+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3XAL1u6L9+ff3+ff3+ff3+ff3+ff3UgD00cH9+ff3+ff3QgDx3ND5zLz6NQDvi2T5i2T5i2T5jmX6vaf7+ff3XAL1u6L9+ff3+ff3+ff3+ff3+ff3hVr6NQDvXxL2imP5+ff3+ff3+ff3UQD0y7f8+ff3+ff3eUn6pIf62836MgDv+PX5+ff3+ff3ZCL2sJX7+ff3+ff339T9LwDvtJr++ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4eC8+ff3+ff3jIwA5+TN4N68jo4A+ff3+ff39/Xwg4MA7eva3NuzsrA/srA/srA/srA/srA/v75n0NCUs7JF+ff3lZUA6+nW1NOcrq415uPKhIQA+ff1+ff3+ff3n58AzMuK4N68jo4A+ff3+ff39/Xwg4MA7eva3dy0hoYAtrVQtrVQtrVQuLZR1dSf+ff3+ff3+ff3lJQA4d+9+ff3+ff3+Pb09fPz9fPz9fPz9fPz9fPz9/Xz+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3x7b+XQ/1+ff3imP5nnz9+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff35t/9fEz4NwDxaCX1zb35+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UQD0y7f8+ff3+ff3eUn6pIf6+ff3+ff3+ff3UAD00sL5+ff3+ff3zLz6NQDvi2T5i2T5i2T5jmX6vaf7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff369zbvpGLjT03u42F+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3k0g/zq6n+fj4+Pb0hCwp7+Xj+ff3kEI4yqWe+vj4+/r6k0g/4szK+ff3k0g/4crI+ff3+ff3ijky59jV+ff3+ff3wpeRs4F3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsNytbRM+ff3+ff3+ff3+ff3wMBptLNK+ff33925kpIA+vn3+ff3kZEAysuC+vj4+/r6lZUA4d+/6+rXg4MA0tGV2Nal19emoaEAzs2P9/b29fXz9fXz9fXz9fXz9fXz9vXz+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3dD72jGX7+/r6+ff3+vn5+fj4+ff3UgD0tJr++fj49/X6NwDv6eD549n5LwDvt5/9wq35wa/7Zyn3s5n6+ff3dD72jGX7+/r6+ff3+vn5+fj4+ff3hVr6hVn6UADzuaL9+/n5+ff3+ff3UQD0qo38+vj4+/r6VgD0zb356+X5LwDv2s79+ff3+vn7PADwwq35+ff3+/r6flD6cDr2WAD09fH9+ff3+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAz8+O+fj4+fj0hoYA7+3f9fPuh4cA8vPl+ff35+bIg4MA7eva5uPKycmCycmCycmCycmCycmC09Gc0NCUsbE6+ff3k5MA6efQ0tGXsrFE8fDkg4MA5+bK+ff3+/r4iYkA2NWn9fPuh4cA8/Lk+ff35eTEg4MA7eva6+rXg4MA0tGV2Nal19emoaEAzs2P+ff3+ff3+ff3lJQA4d+9+ff3+ff39/b29fXz9fXz9fXz9fXz9fXz9vXz+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3hlr7n376+ff3ybf5VgD0+vj4+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3j2X5fU/57uj3+ff3+vn5+ff3+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UQD0qo38+vj4+/r6VgD0zb35+ff3+ff3+ff3UAD00sL5+ff3+ff349n5LwDvt5/9wq35wa/7Zyn3s5n6+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3+Pb29vHvwJWPsX1z+ff3+ff3+ff3k0g/oF9V7OHezq6nk0c++ff3+ff3kEI4nFVM7d7d0rKsiTUv9/T0+ff3k0g/4crI+ff3+ff3ijky59jV+fb2+fb0wJWPsX50+fb0+fb0+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff1+fn0wcFttLNG+fn0+fn0+ff3+vj2kpIA3dy2+ff3+ff3lJQA3dyy+ff3kZEAnZwA7uzV09KWi4sA+Pb0+ff3paQAsrJA9PTk396yjo4A8/Ho0tHKqamXqamXqamXqamXqamXv7+z+ff3y7r/5Nv7+ff30cH93tP8+ff3+ff3v6v6RQDyvKb9+vf/zLr939X5+ff3UgD0ayz249r+tJr+VADz+ff3+ff3cDb2hFf67Ob/zbr/RQDy7+n4+ff3v6v6RQDyvKb9+vf/zLr939X5+ff3hVr6nXz74tn5UgDywKr9+vj4+ff3UQD0YQ/149j/vKP+PADw9fH3+ff3aiz2gVP66+X/pIX8QgDx8Or5+ff3t5//YBr29vL4iWD4imH7+vj4+ff3y7r/5Nv7+ff30cH93tP8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAoaEA7ezXz8+OlZQA+ff3+ff3o6IAu7pa9PTjsbE/g4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff30M+TnZ0A8/Pih4cA1dWbwMBpu7pg+ff3oaEAsbA59PTjxcZ4jIwA8/Hq+ff3o6IAvLte8/Pir683g4MA7eva+ff3paQAsrJA9PTk396yjo4A8/Ho+ff3+ff3+ff3lJQA4d+9+ff3+ff30tHKqamXqamXqamXqamXqamXv7+z+ff3y7r/5Nv7+ff30cH93tP8+ff39fL6QADx39P4+ff39/T4RQDy2M38+ff39/b48e7/nnz9hlz5+ff3+ff3+ff3nHn5hlz5+PX/8/D/zb39+ff3+ff39/b48e7/nnz9hlz5+ff3+ff3+ff3UQD0YQ/149j/vKP+PADw9fH3+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3cDb2hFf67Ob/zbr/RQDy7+n4+ff3y7r/5Nv7+ff30cH93tP8+ff37ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff36uDdmFFImFFIv5KM+ff3+ff3+ff3pWVby6aglk5FlUtC1Law+ff3+ff3omBWwZWPkEA6kUE70rSu+ff3+ff3pWdf5NHP+ff3+ff3n1xS6dza48/NlUxDjDsziTYwlUxDlUxD9O/t+ff3+ff3+ff3+ff3+ff3+ff3+ff34+HBl5cAjo4Ai4sAl5cAl5cA9PLt4+HBoqEA+ff1+ff3+ff3xcV5vr1p+ff3o6IAwcBxkpEAkpEA09Gc+ff3+ff37+7grKsrjIwAlJMA09GZ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3r5T6VADzOwDwZB705Nn5+ff3UgD0qYz5WgD0VgDzvaf4+ff3+ff36uL5e0r2QgDxUgDzu6P5+ff3+ff3+ff3r5T6VADzOwDwZB705Nn5+ff3hVr6nXz7+ff34dj4aCX108P5+ff3UQD0mnb5UADzTQDzuJ/6+ff3+ff34dj4bS/3PADwWgD0y7r6+ff36uP4ZSH039P4+ff38ez4air00cH4+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3pqUKy8qHmJgAlpYA1dOe+ff3+ff35OHGmZkAjY0AwcBvnZ0A7+7g+ff3+ff3+ff3+ff3+ff3+ff3+ff319WiqKgekJAArq00qaknmZkA5uPK+ff36ujVo6IAiYkAmZkA3Nuz+ff3+ff35OLEmpoAjY0Av75shoYA7eva+ff37+7grKsrjIwAlJMA09GZ+ff3+ff3+ff3+ff3lJQA4d+9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3z7/7cj32+ff3+ff3+ff3mHT4rI/5+ff349n5XQX0XQX0nHn5+ff3+ff3+ff36eD5f1H3SADyRQDynHn5+ff3+ff349n5XQX0XQX0nHn5+ff3+ff3+ff3UQD0mnb5UADzTQDzuJ/6+ff3+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff36uL5e0r2QgDxUgDzu6P5+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3x6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpaQsoB2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsFytLNK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UgD00cD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hVr6nXz7+ff3+ff3+ff3+ff3+ff3UQD008P6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hoYA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6lJQA4d+9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r8/Pv9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r8/Pv9+ff3+ff3+ff3UQD008P6+ff3+ff3+ff3+ff3+ff3+vn5/Pr6UAD00sL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpiSsHpy+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff307WvyKWf+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff31NKdysmG+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrJH6+ff3YyD1lG/6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3VADz0L/6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hFj3nHn5+ff3+ff3+ff3+ff3+ff3UQD00sL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrJH6+ff3YyD1lG/6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hoYA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff329qwx8d7jIwA4N68+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrJH6+ff3YyD1lG/6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oYH6hVr3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oYH6hVr3+ff3+ff3+ff3UQD00sL5+ff3+ff3+ff3+ff3+ff3ybf6qYr7QgDx0cH4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrJH6+ff3YyD1lG/6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36NjY48/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yLX64tn5+ff3zr763ND5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wq356uP4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30cH42sz5+ff3+ff3+ff3+ff3+ff3wa357eT4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yLX64tn5+ff3zr763ND5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff309GZ9fPu+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33966zcyOzcyO7+7g+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yLX64tn5+ff3zr763ND5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff339P41cf5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff339P41cf5+ff3+ff3+ff3wa357eT4+ff3+ff3+ff3+ff3+ff3z7/7spj6spj66uL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yLX64tn5+ff3zr763ND5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3xZyV0rOt+/n5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3y6iinFZPuoqC+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3//7+/fz89/Lw9/Px/Pv7+ff3+ff3+vn5/v398OXi/Pr4+/r6+ff3+ff3+/n5/Pr49Ozp/f39////+ff3+ff3+ff36+HehzIs9O3r+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3kkU9rHFojT03gyonwJWP+ff3+ff34szKjDw0jz83hCwpzaul+ff3+ff32b66hjAqjz83qm5lgyon7OHf+ff3+ff39fDuhjAqyqeh+ff3+ff3+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3kkU9p2lh9PDu5dTUhjEr9PDu+Pb2lUtCv5KM+Pb22b+7hCwp7+Xj+ff3nVhOzKml+Pb2vpKMgSYi7OHf+ff3+ff3z66ojT03nlhR+vj4+ff3wZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3kkU9y6ii+ff3+ff3mlNM28G97+XjgSYi6NvZ+ff3+ff3jDsz1biy9O3rhCso9O3r+ff359fUgSYi7OHf+ff3+fj4oV9V0bKsizoy6tvb+ff39fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff3kkU93cO/+ff3+ff3rHBnxJ2W5dTUgikm+PX1+ff3+ff3nlpSy6ii4cvJjDw0+ff3+ff39vLwgSYi7OHf+ff3697cijcx9fHvtIJ4vpKK+ff3+ff3+ff3+ff369zbvpGLjT03u42F+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3kkU9yKKd+vj4+/r6lUtC3sfF8enngSYi59XT+ff3+/n5hzMt2Ly29fDwhS0q8+vp+ff35NHPgSYi7OHf+ff3v5ONsX91+ff34MnHkEI6+fj4+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3kkU9m1NM7N3d1LWvhzMt9vPx+ff3oF9Vr3dv8+vpxZ2Wijcx9O3r+ff3omFXuouD8uror3VugSYi7OLg+ff3kEI63sfF+ff3+ff3k0c+3sXB7ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff3kkU9vY+JkUM7kEA60LGr+ff3+ff36d3bomFXhzMtl09G3cXD+ff3+ff35NDOmFFIizgyv5KMhCwp7OLg48/NoV9V+Pb2+ff3+ff3xZ2WvZGLx6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kkU94szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwp7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kkU94cvJ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwp7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff31rq28ejm+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rOt9PDu+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36Nzaijcx9fDu+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vj4/v7+9e3r8Ofl/v7++vj4+ff3/Pv7+fb09/Lw/fz8//7++vj4+ff3+/n5/Pr49Ozp/f39////+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3q29ox5+Y+ff3+ff3+ff3+ff3+ff3k0g/4crI+ff3+ff3ijky59jV+ff36dnWl09GizgylUtCjz835NDO+ff3v5KMjDw0kUE7sX1zj0A4483L+ff32b66hjAqjz83qm5lgyon7OHf+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34cvJkEI4+Pb0+ff3+ff3+ff3+ff3k0g/4crI+ff3+ff3ijky59jV+fb2l09GvZGL9vLw+ff36d3b7OLg8ennhzIs7uTi9/T0v5ONgSYi483L+ff3nVhOzKml+Pb2vpKMgSYi7OHfwZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3+ff3oF5U0bKs+ff3+ff3+ff3+ff3k0g/4cvJ+ff3+ff3ijky59jV59rYgSYi7uTh/fz8/fz8/fz8+/n58+zqizgy8+vo/fz88+vpgicl483L9O3rhCso9O3r+ff359fUgSYi7OHf9fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff3+ff31rq2mVFI+vn5+ff3+ff3+ff3k0g/4cvJ+ff3+ff3ijky59fU3cbEhCsotIN5tIN5tIN5toR61Lex+ff3wJSOk0lArXRstYR6hzIs483L4cvJjDw0+ff3+ff39vLwgSYi7OHf+ff3+ff3+ff369zbvpGLjT03u42F+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3k0g/zq6n+fj4+Pb0hCwp7+Xj6uDdgSYi0bGr17u11ry4oF5Uzaym+ff3+/n59vPx3cXD1rq0hjEr59XT9fDwhS0q8+vp+ff35NHPgSYi7OHf+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3+ff3+ff3y6iipGRa+vj4+ff3+ff3k0g/oV9V7OHezq6nk0c++ff3+ff3pGNZr3py9Ozp38bCjDsz8+zq+ff31biy8Obj/Pv50rOthzMt8+7s+ff3omFXuouD8uror3VugSYi7OLg7ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff3+ff3+ff39fHvjT0359TS+ff3+ff3k0g/x5+blk5FlUtC1Law+ff3+ff38Oflq29nijcxk0U90rOt+ff3+ff3wpeRkUM7hzIsmVJJ3MTA+ff3+ff35NDOmFFIizgyv5KMhCwp7OLgx6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hw+fj4+ff3k0g/4crI+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwp7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38enniTYw6+He+ff3k0c+4MnH+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwp7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff317u18Ojm+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rOt9PDu+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vj4/Pv7/Pv7+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vj4/Pv7/Pv7+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vj4/Pv7/Pv7+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yaCc7uTi+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3q4z95976+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32s77n335nXv64db//Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3pYf6pIX76OD/+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32s77n335nXv64db//Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32s77n335nXv64db//Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3pYf6pIX76OD/+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yaCc7uTi+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kEI448/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3TADz1cf6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38e357un/+ff3+ff3+ff3+ff3+ff38e357un/+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3sZb6qIj5tJv7Zyf2o4T9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3spf5nnz4RADx2877+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3sZb6qIj5tJv7Zyf2o4T9+ff38e357un/+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3sZb6qIj5tJv7Zyf2o4T9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3spf5nnz4RADx2877+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39PDu9e7s+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kEI448/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/fz89vHv8Ofl/v7++/n5+ff3+ff3+ff3/fz8+/j47uPg/Pn3+vj4+ff3+ff3//7++vj4+ff3+ff3+ff3+ff3/Pv7/v7+/////////v7+/fz8+ff3kEI45dLQ9vHv+PTy/Pv7+ff3+ff3+ff3+ff3/fz8//7+//7++ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/fz89/js8fHg/v7++/n5+ff3+ff3+ff3//7++vj4+ff3+ff3+ff3+ff3+ff3/fz8+/v27+/a/Pv3+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+ff3+ff3/fz8//7+//7++ff3+ff3+ff3+ff3/fz8//7+//7++ff3+ff3TADz18r98e7/8/D//Pv7+ff3+ff3+ff3/Pv7////+/r6+ff3+ff34Nb6QgDx8ez7+ff3+ff3+ff3+ff34Nb6QgDx8ez7+ff3+ff3+ff3+ff3+ff3+ff3/fz8+fb/5t3/+vf/+vj4+ff3+vn5/f3/6N//+vj/+/r6+ff3+ff3+/n5+vj/7Ob//f39////+ff3+ff3+vj4/v7+7uj/6eL//v7/+vj4+ff3+ff3/v39////+/r6+ff3+ff3+ff3/Pv79/P/9O/+/fz8//7++vj4+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vj4//7+/f3/2877XAL1+ff3+ff3+vn5/fv/8Ov//fz8////+vj4+ff3+ff3+ff3+vj4/v39/////Pv7+ff3/Pv79/P/9O/+/fz8//7++vj4+ff3+ff3//7++vj4+ff3+ff3+ff3+ff3+ff3+ff3jmX5oYD7+ff3+ff3+ff3/fz88e7/6eL//v7++/n5+ff3+ff3+ff3/v39////+/r6+ff3+ff3+ff3+vn5/f3/6N//+vj/+/r6+ff3+ff3+ff3//7++vj4+ff3+ff3+ff3+ff3+vj4//7+/f3/2877XAL1+ff34Nb6QgDx8ez7+ff3+ff3+ff3+ff3+ff3/Pv79/P/9O/+/fz8//7++vj4+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vj4//7+/f3/2877XAL1+ff3+ff3+vn5/fv/8Ov//fz8////+vj4+ff3+ff3+ff3+vj4/v39/////Pv7+ff3/Pv79/P/9O/+/fz8//7++vj4+ff3+ff3//7++vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6////////////////+/r6+ff3+ff3/v39////+/r6+ff3+ff3+ff3+fj4/v7+6+L//fz/+vn5+ff3+ff3+ff3/v39////+/r6+ff3+ff3+ff3+fj4/v7+6+L//fz/+vn5+ff3+ff3+ff3//7++vj4+ff3+ff3+ff3+ff3+ff3/fz8+fb/5t3/+vf/+vj4+ff3+/r6////////////////+/r6+ff3+/r6////////////////+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3////////////////////+vj4+ff3/Pz86+T/7un//v7++fj4+ff3+ff3/Pz86+T/7un//v7++fj4+ff3+ff3+ff3+ff3+ff3/f39/Pv7+ff3+ff3+vj4/v7+6+X//f3/+/r6+ff3+ff3+vj4/v7+6+X//f3/+/r6+ff3+fj4+/r/6OD/6uP//v3/+vn5+ff3+ff3+ff3+ff3////+ff3+ff3+ff3+ff3+ff3/v39////+/r6+ff3+ff3+/r6/fz8+ff3/v7++fj4+/n5/fz8+ff3/Pv7/v7+/////////v7+/fz8+ff3/v7++vj4+ff3+ff3////+vj4+ff3+ff3/v39////+/r6+ff3+ff3+ff3+ff3+ff3jmX5oYD7+ff3+ff3+ff3/fz88e7/6eL//v7++/n5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36Nzaijcx9fDu+ff3+ff3+ff3+ff3+ff3/fz89vHv8Ofl/v7++/n5+ff3+ff3+ff3/fz8+/j47uPg/Pn3+vj4+ff3+ff3//7++vj4+ff3+ff3+ff3+ff3/Pv7/v7+/////////v7+/fz8+ff3kEI45dLQ9vHv+PTy/Pv7+ff3+ff3+ff3+ff3/fz8//7+//7++ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3rXRsjT03mVJLlUpB17y2+ff3+ff3+ff1toR6gyonl05Fjz836NjV+ff3+ff3kUM7483L+ff3+ff3+ff3+ff3u46Gk0g/ijkyiDQuk0g/rnRt+ff3kEI4rHBpjT03gyonwpeR+ff3+ff3+ff39vPxr3RtkEA6kUE79O/t+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3rq41j48Am5sAl5YA2Nil+ff3+ff3+ff3kpIA4uDA+ff3+ff3+ff3+ff3+fj2uLdPhYUAmJgAkZAA6OXO+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff39fH5f1L6TQDzTQDz8ez4+ff3+ff39fH5f1L6TQDzTQDz8ez4+ff3TADze0v4SADyNADvoH/9+ff3+ff3+ff3n376LwDvuqT7+ff3+ff3+ff3ekr3p4n9+ff3+ff3+ff3+ff3+ff3ekr3p4n9+ff3+ff3+ff3+ff3+ff3+Pb7jGX7MgDvWgD0SwDy3dH6+ff30cL+RQDySwDyNwDvspb/+ff3+ff3w7H/OQDwSQDzeEf5NADv5dv5+ff33dH+WQD1QwDxVgDzSQDz1sn5+ff3+ff3cTv4LwDvuqT7+ff3+ff3+ff3nHn8RQDyTQDzhlz5SwDz1MT6+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff31MT/UAD0QgDxmHX7NADv6uL5+ff3zrz+TQD0SQDziF35QgDx3NH6+ff3+ff3+ff33dD9bjf3PwDxnXv5+ff3nHn8RQDyTQDzhlz5SwDz1MT6+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff3flH5SADyXQ/1VwDzwa79+ff3+ff3+ff3cTv4LwDvuqT7+ff3+ff3+ff30cL+RQDySwDyNwDvspb/+ff3+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff31MT/UAD0QgDxmHX7NADv6uL5+ff3ekr3p4n9+ff3+ff3+ff3+ff3+ff3nHn8RQDyTQDzhlz5SwDz1MT6+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff31MT/UAD0QgDxmHX7NADv6uL5+ff3zrz+TQD0SQDziF35QgDx3NH6+ff3+ff3+ff33dD9bjf3PwDxnXv5+ff3nHn8RQDyTQDzhlz5SwDz1MT6+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3q4/5LwDvLwDvLwDvLwDvrI/5+ff3+ff3cTv4LwDvuqT7+ff3+ff3+ff35N79UwD1UQDzQgDxzbv/+ff3+ff3+ff3cTv4LwDvuqT7+ff3+ff3+ff35N79UwD1UQDzQgDxzbv/+ff3+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+Pb7jGX7MgDvWgD0SwDy3dH6+ff3q4/5LwDvLwDvLwDvLwDvrI/5+ff3q4/5LwDvLwDvLwDvLwDvrI/5+ff3+ff3+ff3+ff3+ff3+ff3+ff35dv5LwDvLwDvLwDvLwDvLwDv08P5+ff3jmb6RADxPwDxYQ/1597++ff3+ff3jmb6RADxPwDxYQ/1597++ff3+ff3+ff3+ff3+ff3dkP4n3/7+ff3+ff34df+VAD1SQDzVQD0sJX++ff3+ff34df+VAD1SQDzVQD0sJX++ff34df5OwDwRQDyOQDwTADzzr3/+ff3+ff3+ff35tz4NwDv+ff3+ff3+ff3+ff3+ff3cTv4LwDvuqT7+ff3+ff3tZ/8hVr6+ff3VAD14dj6u6X7flH5+ff3mHT4UgD0QgDxPgDwUgD0f1H3+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3cTv4LwDvuqT7+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff3flH5SADyXQ/1VwDzwa79+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3q29ox5+Y+ff3+ff3+ff3+ff3+ff3rXRsjT03mVJLlUpB17y2+ff3+ff3+ff1toR6gyonl05Fjz836NjV+ff3+ff3kUM7483L+ff3+ff3+ff3+ff3u46Gk0g/ijkyiDQuk0g/rnRt+ff3kEI4rHBpjT03gyonwpeR+ff3+ff3+ff39vPxr3RtkEA6kUE79O/t+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff35dPR+Pb2+ff33sjEl05F+ff3+ff3y6aglElA6NjV+ff37uTi7uTi+ff3+ff3kUM7483L+ff3+ff3+ff3+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3kEI4qGth9PDu5dPRhjEr9fLw+ff3+ff33MO/mlNK9fHv+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff35eLH+ff1+ff33t62mJgA+ff3+ff3+ff3kpIA4uDA+ff3+ff3+ff3+ff3y8yGlZUA6OXO+ff37+3e7+3e/Pv7/////////////////////f39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3ybb8XQ/19O/3+ff3+ff3+ff3+ff3ybb8XQ/19O/3+ff3+ff3+ff3TADzdUL38u352cv4OwDw8+/7+ff3+ff3nnz4LwDvuqL5+ff3+ff3+ff30cH4TADz9/X6+ff3+ff3+ff3+ff30cH4TADz9/X6+ff3+ff3+ff3+ff3rpP9VAD13dH6+ff36N/46N/4+Pb4VgD0nHn5+Pb4xLH6NwDv6N/7+ff3Yxz3spf5+Pb4nHn6LwDv5dv5+Pb4WQD1mXj79PD4+ff34dj45tz4+ff3+ff3cDn3LwDvu6L5+ff3+ff36+X5OwDw6N/49/T4nXv5LwDv1MT6+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3aiv3nHn58ez4j2b6LwDv5dv5+ff3iV/7mnb5+ff3r5L7LwDv3NH6+ff3+ff3+ff3jGX7l3P5+ff3+ff36+X5OwDw6N/49/T4nXv5LwDv1MT6+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff32cv4+Pb4+ff3zbz+WgD0+ff3+ff3+ff3cDn3LwDvu6L5+ff3+ff3+Pb4VgD0nHn5+Pb4xLH6NwDv6N/7+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3aiv3nHn58ez4j2b6LwDv5dv5+ff30cH4TADz9/X6+ff3+ff3+ff36+X5OwDw6N/49/T4nXv5LwDv1MT6+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3aiv3nHn58ez4j2b6LwDv5dv5+ff3iV/7mnb5+ff3r5L7LwDv3NH6+ff3+ff3+ff3jGX7l3P5+ff3+ff36+X5OwDw6N/49/T4nXv5LwDv1MT6+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pb49/T4i2T6iGD69/T4+Pb4+ff3+ff3cDn3LwDvu6L5+ff3+ff3+ff3d0X4jGT6+ff3vqb5SADy+Pb6+ff3+ff3cDn3LwDvu6L5+ff3+ff3+ff3d0X4jGT6+ff3vqb5SADy+Pb6+ff3+ff3TQD01MT6+ff3+ff3+ff3+ff3rpP9VAD13dH6+ff36N/46N/4+ff3+Pb49/T4i2T6iGD69/T4+Pb4+ff3+Pb49/T4i2T6iGD69/T4+Pb4+ff3+ff3+ff3+ff3+ff3+ff3+ff39/X3eUj4hFX5+Pb79vL49vL4+ff3+ff35tz4+ff3+Pb4lXH5Zyn3+vj4+ff35tz4+ff3+Pb4lXH5Zyn3+vj4+/r6/v7+/v7+/v7+dkP4oYH9/Pv7+ff3cjz4kGn59/X32sz5OQDw8+76+ff3cjz4kGn59/X32sz5OQDw8+766+X52sz5+ff38Or5kmz3RQDy9O/5+ff3+ff35tz4NwDv+ff3+ff3+ff3+ff3+ff3cDn3LwDvu6L5+ff3+ff3tZ/8hVr6+ff3VAD14dj6u6X7flH5+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3cDn3LwDvu6L5+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff32cv4+Pb4+ff3zbz+WgD0+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff34cvJkEI4+Pb0+ff3+ff3+ff3+ff35dPR+Pb2+ff33sjEl05F+ff3+ff3y6aglElA6NjV+ff37uTi7uTi+ff3+ff3kUM7483L+ff3+ff3+ff3+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3kEI4qGth9PDu5dPRhjEr9fLw+ff3+ff33MO/mlNK9fHv+ff3+ff3wZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3+fj4/fz8+PTyvpCIlEg/+ff3+ff3pGRauoyG+ff3+ff3+ff3+ff3+ff3+ff3kUM74s7M+ff3+ff3+ff3+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3kEI4zaul+ff3+ff3mFBH3MO/+ff3+ff3w5mTsn91+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4/fz8+Pnvv75klZQA+ff3+ff3+ff3kpIA4uHB+ff3+ff3+ff3+ff3paUAu7th+ff3+ff3+ff3+ff3zs3GoqKQoqKQoqKQoqKQoqKQurut+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UgD00cH8+ff3+ff3QgDx3NH6+ff3+ff3ooP8iF76+ff3+ff3+ff3+ff3+ff3ooP8iF76+ff3+ff3+ff3+ff3TADzs5j6+ff3+ff3XAL1yrf8+ff3+ff35t3508P57eT4+ff3+ff3+ff3+ff3aCr2t6H++ff3+ff3+ff3+ff3+ff3aCr2t6H++ff3+ff3+ff3+ff3bjf4lXL7+ff3+ff3+ff3+ff36eD5LwDv39X5+ff3+ff3RQDyvqr67+n4NQDv8Or5+ff33ND5LwDv5dv53tT7LwDv5939/fz8/fz8/fz8+/n5+ff3+ff3vaX5pIb53dH6+ff3+ff37+n4QwDx6+X//fz87Ob9MQDv1MT6+ff3UgD00cH8+ff3+ff3QgDx3NH68uz5NQDv6+X5+ff32sz5LwDv5dv5+ff3XAL1ybf6+ff37+n4MgDv3NH6+ff3+ff3+ff3VwD0zr35+ff3+ff37+n4QwDx6+X//fz87Ob9MQDv1MT6+ff3+ff3TQD01MX7+ff3+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff3+fj4/fz88/D/mXX7VQD0+ff3+ff3+ff3vaX5pIb53dH6+ff3+ff36eD5LwDv39X5+ff3+ff3RQDyvqr6+ff3+ff3TQD01MX7+ff3+ff3+ff38uz5NQDv6+X5+ff32sz5LwDv5dv5+ff3+ff3aCr2t6H++ff3+ff3+ff37+n4QwDx6+X//fz87Ob9MQDv1MT6+ff3UgD00cH8+ff3+ff3QgDx3NH68uz5NQDv6+X5+ff32sz5LwDv5dv5+ff3XAL1ybf6+ff37+n4MgDv3NH6+ff3+ff3+ff3VwD0zr35+ff3+ff37+n4QwDx6+X//fz87Ob9MQDv1MT6+ff3+ff3TQD01MX7+ff3+ff3+ff3+vn5/fz8/fz8/fz8/fz8/fz8/Pv7+ff3+ff3+ff3jmb6imL7+ff3+ff3+ff3+ff3vaX5pIb53dH6+ff3+ff38u76NADvZCL2+vn79/X3PwDxz7/7+ff3+ff3vaX5pIb53dH6+ff3+ff38u76NADvZCL2+vn79/X3PwDxz7/7+ff3+ff3TQD01MX7+ff3+ff3+ff3+ff3bjf4lXL7+ff3+ff3+ff3+ff3+ff3+ff3+ff3jmb6imL7+ff3+ff3+ff3+ff3+ff3jmb6imL7+ff3+ff3+vn5/fz8/fz8/fz8/fz8/fz8/Pv7+ff39O/3ayz0mXb8+/r6+ff3+ff3+ff3+vj4/v39//7+9/P7QADx3tP8+ff3+vj4/v39//7+9/P7QADx3tP8vKT7VgD0VwDzVwDzOwDwQwDxkWv38e35MgDv18r8+ff3+ff3WQD1vqv68e35MgDv18r8+ff3+ff3WQD1vqv6+ff3+ff3+ff3+ff36OL5MgDv1cf5+ff3+ff35tz4NwDv+ff3+ff3+ff3+ff3+ff3vaX5pIb53dH6+ff3+ff3tZ/8hVr6+ff3VAD14dj6u6X7flH5+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UgD00cH8+ff3+ff3QgDx3NH6+ff3+ff3vaX5pIb53dH6+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff3+fj4/fz88/D/mXX7VQD0+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39fHv0LKsomFXjj42vpCK8ejl/Pv7+/r6+PTyyqSflk1El05Fx56a8ejm+ff3+ff3oF5U0bKs+ff3+ff3+ff3+ff3+fj4/fz8+PTyvpCIlEg/+ff3+ff3pGRauoyG+ff3+ff3+ff3+ff3+ff3+ff3kUM74s7M+ff3+ff3+ff3+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3kEI4zaul+ff3+ff3mFBH3MO/+ff3+ff3w5mTsn91+ff3+ff3+ff39fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff37eThrHFohS0qn1lS3sfF+ff3+ff3mFBH07Su+ff3+ff3+ff3+ff3+ff3+ff3kUM73sbC+ff3+ff3+ff3+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3kEI43sbC+ff3+ff3qmxkyKKb+ff3+ff3wpeRs4F3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37u7bra0vh4cAoJ8A3dy2+ff3+ff3+ff3kpIA3t2z+ff3+ff3+ff3+ff3mpoA1NOZ+ff3+ff3+ff3+ff3+Pb09fPz9fPz9fPz9fPz9fPz9/Xz+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3UgD00cH9+ff3+ff3QgDx3ND5+ff3+ff3oID7iWH7+ff3+ff3+ff3+ff3+ff3oID7iWH7+ff3+ff3+ff3+ff3TADzzLr8+ff3+ff3d0X4qo77+ff3+ff3+vj4+/r6+fj4+ff3+ff3+ff3+ff3wa35XQL1+vn5+ff3+ff3+ff3+ff3wa35XQL1+vn5+ff3+ff3+ff3XAL1u6L9+ff3+ff3+ff3+ff32836MgDv+PX5+ff3+ff3ZCL2sJX70cH4RQDy+ff3+ff39fD4LwDv5dv5zLz6NQDvi2T5i2T5i2T5jmX6vaf7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3nnz4UgD0flH5jWX5OwDw1MT6+ff3UgD00cH9+ff3+ff3QgDx3ND50cH4RQDy+ff3+ff39fD4LwDv5dv5+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3nnz4UgD0flH5jWX5OwDw1MT6+ff3+ff3TQD0zLr8+ff3+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff35t/9fEz4NwDxaCX1zb35+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32836MgDv+PX5+ff3+ff3ZCL2sJX7+ff3+ff3TQD0zLr8+ff3+ff3+ff30cH4RQDy+ff3+ff39fD4LwDv5dv5+ff3+ff3wa35XQL1+vn5+ff3+ff3+ff3nnz4UgD0flH5jWX5OwDw1MT6+ff3UgD00cH9+ff3+ff3QgDx3ND50cH4RQDy+ff3+ff39fD4LwDv5dv5+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3nnz4UgD0flH5jWX5OwDw1MT6+ff3+ff3TQD0zLr8+ff3+ff3+ff3y7n7hFb5hFb5hFb5hFb5hFb5m3j7+ff3+ff3+ff3jmb6imL7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff34tj6LwDvh1z4spb/+ff3XQ/1t6D7+ff3+ff3+ff3+ff3+ff3+ff3+ff34tj6LwDvh1z4spb/+ff3XQ/1t6D7+ff3+ff3TQD0zLr8+ff3+ff3+ff3+ff3XAL1u6L9+ff3+ff3+ff3+ff3+ff3+ff3+ff3jmb6imL7+ff3+ff3+ff3+ff3+ff3jmb6imL7+ff3+ff3y7n7hFb5hFb5hFb5hFb5hFb5m3j7+ff3+ff37uj3VwDzsJX++vn5+ff3+ff32s7+ay33UQDzmHX7Zyb3wa78+ff32s7+ay33UQDzmHX7Zyb3wa78yLX6XAL13dD73M75azD3j2b65tz44df7LwDv0MH9+ff3+/r6UQD0xrT64df7LwDv0MH9+ff3+/r6UQD0xrT6+ff3+vn5+ff3+vj449r+NADv6uP4+ff3+ff35tz4NwDv+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3tZ/8hVr6+ff3VAD14tj6u6X7flH5+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UgD00cH9+ff3+ff3QgDx3ND5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff35t/9fEz4NwDxaCX1zb35+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff369zbvpGLjT03u42F0rSuijkys4F34s7M+ff3+ff3+ff3+ff3+ff31rq2mVFI+vn5+ff3+ff3+ff37eThrHFohS0qn1lS3sfF+ff3+ff3mFBH07Su+ff3+ff3+ff3+ff3+ff3+ff3kUM73sbC+ff3+ff3+ff3+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3kEI43sbC+ff3+ff3qmxkyKKb+ff3+ff3wpeRs4F3+ff3+ff3+ff3+ff3+ff3+ff369zbvpGLjT03u42F+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3toR8rXRq8uvp+ff3+vn5+ff3+ff3qGlftoR6+/r6+ff3+vn5+fj4+ff3+ff3kUM7v5KM+/r6+ff3+vn5+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3kEI4yqWe+vj4+/r6k0g/4szK+ff3+ff3wpeRs4F3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3uLZRrq418vDn+ff3+vn5+ff3+ff3+ff3kpIAwMBp+/r6+ff3+vn5+ff3qKcbuLdP+/r6+ff3+vn5+fj49/b29fXz9fXz9fXz9fXz9fXz9vXz+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3UgD0tJr++fj49/X6NwDv6eD5+ff3+ff3oID7iWH7+ff3+ff3+ff3+ff3+ff3oID7iWH7+ff3+ff3+ff3+ff3TADzrJH++vj4+/r6UgD008P5+ff3+ff32Mz8tpz+49n7+ff3+ff3+ff3+ff3+Pb4WAD0yrf++ff3+ff3+ff3+ff3+Pb4WAD0yrf++ff3+ff3+ff3dD72jGX7+/r6+ff3+vn5+fj46+X5LwDv2s79+ff3+vn7PADwwq358+74NwDx7Ob9+ff31sn8LwDv5dv549n5LwDvt5/9wq35wa/7Zyn3s5n6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/n59PH5y7r6wKz7OwDw3M75+ff3UgD0tJr++fj49/X6NwDv6eD58+74NwDx6+b9+ff32c39LwDv5dv5+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3+/n59PH5y7r6wKz7OwDw3M75+ff3+ff3TQD0nHn8+/r6+ff3+vn5+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff3j2X5fU/57uj3+ff3+vn5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36+X5LwDv2s79+ff3+vn7PADwwq35+ff3+ff3TQD0nHn8+/r6+ff3+vn58+74NwDx6+b9+ff32c39LwDv5dv5+ff3+ff3+Pb4WAD0yrf++ff3+ff3+ff3+/n59PH5y7r6wKz7OwDw3M75+ff3UgD0tJr++fj49/X6NwDv6eD58+74NwDx6+b9+ff32c39LwDv5dv5+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3+/n59PH5y7r6wKz7OwDw3M75+ff3+ff3TQD0nHn8+/r6+ff3+vn52836rI/5rI/5rI/5rI/5rI/5vKT6+ff3+ff3+ff3jmb6imL7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff31Mf6MgDv7uj3WgDz7ef+Zyn3q4/8+ff3+ff3+ff3+ff3+ff3+ff3+ff31Mf6MgDv7uj3WgDz7ef+Zyn3q4/8+ff3+ff3TQD0nHn8+/r6+ff3+vn5+ff3dD72jGX7+/r6+ff3+vn5+fj4+ff3+ff3+ff3jmb6imL7+ff3+ff3+ff3+ff3+ff3jmb6imL7+ff3+ff32836rI/5rI/5rI/5rI/5rI/5vKT6+ff3+ff3+ff349n5QwDx08T/+ff3+ff3bDD3jWf439P4iF/5OQDwspf7+ff3bDD3jWf439P4iF/5OQDwspf7+ff3d0j3wKv++ff3dkP4n3/7+ff31Mf6MgDvekn57ef/v6f/PgDw9fH31Mf6MgDvekn57ef/v6f/PgDw9fH3+ff3z77/7un/2c3/d0X4dD32+ff3+ff3+ff35t35NwDv+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3tZ/8gVT7+ff3TgD03tP8uqH8hVn6+ff3+ff3+ff3ooP8hlz5+ff3+ff3+ff3UgD0tJr++fj49/X6NwDv6eD5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3n3/7imL7+ff3+ff3+ff3j2X5fU/57uj3+ff3+vn5+ff3+ff3+vn5+fj4+ff3+vn5+vj4+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh3MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3+ff3+Pb2lkxD3cTA+ff3+ff3+ff3toR8rXRq8uvp+ff3+vn5+ff3+ff3qGlftoR6+/r6+ff3+vn5+fj4+ff3+ff3kUM7v5KM+/r6+ff3+vn5+ff3+ff3+ff3w5uUsX1z+ff3+ff3+ff3kEI4yqWe+vj4+/r6k0g/4szK+ff3+ff3wpeRs4F3+ff3+ff3+ff3+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3v5KMsX1z+vj2+PTy38jG+ff3+ff31bmzjDsz1Law+/n338bC6NvZ+ff3+ff3kUM7mlNMz6+p8+vp3MO/+ff3+Pb29vHvwJWPsX1z+ff3+ff3+ff3kEI4nFVM7d7d0rKsiTUv9/T0+fb2+fb0wJWPsX50+fb0+fb0+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3v75ss7JF+/v2+Pnv3t62+ff3+ff3+ff3kpIAm5sA0NCS9PTj3Nuv+ff31tShjo4A1dWb/Pz33t2z6efS0tHKqamXqamXqamXqamXqamXv7+z+ff3y7r/5Nv7+ff30cH93tP8+ff3+ff3UgD0ayz249r+tJr+VADz+ff3+Pb49vP/nnz9hlv79vP/9vP/+ff3+Pb49vP/nnz9hlv79vP/9vP/+ff3+ff3TADzYhb25Nn+uqH+PwDx9/T4+ff3+ff3n335LwDvu6P6+ff3+ff3+ff3+ff3+ff3sJX6bjf4+vj4+ff3+ff3+ff3+ff3sJX6bjf4+vj4+ff3+ff3v6v6RQDyvKb9+vf/zLr939X5+ff3aiz2gVP66+X/pIX8QgDx8Or5+ff3bS/3lG/86+T/f1L4LwDv5tz4+ff3cDb2hFf67Ob/zbr/RQDy7+n4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3vqj96eH/+/r/uaL9PADw8ev4+ff3UgD0aiz249r+tJr+VADz+ff3+ff3bS/3kmv96+X/g1b5LwDv5tz4+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3vqj96eH/+/r/uaL9PADw8ev4+ff3+ff3TQD0XxP1tJ3+6+X/x7b++ff3+Pb69vP/nXv8imH6+ff3+ff3+ff3nHn5hlz5+PX/8/D/zb39+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3aiz2gVP66+X/pIX8QgDx8Or5+ff3+ff3TQD0XxP1tJ3+6+X/x7b++ff3bS/3kmv96+X/g1b5LwDv5tz4+ff3+ff3+ff3sJX6bjf4+vj4+ff3+ff3vqj96eH/+/r/uaL9PADw8ev4+ff3UgD0aiz249r+tJr+VADz+ff3+ff3bS/3kmv96+X/g1b5LwDv5tz4+ff3UgD00cD7+ff3+ff3QgDx3NH6+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3vqj96eH/+/r/uaL9PADw8ev4+ff3+ff3TQD0XxP1tJ3+6+X/x7b++ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3jmb6imL7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff34Nb6LwDv9fD4t577hln6XQ/1t577+ff3+ff3+ff3+ff3+ff3+ff3+ff34Nb6LwDv9fD4t577hln6XQ/1t577+ff3+ff3TQD0XxP1tJ3+6+X/x7b++ff3v6v6RQDyvKb9+vf/zLr939X5+ff3+ff3+ff3jmb6imL7+ff3+ff3+ff3+ff3+ff3jmb6imL7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3rZH6XAL1+ff36+f6NADv6uL5+ff36uL5LwDvu6b86+f6NADv6uL5+ff36uL5LwDvu6b8+ff35dv5XAD09/P7dkP4n3/7+ff349n5PwDxo4P5QwDxSwDytJv7+ff349n5PwDxo4P5QwDxSwDytJv7+ff3+ff3Yxz3PADwNwDvaCX13M75+ff3+ff3+PT+49r+NQDv9vP/9vP/+Pb4+ff3+ff3+ff3+ff3+ff3+ff3+ff3t577YBn36+T/OADwvKb9nHn8lXH6+ff39/b48e7/nnz9hlz5+ff3+ff3+ff3UgD0aiz249r+tJr+VADz+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pb69vP/nXv8imH6+ff3+ff3+ff3nHn5hlz5+PX/8/D/zb39+ff3+ff3y7r/5Nv7+ff30cH93tP8+ff37ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3+ff3+ff3y6iipGRa+vj4+ff3+ff3v5KMsX1z+vj2+PTy38jG+ff3+ff31bmzjDsz1Law+/n338bC6NvZ+ff3+ff3kUM7mlNMz6+p8+vp3MO/+ff3+Pb29vHvwJWPsX1z+ff3+ff3+ff3kEI4nFVM7d7d0rKsiTUv9/T0+fb2+fb0wJWPsX50+fb0+fb0+ff37ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff37+XjrnRtjT03jDszv5KM+ff3+ff3+ff3yqehlEpBhzIsnVdQ6+De+ff3+ff3o2JY2Ly2oV9VhzIstIJ4+ff36uDdmFFImFFIv5KM+ff3+ff3+ff3omBWwZWPkEA6kUE70rSu+ff348/NlUxDjDsziTYwlUxDlUxD9O/t+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+3fr606j48Ajo4Av75s+ff3+ff3+ff3pKMA2NWnoqEAiYkAtrRP+ff3+ff3y8qJlZUAiYkAnp0A7Ona+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3UgD0qYz5WgD0VgDzvaf4+ff31cf5VgDzRQDyQADxVgDzVgDz8ez41cf5VgDzRQDyQADxVgDzVgDz8ez4+ff3bC71n376TQDzTQDzvKT6+ff3+ff3+ff3rZD5VwDzw6/7+ff3+ff3+ff3+ff3+ff39O/3SADy2c39+ff3+ff3+ff3+ff39O/3SADy2c39+ff3+ff3+ff3r5T6VADzOwDwZB705Nn5+ff34dj4bS/3PADwWgD0y7r6+ff3+ff31sn5XQX0QwDxnHn5NwDv5tz4+ff36uL5e0r2QgDxUgDzu6P5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oYH6UADzOwDwXQn1yrj6+ff3+ff3cDr2r5L7WgD0VgDzvaf4+ff3+ff32Mr5XAD0QwDxnn35YBr26eH4+ff3cj322Mr5+ff3+ff3aCX14df5+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3oYH6UADzOwDwXQn1yrj6+ff3+ff3+ff3bTL2wq35ayz0OwDwjGP4+ff3wq76VgDzVgDznHn5+ff3+ff3+ff36eD5f1H3SADyRQDynHn5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff34dj4bS/3PADwWgD0y7r6+ff3+ff3+ff3bTL2wq35ayz0OwDwjGP4+ff32Mr5XAD0QwDxnn35YBr26eH4+ff3+ff3+ff39O/3SADy2c39+ff3+ff3oYH6UADzOwDwXQn1yrj6+ff3+ff3cDr2r5L7WgD0VgDzvaf4+ff3+ff32Mr5XAD0QwDxnn35YBr26eH4+ff3cj322Mr5+ff3+ff3aCX14df5+ff3+ff3+ff3UAD00sL5+ff3+ff3+ff3oYH6UADzOwDwXQn1yrj6+ff3+ff3+ff3bTL2wq35ayz0OwDwjGP4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39/P//fz8jmb6imL7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38ez4MgDv3tP8+ff3azD1OADwy7r6+ff3+ff3+ff3+ff3+ff3+ff3+ff38ez4MgDv3tP8+ff3azD1OADwy7r6+ff3+ff3bTL2wq35ayz0OwDwjGP4+ff3+ff3r5T6VADzOwDwZB705Nn5+ff39/P//fz8jmb6imL7+ff3+ff3+ff39/P//fz8jmb6imL7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+ff3+ff349n9LwDv7eT43tT4NwDv9vH5+ff39vP7OADwzr763tT4NwDv9vH5+ff39vP7OADwzr76+ff3+ff3qIn4oYH9dkP4n3/7+ff39fH3OQDw5t39+ff3+ff3+ff3+ff39fH3OQDw5t39+ff3+ff3+ff3+ff3+ff3Yxz3w7D6+ff3+ff3+ff3+ff3+ff3cDr2UgD0LwDvVgDzVgDz1sj6+ff3+ff3+ff3+ff3+ff3+ff3+ff3wKz5dED2SwDzfk/4dkX4XAD02836+ff349n5XQX0XQX0nHn5+ff3+ff3+ff3cDr2r5L7WgD0VgDzvaf4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wq76VgDzVgDznHn5+ff3+ff3+ff36eD5f1H3SADyRQDynHn5+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3x6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff3+ff3+ff39fHvjT0359TS+ff3+ff37+XjrnRtjT03jDszv5KM+ff3+ff3+ff3yqehlEpBhzIsnVdQ6+De+ff3+ff3o2JY2Ly2oV9VhzIstIJ4+ff36uDdmFFImFFIv5KM+ff3+ff3+ff3omBWwZWPkEA6kUE70rSu+ff348/NlUxDjDsziTYwlUxDlUxD9O/tx6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpaQsoB2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3UgD00cD7+ff3+ff3+ff3+ff3+ff3+ff3oH/7iGD6+ff3+ff3+ff3+ff3+ff3oH/7iGD6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oH/6gVT7+fj4+ff3+ff3+ff3+ff3oH/6gVT7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3NwDv5tz4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6UAD00sL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7/fz8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oH/6gVT7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6UAD00sL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3bC71jmX5eUn6iWH7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3dED2lXL7////n3z9SADy9/T4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3dED2lXL7////n3z9SADy9/T4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3bC71jmX5eUn6iWH7+ff3+ff3+ff3bC71jmX5eUn6iWH7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39fH3u6X+/fz//v7/o4T9XxL2+ff3+ff3VwDzv6n+//7+u6T/SADy9/T4+ff3VwDzv6n+//7+u6T/SADy9/T4+ff3+ff39/T4aCr2Yhb2n376+ff3+ff3iWD4fE74+/r///7+7ub/+ff3+ff3iWD4fE74+/r///7+7ub/+ff3+ff3Yxz3xrT//////////fz8+ff3+ff3+ff38Or5NwDx9/T+/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r8/Pv9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7/fz8+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrpH7+ff3ZCL2lXD7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wZaQr3hw+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpaQsoB2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpiSsHpy+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff307WvyKWf+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrJH6+ff3YyD1lG/6+ff3+ff3VADz0L/6+ff3+ff3+ff3+ff3+ff3+ff3vaX5rZD5+ff3+ff3+ff3+ff3+ff3vaX5rZD5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36+X5QADx49n5+ff3+ff3+ff3+ff36+X5QADx49n5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3NwDv5tz4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3ybf6qYr7QgDx0cH4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3n376imH4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36+X5QADx49n5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3ybf6qYr7QgDx0cH4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff35t35km34QADxjWT3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff349n5XAD0RwDyRwDyy7n7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff349n5XAD0RwDyRwDyy7n7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff35t35km34QADxjWT3+ff3+ff3+ff35t35km34QADxjWT3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff39fH3ZB70OQDwRwDyaSj1y7r6+ff3+ff3wq76ZB70UADzQwDxxrT6+ff3+ff3wq76ZB70UADzQwDxxrT6+ff3+ff3+ff3+ff30sL5MQDvnnz4+ff3+ff37uj3dUP3PgDwTQDzbC71+ff3+ff37uj3dUP3PgDwTQDzbC71+ff3+ff3YBr2MQDvMgDvMgDvgFL3+ff3+ff3+ff3+ff3cz/2dD32lnP749n5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3oYH6hVr3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3n376imH4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3SwDzrJH6+ff3YyD1lG/6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38enniTYw6+He+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wpiSsHpy+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff307WvyKWf+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36NjY48/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yLX64tn5+ff3zr763ND5+ff3+ff3wq356uP4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3u6P58u35+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3z7/7spj6spj66uL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3283608P5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3z7/7spj6spj66uL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37uj3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37uj3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+n47eT4+ff3+ff3+ff3+ff3+ff3+ff36uL5+Pb4+ff3+ff3+ff3+ff3+ff36uL5+Pb4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff38ez45dv5+Pb4+ff3+ff3+ff3+ff38ez45dv5+Pb4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+Pb40sL5uaD66uL5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff339P41cf5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3283608P5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3yLX64tn5+ff3zr763ND5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff36NjY48/N+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vj4/v7+9e3r8Ofl/v7++vj4+ff3/Pv7+fb09/Lw/fz8//7++vj4+ff3+/n5/Pr49Ozp/f39////+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3k0g/4crI+ff3+ff3ijky59jV+ff36dnWl09GizgylUtCjz835NDO+ff3v5KMjDw0kUE7sX1zj0A4483L+ff32b66hjAqjz83qm5lgyon7OHf+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3k0g/4crI+ff3+ff3ijky59jV+fb2l09GvZGL9vLw+ff36d3b7OLg8ennhzIs7uTi9/T0v5ONgSYi483L+ff3nVhOzKml+Pb2vpKMgSYi7OHfwZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3k0g/4cvJ+ff3+ff3ijky59jV59rYgSYi7uTh/fz8/fz8/fz8+/n58+zqizgy8+vo/fz88+vpgicl483L9O3rhCso9O3r+ff359fUgSYi7OHf9fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff3k0g/4cvJ+ff3+ff3ijky59fU3cbEhCsotIN5tIN5tIN5toR61Lex+ff3wJSOk0lArXRstYR6hzIs483L4cvJjDw0+ff3+ff39vLwgSYi7OHf+ff3+ff3+ff369zbvpGLjT03u42F+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3k0g/zq6n+fj4+Pb0hCwp7+Xj6uDdgSYi0bGr17u11ry4oF5Uzaym+ff3+/n59vPx3cXD1rq0hjEr59XT9fDwhS0q8+vp+ff35NHPgSYi7OHf+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3k0g/oV9V7OHezq6nk0c++ff3+ff3pGNZr3py9Ozp38bCjDsz8+zq+ff31biy8Obj/Pv50rOthzMt8+7s+ff3omFXuouD8uror3VugSYi7OLg7ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff3k0g/x5+blk5FlUtC1Law+ff3+ff38Oflq29nijcxk0U90rOt+ff3+ff3wpeRkUM7hzIsmVJJ3MTA+ff3+ff35NDOmFFIizgyv5KMhCwp7OLgx6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3k0g/4crI+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwp7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3k0c+4MnH+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3hCwp7OLg+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff317u18Ojm+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rOt9PDu+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vj4/Pv7/Pv7+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff35ubKwcBvwL9r7OrT/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3ycl+7+3c+ff3+ff3+ff3+ff3+ff3ycl+7+3c+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKxsV5zs2RoKAAxcZ1+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3kZEA4+HB+ff3+ff3+ff3+ff3+ff3kZEA4+HB+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+ff3+ff3/fz8//7+//7++ff3+/r6/fz8+ff3/v7++fj4+/n5/fz8+ff3+ff3+ff3+vj4/v39/////Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+vj4//7+/v785+bKmpoA+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7+vrz+Pju/fz8//7++vj4+ff3kZEA5eTE9/js+Pnv/Pv7+ff3+ff3kZEA5eTE9/js+Pnv/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+ff1+ff3k0g/4crI+ff3+ff3ijky59jV+ff3+ff39vPxr3RtkEA6kUE79O/tz7CqsH1z+ff3lElA6d3b07WvrnNs+ff3+ff3+ff36NfWpGRaiTUvv5ON+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff34+K+lJQAjIwAv75khYUA7+7g+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wMBpjo4AkpEAs7JFkZEA4uDA+ff3kZEArKwtj48AhYUAw8Nv+ff3+ff3kZEArKwtj48AhYUAw8Nv+ff3+PXz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4crIrXFoqGtj+ff3k0g/4crI+ff3+ff3ijky59jV+ff3+ff33MO/mlNK9fHv+ff3+ff3z7CqsH1z+ff3lElA6d3b07WvrnNs+ff3+ff3+ff3tYN5vI6G+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3oqIAv75s9PLtuLZVg4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff38fDkiYkA7+3e+Pb0wL9rg4MA4uDA+ff3kZEAqakg9fPu5eLHiIgA9vXw+ff3kZEAqakg9fPu5eLHiIgA9vXwwZWPoF9V1Lex/Pv5/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+PTyyqSflk1El05Fx56a8ejm+ff3k0g/4cvJ+ff3+ff3ijky59jV+ff3+ff3w5mTsn91+ff3+ff3+ff3z7CqsH1z+ff3lElA6d3b07WvrnNs+ff3+ff3+ff3lk1E38fF+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N+7+ff3+ff3jIwA5+XO9fPshoYA8fDk+ff35uPIg4MA7eva+vn5/fz8/fz8/fz8/fz8/fz8/Pv78/HojY0A8/Pj/fz89PPlhIQA4uDA+ff3kZEAzs2M+ff3+ff3mpoA3duv+ff3kZEAzs2M+ff3+ff3mpoA3duv9fHv0LKsomFXjj42vpCK8ejl/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff30rSuijkys4F34s7M+ff3+ff3+ff3+ff3k0g/4cvJ+ff3+ff3ijky59fU+ff3+ff3wpeRs4F3+ff3+ff3+ff3z7CqsH1z+ff3lElA6t3b07WvrnNs+ff3+ff3+ff3kkc+4szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4eC8+ff3+ff3jIwA5+TN4N68jo4A+ff3+ff39/Xwg4MA7eva3NuzsrA/srA/srA/srA/srA/v75n+ff3wL9ulZUArq41t7ZRiYkA4uDA+ff3kZEA3dy0+ff3+ff3qqojyMh/+ff3kZEA3dy0+ff3+ff3qqojyMh/+ff3+ff3+ff369zbvpGLjT03u42F+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MTAl05Fm1RLzaek+PTy/fz8+vj4+ff3k0g/zq6n+fj4+Pb0hCwp7+Xj+ff3+ff3wpeRs4F3+ff3+ff3+ff3z7Cqr3hw+ff3kUQ86drX0bKssHtz+ff3+ff3+ff3kkc+4szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAz8+O+fj4+fj0hoYA7+3f9fPuh4cA8vPl+ff35+bIg4MA7eva5uPKycmCycmCycmCycmCycmC09Gc+ff3+/n59vXx3Nuz19ajiIgA5+TL+ff3kZEAysuC+vj4+/r6lZUA4d+/+ff3kZEAysuC+vj4+/r6lZUA4d+/+ff3/Pv7/fz62Ly2pmdfkEA4yqSh+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33sfFrXFqijcxsH1z5dLQ+ff3k0g/oV9V7OHezq6nk0c++ff3+fb2+fb0wJWPsX50+fb0+fb0+ff3z6+pnFdN8urohTAo1Lawv5KMuouF+ff3+ff3+ff3kkc+4szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAoaEA7ezXz8+OlZQA+ff3+ff3o6IAu7pa9PTjsbE/g4MA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff31tWg8fDd/f3509OXiYkA9PLr+ff3kZEAnZwA7uzV09KWi4sA+Pb0+ff3kZEAnZwA7uzV09KWi4sA+Pb07ePhvI+HjT03omBW0rSu9/Ty+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+XjwZaQs4B2+ff3k0g/x5+blk5FlUtC1Law+ff348/NlUxDjDsziTYwlUxDlUxD9O/t1rm1p2pgjj42rXJrqWxkmFBH5dTU+ff3+ff3+ff3kkc+4szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3pqUKy8qHmJgAlpYA1dOe+ff3+ff35OHGmZkAjY0AwcBvnZ0A7+7g+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsJxk5IAiYkAmpoA29qy+ff3+ff3o6IAwcBxkpEAkpEA09Gc+ff3+ff3o6IAwcBxkpEAkpEA09Gc+ff3x6GatYR859fU+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3k0g/4crI+ff3+ff3+ff3+ff3+ff3+ff3wpaQsoB2+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6kkc+4szK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3k0c+4MnH+ff3+ff3+ff3+ff3+ff3+ff307WvyKWf+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33MO/x56aijky4cvJ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff317u18Ojm+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff338nHzKulzKul8Ofl+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/Pv7+/r6+ff3+ff3+ff3+ff3+ff3/Pr6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3xcV309OX+/r4+ff3+ff3+ff3+ff3ycl+7+3c+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3zMuKnZ0AvLtb+ff3+ff3+ff3+ff3kZEA4+HB+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/////Pz8+ff3+ff3+ff3+/n5/Pz49PTk/f39////+ff3+ff3+vn5/v788e/c/Pz4+/r6+ff3+ff3+ff3/fz8+/v27+/a/Pv3+vj4+ff3+ff3+ff3/fz8//7+//7++ff3+ff3+ff37OvYiYkA8/Pp+ff3+ff3+ff3kZEA5eTE9/js+Pnv/Pv7+ff3+ff3+vj4/v7+9PXn8fHg///9+vj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3/v7++vj4+ff3+ff3////+vj4+ff3+ff3+ff3/fz8//7+//7++ff3+/r6/fz8+ff3/v7++fj4+/n5/fz8+ff3+ff3+ff3+vj4/v39/////Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/fz8+vr1+ff3+ff3+ff3hoYAuLZV+ff3+ff3+ff32tqniIgAkJAAq6slhYUA7eva+ff34eG7jo4AkZAAhoYAzs6L+ff3+ff3+fj2uLdPhYUAmJgAkZAA6OXO+ff3+ff39/bxr683kpEAkpEA9PLt+ff3+ff39fTtiIgAzM2H+ff3+ff3+ff3kZEArKwtj48AhYUAw8Nv+ff3+ff36enNmZkAjY0AlpYAkJAA5OLE+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3+ff39/bxr683kpEAkpEA9PLt0NCUs7JF+ff3lZUA6unW1NOcrq41+ff3+ff3+ff36ejMpaUAi4sAwL9r+fjz/v39+/r6+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6/v7+4OC4rawyqakg+ff3+ff3+ff3vbth19Wi+ff3+ff3+ff3np4AzcyL+ff1v75qg4MA7eva+ff1l5cAv75s+ff12NerhoYA8O7d+ff3y8yGlZUA6OXO+ff37+3e7+3e+ff3+ff33duvm5sA9vTv+ff3+ff3+ff3+ff30NCPj48An58A+vj4+ff3+ff3kZEAqakg9fPu5eLHiIgA9vXw+ff1mZkAvr5n9vTw+ff36ujV7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3jIwA5+XO+ff3+ff33duvm5sA9vTv+ff3+ff30NCUs7JF+ff3lZUA6unW1NOcrq41+ff3+ff3+ff3t7ZOvbxi+ff3+ff3wcBxoaEA1dWe/f35/Pv7+fj4+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+/r6+Pnvy8uCl5cAmJgAx8Z98O/j+ff3+ff3+ff3/Pv7+vn5+ff3+ff38/HohoYA8/Hq+ff35+TNg4MA7eva8O7eg4MA6efS+ff3+ff3jo4A1tWg+ff3paUAu7th+ff3+ff3+ff3+ff3+ff3+ff3w8RztLNK+ff3+ff3+ff3+ff3+fj4oqIA0tGXjY0A6+nS+ff3+ff3kZEAzs2M+ff3+ff3mpoA3duv6OfQg4MA7+3c/fz8/fz8/fz8+/n5+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N+7+ff3+ff3jIwA5+XO+ff3+ff3w8RztLNK+ff3+ff3+ff30NCUs7JF+ff3lZUA6unW1NOcrq41+ff3+ff3+ff3mJgA3ty2+ff3+ff39vTv0dCWo6IAkJAAv75n8vLf/Pv7+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff309KajIwAtrVN4uG/+ff3+ff3+ff3+ff3+ff3+ff3vbte4eC8+ff3+ff34N68jo4A+ff3+ff39/Xwg4MA7eva5uPKhIQA+ff1+ff3+ff3n58AzMuK+ff3mpoA1NOZ+ff3+ff3+ff3+ff3+ff3+ff3wsNytbRM+ff3+ff3+ff3+ff37OrVjIwA9vTvtrRPv79o+ff3+ff3kZEA3dy0+ff3+ff3qqojyMh/3dy0hoYAtrVQtrVQtrVQuLZR1dSf+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4eC8+ff3+ff3jIwA5+TN+ff3+ff3wsNytbRM+ff3+ff3+ff30NCUs7JF+ff3lZUA6+nW1NOcrq41+ff3+ff3+ff3lJQA4d+9+ff3+ff3+ff3+ff3+ff37OnWv79oj48AvLxi+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff329qymJgAnJwAzcyJ+frw/fz8+vj4+ff3+ff3+ff3oaEA0tKY+ff3+ff39fPuh4cA8/Lk+ff35eTEg4MA7eva8fDkg4MA5+bK+ff3+/r4iYkA2NWn+ff3qKcbuLdP+/r6+ff3+vn5+fj4+ff3+ff3wsNytbRM+ff3+ff3+ff3+ff3wMBptLNK+ff33925kpIA+vn3+ff3kZEAysuC+vj4+/r6lZUA4d+/6+rXg4MA0tGV2Nal19emoaEAzs2P+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAz8+O+fj4+fj0hoYA7+3f+ff3+ff3wsNytbRM+ff3+ff3+ff30NCUsbE6+ff3k5MA6efQ0tGXsrFE+ff3+ff3+ff3lJQA4d+9+ff3+ff3+ff3/Pv7/f372dilp6YZkZAAysmG+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33dy2rawyjIwAs7JF5eTE+ff3+ff3+ff3nJwAzc2M+ff3+ff3+ff3o6IAvLte8/Pir683g4MA7eva+ff3oaEAsbA59PTjxcZ4jIwA8/Hq+ff31tShjo4A1dWb/Pz33t2z6efS+ff1+fn0wcFttLNG+fn0+fn0+ff3+vj2kpIA3dy2+ff3+ff3lJQA3dyy+ff3kZEAnZwA7uzV09KWi4sA+Pb0+ff3paQAsrJA9PTk396yjo4A8/Ho+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAoqEA7ezXz8+OlZQA+ff3+ff1+fn0wcFttLNG+fn0+fn0+ff30M+TnZ0A8/Pih4cA1dWbwMBpu7pg+ff3+ff3+ff3lJQA4d+9+ff3+ff37u3cvb1jj48Ao6IA09Gc9/Xz+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff37+3fwsFytbNO+ff3+ff3+ff3nJwAzc2M+ff3+ff3+ff35OLEmpoAjY0Av75shoYA7eva+ff36ujVo6IAiYkAmZkA3Nuz+ff3+ff3+ff3y8qJlZUAiYkAnp0A7Ona4+HBl5cAjo4Ai4sAl5cAl5cA9PLt4+HBoqEA+ff1+ff3+ff3xcV5vr1p+ff3o6IAwcBxkpEAkpEA09Gc+ff3+ff37+7grKsrjIwAlJMA09GZ+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUAx8d+mJgAlpYA1dOe+ff34+HBl5cAjo4Ai4sAl5cAl5cA9PLt19WiqKgekJAArq00qaknmZkA5uPK+ff3+ff3+ff3lJQA4d+9+ff3+ff3x8aAt7ZR5+TN+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3nJwAzc2M+ff3+ff3+ff3+ff3+ff3+ff3+ff3hoYA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3wsFytLNK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZUA4N66+ff3+ff3+ff3+ff3+ff3+ff3wsFytLNK+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+vn5/Pr6lJQA4d+9+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3m5sAzMuK+ff3+ff3+ff3+ff3+ff3+ff3+ff3hoYA7eva+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff31NKdysmG+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3lZQA3925+ff3+ff3+ff3+ff3+ff3+ff31NKdysmG+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff329qwx8d7jIwA4N68+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff309GZ9fPu+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff32Nal8e/h+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff33966zcyOzcyO7+7g+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3+ff3 + + 0 + + + + + -0 + 3.664351851851853 + 5.202126015298635 + 0.8472222222222222 + 0.219066858291626 + 0.4236111111111111 + 0.109533429145813 + + + 0.8472222222222222 + 0.08017796940273708 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.0694444 + 0 + + + 1 + #b0d6a2 + 0.74 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.219066858291626 + + + 0.8472222222222222 + 0.219066858291626 + + + 0.8472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.219066858291626 + + + + 0 + + + + + -0 + 4.511580966808179 + 5.637726324074077 + 2.060180452134874 + 0.7152788333333333 + 1.030090226067437 + 0.3576394166666667 + + + 1.442126295892607 + 0.500695176180545 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 2.060180452134874 + 0.4246968072916665 + + + 1.030090226067437 + 0.7152788333333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.7916861441463894 + 0.1424978491766665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.5965252499156529 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 1.09245188835356 + 0.1348157545066664 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 2.060180452134874 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + I bind checkbox state to a model + + + + -0 + 2.456018518518522 + 4.953600274557867 + 0.7638888888888888 + 0.219066858291626 + 0.3819444444444444 + 0.109533429145813 + + + 0.7638888888888888 + 0.08017796940273708 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.0694444 + 0 + + + 1 + #b0d6a2 + 0.74 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.219066858291626 + + + 0.7638888888888888 + 0.219066858291626 + + + 0.7638888888888888 + 0 + + + 0 + 0 + + + 0 + 0.219066858291626 + + + + 0 + + + + + -0 + 1 + 1.736113371672453 + 5.387730953703706 + 1.824078877766927 + 0.7152788333333333 + 0.9120394388834635 + 0.3576394166666667 + + + 1.27685519619606 + 0.500695176180545 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.824078877766927 + 0.4246968072916665 + + + 0.9120394388834635 + 0.7152788333333331 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.7009570311482748 + 0.1424978491766665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.5281620390574138 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 0.9672543065134683 + 0.1348157545066664 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 1.824078877766927 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + I change visibility based on model + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + 0 + + + Layer 1 + 1 + 1 + 0 + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + 0 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 5.250000069444444 + 4.486111111111111 + 4.342592083333333 + 3.527777777777778 + 2.171296041666666 + 1.763888888888889 + + + 4.342592083333333 + 3.388888888888889 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #ececec + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.527777777777778 + + + 4.342592083333333 + 3.527777777777778 + + + 4.342592083333333 + 0 + + + 0 + 0 + + + 0 + 3.527777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng-app="myModule" + + + + -0 + 5.831018819444444 + 4.368054666666667 + 2.935185138888889 + 0.7685184444444445 + 1.467592569444444 + 0.3842592222222223 + + + 2.935185138888889 + 0.6296295555555556 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #ffff00 + 0.81 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7685184444444447 + + + 2.935185138888888 + 0.7685184444444447 + + + 2.935185138888888 + 0 + + + 0 + 0 + + + 0 + 0.7685184444444447 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $injector + + + + -0 + 6.689814305555555 + 4.375216722222222 + 0.8472222222222222 + 0.5092593333333333 + 0.4236111111111111 + 0.2546296666666666 + + + 0.8472222222222222 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333331 + + + 0.8472222222222214 + 0.5092593333333331 + + + 0.8472222222222214 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333331 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Instance +Factory + + + + -0 + 5.675927083333333 + 4.375216722222222 + 0.8472222222222222 + 0.5092593333333333 + 0.4236111111111111 + 0.2546296666666666 + + + 0.8472222222222222 + 0.3703704444444444 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b1e0ff + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5092593333333331 + + + 0.8472222222222222 + 0.5092593333333331 + + + 0.8472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.5092593333333331 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Instance +Cache + + + + -0 + 4.791666666666667 + 3.597222222222222 + 0.01388888888888889 + 1.337961111111111 + 0.006944444444444444 + 0.6689805555555556 + + + 4.78472222222222 + 4.26620277777778 + 4.78472222222222 + 2.92824166666667 + + + 4 + 0 + 2 + 2 + 1 + + + 0.01388888888888889 + 1.337961111111111 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 1.337961111111111 + + + 0 + 0 + + + + 0 + + + + + -0 + 5.680554722222222 + 3.524306666666667 + 0.01388888888888889 + 1.192128888888889 + 0.006944444444444444 + 0.5960644444444445 + + + 5.67361027777778 + 4.12037111111111 + 5.67361027777778 + 2.92824222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 0.01388888888888889 + 1.192128888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 1.192128888888889 + + + 0 + 0 + + + + 0 + + + + + -0 + 6.722221388888888 + 3.524306666666667 + 0.01388888888888889 + 1.192128888888889 + 0.006944444444444444 + 0.5960644444444445 + + + 6.71527694444444 + 4.12037111111111 + 6.71527694444444 + 2.92824222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 0.01388888888888889 + 1.192128888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 1.192128888888889 + + + 0 + 0 + + + + 0 + + + + + -0 + 3.993055555555555 + 3.740740416666666 + 1.583333333333333 + 0.01388888888888889 + 0.7916666666666666 + 0.006944444444444444 + + + 3.20138888888889 + 3.74768486111111 + 4.78472222222222 + 3.74768486111111 + + + 4 + 0 + 0 + 2 + 2 + + + 1.583333333333333 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 1.583333333333333 + 0.01388888888888889 + + + + 0 + + + + + -0 + 3.914281666666667 + 3.858799444444444 + 1.305555555555556 + 0.3333333333333333 + 0.6527777777777778 + 0.1666666666666667 + + + 1.305555555555556 + 0.3333333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3333333333333333 + + + 1.305555555555556 + 0.3333333333333333 + + + 1.305555555555556 + 0 + + + 0 + 0 + + + 0 + 0.3333333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $injector.get('a') + + + + -0 + 5.226852013888889 + 3.53238125 + 0.8842595833333335 + 0.01388888888888889 + 0.4421297916666668 + 0.006944444444444444 + + + 4.78472222222222 + 3.53932569444444 + 5.66898180555556 + 3.53469638888889 + + + 4 + 0 + 0 + 2 + 2 + + + 0.8842595833333335 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.8842595833333335 + 0.009259583333332778 + + + + 0 + + + + + -0 + 5.183779444444444 + 3.71317 + 0.5972222222222222 + 0.5277777777777778 + 0.2986111111111111 + 0.2638888888888889 + + + 0.5972222222222222 + 0.5277777777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 0.5972222222222222 + 0.5277777777777778 + + + 0.5972222222222222 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + check +cache + + + + -0 + 6.187499583333333 + 3.238638194444444 + 1.009259444444444 + 0.01388888888888889 + 0.5046297222222221 + 0.006944444444444444 + + + 5.68286986111111 + 3.24558263888889 + 6.69212930555556 + 3.24305472222222 + + + 4 + 0 + 0 + 2 + 2 + + + 1.009259444444444 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 7.894919286223335e-16 + 0.01388888888888889 + + + 1.009259444444445 + 0.01136097222222235 + + + + 0 + + + + + -0 + 6.137727916666666 + 3.420375416666666 + 0.9583333333333334 + 0.5277777777777778 + 0.4791666666666667 + 0.2638888888888889 + + + 0.9583333333333334 + 0.5277777777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 0.9583333333333334 + 0.5277777777777778 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + if no cache +create new + + + + -0 + 6.238879583333333 + 5.710648375000001 + 2.153686111111111 + 0.8657413055555555 + 1.076843055555556 + 0.4328706527777778 + + + 2.153686111111111 + 0.7268524166666667 + -0 + + + 1 + + + 1 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #d7a5a5 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.8657413055555554 + + + 2.153686111111111 + 0.8657413055555554 + + + 2.153686111111111 + 0 + + + 0 + 0 + + + 0 + 0.8657413055555554 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + myModule +$provide. + factory('objA', …) + + + + -0 + 6.351849861111111 + 4.95834 + 0.5300894444444439 + 0.6388755555555556 + 0.265044722222222 + 0.3194377777777778 + + + 6.08680513888889 + 5.27777777777778 + 6.61689458333333 + 4.63890222222222 + + + 4 + 0 + 0 + 2 + 2 + + + 0.5300894444444439 + 0.6388755555555556 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.6388755555555561 + + + 0.5300894444444439 + 3.947459643111667e-16 + + + + 0 + + + + + -0 + 6.684787361111111 + 5.03559263888889 + 0.8333333333333334 + 0.3333333333333333 + 0.4166666666666667 + 0.1666666666666667 + + + 0.8333333333333334 + 0.3333333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3333333333333333 + + + 0.8333333333333334 + 0.3333333333333333 + + + 0.8333333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3333333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + configure + + + + -0 + 4.745370694444444 + 5.83981642484704 + 0.9212994444444441 + 0.311127150305921 + 0.4606497222222221 + 0.1555635751529605 + + + 4.28472097222222 + 5.99538 + 5.20602041666667 + 5.97222222222222 + + + 4 + 0 + 0 + 2 + 2 + + + 0.9212994444444441 + 0.311127150305921 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.311127150305921 + + + 0.4537056944444444 + 0.0009322891948097359 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.138193,0.211319,0,1, 0.325813,0.015400,0,1) + + + 0.9212994444444441 + 0.2879693725281432 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.659113,-0.009407,0,1, 0.791457,-0.026763,0,1) + + + + 0 + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 3.99942375 + 4.209358611111111 + 3.337963055555556 + 1.982771388888889 + 1.668981527777778 + 0.9913856944444444 + + + 3.337963055555556 + 1.8438825 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #d7a5a5 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.982771388888889 + + + 3.337963055555556 + 1.982771388888889 + + + 3.337963055555556 + 0 + + + 0 + 0 + + + 0 + 1.982771388888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope + + cost:1 + qty:2.5 + + + + + -0 + 2.890625 + 4.586805555555555 + 0.9375 + 0.46875 + 0.46875 + 0.234375 + + + 0.9375 + 0.3298611111111111 + -0 + + + 1 + + + 9 + 0.015625 + #f3ea90 + 0.13 + 0.138889 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.46875 + + + 0.9375 + 0.46875 + + + 0.9375 + 0 + + + 0 + 0 + + + 0 + 0.46875 + + + + 0 + + + + + -0 + 5.159153611111111 + 3.376545833333333 + 3.337963055555556 + 1.982771388888889 + 1.668981527777778 + 0.9913856944444444 + + + 3.337963055555556 + 1.8438825 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.982771388888889 + + + 3.337963055555556 + 1.982771388888889 + + + 3.337963055555556 + 0 + + + 0 + 0 + + + 0 + 1.982771388888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + View (DOM) + +<div> + <input ng-model="qty"> + <input ng-model="cost"> + Total: {{qty * cost}} +</div> + + + + -0 + 3.996588714595843 + 4.143091557626338 + 1.414229978215722 + 0.74451855969712 + 0.7071149891078612 + 0.37225927984856 + + + 4.7037037037037 + 3.77083227777778 + 3.28947372548798 + 4.5153508374749 + + + 4 + 0 + 0 + 2 + 2 + + + 1.414229978215722 + 0.74451855969712 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.414229978215722 + 0 + + + -3.947459643111667e-16 + 0.74451855969712 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.980358,1.035346,0,1, 0.392833,0.998276,0,1) + + + + 0 + + + + + -0 + 4.186608006785677 + 4.12651563052688 + 1.79426856259539 + 1.114142372164872 + 0.8971342812976952 + 0.5570711860824361 + + + 5.08333333333333 + 3.56944444444444 + 3.28947372548798 + 4.6834794945554 + + + 4 + 0 + 0 + 2 + 2 + + + 1.79426856259539 + 1.114142372164872 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.793859607845351 + 0 + + + -3.947459643111667e-16 + 1.11403505011095 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.015253,1.030522,0,1, 0.237701,0.999904,0,1) + + + + 0 + + + + + -0 + 3.581451346064814 + 5.178819972222223 + 1.694152692129628 + 0.7152788333333333 + 0.8470763460648142 + 0.3576394166666667 + + + 1.185906867549213 + 0.500695176180545 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.694152692129628 + 0.4246968072916665 + + + 0.8470763460648141 + 0.7152788333333331 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.6510289965315733 + 0.1424978491766665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.4905419120061336 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 0.8983583480555777 + 0.1348157545066664 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 1.694152692129628 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 2.930937169900998 + 3.884330422985821 + 1.402014734272078 + 1.218181179304979 + 0.701007367136039 + 0.6090905896524897 + + + 2.55324563425926 + 4.49342101263831 + 3.63194453703704 + 3.27523983333333 + + + 4 + 0 + 0 + 2 + 2 + + + 1.402014734272078 + 1.218181179304979 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.3233158314943007 + 1.218181179304979 + + + 1.402014734272078 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.211877,0.954395,0,1, -0.050076,0.022803,0,1) + + + + 0 + + + + + -0 + 2.930937169900998 + 3.975704693138266 + 1.402014734272078 + 1.400929719609867 + 0.701007367136039 + 0.7004648598049337 + + + 2.55324563425926 + 4.6761695529432 + 3.63194453703704 + 3.27523983333333 + + + 4 + 0 + 0 + 2 + 2 + + + 1.402014734272078 + 1.400929719609867 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.3233158314943007 + 1.400929719609867 + + + 1.402014734272078 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.211877,0.960344,0,1, -0.050076,0.019828,0,1) + + + + 0 + + + + + -0 + 1 + 1 + 2.300201346064814 + 3.182291138888889 + 1.694152692129628 + 0.7152788333333339 + 0.8470763460648141 + 0.3576394166666669 + + + 1.185906867549213 + 0.5006951761805454 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.694152692129628 + 0.4246968072916673 + + + 0.8470763460648141 + 0.7152788333333339 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4246968072916673 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.6510289965315736 + 0.1424978491766669 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.490541912006134 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 0.898358348055578 + 0.1348157545066668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 1.694152692129628 + 0.4246968072916673 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + +Data binding + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + 0 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 2.497106527777778 + 5.282919861111111 + 3.337963055555556 + 1.982771388888889 + 1.668981527777778 + 0.9913856944444444 + + + 3.337963055555556 + 1.8438825 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b1e0ff + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.982771388888889 + + + 3.337963055555556 + 1.982771388888889 + + + 3.337963055555556 + 0 + + + 0 + 0 + + + 0 + 1.982771388888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Controller + +function InvoiceController { + this.pay = function… + this.total = function… + this.cost=2.5; + this.qty=1; +} + + + + -0 + 3.99942375 + 4.209358611111111 + 3.337963055555556 + 1.982771388888889 + 1.668981527777778 + 0.9913856944444444 + + + 3.337963055555556 + 1.8438825 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #d7a5a5 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.982771388888889 + + + 3.337963055555556 + 1.982771388888889 + + + 3.337963055555556 + 0 + + + 0 + 0 + + + 0 + 1.982771388888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope + +invoice: + new InvoiceController + + + + + -0 + 5.159153611111111 + 3.376545833333333 + 3.337963055555556 + 1.982771388888889 + 1.668981527777778 + 0.9913856944444444 + + + 3.337963055555556 + 1.8438825 + -0 + + + 1 + + + 9 + 0.00694444 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.982771388888889 + + + 3.337963055555556 + 1.982771388888889 + + + 3.337963055555556 + 0 + + + 0 + 0 + + + 0 + 1.982771388888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + View (DOM) + +<div ng-controller= + "InvoiceController as invoice"> + <input ng-model=“invoice.qty"> + <input ng-model=“invoice.cost"> + {{invoice.total('USD')}} + <button ng-click= + "invoice.pay()"> +</div> + + + + -0 + 2.632535180438001 + 5.344874844478722 + 0.6041859164315587 + 1.125647361941083 + 0.3020929582157794 + 0.5628236809705415 + + + 2.92022802734125 + 4.78205116350818 + 2.33044222222222 + 5.81146571629949 + + + 4 + 0 + 0 + 2 + 2 + + + 0.6041859164315587 + 1.125647361941083 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.589785805119024 + 3.947459643111667e-16 + + + 0 + 1.029414552791309 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.976166,0.245190,0,1, 1.241723,1.304982,0,1) + + + + 0 + + + + + -0 + 4.745442277075202 + 4.240411054013688 + 2.51054038748374 + 0.8962464347145129 + 1.25527019374187 + 0.4481232173572565 + + + 6.00071247081707 + 3.79228783665643 + 3.49017208333333 + 4.68853427137094 + + + 4 + 0 + 0 + 2 + 2 + + + 2.51054038748374 + 0.8962464347145129 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 2.51054038748374 + 0 + + + 3.947459643111667e-16 + 0.8962464347145129 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.878596,0.530152,0,1, 0.221289,0.998568,0,1) + + + + 0 + + + + + -0 + 2.383820246583681 + 4.135562427582729 + 3.797174635802998 + 2.731239199973009 + 1.898587317901499 + 1.365619599986504 + + + 1.04166666930872 + 5.50118202756923 + 4.28240756448518 + 2.76994282759622 + + + 4 + 0 + 0 + 2 + 2 + + + 3.797174635802998 + 2.731239199973009 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.5564337406265345 + 2.731239199973009 + + + 3.797174635802998 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.369289,0.517558,0,1, 0.612285,0.010170,0,1) + + + + 0 + + + + + -0 + 2.20671222612891 + 4.216716504327128 + 2.972526663041918 + 2.199545702757718 + 1.486263331520959 + 1.099772851378859 + + + 1.04166666930872 + 5.31648935570599 + 3.69297555764987 + 3.11694365294827 + + + 4 + 0 + 0 + 2 + 2 + + + 2.972526663041918 + 2.199545702757718 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.3212177747007655 + 2.199545702757718 + + + 2.972526663041918 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.290291,0.570942,0,1, 0.504724,0.012629,0,1) + + + + 0 + + + + + -0 + 2.294145523095048 + 4.218721496288033 + 2.797660069109641 + 1.81137496136035 + 1.398830034554821 + 0.9056874806801749 + + + 1.04166666930872 + 5.12440897696821 + 3.69297555764987 + 3.31303401560786 + + + 4 + 0 + 0 + 2 + 2 + + + 2.797660069109641 + 1.81137496136035 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.1463511807684886 + 1.81137496136035 + + + 2.797660069109641 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.192729,0.717427,0,1, 0.473767,0.015335,0,1) + + + + 0 + + + + + -0 + 2.711715584934131 + 4.21225057280745 + 1.988692921664965 + 1.460114013670623 + 0.9943464608324825 + 0.7300570068353116 + + + 1.71830490633189 + 4.94230757964276 + 3.70606204576661 + 3.48219356597214 + + + 4 + 0 + 0 + 2 + 2 + + + 1.988692921664965 + 1.460114013670623 + -0 + + + 2 + + + 1 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.0009357822302435734 + 1.460114013670623 + + + 1.988692921664965 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.012960,0.853810,0,1, 0.259704,0.019024,0,1) + + + + 0 + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 3.003616858878706 + 4.2996187197419 + 3.737979295764603 + 1.546083810516199 + 1.868989647882302 + 0.7730419052580996 + + + 3.737979295764603 + 1.40719492162731 + -0 + + + 1 + + + 9 + 0.0078125 + 0 + 0 + 0.208333 + 0 + + + 1 + #b1e0ff + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.546083810516199 + + + 3.737979295764603 + 1.546083810516199 + + + 3.737979295764603 + 0 + + + 0 + 0 + + + 0 + 1.546083810516199 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + invoice.js + +angular.module(“invoice”, ["finance”]) + .controller("InvoiceController”, + [“currencyConverter”, + function(currencyConverter) {} + ] + ); + + + + + -0 + 3.003616858878705 + 6.129223789186344 + 3.78848371775741 + 1.546083810516199 + 1.894241858878705 + 0.7730419052580996 + + + 3.78848371775741 + 1.40719492162731 + -0 + + + 1 + + + 9 + 0.0078125 + 0 + 0 + 0.208333 + 0 + + + 1 + #b0d6a2 + 0.25 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.546083810516199 + + + 3.78848371775741 + 1.546083810516199 + + + 3.78848371775741 + 0 + + + 0 + 0 + + + 0 + 1.546083810516199 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + index.html + +<html ng=app="invoice”> + <div ng-controller= + "InvoiceController as invoice"> + + + + -0 + 1.186394423499715 + 5.207744212745702 + 0.5051455240312125 + 1.652977783342551 + 0.2525727620156062 + 0.8264888916712755 + + + 1.43896718551532 + 6.03423310441698 + 1.41940536958766 + 4.38125965852955 + + + 4 + 0 + 0 + 2 + 2 + + + 0.5051455240312125 + 1.652977783342551 + -0 + + + 2 + + + 9 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.5051455240312125 + 1.652977783342551 + + + 0.4855837081035502 + 4.33745512435419e-06 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.568367,1.000000,0,1, -0.064941,-0.001871,0,1) + + + + 0 + + + + + -0 + 3.1385979532116 + 5.512152693827572 + 0.3069332052940581 + 1.611453483081006 + 0.153466602647029 + 0.8057267415405032 + + + 3.20199624093501 + 6.31787943536807 + 2.98681626573073 + 4.70642595228707 + + + 4 + 0 + 0 + 2 + 2 + + + 0.3069332052940581 + 1.611453483081006 + -0 + + + 2 + + + 9 + 0.0273438 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.2168648903704408 + 1.611453483081006 + + + 0.001684915166160058 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.686385,0.695032,0,1, -0.111355,0.335852,0,1) + + + + 0 + + + + + -0 + 3.003616858878706 + 2.470013650297456 + 3.737979295764603 + 1.546083810516199 + 1.868989647882302 + 0.7730419052580996 + + + 3.737979295764603 + 1.40719492162731 + -0 + + + 1 + + + 9 + 0.0078125 + 0 + 0 + 0.208333 + 0 + + + 1 + #b3b3b3 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.546083810516199 + + + 3.737979295764603 + 1.546083810516199 + + + 3.737979295764603 + 0 + + + 0 + 0 + + + 0 + 1.546083810516199 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 3 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + finance.js + +angular.module(“finance”, []) + .factory(“currencyConverter”, + function() {} + ); + + + + + -0 + 5.135560063822223 + 6.776041138888889 + 1.694152692129628 + 0.7152788333333333 + 0.8470763460648142 + 0.3576394166666667 + + + 1.185906867549213 + 0.500695176180545 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.694152692129628 + 0.4246968072916666 + + + 0.8470763460648141 + 0.7152788333333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4246968072916666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.6510289965315736 + 0.1424978491766667 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.4905419120061336 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 0.8983583480555777 + 0.1348157545066668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 1.694152692129628 + 0.4246968072916666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 5.135560063822223 + 4.862292610902567 + 1.694152692129628 + 0.7152788333333333 + 0.8470763460648142 + 0.3576394166666667 + + + 1.185906867549213 + 0.500695176180545 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.694152692129628 + 0.4246968072916665 + + + 0.8470763460648141 + 0.7152788333333331 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.6510289965315736 + 0.1424978491766665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.4905419120061336 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 0.8983583480555777 + 0.1348157545066664 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 1.694152692129628 + 0.4246968072916665 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Controller + + + + -0 + 5.135560063822223 + 3.088541138888889 + 1.694152692129628 + 0.7152788333333333 + 0.8470763460648142 + 0.3576394166666667 + + + 1.185906867549213 + 0.500695176180545 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #f3ea90 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.694152692129628 + 0.4246968072916673 + + + 0.8470763460648141 + 0.7152788333333339 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.818360,0,1, 0.776370,1.000000,0,1) + + + 0 + 0.4246968072916673 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.223630,1.000000,0,1, 0.000000,0.818360,0,1) + + + 0.6510289965315736 + 0.1424978491766669 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.402340,0,1, 0.164060,0.241210,0,1) + + + 0.4905419120061336 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.366210,0.126950,0,1, 0.336430,0.041990,0,1) + + + 0.8983583480555777 + 0.1348157545066668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.379880,0.000000,0,1, 0.469240,0.099610,0,1) + + + 1.694152692129628 + 0.4246968072916673 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.792480,0.201170,0,1, 1.000000,0.377930,0,1) + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Service + + + + -0 + 3.69046181508648 + 3.681924739115639 + 1.216604183295126 + 1.652973445887427 + 0.608302091647563 + 0.8264867229437134 + + + 3.08215972343892 + 2.85543801617193 + 4.28848371775741 + 4.50841146205935 + + + 4 + 0 + 0 + 2 + 2 + + + 1.216604183295126 + 1.652973445887427 + -0 + + + 2 + + + 9 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.206323994318492 + 1.652973445887427 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.697411,0.258905,0,1, 1.061216,0.550296,0,1) + + + + 0 + + + + + -0 + 1.267041360874375 + 3.368935008915001 + 0.7350879678351289 + 1.633412980675863 + 0.3675439839175644 + 0.8167064903379314 + + + 1.63458534479194 + 4.18564149925293 + 1.41940536958766 + 2.55222986929317 + + + 4 + 0 + 0 + 2 + 2 + + + 0.7350879678351289 + 1.633412980675863 + -0 + + + 2 + + + 9 + 0.0277778 + 10 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.7350879678351289 + 1.633412980675863 + + + 0.5199079926308481 + 1.350716097192617e-06 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.184213,0.976048,0,1, -0.360542,-0.001037,0,1) + + + + 0 + + + + + + + + + 1 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/guide/di_sequence.svg b/images/docs/guide/di_sequence.svg new file mode 100644 index 000000000000..20938a6d76d5 --- /dev/null +++ b/images/docs/guide/di_sequence.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2012-01-16 08:08:24 +0000Canvas 1Layer 1Root Scopefunction PhoneListCtrl($http){ this.phones... ...}ControllerModel Implicit Scope Declaration<html ng:app="phonecat">TemplatePhoneListCtrl scopephones: Array Scope Inheritance<body ng:controller = "PhoneListCtrl" ...> Dependency Injectionng:appng:controller253ng module$http$browser$route...1...</html>var phonecat = angular.module('phonecat', []);46InjectorInstances Cache2Modules1 diff --git a/images/docs/guide/di_sequence.vdx b/images/docs/guide/di_sequence.vdx new file mode 100644 index 000000000000..99b54068922b --- /dev/null +++ b/images/docs/guide/di_sequence.vdx @@ -0,0 +1,4288 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1 + 1 + 8.756944444444445 + 3.620743055555556 + 2.708333333333333 + 2.715263888888889 + 1.354166666666667 + 1.357631944444444 + + + 2.708333333333333 + 2.576375 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0d10 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.715263888888889 + + + 2.708333333333333 + 2.715263888888889 + + + 2.708333333333333 + 0 + + + 0 + 0 + + + 0 + 2.715263888888889 + + + + 0 + + + + + -0 + 5.569444444444445 + 4.39898611111111 + 3.319444444444445 + 4.243694444444444 + 1.659722222222222 + 2.121847222222222 + + + 3.319444444444445 + 4.104805555555555 + -0 + + + 1 + + + 1 + 0.0138889 + #6dff6b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4.243694444444444 + + + 3.319444444444445 + 4.243694444444444 + + + 3.319444444444445 + 0 + + + 0 + 0 + + + 0 + 4.243694444444444 + + + + 0 + + + + + -0 + 5.569444444444445 + 5.723863888888889 + 3.013888888888889 + 1.371116666666667 + 1.506944444444444 + 0.6855583333333334 + + + 4 + 0 + 2 + 2 + 1 + + + 3.013888888888889 + 1.371116666666667 + -0 + + + 1 + + + 0 + + + + + -0 + 1.506944444444444 + 0.6855583333333334 + 3.013888888888889 + 1.371116666666667 + 1.506944444444444 + 0.6855583333333333 + + + 2.411111111111111 + 0.8208927777777776 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 2.572513902777778 + 1.170320744183333 + + + 2.572513902777778 + 0.2007959224833332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.4413749861111111 + 0.2007959224833332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.4413749861111111 + 1.170320744183333 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 2.572513902777778 + 1.170320744183333 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.499993055555556 + 0.6855625000000002 + 1.016013888888889 + 0.2174305555555555 + 0.5080069444444445 + 0.1087152777777778 + + + 1.016013888888889 + 0.07854166666666666 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2174305555555552 + + + 1.016013888888889 + 0.2174305555555552 + + + 1.016013888888889 + 0 + + + 0 + 0 + + + 0 + 0.2174305555555552 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + + + -0 + 8.756944444444445 + 3.620740277777778 + 2.555555555555555 + 1.193158333333333 + 1.277777777777778 + 0.5965791666666667 + + + 2.555555555555555 + 1.054269444444444 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.193158333333334 + + + 2.555555555555555 + 1.193158333333334 + + + 2.555555555555555 + 0 + + + 0 + 0 + + + 0 + 1.193158333333334 + + + + 0 + + + + + -0 + 8.798611111111111 + 3.620742361111111 + 2.472222222222222 + 0.9776541666666666 + 1.236111111111111 + 0.4888270833333333 + + + 2.472222222222222 + 0.9776541666666666 + -0 + + + 1 + + + 0 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9776541666666674 + + + 2.472222222222222 + 0.9776541666666674 + + + 2.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.9776541666666674 + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + +function PhoneListCtrl($http) +{ + this.phones... + ... +} + + + + -0 + 8.715277777777779 + 2.418938888888889 + 1.277777777777778 + 0.6589 + 0.6388888888888888 + 0.32945 + + + 1.277777777777778 + 0.6589 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6588999999999996 + + + 1.277777777777778 + 0.6588999999999996 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 0.6588999999999996 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Controller + + + + -0 + 1.9375 + 4.309034722222222 + 3.597222222222222 + 4.048597222222223 + 1.798611111111111 + 2.024298611111111 + + + 3.597222222222222 + 3.909708333333334 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4.048597222222223 + + + 3.597222222222222 + 4.048597222222223 + + + 3.597222222222222 + 0 + + + 0 + 0 + + + 0 + 4.048597222222223 + + + + 0 + + + + + -0 + 5.5625 + 2.439788888888889 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 0.3541666666666667 + 1.868027777777778 + 0.4305555555555556 + 0.01388888888888889 + 0.2152777777777778 + 0.006944444444444444 + + + 0.138888888888889 + 1.87497222222222 + 0.569444444444444 + 1.86108333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 0.4305555555555556 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.4305555555555556 + 0 + + + + 0 + + + + + -0 + 1.763888888888889 + 1.852377083333333 + 2.166666666666667 + 0.2396347222222222 + 1.083333333333333 + 0.1198173611111111 + + + 2.166666666666667 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.166666666666667 + 0.239634722222222 + + + 2.166666666666667 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + -0 + 1.361111111111111 + 5.733958333333334 + 2.194444444444445 + 0.3055555555555556 + 1.097222222222222 + 0.1527777777777778 + + + 2.194444444444445 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 2.194444444444445 + 0.3055555555555556 + + + 2.194444444444445 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html ng:app="phonecat"> + + + + -0 + 2.012152777777778 + 2.426666666666667 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 5.5625 + 3.645413888888889 + 2.138888888888889 + 1.211838888888888 + 1.069444444444444 + 0.6059194444444442 + + + 4 + 0 + 2 + 2 + 1 + + + 2.138888888888889 + 1.211838888888888 + -0 + + + 1 + + + 0 + + + + + -0 + 1.069444444444444 + 0.6059194444444442 + 2.138888888888889 + 1.211838888888889 + 1.069444444444444 + 0.6059194444444445 + + + 1.711111111111111 + 0.7093983333333331 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.825655027777778 + 1.034368719127778 + + + 1.825655027777778 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.3132338611111112 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.3132338611111112 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.825655027777778 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.126083333333333 + 0.8579187499999992 + 1.395583333333333 + 0.2819513888888889 + 0.6977916666666667 + 0.1409756944444444 + + + 1.395583333333333 + 0.1430625 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2819513888888897 + + + 1.395583333333333 + 0.2819513888888897 + + + 1.395583333333333 + 0 + + + 0 + 0 + + + 0 + 0.2819513888888897 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + PhoneListCtrl scope + + + + -0 + 1.240101388888889 + 0.6447187499999996 + 1.114952777777778 + 0.3443791666666667 + 0.557476388888889 + 0.1721895833333333 + + + 1.114952777777778 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 1.114952777777778 + 0.3443791666666666 + + + 1.114952777777778 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + + + + + -0 + 3.260426703622959 + 5.724365740476964 + 1.590297891634315 + 0.01388888888888889 + 0.7951489458171574 + 0.006944444444444444 + + + 2.4652777578058 + 5.73131018492141 + 4.05557564944012 + 5.72749613669886 + + + 4 + 0 + 2 + 0 + 1 + + + 1.590297891634315 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0.01388888888888889 + + + 1.590297891634315 + 0.01007484066634411 + + + + 0 + + + + + -0 + 5.645833333333333 + 3.451427777777778 + 1.319444444444444 + 0.3101166666666667 + 0.6597222222222222 + 0.1550583333333333 + + + 1.319444444444444 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.319444444444444 + 0.3101166666666665 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phones: Array + + + + -0 + 4.479166666666667 + 1.854138888888889 + 0.4861111111111111 + 0.01388888888888889 + 0.2430555555555556 + 0.006944444444444444 + + + 4.23611111111111 + 1.86108333333333 + 4.72222222222222 + 1.86108333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 0.4861111111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.4861111111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 5.590277777777778 + 1.852377083333333 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + -0 + 5.090277777777778 + 2.118055555555555 + 9.958333333333334 + 0.01388888888888889 + 4.979166666666667 + 0.006944444444444444 + + + 0.111111111111111 + 2.11111111111111 + 10.0694444444444 + 2.125 + + + 4 + 0 + 2 + 2 + 1 + + + 9.958333333333334 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 9.958333333333334 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.270833333333333 + 3.628020833333334 + 1.944444444444444 + 0.6632916666666666 + 0.9722222222222222 + 0.3316458333333333 + + + 1.944444444444444 + 0.5244027777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6632916666666659 + + + 1.944444444444444 + 0.6632916666666659 + + + 1.944444444444444 + 0 + + + 0 + 0 + + + 0 + 0.6632916666666659 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body ng:controller = + "PhoneListCtrl" + ... +> + + + + -0 + 3.368068888269159 + 3.634106227368514 + 2.236137890580627 + 0.01388888888888889 + 1.118068945290314 + 0.006944444444444444 + + + 2.24999994297885 + 3.63198885028707 + 4.48613783355947 + 3.64105067181296 + + + 4 + 0 + 2 + 0 + 1 + + + 2.236137890580627 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.004827067363000499 + + + 2.236137890580627 + 0.01388888888888889 + + + + 0 + + + + + -0 + 7.968333333333334 + 1.854166666666667 + 0.5269722222222223 + 0.01388888888888889 + 0.2634861111111111 + 0.006944444444444444 + + + 7.70484722222222 + 1.86111111111111 + 8.23181944444445 + 1.86108333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 0.5269722222222223 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.5269722222222223 + 0.01386111111111098 + + + + 0 + + + + + -0 + 9.174277777777778 + 1.852377083333333 + 1.790333333333333 + 0.2396347222222222 + 0.8951666666666667 + 0.1198173611111111 + + + 1.790333333333333 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.790333333333333 + 0.239634722222222 + + + 1.790333333333333 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Dependency Injection + + + + -0 + 3.402777777777778 + 5.859210416666667 + 1.319444444444444 + 0.2396347222222222 + 0.6597222222222222 + 0.1198173611111111 + + + 1.319444444444444 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 1.319444444444444 + 0.2396347222222222 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:app + + + + -0 + 3.527777777777778 + 3.736111111111111 + 1.444444444444444 + 0.2083333333333333 + 0.7222222222222222 + 0.1041666666666667 + + + 1.444444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2083333333333333 + + + 1.444444444444444 + 0.2083333333333333 + + + 1.444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2083333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng:controller + + + + -0 + 8.909567683277144 + 6.381116687184051 + 0.3630590778901548 + 0.5155444034096764 + 0.1815295389450774 + 0.2577722017048382 + + + 8.72803814433207 + 6.12334448547921 + 9.09109722222222 + 6.63888888888889 + + + 4 + 0 + 2 + 0 + 1 + + + 0.3630590778901548 + 0.5155444034096764 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 1.973729821555834e-16 + + + 0.3630590778901548 + 0.5155444034096767 + + + + 0 + + + + + -0 + 7.055506605290054 + 3.630169320253716 + 0.8334316488044998 + 0.01388888888888889 + 0.4167158244022499 + 0.006944444444444444 + + + 7.4722224296923 + 3.63067127545127 + 6.6387907808878 + 3.63711376469816 + + + 4 + 0 + 2 + 0 + 1 + + + 0.8334316488044998 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.8334316488044998 + 0.007446399641995388 + + + 0 + 0.01388888888888889 + + + + 0 + + + + + -0 + 5.571491596466471 + 4.6448192793081 + 0.01388888888888889 + 0.773084631461554 + 0.006944444444444444 + 0.386542315730777 + + + 5.56454715202203 + 4.25827696357732 + 5.56712949354635 + 5.03136159503888 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.773084631461554 + -0 + + + 2 + + + 1 + 0.0138889 + #6dff83 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.002582341524326953 + 0.773084631461554 + + + + 0 + + + + + -0 + 2.680573589250113 + 5.730793835948325 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222221 + 0.2608078611111111 + + + 0.3082274722222221 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888901 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888901 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222221 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + #81ffff + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 2 + + + + -0 + 8.865162625492255 + 6.318061442409235 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222217 + 0.2608078611111111 + + + 0.3082274722222217 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888941 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888941 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222217 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + #81ffff + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 5 + + + + -0 + 9.194532515933263 + 4.565103808215821 + 0.9164905236890317 + 1.269096505320532 + 0.4582452618445159 + 0.634548252660266 + + + 8.73628725408875 + 5.19965206087609 + 9.65277777777778 + 3.93055555555556 + + + 4 + 0 + 2 + 0 + 1 + + + 0.9164905236890317 + 1.269096505320532 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + 4 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -1.578983857244667e-15 + 1.269096505320532 + + + 0.9164905236890301 + 0 + + + + 0 + + + + + -0 + 6.951388888888889 + 7.0625 + 0.9027777777777778 + 0.01388888888888889 + 0.4513888888888889 + 0.006944444444444444 + + + 7.40277777777778 + 7.06944444444444 + 6.5 + 7.06944444444444 + + + 4 + 0 + 2 + 2 + 1 + + + 0.9027777777777778 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 1 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.9027777777777778 + 0.01388888888888889 + + + 0 + 0.01388888888888889 + + + + 0 + + + + + -0 + 2.55727578079469 + 3.633234068130404 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222221 + 0.2608078611111111 + + + 0.3082274722222221 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888901 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888901 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222221 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + #81ffff + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 3 + + + + -0 + 9.779333333333334 + 6.9198375 + 1.277777777777778 + 1.193158333333333 + 0.6388888888888888 + 0.5965791666666667 + + + 1.277777777777778 + 1.054269444444444 + -0 + + + 1 + + + 1 + 0.0138889 + #fb630e + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.193158333333333 + + + 1.277777777777778 + 1.193158333333333 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 1.193158333333333 + + + + 0 + + + + + -0 + 9.755208333333334 + 7.384256944444445 + 1.277777777777778 + 0.1481527777777778 + 0.6388888888888888 + 0.07407638888888889 + + + 1.277777777777778 + 0.1481527777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1481527777777778 + + + 1.277777777777778 + 0.1481527777777778 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1481527777777778 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng module + + + + -0 + 9.803819444444445 + 6.779586111111112 + 0.75 + 0.6388888888888888 + 0.375 + 0.3194444444444444 + + + 0.75 + 0.6388888888888888 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888888 + + + 0.75 + 0.6388888888888888 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888888 + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $http +$browser +$route +... + + + + -0 + 6.941194444444445 + 7.069444444444445 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222225 + 0.2608078611111111 + + + 0.3082274722222225 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888862 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888862 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222225 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + #81ffff + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 1 + + + + -0 + 0.6736111111111112 + 2.857255555555556 + 0.8194444444444444 + 0.4089611111111111 + 0.4097222222222222 + 0.2044805555555556 + + + 0.8194444444444444 + 0.2700722222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4089611111111111 + + + 0.8194444444444444 + 0.4089611111111111 + + + 0.8194444444444444 + 0 + + + 0 + 0 + + + 0 + 0.4089611111111111 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ... +</html> + + + + -0 + 4.476354166666667 + 7.088868055555555 + 3.977430555555555 + 0.8026527777777778 + 1.988715277777778 + 0.4013263888888889 + + + 3.977430555555555 + 0.6637638888888888 + -0 + + + 1 + + + 1 + 0.0138889 + #ff6f32 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.8026527777777778 + + + 3.977430555555555 + 0.8026527777777778 + + + 3.977430555555555 + 0 + + + 0 + 0 + + + 0 + 0.8026527777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + var phonecat = angular.module('phonecat', []); + + + + -0 + 8.910539456614741 + 4.958358937211254 + 0.3611111111111111 + 0.2726402777777778 + 0.1805555555555556 + 0.1363201388888889 + + + 0.2888888888888889 + 0.05195930555555554 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222217 + 0.2327129270180552 + + + 0.3082274722222217 + 0.0399273507597222 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888941 + 0.0399273507597222 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888941 + 0.2327129270180552 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222217 + 0.2327129270180552 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + #81ffff + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 4 + + + + -0 + 9.222408448149841 + 4.526503029217899 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222217 + 0.2608078611111111 + + + 0.3082274722222217 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888941 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888941 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222217 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + #81ffff + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 6 + + + + -0 + 8.402777777777779 + 5.661474305555555 + 1.444444444444444 + 0.9123847222222222 + 0.7222222222222222 + 0.4561923611111111 + + + 1.155555555555556 + 0.7734958333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.216666666666667 + 0.912384722222222 + + + 1.227777777777777 + 0.912384722222222 + + + 1.444444444444444 + 0.4561923611111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.227777777777777 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.216666666666667 + 0 + + + 0 + 0.4561923611111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.216666666666667 + 0.912384722222222 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Injector + + + + -0 + 8.402770833333333 + 5.534597222222222 + 1.026041666666667 + 0.4305555555555556 + 0.5130208333333334 + 0.2152777777777778 + + + 0.8208333333333333 + 0.1625 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.8757809427083332 + 0.367501986111111 + + + 0.8757809427083332 + 0.06305356944444461 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1502607239583335 + 0.06305356944444461 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1502607239583335 + 0.367501986111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.8757809427083332 + 0.367501986111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Instances Cache + + + + -0 + 7.743055555555555 + 6.042 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222217 + 0.2608078611111111 + + + 0.3082274722222217 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888941 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888941 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222217 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 2 + + + + -0 + 7.859618055555556 + 7.078197916666666 + 0.8290416666666667 + 0.7169569444444445 + 0.4145208333333333 + 0.3584784722222222 + + + 0.8290416666666667 + 0.5780680555555555 + -0 + + + 1 + + + 1 + 0.0138889 + #fb630e + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7169569444444446 + + + 0.8290416666666671 + 0.7169569444444446 + + + 0.8290416666666671 + 0 + + + 0 + 0 + + + 0 + 0.7169569444444446 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Modules + + + + -3.141593 + 8.702055555555555 + 7.076388888888889 + 0.8458888888888888 + 0.01388888888888889 + 0.4229444444444444 + 0.006944444444444444 + + + 8.27911111111111 + 7.06944444444444 + 9.125 + 7.08333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 0.8458888888888888 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 1 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.8458888888888888 + 0.01388888888888879 + + + 0 + 0 + + + + 0 + + + + + -0 + 8.742861111111111 + 7.077058333333333 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222217 + 0.2608078611111111 + + + 0.3082274722222217 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888941 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888941 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222217 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + #81ffff + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 1 + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/guide/dom_scope.graffle b/images/docs/guide/dom_scope.graffle index 14dcfa1d2f7b..dbd09235de42 100644 --- a/images/docs/guide/dom_scope.graffle +++ b/images/docs/guide/dom_scope.graffle @@ -1234,7 +1234,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural -\f0\fs24 \cf0 Angular Scope} +\f0\fs24 \cf0 AngularJS Scope} VerticalPad 0 @@ -1594,7 +1594,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural -\f0\fs24 \cf0 angular scope} +\f0\fs24 \cf0 AngularJS scope} @@ -1635,7 +1635,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural -\f0\fs24 \cf0 angular scope} +\f0\fs24 \cf0 AngularJS scope} @@ -1676,7 +1676,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural -\f0\fs24 \cf0 angular scope} +\f0\fs24 \cf0 AngularJS scope} @@ -1752,7 +1752,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural -\f0\fs24 \cf0 angular root scope} +\f0\fs24 \cf0 AngularJS root scope} @@ -1865,7 +1865,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural -\f0\fs28 \cf0 Angular Scopes} +\f0\fs28 \cf0 AngularJS Scopes} diff --git a/images/docs/guide/dom_scope.svg b/images/docs/guide/dom_scope.svg new file mode 100644 index 000000000000..7dac60b7342e --- /dev/null +++ b/images/docs/guide/dom_scope.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-05-11 16:27:17 +0000Canvas 1Layer 1name: "Misko"AngularJS ScopesData Model<html>angular root scopeangular scopeangular scopeangular scoperepeater scopeKey:<...>ngAngularJS ScopeDOM Node<ul ng:init="name='Hank'; names=['Igor',...]">name: "Hank"name: "Kai"name: "Gail"name: "Igor"names: "['Igor', 'Misko', 'Gail', Kai']"Scope Propertythis<LI> Repeater<LI> Repeater<LI> Repeater<li ng:repeat= "name in names"> Name = {{ name }}!Templateng:autobind Implicit Scope Declarationng:repeat</html>Binding Point Between Data & View{{ ... }} diff --git a/images/docs/guide/dom_scope.vdx b/images/docs/guide/dom_scope.vdx new file mode 100644 index 000000000000..f6aa31cc8f73 --- /dev/null +++ b/images/docs/guide/dom_scope.vdx @@ -0,0 +1,4587 @@ + + + + 12 + 52 + + + 8 + 10.1806 + 0 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 6.965277777777778 + 6.611111111111111 + 1.902777777777778 + 0.2777777777777778 + 0.9513888888888888 + 0.1388888888888889 + + + 1.522222222222222 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.2854166666666668 + 0.2777777777777778 + + + 1.617361111111112 + 0.2777777777777778 + + + 1.902777777777778 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.617361111111112 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.2854166666666668 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.2854166666666668 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + name: "Misko" + + + + -0 + 5.437516575569735 + 6.601709696878245 + 1.138942182233639 + 0.01388888888888889 + 0.5694710911168196 + 0.006944444444444444 + + + 6.00698766668656 + 6.60865414132269 + 4.86804548445292 + 6.60573399584679 + + + 4 + 0 + 2 + 0 + 2 + + + 1.138942182233639 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.138942182233639 + 0.01388888888888889 + + + 0 + 0.01096874341298578 + + + + 0 + + + + + -0 + 4.243055555555555 + 4.979166666666667 + 1.597222222222222 + 0.2361111111111111 + 0.7986111111111112 + 0.1180555555555556 + + + 1.597222222222222 + 0.09722222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #91ff9d + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 1.597222222222222 + 0.2361111111111111 + + + 1.597222222222222 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + AngularJS Scopes + + + + -0 + 7.006944444444445 + 4.986111111111111 + 1.263888888888889 + 0.25 + 0.6319444444444444 + 0.125 + + + 1.263888888888889 + 0.1111111111111111 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #fdfffc + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.25 + + + 1.263888888888889 + 0.25 + + + 1.263888888888889 + 0 + + + 0 + 0 + + + 0 + 0.25 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Data Model + + + + -0 + 0.7708333333333334 + 9.125 + 0.9583333333333334 + 0.5277777777777778 + 0.4791666666666667 + 0.2638888888888889 + + + 0.9583333333333334 + 0.3888888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 0.9583333333333334 + 0.5277777777777778 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <html> + + + + -0 + 4.083333333333333 + 9.125 + 1.972222222222222 + 0.5277777777777778 + 0.9861111111111112 + 0.2638888888888889 + + + 1.577777777777778 + 0.2305555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.683396194444444 + 0.4504863055555556 + + + 1.683396194444444 + 0.07729147222222228 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2888260277777779 + 0.07729147222222228 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2888260277777779 + 0.4504863055555556 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.683396194444444 + 0.4504863055555556 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + angular root scope + + + + -0 + 2.173610864583334 + 9.118055555555555 + 1.833332840277781 + 0.01388888888888889 + 0.9166664201388903 + 0.006944444444444444 + + + 1.25694444444444 + 9.125 + 3.09027728472222 + 9.125 + + + 4 + 0 + 2 + 0 + 2 + + + 1.833332840277781 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 1.833332840277781 + 0.01388888888888889 + + + + 0 + + + + + -0 + 4.006944444444445 + 6.854166666666667 + 1.208333333333333 + 0.5277777777777778 + 0.6041666666666666 + 0.2638888888888889 + + + 0.9666666666666668 + 0.2305555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.031376541666667 + 0.4504863055555555 + + + 1.031376541666667 + 0.07729147222222228 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1769567916666664 + 0.07729147222222228 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1769567916666664 + 0.4504863055555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.031376541666667 + 0.4504863055555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + angular scope + + + + -0 + 4.131944444444445 + 6.729166666666667 + 1.208333333333333 + 0.5277777777777778 + 0.6041666666666666 + 0.2638888888888889 + + + 0.9666666666666668 + 0.2305555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.031376541666667 + 0.4504863055555555 + + + 1.031376541666667 + 0.07729147222222189 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1769567916666664 + 0.07729147222222189 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1769567916666664 + 0.4504863055555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.031376541666667 + 0.4504863055555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + angular scope + + + + -0 + 4.256944444444445 + 6.604166666666667 + 1.208333333333333 + 0.5277777777777778 + 0.6041666666666666 + 0.2638888888888889 + + + 0.9666666666666668 + 0.2305555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.031376541666667 + 0.4504863055555555 + + + 1.031376541666667 + 0.07729147222222189 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1769567916666664 + 0.07729147222222189 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1769567916666664 + 0.4504863055555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.031376541666667 + 0.4504863055555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + angular scope + + + + -0 + 4.409722222222222 + 6.479166666666667 + 1.263888888888889 + 0.5277777777777778 + 0.6319444444444444 + 0.2638888888888889 + + + 1.011111111111111 + 0.2305555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.078796152777778 + 0.4504863055555555 + + + 1.078796152777778 + 0.07729147222222189 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1850927361111114 + 0.07729147222222189 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1850927361111114 + 0.4504863055555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.078796152777778 + 0.4504863055555555 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + repeater scope + + + + -0 + 4.045138606586067 + 7.989574494416975 + 0.05816922789910153 + 1.729213182587807 + 0.02908461394955077 + 0.8646065912939033 + + + 4.07422322053562 + 8.85418108571088 + 4.01605399263652 + 7.12496790312307 + + + 4 + 0 + 2 + 0 + 2 + + + 0.05816922789910153 + 1.729213182587807 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.05816922789910153 + 1.729213182587807 + + + 0 + 0 + + + + 0 + + + + + -0 + 4.107638907330827 + 7.927080117156079 + 0.03762104049121796 + 1.854183424030814 + 0.01881052024560898 + 0.9270917120154072 + + + 4.08882838708522 + 8.85417182917149 + 4.12644942757644 + 6.99998840514067 + + + 4 + 0 + 2 + 0 + 2 + + + 0.03762104049121796 + 1.854183424030814 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 1.854183424030814 + + + 0.03762104049121796 + -3.947459643111667e-16 + + + + 0 + + + + + -0 + 4.170141470904184 + 7.864546311032108 + 0.1363197698883098 + 1.979362322970406 + 0.06815988494415492 + 0.9896811614852032 + + + 4.10198158596003 + 8.85422747251731 + 4.23830135584834 + 6.87486514954691 + + + 4 + 0 + 2 + 0 + 2 + + + 0.1363197698883098 + 1.979362322970406 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 1.979362322970406 + + + 0.1363197698883098 + 3.947459643111667e-16 + + + + 0 + + + + + -0 + 4.246540384202665 + 7.801981087448313 + 0.2596424152345631 + 2.104760940328184 + 0.1298212076172815 + 1.052380470164092 + + + 4.11671917658538 + 8.85436155761241 + 4.37636159181995 + 6.74960061728422 + + + 4 + 0 + 2 + 0 + 2 + + + 0.2596424152345631 + 2.104760940328184 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 2.104760940328184 + + + 0.2596424152345631 + 0 + + + + 0 + + + + + -0 + 2.138888888888889 + 3.34375 + 3.944444444444445 + 2.354166666666667 + 1.972222222222222 + 1.177083333333333 + + + 3.944444444444445 + 2.215277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.354166666666667 + + + 3.944444444444445 + 2.354166666666667 + + + 3.944444444444445 + 0 + + + 0 + 0 + + + 0 + 2.354166666666667 + + + + 0 + + + + + -0 + 0.4097222222222222 + 4.409722222222222 + 0.625 + 0.1944444444444444 + 0.3125 + 0.09722222222222222 + + + 0.625 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.625 + 0.1944444444444444 + + + 0.625 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Key: + + + + -0 + 0.8194444444444444 + 4.034722222222222 + 0.5555555555555556 + 0.2777777777777778 + 0.2777777777777778 + 0.1388888888888889 + + + 0.5555555555555556 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2777777777777778 + + + 0.5555555555555556 + 0.2777777777777778 + + + 0.5555555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2777777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <...> + + + + -0 + 0.8194444444444444 + 3.576388888888889 + 0.5555555555555556 + 0.2777777777777778 + 0.2777777777777778 + 0.1388888888888889 + + + 0.4444444444444444 + 0.05555555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.4741961111111112 + 0.2370980555555554 + + + 0.4741961111111112 + 0.04067972222222238 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.08135944444444447 + 0.04067972222222238 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.08135944444444447 + 0.2370980555555554 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.4741961111111112 + 0.2370980555555554 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng + + + + -0 + 1.979166666666667 + 3.576388888888889 + 1.208333333333333 + 0.1944444444444444 + 0.6041666666666666 + 0.09722222222222222 + + + 1.208333333333333 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.208333333333333 + 0.1944444444444444 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + AngularJS Scope + + + + -0 + 1.902777777777778 + 4.034722222222222 + 1.055555555555556 + 0.1944444444444444 + 0.5277777777777778 + 0.09722222222222222 + + + 1.055555555555556 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.055555555555556 + 0.1944444444444444 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DOM Node + + + + -0 + 1.509555555555556 + 8.069437499999999 + 2.185777777777778 + 0.8055416666666667 + 1.092888888888889 + 0.4027708333333334 + + + 2.185777777777778 + 0.6666527777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.8055416666666668 + + + 2.185777777777778 + 0.8055416666666668 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.8055416666666668 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ul + ng:init="name='Hank'; + names=['Igor',...]"> + + + + -0 + 6.798611111111111 + 8.833333333333334 + 1.847222222222222 + 0.2777777777777778 + 0.9236111111111112 + 0.1388888888888889 + + + 1.477777777777778 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.2770833333333332 + 0.2777777777777778 + + + 1.570138888888888 + 0.2777777777777778 + + + 1.847222222222222 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.570138888888888 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.2770833333333332 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.2770833333333332 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + name: "Hank" + + + + -0 + 5.471439459893871 + 8.975894039069308 + 0.9316550856895797 + 0.1000754367044815 + 0.4658275428447898 + 0.05003771835224077 + + + 5.00561191704908 + 9.02593175742155 + 5.93726700273866 + 8.92585632071707 + + + 4 + 0 + 2 + 0 + 2 + + + 0.9316550856895797 + 0.1000754367044815 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.1000754367044815 + + + 0.9316550856895797 + 0 + + + + 0 + + + + + -0 + 6.993055555555555 + 7.444444444444445 + 1.847222222222222 + 0.2777777777777778 + 0.9236111111111112 + 0.1388888888888889 + + + 1.477777777777778 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.2770833333333332 + 0.2777777777777778 + + + 1.570138888888888 + 0.2777777777777778 + + + 1.847222222222222 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.570138888888888 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.2770833333333332 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.2770833333333332 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + name: "Kai" + + + + -0 + 6.993055555555555 + 7.027777777777778 + 1.902777777777778 + 0.2777777777777778 + 0.9513888888888888 + 0.1388888888888889 + + + 1.522222222222222 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.2854166666666668 + 0.2777777777777778 + + + 1.617361111111112 + 0.2777777777777778 + + + 1.902777777777778 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.617361111111112 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.2854166666666668 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.2854166666666668 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + name: "Gail" + + + + -0 + 6.993055555555555 + 6.1875 + 1.847222222222222 + 0.2777777777777778 + 0.9236111111111112 + 0.1388888888888889 + + + 1.477777777777778 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.2770833333333332 + 0.2777777777777778 + + + 1.570138888888888 + 0.2777777777777778 + + + 1.847222222222222 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.570138888888888 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.2770833333333332 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.2770833333333332 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + name: "Igor" + + + + -0 + 5.582789814505547 + 6.346723476681152 + 1.112047722749924 + 0.1255537162235601 + 0.556023861374962 + 0.06277685811178005 + + + 6.13881367588051 + 6.28394661856937 + 5.02676595313059 + 6.40950033479293 + + + 4 + 0 + 2 + 0 + 2 + + + 1.112047722749924 + 0.1255537162235601 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.112047722749924 + -7.894919286223335e-16 + + + 0 + 0.1255537162235593 + + + + 0 + + + + + -0 + 5.416344287641132 + 6.863217830208045 + 1.379572143938477 + 0.1439847131780011 + 0.6897860719692387 + 0.07199235658900054 + + + 6.10613035961037 + 6.93521018679705 + 4.72655821567189 + 6.79122547361904 + + + 4 + 0 + 2 + 0 + 2 + + + 1.379572143938477 + 0.1439847131780011 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.379572143938478 + 0.1439847131780011 + + + 7.894919286223335e-16 + 0 + + + + 0 + + + + + -0 + 5.428869156987641 + 7.135244763693553 + 1.729082326430182 + 0.3417953920413213 + 0.8645411632150908 + 0.1708976960206606 + + + 6.29341032020273 + 7.30614245971421 + 4.56432799377255 + 6.96434706767289 + + + 4 + 0 + 2 + 0 + 2 + + + 1.729082326430182 + 0.3417953920413213 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.729082326430182 + 0.3417953920413213 + + + 0 + 0 + + + + 0 + + + + + -0 + 0.75 + 10.09722222222222 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 6.75 + 8.319444444444445 + 2.083333333333333 + 0.4444444444444444 + 1.041666666666667 + 0.2222222222222222 + + + 1.666666666666667 + 0.3055555555555556 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3125 + 0.4444444444444444 + + + 1.770833333333333 + 0.4444444444444444 + + + 2.083333333333333 + 0.2222222222222222 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.770833333333333 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.3125 + 0 + + + 0 + 0.2222222222222222 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.3125 + 0.4444444444444444 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + names: "['Igor', 'Misko', 'Gail', Kai']" + + + + -0 + 5.375877442623509 + 8.73454335010994 + 1.263974731881246 + 0.3818263034961862 + 0.6319873659406229 + 0.1909131517480931 + + + 4.74389007668289 + 8.92545650185803 + 6.00786480856413 + 8.54363019836185 + + + 4 + 0 + 2 + 0 + 2 + + + 1.263974731881246 + 0.3818263034961862 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.3818263034961862 + + + 1.263974731881246 + 0 + + + + 0 + + + + + -0 + 1.979166666666667 + 2.854166666666667 + 1.208333333333333 + 0.1944444444444444 + 0.6041666666666666 + 0.09722222222222222 + + + 1.208333333333333 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.208333333333333 + 0.1944444444444444 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Property + + + + -0 + 0.8333333333333334 + 2.854166666666667 + 0.7222222222222222 + 0.2777777777777778 + 0.3611111111111111 + 0.1388888888888889 + + + 0.5777777777777778 + 0.1388888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.1083333333333333 + 0.2777777777777778 + + + 0.6138888888888889 + 0.2777777777777778 + + + 0.7222222222222222 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 0.6138888888888889 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.1083333333333333 + 0 + + + 0 + 0.1388888888888889 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.1083333333333333 + 0.2777777777777778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + this + + + + -0 + 3.126437970014337 + 6.427707036526166 + 1.294553760267219 + 0.05191226963589438 + 0.6472768801336096 + 0.02595613481794719 + + + 2.47916108988073 + 6.40175090170822 + 3.77371485014795 + 6.45366317134411 + + + 4 + 0 + 2 + 0 + 2 + + + 1.294553760267219 + 0.05191226963589438 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -3.947459643111667e-16 + 0 + + + 1.294553760267219 + 0.05191226963589438 + + + + 0 + + + + + -0 + 3.000322055056071 + 6.578716340673741 + 1.29231362449717 + 0.02617366136462193 + 0.6461568122485851 + 0.01308683068231097 + + + 2.35416524280749 + 6.56562950999143 + 3.64647886730466 + 6.59180317135605 + + + 4 + 0 + 2 + 0 + 2 + + + 1.29231362449717 + 0.02617366136462193 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.29231362449717 + 0.02617366136462193 + + + + 0 + + + + + -0 + 2.875322055056071 + 6.703716340673741 + 1.29231362449717 + 0.02617366136462154 + 0.6461568122485851 + 0.01308683068231077 + + + 2.22916524280749 + 6.69062950999143 + 3.52147886730466 + 6.71680317135605 + + + 4 + 0 + 2 + 0 + 2 + + + 1.29231362449717 + 0.02617366136462154 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 3.947459643111667e-16 + + + 1.29231362449717 + 0.02617366136462193 + + + + 0 + + + + + -0 + 2.750322055056071 + 6.828716340673741 + 1.29231362449717 + 0.02617366136462154 + 0.6461568122485851 + 0.01308683068231077 + + + 2.10416524280749 + 6.81562950999143 + 3.39647886730466 + 6.84180317135605 + + + 4 + 0 + 2 + 0 + 2 + + + 1.29231362449717 + 0.02617366136462154 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 3.947459643111667e-16 + + + 1.29231362449717 + 0.02617366136462193 + + + + 0 + + + + + -0 + 1.263888888888889 + 6.798611111111111 + 1.666666666666667 + 0.5277777777777778 + 0.8333333333333334 + 0.2638888888888889 + + + 1.666666666666667 + 0.3888888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f4ff3a + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 1.666666666666667 + 0.5277777777777778 + + + 1.666666666666667 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <LI> Repeater + + + + -0 + 1.388888888888889 + 6.673611111111111 + 1.666666666666667 + 0.5277777777777778 + 0.8333333333333334 + 0.2638888888888889 + + + 1.666666666666667 + 0.3888888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f4ff3a + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 1.666666666666667 + 0.5277777777777778 + + + 1.666666666666667 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <LI> Repeater + + + + -0 + 1.513888888888889 + 6.548611111111111 + 1.666666666666667 + 0.5277777777777778 + 0.8333333333333334 + 0.2638888888888889 + + + 1.666666666666667 + 0.3888888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f4ff3a + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 1.666666666666667 + 0.5277777777777778 + + + 1.666666666666667 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + <LI> Repeater + + + + -0 + 1.638888888888889 + 6.368055555555555 + 1.666666666666667 + 0.6388888888888888 + 0.8333333333333334 + 0.3194444444444444 + + + 1.666666666666667 + 0.5 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f4ff3a + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888888 + + + 1.666666666666667 + 0.6388888888888888 + + + 1.666666666666667 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888888 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <li ng:repeat= + "name in names"> + Name = {{ name }}! + + + + -0 + 3.979166666666667 + 4.746527777777778 + 7.625 + 0.01388888888888889 + 3.8125 + 0.006944444444444444 + + + 0.166666666666667 + 4.73958333333333 + 7.5 + 4.75347222222222 + + + 4 + 0 + 0 + 2 + 2 + + + 7.625 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 7.625 + 0.01388888888888889 + + + 7.333333333333333 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.472222222222222 + 4.979166666666667 + 1.055555555555556 + 0.2361111111111111 + 0.5277777777777778 + 0.1180555555555556 + + + 1.055555555555556 + 0.09722222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2361111111111111 + + + 1.055555555555556 + 0.2361111111111111 + + + 1.055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2361111111111111 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 2.111111111111111 + 9.215277777777779 + 1.111111111111111 + 0.1944444444444444 + 0.5555555555555556 + 0.09722222222222222 + + + 1.111111111111111 + 0.05555555555555555 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.111111111111111 + 0.1944444444444444 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:autobind + + + + -0 + 0.8469694444444444 + 3.215277777777778 + 0.6383833333333333 + 0.01388888888888889 + 0.3191916666666667 + 0.006944444444444444 + + + 0.527777777777778 + 3.22222222222222 + 1.16616111111111 + 3.22222222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6383833333333333 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6383833333333333 + 0.01388888888888889 + + + + 0 + + + + + -0 + 2.351558333333334 + 3.227404861111111 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + -0 + 3.125 + 6.3125 + 1.111111111111111 + 0.1944444444444444 + 0.5555555555555556 + 0.09722222222222222 + + + 1.111111111111111 + 0.05555555555555555 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.111111111111111 + 0.1944444444444444 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:repeat + + + + -0 + 0.7708333333333334 + 5.572916666666667 + 0.9583333333333334 + 0.5277777777777778 + 0.4791666666666667 + 0.2638888888888889 + + + 0.9583333333333334 + 0.3888888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5277777777777778 + + + 0.9583333333333334 + 0.5277777777777778 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.5277777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + </html> + + + + -0 + 2.8125 + 2.395833333333333 + 2.875 + 0.1944444444444444 + 1.4375 + 0.09722222222222222 + + + 2.875 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 2.875 + 0.1944444444444444 + + + 2.875 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Binding Point Between Data & View + + + + -0 + 0.8055555555555556 + 2.395833333333333 + 0.5 + 0.1944444444444444 + 0.25 + 0.09722222222222222 + + + 0.5 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.5 + 0.1944444444444444 + + + 0.5 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + {{ ... }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/guide/form_data_flow.graffle b/images/docs/guide/form_data_flow.graffle index f47217fdd0db..e36a39888ae8 100644 --- a/images/docs/guide/form_data_flow.graffle +++ b/images/docs/guide/form_data_flow.graffle @@ -6,8 +6,8 @@ 0 ApplicationVersion - com.omnigroup.OmniGrafflePro - 138.30.0.155892 + com.omnigroup.OmniGraffle6 + 169.10.0.256984 AutoAdjust @@ -21,11 +21,6 @@ 2 Style - shadow - - Draws - NO - stroke Draws @@ -33,6 +28,8 @@ + BaseZoom + 0 CanvasOrigin {0, 0} ColumnAlign @@ -40,13 +37,13 @@ ColumnSpacing 36 CreationDate - 2011-10-05 20:45:08 -0700 + 2011-10-06 03:45:08 +0000 Creator Miško Hevery DisplayScale - 1 0/72 in = 1 0/72 in + 1 in = 1 in GraphDocumentVersion - 6 + 12 GraphicsList @@ -60,8 +57,6 @@ Resize ID 28 - Shape - Rectangle Style fill @@ -85,16 +80,16 @@ Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 $validate} VerticalPad - 0 + 0.0 Wrap NO @@ -106,7 +101,7 @@ {0, 0} {0, 29} - {4.57764e-05, -29.0001} + {4.5776399999999998e-05, -29.0001} {0, 0} {0, 0} {0, 0} @@ -129,12 +124,19 @@ Style + shadow + + Draws + NO + stroke Bezier HeadArrow FilledArrow + Legacy + LineType 1 TailArrow @@ -160,8 +162,6 @@ Resize ID 22 - Shape - Rectangle Style fill @@ -185,12 +185,12 @@ Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 copy \f1\b $modelValue @@ -199,7 +199,7 @@ to model \f1\b property\ $validate} VerticalPad - 0 + 0.0 @@ -209,8 +209,6 @@ $validate} ShapedGraphic ID 21 - Shape - Rectangle Style fill @@ -234,21 +232,21 @@ $validate} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\fs24 \cf0 DOM Event\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f1\b \cf0 $emit(\ '$viewChange', \ value)} VerticalPad - 0 + 0.0 Wrap NO @@ -264,8 +262,6 @@ $validate} Resize ID 19 - Shape - Rectangle Style fill @@ -287,16 +283,16 @@ $validate} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs24 \cf0 $render()} VerticalPad - 0 + 0.0 Wrap NO @@ -312,8 +308,6 @@ $validate} Resize ID 17 - Shape - Rectangle Style fill @@ -335,16 +329,16 @@ $validate} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs24 \cf0 $parseView()} VerticalPad - 0 + 0.0 Wrap NO @@ -360,8 +354,6 @@ $validate} Resize ID 16 - Shape - Rectangle Style fill @@ -383,16 +375,16 @@ $validate} Text Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs24 \cf0 $parseModel()} VerticalPad - 0 + 0.0 Wrap NO @@ -408,8 +400,6 @@ $validate} Resize ID 15 - Shape - Rectangle Style fill @@ -433,18 +423,18 @@ $validate} Align 0 Pad - 0 + 0.0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;\f1\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs24 \cf0 $watch \f1\b0 \ callback} VerticalPad - 0 + 0.0 Wrap NO @@ -463,16 +453,23 @@ callback} 14 Points - {229.332, 257.285} + {229.15531305383581, 256.81702905473225} {216, 222} - {229.332, 186.715} + {229.33203814348695, 186.7152439688449} Style + shadow + + Draws + NO + stroke HeadArrow FilledArrow + Legacy + LineType 1 TailArrow @@ -501,16 +498,23 @@ callback} 13 Points - {229.332, 350.285} + {229.17059477670924, 349.81153687503729} {219, 320} - {229.332, 287.715} + {229.33203814348695, 287.7152439688449} Style + shadow + + Draws + NO + stroke HeadArrow FilledArrow + Legacy + LineType 1 TailArrow @@ -539,16 +543,23 @@ callback} 12 Points - {229.332, 479.49} - {214, 425.705} - {229.332, 380.715} + {229.19496849860738, 479.00891060262398} + {214, 425.70499999999998} + {229.33203814348695, 380.7152439688449} Style + shadow + + Draws + NO + stroke HeadArrow FilledArrow + Legacy + LineType 1 TailArrow @@ -577,16 +588,23 @@ callback} 11 Points - {313.668, 380.715} - {329, 418.705} - {313.668, 479.49} + {313.8550874978871, 381.178907903908} + {329, 418.70499999999998} + {313.66796185651305, 479.48975603115508} Style + shadow + + Draws + NO + stroke HeadArrow FilledArrow + Legacy + LineType 1 TailArrow @@ -613,16 +631,23 @@ callback} 10 Points - {313.668, 287.715} + {313.82910599113347, 288.18856510639387} {325, 321} - {313.668, 350.285} + {313.66796185651305, 350.2847560311551} Style + shadow + + Draws + NO + stroke HeadArrow FilledArrow + Legacy + LineType 1 TailArrow @@ -649,16 +674,23 @@ callback} 9 Points - {313.668, 186.715} + {313.83824493935902, 187.18535456607515} {325, 218} - {313.668, 257.285} + {313.66796185651305, 257.2847560311551} Style + shadow + + Draws + NO + stroke HeadArrow FilledArrow + Legacy + LineType 1 TailArrow @@ -691,8 +723,6 @@ callback} {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -700,11 +730,11 @@ callback} Color b - 0.302239 + 0.30223899999999998 g - 0.746867 + 0.74686699999999995 r - 0.964157 + 0.96415700000000004 shadow @@ -721,10 +751,10 @@ callback} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs24 \cf0 DOM} @@ -747,8 +777,6 @@ callback} {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -756,11 +784,11 @@ callback} Color b - 0.59983 + 0.59982999999999997 g - 0.937216 + 0.93721600000000005 r - 0.609412 + 0.60941199999999995 shadow @@ -777,10 +805,10 @@ callback} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs24 \cf0 $viewValue} @@ -803,8 +831,6 @@ callback} {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -812,11 +838,11 @@ callback} Color b - 0.59983 + 0.59982999999999997 g - 0.937216 + 0.93721600000000005 r - 0.609412 + 0.60941199999999995 shadow @@ -833,17 +859,17 @@ callback} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs24 \cf0 $modelValue} Bounds - {{223, 477.205}, {97, 35}} + {{223, 477.20499999999998}, {97, 35}} Class ShapedGraphic ID @@ -859,8 +885,6 @@ callback} {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -868,11 +892,11 @@ callback} Color b - 0.59983 + 0.59982999999999997 g - 0.937216 + 0.93721600000000005 r - 0.609412 + 0.60941199999999995 shadow @@ -889,10 +913,10 @@ callback} Text Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fmodern\fcharset0 CourierNewPS-BoldMT;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\b\fs24 \cf0 property} @@ -915,8 +939,6 @@ callback} {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -924,11 +946,11 @@ callback} Color b - 1 + 1 g - 0.928021 + 0.92802099999999998 r - 0.860007 + 0.86000699999999997 shadow @@ -951,10 +973,10 @@ callback} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs28 \cf0 Widget (scope)} @@ -963,7 +985,7 @@ callback} Bounds - {{94, 454}, {365, 87.7054}} + {{94, 454}, {365, 87.705399999999997}} Class ShapedGraphic ID @@ -979,8 +1001,6 @@ callback} {1, 0} {-1, 0} - Shape - Rectangle Style fill @@ -988,11 +1008,11 @@ callback} Color b - 1 + 1 g - 0.930219 + 0.93021900000000002 r - 0.859335 + 0.85933499999999996 shadow @@ -1015,10 +1035,10 @@ callback} Align 0 Text - {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 + {\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs28 \cf0 Controller (scope)} @@ -1061,6 +1081,8 @@ callback} 0.0 layoutEngine dot + neatoLineLength + 0.20000000298023224 neatoSeparation 0.0 twopiSeparation @@ -1073,9 +1095,9 @@ callback} MasterSheets ModificationDate - 2011-10-05 21:16:40 -0700 + 2016-04-12 13:16:14 +0000 Modifier - Miško Hevery + Peter Bacon Darwin NotesVisible NO Orientation @@ -1091,15 +1113,30 @@ callback} float 41 + NSHorizonalPagination + + coded + BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFxlwCG + NSLeftMargin float 18 + NSPaperName + + string + Letter + NSPaperSize + + size + {612, 792} + + NSPrintReverseOrientation coded - BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAx7X05TU2l6ZT1mZn2WgWQCgRgDhg== + BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFxlwCG NSRightMargin @@ -1114,1131 +1151,6 @@ callback} PrintOnePage - QuickLookPreview - - JVBERi0xLjMKJcTl8uXrp/Og0MTGCjUgMCBvYmoKPDwgL0xlbmd0aCA2IDAgUiAvRmls - dGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGlWsluHTcW3fMruDAQGWiXi1OxuI2c - AB3ASKctJAu7F+rn51hpyZJlxUH+Pudcjm/QgHSM4PGyOB6eO/BSn/VP+rOe8S/ERUfn - 9O1W/6I/6ZenX4zefNFG/n3Z6BfzFDT/Hxp+YDPLZvO0rouNflHzlHyY08qO6GbmVduY - 9JX2PkjpUvtgp+isSD4k/GZZykvQG7RA7Rwmm3xU7JC0SXEKmKL1NsnIdxm4CXnGJl5i - AfNklxX9c3OVfB8L5ToNZh2l+8q5FRZ5ieaqrrxOwp3WHW/0x1a+0h8Axw/4/zf9Vnv8 - +w8gf59RPn2jZ8UjeHOKszByGi/4w+PYXMkgPvgCIUsdQkpExy95lygrj91mCIONU5yD - kw5JBxcm76JrEAZv8neeTRMyhFUE/HV3tYpAtbFYrtMIOE0avwxlJa24SELYVl4n4Y4I - IX8rhCxf6TfgKvgGTMA3cuuzamDZuICaFhs0HhsEat+eaeMLll6/MBH00S+sn9ZAOpxd - 6Zffm2kG3mcf9Ft1cvqcFLf65Po52IzfT+X37nb/y2X5Un+3tUFpqU50afHu5Ev9tqmF - Ov5NadN6v3v+HLQ4+0F/d5Z3Ss2CPkGz1sU4rCp5590cseaiWQGknufZFG40sROkVZEZ - YfVUPCOUCUBE+mauOL8Umji3isZUNXVQVRKEv5kbKA20YD0OsnZjEWPJKbNQ5F7tpoT/ - VhiSvAAMlVpdXWGlQ1s/OdGESoxWQQXb1x1VdMeA5ZyxgNTEDlKrEkPjuX0osgghSF+Q - lqJbYwUpCZSoLbYLh0CQPH4zSCx13aFECHI3GiGOlUFCoci9ugJiygKoLK2urrCApNr6 - CVITKkit4pgKdXuTVcgvZgpgFME7rkLGwAuQc7sqdPLLc332W+bucBKPj7r4yc/JQkWP - D/xWn1wUVXlffn+VX3XSVOfu/1U4BdPyr+3tZntz9/v5pb69IJtMEvsRorbGZl2ht4jJ - w8DCfvzzyuhX19TVf28vz+8uvm5Pry+vby+utne3FxuFQaoXnadlTt5YUWIXLU6VvhRa - YMFLKLN1RRktzlsmuNJuXsqkpQ6K4ozLGtzaOTuXVj5NYtqGGph3WazudQ68RR3Haj1h - v+fFrsPo+CQ9+xpqzbjWUoexrE20GQaF0tNaV9ZVR+81ZQ2g/0GdOqg5bLPTjy6Me+Qa - 6owFCYxVV1VRPcSZWnJYS3vyNvvogczikqkZrYOHDQMnLGxLg6rVDcfV6hrofnUTXJVV - vYYRCsfa9KPxCcaIdcNxBXAwgUT9uALoyVaqraHWEKpKrVY3HFera+DV0ftBtDUMx9Xq - Wr/7a2A7h1Zlj8NxVSTQqhxXQ6utvdZgrOG4au3R4GC0bNmmAQqgWbT32zO4VvF/Z7DX - tkQKMEN2ndbZLzD22cJB83OQcHJze32zvb37sxu6wWZQ3Y/bDOcQ0j5qLmhzirnAwp5q - LtwaRupRHFgHsdPLxVWi7sY3F+mqurgwsOxiWCQKaBbHhbnzC8JILYoDqyi2I3dloF6B - iTadXg7izrcdYeAO1zvQpu6nskZx840wFHa4wopjUQKPpveCIemarJzYlY4AxAEfn/GB - wRMauWVHcx0Y1OFUDgEq7zx9sNV1k+EgDJpKcYQTYgclDzTil9i3Gj/Oe7+w05BWpTZV - LuT9VDgRxOHmVm0HhV04UfFYPFG0zi0IvUs8cVzlXALhF4aY+yr37Or6/fby5/PL3+Hr - S3ihBq2731N7+LPHte7vOWkfR5poipeqnSzFRhMf4Z947pUmnuwfREQXnSYIIcUEDoP5 - gSYewkATigNNKNbjrAO1CuUx0XD6FHvjfWFsKGahN837Af2arR5owq3v0CQjdRibj1qn - EMsMWqcpDkaMYkPPIjzl9W2oIPuriAs5bzFV1BZOdkfrbJq71lEY4KTY4VQU27brQL0C - Ew0ocd6db6MwOkArZqF/LftpcHK3Teso7MCJCvVErWNGQPwOovh7tI7hZVgX7ZSE8t3R - Pft6sf1jV+meFh4Hm6joiIztA5FxcXW83vJSG23wiLSnuEYTUkTJxRSTMWoMjIMkkXqA - A3EgCb+2Uw85n2SGmgUGaBAD48XePuTkSdPg4HE9q9E3hYElEMd4l1/baYYy0FBBfdgR - jwoqYEVjQ0kw9aZ1Q40m3G+jCYWRJipj9bDWaSNJlbZNigOgFCtAypTsUq3QRlJMXYyi - sdXEmTXfiRueZsXpFDwVhQFPil3rNMW27zpQr8BEHSZlIO582xF6Q1lv93UQ84E3OLFb - 1eDk1kc4C1KH6acjEWbg9Xn0dVbvhZe4wOHaNyNTkH0d7iwlvHz14+vm444mM4jnAuTN - iljC5EuHiRPTDsyOGm9pKQEJoLYuQbEpGDJLSnZhLiOHhCEyxQr3jpwqGpoFQS8CGOvj - tOJygS5lv5IFZnZSUm7OIEqIMxJCzKeZ6GCOnIH7Dkh/IHcD7BikcaVpmZFpxFLnID7u - I2r3OktANiMvOiMvOmTzWuqz9YDhm/yK7G+fziILsjIpM0xnPbYIPwgNHaYbOnNTNRG7 - f7GjT6oQ2xWZU4EYrjhDbHEVW+dEqxJKxMeEReS9udUgtyZglwa4S+Bk6P0NkhxzVI5X - 3wUpPI6aMAvCLDPlfBnXxg37lR4PYCLXx7wn1WxxMBAuwTQuJgOM5LhJi3LJYsdYQ93x - fu8PALcA3Pm6A3DuATTDggHH+bzFxKKfzuT5sFw4E2x6b77SG6ttCCsc6dEZM4ndCotf - SYybSVwBE1JcLiJ/6xBdSFDtZ9xsPUxurzFoXG/JtZXDQpkkJs7QEObu4M0crA6IDfxA - ziVNKfBxQVWckRIG4UEs7EkCEPDYGgOVWTgpemdmeYe0xuKQOEZCqMLMzgxcaufHYZbp - qDZLSDvT+QgkYDiYkoHecDqu1nikU8bpROdK54YyFecQZQnPkJfFSDFN8K644yD1bUEZ - jA0TBT7BMvgCMs7ZLAhgWgX4XDCudQrZK6wchGWGxyMhxlTnhKcehH9ovtiEY1sTrIf4 - Bi7Qgv4Lcl0a90GkpkR7rbXQWiiC53LE57CZNwZWiInaFZlu7vpY5/tBlqRMmw7+B0A7 - 2bVMh5WRYpLi7tMxeW6wo93pSucSZz1kLOg+BGTuz65yIyIW67qCilAUk2YYWdCKXIbu - EzhyrtRQs2EuugiIgQghCpb6PjPHjH1w0Jh4ZAn2bWF2VvRMMELMhWjfwRrD3vKcYRAS - QMRLz2QM3kDo+KDcCTTA+wH6S3BREGbENvS+H2GJ2Ikw57M4aL8iVhvms0l2vkh0VOaj - zZyZ/2gQ7/V+Mo9tQKKtQoxHnJWXfR8AFAMwaLmYC+sQ7y+wmr3G8lZeRWWhYHAcDNYR - eeKbBcY+wZcSYxsNHlewj+ixyY5xwJsW3sf8hELZMt6/rArIJ2EwXjkIMQy8xcMY1pKJ - nSHe63w/wpXD0sGAsL4wCnTAbFgYFmBcPVCZDS4AAbTwepitdH7kqoBQKyfyybOHrwrA - Bo9n/uCe8Mf53eYjcu9HEv9HR9/Js3FMBPly92hRELL9m/P6VIYHtvwm1wr/rTWtzeZ/ - 7dUMSfzBFiJGLeYNHhOu/d57EGKGdY4Ifnr2AQ+LeBU8eXZzfvtl+5opiHcnfJ47sk/o - Z0YRJuzhacC8OUJHD69bMs3PuHPdO4vBRVYeXaDle2el9gJM+EL4MxC2bwcOQrZzu/30 - fnt77ySIJbSMXwLY8bTgNPiGFvmSuhe44she1WP5sbzQvK4PMt993T5X+RDxoJoLd+3E - 4CSGE2vzP4hjX8khH7dXF3fvTo6fU93c0wY38z7Ztf5G7sWnH88//br95h/HaX98D/tn - 1PZgyy2g3721/sps1z1sYzyUs414BKgXjZ1zQlhZzqm80O2oFh6f8xnc1MKf2AdfnZW8 - Og+nsTvVg6ghf+fAUMc3PJBDvfy+7+dYBm889KPTDDvC2Cv+omTh2Hu2gs/sRzTysRFf - IB+ZMSoEGhECN+X1vwFViXzVavAKmTFsz4/FPMm7f3/B/3tYIrxdoL/w1fsEPHx+ePIM - agC0bx83w4PEz/nlxfvzu55shenIf7YyzNWfwWrSmX8Hw5i23b9zhWGWAg+c8hsZ60gJ - OU7cHOl7Ea0jrEEcjUOekTtktInrCONtXLokXD9+D0Uki6sQ/rKF0Sz+lkQiH0YBIAnE - ydicQUFElQKI6RHSp0XupvSTh50fc8ulByIEOGOYQOw1T4elIhyJEuPwmVimwxUZcY/c - TYfpaufH/DIoL7b+CSk8wn7oT2BB9k7xp78AQQi6fAplbmRzdHJlYW0KZW5kb2JqCjYg - MCBvYmoKMzIxNwplbmRvYmoKMyAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDQg - MCBSIC9SZXNvdXJjZXMgNyAwIFIgL0NvbnRlbnRzIDUgMCBSIC9NZWRpYUJveCBbMCAw - IDU3NiA3MzNdCj4+CmVuZG9iago3IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4 - dCAvSW1hZ2VCIC9JbWFnZUMgL0ltYWdlSSBdIC9Db2xvclNwYWNlIDw8IC9DczIgOSAw - IFIKL0NzMyAxMCAwIFIgL0NzMSA4IDAgUiA+PiAvRm9udCA8PCAvRjMuMCAxNyAwIFIg - L0YyLjAgMTQgMCBSIC9GMS4wIDExIDAgUgo+PiAvWE9iamVjdCA8PCAvSW0xIDEyIDAg - UiAvSW0yIDE1IDAgUiA+PiA+PgplbmRvYmoKMTIgMCBvYmoKPDwgL0xlbmd0aCAxMyAw - IFIgL1R5cGUgL1hPYmplY3QgL1N1YnR5cGUgL0ltYWdlIC9XaWR0aCAyMzggL0hlaWdo - dCAxMTQgL0ludGVycG9sYXRlCnRydWUgL0NvbG9yU3BhY2UgMTggMCBSIC9JbnRlbnQg - L1BlcmNlcHR1YWwgL1NNYXNrIDE5IDAgUiAvQml0c1BlckNvbXBvbmVudAo4IC9GaWx0 - ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYM - GDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIAB - AwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBg - wIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYM - GDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIAB - AwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBg - wIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYM - GDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwMBzYD4DAAEKZW5k - c3RyZWFtCmVuZG9iagoxMyAwIG9iagozNzgKZW5kb2JqCjE1IDAgb2JqCjw8IC9MZW5n - dGggMTYgMCBSIC9UeXBlIC9YT2JqZWN0IC9TdWJ0eXBlIC9JbWFnZSAvV2lkdGggMjM4 - IC9IZWlnaHQgMTE0IC9JbnRlcnBvbGF0ZQp0cnVlIC9Db2xvclNwYWNlIDE4IDAgUiAv - SW50ZW50IC9QZXJjZXB0dWFsIC9TTWFzayAyMSAwIFIgL0JpdHNQZXJDb21wb25lbnQK - OCAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAHt0DEBAAAAwqD1T20MH4hA - YcCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMG - DBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCA - AQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgw - YMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMG - DBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCA - AQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgw - YMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMDAc2A+ - AwABCmVuZHN0cmVhbQplbmRvYmoKMTYgMCBvYmoKMzc4CmVuZG9iagoyMSAwIG9iago8 - PCAvTGVuZ3RoIDIyIDAgUiAvVHlwZSAvWE9iamVjdCAvU3VidHlwZSAvSW1hZ2UgL1dp - ZHRoIDIzOCAvSGVpZ2h0IDExNCAvQ29sb3JTcGFjZQovRGV2aWNlR3JheSAvSW50ZXJw - b2xhdGUgdHJ1ZSAvQml0c1BlckNvbXBvbmVudCA4IC9GaWx0ZXIgL0ZsYXRlRGVjb2Rl - ID4+CnN0cmVhbQp4Ae2c+Ttb+RfHVY2tliC2JLbQEMtE1Iillkp5LDFqN0ztrS2G0uBh - RKla4rGXGlWqdhr73s4z/9r3nM9NULTVmX5ddZ1f+rT15HNe933O+3xu3PvR0bmO6ytw - fQWur8D1Ffhhr8CNSxT/t4uIjLpHcZPmOMpEFzP7ntgazps39fT0frpUAQndvEnIvw8x - JSmAIqW+voGBoTaMaAttBoYGBvr6mBeF/J81JqoSUn3ANDIyvoVhAmFKa2AGJBVjIyND - QwNE1kON/4vCyIqohBRATUzNzMzNWSyLSxEslrm5mZkpUBtriBH43/JqWUFUYwQ1B0pL - Kzbb2toGwpbWwAysrdlsK0sLC5Y5IhuDxJTA/4b3iNUIUVkWlmxrQLTncDhcLg/CgcbA - 9blcSMXe1tbGmm1pwUJgo3/Ni9MGatjAEFgB1YptA6BA6OTs7OLC57vSHny+i4uzs5OD - Aw+QbdhWAKzlxf79ppFENaw+sJqagao2dkDq5Mx3dRMI3D2EEJ5UeF14aBbGHDzcBQI3 - Vz4g8zh2NqCwmSnoq0/86htwsYr10JtQV0u2rT3XAUgF7kJPb5+fRSJfMYYfjUES8BWJ - fvbx9hS6C4DYgWtvy7ZEfdGh9b7BrQAWnFgfvImwcnhOLq4CoZePSOzn7x8gkQQGBQUf - i5ALi2OLBgcFBUokAf7+fmKRj5dQ4OrixOMQXvArIu85zYqqYiKsBejKc+Lf9vDy8fXz - lwQF3w0Ni4i4FyklcZ+moFaPvBcRERZ6NzhI4u/n6+PlcZvvxAN9LYi8565mSlkD6FiW - pbUd15F/W+gt8vslMDg0IlIaFR0TGxcvk8kSEhJ+pS1gcUghPi42JjpKGhkRGhz4i5/I - W3ib78i1s7ZkQfcaIO451D2ENbOwsuE4OLt5eIvuSABVGh0bn5CYlJySlpaekZFJc2Rk - pKelpSQnJSbEx0ZLAVhyR+Tt4ebswLGxsjA7Ny7pWfBiM6hirpOrwAtYQ8Kl0XEJD1LS - M7N+z8nJy8svKMQooinI4gX5eXk5Ob9nZaanPEiIi5aGhwCvl8DViYvVDN5M1P3KICJu - DGUMsHY8ZzehjzggJOJ+jOxBamZ2Tl5h0eOS0rJyubziD4hKmgLXrpDLy8tKSx4XFebl - ZGemPpDF3I8ICRD7CN2ceXYEF4r5a3P3OKyDi8BT5B8UJo1JSE7Pysl/VFwmr6yqrlEo - auvq6mmOurpahaKmuqpSXlb8KD8nKz05IUYaFuQv8hS4OJwTF+34J0pZe4D1RmGjZUnp - 2bmFxeWVT57W1jc0NimVzc9aaI9nzUplU2NDfe3TJ5XlxYW52elJsmiU1xtw7TXq4l3C - 54sZmhbmLCljB767t1gSKo1NTM3KLSyVP1HUNzY1tzxva+/o6OzqUtEcXV2dHR3tbc9b - mpsa6xVP5KWFuVmpibHSUInY251PqQtzF4z5s7Skjg2NTVlsO1TWLzDsflxSxsOCYnm1 - oqGppa29U9Xd09vX198/MDBIawwM9Pf39fX2dKs629tamhoU1fLigocZSXH3wwL9UF07 - NsvUGJzqC+KitAZGJuZWtjxnhA2PkiVn5j4qr1I0KFvbu7p7+waHXg6PvBrF+IvGIAm8 - Ghl+OTTY19vd1d6qbFBUlT/KzUyWRYUjrjPP1srcBMbu58XV1rGlDQdgxYHh0bKUrLzi - ipp6ZWuHqqd/aPjV6Njr8TcTExOTEG9pC1wdkngz/nps9NXwUH+PqqNVWV9TUZyXlSKL - Dg+E3nXm2Fia3fpSLd+AWwFsWmuOo5unWBIWJUvNzi+pVDS2vFD1Dg6Pjo1PTE5NTU/P - zMzMQszRFrg6JDE9PTU1OTE+Njo82Kt60dKoqCzJz06VRYVJxJ5ujhxrGLtYy2d3rraO - oWldhaKA0PuylOyC0qraptbOnoHh0dcTb9/NzM7PLywuLmEs0xgkgcXFhfn52Zl3byde - jw4P9HS2NtVWlRZkp8juhwaIhK7Qul+qZY20ljZcZ4GPf4g0PjkLYOuUbaq+IWCdmpmb - X1xaVqvVKyurq6trtAYksLICqSwvLc7PzUwB71Cfqk1ZB7hZyfHSEH8fgTOX1PLnxNXV - RYtise0d3bzEQRGxSZl5FGz/8Biwzi8uq1cAcn1jY/NSxMbG+tra6op6eXEeeMeG+ync - vMyk2IggsZeboz2bhUalq3vGEMJChq61tOXxPUQBYdGJGbnFlbXKtu6BkdeT0/OL79UA - urm1tb2jiV3aQpvB9tbWJiCr3y/OT0++HhnoblPWVhbnZiRGhwWIPPg8WzSqs20ZClkf - peU43fa+EyyVpT58VKFoalMB7NTMwrJ6DVB3dnZ39/YvTezt7u7sAPCaenlhZgpwVW1N - iopHD1Nl0uA73redOCiu/pk+dSStUCQJj0n6raC8prFV1Q+ws4vq1fXN7R0kPTj4gPGR - 5iBJHBzs7+/t7mxvrq+qF2cBt1/V2lhTXvBbUky45Li4p0qZKmRz6FqQNkQqS88trqp/ - 1tE3DLBL6jXQFVGPUf5NYxxd6g8IDPquqZcAd7iv41l9VXFuukwaAuJC55qfXcqkkE0t - bLguHkTa7EK5QvmiZ+ivyZlFgN3e1bKegvznwuLU0kiNvLvbgLs4M/nXUM8LpUJemE2J - 68K1sTA9s5Rv6KJHWdk6uHqKoWvTckuqG1pVA6MT0wsAu7Or0fX4ghdGeWKh4zloeHd3 - AHdhemJ0QNXa8KQkNw06V+zp6mBrhT51eoNB2hY8CmdtaPSDLJS2vRfqeH55FZUlRXx8 - nb//PpHEhf310ywoeUHd1eV5qOXedhQ360F0KM5c8ClSyicbFx2ZFDJ4VERcak7xE5B2 - cHQC6nh96wzYC2M7c6HjwBrcrXWo5YnRQRS3OCc1LkIiEh6W8glaaFsDYxi2Dq5efsHS - hMz88qdN7T0o7Xuo472Typ6ZwoX+4zFegrsHtfwexe1pb3panp+ZIA3284JStjQzNjg1 - g6BtDW6Zse1h2GIhZxf9Ud/S1U9JC3WMXqz9/AuF+uJi2owQF5yKEre/q6X+j6JsLGUY - ufZss1uwnTpxZ0BMCtvWHRw5NgUKufF59+DY27ml1c2d/YNLCfvPP8dwD/Z3NleX5t6O - DXY/b4RSTomFkeuuadxTtLBtNIH5wxf6Bt6LT8srI4U8/m5evQZdC9JqP/iLF/vC/1Ob - FRF3a009/26clHJZXlr8vUBfIR9mkAlsHk9oq3sTTUozfxIyC+S1zZ19r9CjNrb3QFrt - x144z1cW1Ob18ePB3vYG+tSrvo7mWnkBNi6ZQThxb564MUBaNCk37zt3oxKziirrW8CR - J2dJIV9aaY/X8gdSyrOT4Mot9ZVFWYlRd+94u6FNnUGLlmxlB9tGYlKPqxqwbafmlsGR - oZA1l/ArF5qW/9akBj4Frrw8N4WN21D1WGNTjnZWxJQ/HUEwgIglC3wCwmKSH5ZUN7b1 - vCTzB9pWW8i00Hx1UQr348f93S0yg172tDVWlzxMjgkL8BFQpqx3spKB1pyy5Aiw5NKa - P1/0DI+/W1CvH7XtV9el6QcILmncdfUC2tSLP2tKwZRhf4GmbH4LBu5JbQ0JLdwSwE4K - LFnZ0TvyZho2UkhLPo8mlnMsS+GCTcHEnX4z0tuhfFqWR3ZTHoTW8BQt3BOwrDlwA0QG - ULlC2dE3Apa8srGzp2nbcyxL049QtB/2djZWwJRH+jqUinIygkQeLhxr3Cmf1JbQcl2E - vkGR8Wn5cgU1gJaAVmtSNKGcY1kN7T7QLuEI6mxWyPPT4iODfGGn/BlaE5Y1bC7EQZGy - dDJucd+4tHJkyedYlqYfOaTdRNrR/k4cuOmyyCAxbC+sWbC9OK0ttZXCm9uMAnndM7JL - 1oxb/DiaSM61LOZHRtAqoe16VicvyMBbXO1m6kxaHmiLtIUVFK12c/ED0c6CtkBbUaih - 5ZGt49m0rp/QHm6lLrm0ZEul0RY2U8dpXa9pdeBbKehbZlUyejJTXIpREwj2UgzaXTBp - 56jHqLsCht3xMexunknf1DDrWzhGfcN6g1HfnjPsNyMM+60Xk36jqcOo31brMOtJBGY9 - ZXIFnyByP3zs4sSvb3V0mPV0GNW45KFOBjz5B+Iy6alOZj2xq8Oop7GxlMnj2Mx40h5L - Gd8GYsZbFFpxP31DpvRHekOm9PxvyJCRi2/xMePtJ4LLmDfbgBaNiilvLR7WMrxYffXf - SEVxGfS2MVXLmtfmr/yb5HgrBK3LlFMCyJ0fOBVDToDQYdbpHke4TDi5hbQuHEH0uVN5 - wi/TqTzh//lUHsCF+wPGnLhEcMGZqdO04OSwH+c0Leq4pW87TQueXMZtBsrLhJPSKFyQ - lyGn4FHVDPJSvFf9hEOUlypn4L36p1fiawdaXiacTKrlRb/SnMV6pU+dpXihoHWZcaIw - 8lIVTSFf9dOiKV4kxi4+DJoPAsezkrWBmWmz/O5/4odflvjucNcfeH0Frq/A9RW4vgIX - dwX+B0Voq7YKZW5kc3RyZWFtCmVuZG9iagoyMiAwIG9iagozMzYzCmVuZG9iagoxOSAw - IG9iago8PCAvTGVuZ3RoIDIwIDAgUiAvVHlwZSAvWE9iamVjdCAvU3VidHlwZSAvSW1h - Z2UgL1dpZHRoIDIzOCAvSGVpZ2h0IDExNCAvQ29sb3JTcGFjZQovRGV2aWNlR3JheSAv - SW50ZXJwb2xhdGUgdHJ1ZSAvQml0c1BlckNvbXBvbmVudCA4IC9GaWx0ZXIgL0ZsYXRl - RGVjb2RlID4+CnN0cmVhbQp4Ae2c+T9b6RfHVY2tRRBbEluiIZaJqBFLLRW8LDFqN0yt - bUPF0GrwYkSpWuJFLKVGW6p2Gvvadl7zr33PeW5SirY606+rrvNLX8XrPs/7fs75nOcm - 93mMjC7i4g5c3IGLO3BxB37YO3DpDMX/7SYio/F+XKY59mdijDP7nth6zsuXTUxMfjpT - ARO6fJmQfx9iSlIARUpTUzMzc0NY0BaGGZibmZma4rwo5P+sMVGVkJoCpoWF5RWMqxBW - tAbOgEzF0sLC3NwMkU1Q4/+iMLIiKiEF0KtW1tY2NiyW7ZkIFsvGxtraCqgt9cQI/G95 - DawgqiWC2gClnT2b7eDgCOFEa+AMHBzYbHs7W1uWDSJbgsSUwP+Gd5/VAlFZtnZsB0B0 - 4XA4XC4PwpXGwPG5XJiKi5OTowPbzpaFwBb/mhe7DeSwmTmwAqo92xFAgdDdw8PTk88X - 0B58vqenh4e7qysPkB3Z9gBs4MX6/aaWRBWsKbBaWYOqjs5A6u7BF3gJhd4+IghfKvxO - PfQD4xx8vIVCLwEfkHkcZ0dQ2NoK9DUlfvUNuJjFJuhNqKsd28mF6wqkQm+Rr3/Az2Jx - oAQjiMYgEwgUi38O8PcVeQuB2JXr4sS2Q33RoU2+wa0AFpzYFLyJsHJ47p4CocgvQCwJ - Cg4OkUpDw8LCD0TEqcWBQcPDwkKl0pDg4CCJOMBPJBR4uvM4hBf8ish7QrOispgIawu6 - 8tz513z8AgKDgqVh4Tcio2JibsbKSMTRFNTosTdjYqIib4SHSYODAgP8fK7x3Xmgry2R - 98TZTClrBhXLsnNw5rrxr4n8xUG/hIZHxsTK4hMSk5JT5HJ5amrqr7QFDA5TSElOSkyI - l8XGRIaH/hIk9hdd47txnR3sWFC9Zoh7AnU/wlrb2jtyXD28fPzF16WAKktISklNS8/I - zM7Oyc3Nozlyc3OyszMz0tNSU5ISZAAsvS729/HycOU42ttanxiX1Cx4sTVkMdddIPQD - 1ohoWUJy6q3MnLz83wsLi4tLSssw7tAUZPDSkuLiwsLf8/NyMm+lJifIoiOA108ocOdi - NoM3E3W/0oiIG0MaA6wzz8NLFCAJiYiJS5TfysorKCwuu3OvvOJ+pVJZ9QdENU2BY1cp - lZX3K8rv3SkrLizIy7olT4yLiQiRBIi8PHjOBBeS+Wt99yCsq6fQVxwcFiVLTM3IyS8s - uau4r6yueVirUtXV1zfQHPX1dSpV7cOaauV9xd2SwvycjNREWVRYsNhX6Ol6Qly0458o - ZV0A1h+FTZCn5xQUlSkqqx88qmtobGpWq1set9Iej1vU6uamxoa6Rw+qKxVlRQU56fIE - lNcfcF306uJTwueTGYoW+ixJY1e+t79EGilLSsvKLyqrUD5QNTQ1t7Q+ae/o7Ozq7tbQ - HN3dXZ2dHe1PWluamxpUD5QVZUX5WWlJskipxN+bT6kLfReM+bO0JI/NLa1YbGdUNig0 - Ki45Pfd2qUL5UNXY3Nre0aXp6e3Tavv7BwYGaY2Bgf5+rbavt0fT1dHe2tyoeqhUlN7O - TU+OiwoNQnWd2SwrS3CqL4iL0ppZXLWxd+J5IGx0vDwjr+huZY2qUd3W0d3Tpx0cejY8 - 8nwU4y8ag0zg+cjws6FBbV9Pd0ebulFVU3m3KC9DHh+NuB48J3ubq9B2Py+uIY/tHDkA - KwmNTpBn5hcrqmob1G2dmt7+oeHno2MvXr4aHx+fgHhNW+DoMIlXL1+MjT4fHurv1XS2 - qRtqqxTF+ZnyhOhQqF0PjqOd9ZUv5fIleBTAonXguHn5SqRR8fKsgpLyalVT61NN3+Dw - 6NjL8YnJyamp6enpGYhZ2gJHh0lMTU1OToy/HBsdHuzTPG1tUlWXlxRkyeOjpBJfLzeO - A7RdzOXjK9eQx1C0ApE4JDJOnllQWlFT19zW1TswPPpi/PWb6Zm5ufmFhUWMJRqDTGBh - YX5ubmb6zevxF6PDA71dbc11NRWlBZnyuMgQsUgApfulXNZLa+fI9RAGBEfIUjLyAbZe - 3a7RDgHr5PTs3MLikk6nW15eWVlZpTVgAsvLMJWlxYW52elJ4B3SatrV9YCbn5EiiwgO - EHpwSS5/TlxjY7QoFtvFzctPEhaTlJ5XTMH2D48B69zCkm4ZINfW1zfORKyvr62urizr - lhbmgHdsuJ/CLc5LT4oJk/h5ubmwWWhUxsbHNCFMZKhaOyce30ccEpWQllukqK5Tt/cM - jLyYmJpbeKsD0I3Nza1tfezQFoYZbG1ubgCy7u3C3NTEi5GBnnZ1XbWiKDctISpE7MPn - OaFRHW/LkMimKC3H/Zr/9XCZPOv23SpVc7sGYCen55d0q4C6vb2zs7t3ZmJ3Z2d7G4BX - dUvz05OAq2lvVlXdvZ0ll4Vf97/mzkFxTY/1qX1pRWJpdGL6b6WVtU1tmn6AnVnQraxt - bG0j6bt37zE+0BxkEu/e7e3t7mxvbayt6BZmALdf09ZUW1n6W3pitPSguEdSmUpkG6ha - kDZCJs8pUtQ0PO7UDgPsom4VdEXUA5R/0xj7t/o9AoO+q7pFwB3Wdj5uqFEU5chlESAu - VK7N8alMEtnK1pHr6UOkLShTqtRPe4f+mpheANitHQPrEch/Ti2ODI3UyLuzBbgL0xN/ - DfU+VauUZQWUuJ5cR1urY1P5kjF6lL2Tq8BXAlWbXVT+sLFNMzA6PjUPsNs7el0PDnhq - lIcGOjgHPe/ONuDOT42PDmjaGh+UF2VD5Up8Ba5O9uhTRxcYpGzBo7DXRibcykdpO/og - j+eWVlBZksQHx/n770OTOLX/fjoLSl5Qd2VpDnK5rwPFzb+VEIk9F3yKpPLhwkVHJokM - HhWTnFWoeADSDo6OQx6vbR4De2psxw50EFiPu7kGuTw+OojiKgqzkmOkYtHHVD5EC2Vr - ZgnN1lXgFxQuS80rqXzU3NGL0r6FPN49rOyxUzjVHx7gJbi7kMtvUdzejuZHlSV5qbLw - ID9IZTtrS7MjPQjK1uyKNdsFmi0mcsGdPxpau/spaSGP0YsN1z9VqC8OZpgR4oJTUeL2 - d7c2/HGnAFMZWq4L2/oKLKcOPRkQk8Ky9QZHTsqERG560jM49np2cWVje+/dmYT9558D - uO/2tjdWFmdfjw32PGmCVM5MgpbrrS/cI7SwbLwK/YcvCgy9mZJdfJ8k8ss3c7pVqFqQ - 1nDhL97sU/+lYVZE3M1V3dyblySV7xdnp9wMDRTxoQddhcXjIW2NL6NJ6ftPal6psq6l - S/scPWp9axekNVz21Hm+MqBhXh8+vNvdWkefeq7tbKlTlmLhkh6EHffyoQcDpEWT8vK/ - fiM+Lf9OdUMrOPLEDEnkMyvtwVx+T1J5ZgJcubWh+k5+WvyN6/5eaFPH0KIl2zvDspGY - 1L2aRizbydklcGRIZP0t/MqNpuXX+qmBT4ErL81OYuE21tzT25Sbsz0x5U9bEDQgYsnC - gJCoxIzb5Q+b2nufkf4DZWtIZFpovjoohfvhw97OJulBz3rbmx6W385IjAoJEFKmbHI4 - k4HWhrLkGLDkito/n/YOv3wzr1vbL9uvjkvTHxBcUrhrunm0qad/1laAKcP6Ak3Z5go0 - 3MPamhNaeCSAlRRYsrqzb+TVFCykkJZcjyaWEwxL4YJNQcedejXS16l+dL+YrKZ8CK35 - EVp4JmA5cOABiDSgSpW6UzsClry8vr2rL9sTDEvTn1C073e315fBlEe0nWpVJWlBYh9P - jgOulA9rS2i5nqLAsNiU7BKlimpAi0BrMCmaUE4wrJ52D2gXsQV1taiUJdkpsWGBsFL+ - DO1VlgMsLiRhsfIc0m5x3bi4vG/JJxiWpj/5SLuBtKP9Xdhwc+SxYRJYXjiwYHlxVFtq - KYUPt7mlyvrHZJWsb7d4OZpITjQszo+0oBVC2/24Xlmai4+4hsXUsbQ80BZpy6ooWsPi - 4geinQFtgbaqTE/LI0vH42kFn9B+XEqdcWnJkkqvLSymDtIKLmiN4FMpqFtmZTJ6MlNc - ilEdCNZSDFpdMGnlaMKopwKGPfEx7GmeSZ/UMOtTOEZ9wnqJUZ+eM+ybEYZ968WkbzSN - GPVttRGz3kRg1lsm5/ANIu+Pr10c+vrWyIhZb4dRhUte6mTAm38gLpPe6mTWG7tGjHob - G1OZvI7NjDftMZVxNxAzdlEYxP10h0zFj7RDpuLkO2RIy8VdfMzY/URwGbOzDWjRqI7u - Wiw/l7sWP+YybKw+/ztSUVwG7Tamclm/bf7c7yTHRyEoXaacEkCe/MCpGHIChBGzTvfY - x2XCyS2kdOEIos+dyhN9lk7lif7Pp/IALjwfMObEJYILzkydpgUnh/04p2lRxy1922la - 8OYyLjNQXiaclEbhgrzkFDw88O98n4JHZTPIS536d95POER5qXQG3vN/eiVuOzDwMuFk - UgMv+pX+LNZzfeosxQsJbcyME4WRl8poCvm8nxZN8SIxVvHHoPkgcDwr2RA4M8Msv/u/ - ePGzEt8d7uKCF3fg4g5c3IGLO3B6d+B/bC6ruAplbmRzdHJlYW0KZW5kb2JqCjIwIDAg - b2JqCjMzNzcKZW5kb2JqCjIzIDAgb2JqCjw8IC9MZW5ndGggMjQgMCBSIC9OIDMgL0Fs - dGVybmF0ZSAvRGV2aWNlUkdCIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4 - AZ2Wd1RT2RaHz703vdASIiAl9Bp6CSDSO0gVBFGJSYBQAoaEJnZEBUYUESlWZFTAAUeH - ImNFFAuDgmLXCfIQUMbBUURF5d2MawnvrTXz3pr9x1nf2ee319ln733XugBQ/IIEwnRY - AYA0oVgU7uvBXBITy8T3AhgQAQ5YAcDhZmYER/hEAtT8vT2ZmahIxrP27i6AZLvbLL9Q - JnPW/3+RIjdDJAYACkXVNjx+JhflApRTs8UZMv8EyvSVKTKGMTIWoQmirCLjxK9s9qfm - K7vJmJcm5KEaWc4ZvDSejLtQ3pol4aOMBKFcmCXgZ6N8B2W9VEmaAOX3KNPT+JxMADAU - mV/M5yahbIkyRRQZ7onyAgAIlMQ5vHIOi/k5aJ4AeKZn5IoEiUliphHXmGnl6Mhm+vGz - U/liMSuUw03hiHhMz/S0DI4wF4Cvb5ZFASVZbZloke2tHO3tWdbmaPm/2d8eflP9Pch6 - +1XxJuzPnkGMnlnfbOysL70WAPYkWpsds76VVQC0bQZA5eGsT+8gAPIFALTenPMehmxe - ksTiDCcLi+zsbHMBn2suK+g3+5+Cb8q/hjn3mcvu+1Y7phc/gSNJFTNlReWmp6ZLRMzM - DA6Xz2T99xD/48A5ac3Jwyycn8AX8YXoVVHolAmEiWi7hTyBWJAuZAqEf9Xhfxg2JwcZ - fp1rFGh1XwB9hTlQuEkHyG89AEMjAyRuP3oCfetbEDEKyL68aK2Rr3OPMnr+5/ofC1yK - buFMQSJT5vYMj2RyJaIsGaPfhGzBAhKQB3SgCjSBLjACLGANHIAzcAPeIACEgEgQA5YD - LkgCaUAEskE+2AAKQTHYAXaDanAA1IF60AROgjZwBlwEV8ANcAsMgEdACobBSzAB3oFp - CILwEBWiQaqQFqQPmULWEBtaCHlDQVA4FAPFQ4mQEJJA+dAmqBgqg6qhQ1A99CN0GroI - XYP6oAfQIDQG/QF9hBGYAtNhDdgAtoDZsDscCEfCy+BEeBWcBxfA2+FKuBY+DrfCF+Eb - 8AAshV/CkwhAyAgD0UZYCBvxREKQWCQBESFrkSKkAqlFmpAOpBu5jUiRceQDBoehYZgY - FsYZ44dZjOFiVmHWYkow1ZhjmFZMF+Y2ZhAzgfmCpWLVsaZYJ6w/dgk2EZuNLcRWYI9g - W7CXsQPYYew7HA7HwBniHHB+uBhcMm41rgS3D9eMu4Drww3hJvF4vCreFO+CD8Fz8GJ8 - Ib4Kfxx/Ht+PH8a/J5AJWgRrgg8hliAkbCRUEBoI5wj9hBHCNFGBqE90IoYQecRcYimx - jthBvEkcJk6TFEmGJBdSJCmZtIFUSWoiXSY9Jr0hk8k6ZEdyGFlAXk+uJJ8gXyUPkj9Q - lCgmFE9KHEVC2U45SrlAeUB5Q6VSDahu1FiqmLqdWk+9RH1KfS9HkzOX85fjya2Tq5Fr - leuXeyVPlNeXd5dfLp8nXyF/Sv6m/LgCUcFAwVOBo7BWoUbhtMI9hUlFmqKVYohimmKJ - YoPiNcVRJbySgZK3Ek+pQOmw0iWlIRpC06V50ri0TbQ62mXaMB1HN6T705PpxfQf6L30 - CWUlZVvlKOUc5Rrls8pSBsIwYPgzUhmljJOMu4yP8zTmuc/jz9s2r2le/7wplfkqbip8 - lSKVZpUBlY+qTFVv1RTVnaptqk/UMGomamFq2Wr71S6rjc+nz3eez51fNP/k/IfqsLqJ - erj6avXD6j3qkxqaGr4aGRpVGpc0xjUZmm6ayZrlmuc0x7RoWgu1BFrlWue1XjCVme7M - VGYls4s5oa2u7act0T6k3as9rWOos1hno06zzhNdki5bN0G3XLdTd0JPSy9YL1+vUe+h - PlGfrZ+kv0e/W3/KwNAg2mCLQZvBqKGKob9hnmGj4WMjqpGr0SqjWqM7xjhjtnGK8T7j - WyawiZ1JkkmNyU1T2NTeVGC6z7TPDGvmaCY0qzW7x6Kw3FlZrEbWoDnDPMh8o3mb+SsL - PYtYi50W3RZfLO0sUy3rLB9ZKVkFWG206rD6w9rEmmtdY33HhmrjY7POpt3mta2pLd92 - v+19O5pdsN0Wu067z/YO9iL7JvsxBz2HeIe9DvfYdHYou4R91RHr6OG4zvGM4wcneyex - 00mn351ZzinODc6jCwwX8BfULRhy0XHhuBxykS5kLoxfeHCh1FXbleNa6/rMTdeN53bE - bcTd2D3Z/bj7Kw9LD5FHi8eUp5PnGs8LXoiXr1eRV6+3kvdi72rvpz46Pok+jT4Tvna+ - q30v+GH9Av12+t3z1/Dn+tf7TwQ4BKwJ6AqkBEYEVgc+CzIJEgV1BMPBAcG7gh8v0l8k - XNQWAkL8Q3aFPAk1DF0V+nMYLiw0rCbsebhVeH54dwQtYkVEQ8S7SI/I0shHi40WSxZ3 - RslHxUXVR01Fe0WXRUuXWCxZs+RGjFqMIKY9Fh8bFXskdnKp99LdS4fj7OIK4+4uM1yW - s+zacrXlqcvPrpBfwVlxKh4bHx3fEP+JE8Kp5Uyu9F+5d+UE15O7h/uS58Yr543xXfhl - /JEEl4SyhNFEl8RdiWNJrkkVSeMCT0G14HWyX/KB5KmUkJSjKTOp0anNaYS0+LTTQiVh - irArXTM9J70vwzSjMEO6ymnV7lUTokDRkUwoc1lmu5iO/kz1SIwkmyWDWQuzarLeZ0dl - n8pRzBHm9OSa5G7LHcnzyft+NWY1d3Vnvnb+hvzBNe5rDq2F1q5c27lOd13BuuH1vuuP - bSBtSNnwy0bLjWUb326K3tRRoFGwvmBos+/mxkK5QlHhvS3OWw5sxWwVbO3dZrOtatuX - Il7R9WLL4oriTyXckuvfWX1X+d3M9oTtvaX2pft34HYId9zd6brzWJliWV7Z0K7gXa3l - zPKi8re7V+y+VmFbcWAPaY9kj7QyqLK9Sq9qR9Wn6qTqgRqPmua96nu37Z3ax9vXv99t - f9MBjQPFBz4eFBy8f8j3UGutQW3FYdzhrMPP66Lqur9nf19/RO1I8ZHPR4VHpcfCj3XV - O9TXN6g3lDbCjZLGseNxx2/94PVDexOr6VAzo7n4BDghOfHix/gf754MPNl5in2q6Sf9 - n/a20FqKWqHW3NaJtqQ2aXtMe9/pgNOdHc4dLT+b/3z0jPaZmrPKZ0vPkc4VnJs5n3d+ - 8kLGhfGLiReHOld0Prq05NKdrrCu3suBl69e8blyqdu9+/xVl6tnrjldO32dfb3thv2N - 1h67npZf7H5p6bXvbb3pcLP9luOtjr4Ffef6Xfsv3va6feWO/50bA4sG+u4uvnv/Xtw9 - 6X3e/dEHqQ9eP8x6OP1o/WPs46InCk8qnqo/rf3V+Ndmqb307KDXYM+ziGePhrhDL/+V - +a9PwwXPqc8rRrRG6ketR8+M+YzderH0xfDLjJfT44W/Kf6295XRq59+d/u9Z2LJxPBr - 0euZP0reqL45+tb2bedk6OTTd2nvpqeK3qu+P/aB/aH7Y/THkensT/hPlZ+NP3d8Cfzy - eCZtZubf94Tz+wplbmRzdHJlYW0KZW5kb2JqCjI0IDAgb2JqCjI2MTIKZW5kb2JqCjkg - MCBvYmoKWyAvSUNDQmFzZWQgMjMgMCBSIF0KZW5kb2JqCjI1IDAgb2JqCjw8IC9MZW5n - dGggMjYgMCBSIC9OIDEgL0FsdGVybmF0ZSAvRGV2aWNlR3JheSAvRmlsdGVyIC9GbGF0 - ZURlY29kZSA+PgpzdHJlYW0KeAGFUk9IFFEc/s02EoSIQYV4iHcKCZUprKyg2nZ1WZVt - W5XSohhn37qjszPTm9k1xZMEXaI8dQ+iY3Ts0KGbl6LArEvXIKkgCDx16PvN7OoohG95 - O9/7/f1+33tEbZ2m7zspQVRzQ5UrpaduTk2Lgx8pRR3UTlimFfjpYnGMseu5kr+719Zn - 0tiy3se1dvv2PbWVZWAh6i22txD6IZFmAB+ZnyhlgLPAHZav2D4BPFgOrBrwI6IDD5q5 - MNPRnHSlsi2RU+aiKCqvYjtJrvv5uca+i7WJg/5cj2bWjr2z6qrRTNS090ShvA+uRBnP - X1T2bDUUpw3jnEhDGinyrtXfK0zHEZErEEoGUjVkuZ9qTp114HUYu126k+P49hClPslg - qIm16bKZHYV9AHYqy+wQ8AXo8bJiD+eBe2H/W1HDk8AnYT9kh3nWrR/2F65T4HuEPTXg - zhSuxfHaih9eLQFD91QjaIxzTcTT1zlzpIjvMdQZmPdGOaYLMXeWqhM3gDthH1mqZgqx - Xfuu6iXuewJ30+M70Zs5C1ygHElysRXZFNA8CVgUfYuwSQ48Ps4eVeB3qJjAHLmJ3M0o - 9x7VERtno1KBVnqNV8ZP47nxxfhlbBjPgH6sdtd7fP/p4xV117Y+PPmNetw5rr2dG1Vh - VnFlC93/xzKEj9knOabB06FZWGvYduQPmsxMsAwoxH8FPpf6khNV3NXu7bhFEsxQPixs - JbpLVG4p1Oo9g0qsHCvYAHZwksQsWhy4U2u6OXh32CJ6bflNV7Lrhv769nr72vIebcqo - KSgTzbNEZpSxW6Pk3Xjb/WaREZ84Or7nvYpayf5JRRA/hTlaKvIUVfRWUNbEb2cOfhu2 - flw/pef1Qf08CT2tn9Gv6KMRvgx0Sc/Cc1Efo0nwsGkh4hKgioMz1E5UY40D4inx8rRb - ZJH9D0AZ/WYKZW5kc3RyZWFtCmVuZG9iagoyNiAwIG9iago3MDQKZW5kb2JqCjEwIDAg - b2JqClsgL0lDQ0Jhc2VkIDI1IDAgUiBdCmVuZG9iagoyNyAwIG9iago8PCAvTGVuZ3Ro - IDI4IDAgUiAvTiAzIC9BbHRlcm5hdGUgL0RldmljZVJHQiAvRmlsdGVyIC9GbGF0ZURl - Y29kZSA+PgpzdHJlYW0KeAGFVM9rE0EU/jZuqdAiCFprDrJ4kCJJWatoRdQ2/RFiawzb - H7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpFKN6rKGKhFy3xzW5MtqXq - wM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJQTQlVdvsTiQGQYNz+Xvn - 2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog836Epx3QI3+PY8uyPOU55 - eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcdB2luZsbIEL1PkKa7zO6r - YqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObEhj0cGDX0+GAVtxqp+DXC - FF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqHBX0m1xOv4ndWUeF5jxNn - 3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOrBhuTezJ1JGq7dGJEsUF7 - Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2bmrry4DvF5Zm5Gh7X08jj - c01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XMlymMFMXjVfPqS4R1WjE3 - 359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx/GfNxGPiKTEmdornIYmX - xS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/DPVRlBnM0lSJ93/CKmQ0 - nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIXv9F98LZua6N+OPwEWDyr - Fq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NSUtcl12VLFrOZVWLpdtiZ - 0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8/UUKZW5kc3RyZWFtCmVu - ZG9iagoyOCAwIG9iago3MzcKZW5kb2JqCjggMCBvYmoKWyAvSUNDQmFzZWQgMjcgMCBS - IF0KZW5kb2JqCjI5IDAgb2JqCjw8IC9MZW5ndGggMzAgMCBSIC9OIDMgL0FsdGVybmF0 - ZSAvRGV2aWNlUkdCIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AdWWZ1hT - yRrH55yTXigJXUrovXeQXkOXDjZCQocYQkdUVMQVWFFEREARdEFEwVUpshZEEBVEsPcN - siio62JBVFTuCVxcn+fe/Xa/3DfPzPzynzfvmczMeZ4/AJReFo+XDIsBkMJN5wd6ODPC - IyIZ+IeAAKQBDegCORY7jecUEOAD/jE+3AGQcPKmvrDWP6b99wlxTkwaGwAoAJ2O5qSx - U1A+hTbA5vHTAYBRBsNZ6TyUkQKUJfjoAlGuFHLcAh8VcvQCd8/nBAe6oDm3ACBQWCx+ - HABkAaozMtlxaB0KisCIy0ngomyEsj07nsVBmYeyXkrKGiHXoKwV/UOduB+YxYr+XpPF - ivvOC/8F/SX6YNeENF4yK2f+y/+yS0nOQPdrPmhoT+Em+/mgowzaJjgsV+9F5iXPn9m8 - HsMNCVrUudF+/oscy3cPXGReuvMPHBC8qOfGu/gtckya2/c6iSwv4ZnN1+dnBIYsclpm - kNsi58YHhy0yJ8b1ux6b4M5c1BPSmd+flbTG+/sagCtwAz7ohwFMgBkwAubAHQSAsPSY - bPQMAXBZw8vhJ8TFpzOc0FsXo8dgctkGegwTI2Nj4fT/TQjft4XFvrs+/x5BMsKr/G8t - Fb3H1g/Qu1z/txbVB0B7BQBSZ//W1K4BILoDgM5r7Ax+5kI9jHDAAhIQBRJAFigCVaAF - 9NHdtAC2wBHdXS/gD4JBBFgF2CAepAA+yAJ5YCMoBMVgB9gNqkAtOAgOg2PgBOgAZ8AF - cAkMgGFwGzwEAjAOXoIp8AHMQhCEh6gQHZKFlCB1SBcygawge8gN8oECoQgoCoqDuFAG - lAdthoqhMqgKqoOaoF+h09AF6Ao0At2HRqFJ6C30GUZgCiwBK8AasCFsBTvB3nAwvBKO - g1PhXLgA3g5XwvXwUbgdvgAPwLdhAfwSnkYAQkakEGVEH7FCXBB/JBKJRfjIeqQIqUDq - kRakC+lHbiIC5BXyCYPD0DEMjD7GFuOJCcGwMamY9ZgSTBXmMKYd04u5iRnFTGG+YalY - eawu1gbLxIZj47BZ2EJsBbYB24btw97GjmM/4HA4KZwmzhLniYvAJeLW4kpw+3CtuG7c - CG4MN43H42Xxung7vD+ehU/HF+L34o/iz+Nv4MfxHwlkghLBhOBOiCRwCZsIFYQjhHOE - G4TnhFmiGFGdaEP0J3KIOcRS4iFiF/E6cZw4SxInaZLsSMGkRNJGUiWphdRHekR6RyaT - VcjW5GXkBHI+uZJ8nHyZPEr+RKFRdCgulBWUDMp2SiOlm3Kf8o5KpWpQHamR1HTqdmoT - 9SL1CfWjCF3EQIQpwhHZIFIt0i5yQ+S1KFFUXdRJdJVormiF6EnR66KvxIhiGmIuYiyx - 9WLVYqfF7opNi9PFjcX9xVPES8SPiF8Rn6DhaRo0NxqHVkA7SLtIG6MjdFW6C51N30w/ - RO+jj0vgJDQlmBKJEsUSxySGJKYkaZJmkqGS2ZLVkmclBVKIlIYUUypZqlTqhNQdqc/S - CtJO0jHS26RbpG9Iz8gskXGUiZEpkmmVuS3zWZYh6yabJLtTtkP2sRxGTkdumVyW3H65 - PrlXSySW2C5hLylacmLJA3lYXkc+UH6t/EH5QflpBUUFDwWewl6FiwqvFKUUHRUTFcsV - zylOKtGV7JUSlMqVziu9YEgynBjJjEpGL2NKWV7ZUzlDuU55SHlWRVMlRGWTSqvKY1WS - qpVqrGq5ao/qlJqSmq9anlqz2gN1orqVerz6HvV+9RkNTY0wja0aHRoTmjKaTM1czWbN - R1pULQetVK16rVvaOG0r7STtfdrDOrCOuU68TrXOdV1Y10I3QXef7ogeVs9aj6tXr3dX - n6LvpJ+p36w/aiBl4GOwyaDD4LWhmmGk4U7DfsNvRuZGyUaHjB4a04y9jDcZdxm/NdEx - YZtUm9wypZq6m24w7TR9Y6ZrFmO23+yeOd3c13yreY/5VwtLC75Fi8WkpZpllGWN5V0r - CasAqxKry9ZYa2frDdZnrD/ZWNik25yw+ctW3zbJ9ojtxFLNpTFLDy0ds1OxY9nV2Qns - GfZR9gfsBQ7KDiyHeoenjqqOHMcGx+dO2k6JTkedXjsbOfOd25xnXGxc1rl0uyKuHq5F - rkNuNLcQtyq3J+4q7nHuze5THuYeaz26PbGe3p47Pe8yFZhsZhNzysvSa51XrzfFO8i7 - yvupj44P36fLF/b18t3l+8hP3Y/r1+EP/Jn+u/wfB2gGpAb8tgy3LGBZ9bJngcaBeYH9 - QfSg1UFHgj4EOweXBj8M0QrJCOkJFQ1dEdoUOhPmGlYWJgg3DF8XPhAhF5EQ0RmJjwyN - bIicXu62fPfy8RXmKwpX3FmpuTJ75ZVVcquSV51dLbqatfpkFDYqLOpI1BeWP6ueNR3N - jK6JnmK7sPewX3IcOeWcyRi7mLKY57F2sWWxE3F2cbviJuMd4iviXyW4JFQlvEn0TKxN - nEnyT2pMmksOS25NIaREpZzm0rhJ3N41imuy14zwdHmFPEGqTeru1Cm+N78hDUpbmdaZ - LoEam8EMrYwtGaOZ9pnVmR+zQrNOZotnc7MHc3RytuU8z3XP/WUtZi17bU+ect7GvNF1 - Tuvq1kPro9f3bFDdULBhPN8j//BG0sakjdc2GW0q2/R+c9jmrgKFgvyCsS0eW5oLRQr5 - hXe32m6t/QnzU8JPQ9tMt+3d9q2IU3S12Ki4ovhLCbvk6s/GP1f+PLc9dvtQqUXp/h24 - Hdwdd3Y67DxcJl6WWza2y3dXezmjvKj8/e7Vu69UmFXU7iHtydgjqPSp7NyrtnfH3i9V - 8VW3q52rW2vka7bVzOzj7Lux33F/S61CbXHt5wMJB+7VedS112vUVxzEHcw8+OxQ6KH+ - X6x+aWqQayhu+NrIbRQcDjzc22TZ1HRE/khpM9yc0Tx5dMXR4WOuxzpb9FvqWqVai4+D - 4xnHX/wa9eudE94nek5anWw5pX6qpo3eVtQOtee0T3XEdwg6IzpHTnud7umy7Wr7zeC3 - xjPKZ6rPSp4tPUc6V3Bu7nzu+eluXverC3EXxnpW9zy8GH7xVu+y3qE+777Ll9wvXex3 - 6j9/2e7ymSs2V05ftbraMWAx0D5oPth2zfxa25DFUPt1y+udw9bDXSNLR87dcLhx4abr - zUu3mLcGbvvdHrkTcufe3RV3Bfc49ybuJ99/8yDzwezD/EfYR0WPxR5XPJF/Uv+79u+t - AgvB2VHX0cGnQU8fjrHHXv6R9seX8YJn1GcVz5WeN02YTJyZdJ8cfrH8xfhL3svZV4V/ - iv9Z81rr9am/HP8anAqfGn/DfzP3tuSd7LvG92bve6YDpp98SPkwO1P0Ufbj4U9Wn/o/ - h31+Ppv1Bf+l8qv2165v3t8ezaXMzfFYfNa8F0DQHo6NBeBtIwDUCADowwCQRBb88HwG - tODhURZ6+Xk//5+84Jnn8y0AONgNQHA+AD7oWI2OGo6oB0Gb0Bailg42Nf3eUEUYabGm - JvMAUeRQa9I9N/d2DgB8FABfh+bmZivn5r6ivgZ5D8B5vwUfLswWQ/39ATEjH6+gc3kD - +ULlx/gXSb7pbwplbmRzdHJlYW0KZW5kb2JqCjMwIDAgb2JqCjI2NjkKZW5kb2JqCjE4 - IDAgb2JqClsgL0lDQ0Jhc2VkIDI5IDAgUiBdCmVuZG9iago0IDAgb2JqCjw8IC9UeXBl - IC9QYWdlcyAvTWVkaWFCb3ggWzAgMCA2MTIgNzkyXSAvQ291bnQgMSAvS2lkcyBbIDMg - MCBSIF0gPj4KZW5kb2JqCjMxIDAgb2JqCjw8IC9UeXBlIC9DYXRhbG9nIC9PdXRsaW5l - cyAyIDAgUiAvUGFnZXMgNCAwIFIgL1ZlcnNpb24gLzEuNCA+PgplbmRvYmoKMiAwIG9i - ago8PCAvTGFzdCAzMiAwIFIgL0ZpcnN0IDMzIDAgUiA+PgplbmRvYmoKMzMgMCBvYmoK - PDwgL1BhcmVudCAzNCAwIFIgL0NvdW50IDAgL0Rlc3QgWyAzIDAgUiAvWFlaIDAgNzMz - IDAgXSAvVGl0bGUgKENhbnZhcyAxKQo+PgplbmRvYmoKMzQgMCBvYmoKPDwgPj4KZW5k - b2JqCjMyIDAgb2JqCjw8IC9QYXJlbnQgMzQgMCBSIC9Db3VudCAwIC9EZXN0IFsgMyAw - IFIgL1hZWiAwIDczMyAwIF0gL1RpdGxlIChDYW52YXMgMSkKPj4KZW5kb2JqCjM1IDAg - b2JqCjw8IC9MZW5ndGggMzYgMCBSIC9MZW5ndGgxIDEwMDQ4IC9GaWx0ZXIgL0ZsYXRl - RGVjb2RlID4+CnN0cmVhbQp4Ab1aeXiTVdY/975rlqZJmr1Jk5AmadrSlaWllYbSQim0 - ForQIsW2UCgIWrFWUeGriiJVGZFV8FNxoSxiQ+lAgIEPGRScRdFxZdTRsTqOYx9nvg8d - B0jynfdNqZTH8fEPn3nf3OXc9ZzfPffc5U378ttaIAE6gYGaOU1tC0F+vC8AkI3zlzW1 - xekkFsPfze9od8VpLg2AWbqwbdGyOC1uBFA6Fi1dMVg/6RKALtja0rQgng9Iw5hWTIjT - ZBSGqa3L2u+I0/o+DGuW3jx/MD/pLNLpy5ruGOwfPkDadVPTspZ4ee+DGKa23Xxr+yBd - jOG0tuUtg+VJHfL3OhBMNcDNoIAbQQAKWnwbAIQvlA5gMVfKx2dBpmrDDYnF34BOlOkb - qn4hh6+4f/XOdy2X/Kr14r8wQXG5vBTygWgAQE0wf0C1fihHroeeIQy1GWGYgq4E3Wh0 - GRkTLNBJdsKj6J5Gx8Bi8hCsQLcW3ePo2KHYbqQOk4d6WTF4hKwAG6kMqljnTIPVaVGq - nG+GCd/3pPN9y6dHiRVH7xNi7U0AxQQleZo8BQvASZ4HL7kTKiCNbDsQWOpsxKzd0Iau - Ex0j+4Ts7k3Jcx4nmeBlCdbxQQpLDjr/kjvS+VlumJJe50l/mMXgpRSkgonOE44nnf/j - WOQ8jm5vPGtPAEscdO52LHVuSAmTbb3OxxxhgnXWx4PbHFj1oHNZYLNzQa6cP21zmO7t - dRZi/qygyjmmwO0c7eh3ZvvDIkF6pGOaMz33985UrIjFXNioN6hz2h0bnOMwK8VR7h+H - 7ijZQ7ZDOtne6610HsEointgSqBgc5jcdaAiLdcbJncGx1SkbQ5U+L2BaU5vYJLfj/FZ - Z4TVwvXCBCFPyBDSBJ/gFpIFg6gXtaJGVItKURSFMHmht8TJHyV7oQRh2XtA5EUuTF7E - RPYo2Scn7jsksiIVQTSEYx+j8hIccbK3TyvFMHKQl2N8mOw7EE/aF3TiHCLAyhlaKsXR - Qx8oESlUQog8EubhflNHiaVEP15XOKns33mNcs5lP+PfPxbiCG2eWlsX2uOoD+VJkZij - /nJxy+XIvw3bb8OsltKMjKkzVhzoaFuysLzFU97oKW9B1xh6qKPVEupsdrn2L2mTMlwh - xtfYPL9VCptaQm2elrLQEk+Za3+HXO+q7IVSdoenbD8sLJ9Zt39hsKWstyPYUe5pKqs/ - 0Fy6vGFYX2uH+lpe+gN9lUqNLZf6apbrXdVXg5TdLPXVIPXVIPXVHGyW+5KEL19cW3pr - O2qnq3zxVFcorTY0ZfqcupCrqb4sTHZiYtltwJ0ALXcM0rhOsLHZ4ASIvY/unBRGr4t9 - zp0GbXRZ7B9MEQ7qYcnRaEkxnIBHYDv0AA+7MJ4G82ArvEqW4NyeC33wDkmBLLS9LIRh - GvyOxGJvwEJ4Dsu3w0nYBPtBjXWWgRFz1xFv7E6kgxhvhtWxZyAVCuABOAaF2Oo6GIjt - jh3A3BlwHeyBvVj/t8RD97NJsRdj/SDCdGxzNea8EZsW6wE9ZEIp1GDqajhOvMy5WCtY - oAi5ewKegh3wEnxF7iV9sdZYR+xs7BNUVQvYoRbflaSPfML0sA/Enoh9GYsiEmmQjr02 - wgZ4FtvvwfcEmtZyciNpJxvIJhqk99I+9n7OHI0gDgGYjG8FWuUHEYHDcAr+F/5FvqYW - Rsu0My/HRsf+D1QwFaWUJGmBDnzX4LsOZTpKeJJDJpIaspJsJJvIH2g6vY7W0dvpHfRz - ppqZy6xg/sDeyvZyD3NbeVX0m9jR2OnY22AGB1wPy2EVSncSzsJ5uEAYbMtOvKSIlJJ5 - +HaS7fQw2UEO0xpygpyle8ifyKfka3KRclRNjTSDttMNdC89SV9jFjObmMeZPzHfsOM5 - yu3gPuO9wh+jzdG10ddiRbFPYt+hiRXBjSNTCtVwAzShtG0wCv4LpdiHbw+O2il4GV6V - 30+JHQbgO0QBiJ7YSB6pwreaXEsWksXkSXIE3+MyL99SHAiqoDpqpnZaS5vpMtpJ36ad - TDKTzlQyc5gefM8w7zAXmYssxyaxRnYyOwUeZpex2/Ddye5ie9nXuUJuPFfNzeI6ubXc - w8x87g3uHX4Vv47v5b/m/45mcZpws/Awjs6rqLMvoS5//7AkFbnPg5tgPikjzbAZR2MH - aYIu1K4F5EHEqw3SYg3MKmYyzUFtOA53obZug5WwlpkLO2LvMXvgXdSUpdhkJ3SzpeDg - tuDo3As5qEWDbzCQHkjz+7ypnhFuF5p8e7LNajGbjIYkvU6boFYpFaLAcyxDCWSWeyY1 - ukK+xhDr81RUjJRoTxMmNF2R0IhT2RWaNLxMyCXVa8KsYSWDWHLhVSWD8ZLBoZJE6yqG - 4pGZrnKPK/T7Mo8rTOZMr8P4I2WeeldoQI5XyfFH5XgCxt1urOAqt7SWuUKk0VUemtTR - 2lXeWDYykxwOIhzKkZmS4QiCSmo4BBObVqKBhYlSifKQzVNWHrJ6MI55jLe8aUGoZnpd - eVmy212PaZg0ow77GJm5OIR8wkPqBZ4FD4WD0NwoxZrm1oWYpvoQbZTa0mWEzJ6ykPnO - zyzfk5dj5Q9fkRmi3klNLV2TQsHGhxBciWyUqKaHkZpa68Jm6f31dSFy/yATEo9LkFOJ - 3fia4G1c4gopPKWe1q4ljQguzKjrtQVtsvENQU1drzVolYmRmYctq4rcKP3hkRNGTpDC - IrdlVTz8y33x9DdPSKFl1amPMZw6YwgAIiHgmYJ8hlzz5U48yGyB5LUUQNf8AsQJn3qC - Yi5GfiaGKOoM4w1x3ilNoc7ay2y0lsWZa1xS1quw2uRFqLQeyzd2acfhSGF5rcfV9Q2u - 1o2ega+GpzQNpvBe7TcgZUoDPaQrIdJ0Od4hLZZelLrV4mmVxrdDHlOkPZbyKxKQlqCR - eA4ZcAGvqXOHXPWYgLvJzKlhUNTU7SdkXX2YxO4PQ5njMO5RmRvmYXampGqLy7B/JEZm - YkK6G2NZma5J2PMkSVdcXa6uKQu6XJNcrahMrFcOMaOlqz4bEaytQ5xgJvYYrE8eirbU - 14/DdrKldrAKFu+qxxaWDLaAoZyUHcFCOZm4mDK+mrrpdaHOsuRQsKweRwHV90RNXegE - am59PZbKHeIUOV652DLIcx7ynJuO+fnxVnDv0olN1Hd1SW3W1nncoRNdXcld0nyL02EC - VycEBxPCIBWRIA+Tzhqsi4HHnSyPgdvjRrbqJUxHoUpf1ijcs/84wmOG+MaaY5HbMTLC - BT8TwoU/BeFxPwnhoiFOhyFcjDwXSQhf859DePwwhEt+HOHgEN/I5ATkNigjXPozITzx - pyBc9pMQLh/idBjCk5Dncgnhyf85hCuGITzlxxGuHOIbmZyK3FbKCE/7mRCu+ikIV/8k - hK8d4nQYwjXI87USwtP/cwjPGIZw7Y8jPHOIb2TyOuR2pozwrJ8J4dk/BeG6n4Rw/RCn - wxCegzzXSwhfP4RwMDkEV9rhzqvMLvzshnnuFZDjTonTQyktxPA0PM/Ngh5+D2zhC6GG - vRVmoOvAg3YRhgXoKjDeSU7DWiyzGmnJSXkdWN+MeSp0Rmzy8l2QGk8ox5F2wRzpaP6z - PBRPA8Mf7BS44Uk/SPF4ayXimq68IleFZ8AE0EAi3mXFHx0GejmaJPuj8KSxGc7h6aGf - vshYmG0sz57lglwz9xE/ju8VUoV2vOh4GstSPJ8A5h1DDgUoid9Zidm4sUAnasMAZ9FJ - NMaZD8LAogOMCx/AEawBMCvjCLbCYZiTm69z6/zoStl14Ut/5o5dmBhmqy7i/QeWeB4F - no/9JOA5clHQuUa3WU/zRFVKIoUUsyjmJtlsCV6N1Wp7x92xFm8mqs9XRaq131YNQEmk - JJKbM3FF0EdMOq/RxwucwAqMQAWOV2rFPEJM6Cn0qjwiGPBkkpFBMjLSMzLuafDmjR0j - vaO11OPWMW6X2aQzCDRA6NmWCe2VRbbE9/8RfeoMrSXZ3ZvqtkcfiPTsMfpvrn+odjLR - kayLW7mkd09G3/jyWLRXlqEHsRpAGaQRqA6mCiksq2JS8BpHIaYoVaKaqtUU+MW0SGHT - MKIXrAmaMFEdcG+6LFCxJNH5fp2+MBtKSoojxSXFAxhH8ZLcRrdu0JEeNvvSBibj0tvM - 3RdPUid3rC9auieq6cGu8SGwBW8fzUgkwW+D9WVkKkN5omBMxMq8S7gkYmcMqmT1bFLH - vEX+yLyl+qNaySrZhHL6AGWn0y2UBpRpCQXKgoTJdDbtoIJ3QYKSMnqGUJVaz/Ci0Wy2 - sSxeeG0PJiidjIqPqAmNJDj1mHIwCayGjjZLRrX2fHFVpN96vrAQf5b+CMpW3lL2OZSY - USq9uRCvjPYnqMNkTx8lVKnCSC+lzBquKuvOCLvy1BouHubmQMPyW8jyhluS3Ari1nl0 - o8aMJh5iNJiMOs8W4iA7ybPEdoyNNrwcncMd545d9LHnLkxk5o88e/vFAPvuyDEfjrr0 - 34gL3l/H3ua+4D7DmZGMdxVdwcw1aCBOk1/TM+KrSn6iaByXyCSPExR2arer9LmMLcWS - q7I6Ut5zL1kYV7kBWeXiwzNQMiCrXR7YEnzEq/ByPpPGkof3yfo8YhMxpuUxZlYb80gS - Rc+qTM4DHYuedKeEShh/7sEbZ1Q8rUDdLr9Ppx2rd4N+tBY8I0Bn0LsZdvvRx7pPRTdF - 953ct/E4Xpkk/y36j7/1Rz/+JzFquM8u/Dp6NnroXAw+fo9UkvS3iPbCM2TFN3h9URw9 - HX39fHQ/Nw9lnxH7QD7pJ+IdTjF8GCxIzyFKLeqB3Z9foV2sWKIVCkW9WsEk5wmpCodW - 7SjKoFmBokNFtCgv3avXCpxo948w28OkK+gxO5yC35Gloo7RqmKhuNhuEALpu1Jt45MD - 9spEf4H1mvG/IlvwguMw2QyD0J2XweuPnBqCr2QAtVuHutCAGp81kDVAMNSZC2VY08aM - NY4AYvWSMYlusKQku8HkMriJewSMpW6wOcxuYnSjJ6FJtMUSmPfcg2CShlRTPs7sa4iG - JBJe4I1EmuOjfJ4RAi94xpP8PLwq0BmwEHahIZ4Rfp9fCnyjR40Zm0Q0y6tvqN/sbs1b - 1pxbS/rGG9X33flIkVu5i/vns8c6bjN71Sm69ExfQ7pJMfa1uzcdO7Kl6/U5mVN2rjfa - eU2CPXsRWSpmWkbOrZ2WXvvK9oqKrZEt9hEMc7+aL/UEK5b88sFNzyWRfsnmdcQ+Yr3c - SdBBCrQFs3YK3fZ37cwIMTGFovE3OzhBp0xxqFQGv2hz2bK0WSQAOqvTtcZ9rEEGVZph - /YNWcKCkZKBEV6iLo2fRm3iliTf4iF6JnlEw+0iSIsUXt34STEn5OgkKvc5AZQSMntQ4 - SLzRYDbld/QUPdd45l/fnrtzZl7hTrpw/fpH7jrsm3ySOxn5W9X06ED0fDQaKvJUrV35 - xfHdHx18Y8u8/bINxNst5ixbDTacY93B7G4r2WrZJe6xMJWibruBYQy8wyYkONACCcnJ - Zq1fTxg/1dkcSr/Zascrf+GAe/nK7ydbcdVAYaFkA9Ee4oTDiDY+60aBVfSqjUofaJK0 - KKUuUStYkeKAcRNCWUZlSvBBoh49hYX3EZbwbnnKoapIyhL3M2R9AZPZk4UKgKoS14p8 - SR0ozsF8gb7zqblHu3zVC5U5Dz7Wdp+1J+XvR9+8QPRv2dnq0Lvz79u17OkdH6y9/e2X - Sf7neDU3jsNxLYidYwZwXFXggNuDeWM1kzWzNd3s7mTOKxpookMLosMhJCmpw6zispKy - tAGd3uZU+W3WFOca9/LSK8XHAQaU/MqxtVnsCiUQYlGhbHb0wEp9oEwWfSgg/uRZoJfU - W1Z63ojmxazL13lGS2LB6FH6/G8f27Fyx847H9xNumpzrtn3TMkLNx+IXvj6I3LDF+++ - +ttfn/0NHTsqZSp1XBi/aX4dGXnhSzIbbUhF7Bxrw9tCO94se4k6uGKL+Lit28lwGprI - GYwafaLREFQHDWLARqaqDjKnySvM6eT3xPcV7zjf83xh/sKjOq07radzRc6dmrjN5Egt - 5AXB5HbYBaXDpPIKW+zd9kM4B1ivKdFr56xKtaDT+BMdfs7mT80S/Farz/+We2dc+VH3 - ZdV/K1KoL0QzUohBdsOQnuDqqR3AVNmYTAIPyzF4FUs4lneikdVrk7QGLcurvSOSU324 - m3P4SIpDYRZ8oDJqfCRB47G5MYlDT7SgXiVo0Ysb7rj6oLlJz0i/h9zSALc0NKAK4Wt0 - p+CUwi0FKhDaGl4y4ahExOdH48MLhPa9UzBGr730Nffolkdm5hj2C9fmzlgxYcaZ6JfE - 8mfiVKVV7rt7F0c87OQbr5u+tPKZZ19uGDO5aH1WjV2Lax5PKCmN+m6bdO+BLiJ98MS1 - vhMXtu/kPUd3cEE9JeNEYqXYuZmfzS3iVvB3CGu4w8yrzDlGyXE8frxSMHQ13Uifowwt - 1CsULIcXpfwyvSBgHl6ZcrxC5HD64I6SZXilwCt5W4KCKgOgsqoTet3Nh4kpbtHR+BQX - W6u1n1ugpBjX9BLJkhN0a6qyMsSV2pfYNVmWjAZupfaEViwWi3NziATVcjQ8JF+B4gg6 - T+c+8trn0YVk/+fR3i37uGOX9pLT0ZsjzdTeFb1Jlm8tCnkNysdAIIj7cJQCdx+EBoCx - stwed3N8ski8VMe3FyW4WUJdX9vXJ20w5TZW437Iy04GH9wfLBJEQcMnmkWzxpzoF/2o - XhXWWapFKrXHq7Q5PFYlZc1et8PsSOAF4JPtXiZJmYZ96gL4AY/02gLSd8sgzr8sb8AH - Vn9amCQcuIKPfu35gfORQWZwr1OCJgz1EKFBZZTUUTK9RlyRpGXIfHk1wm2NpCK4pdGN - kpUFY6t7g6Pqb+mszkwtfqblver0ozdWLXn8kC3QtrC7j83eem3qNSWpk2bVPjFzXWQs - /eLGmnU7I+vp0WV5U598PXJGWl9QbmYA56sVrfG8YO4h/jRPWd7A+w0dfLvAGdTUYNHi - KgO8RaW0CTYbqAMKm51kWQJWsCbjUs8Pk+yKzQ/KNaArxOGWBSKSSFeIIkmA+q8hKAVZ - vXfantb+msxDjpxVwUBlwcjkPtKN/M+b8dTsZyLT6bPNxQsSTKWjb1kceR2ZxZEuir3P - unENUeNZwAqPBvO3ipu1j5ueZ3eJO7W7TWHxjPgu+5nmrwb1OJF3WAS1Q6+yClarkfoT - bckKv9FqSw4TBa4kg5bih7ZtmXi886mSFDirddRHBDPGuASMKQ1qHxAteqIJFw5Gg560 - uZA9acFI1Y8eHCNcLfQ4wynuSeKLxcf350w78vzmzc/ih7tL0X9+GL1E9H/h20nizs3z - Nl7q3dvPnIt+hUtnJPoiybiEG5SgtF50RK9jvSi6BkZAezBzt9htpmmiy67T8A6jkMhr - HHbVCA31W2ypStwFuAMjEq2e1B/cBchLhU7WMzwR2U3JwNl8rA+SUTDOhB6xanzAmGWZ - ZImkvYC08sfHTF77yaB+4scUyYbh9kjnoa90eycdOVruRT+a1TMmeP1dB6OH2retmJFT - 1LfiD292zt1/dMG2u2fvZPavm5JWHP0ryvjM5htGp0yJfCjZKXPsa6rg5uCIzvhlQpby - hIaESUnQy5oKzQyvUepsOMXwi1sAjBpjIuNkKHPJhKe9S+5Fg7uBSEPhqWzJqMenVrY0 - sSLFA9pIvzzh840enbRvubyn843G9S5/18G9e33G3IQUg3Oif9Wc9eu5OdG3N0TKC5JU - hK5TiPcsoi9vkG2EChXvSzYb0MYGs0rJy4TCImilrcwifg37INcNu6iIXyVpOVvJPcCu - 5U6zZzhxStqtaYIoq9qiVbhq45kmHGvrw0XGxYbJfYcYZpkeTzd4VLovmMKjlUUkOJ5l - COEowzOAplcpSoL30CMEZytZfYD08FZr9XlLVeTjjyNWWVbJvuKpST9oQQQ0r9rq/ioh - HmRMnb4i6KUBPcOwENDzPK5xwxpHY97DwfftFhZGCguvapkTtBn4QxONyxketRQkHw30 - BySFZLwcXXoiehueOLcyrRffQIQoGKNTmC9QX6XZ+ZvgTV3GBy3dFkZacwr0Ffo6/SLh - duZ24WHDVtjCbTVuMW0x74JdJm0FTDVONr9qZMu4Vzi6htsJO0k3t8vMpaZxFqPZRIA3 - qlWJDlEjTWZTMgIj8W02WnrUvzDhnH7LLaOM8FT1W1CI7+WIbxCrIoV51mwLrkYIViHB - 0QjqjUYwmZbpzWYLR4g0AJY1iNvKU3IgYkgabsnNuQWXpgaSzzNUoKjxPv9oaSEfM3Y8 - GYtIMIz7tO++5tInOp/wBVKy07V52VpuvCba/jviJGz2ouj66FcvRhf28eJzCbzbIm5M - ZasRrnslGyw/sRb8Tv1DjwETGfDjF/IcvJkog3KYJH/7roZr5W/vM/B7+myoh7lyZYK3 - OPE7J16625kwtbRyRmVGRcvSjpb2xfObsEw8VyqM/2/C//kAfnUFaR2AjeieQ4d/RcEv - ywBvoetHdx4rsegM6FLRjUJXhm4mugXo2tGtjg0+WB6G4gRcV9FYb1h++VV01VX0tVfR - kgRXtt98FT3/Khr5G1ZexvgK/m68Kl/6pnxl+/J/064oL+04rsy/+Sq67SoasRlWvuMq - eoVE/z9X+zr7CmVuZHN0cmVhbQplbmRvYmoKMzYgMCBvYmoKNjQ2OQplbmRvYmoKMzcg - MCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWln - aHQgNzM3IC9EZXNjZW50IC0yMzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTk1MSAtNDgx - IDE0NDUgMTEyMl0gL0ZvbnROYW1lIC9BS0JKUkorSGVsdmV0aWNhIC9JdGFsaWNBbmds - ZSAwCi9TdGVtViAwIC9NYXhXaWR0aCAxNTAwIC9YSGVpZ2h0IDYzNyAvRm9udEZpbGUy - IDM1IDAgUiA+PgplbmRvYmoKMzggMCBvYmoKWyAyNzggMCAwIDAgMCAwIDAgMCAwIDAg - MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMAow - IDcyMiA2NjcgMCAwIDAgMCAwIDAgMCA4MzMgMCA3NzggMCAwIDAgMCAwIDAgMCAwIDAg - MCAwIDAgMCAwIDAgMCAwIDU1NiA1NTYKNTAwIDU1NiA1NTYgMCAwIDAgMCAwIDUwMCAy - MjIgODMzIDU1NiA1NTYgNTU2IDAgMCAwIDI3OCAwIDUwMCAwIDAgNTAwIF0KZW5kb2Jq - CjE3IDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZv - bnQgL0FLQkpSSitIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjM3IDAgUiAvV2lkdGhz - IDM4IDAgUiAvRmlyc3RDaGFyIDMyIC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNS - b21hbkVuY29kaW5nCj4+CmVuZG9iagozOSAwIG9iago8PCAvTGVuZ3RoIDQwIDAgUiAv - TGVuZ3RoMSAyMzcyOCAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGtfAl8 - lNXV973PM3uSmWf2JcyemSyTZCbJJJAQmCcbIWFJ2CRBYoKAgKIJiLhLrAuKWnCv2r5g - 61qtThLEgAv4aq21Umm1Ctoa2vK61FLQF22tZOb73zsTFtv3W36/bybn7s8597n3nnPP - OfdONqy/bCXJJYNEJPLyi5cNEP4Jz0b01vKNG3yZvG0tIRr9BQOrLs7kPdcQou5etfbK - CzL5woWExH+7euWyFZk8OYm4ZjUKMnkaR1yw+uINV2TyoYOIN6ztX56tL3QgX3/xsiuy - 9MnvkfddsuzilZn2S29EXDrQf+mGbL4I8dKB9Suz7WkXIVbT2XnxbULRyk2+JPXkRqIk - ApFIlHTjTdYq3yEK5Fm9khDhZx8v6jXUf6XRajj6nyzqb2CJn+fsXp66/J/zlD/S/hxt - tbw9q8BzqifHHyBEsT91eTqm/NGpGlbLPu6hxd6GaQpKooAYQOSpBFIdgF5AH+BtwBjg - GEBDfAhZ262A7QBWoyReMU2igBhAJAmEvYCxU7mtSG0H7AAcByiJLKZGcvSV3oZWMYVH - U2QAsB2gwKOnc8d4ydZs3Q7EIjEolHiXKMIEYCvgGEBBfOJJlEvit6QfsAO5wwAFsP8T - XWLwLelA3MfhW8QnyV6UHQAcB+jS+8R/jMxbUEka6sVvgOgb9PIb0gkYAAwCkoDDAIwD - wqg4jjf+BojHeas+pLcB9iK/D/EBAGudAzysxThIjpNnAQzPRCvW4jhAC/LfDE+9r3I3 - T+QZeeKrkbr6ygMNFvErvNs2HhoQRgEJQAdgK+BZgApkTgxrc/lzJ4Zr6yob2CudwNKq - Sg8iXoAY+ZF58zHuHhQkAB0AVnkAoATeE+jkCVA6gVc4gdEzINwK2A44xkqA4svhmjpO - 5cvhuQsrG+ayIvIux/4leScb78rGP87GN2fjm7LxJdl4dTY+JxtnevklmZ7NT8vG7C0Y - ncpsXJGNQ9k4kI192djL4y+GF1RtaygWv8Dw9YmfYSY/w+t+hmXUifDMkm3I7wAkAfsA - BwBask2hIDS9DyH6Jf5dWEwWES/6cZzjzRePc7yfAu+nwPspx/sp8J4u2Yb0DkASsA9w - QPx0WGvyNcjijVg9N2LSbkRfbsRQ94kPAs+DwPMgJuBBlBCEEsAHiAFkQCdAhZr3UfM+ - BMRh8R2sn3eQIgglgA8QA8gA5Vk5UXxV6CUrwK+PCD3DK7xRLINhLINhLINh9P2w+C5w - vctxvQtc7+Lpd4HrXeB6l+M6nRPFJcPiCu+o+J/DTSx6ZcS/wmtoqBCbgL4JK6kJL9SE - l/CJjRikfQgPAwSsqEbUNgJlI1o04pUbiVJsFSMkjCfrhXNINeKpyLO4TizlcW02niJG - hqtBJyDGgCWGtRljMkEsRK4QuUKeK0CuALkCIooxhAXAVIi4CnGBGGR5TKJv2Ozk69g3 - 7A9lE+WVlS+JfmERmcqb+EdaWiv7GnLESejnJPS+UMwn7wMEPJ8/XFHJH8sfntGaTUB+ - NBhFu7CW07IKXxEvaFoQFyM2Z2PvsKfRu5s2CF2YBdKQL+ZitHMxVLkY7VwMTS7mORfD - kwuy2PoA2wA7AEnAPsABMXdEbzLJo8Ivhwuqtu8R3iDHhDfkRYLPT7crjymF7YpjCmG7 - eEwUtgvHBGGvaq9a8KoSql5Vv2qrSulVJ9S96n71VrUyISTEDqFDVPg8voCv0Ffqa1VK - HskvBaRCqVRqVfU2rBEuwiT2Cr8nVPi90I9NyEsGhQ9R5hMOIYwhlAEC6UM4wFODCLfx - 1A6ESZ7ahzDzDKvFdodQ5inW8gDgMEDk5axEEA4Jazk1n3AQVA6i9UEiCgeFJ3ipJLyP - HjA+YGEMIAM6AQrhfeFB3uYJ4T0yCjgIEIX3hIvAWF7hd8Nxg7dhXPidcA7PvyW8JfwK - 3zfx/SW+b2BADRze5G/1S7JP+CVJA7DDobwPMADYBtgHUGJ03sS77RDeQhhFKAP6AKz9 - m2QrYC8AuyxaR5FKcFy9CCnZJFxDrhKGQGmTcAXgSsBVgKvBQJuEDYDLABsBl/OSAaTW - AdYDLuUla5G6GHAJoJ+XrEZqDeBCwEUo6QeNlZxGP2j0g0Y/aPRzGv2g0Q8a/aDRz2n0 - CwNIrQOsBzAa/VjU/aDRDxr9nEa/sBqpNYALAYxGO2hQhFcArgRcBWDv0A787cDfDvzt - HH878LcDfzvwt3P87cDfDvztwN/O8bcDfzvwtwN/O8dfx/HXAX8d8NcBfx3HXwf8dcBf - B/x1HH8d8NcBfx3w13H8dcBfB/x1wF8n9A8p6hrSIFAHAnUgUMcJRDmBKAhEQSAKAlFO - IAoCURCIgkCUE4iCQBQEoiAQ5QSiIBAFgSgIRPkLRIE/CvxR4I9y/GMc/xjwjwH/GPCP - cfxjwD8G/GPAP8bxjwH/GPCPAf8Yxz8G/GPAPwb8Yxz/GPCPAf8Y8I9x/JuEVVhITwGe - wVLbJCwHrACsBFyAidiEDWCT0AdYBjifl5yL1FJAD+A8XrIYqS5AN2AJL1mA1ELAIsA5 - KOkHnQtBZyWn0w86/aDTDzr9nE4/6PSDTj/o9HM6/cK5SC0F9AAYnX5sp/2g0w86/ZxO - v7AAqYWARQBGpxd0eoUnyRLQEpFaDlgBWAlg79MLOr2g0ws6vZxOL+j0gk4v6PRyOr2g - 0ws6vaDTy+n0gk6vsLABiioo9XJKHaDUAUrtnFIHKHWAUgcodXBKHaDUAUodoNTBKXWA - UgcodYBSB6fUAUodoNQBSh2cUgcodeCNOkCng9NJgE4daAgQAMsBKwArAextEqCRAI0E - aCQ4jQRoJEAjARoJTiMBGgnQSIBGgtNIgEYCNBKgkeA0oqBRwmlEQSMKGlHQiHIaUdCI - gkYUNKKcRhQ0oqARBY0opxEFjShoREEjymlEQSMKGlHQiHIaY6DxAacxBhpjoDEGGmOc - xhhojIHGGGiMcRpjoDEGGmOgMcZpjIHGGGiMgcYYpzEGGmOgMQYaY4yGcA19TLiausAl - 34Jb/gmueRi8sQM8sh28sgI8sxic0QoOaQKn1INjYuCLMvBHKfikEPwSAlcEwB1+cIkP - 3OIRVgHnBcC5knzbEESv/4neP4w+7kBft6PPK9D3xehhK3rahB7Xo+cx9K8M/SxFfwvR - 7xB6F0Av/eitT1ggOz33/WOF91bAesA6QAWgHDBKXXI1NKNvATsArYB6QAxQCAgBAgAf - wAMgNhtsM5NRIzfYhWkC9ACSR1/i4VYefp+Hl/NwNg9beVgn2zvzXurM29KZ19+Z19uZ - 192ZN6Mzr64z7wWaItcByyey+7q8e6/Lu/m6vKXX5bVfl9d4XV7DdXm11+XVXJcXRdpH - /0rr0fDHPLyPh3eykHzLw3/w8DAPz+NhPQ99PPTQ+uE8oh2lXw37p+G9Twz7OxAdHfaf - j+jJYX/c+yJ9jPhhMXrpI8P+81D6k2H/fESrhv3ViC4Y9lcgahz2NyFq2OmPef/pH1VQ - 2eD9o3+997f+dm/SX+t9mJUNe7fzqhzven/Eu9Jf4l2RKV6ciZpYtMs7zf+UtyxTUpop - WWTWmrXbRuluuUq97RfqbX3qbTH1toh6W4l6W1i9rUC9zave5lZbNCaNpNFrcjU6jUaj - 0ig0goZoLKPpw3Ips64tKolFKugOlCh4WoIKTsHWLCQC1QiknfTtEaZBTZg2JExOmsVZ - wqwFjXRWct9yMut8X/LrBcFRqpu3JKkMNtKkaRaZtbAxcqljVtK5YFZywbwlXaPCtORg - 8ywfPknnfJ7d19ydDPPkKCVIV2bTMtJ12fQg0q3ZNNp3JydHZo2q0/OTUyKzktrOc7uG - KP1+N3JJ4RZgWdg1StOs6Kb8pKmpazeh1HvTHfksTt90R3c3sW1MOBKm6cbaGc3/Jujj - hX3NkdMfx+kko915pZzrfUbtbVF7q9TeoJrVzlqAwm3PqLe1qLdhIjKFDnfyvlkLupJp - N14sm5iFeVzgW9q1W0gI01qadwvTWdTdtdu5Q0i0zGflzh14yVPtwJwJtANvIuLtSIi1 - I6HvtAsI01m7QhZl2gV4u8BZ7YZa/S3NQ34EmTatvE3r2W12nN1mB2+zI9tG5P3nKCbw - mKcQP2/jN0/hfT+zTSBD63/bpvDftjk97N9JrWz8TsG/z9LdZD4dG5q6sWVlsKUv2LIS - 0Je8beNqR3LwfJ9vN5lKx1iVLymG+85fvprFy1aO0rHgyubk1GCzb2g+f/Ts+uRGVj0/ - 2DxENrYs7BraKK9sHp4vz28JLmvuHulYlVh7FrlbJ8gNJVb9K7HkKoYswWh18Oe+Q2st - q+5gtNYyWmsZrQ65g9NqWcO4r7NrSEMau5uWZuIRIUeHVd+X7+9utEkD0zkLTPU7rsvf - A9P/CZIT6U7mBhuTeQDGHWUNZQ2sCozPqvQoNmSrHNdN9efvoU9kqyQUG4ONBCzwL5+W - 5v//3w38c+n/xef/piXZkEW0wdGypvnMv0iEvdGGyKX4i1wGXJmGyF26YQMB8IINl0YI - xljO7SvsK+1rFfs8fX7h0ku7WeFLsKyY1cPsK4oyuoFEIjQ7SHgw+wHeTIoA86VoApIb - LkU7FuHDUO2B2+M6IOmml264DC0uQwdY/G8+ExWZmIUAIJ5IXBaBt/QTwF0kH7FHPJ94 - CEmPZeFPqet4vTU1DvH+PsT8/iwgwucCsp8Woox97yM/RdgN2Ew205upk5feTZ5EfBU8 - vfewlyebmDEIv/DTpBjlh0iEnEPux/cb5EzkddTvT39BGuFSW8jbF6HsfuRfo9cKbsGL - rWa/IkTeoWnF59QkPko20k30v8Ve4L8fGFLC3nQbmU9uIj/UlKafIWEik4vJNeRO8iNq - oIH0JelDcCTZQLsl/Wj6DbIMtUNklP5M7FRcm96OJxeQS8hdZCctV/Qpfjn+59QN6f70 - b+GJv5U8RnOoX0AHlCXpxWQSmUISZCn5FajiS32K4vF06g/pIeCPkAZg2gSqd5L/JAfI - F7SZvqMIK0mKpr3pX6U/IGq4+paSe6mIr0QDdAZ9SrCLb8NLqyQO0oqnl5KVZBXpJ+vJ - 4/g+jV4eo3FaTZuFZqFHuEW4V3hVvFtxreI6zMwm8gIlVEFLqExn0QX0Kfpb+luM1pXi - tSm4xIkP79tEWshs0oP33YqZeoP3+hAZpxQ9uID202vpQ3QH3U//KLwmLlTMVHyeviB9 - I15WwKzYiJ8UkmnAsBDz+wwZIbvx/B9B0Ym+V9EE3u97wmxhoxgXO8VzxWvEbeKj4ruK - xYpnUvHU39I3pR9Ov5h+L/1h+ijwGUmAlJFZGOmFpItcjZm7k/wYWF8h75MvaZA20kvo - 9+g90Mh+Rp+hL9L3aErIE54Sa8S7xV0KqpAV9ypeTxlTP0mNpo6lW9Ld6ZN4v/PJDeQW - cjf5CXkMK24nsI3RVjqbzqNLaB8w3kxvpY/TV+lfBYWwVHhODIvrxKvEq8V7xa8UIcVV - it8pN6Z6Unendqdj6UvR41vSf0FfDcRJJkOlWUjOI2uwMgbIRnIF+nwNxvx76PlN/HsH - 3uBnoPk8eQHjcpj8lXxFtTSP6qmbxvCdQqfjrbroBno7fYA+Qv9EP6F/Fyh6EhFqhLnC - Ksznw8JrwjvCH8WF4tPii+I74jsKm2KOYhFW4eOKZ5REaVRN07z17aGTz47/YPzBlJAq - TvWk1en89KR0a/rZ9KvpQ+m/gXN9pBTrci546hqyDatmFDP1K6zAA+C0/yKfYA0psd6M - tICG6Ry6lF6Pkb4ZY/1D+hN8n8TKeZaO4vsivvvoz+kBjP779DD9L/otxeIVwkIUPV4q - XCBcLTwhvCS8KqTEHDFfDGI868WVGNNrxc3iY3iH34pfiH9X6BVmRVgxVbFScZfiKcUr - ikOKb5WtyjnKy1VG1e2qrXwVMv4540NbhDjwC7Qb/A9XIHlOeF0oA0dwPvv/HN5K/07e - oI3kv+g4Vvmt+F5PPgUfLRaa6MdYST+mk+ld9GFBhOV0K91HdpCHxafpe8IN5HZwfzn5 - HCEVVtNyeoswCdLwTmGE/BkrYz/45QuhFen9mGkH2S/upwPkH/RLegc5hnfpE6xkFf0t - mUJvoc1krVBMgmQD3Y8Vho9SVlDluZC3q5jsVdwr/EW4lx6Dbbadv/3tdBnZQYux3vbT - c8mzwpiiRvESVukMcKkLrecLKnol1uYPBQV5XHgda3cIfDYXXHE/uHcH+KQBvS4iG0gT - nQd99+9US4z0Vqz288CZt6I/T5Gn6DjOnfaTGek9HD4VYljp95IfoHu7SQH5afr75GV6 - Pvh4J9WRH5I/ktniCYUVu8ZxhVvZkhZS55OD6XnkTUgsSfyIzCQf0tsgN2aSD6iNPJRe - m45jNe5Pd6OfN5LVZJGyQemBNF4G6/UV9Q7VR6p6VYWKKq9SrlDOV85SNiknKyuUxUq/ - 0qk0KHXw8v5BcUDxsuIRxffAu+UKqyJX/Ajyc0h8QLxN7BfniAmxHGvSLSqEb4S/CZ/B - gXtQ2Cc8KWyiSfTyw/Qb6QfSnelp6clpcyqV+ir1auqZ1EOpe1PfTw2mBlJ946+d/MPJ - d04OnXyUfj1+EPLrFfpm6lvsAZell6Rnp78Gv1nSd6enpd6nW/GOITIO/noLcvVuzMsj - GNsuSDhZmEklkiJfkaMYofdQv5s8gTV2Oekj56jgH8F8h8GZN2RX9UrI2seREzFXJuwA - CYz4bMzJUlhWIi3ETvsaeTr9sLgIOIY4yzwuvE19qZ+QQkiZS7A/zSJ/ptPJX/DdSXaO - PwhqT6geB9XdqifJV6of4cTvXuRuE1qURkUUa35c6Kd3pM9NnQuZdjXZrfgvHPUQeXbX - 4nMWLVwwf15nx9z2tsT0afVT62qnTK6OV1VWxKLlZaWRkuKiwnCoIBjw+7we96R8l9Nh - t1ktZpNRMujzcnN0Wo1apVSIAiWlLcEZfb5kuC+pCAdnzixj+eAyFCw7o6Av6UPRjLPb - JH3suWWoOquljJYXfKelnGkpn2pJJV89qS8r9bUEfcn9zUHfKF0yrwvpO5qD3b7kUZ6e - w9OKMM/kIeP34wlfi2N1sy9J+3wtyRkbV29p6WsuK6VDObqmYNNKXVkpGdLlIJmDVNIe - HBii9umUJwR7S92QQDR5eMekK9jcknQG8SjQiKGWZSuSnfO6Wprz/f7ustIkbVoePD9J - mCId4U1IEyeTVDUl1ZyMb00Sr0Nu8w2V7tty+6hEzu+L5K4Irli2tCspLgOOlqQxArrN - SftVRxyns0AOlX3zmbX54pYWxxofa7xly2Zfcse8rjOezfczDN3dwIFnhdCMvi0zQPp2 - TBV1RNE51n32KpmXyphCob4LfUltsDG4esuFfZgQ15YkmX+lf9jlknenDxNXi2/Lwq6g - P5nID3Yva540ZCFb5l854pR9zrNrykqHJGNmNIf0hmwiN+/MxEqMdKaOp3hzlpo1/9Rw - UtbHYFtSxjpa7kNPuoJ4kSksWDmFbFk+BaOOTzfFU8kVmIY1SW1T3xapjpVjKGlSGZKC - vi1fEUx78Ohfzy5Zli1RhSRwMirZ4ji1wJJ02UQ6CSuhpIStC3UTJhJ9nM7z1WWlG0eF - /cEByYcIliTp7MJj3XVRjLnfz2b1tlGZnI9McnBeVybvI+fnDxM5CntL6GM1+yZqrItY - zeBEzanH+4JYvjuxa+LSRVITPvVnkGzmltV1SWr731SvzNTPWhCcBSeMr2VLX3apzlp4 - Vi5TzwYU44a6bCppbuoS8wW2tJES8kVei5W4dMmpJsh05SYVIfyp+EpeMarWYCnyEuqb - kZT6ZmbCbp3fn2WU/9NDo+nj7CkenX4s+xrJuki2o5luJ6eelT+re7lbxFkLIWiEWQuX - bNmiO6suOTeSzA0ltSGsk2ReKKnnaXNo2KZfFPEl9X0hSBbDqZAlqbSo613Y174uX3Jh - CSRLveN49Hh9shPsnswJYb2yEOiAy8BD4AUBayhpDzmoVH+yvnZa1HH4OGumCzHyaIZQ - E0pKoaSRp22hYaeR9cDIaZtOhUkkyb/0gHVAqv8/9wGE8GcPJZ0hB5HqNSdJti9cPiRp - ZsY64T9YBlmKN8GfMrSoK6niwwueQsPMeOHt0H90GH8ZtAvBt8mOCP7Apd3XMw7kHwzR - mR9gEMNUaptaVhpEivCULxzEH0rYovT1gQ1DW6bkB/3do+k0eITlMRFCXwij7uvb0odk - MLmghNWGffkQB33hbjwmou0M7EpbtswI+mZs6duybDQ9eH7QJwW37BZtom3LQAv2kwyT - jqb33JafnHF7N1bnaloHUSSQxqEgvWXekExvWbCkazf8oL5bFnYNQ6Fv6mvsZiwgNC3s - yi5Bzh/8JbvLwJiK/WQVgMWPKWBtKfYLbqS/RPphxLJif/oDwG+Q7gasB0wHNGbBhXgQ - cD3afIS4CnAO0scQrwXcD7gH4AGARvokYlj4kAlMKhDo0yryMmIfWZItgZrJa0Q4d3Dn - Ch9ctPh/+Kj/TVucQH/no/1OPpPVIcpBn/IQ62FrYSTxMUL3MRMLgTYJndwOe9hJXCQf - uUmsmlSSSrocltSYgJMJ0axsVrWoK9V/0fxR+xfdP3Jezp2dO6R/yXCXFDB2m+ZZ7Jan - rWttlzseda3BmzKNehVeU4QFPlX2qNTHoaEoFcdFolMpj4ui4NKqFccpcWpmXe2IzJVO - 1M8Zr58rfV0/RxqvJ4n68XoGFbEqo98Y8hv9qxTkpE/cd1JWkm9xT2wfG+nH0gS2/lYy - jw7KDVPbZrUJhfmr8q9o+cHMJ72jM1XqfLvTlD+pxdo24Pkd/aD4CP2K6gzG3MlV97m2 - NwsbXBsahOYGl11hrCNVtGqPsJWUUv3zJbLNES/5omCP8H1Sl94naw2WhFTnqxPqRulj - z/uKcmWnO547Sr99TslaKvdQPbuvsQtp4Qsyd1TokHOMMh7yGqNGwYiHZBNJtNP2wqKi - 9vZZfp+PkHnTR4Xznnd/sdWw3SAY9gibcRXhDtmkMWi92g7tgHa7dkyr2qSl2tH0vhGb - M45zj41y3iyPYV50ntA7b/s8Yd4eupFYhPPkPNLqaxVavxicvG2yMJmhKhFWyUbcX9ka - 3REVB6LJqBCL0uiLwu0wh+6mvcQRkb5ev66n/ujR9SfWHR3vWTc+HunJZI9KEFsTXxJF - 4brIEelE5ETkaCTKM0ciJ472GE322p71plqjqbYiRnpozzpqs9fUVFXarFaLKhgIF4aD - AZXVYrfZ8Qd1VaXOlFdXhwtZfXV1nLVGna2qcnJNdbwwXIi/MIqh/HJEwv7WZsmtL6+t - LSuuVc5cu26Nz3fBLU/POn/ksdrystrOzkioora2PFRps3iublg/uyoQuPjBn8ye/cit - rFrxNkZSm2hvbE/UxGvnVYQ9Hqs7OKP7rsFf+J5pTyTanzEWFExvv749UbTA6otMLZxe - 5ffZvL5Fiy7fOOqY0pZItGGFwUdzm/CZ4giu5BXKkvIgrIMnhQrNk1EsPqd2D1XRJRhN - LN6eOSfGj5DE0YoY9YsqPgL0j1TToPTnO/1KxZHx4yVebzEwCu4Urn8pg/AgNMg5Vymo - 2mg36SwnDWyinYaEYVR4SjYSiI0YHGp9MMpVxOlduJt+NEFoPHIC/JEApR4an1wzOTPs - FrVKsFpMfKyDATaUhWHBXRdZ0jA9XFrvWLt8+VpHfWloUlFjb3Ay/fLZkRt/vKG6vsRd - NJR6c/uO1JtDhZ6SekfwqqFLYbRR8mVqn/Ay72W1nGc3qk0W3UmDPNG/3CgMpl6yF4LM - BXW/ZegONghf98w53Tf0R83HoRp9NFXHBT63VZVsOdhtwsv/c8923vjwhpr6Ek/hEK3Z - sZ3WDBW50bPA1UPrYYhR+nDqeXEmteDyXESWcDZ2kNCXiXAXeZGoqXqPsI3o6MtD32dL - vOfIUekoiY5LkCLUT/myi08WaqgpdchV6AqpqWX83YqA1eBibyyn/6S4RfEhrPt3ZP8V - k6k3AA5eS9bQFYUrii+cfDW93Lqh8IrJu5273DnRALyATNrTaXKeubBa1P2nKOQXRrS4 - CNQtG1RRfULfoe/V9+s36VX6F3CyqyJq4YaRkKvW/jJyFcTBwxikhsEU98JzNUo/HZly - yWO835F6dBzjOedE/dEevELiKPsekbC6ZiUNOO4KlMYtrvJoWVRQWUNVYVepo4RY4vYS - 4ozmlxBbpbkEXmzu8C65/nraEwGHnsGcmcXBGFQFbuX8d3oRqTFMWDngT1MBGFR8wlzm - KmMs6HTmqq3Fd7cvfXDj+3vXd5THfQX24ukl0/qu/+GuuzY+di/V3NP9kOIWl2t6O/jL - bk+U2MtqOndec9M9r3tN1T7z9JKS2Iyimln1VHzgth3Ueh/jBvhniWIcPpVK8a3niENy - CA7GB0Wl8crR9Ke76qorHHXVSO6SH8Laq2ALcHHlG5UHK0WlPcdptec7FS671VliDzkV - pphcVBcnLIjJgRBSCGKyy4cUAgOhDkNMcvgcsuOAQ72VbI3dVnFb5XayPfZAxQOVz5Bn - Yk9XPF25l+yNHXYcd0grKy6svAkN7q54sPInFT+tfK/iUKXuXfvvHR86P6gYq1QSjVaX - k5unNxikPcKDwkPCD+U8TxtxuvInuT1en88/UWr1tMlaWSfrZYOisKi4JFJaVh6N7c08 - AzHQlt5H9Nhmcg3CaVN+4mGGcsLcl7BPnCY04RXw+yZKtZ42Z6yitYJW4Bh5pKgyjnjf - SLwuEycWIBY+lCc5nBaHw2knlTMraaUPzSpltKmU0aCSNah02NHA7qyIVdppTF5QvR3L - k7AYXGKvqNQYHF7Mk0Njj9virrhTqMBjX8o5tFRTVFio1Wo0mMPDw33VPFqQiToz0YxM - VM+jkcamOGsjT55SG1c4LI4VjnscOx1HHCccaoujwLHQcSMveM3xrkNT4IijgLVgWbUD - cxllr2fJTbBY1ppyEtFoIipER4VzZItv0H/ALxC/5Pf5Y36FXy6u9oPFZClOfHDEy3iM - yniEstZOySA3tsQNcklpfKuBeg1R7MnOql+CG5loXxeJQDeJRHrqpa8jPevqx3tQ4DTV - RrGHZs+BiCOR2TXHv65PnDhxxFgb7THV1ppq10fwR3mydnM5a71u87WvbS7nR9gsmT3L - HlIxRXY3ceBV8nLysW4REB7gmW4IsHU9hPWEfWDc8ZYjwRkJDOCgrPc3JGIyAsICFO2T - 9WV2FCEgLMgUFVlQhAA8YuFFIwZnpsqdy6oQEBZUOnJMSCFAN0yZFnmQhoQpNTEWZPpx - dtiNLq5nRSTSQ41MFYAm4MdWj+3cGOaRnVI7L1cbz6quMopBGm5n23Lqv9sT0xtqJifa - /0jt1PTn9sSU6obpKP+SbcmzPh8WY+M/Yhs8AzGgnFJSXkvH7xcupFPKS6YoT35UV5ap - E5aPH2cS5jeQMCchYQL07t1wR34kNxoxKFCAcbHX6EG6xlwTWC2tMt8i3Wx+3vQG/UXg - M6rLoVqjIuAw1tJaqcZYZ9LIWppheIMkGRuks7g3FxyM+/XEBrACZMbNdlVWEvgDJMuh - I5AEuZicnTrZJlv5LFllu+o01790Jlo5V0sz3j6L2WzKotgFFFQyGkeFi2QdwTZIaMBs - MrFsGwkgGwiYzNQI9V5ryo9r4y6XRsBtHyLFpAFpUEpKh6XjktonUelV82BltcGcMG8y - bzXvNR8zp83qqJmaX/UR3rPKagUsgzgZJElYK6NC20hw2xRHxAmGiLiOYuUD2LLHwj9y - BHogBWDBs1WeXeGIXHx5Tyxukn5vOAccyNdzD9uWIpQyZRArRMkWBDYfnEph/zlVogoG - cZuqOMqWBjW3J2L21tS5P08tnWmPocAKj2l7jEaE12rLsQymlE/2SSeN4jHJO4Vny2uZ - zdUN++0H4uOkmEzGfl1doqSxcqqssdUEaxIliUiidFrZxfpr9Fqlz+q7X/Oq6pe+d1VH - VF/XwLY65XudkLEWT5vRHCuZHCD05mJaXDI5nmvSsfGKenxxSdepE2TdoE7Q+XtLaUcp - LS0ttshllXHLSpPk96iLdYNxGvcrcvIwoIt3+nsDNMAeZsIrAN1gc2xUWCSb1LJdn/Cq - feqYWlQ7pyR2ZeRQZM440wogh2ApQSlYl0gchSiQDZJctiQhyQYPCzhzdh+NQD6tW390 - 3fqMtMBPNUbQiHV1BO14LOVnYyuPhyf4uptNo7FW+uvElEaYjr8O7O2vzqp0UA3s1XGo - EExdYLM1oYZO8L3I65gBUFVZM1n0ztkz+9FfU/WnPVd19J97Z42nuNZSUDv7P+S97wTZ - 1B6/evW1S6bkVy5uf6EtVlz87IXX/8FSUV5XkDe13BW2S1bno1tTSxjH037HtMIit8lf - V4ndaD1m9jbMbIQck+ccMr5jeb/gUOFnpo8tHxd8Vvit5dugTmPRBoUa00rjKtNK6wVF - 3+aqcnKpqc00p7Db9AfLoYLPLZ8VqF3OvFyiVJmd+bbcPEkr5dP8UerfGSBXFetHhX/u - lPzFahhg7bJWUNn8gRzVXA+bNclZPeA57BE6PQc8gsdVZuaTNxCmJOwLx8IDYUXYWfrr - a7KbyBzMXWp9T2QOMxPwHT8iQaODJYWx5txj56YUm1BJI+fZEjoWaFmQD2rDWBJMuDIp - S9ZBnztlaxWGoepza4urcrwCnOTnbESYDvdYqLAU8rLEbXWUz7vuzmefeHVwXuycYMm0 - ni2pr4/dtJMWfL7oLnFVMNF2Y/t0h6k/P/bT711xm0uaM72kedq5y2/65EPqhc0qkOnp - McVnSiOUlhI6IEd1ORq90iqe0FMpx2v1+qQSX07UGvX5Sj4Mf1jyefjzkpPGcd/JAoNP - 1uXES/hKR8IHizrBcw4k8mVzIF8uygtqyP8oCG2UnDr6mOBEh6dNd7PGZvaQgN+s1uiK - /Hk5sCa9WnCWbCD9dIAK+3CeKlBXaYjNjMsrdUi9Uj8E4Zh0TEpLmr0Qg85I21Y+Q+t6 - 2Ax9DTsY3IXNnM0S/hgfRCIZCfacTob4srHZ4GKMybGmK2VHsFBvCppCXlKoR1BgDHhp - 2FDkhYXAlPDrrydtC6+UpeKSnNySnKKgojjXG6Q5OjgesVVO1Pr8FqvPGggq/RbUWm2n - atmkw8Am607tqUHOhaQ6zibXXp0VoGbGjjC5GcMppgXbZHDVjAfmf5L6mBb9rvPBWZzP - gsPXDw7vuOvOHyuN377I+KmyuITm/OIADVdUpGvLymtPPrgpmbxm3Z13YrYbMdsXgrvc - pIA+JOtGTaOW5/N/ka/IYzpb2yRPfIWw1vIL1fuqg5aDzk9Un1o+df638JXqv00nLf/w - fhM01KhaVYJpjWWN40LXhd4LgvcI273bgk97Hwn+05njVivFHHOBh2ownCMldXEWy7nO - QHxQc0AjHNeggtqeM3lkdzXnNoMbAtZDZc+gR9jqoZ5R6pCriWwKQi3xIzGp2kuoAQd9 - bxP8BBD2XK4BP7mE5gdxh8CS8PttaoVfyvGMCn3D5PIcKE5MgeLxrDCLQT9YED+cQ3Nc - 4YLLoRr2yRazHKz2mgfMglnOM8TNzlDbWr5cIuDk8SNswWB+5pzgRhp0RCh+UBGZGnSU - R2Dn5zyy059g7zBiKcrE6DTPB008HoY6xqY50v03rmxK9ZC8TBzQHjy/G86ld2UtNBVv - KYLgaPrdYcSsORMEWBz+jBOFq1xqlSIYmFgbsLStEA9YF2rFmpPP+35y2/qX5nqKp3iK - Um9u/Tp1iCYOXPubqplR35+jP1iz+gcxel7n+RWWutKiSaEmavvVQWroqmq/ePaKjV2L - F3exFZFaqHhF/CkJkQp6h1yrLxQqBHWuPddvqjA1mka9o/43vG/4vyn8piJHyveGfPnR - 0H25J7zf+v9Z+G3kRNlXFTmFjPeZXSJrkSgchDhAblDOQ8IhB4vz5ag7mFkKbkoFUaFU - qaF3TTC939NmsYdNFpsr6raVGor9QTV+ikBVUb87x6APX06d4P5hKEZMCAR127XPavdq - 39YqBrT7tIe1olcbhXdN1LqqOk19JsH0eikTDBavr8PX6+v3DfiUe33U56xsWzUhEsY/ - 7sEcr8tIBTgmIbwhFOqPJGChQ2xn1Z4J+eBi8oGpT2fLh5JyT6AkUOol5R4EEX+xl5Z5 - o9+VD7GK/EkV+dGgIjYpHITmd0oCMOmhLygqDBUHlUUFqAuRbB27s5YVDtV89qEuGS3Y - o7MyAaKg+kxhcaaMEGceZztv8NwXN37KEn86b3XzHe2/gbhw/WbuHYnHL7vscQZixzQm - J8Ztax/ewATEBXNXlJZS+/5fU3tZqm3dY4+tW//oo9BC4TcmiqexN0whf5WdY1qqUtlU - hSqRmb6CZDSZLVY7zM49+NnUhKmcsYWjsVjFd/ReGxRYdratgzE5MfPMEM5oYwE/M3lP - oyFTmP+QnZdn2+70tE0hcEs9KRvoV26/Ql1cVGQ0Sjqng60KSdOhpQNYGFgPWlcd8bNC - fSw2WEG9MJ2dtR2ZyYehxzzRjMOR4i5p5hdNHD1xNMOsGccnNXLPis1qhGuLWTx86CfX - 2I1waTLG+5fy7NzQu+Ubmi587OK5jtj09r+0JWLOOQXRpc1rujvsFYn2z9oTFY65XGYr - jalZ4dDMhzamNhm8tcy4meKVKL20wxep7koNnlEmXs6mCnw6iLmYhbkQ4cd/FRetIXpy - 8qYLjO2sSHRqqZwn6wXmvchMzdneiDwmCW3C6csFZ06C4tQVhIlSnactitvTHbi6s0dY - DOkLE1Zfm8CFOzJJhVlUvoBSCxzci4fpFQo23Aar1WeJWfososXpXvJIRkNiw32Ceexg - UyTWQX5ibTMRyHZRa7D61PaXNSmrjNmBFJInqPQ1W8LjrSz8+lG29ymNhw6lrh5vYCPC - gH7Jx4bi1hFRzMbYOMh1cs4pJ45knHgbttBOKyJnlpJTFy8mSuFxcaBxVt64jBJzKUjM - ueCDwdUn7ZAUktM58YLcjcCONtj6wZtN6Mr/8kL7/83bZLZr9g7ZWabpj3B/iYpPkEZx - mWwbM9DHVE+5nyp9wb3b80LpfvevSjUmNdt0XME4ZTPvtwbjpn5vf/km76byrd6t5du9 - 28vHvGPlugrN2JQx/EqTtdbq41NYazMSJhkBiVfXwEFTN3Vq/UvCdsa8GZ8VVgjFguf3 - UAz6Bv2ZddwSNsISNgEktpoMyok7LF7Pv2lryLQjeEbONSknrr+Ul+3JoOWuNdLYILMb - MvVTs6XDnjbDbjR4UJ7kKSuppupGl19X4ldcrlM3qqrj8VDIqsMSx4p7zm6TK6uZ5ibn - h6ttsqcu/rZtzHbMlrYp+mwDtkHbNpvCZBulx2Wjx+eNeQUvm0Uvm08vnt9VaAoDQZgh - KAhXhzmC8Fj4WDgdVvRB1R8Mb4O6z54Js2fCwDRMysrx6HC9NJU95ghXb59KDVN3TB2b - enjq8anKt3lC5JWlS8oSU+VpifhUuaExPnWwqRWpmbOQmr0Aqc6FCM7tiU91NiWy6geT - /PgwFxROeUf6p9Kpu4UUaYJ53s012K+xMzAWYhpIWLbloU+YXpubx3IeCIaZOzXMbE2O - qrse+ktP/dfsARt7gA+XHU/YWEMba2hjb2hjb8gfiXRzEjinY8uai8cEY2Ejt2lqW5rR - NTZB21uSRbiMz59hbumeCY+AmkmmfL4+h5nDi7u6oFL7HG5N3qRQbihf63ETt0ejdubY - 3dStcblFR57LTblqzQgCG3Nxcz0pwYYZ9lJgEEEFCwKywTS9ggVscQ8jzvYbz/NHWAfQ - jjEIi8EwH41Y8nl+GDFrDS0LJy1WLubtLIScz7qvgsaMDTzhzsrkmcw/vRXA+ZXxcNCS - ynnVZV0l1RfXrm89T54+vf3VQDDgDlXzZDBYMKNChvjazfxfzOMl3l5XESotLY1M6/xe - qpq5tYTN0QKTsyW1PJMpD5U1ZdIZAcdK2U5cBQnH/B3V1Crns234frc4ph3zCnwvzkp8 - HL2duYmGuWe6rLw8+i978cQ1M63mX6oyF9N8Xq/nTFzQPvnttWh5Vk6CT6GuPykb6Vf5 - 2I6rVdBJJcmgs9sYa2q0UPHZOadsgkGd2ZgNOPl0TfYQxnuyvrx8MEq9OMJ01py9ObPd - mflgz9yf2QbNJ3lijWH3y6wt5kXFdpKdyzNmMeuj/Pcb9qnpu3/K5o5dFy5kU8PnqCB6 - XutF8yd265ijIzNpLbHYuiV3pW5gc8Ln5YYmb9Hk7tQNBk9dZvM20C/5VAnkHFhYV2Om - DNin/1M+73lhVPWe7pD+A9PvrO85fuf8IP/gpE/0fxe+UeW97nw9XzAdNR+xfuz8PF/x - geO9SZ8Jn6g+1n2u/8ykXuG4cNKjyse1j+X8NO8Jg3qNcIFqpe4i/YWmFTaVxZ+rdsHl - JDFVF9cAJBwtHsbB3Qv4XwEeYhcWPe/VxDQDGlGzGyVuqDtHGXAnBdt+8QGnwBMdMGgT - JhbAc/nRCGIn4mHEGSaBjUotzPiAfIQ/qKpSYVNnRjRrk159Q2r8jtvT5OZb0rfdTsUb - 97cu+4/b9rx465YX6XMb/3DD9R9defXRW277/NrlCwaGL+t7/HGYPcdgb9yL8QmTOD0o - R8e9JwLjxeNlJ2In4ipVvi4s7PK/7j9Y/H7Zp8Ufl6m8+VI4mu8LK0xlzK6IMbvCgQRM - yEi+XFlQil/YZc9sJOPZGg+8t3Ku7n84fzl94XJi33fhpMVBbi6I+N2ur5xXuNUOVaW/ - ADcx9YVslIMxn+zr9InEJ+GndYd9iiSsCldN/lUul9NJwl/iYic3UJxGIjFF4e2sQ0K9 - nTkkqpdnXEY4oGeeiPqPmTdCYqYmzJA5XD2CZ+IEnEfSX7n8yzon4LCX4i4m5s50Tniq - 4kUlnmBxOBDGkaqXVgURFHkjXvghKydMECZDs16KWEUIvqvKoKIiFA1i4M+yQkyl5fmT - ykLl+ZGgsnQS6iesFObGyEpUnGmO6IwJjP4+2Q4br0xGrpwFZcz2K2cB509sHsyt0RP6 - n/SgKi5zCXcLB8I0zgxZddbDQVdfzXS91L3tCbktmPEhznxw3m9p0bN3Pd/xoGBpvqP3 - gSXTnr3+e8+sSyU5L8J4Ef+DpWZUxFJ/Hv3VjZeU0+9Hbuq+tKNt/kMPQm7iPzzx1VZM - r3geh0Q/UFETV5xCrmqd1C4Jz0rPGqEXKPT8OC9HzpXzlBPHff5AQ+6ZznuSA42GnQtk - dGnF6Vu7E2uI6Zn/6l92etpy8zQmo68sGjfKDa0I/KG4Ue/iO1Sskm+VI54wj3dZnHFa - rM8ZpW7Zr2eGjsrl1BGNDwzdqekDU6u2wY/iiuCw2ogzgsWyMUD4gVinv88/4Ff5nSWj - lA5lXZR8uUmQqR+vx4/BoYTPOcpsXExWJuTuYOTOEqzmjDufu7hMBkkQJUEfVBpEY5BI - RoFi+Uy4ueDaYILEIjFtwsgCrikbmUqRFSHrMttsxpAKZMwn/3dOiia0/vrr721YcZ48 - LRJe6I88NUgLuAWA9ZBov4qfJIm3D/ZMb6+Ml06bvXZt6len5HHGEMB83w/pWw/p0iq8 - IldrTapqp8lWfUHs5th9sUfKd5a/Wv6e9l3dexUfaz+pOJH7ddSoo2qlWquuKYrVRFuL - Z0Q1BWyND+QY2FmZIaEjBqoJTibTi2cQVZQEC4qqozOirZsr7q/4hqTpP4I6kzJHzNVG - c2P2HEuu2+F1umKmuptybov9NufDqP7j2j/WfRMVfTh0LbCLVeW5OqKIqAv8tlxnTCj3 - Ye5jLMAB0uGR8sq4LhuzA6XhumpkWcRra2oztYhZ7UjnApbnMa9v78jUI+ZPt7Kn9wzz - 6LCc01QdA3FFIWmpy9Jgsax1Fcbr6sVcnW5UWCu3xMotsVi56J+MH95uajnWIhpaOloE - bwttkYOheItcU93y3rRp9Sq7nF8Wt18hYb0d9ovEn/AL/vdcukK/JUfGKUjfcMPcCBOa - RnY+tQ0nVPtwRqWSXG3qF4RF0GUK4IXL8bjneqt8VbEqsQovImv9wXiVc2ZHxnMbweWb - 7I0JyMcTR7nrFqdTRyLQSaELQEdOHN2sL49cK70GPsCChuPGztb1mZ/1OOtjXjf8rePn - HWyxuoisy0s0sWAGC1pY0MwCdm4zgpitARb7srGf9w8FMaZCs2GXtVCcowEctcJxio3T - yVx4XEZmcBgT7BkmMxkO2Y4ECBoTrSwAVSOjaszKzDN7jHQ3bl7hwBVuwAnhmLlfkzlL - wzWszHkNO06Dq/iMu1Y4MmAXc1gpV2xxEYQf5YjNlZfUXz7DW+Lrf6tzzfplt33UfX/C - EDDFoMuEKvXRG8+5Y26ouvqxvy9Y0HPdW6031Jv9+pIpkm9yaIrwQ6+30IgTH8kwaVLo - rnmXtF/k9eTpE+0t7YniyqLiUpujyOUyudrbLrqkbUX+JD2qKpsc5eVMZ70HvLhH8Wv8 - purpYacGR/XDsjeEH8OFQyG3SvuV0m/MGXBSp9NSVlxMB3IP5wps5cparHhXeagg4/AL - uz1WYmGehU74FgYsScs+y2HLcYtOQiErGLQoLc6yPbgAUJ25TYU9tj6zy86V/hbpgfcW - 6yMK6QffLjNoxrHxch+/ZDILChGqBXUTwax0k4xnn7L3ZRfYTvtew9UTjomqzLBbrVkR - JsTzS9b+6KYqd9FUX0VqbPnevVxOtXMtkW9nwt7Uykarv8lVHylyRzsevYK+yiqhbkLn - ZCmMlAcj9YB4OymmGjmgC+jNOCNCoNO79Gt0a3xf+5TF+in668Jj9KDhU4OKjRIs9Ynf - iNCJs2i4xdtkNz29L52t3Afy2BG1bJHNskk2ynbZIU+S3bIh98wtK+ODg/vH7yl2qtQ6 - TNuTsk77lcefm6MJBOBZ68NJzAB+6HaYioMYdVfE/4KghaswX4BabzQOmqjXRE3OkrPV - +o+5rsPmhR/DwOGWqOf7UGbn2amFuJ04RcYZcoRO2Fvc18mW9qkpMPLzkMkTeYWLKemv - du2YufKeiDejNiQapm9dk90xxhuYZh4tKlo0q2Ye5UM+/h8N0ypk+mM+/Bh/fBS/w/gH - 6NO7DBIxCyZ+Xm7J0ccPEAqXSfaeAHOtnT2mOM/PXAnwB9iVgMzosWmAscPnB9sleSlT - PuFjmbgCwBwtWc0B7k30gu3mOUbJgp94GqVAJm+Cl9WEPpiJKd/lgvNURTAjO00mbF1I - 7JI7cfgvwBBQyzqfcfNxDP1mEmBN5F6c/LNyydeJn7fCW9d56uB/x0hwEwQtO/hf5xrv - cTlg4PccdTl5kpn98IezXd5Uu1lTHlFCyCJ28MR3Tv+zmimzwyBcn8M/3vBwOSrrkcCd - HNjdsr0sW4SE5IBqQFlghOR8fsL+OCUDYZlz9wYZRBWbhRE8xGMctLD4lAlPe0Lm7LWC - LDOyiwZZVYKXQPoJq/8w316JawVOxm+B1JPvpZ50syQ1wz3rWPANfV3v5TYc/OENwl62 - ImrLaz24WYbfxRLFb7AqwuKf5Iu2mbZZBa1gEFUhp+AVbaH7zT+wHBIOmt63vhf6i/Cp - 6RPrxyHpQXqfcJ/5AcsDofvCKtM+0z7rGDlgOmA9Rg6bDlvxnyxNX1pzyGBdL+4BYUcl - g7hhQAYnVZNBV7VFdlWbATDFBkdae+OmbMwulYzgCeR5zPPOTF6+AQl2QDZoGsySUnuJ - ZJKsvaTT1GndTli/tSVCKFQr1ITahBmhpcYFtu+Zb7e8TfFPy0yvmd+yvG79eWhf+Bua - Nlrg4he0IVXYST2CMWQLT6VV4XbaHD6HXkb1B+iY+YBljAnMgBVdxQuEcUTHtNjnJ1Xb - PM66OOb0TyOIQ4ifRyywQtTLuQ6aMdNwzwWL/tFTBwbsXp0/ECwoCO0VHjntiWR3b5j1 - Zsq6bZkbmldzr2Hm4Bh7nzWLCvxTEMKJ8FpZZ7VZrAASDo8Kh2St1YKsRRQEXmkyWsA5 - ZkJhqx2SixhvmcwFoSJL2CraiCgUmk1UZDforWLYQswSjgjNgtYySi+UJY/H7dbptCps - X/h5rc62R/iAGIUPZL8MxhrgrHWYHCdqZowzTtuGSzb4MUBR4a934+ehYDa2DUGDOTJx - sSzDYhK7aBNdVw8dhesq3M9mx12NM27dMP4D+2Xv4CB3BhM+R2StO84XBWK2SIYRw3Lj - N3Im+Iqb+zaH3p4wO/KMCfxTmjdhtHkS5hoEyH3EL5eZA7hXxp2CmEhwnj6BifzoeZMj - ITgQTCADauhfZH326lq2mGQcdlasXpDhqxcx7xj2Mr56EfM8esDziHkerM3ziHkefeJ5 - xMgPjqBXyPOY56Fv8Txi3t7M8/tGEPM8+sqfR8zywzm1LDuU8139kPe8m8I0Wk/Zj7CZ - l6Mqu+0HzeYq84SA4WUqtQh58v1Xnp5Sm2jf254oyO+Yu2nXYOdsB+4tvdKemFzzxMv0 - qtTNwl6xNsLESLnPkXqBzkmN0JbsiU5xrWK8gelGEXhBnoBsKRMF+cZGw1pyqeFmg8LA - 7hXhcl9l/Bz3Rs/Nhps897qVhkFWeB8CwyC7AnsfggHD3YYfG3aTnYbXDSqFx+LZrL9P - /wuPMkrL9cXSfe57PI94drl/RV53f+zRmXDJ02eoMDQY5hvWGp4lPzMcI8cM2qCh2rCJ - bDLcZfg9URkwPvLlOdWlUthdr59hWGxYIi32XETW6Fd5riJX6Z8kTxo+J38xfEOM+ZLZ - gwtd+imGGYZmz0HyOw/+N6nWp/Pl+HJ9eVFT1By1RK3aqDGBWU6YE5aEtcPcYdF0GDtM - HdZeY6+p19xr6bVqDAY9hqKsTGK0c3MpOxRmt2/1hu/ssbn4IYKDW+VuOCUz12WN2GNx - M0oIZbycpWWnlCBmhP+LavQc25Jx34FTEpkxyg45JEOD7iwLH3d2Cc4t5FxJnDjb8Lgn - SGJbL/O44TqlanVYKisbFX4vw5VtgWDAjWGWc7Pbe1AgaLYd0YQhpDToTTikh476JP6X - 2A9kyS3hF8MX4Uxv8w4DNaT0TMXKGXBTyb3JfdgtukeF+3dtgt4A7epF+hB+J5+g70OA - sFNL3EAYd57ocRztwS84uN8os0/bT2/UEBQZo8hem72IqpY09Rp2YT7j99tN3OlPR+xe - dk/h3WzMPeRuxuzYsaWAoVaP9JAhyzDd4PYIboJCiuzm46PH06Qd7GwYZAEbVrbfkyPw - ABh4gCJmFqHqo11AaZDPYL7MfSfGfBS3Ksj6ECydU5ynAuNlnLdZpqPZQ9iJIzV6IvWj - ynii/QVs481fHm/EZv5KW6KmOlUyhzFiqoFt72+p4XedUoQfmmBDTxXT9zMbO/jv5PkZ - XoTrCGqfwHQ/QlJB/Iac8eV3P24UsF876Qj7pZUBzrMYqSXN+G8Brfg1fjt+pT4bu28n - mYef4SzAr7/PIYvx2/Vu/D5sKccH1Y2jVLGz9PlNXZ1z50ea+i9bv2bl+rkrL+9cUNbY - v3bFnIX/C1uK8MIKZW5kc3RyZWFtCmVuZG9iago0MCAwIG9iagoxNjAzMQplbmRvYmoK - NDEgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgODMzIC9DYXBI - ZWlnaHQgNjI1IC9EZXNjZW50IC0zMDAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTE5MiAt - NzEwIDcwMiAxMjIyXSAvRm9udE5hbWUgL1JDWFBOUitDb3VyaWVyTmV3UFMtQm9sZE1U - IC9JdGFsaWNBbmdsZQowIC9TdGVtViAwIC9NYXhXaWR0aCA2MDAgL1hIZWlnaHQgNTQ5 - IC9Gb250RmlsZTIgMzkgMCBSID4+CmVuZG9iago0MiAwIG9iagpbIDYwMCAwIDAgMCA2 - MDAgMCAwIDYwMCA2MDAgNjAwIDAgMCA2MDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg - MCAwIDAgMCAwCjAgMCAwIDAgMCA2MDAgMCAwIDAgMCAwIDAgMCAwIDAgNjAwIDAgMCAw - IDAgMCAwIDAgMCA2MDAgMCAwIDAgMCAwIDAgMCAwIDAKMCA2MDAgMCA2MDAgNjAwIDYw - MCAwIDYwMCA2MDAgNjAwIDAgMCA2MDAgNjAwIDYwMCA2MDAgNjAwIDAgNjAwIDYwMCA2 - MDAgNjAwCjYwMCA2MDAgMCA2MDAgXQplbmRvYmoKMTQgMCBvYmoKPDwgL1R5cGUgL0Zv - bnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvUkNYUE5SK0NvdXJpZXJOZXdQ - Uy1Cb2xkTVQgL0ZvbnREZXNjcmlwdG9yCjQxIDAgUiAvV2lkdGhzIDQyIDAgUiAvRmly - c3RDaGFyIDMyIC9MYXN0Q2hhciAxMjEgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5n - Cj4+CmVuZG9iago0MyAwIG9iago8PCAvTGVuZ3RoIDQ0IDAgUiAvTGVuZ3RoMSA4ODQ4 - IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab1aC3hU1bVe+zznlck8knkl - kzOTmbwn72RCIJBDmAmBEAgJgQQTzRCCgQIGxAgiFAEJBG3ttQpSWxSppajtJCAOUr18 - lPqo8tU3FfFRRXxgpNoICszMXedMiISv14/7Xb+ek3XWXvu5zr/WXnufPVmx/JZOiIN1 - QEP93ED3ApAvpxuALO5YEuiOycZk5Ec6elY4YjKbCUBvWtB945KYrAgCqNw3Ll413D5B - AaB5vKszMD9WDpeQe7swIyaTEuTuriUrVsZkwxvIaxbf1DFcbvwA5fQlgZXD48NJlB1L - A0s6kUtJqb/M7ptuXiGL4NiPvKZ7eedwfdKM+v0NCOYaYBEoYTEogAId3q0A/KcqNzBY - KpUjTcxteuiG+IpvQI9q47UrI2+dxJ9z/um78ycvZajXKquxnlKuLxVgGy4rkoXvSLD8 - HfXakRKpVLoMIWjICUEN0gSkEqTsnH6F+DS5BxLahkQlERhQC3+3fvksyUP8T8vPIMkT - NXGg7NhQIXRs2FCTNVFJaqGMISAQP7hl7htwPyaEyIQBtwvZ+BijBsrsKIGoLHML4bJ5 - wqWykIKIScK37nuF80jn3JXCN+5C4VWs90rZZOHYRCwfEF7KDlHI/uoOMUSMF15w3yE8 - WZYl7C8bJwxkYN6A0D8R2QFhd9kdwiMb5Zxd2TJ72B0iOwaEhyR2QNiJ/d+/QS64L9Zw - fYx1b5QHummfzJbuC1GPHRCWuNOFediQiGqhzb1YaHWXC7MmhkjagFAnNTsgTMs4JtRK - Qw8IYmwgb6z3UrescVFsWI/7kJAZGyFVqi0aBYd7mmDH/j0P3S943NcLE7NDZM9TNZnZ - 7pqM+70hMiSPITFUVGJLY6wj4xnyO5gMWWQupJEH9tVkoc7kngFhA7Id+2oyy9JC9Kei - QdiXUZOxEcmLlIbUFCKzRA+/jZ/PN/HFfA6fxafzTj6FT+ITFAaFTqFVaBQqhULBKRgF - pQBFQij6gZgjeVECp5MYx0hPRk7rKCmND3wCRRQUTIUQB3eaeiotlYYJ+vJq3795tMuZ - 7b6c7y/L98kcC7EH769tbA7utbcEi6RE1N5yRfn/J9lZha1rG1bta1h1Zra/0+Vvd/k7 - kdqDW3u6LMF18xyO/jOrpAJHkE5vn9fRJfFAZ3CVq9MXPOPyOfob5HZXFc+Wihtcvn6Y - 7Z/V3D9b7PQNNIgNflfA17Kv3l8zfdRYW0bGqvH/m7H8Umc10lj1crurxpouFddLY02X - xpoujVUv1stj5eT4FzZWAXsY9OwRyGW3gZ2pAjtA9ATSOxKPNEbPsq+AKhqODtIlaLlU - id6/SBLgj8DDU7AWo81rsJcowQWDpAjeJnaSDX+HCLwDH4INtsJD+PTDp+QcRpnPSCbW - 8cJ6+A3sjHZDN1Ti/SlhIRHGwGfR1dEXot9BFfTBUcITI7FHD0I+9OK9Ax4kGmpetB8s - MA1uxai+Hl6EE9GB6OfYvxc+JnqSz4yLvosOxmJOOWyBvfAUcRIXySbXRT/GfAvq2Ap7 - o3XRHmx3Fmvlw3RYjaP9gwgkneSQHeQ9ejC6LvozfLdkLGuCDryXwB2wHR6EJ+Ra85hk - NhH790Etlv0MXoZP4WsMuFmkiqyk3qQ/p//JjGN2RI+iHk04XjvsJDSi4iZNZD7pJk+Q - /eTP5BxVRgXocvpNppt5GHVrgs3wMDwDz8Pr8C6cgUG4AGHCoE4TyAyymvwa231IFVNt - 1BrqLuoEdZYupN9jeGYreyd7KMpE34xeQJ1TIBvG4UyfCc3QifcCWAq3wE9hI+FhG/TD - n1Hb9+F9oiI6kk8KyWQyi1xHfkJWwS/IbvI0OUlOkdPkM9TOSAmUi8qnenC89dQW6glq - gDpIDdJ6egW9hj5Mv0efYxKZNuYw3u+zuewKLpmr5WdGfhl5P5obvSe6A+1iwtsNWZAL - EwiDKC6BjWjJLYjZg7AbHoM/wAAMRC+ScjgKr6Je/4CzcB4tloy3kxSRMaSezEQNF5Ml - 5KdkO2q4lxxALQ+RQ3CcHCcX8Y6AlVJSudR1VIBahfcO2E69LuOjoZ10Jp1L19KN0a/o - J+h++msmjZnLLGNWM33MdmYnm8yOZ+ewc9lu9j72APsS+xZ7lh3i7Fwvt5vbz73OK/gS - fjsfIamoi4OkwX54Fr3ufrobZTdMIhvRqrPhZfTeQfgLXITv4DD8jtghQkvWTI8+DKHo - ZrTmM/AkfTtUwC+oe6mp0Up6D60kRdHz2FcB2uvyDWJ2VmZGeprblep0CCn25CSb1WI2 - JSYYDXpdvDZOo1YpFTzHMjRFwON3Vbc7guntQSbdVVOTK8muAGYErshoDzowq3p0naBD - ahfAolE1Ray54KqaYqymOFKT6BwVUJHrcfhdjuAxn8sRInNnNmP6bp+rxREclNN1cvoe - OR2HaacTGzj8li6fI0jaHf5gdU9Xn7/dl+shB0VcDFS5HjgIIIJa6jgIkwJrMLjCJKmG - P2hz+fxBqwvTWEan+QPzg/Uzm/2+JKezJdcTJJM6XPOC4KoKxucMN5faYRBMa2jGsXM9 - C4OoP2zVzHfN3xoSYV67lAq0NgfpQEuQapfG0OcEzS5f0Hzbx5bvxcsp/11XFAaptOpA - Z191UGzfiqBLYrskBe5CqbbRgd1Sd7Y0B8mdqJykhKx77C1iy0Ra+yJHUOmqcnX1LWpH - zKG+ecAm2vyudl9LEBqaB6yiVRZyPQcta8c5EZSDuRNzJ0p8nNOyNsY/2RDLf+2wxC1r - j36AvLZhBBcije2agmoGHR04CGKBuo6RHp1joK9jDMKHVwvBt1yI+kwKUuhKdFqQTZsS - CK5rHFYj0OUbVm6Rb0BptcnrUlUL1m/v041FA2J9ncvR9w2gZV2DX4zOCQzncGm6b0Aq - lOw/4kJBEric7pHWzzRckrosri7JfD2yqVF2WfxXZKAsrVu5uOH01IZAWd/cT8jPWkIk - emcIfPaDuMDQN1yPxTmSwy304XAoeDyYke3EFGpQjQNVS57h6HP0TZnf56h2dKFLMWky - x4LOvpZ8BKyxGWGBWc3OoNiSNJLsbGkZi/3kSf1gE6ze14I9LBruAbmclR/GSvmeWnyr - 9Prmmc3Bdb6koOhrQdDRiQ/XNwcPo/+2tGCtghFNUeM1Cy3DOheizgXZWF4U6wW3Neuw - i5a+PqnPxmaXM3i4ry+pT5p1MRl3yFdniMMZIZCqSAiHyLp6bIvM5UySIXe6nKhWi4Rp - MTrwZQfCbf0PI1w6oje29KK2pTLCZT8SwmOuBeHya0J47IimoxAehzqPlRCu+M8hPH4U - whN+GOHKEb1RSRG1rZQRnvgjIVx1LQhPuiaEfSOajkLYjzr7JISr/3MITx6FcM0PIzxl - RG9UcipqO0VGuPZHQnjatSBcd00ITx/RdBTCM1Dn6RLC9f85hGeOQrjhhxFuHNEblZyF - 2jbKCDf9SAjPvhaE51wTws0jmo5CuAV1bpYQnjuCsJgUhCvj8Lqrwi786IH5uisgZ5+H - HVQ5fj7vhTakRJRb+bshhbkZJjMfQSXyfORVWGcL0lZM90oy0hraDuuxvEpqh/uu2BkR - HvQAhztbAAd+g+CH+aiLwrOz//uF3/zXdLH/Sy0Ov2Sk4yolkkquo8anBs+StMjj8aRL - L+cClOB9O/yJ5FFa6nbqLXoRfYqxMGOYzcx7bAW7idNws7EmhV+PgHv9I/g2PEwQnSxn - xz00w9tpULGMnaYpm5Lj7QSsCuVe5+IKPGCYPlRRF66YrjtXUacLV0BlRbhCosKCYr1T - n4G0g3kkdOkYe+TChBDTcPEPkkIE2iIdVCd7AoxQLWZl0Om6W6lbdb1Ur45j9PHGBKtR - G8+wxqXKC/nsTpZibYkJiW86qw6SxwGH1E0/V7fsUlhfXl6uOwWVlYUFpM1g9FYSM8dz - +gSzSSCu9Iz00rb1NY2Td28tanQUrh3/+11N8+li4nn05nlU5N5zkVeO/jb8afd7xy+E - JX0SUZ86WZ8S0WLQK42JZrPNEKcwKumlcReU1iuHHxqShjaU4ymC73SdPD6Y8dOD5uKJ - y1tm0JdkpOeTYrJlxi1bp/snv76xpEVS4DjLhSJfR76MvB558Q/NgS+3E0KKjj4a/qQb - cW+NHmdXs2fxu1SAFWLWHNUv+V8q6OuolqRm+wLmVrKF/X3CAPOU6jnmefUJ6p2Edy3v - J31r0ZlDRC26bAqFTTNRoGnDRJtSMJWZFWVCCm9zxpelWB3OB5xPzJbtVDeIVqrTlw++ - MZgPlYOVFYOG8nzdoIQetBnKvE6H2WR2InCuVCoxwVRcVOYtc3LgdGSk60nr3/YTE1nx - +A185OWU/Fm/3XPk2G92NeULpDAz8lQkGjly4AB1DzPn1QNDW/oWedsjX3377flF5cu/ - irz28jHSSdsQ4xQ8db0JfctAFolfqxiWVWo43VTGz9ZoNjO9bJ9mc1xv/Cbd28xx9h3N - Wzq9CWxMAmuNM8ezhMIJxjAUx/OsQqnk4xRai5ZS0lIvHKdQc3reYFaZ1RbNKnoV08P2 - cD36p+mnmf3sk9yL9IvMc+xz3Nv028xb7FvcZ/RnzGn2NCc003OZJnYON0e/kF7ILGAX - cF3qBXq1pJVVY9I9qT6k/1j9sf686hv1v/RqtYqyqtIMSl6pN1BWQ5oBp4uWp2g9wypV - BhYovU6jViiUalrFchpaywPR0waa0dFaKgGdSfUsCQFP8FwPSUtCBwxWY+fHyy05PdN1 - Q5a68KlTYWvMo/QGczn+DTMLTqmKikpzBWaxvXk5a2obVt6mO9qru5yS7LdsGbRhlnYU - YcHyZcRoLjM65QdxqmknIZ1/zs55lPj/mJv7F1IeCURODJSUDEQ+jFzPHrm0/8xpeiY+ - P6SbLkygryf2yEeXdqHJ5NgwOXqCKWFuwHOvFFgq+h8w7TFRvclkSmKzocuwUrXKEEp8 - 3vhCosJCcYz9NcadYuNNWpVG95TGnaBO0XnjBfCmmO02h8JrtgqOXmfN9FF+GR6S/XJQ - mtfonDKXXw7aiOyVPJeIk7u4SHJLnnM6qFIdFBcxZkLrFM6CzntKk5OL754/S0lcqlmb - It9FvvuWGL46RlhLJIk6NL6w6ufT1q6csnnx7PUrDpEx3xErGRP6jOyW360y+h7TyR7G - iGmHGaLnUw3BweyUjgazW8dzKrtbpU6kbUaBE+gMxibYvHHWFGG7s8Z/xSuEh07pDeXS - 1MI/fbkeY0RhAbSByYxh0FmqJa5UkFQ2eEsxRLhS8XVMxdRtOwqIM3Jm/IMr/jtykZDj - T63tnNCw5pZbVzGtc+ooxQVxW6CZlH5NzES8tHz/z1+YXfLMXduexAidHz3JjEV74BSF - VHhMnFKt6E3YRh5QMRxRspyOtdWy1bopjk3kzvheQUWbaLPRZDTXKKaZppmn2FpNrea5 - tpPkHeYz+yeO8w7dVFKt28xu0DFUiNwnFs/Q3qC9SUtrtUmcO9XJmw2eJLWJplJpr3l1 - akq7Zp2G0tjclKC9L8XqciMUw9YMn8Iw04Zx5tRgfgyOY7FQ0xZGNJa1kWVtwPHOPIyV - Jgw4Jt6Jj+Fgw3MIkV4H4wh5ZYmWHOJXX7f5xGTRqKbCJi4wrrG5LMVMXOq5d116JXKE - CB8n0CtuX7TsljMLlgbW1d69uyqrKKkgMH8n0ZA8koQ/p+BFQ1WkirkecYrDU8wCmCvq - +lKI3sC6C/J5A5cW584KkUrRkezwWOILKMEgpGUUeIy2ouSNSblKr8daWHSFmYeGYyia - GmNo+FjlYHklvp0eDU3a3GhXNOuwmxrw5Uqd+gT01FR3xuWXHE/QdTHAlpYYisuoZ/o2 - LL2/PMUx9n71+C6RJE6+LfLoq5FvtcSrScpbsqMkNSu/afNrF79+77rPt/32V7vurl16 - w9Q+erk15+ZfXzz3+k9Cux8pMmXcWPVgdbVrIsm49C9SK29DKDw7BLKXfUlex8eJqdNg - GmmFVjwm7aeA4XiVEiMScBmEx4V8wFkf82J5IZcWNVzTKutwYcCJh44r097I++ilMjF4 - 5By59eKz0rq5FR975P1CmmikgKhYqeMMYmXYkW7rwnJckxfKLIL97Yl8ROxSVKHwlBOY - ANrGBGaoFXNZkkjSSBlpVnepOWLQcUo3OoiWUZlZrzmesln12ox4q8X67GWV68JHhxc1 - NAduPAYry2VTgCkR55w8y9Ac0vRL9JZ5izPovuORk+bsnl94kyOniLGssLl3IdPafyyc - Sm2bnTdr9cTO8AAj7pyVViUBib6DMe9BphPUqJ8F6sRMM00Ums2azTraHGeJXxBHs25L - Aq92a9UWi4Lymm02hVdvtdpCpGffyJSQnQadZHjZlQIzLF827C5yFHDjMgulJdIzkVBn - Nm1as6a3dw2VF/ki8gneX5AEDFdWkhB+/cWB3bv7+3fvHlgQeYw0/fMLMjfy6BeUiFiu - iTQyO5i56OcOmCpmmY0KVbKNcjt4G6dyG9VWrSLOEufV2VI5IUmwZFitztTtzvrLs3ZI - mrZ1g/KMlSPYSAD73qWLvKUGaXq6UjPSpa1dDFR6xc13/GpsSmdFw61r7EQZCb+8fnZ+ - buQ00eeV3LCB2nnk3ukrn63LDT1AlUdOR85GPoi8NtHtD7/Ann14ctYUhBn9aD06w0Wm - FfeDUw8CTSbvo+LjuBCZLFqNfBynUTmoAkqkaGlXRmnVGRrckIXI/H3O+gWx+Bs++kZs - 8WyTfBehfkNyXwy8GGakCTmiLPWu2piUHff4OGfkH0RXVVi/jmklJHKSprorN4TPM1XP - LsmcJOlEoe3fwXPwAOSAB9aKM5Q6Lt0aRysZp1pdq5qinuz0OWqyjtMKe6pDo2JMOYzJ - 5vEYeMaTqfZ44hNVDrupLpVPzOXr0mx5GrDXxedCXY41N++KlW8I92Ay7kO4L8OFD+GP - OUn4mO6Y3oy+fH3b9aSNyCFSXjbSpJ1tiVda92J7NXlRlAJpYgLncqSXEtKhTCn9+ayO - zMxI9OC0aYPHXybEGPmIs+Yva5uRnR3d2zTrq0uR6Df4o0DrNEd5UVGB1To+z+9bt+3t - R14oc4wdm1FoMo/JnNmwetext/fQOBFwfxz9nFrJduE8nXpA54kXNB7902QZMKRVNPHQ - yhHOgqaJ54YYZQb8F9rJEiLafc52yTxvVJwKVwxVSPb5ErfL+HEwWInxs7DAWCp9IxQn - uvTSbtNblshz+G76xO3E1t+fOifOru3969QCeslLpCDyykvhw5Nw9/Imy9cVLqB2on3k - Kyr9evPvLtyf4fxV49dQOoyFavytpwZ/Rp0GM/A3nwZoxG+42TBHbkjw/wOInOKk772q - 2VUNvqqcms7FPZ0rFnYEcqtuWjxfwuDyVY8J/A8C/H8CwG8qgLuQHkR6HOlPSC8jnUT6 - AukSNtQgJSN5kCqQpiG1RocvrAMjaYIzd7SM/2Mxqhz/32CULLvqFe3lN7pC7riqPr7I - qPYydlfUv/Gq8oVXyYuvkpdeJd90ldx9lbz8Kvnmq2T5fzn+BwhxZOwKZW5kc3RyZWFt - CmVuZG9iago0NCAwIG9iago1NjE5CmVuZG9iago0NSAwIG9iago8PCAvVHlwZSAvRm9u - dERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3MjAgL0Rlc2NlbnQgLTIz - MCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstMTAxOCAtNDgxIDE0MzYgMTE1OV0gL0ZvbnRO - YW1lIC9CVkJSREIrSGVsdmV0aWNhLUJvbGQgL0l0YWxpY0FuZ2xlCjAgL1N0ZW1WIDAg - L01heFdpZHRoIDE1MDAgL1hIZWlnaHQgNjQ0IC9Gb250RmlsZTIgNDMgMCBSID4+CmVu - ZG9iago0NiAwIG9iagpbIDI3OCAwIDAgMCAwIDAgMCAwIDMzMyAzMzMgMCAwIDAgMCAw - IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCA3MjIgMCAwIDAg - MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA5NDQgMCAwIDAgMCAwIDAgMCAw - IDAgMCAwIDU1Ngo2MTEgNTU2IDAgNjExIDAgMjc4IDAgMCAyNzggMCA2MTEgNjExIDYx - MSAwIDM4OSA1NTYgMzMzIF0KZW5kb2JqCjExIDAgb2JqCjw8IC9UeXBlIC9Gb250IC9T - dWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL0JWQlJEQitIZWx2ZXRpY2EtQm9sZCAv - Rm9udERlc2NyaXB0b3IKNDUgMCBSIC9XaWR0aHMgNDYgMCBSIC9GaXJzdENoYXIgMzIg - L0xhc3RDaGFyIDExNiAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2Jq - CjQ3IDAgb2JqCihNYWMgT1MgWCAxMC42LjggUXVhcnR6IFBERkNvbnRleHQpCmVuZG9i - ago0OCAwIG9iagooRDoyMDExMTAwNjA0MTkyOVowMCcwMCcpCmVuZG9iagoxIDAgb2Jq - Cjw8IC9Qcm9kdWNlciA0NyAwIFIgL0NyZWF0aW9uRGF0ZSA0OCAwIFIgL01vZERhdGUg - NDggMCBSID4+CmVuZG9iagp4cmVmCjAgNDkKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAw - MDUwMzMwIDAwMDAwIG4gCjAwMDAwMTk1NzggMDAwMDAgbiAKMDAwMDAwMzMzMyAwMDAw - MCBuIAowMDAwMDE5NDE1IDAwMDAwIG4gCjAwMDAwMDAwMjIgMDAwMDAgbiAKMDAwMDAw - MzMxMyAwMDAwMCBuIAowMDAwMDAzNDM3IDAwMDAwIG4gCjAwMDAwMTY1NDkgMDAwMDAg - biAKMDAwMDAxNDc4OCAwMDAwMCBuIAowMDAwMDE1NjUyIDAwMDAwIG4gCjAwMDAwNTAw - NTYgMDAwMDAgbiAKMDAwMDAwMzY0OCAwMDAwMCBuIAowMDAwMDA0MjQ3IDAwMDAwIG4g - CjAwMDAwNDM2ODYgMDAwMDAgbiAKMDAwMDAwNDI2NyAwMDAwMCBuIAowMDAwMDA0ODY2 - IDAwMDAwIG4gCjAwMDAwMjY4NzggMDAwMDAgbiAKMDAwMDAxOTM3OCAwMDAwMCBuIAow - MDAwMDA4NDYyIDAwMDAwIG4gCjAwMDAwMTIwMzEgMDAwMDAgbiAKMDAwMDAwNDg4NiAw - MDAwMCBuIAowMDAwMDA4NDQxIDAwMDAwIG4gCjAwMDAwMTIwNTIgMDAwMDAgbiAKMDAw - MDAxNDc2NyAwMDAwMCBuIAowMDAwMDE0ODI0IDAwMDAwIG4gCjAwMDAwMTU2MzIgMDAw - MDAgbiAKMDAwMDAxNTY4OSAwMDAwMCBuIAowMDAwMDE2NTI5IDAwMDAwIG4gCjAwMDAw - MTY1ODUgMDAwMDAgbiAKMDAwMDAxOTM1NyAwMDAwMCBuIAowMDAwMDE5NDk4IDAwMDAw - IG4gCjAwMDAwMTk3NDEgMDAwMDAgbiAKMDAwMDAxOTYyNiAwMDAwMCBuIAowMDAwMDE5 - NzE5IDAwMDAwIG4gCjAwMDAwMTk4MzQgMDAwMDAgbiAKMDAwMDAyNjM5NCAwMDAwMCBu - IAowMDAwMDI2NDE1IDAwMDAwIG4gCjAwMDAwMjY2NDAgMDAwMDAgbiAKMDAwMDAyNzA1 - MyAwMDAwMCBuIAowMDAwMDQzMTc1IDAwMDAwIG4gCjAwMDAwNDMxOTcgMDAwMDAgbiAK - MDAwMDA0MzQzMCAwMDAwMCBuIAowMDAwMDQzODcxIDAwMDAwIG4gCjAwMDAwNDk1ODAg - MDAwMDAgbiAKMDAwMDA0OTYwMSAwMDAwMCBuIAowMDAwMDQ5ODMyIDAwMDAwIG4gCjAw - MDAwNTAyMzYgMDAwMDAgbiAKMDAwMDA1MDI4OCAwMDAwMCBuIAp0cmFpbGVyCjw8IC9T - aXplIDQ5IC9Sb290IDMxIDAgUiAvSW5mbyAxIDAgUiAvSUQgWyA8M2M5NzBjNTI4YTY0 - NDFlNTJkMmUxNzY2M2MwMzFlM2Y+CjwzYzk3MGM1MjhhNjQ0MWU1MmQyZTE3NjYzYzAz - MWUzZj4gXSA+PgpzdGFydHhyZWYKNTA0MDUKJSVFT0YKMSAwIG9iago8PC9BdXRob3Ig - KE1pXDIzNWtvIEhldmVyeSkvQ3JlYXRpb25EYXRlIChEOjIwMTExMDA2MDM0NTAwWikv - Q3JlYXRvciAoT21uaUdyYWZmbGUgUHJvZmVzc2lvbmFsIDUuMy40KS9Nb2REYXRlIChE - OjIwMTExMDA2MDQxNjAwWikvUHJvZHVjZXIgNDcgMCBSID4+CmVuZG9iagp4cmVmCjEg - MQowMDAwMDUxNTQzIDAwMDAwIG4gCnRyYWlsZXIKPDwvSUQgWzwzYzk3MGM1MjhhNjQ0 - MWU1MmQyZTE3NjYzYzAzMWUzZj4gPDNjOTcwYzUyOGE2NDQxZTUyZDJlMTc2NjNjMDMx - ZTNmPl0gL0luZm8gMSAwIFIgL1ByZXYgNTA0MDUgL1Jvb3QgMzEgMCBSIC9TaXplIDQ5 - Pj4Kc3RhcnR4cmVmCjUxNzA3CiUlRU9GCg== - - QuickLookThumbnail - - TU0AKgAAE1aAPuBP9tuN1gADg4JgB9vp9gB/REAAYDgcAP+MAB9Pl8gACR8AAIBgOIP1 - +gCTSeKRaMP+NRyPSAByB+vx+ACbTeVgAAz2Xx2RySZgSUTacUadz0Az+QgIBAChyWTz - mJxWeT6Nx2nU8CAUC1KGQIAAUDAar0uGvqm1yvWCBQ+yWatwx9WqlVCQP+JW+x2W13S1 - ADBR623p/WG4W2P08Dv16gANBYJYPBOl3PN/stptkAPZ6PQAPd7vYADwgEQAN5t5wPiE - RyGRgBzONxAAPiLXuRxOEABYMBmY0S51SUwirPXkAB3u12AAOh8QZTpdPBPB3u4ARx8R - B/Sfqd/weHp06SAkEgsAA4Hg/xe33e/4fH2vB3c0OhCiBD9ABotlwH+XpfmCABjGCXwA - BIE4UsAiCMnM3Tgt634ADSOA7gAYpgl6ABWlOUTSiAIYAHYdZ1AACAIoWdEHgA5DHhLB - QAAkCYKAAJQnim9xuGkX70nYVwAAwBTsJa+UjOmlynmydb2AWFQzAADgSBfI8qytK7qH - xLQAAiAjtgoCQIAAahuHGf5+gGBMWs+hAEAQADrOwu5cloWAACKJQnAAB8UPS9QAHAbx - uOzLYKAsC6zqOm5lGOYbSh/ETRNI0bSBWFwYPAdzmAAeRjjwAAbBIw8sVI8BknEhYPCG - RCoNjUtX1g6a+AiAqOgiBwGAAb5zncf4BgUCNY2FUhumyawABMeBCAACYHze9qHJOXZk - HKAAKglN6TJcep7puu4hhsDT5G2c6bgAGJJT2/dh3ZLB8NEAAGACx4MgtGptHEdJ/gQB - 4LXbf74mqaJlgAFx8EfZlnPcfZ+MOYRnHQ9IFq+iKXHOdjSAyCgFAAG4W38+JtnKh57h - URMggzcWAZW+B7OS9DQA4DNEGcapuH+CgONflmeOobRsWOBJtkKAAZhKi2eyMWhlI6EA - jka3oLgxpOqVksT8O2CQHgaABuHIdZ/gMBsa6rpJ5nkeQAFwVGEBgCJogAFQPzUjOysG - ZRsNAbx/h+AAjikMgAAaBwHbtsq6rVWiO61rld17X9g8NljrHeABAjyOAABaF4ZtCeR0 - pwfaO6oAYDTUCAJg2AAUBYFwABkGocL/yWknrNgFH+eYAA8DbgGkbRwn+CALg92mVnke - J4gAUpPkyAArC2MKGH4h6a3NpKogUBT0HTFfdhAEQAHOchxpQ7qUJM0OXT2B9ggUBlct - m2oQBGEoAAQ8yLoytKjofGbZGVpaO2A8AY9zegTWCNMbY4h/r9A68ZgA4RvjeRkjRwTh - IIHgPodhSQABxKBMIV8eg83dKaIOSMogIgSAmAAM0ZIxgAP0BIiMdToB8l1ABCp+wDQG - nsUsphlis1apcVwrpXivlgQZVipQAA6RzjmhiCOGcSjwkRMON01YAH6gnUUWMtpdyqEf - KIZQ4pQYqGCXfAYBoAjSAYAqQtfC+l+MgjOliGrEYxQVgBHU8A4BuqDTinA68HoQGUN8 - cACKM4ov2gkN1UAOQeR1ZcY9mCUWZgAZqzdnLO12DBF4LkAAC4eLMUMAA3Q4FWkkkSip - 7wEgJI1hG2lPjkTByzj1KF+EfDxDjHDKgBL2juGHHZDWEKhDtgXZTMZ/RLgPAgBDHWIS - toikFHUP8hIFV/jNUYSEnwGgOPFGWMgYq1mpEeJmdkjZYJfscPMxxIsq14uDPSeuXR4V - BDahzCs8CK1qxOigAxP56j2D1hIVUi06wAKaObBsngAilqHOAZRFKNR1PeIqm8uYGANO - qO+4hLkQ3GRGcfEmeqVTmEHOKodqdJTB0elPPmFh34rAAF+LsW4AJ2pckUbSVEfhtwXP - Y1JcQFpkjQGYMk0Jo3VgqBYACNIAB1jrdAOwdLoA2B0D0+o0hVE+JidsaB3DuneO+eA8 - J4lLEjlUUCoOLaiZ6oldAkWlR8qPR5LnGR9MZj4lUOuO1ayhzpUzruYOASe4CwHWC794 - Lw3i1oSsg98r+E1P/pLPcyE337puPAK0VAo0/HsRnNgBx+xttAoSpuZszwfBCCM5KaMR - FcuOiRLSxyRqPQfgpCsFEdRojOYIKwUwoQACDEYJQ91JwANnbSXU7bhExPdHOAB7Z6C5 - 1tcNU+NcbY3gAmpNYB02LapYiwZwdI73yj7AIaQfr52qAFAIWYdI3CDgYApA80yIrwqv - knKEADMZLjPGsN0f7qXwxnvG+gk8PHCwkbSm5NSNJsALlyVQWQvrhANBkUsBYDz0UzcM - PYd5pACjjX8D8GYS3Z35Sra9W6uY4r7X6dKwqbln2EXhZKLtMyylmPiNka41QAIKBWdJ - ItX6oUVAALoWwsnXg0dkOgC40lrAgRqPofBagDAILNh4wdgz3j6HvlgBOPDxDoGrX4Io - IQuS4VzipKtHnFIya3SK2b4hyjkAAMOmuRCLnOA9M8GYNwdAAGgM1gg06jTzTEB2ZpfS - zXICOEsJ6gI/xRimfC4FwhuDcGw68NMMyFOFFoJYWhzgUQPSKBgETUxoi9bgP0fZJwDg - LIsA8Cp7C5gIAWm8ew8zSD5HsR0EQMHwgZBGcAdY36/A4AaFGv6iM3JHyNJUDoGmpwKg - ZA6pyWxyy8RPImJsT5UrqWCPZ9Y8h4DwmKBw56I0SmwKfCqFg1xqZSBGCa3eO5g1aU4P - HdRyDQQ1uiPMEkjgHgXPYOAacqAJAaMmTUk6ZyXDyHa2kBIDU1AKAcxwrpRB1DiRMd0w - /HTCFEbG1wBgEFcjnGw6AHIEQpMoZVtE+VhQHRsAABdMAALFVmsbFSJhuxv7jpng6z6e - wIrBfG+UXQ1hTLICHM/L1rh8kPGiK3ToXAlhx2/bTmh78WRFG8OYdo/wCALMn189pfBa - CyFUAAbQ6Rmm9BO2QAJLmqneHgN80ANQTGoBuDsH0Xiv9qPhU8B1h+dGTa82BsUe/DHU - 39uoM4XUch5ECycwz0yH3tK7Th7ZVzBAmBTkPyJ8r91hOdtaTDNmcM69OeCEbuhrDUbg - DEGgN99pFaoXePMjQAMpA56BjnsTxdhxcvnGEdPjGU26bUBk8qu0loZB0DIG/h/NPBR4 - CQBnE9i7J2btH2jpM/WPbrFMfKZ4HRggv8h1PUu59W1NMiZrv/ZPENYabcAUutrcPgRI - 5CIkrmeQeU30ACKcAA38cqK88KMGngG+iwAANcfsxVAip+m+OiNUM4BOqYPkSKssucRO - lc8IOkoYJcJcngVI5s5w8WP4P8H+AiAwA+PcE8EwXSpmBChUAAx8yAKoO02+MmAINisg - lwa4kMQmIoTecGcLBUMGBskgV1AlAozcgkgojMGOGIGA7gx+dCIe3kdWBWBa0I0MNSG4 - M4Bc9wyDA8HKN2V0NUlNDcCoCyC9BGIWAsN9BG7SSO+QzocgPcv2p4yC9KmWUS94MGLu - MpEOMELuSKLuoY9ERQWCNWGui0Rg/SjqSLEoWQBQBU3cRMqeA20Y/+MFEXFIyIIzEeHe - cqf1D0VLBYNJBc8abCbG/eMGHOzu9APREkpKr6M6OTFE5/FsMG/id02qamwAwEwJGG34 - iezxDAjOiYEmEWWWDiD0EDBLGYpahw+6++VyGyHCHQH+ASeHG0MGrXFaJwAGO3FMZYPI - OyHkIeFQFCE2uGuLHMasIezixbD8pJHMGGGUFwAAHaAakcAcAwVzBQckHYG4cqBGAIc6 - BoBi8HHwMpGK/mTGTKH+/vGYjuQwHWFa+CBU+YjqHUGk3UCSBWDBGzHMuw5wjcIWP6P/ - BlBpGHDOWOG+AmGQTgHS3UHKZEcEAia4JmJIAWAgPRJ+WqA0BIXEHoHe4CHCRMBEBifC - 4kIY6qcEAma4HYHIOaBM79AUHOd0B4AiCs67IrD6tlD/GG9sGcNkA0GgM6HiMeHQG+Yi - LnAQKWAeAoPYHVKjKya4veKJKINCHmgMJCMFAadCJuHmHad0BaB/DGHiHQd0BuAaCg5l - IqsKgIgMAsgQAAG6HKHYH+AKAYIXGGwOGQHWFmi0BxJql0GkFlEqCiB0DO2fIrIvGO9a - k09hGGyMFeFgQ+HiAaWqBABigfMQaqH+H4JcG6GSlQA4ACQWCQCUCozZIqzgpAzm56sZ - GY8mAADmDSC+AACGCQT038OwYY86aSAOyy5ymQMgA8eKBnChExGGL4Am+8T2AaPQYuHi - H+H2AKcLGGqeFgFUFKb8Ca5iJMJuKoaojypyRIdAkSRqoFIqPqRMBAAm1qnoI4HyH+G6 - HMOwAOAaMmXeO2jyKiesi6KSKwJgjMJEJIO6KmKQKsLuKyL+KjRmi64E3IsyTULmK6Yo - fSL4LiUSf5SCLbR3SKL8Lmf4f4HPFwhiNci7SNSchwMpSFEKf5StASf4MpSMpnS4i/AS - epPWMEKiKeJcAMH6NAA6AyvAMGJaTOfSHwJgHkHmNA3030o8o8AXT+OkRdBK30L4o8e0 - Y4Lu3MNIjy30KobQbSqiRMBMBMi4NEgNUYL9B+JhUOL/UUL+IqItU0I6PNSBATUsL+qq - dBT+Y4ouukmALmsKMoxowQ22O3VIL/ViMHVuOLVPVmjMsKSK30y0K/VBExTnGGHRWS3G - ArWYzcM+NAHZWiN7DwUSLux0L8HBWzPeUQh5COMGeTAML9UEOLFWcqBLXOAAHHXUhiBA - OiVjWObspmKo30PapmpmjyG3Xyd3PkOMaQvyo9WylQG/YGv6TYHdYOAAApYUSCAwanVT - NAG6kchId0BFYqUBW0pmBZY0OcA6geGfY/B4GyM4B1ZIlDUBUEF7ZSAAExZZA/HaZ6GV - ZiqgqiAAGnZtW3WmX9YqfDWeAAGPZ+AADdaEAAGraKAABXaQ7USKGxaYAABTaeOlWiOb - VmMoLvT+PREUbqOpESOpEcJ9a8KXbBZda0aqHVbM33UFZ6ldD2MFXBEKBbbg7gG0nxUm - pi5pQ8g8HENrSiujWKcIcLXyp+BJcGRaOSHNcOsyTfPkeLb4pwfzVmKpMValZNawMHWL - Vvae/cPhXgbKL4pmHLdAM63MhzYsjKNjYOOwA5dVaJaMBVddFOsdYmoTYQOLbcA1duAB - WSYjVnbxbxb/cSAAFzeEbjdfd/cCWtWbYeAzeWABXOftXUfKHJekAACherbG7wbLZ+GP - YKNBY+GfYYanYURrZsGmSjdXdQAADbfUa603X2eLXovzcbMU3S3UAvfscElGMpYCRlBJ - d/d1fBcKkpUAjPc4gzbFayJda4OncOig31fEzc02UHdU+GFxgrVqOyJhbMRMA/g4i6P0 - TFeg54GkykBfhKU4bQAAB9hUVABsBsclgK+1Z6qiIOBDhqtqL5YikcBRh3gDcpFRgSJ8 - PbZfEZiCeNTmHOHUOaHu866qJuf5CYOkeS3U6NWKsLRxQsMpAKTaTfWLd6S3ixW+3SlM - QgBREIKoS0gMPWTEMouU0deAo8g6cIPYLvjbS1Vuo8ieWq30ZSdU9mNgJJU4L43MMewU - L/Z6LnU4Ko4AXi+iQjdkLufgVyL5kWpzP4TUAeATKKmAMoHSHW7KHSHoMOfaIXgUZ5gO - SOpnI830sonqg+6GwhOvHwHgHWigBQA8mxMUHAHQV6FiFkFsS4gshMAA+weKbQeUj8UG - /6dcbOeVkG363URhE9jQ0UUIgMRQIXQkJ5m0AOs0oquiJ3mmCKCST0mGdAhkjrVPDPEq - BYBeBjdhFsL4AoAOLUVwPQ7G7KGMGS7nmcl46GOemfkKNWWPnaBpaI/2d2Na7gGwyBFF - BokPF+Medsd1j8AoAqX8kCM+d0ZcNAKoogAACYClLM26N5n+ImL8ggFyFqFiAAGApsAA - EOEgExIqMoiYkqA2AwX9GSwGA2wKbssKjyjyO/O+unBKcpLPlcAAGsHIYIAEAaJuOKao - KcKIHSGuIOB2BoCREtbtpmqeXkXoXs7g+UjnGYsKFcGCecA4B6RqyyzIdoHsHiNIHwGs - KICQByCzPtFs+5P1H5LVH8/fCtaIAKF4RkA068XaHwHqO210xqPCHUGwOaCAA2C0nmPZ - HxbxM4WsTDZqgWgaAtORFsGmGpLcHOAve+1COkFuEypuJEKeA8BUeKGqGGyAI2LU40Y4 - A6BSgeHeHQcqHvMM5KAACCC2CCfuAZsYqgG8IOBsAY2cakojHMyM9UrG54rLO7GHoXfK - G8AahgAkA5bZXSGufLtxs/FKIyHKGyWqA2BOdVlKSK4UlQBCBcmeO+HIGiigB4AwCrMz - Hwo8awWYAgcLr7sM+amGRNrNHqBKCMge4uTUghKcNAGyFiN48s65jBG1D7Fm8fGYpnuw - AAGCGXNYH2ANMOz7OUKeAWACTEB8BoCUi03xrw/fpqv7mHpxN29ek5G1Uc38uThRQYaq - I+K/igcGPZqDpmqcXhq8+DrAxfrHyNh+gzlLycMoKpG6T2AYY4XyHgJcX5yly62isKS6 - gMTAWCHRk8H+HWHtL0T7y9zZEyIyHiHYYi2OPZU5TmHJiQI07MI8Ipogi6+ia483j8xx - MUsLTMnj0AIzj9m4TeJ2HyS2f4oBQGIzjb0XpMLNT6Jhz/iIv7hRSN0rRx0cO3igMpj9 - S1VmL5q6lHAQKf1KJAxwf51Sa4LvZ6jNVuKppqlzRiTWNALmoR0Nq6AWTUA2AqcKvcjG - MGICAA4BAAADAAAAAQBCAAABAQADAAAAAQBGAAABAgADAAAABAAAFAQBAwADAAAAAQAF - AAABBgADAAAAAQACAAABEQAEAAAAAQAAAAgBEgADAAAAAQABAAABFQADAAAAAQAEAAAB - FgADAAAAAQBGAAABFwAEAAAAAQAAE04BHAADAAAAAQABAAABPQADAAAAAQACAAABUgAD - AAAAAQABAAABUwADAAAABAAAFAwAAAAAAAgACAAIAAgAAQABAAEAAQ== - ReadOnly NO RowAlign @@ -2261,29 +1173,22 @@ callback} CurrentSheet 0 - ExpandedCanvases - - - name - Canvas 1 - - + Expanded_Canvases + Frame - {{218, 122}, {831, 885}} - ListView + {{194, 0}, {1127, 877}} + ShowInfo - OutlineWidth - 142 - RightSidebar - ShowRuler Sidebar SidebarWidth - 120 + 200 + TopSlabHeight + 250 VisibleRegion - {{-53, 0}, {682, 731}} + {{-18, 0}, {613, 719}} Zoom 1 ZoomValues @@ -2295,7 +1200,5 @@ callback} - saveQuickLookFiles - YES diff --git a/images/docs/guide/form_data_flow.svg b/images/docs/guide/form_data_flow.svg new file mode 100644 index 000000000000..3c399ae8d8da --- /dev/null +++ b/images/docs/guide/form_data_flow.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-10-06 04:16:40 +0000Canvas 1Layer 1Controller (scope)Widget (scope)property$modelValue$viewValueDOM$watch callback$parseModel()$parseView()$render()DOM Event$emit( '$viewChange', value)copy $modelValue to model property$validate$validate diff --git a/images/docs/guide/form_data_flow.vdx b/images/docs/guide/form_data_flow.vdx new file mode 100644 index 000000000000..5a80369df90d --- /dev/null +++ b/images/docs/guide/form_data_flow.vdx @@ -0,0 +1,2075 @@ + + + + 12 + 52 + + + 8 + 10.1806 + 0 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 8 + 10.1806 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 3.840277777777778 + 3.265934722222222 + 5.069444444444445 + 1.218130555555555 + 2.534722222222222 + 0.6090652777777777 + + + 5.069444444444445 + 1.079241666666667 + -0 + + + 1 + + + 9 + 0.0138889 + 0 + 0 + 0.194444 + 0 + + + 1 + #dbedff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.218130555555556 + + + 5.069444444444445 + 1.218130555555556 + + + 5.069444444444445 + 0 + + + 0 + 0 + + + 0 + 1.218130555555556 + + + + 0 + + + 4.96893147561897 + 0.0241521373589756 + 0 + + + 4.968931501347565 + 1.193978424378873 + 0 + + + 0.1005129688254745 + 1.193978418196582 + 0 + + + 0.1005129430968819 + 0.02415213117668379 + 0 + + + 2.534722222222222 + 0 + 0 + + + 2.534722222222222 + 1.218130555555556 + 0 + + + 5.069444444444443 + 0.6090652777777782 + 0 + + + 0 + 0.6090652777777782 + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Controller (scope) + + + + -0 + 3.840277777777778 + 6.409722222222222 + 5.069444444444445 + 3.597222222222222 + 2.534722222222222 + 1.798611111111111 + + + 5.069444444444445 + 3.458333333333333 + -0 + + + 1 + + + 9 + 0.0138889 + 0 + 0 + 0.194444 + 0 + + + 1 + #dbedff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.597222222222222 + + + 5.069444444444445 + 3.597222222222222 + + + 5.069444444444445 + 0 + + + 0 + 0 + + + 0 + 3.597222222222222 + + + + 0 + + + 5.002417515987357 + 0.04756157389146725 + 0 + + + 5.002417537239436 + 3.549660663410998 + 0 + + + 0.06702692845708727 + 3.549660648330755 + 0 + + + 0.06702690720500747 + 0.04756155881122481 + 0 + + + 2.534722222222222 + 0 + 0 + + + 2.534722222222222 + 3.597222222222222 + 0 + + + 5.069444444444445 + 1.798611111111111 + 0 + + + 0 + 1.798611111111111 + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Widget (scope) + + + + -0 + 3.770833333333333 + 3.309652777777778 + 1.347222222222222 + 0.4861111111111111 + 0.6736111111111112 + 0.2430555555555556 + + + 1.347222222222222 + 0.3472222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.194444 + 0 + + + 1 + #9bef99 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4861111111111103 + + + 1.347222222222222 + 0.4861111111111103 + + + 1.347222222222222 + 0 + + + 0 + 0 + + + 0 + 0.4861111111111103 + + + + 0 + + + 1.259277223888855 + 0.03173273135740039 + 0 + + + 1.259277248007126 + 0.4543783884561784 + 0 + + + 0.08794499833336683 + 0.4543783797537099 + 0 + + + 0.08794497421509778 + 0.03173272265493191 + 0 + + + 0.6736111111111112 + 0 + 0 + + + 0.6736111111111112 + 0.4861111111111111 + 0 + + + 1.347222222222222 + 0.2430555555555548 + 0 + + + 0 + 0.2430555555555548 + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + property + + + + -0 + 3.770833333333333 + 5.104166666666667 + 1.347222222222222 + 0.4861111111111111 + 0.6736111111111112 + 0.2430555555555556 + + + 1.347222222222222 + 0.3472222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.194444 + 0 + + + 1 + #9bef99 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4861111111111111 + + + 1.347222222222222 + 0.4861111111111111 + + + 1.347222222222222 + 0 + + + 0 + 0 + + + 0 + 0.4861111111111111 + + + + 0 + + + 1.259277223888855 + 0.03173273135740039 + 0 + + + 1.259277248007126 + 0.4543783884561792 + 0 + + + 0.08794499833336683 + 0.4543783797537107 + 0 + + + 0.08794497421509659 + 0.03173272265493191 + 0 + + + 0.6736111111111112 + 0 + 0 + + + 0.6736111111111112 + 0.4861111111111111 + 0 + + + 1.347222222222222 + 0.2430555555555556 + 0 + + + 0 + 0.2430555555555556 + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $modelValue + + + + -0 + 3.770833333333333 + 6.395833333333333 + 1.347222222222222 + 0.4861111111111111 + 0.6736111111111112 + 0.2430555555555556 + + + 1.347222222222222 + 0.3472222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.194444 + 0 + + + 1 + #9bef99 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4861111111111111 + + + 1.347222222222222 + 0.4861111111111111 + + + 1.347222222222222 + 0 + + + 0 + 0 + + + 0 + 0.4861111111111111 + + + + 0 + + + 1.259277223888855 + 0.03173273135740039 + 0 + + + 1.259277248007126 + 0.4543783884561792 + 0 + + + 0.08794499833336683 + 0.4543783797537107 + 0 + + + 0.08794497421509659 + 0.03173272265493191 + 0 + + + 0.6736111111111112 + 0 + 0 + + + 0.6736111111111112 + 0.4861111111111111 + 0 + + + 1.347222222222222 + 0.2430555555555556 + 0 + + + 0 + 0.2430555555555556 + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $viewValue + + + + -0 + 3.770833333333333 + 7.798611111111111 + 1.347222222222222 + 0.4861111111111111 + 0.6736111111111112 + 0.2430555555555556 + + + 1.347222222222222 + 0.3472222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0.194444 + 0 + + + 1 + #f6be4d + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4861111111111111 + + + 1.347222222222222 + 0.4861111111111111 + + + 1.347222222222222 + 0 + + + 0 + 0 + + + 0 + 0.4861111111111111 + + + + 0 + + + 1.259277223888855 + 0.03173273135740039 + 0 + + + 1.259277248007126 + 0.4543783884561792 + 0 + + + 0.08794499833336683 + 0.4543783797537107 + 0 + + + 0.08794497421509659 + 0.03173272265493191 + 0 + + + 0.6736111111111112 + 0 + 0 + + + 0.6736111111111112 + 0.4861111111111111 + 0 + + + 1.347222222222222 + 0.2430555555555556 + 0 + + + 0 + 0.2430555555555556 + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + DOM + + + + -0 + 4.435194739447349 + 7.093957565297012 + 0.1573905384360014 + 0.9736027981261104 + 0.07869526921800071 + 0.4868013990630552 + + + 4.35886451304665 + 7.58075896436007 + 4.35649947022935 + 6.60715616623396 + + + 4 + 0 + 0 + 2 + 2 + + + 0.1573905384360014 + 0.9736027981261104 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.002365042817305133 + 0.9736027981261104 + + + 0.157389418659541 + 0.5456216115438208 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.343316,0.853486,0,1, 1.002497,0.727065,0,1) + + + 0 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.997489,0.393765,0,1, 0.333298,0.186786,0,1) + + + + 0 + + + + + -0 + 4.43519468073321 + 5.74671304765591 + 0.1573904210077244 + 0.8624470961772394 + 0.07869521050386218 + 0.4312235480886197 + + + 4.35873758321019 + 6.17793659574453 + 4.35649947022935 + 5.31548949956729 + + + 4 + 0 + 0 + 0 + 2 + + + 0.1573904210077244 + 0.8624470961772394 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.002238112980838499 + 0.8624470961772394 + + + 0.1573894186595403 + 0.4067327226549319 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.342778,0.823885,0,1, 1.002363,0.638253,0,1) + + + -7.894919286223335e-16 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.997624,0.304953,0,1, 0.333298,0.157185,0,1) + + + + 0 + + + + + -0 + 4.462972456265214 + 4.203689833784285 + 0.2129459720717309 + 1.365428446211765 + 0.1064729860358654 + 0.6827142231058825 + + + 4.35909843747065 + 4.88640405689017 + 4.35649947022935 + 3.5209756106784 + + + 4 + 0 + 0 + 2 + 2 + + + 0.2129459720717309 + 1.365428446211765 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.002598967241305495 + 1.365428446211764 + + + 0.2129449742150958 + 0.8442327226549311 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341435,0.872777,0,1, 1.002029,0.784941,0,1) + + + -7.894919286223335e-16 + -7.894919286223335e-16 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.997961,0.451641,0,1, 0.333298,0.206077,0,1) + + + + 0 + + + + + -0 + 3.078694442120485 + 4.210248926587021 + 0.2129455086336674 + 1.365189814358043 + 0.1064727543168337 + 0.6825949071790214 + + + 3.18326345136955 + 3.527654019408 + 3.18516719643732 + 4.89284383376604 + + + 4 + 0 + 0 + 2 + 2 + + + 0.2129455086336674 + 1.365189814358043 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.211041763565896 + 7.894919286223335e-16 + + + 5.344185712235433e-07 + 0.7403320917031119 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.660741,0.180746,0,1, -0.001487,0.375642,0,1) + + + 0.2129455086336678 + 1.365189814358044 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.001492,0.708942,0,1, 0.666701,0.847446,0,1) + + + + 0 + + + + + -0 + 3.113416379387617 + 5.753286244139707 + 0.1435016340994031 + 0.8624485125860054 + 0.07175081704970153 + 0.4312242562930027 + + + 3.1829249274543 + 5.3220619878467 + 3.18516719643732 + 6.18451050043271 + + + 4 + 0 + 0 + 2 + 2 + + + 0.1435016340994031 + 0.8624485125860054 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.1412593651163796 + 0 + + + 1.104328751308812e-06 + 0.4140491232644068 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.656285,0.160013,0,1, -0.002596,0.313436,0,1) + + + 0.1435016340994034 + 0.8624485125860054 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.002612,0.646736,0,1, 0.666703,0.826713,0,1) + + + + 0 + + + + + -0 + 3.092583086147927 + 7.100470326225159 + 0.1851682205787838 + 0.9736359039706576 + 0.0925841102893919 + 0.4868179519853288 + + + 3.18271268130328 + 6.61365237423983 + 3.18516719643732 + 7.58728827821049 + + + 4 + 0 + 0 + 2 + 2 + + + 0.1851682205787838 + 0.9736359039706576 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.1827137054447397 + 0 + + + 1.024141464572242e-06 + 0.4835698479823923 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.657864,0.165538,0,1, -0.002204,0.330014,0,1) + + + 0.1851682205787834 + 0.9736359039706576 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.002215,0.663314,0,1, 0.666702,0.832238,0,1) + + + + 0 + + + + + -0 + 2.631944444444445 + 4.229166666666667 + 0.7083333333333334 + 0.3888888888888889 + 0.3541666666666667 + 0.1944444444444444 + + + 0.7083333333333334 + 0.3888888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3888888888888889 + + + 0.7083333333333334 + 0.3888888888888889 + + + 0.7083333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3888888888888889 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $watch +callback + + + + -0 + 2.333333333333333 + 5.708333333333333 + 1.305555555555556 + 0.1944444444444444 + 0.6527777777777778 + 0.09722222222222222 + + + 1.305555555555556 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.305555555555556 + 0.1944444444444444 + + + 1.305555555555556 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $parseModel() + + + + -0 + 5.1875 + 5.708333333333333 + 1.208333333333333 + 0.1944444444444444 + 0.6041666666666666 + 0.09722222222222222 + + + 1.208333333333333 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.208333333333333 + 0.1944444444444444 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $parseView() + + + + -0 + 2.548611111111111 + 7.090277777777778 + 0.9027777777777778 + 0.1944444444444444 + 0.4513888888888889 + 0.09722222222222222 + + + 0.9027777777777778 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.9027777777777778 + 0.1944444444444444 + + + 0.9027777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $render() + + + + -0 + 5.444444444444445 + 7.090277777777778 + 1.722222222222222 + 0.9236111111111112 + 0.8611111111111112 + 0.4618055555555556 + + + 1.722222222222222 + 0.9236111111111112 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9236111111111112 + + + 1.722222222222222 + 0.9236111111111112 + + + 1.722222222222222 + 0 + + + 0 + 0 + + + 0 + 0.9236111111111112 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DOM Event +$emit( + '$viewChange', + value) + + + + -0 + 5.583333333333333 + 4.243055555555555 + 1.888888888888889 + 0.6111111111111112 + 0.9444444444444444 + 0.3055555555555556 + + + 1.888888888888889 + 0.6111111111111112 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6111111111111112 + + + 1.888888888888889 + 0.6111111111111112 + + + 1.888888888888889 + 0 + + + 0 + 0 + + + 0 + 0.6111111111111112 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + copy $modelValue +to model property +$validate + + + + -0 + 2.791666666666667 + 6.42072264259382 + 0.6111111111111112 + 0.3572943994714659 + 0.3055555555555556 + 0.1786471997357329 + + + 3.09722222222222 + 6.39583333333333 + 3.09722222222222 + 6.39583333333333 + + + 4 + 0 + 0 + 2 + 2 + + + 0.6111111111111112 + 0.3572943994714659 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.6111111111111112 + 0.1537578904752463 + + + 0 + 0.1884801126974686 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.430339,0,1, 0.000000,-0.599779,0,1) + + + 0.6111111111111112 + 0.1468134460308019 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000001,1.654824,0,1, 1.000000,0.410903,0,1) + + + 0.6111111111111112 + 0.1537578904752463 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.410903,0,1, 1.000000,0.430339,0,1) + + + + 0 + + + + + -0 + 1.9375 + 6.395833333333333 + 0.9027777777777778 + 0.1944444444444444 + 0.4513888888888889 + 0.09722222222222222 + + + 0.9027777777777778 + 0.1944444444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 0.9027777777777778 + 0.1944444444444444 + + + 0.9027777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $validate + + + + + + + + + + + + + + + + + + + + + + + 1 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/guide/hashbang_vs_regular_url.svg b/images/docs/guide/hashbang_vs_regular_url.svg new file mode 100644 index 000000000000..f60f8e10f55e --- /dev/null +++ b/images/docs/guide/hashbang_vs_regular_url.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-07-22 08:32:29 +0000Canvas 1Layer 1http://foo.com/bar?baz=23#bazhttp://foo.com/#!/bar?baz=23#baz$location.path()$location.search()Hashbang URL:Regular URL:HTML5 ModeHashbang Mode(HTML5 Fallback Mode)$location.hash() diff --git a/images/docs/guide/hashbang_vs_regular_url.vdx b/images/docs/guide/hashbang_vs_regular_url.vdx new file mode 100644 index 000000000000..cb02bee4394b --- /dev/null +++ b/images/docs/guide/hashbang_vs_regular_url.vdx @@ -0,0 +1,1660 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 3.923611111111111 + 5.826388888888889 + 7.541666666666667 + 0.01388888888888889 + 3.770833333333333 + 0.006944444444444444 + + + 0.152777777777778 + 5.83333333333333 + 7.69444444444444 + 5.83333333333333 + + + 4 + 0 + 0 + 2 + 2 + + + 7.541666666666667 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 7.541666666666667 + 0.01388888888888889 + + + + 0 + + + + + -0 + 3.787486111111111 + 5.833333333333333 + 2 + 0.7222222222222222 + 1 + 0.3611111111111111 + + + 2 + 0.5833333333333334 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7222222222222222 + + + 2 + 0.7222222222222222 + + + 2 + 0 + + + 0 + 0 + + + 0 + 0.7222222222222222 + + + + 0 + + + + + -0 + 1.4375 + 5.763888888888889 + 1.736111111111111 + 0.7222222222222222 + 0.8680555555555556 + 0.3611111111111111 + + + 1.736111111111111 + 0.5833333333333334 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7222222222222222 + + + 1.736111111111111 + 0.7222222222222222 + + + 1.736111111111111 + 0 + + + 0 + 0 + + + 0 + 0.7222222222222222 + + + + 0 + + + + + -0 + 2.784722222222222 + 6.243055555555555 + 1.430555555555556 + 0.4583333333333333 + 0.7152777777777778 + 0.2291666666666667 + + + 3.5 + 6.47222222222222 + 2.06944444444444 + 6.01388888888889 + + + 4 + 0 + 0 + 2 + 2 + + + 1.430555555555556 + 0.4583333333333333 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.430555555555556 + 0.4583333333333333 + + + 0 + 0 + + + + 0 + + + + + -0 + 1.638888888888889 + 3.499972222222222 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 3.416666666666667 + 6.762170833333333 + 3.055555555555555 + 0.3055555555555556 + 1.527777777777778 + 0.1527777777777778 + + + 3.055555555555555 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 3.055555555555555 + 0.3055555555555556 + + + 3.055555555555555 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + #8000ff + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + #408000 + + 0.166667 + 0 + + + 0 + #0000ff + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + http://foo.com/bar?baz=23#baz + + + + -0 + 3.319444444444445 + 4.908849305555555 + 3.361111111111111 + 0.2396347222222222 + 1.680555555555556 + 0.1198173611111111 + + + 3.361111111111111 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 3.361111111111111 + 0.239634722222222 + + + 3.361111111111111 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + #8000ff + + 0.166667 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + #408000 + + 0.166667 + 0 + + + 0 + #0000ff + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + http://foo.com/#!/bar?baz=23#baz + + + + -0 + 1.5 + 5.888888888888889 + 2 + 0.3055555555555556 + 1 + 0.1527777777777778 + + + 2 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 2 + 0.3055555555555556 + + + 2 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + #8000ff + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $location.path() + + + + -0 + 4.201388888888889 + 6.243055555555555 + 0.01388888888888889 + 0.4583333333333333 + 0.006944444444444444 + 0.2291666666666667 + + + 4.19444444444444 + 6.47222222222222 + 4.19444444444444 + 6.01388888888889 + + + 4 + 0 + 0 + 2 + 2 + + + 0.01388888888888889 + 0.4583333333333333 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.4583333333333333 + + + 0 + 0 + + + + 0 + + + + + -0 + 2.819444444444445 + 5.312944444444444 + 1.5 + 0.5685555555555557 + 0.75 + 0.2842777777777779 + + + 3.56944444444444 + 5.02866666666667 + 2.06944444444444 + 5.59722222222222 + + + 4 + 0 + 0 + 2 + 2 + + + 1.5 + 0.5685555555555557 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.5 + 3.947459643111667e-16 + + + 0 + 0.568555555555556 + + + + 0 + + + + + -0 + 3.819444444444445 + 5.888888888888889 + 2 + 0.3055555555555556 + 1 + 0.1527777777777778 + + + 2 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 2 + 0.3055555555555556 + + + 2 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + #408000 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $location.search() + + + + -0 + 4.201388888888889 + 5.368055555555555 + 0.01388888888888889 + 0.4583333333333333 + 0.006944444444444444 + 0.2291666666666667 + + + 4.19444444444444 + 5.13888888888889 + 4.19444444444444 + 5.59722222222222 + + + 4 + 0 + 0 + 2 + 2 + + + 0.01388888888888889 + 0.4583333333333333 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0 + 0.4583333333333333 + + + + 0 + + + + + -0 + 0.8402777777777778 + 4.902777777777778 + 1.291666666666667 + 0.2222222222222222 + 0.6458333333333334 + 0.1111111111111111 + + + 1.291666666666667 + 0.2222222222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2222222222222222 + + + 1.291666666666667 + 0.2222222222222222 + + + 1.291666666666667 + 0 + + + 0 + 0 + + + 0 + 0.2222222222222222 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.180556 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Hashbang URL: + + + + -0 + 0.7430555555555556 + 6.720504166666667 + 1.097222222222222 + 0.2222222222222222 + 0.5486111111111112 + 0.1111111111111111 + + + 1.097222222222222 + 0.2222222222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2222222222222222 + + + 1.097222222222222 + 0.2222222222222222 + + + 1.097222222222222 + 0 + + + 0 + 0 + + + 0 + 0.2222222222222222 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.180556 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Regular URL: + + + + -0 + 4.201388888888889 + 7.319444444444445 + 1.555555555555556 + 0.3055555555555556 + 0.7777777777777778 + 0.1527777777777778 + + + 1.555555555555556 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.555555555555556 + 0.3055555555555556 + + + 1.555555555555556 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + HTML5 Mode + + + + -0 + 4.201388888888889 + 4.039916666666667 + 2.805555555555555 + 0.6111111111111112 + 1.402777777777778 + 0.3055555555555556 + + + 2.805555555555555 + 0.6111111111111112 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6111111111111112 + + + 2.805555555555555 + 0.6111111111111112 + + + 2.805555555555555 + 0 + + + 0 + 0 + + + 0 + 0.6111111111111112 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Hashbang Mode +(HTML5 Fallback Mode) + + + + -0 + 6.25 + 5.763888888888889 + 2 + 0.7222222222222222 + 1 + 0.3611111111111111 + + + 2 + 0.5833333333333334 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7222222222222222 + + + 2 + 0.7222222222222222 + + + 2 + 0 + + + 0 + 0 + + + 0 + 0.7222222222222222 + + + + 0 + + + + + -0 + 6.194444444444445 + 5.888888888888889 + 2 + 0.3055555555555556 + 1 + 0.1527777777777778 + + + 2 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 2 + 0.3055555555555556 + + + 2 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + #0000ff + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + $location.hash() + + + + -0 + 5.75 + 5.333777777777778 + 1.611111111111111 + 0.6102222222222223 + 0.8055555555555556 + 0.3051111111111112 + + + 4.94444444444444 + 5.02866666666667 + 6.55555555555556 + 5.63888888888889 + + + 4 + 0 + 0 + 2 + 2 + + + 1.611111111111111 + 0.6102222222222223 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 3.947459643111667e-16 + + + 1.611111111111111 + 0.6102222222222227 + + + + 0 + + + + + -0 + 5.6875 + 6.256944444444445 + 1.736111111111111 + 0.4861111111111111 + 0.8680555555555556 + 0.2430555555555556 + + + 4.81944444444444 + 6.5 + 6.55555555555556 + 6.01388888888889 + + + 4 + 0 + 0 + 2 + 2 + + + 1.736111111111111 + 0.4861111111111111 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.4861111111111111 + + + 1.736111111111111 + 0 + + + + 0 + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/guide/simple_scope.graffle/data.plist b/images/docs/guide/simple_scope.graffle/data.plist index 8282d625ee67..e8769d8b02af 100644 --- a/images/docs/guide/simple_scope.graffle/data.plist +++ b/images/docs/guide/simple_scope.graffle/data.plist @@ -88,7 +88,7 @@ {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural -\f0\b\fs20 \cf0 angular applies MyCtrlr function to MyCtrlr scope object.} +\f0\b\fs20 \cf0 AngularJS applies MyCtrlr function to MyCtrlr scope object.} TextPlacement 0 diff --git a/images/docs/guide/simple_scope.graffle/image7.png b/images/docs/guide/simple_scope.graffle/image7.png index 3a9618137f85..6d3ff1c228c7 100644 Binary files a/images/docs/guide/simple_scope.graffle/image7.png and b/images/docs/guide/simple_scope.graffle/image7.png differ diff --git a/images/docs/guide/simple_scope.svg/image7.png b/images/docs/guide/simple_scope.svg/image7.png new file mode 100644 index 000000000000..6d3ff1c228c7 Binary files /dev/null and b/images/docs/guide/simple_scope.svg/image7.png differ diff --git a/images/docs/guide/simple_scope.svg/simple_scope.svg b/images/docs/guide/simple_scope.svg/simple_scope.svg new file mode 100644 index 000000000000..e67128e53437 --- /dev/null +++ b/images/docs/guide/simple_scope.svg/simple_scope.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-05-13 21:08:22 +0000Canvas 1Layer 1function MyCtrlr(){ this.guy = 'Hank'; this.save = function(){ //do something nice }}ControllerModelroot scope DOM Element to ScopeViewData-binding<html></body></html>TemplateInput: <input name="guy" type="text">Name = <span ng:bind="guy"> </span><body ng:controller="MyCtrlr"><button ng:click="save()"> Save</button>MyCtrlr scopeguy: 'Hank'save: Function Scope Inheritanceng:autobindangular applies MyCtrlr function to MyCtrlr scope object. diff --git a/images/docs/guide/simple_scope.vdx b/images/docs/guide/simple_scope.vdx new file mode 100644 index 000000000000..7ff6e4728ade --- /dev/null +++ b/images/docs/guide/simple_scope.vdx @@ -0,0 +1,3839 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1 + 1 + 4.569444444444445 + 5.531680555555556 + 2.402777777777778 + 1.603277777777778 + 1.201388888888889 + 0.8016388888888889 + + + 2.402777777777778 + 1.464388888888889 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0d10 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.603277777777778 + + + 2.402777777777778 + 1.603277777777778 + + + 2.402777777777778 + 0 + + + 0 + 0 + + + 0 + 1.603277777777778 + + + + 0 + + + + + -0 + 4.569444444444445 + 5.726125 + 2.236111111111111 + 1.103277777777778 + 1.118055555555556 + 0.5516388888888889 + + + 2.236111111111111 + 0.964388888888889 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.103277777777778 + + + 2.236111111111111 + 1.103277777777778 + + + 2.236111111111111 + 0 + + + 0 + 0 + + + 0 + 1.103277777777778 + + + + 0 + + + + + -0 + 4.631944444444445 + 5.743041666666667 + 2.180555555555555 + 0.9166666666666666 + 1.090277777777778 + 0.4583333333333333 + + + 2.180555555555555 + 0.9166666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9166666666666666 + + + 2.180555555555555 + 0.9166666666666666 + + + 2.180555555555555 + 0 + + + 0 + 0 + + + 0 + 0.9166666666666666 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + function MyCtrlr(){ + this.guy = 'Hank'; + this.save = function(){ + //do something nice + } +} + + + + -0 + 4.506944444444445 + 4.930555555555555 + 1.277777777777778 + 0.3055555555555556 + 0.6388888888888888 + 0.1527777777777778 + + + 1.277777777777778 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.277777777777778 + 0.3055555555555556 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Controller + + + + -0 + 1 + 1 + 7.048611111111111 + 5.854166666666667 + 1.875 + 3.013888888888889 + 0.9375 + 1.506944444444444 + + + 1.875 + 2.875 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.013888888888889 + + + 1.875 + 3.013888888888889 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 3.013888888888889 + + + + 0 + + + + + -0 + 1.555555555555556 + 4.826388888888889 + 2.916666666666667 + 5.069444444444445 + 1.458333333333333 + 2.534722222222222 + + + 2.916666666666667 + 4.930555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.069444444444445 + + + 2.916666666666667 + 5.069444444444445 + + + 2.916666666666667 + 0 + + + 0 + 0 + + + 0 + 5.069444444444445 + + + + 0 + + + + + -0 + 0.7638888888888888 + 2.069416666666667 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 7.044770053286448 + 6.540841750467613 + 0.01388888888888889 + 0.3525186114648843 + 0.006944444444444444 + 0.1762593057324422 + + + 7.037825608842 + 6.71710105620005 + 7.04176406875325 + 6.36458244473517 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.3525186114648843 + -0 + + + 2 + + + 1 + 0.0277778 + #29ff3e + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.3525186114648843 + + + 0.00393845991124427 + 0 + + + + 0 + + + + + -0 + 7.076388888888889 + 4.581052777777778 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 7.034722222222222 + 6.994875 + 1.180555555555556 + 0.5416666666666666 + 0.5902777777777778 + 0.2708333333333333 + + + 0.9444444444444444 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.007666736111111 + 0.4623412083333334 + + + 1.007666736111111 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1728888194444443 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1728888194444443 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.007666736111111 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 7.069444444444445 + 7.004099305555555 + 0.8055555555555556 + 0.2396347222222222 + 0.4027777777777778 + 0.1198173611111111 + + + 0.8055555555555556 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.8055555555555556 + 0.2396347222222222 + + + 0.8055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + root scope + + + + -0 + 0.4444444444444444 + 1.812472222222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0.111111111111111 + 1.81941666666667 + 0.777777777777778 + 1.81941666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.868055555555556 + 1.810710416666667 + 1.958333333333333 + 0.2396347222222222 + 0.9791666666666666 + 0.1198173611111111 + + + 1.958333333333333 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.958333333333333 + 0.239634722222222 + + + 1.958333333333333 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DOM Element to Scope + + + + -0 + 1 + 1 + 9.409722222222221 + 5.630263888888889 + 1.875 + 3.461694444444444 + 0.9375 + 1.730847222222222 + + + 1.875 + 3.322805555555556 + -0 + + + 1 + + + 1 + 0.0138889 + #2222ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.461694444444444 + + + 1.875 + 3.461694444444444 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 3.461694444444444 + + + + 0 + + + + + -0 + 9.375 + 4.069444444444445 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 9.409722222222221 + 5.484381944444444 + 1.625 + 2.447902777777778 + 0.8125 + 1.223951388888889 + + + 1.625 + 2.309013888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.447902777777778 + + + 1.625 + 2.447902777777778 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 2.447902777777778 + + + + 0 + + + + + -0 + 8.534722222222221 + 1.743027777777778 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 8.20138888888889 + 1.74997222222222 + 8.86805555555556 + 1.74997222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 9.680555555555555 + 1.810710416666667 + 1.208333333333333 + 0.2396347222222222 + 0.6041666666666666 + 0.1198173611111111 + + + 1.208333333333333 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.208333333333333 + 0.239634722222222 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Data-binding + + + + -0 + 8.548611111111111 + 1.909694444444444 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 8.21527777777778 + 1.91663888888889 + 8.88194444444444 + 1.91663888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 5.229166666666667 + 7.534722222222222 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 7.52777777777778 + 10.3472222222222 + 7.54166666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 0.5277777777777778 + 7 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + + + + -0 + 0.5972222222222222 + 3.499986111111111 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 3.104152777777778 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 1.479166666666667 + 2.541652777777778 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 1.340277777777778 + 5.28125 + 2.180555555555555 + 0.4027777777777778 + 1.090277777777778 + 0.2013888888888889 + + + 2.180555555555555 + 0.2638888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4027777777777778 + + + 2.180555555555555 + 0.4027777777777778 + + + 2.180555555555555 + 0 + + + 0 + 0 + + + 0 + 0.4027777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Input: <input name="guy" + type="text"> + + + + -0 + 1.451388888888889 + 4.798611111111111 + 2.402777777777778 + 0.4027777777777778 + 1.201388888888889 + 0.2013888888888889 + + + 2.402777777777778 + 0.2638888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4027777777777778 + + + 2.402777777777778 + 0.4027777777777778 + + + 2.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.4027777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Name = <span ng:bind="guy"> + </span> + + + + -0 + 1.548611111111111 + 5.763875000000001 + 2.652777777777778 + 0.3055555555555556 + 1.326388888888889 + 0.1527777777777778 + + + 2.652777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 2.652777777777778 + 0.3055555555555556 + + + 2.652777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body ng:controller="MyCtrlr"> + + + + -0 + 1.1875 + 4.125 + 1.875 + 0.7777777777777778 + 0.9375 + 0.3888888888888889 + + + 1.875 + 0.6388888888888888 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7777777777777778 + + + 1.875 + 0.7777777777777778 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 0.7777777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <button + ng:click="save()"> + Save +</button> + + + + -0 + 7.048611111111111 + 5.751738888888889 + 1.652777777777778 + 1.211838888888889 + 0.8263888888888888 + 0.6059194444444443 + + + 4 + 0 + 2 + 2 + 1 + + + 1.652777777777778 + 1.211838888888889 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8263888888888888 + 0.6059194444444445 + 1.652777777777778 + 1.211838888888889 + 0.8263888888888888 + 0.6059194444444445 + + + 1.322222222222222 + 0.7093983333333331 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.410733430555556 + 1.034368719127778 + + + 1.410733430555556 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2420443472222221 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2420443472222221 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.410733430555556 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8084124999999998 + 0.899579861111111 + 1.078408333333333 + 0.2819513888888889 + 0.5392041666666666 + 0.1409756944444444 + + + 1.078408333333333 + 0.1430625 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2819513888888889 + + + 1.078408333333333 + 0.2819513888888889 + + + 1.078408333333333 + 0 + + + 0 + 0 + + + 0 + 0.2819513888888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + MyCtrlr scope + + + + -0 + 0.9582631944444446 + 0.6447131944444444 + 0.8615541666666666 + 0.3443791666666667 + 0.4307770833333333 + 0.1721895833333333 + + + 0.8615541666666666 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 0.861554166666666 + 0.3443791666666666 + + + 0.861554166666666 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + + + -0 + 1.066690277777778 + 0.4407131944444441 + 1.078408333333333 + 0.3443791666666667 + 0.5392041666666666 + 0.1721895833333333 + + + 1.078408333333333 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 1.078408333333333 + 0.3443791666666666 + + + 1.078408333333333 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + + + + + -0 + 7.097222222222222 + 5.678138888888889 + 1.402777777777778 + 0.3055555555555556 + 0.7013888888888888 + 0.1527777777777778 + + + 1.402777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.402777777777778 + 0.3055555555555556 + + + 1.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + guy: 'Hank' + + + + + -0 + 3.211805476338775 + 5.747923850257302 + 0.659722380655784 + 0.01388888888888889 + 0.329861190327892 + 0.006944444444444444 + + + 2.88194428601088 + 5.75486829470175 + 3.54166666666667 + 5.75041185037629 + + + 4 + 0 + 2 + 0 + 1 + + + 0.659722380655784 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.659722380655784 + 0.009432444563429558 + + + + 0 + + + + + -0 + 5.968754767324385 + 5.741793798889471 + 0.4930650902043254 + 0.01388888888888889 + 0.2465325451021627 + 0.006944444444444444 + + + 5.72222222222222 + 5.74696428575019 + 6.21528731242655 + 5.74873824333392 + + + 4 + 0 + 2 + 0 + 1 + + + 0.4930650902043254 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01211493130516435 + + + 0.4930650902043254 + 0.01388888888888889 + + + + 0 + + + + + -0 + 3.652778062386409 + 6.992787546096337 + 5.569445017969653 + 0.01388888888888889 + 2.784722508984827 + 0.006944444444444444 + + + 0.868055553401582 + 6.99973199054078 + 6.43750057137123 + 6.99534538625939 + + + 4 + 0 + 2 + 0 + 1 + + + 5.569445017969653 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -9.868649107779169e-17 + 0.01388888888888889 + + + 5.569445017969652 + 0.009502284607499491 + + + + 0 + + + + + -0 + 7.097222222222222 + 5.536983333333334 + 1.402777777777778 + 0.3101166666666667 + 0.7013888888888888 + 0.1550583333333333 + + + 1.402777777777778 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.402777777777778 + 0.3101166666666665 + + + 1.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + save: Function + + + + -0 + 9.680555555555555 + 6.379701388888889 + 0.75 + 0.3101166666666667 + 0.375 + 0.1550583333333333 + + + 0.75 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.75 + 0.3101166666666665 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + + + -0 + 9.680555555555555 + 5.640613194444445 + 0.7083333333333334 + 0.2396347222222222 + 0.3541666666666667 + 0.1198173611111111 + + + 0.7083333333333334 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 0.7083333333333334 + 0.239634722222222 + + + 0.7083333333333334 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + + + -0 + 9.395833333333334 + 5.537143055555556 + 1.513888888888889 + 2.152777777777778 + 0.7569444444444444 + 1.076388888888889 + + + 1.513888888888889 + 2.013888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.152777777777778 + + + 1.513888888888889 + 2.152777777777778 + + + 1.513888888888889 + 0 + + + 0 + 0 + + + 0 + 2.152777777777778 + + + + 0 + 0 + 1.51389 + 2.15278 + + Qk0AAAAAAAAAADYAAAAoAAAAcQAAAJsAAAABABgAAAAAANzNAAAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////v7+/v7++/v7+fn5+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+fn5+/v7/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////39/fb29urq6t7e3tTU1MzMzMnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJyczMzNTU1N7e3urq6vb29v39/f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////////////////6+vro6OjHx8ecnJx9fX1ubm5qamppaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlqampubm59fX2cnJzHx8fo6Oj6+vr///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////+fn529vbo6OjcnJyhISEvLy84+Pj/Pz8/////////////////////////////////////////////////////////////////////////////////////////Pz84+PjvLy8hISEcnJyo6Oj29vb+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////r6+tvb25aWlnp6etzc3Pn5+f39/f7+/v////////////////////////////////////////////////////////////////////////////////////////////////7+/v39/fn5+dzc3Hp6epaWltvb2/r6+v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////9/f3o6OiioqKJiYnr6+v7+/v9/f39/f39/f39/f38/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz7+/v8/Pz8/Pz8/Pz9/f38/Pz7+/vr6+uJiYmioqLo6Oj9/f3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////9vb2xsbGf39/3d3d9PT09/f3+Pj49/f3+Pj4+Pj46u/24uHr7+vk9vb29vb29vb26u/2+O/p9/f36ur5+PPs9vb29vb29vb29vb29vb29/f39/f39/f36+ry7+vr9/f39/f39/f39/f39/f39/f39PT03t7ef39/xsbG9vb2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////7+/urq6pqamry8vOjo6PLy8vPz8/T09PX19fX19TWK5wAAAAAAAAAAAKh0APX31nKr7gAAAAAAAGxuRQAAPM6SAPT09Mvy9QAAjMSDAPT09PT09NTs+ABOrgAAAAAAAJUzAPX23vX19fT09PT09PPz8/Ly8unp6b29vZqamurq6v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////9/f3e3t6JiYnOzs7u7u7w8PDx8fHx8fHx8fHy8vLAyenn2cHx8fG54foAAGPXwwAAALiyaQDt8fE4jNaNEgDy9NPx8fF4tfMAAABaABb07aTt8fEAXs+URgDz8Mbx8fHl4Ojx8urx8fHx8fHx8fHx8fHw8PDu7u7Ozs6JiYne3t79/f3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////+/v709PTl5eX2NjY7Ozs7e3t7u7u7+/v7+/v8PDw7+/v7+/v7+/vt9/4AABx17AARZDgTAARyLiDaqXPjBIA8PHZ5vDuADa4qpMAADym16oAxu3wAAB+sIsAv8XMwMDA2MjD7/Do7+/v7+/v7+/v7e3t7e3t7Ozs2NjYmJiY09PT+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////n5+czMzKCgoODg4Onp6evr6+zs7O3t7e3t7e3t7e3t7eDu7Hqc0QAAAGIAGfDgou3t7bfL6IaLoTVogZExAO7wz6TZ+AAAAPHib2Or94QAJMvu0AAAiGI9AHFxcQBHeIQAJO7wz+3t7e3t7e3t7ezs7Ovr6+np6eHh4aCgoMzMzPn5+f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////7+/vS0tKdnZ3j4+Po6Ojp6enp6enp6enq6urq6urH5O8ALZMAAACnhy3t6sLr6+u+0u3Vwanr6+sgf9SQCwbs7dUdftuWLwDs7NzD6ewAAG/fxUcAW8qoZwDr7OQ0jdudQQDr69vq6urq6urp6enp6enp6enn5+fj4+OdnZ3S0tL7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////f393d3djo6O29vb5eXl5+fn5+fn6Ojo6enp6enpT5niVwAV6NOf6enp6enp6enpocz0ACBoAAAAPQAM1bRk1OvnFzmh2blG6enp6enpRYXWwIwAy+fqE1ejAAAAaiIA6Nia6enp6enp6Ojo6Ojo5+fn5ubm5OTk29vbjo6O3d3d/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////7+/unp6YiIiMjIyOPj4+Tk5OXl5ejo6O3t7fDw8Gaw7G0AHfLrueLr8cS9z+/s1O7v7+/v7+7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7v7+/v7+7u7u7u7u/v7/Dw8PDw8PDw8O/v7+3t7efn5+Xl5eXl5ePj48jIyIiIiOnp6f7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////19fWkpKSjo6Pk5eXp6Ojt7e/z8/Pz8/Pz8/PP7PkAQZ4AAAAAAABAAA3266Hz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Py8vLt7e3l5eXi4uKjo6Ojo6P19fX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////f394eHhgICA0tLS7Ozs9PT09PX19fX19fX19fX19fX1397w5d/g9vHq9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19PT08/Pz6urqzs/Nfn5+4eHh/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////n5+bOzs4iIiOfn5/X19fb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vX19eTk5IWFhbOzs/n5+f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////////+/v74+PiioqKDg4Pg4OD5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn4+Pje3t6BgYGgoKD4+Pj+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////+vr6tra2bm5un5+f0tLS7e3t+fn5/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8+fn57e3t0dHRnp6ebGxstra2+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////39/e3t7aioqHp6emZmZl1dXV5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl1dXWZmZnp6eqioqO3t7f39/f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////////////////////////////+/v79/f36+vr39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f6+vr9/f3+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////fw//////////////b//vfx8v////////f2/v///////////////////////////////////////////////////////////+3x/+rq6v/86/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////b//vfx8v////////f2/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////e/f8YUq0AAAAAAACGPAD/+7r///////////+q3/+NED3//9////+x3/8AAGgAAACGPAB1oacAAABmABpWfqYAAAAAAACpgy+NscwAAD4AAAB0JQCxxawAOIcAAAAwAAfgwGJmm+AAAAAAAAAAAADWrFj////////////////////////////////////////////////////////////////////2//5BcM8AAAAAAAAAAAC1dxn///Cr2/8AAFcAAAAAAABRABP734ex3/8AAGgAAACGPAB1oacAAABmABpHd6IAAAAAAAC1ky5plckAAAAAAACgeQAaVKUAAAAAAADBkjN6tuIAAAAAAACGPAD/+sT///////////////////////////////////////////////////////////////////////////8A////////////////AHnjqkYA///w////////////1P7/AACSnTUA///n////SpnuAAAAu5sMp87cAABXQwAOv7SB9ezHADnEnTUA///n////N5HyMAAH/+6P////t+r/AAA+6roAfsb/AAAAMAAHwK5nnLfJAABX78EA////////////////9/v78vLy9/f39/f39/f39/f39/f38vH7+/z0////////////////////OYnuAAAA05IA////////////yfn/AABoXwAY//yj////SpnuAAAAu5sMp87cAABXQwAOv7SB8e3HACC+nTUA///w9v/+AEzIcwAf//+67f/+ACa1jQAo///wPHfkAAAAwosA///4////////////////////////////////////////////////////////////////////////////////AP///////////////2u5/9OIAP///////////+3//gBPwAAAAJ1KAP//3////1We+wAAAP/qeP///zWP+VEAE//8o/H//gA5xJ01AP//5////4fF/1EAE//2qv///8n5/wAAaO/YHwBMyAAAAPbbbv///////73v/5QtYP//3////////////wB/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAM6DAP///////////////////0qQ8gAAAPPRPf///////////8n5/wAAeZ1KAP//5////1We+wAAAP/qeP///zWP+VEAE//8o/H//gA5xJ01AP//3////zeR8p0LCP//5/H//gA5xKplAIK93gAAAKplAP//5////////////////////////////////////////////////////////////////////////////////////wD///////////////99y//OgAD///////////86iuYAAAAAAACVACv//+f////Z/f8AAKV9ACL/+7pJmPZRABP/9qrx//4AOcSdNQD//+f///+O1v9DAA7/9qr////J+f8AAFfm0zcAT8CkSAD///j///////////////////////////////+50PqxsqaxsbGxsbGxsbGxsbGxsbGrsrDt063///////////////////9KkPIAAADz0T3////////////J8/8AAHmdSgD//+f////Z/f8AAKV9ACL/+7pJmPZRABP/9qrx//4AOcSdNQD//+f///8bkfGdCwj//+fx//4AT8AAAAAAAABpABv//K7///////////////////////////////////////////////////////////////////////////////////////8A////////////////fcv/zoAA////////d7r8AAAAAAAArL13lEFr///f////////9v/+i67mAABXAAAAXwAY//aq8f/+ADnEnTUA///n////Yqb4UQAT//aq////zvn/AABo5tM3ADnEfVAApa2gpaWlq6ygq6q27c2m////////////////////////////////////////////////////////////////////////SpDyAAAA/NZP////////////z/7/AABonUoA///n////////9v/+i67mAABXAAAAXwAY//aq8f/+ADnEnTUA///n////N5HynQsI///n8f/+AE/AAAAAAAAA/Ntc////////////////////////////////////////////////////////////////////////////////////////////AP///////////////33L/86AAP///6Tb/wAAAAAAANynAMn/+4wAZ///3////73q/wAAV//gZfv//zyB4UMADv/3nvv//wA5xI06AP//2P///zeR8kMADv/uj////7Dk/wAAAPPRPSKA6UMADrmzj7e4rABhqAAAAM6KAP///////////////3mm8V1eQ2ZmZmZmZmZmZmZmZmZmZk5dW9ytO////////////////////0qQ8gAAADAABy4uLi4uLi4uLgAAPgAAAJ1KAP//5////73q/wAAV//gZfv//zyB4UMADv/3nvH//gAAuJU4AP//3/v//wBMyJ01AP//5/H//gA5xHQlADhvl6pYAP//3////////////////////////////////////////////////////////////////////////////////////////wD///////////////99y//YhwDU/v8AAIYAAAC2bgD///DD8/+MAGf//9////+w5P8AAADvwQD///8AeeOGACX9/81xmuAAAD4AAACNOgCwy7sAHX8AAABRABPKxZYUXrIAAAD30T697/8AAFfvzEzj//0AQLEAAAD84WT///////////////9unvRRQhhPT09PT09PT09PT09PT09APljXpyL///////////////////9KkPIAAADGqEXS19fS0tLX0dKbwtsAAD6dSgD//+f///+w5P8AAADvwQD///8AeeOGACX9/82KtOoAAD4AAACdZwCVuMgAAFedNQD//+fx//4AOcSkMwD///gned19IgD67bP///////////////////////////////////////////////////////////////////////////////////8A////////////////h8v/qYQAAGCyAAAAjRkA///N////w/P/lC1g///n////+///gq7mLABYK1FNQwAO7tB+////ytr6a5CxlVgsjbLEAAA+QzAA5L9jrNf1ACNyAAAAvIIA///n////veT/ITKUAAAAXysA6cqF////////////////////////////////////////////////////////////////////////////SpDyAAAA99ZN////////////z/7/AAB5nUoA///n////+///gq7mLABYK1FNQwAO7tB++///rcfpWG2YhkwAf6etAAAAUQAT8s9/////8f/+ADnEnTUA///wcZLbT09PUEBCwZBT///w////////////////////////////////////////////////////////////////////////////AP///////////////47W/wAAAAAAAFEAE//ypP///////8n5/2cAbP//v////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0qQ8gAAAPPRPf///////////8n5/wAAeZ1KAP//5/////////////////////////////////////////////////////////////////H//gA5xJ01AP//3////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////9ZmucAAAAAAAD31mb///////////+d3P8wAAf/7o////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////85kuoAAADOiQD////////////J8/8AAGhRABP/9qr////////////////////////////////////////////////////////////////U8/8ACZmdNQD//+f///////////////////////////////////////////////////////////////////////////////////////////////8A////////3v3/GFKtAAAAAAAA4bQl////////////eKz1AAAAAAAAAAAA5blY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9v/+QXDPAAAAAAAAAAAAtngA///wpNv/AABXAAAAAAAAUQAT+9+H////////////////////////////////////////////////////////3v3/NmCpAAAAlRMA///f////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////H7/+re6v//+P///////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+5ubnPz8/d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3Pz8+5ubn///////////////////////////////8A////////////////////////////////////////////////////////////6Pz/qqjKt7issbi3uKOn//3c////////////////////////////////////////////////////////////////////////////////////////////////////w8PD8PDw/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+8PDww8PD////////////////////////////////AP////////////////////////////////////////////////////////////b//oG16gAAAFEAE9/Kkf//5////////////////////////////////////////////////////////////////////////////////////////////////////8PDw/Dw8P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD////////////////////////////////////////////////////////////////t//4AALi9egD////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8Pw8PD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////////////////////////////////////////////////////8f/+ACC+2JoA9v/+8u7u///4////////////////8ff++PLr////+/b+////////////+///8u31///4////9v/+/Pfu////////////////////////////w8PD8PDw////////////////////////////////////////////9vv/9/Hy////8fv//Pfu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP////////b//kF8ywAAAAAAAAAAAII9AEZ7qwAAAAAAALWTLmmVyQAAAAAAALZ4APL/7wA5xAAAAAAAAAAAAGkAG/7oov///////26m8AAAAAAAAIV0AAAAeXNfANWxhPv//yd53QAAAFEAE+7qlABMyEMADv/vj////////////////////////8PDw/Dw8P///////8n5/wAAaPfWTf///////8n5/0EAWf/3nrHf/wAAVwAAAHNfAAAjcqQzAMr860AAav/3nv///4fR/5UTAP//54fR/5UTAP//59n9/wAApZ1KAP//2P////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD///////////////9+v/8AAADHgQD////x//4AIL6dNQD///D2//4ATMhzAB///7rx//4APbp9IgD/+sTt//4AW8VzAB///7/U/v8AAIZpABvi2qYojdUAAABpKADx36HJ+f8AAGidWwCv1c/Tq30ATMhDAA7/74/////////////////////////Dw8Pw8PD////////J+f8AAFfz0T3////////J+f9BAFn/9543mu59ACL//82Qxv5DAA7/957J+f9BAFn/957///+H0f+VACv//+eHy/+dCwjp/+8AAK6GHQD//8j////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////j9H/AAAA0poA////8f/+ADnEnTUA///f////N5HynQsI///n8f/+ACC+2JIA////////sOT/AAAA4bQAyfP/AABo2JoA////9v/+ADnEnTUA///nyfn/AABo2JkA////////+/////v0////////////////////////////w8PD8PDw////////yfn/AABX/NZP////////z/7/QQBZ//eej9H/AAAAxq5Up87cQgBB//eeyfn/QQBZ//aq////h9H/lQAr///nh9H/XwAYAEyCjToA//+/////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////4/R/wAAANKRAP////H//gA5xJ01AP//5////xuR8Z0LCP//5/H//gAgvtOSAP///////875/wAAedOSAMn5/wAAaNOSAP////H//gA5xJ01AP//58n5/wAAaNOSAP///////////////////////////////////////////8PDw/Dw8P///////8n5/wAAaLWUAMLBzcLDuZW4yEMADv/3nv///9rt/5acvW2KlVEAE//3nsn5/wAAV//qeP///4bQ/5UAK///54/R/1EAEwA/asJ4AP//+P////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD///////////////+P0f8AAADSkQD////x//4AOcSdNQD//+f///83kfKdCwj//+fx//4AIL7TkgD////////O+f8AAGjTkgDJ+f8AAGjTkgD////x//4AOcSdNQD//+fJ+f8AAGjTkgD////////////////////////////////////////////Dw8Pw8PD////////J+f8AAGhpUwBvenhwcHBMc25RABP/957j/P/TwMP//+eHxf9RABP//KPJ8/8AAGhfABjt36FYqeiNACj//9+H0f+kARDe/vIAAJLHigD////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////j9H/AAAA0pEA////8f/+AAC4lTgA///f+///AEzInTUA///n7f/+AACuvW8A////////frj/AAAA0pEAyfP/AABo0pEA////8f/+ADnEnTUA///nzvn/AABo0poA////////6fH/7+Xd////////////////////////////w8PD8PDw////////yfn/AABX/NZP////////z//8QQBZ//ee3v3/HFWhAAAAAAAAxpoY///41Pn/cCuLpMGlAABoAAAA4LJj////h9H/lQAr///nye7/AACG6sY7////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////4/R/wAAANKRAPv//4q06gAAPgAAAJ1nAJW4yAAAV501AO7/5miU0wAAAAAAAK+LFYWsvgAAPgAAAPzbb730/wAAANKRAP///+n//QAmtZ01AP//36vc/wAAPryDAO7v5/L/7wAgvkMADv/3nv///////////////////////8PDw/Dw8P///////8n5/wAAV/PRPf///////8n5/0EAWf/3nv///////////////////////////////////////////////////4fR/5UAK///5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD///////////////+P0f8AAADSkQD7//+tx+lYbZiGTAB/p60AAABRABPyz3/x//6uwOVJbpipgy9Uh7UAAABDAA7guG3e/f9HXqksQ0Dcpibj//02Ua1BQUGvbTL//+cAV9YAAAAwAAdQAEPz4IUscM90JQD/+7r////////////////////////Dw8Pw8PD////////J+f8AAGj31k3////////J+f9BAFn/957///////////////////////////////////////////////////99y/+NACj//9/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////j9H/AAAA0poA////////////////////////////////////////////////////////////////////////////////////////////////////8f/+AFnN04kA////////////////////////////////////////////w8PD8PDw////////////////////////////////////////////////////////////////////////////////////////////yer/yqKe///w////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////364/wAAAMKCAP///////////////////////////////////////////////////////////////////////////////////////////////////////979/967tf///////////////////////////////////////////8PDw/Dw8P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD////////2//5BfMsAAAAAAAAAAACGPAD/+7r////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8Pw8PD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PD8PDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5qamrm5ucPDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw7m5uZqamv///////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9paWl3d3d8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx3d3dpaWn///////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wA= + + 0 + + + + + -0 + 8.340277777777779 + 6.027777777777778 + 1.930555555555556 + 0.6111111111111112 + 0.9652777777777778 + 0.3055555555555556 + + + 7.375 + 5.72222222222222 + 9.30555555555556 + 6.33333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.930555555555556 + 0.6111111111111112 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.930555555555556 + 0.6111111111111112 + + + + 0 + + + + + -0 + 8.395833333333334 + 5.534722222222222 + 2.041666666666667 + 0.3194444444444444 + 1.020833333333333 + 0.1597222222222222 + + + 7.375 + 5.69444444444444 + 9.41666666666667 + 5.375 + + + 4 + 0 + 2 + 2 + 1 + + + 2.041666666666667 + 0.3194444444444444 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.3194444444444444 + + + 2.041666666666667 + 0 + + + + 0 + + + + + -0 + 7.826388888888889 + 5.065958333333334 + 1.875 + 0.7847500000000002 + 0.9375 + 0.3923750000000001 + + + 6.88888888888889 + 5.45833333333333 + 8.76388888888889 + 4.67358333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.875 + 0.7847500000000002 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.7847500000000002 + + + 1.875 + 0 + + + + 0 + + + + + -0 + 5.572916666666667 + 1.810710416666667 + 2.402777777777778 + 0.239634722222222 + 1.201388888888889 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.402777777777778 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1215791666666664 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.666666666666667 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.590277777777778 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 5.229166666666667 + 2.104166666666667 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 2.09722222222222 + 10.3472222222222 + 2.11111111111111 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 2.111111111111111 + 7.0625 + 1.111111111111111 + 0.1944444444444444 + 0.5555555555555556 + 0.09722222222222222 + + + 1.111111111111111 + 0.05555555555555555 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1944444444444444 + + + 1.111111111111111 + 0.1944444444444444 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.1944444444444444 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:autobind + + + + -0 + 4.743055555555555 + 4.465277777777778 + 1.958333333333333 + 0.5416666666666666 + 0.9791666666666666 + 0.2708333333333333 + + + 1.958333333333333 + 0.4027777777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5416666666666666 + + + 1.958333333333333 + 0.5416666666666666 + + + 1.958333333333333 + 0 + + + 0 + 0 + + + 0 + 0.5416666666666666 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + angular applies MyCtrlr function to MyCtrlr scope object. + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/di_sequence.svg b/images/docs/tutorial/di_sequence.svg new file mode 100644 index 000000000000..6abb01b581ad --- /dev/null +++ b/images/docs/tutorial/di_sequence.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-05-10 23:30:21 +0000Canvas 1Layer 1Root ScopeDIfunction PhoneListCtrl($xhr){ ...}ControllerModel Implicit Scope Declaration<html>TemplatePhoneListCtrl scopephones: Array Scope Inheritance<body ng:controller = "PhoneListCtrl">Service Factory Repository$xhr$browser Dependency Injection</html>Service InstancesService factory functions are registered with angular's service repositoryng:autobind triggers angular's bootstrap sequence, which includes template compilation, and creation of the root scope and dependency injectorng:controller directive creates new child scope augmented by the PhoneListCtrl controllerng:autobindng:controller12243Dependency injector identifies $xhr service as PhoneListCtrl controller's only dependency4DI checks if $xhr service has already been instantiated, and if not uses the factory function from the service factory repository to construct it556angular.service('$xhr', function(...) {...})3DI provides the instance of $xhr service to the PhoneListCtrl controller constructor.6$route...1 diff --git a/images/docs/tutorial/di_sequence.vdx b/images/docs/tutorial/di_sequence.vdx new file mode 100644 index 000000000000..4ef0758758d0 --- /dev/null +++ b/images/docs/tutorial/di_sequence.vdx @@ -0,0 +1,5295 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 8.604166666666666 + 4.546769444444444 + 3.319444444444445 + 4.426861111111111 + 1.659722222222222 + 2.213430555555556 + + + 3.319444444444445 + 4.287972222222222 + -0 + + + 1 + + + 1 + 0.0138889 + #6dff6b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4.426861111111111 + + + 3.319444444444445 + 4.426861111111111 + + + 3.319444444444445 + 0 + + + 0 + 0 + + + 0 + 4.426861111111111 + + + + 0 + + + + + -0 + 8.631944444444445 + 5.682377777777777 + 3.013888888888889 + 1.689513888888889 + 1.506944444444444 + 0.8447569444444445 + + + 4 + 0 + 2 + 2 + 1 + + + 3.013888888888889 + 1.689513888888889 + -0 + + + 1 + + + 0 + + + + + -0 + 1.506944444444444 + 0.8447569444444449 + 3.013888888888889 + 1.689513888888889 + 1.506944444444444 + 0.8447569444444444 + + + 2.411111111111111 + 1.043770833333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 2.572513902777778 + 1.442089648402778 + + + 2.572513902777778 + 0.2474242404861112 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.4413749861111111 + 0.2474242404861112 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.4413749861111111 + 1.442089648402778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 2.572513902777778 + 1.442089648402778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.505881944444444 + 1.391321527777778 + 1.016013888888889 + 0.2396347222222222 + 0.5080069444444445 + 0.1198173611111111 + + + 1.016013888888889 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222223 + + + 1.016013888888889 + 0.2396347222222223 + + + 1.016013888888889 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222223 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + + + -0 + 8.614583333333334 + 5.363252083333333 + 1.444444444444444 + 0.9123847222222222 + 0.7222222222222222 + 0.4561923611111111 + + + 1.155555555555556 + 0.7734958333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.216666666666667 + 0.9123847222222218 + + + 1.227777777777777 + 0.9123847222222218 + + + 1.444444444444444 + 0.4561923611111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.227777777777777 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.216666666666667 + 0 + + + 0 + 0.4561923611111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.216666666666667 + 0.9123847222222218 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + DI + + + + -0 + 1 + 1 + 5.263888888888889 + 3.680541666666666 + 2.736111111111111 + 1.611083333333333 + 1.368055555555556 + 0.8055416666666667 + + + 2.736111111111111 + 1.472194444444445 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0d10 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.611083333333334 + + + 2.736111111111111 + 1.611083333333334 + + + 2.736111111111111 + 0 + + + 0 + 0 + + + 0 + 1.611083333333334 + + + + 0 + + + + + -0 + 5.270833333333333 + 3.90775 + 2.555555555555555 + 0.9683055555555556 + 1.277777777777778 + 0.4841527777777778 + + + 2.555555555555555 + 0.8294166666666667 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9683055555555554 + + + 2.555555555555555 + 0.9683055555555554 + + + 2.555555555555555 + 0 + + + 0 + 0 + + + 0 + 0.9683055555555554 + + + + 0 + + + + + -0 + 5.3125 + 3.928791666666667 + 2.472222222222222 + 0.4583333333333333 + 1.236111111111111 + 0.2291666666666667 + + + 2.472222222222222 + 0.4583333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4583333333333333 + + + 2.472222222222222 + 0.4583333333333333 + + + 2.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.4583333333333333 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + function PhoneListCtrl($xhr){ + ... +} + + + + -0 + 5.263888888888889 + 3.184777777777777 + 1.277777777777778 + 0.3055555555555556 + 0.6388888888888888 + 0.1527777777777778 + + + 1.277777777777778 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.277777777777778 + 0.3055555555555556 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Controller + + + + -0 + 1.881944444444444 + 4.585208333333333 + 3.319444444444445 + 4.426861111111111 + 1.659722222222222 + 2.213430555555556 + + + 3.319444444444445 + 4.287972222222222 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4.426861111111111 + + + 3.319444444444445 + 4.426861111111111 + + + 3.319444444444445 + 0 + + + 0 + 0 + + + 0 + 4.426861111111111 + + + + 0 + + + + + -0 + 8.854166666666666 + 2.622455555555556 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 1.493055555555556 + 0.3523770833333341 + 2.708333333333333 + 0.239634722222222 + 1.354166666666667 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.708333333333333 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.2152777777777778 + 0.1354680555555553 + 0.4305555555555556 + 0.01388888888888889 + 0.2152777777777778 + 0.006944444444444444 + + + 0 + 0.1424125 + 0.430555555555556 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.4305555555555556 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.4305555555555556 + 0 + + + + 0 + + + + + -0 + 1.625 + 0.119817361111111 + 2.166666666666667 + 0.2396347222222222 + 1.083333333333333 + 0.1198173611111111 + + + 2.166666666666667 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.166666666666667 + 0.239634722222222 + + + 2.166666666666667 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + + + -0 + 0.6597222222222222 + 5.682375 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + + + + -0 + 1.819444444444444 + 2.620180555555556 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 8.652777777777779 + 3.904886111111111 + 2.138888888888889 + 1.211838888888889 + 1.069444444444444 + 0.6059194444444445 + + + 4 + 0 + 2 + 2 + 1 + + + 2.138888888888889 + 1.211838888888889 + -0 + + + 1 + + + 0 + + + + + -0 + 1.069444444444444 + 0.6059194444444446 + 2.138888888888889 + 1.211838888888889 + 1.069444444444444 + 0.6059194444444445 + + + 1.711111111111111 + 0.7093983333333331 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.825655027777779 + 1.034368719127778 + + + 1.825655027777779 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.3132338611111105 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.3132338611111105 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.825655027777779 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.126083333333333 + 0.8579187500000004 + 1.395583333333333 + 0.2819513888888889 + 0.6977916666666667 + 0.1409756944444444 + + + 1.395583333333333 + 0.1430625 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2819513888888893 + + + 1.395583333333333 + 0.2819513888888893 + + + 1.395583333333333 + 0 + + + 0 + 0 + + + 0 + 0.2819513888888893 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + PhoneListCtrl scope + + + + -0 + 1.240101388888888 + 0.6447187500000007 + 1.114952777777778 + 0.3443791666666667 + 0.557476388888889 + 0.1721895833333333 + + + 1.114952777777778 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 1.114952777777777 + 0.3443791666666666 + + + 1.114952777777777 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + + + + + -0 + 4.05902740104179 + 5.675432782327094 + 6.118054802083582 + 0.01388888888888889 + 3.059027401041791 + 0.006944444444444444 + + + 1 + 5.68237511732454 + 7.11805480208358 + 5.68237722677154 + + + 4 + 0 + 2 + 0 + 1 + + + 6.118054802083582 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0.01388677944188564 + + + 6.118054802083583 + 0.01388888888888889 + + + + 0 + + + + + -0 + 8.791666666666666 + 3.676413888888889 + 1.319444444444444 + 0.3101166666666667 + 0.6597222222222222 + 0.1550583333333333 + + + 1.319444444444444 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.319444444444444 + 0.3101166666666665 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phones: Array + + + + -0 + 5.486111111111111 + 0.3523770833333341 + 2.166666666666667 + 0.239634722222222 + 1.083333333333333 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.166666666666667 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.2430555555555556 + 0.1215791666666664 + 0.4861111111111111 + 0.01388888888888889 + 0.2430555555555556 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.486111111111111 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.4861111111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.4861111111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.354166666666667 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 5.229166666666667 + 0.6458333333333334 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 0.638888888888889 + 10.3472222222222 + 0.652777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.375 + 3.934013888888889 + 1.944444444444444 + 0.6388888888888888 + 0.9722222222222222 + 0.3194444444444444 + + + 1.944444444444444 + 0.5 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888888 + + + 1.944444444444444 + 0.6388888888888888 + + + 1.944444444444444 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888888 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body ng:controller = + "PhoneListCtrl"> + + + + -0 + 3.170138888914346 + 3.920468712311032 + 1.631944760063988 + 0.01388888888888889 + 0.8159723800319938 + 0.006944444444444444 + + + 2.35416650888235 + 3.92741315675548 + 3.98611126894634 + 3.91641193263272 + + + 4 + 0 + 2 + 0 + 1 + + + 1.631944760063988 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 1.631944760063988 + 0.00288766476613489 + + + + 0 + + + + + -0 + 5.25 + 6.187527777777778 + 2.166666666666667 + 0.6388888888888888 + 1.083333333333333 + 0.3194444444444444 + + + 2.166666666666667 + 0.5 + -0 + + + 1 + + + 1 + 0.0138889 + #fbc872 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888887 + + + 2.166666666666667 + 0.6388888888888887 + + + 2.166666666666667 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888887 + + + + 0 + + + + + -0 + 5.357638888888889 + 6.428709722222222 + 2.166666666666667 + 0.1481527777777778 + 1.083333333333333 + 0.07407638888888889 + + + 2.166666666666667 + 0.1481527777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1481527777777778 + + + 2.166666666666667 + 0.1481527777777778 + + + 2.166666666666667 + 0 + + + 0 + 0 + + + 0 + 0.1481527777777778 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Service Factory Repository + + + + -0 + 4.642361111111111 + 6.037361111111111 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $xhr +$browser + + + + -0 + 9.131944444444445 + 0.3523770833333341 + 2.430555555555555 + 0.239634722222222 + 1.215277777777778 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.430555555555555 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.2708333333333333 + 0.1216069444444435 + 0.5416666666666666 + 0.01388888888888889 + 0.2708333333333333 + 0.006944444444444444 + + + 0 + 0.128551388888888 + 0.541666666666667 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.5416666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.5416666666666666 + 0.01386111111111177 + + + + 0 + + + + + -0 + 1.510416666666667 + 0.119817361111111 + 1.840277777777778 + 0.2396347222222222 + 0.9201388888888888 + 0.1198173611111111 + + + 1.840277777777778 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.840277777777778 + 0.239634722222222 + + + 1.840277777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Dependency Injection + + + + + + -0 + 0.7013888888888888 + 3.131944444444445 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 8.625868055555555 + 5.156361111111112 + 1.026041666666667 + 0.4305555555555556 + 0.5130208333333334 + 0.2152777777777778 + + + 0.8208333333333333 + 0.1625 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.8757809427083332 + 0.367501986111111 + + + 0.8757809427083332 + 0.06305356944444461 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1502607239583335 + 0.06305356944444461 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1502607239583335 + 0.367501986111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.8757809427083332 + 0.367501986111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Service Instances + + + + -0 + 1.979166666666667 + 1.798638888888889 + 2.902777777777778 + 0.4305555555555556 + 1.451388888888889 + 0.2152777777777778 + + + 2.902777777777778 + 0.2916666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4305555555555556 + + + 2.902777777777778 + 0.4305555555555556 + + + 2.902777777777778 + 0 + + + 0 + 0 + + + 0 + 0.4305555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Service factory functions are registered with angular's service repository + + + + -0 + 2.236111111111111 + 1.048597222222223 + 3.388888888888889 + 0.6388888888888888 + 1.694444444444444 + 0.3194444444444444 + + + 3.388888888888889 + 0.5 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888888 + + + 3.388888888888889 + 0.6388888888888888 + + + 3.388888888888889 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888888 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng:autobind triggers angular's bootstrap sequence, which includes template compilation, and creation of the root scope and dependency injector + + + + -0 + 5.819444444444445 + 1.867916666666667 + 2.472222222222222 + 0.4305555555555556 + 1.236111111111111 + 0.2152777777777778 + + + 2.472222222222222 + 0.2916666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4305555555555556 + + + 2.472222222222222 + 0.4305555555555556 + + + 2.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.4305555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng:controller directive creates new child scope augmented by the PhoneListCtrl controller + + + + -0 + 2.173611111111111 + 5.796849305555556 + 1.319444444444444 + 0.2396347222222222 + 0.6597222222222222 + 0.1198173611111111 + + + 1.319444444444444 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 1.319444444444444 + 0.2396347222222222 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:autobind + + + + -0 + 3.173611111111111 + 4.039902777777778 + 1.444444444444444 + 0.2083333333333333 + 0.7222222222222222 + 0.1041666666666667 + + + 1.444444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2083333333333333 + + + 1.444444444444444 + 0.2083333333333333 + + + 1.444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2083333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng:controller + + + + -0 + 7.127335921235844 + 5.905143015067122 + 1.588005175805018 + 0.5786028587546469 + 0.7940025879025091 + 0.2893014293773234 + + + 7.92133850913835 + 5.6158415856898 + 6.33333333333333 + 6.19444444444444 + + + 4 + 0 + 2 + 0 + 1 + + + 1.588005175805018 + 0.5786028587546469 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.588005175805017 + 0 + + + -7.894919286223335e-16 + 0.5786028587546469 + + + + 0 + + + + + -0 + 7.065972551425154 + 3.89971889593764 + 1.020833996707475 + 0.01388888888888889 + 0.5104169983537375 + 0.006944444444444444 + + + 6.55555555307142 + 3.90666334038208 + 7.57638954977889 + 3.90579988596075 + + + 4 + 0 + 2 + 0 + 1 + + + 1.020833996707475 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 7.894919286223335e-16 + 0.01388888888888889 + + + 1.020833996707476 + 0.0130254344675554 + + + + 0 + + + + + -0 + 8.648873017140609 + 4.674215562142503 + 0.01388888888888889 + 0.3129580144542159 + 0.006944444444444444 + 0.1564790072271079 + + + 8.64559601130127 + 4.51773655491539 + 8.64192857269616 + 4.83069456936961 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.3129580144542159 + -0 + + + 2 + + + 1 + 0.0138889 + #6dff83 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.00366743860510452 + 0 + + + 0 + 0.3129580144542159 + + + + 0 + + + + + -0 + 0.3194444444444444 + 1.831 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222222 + 0.2608078611111111 + + + 0.3082274722222222 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888889 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888889 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222222 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 1 + + + + -0 + 2.166666666666667 + 5.477166666666666 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222221 + 0.2608078611111111 + + + 0.3082274722222221 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888901 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888901 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222221 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 2 + + + + -0 + 0.3055555555555556 + 1.106430555555556 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222222 + 0.2608078611111111 + + + 0.3082274722222222 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888889 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888889 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222222 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 2 + + + + -0 + 7.305555555555555 + 4.916666666666667 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222217 + 0.2608078611111111 + + + 0.3082274722222217 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888941 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888941 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222217 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 4 + + + + -0 + 4.298611111111111 + 1.830861111111111 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222225 + 0.2608078611111111 + + + 0.3082274722222225 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888862 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888862 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222225 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 3 + + + + -0 + 5.847222222222222 + 1.131944444444444 + 2.472222222222222 + 0.4305555555555556 + 1.236111111111111 + 0.2152777777777778 + + + 2.472222222222222 + 0.2916666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4305555555555556 + + + 2.472222222222222 + 0.4305555555555556 + + + 2.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.4305555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Dependency injector identifies $xhr service as PhoneListCtrl controller's only dependency + + + + -0 + 4.326388888888889 + 1.081 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222225 + 0.2608078611111111 + + + 0.3082274722222225 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888862 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888862 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222225 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 4 + + + + -0 + 9.09375 + 1.829083333333334 + 2.506944444444445 + 0.6388888888888888 + 1.253472222222222 + 0.3194444444444444 + + + 2.506944444444445 + 0.5 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888888 + + + 2.506944444444445 + 0.6388888888888888 + + + 2.506944444444445 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888888 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DI checks if $xhr service has already been instantiated, and if not uses the factory function from the service factory repository to construct it + + + + -0 + 7.555555555555555 + 1.882305555555556 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222217 + 0.2608078611111111 + + + 0.3082274722222217 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888941 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888941 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222217 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 5 + + + + -0 + 7.555555555555555 + 5.927472222222223 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222217 + 0.2608078611111109 + + + 0.3082274722222217 + 0.04474769444444407 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888941 + 0.04474769444444407 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888941 + 0.2608078611111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222217 + 0.2608078611111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 5 + + + + -0 + 6.909722222222222 + 4.239125 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222225 + 0.2608078611111115 + + + 0.3082274722222225 + 0.04474769444444485 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888862 + 0.04474769444444485 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888862 + 0.2608078611111115 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222225 + 0.2608078611111115 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 6 + + + + -0 + 7.154006308842252 + 4.586832151640138 + 1.61356817324006 + 0.8577476366136089 + 0.8067840866200302 + 0.4288738183068044 + + + 7.96079039546228 + 5.01570596994694 + 6.34722222222222 + 4.15795833333333 + + + 4 + 0 + 2 + 0 + 1 + + + 1.61356817324006 + 0.8577476366136089 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.61356817324006 + 0.8577476366136089 + + + 0 + 0 + + + + 0 + + + + + -0 + 5.248263888888889 + 7.236394305555556 + 3.447916666666667 + 0.6388888888888888 + 1.723958333333333 + 0.3194444444444444 + + + 3.447916666666667 + 0.5 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888888 + + + 3.447916666666667 + 0.6388888888888888 + + + 3.447916666666667 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888888 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + angular.service('$xhr', function(...) { +... +}) + + + + -0 + 5.255748870393808 + 6.711961041674074 + 0.01388888888888889 + 0.396088769031759 + 0.006944444444444444 + 0.1980443845158795 + + + 5.24945988353348 + 6.51391665715819 + 5.24880442594936 + 6.91000542618995 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.396088769031759 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 1 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.0006554575841117108 + 0 + + + 0 + 0.396088769031759 + + + + 0 + + + + + -0 + 3.236111111111111 + 4.333305555555556 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222221 + 0.2608078611111111 + + + 0.3082274722222221 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888901 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888901 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222221 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 3 + + + + -0 + 9.046875 + 1.134138888888889 + 2.472222222222222 + 0.4305555555555556 + 1.236111111111111 + 0.2152777777777778 + + + 2.472222222222222 + 0.2916666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4305555555555556 + + + 2.472222222222222 + 0.4305555555555556 + + + 2.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.4305555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DI provides the instance of $xhr service to the PhoneListCtrl controller constructor. + + + + -0 + 7.553819444444445 + 1.083194444444445 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222217 + 0.2608078611111111 + + + 0.3082274722222217 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888941 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888941 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222217 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 6 + + + + -0 + 5.888888888888889 + 6.037361111111111 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $route +... + + + + -0 + 5.583333333333333 + 6.761876388888889 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222225 + 0.2608078611111111 + + + 0.3082274722222225 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888862 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888862 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222225 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 1 + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/simple_scope.graffle/image7.png b/images/docs/tutorial/simple_scope.graffle/image7.png index 3a9618137f85..6d3ff1c228c7 100644 Binary files a/images/docs/tutorial/simple_scope.graffle/image7.png and b/images/docs/tutorial/simple_scope.graffle/image7.png differ diff --git a/images/docs/tutorial/simple_scope.svg/image7.png b/images/docs/tutorial/simple_scope.svg/image7.png new file mode 100644 index 000000000000..6d3ff1c228c7 Binary files /dev/null and b/images/docs/tutorial/simple_scope.svg/image7.png differ diff --git a/images/docs/tutorial/simple_scope.svg/simple_scope.svg b/images/docs/tutorial/simple_scope.svg/simple_scope.svg new file mode 100644 index 000000000000..6b976593710e --- /dev/null +++ b/images/docs/tutorial/simple_scope.svg/simple_scope.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-05-04 19:00:55 +0000Canvas 1Layer 1function MyController(){ this.guy = 'Hank'; this.save = function(){ //do something nice }}ControllerModelroot scope DOM Element to ScopeViewData-binding<html></body></html>TemplateInput: <input name="guy" type="text">Name = <span ng:bind="guy"> </span><body ng:controller="MyCtrlr"><button ng:click="save()"> Save</button>child scopeguy: 'Hank'save: Function Scope Inheritance diff --git a/images/docs/tutorial/simple_scope.vdx b/images/docs/tutorial/simple_scope.vdx new file mode 100644 index 000000000000..11748d30f233 --- /dev/null +++ b/images/docs/tutorial/simple_scope.vdx @@ -0,0 +1,3634 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1 + 1 + 4.513888888888889 + 5.531680555555556 + 2.402777777777778 + 1.603277777777778 + 1.201388888888889 + 0.8016388888888889 + + + 2.402777777777778 + 1.464388888888889 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0d10 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.603277777777778 + + + 2.402777777777778 + 1.603277777777778 + + + 2.402777777777778 + 0 + + + 0 + 0 + + + 0 + 1.603277777777778 + + + + 0 + + + + + -0 + 4.513888888888889 + 5.726125 + 2.236111111111111 + 1.103277777777778 + 1.118055555555556 + 0.5516388888888889 + + + 2.236111111111111 + 0.964388888888889 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.103277777777778 + + + 2.236111111111111 + 1.103277777777778 + + + 2.236111111111111 + 0 + + + 0 + 0 + + + 0 + 1.103277777777778 + + + + 0 + + + + + -0 + 4.576388888888889 + 5.743041666666667 + 2.180555555555555 + 0.9166666666666666 + 1.090277777777778 + 0.4583333333333333 + + + 2.180555555555555 + 0.9166666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9166666666666666 + + + 2.180555555555555 + 0.9166666666666666 + + + 2.180555555555555 + 0 + + + 0 + 0 + + + 0 + 0.9166666666666666 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + function MyController(){ + this.guy = 'Hank'; + this.save = function(){ + //do something nice + } +} + + + + -0 + 4.451388888888889 + 4.930555555555555 + 1.277777777777778 + 0.3055555555555556 + 0.6388888888888888 + 0.1527777777777778 + + + 1.277777777777778 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.277777777777778 + 0.3055555555555556 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Controller + + + + -0 + 1 + 1 + 7.048611111111111 + 5.854166666666667 + 1.875 + 3.013888888888889 + 0.9375 + 1.506944444444444 + + + 1.875 + 2.875 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.013888888888889 + + + 1.875 + 3.013888888888889 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 3.013888888888889 + + + + 0 + + + + + -0 + 1.555555555555556 + 4.826388888888889 + 2.916666666666667 + 5.069444444444445 + 1.458333333333333 + 2.534722222222222 + + + 2.916666666666667 + 4.930555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.069444444444445 + + + 2.916666666666667 + 5.069444444444445 + + + 2.916666666666667 + 0 + + + 0 + 0 + + + 0 + 5.069444444444445 + + + + 0 + + + + + -0 + 0.7638888888888888 + 2.069416666666667 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 7.044770053286448 + 6.540841750467613 + 0.01388888888888889 + 0.3525186114648843 + 0.006944444444444444 + 0.1762593057324422 + + + 7.037825608842 + 6.71710105620005 + 7.04176406875325 + 6.36458244473517 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.3525186114648843 + -0 + + + 2 + + + 1 + 0.0277778 + #29ff3e + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.3525186114648843 + + + 0.00393845991124427 + 0 + + + + 0 + + + + + -0 + 7.076388888888889 + 4.581052777777778 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 7.034722222222222 + 6.994875 + 1.180555555555556 + 0.5416666666666666 + 0.5902777777777778 + 0.2708333333333333 + + + 0.9444444444444444 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.007666736111111 + 0.4623412083333334 + + + 1.007666736111111 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1728888194444443 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1728888194444443 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.007666736111111 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 7.069444444444445 + 7.004099305555555 + 0.8055555555555556 + 0.2396347222222222 + 0.4027777777777778 + 0.1198173611111111 + + + 0.8055555555555556 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.8055555555555556 + 0.2396347222222222 + + + 0.8055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + root scope + + + + -0 + 0.4444444444444444 + 1.812472222222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0.111111111111111 + 1.81941666666667 + 0.777777777777778 + 1.81941666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.868055555555556 + 1.810710416666667 + 1.958333333333333 + 0.2396347222222222 + 0.9791666666666666 + 0.1198173611111111 + + + 1.958333333333333 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.958333333333333 + 0.239634722222222 + + + 1.958333333333333 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DOM Element to Scope + + + + -0 + 1 + 1 + 9.409722222222221 + 5.630263888888889 + 1.875 + 3.461694444444444 + 0.9375 + 1.730847222222222 + + + 1.875 + 3.322805555555556 + -0 + + + 1 + + + 1 + 0.0138889 + #2222ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.461694444444444 + + + 1.875 + 3.461694444444444 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 3.461694444444444 + + + + 0 + + + + + -0 + 9.375 + 4.069444444444445 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 9.409722222222221 + 5.484381944444444 + 1.625 + 2.447902777777778 + 0.8125 + 1.223951388888889 + + + 1.625 + 2.309013888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.447902777777778 + + + 1.625 + 2.447902777777778 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 2.447902777777778 + + + + 0 + + + + + -0 + 8.534722222222221 + 1.743027777777778 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 8.20138888888889 + 1.74997222222222 + 8.86805555555556 + 1.74997222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 9.680555555555555 + 1.810710416666667 + 1.208333333333333 + 0.2396347222222222 + 0.6041666666666666 + 0.1198173611111111 + + + 1.208333333333333 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.208333333333333 + 0.239634722222222 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Data-binding + + + + -0 + 8.548611111111111 + 1.909694444444444 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 8.21527777777778 + 1.91663888888889 + 8.88194444444444 + 1.91663888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 5.229166666666667 + 7.534722222222222 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 7.52777777777778 + 10.3472222222222 + 7.54166666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 0.5277777777777778 + 7 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + + + + -0 + 0.5972222222222222 + 3.499986111111111 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 3.104152777777778 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 1.479166666666667 + 2.541652777777778 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 1.340277777777778 + 5.28125 + 2.180555555555555 + 0.4027777777777778 + 1.090277777777778 + 0.2013888888888889 + + + 2.180555555555555 + 0.2638888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4027777777777778 + + + 2.180555555555555 + 0.4027777777777778 + + + 2.180555555555555 + 0 + + + 0 + 0 + + + 0 + 0.4027777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Input: <input name="guy" + type="text"> + + + + -0 + 1.451388888888889 + 4.798611111111111 + 2.402777777777778 + 0.4027777777777778 + 1.201388888888889 + 0.2013888888888889 + + + 2.402777777777778 + 0.2638888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4027777777777778 + + + 2.402777777777778 + 0.4027777777777778 + + + 2.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.4027777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Name = <span ng:bind="guy"> + </span> + + + + -0 + 1.548611111111111 + 5.763875000000001 + 2.652777777777778 + 0.3055555555555556 + 1.326388888888889 + 0.1527777777777778 + + + 2.652777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 2.652777777777778 + 0.3055555555555556 + + + 2.652777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body ng:controller="MyCtrlr"> + + + + -0 + 1.1875 + 4.125 + 1.875 + 0.7777777777777778 + 0.9375 + 0.3888888888888889 + + + 1.875 + 0.6388888888888888 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7777777777777778 + + + 1.875 + 0.7777777777777778 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 0.7777777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <button + ng:click="save()"> + Save +</button> + + + + -0 + 7.048611111111111 + 5.751738888888889 + 1.652777777777778 + 1.211838888888889 + 0.8263888888888888 + 0.6059194444444443 + + + 4 + 0 + 2 + 2 + 1 + + + 1.652777777777778 + 1.211838888888889 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8263888888888888 + 0.6059194444444445 + 1.652777777777778 + 1.211838888888889 + 0.8263888888888888 + 0.6059194444444445 + + + 1.322222222222222 + 0.7093983333333331 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.410733430555556 + 1.034368719127778 + + + 1.410733430555556 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2420443472222221 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2420443472222221 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.410733430555556 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8527631944444438 + 0.9829131944444442 + 0.8615541666666666 + 0.2819513888888889 + 0.4307770833333333 + 0.1409756944444444 + + + 0.8615541666666666 + 0.1430625 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2819513888888889 + + + 0.8615541666666667 + 0.2819513888888889 + + + 0.8615541666666667 + 0 + + + 0 + 0 + + + 0 + 0.2819513888888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + child scope + + + + -0 + 0.9582631944444446 + 0.6447131944444444 + 0.8615541666666666 + 0.3443791666666667 + 0.4307770833333333 + 0.1721895833333333 + + + 0.8615541666666666 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 0.861554166666666 + 0.3443791666666666 + + + 0.861554166666666 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + + + -0 + 1.066690277777778 + 0.4407131944444441 + 1.078408333333333 + 0.3443791666666667 + 0.5392041666666666 + 0.1721895833333333 + + + 1.078408333333333 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 1.078408333333333 + 0.3443791666666666 + + + 1.078408333333333 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + + + + + -0 + 7.097222222222222 + 5.678138888888889 + 1.402777777777778 + 0.3055555555555556 + 0.7013888888888888 + 0.1527777777777778 + + + 1.402777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.402777777777778 + 0.3055555555555556 + + + 1.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + guy: 'Hank' + + + + + -0 + 3.184027695499096 + 5.747751430092417 + 0.6041668312240304 + 0.01388888888888889 + 0.3020834156120152 + 0.006944444444444444 + + + 2.88194427988708 + 5.75469587453686 + 3.48611111111111 + 5.75053658166518 + + + 4 + 0 + 2 + 0 + 1 + + + 0.6041668312240304 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -3.947459643111667e-16 + 0.01388888888888889 + + + 0.6041668312240299 + 0.009729596017203098 + + + + 0 + + + + + -0 + 5.940976765578696 + 5.741862132774235 + 0.548620197824058 + 0.01388888888888889 + 0.274310098912029 + 0.006944444444444444 + + + 5.66666666666667 + 5.74687677657546 + 6.21528686449073 + 5.74880657721868 + + + 4 + 0 + 2 + 0 + 1 + + + 0.548620197824058 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01195908824567206 + + + 0.548620197824058 + 0.01388888888888889 + + + + 0 + + + + + -0 + 3.652778062386409 + 6.992787546096337 + 5.569445017969653 + 0.01388888888888889 + 2.784722508984827 + 0.006944444444444444 + + + 0.868055553401582 + 6.99973199054078 + 6.43750057137123 + 6.99534538625939 + + + 4 + 0 + 2 + 0 + 1 + + + 5.569445017969653 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -9.868649107779169e-17 + 0.01388888888888889 + + + 5.569445017969652 + 0.009502284607499491 + + + + 0 + + + + + -0 + 7.097222222222222 + 5.536983333333334 + 1.402777777777778 + 0.3101166666666667 + 0.7013888888888888 + 0.1550583333333333 + + + 1.402777777777778 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.402777777777778 + 0.3101166666666665 + + + 1.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + save: Function + + + + -0 + 9.680555555555555 + 6.379701388888889 + 0.75 + 0.3101166666666667 + 0.375 + 0.1550583333333333 + + + 0.75 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.75 + 0.3101166666666665 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + + + -0 + 9.680555555555555 + 5.640613194444445 + 0.7083333333333334 + 0.2396347222222222 + 0.3541666666666667 + 0.1198173611111111 + + + 0.7083333333333334 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 0.7083333333333334 + 0.239634722222222 + + + 0.7083333333333334 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + + + -0 + 9.395833333333334 + 5.537143055555556 + 1.513888888888889 + 2.152777777777778 + 0.7569444444444444 + 1.076388888888889 + + + 1.513888888888889 + 2.013888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.152777777777778 + + + 1.513888888888889 + 2.152777777777778 + + + 1.513888888888889 + 0 + + + 0 + 0 + + + 0 + 2.152777777777778 + + + + 0 + 0 + 1.51389 + 2.15278 + + Qk0AAAAAAAAAADYAAAAoAAAAcQAAAJsAAAABABgAAAAAANzNAAAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////v7+/v7++/v7+fn5+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+fn5+/v7/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////39/fb29urq6t7e3tTU1MzMzMnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJyczMzNTU1N7e3urq6vb29v39/f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////////////////6+vro6OjHx8ecnJx9fX1ubm5qamppaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlqampubm59fX2cnJzHx8fo6Oj6+vr///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////+fn529vbo6OjcnJyhISEvLy84+Pj/Pz8/////////////////////////////////////////////////////////////////////////////////////////Pz84+PjvLy8hISEcnJyo6Oj29vb+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////r6+tvb25aWlnp6etzc3Pn5+f39/f7+/v////////////////////////////////////////////////////////////////////////////////////////////////7+/v39/fn5+dzc3Hp6epaWltvb2/r6+v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////9/f3o6OiioqKJiYnr6+v7+/v9/f39/f39/f39/f38/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz7+/v8/Pz8/Pz8/Pz9/f38/Pz7+/vr6+uJiYmioqLo6Oj9/f3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////9vb2xsbGf39/3d3d9PT09/f3+Pj49/f3+Pj4+Pj46u/24uHr7+vk9vb29vb29vb26u/2+O/p9/f36ur5+PPs9vb29vb29vb29vb29vb29/f39/f39/f36+ry7+vr9/f39/f39/f39/f39/f39/f39PT03t7ef39/xsbG9vb2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////7+/urq6pqamry8vOjo6PLy8vPz8/T09PX19fX19TWK5wAAAAAAAAAAAKh0APX31nKr7gAAAAAAAGxuRQAAPM6SAPT09Mvy9QAAjMSDAPT09PT09NTs+ABOrgAAAAAAAJUzAPX23vX19fT09PT09PPz8/Ly8unp6b29vZqamurq6v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////9/f3e3t6JiYnOzs7u7u7w8PDx8fHx8fHx8fHy8vLAyenn2cHx8fG54foAAGPXwwAAALiyaQDt8fE4jNaNEgDy9NPx8fF4tfMAAABaABb07aTt8fEAXs+URgDz8Mbx8fHl4Ojx8urx8fHx8fHx8fHx8fHw8PDu7u7Ozs6JiYne3t79/f3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////+/v709PTl5eX2NjY7Ozs7e3t7u7u7+/v7+/v8PDw7+/v7+/v7+/vt9/4AABx17AARZDgTAARyLiDaqXPjBIA8PHZ5vDuADa4qpMAADym16oAxu3wAAB+sIsAv8XMwMDA2MjD7/Do7+/v7+/v7+/v7e3t7e3t7Ozs2NjYmJiY09PT+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////n5+czMzKCgoODg4Onp6evr6+zs7O3t7e3t7e3t7e3t7eDu7Hqc0QAAAGIAGfDgou3t7bfL6IaLoTVogZExAO7wz6TZ+AAAAPHib2Or94QAJMvu0AAAiGI9AHFxcQBHeIQAJO7wz+3t7e3t7e3t7ezs7Ovr6+np6eHh4aCgoMzMzPn5+f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////7+/vS0tKdnZ3j4+Po6Ojp6enp6enp6enq6urq6urH5O8ALZMAAACnhy3t6sLr6+u+0u3Vwanr6+sgf9SQCwbs7dUdftuWLwDs7NzD6ewAAG/fxUcAW8qoZwDr7OQ0jdudQQDr69vq6urq6urp6enp6enp6enn5+fj4+OdnZ3S0tL7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////f393d3djo6O29vb5eXl5+fn5+fn6Ojo6enp6enpT5niVwAV6NOf6enp6enp6enpocz0ACBoAAAAPQAM1bRk1OvnFzmh2blG6enp6enpRYXWwIwAy+fqE1ejAAAAaiIA6Nia6enp6enp6Ojo6Ojo5+fn5ubm5OTk29vbjo6O3d3d/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////7+/unp6YiIiMjIyOPj4+Tk5OXl5ejo6O3t7fDw8Gaw7G0AHfLrueLr8cS9z+/s1O7v7+/v7+7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7v7+/v7+7u7u7u7u/v7/Dw8PDw8PDw8O/v7+3t7efn5+Xl5eXl5ePj48jIyIiIiOnp6f7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////19fWkpKSjo6Pk5eXp6Ojt7e/z8/Pz8/Pz8/PP7PkAQZ4AAAAAAABAAA3266Hz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Py8vLt7e3l5eXi4uKjo6Ojo6P19fX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////f394eHhgICA0tLS7Ozs9PT09PX19fX19fX19fX19fX1397w5d/g9vHq9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19PT08/Pz6urqzs/Nfn5+4eHh/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////n5+bOzs4iIiOfn5/X19fb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vX19eTk5IWFhbOzs/n5+f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////////+/v74+PiioqKDg4Pg4OD5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn4+Pje3t6BgYGgoKD4+Pj+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////+vr6tra2bm5un5+f0tLS7e3t+fn5/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8+fn57e3t0dHRnp6ebGxstra2+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////39/e3t7aioqHp6emZmZl1dXV5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl1dXWZmZnp6eqioqO3t7f39/f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////////////////////////////+/v79/f36+vr39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f6+vr9/f3+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////fw//////////////b//vfx8v////////f2/v///////////////////////////////////////////////////////////+3x/+rq6v/86/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////b//vfx8v////////f2/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////e/f8YUq0AAAAAAACGPAD/+7r///////////+q3/+NED3//9////+x3/8AAGgAAACGPAB1oacAAABmABpWfqYAAAAAAACpgy+NscwAAD4AAAB0JQCxxawAOIcAAAAwAAfgwGJmm+AAAAAAAAAAAADWrFj////////////////////////////////////////////////////////////////////2//5BcM8AAAAAAAAAAAC1dxn///Cr2/8AAFcAAAAAAABRABP734ex3/8AAGgAAACGPAB1oacAAABmABpHd6IAAAAAAAC1ky5plckAAAAAAACgeQAaVKUAAAAAAADBkjN6tuIAAAAAAACGPAD/+sT///////////////////////////////////////////////////////////////////////////8A////////////////AHnjqkYA///w////////////1P7/AACSnTUA///n////SpnuAAAAu5sMp87cAABXQwAOv7SB9ezHADnEnTUA///n////N5HyMAAH/+6P////t+r/AAA+6roAfsb/AAAAMAAHwK5nnLfJAABX78EA////////////////9/v78vLy9/f39/f39/f39/f39/f38vH7+/z0////////////////////OYnuAAAA05IA////////////yfn/AABoXwAY//yj////SpnuAAAAu5sMp87cAABXQwAOv7SB8e3HACC+nTUA///w9v/+AEzIcwAf//+67f/+ACa1jQAo///wPHfkAAAAwosA///4////////////////////////////////////////////////////////////////////////////////AP///////////////2u5/9OIAP///////////+3//gBPwAAAAJ1KAP//3////1We+wAAAP/qeP///zWP+VEAE//8o/H//gA5xJ01AP//5////4fF/1EAE//2qv///8n5/wAAaO/YHwBMyAAAAPbbbv///////73v/5QtYP//3////////////wB/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAM6DAP///////////////////0qQ8gAAAPPRPf///////////8n5/wAAeZ1KAP//5////1We+wAAAP/qeP///zWP+VEAE//8o/H//gA5xJ01AP//3////zeR8p0LCP//5/H//gA5xKplAIK93gAAAKplAP//5////////////////////////////////////////////////////////////////////////////////////wD///////////////99y//OgAD///////////86iuYAAAAAAACVACv//+f////Z/f8AAKV9ACL/+7pJmPZRABP/9qrx//4AOcSdNQD//+f///+O1v9DAA7/9qr////J+f8AAFfm0zcAT8CkSAD///j///////////////////////////////+50PqxsqaxsbGxsbGxsbGxsbGxsbGrsrDt063///////////////////9KkPIAAADz0T3////////////J8/8AAHmdSgD//+f////Z/f8AAKV9ACL/+7pJmPZRABP/9qrx//4AOcSdNQD//+f///8bkfGdCwj//+fx//4AT8AAAAAAAABpABv//K7///////////////////////////////////////////////////////////////////////////////////////8A////////////////fcv/zoAA////////d7r8AAAAAAAArL13lEFr///f////////9v/+i67mAABXAAAAXwAY//aq8f/+ADnEnTUA///n////Yqb4UQAT//aq////zvn/AABo5tM3ADnEfVAApa2gpaWlq6ygq6q27c2m////////////////////////////////////////////////////////////////////////SpDyAAAA/NZP////////////z/7/AABonUoA///n////////9v/+i67mAABXAAAAXwAY//aq8f/+ADnEnTUA///n////N5HynQsI///n8f/+AE/AAAAAAAAA/Ntc////////////////////////////////////////////////////////////////////////////////////////////AP///////////////33L/86AAP///6Tb/wAAAAAAANynAMn/+4wAZ///3////73q/wAAV//gZfv//zyB4UMADv/3nvv//wA5xI06AP//2P///zeR8kMADv/uj////7Dk/wAAAPPRPSKA6UMADrmzj7e4rABhqAAAAM6KAP///////////////3mm8V1eQ2ZmZmZmZmZmZmZmZmZmZk5dW9ytO////////////////////0qQ8gAAADAABy4uLi4uLi4uLgAAPgAAAJ1KAP//5////73q/wAAV//gZfv//zyB4UMADv/3nvH//gAAuJU4AP//3/v//wBMyJ01AP//5/H//gA5xHQlADhvl6pYAP//3////////////////////////////////////////////////////////////////////////////////////////wD///////////////99y//YhwDU/v8AAIYAAAC2bgD///DD8/+MAGf//9////+w5P8AAADvwQD///8AeeOGACX9/81xmuAAAD4AAACNOgCwy7sAHX8AAABRABPKxZYUXrIAAAD30T697/8AAFfvzEzj//0AQLEAAAD84WT///////////////9unvRRQhhPT09PT09PT09PT09PT09APljXpyL///////////////////9KkPIAAADGqEXS19fS0tLX0dKbwtsAAD6dSgD//+f///+w5P8AAADvwQD///8AeeOGACX9/82KtOoAAD4AAACdZwCVuMgAAFedNQD//+fx//4AOcSkMwD///gned19IgD67bP///////////////////////////////////////////////////////////////////////////////////8A////////////////h8v/qYQAAGCyAAAAjRkA///N////w/P/lC1g///n////+///gq7mLABYK1FNQwAO7tB+////ytr6a5CxlVgsjbLEAAA+QzAA5L9jrNf1ACNyAAAAvIIA///n////veT/ITKUAAAAXysA6cqF////////////////////////////////////////////////////////////////////////////SpDyAAAA99ZN////////////z/7/AAB5nUoA///n////+///gq7mLABYK1FNQwAO7tB++///rcfpWG2YhkwAf6etAAAAUQAT8s9/////8f/+ADnEnTUA///wcZLbT09PUEBCwZBT///w////////////////////////////////////////////////////////////////////////////AP///////////////47W/wAAAAAAAFEAE//ypP///////8n5/2cAbP//v////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0qQ8gAAAPPRPf///////////8n5/wAAeZ1KAP//5/////////////////////////////////////////////////////////////////H//gA5xJ01AP//3////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////9ZmucAAAAAAAD31mb///////////+d3P8wAAf/7o////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////85kuoAAADOiQD////////////J8/8AAGhRABP/9qr////////////////////////////////////////////////////////////////U8/8ACZmdNQD//+f///////////////////////////////////////////////////////////////////////////////////////////////8A////////3v3/GFKtAAAAAAAA4bQl////////////eKz1AAAAAAAAAAAA5blY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9v/+QXDPAAAAAAAAAAAAtngA///wpNv/AABXAAAAAAAAUQAT+9+H////////////////////////////////////////////////////////3v3/NmCpAAAAlRMA///f////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////H7/+re6v//+P///////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+5ubnPz8/d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3Pz8+5ubn///////////////////////////////8A////////////////////////////////////////////////////////////6Pz/qqjKt7issbi3uKOn//3c////////////////////////////////////////////////////////////////////////////////////////////////////w8PD8PDw/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+8PDww8PD////////////////////////////////AP////////////////////////////////////////////////////////////b//oG16gAAAFEAE9/Kkf//5////////////////////////////////////////////////////////////////////////////////////////////////////8PDw/Dw8P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD////////////////////////////////////////////////////////////////t//4AALi9egD////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8Pw8PD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////////////////////////////////////////////////////8f/+ACC+2JoA9v/+8u7u///4////////////////8ff++PLr////+/b+////////////+///8u31///4////9v/+/Pfu////////////////////////////w8PD8PDw////////////////////////////////////////////9vv/9/Hy////8fv//Pfu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP////////b//kF8ywAAAAAAAAAAAII9AEZ7qwAAAAAAALWTLmmVyQAAAAAAALZ4APL/7wA5xAAAAAAAAAAAAGkAG/7oov///////26m8AAAAAAAAIV0AAAAeXNfANWxhPv//yd53QAAAFEAE+7qlABMyEMADv/vj////////////////////////8PDw/Dw8P///////8n5/wAAaPfWTf///////8n5/0EAWf/3nrHf/wAAVwAAAHNfAAAjcqQzAMr860AAav/3nv///4fR/5UTAP//54fR/5UTAP//59n9/wAApZ1KAP//2P////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD///////////////9+v/8AAADHgQD////x//4AIL6dNQD///D2//4ATMhzAB///7rx//4APbp9IgD/+sTt//4AW8VzAB///7/U/v8AAIZpABvi2qYojdUAAABpKADx36HJ+f8AAGidWwCv1c/Tq30ATMhDAA7/74/////////////////////////Dw8Pw8PD////////J+f8AAFfz0T3////////J+f9BAFn/9543mu59ACL//82Qxv5DAA7/957J+f9BAFn/957///+H0f+VACv//+eHy/+dCwjp/+8AAK6GHQD//8j////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////j9H/AAAA0poA////8f/+ADnEnTUA///f////N5HynQsI///n8f/+ACC+2JIA////////sOT/AAAA4bQAyfP/AABo2JoA////9v/+ADnEnTUA///nyfn/AABo2JkA////////+/////v0////////////////////////////w8PD8PDw////////yfn/AABX/NZP////////z/7/QQBZ//eej9H/AAAAxq5Up87cQgBB//eeyfn/QQBZ//aq////h9H/lQAr///nh9H/XwAYAEyCjToA//+/////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////4/R/wAAANKRAP////H//gA5xJ01AP//5////xuR8Z0LCP//5/H//gAgvtOSAP///////875/wAAedOSAMn5/wAAaNOSAP////H//gA5xJ01AP//58n5/wAAaNOSAP///////////////////////////////////////////8PDw/Dw8P///////8n5/wAAaLWUAMLBzcLDuZW4yEMADv/3nv///9rt/5acvW2KlVEAE//3nsn5/wAAV//qeP///4bQ/5UAK///54/R/1EAEwA/asJ4AP//+P////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD///////////////+P0f8AAADSkQD////x//4AOcSdNQD//+f///83kfKdCwj//+fx//4AIL7TkgD////////O+f8AAGjTkgDJ+f8AAGjTkgD////x//4AOcSdNQD//+fJ+f8AAGjTkgD////////////////////////////////////////////Dw8Pw8PD////////J+f8AAGhpUwBvenhwcHBMc25RABP/957j/P/TwMP//+eHxf9RABP//KPJ8/8AAGhfABjt36FYqeiNACj//9+H0f+kARDe/vIAAJLHigD////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////j9H/AAAA0pEA////8f/+AAC4lTgA///f+///AEzInTUA///n7f/+AACuvW8A////////frj/AAAA0pEAyfP/AABo0pEA////8f/+ADnEnTUA///nzvn/AABo0poA////////6fH/7+Xd////////////////////////////w8PD8PDw////////yfn/AABX/NZP////////z//8QQBZ//ee3v3/HFWhAAAAAAAAxpoY///41Pn/cCuLpMGlAABoAAAA4LJj////h9H/lQAr///nye7/AACG6sY7////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////4/R/wAAANKRAPv//4q06gAAPgAAAJ1nAJW4yAAAV501AO7/5miU0wAAAAAAAK+LFYWsvgAAPgAAAPzbb730/wAAANKRAP///+n//QAmtZ01AP//36vc/wAAPryDAO7v5/L/7wAgvkMADv/3nv///////////////////////8PDw/Dw8P///////8n5/wAAV/PRPf///////8n5/0EAWf/3nv///////////////////////////////////////////////////4fR/5UAK///5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD///////////////+P0f8AAADSkQD7//+tx+lYbZiGTAB/p60AAABRABPyz3/x//6uwOVJbpipgy9Uh7UAAABDAA7guG3e/f9HXqksQ0Dcpibj//02Ua1BQUGvbTL//+cAV9YAAAAwAAdQAEPz4IUscM90JQD/+7r////////////////////////Dw8Pw8PD////////J+f8AAGj31k3////////J+f9BAFn/957///////////////////////////////////////////////////99y/+NACj//9/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////j9H/AAAA0poA////////////////////////////////////////////////////////////////////////////////////////////////////8f/+AFnN04kA////////////////////////////////////////////w8PD8PDw////////////////////////////////////////////////////////////////////////////////////////////yer/yqKe///w////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////364/wAAAMKCAP///////////////////////////////////////////////////////////////////////////////////////////////////////979/967tf///////////////////////////////////////////8PDw/Dw8P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD////////2//5BfMsAAAAAAAAAAACGPAD/+7r////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8Pw8PD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PD8PDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5qamrm5ucPDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw7m5uZqamv///////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9paWl3d3d8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx3d3dpaWn///////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wA= + + 0 + + + + + -0 + 8.340277777777779 + 6.027777777777778 + 1.930555555555556 + 0.6111111111111112 + 0.9652777777777778 + 0.3055555555555556 + + + 7.375 + 5.72222222222222 + 9.30555555555556 + 6.33333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.930555555555556 + 0.6111111111111112 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.930555555555556 + 0.6111111111111112 + + + + 0 + + + + + -0 + 8.395833333333334 + 5.534722222222222 + 2.041666666666667 + 0.3194444444444444 + 1.020833333333333 + 0.1597222222222222 + + + 7.375 + 5.69444444444444 + 9.41666666666667 + 5.375 + + + 4 + 0 + 2 + 2 + 1 + + + 2.041666666666667 + 0.3194444444444444 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.3194444444444444 + + + 2.041666666666667 + 0 + + + + 0 + + + + + -0 + 7.826388888888889 + 5.065958333333334 + 1.875 + 0.7847500000000002 + 0.9375 + 0.3923750000000001 + + + 6.88888888888889 + 5.45833333333333 + 8.76388888888889 + 4.67358333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.875 + 0.7847500000000002 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.7847500000000002 + + + 1.875 + 0 + + + + 0 + + + + + -0 + 4.704861111111111 + 1.812472222222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 4.37152777777778 + 1.81941666666667 + 5.03819444444444 + 1.81941666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 5.961805555555555 + 1.810710416666667 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + -0 + 5.229166666666667 + 2.104166666666667 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 2.09722222222222 + 10.3472222222222 + 2.11111111111111 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/tutorial_00.svg b/images/docs/tutorial/tutorial_00.svg new file mode 100644 index 000000000000..e55917a66cc6 --- /dev/null +++ b/images/docs/tutorial/tutorial_00.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2012-04-03 00:54:05 +0000Canvas 1Layer 1Modelroot scope<html ng-app></body></html>Template<body>ng-app Implicit Scope Declaration{{ expression }} diff --git a/images/docs/tutorial/tutorial_00.vdx b/images/docs/tutorial/tutorial_00.vdx new file mode 100644 index 000000000000..7240696b36d2 --- /dev/null +++ b/images/docs/tutorial/tutorial_00.vdx @@ -0,0 +1,1496 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1 + 1 + 3.461805555555555 + 5.979159722222223 + 1.604166666666667 + 3.152791666666667 + 0.8020833333333334 + 1.576395833333333 + + + 1.604166666666667 + 3.013902777777778 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.152791666666667 + + + 1.604166666666667 + 3.152791666666667 + + + 1.604166666666667 + 0 + + + 0 + 0 + + + 0 + 3.152791666666667 + + + + 0 + + + + + -0 + 1.256944444444444 + 5.979159722222223 + 2.319444444444445 + 3.152791666666667 + 1.159722222222222 + 1.576395833333333 + + + 2.319444444444445 + 3.013902777777778 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.152791666666667 + + + 2.319444444444445 + 3.152791666666667 + + + 2.319444444444445 + 0 + + + 0 + 0 + + + 0 + 3.152791666666667 + + + + 0 + + + + + -0 + 1.638888888888889 + 3.499972222222222 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 3.534722222222222 + 4.553275 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 3.5 + 7.189319444444444 + 1.180555555555556 + 0.5416666666666666 + 0.5902777777777778 + 0.2708333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.180555555555556 + 0.5416666666666666 + -0 + + + 1 + + + 0 + + + + + -0 + 0.5902777777777778 + 0.2708333333333333 + 1.180555555555556 + 0.5416666666666666 + 0.5902777777777778 + 0.2708333333333333 + + + 0.9444444444444444 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.007666736111111 + 0.4623412083333334 + + + 1.007666736111111 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1728888194444443 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1728888194444443 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.007666736111111 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.625 + 0.2800576388888889 + 0.8055555555555556 + 0.2396347222222222 + 0.4027777777777778 + 0.1198173611111111 + + + 0.8055555555555556 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.8055555555555556 + 0.2396347222222222 + + + 0.8055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + root scope + + + + + + -0 + 0.8541666666666666 + 7.194444444444445 + 1.319444444444444 + 0.3055555555555556 + 0.6597222222222222 + 0.1527777777777778 + + + 1.319444444444444 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.319444444444444 + 0.3055555555555556 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html ng-app> + + + + -0 + 0.6388888888888888 + 5.444430555555556 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 4.965263888888889 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 1.298611111111111 + 4.555541666666667 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 0.5972222222222222 + 6.708319444444445 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body> + + + + -0 + 2.21180802115303 + 7.186208620903923 + 1.381949401696509 + 0.01388888888888889 + 0.6909747008482543 + 0.006944444444444444 + + + 1.52083332030478 + 7.19315306534837 + 2.90278272200128 + 7.19047613444227 + + + 4 + 0 + 2 + 0 + 1 + + + 1.381949401696509 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 1.381949401696509 + 0.01121195798279374 + + + + 0 + + + + + -0 + 2.194444444444445 + 4.229152777777778 + 4.166666666666667 + 0.01388888888888889 + 2.083333333333333 + 0.006944444444444444 + + + 0.111111111111111 + 4.23609722222222 + 4.27777777777778 + 4.22220833333333 + + + 4 + 0 + 2 + 2 + 1 + + + 4.166666666666667 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 4.166666666666667 + 0 + + + + 0 + + + + + -0 + 2.006944444444445 + 7.378523611111111 + 1.319444444444444 + 0.3055555555555556 + 0.6597222222222222 + 0.1527777777777778 + + + 1.319444444444444 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.319444444444444 + 0.3055555555555556 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng-app + + + + -0 + 2.118055555555555 + 3.959946527777778 + 2.930555555555555 + 0.239634722222222 + 1.465277777777778 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.930555555555555 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3191916666666665 + 0.1215791666666664 + 0.6383833333333333 + 0.01388888888888889 + 0.3191916666666667 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.638383333333333 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6383833333333333 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 9.868649107779169e-17 + 0.01388888888888889 + + + 0.6383833333333334 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.837666666666667 + 0.119817361111111 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + + + -0 + 1.145833333333333 + 6.138888888888889 + 1.513888888888889 + 0.3055555555555556 + 0.7569444444444444 + 0.1527777777777778 + + + 1.513888888888889 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.513888888888889 + 0.3055555555555556 + + + 1.513888888888889 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + {{ expression }} + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/tutorial_02.graffle/image11.png b/images/docs/tutorial/tutorial_02.graffle/image11.png index 30541dc6a02c..7033bfb5a998 100644 Binary files a/images/docs/tutorial/tutorial_02.graffle/image11.png and b/images/docs/tutorial/tutorial_02.graffle/image11.png differ diff --git a/images/docs/tutorial/tutorial_02.svg/image11.png b/images/docs/tutorial/tutorial_02.svg/image11.png new file mode 100644 index 000000000000..a83e9e7f82ea Binary files /dev/null and b/images/docs/tutorial/tutorial_02.svg/image11.png differ diff --git a/images/docs/tutorial/tutorial_02.svg/tutorial_02.svg b/images/docs/tutorial/tutorial_02.svg/tutorial_02.svg new file mode 100644 index 000000000000..c1e8fe241cfc --- /dev/null +++ b/images/docs/tutorial/tutorial_02.svg/tutorial_02.svg @@ -0,0 +1,1352 @@ + + + + + + Produced by OmniGraffle 6.5.2 2012-04-04 22:31:40 +0000 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Canvas 1 + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Model + + + T + emplate + + + + + + Scope Inheritance + + + + V + iew + + + + + + + + + Implicit Scope Declaration + + + + + Model / V + iew Data-binding + + + + + <html ng-app="phonecatApp"> + + + + ng-controller + + + + + <body ng-controller= "PhoneListController"> + + + + + + + <li ng-repeat="phone in phones"> <span>{{phone.name}}</span> <p>{{phone.snippet}}</p></li> + + <ul> + + </ul> + + + + </html> + + + + </body> + + + + + + + + + + + + RootScope + + + + + PhoneListControllerScopephones: Array + + + + + + + + RepeaterScopephone: Object + + + + ng-app + + + + + + ng-repeat + + + diff --git a/images/docs/tutorial/tutorial_02.vdx b/images/docs/tutorial/tutorial_02.vdx new file mode 100644 index 000000000000..948aab97a2c2 --- /dev/null +++ b/images/docs/tutorial/tutorial_02.vdx @@ -0,0 +1,4613 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1 + 1 + 5.3125 + 4.902777777777778 + 3.152777777777778 + 5.388888888888889 + 1.576388888888889 + 2.694444444444445 + + + 3.152777777777778 + 5.25 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.388888888888889 + + + 3.152777777777778 + 5.388888888888889 + + + 3.152777777777778 + 0 + + + 0 + 0 + + + 0 + 5.388888888888889 + + + + 0 + + + + + -0 + 1.8125 + 4.902777777777778 + 3.486111111111111 + 5.388888888888889 + 1.743055555555556 + 2.694444444444445 + + + 3.486111111111111 + 5.25 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.388888888888889 + + + 3.486111111111111 + 5.388888888888889 + + + 3.486111111111111 + 0 + + + 0 + 0 + + + 0 + 5.388888888888889 + + + + 0 + + + + + -0 + 1.638888888888889 + 4.041638888888889 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 5.291666666666667 + 2.450177777777778 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 5.291666666666667 + 7.236111111111111 + 1.402777777777778 + 0.5416666666666666 + 0.7013888888888888 + 0.2708333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.402777777777778 + 0.5416666666666666 + -0 + + + 1 + + + 0 + + + + + -0 + 0.7013888888888888 + 0.2708333333333333 + 1.402777777777778 + 0.5416666666666666 + 0.7013888888888888 + 0.2708333333333333 + + + 1.122222222222222 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.197345180555555 + 0.4623412083333334 + + + 1.197345180555555 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2054325972222225 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2054325972222225 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.197345180555555 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7426499999999999 + 0.2800576388888889 + 0.9571888888888888 + 0.2396347222222222 + 0.4785944444444444 + 0.1198173611111111 + + + 0.9571888888888888 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.9571888888888888 + 0.2396347222222222 + + + 0.9571888888888888 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + + + -0 + 0.5277777777777778 + 7.236111111111111 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + + + + -0 + 0.7083333333333334 + 3.288736111111111 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 2.851236111111111 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 2.020833333333333 + 2.452458333333333 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 2.725694269097223 + 7.229166666666667 + 3.715277427083335 + 0.01388888888888889 + 1.857638713541668 + 0.006944444444444444 + + + 0.868055555555556 + 7.23611111111111 + 4.58333298263889 + 7.23611111111111 + + + 4 + 0 + 2 + 0 + 1 + + + 3.715277427083335 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 3.715277427083335 + 0.01388888888888889 + + + + 0 + + + + + -0 + 9.680555555555555 + 6.615812500000001 + 0.75 + 0.3101166666666667 + 0.375 + 0.1550583333333333 + + + 0.75 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.75 + 0.3101166666666665 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + + + -0 + 2.854166666666667 + 7.369817361111111 + 1.319444444444444 + 0.2396347222222222 + 0.6597222222222222 + 0.1198173611111111 + + + 1.319444444444444 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222223 + + + 1.319444444444444 + 0.2396347222222223 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222223 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng-app + + + + -0 + 1.111111111111111 + 6.023763888888889 + 1.583333333333333 + 0.5416666666666666 + 0.7916666666666666 + 0.2708333333333333 + + + 1.583333333333333 + 0.4027777777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5416666666666665 + + + 1.583333333333333 + 0.5416666666666665 + + + 1.583333333333333 + 0 + + + 0 + 0 + + + 0 + 0.5416666666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body + ng-controller= + "PhoneListCtrl"> + + + + -0 + 5.215277777777778 + 2.034722222222222 + 10.18055555555556 + 0.01388888888888889 + 5.090277777777778 + 0.006944444444444444 + + + 0.125 + 2.04166666666667 + 10.3055555555556 + 2.02777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 10.18055555555556 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 10.18055555555556 + 0 + + + + 0 + + + + + -0 + 5.298027777777778 + 6.019080555555556 + 1.938666666666667 + 1.211838888888889 + 0.9693333333333334 + 0.6059194444444445 + + + 4 + 0 + 2 + 2 + 1 + + + 1.938666666666667 + 1.211838888888889 + -0 + + + 1 + + + 0 + + + + + -0 + 0.9693333333333337 + 0.6059194444444445 + 1.938666666666667 + 1.211838888888889 + 0.9693333333333334 + 0.6059194444444445 + + + 1.550933333333333 + 0.7093983333333331 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.654754749333334 + 1.034368719127778 + + + 1.654754749333334 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2839119173333337 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2839119173333337 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.654754749333334 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.016893750000001 + 0.7017048611111112 + 1.194870833333333 + 0.3443791666666667 + 0.5974354166666667 + 0.1721895833333333 + + + 1.194870833333333 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 1.194870833333334 + 0.3443791666666666 + + + 1.194870833333334 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + PhoneListCtrl Scope + + + + + + -0 + 5.332153472222222 + 5.722222222222222 + 1.340251388888889 + 0.3055555555555556 + 0.6701256944444444 + 0.1527777777777778 + + + 1.340251388888889 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.340251388888889 + 0.3055555555555556 + + + 1.340251388888889 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phones: Array + + + + + -0 + 3.115736639380332 + 6.015926041488637 + 2.412028843007047 + 0.01388888888888889 + 1.206014421503524 + 0.006944444444444444 + + + 1.90972221787681 + 6.02287048593308 + 4.32175106088386 + 6.02017215920111 + + + 4 + 0 + 2 + 0 + 1 + + + 2.412028843007047 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 2.412028843007047 + 0.01119056215691473 + + + + 0 + + + + + -0 + 0.6944444444444444 + 5.027775 + 0.5 + 0.3101166666666667 + 0.25 + 0.1550583333333333 + + + 0.5 + 0.1712277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.5 + 0.3101166666666665 + + + 0.5 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ul> + + + + -0 + 2.020833333333333 + 4.375 + 2.902777777777778 + 0.75 + 1.451388888888889 + 0.375 + + + 2.902777777777778 + 0.6111111111111112 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.75 + + + 2.902777777777778 + 0.75 + + + 2.902777777777778 + 0 + + + 0 + 0 + + + 0 + 0.75 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <li ng-repeat="phone in phones"> + {{phone.name}} + <p>{{phone.snippet}}</p> +</li> + + + + -0 + 5.225694444444445 + 1.74479375 + 2.388888888888889 + 0.239634722222222 + 1.194444444444444 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.388888888888889 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1198291666666659 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.12677361111111 + 0.666666666666667 + 0.12677361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.576388888888889 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 5.670138888888889 + 4.527777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 1.383333333333334 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.475935395833334 + 0.9009726111111109 + + + 1.475935395833334 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.253231270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.253231270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.475935395833334 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8602083333333334 + 0.7277458333333335 + 1.208333333333333 + 0.4669805555555555 + 0.6041666666666666 + 0.2334902777777778 + + + 1.208333333333333 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4669805555555552 + + + 1.208333333333333 + 0.4669805555555552 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.4669805555555552 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone scope + + + + + + -0 + 0.9930555555555556 + 0.3998444444444446 + 1.472222222222222 + 0.3101166666666667 + 0.7361111111111112 + 0.1550583333333333 + + + 1.472222222222222 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.472222222222222 + 0.3101166666666665 + + + 1.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.795138888888889 + 4.402777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 1.383333333333334 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.475935395833334 + 0.9009726111111109 + + + 1.475935395833334 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.253231270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.253231270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.475935395833334 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8602083333333334 + 0.7277458333333335 + 1.208333333333333 + 0.4669805555555555 + 0.6041666666666666 + 0.2334902777777778 + + + 1.208333333333333 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4669805555555552 + + + 1.208333333333333 + 0.4669805555555552 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.4669805555555552 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone scope + + + + + + -0 + 0.9930555555555556 + 0.3998444444444446 + 1.472222222222222 + 0.3101166666666667 + 0.7361111111111112 + 0.1550583333333333 + + + 1.472222222222222 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666669 + + + 1.472222222222222 + 0.3101166666666669 + + + 1.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666669 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.920138888888889 + 4.277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 1.383333333333334 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.475935395833334 + 0.9009726111111109 + + + 1.475935395833334 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.253231270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.253231270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.475935395833334 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8602083333333334 + 0.7277458333333335 + 1.208333333333333 + 0.4669805555555555 + 0.6041666666666666 + 0.2334902777777778 + + + 1.208333333333333 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4669805555555552 + + + 1.208333333333333 + 0.4669805555555552 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.4669805555555552 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Repeater +Scope + + + + + + -0 + 0.9930555555555556 + 0.3303999999999997 + 1.472222222222222 + 0.3101166666666667 + 0.7361111111111112 + 0.1550583333333333 + + + 1.472222222222222 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.472222222222222 + 0.3101166666666665 + + + 1.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 4.139895523651552 + 4.463714199765159 + 1.321469869277556 + 0.05532312477772194 + 0.660734934638778 + 0.02766156238886097 + + + 3.47916058901277 + 4.4360526373763 + 4.80063045829033 + 4.49137576215402 + + + 4 + 0 + 2 + 0 + 1 + + + 1.321469869277556 + 0.05532312477772194 + -0 + + + 2 + + + 9 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0 + + + 1.321469869277556 + 0.05532312477772194 + + + + 0 + + + + + -0 + 4.201419896589004 + 4.389419057374635 + 1.444506835957859 + 0.01388888888888889 + 0.7222534179789295 + 0.006944444444444444 + + + 3.47916647861007 + 4.38573262839266 + 4.92367331456793 + 4.39636350181908 + + + 4 + 0 + 2 + 0 + 1 + + + 1.444506835957859 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.003258015462468301 + + + 1.444506835957859 + 0.01388888888888889 + + + + 0 + + + + + -0 + 4.264246562960143 + 4.319064032219704 + 1.570164107766123 + 0.03914956361222485 + 0.7850820538830613 + 0.01957478180611242 + + + 3.47916450907708 + 4.33863881402582 + 5.0493286168432 + 4.29948925041359 + + + 4 + 0 + 2 + 0 + 1 + + + 1.570164107766123 + 0.03914956361222485 + -0 + + + 2 + + + 9 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.03914956361222485 + + + 1.570164107766123 + 0 + + + + 0 + + + + + -0 + 5.300064920396768 + 6.795137642079719 + 0.01388888888888889 + 0.3263924010531976 + 0.006944444444444444 + 0.1631962005265988 + + + 5.29482577317895 + 6.63194144155312 + 5.29312047595232 + 6.95833384260632 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.3263924010531976 + -0 + + + 2 + + + 1 + 0.0138889 + #2fff41 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.001705297226621383 + 0 + + + 0 + 0.3263924010531976 + + + + 0 + + + + + -0 + 5.622607840074725 + 5.110575492477151 + 0.2218899004576984 + 0.6210760280398873 + 0.1109449502288492 + 0.3105380140199436 + + + 5.73355279030357 + 4.80003747845721 + 5.51166288984588 + 5.4211135064971 + + + 4 + 0 + 2 + 0 + 1 + + + 0.2218899004576984 + 0.6210760280398873 + -0 + + + 2 + + + 1 + 0.0138889 + #39ff42 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.2218899004576984 + 0 + + + 0 + 0.6210760280398873 + + + + 0 + + + + + -0 + 5.558320375564575 + 5.172770429604866 + 0.1504523229245728 + 0.4891812784230665 + 0.07522616146228639 + 0.2445906392115332 + + + 5.63354653702686 + 4.92817979039333 + 5.48309421410229 + 5.4173610688164 + + + 4 + 0 + 2 + 0 + 1 + + + 0.1504523229245728 + 0.4891812784230665 + -0 + + + 2 + + + 1 + 0.0138889 + #45ff51 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.1504523229245728 + 0 + + + 0 + 0.4891812784230665 + + + + 0 + + + + + -0 + 5.493683691519897 + 5.234965464780772 + 0.08915494182797169 + 0.3573103996725347 + 0.04457747091398585 + 0.1786551998362673 + + + 5.53826116243388 + 5.0563102649445 + 5.44910622060591 + 5.41362066461704 + + + 4 + 0 + 2 + 0 + 1 + + + 0.08915494182797169 + 0.3573103996725347 + -0 + + + 2 + + + 1 + 0.0138889 + #37ff37 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.08915494182797248 + 0 + + + 7.894919286223335e-16 + 0.3573103996725347 + + + + 0 + + + + + -0 + 0.6944444444444444 + 3.722219444444444 + 0.5 + 0.3101166666666667 + 0.25 + 0.1550583333333333 + + + 0.5 + 0.1712277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.5 + 0.3101166666666665 + + + 0.5 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ul> + + + + -0 + 2.777777777777778 + 6.145833333333333 + 1.444444444444444 + 0.2083333333333333 + 0.7222222222222222 + 0.1041666666666667 + + + 1.444444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2083333333333333 + + + 1.444444444444444 + 0.2083333333333333 + + + 1.444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2083333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng-controller + + + + -0 + 1 + 1 + 8.692708333333334 + 4.902777777777778 + 3.274305555555555 + 5.388888888888889 + 1.637152777777778 + 2.694444444444445 + + + 3.274305555555555 + 5.25 + -0 + + + 1 + + + 1 + 0.0138889 + #1e23ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.388888888888889 + + + 3.274305555555555 + 5.388888888888889 + + + 3.274305555555555 + 0 + + + 0 + 0 + + + 0 + 5.388888888888889 + + + + 0 + + + + + -0 + 8.784722222222221 + 2.450177777777778 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 8.722222222222221 + 6.104166666666667 + 3 + 2.375 + 1.5 + 1.1875 + + + 3 + 2.236111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.375 + + + 3 + 2.375 + + + 3 + 0 + + + 0 + 0 + + + 0 + 2.375 + + + + 0 + 0 + 3 + 2.375 + + Qk0AAAAAAAAAADYAAAAoAAAA2AAAAKsAAAABABgAAAAAANiwAQAAAAAAAAAAAAAAAAAAAAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f//9PT0/vj2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////kazKcl50+/fh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7/f9xsfI1NPRyM7Q3dPM//75////2ubt0tDPy87P6ufi2dzg1tTS2dTS//r0/P//xc3TtLW13tXM////////////////9Pv9zNHX0M7Ny8jJ+O7m////////////+fn66t3i////////+///xs/TtLW13NPK////5/T9zcnJ8OPf////5erv0tXWz8rI//nz8//+w8bL28nF////yeLnUj9HvIhy////////8/r9zNDW0M7NzMjI+e/n////////////9/j5697i////////+v//xc3TtLW139XM////5vL7zcnJ8eXg/v//5Onu0tXW0MvJ//r08f/+wsXJ28nG////////////////////////4ezzr7a7p6Wmsqyr1srC//rz////////////3ebttbrAvbm2//jv////1dvh09PP2djX6u3u09LRzdLT7+Lc////4Orytr3Auriz/vXq/f//z9Pa1NTQz9DP/PLr////1+Htv7/D7d/Y5fHyx8rO+ebi9f/+w8fN1cfE2N7j0c/OzM3O9Onk////zNnos6yxu7i28+Ha////4+/3z87MzM/Q6ebi2t3f1dXR2NXT//jz////////////////yt3iwru/9/Ds2eTwwL7C7+Ha5PDyx8rM+Ojk+v//wszStLKyxbez//rv////5/D3y8rJztLS49fU////3unytrvBvLi1//Xs////////0uXqvr3B9ufh+v//zs/T8ujg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0Or4N1BdAAAAGQcDl3tp//zv////jrTJAAUZIgcBwrepXoacAAAAbDUk//vja5arAAAAJCAXIBwiyKuh////////////3PT6QmmGAAEGTx0X6sq1////////+v//cW6MtG1h////+///bJKjAAAAIh0WHxwhxbWlwe39ABc6n2ZH////Vo+qAAAAbj4r/+7aaJ/DCgAGazcs6OndKWyBAAAAy5uD////////2vL4PWSBAAAGVCAZ6865////////9///bGaDuHJm////+f//ZYqaAAAAJCAXIRwiyLyru+j5ABU2qm9Q////TIWiAAAAdUUx//DdYJa7CwACZTct9NvI/////////////v//lKu2DCQ4MikhOjo6Ojo6Lywrf2JW9enX////w+nvByU2CwABICcldFpa9fbpVYGeAAACeVJAwsrMDS9EBgAAzqeL1vTzFDJEBwABJSwnZk9Q4enfT3KPAAAASxwX89bE1PL2BSBJGRQNemZcJENDFQQE4racc6XACgUKXjcsYG59AQgUNhQK6cKwpsLTFwwwa0tDUGVlYTEw8N7ZrdDqAhgwHQUGvrOpXYWaAAAAaz0m/+vd////////////tNnuABs3NR0ZkJKHEiREHxcRe2hhIUBDGgYF27mhdp6zHRcXRzk7KzU5kW1Z/+jit9XpFS5ACgABqYZ0zeTgDi9DCQABIyomaFFS+fLo0O75BzJQGhkQwo99wu7uAAAFrnFP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7P/+GyRMn1lJ////////////////KkRzqGpa////z/3+EB8/0YtvrejxAAAFcEI29u3fj6zGRy9A4cav////////////3v/9YXOA+rmd////////////aqrPBwAP0Zt6////mc/sAAAJaDs08+nclrHJRC1C7ci3o9fyWE5c1tvbM0p0Uw8P//jk/v//IDlnh1VI5fDi597djq++f2Bl/ejY////////////2v/9YXB6/L6h////////////YKLJCQAL16KB////kMjmAAACcEI39u3fj6zGSC0/78y8m9XvX1Fc1t7hK0RpWRUR//zq/P//HjJhkF5O4O3j69TP////////////d5u/AAAAZEo1///v////////hcPnAAAN2K+M8/v/FUhrEgkAyayh8Pv4SWSHvoBxwef4IiJF6aaJ////ZqPLfDQ29PvxH12BCAMAwqKW+P/7TW2TrXFn0vH2GiBF1YVw////g77iAAoJ5s+ssNjnCAwam1hJ+P//IzppiVZJ7PPp1ODgMUlowHRb9f/+ABE0jlc9////////K05mcjAZ///+SIK4iUpE////xPX/KSVA3ZV9////////////////aJW5MwEW8+jCbKvIAwIA79y5p9LjCAoXoWFO9P/+Gy5cpHNe////5P/+FzRJmk40////hL/lYSwu8/rsG1Z7DQUAxqec9f/6TmmOrX5vj7XKJgMe5sqm5OPh2N3keICD2b6s////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4//+IC9gk1pK////////////8//+Jjxoq3tp////2P3+MDlQxYVnYKjHOyIp//7k////////39vk3cHF////////////3v3+lqSi7rqg////////rtvxAA8qAAAAz4Nw////UJK6Nxsi//jd////////4eHn373A////W4euGygxAwAA66+Y/////P//KEVyn25g////////////////////////////////2/3+lqKe8L2k////////qNjsAAojBQAA1Yt5////R4qyPCAl//7k////////39vk4cLD////V4OpGyktBwAB7rme////9v//JkBtqXdm////////////////xefzAA0uRyEV///u////////////nszpBBch3rybxev7BRY5vIZq////////////07nBsNjqICZD2pp8////fbrYlFNNydjbAShMq3de////////////0brCu9rmITRTz5B1////zun1ACFGs2hY////P16FpVtH////JkZ5n25e////4P/9KjxYvXJblNvvCgsX58Sm////////X4ytPBUX//7YSIi2e0U9///vyPf/UFBd3ZOB////////////////a5e6QB4s//fR0/X/AB1DvnJf////OVR6qmJM////JkJ0onFh///5////YI6tORsY//rffLvdXS4tvcvFAiJEtH9j////////////0LvDjLLFMBky/966////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//+HixbkldI////////////8//+Jjxopnll////2v3+JTROuIJiZqbEak5EycC4xsTE0c7N8evo////////////////3//+j5+d57Ka////0fL/DS1AAAAAa1hSwH1/////T466Ykg8yr60xcXE0c7M8Onn////////vvL/AAAAgkc1/////////P//KEVzlmNV///1////////////////////////////3P/+kJyZ6bWe////zu78DCg6AAAAb1lSxISE////Soi0ak0+ycC4xsTE0c7N8evo////////tev4AAAAjFA/////////9///JkBtn2tb///4////////////jL3gAAcRt3NV////////////////otXwAhcg7Mmlv+X6Jj1Sw5R0w8rNzcjD39fY///9sd30IihC25qA////fLnUj01JwtPXK0ljvYprw8rPzcfC3NfV///5wuf4IjBO0oxz////////0eDycGV7Nz1YExcdsWpc////J0d5lWRV///73P7+Kj1ZvnVchc7iLQoZ7sqz////////T3+dRxkY//3dSIe2fEY+///zyPf/TUpa2ZF+////////////////bZm8OhUm/+PD////zd3vbWJ4ODtaExQbuHRi////JkJxoXFg///6////W4u0Qhcl//bSfrzeWy4ttsbDKkVcwI5ww8rNzcfE3tbX///+krzVLBQr/dGv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//+HixbkldI////////////8//+JjxomGlX////vO3/Exgy3IxxjM7pLBcirJaGnLO2DjpTWi0Z/+TO////////////3v7+j52b97mf8f/+Lk5aAAAAqJp/vcDCrXOA////fLbaKBUfqZB/obW4DUBYVCkX/+HJ////QWGUBQIBgDkx///z////////K0Z1mWxc///9////////////////////////////2/7+j5qX+byj7f/+KEdVAAAAr6OIurq+r3eF////da/ULBgfrJaGnLO2DjpTWiwY/+bN/P//OlmNBQEAh0A4///4/////P//KkFvonRj////////////////Y5S+AAAKxJx8////////////xt3lL0RnAAQGjlpD1OLjID9gckEyzs7FT4WWFRwi1Z96tdfxFxI31pp7////VpO5gEY/4enoKlBwaTks0c/FXI+dFBwnw4xqxOHwGCRHy4tv////5v/+aHCJ1dDGnrTBFiI4n1xM////K0h6mWxc////3P7+LT5ZuG1Vt/L7HRIk37qi////8//+EkhjVB4G///vP26pcz04///1teP7KSs/356E////////////////c5u9Ohsr//LN6//+aG+I29TJmbC/FB0yp2ZT////JkJylGhZ////8v/+E0pqThoK//zifLrcWiss1NrSJEdqbT0w0M/FVoqaFRwkyZp3nMDVLRkx/9y5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//+HixbkldI////////////9f/+Jj9yGRMPp5h/THKPHQAC87mf7f/+LTxhtJuPn8PMAAEkaUwx//v2////////////3P7+nqah99SzWoe4AAAAk2FG////rbPBrmx5////5fz+LT5krJOIp8XMAAYrYkcu8/TzgK7KAAESmINtY3KBnlFE+vPw3Pn7FilLdEo+4dHL/vv5////////////////////////2f3+nqOd9ta2VIGzAAAAmGZL////qKm6sXF8////3/38LT1gtJuPn8PMAAEkak0z8vTzeafEAAISmop2Xmx7olVI+/Tx1vj5FCRFe1FE4tPN//z4////////fK3SAAQQuodm////////////3ufture/0s/Nz8nG/Pv5aY2uTDdG19bWMm6PAgQJ3cepepq3AAAAWTIWq6ybDyhRgTs0///9eqG9RDJD2NfTQHyfAQAFvrCUYombBQYKT0czLDZEaWZgJCUiwpeBzO3uLzJLyXlo6fX7FSpMeE1A3dTQgam6BAUTrGdX+v//N1OFgVVK2tjTZpCmEBARzJB42vz7DydQEAMCnYhqSW6LHgAC6bqe////////////+fz+SnaYKgcP27ah0vTuFyQtyZuBxOvvLSpDy35p////K0d7FhAPkYl4RmZtBAQFqntj///9eLHSUiQn/vfgcpi2SDNF2NbVOXaXAgAG3MWncp63HQYSyaSO8+3s////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9vD0/PT3////4P/+Hi1ck1pK////////9/b17/j0K0NwfGRXb4uTLS0up3Fl//79////0+v4Wm6JNTY3mHFj/fTp////////////////6//+nK+uWmllAAYibBsZ/+ra////r669sHKA////////1u/6XXKNNTc3lG5e+/3uwN/0Z3J6ZGRgtqWbi6SxaE9P6L+vptfrABY1LQsLgkxa/Orc////////////////////////6f7+m6yqVmhlAAMeciQc/+/d////q6e2s3aE////////0+v4Wm6JNTY3mXFj/Pzzu9vwZnB3Z2VjuKiehqKtaU5M7MSyn9DoABMwMAsNhVFd/+/g////////r9rxAAoiik43////////////////////1djm9vXv/////f7/lLHNNTZHWDw02b2s////p8PSeWxrpJiOUWptSCkv4Lyr/////v//nbvVNTlNUDY10rSi/f//ssnUjo+QsLevJEZWm3pnvMrNWFJySVBRilpT//z7m8zqABYyLwoMgk9cytLHh4SWvZqe////5vv/coibQjQ1Pzc21LSn////2Ov0fY2bjHRtf5ORLS0upWxg/v34////////////3vP9AlN6BwACXyMn17mytcrSVk5tSU9Qj11W//zw/P//K0V3b1ZRaH+EKSorpYh3///z////eK/NTiIm/+fS/f//mLbRNTZKUzk02rqp9f/+KG+WAAEGUx8gxJ2c////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oKjFkoCO/////f//IS9jolpM////w/b/iHx/9OfPMFCEq3pn////////////////////////////////////////////////////////////VIqdAAAAMgoL7tTE////////nq3DllNh////////////////////////////////////////////////////////////e7nTrY1////4////////////////////////////////ToGXAAAAOA4P8djJ////////l6G7m1hm////////////////////////////////////////////////////////////eLXOs5GA///7/////////////v//TW6aAAAAvI96////////////rs7mMhc448y5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////e7nTrY1////6/P//7PDt//jx////////////////////////////////////////////////////////////////////////uOL1bnd7/9nA////////////////////////////JkFhpnNh////////////////////gsDeUSUp9+LP////////////////////////z+76Z4CK/Miu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////hL3fAAYma1I8V2ltAAAEJwAEbW1tAyVCQCoetbOsAAInnWJG///+////////////////////////////////////////////////5ff7dJWmAAwZEwIA0MKn////////ssjTDyMtFQACrZyT///4////////////////////////////////////////////////////////8urr/fr6////////////////////////4/b6b5KjAAkXFwYA1Met/////v//rsTPCx4nGAACsaCX///6////////////////////////////////////////////////////////8ens/fv7////////////////7f/+UmyJDgIPY1NGcHFxaXBvByA/IQAD7dK4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8urr///+v+b4BREypG1S////////////////////////////////////////////////////////////////////////////+Pf19Ovt////////////////////////pMzXAAAAl1s2///7////////////x9zqEztSJAAD+ObP////////////////////////////+/z78efq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3fL6gpKhZ2xxa2dmiIeAeIKFZmZmfXVvwLSjvMDKfoSK0bei//79////////////////////////////////////////////////5Pb8f5GihH57yris////////////r8XSfHh2fIOGqJeO///4////////////////////////////////////////////////////////////////////////////////////////4vX6fY6ehX98zbyv/////////v//q8HOfXp4e4KFrZyS///6////////////////////////////////////////////////////////////////////////////////////////rMbTXGNoWFZWZF9esLGgs5+b8+jf////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2O/5Z2uGwaSZ////////////////////////////////////////////////////////////////////////////////////////////////////////////uMfWfoKJzbGf//37////////////xNrpeHp/h3Z0+vLl///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7+/////////////////////////v//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yeTubnaBd3l6moB3//Tj9Pb7zrrT////0OT1b3R8gn9+bXJ4waeY///+////ueT1WWFvamZfUk5NjH9z///6////////////////rsXTcWpngYODbGpv2MCv////////////////0ff/X25+aGNcWVdVdmpk//Dm////////sM7ebm1zg4GAbW1u2L6v////9P/+iZ6ra25xzrio////////1fn/X3CBZ2NbW1lXcWli/ezi////////tdLhbW1zg4F/aG1wXl5eXl5eY2Bfknp7/ubclMLUenVvlHp6+OTZ////////ssfbfX18gYGBgIB+//vs////////9v//fJ+yd3NufXt82cK2////1ev5foGBg4ODbnx+nYB7///x////////k8PWUl1ha2hiWVNQs5+W////////////////////1fn/X3CBZ2NbW1lXcWli/ezi////////tdLhcm51c3h5q42C///45eHv1MHV////u9Hlb3BygIGBcGxy1rur////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb29ycnJ////////////////////////////////////////0ejxLGKDBgAAo2tX//XokrfNPBkk//Lh1+n3Sm+HAAAAQh0My7So////jbC9BhwwY0A6lJGKcnt6Bh8uaT82/OHM////////////us7aIkBRAAAAZj4x3sq7////////////qM3WEC9CUi0pko2Gg4SDEi8/TC4f7Mqz////vdbjL05pAAAAXkEv3si7////bJiyAAAAOCcZ1sO1////rNHaFDJDTysmko2FhYaDFDJDRiob5sWt////wdnmM1d0AAAASzQkd3d3dHR0XGxyAAAAqnlbps7gAAcmhk84+ejf////////wtPhABE7AAAAim9W//vv////////9///hq++ABIkNAAG5dnR////4e/7I1J2AAAAIgADrZWH///0+f//ZIOREgkNc2VYlpSPYHV6AA4XlGRO//rq////////rNHaFDJDTysmko2FhYaDFDJDRiob5sWt////wdnmF0lpGQEBuYt3///5YoajUiUm///xxtjoLlBnAAAAXjUl3MW5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////39/fPz8/EBAQFhYWZGRk9/f3////////////////////////////////////vfn+kH50//DZ9f/+FVaGAAAAxYJt////4f/9EyYwvoFh////sdLpAAgQfkQw///5////////v+D1AAIneUsr///u////////////m87tFQAS+MGc////////////zuj0ABU2VyEW//bq////////4fj/AilJUy4U//Dc////qNn4AhQh7cSj////nsLZAAQKWDgh//bk////0uv2Ahc/UB0Q//Tn////////5vv/BzBQSyoS/+3Y////seP/ABQj4Lea////////////gLrTfmJM//XkgrDOrWpW////////////3//+FzBFaDIn////////////////////////tdvxQEZT4bKe////6P/+LlFoAAAA5bGZ////////d6LGAAAAvYFj////////////ga/PAAAAsodi////0u78Ahc/UB0Q//Tn////////5vv/BzBQSyoS/+3Y////peb/qoV0///94Pb/ADNgEgAB366X////tuT9GxoX5q6Q/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+e3t7AAAAAAAAAAAAAAAApqam////////////////////////////////////wvT/n5KB/97Nrd/xAAsXBQYFWjoo//vh0//9FCYusHdb+///NXOTIQAD+9C3////////////////ToehEwAC6sGp////////////kL3aFgAZ3q6K/////////v//X5m2DQAB4ayS////////////////erLKBQAA1J6F////mMbkBhUf6sakyej5Aw5GQBcE+Na/////////Zp+6CwAB26aM////////////////g7rRBAAAzpZ8////oM3pABMgy6qN/////////////v//497b/fjyz+f0MTBdtqmTuLi8v766RXqVAQAC1qiG////////////////////////////eqjKRiA38uvDX4m/AAAAn3NZ////////3f3+ADNTURkM//no/////////////f//HkZeSAAJ++zfbKzGCwAB26aM////////////////g7rRBAAAzpZ8////sun8spN+//buirzSAAAGCAgIglxD//30rN/1GhkXzpuD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pj4TU1NAAAAAAAAAAAAAAAAenp6////////////////////////////////////v/T/nIx9/eLRLm2UGQQAyMWzXWV0xnpv5f/+EiYvs3lc9P/+D1J0QxkG/+zU////////////////g7DMAAAAwY1x////////////jrvYFgAX3q2K////////+v//O3mZJxAC+NG2////////////////qdLkAAAKn2NN////mMfnBhchkop4FkxoDAAB6LOS/////////f//Qn+fIxAC9Myw////////////////sNjpAAAPl1pH////oM7tABMgyaiL////////////////////////+///T3+fLh0ZrqGaW3+UAAsdWwsT/u/f/////////////////////////////v//cI+tDhspAA0SaSki/+7b////////xu7/AB05f0gp///z////////////////RW+XFQAC5sy0To2pIxED9Myw////////////////sNjpAAAPl1pH////sOn/spF86ujjAEFnQRUJzNzOWkpb26KWuPH/GRkXzpuB////9Pv/3+Lh2tDV+fDv7PT5zsrR7eXh/v//4+Tr09rf8ezm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////hISEAAAAAAAAAAAAAAAAsbGx////////////////////////////////////uvD/sZyJvc/JBhkgbyci////cqTRbFRf9PntGDI8sXdb9v//GlN4Qx4I/+3V////////////////fKjCAAAAvIxy////////////jrvYFgAX3q2K/////////P//RXmdKRUG+dO4////////////////o8vdAAAFmmJO////msjoAhMgKSQeNDg4HBAZk2ZR6ujd/////v//S4CjJBQH9c20////////////////qtHiAAAJkllI////oM7tABMgyaiL////////////////////////////or7WVklh///7pdb/AAgZtIVi////////////////////////////////////yPf/ACBJEgAB78mv////////////y+3/AB88fk8v///x////////////////QmeLDwAB5Mq0V42tJBQI9c20////////////////qtHiAAAJkllI////rOf/v6GLmcDFAAAAmlZH////SoC5kXFryOLbHB8czpuB////2/P/N2F4PQYZ68q5tdjqOTBKjIR9o62qfomWKiI0yqKL///+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6urqWlpaGxsbIyMjfHx8/v7+////////////////////////////////////yPX/nZqTP05pCgMO3K6O////3Pz/YlRfpZSMKUNQsXli9v//D05wRBMG//DZ////////////////i7rcAAAAxoVp////////////jrvYFgAX3q2K////////////PHaaKA0A/NW8////////////////s9zvAAAJo1tF////l8bmAxQe4L2d////nrvQABEdWC8e/fHo////Q3ydJQ4A+NC0////////////////uuHzAAASm1FA////os/tABUhyKeK////////////////////////////3/f/Z3d34q99QXekLAIC9+DK////////////////////////////////////VY2xBwABHxQXwI96////////////yO//ABkzgkgn///4////////////////S3ipGAAC682yT4qqJQ4A+NC0////////////////uuHzAAASm1FA////t+n/mI6HJEBcJAsJ9tW2////yfP/Y0NMlpyYJywzzJqE////////V5DDfWZb///o+f//3e7wgbPHDQYTs7SanmRf8tLK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0tLS29vb////////////////////////////////////////////5v/+RF1pAAAAayon//rr////////g5/DGSs8FBkkuIRu/P//S4apEAAB876k////////////////K3GdHgAC9NS92cvb+/X0////j7zaFwAZ37CM////7//+5dXOdaW8AAAA05V9////////////////XZ3DCAAB56mP////mcfkAhYf1bCV////////NnuVIgAD+M63////fLHLAAAAzI92////////////////aKXLBgAA4qCI////lcblABEezq+Q////////////////////////////////qLnIICE1AB0XpG9V////////////////////////////////////nM3mAAAUgzwkp83KJzBM0J+C////////6vz/DUFqNw0G//Xb////////////9P/+BDNgWxEW/fHogb3XAAAAzI92////////////////aKXLBgAA4qCI////z/n/LTtIAAAAjktB////////////YXqkHig1GRId06KL////////V4/AeVpY//rl////uuHxUF5qSS4nY4F8hU869NzO////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//9CDJHAAAAzaiI////////////6f/+DSw2AAAAxo9x////3/P9CDVGPBAI/dbI////////d63EAAAAtoJe////VG2gs5+U////lsbpEgAM7a6M////XJfDqX5p7/b5KFJyIAAC7bqq////////n83eAAUVj18////5////l8zsABAd476d////tdXnARcnUhwT/u/c////8v7/LVV4GwAC6bOm////////ptLiAAkZh1g5///2////mNLvAA0c1quJ////////////////////////////////5//+AEBfGgAC9dG/////////////////////////////////w+DrCR8rPicU/+7a////qdrwPzFI48Gq////////sdnuAAYTfics//rt/////f//NHGREAAB4L2Z////8v//LVV4GwAC6bOm////////ptLiAAkZh1g5///2////vu//ABIgAAAA7Meq////////////yPz+AAUNAAAA8rqZ1Oj/0NXTcKHAj3lzv87L9ezcV6PAOBcJ/+zdMmqOXQAT//Lj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1er4MlFuAAEGWzEj/fHi////////////////eqG3AAEOJBgRrpF/////2OrxL2B/KRgfUUs7NDc3LBgdupWC///2////QYevEQwUNzcxGiQrAAAALBwWNzc3AAISqX5k////5vn8SnyWIRIfUEc3QD86JBYen3pm//bq////nrzRFyQ7AAAALCMcNzc3GCIneFdK59TD////////////6Pr9Tn+ZHxIfT0Y2QUI8JBYfmHVf//Pn////pMjaGzBEAAAALRsUxqSW////////////////////////////////WHyrZ0JT///r////////////////////////////h6i9Dx0lAAAAIxAN0LKX////sdDgAAQ0HQ4GnWlg///0////tM7ZGjJRMi0pT1FBKjY3Qicj3L6n////////////6Pr9Tn+ZHxIfT0Y2QUI8JBYfmHVf//Pn////vtnsHThQAAAAd0g5///1////////////////VH2TAAAASCcclZeZO2JyFh0fGxoXNyQklJmNAiBAezor////gq7UDAQSx6GL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/n+0NLW29nX+ezo////////////////////9///3N/hzdHT5+Da////////7//+vsjPt7ezurWz5tbQ////////////6vP20NLWxsbH0M3J29zcys/RxsbG19PQ9fDr////////+f//w8/Ytre0uLWx3c3I////////////5Ozy0M3O3Nvays3RxsbG1dHO//v1////////////////////+v//xNHbtre0uLWx28zG////////////5O/10M7P3NvaztDS7uTh////////////////////////////////5+356+3y////////////////////////////////3ebs0M3M3Nzc19fY7+Tf////6Ozz2drfzNDS49TR///9////////4PX6uMDDt7eywLu29eXh////////////////////+v//xNHbtre0uLWx28zG////////////7fT6z9DR3Nva//Lu////////////////////8/r/3Nzdz8/Q7Onk2eHl09DO0dLT2tDP5unp2NXZ9+zq////+v//1d/h7ujj/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f//k6vGloiY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wdnoWD1O0qmQ/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v//+fb5//38/////////////////////////P7//////////////////////////////////////////////////P//////////////////////////////////////////////////////////////////////////////////////////////8fb4/Pj1/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P7/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z+n4QVBZMDAwMzExlXhm//zv////jrLIMTA8PDIwwbWocY2bLi8veFJE//LfpsvdJiwzLCwqWkxF+uTX////////////2/P5UGyELi8wVjUy6cmz////////////p6m3voaC////////pcXVJy41LCsqVkhC+e/duuH4KjZJsIFr////ep+0LC0tbUw//+7ZmsvkLSs2fkc+9Pjub6CrEQgJuYJv////////2fL4TGh/Li8vWjgz7M23/////////v//pKOwwIqE////////n7/PJiwyLCwqW0xF+vbhtdzzKjVHt4lx////dJitLC0tclBD//Dck8TeLSwxekhA/vHi////////////////0+fxVm+DLi4uLSwtMS8vVEI4vp+Q/vzy////5vz/TWl4JyUmLy8uuZ+S+P//ZIeeMDAxf2lbwMrLPU9YMC8vzKWP8//+WHSFJiUlLzAurJSF6vr4WnOOMC8wWEA689bB7v/9QliALi0tnYFwZYaJMy4v57Sgo9HiLDE7bkU+cYORMTI2STcx4b+u2/H4QEhvXj5AUVpalWNb///+q8/mMDpGOjAyvbGncY2bLi4veFhI/+rd////////////1e/9LlhvQC0vt6+jSmCBMy4uoIV1X4OHNy4x4rmmqs3aNDpAPjAyQDMxzqeP////ttTmNEFKMTAwp4N27PTuU3KEJyUlLy8urpaI///+5vv/P22FLi4t0aGQ1/38ND9Fw5Z5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fr9r9HcAwkkbjMo6eTe//78////3/DzECRPdD0w8vDupNTmAAAar2lP0fbyBSAwKQECrKOTTmV/YERO9ezT////////+Pz+qc/kLz5LwX9p+vTv////////pdLqGwgyxYVn////v+r7BiIyIwADqZ+PVGqBXENP5+TaTYyxd1hP9/fzPGqPGgAC4Laf//v4K098Uyoktq2d4dnVT4OYMxEY8NC5////////9/z+o83jLztHxYVt+/Xw////////nszmGgMry4xu////t+P3Ax0qKQECrKOTTmV/YEhP5uTdSIisgF9T9/n5M2GFHwAC5Lum/vz4Jkh1WDIor6qe6MrA////////////rc7jAxUdJBsWybSm2NjY19fXXoulCg4U372c/P7/ToGZAAAAe1tPpbKvN0Bc1q2YnMbdCgckxYds8vT0OXOZSAsU7OTQX5SrAAAAc1BFr7qyNEJgwJyNp8vaAgIgp1lK/PfymcvmAAQTl4VojaavAAcNZTIn7/HcMlJ9Uy4mt7ChqbG2FitHkE049vPxJEFjVSci49vHx+LgLjVInWdR7vX4JVeHYCkn8e/onM7lAgAYtXJZ//v4////////////eKbGFQAPr5+CbZikAAAEoI90hqGuAAYKazks5+7eLUZscks92tfXncrVLDI7x4Fs8ff8WoyuPA8U4NnIV4qfAAAAd1ZJq7axNkBfyaiWoMbZEAIdmYhr0b+2xdrhJjQ3wZN3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6P/+IC1dl1pK////////////9///Jz5rrHpo////2P/+KjROyYdqcrbRFQ0Y7M+2////////rKKv1K+t////////////3v/+ipmb9L2h////////2fn/Aj5gAAAA0ZB2////YKDGFAgU58iv////////raay2K2q////RmKIVGJqCAAavXVi/////P//JUFvnGtd///9/v7+/Pz8/Pv7////////////////2/7+i5eX9cCm////////0/X/ADdYAwAA15h+////WJi+FgoV7M+2////////rKGu3LGv+v//RGCFVWVpBwAWwn9o////+P//IzxppnRj/////v39////////4ff7FzFZFQQA69O7////////////mc3rABEd3biX0vD+ABlAhF5G////////2O/4wJSYtdvsISZE3p1/////erbXkU5J1uLiAC1Uc1A8////////3/n/upCXwd3nIDFR0Y50////rdfuABAn05yA////M0tupFxH////JEJ1nGtd////3//9LD9cvnNas+n7AAsf0KiI////////T3uXRxcQ///jSIe5gEdA///1yfj/SkdY3ZWC////////////////aZa5PRgp//jSrd74AA8i3qaK/P//LkNlqmNN////Ij1to3Ni////////THaOTiYY///rfr3fXy4uzdfQACVNe1c/////////3PX9uZWai7DCLhUv/9y5/////v3+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//+HixbkldI////////////8//+Jjxop3hk////2v7+JzZQuYJiY6XDb05E5dnQ5eHh+/Xy////////////////////3//+j5+d57Ka////+P//PGeAAAAAOyQixnp2////TI+5Z0c95dfK5OLh+/Tx////////////vPH9AAAAWjQl//7v/////P//KEVzlmNV///1////////////////////////////3P/+kJyZ6bWe////9///OGJ6AAAAQCYhy4J8////Roiyb0w/5dnQ5eHh+/Xy////////////s+v2AAAAYzwu///z////9v//JkBtn2tb///4////////////m8roAAwZoVtB////////////////q9/6BBgk8dCsvuf7JDlN1J6A3uPm8efl///+////sNzyIilD2pp/////fbvYj01JwdPWKEVdy5R23ePm8Obj//78////wOX3IjFO0Yxy////////la7Ka0JQeIGPIi48rGRV////J0d5lmNV///73P7+KjxYv3Vdf8zgKQsY7siw////////XYqtRRsi//zYSIm2fEY+///wyPj/TUxa2Y99////////////////bZm8OhUm/+TE////kanFbUFQeYOUICk3smxa////JkJxoHBf///5////ZpK8Qhkr//bRfbzeWy4utcbCJ0FX0Jl73uPm8ebk//79////kLvTLBQr/dGv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//+HixbkldI////////////8//+JjtmtoJs////0//9GyhFzIRocrjZPSYmnY+Ckp6eSmlzgVxN/+PP////////////3v7+jJ2c7bCZ////YYudAAAAZFxCuLWwsX2I////Xp3JNyIinIx9lJ+gSmt2fFpM/+DK////cpjHAAAAlDYw////////////K0h3mWpb///5////////////////////////////2/7+jZqY8LOe////W4OWAAAAbGZNt7Kts4CM////WJXDPCYinY+Ckp6eSmlzgVxN/+TP////aZC/AAAAnUI5/////////P//KkNxoXJi///7////////////bp7FAAMNwZV2////////////1+juPmGHAAAApG5PyN/nGTVThVg+sLWvboqOU1ZY4rCSvuP7IB5F766S////bavMiU9G09/fH0NjflE4srSvdI6SUldc1qKH1vP/IjFX5Zt+////////tbvPt8rTSldyCg0Zo2ZW////Kkp9mGpa////7//+NElnum9Woeb1JA0X7s+3////////KGR+PgoD///oTIW+i0tF////yPX/PD5T3JeC////////////////cpy/Oxss/+zJ9v//trvNt8rTR1JuCQsXrHBe////JUFwsX5s////////L2qPPw0F//vcfbzeXC4sxc/LHTxcgFQ9sbSvcYyQU1dc1KuRmr/VLhkz/9e1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//+HixbkldI////////////9P/+JT9xLhsV3cWshLjZBwAG8aCE0vj/Dwwt3LWdzff/AAAtOQ4C//Ll////////////3P7+k56b/9ewmL/jAAAAUisW//3ssLnHqWV2////x+/3DQwv0qqT1fr/AAI2MAYC//XkvOL5AAYrbmFQZFxi15mB/////P//JT5omGpY////////////////////////////////2f3+lJuX/9q0kLrfAAAAVy4c///vq67ArWl4////wOz0Dwws3LWdzff/AAAtOgwC//jnst30AAYocGdXY1lf2p6H////+P//IzpioXNf////////////////bZvCAAENvZFy////////////xtribm+BhoB+oYmC8fLtOGOJUiEq////N5K+AAAAzqd/jarHAAALeUkp6uLUJliKbi0p+vz4THmcRRcj////T6bOAAAArYtkeZytAAAPZ041hIGKipyeAAAJ+cee////KEJorVJB////JEBrm21b////k8DRChAetWxW6f/+DSFRrnNd////qdruAAMUoFxB6v/7FTBlHw0Nz7SXgrLUCwAO46aI////////////////bpSzNxUf//rV2v/9AAAQ/9Cj////IzldsVlI////KUV7Lh4Zy7yqkri9AAQUgEgu//71eLTWViYo9vXhQm6TTBwm////RJ3FAAAAzKF6m73QKRMk/+C/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//+HixbkldI////////////9P/+KEBwQzw1WGtnAgwWcC8o/O/m////m7zUVmJ1MD1AWzUy2c28////////////////4v/+qLKtmJ+SACVSNwAH+M2z////rK65s3d9////////n8DYVmF3Mj1AVjMw19O/wuP5QV5xJCYgt5+MbJGkThMX6cGxoNjrAAojLwoOg01b/Ozd////////////////////////3/3/qLColZ+SACBNPAAI+tK5////qKWyt3t/////////m7zUVmJ1MD1AWzUy2tXGvd/1PVltKSgjuqWSZIueUBIW7Ma1mdPoAAYfMQ0PhVJe//Df////////m8zqAA0ZpmtL//////////////39////////////////2ufzZ4CgPj9RMCcpmoBx+Pn0gaO5Oi0qaldGP1VSEAAFv4h3////4e73bIimPkJWLSUvk3Rn7PLsfZ6vTk5Kcn10AAAWakYxi5SPUj9XQlRWWiwu+dvVnc3qAAohMgwPgVFemrCvOTRGp3Nw////s9LoUVVkSDk5Fh0lkm5f/+/nze31PlFnRDArY2pdAQwWbCgh+eze////////////3/P9AEZsDwABXycuzbyzf5WYUjxRQVJVXi0v+NzL/f//LEZ3ODEuSFlXAAACZUMx8+TV////dq3MTiIm//DX3uv1aYSkPkBULyYrm3tu8fryI2eMBwABTyUmxaCf////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vrzPu6ez////6f/+Hy1emFpK////4P/9sqio7OTULUt6r4Bs1+XoycXD++vn////////////ytXhv7u6+evf////////////////////////bJaiAAgNDwAB0ZyI////////pKm/nVxx////////////zdfjvru69+fd////6fP62tfW5+bk6+no5uvt1tja9+nj4/D4PnqaeVlN1b29/vjy////////////////////////////ZpCcAAcMEwAC1qKP////////nqG3oWB1////////////ytXhv7u6+evf////5/L529jW5+bl6+no5uzt1tfZ+erk4e/3PXaVfl1P1sHA//r0////////6fv9IT1pLgEK7tS/////////////5/7+YFR05tbG////////7vz/ubm/2cjA///+////8ff57unp9vb2y9TY2szJ///6////////8//+ubrB1cS////6////+v3/9fb2/P790Nvd8ebf////yczcxcPD7tzX////3e73P3mZeVlN1r+9/fz17u7y8Onq////////3ezzvrm5zsbC////////9/j87vLy9uzq3+rtycbC+urk////////////////9Pr/dK7MPUZKyJWD9ubk////yMvZxcPC8N7X////+///KEFspXdo2OLjy8jH/vTu////////e7TSTyMn+eHO////8f7/ubnA18a////+////j8DYM0xVwYh06t3c////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////hK/TIy9Gx6uSqcXKAggwYiIeysrKSXmYTz042M69CCdSpGtW////////////////////////////////////////////////////9vz+wtjfGEBUAAAAmoFr////////4+rvSmFxTB0Z4NvY///9////////////////////////////////////////////////////5f/+49LO////////////////////////////9fv9vtbcEzpOAAAAoIZx////////4OntRFlpUSIc4t3Y///+////////////////////////////////////////////////////5P7+5NPO////////////////////v97uFyFBOxkbvKydy8vLxMrKMU95GwAC69C5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5f/+4tLO////1/L/XWh5zKWN////////////////////////////////////////////////////////////////////////+v//09bV/+zm////////////////////////zu3wAxMenmRH////////////////6/L4R3uVOgcN9+TP////////////////////////////1d3f/OLd////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vODyM0xkNzY2Nzc3Ojk5ODk5Nzc3NjU2i3llpKmxND5MupBz///+////////////////////////////////////////////////2/P5U2+FODg4inNk///0////////lbPDNzg3ODk4jXhq///1////////////////////////////////////////////////////////////////////////////////////////2fL4T2uAODg4jnho///2/////v//ka6+Nzg3ODk4lH1x///4////////////////////////////////////////////////////////////////////////////////////4Pb/aYGTMDIyMC8vNTMzbHRpeFRP7dzM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yOj4KC5TqYBt////////////////////////////////////////////////////////////////////////////////////////////////////////////m7fINDc+tYlu//76////////////sc/jNUBKUjIw+e3b////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/3///7+/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v///v//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/r9//39////////////////////+P3//fz4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5/T3xcbIy8zN08vH/vrz////8uv1////6vP7w8TG0tHQw8fK59nT////6fb/sba8tbOx1MS9////////////yNvivrq7/e7o////xM7fsaqtu7az+ebf////0t3ozsrHyc3P69/a////////2ej2r6uytbSz5NHJ////8vr/ysrNz9HQ1tHQ9PLwydDew7e59+3l2ePnzcPH+vLu////////4/L2wcHGz9HQ2NTT//r1////2N/k087J0NPTv8HF8efg////////+///usfRr66sraqpwr23//34////////////////////1ez1q7G2sK6tsq2q6uDa////////9v3+zNPazMnIxsTI9ebf////8uv2////+///zNHZ0MzJy9DT0cnG/fjy////////////////////////////////////////////////////////////////////////////5O/4+vz4////9Pf96PH0///7/////v//2ODozMnMyMvP8eXd/P//wc3Uyru80tba0NLO0dHQ7u/t0dHS0NLR5drX//79/////////////////////f7/5vP0//nu////////9f/+8+jh/vv7////////8Pf8ycrTztDQ1M/O+/Xw////////////2ebtxsLC0tHRw8TF8ufg////////////3ujvycbNyc7P4dbU///7////////////////////////////////////////////////////////////////////////////////////////////////////////////7Ozs8/Pz////////////////////////////////////////vN3qEz1ZAQAAf0o3//HeutLhZkJZ///6xt/zKENZAAAAJBAJvJaE4u72J0pyOxcReXhyQjpDvZCC////stjvABkzKxsWzauUj6e7GQYmdFlURl1kcDg39eTfgKC+AAcRGwACxqeX////w97oEBxJVikkbHNwTS4z4cm12fb/MlNsAAAAelZIjKOrAAAeSCcfenJzCiktPAkS8c+9////////sdjoEjpZAAAAiWFP//Xp////hqa9AAgbAAAANxQR1rmn////6f38U3+SHRUaXFNLUVFNBhgie19M/Ojb////////////psHMFS09OzYwYmBZKzc7JCAb2Led////5fr+VXqXAAQNQA8S4buk+///U0tx4Me38//+YICUAAQNCQABgFxK++vb////////////////////////////////////////////////////////////////////////////SWyhyKCN////ocLkVlVv//jS/////f//iarAAw0pIQYC17OhibPOAggWSSIhO0hRAAAAZEIsztHNIUlhAAAArXth//33////////////////////5fb/T3WZ6LWQ////////n+L3ilVK++bc////////1Or0LFJ6AAAAdVRD9eLV////////////lbnOFCY6AAAAOiQZ2bin////////////pMDTCR9CDwABqo59///1////////////////////////////////////////////////////////////////////////////////////////////////////+fn5iYmJPDw8R0dHqqqq////////////////////////////////////////rev/eGVg/+fR////OnuoEAMA6q6W////1v7+DiEswIFg////PnWbFgIA/+fH////ms/sKw0J8+TEaprAMwEW7+W9psvcAAANqnha////+v//GDRIiUsu////N2eWk0Q/////9f3/BjhhSRYP///v////YJKsQwoF//jotfX/Mhks68ewT4+wLiIK///7bqbMCQEKv5iA//z0////////////4v/9KUZksIFm////////yvD7ACBENhQT/+DR////9///MlqHFQAC7L6s////////xePzABQpcEcq//ru////p9DpAAAJkUsz///6////////PG2REAAB4cKf////8f/+ZIOV7qqL////mc/1AAwSnFM9////////J116Wh8L///0////////////////////////////////////////////////////////////////////////////4v/+AB9AQQ0I////ZqDEAwAA4ayR/////////v//SXGQmU0/////KlSJaTAu7fnkpbrEJhM29b6c////iMvrLhAe8NK5////////////////////////xun1DRIupmFP////////XI+9IAYN7dO5////////////rOn/NRsp78qy////////////////////jsTlChcc7ceo////////////////////aZ67cDUw////////////////////////////////////////////////////////////////////////////////////////////////////////////m5ubAAAAAAAAAAAAAAAAxcXF////////////////////////////////////v/L/opWD/97O1Pn+ABc1AAAAbTsn////0//9Ficvtntg4vn9ADBUh1E4////////1fX6IiZC16yJcqHGQR4t///Yb7vkHhcX9ti9////////RXOYUyUh//ziPHGekltL////reP3AAYhvIpq////////ncXYIBEf/9utq+//LRom4Legm8/gBAMg76+S7//+LCdBz5yC////////////////////v+3/FxlA5bGV////HjhtFQAC07SY////////lcfbAAAEtHdh////////////////dKzNBAAA6qyN8v/+DT1oNwoC//bf////////////6//+ASQ8bCcX//nv7f/+l6+z7rGV////OGF9AAAAGQAC/e3M////NWR3UB0L//Ph////////////////////////////////////////////////////////////////////////////dqrYIRkeN0E6tK+VNmN6Gh4VlId4//3x////7//+QmaDikI4////M16NfE1H///+r+D2KB079cio////n9jwOx4n47+q////////////////////////hLvPAAAAQBoQ///q8v/+Ij1cAAAAxZdt////////////nNbxMRkm3rqnutHcjYSEfICIrZmU//vrir3dDRcd4MOl////////////////////Xo+sZC8r///t////////////////////////////////////////////////////////////////////////////////////////////////////+Pj4Tk5OAAAAAAAAAAAAAAAAe3t7////////////////////////////////////wvX/mYx+/93MT5fADQQAhoRzVlNS6aiM2f/9EiYttXxf1fT/Dy5NpltK////////wOjyIyM22bKSc6TIOhYm//fPXavRQhQb993I/////f//N2WFXisj//vmO3CblFZI////n9v0CAcez5J6////////iLbMJxIZ/9y3qu3/LBkm3LOb////uMTXaFFmOEREJgcR16mV////////////////////////lb7jNCw5PFJaAAAAml1G////////////UI+uGA4A6byf////////////////v+jyAAAbqV5K1v/9ABsziEop///2////////////////P2iLIQAD99e89P/+ka2v/7mZtOX/BAkZa0kxXnt/vWpX////LmB2UR0L//Lg////////////////////////////////////////////////////////////////////////9v//F0Ffj1dD1ezmCQ01NiEXzdLAgnFt5K+Y////7//+QmaDikI4////NV+QdEM+///xq9XrJhw58Mal////odXwLhok4L+o////////////////////9f/+LEeDHw8WUD0u8Z+DqO7/AAgaPkM2gUND//jv////////nNbzMRom3b2oj7PJRDk7Kzc/d1pO//XejMHkDRcb68mq////////tpir1qu0////Xo+tZC8r///t/////////////////////////////////////////////////////////////////////////////////////////////////////Pz8Z2dnAAAAAAAAAAAAAAAAlJSU////////////////////////////////////vfL/qJKC1tjNByY3TxMT////aYy4fkxY8//8FSw3snhb7//+J01sf0Q2////////hrjTEwwG5cCdeKXJOhsr//3UkNLyLBQd79G3////5v/+ADFJbTQX/f7yMmCPiU9D//79w/D/DRsysHtk////////TIGdKQkB/+jGqer/LBkm37efxd7rc3SE2u3ieZ24FQUWy5+H////////////////////////////LnumAAAAXicZ//Xi////////////Wo+vGxMK6sKl////////////////t9/rAAATmlRE2//9ABw8iFg4///1////////////////PV+IEwAC8c+08//+nLCw882zSoukAAAA7MCi2f3+SjRY//znM2mDUBsK//Lg////mr3PTEFLpm52////XH2ma0hMs7mzub6+Slx6g29g/+rc////////////////////////pdruCQgW16eH////Gj9ubC4i////XnenlX+A///77/79RWaDh0E1////OGCRd0lE///7rdntIBUy4raU////crjZOAsZ78y3////////////////////v+n2DQodn2hRoaa5eVVsWoaeIwAD18OxR2GM6Mqr/////v7/ndbxMRgk3rmi9Pf77Ovs6uzs8e/t//38iLjXBhEZf2hXpqWhW3+QNxAe5Kma/f7+YY+uZC0q///t////////////////////////////////////////////////////////////////////////////////////////////////////////zMzMHh4eAwMDBQUFPj4+6+vr////////////////////////////////////wPL/qqCTaYKQBQkNvYJo////tuT/YldfxrmsIz1IqnNb////hK7PLxkw2rCQvdjVHipHbSoq9/fwSnibKQcO17Og3+/uN0hxlmdW2NbWUXuUGRAT1amQnMnVBg8fJx4SP0dNUEhHYWl8UzZC28ivk7fHFA8cmVdK//35o977LBkm4bmkrNThGxQW6dm3k9PvNxUj4rCb////////////////////////7//+IFqBAAAAgD80///7////////////WY6vGg8G6sCj////////////////wObyAAAgn1NB3P/9ABo5h1Ix///2////////////////QWmWGAAC89G19f/+p77AoJqVACpGaTMZ//nq9v//ZoeiwJeDRXqOThsP//Lf////vdvrHzNS1Zt8////mrPTr66lQGWEhWtcbHiBn0dA//r3////////////////////9Pj9M2ORMgAG9d3EuNzuEBE3oF9N///7k9L3alFN8dTDpMfcCRkzkEc98/r7HT5lWi0n5NHHtdnjBgIxUjkiubmlFj1nXhYe/+nZ////////////////////bJzDCwgI88Ke3v7+G1VzAQYGiFY9///4eq3Io2VW////6PP6PnSUGQAC476o////////////////////ibbUCBQYjnViuri2cZimRy0s77+nyOb1GDlWXCAh///r////////////////////////////////////////////////////////////////////////////////////////////////////////////4+PjlJSUoKCg8vLy////////////////////////////////////////3v/+ZHF5BgAbRQ8X++fR////////b3qbRktVHyw6rHtq///+////p8vgVEhRMzU1jXdu//fp4vj/AlN7BwACXiMm27iw6v3+b4CTPTQ2SUE+5Me4////1OPsh5WhsKqgSm59Z00+/v/0jLXOSzg+NzM0sZaJ//z0////o933LRom3bOc/f7+kZ22UUxlSUhEtIN2//7+////////////////////////Y5OvBAAAeXFWOFxool9W///2////////cqjDBgAA1Z2F////////////////ndDrAQALznZf5P/+ACVJYSkY///0////////////////G0p4RgAK/eXS////kbO/IRksBwAB06CC////////t83bQz1XMU5WWC0s//Hd////1e78M05y77yY////5O34qtLYJiE8TjM2gYBtu3Bh////////////////////////yt/wUGl4alJMzMW5fJOpUE9TjG1s//rkqs7hVjFQ3rqu4vTzlZunx5ufwubvACdNIQYGfEhSnrCzLSZCraGKSGp5Oy0w2bGh////////////////////9P/+HzpmWQ4a//bj////VomlAAAA0KaJ////ttfoMj9g///j9///utPWh3CD59PL////////////////////grPSDBcb5cOm/////f//uqux28HH6Pv8oK22nn6L//7u////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8//+GkJUAAAAsYBk////////////zO//AB0qAAAAz5d5////////////////////////////////u+T2cHt9/9vD////////////////////////////////////////////////////////////////////////////su//Lxkn27CY////////////////////////////////////////////lr7VAA0UiEY+///9y+r8O0xpvYh1////////2vP7DyVUQAYG/93S////////5v/+DTpXQSIL/eLQ////cZ3DAAAAvXdk////////////aKLDAAAAuo9s////////ZZ+4AAAAVi8b/+3j////////9v//PHGGAAAAeEgt////0uP81uvvTmeM48Kn6fb39v34JWyIi1I8lrvAJgoQ25V9/////////////////////////////////////////////////////////////////////v//7vLy/fTt////jMrjloN3///ztuT7Jxw7+Mmm////////////////////////////////lsfwARAUxpp4/////v//IUNnXCAe//bo////8v7/ZJKo5qKC////8Pf98+7p//35////////////////////gsHjBxYa/NS2////////////qJOf48vF8/z8+vPs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4O/7TXOTAAAAIQEC7t7J////////////////TnSHAAAAPyESw66g///9////////////////////////////+ff29Ovu////////////////////////////////////////////////////////////////////////3u/8MmiEAAAA17Kb////////////////////////////////////4PL7aIqVAAAAAAAAkmtP/+/l+///OWeWAAAAgFdH6c/B////v+LpHUFSNg8XgHlteHp1IzNESS0c5MGr////////+v//ZoaSDAAQaFhOgIN3UGdvEQ0SonZY///0+f7/kK6+ABQnAAAAspJ7////////////////psvWAAAKEwACo4lwY42qOUhGChgmLy8nfG5if6iuAAAA06B/4vT3AAIsczso//br////////////////////////////////////////////////////////////////3fX+DDVbgEo2////////9O/u7/f8T3eaAwAA67eW////////////////////////////q8fbAAQwAAAAroBo2+foNmuSAAAANhcG4M/D////yuXxJC1PMAAG7c24ebnbEgYN48Oo////////////////r8vaGTxVAAAAUj4wamtra2tqOl5qQAAK58OwNnKZWCwk///v////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4O/7foiUjoqH2bqu///+////////////////2vD+j5aedn2Bwq2f///9////////////////////////////////////////////////////////////////////////////////////////////////////////////3u/8gYuTdHl65tvP////////////////////////////////////4PL7eIeViYaEkJCQpJKL/+/g7/r/nKe6iIyJfWtz6c/B////////5v/+b42fZmRaZGJcjnFt/+7i////////////////////m8vdXGptaGleaWFd1bGl////////+f7/m6y/hn96rpmR//Pp////////////////+P//nLPCgYeMoo6FwczMe4CFhIB9eHl7wqqhorjCoYeL//Dn////ocPSlZGL//br////////////////////////////////////////////////////////////////6vn/b4agrJGL////////////7/7/laOyk4qA8NfH////////////////////////////qsbahICAkJCQwKOh2ufodomdkJCKioSN38q/////zOPxfXySg4SI7cy3tt7tbGp17NrN////////////////rsrZfnh8j46NcHV4ampqampqdG1qtZ6S/PrzhaO+lX+A///1/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7vf6mKKxhYCA1Mi6///7////////////////////////////////////////////////////////////////////////////////ytzhj5aek4mIrKah39bN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v93pMyA6UVNVN01C06WF////////////////////////////////////////////////////////////////////////////oNHvFRcgOi4nVThAOTlDS0ZA3c2+///7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/n98+/u////NF59aU1A///7////////////////////////////////////////////////////////////////////////iMTeSQgm/+vS////////uO7/ZW1w/d67/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yOPuZ3J9gX56a3F2waea//76////////////orPPaGtxs5KCvdLPd3Z6y6+ql7e7e2xofoqLwaGQ///79P/+d5+vamFl6c/D////////////////RGmVc1th///71e31aXZ4fnJlsaWujZKl38u52OnwfIiKgn11goKA58Kt////zOr2a3R/mG5q//nt////////////XGOXT0VJXWFhX1tZOU5XYVJA/t/T/f//fY6wcFhecG9vzaKX////////v+Dsam5zpXx0///6////////xNbkc3aJfn19m3Vz//bqvdLsbnJ3nXlo0NjOf3+AupeTqMbIdWlxg4+Nq5OF//Tm////kLjJYWNo5Lep+///fI6XWl1fhnZt///7wt/0cm96eoGBrJmQ//fu////////////////////+/z+ssjc//bo////xtrvzNTX///5////9Pz/kKK4e3l1fHh269PDy+jxanF5jG9wh5qfe4B9pJmQydPUfoCBeXx91bap////////////m7jJdGtubHJ1waCQ////////////+f//x6qw+fHu////////k6a1XWNoY19b+uPS9P/+coydn4J0//nu0+n3gIeOa2914b6u////nbbEW2NprJaEmZi1t7Cq7ejiosLOdWpyg4+Nq5OF//Dm////////////////o6vEbouZU15kTEpXhW5k//bj////////0enzhISD5cu4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0unxTnSRAAAAORoLzber//76////////z+/8ABY9KRUDe3ZsBxIrIAACnaCbRUZCgEs3qa+vPTRQ5Mahk8PjAAAMT0U0wqKT/PHv////////////P2aKdllY////NFSHGwACbHdqACY/AAAAwpBwqdjmPhwWpJ2LYnuVWzU6//PWQHeqFAACc1ZI48Wy////////////LlmdJxkhXVlTVFRVa2Fay8Gw+v//VneYHQANoIp3f5ybNx4nzaKX////KVWCHgUAfGBU6869////////z97oI0tyAAAAr3xl5/btBkJuEgABiXliJDFJCgABjHlwVWRiZSQfq7CtN0BkvZN5xN/lABI0STUiqaGUUmtuAAAASDkrJzNAdFxe0vDmD0ZxAAAAsoNw//nx////////////////////1/L6Gyxb26KB////T4C1WztD//nc////9v3/ha/GAAANVyAU79vOM1uGIAYEdWteKztLAAAArH9g09zcADJRCAAB3bqe////////////rsbUCTBJNxEKzbKg////////////Y4u7ayIq+/Hg////fbC+AAAAMBMJQ1JTRjZF8+PPP3+jHhcP/+vBr+v/AAAAQBgK58u8rdPpAAENVykZVX5/AAAEVyUU197VTmt5ZSAdq7CtNj9ksohw//33////////9///AChJFxEHfoR2fn6HHC82aTQt/+fX////lc3iAAAAxopn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2P/+ABYyt41r////////////////t+X/AAsdwJt6+P//LEZvjkY42P/9tqef///n0/D/DxlEvY1ma57BPAof//TP8vPz/vj3////////////QGaLeVla+f/7FSBUvHpl////ZqXGIw8Z8Lqgu+3/6L6m////bJrGHgAN9uOzLFWKk1xR/P/78+rp////////////n8rjZ0BBtaSb4tLN////////td3wAAIZtoVj////////N2V+VxUH///wITlsqndk+f//9Onn////////////gLfVSSco///z3f/9AB88hmBD////SnimYCUn3PLnqa2u/+3K9v//EjRph1I7nr/KKA4s/+e6kdb3AAAAj29X//735/b9cW6D6bSfgM/1Rhcl/+TN////////////////////////lMTbAAAAWzok////Ill9BQAA4sOt////////6P/+LD9cv3Vf////GS9hrXZj////fJy6OhQs/+7J////c6zNXCkq//rl////////////////kcnizZd+////////////kMDaAAAafDkn///20e79ABM6Ujoj+uvl////hZ63uHdx/f//UXebf3Z4YH6aPAAS/9i8////ZZO8KQoS/+W/5v/+Jk9sjEg74fb5qbKy/+zI9v//EDRpfkQx//vu////////yPr/XktD3KmS////////hb3bAAAA0pd1////7fb5yMjH9uvk////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wub9ABMsrIpp/////////v399enu9/z/UYClZSs33MzDUnmShEI3/v//9Pn+Wo+mCA4TIg8H79a7cKDDPRkq/+zJ////////////////////QGaMeFpc9//7JzVfxZV6////mM3uLB0v8byh+P7/yePvJ1VuBgcIZ0Qy/Pr1LlSHk2BU///5////////////////ncjfFhQYoIx6Zn6JZ1pO//78a7faGgkS7sit////////YI6yRRch/vzaK0t8q3lm////////////////////cKXDWSUp/+7a+///bqPDQCYn3bGid63EYS4s//jm9fv/f7HEDhksCgYFyqqPqs7eLBw3/+i6cr7rOiYr+9nB////////////9OfpaarRSSgt+djC/////////////////////f//Ol2JYkU5eImDaGpnOUVHUGFbsJeD//br////1fr/JzlSrWdU////JT5trnhm////eKjLNxkp/+bF////eqzJUyUo++rX////////////////pNPgxpqB///+////v+L3ACpDAAAAhiso///2qdr0GSE33KSH////////////7OLn////2/b6IkteBgACuZB+////////a5a5QRor/+/N////P3OfkFNI/P779fn9f7LFDhksCgYFw52G//79////////xuf3yrqy//zw////+///Xo+hAAAAy413////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////web9ABYvmHRZ6ejo4eXnlI+et2l3////2eLvoq+/NkJiDxYdikc8////WnynCAgIVzYj4c27////cJzAOxgp/+jG////////////////////R3GdeFpf+f/6JTVlvYt0////jMPkKhss8rug5/7+FzFeEA0Nj2tX9/jp////LUx9jl1S///0////////////////LEl8cTg1/PvwlbvcLhY5//zKfcvxKQgS78+3////////O3KMRRAE//7oLUx/pnZi///+////////////////cafFVCUn/u3Z////4Or1ssLPSFFzGSEnYiIf///4hKfKBgcPOyAWz7aj///+p87hKhk2/+S0dr3rMyktrJWCq7CxkqChrJqW///ocbblTSQt/+XP////////////////////vu37FRsj3LCNwuDuAAYVcT0j7P71c0xX5Mu9////4f/9LT9aq2VS////J0BwqXVk////daLCOBgr//PQ////c6vITiEl/OzX////////////////n9HdwZJ8////4v37J05iAwAAiZKBpXF4///wsN30Gy5FpHxesrq5nKWlnJmZ582/////7//+BjdPKwAF/+jZ////////bpq+Ohcr/+bD////OmuVkFBG////g6bHBgcPOyAWzrej/v78/////////////Pz/////////1OrxWXiHAAAARxoJ9M67////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////web9ACE4RSsckYmDWXaCEhMf14lr////ByRLvJZ7////PmyTgi8q////ACw+iWA/////rbbe///0eJ7BOxom///c////////////////3eryIT5efFdP////Ii5OuYVv////ltHyIRIn97yetfT/DA0J+dq15fj/s6vD////LU99lmdY////////////////////GUWAlE9D////f7naEQAP27WSwPP/ChAvy5h9////1/z+AB03djIa///9KkZ1sIFs////////////////////ebPTXSgq///r////IEhveFZI////ZqbQVRUc/f/3JlpxUSoP////ssXx7uXcstHdKRo0/+2+zP/8AgcmqX1q4fXyAD5oGQAC7+G8Rn+rHQUOxKqUyMTN8+jf////////////VYq1Rxke//Xe1fv/Ehs6uHld////VYi8wKmU////sdnkFyMzrWlS////JkBss4Jt////g7DSGQUSy6B9////Mm+aZhog//jo////////////////ns/d1aGF////RWR6AAAAqnpg8v/8lmJ6//Hl4vv/EzRZbDYv///4LoOoAAAA26B6////T3qqHgoNRz5DyJSD////////c5+6MwkX/+PJ////OWybkE1C////JVhvUSoP////scXy49jR///9////////////////oLrFAB4+AAAARiQh5b+p////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w+f+ABkyiWdN4NvZx9bZb3V7w3xz////UHJ9WDU4hYuOMi050Yl1////THSJYk9FlI2RZChO5+zeGFN6FwAChl1Y48zI////////////rdLjBxEoh3BSr8PHCBMSw49w3u72OWuQKgIL88Gn3/7+N0hVmpB6VU5qnllpyubyAhEyQxsZo3uB++7l////////////i7nWTUJLgXptLDZCKSkjjGFa//vzdZrCUz5DgHdzHjlNRy4j8cO0qdPpAgYeTiYiqoaK//fr////////vdThIT5UIwsNjXZr07aweZ6jPSAmh4uTM0VVqGFW////cZuuSDo2lo2RSR1J2cO6UYumCQABeE5H3bi2e5SvZWR0cX16Exspk4Jt1u7sFjlPIRwWMERAAAAAz5+A////////w9vpABg9XiUd2t3ZTnmeAAAAsXhk///4ea3LYycr8t3PeqnBBgENvXZnuN/pAgoiUSckt5ufkK28EA0ZWU00VGdlBAAEq21d///6////////////////qNLf0rSZYJy9AAAAf0Aj//fp3f3+mmJx+erk////mbTMTlNse3qEIDNDVkhA+fLijLHCAAMXd0gprc7TQSApvI184uvoJ1VqOQ4C//DXtMjbECtLj0w9////cZuuSDo2lo2RRhtI272y////////////////lbjfAAAFFwACc2RW//Dg/////P//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uOL6AA8qtY5t////////9PT0zbzL6+vv9f/+jIuscXZ5so2D////////7//+mpmmg3h8zbSj5e7uK3edDxYZg0hA3sK+/////////////v//2OHp4Ojjr7e+naSn8uTV2Ov0hI2bwKmd+e7o////0ODuiH6IkYWD99rDv+LxBj1jPyEam252+urf////////////////qsracW5ooH126OXg7O/s//fx////psLTaF1fg3Ns//Pn////pMriBDNRSyceo3mC//bp////////sMzcQ1ZkJxUTgnFl3Let////nqDEcHaAoH90/vPo/////f//pq68gnh6tqCT8u3lX5y9AhsmcT0xzqiq////mrPOYF5ex6KN////////zNzn4dfPwNPYjZCN8uHX////////v9PmmaCcraah09PRmaKvmpmXvKep///2tcDRm3+V9eTY+f//1M7a79rds9nlAzRTTSUfqYiPepusQSQ33tnAboCNoHl4//fs////////////////////st7rOkdEAAgbSw8S/+HX////3fz/kVp38+bi////////wNrwXl1noX9t///t8f/+oay3q6WewL27y8nJpLS3uKOe3efki5mpxLqu///2pb7UmZST28a9/////f//pq68gnh6s5+S+/Dk////////////////Lk6NJAADzaWJ////+f//r7y578a2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ve3/AAwpsoVn////////////lY+YwYJ6////////////////////////////////////////////6//+qbCy//bg////////////////////v8PU2L6/////////////////////////////////////////////////////wPD9z7it////////////////////////////////////////////////////////////////////////////uef128Cx////////////////////vO//XSoo////zuP20a2s////////////////////////////////////////////qMHK/97L////////////////////////////////////////////////////////////////////////////////////////////////////7Pj/vcTF8d/R////uej238Cx////dKPMNRIl/+3I////////////////////////////////l8vhAAAAEAAB7Mqw////////2P/9VzBD/ubS////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NHCiTQAO///v////d6fJPS0u+tOy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////u93qJURbAAAGIBcQNzc2Nzc3KTY3KAEG2pyE////////////////////////////////////////////////////+fj7////////////////8//+GUZjYykW//jo//////////////////////////////////////////////////////7//vz9/////////////////////////////////////////////////////////////////////////////fz//v7+////////////////7vf6Z4ORYFFODxUhb1Q/////////////////////////////////////////////////+ff7////////////////////////////////////////////////////////////////////////////////////////////////////uOD2AAIpo29W/////////v3+2O/3GTtgOxMF/97F////////////////////////////hai+FB4mDQIAw6SM////////z+n4MUtYBgMASTou8tjI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zuv0L0dqNSwmQzY4DQYSSzlE///o////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7fX6z9HT3tzb0NPVyMjIyMjIy8jI3dfW/vv4/////////////////////////////////////////////////////////////////////////P//ws/W2MnC//37////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6/n/ra61ubGr5uLb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7Pf+vL7J6NnT////////////9fr909rd2NPO+/Lr////////////////////////////3uft08/O4uDe////////////8vn+0dHS2Nra0NDQ+/Xv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4PL5tbvAwLi52NTR4+fn/v33/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v///////////////f/////9////////////////////////////////////////////////////////////////////////+/3//////////////////////v/////+////////9vf7//z7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////utzrMEdbLSwtfVRG+ufW////////7//+knyI162l////+///eZipIyEiLi4sfWhe+/r2h7HMMTM157me8f/+TGx/Kikom3Ng//vzjrHGKigoYVlGYGF3T0tb1LeertDdQjw5b2xiWFthxZaD//79////////////n7fNJTlXOVZGLC07LSwypodw//7v////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zMzMe3t7h4eH4eHh////////////////////////////////////8vj7dLDQRDMx37Cc/vv4////////a5vGJgAP672f////iLvRAAEGVSsiu7+wNU1ui2dl5ObiMWiGvIlz5f79AClDSBID7NzJ3Pz6FRtPejIqsc3LAjxZGQAC2bOcnsralFpH+PTvbZHBQCIt/9y8/////////f//V4CVIwIC1cSs2tnclbjFGxMUuYNm///+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/BwcHAAAAAAAAJiYm4eHh////////////////////////////////////u/D/mot9/93M////////ptjsAAkrKgAF9smz////IGCIPisi//3n////9f/+qo2Z893VzOv2Q1h1UmlxEwgG5bKb////xej0IiFG3amK////c6/WOh0n9863zer1//DbzOHpFj9lLgAE/N7F////////5/39gIyV1ZF6////////5//+DQwxcyIk///7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v7Xl5eAAAAAAAAAAAAAAAAiYmJ////////////////////////////////////wPT/m41++dTE////2Pr/ETlPAAAAXyUr6bWu////MmKFoXBY3ePl6OHe/Pn2////////////gbvJAAAAnXhm////////x+zzJCZJ1qOH////crDXOh4p+M62////c5zFAAAPJAUBsaCJ////////////8Pj+09vh//fq////+f//bpChAAAAjDsv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fn5UFBQAAAAAAAAAAAAAAAAfn5+////////////////////////////////////v/P/mIt8/9nI9P/+L0xaAAAAoKqOr5uhzaer////N2mRXjkqqaWggpaYSVZloXJd//3t/f//KVqMAAAA1ol4////////yOnzJCdS1qOJ////c7DXOh8q/NK6s+bzAAAYZ0o52MW5//////73////////////////////utbtSGRzAAAAMQ0C4sWq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAACgoK09PT////////////////////////////////////vPL/oo1+/+rXTnywAAAAlFxD////kHuVyZab////h7XOJQsh///ZkNXxAAAAgEol////b6zOCQIUfIh+bExS7ryt////y/H6Hxsm1J+I////d7fhMhIj/NK4lNDkIhgI////vNT/m4Sg//73////////////////l7C2AB00AAAAUjst6Mu5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+qampVlZWYmJixMTE////////////////////////////////////////xvP/ppyMaoyRAAAWZigi//Xn+v//lHmHz6Oi////9f3/haXBSlhlJzA7fVdE7Ojgo8DVKz5MT0EwysS4SWZ8aicj39fLeZ6wKi0i6L6iwd7uIkdmYDIs+t7M5/f6X3GAbmVkQSxCrHl3////////////////vNTtAAQrFAACpYtz++/n////8+/x////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3+/v7////////////////////////////////////////////7P/+PFpiAAAFQAsK9dG+////////gWmKw5OY////////////wMfSysK///jw////4Orw4t3a6enp7erp5e7v2dbW9PLt3+Po4uTk/vv26/T40tLW7+fh/vz7////8ff9zcnM2NPO+/Ts////////////////fbHVAAAAzYhv////////irHCypt/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7fX6m77QAA8eCQAB0LOf/////P//zN/iIyc2d09A7ebh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qtbtDQosqGRWzM7PjJyuCg0q1KeJ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////u93qOExfOzo6u6GM////////9v//bYmYOTo5ODk5vaSV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////mL3YMDNHLy4vVjE4UEph8t3F/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + 0 + + + + + -0 + 6.690972222222222 + 5.145833333333333 + 1.243055555555556 + 0.6805555555555556 + 0.6215277777777778 + 0.3402777777777778 + + + 6.06944444444444 + 4.80555555555556 + 7.3125 + 5.48611111111111 + + + 4 + 0 + 2 + 2 + 1 + + + 1.243055555555556 + 0.6805555555555556 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.243055555555556 + 0.6805555555555556 + + + + 0 + + + + + -0 + 1.597223611111111 + 1.74479375 + 2.972225 + 0.239634722222222 + 1.4861125 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.972225 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1215791666666664 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.666666666666667 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.879336111111111 + 0.119817361111111 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + + + -0 + 6.652777777777778 + 5.590277777777778 + 1.319444444444444 + 1.347222222222222 + 0.6597222222222222 + 0.6736111111111112 + + + 5.99305555555556 + 4.91666666666667 + 7.3125 + 6.26388888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 1.319444444444444 + 1.347222222222222 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.319444444444444 + 1.347222222222222 + + + + 0 + + + + + -0 + 6.597222222222222 + 6.069444444444445 + 1.444444444444444 + 2.055555555555555 + 0.7222222222222222 + 1.027777777777778 + + + 5.875 + 5.04166666666667 + 7.31944444444444 + 7.09722222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 1.444444444444444 + 2.055555555555555 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.444444444444444 + 2.055555555555555 + + + + 0 + + + + + -0 + 4.1875 + 4.671849305555556 + 1.111111111111111 + 0.2396347222222222 + 0.5555555555555556 + 0.1198173611111111 + + + 1.111111111111111 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.111111111111111 + 0.239634722222222 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng-repeat + + + + -0 + 8.880208333333334 + 1.699627083333334 + 2.899305555555555 + 0.239634722222222 + 1.449652777777778 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.899305555555555 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.05213472222222196 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.0590791666666664 + 0.666666666666667 + 0.0590791666666664 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.803819444444444 + 0.119817361111111 + 2.190972222222222 + 0.2396347222222222 + 1.095486111111111 + 0.1198173611111111 + + + 2.190972222222222 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.190972222222222 + 0.239634722222222 + + + 2.190972222222222 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model / View Data-binding + + + + -0 + 0.3333333333333333 + 0.177134722222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.184079166666666 + 0.666666666666667 + 0.184079166666666 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/tutorial_03.graffle/image13.png b/images/docs/tutorial/tutorial_03.graffle/image13.png deleted file mode 100644 index 6a467a14149f..000000000000 Binary files a/images/docs/tutorial/tutorial_03.graffle/image13.png and /dev/null differ diff --git a/images/docs/tutorial/tutorial_03.svg/image11.png b/images/docs/tutorial/tutorial_03.svg/image11.png new file mode 100644 index 000000000000..a83e9e7f82ea Binary files /dev/null and b/images/docs/tutorial/tutorial_03.svg/image11.png differ diff --git a/images/docs/tutorial/tutorial_03.svg/tutorial_03.svg b/images/docs/tutorial/tutorial_03.svg/tutorial_03.svg new file mode 100644 index 000000000000..69961d5fc3db --- /dev/null +++ b/images/docs/tutorial/tutorial_03.svg/tutorial_03.svg @@ -0,0 +1,1377 @@ + + + + + + Produced by OmniGraffle 6.5.2 2012-04-04 22:31:40 +0000 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Canvas 1 + + + + Component template + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Model + + + T + emplate + + + + V + iew + + + + + + + + + + + + Scope Inheritance + + + + + Implicit Scope Declaration + + + + + Model / V + iew Data-binding + + + + + + + + <html ng-app="phonecatApp"> + + + + + phoneList component + + + + + + <li ng-repeat="phone in $ctrl.phones"> <span>{{phone.name}}</span> <p>{{phone.snippet}}</p></li> + + <ul> + + </ul> + + + + </html> + + + + </phone-list> + + + + + <phone-list> + + + + + + + + + + + + + + + + RootScope + + + + + + RepeaterScopephone: Object + + + + ng-app + + + + + + ng-repeat + + + + + + + PhoneListControllerphones: Array + + + + phoneList Scope + + + diff --git a/images/docs/tutorial/tutorial_03.vdx b/images/docs/tutorial/tutorial_03.vdx new file mode 100644 index 000000000000..26cc3dd417a5 --- /dev/null +++ b/images/docs/tutorial/tutorial_03.vdx @@ -0,0 +1,5108 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1 + 1 + 5.259222222222222 + 4.645833333333333 + 3.152777777777778 + 5.930555555555555 + 1.576388888888889 + 2.965277777777778 + + + 3.152777777777778 + 5.791666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.930555555555555 + + + 3.152777777777778 + 5.930555555555555 + + + 3.152777777777778 + 0 + + + 0 + 0 + + + 0 + 5.930555555555555 + + + + 0 + + + + + -0 + 1.803166666666667 + 4.645833333333333 + 3.486111111111111 + 5.930555555555555 + 1.743055555555556 + 2.965277777777778 + + + 3.486111111111111 + 5.791666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.930555555555555 + + + 3.486111111111111 + 5.930555555555555 + + + 3.486111111111111 + 0 + + + 0 + 0 + + + 0 + 5.930555555555555 + + + + 0 + + + + + -0 + 1.638888888888889 + 3.555527777777778 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 5.291666666666667 + 1.894622222222222 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 5.291666666666667 + 7.25 + 1.402777777777778 + 0.5416666666666666 + 0.7013888888888888 + 0.2708333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.402777777777778 + 0.5416666666666666 + -0 + + + 1 + + + 0 + + + + + -0 + 0.7013888888888888 + 0.2708333333333333 + 1.402777777777778 + 0.5416666666666666 + 0.7013888888888888 + 0.2708333333333333 + + + 1.122222222222222 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.197345180555555 + 0.4623412083333334 + + + 1.197345180555555 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2054325972222225 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2054325972222225 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.197345180555555 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7426499999999999 + 0.2800576388888889 + 0.9571888888888888 + 0.2396347222222222 + 0.4785944444444444 + 0.1198173611111111 + + + 0.9571888888888888 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.9571888888888888 + 0.2396347222222222 + + + 0.9571888888888888 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + + + -0 + 1.5486125 + 1.203127083333334 + 2.930558333333333 + 0.239634722222222 + 1.465279166666667 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.930558333333333 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3191916666666667 + 0.1215791666666664 + 0.6383833333333333 + 0.01388888888888889 + 0.3191916666666667 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.638383333333333 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6383833333333333 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6383833333333333 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.837669444444445 + 0.119817361111111 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + + + -0 + 0.5277777777777778 + 7.25 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + + + + -0 + 0.7083333333333334 + 2.802625 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 2.379013888888889 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 2.020833333333333 + 1.896902777777778 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 2.725694269097223 + 7.243055555555555 + 3.715277427083335 + 0.01388888888888889 + 1.857638713541668 + 0.006944444444444444 + + + 0.868055555555556 + 7.25 + 4.58333298263889 + 7.25 + + + 4 + 0 + 2 + 0 + 1 + + + 3.715277427083335 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 3.715277427083335 + 0.01388888888888889 + + + + 0 + + + + + -0 + 9.680555555555555 + 6.629701388888889 + 0.75 + 0.3101166666666667 + 0.375 + 0.1550583333333333 + + + 0.75 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.75 + 0.3101166666666665 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + + + -0 + 2.854166666666667 + 7.383706249999999 + 1.319444444444444 + 0.2396347222222222 + 0.6597222222222222 + 0.1198173611111111 + + + 1.319444444444444 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222223 + + + 1.319444444444444 + 0.2396347222222223 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222223 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng-app + + + + -0 + 1.111111111111111 + 5.787652777777778 + 1.583333333333333 + 0.5416666666666666 + 0.7916666666666666 + 0.2708333333333333 + + + 1.583333333333333 + 0.4027777777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5416666666666666 + + + 1.583333333333333 + 0.5416666666666666 + + + 1.583333333333333 + 0 + + + 0 + 0 + + + 0 + 0.5416666666666666 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body + ng-controller= + "PhoneListCtrl"> + + + + -0 + 5.164930555555555 + 1.493055555555556 + 10.16319444444444 + 0.01388888888888889 + 5.081597222222222 + 0.006944444444444444 + + + 0.0833333333333333 + 1.5 + 10.2465277777778 + 1.5 + + + 4 + 0 + 2 + 2 + 1 + + + 10.16319444444444 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 10.16319444444444 + 0.01388888888888889 + + + + 0 + + + + + -0 + 5.307812500000001 + 5.817691666666667 + 1.939930555555556 + 1.281283333333333 + 0.9699652777777779 + 0.6406416666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.939930555555556 + 1.281283333333333 + -0 + + + 1 + + + 0 + + + + + -0 + 0.9699652777777774 + 0.6406416666666667 + 1.939930555555556 + 1.281283333333333 + 0.9699652777777779 + 0.6406416666666667 + + + 1.551944444444445 + 0.7580094444444444 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.655833545486111 + 1.093643233016667 + + + 1.655833545486111 + 0.1876401003166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2840970100694441 + 0.1876401003166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2840970100694441 + 1.093643233016667 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.655833545486111 + 1.093643233016667 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.9822138888888882 + 0.8839902777777776 + 1.19565 + 0.3641138888888889 + 0.5978249999999999 + 0.1820569444444445 + + + 1.19565 + 0.225225 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3641138888888891 + + + 1.195650000000001 + 0.3641138888888891 + + + 1.195650000000001 + 0 + + + 0 + 0 + + + 0 + 0.3641138888888891 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + PhoneListCtrl Scope + + + + -0 + 1.252022222222221 + 0.4659763888888886 + 1.265766666666667 + 0.3641138888888889 + 0.6328833333333334 + 0.1820569444444445 + + + 1.265766666666667 + 0.225225 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3641138888888891 + + + 1.265766666666666 + 0.3641138888888891 + + + 1.265766666666666 + 0 + + + 0 + 0 + + + 0 + 0.3641138888888891 + + + + 0 + + + + + + + -0 + 5.304375694444444 + 5.46704375 + 1.340251388888889 + 0.2396347222222222 + 0.6701256944444444 + 0.1198173611111111 + + + 1.340251388888889 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.340251388888889 + 0.239634722222222 + + + 1.340251388888889 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phones: Array + + + + + -0 + 3.120340559486218 + 5.80203408628814 + 2.421237030289173 + 0.01733030378260775 + 1.210618515144587 + 0.008665151891303877 + + + 1.90972204434163 + 5.79336893439684 + 4.33095907463081 + 5.81069923817944 + + + 4 + 0 + 2 + 0 + 1 + + + 2.421237030289173 + 0.01733030378260775 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 3.947459643111667e-16 + + + 2.421237030289174 + 0.01733030378260815 + + + + 0 + + + + + -0 + 0.6527777777777778 + 4.541663888888889 + 0.5 + 0.3101166666666667 + 0.25 + 0.1550583333333333 + + + 0.5 + 0.1712277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.5 + 0.3101166666666665 + + + 0.5 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ul> + + + + -0 + 1.993055555555556 + 3.888888888888889 + 2.902777777777778 + 0.75 + 1.451388888888889 + 0.375 + + + 2.902777777777778 + 0.6111111111111112 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.75 + + + 2.902777777777778 + 0.75 + + + 2.902777777777778 + 0 + + + 0 + 0 + + + 0 + 0.75 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <li ng-repeat="phone in phones"> + {{phone.name}} + <p>{{phone.snippet}}</p> +</li> + + + + -0 + 5.197916666666667 + 1.203127083333334 + 2.388888888888889 + 0.239634722222222 + 1.194444444444444 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.388888888888889 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1198291666666659 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.12677361111111 + 0.666666666666667 + 0.12677361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.576388888888889 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 5.600694444444445 + 4.041666666666667 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 1.383333333333334 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.475935395833334 + 0.9009726111111109 + + + 1.475935395833334 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.253231270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.253231270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.475935395833334 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8602083333333334 + 0.7277458333333335 + 1.208333333333333 + 0.4669805555555555 + 0.6041666666666666 + 0.2334902777777778 + + + 1.208333333333333 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4669805555555552 + + + 1.208333333333333 + 0.4669805555555552 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.4669805555555552 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone scope + + + + + + -0 + 0.9930555555555556 + 0.3998444444444442 + 1.472222222222222 + 0.3101166666666667 + 0.7361111111111112 + 0.1550583333333333 + + + 1.472222222222222 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.472222222222222 + 0.3101166666666665 + + + 1.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.725694444444445 + 3.916666666666667 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 1.383333333333334 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.475935395833334 + 0.9009726111111109 + + + 1.475935395833334 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.253231270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.253231270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.475935395833334 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8602083333333334 + 0.7277458333333331 + 1.208333333333333 + 0.4669805555555555 + 0.6041666666666666 + 0.2334902777777778 + + + 1.208333333333333 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4669805555555556 + + + 1.208333333333333 + 0.4669805555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.4669805555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone scope + + + + + + -0 + 0.9930555555555556 + 0.3998444444444442 + 1.472222222222222 + 0.3101166666666667 + 0.7361111111111112 + 0.1550583333333333 + + + 1.472222222222222 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.472222222222222 + 0.3101166666666665 + + + 1.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.850694444444445 + 3.791666666666667 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 1.383333333333334 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.475935395833334 + 0.9009726111111109 + + + 1.475935395833334 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.253231270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.253231270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.475935395833334 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8602083333333334 + 0.7277458333333331 + 1.208333333333333 + 0.4669805555555555 + 0.6041666666666666 + 0.2334902777777778 + + + 1.208333333333333 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4669805555555556 + + + 1.208333333333333 + 0.4669805555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.4669805555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Repeater +Scope + + + + + + -0 + 0.9930555555555556 + 0.3442888888888886 + 1.472222222222222 + 0.3101166666666667 + 0.7361111111111112 + 0.1550583333333333 + + + 1.472222222222222 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.472222222222222 + 0.3101166666666665 + + + 1.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 4.091307706065886 + 3.977746656683371 + 1.279850071744957 + 0.05419969209096504 + 0.6399250358724784 + 0.02709984604548252 + + + 3.45138267019341 + 3.95064681063789 + 4.73123274193836 + 4.00484650272885 + + + 4 + 0 + 2 + 0 + 1 + + + 1.279850071744957 + 0.05419969209096504 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.279850071744957 + 0.05419969209096504 + + + + 0 + + + + + -0 + 4.152809482554106 + 3.903236743409153 + 1.402841571900808 + 0.01388888888888889 + 0.7014207859504038 + 0.006944444444444444 + + + 3.4513886966037 + 3.89974151703802 + 4.85423026850451 + 3.9101811878536 + + + 4 + 0 + 2 + 0 + 1 + + + 1.402841571900808 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0.003449218073314676 + + + 1.402841571900808 + 0.01388888888888889 + + + + 0 + + + + + -0 + 4.215643226289488 + 3.832873853917696 + 1.52851308361848 + 0.03852253612319521 + 0.7642565418092399 + 0.01926126806159761 + + + 3.45138668448025 + 3.85213512197929 + 4.97989976809873 + 3.8136125858561 + + + 4 + 0 + 2 + 0 + 1 + + + 1.52851308361848 + 0.03852253612319521 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -3.947459643111667e-16 + 0.03852253612319521 + + + 1.528513083618479 + 0 + + + + 0 + + + + + -0 + 5.30174111569183 + 6.718742542094095 + 0.01388888888888889 + 0.5069650662193674 + 0.006944444444444444 + 0.2534825331096837 + + + 5.30051202814973 + 6.46526000898441 + 5.29479667124739 + 6.97222507520378 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.5069650662193674 + -0 + + + 2 + + + 1 + 0.0138889 + #2fff41 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.005715356902344284 + 0 + + + 0 + 0.5069650662193674 + + + + 0 + + + + + -0 + 5.593991536729125 + 4.749680342857284 + 0.230659920660324 + 0.8608214083289332 + 0.115329960330162 + 0.4304107041644666 + + + 5.70932149705929 + 4.31926963869282 + 5.47866157639896 + 5.18009104702175 + + + 4 + 0 + 2 + 0 + 1 + + + 0.230659920660324 + 0.8608214083289332 + -0 + + + 2 + + + 1 + 0.0138889 + #39ff42 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.230659920660324 + -3.947459643111667e-16 + + + 0 + 0.8608214083289327 + + + + 0 + + + + + -0 + 5.528944799149485 + 4.811721151142859 + 0.1605357543580147 + 0.7303100681147229 + 0.08026787717900735 + 0.3651550340573614 + + + 5.60921267632849 + 4.4465661170855 + 5.44867692197048 + 5.17687618520022 + + + 4 + 0 + 2 + 0 + 1 + + + 0.1605357543580147 + 0.7303100681147229 + -0 + + + 2 + + + 1 + 0.0138889 + #45ff51 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.1605357543580147 + 0 + + + 0 + 0.7303100681147229 + + + + 0 + + + + + -0 + 5.463468438332055 + 4.87380019511181 + 0.0989919282718227 + 0.6002834658975308 + 0.04949596413591135 + 0.3001417329487654 + + + 5.51296440246797 + 4.57365846216304 + 5.41397247419614 + 5.17394192806058 + + + 4 + 0 + 2 + 0 + 1 + + + 0.0989919282718227 + 0.6002834658975308 + -0 + + + 2 + + + 1 + 0.0138889 + #37ff37 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.0989919282718227 + 0 + + + 0 + 0.6002834658975308 + + + + 0 + + + + + -0 + 0.6527777777777778 + 3.277775 + 0.5 + 0.3101166666666667 + 0.25 + 0.1550583333333333 + + + 0.5 + 0.1712277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.5 + 0.3101166666666665 + + + 0.5 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ul> + + + + -0 + 2.777777777777778 + 5.909722222222222 + 1.444444444444444 + 0.2083333333333333 + 0.7222222222222222 + 0.1041666666666667 + + + 1.444444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2083333333333333 + + + 1.444444444444444 + 0.2083333333333333 + + + 1.444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2083333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng-controller + + + + -0 + 1 + 1 + 8.609375 + 4.645833333333333 + 3.274305555555555 + 5.930555555555555 + 1.637152777777778 + 2.965277777777778 + + + 3.274305555555555 + 5.791666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + #1e23ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.930555555555555 + + + 3.274305555555555 + 5.930555555555555 + + + 3.274305555555555 + 0 + + + 0 + 0 + + + 0 + 5.930555555555555 + + + + 0 + + + + + -0 + 8.784722222222221 + 1.894622222222222 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 1.597222222222222 + 5.077527777777778 + 2.388888888888889 + 0.4606111111111111 + 1.194444444444444 + 0.2303055555555556 + + + 2.388888888888889 + 0.3217222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4606111111111109 + + + 2.388888888888889 + 0.4606111111111109 + + + 2.388888888888889 + 0 + + + 0 + 0 + + + 0 + 0.4606111111111109 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Fulltext Search: + + + + -0 + 1.705902777777778 + 4.955731944444445 + 2.449305555555556 + 0.3559249999999999 + 1.224652777777778 + 0.1779625 + + + 4 + 0 + 2 + 2 + 1 + + + 2.449305555555556 + 0.3559249999999999 + -0 + + + 1 + + + 0 + + + + + -0 + 1.224652777777778 + 0.1779625 + 2.449305555555556 + 0.355925 + 1.224652777777778 + 0.1779625 + + + 2.449305555555556 + 0.2170361111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3559249999999999 + + + 2.449305555555556 + 0.3559249999999999 + + + 2.449305555555556 + 0 + + + 0 + 0 + + + 0 + 0.3559249999999999 + + + + 0 + + + + + -0 + 1.259559722222222 + 0.1615034722222223 + 2.111625 + 0.2681763888888889 + 1.0558125 + 0.1340881944444444 + + + 2.111625 + 0.2681763888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2681763888888887 + + + 2.111625000000001 + 0.2681763888888887 + + + 2.111625000000001 + 0 + + + 0 + 0 + + + 0 + 0.2681763888888887 + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <input ng-model="query"> + + + + + + -0 + 5.32175 + 5.597222222222222 + 1.402777777777778 + 0.3055555555555556 + 0.7013888888888888 + 0.1527777777777778 + + + 1.402777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.402777777777778 + 0.3055555555555556 + + + 1.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + query: String + + + + + -0 + 8.666666666666666 + 5.854166666666667 + 3 + 3.236111111111111 + 1.5 + 1.618055555555556 + + + 3 + 3.097222222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.236111111111111 + + + 3 + 3.236111111111111 + + + 3 + 0 + + + 0 + 0 + + + 0 + 3.236111111111111 + + + + 0 + 0 + 3 + 3.23611 + + Qk0AAAAAAAAAADYAAAAoAAAA2AAAAOkAAAABABgAAAAAAMhNAgAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5fT5qKTB/Pv5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8//+Z3Skv4tt//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////37//78////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yeH2TVdfPT07TkU/0bWW////2fT/W3KLODY0q52HpLS+ND5GfmNM//DdrM3oNjpDKCwpnYh0///6////////////iarFMz1IUT402rqX////////+v//rqK12LCq/////P//do6mKygoQD433sOq6vn/O1t6qIFd////i63IKzAzl3Ze//3xdaXGPSQm06iQ0/n9LDlEazcu////////5Pn/ZH2YNTg7e1tK+ufK////////5f/9rYqW8uDY////2/D/SlptISAeY1dJ//Larc7vQUlT5L2T7//+WnWIOjAr1a2O5v3/RWmFYDMq79fB////////////////0en8VGt+NjQxOTg7Qjw5mntl9+vc////////hJ61LywvODkyzrSd+P/+ZX6XOTUyrqGQnK24MTk/hWtY//nqpcPfNTY+Ky4srJV/9P/+aoCiNjk5hWtg//nhxeD9MD1qdFM7rK+hT01Tu4Bq1fH7PlZtcktAg4ycOkBabVxS+ePLudf3TDZdcmhic2Fe/dvD6/7/WnCIPzkytqqbkaOyMDQ5kXZh//fl////////////mcHeOTU/pYJqlavGLi1KnH1eiKCeTy4t476lrdDeSUdSRTM4cl1C/+3O////eY+nODk3gmhh+urZj6rALy4wNjcywKmV////2PP/QWB6bDwv9+7ceKG6dVQy//je////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/z/e6K1AgAAiVU1/Pvs////////U32iHwAD7cqgx+z/AAo7jVg20fTzARIyLAYGmJqFMUNqp39z///4////////zuLyI0pqg0op+/Tq////////kMX4JAAk5bF/////eKfIAAAAYUQzf5CQRkBa7ManUpnHUz42/evkNW+nIgcA5MCa0fT/FhhJblMtzrqpp8bVExQWsYRZ////////////j77hHyUwwYZd////////////S33CUxAe//LM+///M11+AAAAhndfT2eCbVBX7uPPI2CIrHlb2vn/ACJKYjMA//zdgq7gFgAUl4JY3sm5////////////oL/fAAMVOi4gx7emzc7Mm7PFABk9gmM0////i73gAAAAUzMmipmRPz5f4L6eaZvQEAAC6sCUtuT6AAAqrmlQwPH2AAgkNhANlpyJNENpt5iEkrjOAAAHt3Nm////QnytJRsDvreUKkJzEwAC076OY4S0IwQSrZhumqm2ABhHlmhI0OvxDRc9g1A58O7fZ4ipXjUk///bUIK/HQAD9dGro9XwAAAZs3Vc/////////////f//KEJ+VS0akqSfByQ0YU4loaypAAQ5TSIX3d/DKz1rdk4x39PJWZSsYDgr/+rKqNT0AAYrqIFgncjRAAAAUDAjjpqQPDxf48WgeaXXGQAQoolf59/XUICeTyUA//na////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w+j6Hg1AzZdu////////////bJnIVyw8///N8f/+QVZ+vn1QbLLXFxUf++K+////4v//s5ag9unf////////+///l7zP3Kh/////////y/P/ADFfJwAG9L+Z/f//ADxxa0sr////////x9ThyJyi////W36qPE9lGwAazJBr////uN73KSBK7cCP/////fz++fn7////////////////1f3/l5yZ/cuk////////i8PkAAAccB0A///nseT/AAMqwZls////+f//sqm65sHC2v/9TmeLNkpjOAAX/9qy////ZZLIUCY1//rM////////////1/j/ABVKLhAL//DT////////8v/+BUp/bU4Z////C1eRUTki///6////zd/s3a6tksb4QSg7/9q14//9Vlx48qKCTZzWIhwb/+vL////3vj/zKaptM3xLSxO7bGP////UYmwPRsE//TIf7/8WzA0////Rm+wbz49///v3//9Mjxfy5Jmb7XYJiAd/+m7////xu//JyIt9r6CgLz7Ti44/+rG1P/8VVBo5Z+I////////////9f/+Jzpzv4Vi+v//CkFjj1Ei////RGegnmBB////JjBovY1q////6f/9JDVJyJNe3P/8MTNRz6N6MXimSTQm///0////0+Pyz7iyXoq5Wi05///T/////v3//f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ueD5GQk/yJNm////////////ZpHFTys3///P+P/+PVV9qnRIaaTGdFVH39jP4NvY+vDr/////////////////P//nL7L0qN9////8f/+Lld0AAYFWyEa5q+k7f/+L1B2t4le3Onz6N7Y/Pf2////////yP7/BhEWaDkb////////vOL1KiRM5LaH////////////////////////////3P/9lZuS9MSj////vOTyABcxGhwKi0E7//7mmNL7OjdC37uX3ubt8ebg/vz+////////gr/UAAAAvZx7////////bZnLSiUx//PH////////////irvnAAcTv39N////////////9v/+FFODe10u////Ml+PpHlU3Obu5tzW/vT0////hsDvPCY0/9ev5v/9WF525qB6UpjKflpF3tzX4dvW+/Du////sd7+KidI6bCG////8//+g4Oqb0xeNExjZSgg///9TXe4Zzs3///p3v/9KzZZxY1jVZS4Xiwp///j////yu7+JydI7LiCe772SSoy/+jA1//8VVJl4Z1/////////////+P/+LEB3pnZZ////0un/bVp8XlluIh8uqGRH////KDhxtohp/////f//LEF8uX1h2f/8LC1MvZd0THygn3ZV3Obr5dzW//Xz////YIzDVCsy//rO////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ueD5GQo+yJNm////////////Z5LGSiUx//3L6v/9JT1qw3dRgb/mNCAntaCIgqOsDzZJqXVJ///4/////////P//mr3I2KN9////SnOMAAAAoZpytKm0zJ2m////MVeHZD0kvr+zTX2SMC8r36+F////aozJAAAAjUAm////////xOb4LSdT572P////////////////////////////2v/+lJqR/cuo3f/9AypBHAIAz9i2rY2h/+jbvOr/GCJAlW5Kqry8HVVxZUAi/+7L8//+HkiKCgAB1JyB////////dJzMTSo8//jL////////////X47HAAAO2rJ/////////+v//k6vJAAQyPxkA8Nm5SXioVjQlv7qrXYmaJi8y7bh+jr75NxYy/9+33P/8OENj7ad6a67gOiEjuaiOe56pEzNEyI9ZwN77JiFH6LGL////wtPooqe0xc7WJTpkURkb///4VHy5akFC///t4f/9MDtcxYhfeq/TSCcw///e////ksbrFxYT+MWDe67zRB4x/+/IyPn/OTlV5KeB////////////////MEN8rX5j////mqjJt7u+k6jBDw0rm1tF////KDhxtIdn////xO3/DSMww4RL2f/8Ky1LyJt3V4q0UjEmv7moYYydJi804ryCcJnPVzA9//3T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ueD5GQo+yJNm////////////gKbXAAAOknxEfJSmGwAS5aR44P/9LjNfyK+Vbp+9AAAJuJNf////////////+///o8DL8cyUd6vkAAAAiFkq////opSmypGY////harQQi9J6eHAD1WGCgwM/+CvpdL1ABcmeWZGYGJysWpN////m8bkFxAks4lt8/Hv////////////////////////1/3/paOX89y4HVmjAAAAy6F4+v//mGmA9dfP////QWCTe11fvdLNAAtBY0ge///0U4y4JRcIjJaKW0NP4qmI////TnqnORIT4MGp/v76////////aprRAAAR1adx////////9f//tr3Nt6+0uba27ODRocTeOi9P6Nq2LGuaAAYM5NGhXHqxAAAAjW82bYaZHAAP7LWJ0v/9LzFa0bqcYJW4AAANuKV0aY2lAAAAW1Q4RUxiT1ZLQygI//zQaJ7TdTUy///7MFiIUyUb7NbEh7PRAAAew4hr3P/8LCtcwpNmzubrHzFcaCQf/PzgRGGbAAAAmH1EXXiWJAAH8MOZ////////////1vf/FCVLilU+8fr9PmJwgVEi/f//Ok55uW1O////FzF1LRwVo6WQHzpPHgAD/9iq1//8KSxK05x0td/0OC9Q59e0NHGfAAEN4tKmSnWmQBcV4siw///7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+PL3+ezx////uuH6GQtByZdp//////39////cZjLOyI1lZ6HMTRCi1JH//7r////xeD4VWeIRjkxu5mB////////////////////sdDZaHBlAB5AXh0G//DR////oo2qypei////////ob7hQUheZEo56s616vn/c4WXYGBYvbKejqi6cE9M89nCbqnVAAAQTQQXxaGj////////////////////////6//+maehPlVWAAUVomVB////6v/9m2qJ7NfT////6v3/dY61OTY+iWhQ//fjvdjwW2dyfnJgysm/cISXnW9e6vHsG1yWGAACdjZB7dbK////////pdb2BBAXomk8////////////////5eT23d3w////////rMnpRlBqW0Qy27+m////lrDJeGZhjZKGNjI4kFdK//3o////wNz2UWKBSjoxxKOJ////qcDYjouGlaSkND9HwLCOio2wWVZvZFVJ88iq4f//ADduIwAFhk1Yxs3EjISe0bOw////weH9ZmJyPi0ve2ph/+7a+///jaa/fGhgh5CHMigtoGhW///2////////////os3xAA00NQAJrXuB3e3fZWCNTlBbg19O//Ha8//+LTx7cmFXUWp2PCwl17Wb////z/v/Ki1NypNr////r83vR1JsWEIy4sCk7v/+B02HHAADfT5J8t3O////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qLTajn2U////yer/IgZB0Y9v////irDY0rKJdZzJVCs9//vP////////////////////////////////////////////////////j8LhAAAANQkA8dKx////////iHuSqXqT////////////////////////////////////////////////////7v3/e56y5LmZ/////////////////////////////v//S3mVAAAAekgs//zn////9P/+c0tq38vS////////////////////////////////////////////////////veb/hYqL/97D////////////////QmWfCQAB0rCM////////8P/+NDN5k2Re////////////////////////////////////////////////////////////////////////////////////////////////////////////////////pdf4lY2D/+7Y+v//5+jk//Xr////////////////////////////////////////////////////////////////////iLjWvJ6I///6////////////////////7//+LTlVvYxr////////////////z//+MDVVyY9o////////////////////////tOH/ioqG/+TL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////pdL5ABQ+TjcVOEpPAQAANxwbSVZWFhEXoolpI0h0VSMA//HU////////////////////////////////////////////////k7HNABUvCQAByLab////////lrfPABAZIRcI17+j////////////////////////////////////////////////////+/n79vD1////////////////////////7v//X4ChAAAJQisN9u3b////9f/+WX2VAAAAWkcv+OTQ////////////////////////////////////////////////////9/L1+fb4////////////////9v/+XXWfGRAZU0g4Wl1dK0NRAQAApHJe////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9vD1////veb/AAM0uIhb/////////////////////////////////////////////////////////////////////v7+9e/0/v7+////////////////////kLXWBQULuoRJ/////////////f//XImrAAAAwp2C////////////////////////////9vH2+vf5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/7/tcXQnJyfp6KfwMK8pq+3nZqav7et4+Detb7OzMKw//bu////////////////////////////////////////////////v9DfpqOj09LN////////////x9Dasa6ppa2y3tLI////////////////////////////////////////////////////////////////////////////////////7vr/sLvHsamk6uvn////////9P//s7i/q6yorq6u9+vh////////////////////////////////////////////////////////////////////////////////////v9LhiIuOjYmJta+k2NTH4NbR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5fb/lZ+04c7E////////////////////////////////////////////////////////////////////////////////////////////////////09zmsLS76NXE////////////9v3/vsnTopua5NzU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6/b80tLU0tPR4NjR///z+/b/+/X//v//2d/m2tTP09rf29XQ//vy////8P7/u8nUtbOxuLGs5+Td////////////////8fn/zs/R2dnVztLT6uDY////////////////6fj/uMTMtbOxurOs7+3m////////6/X7ztDT3trXztDS7+bf////+///3uPkzczM+/Ts////////1ef0uLy9t7SyyMG6/Pv3////////3Ojw09DO3dzcxcjNxMPDxMTE1MzJ//Lt5fL90NPT29HR+PDr////////4Obt4NzX0NLX4N7b////////////3ev1zMzO2NjW6+Th////7PX92tfU3uDgys7T6N3X////////+P/+v9DdtrWxt7Gs39rR////////////////////6vn/uMXNtbOxubKt7uvm////////6/b80tLU0tPR4NjR///z+/b/+/X//v//2d/m2tTP09rf29XQ//vy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0+vr6////////////////////////////////////1u39J0xyAgAAnGlH////hZC2oYCE////gp7EAA8aCgAAlnFV///w7///PWB4JCUlcWtaJzZBJSQi4buP////////////3PH/PlhrAAAAKhAFwqiI////////////2evwK0xiMS4rcW1cGis5OzMo886m////0Oz9M05wAAAAOSYV2rmh////g6fCAAAATjcV+OHH////nrjIFys9VExAZmddCBkod19C/+/S////nLzXCiM+AwAAQDguRkdJOUBBBgQRhlFByfLyAA1DVyQT8NW+////////k7DRAAgrAAAArZh1////////////osniABs+FwACyrKU////2ez+JkNjAAAAGwACxKWE////+P/+V3mPHCAlbmdUOURKFhseyKJ4////////////3O3yLlBmLywpcm1cHC06NzAn8cyi////1e//J0xyAgAAnGlH////hZC2oYCE////gp7EAA8aCgAAlnFV//rl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9vb2fX19LS0tSUlJurq6////////////////////////////////////od//h3Jo/+zG6f/9ADt3VwUC/+vX////O3CbXScA///h8v/+Cjx8RxsA/+jQ////////XIizBAAA4cGN////////////1/3/GxZBsG5V////////////3fD/ACFcZTEA//jl////////PGiTHQYA8der////u+L/ABk1zaVt////sMvxAAImTDID//fY////m7rvAAEcrHdJ////////0uz/Ax9AaEMQ///v////YJnMJyQd/+nB////////qMznREg8/9ueeLTznGhG//rt////////0/b7AAYtfVcy////////////////////uNz3Pj5S4ruN////////LFuDDQAB5KiM/////f//MFubKQoA+NG0////////fabNAAAAy6Rs////4PX/ACRhXy4A//bi////////Q26ZGQIA79Ol////o9//h3Jo/+zG6f/9ADt3VwUC/+vX////O3CbXScA//zd////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////kpKSAAAAAAAAAAAAISEh6urq////////////////////////////////w/P/qpuB//jgnMTnAAAAAAAAy618////RnmYUyMA///vf7ziEAAC1KWM////////////6v/9FkBdci4A//3q////////1vf/HR1Zq3RQ////////////W5O0HQAD6sOv////////////0Pv/ECY4klEc////veL/ABgy3LFz7P/+ACVfNxIA9enH////7//+HkhkWBIH//Tq////////////gLnlGAIA3Kh/////Y5PDJiIb/+jC/////////P//1d/Q79HA7f/+QzRmvK2Vy8vT2NnTNXWgHA8E9sWX////////////////////////e7LfRSI///++cJnlAAAAk29K////////m83oDAIGs3xh////////////+v//KWCIVw0A///qZ6XJGgAC572p////////////1f/+ESk9jEoV////xfb/qpuB//jgnMTnAAAAAAAAy618////RnmYUSMA//je/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pz8WFhYAAAAAAAAAAAABQUFs7Oz////////////////////////////////wvX/qpZ88N3TAEuFTCQAm7uvfE1R+vL0RH2eVSQA///rQYnAKhYA/9yy////////////////Q2WUJwAG+OLA////////0fX/GhpTq3NQ////////+f//FlyPRyMA//PN////////////////JztsRgAS///lveP/Ah40k4ZlK2CFIwAF6cqe////////y+//ACBGlF8f///9////////////wOr1AAAUn2JH////YpTHIiIY/+a+////////////////////////WIzFKSAgpJaFTnOOAAAJdjQd////////////////////////////////dZHBHTA7AhgWYikW//rZ////////Yp3MExAJ57yK////////////////Z5K5EgAC5M6yLnWmQiIA/+7J////////////////K0ByQQAP//7Wxvr/qpZ88N3TAEuFTCQAm7uvfE1R+vL0RH2eUiIA//je////7fHx6OHm9e/w9fr73dri9e7p////5+nz5err/Pbx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////h4eHAAAAAAAAAAAAGxsb39/f////////////////////////////////vfD/uKiMpsC5AQAApW1J////R1KU1sKoVIaiUiIA///rTYnBKRcC/964////////////////Pl2THQAD9964////////0vX/GxpTq3NQ////////+///Jl2QRSQA//TS////////////+f//IDNsPQAQ///avuT/Ah84IhgHGSwzJgsCpoBt////////0vD/ACFHkGIn////////////////uuH0AAATlV9C////YpXIIyIY/+a+////////////////////////t9LlSUNm///fgbH1AAgd1Kdz////////////////////////////////y+7/AC9qIgAE6s6v////////////bp7NFREM5L6Q////////////////YIm4CAAB48qrPXakQSIA//DN/////////////f//JDlwNwAN//vPwPb/uKiMpsC5AQAApW1J////R1KU1sKoVIaiUCEA//zf////cJ6+MA8l362Zy+r9SUFkjYqDq7qyZnCMVT0989q/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7u7uYWFhGRkZKysro6Oj////////////////////////////////////yvP/lpaSHzNfKxwT/9+z////ncfghmNkVH2QUiQY///lR4nAKhYA/9yy////////////////RWimLQAG/OO9////////0vX/GxpTq3NQ////////+v//HlyPRiMA//PN////////////////KDt/SwAb///nveP/ABcxxqJu////iazYAAAYl2w1////0fT/ACBGkmAe///9////////////w+36AQAlo1xN////ZJbIIyIY/+W9////////////////////////6f/9doWN3KpmPWylTQYX//nc////////////////////////////////dq7dAAAOIw0AyJx5////////////aJzMFBAJ5ryK////////////////aZbIFgAC586xNXalQSAA/+7J////////////////LECERgAY///Wzfn/lpaSHzNfKxwT/9+z////ncfghmNkVH2QUCQZ//jZ////mL/wSUpZ/+ux+f//2+vsdJ7EKAAYo599q2JX/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pz84uLi7e3t////////////////////////////////////////5v/9MU5jAAAAm2BH////////9fv/P1qMAAYSZDwt///pkMjwCAABxJV0////////////2Pv/AC1Vh0Eb8OHc08Da////1vv/Hh5VrXZU////4/r/4tnNbJe+DwAC3raV////////////u+b/Axk1oVo0////vuT/ABk1xqFu////+v//KVRdXAMD//3i/f//KE6CQwAP/+/W////////////aKLPGwEA56+L////V47BJCQb/+7C////////////////////////////vcrdDiRACggAxJx1////////////////////////////////sNfyAAAdh0gvw+/fNz1g0KN9////////qtjwBwAeoWhQ////////////7f/+DUl5ZRkG///wd7DcDQAB2bCP////////////wOr/Axw4m1Mx////5//9MU5jAAAAm2BH////////9fv/P1qMAAYSYzwt//na////m8HwUUtk/+m2////suD4S09aXTM/WGpfpGhB////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////q9PzABgxCAAB89et////////////lMfXAAAAUywF/97D////SW+eHwADzKOL/P721ufwKVJ0NxUA//a+vN3+LDdl4caTtNTpDwAvi0kv7vbrMmeennNO////MFSAMQAI2rmj+/31yd7rFzlaUi0A//fQ////krnhAAYhqIZT7/LqcZa5AAAWpHJD////////wdz/CxMray0Z6d7O8fHvkLDKBxAcmHI2/////f//NXCfExAF4L6R////////////////////////////8v/+GWGKQwAI/+XU/////////////////////////v//ss3iAAohIAIA9sur////irrjIBEuy6qD//37////Zoy7EAACuIlw+fzy4OzyQmuNIAgA6c+Z////9f/+MVZ/LQAG2Lae/P31zODtGj1eTioA//TM////q9PzABgxCAAB89et////////////lMfXAAAAVC0C8tbFoLrcb4+kS0tam5iHztTFPHyeUR4A///aJzVkdy4i///7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4/T/S2GCFxUUnHRa///7////////////6/f/Q2KAIRsWi29Y//3j////b5a5Ii48Uk80MCwubk1C9+fI////1PH/JFR6Oi0fPD5BLSsxOTAwP0BAHCApuZl2////9P/+WYGlKTE2UU85LSQshGFQ//XZ////yeP4O0trJCMfOjg0NDg6QD89spqG//z1////////////x9/vNFV3QEAyTU4+OCYttZR6///2////lrfVKDVFGBoaZUw9+N/O////////////////////////////gZXPk36K///0////////////////////////wt30M0lfDgwINSogyqiD////pL/hECJPOxkUzqKM////////iK7MITNHUUwyNzQ0XD036NSz////////////9f/+XYWpKDA3UVA3LSYtgF1O//PX////4/T/S2GCFxUUnHRa///7////////////6/f/Q2KAIxwXjndhfZmqMzg6MTU1RzEzmpySNUNionNY////dZnGSUA99dvF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/v+7e7u9/Tx////////////////////////////////////////////////////////////9fn87e3t+fb0/////////////////////////////////////////////////////////////v//7/X48O3r/fv7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f3/7fDw9fLv////////////////////////////9fr77e3t+Pbz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7Pj6zcfX/v39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7/v/anOn1q2Q////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0eX1c3Z5dHdycG1r1r2l////3vP/g5GibHBttq6itr7Fb3N0nIp9/+7f0u3/a3R+TU5Qybec////////////////nLfOZmtydmxm3sKp////////////0sPK4MTF////////qcHUWVtgaWNc/+jL6Pj/bn+Uw6OL////sMPTY2xzp4+A//7wn8vhZlJX4r+r5//9U19vcjgz////////5fn/hJSpamxsk350+ufR////////+///yq619Ofk////7v/+hJamSktPkYRz///4s8/tdnV568648P7/jZypaGdn2Leh9f/+dpiugVtX+ObT////////////////+f//iZyyTlBSUE5QY1pSx6mO//z1////////tMzfXWJnXltY8t2++f//iZmobGxnubKosLnBbHFxnpCD//XrzOf+Z3B4UFFR1sGl/f//iJSvbXNum46E//bi4PT/ZXKakHJg09PDgISHyZqJ6v/9bYeaj25onqezb3GEi4J9+uXN3/j/b2SMfHNslIF3//Tj6Pz/hJCdcG5pv7mvqbO7a25up5eK//To////////////vN7wZWVvvZ6Kv9HnXV15tpl+t8zJeGJi7cy40Oz1bHB9WkxOm4Bk//rn+v//lKOybW9omYmI++7fvdboXmNqW1pX5tK4////6//+cZGmi2Jc/ffopMDToYt1//vo////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4vH+VnmNAAAAYDIj7OHJ////8f/+Qm6JCgABz66HtdLnAAAhdEoj5/frDjpXCgMAXF5OJipKwqOP////////////r8rhACJEWyMK8N7K////////td//MQ053aN3////mcLdAAAPNCcSTVVWU0NT8OHILmSdbD0f//ztQn+yCQABwJRt3ff/CyZXQSQFw6KKn8jYBAoNnGc4/////////f//bZvAAAMQnmE9///w////////dJ7ZVhIo/+fG////Un+bAAAATUYuLDZNimtn3eXeFDFcxYZS3//9ATBSOgkA99y4kb/qAAAQbU0o2r2p////////////xeH0GS1BHRASj4Btl5mbbH6MBRYql3xO////qtTxAAoeKR0KVVxXRjtR6dm+V3+zAAAAzqqLpcffAAAPjls72vbwBy9KEgkAXWBSMC9MxrWge5q6AAAAl2VR////W5K6DQUAjX5bLkFlAAAAv5lscJa+BgAJhmdAf4iYAAY3dVUx2+njIzJhWCQiysazUGaCgFE////0QGWeDQAB2r2ck7jTAAAAlmpF////////////////K1KJLAoEgYR4ITg/NiMGhYB3ABI7LgsD1capNFF6US8bqZiTPWp2hlZE//nmibLVAAAUjmtNt8/SABMqJxsHV11YPzVO/OS+hLPjAAAHe1cv4NTGRn+hSxcA//DN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yeb5Iww805dw////////////c5jLWi09///K7//+PVWAw35Yd77lAAca4MCf////vtz0mnV/++rb////////+v//kbjR3qd9////////5P/+AE16JgAF9cWb////AEZ/Qy4b///n////nKnBxo2L+///UmyZZnWEFww0s3ZK////td77KhlE78CQ////7vDz2tra/PTo////////////0f3/k5qZ/8mj////////rNz0AA8ybSAA///nvev/AAY3mnRO////5v/9i32S7L+3v/H/XGWAXHyUIAAT8cWR////ZI/GUh4x//rK/Pz//v39////6v/9DzFrDwQA5tKx////////8P/+AEqCbkwO////C2GgLSEX//DX////o7bQ0piSk8n/RixB/9y04f/9Ulh49Z6BVqfhAwsW6cus////t9XruYaIuNHxMCxQ76+L////O3eiSC8Q///tap3bVyYu////RGmqcTk6///n4P/9N0RjzJJxfsPtHx0X/9im////uuv/JSYb/saIgLz/VDA//+vH0f/8Uk1o5p2G////////////9P/+JzNuw4Rj7f/+ACpMpXQ/////MEaComNG////JilhxJFq////0f/9GzA90qBm3v/9NjhY0qSFM4O4Jh4Z/+zS////q7vVwKOWXoi4XCcz//7S/f7/5Orv5d/a///7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uuH5GQpCx5Vm////////////ZpLEUSw5///R+P/+Q1l9rHVHYqDEbFFC+PDf9fT0///6+PT7/fz8/////////P//nsLK1KaA////////U36aAAAAQQAE7bOj7f/+IUZwu4xf+///+fbx//z8+PP6////tOn/AAgUTCER//7m////u+D2KyVN5rqI////////////////////////////3P/9mJ+U9Mel////3fX/FjxXAAAAfi4j///pl9D8Kiw67smf+/////z1+vb9/vj5////cqzJAAAApHxk////////a5jKTic0//XJ////////////l8bvAAoTqW1D////////////+P/+GFWFel0t////JleKo3lR+v//9/Tv//37////h8HuPCU2/9it5//9XGF56aF7SJPGd1dA+fPp9fPx///6////sNv9KitJ6bGF////1PT/YluCnWxqWH6XZC0n///9THi2aj07///r3f/9KzZZxY1jUZK2Viwm///l////0vT/JydN6bSAfL/3SSo0/+e/2P/8WFVo4p2B////////////9v/+LD94q3hc////p8/vZEFdlIuQNUBXpWJE////KThxt4lq////////MEF6t31g2f/8LC5LvZd0QXSbnXVT+v//9/Tv///6////X4zAVy02//vR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ueD5GQo+yJNm////////////Y4/FWjA5///R7f/+L0t0u3ZNdLLZRC4sq5uKip2gSmJuu5Fu///2/////////P//mrzJ0qF8////eZyuAAAAcW1Irp6e0KSo+v//LVCBeE8wq6+va4iSYV1Y4ryb////i67mAAAAjjMu////////wOX3LCZS5buL////////////////////////////2v/9k5mS+cin+///MVVrAgAAp6+LsIyY/+/erN3/ISc/nXlVn62vUHODiGlT/+7R////PWyqDAAB1paN////////cZzMTCk5//XJ////////////ZZXMAAAQ16x6////////////pr3cAA1ATSQA9+THP26iaUUurK2ndY6WWl5e+MeXksL9RCQ+/9+33v/9RlJw7aZ8XqDYTDEpq6CQhZqdTWJq2qh6wd//My9X8bSO////4uz0ucXYkJ64Dxg7Vh0V///6UXy5aT1B///n5P/9N0NoxIhfbaLJVC0x///y////ptz6GxoV9rl5gbf7Uio8/+7Jzf/9RUdg5KWB/////////////P//LkN8qntg////xM3nsr/RXnGYBwAPn2BI////LDlyxpNw////2f/8Fy5OvHtM2f/8Ky1LxZp1UICtZEIurKumd5CWXF5g6syea5fPVi87//rT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ueD5GQo+yJNm////////////fqXWAAAOtpZZrs3iEwAr35Bmyf/7Hyg57c2fhMLoAAAZsH9A////////////+///nr/K9cCKo8f+AAAfYjIA////oZanyY+Y////ZZS4QzAo///nFHCuAAYE/8+Uzfr/CSc8WUcvaFhf2p17////tNfxJBo827aK////////////////////////////2P//nJ+T/9iwUH/EAAAAq31P////lGmB+NjQ/v//IkptkW5O4vr4AB5hWTYA///ne7XfHxkQbXFqeFFR/9a2////ZYy7RCEp//PJ////////////ZJLLAAAP1ap4////////8//+mqe8fXaFjYB95tO/hrLNNyst///QN4nCAAEN5MSEZoW/AAAAr4tJm73VFQEl6at5t/L/Iycz+NqsdLXiAAAXtJNWdpiwAAAAd2M+gombUGVoUzwM///pa67vYCY0///6RWqiYzkz///plcbpBgIkyItrwPH+IhU86biI////M1KDQAAU/PHLTm2sAAAAv5xbiK/TGQAb6reJ////////////8P/+JTRkqHdY////MFlynnAp////NVmVp1ZF////Fi51QSYe2tK8Sm2LAwAA8MOP2f/8KSxK0513l8riMyot//3NQI/IAAAK6cmJYom9TiYq//jT/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v37//v6////ueH6GghAyJZn////////////d5zPIhEueYFoHSAuaSgm//PZ////psPlVGJ+ODMyjnJd/frw////////////////ss7WipB9ADlaPgAG/tu1////oY6my5mg////8v7/g6DJSU5cSDcvxqyU7v3/YXuUNjkxvK2NfZqvYDAq9t7GZqXQAAACSgIYxJ+g////////////////////////5P/9o6uiZXt4AAodg0Mg///v5//9m22E7djU////0Of6ZHmhOjk/YUg38N/MxN75OVBjYlE3y9HCVGd/lV1H6fPxEFqJGAACcjJF7dXI////////mcrxAg4WsnpI////////////////+fn/9vf/////+f//jqrTTlVnQjYstpuG/P//epm3Sjg6dHNfHx0nbiwp//HY////ob7hU196OjQxmXxn+//6i6rCY2BWcIF/GSQkppVob22LX1VrTkdG46qN3vz/ADVgJAAFg0xbqbm1XFNux6GW////nr7nXU9XOjIyVERB+My2+f//boupTTs4cHRhGRIbfz00//zj////////////mcnwAA0lNQAJq3yFv9fHU0dsTVBfZ0Q+/9vE9P/+KDp4UkZDPVZeFAgCuItw////0P7/KSxMzJVt////kK7XTlZoQTUtu5yE5///AUt7HAADeDtM8dvN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ubzcppiq////yuj/IglD0ZRu////p8vo3sSedJrJWDFA//fS5+z0/PPs/////////f//3OHs5t7W//z1////////////////////lcrnAAACGgAC3q6G////////lICYsX+e////////9fn/1trh8efb////9/v/7Ovr+vf19/f39vj66+3v//fw0e79UXaKw5Fy+fr/////////////////////////////U4KdAAAAWiQK/+bH////9v/+gFJ24szZ////////6e342tnZ+/Hp////7/T58e7r+fn59/T08vn67+zs////k8vuYGJg6buk////////////8f/+Hz98HQUG7dG0/////////f//X2Wgl3N0////////+fv/1tzk7uTa///7/////f7+//379vv75ePg/fTu/////////f7/2uHr6N/X//32/////v//////+f7/7/Lw///69vT82t3o7+Xd//76////eLbdcWRY8cy7////8vLw+/Pu/////f//5er129PQ9vbx/////v7+/f7+//769Pn55uLf//fw////////////////+v//WpKzmnRe9OXi////6er23d3g9uvl////8v/+MTxgvJBy7/b58uzn////////0P/9MDZXyJBo////+f3/19vm7ePZ///9////icToZWJb7MGt////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ocbyABM8eWI5VW13AQAAUyoqdIeCGhMzo4RjMVl/Ux4A//DR////////////////////////////////////////////////rcfcDTNSAAAAqY1n////////r83lByIxOSsT6tS8////////////////////////////////////////////////////9fXz9Ofl////////////////////////9v/+fZ29AA8lHAYA5tGu/////P//dZqzAAMGeGJF/u3e////////////////////////////////////////////////////8unp+e/v////////////////1fH/Kz1qJxESgXdgiYyMRmB1AAAAnHNX/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v//8efl///9xev/FyRKwpdq////////////////////////////////////////////////////////////////////+v398uXj//39////////////////////ncTiCQ0SuYBE////////////////b56/AAAAwZt8/////////////////////////v//8enm+vHx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5fj/gJmsamhodXFujI+HdX2Da2lpj4h5z8rBhpWtrZp9//Xm////////////////////////////////////////////////oLnQa2pyrqiZ///2////////qrrKfHl0b3d+0L6v////////////////////////////////////////////////////////////////////////////////////5/j/hpesdG9u2NG8////////7///ipWfcnJugoB+9ePS/////////////////////////////////////////////////////////////////////////////////P//k6q9V1lbXFlZhoV3sqqXzbmz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2vD/Ym+Q0rem////////////////////////////////////////////////////////////////////////////////////////////////////uMfafn+J27+m////////////8/7/lqm7b2Fe2My+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/3/+/n5/f78+vv5//78/////////v//+vv7//z6/P7/+vn7//7+////6/L14N7g/Pbx////////////9fX5+/j2/////v//5Ort5uLh//v2////+vv7/f78/P78/Pz6////////8/r73t/i9e/o/////v//+/v7//78+/v9////+/v9+PT0///9+/7//fz8/////////v//+fr6//37/fz+/f37/////Pz8//78/v//+fn5/f37/////////v//6u3v4uHf8u3q////////////////////////+vz+5ujq5OHh+PTv////////////+vv7/fz6+/37/Pv5/////////////P7++vn5//78+vz+/Pv5/////////////////////////////////////////////////////////////////////////////////////////////////////f7+/Pv7//7++/v7////+Pn79/Xz/v7+/f//+/39+/r8/v78//7+/fz8//////////////////////////////////////////////39////////////+/v9//78/Pz+/fv7////////////+vv9/fv5/v7++fr8/v39/////////f7+/Pv7//7++/v7//78////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zuv6NFFvGBIPmGxQ////o6LIs5qk////f5q7HSMoHx0dlHJa///2eZjKPBIxdXBlY09P6May////lr7hFB0sg1A09vfjTGSgTSMyYWVgf1ZN///pj7TXEBsvPSMb3MKn////qsXnNSNPcl9XUVJXxpiB////cI6qFBQWeFpKrLa7GipYWDgikI6HLDA3h0w8///s////8P/+Tn+kBQgRaUg1/vDY////ka3KGyYwGQsLXDcx9ODG////3e73PWR/Nzo1YFxQFR8pgG1Y//je////////////tNDhKEdeT0s9U1NOHCEorJR4///2////iazHECEzOh8Q2bOS////iHah/O/Z3vH/QldwEREPPSwkzKyS////////////////////////////////////////////////////////////////////////e5fSx7Gl////nLvvmZij///n////4/T/SGSTFxAcnXxe0+HkKExsTCIVWWFpEhkidl5Bx9HPIz5VMhsP4byd////////////////////////fKLO3LyV////////qNHhvYlt////////////i6fNFB8/TTYq5Muz////////////l7rVIjFDDxERZUw5+uPN////////6Pf/TWqaFhAehmlU/+/c////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////rq6uWVlZeHh43Nzc////////////////////////////////////iMLsWkc//9ay+f//Ck+CZiUA//7k8//+J1d/SRkA//HUl8XwEgAQyZ5z////Z460WCkj////OVygWiwm09i/TF1+KgIM9NOp9P/+O1J4h081////GD52fDIq////1/j/FBtDgk8x///2qtX1LRws7MCWy/j/ExRCwY9wYZ3BJyYb7Oa8QWaeFgADyKmK///z////////5Pv/Kkx2ckIi///w////wN3yAAg1RwAJ7sit////4Pj/DS5UVyYA8dvD////w9vrDSZDaEMY//7h////qsr4BAsdiVgv+fDk+fv7ja/HBgoWon1N////8fz/TXeZpW1J////oNL/ChMhxYZb////r9P0Bxcio208///9/////////////////////////////////////////////////////////////////////v//K0NxUBIK////X4zFMwAJ/uDB////////kMjuJg0q79Wph7TfKgIby7yLkam7HQAi06Fw////OG+gRhgk//nY////////////////////8f/+IDNik1M8////////QGyrUiQq///r////////3fr/IDlrkVdC////////////////////TIGxFxQM6Mae////////////////mND0Hwws17GQ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAAMjIy+vr6////////////////////////////////v/H/qJiA//rbr9j1AAAfAAAA2cGY////RneZVSUA///rLnCoUjQi///y////stjwLxst9d6iOmWrnWZU8f/+ADFllWk8////////dJ/GRBob//fNO2yqm2ZK////erTgFBMg79Ci////+f//KzxjuHtQ3P/8Ky9P0px0m9HuIwkj/8OZqPP/SzI88dy1////////////////2//8HzhxwYRn////LlugAQAAzLeU////////U4KwGgAC7tK3////////////lMbxDBAU0ZRf/f//Ij5tTAYU//jl////////////Uoy/KQkA+s+p////ncLQ2qeA////QmqUAAAATCsZ///01f3/GyswtIBU////////////////////////////////////////////////////////////////////////psz/FRs0NjESuL2kNFx4FAACy7mY////////odj8OyIw++Cyfq3cSiY5///Muev/MCVK88iY////dKDHYjIs//3i////////////////////tOL+AAMVNBwC///R5f/9AhlLEwAC+9SY////////6v/9Nk51q2pJ7//+naCrkZCYt6ei///waJzOIyQb/+rC////////////////qt//MyAy5L6Y/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+XFxcAAAAAAAAAAAABwcHt7e3////////////////////////////////wvX/p5V89OLaH2qjOBQAZ4SAkV9L//78QXudVSQA//3qLGSZfT8v////////pNPtLRws9t6oPWiull9N2vj4DiROvHtU////////Z5rDRRwb//bSPmyonmRP////aanWORYf+9+8////7f/+IjtfuX1U3P/8KS5MyZJq////q7bcYU1qITVQTRUS+N/C////////////////////tdj/NTZZOE9OAAAAoG9F////////6f/9AEFxZzUA//7i////////////4//9ExI/jD4rzvj/ABk9omsv////////////////rtvsAAAAuYBb////nMPV6LCCt+b/ABY2W0YjWmJf34xu2//8Ficvs35S////////////////////////////////////////////////////////////////////////QmuWdzon3+3dAA9FVCsWv9bHk25f+t/U////pNn+OyIw+d6wgbDfRCAz//nFt+X/LiNI8siY////cJ/GVS0p//vc////////////////////WHjAAAAYSDIO7pp4j9P/ABIoPSkVpWxl////////6v/9N1B2sW5Jwuj7QURUKS41cFdG//TVaaHWJCMa/+rA////5vX3u4ee////rOL/NCIz4ryW////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////d3d3AAAAAAAAAAAAFBQU0NDQ////////////////////////////////vvH/taSGuMjBAAAGkl86////SUF93cy3UIWjUiIA///rVI2+UzIj///p////WY27JhQG//W7Q2mqmGdT////G0l5j144////9f/+GlSEWDAA//bgJEyHg083////jb7lIx0m6sed////rNT4ABQmzpZb3f/9Ki1Nzphxy+n4dXaF//rlV4G0NQse89q4////////////////////////U5XUAAAAZxsb///f////////7P/+AD5taD0A///p////////////4P/+BghFeDIq1fP4ABg/o3Q7////////////////rNTvAAAAqXRS////pcfV5cujXY+tAwAA+OarqsTiaEFc9//7GS9Bsn1R////0+3/UWR6fkZQ///ldJbJZ0dRub+ws7zBPk53p4Zo///0////////////////////x+3/ChdCyJNk////BiRwiE86////WGKZ1cGg////lMrwNhkp/eGxirXcSik8///Ku+n/GxZB0qh4////QnesZicp///t////////////////7P/+IDpOgUISsKvCb1d1SmaEUA0hsrfHVVh6//q7////3fn/LUJpo2RF////8PL37/Hv8/Pu////bp3KDhAQkXxlnqKlL09sgDgw////ndL7Lhgq47yZ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgNDQ0AQEBCAgIf39/////////////////////////////////////xvH/paGVOld6HxUK9ced////ga/WmXZrWoWYTyIP///hxOz/NzZjq4JYi6SvFxAsq2JL5f/9BzJWViQR3MW3krLVPitJu514X4CZIQAS1qOCpdPkAAoiMSwXHi4waVYrX2GDgV9Ur7WuIThcXhgf//TO1v/8KS1L0Zt1vef3JRkk3rmaXY+0ajAx/+7T////////////////////////MnGmAAAAazQa///Z////////6v/+ADttaj4A///n////////////6v/9DwtTgS000fX7ABY9pnU3////////////////tt/0AAAPsXFb////sdHgmpOUACVZfEYE///y3v/9YmV7uJ+JMEtZr31Y////////MmGdjmRM////tMnusbm0OFB3dmZZcmhtwnde////////////////////////W4W4GQAC6caYo9HyAAAhpGZJ////ZJbIjlRD+ffyRHulJQAQ6NS8S4GoKggAwZeLudXiAAtHUD0dg4yFDxAZo2RD////////////////////pcb4AAEn06Nh+f//Il2MAAAAvoZS+///X3CKxYt9////lLzaAAMonWRQ////////////////////bJvIFRcTs5yCv8PGXH6OlFlH//7/TIKsFwAK5sGg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDwurq60NDQ////////////////////////////////////////4//9RlxuAAAAgUc1////////5vT8Qk97DyUzXDQu//jZ////2PD+cG+EUj45uKeW////zuz/ADRmMwADo2py///2uNfvXFJfXkxC2se4////6PD1s7zGztDIZYKVspd7////ipy2Tjs9jH5v//jw////0Pr/Ki5OyJFr////r7ndY2WEeGhb6Mq4////////////////////////gK/FAAAAmYpaSXWRhU1C///t/////f//NWyOOwAG/uDR////////////suT/DwkpumVD7P/+EDNNcSwZ//32////////////drDhGgAC5KqC////ps7lDhMqEwAC2rKN////////lqXMJDFOGxwhuotu////////S3O1o35p///98vj/lcfXMxs1Uk1SdmA+2aCH////////////////////7ff/ip+yiHxwzce9m6q/dXd6rZOS///pnqrMlm+F+/Hf3e7xv6u96ejoNHepGQMAjEhLorPCPjVUwbORXnqPhVhJ/eva////////////////////Q3WlOAAK/+XC////ZI2rCAAB6s+n////cJTKaWd6///96/z/urjI0r3E////////////////////W4+/JCQb/+7C////9vr60rnH6u7z4O/rtaa67uDb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0fv/BS9KAAAA58KU////////////frbPAAAAbEAV//nc////////////////////////////suD+x7an//fr////////////////////////////////////////////////////////////////////zPn/JSlIx45p////////////////////////////////////////ocTeAAAKhEwr///07//+OlmLmWVU////////x+D/ABJAeTgT//vm////6f/+FD9lRSMA/+7L////i63gAAAQr3BK////////s9fxABIng1wX////////e7DXAAAAZUYh///l////////6v/9JlJmAAAA2KJs09z8zdPUZo21lId7zdPJ7/fmB095q3Q8mMTNIgAE8byc////////////////////////////////////////////////////////////////2uv60cvB//7r1Pn/qrS0/+7NsuP/KxxC88SW////////////////////////////wdj/AAAwn30+////3/3/AChcg1AG///0////wv/+Z19i8bui////xs7R9OTP////////////////////TY3AIB8a/+a+////////tcfStXhx6v/9z8rD//bo////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5/f/QV6DAAAAd04z///1////////////4fH8FjhVCgABj29V//nl////////////////////////////+/r+/v7+////////////////////////////////////////////////////////////////+f//XIanAAAAxKGB////////////////////////////////////gaPDChojAAAAaUwu/+vL////TGWjAAAAeUcr++XP////yN3nIjpaNzMsXV5HJCEwb1A8/ubE////////////l7PGFydCT0o0UlZIJhwnmXZU//nh////pL7eAxw3DQAByKaO////////////////jqzIAAAQSCcGl5mcQGJzFxgWHBkbbFNEf6ClDwMj88eY6//+ByFPlGtH////////////////////////////////////////////////////////////////d6/eFAYb686k/////vz++P/+Wn2pIg4M7cGX////////////////////////2fb/JEZ3AAAAfVI/7O7iO2maAAAASjYs89i9////k7fjAgAcgEgi2OrjACVanW1H////////////////nL3YDyY7CQYCPzgxQkNFNkBCIBUU0IdUjs75DAQd5cWc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fr/2tzf4+Db/Pz0////////////////////9Pn52t3i4Nzb//v0////////////////////////////////////////////////////////////////////////////////////////////////////+/7/4efszcvN6+ni/////////////////////////////////v//3uXs29jW6+vt4uDe+/bv+vz+5+jt3N/i3NTR/fbx////////5vf/wcvRvby30sbA/vfy////////////////////2+36v8PEwL6339LK//78////////5+312dfX7evo///6/////////////////P//6O7t19ja7+zn3+bp29fU2tnZ6+Hf5erv7eHj//37////5/L05uTi//76////////////////////////////////////////////////////////////4e75ysbO+/Tt/////////f//4ujv3NzY+O/p////////////////////////8vj92N3i6erg6uLl8vP12t/m6uTf4eHl9vHu////6Orx2dzh6OHe9PX1yM/c6t3a////////////////4+z03drY5eTk0NPV0M/Nzs7O3djV///15PL8ycbO+vLr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9v//3ODh9eTd/////////////////////////////////////////////////////////////////////////////////Pv/4+br8/Hl///6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VmaQJBUmVWBK6ceb////////////////////////////////////////////////////////////////////////rsziLz5IMiEcPik9Pj5G0Lua////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////rrDFz8fESHaNZUck////////////////////////////////////////////////////////////////////////QXKtVRYr9ObO6uXxwdLibIab6Mql////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3e/6oKautKyloqSn4dHE////////////8fn/najItJyQ7+3ftbm81b+7xdneop+cp6ik59G9////5/z/m6exwqaf////////////////eJvFVD5U///w7f/+kKKptqqW0srbzc3V9/Pnyt3opKCdpael38u3////8f/+n7G+uJyV//3z////////w9TuW0BxoaCSmZyeiJCXN09Z2658////vsnnjoWVnZWN4sq+////////w+HsmYuP6dTI////////7vj+rbLGrKesuKWi/O7f3+v/k5awzrWk3u3lrZ+j4tTPt8jLn5+fsayj/OXT////zun0l5CX4sa/////rLrCf36Ex8Gs////u8bZpKelrK6s8ODT////////////////////9fn/1eb1///2////1uj49fnw////////z93spKa1pqiq5M7C7f//oKmxs5+it8PFpaqnzcvEy87RqKmlwrmx/fHn////////zOHvoaCooaGd1MGw///9////////8urv4s7V////////5vf6mqSqh4SE5uPJ////q7rLyLWo//343+r2p7C2raWi/uvc9v/+ma20q6KR08nWxsrX9e/g0+TvpqSio6en1sSx//34////////////7fP6ssHZkqurdnWKnpCO/ezd////////3u71t7Sx+erZ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3fP9O1+EAAAAQiYJ2r+m////////////cZ7EAAAAalIuQ09kCQABiXNjSl1oaD4nhJeeXUFQ//jCYJPRAAAAcEgt9NvB////////////b5W/W0RR////RWytCgIFVWRUDyQrRRsA19G+UnWYWyoQlaahU0BW/+GvfK3lAAAKYToc6s2y////////4PL/BBp0NywZRkdJODc3eWta////pcXlDQIof1dFboGMUy0x99m+6//+ETRoIQUAropw///w////9v//UG+kAAAAhEon7e3jOGWOCgABdWNQGS9MIwAFmJiQQD1CjnhaWmyKg1lQ///tJVKPGAACpo5ycYeKAAELJCMSHxssvqybnb7MAAAQQxgV8+LH////////////////////zOX6Oj9z+8uU////PVuivpx+////////uM/oAB9WHQoG59SoXoi3DAAKYlBEKTlBBgABwKSDmLPIAAAAbEch//7i////////xN3vBzFXFgACv5h3////////9v/+Xl6TqmRO////4/v/LU9lCAAALDEmPjJB6d3JVH6wQxcS//S7h8X0AAAAZjQP//7kY47HAQANUFlFFi86LgwA0sCjapCxTR4PpLGhSkNf06+J////////////ocPVAw0KUFk5YmN9JDRHaEYC/+3M////hr/iHQ8A4613////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////x/L/ACJDx6Zq////////////////KmeaTj4d////Uny6VR8kz+rguK6i/+vBuuD/IwY5279zO2Oni1JF//zj9Onp////////////b5W/X0ZS+//3Ih9fwXpb////Mm2ZYycY4efitbq6/9yu1/v/IxVSxaFbTHq4cjg2//zZ8+vt////////8P/+c4CkjmBJ09HK9/Hw////5//9BTthhlIL///4////MGeKfFASzujoLRtI6cCM8/b5+vHu////////tuz/KCg879Gw8P/+AClXn35E////JDJtmlo+yf3/06+U////dJ3mNwEY0tKlMDJp6bJ8n9LzAAAXl29N////uN38dlNl5s/NO1mSuGtZ////////////////////////kcPjAAAAiWY77v/+BxozXh4P///7////////YY20hUZA////LEOAmmBK////YH6zZzZB///W4//9L0RttHhc////////////////lND8t5Bz//bq////////ZqDKAwAAwohX////VZXIAAYPzaqI////jq3SnGRo9f/+U3uok4aETmOQWR0h//7S9v/+Ji1uo1hI////SIm4RxQQ5tnItcnQ/8+g9P/+IiltmFs0////////////fqC2jU8m///4////xuXyCgABtXNH////3+36t7Sx+u3g////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wub/ABg0xqVw////////8uby//39st30QTVZ05aBe67OXDIw//jV+P/+V4euAAAAQyAH///XOWKijFtO///0////////////////b5bAX0ZT/P/0KzhtzqF0////YpjYaD1B//Hc////bpzDAAAOLg4A/O7CTXq4ckNC///j////////////////VH6iQCQRvcO3SFVi8dawuOz/AAsuzZ9u////////WIS0YDEtzNnPMTBc67+N////////////////p93/OyEx7MKe////e63UWi5G07+zTWuKkVc7////0+z/JVR8AAAAg1w66vvyLjZr8bmEgb/3Lys1+tzB////////8eTu3ev2MVF+tHlW////////////////////////PVeKUUU1e4VzSFhnO0A5YF9R8sOT////////VHymej0x////ME+OnWdV////XI6+XjQ9///d7//+OU1vpGpJ////////////////sOH3upx7//Xt////qM3oAA8fCAABwnVg////NG+kbk1A///6////////6d/m////z/T/FD5YAwAA3bWa////9v/+LEB1sYRg////fLPvTzE+/+HD////hrLWAAkhFgAB2biV////////+f//usrZ+NS7////////krzRAAAAq2NW////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////weT/ABo2oYBW9u3jwOnvgFJt6r23////vMfib3SWChAuXCAW///yZovBAAAAbEoj9OfL////OVuaiFhL///y////////////////gJ/JXUVg/f/yKjV2xJRx////WpPMZzk4///vg6nYAAAPXDoX69u8////TXWybkI+///f////////////wOT6GgxEypNm////MzyJ0pZ0xfL/EBA10KB/////////O2+SaSwC0N7eMC9e57yK////////////////qt//NCIy5r+c////4er8p7LNSVV7BgAJmFg+////I0OCAAAAl3dT///03//+Ky9h6raAhcD6NywwsZd7pK6zfo+YxKWP9/b2OFaSwHte////////////////////t+j/HSco9smLpsLqAAAGuJZctL7DjFRa////////YIm0ez4x////M1OUmWZS////V4O+aTs8///h5//9K0Rrp2lM////////////////rd72s5R1///61e39DCY4FwcAk4l3u4OM////RXqyYEMssaqjmqWlhI2Q2ruj////3v3/DTFWUAAS/+7r////+f//LEB/qHZe////dK7kTis0//TKosrwAAAhSScG3Myt/////////////////v3/////7ff/c5m0AAACJwAB6sWf////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wuT/AB46UTccmZOKLlp6PxcQ/+nDgbLTTEQQ////ba7vWCQ29//yHk9xmn49////pJzW////PVqXi19Q///4////////////6//+OF+AZkY1////LC9PwI5v////Wo7PZTM1///yMmmMfGMp////oZzd///7UXSucEhC///p////////////yef/JhtS655o8P/+GzFPeTIg8v/8GU1zjFkr////yOb/AAAtn21A2/H0MCtU7MSU////////////////qeP/PiY58M2h////N116kHkr////NmOllkpA4//9FzA+6c2I0dL/t6nJ8//zLDBg47CA2//8BypCwJtqy/P/AA9Ne0wAv83FABI/aEUhr7O6ybu7///4////////UXq1USIm///tocr+Jwgm+s2j1fr/X3mX/+am3vf/Jkh1dzYw////Nk+MnW1X////bZnPDQAR5sGFwO7/CwMv0Ydg////////////////q970yqN57u//IkV8BQAB3MGXzNPYq2yD////i73iICIi/+Syd7/rAAAbwYM6////PWukJA0UZlRM0JmE////////MDpao25V////dqvpRyMy/+/QUo2xXkse////np/m6t7Q////////////////z+vrJzJVAAAAQCYG27Wa////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w+X/ABo2rIpa//nyz/X4iG5w78zM0PX/SkRWc2VvPURMuXtm////gabBXFRPamBnkFBhyuvuAB9HLgAGlmVu//jk////////1uz+O1N1gXRTqbu6GyYi27B+z+v+HTxqfUUy///4mL7ZVk9QeHBvfUFb0+TiADVhJgAFi1Zi++vY////////////gqXOXVVNSklHNyosbFhO/d/Ax+H/TlVxXUY4GyY1gUhB//nmXKHTAAAAUhUjyKam////////4vf/L1p6AgAAZEw6xqefpMnCRjFKYGNuSTM167aY////X3qQc25fTThVu31+kMvgAAUVRgQTyaehrMnaWmiHPkVKQS4u39i5oMPYLTY+VF1PAh8riVor///2////xOX9DiVMbj4j1t/WLVCBJAAL3reY4//9Qj5jt3Ff1/T3NkltlldSwunzABk8NwAGrY2HdpOxDQUpZWlODxskUB0U/+fK////////////////t+L5r6ePRHuTAAAAv4da////tsDTs3iB////+///fZjBYWl1Mjg/Z1FH+PXkjazKABcmknA+mbbFSCAn1rqbttrqEyQmwZVg4/X/KVB/ZDMn//nYsdfvU1BWhIByWitP8NnB////////////2/D/ACxyDwACg2lI+/Th////+Pf5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ueT/ABc3yqx1////////7vX/yLjI//3x5ub1qa/Dzbyt/vTy////////zc3VurGz+OnR+P7/OX6rY0M11K2s//32////////////9fX97vDz19rd1NbZ//zw2+f0xsXH8Obc///9////1Nfct66z8ePL////SpC9VD810KCa//n2////////////+f//vNHeuKSY8+Pg////+/n3////2er6qKOqwrao///0////rNLtLFBkn2NT6N3i////////+Pv/jrrQLBkkrJF87+TY////zsvmq6u13ca8////////8v78vrvFxr23//fhx+T5K1l4jFdH5dLV////vsvirKGf9OLT/////f7/8vj79//9x9PZ6eDU////////4un2z9LQ3NzU4OHmzs/S09TQ6uLd9fj4ycDY5NTb////9fj7+Ors8Pv9M3ahbkY37tfKYYi5akFD7+nSuLe77trQ////////////////////x/b/HTY8AAAAj04z///6////uL7Lm1+E////////9/v/qbTLwK2e//bs/P//0NXc3tjR5OTm5OXnzdTX5NvU3uXqz9LX/fns4+33xMXK7ePX//78////2uDltay14djG//32////////////qdPzAwADwH9Q////7P/+iqCo5LWP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////bZm/AAAVf186t7WytrGwdZ2rbSon+N/J////////////////////////////////////////5v/+593T//jz////////////////gJ7BhVtS///j////////////////////////////////////////////6//+493U//Lt/////////////////////////////////////////////////////////////////P//3u7s9t/V////////////////9P/+UFJfs6CDcoislHNm////////////////////////////////////////4PPy8t3T/////////////////////////////////////////////////////////////////////////////////////////////P//Z4WqnX9l////5f//8+PW/v//LlmEXycA//na////////////////////////7PT5XoaoAAAARiQC//HY////5fX/RmyCKyEP69m8////////////////////////////////////////////////////////////////////////////////////////////////////////////z/P/HB9Wik5Cz9rTYW+NLBMX+dGf////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zOf6VWV7VE1GT1BUSkpMS0tLQkRGpYBm//zv////////////////////////////////////////////////////////////////////dJ22dlU4//fd////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////udryXlxnIRs9l4py////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+v//UnOihGZe////////////2e37TmGClXZO//jl////////////////////////sNDoQU1eX1RI8drC////////t8/kUFRZNTw9nIl4///7////////////////////////////////////////////////////////////////////////////////////////////////////////////vd72OE9uPjcwXT5Ke3CF//rX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+v///v/9/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zOf6T2F5PDo1nXpg//nj////////0+X0t46S///2////u9TpP0lVJCUmindm///6gKbMXFBI/+LAzu7/RFhmT0Ay8cuu4//+S15sTkYygXqHY2J+2cOettPiXVZPeX5zgHNw8NW8////////////5Pj/V26ZRGdgOjdROTZHtpl6///9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dHRgYGBoKCg8/Pz////////////////////////////////////YZnGMB4Z2K2L////////7//+MEmIgTwu////1fj/DShGFQACj4t0NEpxmHJswtTZGz1Z5Kl/q93/AAodiVkk////XojHGAACnZN/MGR4DwACyqJ7kr3SiVAq///0PVidg1U+///p////////sdzyFB0bjX9XzMnLhaW9HRUSvYlb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xcXFCQkJAAAAAAAAU1NT////////////////////////////////////uu//ppWC/+LM////////Vpa8AAAAm04d////drLjAAYX58Se////6//+r5al/Oviq9LtTF11LjpUYR8p//nW////OlydfkY/////n9f/Lh808L+Z3f3//fzduNz7DB8zgUUD///s////////ncbhpnhY//zw////8v/+Fwo8bhkn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ZWVlAAAAAAAAAAAADAwMwcHB////////////////////////////////w/X/oZJ9/9/L////lMLVAAATKhgHpllS////YZ/XWkQ649G74ODi+O3r////////////UYyeBAAA48qt////////QWeie0pB////pNj/LyNA98OW////W3e3AAAAOCkP69e6////////////3Ojz9fDj////+v//cJaxAAAAkkYm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////aGhoAAAAAAAAAAAADQ0Nw8PD////////////////////////////////wfT/opF6//LauOL3AAYZRSgKzte9roOW////hbrtJRonq45xk62zEEBbkmA3///41PD/AB9cMAAH8s63////////Q2ald0ZF////p9j/LSI/+8idotz1EA0Ep39b7+3v///////9////////////////xuP6JEluAAAATyQA8dm1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y8vLEhISAAAAAAAAXl5e////////////////////////////////////vvD/t6SF1tnSACZtIwUA79Ow3//9oGZ6///46v/9LTtsrpJ/kLjKAAAboXpF////JV2IRSQAh5ibdEVI99K3////MFNhe0IV////g7zrJAsl+8ibmtLtOi8e///ndnS+xqmq////////////////lbjTBBYdAAAAaVZF//DV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2trai4uLqKio+Pj4////////////////////////////////////1P7/iI+EGUFUCgABzJlw////z+Pxo2uC///2////0On+X3OXPTUypoVr///7o73YUlxhlYNswMvLZ2p3tJF7zODnRV5xu6B16/P2XHmggGFV++HL+P/+iZatcWhqcVRd6dC6////////////5f3/ABNvFgACyamA////7vn36NbJ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5f/9HUNZAAAAn29O////////0ObpeUVq////////////////////////////////////////////////////////////////////////////////////////////////////////////////1fr/FwBCp0I9////8//+WXiTwI9i////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2/H+Olt+AAAAbFQ1///y////2u7/MlNpAAAAh3BT//rt////////////////////////////////////////////////////////////////////////////////////////////////////////////cZbFKBoyX15QRjxJHQ8J4sSS////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4PD7pqy0uLCp9vjx////////5fL8rK6wo6iot7Gs//rw////////////////////////////////////////////////////////////////////////////////////////////////////////////+v//or3Uf4GBr5qUxcLM+/bp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgysrK5ubm5ubm5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5+fn3t7ey8vL+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2tra09PT/v7+/Pz8+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7/f398/PzycnJ9vb2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3Nzc2dnZ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pj4zs7O9vb2/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////////////////////////////////////////////////////////////////////////+/z8+vr4/////////////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3Nzc2NjY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3zc3N9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////gKHBLDU/ICEkgGRR//Lf////////////vNbzKTFCTEUrYmJ4Ukte1MGejqW9JCswZ05DnJ2fOEZOPCwp27eapcnhISg5lWJI5vHqOU1oFA0MRDwz7dC+xOT/IjdOzp5v/v//UniQGRMNxJp57Pz/PGSGRRoU4L+n/////////f//TmmXJ0lKO0BLJitJfmRB//PU////3fH/NUdbFA0MRT005cm49v/+R16WMyEjoIp0VW52WCklamt6Ii44YEQ69t/F////iKXGEho0OCQevJiA7P/+VHKTHxsbo5B1pbfAGio3a0o0//HUT4e7Xzo2//zd////////////////3Nzc2NjY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3zc3N9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////5fH9H1aIKBcC7tCt////////////////O1uiPgAOvsCqI1h9HQAD5L2T2vv/DydZj1pE////NWCUWicp////NlSTWCwltL+xNE5WBgABnINpdpGnVEBU/dq6SIy5hmJT5fL/AC1gXzUA///glsLtGwAeqJRo2czA//r3////3P/8GDA9gWhD7eXbyOLyGy5Cj04f/v//N2uKBQABnoVrdI+la0xZpq+1ACdBp5NfhKG8AAAPkWZIu9XTBAg6n1RE////oc3rAAAHPisVqKuhPkdNybeUcZrBJQAF9tGj3v/9ACFWgUo2////SHqxXTYz//zd////////////////3Nzc2NjY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3zc3N9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////QHanQTMZ///j////////////////LUmHl2ZO////ksT2OSQ4/9ex8f/+NElyrHBN////WIGyfD8y////Lk2Or3dc1+/7ABFCtJRm////////zcfM2ra8/P//Tm+dIjdHNgAS/M+y////hK/YQB83/+66////////////teP/oH5v/+TV////////OU93TgAVvdTPABNBuJpr////////3c7Opam/GjVOw3pX5v/9Nj9ozJpn8v/+Kz1uyYxl////NXCqOBse//PP////2+/82sS4dZ3HTSk7//vJ+f//R2GImVs+////////////////////////////////3Nzc2NjY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3zc3N9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////PXGgRDQb///n////5uLpzpat////MVCOj1xN////icH0OiI2/9it8f/+MUZtqmxK////VYCteT0w////MVGQpXBVvd/xND1U0KZ9z9zk3NHP8e3s////////mdbmAAAAroNp////////h7LbOhsy/+Wz////////////6PD68Pbv////////fJ64AAAAiTwQsNLkN0BV0ap+z9zk3NPO8e7s////wdP0bll4PU5rIgMK2aN/7v/+LDxty4pl////OGmdkEM+////////////////cp7OSSc2//rI/P//QV+FilU3////////////////////////////////3Nzc2NjY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3zc3N9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TH2rIBYGqZiFmKevM0NdoEpE////NFGLjFpN////kMP3NR83/9eq8f/+MUZtqmxK////VYCtdz0v////OFSUqHZa5f3/FzFdg1c3w9LID1Z5PyQH/9219P/+JUqMAAAAu3lh////////j7bcPyM8/+66////////////////////x+DzIUdvAAAAQxsE/96v2v/9FixVhlo5wtHJDFR3SScG9eLFfZC51NDEh6jLFAIfzZh45v/9GShavYFa////YpS7dTsy///0/P//hI+t5NS8f6fUNxcr/+258f/+Ij1upl1C////7PL67erq////////////////////3Nzc2NjY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3zc3N9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TX2rJBkGt6WSqLa+RVlnsGxT+P/+HDVBllws////WZPJLwkZ/9ms8v/+MUZtqmxK////VYCtg0Yy7f/+DC9Xajcj5tzUaIesXktbt8OzABdFUTsZ///lWI64FxIKlJSCTkhawX1b////W4y2JAkHwJqJ9/Lv////////////p8bpABcpAAAAWkUw//LW////////YYOxYUxZtsK0ABZDWj8Z////KDtPr3xXrtfsOR835LaQf7XOAAAGSUUkJC5BcGFaUkx1v6aElLHHBhIe0LJxm73mAAAWfWk4bIKKGgAL2p53////MVqYUCMh///l////////////////3Nzc2NjY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3zc3N9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nm+gQzMX///j////6Ovt1L/IttLnYW541b+c3uz2ZHeVoIJw//Xh7f/+M0hvqWtK////V4Gvi0w3z+/0ACRXMgAHpmxy////krDbPT1KlHJW//riyOH2dH2FioJ2yMK4iqGxk3Fp8OrgPn+zEAACcS425MzE////////////JjySCgABxKJz////5f/92cy2//ny////kKrQPT1IlXNX/+/e////xNfnZGOLV1ZYtol4////y97upKepvMO8RF1tyauK4vf/a4GOXEU1q4h3////fajXQic5rrKZRUtZmWZX///v////h6C+mXhp///w////////////////3Nzc2NjY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3zc3N9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////KG+nRjUZ///n////////t7q4wIeO////////////////////////5f/9M0t0rGtI////VYW1dT0v////odT5wayY//nv////////////////////////////////////////////////1PX/lqar/9m8////////////////JkKGcwAi///2////UH+tlmpI///x////////////////////////////////////////////////////////////////////////////////////daLPSiQ3//XH////////////////////////////////////////////3Nzc2NjY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3zc3N9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////habEABcrDQYASUI5R0lKL0BIIAcEyYRe////////////////////////eKDBAAAAqn1kx+jzAAopXi4o////////+PX7/v3/////////////////////////////////////////////////////+vn9+vf9////////////////rc/vJjFXQD40UkJHDgATvKJ7////////////////////////////////////////////////////////////////////////////////////5Pv/H0N0TB8A/+7N////////////////////////////////////////////3d3d29vb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fn50NDQ9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////0t3lz8vG0tPVuby/urq4ube50srF/Prw/////////////////////f//2OHnu7m54t3W6vPzwL/FzsrH///6////////////////////////////////////////////////////////////////////////////////////////////zOHzn6auw7Kr19Pa9fTv////////////////////////////////////////////////////////////////////////////////////8/r7zNTe2dPG/vbv////////////////////////////////////////////3d3d2tra////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pj4zs7O9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////urq6eXl5oqKioaGhoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoaGhmJiYhISE8/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0tLSnJycra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tqqqqqqqq+Pj4//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + 0 + + + + + -0 + 6.872611111111111 + 4.909722222222222 + 1.208333333333333 + 1.152777777777778 + 0.6041666666666666 + 0.5763888888888888 + + + 6.26844444444444 + 4.33333333333333 + 7.47677777777778 + 5.48611111111111 + + + 4 + 0 + 2 + 2 + 1 + + + 1.208333333333333 + 1.152777777777778 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.208333333333333 + 1.152777777777778 + + + + 0 + + + + + -0 + 7.229166666666667 + 6.439263888888889 + 2.680555555555555 + 1.704805555555556 + 1.340277777777778 + 0.8524027777777778 + + + 5.88888888888889 + 5.58686111111111 + 8.56944444444444 + 7.29166666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 2.680555555555555 + 1.704805555555556 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 2.680555555555555 + 1.704805555555556 + + + + 0 + + + + + -0 + 4.180555555555555 + 4.144071527777778 + 1.111111111111111 + 0.2396347222222222 + 0.5555555555555556 + 0.1198173611111111 + + + 1.111111111111111 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.111111111111111 + 0.239634722222222 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng-repeat + + + + -0 + 6.975638888888889 + 4.451388888888889 + 1.030055555555555 + 0.5972222222222222 + 0.5150277777777776 + 0.2986111111111111 + + + 6.46061111111111 + 4.15277777777778 + 7.49066666666667 + 4.75 + + + 4 + 0 + 2 + 2 + 1 + + + 1.030055555555555 + 0.5972222222222222 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.030055555555555 + 0.5972222222222222 + + + + 0 + + + + + -0 + 6.775388888888888 + 5.368055555555555 + 1.402777777777778 + 1.763888888888889 + 0.7013888888888888 + 0.8819444444444444 + + + 6.074 + 4.48611111111111 + 7.47677777777778 + 6.25 + + + 4 + 0 + 2 + 2 + 1 + + + 1.402777777777778 + 1.763888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.402777777777778 + 1.763888888888889 + + + + 0 + + + + + -0 + 8.784722222222221 + 1.203127083333334 + 2.899305555555555 + 0.239634722222222 + 1.449652777777778 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.899305555555555 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.05213472222222196 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.0590791666666664 + 0.666666666666667 + 0.0590791666666664 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.803819444444444 + 0.119817361111111 + 2.190972222222222 + 0.2396347222222222 + 1.095486111111111 + 0.1198173611111111 + + + 2.190972222222222 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.190972222222222 + 0.239634722222222 + + + 2.190972222222222 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model / View Data-binding + + + + -0 + 0.3333333333333333 + 0.177134722222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.184079166666666 + 0.666666666666667 + 0.184079166666666 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/tutorial_04.graffle/image15.png b/images/docs/tutorial/tutorial_04.graffle/image15.png deleted file mode 100644 index e30bc5182f23..000000000000 Binary files a/images/docs/tutorial/tutorial_04.graffle/image15.png and /dev/null differ diff --git a/images/docs/tutorial/tutorial_04.vdx b/images/docs/tutorial/tutorial_04.vdx new file mode 100644 index 000000000000..3b88ab231c3f --- /dev/null +++ b/images/docs/tutorial/tutorial_04.vdx @@ -0,0 +1,5356 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 8.622569444444444 + 6.583333333333333 + 3 + 1.722222222222222 + 1.5 + 0.8611111111111112 + + + 3 + 1.583333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.722222222222222 + + + 3 + 1.722222222222222 + + + 3 + 0 + + + 0 + 0 + + + 0 + 1.722222222222222 + + + + 0 + 0 + 3 + 1.72222 + + Qk0AAAAAAAAAADYAAAAoAAAA2AAAAHwAAAABABgAAAAAAOA5AQAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6/L54t7l/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P//0NPVy83N6ODZ////09ng0tHP3uDgzszK//jz1d7kvb27+vbx////////197lx8fJ8+vk////////8Ons////6vH2u7y+7uff5e704trV+vv9ys3Q7eTd4evx1szH1eTscl1i9+vd/v//0NfeysfJ+fPq/////v7/8uvt////3+buvLy89/Ho3OXt6uHb8vf8yMrM8+zl2OHn28/M////////////6/T6tri7t7Sy6N3V////////ytHZw7+8/fz609ng1tXR293d0M7L//36zNTcwr+6+fr4z9Xc09DN/fv40dfk2tLN2NnX7+bh09vg0s3Nys7V5t7Z9Pn+vbvF2M7G////0dfe1tXR29ze0M7L/Pjz////////ztXc4NrXzdHc39nS1tTU8u3qz9bbvri5/fTs8fj/ycnL6eDb7fL1u7y+6+Pc////z9fe5dnV3+bp6+La////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+///fJWqMh4i28uz////YX2ddVVIq8HOQDI0r7m2LCwyaGdnlIaK/Pbt////nrrSVk1I7N/L////jqPEqn927fv9NUZUZFlNfnmBrrS7c3Fxtb/PLiEf2869VWaHlHdgqLzBXUY2/fTj/f//gp+6Z1JK9uzg////eIOlx56O1+76LDM9aWJdjIKJnKy3iH54l6vDPysf29zSR1BroYdt+/bz////uszcNkBIjIR6nJycRlFZ3c2wo8LXLCMjamlprJ2dZ3yVhGZakKq9YEM7obe9LSYnamhqpJmZYHWNc0xE2u7zLjtOhoR/Oic0raSaSUlcm5CGPUJZrJuKYmyFm4V7f4aQv6mVZoCghWhZj6m8Vzs1+/Tt////0eb0SUNTd3t2Ozs9gIOGRSsupKWlXVJXl5udhnpu39/bQENXopWGP1BbY1hKfHd/yMjIQkVbvKaQgJScsZV4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w972Y0VV///v////i6PDtJGE6//+d2puZX6Mmod0////3Njg9u7p////5/z/vbGj////vNfnAA8dtn5hstXvWVRT///z6ezz8ePhq8rgJCY0wJuO////Wlh09d/J/f39//7+////////2PD8yrai////mbvTAAcQ16iNjLbUd2ld////4uDq9e3oja/HKiIq3b6s5P/+YVRp//Xh//7+8fr/Lj9booZr////////S3GQwLCQVXeWuaKK////4djci6C9tY+C0O7+pYaDV3eQtZ6I////4tndjqTBqoh+7/r/Zmp8sq+0bFphw9HTc15t////dXyPmpyaU01Q///6udjufmVamKrCuJKDzu39n3t4////////u9XqfWNq2OrrcGpypau4gWZhrcPQjXBx////aHqTy7WjfYabiY6PXl1d//7y7vD1rLjKc2Fr///y/fz8/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////u9buXkJS//rn////hp6+oX902/X/bFlgfo+ejHRok623hn1z//rx////4vf/wrai4eryHiw2dGxXzqipvdrvYFNTs766Zm9y/urSlrjdJhAK+t/M/f//X1159uLK////////////////0+z20bulydvmFh0fhntr3Lm4n8HbdF9Zp7m8c3Jv//7rcJK5QBgR//rp4vn/ZFtt//nj////0uj6ICw979O2////3ujyLD9cpIxwbYOeoIh5gZ6tqJeCiJm6pIBzwN3ylXl0cIafnoV2g6GupJSBiJ26lHRq9Pj4oqe3hpCjVzs9ydPTdmNw////am6GmpqWY1Rb////lLfSe2FHiZm5poJzvtzvjm9r////////wdrte2Vs8vz6oKOzdICXc09HssbTfGNq//78S112x6+bdn+Uk5OTZ1xetb65bHR3vL68dGR0///4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////u9fvXkNT//zp////iaLGS0JFXGFplmpm1uHpfH+RUmNrhHlp//37////6fj/rrSoNkVnd1A87/Xyv5yq9P7+gYumbnd/V1ZS0dXOQU9ifXt2mXlv1eHjJi5Fq4R8//v2////////////2+/6qKygIi1Om3ZY4ufszaqw5/X9fYKaYW52b2ddxM/UP0ZSgX57q4d6u9XlKiQywqGW////3fD/Iy8/58ms////7PD10M/V5N7XwM7bfH6NR1dio5qFdIahW0s+U1JaroR5ydjlfH2MSVlkmZOCcISUS0tHWVxacWdik5ScmHt2obzMNy0vs6epX11w2su+ipaxj4V/W1Vjzreqb4ShW0w9UlFbp39z////////lLfSOy0tuLCtdHJ0i5CXq4p/uNHmODNJYWpjWkM59e3haXKK0r+siJWxbnh+XFlWmq65NCsy0bes////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zNPnwri4uNLnVDJF6uzgrrO2e4OcnIN51tTU+/Tv////5+/22dLN////////////7vv+GjdFQCQU//Hi1+v4lnaC//7++f7/z8zR//nw7vT75ePg8PHx5OPj7e/vgZWi0LOr//36////////////2e77AhkkZEMw//76v83gqIiM////8Pf+0s7N///46O715+Xi7vDy5ePh4OvxgIqQ4MW+/////f//Y3aYa01J9Ozk9vz9fX2e2ce4////3ubu4dfR////8vT27O3t2dXS/vfy////3+fv4NbR////9/n77/L05OTg8vP40c7U/PTt1On3hYiI5NbRycvQ9+zi////zszS6+Td////8vP17O3r2dXS/fj1////////zePwhYiG7N3T7fD309DQ//rznbnPfGFc19nb+fPu/f//V2B33sCl+v//z87Q//jw1uv5g4iI59TO////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zeL0WWVwaWxvVUxRa21tf3p1fIGOvaSO////////////////////////////////nLHESklJ59nI////laa1WldS39TI////////////////////////////////////////////////////+///g5msWFFK+PDf/f//fY2aYFtW7uPZ////////////////////////////////////////////////9v3/hZGmamZhb3R0Z1lb5NC+/////////////////////////////////////////////////////////////////////////////////f//cX6W49K/////////////////////////////////////////////////////////////////ip6wnoVr////////1OPuVVNd4dC9/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f////78///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/z+8/Pz9fTy////////+vz89fT08/T0//36////6u/y4uHh/fr3/////////f7/8/Pz9ff3+ff1////////////5ejq5uPg////////9ff69/b08/Pz////////8vL0//78////6/H24uHh+/j1////+vz+9fT08vP16+vr8fDu//399Pb49/Xz///9/f7/+Pf39PX1/v37////9/r89PTy+fj4////+Pf19/n79vT0////////5enq5eLg////////////////8Pb74eHh9vPu/////P7/8/Pz9PPz///7/////P3/9PTy8/T2/Pr4/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pz81NTU+Pj4////////////////////4O72S1lupIRs1OHrp5KX4uzyPktcbVRB/vLkj6OxaWdkgH55X15e4tfD////8/r/ZHeJQzUy2Mq5////7vj+b36LeXVubnd6eG5k9+3fuczbMTpCmYJu+///QVlwcGJP//3xl6q8ZmVhgH96W1xc3dC/3e75QFVrUktCfX19WWFnln9rbIyijW1e////9f3/QFV0UUY69/Hn////y9/sPkNQs5l9////X3iRLx0dxa+d8fv/coKReHNscXh5c2tj9Orc////rL/OXl9hgYB7VVte0Lym7vv/VGmBj3Ba4OrvmYuV7PT1SFxwWkQ67eHT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fn5Xl5eDg4OS0tL9PT0////////////////////qr/J9t3HZZC2GAIA//Pda4uhtI1ssMvmRCcv/e7b////kq/HWEQv/ffo////qcTha0VO////////b4iqb0k////4////W3eQjm1M////OlVq7Nq5bo66Piwm9/Pgs87lPiYx+eXT////oLzUTT0s//rrZIqumYVq////7fr8s6+j0dnejHqC6Obh1+XnLT1OyquO////////////uM7gh3V48O7wIThYkXNY////dpCyaEM7//34////YoCYimxK1+ryNSk95cqx////wNnrOjUu+OLKttDg6c+2hq7RCgAB9N/Fg6a+kG1P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4eHhBwcHAAAAAAAAzMzM////////////////////v9DRysW8KTVFgH5wuZ+ed5afs49xZ5CuiWpL////////4Pj/Lx0058+1////psLga0pW///6/f//N1VowaF+////////rcrgRSAq/PrwRFtyZW9qHxcb99u+////aI+ue2BC////////6//+MCE8686za4+wl4dp////////////////ZXygj4J0Sm6HTS8j//3w////////////////n7XSIyk+YT42//3w////Ollvu5p3////////tdHmTSQxkaqyW0s4///6////////ODdYxp+JzeXp0ci3L0JWfnhnrZOSiqm0j29T////0dLa59vb2d/n3NbT5Orvzs/S/vjz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fn5X19fDw8PTExM9PT0////////////////////wtbbXWh1ZEQ0/f37jI+laXJvtZR8aIytjHBO////////4/r/LhY76s+y////p8Lfa0pU///7////OVNqxKWC////////sc3nQhcu+/rsPFdui39ubHSEbl9a/vnwa5CzfmRF////////7v/+Lh1E6MetbJCxl4dp////////////////utHktKeWVWCEtJF5////////////////////tdnxAAAJuZFy////////PFduvZ96////////udTsSR81kaWtX088///7////////OTVjw5qC1OzybnmDTjQs/vvxj5izcXh5lHZg////ZXmcxaSSxNLkcn2Pa2tvi2th/vfv/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f391dXV+fn5////////////////////////oMDVAAAC0LCY////sMPZDA8bwZyBo8LcTy4w//Tj////nb7YVD4718jI8enmsM7qb0hU////0tPRZHaPflVK////////Z4elgFlM////PFZt99y41/3/IxsW99zBp8jiRisy/+zb////rMvjRjM3//PfX4mtnIpq////////////////+v//Uml8PyIS+u7f////////////////4fH8NDpHn5B2gIuY2cW2////aoWld01E///9////bo6uf1lLyt/nOSk67tS9////zOPzNzI+89TAvN/xAAANt5R+////xdfnDBconnpg+/3/hJu+zr2q5vn8ZHB9YFhboXVd////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7PT8RV53UD0q//rx////8///MkZUa1BB+/Lmg5Gka2RfhYJ/Y1td4dK6ss/sWltgXWdzQS0ya3J1fnBm6/DzZ26Ae3RreH6DdWdd8+nVvMzbKTQ9c2xdXGhykIJ2//nv////iZapaGBdhYJ/YFpd1Maw3/D5N1BlWkk68ebc////////////////l7DNmX13////////////////4Ov1RVpqJBcQ9+XKr8nmQjk90Lqo6/b/aXCCeXJpe3+CcWVb7+XR////n67BXVZZhIN+XlxhxLKV+P/+WnSPPC0d+fHg/////P//QlprX0YymaWvSFJcZl1VgpGZfmthw8/XZFJX/fTs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/z/6enp/fn4////////////+fv/6Ojq/vz3////3ubr19XV+/Tv////+/3/5ufq5uTi6u3t4+Li9fLw/////v//193i3NjV//76////7/L17ezq4+Tm7Onm////////////////4Onu19bT+PHs////9/v86+rq6unr+/n2/////////////////P3//P3/////////////////9/r86Ojo7+/x+/f29/j86erq8+7r////////2N/i29fW//z5////////////5vD11tXT8url/////f7/6ers+/f0////////////+/3/6ers8PHv6ejo6+nn8O/v+vb2////7/Pz/vz6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7vT76ufs/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f//3uDg3d/f7unk////4uXq4ODg6Onn393b//v45Ovy0NDO//z5////////4ujr2Nnb9vDr////////9vH0////8/n8zs/R9/Ho7fT56+bj/P3/3N/h8uvo6/P44tra2efvfmpz+O7g/v//3+Pm2tnZ+vbx////////9vPz////6/H4z8/P/Pjz5+308uvm+Pr92tze9vHu5ezx5t7b////////////9vz/yMvNyMXF8uni////////2+Ln1NLP////4uXo4+Pf5ufn4N7c///73eTr1NHO/f783+Ln4eDd/vz64ebv5+Dd5ujm9O7r4ujr4Nzc3N/i7ujl/P7/zczU49vU////4OTn4+Ph5ufn4N/c/fr3////////3+Po6+bj3eDq6+Xg5OTi+PTx3ePoz8vK//vy9vr/29vb7+rn9vn8zs/S9O7n////3+Xo7eXi6+/w8uzn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+v//eI+kNCIl1sSu////Ynycc1VJp73HQjQ0usG6MDQ7XVxcmoyO/frw////mbXMUEhI6trH////nrHRrYV/8f3/QlJjWU9DgXp/rLa+dnJvv8rXLiUl2Mm2XG+OjnFcp7vAVDss/PLg/f//fpuzYk5I9Ond////ipSyyKKT3/L9NTxJXVhTkIaKmau4jYB4o7bMPSwh29jOTFlxm39o/Pf0////ydjlQExXf3dvjo6OT1Vc4tS4sM7eLCYnYF5esqSiZ3yVgmhbjaa4XkM9r8DDListYF5eqZ+fX3SMcUxE3u7xNEJWgX53Py43rqOZTU9ilIh+P0NZrZuIb3iRj3p2foCKybSiZX+dg2hbjKS2Vjw1+/Lq////1ur3SUhXeHp0P0BDfX9/STAyqKelXVVci42PkYN13+HjQEJWpZeGS1xpWE5Cfnd80dHPREpguKCKfZKasZN0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wt72YUNS///v////iqLCso6D6f/+dmhsZoCQkH1s////087Y9ezn////5vr/uq6g////yuTvBBYosntctdjwUE1N//zv4OXu7N7bpMLXLTFCtI1+////WFZ08tzG9/j69vXx////////1u/6x7Of////qsnfAAkX1qaJjrnXbmFV//782dji8OjjiqrALio40q6d5f/+X1Jo//Dd/v379Pz/M0ZlkXdf////////SG+OwbCRVXiZsJmB////2M7TiZ67tY6Bzuz8o4SAV3mRrJV/////28/UjKK9qYV86ff/W19uu7i9alhiwc/PcVxp////c3iOnp+dT0tQ///wt9XtgGZZlqrCtZCBzOn8nHh1////////utXqe2FpzuHkaWFmrbbAfGNiq8HOi21v////ZnaOzrmle4ObjJKRVlZY//vu5OnxqbPDcWBp//7v9fX3+fj2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////u9buXkJS//rn////hp6+p4Z54fv/bFtieYqZkXlrnrS8l46E//rz////4vf/wbSh6/L3JTdEYlpHzqajudftZFZVucG/fIGE/+3XosPkIQoH/ePQ/f//YF569+PL////////////////0+z20Lqk1+bwFyIqdWxZ3bm2m73YeGNbrr6/hoR////veZ3BOhEK///u4vn/ZVpv//nl////1On9ICw77tG0////4+vzKkBdpY1xa4GcpI58j6iztqWSi52+qoV4xuP4l3t4bYOboop5kaq0s6OQjaK/m3py/f//p63BfYabWDs9ytTUd2Vx////bnOJlpeTZVRZ////nL/Zel9KjZy6rYh5xOL3kXFt////////wdrte2Ru9//7oqa4bHWOdFBGscbTgmlt////UmaBxKyYd4CVj4+Ral9fusG+gYaHvsLCdWR0///6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////u9XwXkNT//zn////iaPHTEFDYmlxjWFczdnjeHiHUGdxdGlZ//36////5vn/t7qqQlZ2ZT8t7PHqwp6s8Pz+dn6Xcn6ERUdH1NXJPU1jcm5pnnxx2uXnKzFIs4+G//v4////////////2e/5tbWlKTldiGRG4+Xoz6yy3/H8dXeNYnV8XVdMydPTNkFReHJvsYx9v9voLyg2yaqg////2e78IS08686x////5u3ywsHH3tbOtcTTfXqGQFdllox1b3+dV0Q2VVhhpnxxvs/efHmFRFlni4VwaX2PRkM+XGBga2Fam56ljXFupbzKPjE1t6+yVlRp1Ma3f4ilnJGJVlVmw6qZaX6fWEU3VFdinnZs////////mLnUQTIyubWzcWxvkZefoH91uNHkNzNIaXFsTDgw8efZanSLzb2qfYijc36ESktJnKuzOi852L+1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dfn0MbGv9vwWTdK9vbqvMDDf4qilYB4xsPF9uzm////3ebyy8K9///3////////9P/+JkNRMhkP/enY3vL/oH+L////8vr/v77C/PHn6fH419bT6erq2dfX5+rsb4SSxqWd//z5////////////4Pb/DCQwVDQk//rzx9XnspCW////6PH7w769//rx4env29jV5+rq3NfW2ebubnl/17mz////+///V2mNeFhQ/vfw////kJGx3MzB////09zm1MnB////6e3w4eHfycTB+vHr////1N3p0sfB////7/L15Ojo1tXT6unxwr/F9+3lzOPzc3d33MvGzc7R+O3l+///v7zC4NfP////6evu4eHfycTB+/Ls////////wtzsdHZ25tPL4+bwxL/C/PTto7/Wd2Bfx8rM8enh////XGd+38Gm9P3/v77C/fHnzOX3cnZ44crE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yN7xUl1oZGlsSD1CaWtrdHFscniGuJuF////////////////////////////////mrHGNjc33cy3////kqSzUUxH4NTI////////////////////////////////////////////////////+///gJitQjw38eXU/f//eImWWVFM7uPZ////////////////////////////////////////////////7vb+dH+SbGVebnZ0V0hQ4Mu3/////////////////////////////////////////////////////////////////////////////////v//bnuR4tG+////////////////////////////////////////////////////////////////gZiqlnle////////0+PuSkhT3su4/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v///Pv5////+vr6/////v///f37////////////////////////////////+/z8/////////////f37/////f37/////////////////////////////////////////////////////////Pz8/////////////v39/v///v78////////////////////////////////////////////////////////8/X39vTy////////////////////////////////////////////////////////////////////////////////////////////9/j4/vz8/////////////////////////////////////////////////////////////////v///P39///9/////f7++vr6/Pz6/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f7+//7+/P39/////////f7+/////f//////////8O/v//////////////39////8PP0/fr3//////7+////////////8PL0/vv4/////v78/////////fz+/////////////v///v39//////////78/////P39////////+fz/7+/t////////////////////7/Dw+fb0/////////fz8/v///v78/////////v37/////Pz8/////////////////////////////////////////////////////////////////v///////v7//////Pz8/////v///v37//////7+/////////////////////////////////////f3//////f3//////////Pz8/////P39/////////v39/////v39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4+Pj////////////////////////3+33T1xvo4Vt3ObstaKp4OvzRlFhdF1O2d7bamR9iICCo42F8vPxXWyEoYd0j5SqfmxviX9/2NLIXG+IgGNZ/v/2hI+tgG9wiX5+59zScIKWe2ldd4WYbWFeZWVtk29i////6vf/UmuCf2dW///7o7rPLiowlXZo///7qr7MZGZmeXhzZGJg59vH////4+3yZnJ9e311XGNosqCP////gZyzXlBP8ejWoZ+09evjfZKoRkE+zruo////////////////////////////////////////////3ez7npii+v34lpqw//zr7vf9VmWElYBvl6m5ZlpUVltoh3Vml6m0VUZD9urb////////////uMzmyLas////rLnD4ce4////zNzrSUlcwKqU////////nLTJPUFErpmH///9////i6G/VkpI7eDT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v7bm5uGhoaXFxc9/f3////////////////////obfB8tjAb5m/HgUC//fjZoWasItrb5KzkXRb////Y2p6q6WbZ1lutcLAQDo//vfhor7Wj3Nehpy3sol7xOPzRj5A//rtlrPLmHhknLLKnIN2VneLtKGKXmiGwaON////////0+TzbGl2+uzfaYmwNyMX++/lwdjsOic169a+////lrDJVUMt9fbsSVd8oHlj////5vL4OkVP07WQ1fL/vKaS2Oz5AAcawJl0xeb4VEMy//bq////////////////////////////////////////////nLjWMCQip7ixKiQw5tC4////doqnu6OLa3ucyrObdYeovJWEzen+ZVBU///w////////////XHuXYzsq////Iz1mm3pc////9v/+Xl9y3Mq3zM7R1M/O4Oz3M0RR9+PJ////////ttLpdFtW////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4eHhCAgIAAAAAAAAzc3N////////////////////vs/Q0Mu+KztMbmtfwaafd5ahrpBzYHyYx6SK////XG+Bo5iKe21/s8bNaVVV////o8Xdf2VSjp+9w5yLtNrzcFlR////l7rUh2lUnrHHooRzx9PlioabPURM1LSc////////////w9LqQVRoJxgg4suz////b5i1dVo9////////7f/+OClAsKylNkBF8trA////////bIGgglFI5///0sKtY4CZU0g4kn13vs7VXU9A//bs5evu49rc7vDz3Nbb9ff12Nvl9fLt////////////+///XGh5tq2aMjtVlI55sJiV////fZGuvKSOdYSk4smxgZq+xKOP1/T/alZY//7v////////7fz/MTdbakc2s7TBHC1AfmFb//jw+f//aWl6xbqweH2KjoN53eDlOkxa3sy2x9Da17S2wt/yeGBd///7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3T09PBgYGPDw87+/v////////////////////wtbbaXV/Wz8u+Pn1jI6jbXh2spF1pLzXinFws7vAVEBHtLm0T0NQyMXAZmR3x8C2Vl94pIp3VW2GVUk/cXuFaVljyMO8TlVuvpqAnLXOpIl8ip6sqaCWX2F22byo////////////9v/+AitQbj8i////////bpKxe2NE////////8P/+NyNMqZ+aO0ZI9N7E////////cYSsd0VF7///nKamLSsx6MytpLnWjY6MZVhK///wlrPRimxo3eTsgIqcdXqBd2Vi5s6/////////////s83lUz5C1NvaQDNP6trHgIqj4tfLVmaHs5uMV2iEuJuIeI+yaVdPd4WWf1VU///9////////pcLfXEQ2zc/WGyVEmnFfnq/F28Gy2u36RT9S69S8////////4/T/MEFPoJGAaHqJvJSClbbRbk1O///9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9vb2xMTE7+/v////////////////////////psfZBAAOx6aQ////q73TFBcjuJV5////uMHNkImM69zRx+L1Q0tOzKig4uzylI+Uuq2l//7+yNDXsrq7r6mk3OPok46TvrGp////lrHMn4Bw6fH2np2wu6uk//34////////////aICYaVA/i5edv6ac////nr3XSy4y//Pk////vNrvQi454dzQOUNgyKCI////////RFp2tIdx+///IDJJZUA0///76fT6NEdgXEIx///xrcnppJeU////hqKzWU1Sg2RQ/uzf////////////w9Ddtq2mxs7TpJ2i7efeu7jK5NXSxszT19DRVXeNm3dqe4eliXt2lI6P6NTK////////////UGaHsYhy8v/+LCgz5s2uzub5nJec+P/9u7e/9+3n////////5PX/OEpX//DV////0cTMztXayry+///9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7vX9RWB6PiwY//fr////7/v/IDREa1A79u7k////////////////7/Ly///9////////////////////////////////////////+P7/WnCIlHZl////////////////////+P3/gZWnBggIxKGB7Pj/MjZWsJJ+/v/7e4ecbmBdkY+MWlpfw7OV////vMvcVE1UkZOHb3V8hnVi//vqnbXOCQoTzLaa////////c5ChLRsMqqalVGt9TU5OmZ+aUlJY19HCTkpd59PB////////////////////////////////////////hZiyzLmm+P/++f34WGuKvpqC////////////////q8LcDhQqzLWbc5m2JCQi8eLJ1ez6T0ZL0Me0fYWX8OTQ////////obrPHiguhnxujJKRgGdesLK5lo2K////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pv+2tvd9/Dr////////////7fP42tra+/jz/////////////////////////////////////////////////////////////////P7/2tzh5+Th/////////////////////P7/297h4eHh8Ozn+vv93N7l4dnZ///9////0dzkx8XD7uTe////////////5/P9xsjI18/K////////4uXq5uLh////////////+/7/3t/i5uXj3N7e2tnZ5uTk6ubm////5u3y9fLv////////////////////////////////////////2eDn7ujl/////f//3+Hk8+3o////////////////5evw4ODc8O3t3+Po39/f+PTz8vf82drc7uzp19ng+vbz////////5Ojr397e0tPV0dHR5eHc6vD13drc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj6+Pj6+Pj6+Pj6+Pj6+Pj69/j6/P39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2dnZn5+fnJycnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2fnZ2dnZyXnZ6WnZyXnZyXnZyXnZyXnJ2XnJqXv8DA/f7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6urqoKCg2tra+Pj49/f3+Pj49/f39/f3+Pj49/f3+fn5+vr69/f3+Pj49/f5+Pj49/f59/f3+vr4+fn5+Pf3+vr6+Pn59/f3+fn59/j49/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39vPw9uav9fGz9fGz9fC1+/a29vC19/Cz7t+lspt9ysjI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2dnZyMjI/Pz8+vr6+/v7+Pj4+fj4/v/9+Pj4////7O/y4+Lg+vj2+vr6+vv5/Pr6/Pr4////5Ofs6+fk9vj44uPj9/Pu/v//7Ozw9PDv/Pz8+vr6+/v7+vr6+/v7+vr6+/v7+vr6+/v7+/v7+vr6+/v7+vr6+/v7+vr6+/z8+fXw/Naa/+Om/+Oo/+ar48qU/+Sn/96k/92i8rl2yK2U/v//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3t7ezs7O6urq6+rq8Pf0ko6n2ce9r8bbdldXy9TRY2Rmg39+6OXeX3iIv6iQZneVwquRpcHSZmdpq5SKxc/VcHV9eWRgxtLSYFxc1cGy8PLy6+vr7Ozs6+vr7Ozs6+vr7Ozs6+vr7Ozs7Ozs6+vr7Ozs6+vr7Ozs6+vr7O3v6ebh8L+B+siG/86O0qlyKR8XwZtq/8uM98SC7Kxd2qh+/f//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2traxcXF4+Pj4+Li5+/shn+Zt7W1Qlxve2BldIeQdGRVq6unv8LCSlJremdsU1ZljH9uT1d5lYh6q6Wo09TSh5GXgHhsm6i7koWA8fHt4uHh4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPl4d3Y6bBq8bds9r1vs4hNZEoop39I9Lps77Np5J1C0515/v//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2NjYwMDA4eHh4eDi5+7rhYaeRT5QlId5npq1l6mpS1NYV1Vbio+QpYiAU2+Nn4Rog4mkanR5WV5geWVZrrm+TD4+ybWmgZ65T0JB2My+5OXl4eHh4eHh4eDi4eHh4eDi4eHh4eDi4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eLk4dvW5rFp77p17bl398F9/9KG+cJ87bdy7bZv35g/zpV0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1dXVw8PD7u7u7u3t+Pz3WHSfRy4v9vPmjIiq8u/gs7nLzcW93N/k5uPg19bi5Nzf3uLi4OLgrrK34NXL7fLzsrvD0MC5obfJdnBr5NfN8PHx7e3v7u7u7e3t7u7u7e3t7e3t7e3t7u7u7u7u7e3v7u7u7e3t7u7u7e3t7e/x7Ofg68KQ9NCk+taqpo5wOzEnnoZo+NSm8sye46ptyo9z////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2dnZxsbG9vb28vPx9vj2x83a4trV9fj60tHb8/Hs/fz8+vv79/b29fb29/f19vf39vX19/b2/v379vj68/Px/vz8+fv9+Pb2/f399ff58/Px8/Pz8/Pz8/Pz8/Pz8/Pz9PT08/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz9PT28e3o7Mmd9dey+ty31bydPDMrzbSW+dq19NWu5LSBx4l2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7Ozsurq6+fn5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vv489/A/O/X/O/X//La7+LM/vDa++3T+urRz5d806af////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3NzcysrKzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzs7Ozc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Pzc3Nzc3Pzc7Oy8jGx5CJy5OPy5OQzJORz5aUy5OQy5OPx4yKy5WW+fLz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fX17+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v+Pf1+Pj67+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+7u8ePj8OHh8OHh8OHh8OHh8OHh8OHh8uTk//7/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////j6KytKSX/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P7///78////////////+Pn7/////////////////////////////////////////f///////v//o7XCdnBr4tfD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/7/XXKIcHJ0ZWNu0L2i+v3/gYekhHV3m4uG2uHfVFhuqI5/8/z/X2t+r5OA//z6/f//i5ysbmxnjIN39end////utnxn4Z7////zeT2aGBr//bi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1uv5iHdq//rtsM/lVCgnore/WktG/frweY2lr5h+YnOU062Wy+n+XUxb6uTP//v68//+UFJr89zEmrvRjXFg////bY2nSCwe//Xr6fP7u7a7//vy/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f///fv5////////////////////////////////////////////////////////+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fb7//323/D9PFRkb0AnhZ6xkXRl////fp+3n4JsdYWo5cKo1fP/c2Bq///2////8v/+Xl14/+rSvN75cVlZ5/T3Uk9floWRzb69/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v//h4qibm5m39O9////////////////////////////////////////////5fH9bnZ9bGVngn6D6eHV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tcjXFyc2ST408uTTv9nwb11m0dLOSUtfsqCJPE5ndGZYbn+OX0pM8ebY////+f//QUpznZGATl1ulnhef5WzelZJ4PDzk4B92+Tqj4aR//vu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pv96urq6urq+/j1////////6+308+/s8vLy8/Ly5Obo8O3o////7/P28Ovq////5OPnnbPBi3x1////5Ofp8u7u+Pj69vj44uTm9PDr////7PDx8+7t////zuP1alBnzcrForPClZGF///94+bx4dzZ////////6evt+PTx////9/n87Onu8Ozr/P3/6OXq+Pfy8O7u8PLy4+Pj+/jz////5+jq//v67PL34uHd////7O7x7O3r/vz6/////////////P7//////P7//v//////8fP26uvr+fb07vH06ufp7O7u8PHv7e3r9PLw/////P7/6evt6+nn/vz5////////+vn5////7/T54eDe////7vDz+/f0+fv96ent/vv47/b36Obk9vX3+vv56u3v5+Xi//76////////9/n84ebr19bW/fn2////9/n78vDu////////////////////////////////////////+f//Ky1ioHlc/f//zs7K//36wMvdhIB/wbCn+fv7srq/nqenW3eBRUA/zKyo////+f//VVt8jYh/kYaA8+3ooK69xrSs6+7zq6es2Nzeo5ue//zw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4u/3QFhwVEU57+PZ////zOH1O0JSfnt4TDg/i4Z9mIdwg4OSzcS6UV93nYBr/Pj3////s8zhk4mNpLHIU0RDS1tohm5goK2vmYh1hYCMy8nCSVFnrZF6//r5////V2OXYVdPdnRyw7qsp7jNbFZhi42PspiJzOLqQ0BLx66Y//783ebyMT1ap4hyhp+8WE9MZGVwaVJPhoBznpeQlISGtcLMUEdMmpuRNzc5V1RWraWiZnuTZUdB+/Pr////////////hJa22sSupLrduqae////q8LcQj09vb21UlVldnBrOzM7xb6vPVBkq4x0////8fv/YXqSe19M/PPp////jIym48S11OfyNjc/VVRUqpycgJiqsp2MiaK/VTwv3d/hUE5mZmplRzxGu7uxhntvj5Sbq5OL///9////dYujX15ZfIGCd2dW+u3hqMbZgGhQ///9/////////////////////////////////////P//a3WbkXdybXmKgm5r//78////////////////////////////5+jq////////1Or0Qjw5/OPK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////bpG0loZq////////w93vXFdat77GalNb4ebducLINTtSoJuOZ1xx+/Dc/vz6////scncko6Oc36a0q2WlLXVjW1j5enprbnBNzZJn56ZcF9v/Prn//39////g5Ssgm1fvrmw9/z5PE9m4cSj8v/+X1hbl5+nh29x+/v5//7+////YGyC69K4faLBmYBzgI+pooh74ungg5iqU0RDi5WhpouGW3+Ym4Ru/v390cfMj6K9m3py////////////7vn/NkZge3RdUWd3dVlG//703fT/cF9kwc/Rc1xo4e/pY1Vr///vcYajxaeR////////wdvm1Lqn////lLnSCQMQ8s6zaJS2iHRj/vz6zMXO5+flcYukOi894sesw+H5b1Jf7/j1VlRn39DF1NvcWmeFfF9Q////+f7/pKOl/+rW////LCM60aqN9Pj77ern////////////////////////////////////////////9f3/uL7Gxb6/6ujl////////////////////////////////////////////7/P40NDQ+/Tv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////cJCxd2dUztLVn4mV7ebhpqzAaXGJbEtCw9TdLDFCoY592+zxal1y//3o////////scrfko2SfIei1rWdp8fnnH11s8nbLDE0sqGMzODrdmJv///6////9v/+UVN02smwZXGWysG1TVVs/ODF5v/9UE1MoKKnkXl7////////////Z26G69C30+L1mJaoSFJatZaAfpm0QTc32c66m7HMq4+Jc4+qoot3ora+vK6flarHmnpy////////////n7zUiXRgip62W0tEq6em482/4fr/bVxhxdDQfWZz6vj2YFhr///wbIOhxaON////////xd7m38aux97uDx0jdmda7dHMd5e3l39uqLvCqqCW////WHidVyYZ////wNrxdV5q/f//Y2N/59zOQ1p6a1ZI6ePW/////f7/////4u/5TWNxNhgQ7tvK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c5OzYVNCp7K3eWdm3d/da2pwmaGnkHBsrcTFfXdksqG2rLzHOjE+1ruw////////fZiviYZ4ZG90zrOYgZ/AnntunLnEiH9qs6C6n7PBQjQ638rA/////P//doGhpZqMPkRVsJWAjZ+6nYd9cH6Pj2xhhaC3V0FB6t/X////3+7zP0NXtZmEm667jX98dnuNyK6fcYuVpJiKuam+cY2icVROpbC9fnmBRWBwenNean6QQD04bWVl/vLk9/v/Slh3tJiBboWplGtewtvtn4WEtcrYZUtUorS9STc8xcXDODxciYd2RjRK5s25////////zOLoubiqHixOnH1b1tPZ4cHFwNbod3F+UGp4bmJSucvUMzhGd2lmyaybp8XUcltM2ubsVk5g2tfKYW1prqCoyLa/////////yNnuFiM0RTYm7t/O////////////////////////////////////////////////////////+/v79PT09/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39fX1+Pj4////////////////////////////////////////////////////////////////////////////////////////////////////////YYmtloJn////4ufu2snI19zps66z8+je////yMrU0MK/zd7pXWds0rKs////////3OPrz83NyczO7+3ox83V6t/X/P//xcTO1sfCwNbkYmVn28C7////////8fr/tLW308fD8/Dt////vMDKurCr////ocTcb2di5tbV////4OrwUFNcppF75+DbwMPSxry2//757PP6vrq/4tfRk7bMemli8+flzNjlwbWv//325Orv1trcwMC+//z19fr/w8bJ3NvXw8jP2tHM6ezv08TM7PLv0MjKu9LgaGdnu7a9YVpswbyvzby3////////////zObzCRgibEo5///4usDUz7Cv////0Nzpu7Kt//rz0Nnh0s7J2t7h1s7J1Nvg3tnS3uTszsjF//343ePrvbW38eff////////bIK1ajc6////qrjD79zL////////////////////////////////////////////////////7Ozs2NjY8vLy8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8vLy5OTk29vb////////////////////////////////////////////////////////////////////////////////////////////////////4O72Q1lvUElCfX19Y2pvu5SC/////////////////////////////P39////////////rsbZnoV2/////////////////////////////////Pz8/////////////////////////////////////////////////Pv5////////////u8jTdHN7eG90/////////////////////////////fv5////////////////////////////////////////////////////////////0+f3dXF5///u/v39utDjYVJR//vo////////////8fv/ZXyURDow9u3j8vv/XGt2bl5P+/Ls////////////////////////////////////////////////////////////////////xdjqYV9wdnp9WUte++7d////////////////////////////////////////////////////7e3t5eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT039/f////////////////////////////////////////////////////////////////////////////////////////////////////+/z+9fT08/T06+vr8O/t/v78////////////////////////////////////////////9fj68vDu////////////////////////////////////////////////////////////////////////////////////////////////////////4eLn7uzp////////////////////////////////////////////////////////////////////////////////////////////+fz+7e3v//78////+fv79PTy/v37/////////////f7/8fLy///9/////f7/8/Pz8vPz/v37////////////////////////////////////////////////////////////////////////7vX65uXl+fn3///9////////////////////////////////////////////////////7e3t4+Pj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vLy39/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7e3t4+Pj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vLy39/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7e3t4+Pj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vLy39/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7e3t4+Pj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vLy39/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7e3t4+Pj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vLy39/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7e3t5OTk////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/Pz4ODg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7Ozs4eHh/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+8PDw3t7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////39/flZWVqampp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enqKiom5ubvLy8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v77e3t7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7e3t9fX1/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f7///7+/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/7/X3OJcHJ0ZWNu0r+k9/z9ZXB7VlRRvbGprcDWYlpfhYODd2FfZmx6hW5k///0f5WrTUxIs6KRqL3LXFNVvsG6UVdf0cCrboSf0Leh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDw////////////////////////3+33WGR0oIVy///1////r6S1+Ojb1ejzSElRYl5Z0s3KdoeW5dHAfpmugGlS3+TpXV5pbXBxfnBwwcjFhn1zlJGW4M2+/////f//cYaeaW1tZGlxuqiN//76////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1uv5hnZp//ftsM/kVysqjaawUEdA3drXsrG+U2d9kn9qd4amoYBsgJu4qX9yxOPyLC4zysa3rbCyoau1b1dh+/z6Ulpy4cmvu8TS6d3T/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f39f39/KCgobW1t+vr6/////////////////v7/l6y53sGr////jbbTLhAc//DbSXGSjHRe2dveuaaru8rUc36QQjpM4Mapm7jbgVtarsrXWUJE0dbP2NHAWGuNn3xm////6vn/gXl29ObV1PL/OBwn893F////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fb7//z14PH+PlZmbUAngZmsk35wztTVz8nEztrljomeTldevpl+lLHRv5mIsdfwjWdk////////ts7jfWhs////Y2uD38Ws////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4+PjCwsLAAAAAAAAz8/P////////////////////tsrP89nDyd/pDSItbklD8unkV26Jv6uXxs3Q3dLI////NU9rfVE8////lbHPnn524PX/cWJu6e/qP1V3V0Y16N/R////9vr/+/bz8v7/XniKPxsM+unY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tsnYGSg5SDw08+TRts/obWFpb46ZSkg+o6ysnpSOcX2SspaDW3iTXEtBfYmTe2Zt0tPTbGx2tbu8QztRr7OrTTxR8+HOkZu23sy9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0QUFBAAAALi4u6+vr////////////////////vs/QzMa/IS9KloNhw7i98uLfgJi1j4B7NF10j3hasMjbLS5AhWZc8ODViKW7lnNix+H0a1Rcvs7PXltNwrfE5dra////////zdzpKTpIMysi3cy3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f//Ky5jn3hY/f//z8/N/vz5uMbbiIKD4tXJ7vn3mZqroZSS9OvjusXNn6mnnJaR0dngjI2LuaeYxdrnXVRkjpOOtJmQ////nqW349LD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7e3tsrKy5OTk////////////////////////udTeHTA4cEpA///9t67C8drY+fz/m6e6m46G7uzpo6+8tK+ksrW6zb+1q7nD0Me0ucjZtqah+Pv5r7W9o5KV8eXd////////R1WLeFA8///z0NfY/PLo/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P//anSZknhzbnqMgW1q//78////////////////////////////////////////////////////k6/McFRO////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6PL4SmJ5MyYW+uzf5/D4TU9cn4p3///7////////////////////////////////////////////////////////////////////gZK1e2VlhY6aZVZd//rt////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9f3/t7zEw7696efl////////////////////////////////////////////////////////3eTp3NbP/v78////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Pf6yMfL9O7n////7/X4x8fJ1NLP///7/////////////////////////////////////////////////////////////////////P//u8bOv7u64d7e//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + 0 + + + + + -0 + 1 + 1 + 5.25 + 4.701388611111111 + 3.152777777777778 + 5.763888888888889 + 1.576388888888889 + 2.881944444444445 + + + 3.152777777777778 + 5.625 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.763888888888889 + + + 3.152777777777778 + 5.763888888888889 + + + 3.152777777777778 + 0 + + + 0 + 0 + + + 0 + 5.763888888888889 + + + + 0 + + + + + -0 + 1.798611111111111 + 4.701388611111111 + 3.486111111111111 + 5.763888888888889 + 1.743055555555556 + 2.881944444444445 + + + 3.486111111111111 + 5.625 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.763888888888889 + + + 3.486111111111111 + 5.763888888888889 + + + 3.486111111111111 + 0 + + + 0 + 0 + + + 0 + 5.763888888888889 + + + + 0 + + + + + -0 + 1.638888888888889 + 3.52775 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 5.291666666666667 + 2.0474 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 5.291666666666667 + 7.222222222222222 + 1.402777777777778 + 0.5416666666666666 + 0.7013888888888888 + 0.2708333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.402777777777778 + 0.5416666666666666 + -0 + + + 1 + + + 0 + + + + + -0 + 0.7013888888888888 + 0.2708333333333333 + 1.402777777777778 + 0.5416666666666666 + 0.7013888888888888 + 0.2708333333333333 + + + 1.122222222222222 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.197345180555555 + 0.4623412083333334 + + + 1.197345180555555 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2054325972222225 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2054325972222225 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.197345180555555 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7426499999999999 + 0.2800576388888889 + 0.9571888888888888 + 0.2396347222222222 + 0.4785944444444444 + 0.1198173611111111 + + + 0.9571888888888888 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.9571888888888888 + 0.2396347222222222 + + + 0.9571888888888888 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + + + -0 + 0.402525 + 1.357666666666667 + 0.6383833333333333 + 0.01388888888888889 + 0.3191916666666667 + 0.006944444444444444 + + + 0.0833333333333333 + 1.36461111111111 + 0.721716666666667 + 1.36461111111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6383833333333333 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6383833333333333 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.921002777777778 + 1.355904861111111 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + -0 + 0.8541666666666666 + 7.222222222222222 + 1.319444444444444 + 0.3055555555555556 + 0.6597222222222222 + 0.1527777777777778 + + + 1.319444444444444 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.319444444444444 + 0.3055555555555556 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html ng-app> + + + + -0 + 0.7083333333333334 + 2.774847222222222 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 2.351236111111111 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 2.020833333333333 + 2.049680555555556 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 3.052083157986113 + 7.215277777777778 + 3.062499649305557 + 0.01388888888888889 + 1.531249824652779 + 0.006944444444444444 + + + 1.52083333333333 + 7.22222222222222 + 4.58333298263889 + 7.22222222222222 + + + 4 + 0 + 2 + 0 + 1 + + + 3.062499649305557 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -1.973729821555834e-16 + 0.01388888888888889 + + + 3.062499649305557 + 0.01388888888888889 + + + + 0 + + + + + -0 + 9.680555555555555 + 6.601923611111111 + 0.75 + 0.3101166666666667 + 0.375 + 0.1550583333333333 + + + 0.75 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.75 + 0.3101166666666665 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + + + -0 + 2.854166666666667 + 7.355928472222222 + 1.319444444444444 + 0.2396347222222222 + 0.6597222222222222 + 0.1198173611111111 + + + 1.319444444444444 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222223 + + + 1.319444444444444 + 0.2396347222222223 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222223 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng-app + + + + -0 + 1.111111111111111 + 6.009875 + 1.583333333333333 + 0.5416666666666666 + 0.7916666666666666 + 0.2708333333333333 + + + 1.583333333333333 + 0.4027777777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.5416666666666665 + + + 1.583333333333333 + 0.5416666666666665 + + + 1.583333333333333 + 0 + + + 0 + 0 + + + 0 + 0.5416666666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body + ng-controller= + "PhoneListCtrl"> + + + + -0 + 5.164930555555555 + 1.645833333333333 + 10.16319444444444 + 0.01388888888888889 + 5.081597222222222 + 0.006944444444444444 + + + 0.0833333333333333 + 1.65277777777778 + 10.2465277777778 + 1.65277777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 10.16319444444444 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 10.16319444444444 + 0.01388888888888889 + + + + 0 + + + + + -0 + 5.311284722222222 + 6.039913888888889 + 2.557986111111111 + 1.281283333333333 + 1.278993055555556 + 0.6406416666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 2.557986111111111 + 1.281283333333333 + -0 + + + 1 + + + 0 + + + + + -0 + 1.278993055555555 + 0.6406416666666667 + 2.557986111111111 + 1.281283333333333 + 1.278993055555556 + 0.6406416666666667 + + + 2.046388888888889 + 0.7580094444444444 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 2.183376719097222 + 1.093643233016667 + + + 2.183376719097222 + 0.1876401003166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.3746093920138883 + 0.1876401003166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.3746093920138883 + 1.093643233016667 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 2.183376719097222 + 1.093643233016667 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.295152777777777 + 0.9117680555555556 + 1.576583333333333 + 0.3641138888888889 + 0.7882916666666666 + 0.1820569444444445 + + + 1.576583333333333 + 0.225225 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3641138888888891 + + + 1.576583333333333 + 0.3641138888888891 + + + 1.576583333333333 + 0 + + + 0 + 0 + + + 0 + 0.3641138888888891 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + PhoneListCtrl Scope + + + + -0 + 1.650923611111111 + 0.4659763888888888 + 1.669041666666667 + 0.3641138888888889 + 0.8345208333333334 + 0.1820569444444445 + + + 1.669041666666667 + 0.225225 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3641138888888891 + + + 1.669041666666667 + 0.3641138888888891 + + + 1.669041666666667 + 0 + + + 0 + 0 + + + 0 + 0.3641138888888891 + + + + 0 + + + + + + + -0 + 5.165486805555556 + 5.972222222222222 + 1.340251388888889 + 0.3055555555555556 + 0.6701256944444444 + 0.1527777777777778 + + + 1.340251388888889 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.340251388888889 + 0.3055555555555556 + + + 1.340251388888889 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phones: Array + + + + + -0 + 2.967599164621018 + 6.023152549196944 + 2.115754239997111 + 0.01513181351051212 + 1.057877119998555 + 0.00756590675525606 + + + 1.90972204462246 + 6.01558664244169 + 4.02547628461957 + 6.0307184559522 + + + 4 + 0 + 2 + 0 + 1 + + + 2.115754239997111 + 0.01513181351051212 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + -1.973729821555834e-16 + + + 2.115754239997111 + 0.01513181351051192 + + + + 0 + + + + + -0 + 0.6527777777777778 + 4.513886111111111 + 0.5 + 0.3101166666666667 + 0.25 + 0.1550583333333333 + + + 0.5 + 0.1712277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.5 + 0.3101166666666665 + + + 0.5 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ul> + + + + -0 + 1.993055555555556 + 3.861111111111111 + 2.902777777777778 + 0.75 + 1.451388888888889 + 0.375 + + + 2.902777777777778 + 0.6111111111111112 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.75 + + + 2.902777777777778 + 0.75 + + + 2.902777777777778 + 0 + + + 0 + 0 + + + 0 + 0.75 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <li ng-repeat="phone in phones"> + {{phone.name}} + <p>{{phone.snippet}}</p> +</li> + + + + -0 + 5.197916666666667 + 1.355904861111111 + 2.388888888888889 + 0.239634722222222 + 1.194444444444444 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.388888888888889 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1198291666666659 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.12677361111111 + 0.666666666666667 + 0.12677361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.576388888888889 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 5.600694444444445 + 4.013888888888889 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 1.383333333333334 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.475935395833334 + 0.9009726111111109 + + + 1.475935395833334 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.253231270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.253231270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.475935395833334 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8602083333333334 + 0.7277458333333335 + 1.208333333333333 + 0.4669805555555555 + 0.6041666666666666 + 0.2334902777777778 + + + 1.208333333333333 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4669805555555552 + + + 1.208333333333333 + 0.4669805555555552 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.4669805555555552 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone scope + + + + + + -0 + 0.9930555555555556 + 0.3998444444444442 + 1.472222222222222 + 0.3101166666666667 + 0.7361111111111112 + 0.1550583333333333 + + + 1.472222222222222 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.472222222222222 + 0.3101166666666665 + + + 1.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.725694444444445 + 3.888888888888889 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 1.383333333333334 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.475935395833334 + 0.9009726111111109 + + + 1.475935395833334 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.253231270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.253231270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.475935395833334 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8602083333333334 + 0.7277458333333331 + 1.208333333333333 + 0.4669805555555555 + 0.6041666666666666 + 0.2334902777777778 + + + 1.208333333333333 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4669805555555556 + + + 1.208333333333333 + 0.4669805555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.4669805555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone scope + + + + + + -0 + 0.9930555555555556 + 0.3998444444444442 + 1.472222222222222 + 0.3101166666666667 + 0.7361111111111112 + 0.1550583333333333 + + + 1.472222222222222 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.472222222222222 + 0.3101166666666665 + + + 1.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.850694444444445 + 3.763888888888889 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.729166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8645833333333334 + 0.5277777777777778 + 1.729166666666667 + 1.055555555555556 + 0.8645833333333334 + 0.5277777777777778 + + + 1.383333333333334 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.475935395833334 + 0.9009726111111109 + + + 1.475935395833334 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.253231270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.253231270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.475935395833334 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8602083333333334 + 0.7277458333333331 + 1.208333333333333 + 0.4669805555555555 + 0.6041666666666666 + 0.2334902777777778 + + + 1.208333333333333 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4669805555555556 + + + 1.208333333333333 + 0.4669805555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.4669805555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Repeater +Scope + + + + + + -0 + 0.9930555555555556 + 0.3442888888888886 + 1.472222222222222 + 0.3101166666666667 + 0.7361111111111112 + 0.1550583333333333 + + + 1.472222222222222 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.472222222222222 + 0.3101166666666665 + + + 1.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 4.091307706065886 + 3.949968878905594 + 1.279850071744957 + 0.05419969209096504 + 0.6399250358724784 + 0.02709984604548252 + + + 3.45138267019341 + 3.92286903286011 + 4.73123274193836 + 3.97706872495108 + + + 4 + 0 + 2 + 0 + 1 + + + 1.279850071744957 + 0.05419969209096504 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.279850071744957 + 0.05419969209096504 + + + + 0 + + + + + -0 + 4.152809482554106 + 3.875458965631375 + 1.402841571900808 + 0.01388888888888889 + 0.7014207859504038 + 0.006944444444444444 + + + 3.4513886966037 + 3.87196373926025 + 4.85423026850451 + 3.88240341007582 + + + 4 + 0 + 2 + 0 + 1 + + + 1.402841571900808 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0.003449218073314676 + + + 1.402841571900808 + 0.01388888888888889 + + + + 0 + + + + + -0 + 4.215643226289488 + 3.805096076139918 + 1.52851308361848 + 0.03852253612319521 + 0.7642565418092399 + 0.01926126806159761 + + + 3.45138668448025 + 3.82435734420152 + 4.97989976809873 + 3.78583480807832 + + + 4 + 0 + 2 + 0 + 1 + + + 1.52851308361848 + 0.03852253612319521 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -3.947459643111667e-16 + 0.03852253612319521 + + + 1.528513083618479 + 0 + + + + 0 + + + + + -0 + 5.303220940381522 + 6.815964085062216 + 0.01388888888888889 + 0.2569734122584313 + 0.006944444444444444 + 0.1284867061292156 + + + 5.30054024140796 + 6.687477378933 + 5.29627649593708 + 6.94445079119143 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.2569734122584313 + -0 + + + 2 + + + 1 + 0.0138889 + #2fff41 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.004263745470884335 + 0 + + + 0 + 0.2569734122584313 + + + + 0 + + + + + -0 + 5.594478553025464 + 4.844986303604567 + 0.2616289456168472 + 1.103937679878856 + 0.1308144728084236 + 0.5519688399394282 + + + 5.72529302583389 + 4.29301746366514 + 5.46366408021704 + 5.39695514354399 + + + 4 + 0 + 2 + 0 + 1 + + + 0.2616289456168472 + 1.103937679878856 + -0 + + + 2 + + + 1 + 0.0138889 + #39ff42 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.2616289456168472 + 3.947459643111667e-16 + + + 0 + 1.103937679878857 + + + + 0 + + + + + -0 + 5.529424265395949 + 4.907646124792011 + 0.1879368668744621 + 0.9755024627251774 + 0.09396843343723107 + 0.4877512313625887 + + + 5.62339269883318 + 4.41989489342942 + 5.43545583195872 + 5.3953973561546 + + + 4 + 0 + 2 + 0 + 1 + + + 0.1879368668744621 + 0.9755024627251774 + -0 + + + 2 + + + 1 + 0.0138889 + #45ff51 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.1879368668744613 + 0 + + + -7.894919286223335e-16 + 0.9755024627251774 + + + + 0 + + + + + -0 + 5.464075498191857 + 4.970289658808252 + 0.1210574236072017 + 0.8474623492434523 + 0.06052871180360084 + 0.4237311746217262 + + + 5.52460420999546 + 4.54655848418653 + 5.40354678638826 + 5.39402083342998 + + + 4 + 0 + 2 + 0 + 1 + + + 0.1210574236072017 + 0.8474623492434523 + -0 + + + 2 + + + 1 + 0.0138889 + #37ff37 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.1210574236072009 + 0 + + + -7.894919286223335e-16 + 0.8474623492434523 + + + + 0 + + + + + -0 + 0.6527777777777778 + 3.249997222222222 + 0.5 + 0.3101166666666667 + 0.25 + 0.1550583333333333 + + + 0.5 + 0.1712277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.5 + 0.3101166666666665 + + + 0.5 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ul> + + + + -0 + 2.777777777777778 + 6.131944444444445 + 1.444444444444444 + 0.2083333333333333 + 0.7222222222222222 + 0.1041666666666667 + + + 1.444444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2083333333333333 + + + 1.444444444444444 + 0.2083333333333333 + + + 1.444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2083333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng-controller + + + + -0 + 1 + 1 + 8.609375 + 4.701388611111111 + 3.274305555555555 + 5.763888888888889 + 1.637152777777778 + 2.881944444444445 + + + 3.274305555555555 + 5.625 + -0 + + + 1 + + + 1 + 0.0138889 + #1e23ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.763888888888889 + + + 3.274305555555555 + 5.763888888888889 + + + 3.274305555555555 + 0 + + + 0 + 0 + + + 0 + 5.763888888888889 + + + + 0 + + + + + -0 + 8.784722222222221 + 2.0474 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 1.638891666666667 + 4.959468055555556 + 2.472227777777778 + 0.5300638888888886 + 1.236113888888889 + 0.2650319444444443 + + + 4 + 0 + 2 + 2 + 1 + + + 2.472227777777778 + 0.5300638888888886 + -0 + + + 1 + + + 0 + + + + + -0 + 1.219097222222222 + 0.2997583333333331 + 2.438194444444445 + 0.4606111111111111 + 1.219097222222222 + 0.2303055555555556 + + + 2.438194444444445 + 0.3217222222222222 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4606111111111109 + + + 2.438194444444445 + 0.4606111111111109 + + + 2.438194444444445 + 0 + + + 0 + 0 + + + 0 + 0.4606111111111109 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Fulltext Search: + + + + -0 + 1.284172222222222 + 0.1779625 + 2.376111111111111 + 0.3559249999999999 + 1.188055555555556 + 0.1779625 + + + 4 + 0 + 2 + 2 + 1 + + + 2.376111111111111 + 0.3559249999999999 + -0 + + + 1 + + + 0 + + + + + -0 + 1.188055555555556 + 0.1779625 + 2.376111111111111 + 0.355925 + 1.188055555555556 + 0.1779625 + + + 2.376111111111111 + 0.2170361111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3559249999999999 + + + 2.376111111111111 + 0.3559249999999999 + + + 2.376111111111111 + 0 + + + 0 + 0 + + + 0 + 0.3559249999999999 + + + + 0 + + + + + -0 + 1.221915277777778 + 0.1615034722222223 + 2.048513888888889 + 0.2681763888888889 + 1.024256944444444 + 0.1340881944444444 + + + 2.048513888888889 + 0.2681763888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2681763888888887 + + + 2.048513888888889 + 0.2681763888888887 + + + 2.048513888888889 + 0 + + + 0 + 0 + + + 0 + 0.2681763888888887 + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <input ng-model="query"> + + + + + + + + -0 + 5.182861111111111 + 5.833333333333333 + 1.402777777777778 + 0.3055555555555556 + 0.7013888888888888 + 0.1527777777777778 + + + 1.402777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.402777777777778 + 0.3055555555555556 + + + 1.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + query: String + + + + + -0 + 7.328666666666667 + 5.451388888888889 + 2.120444444444445 + 2.291666666666667 + 1.060222222222222 + 1.145833333333333 + + + 6.26844444444444 + 4.30555555555556 + 8.38888888888889 + 6.59722222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 2.120444444444445 + 2.291666666666667 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 2.120444444444445 + 2.291666666666667 + + + + 0 + + + + + -0 + 6.472222222222222 + 6.520833333333333 + 1.402777777777778 + 1.375 + 0.7013888888888888 + 0.6875 + + + 5.77083333333333 + 5.83333333333333 + 7.17361111111111 + 7.20833333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.402777777777778 + 1.375 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.402777777777778 + 1.375 + + + + 0 + + + + + -0 + 4.180555555555555 + 4.116293750000001 + 1.111111111111111 + 0.2396347222222222 + 0.5555555555555556 + 0.1198173611111111 + + + 1.111111111111111 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.111111111111111 + 0.239634722222222 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng-repeat + + + + -0 + 7.42475 + 5.0625 + 1.928277777777778 + 1.875 + 0.964138888888889 + 0.9375 + + + 6.46061111111111 + 4.125 + 8.38888888888889 + 6 + + + 4 + 0 + 2 + 2 + 1 + + + 1.928277777777778 + 1.875 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.928277777777778 + 1.875 + + + + 0 + + + + + -0 + 7.231444444444445 + 5.847222222222222 + 2.314888888888889 + 2.777777777777778 + 1.157444444444445 + 1.388888888888889 + + + 6.074 + 4.45833333333333 + 8.38888888888889 + 7.23611111111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.314888888888889 + 2.777777777777778 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 2.314888888888889 + 2.777777777777778 + + + + 0 + + + + + -0 + 1.695659722222222 + 5.466090277777777 + 2.557986111111111 + 0.3779305555555555 + 1.278993055555556 + 0.1889652777777778 + + + 2.557986111111111 + 0.2390416666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3779305555555557 + + + 2.557986111111111 + 0.3779305555555557 + + + 2.557986111111111 + 0 + + + 0 + 0 + + + 0 + 0.3779305555555557 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <select ng-model="orderProp" + ...> + + + + -0 + 5.359944444444444 + 5.725696527777778 + 1.729166666666667 + 0.2396347222222222 + 0.8645833333333334 + 0.1198173611111111 + + + 1.729166666666667 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.729166666666667 + 0.239634722222222 + + + 1.729166666666667 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + orderProp: String + + + + + -0 + 6.701388888888889 + 6.243055555555555 + 1.111111111111111 + 1.125 + 0.5555555555555556 + 0.5625 + + + 6.14583333333333 + 5.68055555555556 + 7.25694444444444 + 6.80555555555556 + + + 4 + 0 + 2 + 2 + 1 + + + 1.111111111111111 + 1.125 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.111111111111111 + 1.125 + + + + 0 + + + + + -0 + 8.794444444444444 + 1.355904861111111 + 2.899305555555555 + 0.239634722222222 + 1.449652777777778 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.899305555555555 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.05213472222222196 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.0590791666666664 + 0.666666666666667 + 0.0590791666666664 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.803819444444444 + 0.119817361111111 + 2.190972222222222 + 0.2396347222222222 + 1.095486111111111 + 0.1198173611111111 + + + 2.190972222222222 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.190972222222222 + 0.239634722222222 + + + 2.190972222222222 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model / View Data-binding + + + + -0 + 0.3333333333333333 + 0.177134722222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.184079166666666 + 0.666666666666667 + 0.184079166666666 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/tutorial_03.graffle/QuickLook/Preview.pdf b/images/docs/tutorial/tutorial_05.graffle/QuickLook/Preview.pdf similarity index 100% rename from images/docs/tutorial/tutorial_03.graffle/QuickLook/Preview.pdf rename to images/docs/tutorial/tutorial_05.graffle/QuickLook/Preview.pdf diff --git a/images/docs/tutorial/tutorial_03.graffle/QuickLook/Thumbnail.tiff b/images/docs/tutorial/tutorial_05.graffle/QuickLook/Thumbnail.tiff similarity index 100% rename from images/docs/tutorial/tutorial_03.graffle/QuickLook/Thumbnail.tiff rename to images/docs/tutorial/tutorial_05.graffle/QuickLook/Thumbnail.tiff diff --git a/images/docs/tutorial/tutorial_03.graffle/data.plist b/images/docs/tutorial/tutorial_05.graffle/data.plist similarity index 100% rename from images/docs/tutorial/tutorial_03.graffle/data.plist rename to images/docs/tutorial/tutorial_05.graffle/data.plist diff --git a/images/docs/tutorial/tutorial_05.graffle/image13.png b/images/docs/tutorial/tutorial_05.graffle/image13.png new file mode 100644 index 000000000000..ea504f2efa2b Binary files /dev/null and b/images/docs/tutorial/tutorial_05.graffle/image13.png differ diff --git a/images/docs/tutorial/tutorial_05.svg/image13.png b/images/docs/tutorial/tutorial_05.svg/image13.png new file mode 100644 index 000000000000..36efa9c3e589 Binary files /dev/null and b/images/docs/tutorial/tutorial_05.svg/image13.png differ diff --git a/images/docs/tutorial/tutorial_05.svg/tutorial_05.svg b/images/docs/tutorial/tutorial_05.svg/tutorial_05.svg new file mode 100644 index 000000000000..f8ad51db55b3 --- /dev/null +++ b/images/docs/tutorial/tutorial_05.svg/tutorial_05.svg @@ -0,0 +1,1569 @@ + + + + + + Produced by OmniGraffle 6.5.2 2012-04-04 22:31:40 +0000 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Canvas 1 + + + + Component template + + + + + + PhoneListController query: Stringphones: Array + phoneList Scope + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Model + + + T + emplate + + + + V + iew + + + + + + + + + + + + Scope Inheritance + + + + + Implicit Scope Declaration + + + + + Model / V + iew Data-binding + + + + + + + phoneList component + + + + + + + </phone-list> + + + + + <phone-list> + + + + + + + + + + + <li ng-repeat="phone in $ctrl.phones | filter:$ctrl.query"> <span>{{phone.name}}</span> <p>{{phone.snippet}}</p></li> + + <ul> + + </ul> + + + Search:<input ng-model="$ctrl.query" /> + + + + + + + + + + + + + + RepeaterScopephone: Object + + + + + + ng-repeat + + + + + diff --git a/images/docs/tutorial/tutorial_04.graffle/QuickLook/Preview.pdf b/images/docs/tutorial/tutorial_06.graffle/QuickLook/Preview.pdf similarity index 100% rename from images/docs/tutorial/tutorial_04.graffle/QuickLook/Preview.pdf rename to images/docs/tutorial/tutorial_06.graffle/QuickLook/Preview.pdf diff --git a/images/docs/tutorial/tutorial_04.graffle/QuickLook/Thumbnail.tiff b/images/docs/tutorial/tutorial_06.graffle/QuickLook/Thumbnail.tiff similarity index 100% rename from images/docs/tutorial/tutorial_04.graffle/QuickLook/Thumbnail.tiff rename to images/docs/tutorial/tutorial_06.graffle/QuickLook/Thumbnail.tiff diff --git a/images/docs/tutorial/tutorial_04.graffle/data.plist b/images/docs/tutorial/tutorial_06.graffle/data.plist similarity index 100% rename from images/docs/tutorial/tutorial_04.graffle/data.plist rename to images/docs/tutorial/tutorial_06.graffle/data.plist diff --git a/images/docs/tutorial/tutorial_06.graffle/image15.png b/images/docs/tutorial/tutorial_06.graffle/image15.png new file mode 100644 index 000000000000..02266b348c7f Binary files /dev/null and b/images/docs/tutorial/tutorial_06.graffle/image15.png differ diff --git a/images/docs/tutorial/tutorial_06.svg/image15.png b/images/docs/tutorial/tutorial_06.svg/image15.png new file mode 100644 index 000000000000..c364579ba55f Binary files /dev/null and b/images/docs/tutorial/tutorial_06.svg/image15.png differ diff --git a/images/docs/tutorial/tutorial_06.svg/tutorial_06.svg b/images/docs/tutorial/tutorial_06.svg/tutorial_06.svg new file mode 100644 index 000000000000..97b950c23cb8 --- /dev/null +++ b/images/docs/tutorial/tutorial_06.svg/tutorial_06.svg @@ -0,0 +1,1625 @@ + + + + + + Produced by OmniGraffle 6.5.2 2012-04-04 22:31:40 +0000 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Canvas 1 + + + + Component template + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Model + + + T + emplate + + + + V + iew + + + + + + + + + + + + Scope Inheritance + + + + + Implicit Scope Declaration + + + + + Model / V + iew Data-binding + + + + + + + phoneList component + + + + + + + </phone-list> + + + + + <phone-list> + + + + + + + + + + <li ng-repeat="... | orderBy:$ctrl.orderProp"> <span>{{phone.name}}</span> <p>{{phone.snippet}}</p></li> + + <ul> + + </ul> + + + Search:<input ng-model="$ctrl.query" /> + + + + + Sort by:<select ng-model="$ctrl.orderProp"> + + + + + + + PhoneListController query: StringorderProp: Stringphones: Array + phoneList Scope + + + + + + + + + + + + + + + RepeaterScopephone: Object + + + + + ng-repeat + + + + diff --git a/images/docs/tutorial/tutorial_07.graffle/image9.png b/images/docs/tutorial/tutorial_07.graffle/image9.png deleted file mode 100644 index 96782d0fb4d5..000000000000 Binary files a/images/docs/tutorial/tutorial_07.graffle/image9.png and /dev/null differ diff --git a/images/docs/tutorial/tutorial_07.vdx b/images/docs/tutorial/tutorial_07.vdx new file mode 100644 index 000000000000..38b8ef583f53 --- /dev/null +++ b/images/docs/tutorial/tutorial_07.vdx @@ -0,0 +1,5758 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1.840277638888889 + 4.792402361111111 + 3.458333333333333 + 5.53625 + 1.729166666666667 + 2.768125 + + + 3.458333333333333 + 5.397361111111111 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.53625 + + + 3.458333333333334 + 5.53625 + + + 3.458333333333334 + 0 + + + 0 + 0 + + + 0 + 5.53625 + + + + 0 + + + + + -0 + 1 + 1 + 5.210708333333333 + 4.792402361111111 + 2.899305555555555 + 5.53625 + 1.449652777777778 + 2.768125 + + + 2.899305555555555 + 5.397361111111111 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.53625 + + + 2.899305555555555 + 5.53625 + + + 2.899305555555555 + 0 + + + 0 + 0 + + + 0 + 5.53625 + + + + 0 + + + + + -0 + 1 + 1 + 8.5625 + 4.815208333333334 + 3.513888888888889 + 5.53625 + 1.756944444444444 + 2.768125 + + + 3.513888888888889 + 5.397361111111111 + -0 + + + 1 + + + 1 + 0.0138889 + #2222ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.53625 + + + 3.513888888888889 + 5.53625 + + + 3.513888888888889 + 0 + + + 0 + 0 + + + 0 + 5.53625 + + + + 0 + + + + + -0 + 8.625 + 4.721972222222222 + 3.305555555555555 + 2.625 + 1.652777777777778 + 1.3125 + + + 3.305555555555555 + 2.486111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.625 + + + 3.305555555555555 + 2.625 + + + 3.305555555555555 + 0 + + + 0 + 0 + + + 0 + 2.625 + + + + 0 + 0 + 3.30556 + 2.625 + + Qk0AAAAAAAAAADYAAAAoAAAA7gAAAL0AAAABABgAAAAAAJwQAgAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7PX7uby/+PPw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wMfKr6mo8/Ts////////////////////////////1NjZysK9/fv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f8PtTXGS+rZ7////////7/P77+/v////////////////////////////////////////////////////////////////////////////////////////////////////////8/f/6+vz///////////////+suM1fTlOUlqCbnJr/+u3///////////////////////+Ckqh4YV7////////////6+vz+/f3////+/v7//v7////+/v7////////////+///+/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+P6/3B0f//w3eDw/39/jpiJf/Pr5K+3y15eZoJ7ffbp2v///8DQ20dKT5eNh////c7d7ruwsv///5KfqktGRb6/v4KIlaWSiv///////7C/znFuc352c7CysoSDhdPLxpOXqY19eOvg1r/J3WJiao2Gf7OtvHJskKGilp2loICBgaaioY2Ul7avqI+YprWej////6/D4EtUYpiFdv7t4LK80XVvd8e8tMvKx6Oem7/Czbatmq2fnLy/yYaIk7CrqJyfpoJ4bOfczaavvZ2Ti6GnqkhHS8/DvcTR2ZuRhf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xN/0GxIb7dDIbpGnp5F/v9Lddn51jXJ8k4+XV1Be/ODF////RV5xj31q29be//39bY6oXDQn6PX/N0lWxrSh8PD0ZWB4pImE////////eXeJjYKAgHVz2dLLfI+kTVVYlIh+2OfsgIp6hGp0lIuWZmBv1MbBZHOPeGRT/f/9hIqSx6qYiqK7doGHfXV65cy0////qrvTraKiwsnMUFtoY2Ne+/DkfoyOp5WAdoujSkRD0sm4PkpdiHtvkpWgeXyGk39/4enmkIuIlY+XTmR9VV1axLOk3tbd0tHRz87G////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9pbnV+Z2fKyt1reHvRwKuxydxhZludiXTLyc9zdZD+4c3///9nbX+jnpeToKDFyM13dHqsjoaToLh/fYWssqumr6p1cX+Kdnb///////+CgZa8trWEiprFw8GPjapVVF64saDS6PZqb2aPe2jLxcSQkaumoq6IgpKbmYimmICVnbW5qaSXmbGCfpGUkpr/9OD///+Nm7ejjIvW398zOj14c2r///93fH9ybGU6SFvXyr2CnKw6Mzjr7OyIipmKiJSLhpLd5uF8cmKpl5Bjc4mHg4GqsayLjoz///L///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fs/mFYZeTh0q2wtbu0uY6ToHxraLa0tJuelrm8v4N/if/y4f///8vV5Vxpfnp3aY+YoJCDgNTa1aWdlsHE0UlSYIyPhaCnpkFDRryuov///0xTaoptaniCmU5MUJt/fvL095CUo3VmZbm0s5idlrq6uI6Ll+LZ1qq0xHFrarGilZSarkhMV5F4cLm8yTc0SdexoP///5mquWRmZFVOU8C0qsbL2m1qcqGOicXJwoyLj+HT36uzqJmGi9DS4bGtqrm2wlpmflVSRradh7jE1J6Tkc3V3UFNXYSAcf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pn8+Pn7//39+Pf3/v//5+rv7Onn////+/r89vj6+Pj2////////////6ers+vjx9/n5/Pv2+/z/+Pj09vX76urq///4////+Pv5+/v3////z9farbjFamJl4cq0////////6u3y5+Xj////+/r69/n79vf1////8fj38Onk////a3B7q5B9////9v/+t7zB7dzX////////9fj98O7s////+f7/4ODi+ff1////7ezu9vbu////7erq////xcXPhJCWd2lY//7w////bYGbfWxn////6ers//75////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////t8/vGxML99e3////////////////////////////////////////////+///GyMrr4tr////////////////////////////////////////////////////////////////////////EytLAwb/W0cr///////++xMvTzMX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7/GzdrV0v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pz++/v9////////////////////////////////////////////////////////////////+/z+/Pz8////////////////////////fZOjfW9i///9/////v//+vv7//7+////////////////////////////////////////////////////////////////////////////4+n2zMXO///7/////////////////////////v///v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////s+P9+gI2Ojo6YlpahpKeZj42XoK6QgH3p5uuFiJifjYPV1NR3fo7NvbKhrbqknZaTl6Son5ydpaxybniLkJGLf32qn6GanKGDfYCVj47Ew8eCgZOvnI/W1dmIjZWoqal7eH305tf///////+AjaCyoZ7///+Ymqt9cXXVyLvh5/Rxc31sa2vFtKz////S4vGBf4GkpqiZkY6/w8NJTlayo5zR2OBQWGCaioPi5ud5f4RdVVjCq52owsxSOz/////h8P9nZnG9s7GMmKKJgX6Dfoi2rJa0pqPLy9OSl56knJRka3CRhH+ut8Nya3D05tf////u/f+Eh5FvZWWknZiboqeSj4+UnKGFgoCUh4uFf4CpqamCho3KuKv///////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////250hIqNl5SEi7a2uKSLk4+ispCPj4CTnqOPfMDV3YGGentsfObKuYyjvK+alp2wv766rra/v1BWXm94gmRZZnx8hI57eri6vG58kVhcWsmzn6q+xnh/eo59ib29uXdyh//l1v///////zhKYZRkVrzW7VZUUfz+9omThXBdZpqKkmxygKOCd////9Hs/3dkbcG+u36AmlFYW52Kd+3v/DlIXoZ6af/4+0JRdI2Gc5GRqYFgaPb+9c/JxP///+b8/1dhbMHDvXB5h1NIV3Fudtfe1UE8Q2tmZZ2RlldgXnFmXPPn5Z2ryWtbZ//23v///7zQ5n9wcIuHfrWUhae8zmV1fomLi01GWIOAhYqFja6nqYqRpsysov///////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+v//dXSDl5ShhXZ+sq6rrp2esbbDtqqmeZWlyriltdDhbm9jdW12zrmpd4uqp5CKkqOzraWirLavk5CEpbDHa19qjpGWq56g0tzca3eOY2hl8N3JmK6+bm9phHN/sq+siYKR//Dd////lq7HaltY1ba4c4GXfoKA////cXdyc2FQzryvmKK/qpOR////0un/a1dkvLSth46ieXBzq6aflK62XFRZpaOhqb+9T09cxb2svMrdmYWO////////////6f/9fniA7OTTtLjIWlJolpWZd5KaZlROuMPVp6CniIaMlJKSpreyjpigYl1t8d3J////uM3nopKRr7i7p5WSpaq8jYOQ0tPTWFZxmJaUiIyenpKWl5mk2Luu////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////q+f+hmp+xrrhrcHdkU0zKtbFzjqN0XVHq5++OkaB5aWbGvbqGmqBeXlphYGh8dnlwcHJ4eX51dnC/vLKLlqi2oJigqrdHOEiol5a+trPQ1Nt9f4qCcm/Pysl6gY9YT0qUfHv///////9pc463opTG0daspqu0ucFuZWmvoqCeop23saeQlqrJs6f////V5fVmZW1dUUm6oprf6fNWZHl4dmTV0tJrfZVlZFbY0M2nsLhRWGCcgX7////////////I4fMxNELPuqqys7uCdnrFv8Cqu7S9oZ6XqsdNPULCrKyBkqdlZ1ujpaNZand3bmT///uoyudTPD6Yj5xYYm5yYFjWxL+xvch/dHjLwr2UnK5VUVB7Z2T87N////////////////////////////////////////////////////8AAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//6eqtOve0v////Hz7f///7TBzFNQUK+mqfDx8evo5v////////f6+P7+/Pb4+vf18Pb2+PDu7v///+np8frw6+79/8PBwc7K0rOytv///+Lm7e7q6f////////Dz7vr48f////v8/vb4+v/9/fr4+v36+PL3/ODg4v38/Pr5+/j6/PT18/////////////7///Dy7P779v///+jp6/v48f///+nq7vf07f///////1xpfI1waP////////////z//3qBhmtaV83K1/v5+f///ff3//Pv7O37+7e5vPjq5e/0+fTy6/////z///b69f///+f3/NLV1Xh0gZB6bv////////P2/+jj5v/89/////P19fTz7v///////////////////////////////////////////////////////wAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f//ub7G8Off////////////////tr7MrKal///7////////////////////////////////////////////////////////3+nzvr3B///6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0NHW3tDN////////////////6fL4l5ii39nS////////////////////////////////////////////////////////////ztDX3NTN////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7///v7/f/+/v////////////////////////////////////////////////////////////////////////////7+//v7/f///f////7///////////////////////////////////////////7///7+/v////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7/f39/f////////////////////////////////////////////////z8/P/+/v///////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////nZ6xe3F01Mm/sLnFl5SRkZifoZGI////////5/P7Wl5pp5SD////////////pLfFhHZx3tzZ3NbVz9jeWVdX1s7HoqS5gnR03NHF09/pcnB1rZ2M7erqg4qcmpmVkIuLuLe1WWFnin57//fv6/z/q6mfr6Kf4tPO////m6m4mZSRkpectaykm6arTEhIyb+9////tbPA0tDWuLnI//7t////////ipOjoZ2Yj5CTwbqzg5CYYFNR4N/hlJ+rt6CK4+r6yMDD09HXx7/C////sLXJdW97xLipvcbOfXJ2z9PTl5GYpqqtcWtk0tTSlZWQ//Dh////4Oz0bXmBgn9+goB99Ona0+TvSU1QpZaP1d3ld3d66dXE////pbC9bmxuh357r7O0j4uKxcTAVF5mjYF+/PLt////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+syuBQT038/PKKjYFvaW6mlp2jqbiYfoD///////////9QSleth3L///+8xc+2p52yv8fJv6+EoLArFAnc4thybmmAgoRoZ2fy+PWEj4NzY17AqZ+nu8mXk5KFi5iio6Z8jKFITE6Cd2nb1d7q2dr///+jsbsrJCnCpY////+JmrWdioe6uMJaW3FQYGDOwLPl1tjc5fU5QkpmcGk9Pzj/48j///////9zfJWpm5iyssFUVGVTXlzm182+yd5kWGD52L6Jp8hGSkVPZGl/Y0r///9DUl/w38yRnJpwc3aEcYD///9DV38jDQyxnob+///ExMD/+vD///87S2FzYFH///9oiaORl45vgYyLemf38fKBg5t4ZWL///T///91bXyIgYGCcmvZ2dlogpdJT06FeW3a1d3i1df///////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5y5021uav///3R1a21haZmLlaqrramQjf///////////2tsir2fmf///6y1w5iHf97g3NHg2EtXV2VVUqGws6ukhHd5hoeIhP3//3F1aXJlacGwtaa4uYB6Z4uElLi1t5ikr2RYWqCfn4qfpOrTv////z9VZ3RjWv/59v///4aWt5B7e8O8uWFgc4mLjqq3s7axqpGVoIqPhmNpcX1yZsG7uv///////252mJuNi766vV9YZ42Pkq28vI2YnZmJkOzp53iCiHx/fVFbZsGtlay1w2N0ff//+nyEiWhmZHRuff/36yhOckUsFv//+////////////7vZ9zg9Rf/nxv///2J2j3V2cIKAiqSinaS2sYiEiqKRmP///////4V+jbu5u4OBjsvMzHmBn2pdX6KgnomdouPQv////////////wAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P//oqWybGZpr56XsrbDXmBiaVdU1r60/////fb5////dXCLvaCf/////Pr4////////M1BsYkU/////WXOVZEcw9Orknqa4bGJmy7qpoavAQkNWa2JUycO2qqSszdPblpWby7y5bH6YYGZa07ywzs7hm6yis5uf7uTm////mqe8W1pYcFxX3s7JtMTbRk1UkZiTjIeMqKenhn+My8XGnJiq//Lh////hY2lVlNSf2hl597bnazEU1RSiZibYlVhfWxzkIyJo6WwoYuLwcDMt62yx87VcG13mYeCwMHBUGBrb3l8loOKqJqclI+O//rx////////1vH/Njk+48eu////1tno39fU0NfhXmyCfX1teYOLUjY///vq////REFUkHh4bnqPVlFOrZGM5+30ZXSMV1lQ8+XU////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0+f7g3eL9/Pr////3+vrx8ur///////+pt898iZFQRU9jVliHi4v86Nn///+60+YAAAnFqJL///+Cn7sCAADp07v////l4OP///9udXSkiW////////+9usCruMBUVGH/69zw9v7///+arLujmo7////t6+j////////////2+fnx8ur////y9P7r6+n+/Pr4+/n29/f19vL+/vr39Pn8+/v////////z9vbz8+v////u8fjx7uv9//+5wMXfz8z////09vb6+/f5+Pr69fj9///f4OP28/H////////J6PdRQk/w1sf1///59vP///////////+MlLFXSE/Fx7tkY3ivnJf////o6e7//vTY6/K8uLj/9/T////P1NWbpLZuYmT2483////////o6u339O////////////////8AAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7+/vj4+Pb29vHx8e3t7evr6+rq6unp6enp6evr6+3t7e/v7/T09Pf39/39/f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Ht9Z2jqrazrqOnqry2sf///////8rS3MC4s///+v////j9/7O5vtvTy////////////8TGyOje1P///////8TIz8rJycC/wf/89////////9/j6ODe2f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fv9sC4uv718P///////////////////////7zDyqmopr26uu3k3P///////////////////////////////+Tr8sjEwf/99v///////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3oKCgcHBwaGhoYmJiW1tbWFhYVFRUT09PTExMSUlJSUlJS0tLT09PUlJSU1NTWFhYXFxcYWFhZmZmiYmJ6enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3OHiyMC9+PX1/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v//6+zs7+bj////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f38gICA3Nzc9PT0+Pj4/Pz8/Pz8/Pz89PT1CQkJSUlJWVlZLS0tBQUFCQkJDQ0NCQkJBQUFAQEA8PDwkJCReXl79/f3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+crsZpWFf///j////////////////////+/v/7+/3///3////////////////////////////////////////////////////////////////////////////////////////////////////////8/P79/P7////////////////////////////////////////+/v7+/f////////////////////////9rdIeWfnH///////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Hh4UlJSVJSUlhYWFdXV1ZWVlRUVFFRUU9PT1FRUUhISDAwMC4uLENDRVRVV1NTU1RUVFRUVFVVVVVVVVZWVlNTUzc3N8XFxf////////////////////////////////////////////////////////////////////H6/2lvgb+xpp6ktoeHi3x2e8/MycDDu62cl87O1oaPmcCpl////7u9u6SZk8LEzo+Ojq6sqoqJlLOyqJCaonl0e4yQk5aJh3p0e4+Dgfn8+pWWm4uJk19tepaAbt/W0YiTn6mloIeKjM7Fu6Cit4d4dd3Uzp2otaCcmZCQmL+4sYmWnllPT9fOyf////X//o2Sm390aunax9vg8m1vdnx3dr+6uo6RoZqZlY6Kiba2uH57gPTgz////3KAlbCZjdjb5nl6ibSkl83Q1Wtsed7Mvf///////////8HI1cu+wP///5OjrW5tb39/g7OqoP///////8TLzp2Yk+LV0JSarktUYKyXjf/7+HmKlV1RTeTi4paiqE1HSODZ1Le9vlhWXIZ7ebKuoquspruztfnu5P///////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2NjYUlJSVVVVUFBQT09PTk5OTU1NSkpKSkpKU1NTKysrAAAAAAAAFBQUUFFRT09PTk5OTU5OTk5OTk5OTk5OTU1NPj4+wsLC////////////////////////////////////////////////////////////////////////S1914tC6hpu2g42VfXOC5s/Dyd7rPzk8amVke3F279e/////19/kQ01fdGthhniAx7y6hJWkzcrAm6arWVhaXmV1bWVsh4aMjXR+5O/xd2Rmrq6upJ2iwsfMfIOIgHJj0sO5h52wSVVdfndw6PLyiox8dmp0q6Gjs7PCVVRpUl5c2s/H08jS////wtvweGJg4efgjpaTemRxloeOa257tqScgJCmoKKkg4+ah36AfWdn////////YHaOnqCeZ3uIz7agpLe8dn57eGp978+7////z9bgo56hMk9ia2RRo6qyMy85/evWwdv2T15e//LV////4+rvYHKCY1NGmZGYwsHBtLzBOkNOWl1W9uPSjJ29Ozs94s68qbnXPDtFvbu0Y1RvyLChfZeqPjAt9t/J////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////W1tZGRkZubm6WlpalpaWtra21tbW4uLi7u7vOzs6BgYEMDAwAAABNTEzLysrAwMC5uLi2tbWvr6+mpqadnZ2BgYE8PDy6urr///////////////////////////////////////////////////////////////////////99fov45M6FlLSNj5lzdoHfzb5ffZVeTkm9xtaLgon//+j///+Io7gtKjLl49xydIe4rad6h5q/t7KgraOqoJSCj6t8cHSWmaN3a3XHztWdjIu4v8mSgonY4uJ4dmaAcXjGw8GenLRKTV2dn5Px//55dmZxZHCflpnAu75fWWmNj5GourqlnZP////G3fd2aXXl6+R7f3N3ZFHPwLWVnrm2r7CBip+2srWlqKqSh4ujkpX///////+Mj6G3tLFmgpL45MyTp7VpamZwbXrVvan///+txN9bUlxzcXaFenhSZHKjjXv///+2zOQ7PD/v2sD///+yyt8kLjnTyLSJkaTDr6nDzs4kICCaj4vDz8VVZnSIeni/xbxme4tzb2/z9/CZjqWyr7UsQlStm4z///////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vLy4CAgPLy8u7u7t7e3tbW1tDQ0MnJycLBwcXGxrGxsXl5eWlpaZeXl8DAwL28vMC/v8LBwcnIyM7NzdjX1+vq6pKSkre3t////////////////////////////////////////////////////////////////////+X7/zU/Ur2nlby5w6unrniJjF9kX3p3ZcWtr52wzTswOuHArv///6i3uY1/gdzX54qRlmZgY3BvcXF1fIqLf8G/unqAj7mqo7O2uFpiZ0FXX1U7OJWJi3B7d1VOU7muoI2VrUVGS4xzcPDt7Zqgr29jZb+yqJ2ls1dVU3xlYuXb1qGyxz9HSqugkv///9vs/1FXb1dTR56SiJygmbq1rJOXp8K6s6ekrM7T2qGlrG1rbVY5P///9P///0FTaZ6BcNnb6HyAi4d1csTAv2l9iGBYTubXzf///8XQ3FtWXsq6uXGLnYJqWf////H2/cC9xe/p4P///7rL0oaCgN7S3omTlmFjYV9UVsrCu6m1ykVJSq2qnr/G1T5IUqagkdDO1G6Fj3FjZ721rYuTls65wP/79P///////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2dnZtLS0fX19GR0gJCcqFxsgCQsQCQsNDhETCxAPBwwPFxocGR0dDA8QAgQGCw0PBQcHAwYICAsNFxseExYZNTY2kZCQ29vb////////////////////////////////////////////////////////////////////////iZKVZ1tbe3yH5NvP////9/r69fX59O3q7vv7tbi98d/a/////v//6ujo+vjx////8fLy+ffy8PL09PLw////5uPp+fHs////////4vT5tre69+Tf/f//9fDt/f//ZGJoxq2X////////7fH24t/h////////8/b28vLq////7fD66+rm////////qMDQaFlI//jp/v//+vn79/r89vby////vbrArLnBX1xoz8u/xcLH//v4////m6asUkdFwb3E9Pb47+vo/////v//9ff3/fz5////////OkBUq4Ry9v/+S0ZdppeGkZ2teWlx///w////////6+ru9PHs////8PP28e7p////7vH46+rm////8fX86ejo////////uNXqTUFD+NzI9v3/8u/q////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////q6up8fHwGBgkJBgMiHBcfHBgdFxcZFhMgHBgkIR4dGhkaFxIZFRAbGRcgHBsXEwwWEAodGhcdGRYfGxkXExAAAAA5Ojro6Oj////////////////////////////////////////////////////////////////////////0/P+kqbaPkJro4tv////////////////////////////////////////////////////////////////////////////////////////////////////////z+v/CwcP17OT////////////////////////////////////////////////////X4ObLw7z////////////////////////Dx87JyMi/vr7//PX////////////+//+jqri9tbL////////////////////////////////n6u/l4d7////f5+6Xmp2fnpzSycH////////////////////////////////////////////////////////////////u9vvHwcD88+7///////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+rq6m5vcSEhH4tnQKFxQpZsP39bM15LOFVCLkszHFM8KFhEMVtGNlE5J1E5JWRVRlZIOWNEKYdZMoNWMY5gNyseEiwyN9ra2v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9DY26mjqOrq4v///////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6OjobnBzJyUloH5UvJVhroBGkm4/g3VmmpOKeWlYcVpDiH1vk4uEcV1KblpH2dveqaajcE4vk2Exlm9Go3tTMCMVLjU60NDQ/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v///Pz+///9/////////////////////////////////////////////////////////v7+/v7+/////////////////////////////////////////////////////////////////////////////////////////////v7+/v7+/////////v///Pz8///9/////P3/////y9rtX1dem5CQkJKX9Ozd////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////n5+ducHEmJiiri1XQoFi4ikuyjFWfh2eplHywlnakh2OhinCdhnCghGagg2GxnIKnk4Cef1mabj2bbzuecUAvIxc0OT7U1NT////////////////////////////////////////////////////////////////////////v+f9gaHKgjHv///+Lm6uhmZGQl5y5samUnqRSTEvQx8L////////p9f1cYWylkoH///////////+ousqCdXDf3Nnd1tjR2t9ZWFjVzcWlqLqBdHTbz8PV4et0cXmrm4ru6+mFjJ+amJWQi4u6ubZcZWqIfXf57+r///////+Onqhxb29/f4HJvK3p+fxPYHZgXl6QgXz///b///////+1s7/S0Ni6u8j///+ww9uNg4W3ubt7e4N+dnOxsrB9f4Tgzr3///////+Pn6hwb21/f4G9s6X///+Wl6qBdHTczsHd5fN7e4itm4zV1Nx2dp2gmI6Ym5aXm56blJWytbVJTlOnnJj///////+Ql6uBgIK7t6SwpKLf083////N3Ot7fIF0bGyvraiOkZTCu7SBjZVgVVPd0tD///////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+jo6G5vcjMxL5F7UIRsSX5mTnNiSZZ2TJdwOmNMMW5XOphwQKl7RnpdOmRQOXlcNJ53RHFZQGVQOWRQN3pbOjUoGTg7QNPT0////////////////////////////////////////////////////////////////////////////1VTYJ12ZP///3iBicChjZ+1yD1RXlpdW9THvdHH0f/68////////1BMV6iCbf///7/I0raonrLAysa7rImjsycUCt3j2XBsaYCBgWZmZvL39IWQhHFjXruknKm9y5iTkoSLmKCipH2NokdMTX5zZ9nU2+DT1f///4WbtjEnK//z3bLR61tlYP//9E1slHNvbMzKw/Pq5f///+D0/zU+RGdwaT1AO//1y7fU93iDh5CCgouDhX11cNbLw1pzitbBq////4edtjAnK//y2rTR7nJ5cKKtq15bW/T39XWDhUFBPci0o6W7xZqTiYmOplVGQfPo1MXY7FdnfU5VVKWSgdbQ2u3h3////3uLqYB9fcfV1SwnLLyfh////5Gar4p9e3x6dc+3qJKpvD1NVlxdW9zQzNTK0f///f///wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6ejocHF0NjQxloFXiG9QgWJKfWFKnYJWqYtbcFxOdV9Kq4lbxqBte2ZLWE8+fWZJonpLaVU+Uko+UEU3d108OS4eNzxB3Nzc////////////////////////////////////////////////////////////////////////////cHWSrpCN////gI6ot6Wdr7DDR0dhkpGMrLy8nZeQ////////////bG6MuZuW////rrfFlYR73ODb1ePbTFhYXlBNpLG3q6SEdnmEg4iD////cnVrcWNlwbC1q76/gHpnjISUt7O4m6eyYVVXoaCejqOo4My6////PVNuqY91////q8LaPjtA/ufN////jI+Z5dTM////////f4+kh4t/Y2pxeW5k3M7EwdLihoWNnpOXvre4h46exsK/cXOS5sm6////PlRvqI50////rcPdYVdVe4OJh4qD////WGVpRUA59OfWnLLEamxlk4KKmJqSk4Fy2trecX+Sdmxqrq2oiZaY++jX////f4ilkYuTZX6JbFxV/vbx////lJy2uq+pkp+qv7Gspaa9SUZZlZSQp7u8raOZ////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////p6elxc3UtLS3Wq3SpvHhMmWmZqnLgtX/Xu5jB09a/z83Kp3q5k13OwrTh5u3EtqOge0itlnPOzMnLv7OnhFY0KRo5PkPl5eX////////////////////////////////////////////////////////////////////++Pn///96eJOxkpT///+NlrFHSlV7Z2Pj09CputA9RkyelYf/////+fz///92co26nZz////9+vr///////85V3FdQTv///9dd5lhRTDx5+GgqLhrY2bGtqWlrcBCRlhoYVLHwbKppK7N09qWl5zIubZtgJlTVU3v38z///9NYXONc17////u8/rHwcnc3df///+vstJ/X2v///////9ubn2mo6GFf43Kw8Srpri7sq+0tL5hZHGIbGd7g5xMS0+GbnD///j///9OYnSMcl3////u8/zJw8rk6eyfoq1rY2W3pZvY4Od/f4l3aWjh1tC6xtN3dXWNdG++x9Ocl5rQzc9NW3FqaFz//+////+cnaytqqyksaeul5vr4uX///9sf5d3WlKIi6FMT1aGbm3p3t6Wp79CSEm0qZn///////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+np6XJzdTIwMNmyjYbMlAC4k2W7i+64gM+1hlfH2l3F1c+yhtmxbaWcrYmU6qaaq7aVX6ySdL+oosCkl6aFWzcsIDo+Q+Tk5P///////////////////////////////////////////////////////////////////7LA2H+Ok1NLVGVSVJmpq2FUUqiVi////////+/y/Oro5v///////6u60X6Lk1FGUWNVV4eMjPnm1f///8DY6wAACr6ijP///4ajvwAAAOXOtv///+Lf4f///3B4dp+Fa////////7y6wK26xFJUY/zo1/D2/vXy6////////8vY60lEV6yejYyVp5B7feDt54CHlzxDU4lwZv////v8//j6+Pb39fT18/7++v///8/W5rm2uNvf2LK9ympjZta/qf///////////8zZ7ElEV6udjI2WqH1tdP////D2/t/e4P///f///+Dj5uzp5v////T+/Obk4f///5Kqw2BWWP///+fp7v368P///////7S7ycnBvP///+zp5v///////9Xh58TM02tlarmfjP///////+3u+Ozq5////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6enpdXV3MzI00biT7d2hx82U2Myd5caU2L+HyMSVxr+Q2L6R4smjxa6WtKCYsZl9s5lyoYJhgl5Ah2RDpINbPDMoOj5D4+Pj////////////////////////////////////////////////////////////////////5fH5nqWttK+qp6mstbOzx8XD6eHa////////////////////////4e72nKOqtbCtoqapubKv///7////y9PdvLSx//75////+f3/sbi92dHJ////////////w8bG5tzQ////////w8fOycjIvr6+//v0////////////////////2uPplZean56c18zA////s8DVmZGM/PPp////////////////////////////2OLuvr3B////8ff/w8HB+fHp////////////////2+PqlZecn56c1MrA////////////////////////////////////////////ytDYwr26////////////////////wsnW0czL/////////////////////P//xMPH7+be////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////q6up3dng0MzXKt5L/57D/3qv4163s1a/437f+2a330p3qzqDiyqPfxJHTs3XFp3SvlWyqj2mzlnCylG60mHY/OC85PEHi4uL///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+nq6nd3eTg2NtTEqerYtcCxmdvKseLPt8i5n8e1msOykcSwicevhrikf7ShgqWSdK+ZdqyUdJWBaJR+Zq+WdEk/Nzw+QePj4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6enpeHd5PDo64dK/uq2cVVJLp5yOvK6daGJbd3BkdnBnfnZsnI95bmddamtpWFVQnYpsnIlpU0U7ZktEoIhuVUtBPkBC4uLi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////p6up5eXs9PDrVxbDp3sq2q5/YyLfz5NHg1MbBvLXEvbPczLTe0bPQsInPkk7IpHfKuJPKr5SlpZNflGe1q4ZYR0A9PkLi4uL///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+rq6nl5eT89O9PHtuzh08u8u9fQy/HhzPzx4bW7wMDBw+3dxOPUuubKp/KpTuS9iNC8mdnAqtPz8nXWucS7mlpGPj0+QuLi4v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6urqenp6QD4+08q5+u3Z6+Ta7ufd6trH697P5NvT39bI3tC23s203c2y3Mip2sWk2cCc2MGfusGlzMSx6sesVUtDPD1C4uLi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////r6+t6enxBQD7Rx7v/+OXv5tTw4c7s38vm2MLo1sDl1Lng0bff0bfgzrjfz7Lfy6bhyKbgxKPYupXZuZToyahaUEo9PUPi4uL///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vr63t6ekJAQNHJuv/65/Pp1fbr1+7h0ubYx+fYxefWw+XVvOPTu+PQuOLPsOHNqOLHpt/Eo9/Cod7An+fKp1tSSD5AQ+Li4v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vre3t7TktLx760l5CJfXl4c3Fswrqp/ezZ6dnE59jA5dW949K54tG449Cz486t4syp38il3sOk38Oi686tXlVNP0FE4uLi/////////////////////////////////////////////////////////////////////+fl/6qd/9DF/8vD/6+m/7Cn/66m/76w/8/E/7yy/8C1/7mr/9PK/8C5/8W5/8W6/76z/72x/8nA/8S8/7uv/8i7/8e+/8q//8O7/8vD/8vC/7eu/66k/7Cl/8i9/8W//8O3/8e+/7So/8/A/9LJ/8a9/+7r////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////r6+t5enpMSkrOxrq7sqaNhX2dlo3azb7259Tr3sjr3cfq2sXk077k1Lvl1Lnm0Lbjz7Dhzazgyavhyavt0rNfV08/QUTh4eH/////////////////////////////////////////////////////////////////////+vf/wcT/W2L/dGP/0cT/4dv/9/D/oqz/Tlj/tq3/wsL/trf/Q1b/rJb/mJr/RF3/r5z/x8b/X2f/d2f/yMP/fIT/eXb/cG//o5j/W2f/Vlf/xrn/2NL/6eP/maD/Tln+YmL/nIn/zMv/VGr/RlL+W1z/8uj///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vr63l6ekdGRtfPx//22r60btPHnPvx6e3i0u3j0ezg0evcyefXwubVv+XSuuLPsuDLqN/Gotu+m93Co/PeyGReVz4/QeHg4P////////////////////////////////////////////////////////////////////////////9id/+EeP/////l7//Sy//T4v+xqv+7xP4XTP/z7f9wb/+ZmP+Ahv/u6/+qpv+Eff+lm//M0/+yrv+Xnv+rq/+cqf9ncf+JgP/Z2P/a3P/////O2f9KW//mzf/e+P91ev//8v+CpP98ef/Jw//q5v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vrent7SkhI0cnB//ns2NGlz8Oc7+Ta7eDP6tvI59bB5dO95NK35NCz4cqu4cmq4Mql3smk3cem4cqw//zwbWttPTs94ODg/////////////////////////////////////////////////////////////////////////////4KU/5mW/////7vJ/3d4/9rc/urs/2Rw/yxN/8bJ/7eT/3OI/4aG/////3l9/mBh/8C3/9Ti/3l3/5eb/7y6/rnI/lBl/qSn/8TP/8y8/////mCA/39r/////tfv/j9Z/+DD/////6ek/+LR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////s7Ox7enxJSEjRyLz/9+bz6d326t7w4M3v3snu3cjs3cXs3MTu3sbu38fr2MDo1bjq2L3o07LkzK3ixqX75c9raWc+P0Hg4OD//////////////////////////////////////////////////////////////////////v7/////hJX/mZb//////f/////////+fZj+MEr/+fb/kaz/XE//2tL/rbr/fn7/qZj/u77+WHH/ZmT/uKf/pK//z9P/prD/uK3/h53/SFz/1L3/////Zof/eGn/////8fj/wcH/29j/////yNv/cID///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vr63p5e1BOTMW9td/f2tfZ19XPytLLwdXOxNnRx9XPxdPOw9PNwNDIvM3Cssq6p8e1oMKwlcOvksKskNG1lmVaUENFSuDg4P/////////////////////////////////////////////////////////////////////D2f+mrf9cav9laf+jo//cz/////7r//wASf+LcP////+zyfwARf/Nsv/////Rzv////+Mk/9yaP///f////++xv/F0P9ecv/jyv/w+v/q4P/////////b5f5JY/+5ov/AxP+Ujv7n5f+eo/9le/5jZv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+zse3p8UlBOvry3vKOgs5eS4uPj5+rs4uPl3d7g5ufn6+zu6uvr6uvt6uvt6+zv7e7x5+nuzM7RwcfO29LIX1NDRUZJ39/f/////////////////////////////////////////////////////////////////////+n1/6Sm/7Oh/6yk/6yi//fw/////9ni/6if//Xt//////n//7Cu/8+9/////////////8LC/9HE/////////8bM/8nF/7m3//bu/////////////////////9vl/56Y/6Kb/7yw/////8PQ/4WA/+jb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+9+fn5MS0vJxcDJjHe7embu7e3g5+jf4eHY2dvj5Obu7vDr7O7r7O7q7O7r7O7q7O7y8/Xf4ePN0dT8+PVnX1pCQUPf39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/w8H18fkpIRtHKwf/z5/Lm2unm493a1+Hg2+Li2uDg2N/e2t7d2OLg2+fm4ubk4eLf2uvn5Pn39fz6+P///W1pZEA/P9/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDwfHt7S0hIxL208u/l49/W4trQ5t/V59/T59/T59/V59/X59/X6N/X3dXL4tzP5t3T593V4dnR5NvP9Ozga2ZjQkBC39/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8fF8e3tLR0fU09X////z9PTz9PTz9PL09fPx8fHx8fHx8PD////AwMBwcG6ajpKFs6GBy7DXz9LCwMDg4eFtampCPz/e3t7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Hy8oOChExKSHZ2dI2MjIeFhYaFhYaFhYSDhYiHiYiHh4uKipqZmX9/gWZmZlxWWVlpYlpzanlzdnNxc358fkdERE5NS97f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fX1hYWFRkNDMC0tLiwsMi8vMCwsLCcoJSAfRUJCRkNDRENDXFxcYV9fTktLLisrMygqNCQpLSoqLisrKiMoJyIkWFVV4OHh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4+PiMi4tSUFAnJCQ0MDAvLCw2MzVAPz0+OztDQUFDQT8/Pj4+Pj4+PDo/PTtBPz9BQT88OzssJygrJicmIiQ0LjFvbW3a29v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ybm4GAgJmYmoqJiYB/f5CPj6ioqKOjo6OioqSjo6Wlp6ampKqoqKyqqqqoqqmopqOiooJ/gX97e4V/goB6fYB+gO/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+7v8vTx7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6OjotLS01tbW1NTU0tLSz8/PyMjIyMjIx8fHx8fHyMfHyMbGyMbIxcTEw8HDwcDAv729xcTExcPDwr/Bp6Wnzs7O////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fZaofmpe////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3t7e3o6Ojk5eXj4+Ph4eHe39/f39/f39/f39/f39/f39/f39/g4ODi4+Pi4+Pl5eXn6Ojr6+v5+vr////////////////////////////////////////////////////////////////////////////W5/aWlZv/8eL///+Sm6utram7vsG5t7Wmp6rc1s+3v8V4cXO7tq+qsbaxpqD///+qrsSfjov17OWuucvFv7rFy851dHinn5j58+n///////+YnqbFtK3///+nsLxvaGfy7+rCzti4srGxs63Yyrv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+b//VVUZeTCrvn//yAlMbqjjX6JoJOIgpCQomRfcV9jXIJ7g3NYX3p7hpBvdrDI1GpbXbO1uJ2PiISNmU1bbmJfWoWAg0kwQ/Tdxf///////1d1iIZeUOT3/zU+RqaVjsfO3mFZabCZja20stbIuf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////prLPf3uBbX+RVUE3////h42wr6ew0NDYVk9ni42i5vr/p5afqqWxtqGlf5y0mJWQ7f/+hHtir5mZTVh0foSY9P/+f3eN/+na////xeD4UVNev52Ohoykfnd+8Pnyrbi+jn2F79fK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////n8/+coqNNO0KwkYf///9rdJJMR0Z2YWHOw8OdpKxve4GRgYGboqU8PUFuc3uhkpFzcXaklYqdnqmqn6Gvs7Z0g4tmWGL/+uT///9jdJWRd27H0dGQjZOaorA0PD9ygH5eWli5koP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4KUqS8VDf//6/////Dx8cvNy9fNyP////r8+mN3j2tKSf//+tHa3+Df2t3e4MC3tP///7C6x9HDvv///4CctFM3O//23v///9rd4PTt6Ovt9Oro5ers8dTMyfv//4eTncmvpv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3N/uysTH////////////////////////////zNfjs6Sk////////////////////////sbrKxb67////3ev2qp+j//ft////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/f3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Lz+K+wu//49f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7i/087Dw////+nn8/bz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////jZKtoZmeq7W65NLI////rrrJm5uZw8bItLS0rbG2ysG50tXad3d6sKmgur/An5ma///6w8rejIKG7eHVzdbisKur1trcf4CImJGK6N/V////xtXke4GOfXh71MS51+HhrKyon6GjnZKK//nv1+7/eXF8////V2N4o4Bv////2eXvlZSan5iVwMG/qKen6OHclJ+piH96+fXy////0tzplY+U2NLTqrG7qqCbrKequLWp1MjA7fH0rK2wzMa/eoOJurKt2Nrcq6ei8+rlzdjeopiY//vy////8v//39zb////4ev1bHF2vrixwMjQsKSi3uDerayp5t7Zu7/Ms66r2+Dojoye1cS15ufqpaeqt7q9paGe//rx////0tjqiIWR2cq77O3yiYuW4NHH////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Q6Pt0aGz///picY+tj4X///89TWCDY02mt8yEcHCXmaRoYnphZ2SDfntiSFiLio5wWWjL1NRXUmDEvreTh4WIi5ZbbIJcWliDfHNMPFXCopD////K4vUfKEZza2TCurXKy8mhpJ/At7SwusCVjpH///+CmKCtpJazurvVwbD///+AhaJsYWZmXla6r6VvgZFYX2JUVVWyp6fWycv///+0zehRU1iqsa9gY1pkXGNpZGnGzcZfV0lzZ2N5dYpTWlNrYVPGw8u9tbJ2holxb1t2aHCHbGf///////+41u4/KTj//+lZeJNpW03Y09Btc5B1W2f09eeJmKBpXEZ5dnhjd4lrbG6wn5eXl5mBgo17bHOdnqBmV2n///r5//9PVWe1pZqPjY+alp5CV2nkzbX///////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7jR5HB/d////9He+HRyf4mapTUrLf//0a/C5aGNltTT02prgW53kvX8/5aMnbiyvKOSnKCsuWZxef///314Z5WCfHCFomNnffPu84qOqNi/t////////8fa56ikn///9f3//////////7TS6EpHWv//8JqfwpyAh////////////5CQo8S3tJeZqNrW056uxkU6Saqgntrs78q/t////8/m+JOHlOfo7a6ywW5jc6Shpn2aq3tvX6eruqSgsnp6gsrAtNPg46Wqsj9PYrm2pZmUntG4sP///////36Jm1hES8zT4HBwfdTJu9rg3Y+Mn5+Olv3//0FUaKSQe77C0Wd1jWB2fP///5OionNqZaSUpsjJy5qPm////8rl+EZcbv///4WOi4yDdZ6ft/3n3////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0eb4a2Vk//Db////rrCyRT5Lgmdq////kaLCTkhJZVFPwK+srrfDeIWNfW10qqqoPUhTbW5ukYKAgIGJinl0qaiuoZmetba7go2TXVdh48i3////9vj7////h46sqo+U////////////Ulx3i2VW////eYudrJeE////////////XGdyjHNie4SdUlVcgWlry8THbX2TLTc1v66Z////p8DVRjtD2Mm+maKwblpfqKSid4aEz7CshJmvY1FHrqSvUmJ1XGBWkJGHcWZr5ebzVmFhkmlc////0O3/TEZNxMC7nqGjqp+jSFdtXGFVjo+NRkpXVmBgcGNX5tHTnaS2npSZr7O6g3+GeW1rq6esXF1qWU1Hk3p6////////kpamgn2Ce2xrrbCwREZW3cCv////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+KmqqpkoT////A1ecaBwrqy7P////z9PbT2NjNwsD///////+Oqr9QNjv338fh7/nY2dPq6Oi1r7L//fPI1uW4r6////+vytpDMDnfvqj///+2x9ScoqNLSmKdem/////r9v69v8lyf4mUhnXr+fyDfIH87eD///////////+jsruamqJtaWalj3np4+j////W2N/Y0M3////////I3OxJT06di37NyM3Y0tX////n7vPk1dLA1NuJhIn97uvU1djr4dv////X1tjp5eWXqbKwmpb////l7fTW1NL7/Pzb2tr49PTNzdLv5uH+///S2t3W1tLl4+Pp3drEzdW8srL///+3tbvj2dH////g5eXHwLv06OT////////0+f61sbj05tzn+/9NVVaDcGbr4+D///////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/5/r6xrv/16/P6/8O+xv/98f///////////////////////+Xy/Kmeov3v5f///////////////////8fR4bCusP////n//6qkrOraz/////H4/3OAmHtwZv/05f///////6u3zGdmatvUxdLZ3N7SxP////////////////////H5/6Cco/Hj1v///////////////////////////8rR2X58hObf1f///////////////////////////////////////////////////////////////////////////////////////////////////////////8PN3bOwsP///////////////////////////////////////////////////9bc4Xp5hNbPxv///////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/T08O3q+/n5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PH04N7e/fv5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+sv9F5Z2b///L////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P3ex0bXCkmZu3uLr/+vH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7S8xJCLi7Oxrra7vL61r9zd4mlvdMG5sv///////6OuwLWqpMjH0aSkrp2eoNLKxdTX0q6mn/bx7sLN06yfmv///8zj/khQYqWPefHq5a+4wrm2s6mrq+DZ0MXK3pGEhu/l3cTM1LWzsaqusdTLxLzEy21pZ+Pd2P///////6ettcvEu7u/z5qMie/j2////+v2/JCSnOPVyOjv+YmMka6mo8vLza2us7q8vqOgnv317f///////6ayvX59gaGYk//369Te7qKhp6qqqr69vbq5t5edpWpqd52cmXR1c9fQx4CLlrKqosnR2aCYmP/9+LnCzI+Ff+7t37nDz7Cknv///4eRm5mNheXq9aWptKScldHIyL3DyHdydbGpov758P///////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5fr/Z11vbWhfhGtcprG7WGh3XmZjeGxivba/9+nm////UnGQj4FwqbjQbHV4a2J0noaO7PfwYGdscnBec2hynIBz////zuj/cnR+mZSRkZKUbmphsZuPd4qcX2dtb2luwL26l5CNcW13kYOBlZanYmBxUWFfnJCGxLvC////4vn/aF1sZmRhc2Rms7a7f3Fw////+f//QjpX28O0ipa0ZV1mYFhfm5SVcml4oKGhYlds//fl////eIyiPTYx6d7OY32UkYp1zd7tZmx0dnB3lIaFfoSYtaGqdI2rRDIm6OfZco6hWk9F1MnHfYeialBc4ensZ1tqrqyenZySbWp9kHB8or7IRUI90sG8e4ykZmNVcGhtR05eZF5Ugn2HUDND//Pb////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Y7PydjJHBwcOij5TX3+ZdcJFwZWPj2s63v8Ty49j///+UnrXMsa6+1u+hmZubm6bHsa/F5Po1O0i8vbOZkJvlzcD///+80eyYi5P4/vKKhmp/bWzX0NGwutE9RVuCj5L///+FgGl7ZWmzq7vU1tldV3CGgoju9+61sbD////V6/+um51zgY6Tlpvz//5mXkv/69X///91cYrn28+Qm6jNvLeVnLazrrqSiJ7Iy82Ykpz///Ts//4xOkjUtpv///95l7hoWEvd4+qfmJudmaWtoa24vsu0rbeQj5mfm5iosL54dHrBtavd5uOYmquYiJTe6PCAcn////+Oi294ZGi8s76Gkaihk47k8vKoqq21useJeYNDS2SNkKDu//+CeYv/++j///////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8jk9U9BPJ+UmWVuemFXUqmSkrrC0DdDVk9QRv//6f///1ZogI5yZbrAzZ+an32KjVJRUVBXVIpvbtfi9U9VUK6Fdf///6vE2VBRT1tYXY+Fd5GXp1BVXXVgYsS7vpWYpXx6fJeJf42Pn1JPUW9cWb+wsJinvCY0PIB3Zv///8Ph9ks+OqeVmJeVm3Bvc5B8cv///+7//lJfbFlZV0xFQMPAu4aImLCprl1hcFhNR4tydP///+T+/zZAS+TEo////8nP3Me9t7C5w5+WmYWGl09LS29dWs3DxaKqunZ0dnRjZrm2u1Zle1NXS42PjURKWHJ3fmJba1tgXYBzZ5CUl0BDSG5wenh7hkBHQqKdlJakt3JeYL2xr6Srs3GAhXNhZv//+////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4/j/mZmhg32Fbmhb28vA/vPx/v//yMTJ8urj////////fY+aW1BIjo2Vwbiz////y8/Q3tzX39vb5ebpjJumwaah////9Pj52eHiwLm6////c3l8jXZi5+Ll////4OTrta2v+fTx9vn7zdHRz8bB////5+31ysTF//z5////3/T/fH+J7NXL3uftvLKy//v4////+vz+7/PzwsjJz8rB8PPz393f+Pbz5Onqw7677+Pf////////c4GdWkNH7evdl5muuqes5/f6rait+/XszNDQ0sjD////5/H5wb677+ni////zs/S6N/a////6/DtiaGtX1I+yruu8u/v/v//y9PW3t/X39/f2tLP////09jg0cnL////+/37aoGaYkJC///4////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////++x9mxpaH////////////////////////////5/P6mqLNla3nAurD////////////////////////////////////////////6//+foKXm1cb///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+YoK6DgXx5dXzXwLLm9P6rq6////3////////////////////////////////////////////N2eannpT///j////////////////////////////////////////////S3umuoaH///j///////////////////////////////////////8AAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8N7e3s/Pz8PDw729vb6+vsLCwsnJydbW1ujo6Pz8/P////////////////////////////////////////////////////////////////////////////////////////////b39+3t6/X19f///////////////////////////////////////////////////////////////////////////////////////////////////+rr7eXj4f///f////////////////////////////////////////////////////X19evq6vb19f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8YmJiQkJCJSUlFhYWDw8PCAgIBAQEBAQEBwcHCgoKDw8PHBwcMzMzVlZWsbGx////////////////////////////////////////////////////////////////////////////////////0+b2bGJm897O////////////////////////////////////////////////////////////////////////////////////////////////s7/Pdmhoo6GpxsbC////////////////////////////////////////////////////rb7Oemhn///0////////////////////////////////////////////////////////////////////////////////////9fX/6efv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+KiooGBgYPDw8EBAQICAgTExMWFhYYGBgcHBwbGxsZGRkYGBgWFhYPDw8DAwMAAAAAAAB6enr////////////////////////////////////////////////////////////////////////////////1//5XY3l/alzm2tL///+WnKGdl5TIx8udnaXj1crk7fNpbHG/t7D///////////+ns79+foChmZT47uD///+iprillY7/+u3Z5PeJhpLq2ca2vtBfW2WQm52Agn61rqXIxMHDys9raWvZ0s////////+vuMJ0bWrS1t3CwcHp6uKprKqvs8NRXG+jjnr/9Orb5/Fra2/JxsS2vsi9sKjX3uappKvZ29t1fIO/trHM0tqysrCusrfLwbfM2OJva3Hv4tbb5vBnaG3ez8jO7PxKOTz/89nq+/+JiZHe0MP////i3+f/9PDa5vBqbHDKxcK/xMnn4NiquMLMv7XM0tqDhIfDvb7Ly8avq6jl3tv///////+fsbp5f4e6r63////////k7vigoq20sKe0sKvi29j///////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////729vQ4ODkNDQzQ0NBcXFx4eHh8fHyQkJCcnJyIiIiIiIiUlJSYmJiIiIiEhISQkJCQkJA8PDwAAAKenp/////////////////////////////////////////////////////////////////////////////P//nJ5iZqXkpWOh46Kl25ncV5aYJSGgWdjfr6sq117jHJkVry1vPXn5P///3uPpTo1MufbzWR+k5aSgam3wnVlZLCxs4CBhmhocLOmnoqIiLu0u1Bhg2VPOP/66YaXtU1ZY1dfXJCEesC4v////83p/jQ+RJ6QhsrH0aOnqEtacmBPUNHY23uAi5yVkIWGi1ViZHxuZNnX115de5BtbtXu+1RhdFZcWWxiWNnPz3d9lol5dpiXonBpe09iaXZoWre/xEdRW39zZ8zCx8zQ052Yj///9ub//WVnavPRt+H//TsmMOPLvlN0iXZnWtHIzaKnrmuDlkQ8ScfAt3NvhGdkal1RXtbHrXCCjVtOOv//6+D5/2lpZeLl3lJSVa2HbP///+H4/0dUbLCdhoCRmlVKOv/x2P///////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ampqHR0dRUVFHh4eKioqHh8fHBweLy8vOjo6ISEhHx8fLi4uLi4uHx8fICAgLi4uLS0tGxsbAAAASkpK////////////////////////////////////////////////////////////////////////////4vX/iIKS///7l5eFZVFJ0b+6pbHIsKawmpuwtbG7Z3CF4NnGucLH/+nb9P/+MTtJ0rSZ////fJm6cWtgcICLtK+s6v/9N0RAWlxf////jpmScGZepJ2gpaKdzLy3zNPaUFdthX+A7vLmtLS0////nrjWcWZq7/ruzsO51uX6DRAp6cio0er/nI2V///9TldYVz476urg2t3YiIGTrJaY7v/+cnyTZFdZ1MrA3OPekI2gqpqk1NPTam+CeHCR////utPwV0xX6ubXt7y/9+je////////+P/+1tTI//jpJE5kOhkK2tbiZGx+49zJwcXI/vr/IzdejWpX////jH190dLXjoyjyMPGOUlcqJqN////9vv/////ttHiFAkJxqSO////8f/+hoOQtrOyQFRqnpCD////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9KSkooKCgwMDAREREUFRUUExIWEhQXGBgYGBgTExMSEhIYGRcXFhYUDxIUFRUZGhgYGRcWFhYAAAAjIyPz8/P////////////////////////////////////////////////////////////////////////X7PpQVVxnY2FtZ2Z9f3ivpp6Rl6mimJhugYxZU0x1cX1NXG9NTkT//+3s//42QEvjw6D////Jz9zIwLm3vcqNh49uaW6mmY+rrbqEgId1Z2S9uryanqtpZmiXe3a1usWUj5KpsbsoNkNvaVr////u/f+FjJ4sNz+QinuSoa46MTbStKCyxNFUVVdcW11/dXC0tr05R1hobGCLjY0/PUNsdn6rm5i0srpGVWleYVGRjphYVl5lU0+5qKW6xdJ1c3mRjomtrbIzQlNXVkr///b////////////c5+A4QldWTED40M3w4PSnucg4RFRmZFawuLszPk+ngW7Fz9SBfXixt76MhI+jop1iWF3fz9T///////+FlbMDAwPAspz////////a7/yOhIuTj5JlXmPbycz///////////////////8AAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7+/kBAQCUlJSwtLxAPFBQTFyQrKCkuKSkhJicpKS4vLzAwMCgoKCcpJyUrKikoKBsZHBUUFhYUFgIBAhUUFuTk5P////////////////////////////////////////////////////////////////////////f6/OTq67u5u+bb2ezv7+fp593c4PPv6vH298rPzObm4c/M0vHp4v///////3SCnllDRe7r3JmbsKycpP///8nL1cO3tf////b7/7OvtuPZ0////9ff5sjBvP///2h9mot/ef///8jDyP738v///////+Xr8s7GyPv5+dTW2Orx5tzb2+7r6Nrl57y3t/jv6f7//8jFx/Xt6Pv+/tfd3Kizubivr////8vJ0e7l4Pn9/9HW1svAvv///fL5/7m2tPLo3P3//8fDyPbu5////////////////y5RZyAAAf///4yapKiShP///8nFzPbv7Nrf5ubr4ePl49bT1evv5+Xm6OPe2////9LR1+LY0////////zM2YqKLfq21v8/CuP///+z5/6WiqPnv59rd5N/Tz////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////PT07Hh4eR0ZILiouJBsjRE1IQHVXRVhOQz5BeXl5h4eHRD1CS1xTermeVWleJRsgJiMjMy0wBAEGDw0Q4+Li////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////mKCugoF8eHV7x7Ss////////////////////////////////////////////lp2qvLCm////////////////////////////////////////////////////////////////////////////////2ePzqKms///0////////////////////////////////////////////////////////////4u74c3h/3M7B////hpGZpZuN////////////////////////////////////////////////////////////z9rnioqUhnuA7uff////8fz/oqev9+vf////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////86OjwcGxlIRUUxLCwsJyREPD5EV05DWEtGPkBYVlZcW1tFQUFITUhleW5OU04xJiYtJCQ3LS0KBAYMDg7j4+P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2+fzn5ef//Pr////////////////////////////////////////x8vXi4OD+/Pr///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zc4OhoYF0lEQTEpJjMnJDcuLDooKjgkJjouKzUpJTMnJD0vLjspKDMZHTwrKj0tKjgnIj8tKRIIBgsNDePj4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8bL2lhYYMbAqf///////////////////////////////////8/e7XVucaOYmri4uv/68f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nzg4GRUWVEdFRjs5QDEwPy0qPi4pRzk4SDo5QjAtRDMuRjg1Sj04SDk2Qy4rSjo3T0E+UTo5FwoGCgwM4+Pj////////////////////////////////////////////////////////////////////////5e/3iZGZv7Sq////+f//pqu2qKGcsayvubSnzMG59Pb4oqqw18i7////q8DNlpOE5eLghYmQvLWyzc3JsK6r7ePd2eLonZmY///v0ub6W11qnZuWbW9t3NfSqbDKrZyU///2usnWsaOe////2OPwlZCX2dPSrrW/qqKdr6qtubWq0ca+8fT3ra+yzcfAgYmRt66oyNDYn5mY/fXu////////4Of07Ovp5ezz9PTv+P7/nJ+s0M7Lt7vAkoyNvLq3sLa5ubCq////4e74iouQ4NPE////4t/l//bx2OTva21wzMfGwcTJ6eHZqbfBzsK4y9HZhYWIxsHAzMvGr6uo5t/c////////n7C7e4CJvbOu////s73Cx7qr////scPQsKei////6fD9f4aQ19HE////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////82ODgbFRRcSklJPTs/MTBJMTBIMS5MPTpPOzlQNjBSOzhPPzFWRS9WQTtbPTdNOjJQNDZkPj4fEgkICwzk5OT////////////////////////////////////////////////////////////////////////0//4pQFGulnr////F4fZYV1BiWV5dXmjR0cFeWUpwaGVkXG7n0bX///++zuSTobCBdH5kYWtcUVzGspqJnahvbVV0Z2tzXWH///////9bbI1CMCbp5tWFm7OCb2mipa+TkZFwbH6khnb///++2PNMT1aqsK1iY19kW2JlYWbLz8NfWUpzZ2V6dotUW1RnXFLUy8h5gp1cRVT///L///////9wh591c19weH2fiG7///9WYnh9fIR9dIFrZFmcgG2Dmq1sY17////h+v9kZWn21bvd//09JjDlzsJQcIZ4aVzQyM+hpq1pgZRGPkvHwbpybYJnZGpeUl3YyrBuf4hcTzv///Td9P9pZ2Xi5+JST1TEoYfC19zAsqP///+futJmVl7///+kwtUYDxPs28r///////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zg7Ow0FBYp5ctLMwqaalEssK1w7OIiZknyPiGA/NmdAMHNhhXJrrH1aV2o6LaeCgYOkiVtsRzMPEwYJDeTk5v///////////////////////////////////////////////////////////////////////////2F1haukjcrCz8nDzL3G0Gthdp2ZoJGsvGZcUqatup2MlP///////7rK4IORnqCPgs/L0I+QqsvAwkVbcqymj5uYpL+npv///+3//n9ze56blrS2wGp8ica9t8fm8WppV5yGivDZzf///9Tt/5GGk+fm6LG1xGxhdKKepYWhsnNnWaasuamjsnt5g8W7sd/m45aWqYh+jv///////+j+/3l8f2ZmaEBGTrWijf///4+To42IkL2xsbu8vLijn7PD2o2DiP////X//tbUyP/26iFLX0AeDtjV4mRrfebfzsLFx/36/x8yWpNvXP///459ftHT2I+MocfFxzhIWaudjv////X7/////7PO3xUJCMqolP///////////////3yEn5ebnTlFW51/X////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////PT9BEAoAemt3w8f/lY/ARCIYZUVCvc3Bc7OxV0E5bD4xrq7OvdD/lnt4XSEZx7Gx1P/8qriaSxcZAQgI5eXn////////////////////////////////////////////////////////////////////////////W3CCkIt4m5Sbv62yobXDY1JZq6KkgI+NupiSk6rCRzgz+d/S////qLrMeo2UioBysrS3iIOPpqKhZWFm6eDnYHBzelRI////8//+kpCgd3N4cWJktrS6kY2Uc2tumJeXVVdZuZKB////r8rfRDtC2Ma5naWzZ1VcqKGieoeHx6aiiaG0YVJGraKsVmZ5VFlNjY6OMj5Pk4Z6////la3NfHBohYiaj3x5urbArqqvop6qgYeMal5Sm5SjYWhyYFRUt5iS////////2ufdNkBTWU9B+NDN7+D0pbbGNUJSaGZYr7e8MjtOqoRxw87Tg312sbe+jYaPoqKdZFdc4NLW////////gpOuBAMDw7Wf////////////////////w8fWbXWFWkVQ9t3E////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////89QEAsJB2AZGV5YYFlSV1lQTl2UUuCb2x2aGN7U0qBVU+th3jHoY62gnezc2fEjn/Oppn+raRrPzcABQnn6Oj////////////////////////////////////////////////////////////////////////4//4zS1yumH7O2eO4pqHn5ujKw8j////s9Pvf0c7G2OGAf4fy2tL////N2eSloKPx7OHn6uze2tr////Z2+Dp3t6fsbyfior////////n7/fAvLnu5+D////Fx9HOwbn+//+CjpnHq6T////O4/FJTk+YiHvKx8zV0NP////o8PXh0s/A1NyFgIf76ufS1drp4Nv+///R2t3JyMT////e5Onb29vW2N3t6OPr5+zk4+m9vL60v8Sjpqt+c3d1aljh1dH/+fb///////8qTGIjAQD///+Ll6GslYf////HxMn28Ova3uPm6+Hi5uHW09Pq7ejk5efj3tv////Q0dbi2NP///////8xM1+mj4Gts8DSxbv///////////////////8zNkp4U0D///////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z5CQzcrK7GJg6B0Y55wYah5c6l3cadsZbZzbsKGfcqOg8aEeMSBc8uQgtCYisSFd7Z7acqVfFM4MAQMDOvr6////////////////////////////////////////////////////////////////////////+Tw+H+Ijo+IhYeLjLysn////////////////////////////////////83d6LSqpf///////////////////////////////////////////////////////////////////////////////////83U23x6hOHc0P///////////////////////////////////////////////////////////////////////////6Wqt+Tazv///660w7+zqf///////////+Dt9XB2e97Qw////4ONlaackP///////////////////////////////////////////////////////////8zX5IiIkoZ6gvDo4f///////////////////8bG09vRz////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Q0ZJNiwsp4N0o3xronVop3Zmr35us390s4B1sYF0rH9uo3lumXZpknBnjWtjhl1fiH9flaRnNCsdDhAS7e3t////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9FSkc7Ly+rh7ede6CXb4CSaHmQaXiJZ3OBY2x7X2Z6X2R7X2N8XWF7XF55XFlzVlVsU05xWlAiFhMUFxfv7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0lNSjovLZd3o4JliHRYYmRGV15FUVpETFlBS1lBSVpBSFc/Q045Pks3O0g1N0IxMDsrKj4uKwoDARodHPDx8f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TVBTOTEuhWdTc1dEaE0+VDsnUjgmUjspUDgsTTYqRzEnRS4nPiwnOiopNigkNCYjMSQiMyckBAAAHR4e8fHx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9TVFY2MjJsXltbTElWRkNDMi89Kyg/MSo8LSY2ISM0GSA6IyIwISAtHx8qHR0nHR8mGx4mHCAAAAAfIB7x8fH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1RVVzo3NG9gXVtMS1ZGP0IyLTMiHzUpIS8cHi8xHjNEHzQvGicoHiQkGSIhFyAiGB0gFR0eFgAAAB8fH/Hx8f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////WVpcOzc2a1xZVEZFTDs4OysmJRQPKBkPIgQNKzwGNG8AMDUBICYBGSIAGigCGywPGCkHGCgKAAAAHx4g8fHx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7+/tISEhEREJrbGxXWVtKUFNCSEkpNzcmPjcmNjkgNzgiOTkpMzYaMzkjcocgVmYMCAcJBAoGBwoAAAAhISHw8fH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vr6zU0NE1NTW1yclhhX0pWVkVQVCxBQR4+Nh03PBgzOxszPik7Oxc6QiKEmxtkdAUEBAIABQEDBgAAACIiIvDw8P/////////////////////////////////////////////////////////////////////////07v/d0//Qzf++tf/Rxv/Jw//MwP/j3v/Ryv/Ty//RyP/Y0P/U0P/RyP/g2v/Zzv/Ryv/e1v/UzP/CvP/Cuf/Xzf/g2v/UzP/SzP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7u7uOTo6TElJa2FcV01IRz45QDMzKB0ZEA8ADQMBDAAADwECGwYCBAAAAgEABQYGBAUJAgQGBQQGAAAAISEh7+/v/////////////////////////////////////////////////////////////////////////9zg/1dg/5N//9bI/7Gv/7Cl/7e0/0VX/5OD/46L/6if/5GS/4h4/5+c/1ti/4uE/5SM/3Fw/5+Z/8K0/8G6/4SH/0pb/3xt/9bI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////u7u45OjpOTEpqZWRVUVBGQkE7NzYtLCkRGwQIBQQGAwcMCAggEAkEBQYCAAIEAAAHAwYIBQkKCAgAAAAfICDu7u7//////////////////////////////////////////////////////////////////////////v//h5T/2sH/////Zn3/1ND/pbf/kXz/3tz/ucL/sMH/cnn/z73/m6f/ho7/eIj/2cj/rbz/cnz//+f/////iIv/6+H/ipD/sJ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+3t7To7O09OTFlVVD88OjAsKyEcHRcXFAQOAgAAAAAAAAYCACAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAhIe7u7v/////////////////////////////////////////////////////////////////////////////Kyv/47/99kf0AQP/S3v9rhv/g0P/V3P/4//5LcP9yVP////+Hg//P1f+IqP/V0f9rfP+ahv/////5///88v/7//4ASv+bgP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6enpMTExTkxMoqGhqqysnpyenZmZnZyZkZSNgn9+gX9/hoGAkIaBhoKAhoOBh4KFgn19hoOAhH9+BwUDEhMT7u7u/////////////////////////////////////////////////////////////////////////////+Di/2l9/0pJ/8a9/+L0/7fB/UNq/mln/8XE/y9l/4Nz/97k/4F6/7fB/n+V/6qe/lFk/8/S/////////7/Q/QBG/56C////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////29vY9PT1QVFXj0s3yvrT67er////////////////////////////////////////////8+Pj++/ojIyIAAADp6en/////////////////////////////////////////////////////////////////////////////c4j8AEL//e//s77/q53/////wsD/6N7/197/19T/2Nn/zcz/4t3/4OL/1ND/////ydH/0sz////////9AHH/h4H/1df/z8T///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0xMTE1UV+fX0v/Puf7w6/n9//j09PLn7Pj18////////////////////////////////////yYlJQAAAN/f3/////////////////////////////////////////////////////////////////////////7w/P92ff/JsP////+bmv+kjP/////////////////////////////////////////////////////////////J1/+bnf+FgP/f0f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+TExMVFBTo6Kiq62rmJmZiYOGhoqDjKuHb29rW1VYY19dY2BfY2BgZGBfZWBfbmtpenh2cm9sCggGAAAA2NnZ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v5NTU1dXFxxb29bWlxPTU9APT80OTIzTywZGhQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAALCQ3Y2Nj///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////39/UxMTGNjY4yMjH19fXJycmNkYlRTU0dARURCQiMjIhcXFxkVFyQqJSg9LixSNitYNi0/NFhQVRgXFwQEBuHh4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pz8TU1NZGRkhoaGeHl5bW5uX19fT05QPz8/Ozw8Hx8fBQUFCwsLDw8QDxASDxgREiUYEBoTGxccAAAADQ0N4uLi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v5OTk5lZWWFhYV6enpwcHBiYmJSUlJDQ0M9PT0wMDAJCQkGBgYJCQkJCQkHBQYGAQUFBAYAAQEAAAAUFBTn5ub///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////15eXlBQUJiYmIGBgX19fXJydGRkZFNTU0FCQkBBQS0sLBkZGRkZGRgYFhgYGBYXFRUVExMTEQAAADExMf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tbW1Hx8fhYWFnJyclZSUj42Ne3t7YGBgQD4+QD48PTs5LiwpJCMjHx4gLywrIiEhGhsZCQgKAAAAlZWV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+MjIwsLCxTU1NnZ2VvcG5wcHBsbGxkY2NgX19VVVUcGxsFBgYHBwcGBQUBAAAAAAAAAABsbGz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////83NzYKCgm1tbWNjZV1dXVlZV1NTU09PT1FRUUJDQzY2Nj4+PkhJSVpaWnt7e8fHx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f37u7u6enp6enp6enp8fHx/Pz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////j9/93f5Pfy8f////z9//Xz8/v5+ff5+fz79////+/x8ff19f////Hz8/Xz8/3///b59/j49v/9+/L19+/x8f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5fH9YGxygYeKl4iH+/jsZ4CTUUI/vMC7aGl21cCvqL3LOzs7ua2prba+QkdIqZ6WmZ6ujYqKk5SZe3t7ycWumY2PwrOy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////R3eXDuKr///9cSE1TQlVibnj69OHo8vp9b4S/t8BJZYHOtp7l8f8rNEu1pI///fqLkLColZq9u8GkkZPQ4+ooKjWrlID///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f1/xEtQmlIKLrByJ2LlO3s6rzI02ZibIOAgGlsfI+QkHKKj3htbYmMk4aTh4eGk31rdJaQkaqdn2t+i11KRPfy7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////KTFZd2BO///9////vMXXcW5sop+YoKurbm5mopyjd4SXnZaF6ebrc4CYkI1/u73Adnp9d2Re2czKwNDMp5Sb5dre////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7+/vo6OjX19fLy8vCwsK+vb27urq9vLzEw8XKycnQ0NDi4eHk5OTT09PFxcW4uLirq6uenp6TlJSVlZWhoKCurq69vb3MzMzi4uL7+/v////////////////////////////////////////////////////////////5//9nY4GjkY5vcH/gz8D////5+PT///3////////+///5+vr//f3////5+vr9/Pz//////v7+/fv////8/f/5+Pz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Hx8Zuamm1tbVNTU0A/PTAuLiYkIh0bGxgWFhMREQoICAcFBQMBAAcGBhgXFyoqKi4vLyAgIBUVFQwMDAYGBgMCAgEBAQEAAAMCAgYFBQwMDBgYGCkpKUFBQVpbW66urv///////////////////////////////////////////////////////+r2/q6xuNXKyv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////V1VVAAAAAAAAAAAACwgIGBUWHh0dHRwcIh8hLCkpJCIiJCIiIBwdHh0cGhoaCAgIAQAAAAAAAQAAAgAAAwACAwEBBAICAwEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAysnJ////////////////////////////////////////////////////////////////////////////////////////////////////////9Pz/qq6xopqc7+vk/////////////////////////////////////////////////////////v/9///9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Z2NgaGBgfHR8iHx8tLCozMTE1MjIsKSkqJycoJSUcGRoVFRM6OTdaWFgZFxkDAAAOCwkYFRQlIiIvLCwwLy81MjI3MzM4MzY2MzM5NjY5NjYyLjEuKiolIiIaFhgMBAYAAAChn6H////////////////////////////////////////////////5+vrz9PL5+ff////////////7/P749vb++/r9+/3////////7/Pz///+ircVXRk+HjZWHiIT/9uj7/f/++/r9/f/1+Pv69/f8+fn6/v7n5+X89fL8///2+fn4+fX////S2+20q67///v////p7fDx6+r////////////////2+PrY19nz8ez////6/P7z9vH///39///t8PD7+fn+///49vj9/vzn6Ob79fD9///2+/j69/X69/f29vbz9Pf49vT49/f7/P7u7e38+vj6+vz69/f//f35/P/m5+n8+/b9/fv59vT+///y9PT19PL////8/v/6+ff4+Pj29/n5+f359vb+/fvy9/jr5+T//fv5/f33+vX79vb39fX19ff+///2+Pby8vD///////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8XExBMRDyMhIVNQTnBtZmBdWlZTUiklJTAsLCAcHVJSUj48OjMwMmxqbC4rKkhFR15fY1pcX1lWWFNPTlFOTlFMTE1JSU5KSUtHRlNOTVdSUVJMS2JcX21vdnBxe2ViYiUhIJWTk////////////////////////////////////////////////9rt/FteY9jAqv///6uhrune3HyUp3Jxb3VkZ//q1LLB1rmqqf///21xfpWKlHd1k5eThLe9tneAiHV4eot7eJyXl4SChHRwep2YlaSlsHlxer+zpay1vYWAhY6TmqGOhq3Cyl1GPP///8PW5l5fX5aLgenm2f///////8TX60tZYYJ+eY+JiPLs45ufsVNUWYR+gbqwoKKioL+4u5ygpYd/f5uWnnt1f72wpLO6woR/fp6krIp8eqKtr3V3gYmBhnN6gmFaX7Oml4OIk3Z6e393dpCDhaCfoXBta8O2pcPH1Ht0dpyfn0RIS5aNiP/17////3yRp1tNP////3CDondXT+3x8X+Bkox8d9LKw4mSoKGZlIOGlaigmIiRm4R/glZeYXxxbevf3P///////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////s7KyCwkHKCYoTktLYV1aXlpYSERENDEvLCkmKCQkKSgmKScnQkA+b21tOTU1QkBAXmNrX2NuXF1lXF1lX2FoYWVsY2ZrZGVqYWJsYGNqYWFpXWBnXV5pX2RsXGBnUU9NKCQjiYeH////////////////////////////////////////////////9v/+p6mn//rikL3dCgAB+uHJkqe6V1ZpaF1n////QGF5ZEM2////e4SZu7e3eX+NkH5x8fz6laOwW1tufHl/j4eEu6GWt8LPUWB2bHZy////j5eKdGttrp2pvLrCoYuJ////5+Xg////7O7x//7wtMrcf3Ry////////LDhQjnVi////4+LqytfihnN6rq6yZ2h36tjJXnSNY2RcmYN5eHyLW2lx////kZiNdGxuppWlzczQpqKhx9LYoaKnk5agz8bBT2N5tph50uDvdn2CWkxhe4GJmY+D/fTqhZWTj4qJe5CtS09SuaWU5uPt5dnZ////f527dG9i////g4WlqIB/h62/i35y7f/+jYlyiHeAxLq+oLDD08/Dt8XPJCs7lIl/8O3z3NDS////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+npaUIBQUoJSVOSkpdWVhkYGBrZ2VRTExRTk41MTEAAAALCAhNS0t1c3EfHBoEAQASEQ8fHR0iHyQlIycfHyIeHiAoJykoJigoKCwjIicjIiUoJisjIichICAbFxgUDw0MCAeEgoL////////////////////////////////////////////////2//7j3s2+vcUNJjGJalj/9vbBzthTWHODb3O1xst1bGKznZvGyct8hJeQjZqRhpeQjnuTf2TU1NlbY36Ad3qTjZS8p6egrMFTW2uMioD6+PNncG5waXCCcXuTkZGYgID///////////////////9gc4VxV0j////A3v47RU3/6sj////////m/f99cWPHxsqLiJqln6AuLDfb2c2XlJ6EhZB+goX79exocHNva3B9bHabo6Z5cXajqqOPmY1+fpHPtKXA4PA0Ljfb0sqrs8VPQVeWk5mIjp28uLVnaGGdk4uNm658cXOHiYxpd3f349H///+YscpBP0G+uLFAQFS+oI+XssWlkoPA2OhxcWVxZ3SYi4h0hJSimZSXq6JTTk2Mjphpfn/Vwq7///////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6CfnwoHBywqKj46Oj87O0A8PGJeXl5YWUQ+QSsmJ0RDQyQiIj87O3Z1dRkYFxQNDCYeHggAAAQAAAAAABsVFiYdHwIAAAgCAAgAAR0UFh0WFQ0FBRMLCxcPEDMrLSgiIxIPDXx6ev///////////////////////////////////////////////////6LAyQAAALOfgO7X5OjS38DP1IWAh9bNxpGfrLChltff2qCdmLKsseLZ27fDznhyb7Onn7/Aw4eGkN3Ty3uNnWJKTK6nsNrNy83U3m1qcrekns/R3HF2eXBfWtK6tP///////////+v7/0RQaUo/M+rh2f///+3//jA4Pciojv///+bm8K+7xqmnl7/DyKadpNHSyJ+eoN3Y5FVjcI1sZs/T3nFvebOfm9Xa4n18hHp3d4yLj29ydcC/sb24wLuytbe8vXNweqeembC4v6GQjd/f3W95lExISKGLedjo84+HkOTX1Gt6kIB9c//98P///42rx2dnY////29yip56ef///5ibqHlpZtvNyqu2w3Nsb4KBgYCFjYeEeu7n4IeWrm1rZu7k1v///////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////np2dEA4MMzExLyopHxsZMy8uTUdKOTU1ODQ0MiwtIB4eFhQUSEVFd3Z2FRMTIR8fSktLFRYWEhIQDQwKKyknNjQyDQwIDxAKEA4MMS4uKigmFRQQGRgXIR8dPDo5JyQkFhEPdnR0////////////////////////////////////////////////9f/+HDJCbFI1////ZXCBj3hq////+Pv//v37/fz+//7/////////pqq349jO////+/j2/////v//9/n7////5PDy8Oznur7Ow7y3////9/X1/v37//////7+/vz8////////////////////bnuTUUZEw7Wr////////orHLT0xUr7CkSEhep4uE/////P3//f39////+fn9////3ebp5N7d////9/X1/v37//////7//fz+/f7//f7/////p6u44dfN/////fz6////+fv+////1Ov7YVhT+d/G////obfPXE9T///0+v3//v37////////Y4CbRzkp////X3acUjAz////////+Pb0/////////f39/v39/f7//f7/////+fr8/Pv7////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+amZkREBAwLi4lISEmIyM1MzFCPz8yMC48Ojk0MTEMCwsLCQlOTEx5d3cbFxkXHxEsRCkvRjAwSC8yTTQuRy4nPyQySC09TTo2SjInPSQqPSQxQykwRCcvRCcrQyMrPSQYFRRyb2/////////////////////////////////////////////////n7fLNzc/////+///Gzc7S0Mv////////////////////////////L0Nfv6eT////////////////////////////////T2uLc2dj////////////////////////////////////////////u+Pi1uLrUy8b////////////V3uSlp6nRyMP/+fj////////////////////////////////////////////////////////////////////L0Njv6OP////////////////////u9Pna2df/+vX////f4ufW09H////////////////+///a3OHRysfu7vDW3eTSy8j78/D///////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5iXlxMRETAuLigmJiQhISIfHxwZGignJTEwLhsZGV5cXEE/Pzc2NHt4eB0OExg/NC5/ZipzWSx4YC19ZCx9YSl+YjJ+bE10bTt3Zid7Xyx5XihzXSd0YipyXi13YSVkUxgVFG9qaf////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7//f///f///////////////////////////////////////////////////////97o7ZqZn7uyr///9/////////////////////////////////////////////////////////////P7/62srNrOyP///////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////mZiYEQ8PNDEzQ0JCKioqKycqPDs7EQ8PLCopFBMSR0VFPz4+Pj09eXd3DwYIUGdauOnEq9SnocqhkLmVn8SXp8ydocKgnK6Zor2Wn8WWoMaXlruVocCUqsWVttWijKWFFRITaGVl////////////////////////////////////////////////+fr89vr1///7/f3/+vv99fb4+fv5+Pr4+fn1//37+Pv97u7s/v7++Pv9+vn5////8Pb56+fk//76+vr6/Pn5+f3/7e7u/fv7/////f7/+vr49vb2+Pj6////////6u7v8ern////////////////////////////8fLy9vT0+/3/+fn3//789/n78fHx////9vr67u7s////6fb/rqew/vPl////////8/X42trc9/Xw////////6ezu8+zp////+Pz96efk////e4Kab1ZXc4KRqaaY/////v3/+fv98PDw////////+Pn59PTy+/r4////+fj49vb2+fv9+ff5//v6/v//U1VoqZB/////////7vHx+Pf3////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+ampoTEREwLi4fHR8lJyksKysiICAoJCRjYWEmJCQ3NTMdGRdGRER6eXkCBw6Yelr1yJydhm7Lq4L/66HQrYCkhG7EnXz/3pvFpXyri2+riWvzyIbasHWujWbEn3DHnWgmHxhhYmX////////////////////////////////////////////////N5/xmZWn/58z///9HVmyWjHyUnKqYlJOEhYqyrKOGj5JUTFGLf32CiZCPenTz//99fI6LfHfVy8OMma6UjouVmJhST1VpXV/459b///+KoLNRSEP87uL///+5ydl0b3uYi4Pq2crz//6knKPIxsyqoKv///+arbs9PDywqqWDiZuOeXPo9fdMVlx8bGXS19x8goNSSlGUfXXM4uVMPz374sz///+0yNpXXWCOjIl2dXP17Ni9zOFzbHmjk4rn5d6Rl6l+cXXNxbC6u9VnXnCanpS6wb6DfYCfnJdqdHlhWFPVycf///+60eRpXlzU1NDCur/i3+FQUlqRjot7hYt6dnWaiomHj51YWl+yoZ7KyMGfoJ6lnqP46t3///////////////////////////////////////////////////8AAP////////X19bKysqioqK2tra2tra2tra2trausrLKxsbW4uKusrK2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2urKyvqqyvqqyvqq2uqqyvqqWmpL/DyP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5uZmRMPECooKFRSUDs3Ng4MDAwICiolKDg5OiopKWtqbDc3OTo4OHt6egYJEI96VtW2kWxYUKqKXP/TfbeRW3BfN5l/Sf/Ld62JVG9XNohwT+q6dM6kZnJeQZl9UbyXWCYfHGBhZP///////////////////////////////////////////////////4iLoKyVj7TV4zU7NP/nxpGdu7CmqsTFyk5PZXt9gNLc5odyd6SeprOYn4mqwIt/c+3//o+Ib6mdoURZeG9xdOHl5l1Tafvhyv///46symRnX////////0lic9a/qbDO16eRbsjT6Do3PFVlaFtDOf///TxWcsOtl//8/IGAnrWfo4qjuG5kXP///1BkjH1yasvU4m1ZZv/66ePj4////+T7/yEmOraeiP///2B+lJeckmN4huvVv8HS0ygyN3l3dP///4aHd5iMimRmcbexov///5mcsT5GVmpqavrz7tfN0v///9/2/8vCuJuruwAAAOXVxHyCg62jl4mXqFFHW42FjLW1v/Dp5IacpKaUhXuSrUM3Nf/s2f///////////////////////////////////////////////////wAA////////tbW1srKy6Ojq8PDr8PLy4uHj8vLu+fn53N7j593X////7u3v6+vt7O/q7+7s+vn3/f7/8/Hx//76+Pz95OXl/fn0+Pz97u7s+vj47vDy6uvp/fr49Pf69PTw////9/X17e3v5OXn5ejy5dm95NmS4N6k7Oar+vGy5uGl5dicq5JwysfJ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////m5qaEQ8PJiQka2pqSktPOTc3QT8/ISAeNzU1HxsbFhUXHR8hSEZGe3l5BwkOiHha/+DAwHZv36eQ+c+I/9GkrObeicB2/7452KtjsbXF+urZ/8pX46xGal1bq4hh2qVDHRkZX2Bj////////////////////////////////////////////////////r8nrgoCGXWpycF1V////ZmyQg3d1paCjb2ZzoZiT0eHrn5GZkJGedmZmbn+MrpiGwtrqc25hlIyRVl51m5GL3ebpdG6D/+/e////qcLZP0NEgoF6tcDAcnyE4ci3hJ+0hX50hYyTkJCMW15uqaCIsLnFhYmUh4iIi5iOfnyEdmxxe4SQhHx8jp+dWF1krZqTytvmgnOA////////////j7LWSEVH///2////Ym2AlJeNc3qC7tjGjJ6tMDU4mo6G8fz+am9oeWdumJOjfoJvv6mTsrnGX1pijY6TdYqNqJ2N////7v7/0uLYVUVMa2BlsbzEh4BlxbistL3PTUJalI6Vg4WQv7SuhIiLb2ZhPEFRu6yf////////////////////////////////////////////////////////AAD////29vbDw8P29vb////m5/Tl4+P////d3eno4t3T2+F+dHnIvLj09fj19/Dw8PTs8PPNztHFvrni5eO1u8LHurj////E0NjOw7vw8vnCytDw6N78/P+2wMrRxr7d3uG5trbU19f08u////3/////58f/2Yv/8Kzp0ZfCqnv/7af/6qfxtl3RrZD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+cmpoTEREzMTEWFRUcHR8zMjI0NTg6OTtsa2soJydlYWQuKio7ODh9fHwKEByCYhv/v2LYpofnuY/5v2zrvnK129DCwX/4ogDbtlzR5t3j1KTzrADdnBC5mnnYqmjJjQAfHBpfYGX///////////////////////////////////////////////////////+UqLU6Jxbcwrn///+Yn7FlY2CKdW/98fG6wsxYaXKDdHbExr5YYWSRkpWyrbB5a2vYyseyuMfVxMPN1NtjeohhVFj/+eP///+XtdODenDf9f8+PjzJrqONmauSfnjOzNSSkJaztLmdjZLS0Na8srnh3+FlcoWTlIi3vLlcZmuNjI6kqLVsbGjf2NW/xc1SYmt8aGj////////////C3/Q1LjHx073////P0N/o3dvb4Ot6fYiOfXj88fG2vcttZmjCrqjz+v+WnaV3bmnY08yTl6m+qqSzxNleYGDMwrb///////9IYoBIFSD///+CosM1HQji0sGsu8qdjYzQzc2Uo6ZlZWeGdXDR1s+foqXMucD///f///////////////////////////////////////////////////8AAP////j4+MvLy97e3vjz7LbE2WZWZp6gnmRldI6Bc6KinYmEi5CDgWxtb9HRubq0yHOCmmZwem1mVXt/eoyMkJqOin14glFhcrurmpWQoI6Qk7irqXlrdXV5ec7R03R5hElFQGd6gaennfXl2OXx/ubJqPSwWv/VhJFuQRQKAuCsaf/JfeaZMd6uhv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////52bmxYUFCopKWBdXTw5ORsZGSooKB4cHCIgJScmJmJiYj4+QDs4OHx7ew0UIn5aEf+/F+uvM+eoHemmHOioB9mgAO2pG+moLOOmHtuiANyeAOWiKeuoJ/CqF/+5HseOIB4bGF9gZf///////////////////////////////////////////////////////5SuxWFSRv////////////79/f79+////////5auw29dWv////////////r6+Pj19f///7O6ysW9uP///7fR5l5RVf/y3////3qUrT49NpGXnHBkZv/y4/////r49v////7+/vz8/P38/v7+/v///f7///j5+/79/f////////////n6/Pr6/P///////42iuHVhXP///////////////46WtF5SVK+2r1VOYMSuov////j29Pv59/////z9/ff18////f////r59///+/3//05SYsSqm/////n6+v///////93x/wYNGauJbf///8Le8wAECrughP////j6/P////////79/f79/f////n5+/v7+////////////////////////////////////////////////////////wAA////+Pj4wMDA1tXV4N7g8fv7cH+KGB8tiIWKw8O5jY6OjoaIjYiFZGRxjZWKaWBro6Clk6i2bWNdlZWVi52el46JXlJhRFlrmJGAY1dhkoaLxrq0Y11kb3dy6uXgr7nBUVFUiIyPpKel693Q3ur34MGe7KdG67Fp7LVu9L535Ktk8LZo2ogD1aKB////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////np2dFxUVKyooPTw8Li4wTUxMYGFjIB4gPTo6HRoZHx8fHh0fR0JFe3l7ChMhgV0X/8UA9qsL9a0Y6KQt9a4p/7sc/rIp46Qu8agm+6we+Kwp5aQq6qgm+K0d/7oax44gHRoZXF1i/f39////////////////////////////////////////////////////9/f/8fP/////////////////////////////5ujr49vW////////////////////////0tjg3dnZ////7fDz3tfU///7////3+Lkw8TGv727/ffy////////////////////////////////////////////////////////////////////////////5ebo5NzZ////////////////////y9LZqKio1M7F//rz////////////////////////////////////////9vn+zc3P8/Dt////////////////4eXs1NLQ////////////2+Pm2dXS////////////////////////////////////////////////////////////////////////////////////////////AAD////29va+vr7h4OLr6+3///i0zN8qIjPr1sqZr7W7sKSrvcirloq0v8tkdnmtmYrv5+CossLFsqqoucBaZ2ezqaHz9u+ptLrMxLyAipKFeHXDurfYz8yVpKy5qp3J0Niompi0xM+OlI/86tns9v/mzrDwwIT/3KqqjGhcSC7fuo7/26bemlDQmn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fnp4UEhIvLS0zMjIlIyMiHx8pLS8lJSY9PT8uLDBzcnI0MzM4NTV/fX0cHSVnTSuvhECZczeQcDvUmS7IjR+AXR+ufCPzqyStfi2QcDSXcS/dnSjIkCiXdDiyhDC1gxgmIBtYV139/Pz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP////n5+b29ve/u7vv8/P38+vD0+9DDx///9sbQ2Obf2P///////9zo8tHQy/////v9/f/+/v///9Hc4tvWz/////z8/P///////f///f///+Pi4vTr5v////3+/v39/f///+Pw+sfJyf/48fz///Lfx/XWqP/70amchENCOPXfv//1zeCrdcqQfP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5+fnxQSEiknJ29vcVBZXzAuMEE9OxkXFyEgICMhITc2OC4yNTo4Nnp4eB4dJWxSLrCESYphH5VpK9aaJsSRMHdpPqaBOvWsILGAKWdSJIZkJOqoLLyIKFIyDH5UEbiHICoiH1ZVW/z7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////zc3Nzc3N8vPz6uvr8O3t+/z87O3t9fTy8PL06+ro6urs8vDu9fb46uvt7Ozs7Ozs6enr9PPx9PX36enp7Ozs7Ozs6+vr7u7u7ezs9vTy8PHz6urq7Ozs7Ozs6uvr8e/s9vb46uzu7vX448y/4bef5MW37827+NTA7Mu55cWzwX1u3Lu3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oqGhGRgXMC4sKCcnKi4xOjo6S0tNODc5XVtbHh0dLisrIB0fMS4xd3V1Exknll0Ivr5IM6eAo6pG+50A3rV80dz/2r+q86UAzZY5KC07gGZB/7oAvo43F2mIboh0yYgAJh8cVFVa+/r6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////////7+/vb29vS0tLT09PU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTQ0NDo5OHr7e3R0tTT09PU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTT3NzTvb3TnqLTp6nWqavYrK7SpqjPnqHevcH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+mpaUbGhowLi4nJSUhHRwdGRkeHR8qKCY8Oz0lIydbWlxDRkkpJiZ3dnYWHCiOVAe1wlAsxp2OsFf/oADLmFyLisy5loL3qQDOmDNvbWqjhlj/rAC9izRFnb+JqJjCgAAmHxxRUlf4+ff///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////7/K1727tP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6alpRoYGC0rKzw5Nx8cGkdGSFZUUhgXFzAsLiAZGhsdHyYsLzg2NnV0dBYcKn9cHv+3IOihBuqiJuWlMOSgF+iiAOWiAuOjLeelIfGtK+6nLuWkKuOjKOGTAPSkB8aOKiAcHU5PVPb29v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////7PP25uLl///7////8PP07+rp//37+Pr8/fv7/f//+Pf5//37////+Pz96enp////q7/PaGNc8OnW////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////pKOjFhQUJiMjUVFUPUFEJR8iP0BCKyosSUhIJyUnWlhYKiYlLCkpdXV1Fhwoflsb/7cn7qEj6KIr46Mo5aQq5qMU5qQe4qMn5aIp6qMh5qQr46Es5qUm7qYh/rIZxo0kHxsbTE1Q9fX1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///+nuMdbYWaDh5DHtKHi7vZ5d4eWhX7JyMRsc4XJsqC70OJtX13/+Of///+IjJlza2S4rqD///+SqMGCe3b///99iZzArqT///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+koqIUEhInIyI6QEM8R00sJic5NjYYFRYeHh4lIydbWlw6PD4sKSl0dHQVGyl+Whv/uSbloinkoynjoCXoqTbpqz3oqzjmqTXoqjfmqDTprzfjoCXkoynkoyn3sCbFjSMfGRpKSU/09PT///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///7S5uvTgzrfZ5147QmFnda2hkdXw+4mGc4p2hdzMx5OmtJ+Bef///9bv/3tqZ///9W5+f+/dzGWFoUgnKf///+329vPw7f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6SjoxIRES8tLCMiIhsZGUZFQ09QUBsZGUdERCUkIjMzMykoKjo4OHVzdRQbJ31aGv+4LOWiKeSjKeSjKeOiJuqxOeisOeqvN+irOOuwQuamMuOgJeSjKeSjKfewJsaNJB4bG0ZIS/Py8v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////nrnMAAAGwaaJhJepvqqZq8fYbG1lcWlyoZaKd4CTtZuW////4vb/Z2R2w8O+bWpgjo+Rd3Vzqpabu7S37/L37ejn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////pKSkFBISJyQkRENBPzw8FRIUISEhKScnNzc5JykrYmFhRkZILy0tdXR0ExomfVkZ/7kn5aIp5KMp5KMp46Mo5KEt67A56Ks46Kw56aw54p4i5aQk5KMp5KMp+K8nxY0jHhsdRUZL8O/v/////////////////////////////////////////////+Xg/7Sm/7Kt/6uc/7mw/7Sq/8W5/6eg/6qd/7+0/6yi/6ie/7Ol/7it/6ef/7Kj/8C1/62l/7So/7uv/7mw/6+j/7qs/7Go/6iZ/9LH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///+sweIQByHHvKD////m6veQk6CBb2rYz8yer7RrdHIiLzmEYFv////y//5aYHhWUEusnZCmrb2nlZDa5eWzsbOdnaXLurL///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+np6cXFhYnJSVFQ0MzMDAsKipMSkojISFCQUErKCglIiQqLS86OTlycXEVGyd9Whb/uSfloinkoynkoynkoynjoCXoqDDprTrqsjvioSTkoynkoynkoynkoyn4sSjEjSIeHBxFRkvu7u7/////////////////////////////////////////////6PT+XGz/dGT/enz/cWT/7+L/h5X/Z2P/b3L/mov/7+T/9/L/kaL/dW3/////zNn/PVb/n5X/m5z/rLH/Y2P/l5v/dn7/mYH/fX//rKz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///7HD32xcbJaapYF3fP////v9//j39////////////+Ds7t7b2////7zX6mZYU//13f////39//7+//////39//7+/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6uqqhoYGDEvLxoYGBcVFTk4OE1OUC4rK2ZlZScnKU5KTTIvLjEwLnFwcBceKn9aH/+4JOWiKeSjKeSjKeSjKeWiKeKfKemvO+WmMeOgJeSjKeSjKeSjKeSjKfivJ8WNHR0cGkJDSO3s7P////////////////////////////////////////////////5lfv+ujf/////Lxf6Ci/9WXP/////P7v5kav//7//////a7v96iP/06P+Urv88UP/////M3f4uV/+4mv/X7f+AiP/n3/5Gav+Acv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////zt7trauz6+jt////////////////////////////////////6vL33N7e//76////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////rKurGBYWJCMjS0lJQD09JSMjMS8vHxweJykrJycnU1NVREpPLCoqcG5uFh0rf1sc/7oj6qQp6aQo6aQi6KUi6KUi6aQu6KMm6KIl6KUi6KUi6KUi6KUi6aQo/bIhx44gGxoaP0BF7Ovr/////////////////////////////////////////////////n6O/72d/////////klv/6SC/////77R/1Fd/+7b/////////5Wo/46Y/y9l/7KQ/////7LH/QBD///t/sLg/46P/6ih/0VY/+bc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////++fL/7Mn/57X31qzqx5/tyqDtyqDtyqDtyqDtyqDtyqDtyqDryJ720aP937Hsy6LsyZ/tyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDtyqDsx5vx0qv89Oj///////////////////////////////////////////////////////////////////////////////////////////////////////+urKwWFBQmJSVCQEAzMTE4NjY/QEIbGRlaWFgsKikpKCorLC43NTVtbGwXHSp8WBP1pwDUjwDVkgDVkgDVkQDWkgDWkgDVkQDVkgDUkgDUkQDWkwDVkgDXlgDqoQC/hw8fHRw8PULp6en////////////////////////////////////////////////+gJP/wqD////////+Wnr/iHH/////8Pj/xsf/8ur/////////4fD/cID/a2X/////////eYn/cXj/vrf/y9T/tLf/x7j/jJL/1tv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP////LVtNmiWt+zeOK4f+O3geK3geK3fuK3geK3geK3fuK3gd+1fue5f//Vl/zVnuG4hOG1fOK3fuK3geK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK3fuK4f9iiXenBkf///f///////////////////////////////////////////////////////////////////////////////////////////////////7CwsBcVFSkoKDEvLzMwMB0ZGSAiJTEwMFxbWyEfH11bW0pJSykoKG1sbBwcJHJTHPPZsd/UxNvNt93Ou+HSv+LSveHUvuHUvuHUvt/Tv+HUvt/PutrKuc27rNfEs7WTViAXCjw9Qefn5//////////////////////////////////////////////7//83Yv+Scv/////////a5v9Va/+0nv+apP+Dff////////////////9SdP+Qdf/////4+v/39P/////////S4f+1tv/////u7//++f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////6sCO2a56+vz6/////////////v///////////v7+////////8/n8rbjIxMC7///4/////v7+/////v7+/f35/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/f37/v7+////4MSh3qtq//jx////////////////////////////////////////////////////////////////////////////////////////////////////srKyGBcXIyEhUU9NPTs7MTEvS0pIGhgYIyIiJiQiOTk7QUxQMDAya2lpGBcbclou////+f//7Pj/7/n//v///f///f///P///f///v///P//6PL/+///4uv37vj/ya9+GA0AOTk/5ubm//////////////////////////////////////////////H1/8G9/9HG/////////////+Tr/6yo/7Sq/9vQ/////////////////+v0//P1/////////////////////+Hq/8rK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////rw5HctYL////c7f99jp2ajYX06+icqLqxqaH///+Up7S1paL2//5bdpRONzfUyMbt9v7l8vCcnaXr39f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////iyargr27++fD///////////////////////////////////////////////////////////////////////////////////////////////////+0tLQXFRUuLCwmJSMhICA8OjxLS00gHh5mZWUpKCg8OjoyLi4wLS1paWkVGSJ6Wxn92qDcx6jdxqHdxqHfxaTexqTfx6Pfx6PfxKPfyKPfyqXawJ/lzqnv3rb/78PJolUZEQg1Njvl5OT///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///+vDk+G2gv///3yAkq+ln46UmVxeYLa5tLO2r1RKWrOzu662vWBSWL29s7Wwr4+GoKe30X+BhmxgWtXKyv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+PIp+CvcP758v///////////////////////////////////////////////////////////////////////////////////////////////////7i3tRoYGCclJ0A+PDg1MxYTFCAfHy0sLEdHRSIfIWdmZlhdXSMiImhnZxYcKHhXGfixANqbANqbANqbANmaANmaANmaANiaANeZANucANqcAN6aEN2aD9ucAPCqAMCMHxsaGjEyN+Li4v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////68OT5rmD5f//bXGM9N/b////scPTio2Np5+ajIiSmaGroaCcjIeMmKSqo5OKnpWnssTanqKjQz49v6ul////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////48in4K9w/vny////////////////////////////////////////////////////////////////////////////////////////////////////u7q6GxkZJSIiTU5OQkZHNTM1UE5MGhgXOjc3KSUlLi0vOUFEMDAwZWNjEg8ShIF8////9/Pm9vPm9vPm9vPm9vPm9fLl9vPm///y2tbHp5yQjc6mtNO228zB0s2+tbSmISAgLSoq4uDi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////rw5PdtIL///+QorxraWuyp5/79fS9yNDLwLj///+4wcnIv7f///+8xtDUybrByuSbmKz///vLys7+9vH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////jyKfgr3D++fL////////////////////////////////////////////////////////////////////////////////////////////////////Av78aGRksKioeHR0lJylAPj5TUlIgHR1fXmAwMjU2MzEsKCYpJydiYWEoJSM4OTxvdHxjZ3BjZ25jZ25nanFcYGdHTFNUWF9ZXmVDRk9AQEo+X19LX2JeXGZaX2ZWVl4aGBc0MDDj4uL///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///+vDkd22g/////3//7bDzbuzsPv29f///////////////////////////////+/x++bh6f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+PKq+CvcP758P///////////////////////////////////////////////////////////////////////////////////////////////////8rKyiAeICIhITQxLyMhIRMSEB4ZGSQiIj4/QzI0Nz49PUNGSCMhIV5cXDg2NgMCAgAAAAAAAAAAAAAAAAAAABAPD1ZUUiYjJSUjIzAuLAsJCQgAAQgAAgYEBA4ICgcAAhMRDzo4Nubm5v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////68GP1qx57/P0+Pr/////////9vf68vT28/X38/X38/X38/X38/X38/X38vT29vf5+fz+8vX38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X38/X39Pb49v//2r+g36xp//jx////////////////////////////////////////////////////////////////////////////////////////////////////1dXVKCYmIR8fKyoqLDEyDAwMExkcGxkbFhIQGBQTKSgoJSYoLCoqWlhYOzk5EA0NGBUWFxQVFxQVFRMTAAAARkRE////mZeXcG5uj42LGxkZEhAQHRkcIR4eJSMfGBUUFBASQT8/6+rs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////01rHLlE6+lGHBmWrBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWjBmWi/mGfCjUvpv4v///3////////////////////////////////////////////////////////////////////////////////////////////////////j4+MyMS8nJCMREhYlLjQXGBojLjQKBwU5NzUZGRksKio5NzciICBRUFBFRUUSDw8LBQYSCw0SDQ8SDw8PDg4WFBRHRUUrKSkMCgoYFhYWFBQWFBQUEhATEQ8PDgwODAwXEBNHRETy8fH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP////348fLVsO3Dj+zElOzFle3GlO3FlezFle3FlezFlezFlezFlezFle3Fle3FlezFlezFlezFlezFlezFle3FlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlezFlevCkO7Lofrx4P////////////////////////////////////////////////////////////////////////////////////////////////////////b29j48PCMhISUiIiYlJRwZGiEeHhcUEz06OiUiJDEuMEhFRx8dHUA/Pz8+Pi8uLhkYFxQQEw8NDQ0MChIQEAwKCgAAAAQDAwsHBwoICBIRERIQEBIQDxUTEhsaGiYkJBkWF0A+Pvr6+v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TEpKAAAAHhsbGxcYIR8fLi0tJCIiKCYmIh8fHx0dHx0dJyUlJSMjS0pKfHt7bGxqWVdXTEpKQT8/ODY2MS8vLSsrLSsrMC0tMi8vNjQ0Pzw8SkhGVFJSYWJgdHNzMi8vSEdH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////Az9xrd4KHho7m2sb0//9eZnCekojHz9+MlJ6dkpKNiJKGgof/9emmu81ZUlfR0cyWn6mwr6yYmZu7vsGWm6j+7dz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////BwMAnJSUTDxAODAwFAwMAAAAFAwEBAAAEAgIGAwMBAAAAAAAAAAAqKCh1dHaBgoKAgYF9fn57e3t5eHh2dnZ0dHR0dHR0dHR0c3N2dHZ4eHh6e3t9fX1+fn6GhoZ6e3vDwsL///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///5agqMizn73e62NHP2hvd2pjWO/i4nN/mmFiZGFbY3p/h35odczJyzdIXKeXhM7c3mlfWce4rWJ5ka+onsbL1P3y6P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////j4+NPT07u7u6Ojo4+PjX9/f3R1dW5ubmppaWZmZmdmZnBvb3t5eZubm8XGxsnKyrq7u7S1tbGxsausrKipqampqaysrK+wsLO0tLe4uL2+vsbGxtLS0uHh4fr6+v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////3e79Gis8h2xXeoGPqKGet8jIqaenpa/CbWNunKasi4WMqqutc2eI///75vD1d3aFzcnGeYOh0rit////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD////R3vYUFiuFdWD////M2etgbYNYWk6yr6WJlqmdioW0srRTZXJwa2SfmJtucn2mopWJjZxISVGGa2rh4eWEhZT/7tv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///5iv01A9T7q8voqDiv///+Pl7PLp4v///+Df6efg3f////v+/+zv7fD2897Z2Pb//mhnZ7uijP/9//////Dv7//9+v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA////////ucbQhH6Gy8DC////////////////////////////////////////////8fr/tbS28+nd////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAA + + 0 + + + + + -0 + 1.229166666666667 + 5.611108333333333 + 1.930555555555556 + 0.3101166666666667 + 0.9652777777777778 + 0.1550583333333333 + + + 1.930555555555556 + 0.1712277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.930555555555556 + 0.3101166666666665 + + + 1.930555555555556 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ng:view> </ng:view> + + + + -0 + 0.7638888888888888 + 1.819416666666666 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 5.194444444444445 + 2.216038888888889 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 0.4444444444444444 + 1.562472222222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0.111111111111111 + 1.56941666666667 + 0.777777777777778 + 1.56941666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 8.597222222222221 + 2.224990277777778 + 0.6666666666666666 + 0.3280194444444444 + 0.3333333333333333 + 0.1640097222222222 + + + 0.6666666666666666 + 0.3280194444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3280194444444441 + + + 0.6666666666666666 + 0.3280194444444441 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3280194444444441 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 0.5277777777777778 + 7.236111111111111 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + + + + -0 + 0.625 + 2.861097222222222 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 2.437486111111111 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 1.833333333333333 + 2.223972222222222 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 9.680555555555555 + 6.629701388888889 + 0.75 + 0.3101166666666667 + 0.375 + 0.1550583333333333 + + + 0.75 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.75 + 0.3101166666666665 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + + + -0 + 9.680555555555555 + 5.890613194444445 + 0.7083333333333334 + 0.2396347222222222 + 0.3541666666666667 + 0.1198173611111111 + + + 0.7083333333333334 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.7083333333333334 + 0.2396347222222222 + + + 0.7083333333333334 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + + + -0 + 5.295138888888889 + 1.560710416666667 + 2.402777777777778 + 0.239634722222222 + 1.201388888888889 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.402777777777778 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1215791666666664 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.666666666666667 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.590277777777778 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 5.229166666666667 + 1.854166666666667 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 1.84722222222222 + 10.3472222222222 + 1.86111111111111 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.990447222222222 + 1.564238194444445 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + -0 + 0.9930555555555556 + 6.279243055555556 + 1.541666666666667 + 0.7529305555555555 + 0.7708333333333334 + 0.3764652777777778 + + + 1.541666666666667 + 0.6140416666666666 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7529305555555558 + + + 1.541666666666667 + 0.7529305555555558 + + + 1.541666666666667 + 0 + + + 0 + 0 + + + 0 + 0.7529305555555558 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body + ng:controller= + "PhoneCatCtrl"> + + + + -0 + 1.673611111111111 + 4.108395833333334 + 2.819444444444445 + 1.966791666666667 + 1.409722222222222 + 0.9833958333333334 + + + 4 + 0 + 2 + 2 + 1 + + + 2.819444444444445 + 1.966791666666667 + -0 + + + 1 + + + 0 + + + + + -0 + 1.409722222222222 + 0.8904513888888886 + 2.819444444444445 + 1.780902777777778 + 1.409722222222222 + 0.8904513888888889 + + + 2.819444444444445 + 1.642013888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.780902777777778 + + + 2.819444444444445 + 1.780902777777778 + + + 2.819444444444445 + 0 + + + 0 + 0 + + + 0 + 1.780902777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Search: +<input name="query"> +Sort by: +<select name= + "orderProp"> +<ul> +<li ng:repeat="phone in phones"> + {{phone.name}} + <p>{{phone.snippet}}</p> +</li>... + + + + -0 + 0.9986375000000002 + 1.863827083333333 + 1.985222222222222 + 0.2059291666666667 + 0.9926111111111111 + 0.1029645833333333 + + + 1.985222222222222 + 0.2059291666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #fffc47 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.205929166666667 + + + 1.985222222222223 + 0.205929166666667 + + + 1.985222222222223 + 0 + + + 0 + 0 + + + 0 + 0.205929166666667 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + phone-list.html + + + + + + -0 + 1.263888888888889 + 5.362715277777777 + 1.972222222222222 + 0.5755694444444445 + 0.9861111111111112 + 0.2877847222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 1.972222222222222 + 0.5755694444444445 + -0 + + + 1 + + + 0 + + + + + -0 + 1.457129166666667 + 0.2816736111111109 + 1.030186111111111 + 0.5633472222222219 + 0.5150930555555555 + 0.2816736111111109 + + + 1.97222222222222 + 0 + 0.942036111111111 + 0.563347222222222 + + + 4 + 0 + 2 + 2 + 1 + + + 1.030186111111111 + 0.5633472222222219 + -0 + + + 2 + + + 23 + 0.0138889 + #505050 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.030186111111111 + 0 + + + 1.973729821555834e-16 + 0.5633472222222219 + + + + 0 + + + + + -0 + 0.405825 + 0.2938958333333331 + 0.81165 + 0.5633472222222223 + 0.405825 + 0.2816736111111112 + + + 0 + 0.0122222222222222 + 0.81165 + 0.575569444444444 + + + 4 + 0 + 2 + 2 + 1 + + + 0.81165 + 0.5633472222222223 + -0 + + + 2 + + + 23 + 0.0138889 + #505050 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 3.947459643111667e-16 + + + 0.81165 + 0.5633472222222227 + + + + 0 + + + + + -0 + 0.8768413888888887 + 0.5283881249999998 + 0.1303855555555556 + 0.07339041666666667 + 0.06519277777777778 + 0.03669520833333333 + + + 0.1303855555555556 + 0.06549847222222221 + -0 + + + 1 + + + 1 + 0.0138889 + #505050 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.07339041666666664 + + + 0.1303855555555558 + 0.07339041666666664 + + + 0.1303855555555558 + 0 + + + 0 + 0 + + + 0 + 0.07339041666666664 + + + + 0 + + + + + + + -0 + 5.305555555555555 + 6.25 + 1.875 + 1.002283333333333 + 0.9375 + 0.5011416666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.875 + 1.002283333333333 + -0 + + + 1 + + + 0 + + + + + -0 + 0.9375 + 0.5011416666666667 + 1.875 + 1.002283333333333 + 0.9375 + 0.5011416666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.875 + 1.002283333333333 + -0 + + + 1 + + + 0 + + + + + -0 + 0.9375 + 0.5011416666666667 + 1.875 + 1.002283333333333 + 0.9375 + 0.5011416666666667 + + + 1.5 + 0.5627094444444444 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.600411875 + 0.8555019460166666 + + + 1.600411875 + 0.1467813873166668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2745881250000003 + 0.1467813873166668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2745881250000003 + 0.8555019460166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.600411875 + 0.8555019460166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.9847243055555555 + 0.6591166666666667 + 1.146198611111111 + 0.2848277777777778 + 0.5730993055555555 + 0.1424138888888889 + + + 1.146198611111111 + 0.1459388888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2848277777777777 + + + 1.146198611111111 + 0.2848277777777777 + + + 1.146198611111111 + 0 + + + 0 + 0 + + + 0 + 0.2848277777777777 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + PhoneCatCtrl +Scope + + + + + + -0 + 0.9938333333333331 + 0.3165326388888887 + 1.444722222222222 + 0.2396347222222222 + 0.7223611111111111 + 0.1198173611111111 + + + 1.444722222222222 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222223 + + + 1.444722222222222 + 0.2396347222222223 + + + 1.444722222222222 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222223 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + params: Object + + + + + + + -0 + 5.229166666666667 + 4.839697222222222 + 2.083333333333333 + 1.259688888888889 + 1.041666666666667 + 0.6298444444444444 + + + 1.666666666666667 + 0.7428933333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.778235416666667 + 1.075211230177778 + + + 1.778235416666667 + 0.1844776587111107 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.3050979166666663 + 0.1844776587111107 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.3050979166666663 + 1.075211230177778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.778235416666667 + 1.075211230177778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 5.264897222222221 + 5.137402777777778 + 1.1531 + 0.4420555555555555 + 0.57655 + 0.2210277777777778 + + + 1.1531 + 0.3031666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4420555555555552 + + + 1.1531 + 0.4420555555555552 + + + 1.1531 + 0 + + + 0 + 0 + + + 0 + 0.4420555555555552 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + PhoneListCtrl +Scope + + + + -0 + 5.278258333333333 + 4.489474305555556 + 1.370155555555556 + 0.2396347222222222 + 0.6850777777777778 + 0.1198173611111111 + + + 1.370155555555556 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.370155555555556 + 0.239634722222222 + + + 1.370155555555556 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phones: Array + + + + + -0 + 5.202030555555556 + 4.810599305555556 + 1.356588888888889 + 0.2396347222222222 + 0.6782944444444445 + 0.1198173611111111 + + + 1.356588888888889 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.356588888888889 + 0.239634722222222 + + + 1.356588888888889 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + query: String + + + + + -0 + 5.318875 + 4.65429375 + 1.729166666666667 + 0.2396347222222222 + 0.8645833333333334 + 0.1198173611111111 + + + 1.729166666666667 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.729166666666667 + 0.239634722222222 + + + 1.729166666666667 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + orderProp: String + + + + + -0 + 5.29925 + 7.215277777777778 + 1.097222222222222 + 0.5416666666666666 + 0.5486111111111112 + 0.2708333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.097222222222222 + 0.5416666666666666 + -0 + + + 1 + + + 0 + + + + + -0 + 0.5486111111111112 + 0.2708333333333333 + 1.097222222222222 + 0.5416666666666666 + 0.5486111111111112 + 0.2708333333333333 + + + 0.8777777777777778 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.9365373194444442 + 0.4623412083333334 + + + 0.9365373194444442 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1606849027777781 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1606849027777781 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.9365373194444442 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.580888194444444 + 0.2800576388888889 + 0.7486930555555555 + 0.2396347222222222 + 0.3743465277777778 + 0.1198173611111111 + + + 0.7486930555555555 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.7486930555555552 + 0.2396347222222222 + + + 0.7486930555555552 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + + + -0 + 5.094388888888889 + 3.3715 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888896 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Phone +Scope + + + + + + -0 + 0.8796062500000004 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.219388888888889 + 3.2465 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888896 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Phone +Scope + + + + + + -0 + 0.8796062500000004 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.344388888888889 + 3.1215 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888896 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Repeater +Scope + + + + + + -0 + 0.8796062500000004 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 2.805885524054618 + 7.226164370975842 + 3.875660069384813 + 0.0169220194373205 + 1.937830034692407 + 0.00846100971866025 + + + 0.868055489362211 + 7.2346253806945 + 4.74371555874702 + 7.21770336125718 + + + 4 + 0 + 2 + 0 + 1 + + + 3.875660069384813 + 0.0169220194373205 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.0169220194373205 + + + 3.875660069384813 + 0 + + + + 0 + + + + + -0 + 5.151888160921579 + 4.054761101557618 + 0.02513944473670588 + 0.298730820341217 + 0.01256972236835294 + 0.1493654101706085 + + + 5.13931843855323 + 3.90539569138701 + 5.16445788328993 + 4.20412651172823 + + + 4 + 0 + 2 + 0 + 1 + + + 0.02513944473670588 + 0.298730820341217 + -0 + + + 2 + + + 1 + 0.0138889 + #5aff7b + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.02513944473670588 + 0.298730820341217 + + + + 0 + + + + + -0 + 5.228438107069905 + 3.99206960188764 + 0.01388888888888889 + 0.4216978578064001 + 0.006944444444444444 + 0.2108489289032001 + + + 5.22149366262546 + 3.78122067298444 + 5.22315355464146 + 4.20291853079084 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.4216978578064001 + -0 + + + 2 + + + 1 + 0.0138889 + #53ff6f + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 7.894919286223335e-16 + + + 0.001659892016003855 + 0.4216978578064009 + + + + 0 + + + + + -0 + 5.290199670966526 + 3.929567262792597 + 0.03673163042542566 + 0.5477404766813202 + 0.01836581521271283 + 0.2738702383406601 + + + 5.30856548617924 + 3.65569702445194 + 5.27183385575381 + 4.20343750113326 + + + 4 + 0 + 2 + 0 + 1 + + + 0.03673163042542566 + 0.5477404766813202 + -0 + + + 2 + + + 1 + 0.0138889 + #4cff68 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.03673163042542566 + 0 + + + 0 + 0.5477404766813202 + + + + 0 + + + + + -0 + 5.270857760924154 + 5.609136376563344 + 0.01441241873509035 + 0.2659915620119817 + 0.007206209367545174 + 0.1329957810059909 + + + 5.26365155155661 + 5.47614059555735 + 5.2780639702917 + 5.74213215756933 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01441241873509035 + 0.2659915620119817 + -0 + + + 2 + + + 1 + 0.0138889 + #4aff64 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.01441241873509035 + 0.2659915620119817 + + + + 0 + + + + + -0 + 5.308011186017498 + 6.84779229824726 + 0.01388888888888889 + 0.1794182353692171 + 0.006944444444444444 + 0.08970911768460857 + + + 5.30223819382752 + 6.75808318056265 + 5.30106674157305 + 6.93750141593187 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.1794182353692171 + -0 + + + 2 + + + 1 + 0.0138889 + #4aff6d + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.00117145225446475 + 0 + + + 0 + 0.1794182353692171 + + + + 0 + + + + + -0 + 6.294090277777777 + 5.3125 + 1.384041666666667 + 1.013888888888889 + 0.6920208333333334 + 0.5069444444444444 + + + 5.60206944444444 + 4.80555555555556 + 6.98611111111111 + 5.81944444444444 + + + 4 + 0 + 2 + 2 + 1 + + + 1.384041666666667 + 1.013888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 1 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 7.894919286223335e-16 + 0 + + + 1.384041666666668 + 1.013888888888889 + + + + 0 + + + + + -0 + 6.506625 + 5.104166666666667 + 1.208333333333333 + 0.8472222222222222 + 0.6041666666666666 + 0.4236111111111111 + + + 5.90245833333333 + 4.68055555555556 + 7.11079166666667 + 5.52777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.208333333333333 + 0.8472222222222222 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.208333333333333 + 0.8472222222222222 + + + + 0 + + + + + -0 + 7.123027777777779 + 3.736111111111111 + 2.185777777777778 + 0.6666666666666666 + 1.092888888888889 + 0.3333333333333333 + + + 6.03013888888889 + 3.40277777777778 + 8.21591666666667 + 4.06944444444444 + + + 4 + 0 + 2 + 2 + 1 + + + 2.185777777777778 + 0.6666666666666666 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -7.894919286223335e-16 + 0 + + + 2.185777777777778 + 0.6666666666666666 + + + + 0 + + + + + -0 + 2.8125 + 7.324627083333334 + 1.319444444444444 + 0.2396347222222222 + 0.6597222222222222 + 0.1198173611111111 + + + 1.319444444444444 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 1.319444444444444 + 0.2396347222222222 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:autobind + + + + -0 + 2.847222222222222 + 6.362654166666666 + 1.444444444444444 + 0.2083333333333333 + 0.7222222222222222 + 0.1041666666666667 + + + 1.444444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2083333333333333 + + + 1.444444444444444 + 0.2083333333333333 + + + 1.444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2083333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng:controller + + + + -0 + 3.750319444444445 + 3.824627083333334 + 1.111111111111111 + 0.2396347222222222 + 0.5555555555555556 + 0.1198173611111111 + + + 1.111111111111111 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.111111111111111 + 0.239634722222222 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:repeat + + + + -0 + 3.430972222222222 + 5.636208333333333 + 1.652777777777778 + 0.3055555555555556 + 0.8263888888888888 + 0.1527777777777778 + + + 1.652777777777778 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.652777777777777 + 0.3055555555555556 + + + 1.652777777777777 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:view/$route + + + + -0 + 8.852430555555555 + 1.564238194444445 + 2.899305555555555 + 0.239634722222222 + 1.449652777777778 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.899305555555555 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.05213472222222196 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.0590791666666664 + 0.666666666666667 + 0.0590791666666664 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.803819444444444 + 0.119817361111111 + 2.190972222222222 + 0.2396347222222222 + 1.095486111111111 + 0.1198173611111111 + + + 2.190972222222222 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.190972222222222 + 0.239634722222222 + + + 2.190972222222222 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model / View Data-binding + + + + -0 + 0.3333333333333333 + 0.177134722222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.184079166666666 + 0.666666666666667 + 0.184079166666666 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + + + -0 + 3.066009463535502 + 6.265186319425279 + 2.590352579714118 + 0.01756522542891778 + 1.295176289857059 + 0.008782612714458892 + + + 1.77083317367844 + 6.27396893213974 + 4.36118575339256 + 6.25640370671082 + + + 4 + 0 + 2 + 0 + 1 + + + 2.590352579714118 + 0.01756522542891778 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -1.973729821555834e-16 + 0.01756522542891759 + + + 2.590352579714118 + -1.973729821555834e-16 + + + + 0 + + + + + -0 + 3.703217339899409 + 3.63338318066376 + 1.226118862027115 + 0.2308137559103819 + 0.6130594310135573 + 0.1154068779551909 + + + 3.09015790888585 + 3.74879005861895 + 4.31627677091297 + 3.51797630270857 + + + 4 + 0 + 2 + 0 + 1 + + + 1.226118862027115 + 0.2308137559103819 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0.2308137559103819 + + + 1.226118862027115 + 0 + + + + 0 + + + + + -0 + 3.770390093476393 + 3.560735634905035 + 1.360540142176885 + 0.2950520974210546 + 0.6802700710884427 + 0.1475260487105273 + + + 3.09012002238795 + 3.70826168361556 + 4.45066016456484 + 3.41320958619451 + + + 4 + 0 + 2 + 0 + 1 + + + 1.360540142176885 + 0.2950520974210546 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0.2950520974210546 + + + 1.360540142176886 + 0 + + + + 0 + + + + + -0 + 3.83766110071635 + 3.488435888002701 + 1.495161046883225 + 0.3641196145253652 + 0.7475805234416126 + 0.1820598072626826 + + + 3.09008057727474 + 3.67049569526538 + 4.58524162415796 + 3.30637608074002 + + + 4 + 0 + 2 + 0 + 1 + + + 1.495161046883225 + 0.3641196145253652 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0.364119614525366 + + + 1.495161046883226 + 7.894919286223335e-16 + + + + 0 + + + + + -0 + 7.039614887410005 + 4.214364760237857 + 2.380381336291102 + 1.26571492396873 + 1.190190668145551 + 0.632857461984365 + + + 5.84942421926445 + 3.58150729825349 + 8.22980555555556 + 4.84722222222222 + + + 4 + 0 + 2 + 0 + 1 + + + 2.380381336291102 + 1.26571492396873 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 2.380381336291102 + 1.26571492396873 + + + + 0 + + + + + -0 + 6.896454383180321 + 4.613348741364981 + 2.484869011417137 + 1.71238585060337 + 1.242434505708568 + 0.8561929253016852 + + + 5.65401987747175 + 3.7571558160633 + 8.13888888888889 + 5.46954166666667 + + + 4 + 0 + 2 + 0 + 1 + + + 2.484869011417137 + 1.71238585060337 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 2.484869011417137 + 1.71238585060337 + + + + 0 + + + + + -0 + 3.229491308611573 + 5.357158293893066 + 2.070093728334257 + 0.5356834122138672 + 1.035046864167128 + 0.2678417061069336 + + + 2.19444444444444 + 5.625 + 4.2645381727787 + 5.08931658778613 + + + 4 + 0 + 2 + 0 + 1 + + + 2.070093728334257 + 0.5356834122138672 + -0 + + + 2 + + + 9 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.5356834122138676 + + + 2.070093728334257 + 3.947459643111667e-16 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/tutorial_08-09.graffle/image10.png b/images/docs/tutorial/tutorial_08-09.graffle/image10.png deleted file mode 100644 index 8b80d67cddd4..000000000000 Binary files a/images/docs/tutorial/tutorial_08-09.graffle/image10.png and /dev/null differ diff --git a/images/docs/tutorial/tutorial_08-09.vdx b/images/docs/tutorial/tutorial_08-09.vdx new file mode 100644 index 000000000000..2b734d8eebaa --- /dev/null +++ b/images/docs/tutorial/tutorial_08-09.vdx @@ -0,0 +1,6220 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1 + 1 + 5.042458333333333 + 4.759652777777777 + 3 + 5.619583333333334 + 1.5 + 2.809791666666667 + + + 3 + 5.480694444444445 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.619583333333334 + + + 3 + 5.619583333333334 + + + 3 + 0 + + + 0 + 0 + + + 0 + 5.619583333333334 + + + + 0 + + + + + -0 + 4.861430555555556 + 3.218722222222222 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888888 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Phone +Scope + + + + + + -0 + 0.8796062499999996 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 1.159722222222222 + 5.513886111111111 + 1.930555555555556 + 0.3101166666666667 + 0.9652777777777778 + 0.1550583333333333 + + + 1.930555555555556 + 0.1712277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.930555555555556 + 0.3101166666666665 + + + 1.930555555555556 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ng:view> </ng:view> + + + + -0 + 1.764673611111111 + 4.758674444444444 + 3.307125 + 5.621555555555556 + 1.6535625 + 2.810777777777778 + + + 3.307125 + 5.482666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.621555555555556 + + + 3.307125 + 5.621555555555556 + + + 3.307125 + 0 + + + 0 + 0 + + + 0 + 5.621555555555556 + + + + 0 + + + + + -0 + 0.7638888888888888 + 1.736083333333333 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 5.072597222222222 + 3.257705555555555 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 0.4444444444444444 + 1.479138888888889 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0.111111111111111 + 1.48608333333333 + 0.777777777777778 + 1.48608333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1 + 1 + 8.5 + 4.759659722222223 + 3.638888888888889 + 5.619569444444444 + 1.819444444444444 + 2.809784722222222 + + + 3.638888888888889 + 5.480680555555555 + -0 + + + 1 + + + 1 + 0.0138889 + #2222ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.619569444444444 + + + 3.638888888888889 + 5.619569444444444 + + + 3.638888888888889 + 0 + + + 0 + 0 + + + 0 + 5.619569444444444 + + + + 0 + + + + + -0 + 8.513888888888889 + 2.113879166666667 + 0.6666666666666666 + 0.3280194444444444 + 0.3333333333333333 + 0.1640097222222222 + + + 0.6666666666666666 + 0.3280194444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3280194444444441 + + + 0.6666666666666666 + 0.3280194444444441 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3280194444444441 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 0.5277777777777778 + 7.208333333333333 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + + + + -0 + 0.5972222222222222 + 2.958319444444445 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 2.534708333333334 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 1.986111111111111 + 2.098972222222222 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 9.680555555555555 + 6.546368055555556 + 0.75 + 0.3101166666666667 + 0.375 + 0.1550583333333333 + + + 0.75 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.75 + 0.3101166666666665 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + + + -0 + 9.680555555555555 + 5.807279861111111 + 0.7083333333333334 + 0.2396347222222222 + 0.3541666666666667 + 0.1198173611111111 + + + 0.7083333333333334 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.7083333333333334 + 0.2396347222222222 + + + 0.7083333333333334 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + + + -0 + 5.159722222222222 + 1.480904861111111 + 2.402777777777778 + 0.239634722222222 + 1.201388888888889 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.402777777777778 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1215791666666664 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.666666666666667 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.590277777777778 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 5.229166666666667 + 1.770833333333333 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 1.76388888888889 + 10.3472222222222 + 1.77777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.990447222222222 + 1.480904861111111 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + -0 + 0.9652777777777778 + 6.154243055555556 + 1.541666666666667 + 0.7529305555555555 + 0.7708333333333334 + 0.3764652777777778 + + + 1.541666666666667 + 0.6140416666666666 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7529305555555558 + + + 1.541666666666667 + 0.7529305555555558 + + + 1.541666666666667 + 0 + + + 0 + 0 + + + 0 + 0.7529305555555558 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body + ng:controller= + "PhoneCatCtrl"> + + + + -0 + 1.541666666666667 + 4.0945 + 2.666666666666667 + 1.772361111111111 + 1.333333333333333 + 0.8861805555555554 + + + 4 + 0 + 2 + 2 + 1 + + + 2.666666666666667 + 1.772361111111111 + -0 + + + 1 + + + 0 + + + + + -0 + 1.333333333333333 + 0.8024236111111106 + 2.666666666666667 + 1.604847222222222 + 1.333333333333333 + 0.8024236111111112 + + + 2.666666666666667 + 1.465958333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.604847222222222 + + + 2.666666666666667 + 1.604847222222222 + + + 2.666666666666667 + 0 + + + 0 + 0 + + + 0 + 1.604847222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + img ng:src="{{phone.images}} +<h1> {{phone.name}} </h1> +... +<ul class="specs"> + <li ng:repeat="img in + phone.images"> + <img ng:src="{{img}}"/> + </li> +</ul> +... + + + + -0 + 0.9974277777777777 + 1.679575694444444 + 1.983513888888889 + 0.1855708333333334 + 0.9917569444444444 + 0.09278541666666668 + + + 1.983513888888889 + 0.1855708333333334 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #fffc47 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1855708333333336 + + + 1.983513888888889 + 0.1855708333333336 + + + 1.983513888888889 + 0 + + + 0 + 0 + + + 0 + 0.1855708333333336 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + phone-detail.html + + + + + + -0 + 1.679351388888889 + 5.245493055555555 + 1.030186111111111 + 0.5633472222222219 + 0.5150930555555555 + 0.2816736111111109 + + + 2.19444444444444 + 4.96381944444444 + 1.16425833333333 + 5.52716666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.030186111111111 + 0.5633472222222219 + -0 + + + 2 + + + 23 + 0.0138889 + #505050 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.030186111111111 + 0 + + + 1.973729821555834e-16 + 0.5633472222222219 + + + + 0 + + + + + -0 + 0.6280472222222222 + 5.257715277777778 + 0.81165 + 0.5633472222222223 + 0.405825 + 0.2816736111111112 + + + 0.222222222222222 + 4.97604166666667 + 1.03387222222222 + 5.53938888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 0.81165 + 0.5633472222222223 + -0 + + + 2 + + + 23 + 0.0138889 + #505050 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 3.947459643111667e-16 + + + 0.81165 + 0.5633472222222227 + + + + 0 + + + + + -0 + 1.099063611111111 + 5.492207569444444 + 0.1303855555555556 + 0.07339041666666667 + 0.06519277777777778 + 0.03669520833333333 + + + 0.1303855555555556 + 0.06549847222222221 + -0 + + + 1 + + + 1 + 0.0138889 + #505050 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.07339041666666664 + + + 0.1303855555555558 + 0.07339041666666664 + + + 0.1303855555555558 + 0 + + + 0 + 0 + + + 0 + 0.07339041666666664 + + + + 0 + + + + + -0 + 5.183708333333333 + 6.125 + 1.875 + 1.002283333333333 + 0.9375 + 0.5011416666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.875 + 1.002283333333333 + -0 + + + 1 + + + 0 + + + + + -0 + 0.9375 + 0.5011416666666667 + 1.875 + 1.002283333333333 + 0.9375 + 0.5011416666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.875 + 1.002283333333333 + -0 + + + 1 + + + 0 + + + + + -0 + 0.9375 + 0.5011416666666667 + 1.875 + 1.002283333333333 + 0.9375 + 0.5011416666666667 + + + 1.5 + 0.5627094444444444 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.600411875 + 0.8555019460166666 + + + 1.600411875 + 0.1467813873166668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2745881250000003 + 0.1467813873166668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2745881250000003 + 0.8555019460166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.600411875 + 0.8555019460166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.9847243055555555 + 0.6591166666666667 + 1.146198611111111 + 0.2848277777777778 + 0.5730993055555555 + 0.1424138888888889 + + + 1.146198611111111 + 0.1459388888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2848277777777777 + + + 1.146198611111111 + 0.2848277777777777 + + + 1.146198611111111 + 0 + + + 0 + 0 + + + 0 + 0.2848277777777777 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + PhoneCatCtrl +Scope + + + + + + -0 + 0.9938333333333339 + 0.3165326388888887 + 1.444722222222222 + 0.2396347222222222 + 0.7223611111111111 + 0.1198173611111111 + + + 1.444722222222222 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 1.444722222222222 + 0.2396347222222222 + + + 1.444722222222222 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + params: Object + + + + + + + -0 + 5.162875 + 4.714697222222222 + 2.083333333333333 + 1.259688888888889 + 1.041666666666667 + 0.6298444444444444 + + + 1.666666666666667 + 0.7428933333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.778235416666667 + 1.075211230177778 + + + 1.778235416666667 + 0.1844776587111107 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.3050979166666663 + 0.1844776587111107 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.3050979166666663 + 1.075211230177778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.778235416666667 + 1.075211230177778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 5.180197222222223 + 4.901291666666667 + 1.356588888888889 + 0.4420555555555555 + 0.6782944444444445 + 0.2210277777777778 + + + 1.356588888888889 + 0.3031666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4420555555555552 + + + 1.356588888888889 + 0.4420555555555552 + + + 1.356588888888889 + 0 + + + 0 + 0 + + + 0 + 0.4420555555555552 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + PhoneDetailCtrl +Scope + + + + -0 + 5.1703 + 4.614474305555556 + 1.370155555555556 + 0.2396347222222222 + 0.6850777777777778 + 0.1198173611111111 + + + 1.370155555555556 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.370155555555556 + 0.239634722222222 + + + 1.370155555555556 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + -0 + 5.149625 + 7.1875 + 1.097222222222222 + 0.5416666666666666 + 0.5486111111111112 + 0.2708333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.097222222222222 + 0.5416666666666666 + -0 + + + 1 + + + 0 + + + + + -0 + 0.5486111111111112 + 0.2708333333333333 + 1.097222222222222 + 0.5416666666666666 + 0.5486111111111112 + 0.2708333333333333 + + + 0.8777777777777778 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.9365373194444442 + 0.4623412083333334 + + + 0.9365373194444442 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1606849027777781 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1606849027777781 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.9365373194444442 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.580888194444444 + 0.2800576388888889 + 0.7486930555555555 + 0.2396347222222222 + 0.3743465277777778 + 0.1198173611111111 + + + 0.7486930555555555 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.7486930555555552 + 0.2396347222222222 + + + 0.7486930555555552 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + + + -0 + 4.986430555555556 + 3.093722222222222 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888888 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Phone +Scope + + + + + + -0 + 0.8796062499999996 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.111430555555556 + 2.968722222222222 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888888 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Phone +Scope + + + + + + -0 + 0.8796062499999996 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.250319444444445 + 2.843722222222222 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888888 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Repeater +Scope + + + + + + -0 + 0.8796062499999996 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + img: Object + + + + + + -0 + 2.731073725526453 + 7.198401807156336 + 3.726036481038607 + 0.0167953964085912 + 1.863018240519304 + 0.008397698204295602 + + + 0.86805548500715 + 7.20679950536063 + 4.59409196604576 + 7.19000410895204 + + + 4 + 0 + 2 + 0 + 1 + + + 3.726036481038607 + 0.0167953964085912 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.973729821555834e-16 + 0.0167953964085912 + + + 3.726036481038608 + 0 + + + + 0 + + + + + -0 + 5.069205945452243 + 3.853177297248017 + 0.04929047140888956 + 0.4522346401341856 + 0.02464523570444478 + 0.2261173200670928 + + + 5.0445607097478 + 3.62705997718092 + 5.09385118115669 + 4.07929461731511 + + + 4 + 0 + 2 + 0 + 1 + + + 0.04929047140888956 + 0.4522346401341856 + -0 + + + 2 + + + 1 + 0.0138889 + #5aff7b + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.04929047140888956 + 0.4522346401341856 + + + + 0 + + + + + -0 + 5.135666552191406 + 3.790676543080121 + 0.01694452989396527 + 0.574667085926569 + 0.008472264946982635 + 0.2873335429632845 + + + 5.12719428724442 + 3.50334300011684 + 5.14413881713839 + 4.07801008604341 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01694452989396527 + 0.574667085926569 + -0 + + + 2 + + + 1 + 0.0138889 + #53ff6f + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.01694452989396527 + 0.574667085926569 + + + + 0 + + + + + -0 + 5.208965975287322 + 3.728177031220726 + 0.03272799430306369 + 0.6999759038410573 + 0.01636399715153184 + 0.3499879519205287 + + + 5.22532997243885 + 3.3781890793002 + 5.19260197813579 + 4.07816498314125 + + + 4 + 0 + 2 + 0 + 1 + + + 0.03272799430306369 + 0.6999759038410573 + -0 + + + 2 + + + 1 + 0.0138889 + #4cff68 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.03272799430306369 + 0 + + + 0 + 0.6999759038410573 + + + + 0 + + + + + -0 + 5.179245784302349 + 5.484195196164101 + 0.01388888888888889 + 0.2654692080529198 + 0.006944444444444444 + 0.1327346040264599 + + + 5.1723013398579 + 5.35146059213764 + 5.17623121882888 + 5.61692980019056 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.2654692080529198 + -0 + + + 2 + + + 1 + 0.0138889 + #4aff64 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.003929878970971067 + 0.2654692080529198 + + + + 0 + + + + + -0 + 5.165481259346875 + 6.771384511269155 + 0.01388888888888889 + 0.2767498151937452 + 0.006944444444444444 + 0.1383749075968726 + + + 5.16741369220575 + 6.63300960367228 + 5.15853681490243 + 6.90975941886603 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.2767498151937452 + -0 + + + 2 + + + 1 + 0.0138889 + #4aff6d + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.00887687730331916 + 0 + + + 0 + 0.2767498151937452 + + + + 0 + + + + + -0 + 5.22601388888889 + 2.102955555555555 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 2.423611111111111 + 7.338515972222222 + 1.319444444444444 + 0.2396347222222222 + 0.6597222222222222 + 0.1198173611111111 + + + 1.319444444444444 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 1.319444444444444 + 0.2396347222222222 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:autobind + + + + -0 + 2.696013888888889 + 6.256944444444445 + 1.444444444444444 + 0.2083333333333333 + 0.7222222222222222 + 0.1041666666666667 + + + 1.444444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2083333333333333 + + + 1.444444444444444 + 0.2083333333333333 + + + 1.444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2083333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng:controller + + + + -0 + 3.638888888888889 + 3.782988194444445 + 1.111111111111111 + 0.2396347222222222 + 0.5555555555555556 + 0.1198173611111111 + + + 1.111111111111111 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.111111111111111 + 0.239634722222222 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:repeat + + + + -0 + 3.329361111111111 + 5.496486111111111 + 1.652777777777778 + 0.3055555555555556 + 0.8263888888888888 + 0.1527777777777778 + + + 1.652777777777778 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.652777777777778 + 0.3055555555555556 + + + 1.652777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:view/$route + + + + -0 + 8.877777777777778 + 1.480904861111111 + 2.899305555555555 + 0.239634722222222 + 1.449652777777778 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.899305555555555 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.05213472222222196 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.0590791666666664 + 0.666666666666667 + 0.0590791666666664 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.803819444444444 + 0.119817361111111 + 2.190972222222222 + 0.2396347222222222 + 1.095486111111111 + 0.1198173611111111 + + + 2.190972222222222 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.190972222222222 + 0.239634722222222 + + + 2.190972222222222 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model / View Data-binding + + + + -0 + 0.3333333333333333 + 0.177134722222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.184079166666666 + 0.666666666666667 + 0.184079166666666 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + + + -0 + 2.99119865033105 + 6.140198746792429 + 2.496286523267455 + 0.01730502862622529 + 1.248143261633728 + 0.008652514313112647 + + + 1.74305538869732 + 6.14885126110554 + 4.23934191196478 + 6.13154623247932 + + + 4 + 0 + 2 + 0 + 1 + + + 2.496286523267455 + 0.01730502862622529 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.973729821555834e-16 + 0.01730502862622529 + + + 2.496286523267456 + 0 + + + + 0 + + + + + -0 + 3.491101061355174 + 3.545652169261154 + 1.218692394248101 + 0.2907523983907454 + 0.6093461971240504 + 0.1453761991953727 + + + 2.88175486423112 + 3.69102836845653 + 4.10044725847922 + 3.40027597006578 + + + 4 + 0 + 2 + 0 + 1 + + + 1.218692394248101 + 0.2907523983907454 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.2907523983907462 + + + 1.218692394248101 + 7.894919286223335e-16 + + + + 0 + + + + + -0 + 3.558849747941347 + 3.473755006492709 + 1.354278031108768 + 0.360518152548763 + 0.6771390155543838 + 0.1802590762743815 + + + 2.88171073238696 + 3.65401408276709 + 4.23598876349573 + 3.29349593021833 + + + 4 + 0 + 2 + 0 + 1 + + + 1.354278031108768 + 0.360518152548763 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -3.947459643111667e-16 + 0.360518152548763 + + + 1.354278031108767 + 0 + + + + 0 + + + + + -0 + 3.626526942964235 + 3.402167739245505 + 1.489721397032968 + 0.4348529638749707 + 0.744860698516484 + 0.2174264819374853 + + + 2.88166624444775 + 3.61959422118299 + 4.37138764148072 + 3.18474125730802 + + + 4 + 0 + 2 + 0 + 1 + + + 1.489721397032968 + 0.4348529638749707 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -3.947459643111667e-16 + 0.4348529638749707 + + + 1.489721397032967 + 0 + + + + 0 + + + + + -0 + 3.700762639187988 + 3.331329554784668 + 1.638276841622546 + 0.5155247466368265 + 0.8191384208112731 + 0.2577623733184132 + + + 2.88162421837671 + 3.58909192810308 + 4.51990105999926 + 3.07356718146625 + + + 4 + 0 + 2 + 0 + 1 + + + 1.638276841622546 + 0.5155247466368265 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0.5155247466368265 + + + 1.638276841622546 + 0 + + + + 0 + + + + + -0 + 3.166511322457508 + 5.241095694732106 + 2.069133756026126 + 0.5455863883135643 + 1.034566878013063 + 0.2727931941567822 + + + 2.13194444444444 + 5.51388888888889 + 4.20107820047057 + 4.96830250057532 + + + 4 + 0 + 2 + 0 + 1 + + + 2.069133756026126 + 0.5455863883135643 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.5455863883135648 + + + 2.069133756026126 + 3.947459643111667e-16 + + + + 0 + + + + + -0 + 8.486895833333334 + 4.75 + 3.307125 + 4 + 1.6535625 + 2 + + + 3.307125 + 3.861111111111111 + -0 + + + 1 + + + 9 + 0.0138889 + #5b62ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4 + + + 3.307125000000001 + 4 + + + 3.307125000000001 + 0 + + + 0 + 0 + + + 0 + 4 + + + + 0 + 0 + 3.30713 + 4 + + Qk0AAAAAAAAAADYAAAAoAAAA/AAAACABAAABABgAAAAAAIBSAwAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7fH2qKep19HM4OHjqqen1dXXra+y7+nm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLMVFRjtra6xsHEbGFpSEtUcHN02NLR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////pqu2a2dxgo6Yo52Tv7e5mJeid4KHx8S4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2N/k0M3L3uDg4OHf+Pb0////6+3v+/n2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yMfH+/r87vL14+De////3eLp2tnV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4uzyeXJ1hIaJZ15rY2Vlb2de////xs7VfYCHgHt6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////h6O4QTQo////paGmcHF5WV5ew8C5pKWlNTc7joN7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ztvlUlJUuLaz6ezsbXeDKztBZmtkRzkvWk1M29HM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6O7zra6s2NjW1NbYvb7A4+De//7+y8zO19XS////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xMvVlJehoqitnpKSnJeWs7KtoqOmjYyIv7S0+ff5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tLrHjpGWhJSkcWRosKagb29xPUVXXmRpnJWM9Orl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////rLbAb2hlsK+zvbe6pqOojYN9zcbLsrzJlZOO/fjx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/X1oaGk5dvW////sbK0+/Hr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5+72qamptLKwsrG3xMXHu7q4qq2wzsvI5uflmpugurm5qaim+PLt0dbbycO82N7fmZiW1MvG////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5PX6Tk1BTUNIKjRNjo6GdGJdOkBUeHB31NTQAgodRkFGSjk8urq6P0tbZmFYXltWNzAyfXJw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f//Z2hei316SE1dqaWlbWVlXFJSXF5ooZWReHx8l5KRg4WIbGlrcXJ/fX5+kYyLOTlBh3h1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4O33T1BQ1cKz8O/t9vb4f4+lWE5H6unk7evt+fr2////+f3/7ero//z8////////Z3N9loZ7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f7+Pj4/v39////////////9/j4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fL109TW5OHe////8e/v5ujq39zb8/T209LS8vLw7u7y2dXY///96u3359/c////0tHR3d7c7evo////0Nbb0c3M5uTi6+3t5OTm8e7r////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////t8PNlY+ImpeVk5WYm5+ulY+Ugn+Bampqq6eiuLjCZ2Nqq6mpkZmfnZaVwr65ko+RenJ1io2Yrquq////c4Wbe3V0zMzI3uHfj5CazsG3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0NzimZaPfn2BoJ2fmaW3pqCbq6eucWx0kpubfHqAal9pq7CzY2p4o5qTrbCuZ1palI2XbHCCtqqq/v7+////xcXN9u7r////paiy3NDO////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ucbQam9ohnh1s6+2jJCV19nP5+Pg6eruvsPGqaqqyMHExMPH7+nm3OLnzsjHy83PaGVxgnl76+Ld9fj7tL/LbGNo5NPL+v//iYSL39DG////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6u3wx8jK7Ofe8fP14N3b////////////////////////////////////////////6evt//z3/////v//wMfRwr65/////f//4t/d+vfy//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////78///////////////////////////////////9/////////////////////////////////////////v//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3ej1fn58koyHpKexnKWrjYmJamVol5icj42IzszKjpejlY6HjH+JpqWnkY+Zt66zoqOjY2Vvg4aRnZSP++/j////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5fX/S1ZYQzo4YVtpjZysTUlHRj1BKi48ODY8c3F2X2R0ZVxOTEJHAAIUYWJlZmp3VEY8X2FwLz9ebl1O/+7d////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3+/+OkRKHxgPgIeMb3yRopmGp6WlxcHGpauzhIuScXNzu7avl5GUy8nLoqevubKzhIiLTFFYKCk3s6ig//78////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4uvzm5qap6GawsnMra+y////////////////////6e3w/////////////////////f//qLK4v7ev////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9v/+wcHD////xsvWraKiy8vLkZOWoJ+jpqqrrqOjqJ6evLm+rquxxsbGur7Dvbm2m5yaqKSk+fj6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnNv7+/+fj4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ucvbLiku/P//np+no5qVLCkyi4WKl5uqbHB5bWJnsKOZbmZrj5aecYCPhHuAkYuQTUlMe3hz3tfU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5enwvrzC7+7rw8fO4NbWwMjQlpiazs7M6evlxsXH2NHM6vD3tbOz////9/j6srKywr+6+fr2lJKkZmJhtras5ebpucHIwby5+PHs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vn8bWtrmIyIytHY3d7empGRuLK3kaCtk42Ou7nBq6arjouImYuGpqSqrqyyl5ecrZ6XwsHLfYGB5uPe////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xMvOXmJlYmFrsKmzubasjpSZeIGJ19TP7+/qlJaju6ql3e79gXyB////wMbVkZSfgoiLtamhtLO/gHV1rauto6q6i5eqno2G9OLV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1eTsjYWC+fj2p6ms//jw/f39////0d3nsKil////////ucHIqKKh//34////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ytTeQUVKW1JZ29Tdq7aw1c26xcnZzr+/////nqKvzb243u/8nJWa////x9HhXmR2rqefwsHBoqGneHBzs6+2o67Afnp9qpiQ/fn0///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zdLfh4KQwr7Dqa61uLGsxMjLbmt11cvF////qKas3M7E2OPvq6Ce////wsrSkoyJ/Pjz3eLryMfJ7u/t////w8LK29PL8u/u////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dXYxL65////////ycvN7OLd8/n/z8/N2djaxsDD9/f1w8XF5uLd2t7jysXCzMzMwsC+xMrRq6Sh///9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/b4////9fj6//v4////8O/t////////////////////////////+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////lZywjHt68ff6t7e50M/FZGRmam12mqKff25nqKOgZmlzq6mvr7a7j4WFf3x+R0hLkIuGxsXH087H////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6e3w2trY19XV//v48Pf6397a////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vsHYuKuz/P//yMjKwM7TWldUlJeagoKAurCuoJqZc3SBg4mWlpmZvrCtsKuug4ONd36B49zS////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////nay/mY6Mqq20vK+jsL/PNTdHVVlU9+/lmK3IWVBX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2+LpdnWAcGx019HI////X2x8p5GF+///UU1M7Obd2dXVv8PIgXx76ebh0trijoaD0MrJ3d/i/Pv3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////W2p3UUhDOkJKp5aFt7rFY2Z4UF5kvLOfpq+/d290////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vX46url5efn7uvp////9fXz////////+Pr8//36////+Pv9////////9fj76+3t////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1uXyQD09cHV6QUZH1sq7fnd8c3+MQ0pNkYx/bXN6ppyc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ePp////////5ubo//787+/v7ezs+/r69PT46urq////8/X39vTx9PX1///76e/2xL2/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4+vzzczM29ze2tvb6+ni09HR1tne0dHPycnJzc3R6ejq//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////78////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1t3gtbq/pJ6Zq52YfYSOcm5zbmVs1M/Sn6OjzM3Hp6WypZSZe4KVlZeXuLCtt6ykpqepsqyl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vj2/////////////////f7++/z6////+vn7/////////f3//////P39///9/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7++/z8////8vX49/j4////////7u/v/////////////f///f39////////+vr6////1dXf39va//78////+vr6/////////////f/9///////9////+Pr9/////fr37vb9kJCU//ft////+Pv+1NTc//r1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PHzn66ziIZ/mIqMj4yWb2x4bGhwqKyzl5udoKeiqaCln5OVgYebnqSzsqqta2Vku66r/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f7+19/muLa0oKWqfoSJtbKvtbvAw767/v78uLzDnZaTkZSZrKuvzcvLpqWvkYyLl4+S0c3Moqmsua+q////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////sbzJs7Ck1tTgjoiSzc/NnpmZwr/Etr7IkpCQ6ebjoamwxrux////o56l+Pf3dX2F7OTY2+XvnqCrtrSxwbiw09bY0dLQyMnJ6OnnyNLYuLCwqKKjq66zxcjLsqyllo+MqaisxMvSi5CbtqyivL7ApqCfnpudxb++////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1d3tNjRIsqies7i/qqOm09HR2NjYr7a3UFVYpamieXWHsZ6Ux8rNzNXhbnF2p5qM+/j1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Ov1anOGaGBZ3drYxMvVxMXFUF5riH5y/v78sbS/gHV6RUNOqa2wc4CLhHh2qaCgY1lghouSVV9pt6ij////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tsbVgoV+lZCXo5WX5e/qXVhVkIiFnqKj+fPs8+PomJ2mdnZy5eXgxMXHV15sdXFw///7oq+1sK2h////g4WKtqie////ztHWmaKwoa2rkImErKafiJidXlxitKqchH6BiZSpcXuDrKSflZKSQURLl4qHxsfMpJ6m////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fb40tTbwry7///6////////////////0NLV5ePhwcPN7ePe/////P//4t/a////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/z+rr/Pe21q9PPviYiSj4qYR1dvmoV0////goyeeWdk2tPVs7W8r62rztHM1M7Rs7S2goyMqJ+f/fT0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////p7jIcnJtiIaQoZecjZOgXEtDwczUd35//Pjt3MzUjI2QQVJbh4B5+PftPj1H1L+z////ydPYu7q1kZemOTMy9ezi7/DznqWvlJagdnZ2j4JzqbvETUM+5eHhV1xhcGZmbGx0t7Wwq7Cxq6ajsK+v2c/PsbS+xLm5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/f6n52nzsnG////////////////////+/r//Pv7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9f7+zsvJ6+nmq6qs0s/My8/e2c/R////wcLF/fXu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xM3Vw8C529vltK+23dnet7Czv8bOsrKu6ejkxcTGtra0oaar1M7N/f3/zM3Q//jx////////8/DuxcXJpqWn//r17vH0jo+SvbWu7uvp3tzctLnAs66p////r7S3paCZ//32////////////////+v7/1dTU//76////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2+Lnrqyy0MnEu7W2lZaZq66xtLi/amJxko5/vsDCi4uLs6+sv73DqK2wpJyZ9unf////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0t3q2NXS////////////////////////////////////////////////8vX6/v39////////////////////////////////7Ozs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PT7////////////////////////////////////////////////7vT84NjV////////8vX67u3x////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+zqo7S5bmNdpJGLWlZmeXqJrKuzh4OKpp2VqqaySUZOgH97hYmUrKal9fTw//78////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/7/t7vAwr+95+jts7zCk5COnZeUpKirsbK3wry3xsXDjo6OwLu4wsnRp6KfydHWgoWP4drV////wsjNjY+UoKars7K0ubOyp6ept7m8r66p5N7X/P3/t7nEnJeanJ2ivL7BuLq8mZOUnJaTs7GvsrnGpaSoqKOg4t7b////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ydHZxMG829ritK+2x8vMwLu61tbas7SwpZ6f6enpxs7V1s3F////wLy8////o6qy7ebc7PT+sayz3N3d5eTi/f7+rrW6mJueuLa0x8O+5dvb0djivcDAxcPBxby1q7O7aWRn3NTM0tTStrnEsayv+PLr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3+X0QURYpp+K0c/RlZCYhICFxb2/xs3Un5qZhoCFopqhkpmahomOs6mp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fn+wcjPQEVMNzxJhY2bendrBQABICIyVWJ4fndsRjIiMTA0aHB+lY+WNS0olZmZaXN/n4p5////cHWFNzpNIzJTYFpfblpHRkFJAA0oMCketqmc5u/1r6OXgXuFDhMogYGBXWFrQDs6AgAAhH5/HjNHm39qusXLmZKL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////pLXFenpymJWdgXF45+/oWVVUa2JkkZyYw8HDmpOddHV4gHlw+v75o6Kqh4+ZUlRX9vDprbvFv7Wp9P3/pKOl/vz1xczRfIWNqqqm3OHeUk9PXVxgn6ahqJmUlo6La2p1rLPAl5mbUU5OurWuu7q+0MG8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ObupKGtzMTBzc3P7u7s////////////////8vX3////////0NPdtbGw//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7/dHyEOywlkZiia3R8xsCtcWxplY+SZnaFn5SOraOeOkFScnR+eXF+X0xAfICFbnV4vbWr////ZXF8XlxefICPhIOLfHdwb2lmgoiQbG54tKia+vz8m5WQp56eT1FgfH6AkY6MsLKsc2pqpaSmWF5j4NDBnKWtraKc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////u8rZgoaBkIySu6+zq7K8aFtRwsfKnqen////i3+LhHZxZXiBnZiT7u/pHyIvvqyf////s7/FmZuU///9o6Or5dbR////zdbkwr/Hm6SnbGBYn6exfXhzpaGpeW9vi4qMi46Tmp2ihoGE39vbqqq14NLN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3N/izc3L////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////mZeZnY+M0M/VwsfE7+zn////////9fX3/fv7////k6Kxd3d6goCG5NTH////////+/z8////z9bboqmxsq2s+vz++Pv9+/r4////////////////wsTJ2M/H/v378vPz////////////////////5u/1tbS2+PPw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////r7vGrKmdysvXnpqisq64oZKRwcvXkJGPmZSRwr69s7i5gYyUsqio/Pr3oaGk9+vh////+vz+wsTJoJueeXd73tPN9vv8eoGRtbCzf3196NbJ7fn/dnl8p6Cb4tjQ////5eXl//78////0dbdycbE///9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2N7jqqmp9fby4uTmx8XHxsnMxMC/x8fJztDQdnGBbmpnw8bBuri6z9bbpqKh/fjx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7PDx//z3/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vz8/////P/////9////9fb2////9vX3/////////P//////////////////////////////////7O3v/////////////f3//v35////5ufn////4eLk9/Dr/////////////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wc3Yg39+ubm3m52bm4uKn5ykWmV4WlFYn6OqvbSvhnh/nZaYfoeObWttysnL1NHM/v34////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7fH219TS////5+rtzM7Q8fDt3tzi6eHc////yMjK29vb3t7g6+rl9PDt//7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2trc+fbz9vr7/////P//19HW////19ng+fLv////3t7g5uXj4N/h4N/dwMfP8O7r6Ovt4dzZ////4+Li////193i7+vm////1Njbl5aW/Pv2nqe3mo6G////y87Q2Nnb4+Pl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////jp6rj4J4////eneJdWZjjI6RhoCImJObiI2YtaWgwLu+e3N4lJCadYCGzsm+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4evzrri2mZGO4dnSwcnRiYePdH6Ip5+awsC5h36DdG10bGx5yMbIqLO4fG5p//rz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P//e3yH8ODTv8zXwsXIysnVmZCQjYqSkJGgtrOw////dH6GuLmxmJapm4qDv9DZkoSBbWlnlZOM////lZeiwMLHVl9n4tXG3OXzvLCwtbi6pZyX4ufwm5ujbHJ6fXt2ysTJ3tza////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3ebulZKXn56eqKOg6+rm1dfX6uXi////2tvd7OXg////3tza////5ufq+Pbz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1eTvbnd3mJKI3tbR197wb2l3gH+Jtra0oqSigXRsr6arfYCQjZadZ21yoZOR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////paey79/U////mai9up+g5e7gGxMb6OHmm6mn////n667lp2YlY+W3tbZm6izoJWHtLO3f4yPvLyy4uHfMz9Qlol/////tMHTe3+Ol5OapJaUmZeZiIeNXF5rgISEq6un6ubm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4N/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////eICNh3xy////p7DAdGps+PHu3ePqz8jK8fTt39zc4uLkusHCzMjF+PL1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/j9l4+R1svJo6u5d3l8nJCSn5ychoOLjpKds6yp////c32Hqauhko6alY6YXF5z0Ma8naasYXF8ioB+/PXtfH6F2ce9////3ObrmZui493c9vb0yMvNubWz9/Ty0NbbzM3N4uHh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////29ra////7fT519bW4OLlwL29/ffy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3d/i///97O3t/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P3/9PHu/P3/v8TM1M/I8fX419TW////0tTZ+vPu////2dra6efl3d7h7urn7/T31tHU6Orqy8vN8O3r/////Pz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3OXvlZSWoKCewLyvo667ZWtwy8zMuLKt/vjv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vv9////+/v7////////////+/z6////////+/v7/////v76/////////////////////v//////////9vf5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f379vb2/////f7+////7e/x//36////9vT2////////////7u7w////////8vL0+/z+8/Pz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v////////////////////78////////////////+/z6////////9vb2//7++fv9+ff0////+fv+/fr4////+vn5////0s/U+vbx+fr6+Pj4/vz89/j4/////f39/////////Pv7+///0s/R/v35////////////////////////////////////////////////////////////////////////////////////////////////jp2sj4N5////Zl1q69jL09vp49vb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PX6YWBk3c3AvcfRPTo/dHV6gIuVdHl+RkBFvrKq////rLzJZWBf9PPxiZemZ11fenR8k5qilJykaGBZp52R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2eTunJeX4N/ap661vbq6vby40tHRvry6oaKmycbDzdHUnaClz83Ip52fnaOrsrSyl5CJp6iqqKmr6+Pb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ztPam5WWub3AhIeSioGDraurs7Cwko6NdXB1yb25/f//jo6M3t7inp2sv7WppqittK+0j46O8+XW6/f/r6ao3+fsf4KCxsTB5uPh/v//rK6xv7/HvcHQuLCtw8LEko2VzNPYp6Og+/TthZesdXZ25efnpaSo0czLoKa2w7+/wcHFoJWav8bNop6b/vz6////////////////////////////////////////////////////////////////////////////////////////////////ws7Zg3x/t7a0i4aN3tvWaGh3uaql////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////SEth/urbxc/XAAAASEJQkp+yMj1NIxcO6eHe////u9DoV0pU////cn+SKhceIh4sVlpjRlpuGRcWX1BJ7+Xd////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4O77xr/EnpyZb3uApKKg9vTvk5Sfj4qJW2BhhoSCYWd1ioeC9vv2R0hLY2JkycG5qqCWeHt9bXaA49jM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////sbTDdnuKfYKFYVxma2ZylJGTj4SHfG1tgnyEua+0////eoCFmJmZioGM7uffcX6GlomGmp6hlZKI5+rqwcPITU9WnJKM5efq8e3s5+rsf4qPIio6y7OytMjJTjY1xsjNkZaR////////4unura2y8vT3wsTGi3+Lx8LOhZ2nfl9bwsfCm5aN////////////////////////////////////////////////////////////////////////////////////////////////////////////2N7jq6qo//704ez4paKi/vny////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vT+vMPQSkdPj4F+y9DVnpqVoKa1QFVuV1hYt6qi6+bl4+XsbXiUTkpSycfFc3R5loyHkJKVkJGUvby6wMXMk5CQ9PDr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ydjloZSUzMzOQUFGzce2uMbVhHlxq6mxLCY07+LWlqKyuqumc4SNjXdpyNfkXVVSnpaMQEhLeHV9/fbu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oqq4UUtOysS9xsXLxL7Dra+ytaie5+boYWd1sqCZ/v//YWVokpSUioCEpJ6oLCk5393Yk5ycNT9FnJOM6/b0RDs9//3z1drh8erlq7W9dnh6ZnJ8no2OpK6uaVhdmJigpKKd////9/n809zheXB3w7/Erayupp2ioKOyi5abhnRzmJeXsaql////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6unv6+jo////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/r/pq26pqKfjYyM7+rl////7ff9lJ+ntbKv////////3uTskI6WrK2twMC8wLq7///6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ufsycG+////19rf4d7ewcnTxcO+6OjovLfD+vLv7/P00s/Pra+x7OLY/v//qqyuv7q10NHR7+7p////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yMrK6+La////////////////////////3uHk3NPO/f//r66s5ubou7m/2M/PtLTB1NTYvcC+o6Wn7eTf/v//0tLU////////////8fPzray05+PgytPZy8G77O/0o6Cl9fDt////+/39sr3Kn5eX6+rsz8nK/Pz6rrW93tXP3uXsqqOl+/n7////////////////////////////////////////////////////////////////////////////////////////////////////////0dvjuby+2dTToJ+fure0wMTLyMG+vcHErqGc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/X3////////////////////////////////////////////////////////////////////////////////8fj/6efp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z9XY1MzO/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pn+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/X3orCzUEZEeG9lzsa1xMnYrqWo+vv59vb0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/3/rKu30c7QuLe709PPpqiq8+3m3eTruK2x7/DyqKm06uDe////xsjLuLKxu7u/mZul6NzS////pKqvsa+s3d3Zv8DLt7S6sbO48+vk////////////////////////////////////////////////////////////////////////////////////////////xM7Wm5ubtLGvm5ecwcTGuru/oZ+dw763sru+zsfC3ODlmJebuLu+pqOjmpKNkZWYyMXC+Pr8r7S33djVy8vTp6yvuba4vbG2qq6z0s/M1trdg4GDh5SaKzc5eWlmraajtK2m////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7O/yz83L9vf3ub/O2M3L5Ojrsamu2uHonZmW/Pr3yM/XxMC96enrwLu+4+Tms7S/5uDf1dvixrm7x83UopmW////t7zDzsfE5+ro5eDZ/fv5o6Cq7evrwsnRyb2////9////p6is3dbO0dPYu7u/wsLG///2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pz9NDY5wrKtbHqHpZOAvL/Mqpyb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1+XwmZqS////g4SR28zB4eXleH+Ml4CCsLSvVkxWoJ6rpKeg////mJuohHBqdnd/hpOkyL65cXqCl4+IlZ6jlZiQdXKE4tTJtr/Lxba1////////////////////////////////////////////////////////////////////////////////////////////mK29UlRMc2ZqFw0UYmZziZKkKyknXlFBN0JXjoB5oKm5DxQnent3dG1oGgYAHRclk5KY9vr6n6y3Pj09RkFLPlNugoB5dmZlAAAAl5CSvL/AAAAAMzA1anFyl5iYLzA1T0Ay6uLb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6e3wZWtwREJSv7XAmKWnfGdpnpyeoKCe4+Pf////p7DCq6Wo1NzaW1xcX1hgubW/fIiSmISGpaOeqqSb5OLf////kJakvLCw09rYW2JldWRpsK60YWh2qJujoKOc1cq+////dHWE2sq/qLC+ioiUl5ykqZuP3dbR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2uXth4WF////sb3Hp6Og1NHT1szH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5O/1lJiT8PHxmJWf9Ozni5ekXGFpu6WpztbNLiIqzMnTm6Ge///9pay2hHh2dHV44OTfwtPgLB8e//v0m669jJKLgXqH4NnUq7C/2cvI////////////////////////////////////////////////////////////////////////////////////////////q7/KWlpSqKWlWVVUkJKfbnl/npeSeHd7goOFcG9xh4CFV2BqrqahxsfDg3hsZ2d6jYuT/v//PUFId19Rd36MXmhyrrGzmo6Kg4GGamVoraWifnx6m5SVj5effXp1g4GHbmpq6OHa////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////n6Knf4KCKzZJ0bu3l6+5aU5JwMTEmZaP////////q7K/x7u3xtXkQ0RGcGBl29njZXmJmn14uL65r6Wb////////oqGtsLK8tLa4gIWCLCIs7evrPElZwK2qsLqzxbmr/f//lZGj0MHBu8nRcHR3q6Kk3dvY8e7s////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1N7mx8TE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dHVxcbIubKz8/X3eYWXqqKby9DVpJqaw8LIjpOa0MjF/////Pz++Pn5+Pj2//780t3pqqOl////ipKZz9DIsrLBnZGT3d3b////////////////////////////////////////////////////////////////////////////////////////////////qrvGXlta+/fy////////v8PE/Pjz////////+Pj6+vj4////////////////pLPCoZqX+/3/lZORw7WywMHE2dvZ/Pz+/fz8////+Pf3+fr8/////////Pz///z6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z9Xcnpuhzc3Ps7rBv7i1wsTHjoiN49/e////////ubrC0sjA2+Lqm5KZwr/HnqSsxcLAur/EnZOT6ubm////////sKyy0crHzdffta2ourq+mJaexcXJq7K5saWh+PXzxdLahX+Ef3p/7Onk8PLyxMPF////////////////////////////////////////////////////////////////////////////////////5/D40s/M+/7/nqCl8vHt////4uTmpaitvru4urm5s7O3pKepqaioyMfFwsbNzca/3Nzcra+ysbW4v7+9s7K0j5mllJCV7uno////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fn5///////////////////////////////////////////////////////////////////////////////////////////////////////9///////9////////////////////////////////////////////////////////////////+v7/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3tze////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/n7////////////////////////////////////////////////////////////////////////////////////////////////6fP5pqKnYmZtMSQd8/b0TktVsaqjLT9TSTw5X1RWJyQ0RUlSHx0nQkFJlZKYa2NQKy87LjJLV2FxV1VdOi4yzM7RXGV3taCP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/7/0dTVxcbI0dDS5+bo397ez8/P3Nza2Nrc5+bo2trc0dDQ4+Ph1dTW0dPW4+Dd/v7+09PR6Obm1dDV8/Hu3ODl2tnV////4eXwr664y83Pv7/Bz83N4+Li////5Ovy2tjV2tje39rZ7e/xycnJt77IxMDD///7////////////////////////////////////////////////////////////////////////////////////yMzP1MzE////2Nfb6urqyM7WycXC0tDQ8Ovq////2Nnb09HPyMnJ2NTT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vs/aRUJE3NLK5u7zysfF5efn09DS6Obkv8DC5d7X////8/n+1M7J8/Px2t3g19PT19bY7Ovo3t/fvbu98e7r////4enuvLu7//763OPqzczJ8fT22trY////6u/20NLU4N7c////9vv/39rd7e7uu7y8////7fX93dXY3+burKem//78////////////////////////////////////////////////////////////2ur5AAAA1r2nxNHcPTw6wcG9foWKjIN+q6KbS0tahIWNcnJwkZOdc3KFbVtGbWxwY2mBcXmJjY2LTEZHd3d5TlZdvLSq//v4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/7/aXR6o5+atLa5kJGUko2Minx8ko2QeH6Ij5Gci4mVkIyJn5KSkYiLi5OdsrK1/v7+gYmMbl5XpKOngIiSmp2nqJyW//34q7G2rK+0dYGJtrKmmqCoj4qNysXCnKGhUFVYs7Gzvry3gnd5hICIw8fKsbS55NbR////////////////////////////////////////////////////////////////////////////////////0dLSpaKg1dXRmJum1MrEhZyxhYF+xsG6fYSLg4eQq6GTc3FsmZiUgYOFtK2m////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tLzGhoOFoJ+fq7CzsK+7em9vgISLYWFuXlFPe3qAmZWdzMzKo56hopybi5WbYF1nZVtgrK6zmZuigXRvfXB01sbB1uDoenp6rbCyfYeH4t7Re3yAcmts3+LifXFubmlskJOR2dfV/v34wMfKb29zm5iVzMvHpquypZugm5GTr6+vwLy3///9////////////////////////////////////////////////////////////7v3/enl///Pp7u/y+Pj49Pb47Ozq+vv5vcPKTU1Sraur8vPv6ff/UFNh6uDS5+31Xmd1eICHtK2mqamnxsPA/f379PX3//37////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////lqCj/fPh////l6CsjIGBmY+UdW10opqfjpWfqqyux8TGlYiMcmpsa3F5t7i0////tr67koWAmJmednuKe3qCqZWN////mKKdwMXFqLO5////5vL/nJeeysXCvb24g4qPvb/EsK6ndmxucGNo6OfprrTB3c3I////////////////////////////////////////////////////////////////////////////////////6ezzf4KL0srDv8XS28vI////1tLc6u3wYWZmhIKCmIyIubqyp6urd3iDv7Or////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////cHuFyrSi////SkthrqKWtKuunp2lfHuGkIOBlZuoqqiyzc3LnpymcG54kJCQiYCHiIKKiY6WmI2PtK+vkYuQ+Ojjjqe8moyC////naGmw8HDZ2VrycC0tcDKWk1KgoKCq6Ka6eft//37t8XSMDI3zcW90djbT1Zox6qrxszBo5qO////////////////////////////////////////////////////////////////////////////////////////////////////7/H27u3r/////////P//+vv3////+/7/6uvr/P378/Ly////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+v3/Ymtw1si3/P//tLnBvr6+c295saKb3NzksLK34ePh6+rs4uHjyMfHwcLC5uTh+/7/cXFtzcC0y8nL8Ozrx8nM2tHM////0NPWkZiidHl6/PLk4+33uLW3////oLG8iYB23d7j2tHR7O/xwLm00NLZuLa2/Prz////////////////////////////////////////////////////////////////////////////////////n63CODMy6ubhpKCo0snEsMDPlIeLcXZ9dWpk////XFxggnx1e4WDhn1/3tLM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ucDIkYmLo6SmnZaY4uTe6Ofl5eXl4d3c////iJajmYmE////lZ2pk4R97uzn5ubo9vX1wsTG6N/Z9v//amlz3cu+3OXvg4CGqqes1c/QkpKfX1JU3+fuTE9U5tXErMLSWE9K4dzZ//76tsHTXFJd1tPYWmd0iYJ9v8DKjIKAz8rH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+v3/0dHR7+vq////6urq////8PL0/////P//7u3t////////////////////////+/7/zs3P9e/q////////////////////////4+Pnz87M+/f0/P//6evr////4OTn1dHO////////////////8PL0+vjz////////////////////////////////////////////////////////////////////////////////////////////2Nja7uvo9fTy////zNPd2dfU5+fl8e/s////6uzu0dHRz8/R6ufg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3OTnxcLC////////////////////////////7+zs////6efl/////////////////////////////Pr89PHv////8fb7vr2/6OHc////0dLU3dzg6Ofl////+///2trY////////+/3/4N3i//767PL34t7Z6Ort2NXV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fv9///9+Pn5lZ+vzsW98f7/WVlh9Onb////9Pb4/fv5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f39//78////8/f69fXx////////6+zv//r3/////v///fz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fr87Ovr////////////8vP1/////Pv7////////////////////////////+/39////////+vn3////5+fl//////////76////X2dz9efW1OT0Yl9d////////+/j9/////f//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PX6XFxgxK2f8PP4fXZ7wcDIQ0lgmIV0eHd7dnFu8+zj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////orK/bG9xgH6CgYODwsHBvsDCUVJXrKmfr7e/xcLEf4F/eW9n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yNXfx7604+bznpqik5SQn5OFlqGuqaam0dHRb2t13d7g09XVdGNodX2Po5qT9vn5UV9yVElH7+LY0dvlsra2tbe5lpOYV1RelZqhXV9ug25XbneMTEtVopuUopuWhnZ9aXOFqqKb+///YWVy7+ff////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TE9l/+TRz9/mGRYVk5igcXeHZmBbAAAANjIxxby0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ssLRGCkyLSUg5NnP5un0ICYtZ1JG////aIGPSTo6aWVgf3Zq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+/y1+PjHig2c2drY2p3XlRIPkBQhIyWY2x6AAAAfnl4i4yKPjQ3Ii5IV0tJvLS2EB0xYVA4//783ebrYWt3W1pXYl9kLzI/b3OAjoqQT0M7ExUncXqNXGNkPSwgXlNTExszZltXhomUTEpS/Pz6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vT+uL/OSkdPkYOAoqeyr66py9PanJ2lrqWf39vbkpWa39rT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////kaO5OUE+SEFDrZaO////ICQt5sy22ev4AAAAzr+8N0pmV0Iy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6fL4AAIRUDsr0tTZz9DVn6CicnqBb3J1ubu+vbq6x765ytDXqKKn0czLkZecZ2uAVFtj1s/I/vr5tsTOFxUYqZuTz8vIqqmpx8fLr7W9o5uUxsHEjpehw7qy1tjdqKGi0M3KkpWXcneGcnJy//ny////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pv+29vd+fPu////////////z9DS//754uTn+/n2////////////////3dzc//349/v/7ern8PLy9PPz9fT23eDi3tza/vv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pr/qa+8q6ekj5CS+PHs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////x9DYqaqqubaz6OTh////29rc////xtjllZGO////tcHNpp6Z////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2eXvj4iK//n0vMLH///9////////////////////////////////////////6fb/tLS0////////6Onrx8rPv7y6///7////////////////////////////////////////////////+vz////9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fn+dXp3////lp2ykIqHc36IjnZqm6i6SEI/4Ojrk5ugf3dw0cfCt8TKSkxRqZ+fYG16iH5y5fD8QkBLPjMrgHpxiJyuW0hC+O3j////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////597WusfNAAAAhXl7PElPindkN0NcpZeUr7vBAAADAAAApZiMTlZeWWBqeG59PT5AVVZS09bbDAoXWT4p6ujjKD1QVEI2+/Xu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////jJeiAAAAb2BT+fX9q7i6cWxnNjlEU0tNjYiHcHB4fICJvLOno6SpZmp5wbu2pq+0VlZWS1JkT0RPvK6iwcPGcHiAvbOr/fz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/n+IzI7b1dM8vT2lpKP////////4unspZ6b/////////////Pz+////////////////////pbfHV0tJ////////////+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fv+8O3r////9Pr/3t7c////////////////////////////////////////////////////+vv7+Pj0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////hY2fr6CV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////dXyKwbGm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6vP5nJ2doaCc19DJ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////cHWEy7yv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////n6y/koWA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6/T8o6Ol////kpqqnJCC////3tvb/f7/jpWajIiFrKyuraqwl5WVmpyjmZmZjouGvLW4w8nQjImJ39/btbjCkI2SoqSpnZiYtrK1ipCVmqCljoKA6N7Y////2uPvhYqLnpeOqKasqKiwmJiWwcK+wMbOfH5+raeg////////////////////////////////////////////////////////////////////////////////////qbK8kpORsKmk4eDim6OqiIeFw769sbS5oKGfn6CjsLKym5mfuba2jI+U1szErbK5hXd08efh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////t73FoaCb0svE6uvtjpWauri1naCnzsW7wMnTn5ub7PDxipGWnJaNhouSJiwtSEZGsq2qmaGpr6Ob////wMvYgYKAraadpqOroaOonZ2ZysnJrbW/foB+wrqz////usXPuLey+/fy1trhj5GT0c3Iqa62rqSio6Wvnp2drq6smJaWwr+8x83Smo+J3uHklJaZ29HJq661i3x3+O7m////////////////////////////////////y9PbiYWCrqek3tzevcbOnZKK297ln6Ksm5mUrbKzra2yl5aWsrGs0dXWhISH4uDgjpOetquls7a7gYmMkoyP+PLr4uXo///9pKq4rKemkZidnJ+fhnx81s7J////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/n+eoGJr7GzAAAGqJJ42PH8GBUW///3aHN5AAAAand5gX6EJBMfPT5Senx0AQAAbHZ8gX6EY11iZ2dydGpoFhMmX2JyZlZTOzpHVFNZ////JzFAuJ+H////wdHeNj5EFQ4FYmx0enWFYFxQNkpTd3FqREtRMjY3////////////////////////////////////////////////////////////////////////////////////UWNxUkEyY2t5RT5Di4uHAAAAdX5+c3J6bm9yZ2x5NTk8KR4cr62zAw8a7NW5////Ehkhzrae////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////p6qvwsfINzhFaWdpbXSEOjgzXGZsgnJ5MzZBVVlb////O0ZQEgoDb3FvVF9sjYByjp6uCwsUnY2I//z6qLS/EhkfQToqYGNuZWZ5dXdtKjQ6dHRyQEpSVk9G////u77JsbS/NztCjYyCUU1KWFJXHCMuqZ+aODhLVlRefYuNZ2BPICgwf4aDYFFYUU9kNkNJ/+TH////EBYb3sex////////////////////////////////2+XxDxQasZ+K1dTWf4+lX2ZhYlRYRUddgXyDTEhHZHZ3eXB7R0NJZnuAO0BDV0g9U2Z8IR4X6uTfRUhYXmRrR0JM3tXPFiIv9uPLdYCZMzNCT1JZ///9RFZpgmpX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6e7xEiI2NCUa////P1BpGg0Nxs3SqLCuHBsdjZqcpqeqW0xca2l7sLixJCEfoKmpg4iVTk9ScW50mJCLWVZpeXqPl42HQUVVdGtui4yXBgoVqZ+X+/jz3eXsZHF8Qzs0k56jWlppQTQ0eIGGiIeEU1FZXWFk////////////////////////////////////////////////////////////////////////////////////iZScUUZEVVdgmpGJuMHEGxkdjZmbaGVxeXJ3ZGNtgHZxND1Cg4GDLzpAbGNXSFJgGxkfsqqj+/jz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2+brKjdBTDwzqrTAY19nem9xUV9ujH5+ZWdsIiswd3d5eYODQz08e4KAZ3R/UEpATk9PQExccWJb//bsydTaNkVUbGRcj5meREFSXVJMcXh5ent9VlZee3p1////////am+TFx8dtru4X05GiYGIQlpofnduPjs7PD5LYWlsU0k5YWNog42TXlFTdHCAPVRgcmlbPkhZHBgfuLGs/vz3////////////////////////////nrbJCQYC////////2/H/WF5lYVNVam18aW1yLiUpjpSVe4GIKSQpfoKHg4aEPzs5Q0lRZ250mpqiKx4lioaGnJykXVtjDA0Y08zFjYqPTFNmaWBjmpehEBwqi35y6OLd////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GSIzhGlW////tLS419LR2d7h0dXVw8G86ursh42VMjI7VURJ2eDfx8S96vT0Iik8jnxp7u7qkJWiPEJPUEhTi4WGanB1Zl9gtK+v19bW2Nrc+vbx9vj6vMTH29TN7u7wtbi9q6mr//z35evwLkFVNTIr////////////////////////////////////////////////////////////////////////////////////Wmp3OS8tODg2kX5t2+Tpw8C97ezuYWFpgHp5XFtb2si+0dbb19bTzNHUnZ6hnpub3tzc19nc+/jz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////aXyONyslz87Er77IWFNS5tfNu7/K5N/W8PX2rKurraurys/M0c7J+/n5x83StrW16+nk1dvg1c7H////5+3ys7m85+Pe6Ovur7Cys62s////0NfeCRopaGBU////2OXvAAAAwaeN4/v/AAAAyK+g4Onu0c7L0dTUrq+vvbu5tbKw//z32+LsvLax+fv5v8fPnJ6gop+c3tvb19nb/vv4////////////////////////////3eryGyEoybaiqbO/tqym19nkvriz+vz8tb7ErKqs6eTjztjdqqqq4dbQ////uLm7/Pn20dbjrKywYV5cdm9yen2Iq6ad1dLQ3OHkc3R/bnN6aWNkp5qY1tXT2drc6efk////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1tbY6eLd////////////////////////////r7K9jpCMwrm0////////7/n/npqa////////tbjFjJCRysjFsa+32NXQ////////////////////////////////////////////////////ws3Zqaaj////////////////////////////////////////////////////////////////////////////////////rbS7m5qYq6im5NzV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3+HmwsPGm56j5eDX////////////////////////////////////////////////////////////////////////////////////////////////qLG7wLu0////xtHZiIeC///4/f//iYuOzcK6////////////////////////////////////////////////////////////////////////////////////////////////0tnenp2bmJSbyb25////////////////////////////////////////////////////////////8/j/naCq///0////////r7bExMG+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vLy7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u+vr6////////////////////////////////////////8/Pz7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////urq6r6+vuLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4n5+f4+Pj////////////////////////////////vr6+rKysuLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4np6e39/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////rq6u6enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ubm5xcXF////////////////////////////////r6+v4+Pj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8wcHB////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////o6OjNjY2qaim////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////+Pn5iYqKVFRUQUBCQ0NDV1dXdnd32NjY////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////4+LiAAAAAAAAdnZ2////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////+Pj4R0dHAAAAAAAACgQGCwUGCAACAAAADwwLz8/P////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////nJuZAAAAAwEBqamp////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////rq2tAAAAIBsZKiMgJyIgKCIkJyAiMiwrAAAAh4aE////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////hIKCAwEALCgmysnH////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////cG9vAAAACQUFEAsJFxIQGBQTGhcUEA4OAAAAnJuZ////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////paSkDQsJOjc01NPT////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////rKurpKKi9vb0////////////////TE1NAQAAEwcLJjQlR1BCVU5JVGNVJSQhAAAAxcTE////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////t7a2EA8NMiws19bU////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////7+7uYl9dAAAAAAAASkdF7u7u/////////Pz8MzQ0EAgIKx4XLSwiOjcrRTcwRT4xMh8SIhcU6Ovt////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tba2EQ8PMS0s3Nvb////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////p6amAAAAAgEBAAAAAAAAkY+N////////5eXnHh4eIxkUOSwgNCAgPCYjPSwmTzUvOSIUSkNA////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////trW1FREPNTEx4uHh////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////trW1AQAAAAAAAQEBAAAAUVBO////////zs7QBAQEYV5qgW9+VFtQZWlfdl93pYyQfHhlaWFc////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////t7e1FREPNjIy5eTk////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////7OvrQjw7AAAAAAAAAgAAV1VT////////sbKyAAAAdWV1knSGgWxanoBxyZWR6bqplHdgg39/////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tra2GRYVODQz5uXl////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////dnNwAAAAAAAAIBwbW1hV+vr6////jpCSBAMBl21gu4d6uH15tHtzrX5zrIV0PjAbnqCj////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////trW1GxcXOzc26Ofn////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////pKGfAwEAAAAAJCEfSkVC5+bm////cHNxFA0UmnONkmx1dVpfVkJESjk4NicmEAcJzc7M////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tbSyGxcXPTk56+rq////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////0c/PGxgXAAAAJSMiSURB0tHP////V1lbHRQUZU1OTD02QjQvLRsYIBQNAQAAHx4c9vb2////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tLO1FhIQOTU16+vr////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////9fT0QDw6AAAAIR8fSkVAwb68////Q0VFIRkUQTEoNSIiNTgiKj0TFSIXAAAAPz87////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tLOzFREPODUz7ezs////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////ZWJhAAAAGRgXTEVAsK2q////NTMzKSclOTs7Ljk3K0A5JlFMCzxFAAAAZWJh////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////srGxEhAPOzg28PDw////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////i4iGAAAADQwMRkA7mJSR6OnpLy0tLy4uLjI1HiwmFBYXCwgNAAAAAAAAlJOR////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////rq2tDgwMQ0A98vLy////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////srCuBQQCAgEBOTUye3dyt7a2LCoqGBYWDQUGGRkTNS4pW1BOcnByPDo5qKel////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////qqmpDwwMT0pJ8/L0////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////19bTHRoZAAAAKyklaWNefn17Hx8fgnFqzcPD6+ru////////////fHl0r66s////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////qKenEg8PWlVU9PTy////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////9/b0Ojc0AAAAHx0cWFRPODc1Kisr4b+18e3hucO8jYqMY2hhREpBPDk16Ofn////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////qaioFRIUYV1a9PTy////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////WVVUAAAAGBYVPjo5JCIgKSclMDEzFRkXCg8EBAAADx4PGScWT0hK//7+////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////qqmpEQ8NY19c9fXz////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////end1AAAADQ0NKCUjIB4eIyIgIyIgMi4sPzg6QkA7SEJBEAgGWVZU////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////r66uExAPaWVk9PPz////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////mJaWBAEACQkHFhQTGRgYJiMiPDc2PDg1KCQhEgsLAAAADAgHxMPD////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////ubi4GhYVb2pp8/Ly////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////uLe1CgcFDg0NCwoIHhwaFRITAAAABAAAGRUUQD07dHJy2djY////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////xsXFJCEfenZz9PTy////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////19bWFhIQCQgGDQwMEQ8KjIuLq6uptrS039/f////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////3t3dMC4saGRh7+7u////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////9/f1KCYmAAAAGRkZGBcX4uPh////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq/////////////////////////////////////////////////////////////////fz8Ozk3BQMDy8rK////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////QUA+AAAAAAAATU1N/v7+////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////kY+PAAAApqam////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////YV9dAAAAAAAAysnJ////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////xcTE5OTk////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////wL68NjU1kJCQ////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////urq6/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zs7OyMjI////////////////////////////////urq6+Pj4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dHRxcXF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qKios7Ozw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDlJSU09PT////////////////////////////////q6urr6+vw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDlZWVz8/P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6enpzMzMy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL0dHR/v7+////////////////////////////////6+vrzc3Ny8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL0NDQ/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHxuLi4vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29u7u71NTU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xMTEm5ub1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXVwsLCoqKi////////////////////////////////////////////////////////////////////////zc3Ntra2urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6sLCw7+/v////////////////////////////////0NDQtbW1urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6r6+v7e3t////////////////////yMjIz8/P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fn5u7u7////////////////////////////////////////////////////////////////////////o6OjysrK4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODgn5+fx8fH////////////////////////////////pqamxcXF4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODgoaGhw8PD////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////urq68vLy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////x8fHzMzM////////////////////////////////u7u77e3t////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ysrKycnJ////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////6+vrvLy8n5+fj4+PhISEg4ODiYmJlZWVr6+v3d3d////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////8/Pzo6Ojh4eHfX19bm5ubW1tdXV1goKCnJycwMDA////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////qKioICAgAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeHh4////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////wcHBHR0dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ0ND7u7u////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////2traJCQkICAgHBwcHBwcLCwsKysrIyMjKioqIiIiJSUlExMTAAAAqqqq////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////RUVFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjo6O////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////n56eFxcXJCUlEhMTFQ8UIh8hGhoaERISHh0dEggOHh0dHyAgAAAAW1tb////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////8fHxICAgAAAACQkJGBgYJCQkLS0tLCwsJycnIiIiFhYWAwMDAAAAXFxc////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////k5OTEhISJSMnGBYYMEQ3KjQxREJETEpMMDg1RWBXJSYoGRQaAQAASUlJ////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////2dnZDg4OCQkJQEBAUFBQVFRUWlpaVlZWT09PUFBQT09PLy8vAAAAS0tL////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////kJGREREPPDg4LycpRltQQVJHX1hbZmJiS1BLZ4NzOzk3MCQkAAAAR0dJ////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////xsbGAQEBERERKioqKioqOTk5Ojo6NTU1Nzc3MzMzJSUlKSkpAAAAPz8/////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////j5CQDwwMQTgzMickOykrPSstOCsqNiomPi8sOCIjPS4rRTMuBgABR0hK////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAgICDg4OGhoaQkJCR0dHQkJCSEhIOTk5DAwMERERAAAANzc3////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////////////////////////////////////////////////////////+fn59PT08PDw8PDw8PDw8fHx8fHx9fX1+fn5/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jY+REAkKYlJJTT0yQywrTD4+Uzs2SjQvSTk2Uzs2VDs0VT04FAABRkhK////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAABAQEBwcHAAAAAAAAAAAAAAAAAAAABAQEAwMDAAAALy8v////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9vb23Nzcu7u7oKCgiIiIa2trV1dXRkZGNTU1KCgoHx8fGhoaFRUVERERDw8PDw8PEBAQExMTFRUVGhoaICAgJiYmMTExQUFBUVFRZ2dngYGBnp6evLy83t7e/Pz8/////////////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jZCQCgAAsqzGk4mgSyYdjqyjX2dZaUJBl53Qb05QkWxkrtO8LCMNRDxB////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////u7u7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALCws////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7u7uqKioa2trODg4FRUVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMDBAQEAgICAAAAAwMDBAQEAwMDAgICBAQEAgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICGhoaREREe3t7wsLC/////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jpKSIRUPnIejfWSAb0U6lI6Dd2del2Vd07nBtH94w45//uDRd0U/PT8/////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vLy8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALCws////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z8/PY2NjDAwMAAAAAAAAAAAAAgICExMTHh4eISEhJCQkJSUlJCQkJiYmJCQkIyMjIiIiHh4eHR0dHBwcHh4eHh4eHR0dHR0dHx8fHh4eHx8fIyMjISEhHh4eISEhHx8fHx8fHh4eHBwcExMTAAAAAAAAAAAAAAAAJycnjo6O/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jZKVOi0qsIJloHBYr35yr25nw4J2wYp7uXtmw42Au4B5w5FyXUktRUdM////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALS0t////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////////fn5+BwcHAAAAAwMDGRkZKCgoOjo6MTExIiIiGhoaFxcXGBgYGRkZGBgYGRkZGRkZGBgYFxcXGRkZGhoaGxsbGxsbGxsbGxsbGhoaGhoaGhoaGRkZGRkZGhoaGBgYGBgYGRkZGRkZFxcXGRkZHBwcHx8fIiIiKCgoHBwcAAAAAAAASEhIwMDA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////kpeSOy46rompmW99lmt3k210jGpshmhlfWFgd1tab1BSdGlUIB4KT05Q////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vLy8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKysr/v7+////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fX1XFxcAwMDEhISICAgLCwsPz8/T09PNDQ0HBwcFhYWFhYWGRkZGxsbHR0dHx8fHh4eHx8fICAgHx8fICAgISEhICAgHx8fICAgICAgHx8fICAgICAgICAgICAgICAgICAgICAgHx8fHR0dHBwcGhoaGRkZGBgYFxcXFRUVGxsbKCgoKCgoHx8fMjIyrKys////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////l5yZOS01kXGJbVBXWT9EVUBEUj1BUjs9TDY6RDE1Pi8uPCcpAAAAVVZY////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKCgo/f39////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c3NzHR0dFhYWHR0dPDw8VFRUYGBgMDAwDAwMFRUVHR0dHR0dHR0dHR0dHh4eHh4eHh4eICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgHx8fHh4eHx8fHx8fHx8fHh4eGhoaFhYWFRUVFhYWGBgYOzs7Pz8/w8PD/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////nqGjMywlcVxJVUE1Qi4iQjIiOyYhNxkdNB8fKhseKBkcKRsgAAAAV1hY////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKCgo/f39////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////q6urLi4uICAgFhYWTU1NW1tbXV1dMTExCQkJGBgYGxsbHR0dHR0dHR0dHh4eICAgICAgICAgISEhISEhISEhICAgIiIiIiIiISEhIiIiIiIiIiIiISEhISEhIiIiIiIiIiIiISEhISEhISEhICAgICAgICAgHx8fHx8fHh4eHh4eHx8fGhoaFBQUFhYWCQkJOzs7ZWVl7u7u////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////paenNC4uZVRRTDo3Mx4bKQ8QKicSNEsAKiMKGhYAHSIMHicUAAAAV1dX////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAAAgICAwMDAAAAAAAAAAAAAAAAAAAAAwMDAAAAAAAALS0t////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHxY2NjIyMjCAgIT09PWlpaTU1NREREFhYWEBAQFBQUFRUVHBwcHh4eHx8fICAgISEhISEhISEhICAgGhoaGRkZGxsbIiIiIyMjIiIiIiIiIyMjIiIiIyMjHh4eGRkZGxsbIiIiIiIiIiIiIiIiICAgISEhIiIiHBwcFxcXGBgYGhoaHx8fHBwcHBwcFRUVEBAQFhYWMjIyra2t////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////mJiYNjUzZWVlS01PMTk3IC0rIjs2KlI1JT84IWpwFzQvCg8EAAAAWFhY////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAABQUFBgYGFxcXHx8fLi4uODg4Dw8PAQEBAwMDAAAAHh4e8fHx////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/KioqDg4OPDw8WVlZSEhITExMMTExDg4OISEhLCwsKysrHR0dHR0dHx8fICAgICAgISEhHh4eIyMjMTExMzMzLS0tICAgISEhIyMjIyMjIyMjIiIiHh4eKCgoNjY2NjY2IiIiISEhIiIiIiIiISEhISEhHR0dJCQkMjIyMTExIyMjGRkZHR0dGxsbGhoaFhYWAgICGhoaeHh4/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////h4aGNTQ2aGpqTVBRMz48GS8kEyApGBskGSguElNnCh4pAAAAAAAAWllZ////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vr6+AAAAAAAACwsLDg4OJSUlLS0tLCwsPj4+HBwcBgYGBwcHAAAADg4O39/f////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////lpaWAwMDEBAQVFRUTk5OQ0NDRkZGIyMjERERNjY2MzMzQkJCKioqGBgYHx8fICAgICAgISEhGhoaKCgoUVFRWFhYR0dHHx8fISEhIyMjIyMjIyMjHx8fJiYmODg4RERER0dHGxsbISEhIiIiIiIiISEhICAgGRkZRkZGPT09ODg4RkZGGRkZGxsbGxsbGhoaFhYWExMTEBAQODg44ODg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jI2NNTExWU5MNisrHxcUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXFtd////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vr6+AAAAAAAAFRUVFhYWEhISDg4OCAgICAgIERERFhYWDw8PAAAAERER4+Pj////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////YmJiAAAAMDAwU1NTREREQUFBQEBAHBwcExMTPDw8Nzc3KSkpHh4eHBwcHh4eICAgIB8fHx8fHh4eMDAwQkJCQ0NDOzs7Hx8fICAgIiIiIiIiIiIiICAgIyMjNDQ0Nzc3JSUlGxsbISEhISEhISEhICAgICAgHR0dKSkpMzMzNDQ0KysrHBwcGxsbGRkZGRkZGRkZFxcXBgYGDg4OwMDA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////hYWFNzY0eHp8XVtdUlBNNTswHh0dOSolOywlIh8kKSMkMiwsBwYGU1NT////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////wMDAAAAAAgICHBwcHBwcGhoaGhoaGRkZGBgYGhoaHR0dGhoaAAAACwsL3d3d////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/PzNjY2AwMDRERES0tLQEBAPz8/Ojo6HBwcERERERERExMTFBQUGhoaHR0dHR0dHR4eHh8fHx8fICAgIyMjHx8fHh4eHx8fICAgICAgICAgICAgICAgICAgHR0dIiIiJiYmHBwcICAgIB8fHx8fICAgICAgHh4eHx8fGBgYHBwcGxsbFRUVHBwcGhoaGBgYFxcXGBgYExMTCQkJAAAAmpqa////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////gIKCUFFR9NTK/e7p/////vj7////////////////////////VlNSKSkp////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////t7e3AAAADAwMIyMjISEhICAgHx8fHh4eHR0dHx8fIyMjIiIiAAAAGxsb7u7u////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4eHhGBgYCwsLSUlJRkZGPT09OTk5NDQ0GBgYERERFhYWGBgYGBgYGRkZGRkZGhoaGRocHBweHB4cHh4cHRwcHBwcHBwcHBwcHx8fHx8fHh4eHx8fHx8fHx8fHx8fHh4eHBwcHx8fHx8fHB0dHxweHB4eHB0fHRwcHBwcHR0dGxsbGxsbGhoaGRkZGRkZGBgYFhYWFRUVERERDg4OAAAAdnZ2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////kpOTU1NT48i/3M3K0tbWztXKycfFzcrIzcvJzMbH1M3Q4+HfRkVDJSQk////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////q6urAAAAFBQUKSkpIyMjIyMjJiYmJSUlIiIiJCQkKSkpKSkpAAAALi4u////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0NDQBgYGEhISR0dHQkJCOTk3NDQ0MjIyFRcUDw8PFBQUFRUVFxcXFxcXFhcXGxcYHRkXGBkZHhkZGBoaFxocGxsbGxsbGxsbHBwcHBwcHBwcHBwcHBwcHBwcGxsbGxsbHBwcHBwcGxwcGxsbHRkcHBsbHBsZHBkaGRkZGRkZGhoaGBgYGBgYFxcXFxcXFhcXFRUVExMTDw8PDw8PAAAAWlpa////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////mZmZSEdHf4OGYGBkSk1IQlQ+FxQTCQMFEA0MFRoRFx0SIR4bAwICQUFB////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////tLS0AAAAFxcXISEhJicnJSYmFRUVICAgKioqJCQkIiIiKioqCAgILi4u+/v7////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDAAAAFRUVRkZGPDw8MzMzLy8vLCwsEhERCgoKEA8PEBAQEhISExIUDw4ODQ8PEQ8SEw8QDQ8PDxEREhIQEREREBAQEREREREREREREREREREREhISEhISERERERERERERERMQExISEw8QDQ8PEw8SDhMQDxAQERERFRUVFRUVExMTFRQUFRQUExISEhERERAQDw0QDQ0NDw8PAAAASUlJ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////mJiYT09PhYWFaWlpUE9PPzs+ISEhAgEBDQwMFScaFDUbJCsmDggKQ0ND////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAEBAQHyAgTUpKKScpPT8/Ozs7Hh0fHx8fFxcXIyMjCAgILy8v+/v7////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb29AAAAFRUVQ0RCODg6NTU3MjMzMDAyGBcaDw0TFRQXFBMYFBMXGBcaKSkpLC0tJR8kLSAgKSwtKisrLisoKioqLCwsLCwsMDAwJiYmHh4eICAgHh4eKCgoLi4uLCsrLCwsLC0tLCkrJh8iJiYoJiMlLSUoLC8tJiYmFxYYGBcZGBcZGRQaGRQZGBUZFxMXFhMXEQ8SCAgLDw8PAAAAPj4+/Pz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////lZSUT09Pi4uLbm5uVlZWRERENTY2CwwMBQUGBwIGBgQGBgYGAAAASEhI////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vr6+AAAAEBAQLi8vQTs9MC0tYWVlPD4+DAsNGhoaGxsbHBwcCwsLMTEx/f39////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb29AAAAFBQUPD09NTU3Pj5APTtAODc9IR4mGRYeIR8lIB4mHRsjJSInSEdJSkJEPXBSQXdTRkJBSkVNSklJSUlJS0tLSkpKQ0NDWVlZa2trZWVlampqUVFRRERGSkpKSUlJSEdJSkBAQndgVn5uXFJUR0RGT0pNQj9BHhsdHxshIR0jIRwkHRkfGhYcHRgfIRwiGBcbBQQJDgwPAAAAOjo6+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////vLy8PT09lJSUkpGRfHx8VFRUQT8/MC4uGhoaHx4eHx4eDQ0NAAAAfX19////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////7OzsGxsbHh4eU1NTfX5+amtrHRwcICAgLS4uLi4uNDQ0TU1NEhISU1NT////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAFBQUODg4NDM1QUFBPTw+QT9DNjI3JCIkIR0iIyIlIiAiJyUlREFDPTI3O5RgOoxZPCcyRDQ+RUBFQkREQkJCQ0NDMzQ0Y2NjjY2Nfn9/ioqKVVVVNzc3QUJCQkJEPzg7SVFISqB5Wol3X4d3NW5UQTlAPjo9IBweIh0gIR4gIR4gKSMmLSkrJiIkIBofGxYbAQIECwwMAAAAODk5+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////iYmJSEhIY2NhYWFhS0tLPjw6Li0rAAAAAAAAAAAAAAAARUVF9PT0////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////qampNjY2VVVVVlZWVVVVVlZWWFhYWVlZWVlZX19fU1NTQkJC0dHR////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAExMTNTQ0MTExQ0NDNjY2WVdXbmxsPzw8GhgYJyUlJyMjKygoQkFBRTtAN1M/LnVRL08/NVpAQUREREFDQ0NDQ0NDNTU1YWFhiYmHenp4g4ODU1NTODg4Q0NBSEJFOi8xQH5mhrukqJabd9WvMI5aPS4zPzs7JSEhKCIkJSIiGhYYRUFBaWNkPTk7GhYVIBsbAAAACgsLAAAAODg4+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////yMjIo6SknJycmZmZl5eXkpKUhoaGiYqKmZqawMDA////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////4+Pju7u7tbW1srKytLS0s7OzsrKytbW1urq6urq69fX1////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAEhISMTEzMC8vRENDQkA+REE+NjIxKCQkKyYnLCYnKiQmLysqRURCS0hISDc8OldDLZZXObp9OFVLSTw+R0dFR0dFNzY0a2pomZeVh4aEkpCOW1lXOzw6TUdESkVIQDk6NFlIes2oz/PmkLelN1BCRzw+QD07KCIkKSUlKiUmKSIkKiIiLCQmKSIhLCMkIhsdAAAACwwMAAAANTY2+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAEhISMDAwLy0sRkJCRUJBQ0A/MzAuJyIiLicpLicnLCYjMiwpUk9OU1NTUlBSUkJKS1xQRmlXTFBLVFBPUlFPUlFPT05MWFdXYGBgXl1dYGBgVlVVT05QVFBNS1FOUVNTTz5DSlZQZYV5UVJQSkBDV1pTSUdFKSIkLCMjLSUlLSUlLCMjKiAgLCMiMScnIhseAAAACwsLAAAANTY2+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAEhMTLC0tLSoqSENDRUJBRUFAOTU0KyMkLykqLykqLSgkMSwpR0VFSUdHRkVCSUZGTD1ESDhATUZFSkZFSkZDSkZFS0dGRUJBQD09Qz8/QT4+R0RESkVISkVEREVDTENGTUhHRjo8OigvQj08T0hHUUlJQj49LCQkMiUmMycnMSYoLycnLyYmLyYmNSwpJh4eAAAACgsLAAAANTY2+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8AAAADxISKSsrLCkpSURBR0NARkJBOzc2LCcmLysqMCsqMSwpMSwpLCgkLSgkMScnMSclMikmMygmMygmMygmNCknMyonMygmMyolMikmMyonNCsmNCknNSknNiknNigoNigoNSgmMykkNicnNycmNycmNSclMyckNysoOCsoOSsoNiomNSknNSklNSgkOy0qLCAeAAAACgsLAAAANTY2+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb29AAAADxAQJygoKigoTEVCSkNARkI/QDs4MCsmMysoNSwnNiwnNiwnNSsmNiwpNS4pNi4pNy4pOC4nOCwpOCwpOS0rOi0sOjArOi0sOiwsOi0sOy0tOy4rOy4rOy4rPC4rPS4rPC4rPC4rOy0qPC0qPC0qOy0oOy0oPS8oPS4nPS4pOywnOysmOyolOykmQS8sLyIfAAAACQoKAQAANTY2+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////u7u79vb2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y8vLy8vL////////////////////////////////vLy88fHx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zc3NycnJ////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb29AAAAEBAQJCYmKCclT0VDTkRCSEM+Rj84NywpNiwmOSsoPC0sOy0sOy0sPC0sOy8rOy4sPC4sPS8uPS8uPS8uPTIsPjEsPzIsPzAtPy8uPzAtQDAvQDEuQDEwQDAvQTAvQi8xQjEuQjIrQjEsQzIrRDItQzItQjEsRDItQzItRDEsQjArQC8qPy0pPywoRTEtNCQhAAAACAkKAQAANTY4+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////o6OjwcHB1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbWmpqaysrK////////////////////////////////pqamvLy81tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbWm5ubxsbG////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vr6+AAAAERERIyYkJyYkUUVFUkRDTkQ9TT88Pi4tPCsmPy4pQy8vQTAvQC4uQDAtPjAtPzEuQjEuRDIvRTMwRDEuQS8qSDUvRjQvRDMuRTMuRDMuRjQvSTYySjUySjQxSzcxSzcxSjQxSjUySjUySDUvRjMuRTItRzIuTDUwSzQvSzQvSzQvSjItSTEsSTEsTDQvNyYiAAAACAkJAgAANjY4+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////1NTUurq6vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8uLi49PT0////////////////////////////////19fXurq6vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8t7e38fHx////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb6+AAAAEhISIiUlKCYmU0ZGVUZDRzw6RDw5MiUjLR8eNCUkMSIfPy8sQzItQjItRTItRjMsRzUxNigjLyAbOiwpQTEwMyYmQjQxSjczSTYySzcvTjo0OysmNiciPS4nPC0mOywpPi0sNiYjOCkmTDg0TDgyTzcwTTgyNSciNSQiOyonOCMgOyQjOSUjQy4rVjo0OigkAAAACAgKAAAANzY4+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vr6+AAAAERERICMkJyUnVkdHVD8/UEBDdW5wbGVnYVtedXR0X1tbNyopRjAuRTMwRDMuSTQxMyEeV01PeXZ2dHNwhn6AYV9fQzEsSjYwSzozUT40OSghRkA/a2hncW1qWVNOVlJQcGlqgX16WlVSOSMkXD06XT83OyolW1lXfHZ5cGtqYmBccW1tdHBwQTUyUDIqQy8pAAAACAgKAAAANzY2+Pj4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/AAAAEBAQHyEhJyIlWUlIVkRBTkRCaGNiXVZXSkRFUElJX1VVQC4uRzEuSDQuSzQvTjYzOCQjU0hIcGprUExMUkdJSUNEOy0qVjo1VD0zVEA4QC0pU0lJWlZWPzs5VlBPV05OUEhIYmBcRT45QSwpXkE7XkE7Qy0qX1NPbmRkTkZDWldSWlVSWlBORDQtWzozSzItAAAABwcJAAAAODc3+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/AAAAEBERICIiKSMkW0pJY1BMQTMsMSIfKBITFgACGAIEGgYGQSsoUTg1STQxTTUyVTg0UjYuMBsUNRIPLAcFJA8JMRoXRjMsYT85XD01Wz01Xj8+TTQzPR4cOxkURiciSCkgOx0UOx0dUzAvZUM+ZEI7ZEE7ZkU8Ty8qQCghQykjSCglSiYmQyMfUjgwakk+TTEtAAAACAkKAQEBOjk5+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBAAAAEBISISMjKiYlXExHVkE7cmBZkoJ/hXRzempneWxpfnNtWkZASC0nUDcxUDcyTzUvVUE5ZE5ITFlNfnpxgmFeZ1VPZUpCWDowXEA4XUE3Y0A7YDw4d1VMi2xec1ZOc1dNhmpdfFZSb0M9b0k/bUc/bkk/dU5GbD87XTQyYDUtaTsybjw2azo2a0U7dk5DVDYwAAAABggIAQEBOzk7+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////xMTEAgEBERISICMjKiUmYE5JRS4tppmZ//753uPe5uHk5eDd9vXzfG1qOBsWWTg1WDs1SCslbVVU0L/Ajb68jv/4vNPMqZaRiHNtTi4pX0I6YUQ6ZUM9XDcpq5+reoHLXWKrYWOujpHWs6SkaEAvdk9Cc05Edk9HaDczooiF2M3LycK5e6SGSZdlTZlna19NjVBMZUA8AAAABAcHAAAAPDo8+vr6/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xcXFBQQEERMQICMjKiUmYk9MSTEuoJSY///939rV4uDS4NzN//3xdmpgQR0eVjg8Uz81QysoeVtY0tPRcXmUfs/fdN7OjomIhmdnWDcuZkQ9Z0VAakY+aEQvnI+sbHPfhInwkZHzh4fsppqpdEw4fE5Ge1BKfVRHYzEqvqyp////////kt6+NsWAPMiDbnBZlU1La0Q+AAAABAcIAAIAPTs9+vr6/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////yMjICAcHEhISISMkKyUmYk9OTDEqqJyg3OD439DkuLTZzdLf0svwj3t2Ph0ZWDw2XT03VDEuZVRRk5WPuo1I99W9a5iuIo+LVnlqZDcyb0hCbkpCcElDYjssvbO1wcb3k5HkhIjeo6vuwLS2a0IzfFBIflJMhFZNc0A6pIyJ4+Xl7d/jnMSmQatvhdWlinZlkExKcUZAAAAAAwcHAAAAQD5A+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////ysrKCgoKEhISISMjLCYnYU9OYEM3dmBvaWfWcXDbPjm1VVbZVEm8c1RQUDIoXTs5Xzw7WDEsYEpKq7ay/9SByKyXRoSjMJ2KWnxwZzY2cktFcU5DcktDXjEw3dXO////j42dcG197fXz5dvVaTo3gVdGhFhNilVTbzo1vKmi////////////6ff3////qoR+nVZNjVtQAAAAAgUGAgEBQUBC+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7u3r//76////////////////////////////////////////////////////////////////5OXl8e7u////////////////////4+Tm7uvp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zMzMDQwMERERIyUlLCgmY1BNY0tAWkhFQTOhg4TX7e7/U0jAPDCHUjUlYD45XD08XkE7VDAod1xb5OHfmJamc77PatHJkIyHh2hoYz83c01Hc09Hdk1HXjQw2c7Q////sauix8e/////2MjHajw3f1VMf1ZNhFVLeEQ+oH11tL+1nLiqpLSovMi+28zHxI6D4Ix/r3NoAAAAAAMEBAICQkRE+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////9/j65ebm5ebo6Obj8fD05eHk9fX19PPx7u/x1NTU////////1NTW//343N3f7Ovp8/X34uDg6Obk4uLm5ebo5ePg///7ycvSysK/////////////4OPo6+jj+fj27O3v6Ojm9/Tx9Pf33d7e8vPx8/Px6eflcXR+xLWq+vr83t/h+/v7+vr6////////////////////////////////////////+/3/xs7WdGx5l5GI5OPj4N7g////39/j5OHmgoKUhH98z83K9vX129vb7Ozs+Pn13Nze9fHu7O3y6ubl+fz84eDi5OXl5uTi+/v55+rs6+rm7/Dw19nb9fLv9PX16+7u5+fn4uHh8O/s/f396unn+vf0////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////z8/PERAQEw8QHiQiLy4sgWZhemBZblhQalRSgGxgkn5rZ0w/Vzs5UjcyVjc3WTo5Wz44Wjo1YkJBd1dRWENDVFtWcWRac0pJa0hEZ0Q+aklAa0pBcEtDa0U/f2FZmX5zn4B4r5GNpoV/jmVfhFVLkV5Vk2FYmWVcqXBnq2hdnmxaiHpeenZaln9lxH5w2I1/7qKQq3ZnAAAAAAIEBAEBR0hI/Pz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////ztjilZuoy8G3mZuga2ZwuLCrf4KLtLO7naWgo5WQ/fz/rbS5fHBybnN+kZKKx8TKjpGcdnp9g3Z4n5WVgn6AkpSWj42Ln5eUxL20////lpObzMbHpa66hoF6fXyGnZygi3998+7nusDIhoKHjpWdoqGnp6CdoJyhmpSVxsPFur3AoqWq8+/q5OjrXmt4rqah////p7G7ZmJh59vT7Pj/aHaFqqGZ/f70t77Fd3B6qKqipqWnrqWgfH6FpKSmu77DfHN+rqmgsbO2VFValZGO4N/hmqSqhoB9s7W4oKGmwL65mI6QnZWXpquyfICLxcXFuMDKqKOiZGNhqaShzdTed3d5oZqfhImdm5WQlJSSioaGzsm+9e7n////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////09PTFRUXERAQHCMiNTIumXt3nn11lHRukG9ghmNad1BQeFNEeVRFeFVSeFRQelNPe1ROfFVPeFFJbUY+d1BIfklFfUhEf1NNhllTj19ZkWFZlGVdmGdfn2xlk15Ti1NIlVtSl1lSm1tSrW5kxYV5zYp81Y+G3JWM3ZuP45+R8ZmR6ZiQ5JmN5ZGEz4580Y164Z2JqXZpAAAAAAECAwECS0tL/Pz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////zNjncHaGoZaMgYaHdXJyqqKfYGJscneCd32Ck46F9vLvsre/mI2RcHSGi5OUfIWLjYWMjpKfgXl+xLiwtKenc3+JaWdt//f0////xtDaUE5atrGwuri6aGVqf3yEoKexd2hq/fn5wsnYcGhweXqFfIKQmpadrqKacG9zmpCS3+XsqrO70tXYl5eZPTk+f25rt7jAV2JzUU1NzL+3qqyvODQ6XVRW7+jh////fIKQiYOEnpKQpKCdQj9Hp6isk5qih4CBoJCNxL3CaWx5cHh93tjO0tXfoZyfmaGpm5udrq+tdGVne3F2dXh9lqCmuL/JjIuRlIaGe3d/kpKIkaKvYFNXuKmkiJGjubq/amdskoKB////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////1tXVGRkZERERHyMjOjIyoHx7pIB3nnx0oHp2onl5pXp8n3VvoHRronRuo3Ruo3RspHRspHNro3RppHNrpXNrqHRrqXRtq3ZtrXhrrnlusnxzs310tn92vYN6woh6xol8zo6B1JOF2piK3pyO4aCS5KOT5KKU5p+S4pyM3ZqI2pWF0pKCzpKCz5KAyY9/y4x/35uRpnRsAAAAAAICAwMDTk5O/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////9Pf6tba7sbK0ysjD6urqv7m+4N/dub++vL3Cubq6/Pv3+///b3WCp5mXyc/WpbCwsa6w0crN3NvbyczRhH2CpqCZ39vb////////0NXc0tPT2+Lgqaao2tDI293gqrK6npWV9+7rn6y7gXBt0dHRmqWxp56hv7q3t7KvzsvN293g1NfalZKap6Oo39fX493ixMPJyMjM6uru4uPoycXF2M/P1NHZ6uXo////1NjdysK94+PnurS19vP1vb3F4dnW6e7xxL26ko6Usqutr7W85d/Y////v8PK0s3G0tPY0cfH39/hsrCwq6yu4uLeuLvImZOSzsK87u72tri6x8jIysbG2dbT0tbW3d7h2dbU6+Pl////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////19fXHR0dExISICMjOjI0oX98poN7n3x5oHt2oHp2onx4n3dvonRrp3htqXlxq31ysX53s394s353tX15uIB6uIF9uoR7vIV4v4R9w4h/yI6CyY+DzpGG15WM3ZqQ4pyT5qCX6KKb5qGa35+S2JuN0JeJzZGGx5CDxI6Bxox+voh7t4Z6s4F5s3t3t3d1tH1ywoyDkGdhAAAAAAMDAgQCU1FT/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////9vf6497d////////////////////7/T3xcXH+vXy////////////////////////5Obp////////5ubm////////2NfZ///6////////////////////////////7+7y4dzf////////////////////////////////////////////////////////////////////////////////////1tne7OXg////////////////////////////////////////////6unr////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////2NjYHh4eExATIiUlOzYxoX98poB/ont4oXp2onp2pH13n3hwnXJqpHhtp3dvqHpxrnxzsX53toF6uoR7u4V+vYmAwouExoyEyI6GzZCFz5KH0ZSJ05OI05CJzJCHxY6DwIyBu4h9tIN5r4J1qH1ypHpvo3luoHZtoHNqmXFnlHBnmmtnm25lknZfj29djmZeoHFrdlJPAAAAAAYEAgYDVlRW/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1uDmpp2a////ra2y///y/////////////////////////////////P7//////////////////////////////////////////////////////////////////////////////f//r7Kz7uXb///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2traHx8fEhIUJikrOToymn14nHt6mHZzmXZzmXVym3lxm3Ntk2hllmxmm2xmnXBnnXJpnnNqoHRro3Zto3ZtpHZrqHVuqXVwpnVtp3ZupnRso3NroHNqnHFmlGxkjmhgiWldhWZcgWNXgWNbgmNbgGFZfl9ZfV1XfF1Te11Vel1VelZVeWdQisRWi9ZUg5NSk5Fga3BEAAAABQEGCQYGWFdZ/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////2uHppaqyx8G8rKysk5GbtKysw8TGqamr0dDMuLe9n5mYi42Nop+d////1uHre3p+ko+XfX6F0crDjJGcoJOO0tLQm5iY9PLwwM7benN6tbKvpqOg6+jm5u3wnZyapJ+kuK+vubq/qKWqv8DAtLi7qaGc/vbux9Tfd3N6uLOspaKf8ezp5O72e3d+q6uts7i5kpGMyby5tsHLm5WQ////3ePrnJqczc3JnZ+fxb/AlZujsq6pvr7GuK2rsrCyo6WvwsTErbG2gH5+wLe0+/v/sbzGeG5u2Njc3t3d0dDQfoKNoZmbq6uvpaWlkJGUnJOTpp+gu7Svv7/Dk5ifmpiV1tPV1M/I//36k56o1su/////n6Grxb+6nJec39bR////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////29vbISEfFBISJyotNzg0lHtzlHhxj3Ftj3Jqj3JqkHJqkW5ph2JeiGJci2VdjWZekGdfkmhhkmlhlGpjlWlkk2pilGtjlGxkkm5lkmxkkmtjjmxhimlfiGheiGhehmZbg2VbhWdbhmddh2ZehWRehWRehmNghWJfgGFbf2Baf19ZfFdWeWZPhLlUgsJSd4FPfoFWXGNAAAAABwIGCAYGVllb/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////wc3fb3WHr6KVeH6FUk1QsKmiSkxboqWwkpuekIB7lZGWSU1UcHJy6OHa2OHmPjhGYlletsDGhoyTlIaDkY+VS1RcZWFm9fLrucrVQzdBbGxsX19k7uXgsb/JOEBOiXx6sqynJiEnpqepcoGQe3R7jXp1/PLqv83YPzRBb25uXl5m8OjgwsfSX1Zjmp6rb3aAXFtXrqqjjYyWZ1tg/fz5v8nZjI+cYGpyWVBLf4iOdmpss7nAgn19sKaaQTlEeHmIrKunanWAQ0RJm5SN+fb0pLnJSzY6ko+Ucm13ubWyTE9hamFoqKqtopybbG98X1lhkoOAg4GHe3d+Z2p1ZGtptrKt7+zp////h5Ofkol/n6a6naGksLKsOiswv7Oz////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3NzcIiMhExQUKCksQDk4qYKBqYJ6oX10o3x2p393qH54rX96p3pzqnhwrnt0sX53toJ5uIR7uYV+t4V9t4R+toN9s4J8roF6q4B3qX50pX1zon1yoHpynntun3twnntynXpzoHp2o3x2oXp2n3h0oHl1oXp2oHp2nXdznHZwm3ZwmnRslHRsknFpjGdhhGBdkGtnbVBMAAAAAAYEBQcHXFtd/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5ez0j5KcmJaYp6eiyMfFq6OmkZOdYGFpra2lw7/EkIeJoZ2kg4qP5+bY/v//o56ltbKylpyhqaaorbCunZaVoKGjurO2////3OTrqaClr6+rtK+y////vcjNtrCz2tripJqax8HEqqiwuLa4nqClppaP/vz65Ovzp5+kr6+tsa6w////tr3FWlhla2hyyLy6uL/Hk5ycvbWyv7m48e3oxNDaTk1XurOssLS/mpya0dDSt7a0xcXHr6WluLW3j5GZkpOYuLezr7S7lJOR//36093praWorqmmtLOz09XXr6murqqvsrrCoZiTr6amt7OzhYSOfnJqoKGmoZ2klJyisrCk////////foqVYmRdsqqture9t7CroKSloJyZ//76////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3t3fJSUmExMVKiwsQj06rYSKsYSSq3+Qq32Eq4BzroB1soN4rnptqnForHVnqHRlpHVjonRhnnFim29imG1gk2xejGlaiGdYh2VWhWNUgmJSgmJVg2NWg2NUh2VYh2RZhGNbhWJdhGFcgWBagV5ZgV5ZgF1YfFtYel1XeFpUdVhUdFhTc1VSdE9QcVJOblROe11XWUY8AAAAAgQGCQcHYmBc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////2d3gyL+4////4OnvpaKg6+Td////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/39wMXKzsbD////////////////////////xsrLzMS9////////////////////////////////////////////////////////////////////////////////////ydHZtK+s//rx////uru7///42OPvv7u4////////////////rLS5zdDO6+Tf//36////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3t/dJiYmEhAVKjArQ0A0oYKGpYjBpIftmXnSk3GhknCVjnCWhWaMflp/flp/fFp9eFl8dFd5cFZ2b1ZycFdvcVVublVsbFNobVNoa1NmalRkbFVkbFVibFRjcVRhblJfalFdaVBaZ01WZEtSY0xSY0xQYUpMX0lHXkZFWkJCV0BCVT5AUj07Tj03TTs2TDg4Tz86OSwpAAAABQYGBwgIYGJi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6vH21s7J////yMnMyMbG////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0M3L4+Dg////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3t/fJiQkERISLjIySD43lnJ8jXbAiHr8fGrbeWOieGKTd2KYdV2TaVGHaFCFalCDak6BZk2AY016ZU52ZE50Yk5yYEtvX0prYEtsYk1oY0xmYkxkYUxkYUpgZ01fY0xbXEZXW0VSWkNPWUJMWENKV0NHV0JGVEFDUUA/Tz08TTs4Sjk4STc0RzUxRTQvRDQvSTgzNCckAAAABAYGBwgGY2Jk////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////6O/2wcHFzszMrq2v1NHO4d/czs/UzMjF////1tjbvLm7vLi4/v394+zyzszKz9LQv7q5zdTcsa+t1dbUuLe3xsbO4N7c9/b09vj4t7/FxLy3+/v93+Li3NjVxcPL0MjFzc7TxsfM2NPQ4tzb3uXt////5ejqsK+vsq2w3NjXys7Ota6v////5+rvoqGjp6+5a2hu39jRgn+ScGxnrq6qxsXLwsjN0cnEubi4s6qqysvLs7S55OPe0czJ+fj61N3ls7Cuvbm5vb7B1dbWuLq8r6ah//76297ls7Gzzs/RsbO17OXe/Pv519ff8/T3////////tr7FsK+t9fXw19zlx7246uruuba4yMjSZF9vlZOHxsTBurm5r66w+vj2////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////39/fJiQkFRQTMTU4Pj07fGlke2V9dF6Jblp0b1tVbldSa1VTa1RSW0RDV0A7WkI6WEA5Vz86VEA6VUE3V0I6Vj88VkA6V0E5V0A7WEA9WEA9WD8+Vz88WD47XkM9Vz88TTk3Tjk5UDo6Tjs3TTo0TDk0TDc1Sjc0RzYzRjUyRDMwQTAvQS4uPy4rPi8oPi4pQTEuLyQhAAAAAwUFBggEZWRm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////09/upqWrt66pS0BHure9i5eZWFNat6mm////hJGkgHBnjomIuK2n4Oz5goaWjY2Ii4qIZWJsuLe1a3R+lY2Df4CNs7S2nJifjYmPbXyErp+Y9fT0m6iyMjU+nJSRwLiwXlVYlpysy8nLuLWwNT1Lq6CWz9PUQTxKVEhPm6CthpCOk4iA/Pn3uLvIVEhSfoKPvsnVr66sdWxzp5+YkI6YlJWghpSlOC44h313oJujR0VHkZORk5ymWlZV8u/qtcfSSDxAZ1dcmpmkZGl0g4SHmo2P///4rrLBgXaAW2Fuam9s1dPRoqOmMjM4ppyW////lqGujIR9rLnEUmJrurGrrqqnQDg6qKenh42aeXN9yMS7pKmyOzk5g39849ze////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////39/fJCQkEhQUNTY7SkM+mXdmmHJhjmtWjGhTjGVSiWBVhF5PhF9QdVFAbEc0bEk2ZkY1ZkU2ZUU5ZEU3Y0c2YEI4YEI4X0I4XkA4Wz81Wj84WT43VT02Vjs0Wz01VDkzSTQxSTQ0SjU0RzQwRjQvRjIyRDExQjAvQC0tPi0sPS0sOSsoOConOCkoNyslNSklOi4pKSEcAAAABAYECAgIZmVn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////z9zpjo2L0MPAiYaMeoWNi4eHhIONpJiY/v//dnyMrZ2YjoqKz8XA8vv/bHR+i4qOkZeUr6uqw8LEn6SskZaTqaShjpGempyfubSzh4yUmpqS///7lqCsgn6EwMLHsaijfnRyfICJk5ioraqogXZ2m42Nw8XPko2XnZmZe4aQhYqRlpaR/Pn0wcXGo5qclZqplp2inZudqaepkIWHjYqQh42QkY+bkYiRw8fJmJiamJKblJmago2NjoiN////1N7miX+EoJmcenN6qaGmrrzGl5OS/fz6tLvIc2RksKmykJqgi5CRkpefjYiHqZmU/vn8cX+Qvqyf////i5Cdvbu7pJ2ak4iKoKCknJujmJ2mpZyZtq+yioiSfoOE3NnP////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgJSUlFBMSODo6SEVAmXVql3BkjmpZjGZXhGJXgl9Uf1xPf11OcVBBZEIzZkU2YkMzYkI0YUA1YkQ0YEY1W0AzW0AxWkAzWT01Vj4yVDwxUTsxTDgwSTUvUzQxTzQwRDEuQzIvQjAvQC0tPy0tPi4tOy0qOysqPCgqOSkoNikmNCkkMyYlMiYiMiYiMSYiNSsmJB4ZAAAABgcHCQkJZGVl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////6vH2hIiPh4F+7e7o4uTi9fDv2+Ho0s7O/v//0dDS7ebn5uXl/////v//6Onl6ers////////3t3a///97/Dz1dfcv72/9Pb0////8fDy7+7u////+/v7///97/Dz6ufn3uPmYmVosayr6efp/fz6+ff58PDy+Pb0////6Oro6Ojq8vLy////9ff18/Px+vn5293d9O/s////5uXj+/z64uTk4+De////9Pv/hICA6d3X7e3x////9fPz////9vf69vT0////3NrX////2u30hX6A++/n9vn739va////9/j87Oro7vDz/f399/X3/vz80trkjYuRqaWl2c3N7fH25uHe////3Nvd////9Pj56efknZ2h2tHM7Ozw////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKCgoFRQTOz4+Q0NBcmZecGBbaVlWZVRPX09MXE1GWktEWUpHUkM+QTItQzIvSDIvSDQuRTAuRTcwRzsvRjQvRjQvSDUxRTMwRjQvRjItQy4sQS0sPisrSjEqRjEpOywpPisrPCsoPCkpOyopOSonNiokNSgkNCclMyckMiYiMSQiMSQiMCQhLiIgLyIgMiYkIhocAAAABwcHCgkJY2Vl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////5Obp////////////////////////////////////////////////////6ero9vLx////////////9/n8//7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////29ze////////////////////////////////9/n7////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKioqExQUP0BAS0RGcmNicV9aallUZVNQYU9MX0xJXElFWkhDWEZBSDMwRC8uSDMwSDMwRDItRjYwSDwuRDMuRDIvRTItRDEsQS0sPiwqPSsoPConOCcpRzEnQy4mNCkkOicnNyglNykmNCkkMighMCUiLyQhMCUgLyMfLiMfLSIgLCIfKyAeKyIdJyAdLCIiHhcbAAAACAgICwoKZGVl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////4N/d+/n07e/x/Pv53Nvf+PHq////////////8/Ty8u/s7O7x3t7e4OHhwsfScm15nJiR1tPO7uzq/////////////////f7/5+bo5+fn2NnZ3+Dg7u3q////5Obo2NbU8vLw5+jq39/d8u7p////////0dHR9PDr3+Hj3dnY////////6eru7e7w1NPV+/f02Nnb4ebnubS3//ny6+7x19fX7Ovp///39fj609bY6+vp5uTi8e/s////////////////////6Ort397e5OXl6+nn////5+nr4d7d3d3d5OPe////6Orx39ra////+/7/29jW////4ufu3drY////7e/x1dXV3+De+Pj21tbY9PLv////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKSooFBUVQUNDS0ZJcmJib15ZZ1dSY1NOX09KXEtIW0lGWUVDWUdCSjc0QCwqQzAtRDEsQzArRTUqRTgqQS0sQC0pQCsoPisnOykmOCghOCglOCYmNCUkRS0kQSolMCUiNCUkMiUiMyciMSUiLyIgLCIfLCIfKyIfKiAeKR8fJx4eJx4eJB4dJh8eIxweJiAhHRUYAAAACAgICgkJZGVl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////1NnhmZuiuby6nY6Oo56jj5ik29PLwb28VF9sw7+66+7peHZ2kYuKfnmAmZmhpKazgX2JurWmzM3H3tjT////n6Grl5meqaqs+fLrm6SykYyJh3p8hoWPt7Gs/f//goqapJiSrKShdXJ6nKCjeXh2593XyM7TcGhre3+Me3522MzCtrrJtK2v3eDnSkpSraein6atend31NPXvLWu+Pr8nqOzdmttoaCic3uFaGdjtrOympOdzcjHdH2DvK+n////qrK4XFhb39zXzNPac2lpcXV8u7Gp+Pz8aXaJe25ulIuIjo2LYmdvoZyZqaGc5d7Xz9jim5ablZ6kcXFtyry5+vr6qrS+gHFuop6jYGpyhYWB4NXT/vz6////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4OHhKSgoFBQUREVHTEpIcGNhb19aZlpSYlNMX09KW0xFW0lEWEVCWUdCTDg2PCcnQCsqQC0pPiopPzApQDQqOysmOyojOigkOCciNyciNCUiNCIkMyIkMCIgQyoiPykhLCIdLyIfLiIeLiIdLSIdLB8eKh4eKR4eJh4eJh4bJB4dJh0dIxweIRwdIBwdIBoeJB0fGRIWAAAACAcHCgkJZGZm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////zNXnhIyfk5SSeG9xXVlel5mel56mhIGBSkdHlIJ9n6iue36DwbWzgXuDcWl0sKy0jZSej353//34////////hoWPTj9FTkhP8fPzssDNh3t7mI6TZGBwz7+88P//en6OsayskoF+nY+Tjpmha21y8Oniur3HioiOhYudg4eKpKypgH+FloiDtbS4dG93zcvJjpagYmluxL61////5/j/n6KnsqSkdXd+YWp6hIeRnJ+YfXl+d32CWFxj5NnN3eftU1trVE9PwrWrwre5npOVl5um0crH/P3/bHeOjoOH08zJcG9xUlZor66ulY2I3M6/ztfpen2KYWZtbnBzrqif/fz+lZuomIiNhH2Fc3F9c3+Furew/v39////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4OHhKikpFBQWRkhITktJcWZgb19cZ1dWYVFOXk1MW0pHWEdCVUM+VkU+Tjw3OiYkPCkkPSomOiYkOS4kOzIjNSkjNiYhNSYhMyQfMyMgMR8fMB4eLyAhLB8ePicgOSQfJB8YJyAbJiAbJh8cJh0dIx4dIR0dIxwcJhwaIh0cIBweIRseIBsbHxgbHRcYHRUYHhcYFQ8NAAAACAgICgkJZGZm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////ws3ZXlxhz8nA0NXWwsLCyMHDzszM2t3i6N/f5N7h0dPV6Obmvr7IuLa2sKuq6OPi3uXoxb26+/j2////prXKf4KLgnpzlo2PqrjHuLa0tbS2bWp0koWD++/s7/z+lp6ubmduxLqwyMbOsrKy39zc//36////h5ajlIeE2Nzjtbi74N/c6ujhoaCk1dTYxsjI39vYwMbN3NrT////9Pj719vb39zc2djU7ufo4ebvury+z9LSq66s2M/M////6e3wwsPI6+vt6ebou7e8kYyRZWdwtq+s////zs/U3dzgkZKXwrWr9PDw1dngwri4////oqy4ZV1a7OXe0Njgx8O+////t7zBaGJqlYeE+fLzu8PL1dLN////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKioqFRUVSktLUE1McGJhbl5bZVhWX1JQW01MWUlIVUZBUkM+T0A7Tj45OColNCQfOiYiNiQfNyweOTIeMiIhMiEgMSEgLSAfMCIdLiYZLCkTLCAbJBgYPh8cOBweIhQaJhYdJBYdIxcbJBYdIRUbHxcbIBYbIhYZHxUYHhUYHRMYGxIXGRITFw4TFw0SGA8TEAkKAAAABwgICQkJZWVl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////4uTm9vDn////////////////////////////////////////6Ozv/Pr3////////////////////////1NjdyszR3d7e9vb21tXb5t/a////7/P2////////////////5uTk////6/P48/Du////////////////5ODj////////////////8fb78e7r////////////////////////////////////////////////////////////////////////////////9vv+1NTUysrM5eTi////////////zMzO////////////////////3NvZ//75////////////////////5OXn////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKSkpFRUVTExMU09Pb2Jga11aZFdUXlFRWUxKV0dGVERBUEE8TT45Tz86OywnLh8cMyMgMCAfMigbNS0cLSAdLR4dLB0cKxsdLCoXL0wUMWAQLFAUITIUOi0ZNioZHiIZJSIdJCMaJCMYJCEZIh8YIx8WHx8VGx0UGxwSGhsTGBoSFhgQFxgNFxcPFBMPFxcUDRAMAAAABwgGCAgIZGNl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4///////////////////////////////////////////////////////////////////////////////////9//////////////////////////////78////+Pn7+Pb0////////////////////////////////ysrSmpqeztLT5+Pi//v2/////////////////////////////////////////P39////////////8Pn/l5GS////qKy31Me9//////7/////////////+f7/3tvd///9///////////////////////////////////////////////////9////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////4eHhKCgoFBQUTU5QU1FPbmRga11aY1ZWXVJQWU1LVUZFUEI/TkA9Sj04Sz06PTArKR0aLR0eKhsbLiYZMS0YKR0aKBsZKRsbKRgdJicTN3cPTMkBPawANHUJSGcPQGMMKlkHLlkQLlcNLFUHKFEJJU0IJksAJkoAJEgAI0YBIkYAIkUAIkMAI0IAIUAAHz0AJEICGy0GAAAABwQKCQgKZWVj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////4u31kpWVsqmkpqKiqqiumZ6lnZeQurnBvrm8zMfEnZqcmaCjo6GeyMfPqaWl//v0usXLiYaD083IsLO4h4CDm5KUmZqcpKWqo6arsK+tvbSteXODamZlvsvJr6Wf8u7pqamr+vn2ycrPqqmtmZub////ytLafX+Eta6n8Ozr+/7/oaCcopuiiYiQoKauiY+Xyb62lZijlIqKubi8p6WruLu9vre0xsDBkZefr6Sc8vPxipOhlIqKraqqtbKwm5iYeXV8xbu1////qqquvbOzfn2HpaWpq66zoZiR+Ozg9v//rLfBxr6229zcjZOaycTHrrC1t62l7eno////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4eHhJycnFRUVUVJSVFJSbGRda11bY1ZWW1JPWExMVEZGTUBAST07Rzo6RTk3PjIwKR0aKRkdJhkbKSYXLS0YJh0YJhsZJBoYJBgaJCcPMGMEO5sAMoEGKFQMQkkXPEQWIjwPJDgTIzcSIjcNHjMQHjMQHjEOHDANGS8LGS8LGi0NGSwKFysGFywIFioJFCgGFioFER0DAAAABwQKCQgKY2Vj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5vX/naSdloeHfW5wiH+KW2Fxdnt8j5iflY2NnI+PfW10XV9sfIOAeoKMpZKP/P7/WmBn8eDP////qLbAUEFIiXp5kpSfl52lj5SdiIGGo5GKi4SLWVdf0MvK+fr6////8/Pvi5icVkQ/x8PLdoeKzsnOW1pizcCx////////1N7kW2Fkd2dpeHN9eoKSvsLDk5GOe21rmZ6mLCo1qKiodoWSiX13f3J2tKen///75e/3V2V7Y1tikoqMjYSHa1xhe3iAtKuw////qayvopCLYlpqhYqatLvAn5CJ//7yws7bLTI+bWBYm5ugZ3J6lJmao56lf3Zxvq6p////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsLCoqFBMTUFJSVVRQbmJea15cYFlUWVJNVU1IUkZES0I/Rz07Rjs7QjY0QzY1LCIbIxkVIxkWJCYULDAXJh0XJhoZJBkXIxYXIyETJC8OJjMKJCcRFxUMMxcTLRMSEggLFgoKEwsNEg8SFhkcFiMhFB4kEhQZEwsNEAgLDQcLEAYODAYMCQgKCQUKCAQKCAUKAwQGAAAACAgGCAgIYmNj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////3/H8fYB7sKWfnI6LnJyknZmjpKmwoaajq7CwkpGPm42K2NHWoquzfoqMqJyc+fr8a3N71Mm9zs3PwsPGq6GjrKWncXB6lJeauLW6oaCirqGX3trfjo2Vyr+9/////f//eo+XTEU61MC4naS4Znd6tKysVk9Wx8C309TW4NjV3ObmsrCy0szHt7a2vsHLoqanqaSjsbOzjoqHxL/CsrC2u7i4qbGyYmFjwbCt////+Pr8r7K8ubK3ra+xp5iR4NveaHB+qpmW////cHR7lYV4uLa4rrTEkpqkloeA+vXux8rNnpOXurfB4t/lo6muipWbcHN6l46E8ezp////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0tLSIiMjFhYYUlNTV1VRa15eZ1lZX1NPWUxKVEdFUEBASTw6RDg2QzU0Py8uQzIvLh8cGgoKHwwNJBsJJCUMHBAKHgwMHA0MGQsLGgoNGQoIGAsFFAcDEAIGLg8HJAoICgACEAICDAkIDxcbFy04FjZAFzpAHTI1FRkaEQ4OCgsLDQsPDQoSCwsOCQgLCAcKCggNBQYIAAAACAgICAgIY2Nj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5e70lZSU//vu/////////f37////////////////////////////////8/X3////193kl5yjoJiY8+nh////19rdl5WXwsTG7Orn////////////////////////+P3/iI6T5uDX3+TnnJ6gqq2vzsfEz8zSqbK4m5qe3tHO////////////////////////////////////////////////////////////////////////////////////////ztLXysC+////ur/Gt7Oy////6/L5pKmwvre0+fHq////////////////////////wcDA////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gICACQoKHh8dVVRUWVhabnFzaW5vY2ZpXWJnWWBjVFxfTldcSlVaR1VXQ1NWRVRXOUpLJDg7JjlAK0g/LFJDIj5BJj1EIj9DID9DID1DHjtDGztDGztFGjpDOUtEMElEEzpHGT1GHUpXH2l1IIieL57GJ4OZFEFEEyUmDgwRCwkJCwkNCQgOBggKBQgIBQcJBQcJAwQGAAAACAgICgoKYmJi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6e3wxMPB7u7u//7/////////////////////////////////////////////////////////////////////////////////////zcnG////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+CQkJIyAeVVNRVltcc4SEa4OEZX2BYnt+X3l+W3Z6UXR3T3N4TXR3SnN4SnN5SXF8M2NvKWFuLndxM4B4LGp3LWl6Kmx6KWx4Jmx6JG5+JnGBKHOEJHKARoWBP4KEIHSIJ3eKLIedNanENszyT//+N7jfDTpIESgqDAwRCQUJBwcJBgULBAYLBAcHAwUGAwUGAQMDAAAACQkHCgoKYWFh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5u31xMPHxMTCubm7yczRubKvwL6+xcTGsK2yuLm708/M0tPTq6yx4+LdzMfE+ff33eHmr66wt7e7xMPJxMO/t7aytrKy////5OrxoJ6g29fW1NfcrainycvLqamr/fv95+3wuLq/zMzOyMbGu7i9raysw8HBx8jLv8DDtK6r////////oaSpsrCwx7+62NLLwr7Fvb3Bubq4xsXHwL+/v7y6jI6dXVhfu8G8p5+a3M/H////8PDw7+7u+vj25uzzwb29////v8rSy8O8////urzB+fXw19verqysztDSwL7E4trVztLXv7my2NzcZWhzuaea6ejssq2y5OTiz9XYlo2I1srA////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////goKCCwsLHh4eVVVVWlpab25wamxsYmdkXmNgW11dVVdZUFRUS05RRUtOQklMQUdMQUpLKTU5FigqIUAvJUg1Gy0uHSkxGi0wGS0wGioyGCwxFTAuFC0yEywyOT41MDk0Eik0FSw1EjlBHVRiIXGKIIuiIHOGFjtFDSEhCQoNBAcHBQcJBQQKAwUKBAYGAgUGAgUGAAMEAAAACAgKCgoKYWFh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////2OHxh4+deXh0kIyJg4yaWFBTgXNxhX6LaWh5eYSPqqOmgn55f3x5k52lV1JT9OrixMnUYVtjhZCcPT0/joZ8doKIkod/+/j2xMrSU0tYoqW0urvFdW5xR0VLdHNz8Ojlx9DgcneJwLmylpiYamFseWtxfHiCeHuIoKOtkIuIubOkpKKqfH+GXWFud2lmhYB3aG95Ly8xwryznaezg3VzlImJg4CNbm541NLN29vX8uvm////enJ1XlhdiYOC7PD1c3F5xcC9cXuBgH967urvfnmA/PXksrXAg3uCQklXrq6soKesgnV1e3+CYWNuura2nJ+kSEBFqaenZW56q5+d087H8Ozn////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////goKCCgoKHB0dV1lZW1hYbWFhaFxcX1dSWVFMVEtGT0ZBSz89RTg2QDQyPDEvOSwsPTAuKRsYDwACFxYEGSIADQYCEAICDQUADQQADwECDQAACgAACAABBAAAMA4FIwoAAQAABQABAgEABw8SDyQqDSwvDjAxECsuCRMVBwgKBQYKBAUJAwUJBAYIAgUGAwQGBAQGAwEFAAAACQkJCgoKYGBg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////0d7pgH9/srCykpWQsbW4mJObjoiLe3J0rrC1tLnIkpaYiIOGnJuYhZCQkYqR////ys/Whn6BsrvFenl/yr+5pq+/h4d/+vfypaq5cWlyb32Hqaijx8HEnpuld36D5uPU4+v1dHeClZKSlJiYqaieuKywramxd3+NkI+Vv7az2tjVkpmmj4eOn5uloJ6en5ycq6m1cHF229jVvsPKk42OjX14wLnAdnyMrKCc////////u8TQaWt4a2VomomCv8TPsa624d7dmqOrdoCAz83VraCi//76rbfJalxjpJ2ksri9mp+ii4KFg3x/l5mgsLS3iISEk4yRrqmsbXSBk4WH////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gYGBCAgIHx8fWVlZWllXa2dlaWJfY1tYXlZTWVJPU01KTkdCSEI9Rj07Qjk3PTUyOzY1NCsoFAcLFh4NHS8DEg0PFgsSEw4KEgwMEwwMEwwMEgsNDQkNCAcKNxsQJxcNBQMKDAcKCQkJCw4QChgYChshChsdBhASBQgKBAQKBgQKAQMHAgUGBAYIBAUGBAMFBQMFBQEFAAAACAgICwsLX19f/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////6vH2g4OHu7Ow9/j6/Pz6+vn53eHm1tLP+Pn1////////7fDy+Pb4////9/X3////tbnAppycvcfRvbOz////////8vL0////1Nne3dnY5ujm5+jm/fv5////8vL0////////7Ovr4uTm7u/x/v/79vXzvcDKlpWX1tXVwb3C////6PD1z8zO9PHv/////Pv9srK8uq6y6OnpxcTG6+jl6OXi////7/Hx9PHu////////iIqXgIWQsLOs1c/Mi4yX3drX////nKq1jpKNvry8vrS0////pKq3tqqk////6uvt+/j26e3w8Ofk/Pv76ezs+PLt////5+Xl8vb2zs/R//v6////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gYGBCAgIHx8hWVpaXVtZa2dlamFhY1xXXldSWVJPU01KTkdER0I/RD09QDc5OjQzNTIwNjAvFw8QEhwGHTAFEA0NEwgOEgsLDwoMEAkKDgsJDgsJCgkJBgYGNxsQJxYLAwMKCQgKBgYJCgcHBggIBQgJCAgIBgUFAwUFBgYGBQUFAQUFBAUGBQQGBAMFBAQGBQQGBQEFAAAACAgICwsLXl5e/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////5OXl7+vq////////////////////////+P7/2tfX////6urq/////////////////////////////////////////////////////////////////////////////////////////////////////////////P39//76////9fb5////////////////////////////////////////////7+7w///9////+/v78e/v+vj2////////////////////////9vn7/fn0////////////8vT29vLv////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gICACQkJHx8hW1paXVxaa2dlaGBiYVxbXVdWWFBSU0tNS0dHRUJBQT07PTk3OTM0NTEwOTMyHhQZEBkEHTEGDAsJDwYKDgoJDQgKCwkJCQkJCQgICQgKBgMHORoQJhYKAAIHBwcJBQcJBwUKBgUGBgIGBgEGBwIFCAQGCAUJBAQGBAQGBgUGBgUGBgUGCAcHCAUJBgMFAAAACQkJCwsLXV1d/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////+v//yMnJ/vfw////0czP////2djg4eDihIOWe3ZzyMbD7u3tzs7Q9/Pu////4+Xn0djgcWxz7+rll6CsopKL+fbx6+ro////8/b73Nzc39zb2tvb8vHt4+PlycjK//76////zs/P4+Lg3+Li4eLi6Ojo7uvo2drc7Onk9vf15+fnz87O+Pfz1tja3NbR////////////////9Pf65OTo4uLg1dTS3d3d+Pbz9/n73eDi+fj04uPj2dfU////////////////////5+nr4+Dd3N3d7u3q7e7uysnL9vPu0tvlaGVr9ezk/v//3NXYs7vFenJt//755erv1tXT6Ojo3Nze4eDg1tPV6ujl////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f39/CQkJHx8fW1tbX11bbGVnaGFjYV1cXFhWVlJQUU1MS0dHRkJBQDw6PTY3OTU1NTExNzIyJh0iDxoEGjAECgoGDAYICQgICggICgYKCAgICAcHBwUJBQIIOhsPJxUIAAAGBgcJBAcIBAYKBQQGBwMGBQUGCAUJCQQGBwMGBwMGCQUFCAcHBwcHCQcHCggGCwgICAQGAAAACAgICwsLXV1d/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////2uLpfX6DqqurjZmbqqGcqJ+fcHV8paSovcDDe3J9raees7a5Tk5WhoSC9evm4urvVFxsem90tLa5vbSsnZmhnJykq6yvb25u5tzU0+HuT0pUcGNnq661kpeeioOAhHh89Ojgrb/KhX14rKmzkpWfo6ardHN+bWNnpZiVvreykI2TWF5joqCZnp2la2t1nJKU///92OHvZXSDpZqO4eDgfYaWkZCSopWSiYWF0cW73eb0jZCbl5ugbWlkzL+1xsjPXGt6pJ2W////1+TxV11ta2NmrKutpqOofHNudGxwxLaz+f//oqi3paOjjYKEuK2ni42Xp620ray2iYmWk42KnJKScnd+bWhtXlRbz8bG////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f39/CQkJHx8fXFxcYF9dbWZoaWNiYV5cW1hWVFFOUE1MTEhHRkJBQT07PDk3OTU1NTIyNC4vLCUqFCMMFC4ACAcFCwQKCQcJCQcJCAcKCgcHCwUGBQYKAwEJMBoKJhQKAwAHBAcKBgYJBAUGBQQHBQUFBQYGBwcJCAUJCAQGCQUJCwUGCgcHCQgICQcHCgcHDgkKCgcHAAAABwgICgoKW1xc/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////hZariH11////k6Wym5CGo56dTk1Xqaqsm6GmjYeGloeEwbq9dXmEdH2Czce+8/X4aWl8d3F4tri4kY6Md25rjo2TZnB8cm1w8unh4+zsZFxlgniCg4ONjoePr6+vo5mZ9+3nuMTRdnd1h4uScmt4uK+skJGcfHR7sa2yiX96k4qMhomUkZubenp+k5ahtK+0////pay0PTc8b2JiyMXKipOjj4uSrqepcGFm5tvR1+T2ZWFtlY6ThomOnqOjk5KSSURJaV1f8Orp7PP4ZmZ5gHuDkpOblIiGpZqajIiP1MfH6vj/kZidd3yDgnVwsqynXlpfmJynXmZ0nJmZycLDtaill52ngHqCeHd7hoeJ9PDt////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+BwcHICAgXV1dYmBgbWhnZmJhYFxbW1dWVVFQUU1MS0dGR0NCQT49PDk3NzQ0NDExMiwtMSkwHiwWEisABgYECQIICQQKCQYGCQUJCAUJBAUJAQQGBwUASB8NNhkLAAAGAwYKCQYFCQUFCQUFCQYGCwcFCQQKCAQKCQcJCgcHCwcHCggICwgIDAkJDQkJDggKCwcHAAAABwgICQoKWltb/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////0Njif3yCr66wtq2w7vDzu7W2/vv7xsjP5NvY8vb5yMPAlJKYsq2svsLH5+Lb////1NLU5uPjv8PGx8PA3OHesq6t3tzZ5ODl///99fv41dLS6OfpsrGz6+Ld6PP1ZF9k49TJ////vsHG0dHPu7i639jV4OLk1dzjdHeAvrixpqesraapwMPI6ujlq73MgHNw///62Nrd2dDQ4t/lyc3aq7G2rrG4b2hwtqWe////8vj9rayu6eDZ4unwuby/3Nzc4tzb3Njf7+rt/v7+0tLU6OXlwMLF18zE+fz+Z2t0vqyl+vz+rrK11c7H8PP2xr/C6ennrq6uy8nG4ufn5+XjlpWZq6Og3tvd4uTmsrW18+/s////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+BwcHICAgX19fYmBgaWZkZWFgYVxbW1dWVlJQUU1MS0hFRkNBQj0+PDg4NzQyNC8yMSsuMSkwKDQhFCsCBQUFCAAGCAMHBgIICgMFBwMGAAIKAAACFgwAiz8fbjEaBQQAAwMGBgQJCAUFCAUFCQQGCgUJCQUJCQcHCwgIDAYJDAgIDAgIDAgIDgkKDgkKEAoMCwcHAAAACQkJCgoKWlpa////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////7PDzt7e31c/M////////////////////////////3+Po6OTf////////////////////////////////////////////////////////////////////////7ezw8u3s////////////////////////////5+Pg////3ePo6+bj////////////5+Xn/////////////////P//8e/v////6ejq////////////////////////////////////////////////////////////////////+Pf56ubm////////////////////////////////////////1djb/ffy////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+BQUFHx8fYGBgYmFfaWdkY19dW1dWVVFQUE1MTEhHR0NCQD07OjY2NDAwMSwtLSkrKyUoJR4mKDkgEy8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAMAaCsMVCIHBQABAAAAAAAAAAAAAAAAAAAAAAAAAQAAAwAABAAABQABBgACBQEABQEBBgIBBQEAEAkJDggKAAAACQkJCgkJWVlZ/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4/////////////////////////////////////////////////////////////////////////f7+////////+vv5////////////////////////+/v9/////////////v///v/9////////////////////+fj4/////////////////////////////////Pz+////////+/z+////////////////////////oqevxrmv/////////////P7+/////////////////////f///////////////////////P37/////f39/////////f76/////////////////////////////P7+////////////////+vr6/////////f7+/////////////////////P39///////////////9////+/z+/////Pv7////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+BAQEHh4eYWFhY2NjZGJgXFhWXVpYVVJQUU9NSklHRUNDRD9AQj0+Pzs7Ozg2NzYzNTIuLyksOEQwJDgTBAMBDQYIDAgIDAYJCggICgkHCwkHCggIEAgKFgsGFAwGDggKCgoIDgoJDgoJEAkKEAsJEAsJEAkKDAYJCAIECQMBCAQDCAIEBwMBCAQDBgIBBAAADgoJAAAACAgICggIWVlZ/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////2+Dnm5ujw8C9s7GzlY+Q4tjQ8Pb7en2IrKmntre1goJ+q6Sj////yM7Tk5GZv8HDoKiwfHyBk4yPrZ6bvr3DcnR+oKGdmpuZysXItLK6rqed9vDpzdnjioyMraSk9+/nscDLl5GMwb/Do52gs7S3s7a7xr65qaiscnh9rq2t1djbkIuI9vLts8DSgHh6qqqvwL/Fr7KwopiY6+jt2ODnjZSesK+tr6qprqyqoaOlp6amhoiLkoqMnJKSmpiaj5OWpqSfxMHHgYeOmo6M//v08Pr/pLC6wbmx5eTooKe1op+fnJKQmJaY0MnC+Pz9goaTq6Wit7a0f4B+paCf////2uHompeXwcXFlZaUx7y8sLGzjY6Ttqyn/v/7s7jDt6qimJulsa2t////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fHx8AwMDHh4eYmJiYF9fZF9fu7m53NnbzczMzMrIzcnJyMbIy8jFx8TCxr/Cw8G+w8C9wr69wr28xL++vrq3tbKvt7Oyt7Gyt7KxtrKytrKyt7GytrKys7Cwr66ysrCyt7OyuLSzubSzurS1ubWzurS1u7e2u7W4u7e3wb26v7q5u7i3vbq4vbm5vbe42NXVenZ2AgEBAAAACAgICQkJWFhY/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////n6q3iI6VoKeqbF1dcmJn7N/Xz9voYmJ1q7C5hoWJU05RgX96+fLrsrnJVFFdmZudjZaZWl5raWFsk4F6iI+ZQT4+paGea3mGjZGUgnF29O7l/Pr4yNPZcnyAnI6S//7+jJKfsKqlc3R5lZKSW2Z3jYmPq5yRfH6DPUZQkpOTdYGJXVdc+fPsucDIe3qCV15sfX2Hd3l7h4B7q6Sjqq6zfYOVioWKopCLcW91VV1tlI+Wio+YZFdcnIuGpaOrXmRxiY6JZmhzgH+Hrqar///9usXQKi45W05LzszOgoudkYeHp5ubY1tkzcG54e34aGuAsbK1ioWKTElLeXh28uzjw8rYhYiVUVtlYFtam6CdamdnUE1ar56b+v//lpaap5qORUFLxL++////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////dHR0AAAAHx8fY2NjW1tbbmls6eTp////////5ODj////////7u7u9vX1/fv7//37/fz8/Pr6/fz6//z+//7+//7+/fz8/Pv7/fv7/fv7/fv9/fz8/fv7/Pv7/fz6/fz6/fz6/vz8/v37//78/v37/v37//7+//39+/n59/Pz9PHv8O/t+fb2+/f28+/v////vbe4AAAAAAAACAgICAgIVVVV/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////8PH0qqq0vrm4tbW5lIaD/Pj3zdnjZGd7bGlzwLOuzs/ZiYuL+vjx2t/oi4qOk5Wav7+6w8PFu7W4sLS1YWJsjH+B4+DgqrG5i5qck4uO+Ojh////t8TMYmprnpSW9+jj7fT3raqqysjIraivwL2/qK20nJqcraqlyMrMnaKlp6ukxb3A////xdDSh4OBsrGzo6ioo6WqmZqY+PPs5e33nZ+poaGjt6qnv7y6vb/Gnp2ntKmrvbm5sKqpaGRrr6yym6Knt7axrb3Md2xs//r3xsnMpZqcv7vFys7Zo6qtnJuda2RtgXJx+PHq2ObwbXOGbmpxuayi09LchomM8vLqsbvLT0pRyMG6sbbBn6ahycG8rK+5lpGU////zNHcsqelk5abcWlp8vDt////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+AAAAHx8fZmdnXl1da2pq6ejo5tjQyaqiy6+svZyW2svE6e/u+/v9////////////////////9/j46+zs////////////////////////////////////////////////////////////////////////////////4N3d39vb8e/tysfFw72+8+/u////qqSlAAAAAAAACAgIBwcHU1NT/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4///////////////////////////////////////////////////////////////////////////////919/nysTD////////////////////////////////////////////0NXc1MrK/////////////f///vv7////ytPZpKGf///9/fv4////////////////////////////////////////////////////////////////////////////////7vL34N/f/////////////////Pz6////////0tXalpOV3drX////////8/7/vLm5//rz////////////+f3/3t/h+///vrvA///3/////f783+jtxb6/////////////////wsTE4djQ////////////////////+/z8////////////////oKCk39nU////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z8/PERAQGhkZaWlpXl9famtt8/j43Kyov3lw0peRuWRfzJ+Y+f///fv97vDu6unr5ufl4+Li5OTi4uHh1dLS1tHU4N/f/////////v//////////////////////////////////////////////////////////+vr66OXl8ers6eXlsq2strCx6+Xm////raupAAAAAAAACAkJCAgISEhI8/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////4u72u7q2////////+vr+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7u7//jz////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3t7eEhISFxYWamtrY2Jib29v8Pf67ce81Y194MSz1JiC57eq+f3/8u/03+Tf6ujq5uXl39va39vb5eHg4t3czcrK29ja9e7x9/Xz8/Px8/L08/Ly8/Px9PTw9fPz9fPz9fTy9vT09fT09vT09vT09vT09vT0+Pb48O/v6+jo+ff37Orswb29wry77enp////sa+vAAAAAAAACAkJCgoKOzs76enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5OnuubzBy8jIw8G/p6mrvry+0M7QtrW5v8LHyMrMubS5z8rJurq81tbUn6Sl6enfsrjAy7y14+nur6+0ycvNuLu+qamptrOzwLvAuLWzsLCssrS34eDbxsK/9PLyytPb29LK////5OPpvMPBs7Gz3+Tpw8C/v7q6pqawycS/zszK6uDg9fb0rK2yzsjF+vX08/j5rqux1dHQy87RxcG8tba2qqmr///99Pf5raqw29jWurq+9+3j9/n7oaKnuLe30NDMsbGxs6+v////0dbdq6uzu73AvbWtzMXAzMvRxsbGqaahyMTE2NbUxsfKxL+8////eIGRpZaL0M7Ora+yzc/Pw8DG0svI0dLUtrKyvb/BsrO339vWx8TB5+Hi////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////09PTCgsLFxcXbW5uZmRkcnBy9Pv/7Mq71pyD5su6z5d+572t+f//5uLn6uvp5N3f6ubm8u7r7evr7evp7+nm5OHe5+fi5t/i5uPh5+Pi5+Hk6OPi6ePk6OXi6OXi6ebj6eXl6ubm6+Xo6uXo6+fn7Obn7Ojo7+vr5+Pi6+jo+vv7////39zczsvL////////tbOzAAAAAAAABwgICAgINjY26enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////wM3ceoGTwLGkfoOKKjE7pqGahH+Jc254qauwW2t6j4WAu762PS416uPlkZ6xpJKN5ebk8+3mrrLBYV9ssbK0iZKYSk5ceGxwPT9GcGZejZKTeHVzmaCjUlBQ5NrV2eHm2tvVa296d25zd4iQs6qifIeZbWJgu66uV1Nmj5OWZWdquqqj+ff0scDFSD8/8d3OpbXEhYeMipahhnt/mJKZRUJHeXd09vLxpK23gIOImKOrg3Jt//7wzNHeV1lpqayxhIqRSEI9kouG+/bzur/KhISOb3uObl5beHRrcWhvbG98bXBppqSka2puV1Rgq56c////ub/Hl5WSWVJanJqkTlhmqqeitLeybF1dmJKZSEtYgIODo6WnUE5OysC6////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dHRBwcHGRkZcHBwZ2VldHJ0//////bs7dG9/uff9tnI/e7j////49rf5ODf5eLi497e3t3Y3t3d3dbd3tXY593d2tjV09bP19XV2tTX2tbV2tbV2tTX2tTX29jV3NnW3dnZ3tra39vb4Nzc4d3d49/e49/e5ODf4N3b//7+////////////////////////ycjIAAAAAAAABwgIBwcHMDAw5eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////3OPwfoGOlZCNlZWRnaKnmJycnZubfXmBiIqNl56hube5sKuoj4yOZm95k5Caxbm3//fy////vsHLb2tziYqPr7KroqKsq6GkhomTpJePztHYiYyOi5SQkYyT//36+v//UVlecF1Y4Nbdm6q5pqedjpSZnJCM09DLoJugrLTCioqM6tvU7/b7am+BiX5u9/Pu0dXck5KapKWqkI2Sn5CLs7G5d32A6und3d/mkpCYoqesgHdy/vTiwMvYZGJ1g4aTqZ2bqKqxhYWD+vXuoqy2lo2Hp6izop2ipKGhkIySg4GNmZ2kmKGenZeWhYWPl4+S//7+o6uwjoWAenqHd3B6p6Gmur7Bsa6rlI+SjH5+t7K6jpadjZiUj4qP+fHs////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////0NDQBgYGGRkZcnNxbmxsbWls2Nfb+///+//79PX19f779v367/Ly6OXn4ODg4OLg4uLe4eHf4tzh39vb2d3Y3t3f3tng1trV2trY29nb29rY29rY2tnZ2tnb29ra3NvZ3NvZ3NvZ3NvZ3dza3dza3t3b3t7c3NvZ4ODe8PHv7u/t6+zq8vHx9PPz7e3r9fX1m5iYAAAAAAAACAgIBwcHKSkp4+Pj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////8fDw5+ns+fj0////9fT4////8vHv5ufn////9/n78Ozs////3d/d/Pn2/P3/+vn5////////8/Lw5+jo+Pn5/v378vb5sa205tbR9fX1//////////////78qrvEdW5p5N7hsa+v/f3/8fHz/////////v//+Pn5/////v3/+/j24erygXuLuK2n7+zq////7Ovr//v69/v89O7p////9fX3////////7ezs/Pn3mqOrqZuW8fb3pKy4nZOW//r1////9fP1////0tbZe3h43NLN////////3+Tn4d/d+ff3/v37////4+fq1dPT///98vb37uvptbrDrKCe////8PL19PDv////6ubj////9vb6////+/r8/Pn5////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////z8/PBAQEGhoadHR0dnR0cm1ycW5ueXZ4dHF4cG9vbGxuaWZsZGRiY2VjY2FjYF1dWlhaU1JUUU9MWn9RXpdaS1pITkVKLywsIyMjLCYpKyYnKyYnKygmLCgmLCcoLCcoLCcoLCgmLCgmLSgnKyYnLCcoLSknLScpKiclJiIgJSEhJiIiJyMgJiMeJSMeJyMgFQ0LEAsNAAAACQkJCAgIJSYm4ODg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4N/d//37////////////////9vb2////////////6uvt9/Pw////////////////////////8/P3////////////////////////////////////////////////////+/z//////////////////////////////////////////////////////////////////////////////////////////f39////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////z8/PAgICGhoad3d3eHV3e3d3b21rZ2RkZWJiYV9fXlpYWVRXVVJSTk1LSUdHRUJCQDs+NzI6MDYpRoo4VrFLME4iMCopFQ0QAAAABAAABAAABQABBQABBQABBQABBQABBAAABAEABQABAQEABAEACgAABgACBAEBCQIACgMACAEBCgEACQIABgEABgEABQABFg0LFw8NAAAABwgIBwgIIyIi3t7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////7fT5vb299/Pw5ejq4uDe5eTo0c/P19ja5+Pe////2dnd5uXl29vd7+zp19nc29nX5ebm3Nze2tvb19bW3d7e3t/i3dza3dze3t/f2trYqq69Z2Rwrq6k1tXR6+Xg+vz+0dHR/fv25ujqxcPF//75tL/JdW1q6+jl6Ojo9/f50MzR////0tjd8u7r2t3f19XT9fPx7evp7uni/f7/1tPV7Ovo3uDg////7fH219bW4N3b3uDg8fHt39/fy8nJ///9/f//0tLU///94ufs8eni////u8HG3NXO/v39zs/P0M3K////////7O712NLT7/Hz2tja////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zs7OAgICGhoaeXp6e3l5e3h4enh4eHZ2dXNzcW9vbGpsZ2VlYmFhX11dWllZVFNTTk5OSkZLSkhBVXZFUopJP1Y2Pzs5Mi8uFhEMGBITGRUUGRYVGRUUGRUUGRUUGRUUGBUUGRUUGRUUGRYRHRQUHRQWGhcQGhkNGhYTGRUUGxcOGhYRHRUUHhUSHhUSHhUSHxYUFxAKAAAABggIBwkJHh0d2tra////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////1t/nenx/q62tnqKdiImHsLKqpaOzlIyTfoiOwK6d////c3uDvb+3m5ejnoyRb3iNi4+UtrGwsKCZmZicam9/nJyhw8TCp6yxfHZ7jIKEmZSXjo2ffXuGu8K/uLa4vLKoi4eMc251p6u2rLS1f3Fx6drP3uv4kZmjnKKpqp+hsKeknpyec3uDlIqCrLK3cnN1wbm5fn+EiIaDjY6MZ19hq6mrgYyYpJSU////sr7LT0dOcWRmp6mzhImUh4WDin6C6NzS/P//i4aNube0sL/Ct7GybGZro6eoiY6OlaCeoJqTf35+oZyV////nZ2lraCWbXB7sKmr////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zc3NAwMDGhoae3t7fHt7fXx8fXt7e3h4eHV1dHJycW9va2lpZmRkYWBgXVxcWFZWUVFPTExMTEhHSEU+PUI3Pz45Pjs5Oz82Hh0YFw8QGxYVGhYVGhYVGhYVGRYTGhcUHRcWHRcUGhIPGgkPGBYZGBUUHggPHQgPHxMVIBMVFwoNHRAVIBUXGBIQFxAPGRITHRYVEw8QAAAACAgICQkJHBwc2tra////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////hZariX11////s7S3nJ6clqCelo+Y49jWjZuok4WA////laCql56Zq6Oop56Zi5GhsLfFoJiaiXtxhoOBe4ONfn2IlJSUoKems66riYGIe21vrKevfoOQm5mhsbG5j4Z+jX9+kZCcYGp6o6eopqCf9Ojgw9HeeHuGgomTf39/fXFupaGgXV5pxLiyqLC3c3d+mqKgenV4kJCUgIaNj4SEnp2fdn+Jd3Jx5d/Y3uTpbGFpiH+EfXqEjYePq7K3qaKf6tzX////xb/En6Gmc3+BmqiwOS0q////w9Lhoayuwr+1cm93lI6N////paeqo5ePWFZev7ax////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zc3NAwMDGxsbenp6fn5+g4ODgYCAf319fHt7eXd3dnR0cXBwbGtrZ2ZmYWBgXFpaWFVVUFBQSEpMRURIRD5FQj1AQD48RENBKikpEw8QGxkXGhgXGhgXGhgXGBkVGhcXGxUYFxUUGB4TGSgbGBcXHRgTEhsSEBYRFxUSExUSDhERFxMSFxUVExMTGBgWCwsLAgIADw0NAAAACAgIAQEBLzAu8vLy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////09vjgX6GrKutz8bJh4+UnZ+Xko+hnImI0dTZ0c3M////bHV9qqymgH2QuKac19ra6Ojq2tnbxcXFycjG4N/dxsfJuru/0tTSwsLExcLAvraz9vPz2Nzfv8TLcHN4xr+2y8rQt7e7yMrKztLTb2xz49bM7/b3r66u2dXU0NfVzc3Pz8fJ//7+0Nfe29TN2Nzfzc7K7+zq6ufn6OTi+fj+x8XH6ubhvsbJ5+Ha+/7/29jY6urss7Gz9Ovo3eryb2pp9+re8ff8komN6ufnaHB9ta+kqKu2nZaTtayxvsPMgoZ9Z1xYurGz////5uvwzMTGxcnMYFxf4drV////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zc3NAgICGxsbfHx8gYGBhoaGhISEgoKCf39/e3t7d3d3dHR0b29vampqZWVlXl9fWVlZVFJUTU5QSkpKR0VHQUNBQUE/RkBFNTY2FRYWGBgYGRkZGRkZFxgYFhgYGBYYGRcZCAMHKVAzTqVtDwwLGS8eXuCMYNyDEyAUFikgVbhtJkorAAEBbWxsZmZmcnFxlJSUKSkrAAAACQcJAAAANTc1+fj6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////7/P4uLe55eDf4+Tk5+Xj3Nzk5d7Z////////////19fX6ujo1NXY+fLt////////////////////////////////////6Ovu////////////////////7unk////7vT5+Pb0////////7uzu+PPy////////////////////////////////////////////////////////////////////////////////////////////////////6+jo//n2+/3/6ujm////////5eLg////wsrQyMG88e/tz9DS2tfQ////////////////////2tzj5uPh////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zMzMAgICGxsbfn5+g4ODiYmJh4eHhISEgoKCf39/e3t7eHh4c3Nzbm5uaWlpY2RkX19fWVlZVFRUUE9PS0tLR0dHREREQ0NDREREJCQkGRkZHh4eHh4eHR0dHR0dHR4eHh4gFRIUMTs0S2RSHRccGBwXOX1IX9eEIy4jJzwve/+qMWhBAwACbmpqYl9fe3h4o6GhMDAwAAAACAcHAAAANDU19vb2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////+vr8////////////////////////////+vn2+vz8////////////////////+Pr6////u8PKoJaR/////////////////////////////Pv9+ff5////////////+Pn7////////9vr/1NDX////7e/y///7/////f37/Pz66u3ykpCdmJGO8e/t/P3/////////+Pf3/Pr6/////////fz8/v7+/////////v7/8/f309Pb7u7u3t3h+fn5oKWs49jO////////////////////////////////////////////////////////9/b4/////////////f37/////////////////////Pz6/f7+////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zMzMAwMDGxsbf39/g4ODhoaGhISEgYGBf39/fHx8enp6dnZ2cXFxbGxsZ2dnYGBgXFtbVlZWUFBQS0tLR0dHQ0NDPz8/PT09QkJCKioqERERGBgYFxcXFxcXGBgYGBgYGBgYFxcXHhcYHhYYEhkaFxMVCQABDxcQHh0ZFh4XIUUuGSIbFhMUFRUVEhISDw8PBgYGDw8PAAAABwcHAAAANjU19fX1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////z9rktKqq5+3wg4qPvraxoZyhmZqdioyRlpWbu6+sv7m8m5mhwcLEnJ+pk5CNgXh77+LW1eLseHmBxcLAo6WqhIWIk4mJp52dh4OKoqWquLm+wr65oZiasq+0rLbCxcK9mpaW5N/cw8zYu7e8sLi/nJuZu7u2w8LAgYCIpquwurnBdmx3kI2ImKKgrKilq6exurq/v8PIxL61p5+irrCzoaSkvLu/gYWQj4WHj4+Pm42KramupK62r6ij+vj1l6S2qJySpKeuf3l+mJCTiYuWxMLErrOusqutsLK3eXF0xr26////y87Tf4CI6OXj2t3gjouNh4aMpKapsq+q/v39prXCbGFj4dXN////j46Y39TM////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zMzMBAQEGxsbgoKCg4ODe3t7enp6eXl5d3d3dHR0cXFxbGxsZ2dnYmJiXV1dVlZWUFBQSkpKREREPz8/OTk5MjIyMDAwLi4uMDAwJCQkAAAAAAAAAgICAgICAwMDAwMDAwMDBAQEAgEBAAAAAQQABQMFBgEIAwAAAAEAAAAAAAAAAAAAAgYCAAAAAAAAAAAAAAAAAAAAAAAACAgIAQEBNjY29fX1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////+fv9tri9T1JZraegw8LMdWVqYltojJKaqLDAl42NY1VVi42ShY2XamZwjoaBm46S7NrTydjleoKQjpWdnpWQdHmGYFtnkYB9loqObHSCtLvAsLCrVURBdXaGeoWXqaKZenJt7evrvsS/g4+VfH2C////l6GmmY+FZmR3eXuKs66zk42Si4OFc3V/iouHcG95cnaEsrrEnpuRYFFTWVxpa3R6oaajamVvPjVCmJuduqmoxMHHnJuo////////qq2yhX+AX2Vta2FrhHV1en+NfIORent9hYmKenRzjIGFwrW5+P3/aHOALysts6SZx8XHYVhffn6Ljpmrn5KN/v34ma3APSov3s/E////m5ym49bO////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zMzMBQUFGhoagoKChYWFfn5+fn5+e3t7enp6d3d3c3Nzb29vbGxsZmZmYWFhW1tbVVVVT09PSUlJREREPj4+OTk5NTU1MTExMTExNDQ0EBAQAAAACAgICAgIBwcHBwcHBwcHBwcHBwcHCAUKCQcHCAkHBwgGBwYEAwcHBAUJCQYGBQYGAwUGBgYGBQUFBAQEAwMDAwMDAAAACQkJAQEBOzs79/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////zN7pQjc3//rwzNfhjoF/3tbZm628enZ2sLStpqOjsaqtt7i9vbq/z9LUX11j5NbL4evwgoOGsrW3n5yct66ruri+rKutdHJyfXp6uba8vre0u729jpCTnp2fn5+kqaah/f35ytHUgImRhYCF0tHPs620tq+woZ+nlJOVzMPA29/kq6GfycbMnaSnsLSvfIiVVVNZs66nt7m5oKCimJiguLm3wb/D0MfJxNHZeXNyrKGjurS5////////rbW6mpGMzczOvLe8uLO4o6aro6enpaWtqKqo2drWYWVwwq+p8Pn/pqq10s3N29HRrKevkJCSb3OCaGVvxbmx////z9ffqKCi9/Tx9fj9gn2E59nO////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////z8/PBgYGGRkZg4ODh4eHgICAgICAfn5+fX19enp6d3d3dHR0cHBwampqZWVlYGBgW1tbVVVVT09PSEhIQ0NDPz8/PDw8Nzc3NDQ0Ojo6JycnBAQECwsLCwsLDAwMDAwMCwsLCwsLCgsLCgwMCwsLCgwKBwwICAwIDQoKCgoKCQwGDAgKCQkJCQkHCAgIBwcHBgYGBQUFAQEBCAgIAQEBQkJC+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////7PT7z8/R////////////////7fX6xL69////////////////8fL0////yMjN5NzX////////////t7e5///6////////////r66w8+zn////////////////////////////+fr8/fr35+XnqaioyL+85ePj8PHv////////////////////////////9f//ysS/////////////////////////////////xMTMzcW+/fv4////////////////////////7fT56efl////////////////z9HU1s7L////////////////4uXq+Pfy2uDl29HR////////////////////9fj7xb/A+fLr////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3d3dERERExMTgYGBioqKgoKCgYGBgICAf39/fHx8enp6d3d3c3Nzbm5uaWlpZGRkYGBgWVlZU1NTTU1NSEhIQ0NDQEBAPT09OTk5ODg4Ojo6FRUVCAgIDw8PEBAQEBAQDw8PDw8PDw8PDxAQDw8PEA8PDw0QDw4ODQ0NDQ0NDgwPDAwMCwsLCgoKCgoKCQkJCQkJCAgIAwMDCgoKAAAATU1N////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////yMfL+O/p////////////////////////////////y9LZ08/K////////////////////////////////////////3N7jycrK////////////////////////////////////////////////////////////////////////////////////////////////////////////+///tLKyzcrI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0JycnBAQEenp6kJCQg4ODg4ODgoKCgoKCf39/fX19enp6d3d3c3Nzbm5uaWlpZGRkXl5eWVlZU1NTTk5OSUlJRUVFQkJCPz8/PDw8Q0NDLi4uCgoKFBQUFRUVFBQUFBQUFBQUFBQUExMTExMTExMTExMTFBQUEhISEhISEhISEBIPEBAQEBAQDg4ODAwMCwsLCgoKBQUFDQ0NAAAAaWlp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////8vT3mp6juLGutbi2ua+v9Pf87Oro6OnppKOlyMXKvr/Bu7i/3dbRgYmTm4qB19jWq6uv2dnZlZidvrSv////xszTr6af2+Lll5iW6uHb////197lnZyay8a95ufnrKqy49/axcfR0cfBkY+hZF9frbCrvL/Cqamn08jG+vr8tb7EsKilt7OzvLq6wMDCmJugxLq0////uMDHv7i1yMrNrbG2tK6twL/By8fHsrO3vLy62dbRvbrApaKkvry8srW4sbXAZV9plI+CwcG84NrV////s7a7z8a+4eTnqKmsyMvLrKyszMPA//7+xcrPoqKgs66tvLe6s7W3rq2t3tvW0c3Ks7S5zMjH////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////UVFRAAAAZ2dnmJiYhYWFhYWFhISEhISEgoKCgICAfn5+enp6d3d3c3NzbW1taGhoZGRkXl5eWVlZUlJSUFBQTk5OSEhIREREQkJCQkJCRkZGJCQkDAwMExMTFhYWGBgYGBgYFxcXFxcXFxcXFxcXFhYWFhYWFhYWFhYWFhYWFBQUFBQUEhISEREREBAQDQ0NCwsLBQUFDAwMAAAAmZmZ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////o6q4bWx2h4ycWFZSq6CWoKWyi4WMk5WXa2pnray0SEpVqaimrbCujX98oaavMTVAkZORbWt1bWhypZ2i////qKexgHNxo6ivfn+M2sO18fr/ZGlwy8rHiZaZT0xHp6uyXm16j4F6v760Y1tihn2AxMXIVl9vX2Jdu7Cq9fX1dYqiWUtNhXZ1k46TUkxUcnR/p5+k////093dYVxZb2FeYWp9VU1WoKOot6echoOFUmBtcXd8k4qPgHR2Z15pen2KpKaxgoGJqJqO4t/a6OXi////hImbuaah0djffXqGW2h1XmBZsqii//7+o6u1ZmdqW1ZegnV3V1xnenx6oqSmcG9tZl5lw7q3////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////lpaWAAAAOzs7mZmZh4eHh4eHhoaGhYWFhISEg4ODfX5+eXl5eXp6cnJ0bG1ta2traWlpY2NjXl5eW1tbWlpaUlJUT1BQTU1NSktLR0dHSktLSUlLLS0vHR4eGBkZFxgYGBgYGhoaGRoaGhoaGhoaFBUVDxAQFhYWGBgYGBgWFhYWFRUVFRUVExMTEREREBAQDg4OCgoKBAQECwsL3t7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////29vjk5+vj42TqqWql56doJyZqaCgr7C6jJCTnqGhm5iitLS2qqionpyZh4SEm5igkZqapqShkpypnpWV////iZCggHRsgHuCm5ml5dzX4+72Yl9n////v8bQp52doaConJyft7W3sKmktrKxgHuCnZqipqesi5KZo6KY////rbXHnZOWp6amiHp4vrW6hZOioJiY////jpOlYFZO4dzQk5Oio52gnqSrk4uLoJ2Yh46Pl5qkyMnHwri4mpejdnF4v7m8rrfBiHp3//Xv/////fz8np6xybq6ytfiXlhis6qtlqCqnp2T////s7a7nZidn5ujioeHjoaTlJugj5mWrautiYWPrqGh////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vrERERAgICgICAmZmZhYWFiIiIh4eHhoaGgoKCiomJjo2Nf35+h4SEiIWDeHh4a2xsaWlpZmZmYGBgOzs7LSwsLy0tMS8uMS4uMC4uMC4sNTQxPTs5NTMwKyooLi0tJiclGRkZHRwcHBwcGRkZKSYlMi8sHR0YGBcaFxgaGBgYGBcWFxcXFhYWExMTExMTDQ0NEhISAAAAUVFR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////1+bwnZOR///69/f5/////Pr4////////wMbOtrKx8fHz+fX0////7urn////+fj6////vsvWpZiW////mJqc5tvR/////v//+Pn5///9tLfCmJKTsKir//766ejo////+v7/8+7u////8vPvxc3VxsC7/////fv7////+Pf3///9////8e7r////uMPNppuW////nJyrl42N4+Hh9/Xz////9vb47vDy+Pn5////9vX3+Pn3/P37////8O/t/////f//8/Lw////////0NrggHyCi4eKkJKVwbey/////////Pr6////oKCk1cvD////4+bp6ebm//39////////2dze4N3d////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////iIiIAAAALi4unp6ek5OTh4eHiIiIh4eHgoKClpeXo6GhiIaEpaCdpaGgg4ODbm9vb29vbGxsZWVlNzU1KigmLiopMCsqMCssLisrLywpKygkLSolNzMuODUwOjg2KSooGxsbIiAgHR0fGRkbQz88WlNOLSkmFxYZFxsdGxsZGRkXGBgYFxcXFhYWFBQUERERBQUFCQkJy8vL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+zu/////////////////////////////////Pz+1dXV7Ojn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////9/f3ODg4AAAAQkJCoqKimpqaiIiIiYmJh4eHiYmJiYmJhISEh4aEhIODe3t7d3d3dXV1b29vbm5uZ2ZoW1lZXFpaXFdaWFZYVVNVVlRUVFJQLi0tIR4eJyQkISAiHR0dICAgICAgHx8fHh0dKicnMCwrIyAgHR0dHB0dHBwcGRoaGRkZGRkZFhYWEhISDg4OAAAAe3t7/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5+3wzsvJ////////5efnwsPG7ern5Obm3uDi3Nvd1tXT6efk9fHu/f7+x9DWzs3L////+v7/09bZ4+Db9/Py////4OPmysjG2djW6erqxsfJ+PLt////297h5uTh2tvbxsfK8/Lw5eXj0dTV5uTk7e/2dXSJhn960NPOzMzM5uXlz9HT6+vr0tLSzs7Q6Ojm5ujo1tLR5eLi0tTW7Ovr19TZ5uHe6+7vzczK7ern////z8zS6+fk3d7j9vHu6e/20MzL////////4ePlwsLG9PHu6uvr4uPl3Nzg1tXT6Obj9PHv////2Nvez8jF6+3twMDC////////8PH05eboy83Q3trZ4OLkzMrM8O7r9vb2r6qt8+Xb5+/2x8XC9/f5ycXK////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////1tbWIiIiAAAAMDAwjY2NpKSkmpqaj4+PiIiIhYaGhoaGgIGBf39/f39/fX19enp6dnZ2cXFxcnJycnFxbWxsaGhoZWRmY2JkYmFhbWxsSkpKFRQUIB8fHyAgICAgICAgISEhISEhISAgHB0aGxoaHx4eHx8fHh4eHR0dHBwcGhoaFhYWFhYWCAgIAAAAUVFR/Pz8/////f39/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////ztzm0ce9uMHHgHqCmJqamI2DxM3ZamlroJecfYSXlpGOhISEinx39PTwzdXWaWdprZmI/v//iYyVbm1pjoF8/Pz6l6KvkoJ9oZugSVFZgoJ+7+Te4ez4k5mnn56gXVhVraWetcDMcGxslpOVrqep/f3/goSXo6KgfoaJoJmUo5+pl5OacXmDhIR8qauysKitu77BVEtQhnh4lZSeXWFsq6ups7e4kIeJh4CD4tfRvsnTi42Utbq7fXFx9Oba0+Xw1s7CsLm/gHqBlZyboZaOu8TSbWtrpZudc3aMm5iVgYKCno6F5OvwgYeOk4yRWVhWlI2G6O/8k46T2NDSZXKDf3Rotrm8bXF0sq2qfIGMh4SCv7iu8fDrgouVramkmpeemJOSmpuex8PA/vr3ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/v7+////zc3NPj4+AAAAAAAARUVFfX19mJiYoJ+foJ+fnJycl5eXkpKSjY2NiIiIg4ODf39/e3t7d3d3c3R0cHBwbGxsampqZ2dnZWZkZ2hoYmJkHx8fFBYTISEhISIgIiMhIiQiIyIkIiEjISIiICIiISEhHx8fHh4eHB0dGxsbFBQUAgICAAAAAgICYWFh9vb2/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////vsjNQkFBuqyprbLCj4mAlqSual5ivbCrkZurw8LIcG5wnY6N/v7+uLvGZWFc0cG29Pj7rK23Z2drqpiV+f/+iY6bo5iahHp/gX2HdH+E0Mm/8ff8bnGAmo6MjYuVoJ2WhpKddmhnraitmI+U////lJymhXp6i4mTlZuYh4eLf3F4k4+ZiJKYlZ+di4qMnJufhn6FgHR2mpCag4eUsbS2paeqfXN1emlq/fHrwczYjJCXnaSpgHBp9uTa////sLm/Qz1Av7Kypa+8mZOKjJmkcGNlxLiyi5KfvL/JcW9xuKWf5u74nqexra2vf3qElpuWhomMdG11vbq6j4+Zua2ntrm8dHqCnaKiZ2lwn5CP////9f/+qaiwvry6kY+RlJCQiYiMxcG+//r1ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////////6urqjY2NNDQ0AAAAAAAACgoKJiUlQUBAVlZWZWVlc3Nzfn5+goKChYWFh4eHh4eHhYWFg4ODgoKCgICAfX19enp6eXl3dnZ2fn5+X15gLS0tJiYmIiIiICAgHyAgICAgHh4eGhoaFhcXEBAQCQkJAAAAAAAAAAAAAQEBHR0dTU1NoqKi/////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5ezxNDtAtaqix8TJ4t3dycvO19fV2NbW397c3+Li5+fp6ufl7+rq/f//a2yBdGdi7evr9Pr9srO45t3Y9e3v+///tb3FcGpxsqKb////xcvS7+rj////vr/B4tjS8/f+ysvP29za3trXvsTJu7a5////5+vu1M3G8PD0zdDT3t/dvrm4+fTz2N7m09LQztPUwcHB8e7sxsjLkY2V1NPV09TX39nW4eXmxLq4//r3////ysnN4dzbipKZppSK3+LlNzs+vbCrxMHG5OTiycrN2drY2dfV397a3uHf5ufp6efl8Ovr////3Obrcm1s3dDNzM/U0M/M6ennxs7Vx8LF3uLl1M7J4+Xqzc7O7Oro8Ons////////7/b7xcPA7Ozsw7/E///7////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vrs7Ozc3JyOzs7FxcXBQYGAAAAAAAAAAAAAAAAAAAABgYGCQkJCwsLDQ0NDg4ODg4ODw8PEBAQDg4ODg4ODg4ODQ8LFRUVCwsLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgEBBwcHDw8PHh4eLy8vU1NTg4ODwsLC+fn5/////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5ezv5eLf////x8nJ//32////////////////////////////////////9fn8y8zP9PDv////5+jq////////////////7O3t////////////////////////////////////////////////////////////////////////////////////////////////////////////////5+bm////////////////////////////////+Pv/1tfZ4ubp6+nn////xsjG////////////////////////////////////////////7+zx//v2////////////////5ebo////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/v7+////////////////+fn55eXlzs7OsrKynp6eiYmJbm5uY2NjWVlZT09PQkJCOzs7Nzc3MjIyMDAwLi4uLi4uLi4uMDAwMDAwMjIyOzs7RUVFS0tLVlZWYGBgZ2dnbm5uf39/kpKSoKCgt7e3z8/P5ubm/f39/////////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v7+fn59/f39PT09PT08/Pz9PT09PT09PT09PT08/Pz9vb2+fn5+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/////////v7+/v7+/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/////v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7Ozsubm5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7u7us7Oz8fHx8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8vLy8/Pz/f39ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHxqKio19fX3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc2tra29vb+vr6ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vrurq6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////7/T5wMHBwsG/+/j1////////39/n////////r7W40ca89vr/vb+99PDt4+fqw8nO9vLv8fr/qq2yzsrF6urq7O7wxMrNrq6s9O3k////////+vr63d/fs7W1ra2v+/Xu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////8PT3P0NXX1JQ+/f0////ZXiOWUU/////LDpFHxAHcmZctbW3Ulhdr6iqEytCDwAC7ujnHik5QjsyOURKHQ4KkZOLfnxuusDDMi004tG+////vc7kEQ8TnZWEsLKyMjE31su/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////pqq8vrCy////w9LlAAAAf1xFzt/mAAAAuJyJ////+PXy////LEZcAAAA0bid/P//AAAA4sitkK+/AAAA6+Xg3OPrbHmDAAAA2sOt////orDHfm9z////////AAAKbFE3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////lpur28zH/f//AA8eAAAAup+SssTPAAAAr6ScRlNdvqyX////AAACHQsA////9v/+AAAA07ifmrfCDAEA9PT0EB81BAAAq52R+/v5////8fDw////laKtCRklAAAAqpiH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////sK64vsDLOk5lAAAAhoKCysPK4OfqBAkOjoeADhQdoY+FJ0FaAAAAcXBsiYB9x8rPAAAAvaSRYH6PAAAA0tbXAAICoZWLlJKf5tnP////////XG6GAAAAAAAAl4yA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////ztjqExkiAAAAmX1q////oZ+s////1dzkgoOF0sS48fD6g4SMvban4+fompeZura7oKCg29jWqbK4qKKh////xNHXnqCglo6Q/fbv////2u7/AAAAZVVE+O7m////z8vL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////8/n8PFRrAAAAXEUz////qcDYOTU88end////////////////////////////////////////////////////////////////////////////7Pb/EhUgtJiB5+72BwcWmHxp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yMjIy8vL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0urq6////////////////////////////////////////////////////6/T5homKl5aW///1////qrPBh4aG5tzU////////////////////////////////////////////////////////////////////////////////197lhYSGnJmee3l54tjQ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLCoqKi4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODgzMzMo6Oj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vrr6+vurq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6tra2zMzM//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + 0 + + + + + -0 + 9.292875 + 4.152777777777778 + 0.7083333333333334 + 0.2222222222222222 + 0.3541666666666667 + 0.1111111111111111 + + + 8.93870833333333 + 4.04166666666667 + 9.64704166666667 + 4.26388888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 0.7083333333333334 + 0.2222222222222222 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.7083333333333334 + 0.2222222222222222 + + + + 0 + + + + + -0 + 6.331875621441429 + 3.384656185165429 + 1.002915423783809 + 0.3417987407802541 + 0.5014577118919045 + 0.170899370390127 + + + 5.83041790954952 + 3.2137568147753 + 6.83333333333333 + 3.55555555555556 + + + 4 + 0 + 2 + 0 + 1 + + + 1.002915423783809 + 0.3417987407802541 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + -7.894919286223335e-16 + + + 1.002915423783809 + 0.3417987407802532 + + + + 0 + + + + + -0 + 6.264420393277335 + 3.557453285862936 + 1.137825880111997 + 0.4128712060519051 + 0.5689129400559985 + 0.2064356030259525 + + + 5.69550745322134 + 3.35101768283698 + 6.83333333333333 + 3.76388888888889 + + + 4 + 0 + 2 + 0 + 1 + + + 1.137825880111997 + 0.4128712060519051 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -7.894919286223335e-16 + 0 + + + 1.137825880111996 + 0.4128712060519051 + + + + 0 + + + + + -0 + 7.244614171298354 + 4.186822576981525 + 3.388188324069961 + 1.376354846036949 + 1.694094162034981 + 0.6881774230184747 + + + 5.55052000926337 + 3.49864515396305 + 8.93870833333333 + 4.875 + + + 4 + 0 + 2 + 0 + 1 + + + 3.388188324069961 + 1.376354846036949 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -7.894919286223335e-16 + 0 + + + 3.38818832406996 + 1.376354846036949 + + + + 0 + + + + + -0 + 6.413979166666667 + 3.201388888888889 + 0.8116527777777781 + 0.2638888888888889 + 0.4058263888888891 + 0.1319444444444444 + + + 6.00815277777778 + 3.06944444444444 + 6.81980555555556 + 3.33333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 0.8116527777777781 + 0.2638888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.8116527777777781 + 0.2638888888888889 + + + + 0 + + + + + -0 + 8.520833333333334 + 4.16742361111111 + 0.9027777777777778 + 0.3318194444444447 + 0.4513888888888889 + 0.1659097222222224 + + + 8.06944444444444 + 4.00151388888889 + 8.97222222222222 + 4.33333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 0.9027777777777778 + 0.3318194444444447 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.9027777777777778 + 0.3318194444444447 + + + + 0 + + + + + -0 + 8.583333333333334 + 4.479166666666667 + 2.083333333333333 + 0.7916666666666666 + 1.041666666666667 + 0.3958333333333333 + + + 7.54166666666667 + 4.08333333333333 + 9.625 + 4.875 + + + 4 + 0 + 2 + 2 + 1 + + + 2.083333333333333 + 0.7916666666666666 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 2.083333333333333 + 0.7916666666666666 + + + + 0 + + + + + -0 + 6.364902777777778 + 4.5625 + 1.097222222222222 + 0.01388888888888889 + 0.5486111111111112 + 0.006944444444444444 + + + 5.81629166666667 + 4.56944444444444 + 6.91351388888889 + 4.56944444444444 + + + 4 + 0 + 2 + 2 + 1 + + + 1.097222222222222 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 1.097222222222222 + 0.01388888888888889 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/tutorial_07.graffle/QuickLook/Preview.pdf b/images/docs/tutorial/tutorial_09.graffle/QuickLook/Preview.pdf similarity index 100% rename from images/docs/tutorial/tutorial_07.graffle/QuickLook/Preview.pdf rename to images/docs/tutorial/tutorial_09.graffle/QuickLook/Preview.pdf diff --git a/images/docs/tutorial/tutorial_07.graffle/QuickLook/Thumbnail.tiff b/images/docs/tutorial/tutorial_09.graffle/QuickLook/Thumbnail.tiff similarity index 100% rename from images/docs/tutorial/tutorial_07.graffle/QuickLook/Thumbnail.tiff rename to images/docs/tutorial/tutorial_09.graffle/QuickLook/Thumbnail.tiff diff --git a/images/docs/tutorial/tutorial_07.graffle/data.plist b/images/docs/tutorial/tutorial_09.graffle/data.plist similarity index 100% rename from images/docs/tutorial/tutorial_07.graffle/data.plist rename to images/docs/tutorial/tutorial_09.graffle/data.plist diff --git a/images/docs/tutorial/tutorial_09.graffle/image9.png b/images/docs/tutorial/tutorial_09.graffle/image9.png new file mode 100644 index 000000000000..10f8d932251f Binary files /dev/null and b/images/docs/tutorial/tutorial_09.graffle/image9.png differ diff --git a/images/docs/tutorial/tutorial_09.svg/image9.png b/images/docs/tutorial/tutorial_09.svg/image9.png new file mode 100644 index 000000000000..9e4131330682 Binary files /dev/null and b/images/docs/tutorial/tutorial_09.svg/image9.png differ diff --git a/images/docs/tutorial/tutorial_09.svg/tutorial_09.svg b/images/docs/tutorial/tutorial_09.svg/tutorial_09.svg new file mode 100644 index 000000000000..9cd633991feb --- /dev/null +++ b/images/docs/tutorial/tutorial_09.svg/tutorial_09.svg @@ -0,0 +1,1727 @@ + + + + + + Produced by OmniGraffle 6.5.2 2012-04-04 22:31:40 +0000 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Canvas 1 + + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Model + + + T + emplate + + + + V + iew + + + + + + + + + Scope Inheritance + + + + + Implicit Scope Declaration + + + + + Model / V + iew Data-binding + + + + + + + + </phone-list> + + <phone-list> + + + <li ng-repeat="phone in ..."> <span>{{phone.name}}</span> <p>{{phone.snippet}}</p></li> + + <ul> + + </ul> + + . . . + + + + + phoneList component + + + + + + + + + + + + + + + + + + PhoneListController + phoneList Scope + + + + + + + <div ng-view> </div> + + + + + + <html ng-app="phonecatApp"> + + + + + ng-view/$route + + + + ng-app + + + + + + + + + + + + RepeaterScope + + + + + + ng-repeat + + + + + + + + + + + Root Scope + + + + ngView Scope + + + + diff --git a/images/docs/tutorial/tutorial_10-11.graffle/image10.png b/images/docs/tutorial/tutorial_10-11.graffle/image10.png deleted file mode 100644 index 8b80d67cddd4..000000000000 Binary files a/images/docs/tutorial/tutorial_10-11.graffle/image10.png and /dev/null differ diff --git a/images/docs/tutorial/tutorial_10-11.vdx b/images/docs/tutorial/tutorial_10-11.vdx new file mode 100644 index 000000000000..6f87d5f2a646 --- /dev/null +++ b/images/docs/tutorial/tutorial_10-11.vdx @@ -0,0 +1,6183 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1 + 1 + 5.056347222222223 + 4.759652777777777 + 3 + 5.619583333333334 + 1.5 + 2.809791666666667 + + + 3 + 5.480694444444445 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.619583333333334 + + + 3 + 5.619583333333334 + + + 3 + 0 + + + 0 + 0 + + + 0 + 5.619583333333334 + + + + 0 + + + + + -0 + 4.861430555555556 + 3.218722222222222 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888888 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Phone +Scope + + + + + + -0 + 0.8796062499999996 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 1.159722222222222 + 5.513886111111111 + 1.930555555555556 + 0.3101166666666667 + 0.9652777777777778 + 0.1550583333333333 + + + 1.930555555555556 + 0.1712277777777778 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.930555555555556 + 0.3101166666666665 + + + 1.930555555555556 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <ng:view> </ng:view> + + + + -0 + 1.764673611111111 + 4.758674444444444 + 3.307125 + 5.621555555555556 + 1.6535625 + 2.810777777777778 + + + 3.307125 + 5.482666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.621555555555556 + + + 3.307125 + 5.621555555555556 + + + 3.307125 + 0 + + + 0 + 0 + + + 0 + 5.621555555555556 + + + + 0 + + + + + -0 + 0.7638888888888888 + 1.736083333333333 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 5.072597222222222 + 3.257705555555555 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 0.4444444444444444 + 1.479138888888889 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0.111111111111111 + 1.48608333333333 + 0.777777777777778 + 1.48608333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1 + 1 + 8.513888888888889 + 4.759659722222223 + 3.638888888888889 + 5.619569444444444 + 1.819444444444444 + 2.809784722222222 + + + 3.638888888888889 + 5.480680555555555 + -0 + + + 1 + + + 1 + 0.0138889 + #2222ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.619569444444444 + + + 3.638888888888889 + 5.619569444444444 + + + 3.638888888888889 + 0 + + + 0 + 0 + + + 0 + 5.619569444444444 + + + + 0 + + + + + -0 + 8.513888888888889 + 2.113879166666667 + 0.6666666666666666 + 0.3280194444444444 + 0.3333333333333333 + 0.1640097222222222 + + + 0.6666666666666666 + 0.3280194444444444 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3280194444444441 + + + 0.6666666666666666 + 0.3280194444444441 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3280194444444441 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 0.5277777777777778 + 7.208333333333333 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + + + + -0 + 0.5972222222222222 + 2.958319444444445 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 2.534708333333334 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 1.986111111111111 + 2.098972222222222 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 9.680555555555555 + 6.546368055555556 + 0.75 + 0.3101166666666667 + 0.375 + 0.1550583333333333 + + + 0.75 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.75 + 0.3101166666666665 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + + + -0 + 9.680555555555555 + 5.807279861111111 + 0.7083333333333334 + 0.2396347222222222 + 0.3541666666666667 + 0.1198173611111111 + + + 0.7083333333333334 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.7083333333333334 + 0.2396347222222222 + + + 0.7083333333333334 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + + + -0 + 5.159722222222222 + 1.480904861111111 + 2.402777777777778 + 0.239634722222222 + 1.201388888888889 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.402777777777778 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1215791666666664 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.666666666666667 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.590277777777778 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 5.229166666666667 + 1.770833333333333 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 1.76388888888889 + 10.3472222222222 + 1.77777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.990447222222222 + 1.480904861111111 + 2.185777777777778 + 0.2396347222222222 + 1.092888888888889 + 0.1198173611111111 + + + 2.185777777777778 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.185777777777778 + 0.239634722222222 + + + 2.185777777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + -0 + 0.9652777777777778 + 6.154243055555556 + 1.541666666666667 + 0.7529305555555555 + 0.7708333333333334 + 0.3764652777777778 + + + 1.541666666666667 + 0.6140416666666666 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7529305555555558 + + + 1.541666666666667 + 0.7529305555555558 + + + 1.541666666666667 + 0 + + + 0 + 0 + + + 0 + 0.7529305555555558 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body + ng:controller= + "PhoneCatCtrl"> + + + + -0 + 1.541666666666667 + 4.0945 + 2.666666666666667 + 1.772361111111111 + 1.333333333333333 + 0.8861805555555554 + + + 4 + 0 + 2 + 2 + 1 + + + 2.666666666666667 + 1.772361111111111 + -0 + + + 1 + + + 0 + + + + + -0 + 1.333333333333333 + 0.8024236111111106 + 2.666666666666667 + 1.604847222222222 + 1.333333333333333 + 0.8024236111111112 + + + 2.666666666666667 + 1.465958333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.604847222222222 + + + 2.666666666666667 + 1.604847222222222 + + + 2.666666666666667 + 0 + + + 0 + 0 + + + 0 + 1.604847222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + img ng:src="{{phone.images}} +<h1> {{phone.name}} </h1> +... +<ul class="specs"> + <li ng:repeat="img in + phone.images"> + <img ng:src="{{img}}"/> + </li> +</ul> +... + + + + -0 + 0.9974277777777777 + 1.679575694444444 + 1.983513888888889 + 0.1855708333333334 + 0.9917569444444444 + 0.09278541666666668 + + + 1.983513888888889 + 0.1855708333333334 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #fffc47 + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1855708333333336 + + + 1.983513888888889 + 0.1855708333333336 + + + 1.983513888888889 + 0 + + + 0 + 0 + + + 0 + 0.1855708333333336 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + phone-detail.html + + + + + + -0 + 1.679351388888889 + 5.245493055555555 + 1.030186111111111 + 0.5633472222222219 + 0.5150930555555555 + 0.2816736111111109 + + + 2.19444444444444 + 4.96381944444444 + 1.16425833333333 + 5.52716666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.030186111111111 + 0.5633472222222219 + -0 + + + 2 + + + 23 + 0.0138889 + #505050 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.030186111111111 + 0 + + + 1.973729821555834e-16 + 0.5633472222222219 + + + + 0 + + + + + -0 + 0.6280472222222222 + 5.257715277777778 + 0.81165 + 0.5633472222222223 + 0.405825 + 0.2816736111111112 + + + 0.222222222222222 + 4.97604166666667 + 1.03387222222222 + 5.53938888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 0.81165 + 0.5633472222222223 + -0 + + + 2 + + + 23 + 0.0138889 + #505050 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 3.947459643111667e-16 + + + 0.81165 + 0.5633472222222227 + + + + 0 + + + + + -0 + 1.099063611111111 + 5.492207569444444 + 0.1303855555555556 + 0.07339041666666667 + 0.06519277777777778 + 0.03669520833333333 + + + 0.1303855555555556 + 0.06549847222222221 + -0 + + + 1 + + + 1 + 0.0138889 + #505050 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.07339041666666664 + + + 0.1303855555555558 + 0.07339041666666664 + + + 0.1303855555555558 + 0 + + + 0 + 0 + + + 0 + 0.07339041666666664 + + + + 0 + + + + + -0 + 5.183708333333333 + 6.125 + 1.875 + 1.002283333333333 + 0.9375 + 0.5011416666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.875 + 1.002283333333333 + -0 + + + 1 + + + 0 + + + + + -0 + 0.9375 + 0.5011416666666667 + 1.875 + 1.002283333333333 + 0.9375 + 0.5011416666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.875 + 1.002283333333333 + -0 + + + 1 + + + 0 + + + + + -0 + 0.9375 + 0.5011416666666667 + 1.875 + 1.002283333333333 + 0.9375 + 0.5011416666666667 + + + 1.5 + 0.5627094444444444 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.600411875 + 0.8555019460166666 + + + 1.600411875 + 0.1467813873166668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2745881250000003 + 0.1467813873166668 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2745881250000003 + 0.8555019460166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.600411875 + 0.8555019460166666 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.9847243055555555 + 0.6591166666666667 + 1.146198611111111 + 0.2848277777777778 + 0.5730993055555555 + 0.1424138888888889 + + + 1.146198611111111 + 0.1459388888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2848277777777777 + + + 1.146198611111111 + 0.2848277777777777 + + + 1.146198611111111 + 0 + + + 0 + 0 + + + 0 + 0.2848277777777777 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + PhoneCatCtrl +Scope + + + + + + -0 + 0.9938333333333339 + 0.3165326388888887 + 1.444722222222222 + 0.2396347222222222 + 0.7223611111111111 + 0.1198173611111111 + + + 1.444722222222222 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 1.444722222222222 + 0.2396347222222222 + + + 1.444722222222222 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + params: Object + + + + + + + -0 + 5.162875 + 4.631363888888888 + 2.083333333333333 + 1.259688888888889 + 1.041666666666667 + 0.6298444444444444 + + + 1.666666666666667 + 0.7428933333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.778235416666667 + 1.075211230177778 + + + 1.778235416666667 + 0.1844776587111107 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.3050979166666663 + 0.1844776587111107 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.3050979166666663 + 1.075211230177778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.778235416666667 + 1.075211230177778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 5.180197222222223 + 4.901291666666667 + 1.356588888888889 + 0.4420555555555555 + 0.6782944444444445 + 0.2210277777777778 + + + 1.356588888888889 + 0.3031666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4420555555555552 + + + 1.356588888888889 + 0.4420555555555552 + + + 1.356588888888889 + 0 + + + 0 + 0 + + + 0 + 0.4420555555555552 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + PhoneDetailCtrl +Scope + + + + -0 + 5.350855555555555 + 4.364474305555556 + 1.370155555555556 + 0.2396347222222222 + 0.6850777777777778 + 0.1198173611111111 + + + 1.370155555555556 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.370155555555556 + 0.239634722222222 + + + 1.370155555555556 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + -0 + 5.149625 + 7.1875 + 1.097222222222222 + 0.5416666666666666 + 0.5486111111111112 + 0.2708333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.097222222222222 + 0.5416666666666666 + -0 + + + 1 + + + 0 + + + + + -0 + 0.5486111111111112 + 0.2708333333333333 + 1.097222222222222 + 0.5416666666666666 + 0.5486111111111112 + 0.2708333333333333 + + + 0.8777777777777778 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.9365373194444442 + 0.4623412083333334 + + + 0.9365373194444442 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1606849027777781 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1606849027777781 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.9365373194444442 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.580888194444444 + 0.2800576388888889 + 0.7486930555555555 + 0.2396347222222222 + 0.3743465277777778 + 0.1198173611111111 + + + 0.7486930555555555 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.7486930555555552 + 0.2396347222222222 + + + 0.7486930555555552 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + + + -0 + 4.986430555555556 + 3.093722222222222 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888888 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Phone +Scope + + + + + + -0 + 0.8796062499999996 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.111430555555556 + 2.968722222222222 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888888 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Phone +Scope + + + + + + -0 + 0.8796062499999996 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phone: Object + + + + + + -0 + 5.250319444444445 + 2.843722222222222 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 4 + 0 + 2 + 2 + 1 + + + 1.604166666666667 + 1.055555555555556 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8020833333333334 + 0.5277777777777778 + 1.604166666666667 + 1.055555555555556 + 0.8020833333333334 + 0.5277777777777778 + + + 1.283333333333333 + 0.6 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.369241270833333 + 0.9009726111111109 + + + 1.369241270833333 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2349253958333332 + 0.1545829444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2349253958333332 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.369241270833333 + 0.9009726111111109 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.7980201388888888 + 0.7277458333333331 + 1.120984722222222 + 0.4669805555555555 + 0.5604923611111111 + 0.2334902777777778 + + + 1.120984722222222 + 0.3280916666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.466980555555556 + + + 1.120984722222223 + 0.466980555555556 + + + 1.120984722222223 + 0 + + + 0 + 0 + + + 0 + 0.466980555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Repeater +Scope + + + + + + -0 + 0.8796062499999996 + 0.3442888888888894 + 1.365795833333333 + 0.3101166666666667 + 0.6828979166666667 + 0.1550583333333333 + + + 1.365795833333333 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.365795833333334 + 0.3101166666666665 + + + 1.365795833333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + img: Object + + + + + + -0 + 2.731073725526453 + 7.198401807156336 + 3.726036481038607 + 0.0167953964085912 + 1.863018240519304 + 0.008397698204295602 + + + 0.86805548500715 + 7.20679950536063 + 4.59409196604576 + 7.19000410895204 + + + 4 + 0 + 2 + 0 + 1 + + + 3.726036481038607 + 0.0167953964085912 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.973729821555834e-16 + 0.0167953964085912 + + + 3.726036481038608 + 0 + + + + 0 + + + + + -0 + 5.068778295281517 + 3.811516771912513 + 0.04235711296602081 + 0.3692111638862667 + 0.02117855648301041 + 0.1846055819431333 + + + 5.04759973879851 + 3.62691118996938 + 5.08995685176453 + 3.99612235385565 + + + 4 + 0 + 2 + 0 + 1 + + + 0.04235711296602081 + 0.3692111638862667 + -0 + + + 2 + + + 1 + 0.0138889 + #5aff7b + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.04235711296602081 + 0.3692111638862667 + + + + 0 + + + + + -0 + 5.135568653255891 + 3.749010179297441 + 0.01519999243670532 + 0.4913548363767946 + 0.007599996218352661 + 0.2456774181883973 + + + 5.12796865703754 + 3.50333276110904 + 5.14316864947424 + 3.99468759748584 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01519999243670532 + 0.4913548363767946 + -0 + + + 2 + + + 1 + 0.0138889 + #53ff6f + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.01519999243670532 + 0.4913548363767946 + + + + 0 + + + + + -0 + 5.20909175861777 + 3.6865107230488 + 0.03016743678196181 + 0.6166916311077636 + 0.01508371839098091 + 0.3083458155538818 + + + 5.22417547700875 + 3.37816490749492 + 5.19400804022679 + 3.99485653860268 + + + 4 + 0 + 2 + 0 + 1 + + + 0.03016743678196181 + 0.6166916311077636 + -0 + + + 2 + + + 1 + 0.0138889 + #4cff68 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.0301674367819626 + 0 + + + 7.894919286223335e-16 + 0.6166916311077636 + + + + 0 + + + + + -0 + 5.178695031681942 + 5.44252919205102 + 0.01388888888888889 + 0.3487980052270241 + 0.006944444444444444 + 0.1743990026135121 + + + 5.1717505872375 + 5.26813018943751 + 5.17661231927481 + 5.61692819466453 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.3487980052270241 + -0 + + + 2 + + + 1 + 0.0138889 + #4aff64 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 3.947459643111667e-16 + + + 0.004861732037310971 + 0.3487980052270245 + + + + 0 + + + + + -0 + 5.165517277529832 + 6.771384772220348 + 0.01388888888888889 + 0.2767498980601968 + 0.006944444444444444 + 0.1383749490300984 + + + 5.16743700761288 + 6.63300982319025 + 5.15857283308539 + 6.90975972125045 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.2767498980601968 + -0 + + + 2 + + + 1 + 0.0138889 + #4aff6d + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.008864174527493182 + 0 + + + 0 + 0.2767498980601968 + + + + 0 + + + + + -0 + 5.22601388888889 + 2.102955555555555 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 2.423611111111111 + 7.338515972222222 + 1.319444444444444 + 0.2396347222222222 + 0.6597222222222222 + 0.1198173611111111 + + + 1.319444444444444 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 1.319444444444444 + 0.2396347222222222 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:autobind + + + + -0 + 2.696013888888889 + 6.256944444444445 + 1.444444444444444 + 0.2083333333333333 + 0.7222222222222222 + 0.1041666666666667 + + + 1.444444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2083333333333333 + + + 1.444444444444444 + 0.2083333333333333 + + + 1.444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2083333333333333 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng:controller + + + + -0 + 3.625 + 3.755210416666667 + 1.111111111111111 + 0.2396347222222222 + 0.5555555555555556 + 0.1198173611111111 + + + 1.111111111111111 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.111111111111111 + 0.239634722222222 + + + 1.111111111111111 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:repeat + + + + -0 + 3.329361111111111 + 5.496486111111111 + 1.652777777777778 + 0.3055555555555556 + 0.8263888888888888 + 0.1527777777777778 + + + 1.652777777777778 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.652777777777778 + 0.3055555555555556 + + + 1.652777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + ng:view/$route + + + + -0 + 8.877777777777778 + 1.480904861111111 + 2.899305555555555 + 0.239634722222222 + 1.449652777777778 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.899305555555555 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.05213472222222196 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.0590791666666664 + 0.666666666666667 + 0.0590791666666664 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.803819444444444 + 0.119817361111111 + 2.190972222222222 + 0.2396347222222222 + 1.095486111111111 + 0.1198173611111111 + + + 2.190972222222222 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.190972222222222 + 0.239634722222222 + + + 2.190972222222222 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model / View Data-binding + + + + -0 + 0.3333333333333333 + 0.177134722222222 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.184079166666666 + 0.666666666666667 + 0.184079166666666 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + + + -0 + 2.99119865033105 + 6.140198746792429 + 2.496286523267455 + 0.01730502862622529 + 1.248143261633728 + 0.008652514313112647 + + + 1.74305538869732 + 6.14885126110554 + 4.23934191196478 + 6.13154623247932 + + + 4 + 0 + 2 + 0 + 1 + + + 2.496286523267455 + 0.01730502862622529 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.973729821555834e-16 + 0.01730502862622529 + + + 2.496286523267456 + 0 + + + + 0 + + + + + -0 + 3.491101061355174 + 3.545652169261154 + 1.218692394248101 + 0.2907523983907454 + 0.6093461971240504 + 0.1453761991953727 + + + 2.88175486423112 + 3.69102836845653 + 4.10044725847922 + 3.40027597006578 + + + 4 + 0 + 2 + 0 + 1 + + + 1.218692394248101 + 0.2907523983907454 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.2907523983907462 + + + 1.218692394248101 + 7.894919286223335e-16 + + + + 0 + + + + + -0 + 3.558849747941347 + 3.473755006492709 + 1.354278031108768 + 0.360518152548763 + 0.6771390155543838 + 0.1802590762743815 + + + 2.88171073238696 + 3.65401408276709 + 4.23598876349573 + 3.29349593021833 + + + 4 + 0 + 2 + 0 + 1 + + + 1.354278031108768 + 0.360518152548763 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -3.947459643111667e-16 + 0.360518152548763 + + + 1.354278031108767 + 0 + + + + 0 + + + + + -0 + 3.626526942964235 + 3.402167739245505 + 1.489721397032968 + 0.4348529638749707 + 0.744860698516484 + 0.2174264819374853 + + + 2.88166624444775 + 3.61959422118299 + 4.37138764148072 + 3.18474125730802 + + + 4 + 0 + 2 + 0 + 1 + + + 1.489721397032968 + 0.4348529638749707 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -3.947459643111667e-16 + 0.4348529638749707 + + + 1.489721397032967 + 0 + + + + 0 + + + + + -0 + 3.700762639187988 + 3.331329554784668 + 1.638276841622546 + 0.5155247466368265 + 0.8191384208112731 + 0.2577623733184132 + + + 2.88162421837671 + 3.58909192810308 + 4.51990105999926 + 3.07356718146625 + + + 4 + 0 + 2 + 0 + 1 + + + 1.638276841622546 + 0.5155247466368265 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 3.947459643111667e-16 + 0.5155247466368265 + + + 1.638276841622546 + 0 + + + + 0 + + + + + -0 + 3.174690074867552 + 5.210269564519223 + 2.085491260846215 + 0.6072386487393315 + 1.042745630423108 + 0.3036193243696658 + + + 2.13194444444444 + 5.51388888888889 + 4.21743570529066 + 4.90665024014956 + + + 4 + 0 + 2 + 0 + 1 + + + 2.085491260846215 + 0.6072386487393315 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.6072386487393315 + + + 2.085491260846215 + 0 + + + + 0 + + + + + -0 + 8.513888888888889 + 4.75 + 3.5 + 4 + 1.75 + 2 + + + 3.5 + 3.861111111111111 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4 + + + 3.5 + 4 + + + 3.5 + 0 + + + 0 + 0 + + + 0 + 4 + + + + 0 + 0 + 3.5 + 4 + + Qk0AAAAAAAAAADYAAAAoAAAA/AAAACABAAABABgAAAAAAIBSAwAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7fH2qKep19HM4OHjqqen1dXXra+y7+nm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLMVFRjtra6xsHEbGFpSEtUcHN02NLR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////pqu2a2dxgo6Yo52Tv7e5mJeid4KHx8S4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2N/k0M3L3uDg4OHf+Pb0////6+3v+/n2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yMfH+/r87vL14+De////3eLp2tnV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4uzyeXJ1hIaJZ15rY2Vlb2de////xs7VfYCHgHt6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////h6O4QTQo////paGmcHF5WV5ew8C5pKWlNTc7joN7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ztvlUlJUuLaz6ezsbXeDKztBZmtkRzkvWk1M29HM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6O7zra6s2NjW1NbYvb7A4+De//7+y8zO19XS////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xMvVlJehoqitnpKSnJeWs7KtoqOmjYyIv7S0+ff5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tLrHjpGWhJSkcWRosKagb29xPUVXXmRpnJWM9Orl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////rLbAb2hlsK+zvbe6pqOojYN9zcbLsrzJlZOO/fjx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/X1oaGk5dvW////sbK0+/Hr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5+72qamptLKwsrG3xMXHu7q4qq2wzsvI5uflmpugurm5qaim+PLt0dbbycO82N7fmZiW1MvG////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5PX6Tk1BTUNIKjRNjo6GdGJdOkBUeHB31NTQAgodRkFGSjk8urq6P0tbZmFYXltWNzAyfXJw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f//Z2hei316SE1dqaWlbWVlXFJSXF5ooZWReHx8l5KRg4WIbGlrcXJ/fX5+kYyLOTlBh3h1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4O33T1BQ1cKz8O/t9vb4f4+lWE5H6unk7evt+fr2////+f3/7ero//z8////////Z3N9loZ7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f7+Pj4/v39////////////9/j4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fL109TW5OHe////8e/v5ujq39zb8/T209LS8vLw7u7y2dXY///96u3359/c////0tHR3d7c7evo////0Nbb0c3M5uTi6+3t5OTm8e7r////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////t8PNlY+ImpeVk5WYm5+ulY+Ugn+Bampqq6eiuLjCZ2Nqq6mpkZmfnZaVwr65ko+RenJ1io2Yrquq////c4Wbe3V0zMzI3uHfj5CazsG3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0NzimZaPfn2BoJ2fmaW3pqCbq6eucWx0kpubfHqAal9pq7CzY2p4o5qTrbCuZ1palI2XbHCCtqqq/v7+////xcXN9u7r////paiy3NDO////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ucbQam9ohnh1s6+2jJCV19nP5+Pg6eruvsPGqaqqyMHExMPH7+nm3OLnzsjHy83PaGVxgnl76+Ld9fj7tL/LbGNo5NPL+v//iYSL39DG////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6u3wx8jK7Ofe8fP14N3b////////////////////////////////////////////6evt//z3/////v//wMfRwr65/////f//4t/d+vfy//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////78///////////////////////////////////9/////////////////////////////////////////v//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3ej1fn58koyHpKexnKWrjYmJamVol5icj42IzszKjpejlY6HjH+JpqWnkY+Zt66zoqOjY2Vvg4aRnZSP++/j////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5fX/S1ZYQzo4YVtpjZysTUlHRj1BKi48ODY8c3F2X2R0ZVxOTEJHAAIUYWJlZmp3VEY8X2FwLz9ebl1O/+7d////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3+/+OkRKHxgPgIeMb3yRopmGp6WlxcHGpauzhIuScXNzu7avl5GUy8nLoqevubKzhIiLTFFYKCk3s6ig//78////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4uvzm5qap6GawsnMra+y////////////////////6e3w/////////////////////f//qLK4v7ev////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9v/+wcHD////xsvWraKiy8vLkZOWoJ+jpqqrrqOjqJ6evLm+rquxxsbGur7Dvbm2m5yaqKSk+fj6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnNv7+/+fj4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ucvbLiku/P//np+no5qVLCkyi4WKl5uqbHB5bWJnsKOZbmZrj5aecYCPhHuAkYuQTUlMe3hz3tfU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5enwvrzC7+7rw8fO4NbWwMjQlpiazs7M6evlxsXH2NHM6vD3tbOz////9/j6srKywr+6+fr2lJKkZmJhtras5ebpucHIwby5+PHs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vn8bWtrmIyIytHY3d7empGRuLK3kaCtk42Ou7nBq6arjouImYuGpqSqrqyyl5ecrZ6XwsHLfYGB5uPe////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xMvOXmJlYmFrsKmzubasjpSZeIGJ19TP7+/qlJaju6ql3e79gXyB////wMbVkZSfgoiLtamhtLO/gHV1rauto6q6i5eqno2G9OLV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1eTsjYWC+fj2p6ms//jw/f39////0d3nsKil////////ucHIqKKh//34////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ytTeQUVKW1JZ29Tdq7aw1c26xcnZzr+/////nqKvzb243u/8nJWa////x9HhXmR2rqefwsHBoqGneHBzs6+2o67Afnp9qpiQ/fn0///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zdLfh4KQwr7Dqa61uLGsxMjLbmt11cvF////qKas3M7E2OPvq6Ce////wsrSkoyJ/Pjz3eLryMfJ7u/t////w8LK29PL8u/u////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dXYxL65////////ycvN7OLd8/n/z8/N2djaxsDD9/f1w8XF5uLd2t7jysXCzMzMwsC+xMrRq6Sh///9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/b4////9fj6//v4////8O/t////////////////////////////+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////lZywjHt68ff6t7e50M/FZGRmam12mqKff25nqKOgZmlzq6mvr7a7j4WFf3x+R0hLkIuGxsXH087H////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6e3w2trY19XV//v48Pf6397a////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vsHYuKuz/P//yMjKwM7TWldUlJeagoKAurCuoJqZc3SBg4mWlpmZvrCtsKuug4ONd36B49zS////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////nay/mY6Mqq20vK+jsL/PNTdHVVlU9+/lmK3IWVBX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2+LpdnWAcGx019HI////X2x8p5GF+///UU1M7Obd2dXVv8PIgXx76ebh0trijoaD0MrJ3d/i/Pv3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////W2p3UUhDOkJKp5aFt7rFY2Z4UF5kvLOfpq+/d290////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vX46url5efn7uvp////9fXz////////+Pr8//36////+Pv9////////9fj76+3t////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1uXyQD09cHV6QUZH1sq7fnd8c3+MQ0pNkYx/bXN6ppyc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5ePp////////5ubo//787+/v7ezs+/r69PT46urq////8/X39vTx9PX1///76e/2xL2/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4+vzzczM29ze2tvb6+ni09HR1tne0dHPycnJzc3R6ejq//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////78////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1t3gtbq/pJ6Zq52YfYSOcm5zbmVs1M/Sn6OjzM3Hp6WypZSZe4KVlZeXuLCtt6ykpqepsqyl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vj2/////////////////f7++/z6////+vn7/////////f3//////P39///9/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7++/z8////8vX49/j4////////7u/v/////////////f///f39////////+vr6////1dXf39va//78////+vr6/////////////f/9///////9////+Pr9/////fr37vb9kJCU//ft////+Pv+1NTc//r1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PHzn66ziIZ/mIqMj4yWb2x4bGhwqKyzl5udoKeiqaCln5OVgYebnqSzsqqta2Vku66r/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f7+19/muLa0oKWqfoSJtbKvtbvAw767/v78uLzDnZaTkZSZrKuvzcvLpqWvkYyLl4+S0c3Moqmsua+q////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////sbzJs7Ck1tTgjoiSzc/NnpmZwr/Etr7IkpCQ6ebjoamwxrux////o56l+Pf3dX2F7OTY2+XvnqCrtrSxwbiw09bY0dLQyMnJ6OnnyNLYuLCwqKKjq66zxcjLsqyllo+MqaisxMvSi5CbtqyivL7ApqCfnpudxb++////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1d3tNjRIsqies7i/qqOm09HR2NjYr7a3UFVYpamieXWHsZ6Ux8rNzNXhbnF2p5qM+/j1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5Ov1anOGaGBZ3drYxMvVxMXFUF5riH5y/v78sbS/gHV6RUNOqa2wc4CLhHh2qaCgY1lghouSVV9pt6ij////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tsbVgoV+lZCXo5WX5e/qXVhVkIiFnqKj+fPs8+PomJ2mdnZy5eXgxMXHV15sdXFw///7oq+1sK2h////g4WKtqie////ztHWmaKwoa2rkImErKafiJidXlxitKqchH6BiZSpcXuDrKSflZKSQURLl4qHxsfMpJ6m////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fb40tTbwry7///6////////////////0NLV5ePhwcPN7ePe/////P//4t/a////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/z+rr/Pe21q9PPviYiSj4qYR1dvmoV0////goyeeWdk2tPVs7W8r62rztHM1M7Rs7S2goyMqJ+f/fT0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////p7jIcnJtiIaQoZecjZOgXEtDwczUd35//Pjt3MzUjI2QQVJbh4B5+PftPj1H1L+z////ydPYu7q1kZemOTMy9ezi7/DznqWvlJagdnZ2j4JzqbvETUM+5eHhV1xhcGZmbGx0t7Wwq7Cxq6ajsK+v2c/PsbS+xLm5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/f6n52nzsnG////////////////////+/r//Pv7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9f7+zsvJ6+nmq6qs0s/My8/e2c/R////wcLF/fXu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xM3Vw8C529vltK+23dnet7Czv8bOsrKu6ejkxcTGtra0oaar1M7N/f3/zM3Q//jx////////8/DuxcXJpqWn//r17vH0jo+SvbWu7uvp3tzctLnAs66p////r7S3paCZ//32////////////////+v7/1dTU//76////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2+Lnrqyy0MnEu7W2lZaZq66xtLi/amJxko5/vsDCi4uLs6+sv73DqK2wpJyZ9unf////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0t3q2NXS////////////////////////////////////////////////8vX6/v39////////////////////////////////7Ozs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PT7////////////////////////////////////////////////7vT84NjV////////8vX67u3x////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+zqo7S5bmNdpJGLWlZmeXqJrKuzh4OKpp2VqqaySUZOgH97hYmUrKal9fTw//78////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/7/t7vAwr+95+jts7zCk5COnZeUpKirsbK3wry3xsXDjo6OwLu4wsnRp6KfydHWgoWP4drV////wsjNjY+UoKars7K0ubOyp6ept7m8r66p5N7X/P3/t7nEnJeanJ2ivL7BuLq8mZOUnJaTs7GvsrnGpaSoqKOg4t7b////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ydHZxMG829ritK+2x8vMwLu61tbas7SwpZ6f6enpxs7V1s3F////wLy8////o6qy7ebc7PT+sayz3N3d5eTi/f7+rrW6mJueuLa0x8O+5dvb0djivcDAxcPBxby1q7O7aWRn3NTM0tTStrnEsayv+PLr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3+X0QURYpp+K0c/RlZCYhICFxb2/xs3Un5qZhoCFopqhkpmahomOs6mp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fn+wcjPQEVMNzxJhY2bendrBQABICIyVWJ4fndsRjIiMTA0aHB+lY+WNS0olZmZaXN/n4p5////cHWFNzpNIzJTYFpfblpHRkFJAA0oMCketqmc5u/1r6OXgXuFDhMogYGBXWFrQDs6AgAAhH5/HjNHm39qusXLmZKL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////pLXFenpymJWdgXF45+/oWVVUa2JkkZyYw8HDmpOddHV4gHlw+v75o6Kqh4+ZUlRX9vDprbvFv7Wp9P3/pKOl/vz1xczRfIWNqqqm3OHeUk9PXVxgn6ahqJmUlo6La2p1rLPAl5mbUU5OurWuu7q+0MG8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ObupKGtzMTBzc3P7u7s////////////////8vX3////////0NPdtbGw//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7/dHyEOywlkZiia3R8xsCtcWxplY+SZnaFn5SOraOeOkFScnR+eXF+X0xAfICFbnV4vbWr////ZXF8XlxefICPhIOLfHdwb2lmgoiQbG54tKia+vz8m5WQp56eT1FgfH6AkY6MsLKsc2pqpaSmWF5j4NDBnKWtraKc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////u8rZgoaBkIySu6+zq7K8aFtRwsfKnqen////i3+LhHZxZXiBnZiT7u/pHyIvvqyf////s7/FmZuU///9o6Or5dbR////zdbkwr/Hm6SnbGBYn6exfXhzpaGpeW9vi4qMi46Tmp2ihoGE39vbqqq14NLN////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3N/izc3L////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////mZeZnY+M0M/VwsfE7+zn////////9fX3/fv7////k6Kxd3d6goCG5NTH////////+/z8////z9bboqmxsq2s+vz++Pv9+/r4////////////////wsTJ2M/H/v378vPz////////////////////5u/1tbS2+PPw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////r7vGrKmdysvXnpqisq64oZKRwcvXkJGPmZSRwr69s7i5gYyUsqio/Pr3oaGk9+vh////+vz+wsTJoJueeXd73tPN9vv8eoGRtbCzf3196NbJ7fn/dnl8p6Cb4tjQ////5eXl//78////0dbdycbE///9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2N7jqqmp9fby4uTmx8XHxsnMxMC/x8fJztDQdnGBbmpnw8bBuri6z9bbpqKh/fjx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7PDx//z3/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vz8/////P/////9////9fb2////9vX3/////////P//////////////////////////////////7O3v/////////////f3//v35////5ufn////4eLk9/Dr/////////////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wc3Yg39+ubm3m52bm4uKn5ykWmV4WlFYn6OqvbSvhnh/nZaYfoeObWttysnL1NHM/v34////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7fH219TS////5+rtzM7Q8fDt3tzi6eHc////yMjK29vb3t7g6+rl9PDt//7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2trc+fbz9vr7/////P//19HW////19ng+fLv////3t7g5uXj4N/h4N/dwMfP8O7r6Ovt4dzZ////4+Li////193i7+vm////1Njbl5aW/Pv2nqe3mo6G////y87Q2Nnb4+Pl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////jp6rj4J4////eneJdWZjjI6RhoCImJObiI2YtaWgwLu+e3N4lJCadYCGzsm+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4evzrri2mZGO4dnSwcnRiYePdH6Ip5+awsC5h36DdG10bGx5yMbIqLO4fG5p//rz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P//e3yH8ODTv8zXwsXIysnVmZCQjYqSkJGgtrOw////dH6GuLmxmJapm4qDv9DZkoSBbWlnlZOM////lZeiwMLHVl9n4tXG3OXzvLCwtbi6pZyX4ufwm5ujbHJ6fXt2ysTJ3tza////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3ebulZKXn56eqKOg6+rm1dfX6uXi////2tvd7OXg////3tza////5ufq+Pbz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1eTvbnd3mJKI3tbR197wb2l3gH+Jtra0oqSigXRsr6arfYCQjZadZ21yoZOR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////paey79/U////mai9up+g5e7gGxMb6OHmm6mn////n667lp2YlY+W3tbZm6izoJWHtLO3f4yPvLyy4uHfMz9Qlol/////tMHTe3+Ol5OapJaUmZeZiIeNXF5rgISEq6un6ubm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4N/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////eICNh3xy////p7DAdGps+PHu3ePqz8jK8fTt39zc4uLkusHCzMjF+PL1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/j9l4+R1svJo6u5d3l8nJCSn5ychoOLjpKds6yp////c32Hqauhko6alY6YXF5z0Ma8naasYXF8ioB+/PXtfH6F2ce9////3ObrmZui493c9vb0yMvNubWz9/Ty0NbbzM3N4uHh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////29ra////7fT519bW4OLlwL29/ffy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3d/i///97O3t/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////P3/9PHu/P3/v8TM1M/I8fX419TW////0tTZ+vPu////2dra6efl3d7h7urn7/T31tHU6Orqy8vN8O3r/////Pz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3OXvlZSWoKCewLyvo667ZWtwy8zMuLKt/vjv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vv9////+/v7////////////+/z6////////+/v7/////v76/////////////////////v//////////9vf5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f379vb2/////f7+////7e/x//36////9vT2////////////7u7w////////8vL0+/z+8/Pz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v////////////////////78////////////////+/z6////////9vb2//7++fv9+ff0////+fv+/fr4////+vn5////0s/U+vbx+fr6+Pj4/vz89/j4/////f39/////////Pv7+///0s/R/v35////////////////////////////////////////////////////////////////////////////////////////////////jp2sj4N5////Zl1q69jL09vp49vb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PX6YWBk3c3AvcfRPTo/dHV6gIuVdHl+RkBFvrKq////rLzJZWBf9PPxiZemZ11fenR8k5qilJykaGBZp52R////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2eTunJeX4N/ap661vbq6vby40tHRvry6oaKmycbDzdHUnaClz83Ip52fnaOrsrSyl5CJp6iqqKmr6+Pb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ztPam5WWub3AhIeSioGDraurs7Cwko6NdXB1yb25/f//jo6M3t7inp2sv7WppqittK+0j46O8+XW6/f/r6ao3+fsf4KCxsTB5uPh/v//rK6xv7/HvcHQuLCtw8LEko2VzNPYp6Og+/TthZesdXZ25efnpaSo0czLoKa2w7+/wcHFoJWav8bNop6b/vz6////////////////////////////////////////////////////////////////////////////////////////////////ws7Zg3x/t7a0i4aN3tvWaGh3uaql////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////SEth/urbxc/XAAAASEJQkp+yMj1NIxcO6eHe////u9DoV0pU////cn+SKhceIh4sVlpjRlpuGRcWX1BJ7+Xd////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4O77xr/EnpyZb3uApKKg9vTvk5Sfj4qJW2BhhoSCYWd1ioeC9vv2R0hLY2JkycG5qqCWeHt9bXaA49jM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////sbTDdnuKfYKFYVxma2ZylJGTj4SHfG1tgnyEua+0////eoCFmJmZioGM7uffcX6GlomGmp6hlZKI5+rqwcPITU9WnJKM5efq8e3s5+rsf4qPIio6y7OytMjJTjY1xsjNkZaR////////4unura2y8vT3wsTGi3+Lx8LOhZ2nfl9bwsfCm5aN////////////////////////////////////////////////////////////////////////////////////////////////////////////2N7jq6qo//704ez4paKi/vny////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vT+vMPQSkdPj4F+y9DVnpqVoKa1QFVuV1hYt6qi6+bl4+XsbXiUTkpSycfFc3R5loyHkJKVkJGUvby6wMXMk5CQ9PDr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ydjloZSUzMzOQUFGzce2uMbVhHlxq6mxLCY07+LWlqKyuqumc4SNjXdpyNfkXVVSnpaMQEhLeHV9/fbu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oqq4UUtOysS9xsXLxL7Dra+ytaie5+boYWd1sqCZ/v//YWVokpSUioCEpJ6oLCk5393Yk5ycNT9FnJOM6/b0RDs9//3z1drh8erlq7W9dnh6ZnJ8no2OpK6uaVhdmJigpKKd////9/n809zheXB3w7/Erayupp2ioKOyi5abhnRzmJeXsaql////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6unv6+jo////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/r/pq26pqKfjYyM7+rl////7ff9lJ+ntbKv////////3uTskI6WrK2twMC8wLq7///6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ufsycG+////19rf4d7ewcnTxcO+6OjovLfD+vLv7/P00s/Pra+x7OLY/v//qqyuv7q10NHR7+7p////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yMrK6+La////////////////////////3uHk3NPO/f//r66s5ubou7m/2M/PtLTB1NTYvcC+o6Wn7eTf/v//0tLU////////////8fPzray05+PgytPZy8G77O/0o6Cl9fDt////+/39sr3Kn5eX6+rsz8nK/Pz6rrW93tXP3uXsqqOl+/n7////////////////////////////////////////////////////////////////////////////////////////////////////////0dvjuby+2dTToJ+fure0wMTLyMG+vcHErqGc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/X3////////////////////////////////////////////////////////////////////////////////8fj/6efp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z9XY1MzO/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pn+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/X3orCzUEZEeG9lzsa1xMnYrqWo+vv59vb0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/3/rKu30c7QuLe709PPpqiq8+3m3eTruK2x7/DyqKm06uDe////xsjLuLKxu7u/mZul6NzS////pKqvsa+s3d3Zv8DLt7S6sbO48+vk////////////////////////////////////////////////////////////////////////////////////////////xM7Wm5ubtLGvm5ecwcTGuru/oZ+dw763sru+zsfC3ODlmJebuLu+pqOjmpKNkZWYyMXC+Pr8r7S33djVy8vTp6yvuba4vbG2qq6z0s/M1trdg4GDh5SaKzc5eWlmraajtK2m////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7O/yz83L9vf3ub/O2M3L5Ojrsamu2uHonZmW/Pr3yM/XxMC96enrwLu+4+Tms7S/5uDf1dvixrm7x83UopmW////t7zDzsfE5+ro5eDZ/fv5o6Cq7evrwsnRyb2////9////p6is3dbO0dPYu7u/wsLG///2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pz9NDY5wrKtbHqHpZOAvL/Mqpyb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1+XwmZqS////g4SR28zB4eXleH+Ml4CCsLSvVkxWoJ6rpKeg////mJuohHBqdnd/hpOkyL65cXqCl4+IlZ6jlZiQdXKE4tTJtr/Lxba1////////////////////////////////////////////////////////////////////////////////////////////mK29UlRMc2ZqFw0UYmZziZKkKyknXlFBN0JXjoB5oKm5DxQnent3dG1oGgYAHRclk5KY9vr6n6y3Pj09RkFLPlNugoB5dmZlAAAAl5CSvL/AAAAAMzA1anFyl5iYLzA1T0Ay6uLb////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6e3wZWtwREJSv7XAmKWnfGdpnpyeoKCe4+Pf////p7DCq6Wo1NzaW1xcX1hgubW/fIiSmISGpaOeqqSb5OLf////kJakvLCw09rYW2JldWRpsK60YWh2qJujoKOc1cq+////dHWE2sq/qLC+ioiUl5ykqZuP3dbR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2uXth4WF////sb3Hp6Og1NHT1szH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5O/1lJiT8PHxmJWf9Ozni5ekXGFpu6WpztbNLiIqzMnTm6Ge///9pay2hHh2dHV44OTfwtPgLB8e//v0m669jJKLgXqH4NnUq7C/2cvI////////////////////////////////////////////////////////////////////////////////////////////q7/KWlpSqKWlWVVUkJKfbnl/npeSeHd7goOFcG9xh4CFV2BqrqahxsfDg3hsZ2d6jYuT/v//PUFId19Rd36MXmhyrrGzmo6Kg4GGamVoraWifnx6m5SVj5effXp1g4GHbmpq6OHa////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////n6Knf4KCKzZJ0bu3l6+5aU5JwMTEmZaP////////q7K/x7u3xtXkQ0RGcGBl29njZXmJmn14uL65r6Wb////////oqGtsLK8tLa4gIWCLCIs7evrPElZwK2qsLqzxbmr/f//lZGj0MHBu8nRcHR3q6Kk3dvY8e7s////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1N7mx8TE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dHVxcbIubKz8/X3eYWXqqKby9DVpJqaw8LIjpOa0MjF/////Pz++Pn5+Pj2//780t3pqqOl////ipKZz9DIsrLBnZGT3d3b////////////////////////////////////////////////////////////////////////////////////////////////qrvGXlta+/fy////////v8PE/Pjz////////+Pj6+vj4////////////////pLPCoZqX+/3/lZORw7WywMHE2dvZ/Pz+/fz8////+Pf3+fr8/////////Pz///z6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z9Xcnpuhzc3Ps7rBv7i1wsTHjoiN49/e////////ubrC0sjA2+Lqm5KZwr/HnqSsxcLAur/EnZOT6ubm////////sKyy0crHzdffta2ourq+mJaexcXJq7K5saWh+PXzxdLahX+Ef3p/7Onk8PLyxMPF////////////////////////////////////////////////////////////////////////////////////5/D40s/M+/7/nqCl8vHt////4uTmpaitvru4urm5s7O3pKepqaioyMfFwsbNzca/3Nzcra+ysbW4v7+9s7K0j5mllJCV7uno////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fn5///////////////////////////////////////////////////////////////////////////////////////////////////////9///////9////////////////////////////////////////////////////////////////+v7/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3tze////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/n7////////////////////////////////////////////////////////////////////////////////////////////////6fP5pqKnYmZtMSQd8/b0TktVsaqjLT9TSTw5X1RWJyQ0RUlSHx0nQkFJlZKYa2NQKy87LjJLV2FxV1VdOi4yzM7RXGV3taCP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/7/0dTVxcbI0dDS5+bo397ez8/P3Nza2Nrc5+bo2trc0dDQ4+Ph1dTW0dPW4+Dd/v7+09PR6Obm1dDV8/Hu3ODl2tnV////4eXwr664y83Pv7/Bz83N4+Li////5Ovy2tjV2tje39rZ7e/xycnJt77IxMDD///7////////////////////////////////////////////////////////////////////////////////////yMzP1MzE////2Nfb6urqyM7WycXC0tDQ8Ovq////2Nnb09HPyMnJ2NTT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vs/aRUJE3NLK5u7zysfF5efn09DS6Obkv8DC5d7X////8/n+1M7J8/Px2t3g19PT19bY7Ovo3t/fvbu98e7r////4enuvLu7//763OPqzczJ8fT22trY////6u/20NLU4N7c////9vv/39rd7e7uu7y8////7fX93dXY3+burKem//78////////////////////////////////////////////////////////////2ur5AAAA1r2nxNHcPTw6wcG9foWKjIN+q6KbS0tahIWNcnJwkZOdc3KFbVtGbWxwY2mBcXmJjY2LTEZHd3d5TlZdvLSq//v4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/7/aXR6o5+atLa5kJGUko2Minx8ko2QeH6Ij5Gci4mVkIyJn5KSkYiLi5OdsrK1/v7+gYmMbl5XpKOngIiSmp2nqJyW//34q7G2rK+0dYGJtrKmmqCoj4qNysXCnKGhUFVYs7Gzvry3gnd5hICIw8fKsbS55NbR////////////////////////////////////////////////////////////////////////////////////0dLSpaKg1dXRmJum1MrEhZyxhYF+xsG6fYSLg4eQq6GTc3FsmZiUgYOFtK2m////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////tLzGhoOFoJ+fq7CzsK+7em9vgISLYWFuXlFPe3qAmZWdzMzKo56hopybi5WbYF1nZVtgrK6zmZuigXRvfXB01sbB1uDoenp6rbCyfYeH4t7Re3yAcmts3+LifXFubmlskJOR2dfV/v34wMfKb29zm5iVzMvHpquypZugm5GTr6+vwLy3///9////////////////////////////////////////////////////////////7v3/enl///Pp7u/y+Pj49Pb47Ozq+vv5vcPKTU1Sraur8vPv6ff/UFNh6uDS5+31Xmd1eICHtK2mqamnxsPA/f379PX3//37////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////lqCj/fPh////l6CsjIGBmY+UdW10opqfjpWfqqyux8TGlYiMcmpsa3F5t7i0////tr67koWAmJmednuKe3qCqZWN////mKKdwMXFqLO5////5vL/nJeeysXCvb24g4qPvb/EsK6ndmxucGNo6OfprrTB3c3I////////////////////////////////////////////////////////////////////////////////////6ezzf4KL0srDv8XS28vI////1tLc6u3wYWZmhIKCmIyIubqyp6urd3iDv7Or////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////cHuFyrSi////SkthrqKWtKuunp2lfHuGkIOBlZuoqqiyzc3LnpymcG54kJCQiYCHiIKKiY6WmI2PtK+vkYuQ+Ojjjqe8moyC////naGmw8HDZ2VrycC0tcDKWk1KgoKCq6Ka6eft//37t8XSMDI3zcW90djbT1Zox6qrxszBo5qO////////////////////////////////////////////////////////////////////////////////////////////////////7/H27u3r/////////P//+vv3////+/7/6uvr/P378/Ly////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+v3/Ymtw1si3/P//tLnBvr6+c295saKb3NzksLK34ePh6+rs4uHjyMfHwcLC5uTh+/7/cXFtzcC0y8nL8Ozrx8nM2tHM////0NPWkZiidHl6/PLk4+33uLW3////oLG8iYB23d7j2tHR7O/xwLm00NLZuLa2/Prz////////////////////////////////////////////////////////////////////////////////////n63CODMy6ubhpKCo0snEsMDPlIeLcXZ9dWpk////XFxggnx1e4WDhn1/3tLM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ucDIkYmLo6SmnZaY4uTe6Ofl5eXl4d3c////iJajmYmE////lZ2pk4R97uzn5ubo9vX1wsTG6N/Z9v//amlz3cu+3OXvg4CGqqes1c/QkpKfX1JU3+fuTE9U5tXErMLSWE9K4dzZ//76tsHTXFJd1tPYWmd0iYJ9v8DKjIKAz8rH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+v3/0dHR7+vq////6urq////8PL0/////P//7u3t////////////////////////+/7/zs3P9e/q////////////////////////4+Pnz87M+/f0/P//6evr////4OTn1dHO////////////////8PL0+vjz////////////////////////////////////////////////////////////////////////////////////////////2Nja7uvo9fTy////zNPd2dfU5+fl8e/s////6uzu0dHRz8/R6ufg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3OTnxcLC////////////////////////////7+zs////6efl/////////////////////////////Pr89PHv////8fb7vr2/6OHc////0dLU3dzg6Ofl////+///2trY////////+/3/4N3i//767PL34t7Z6Ort2NXV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fv9///9+Pn5lZ+vzsW98f7/WVlh9Onb////9Pb4/fv5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f39//78////8/f69fXx////////6+zv//r3/////v///fz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fr87Ovr////////////8vP1/////Pv7////////////////////////////+/39////////+vn3////5+fl//////////76////X2dz9efW1OT0Yl9d////////+/j9/////f//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PX6XFxgxK2f8PP4fXZ7wcDIQ0lgmIV0eHd7dnFu8+zj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////orK/bG9xgH6CgYODwsHBvsDCUVJXrKmfr7e/xcLEf4F/eW9n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yNXfx7604+bznpqik5SQn5OFlqGuqaam0dHRb2t13d7g09XVdGNodX2Po5qT9vn5UV9yVElH7+LY0dvlsra2tbe5lpOYV1RelZqhXV9ug25XbneMTEtVopuUopuWhnZ9aXOFqqKb+///YWVy7+ff////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TE9l/+TRz9/mGRYVk5igcXeHZmBbAAAANjIxxby0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ssLRGCkyLSUg5NnP5un0ICYtZ1JG////aIGPSTo6aWVgf3Zq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+/y1+PjHig2c2drY2p3XlRIPkBQhIyWY2x6AAAAfnl4i4yKPjQ3Ii5IV0tJvLS2EB0xYVA4//783ebrYWt3W1pXYl9kLzI/b3OAjoqQT0M7ExUncXqNXGNkPSwgXlNTExszZltXhomUTEpS/Pz6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vT+uL/OSkdPkYOAoqeyr66py9PanJ2lrqWf39vbkpWa39rT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////kaO5OUE+SEFDrZaO////ICQt5sy22ev4AAAAzr+8N0pmV0Iy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6fL4AAIRUDsr0tTZz9DVn6CicnqBb3J1ubu+vbq6x765ytDXqKKn0czLkZecZ2uAVFtj1s/I/vr5tsTOFxUYqZuTz8vIqqmpx8fLr7W9o5uUxsHEjpehw7qy1tjdqKGi0M3KkpWXcneGcnJy//ny////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pv+29vd+fPu////////////z9DS//754uTn+/n2////////////////3dzc//349/v/7ern8PLy9PPz9fT23eDi3tza/vv4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Pr/qa+8q6ekj5CS+PHs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////x9DYqaqqubaz6OTh////29rc////xtjllZGO////tcHNpp6Z////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2eXvj4iK//n0vMLH///9////////////////////////////////////////6fb/tLS0////////6Onrx8rPv7y6///7////////////////////////////////////////////////+vz////9////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fn+dXp3////lp2ykIqHc36IjnZqm6i6SEI/4Ojrk5ugf3dw0cfCt8TKSkxRqZ+fYG16iH5y5fD8QkBLPjMrgHpxiJyuW0hC+O3j////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////597WusfNAAAAhXl7PElPindkN0NcpZeUr7vBAAADAAAApZiMTlZeWWBqeG59PT5AVVZS09bbDAoXWT4p6ujjKD1QVEI2+/Xu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////jJeiAAAAb2BT+fX9q7i6cWxnNjlEU0tNjYiHcHB4fICJvLOno6SpZmp5wbu2pq+0VlZWS1JkT0RPvK6iwcPGcHiAvbOr/fz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/n+IzI7b1dM8vT2lpKP////////4unspZ6b/////////////Pz+////////////////////pbfHV0tJ////////////+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fv+8O3r////9Pr/3t7c////////////////////////////////////////////////////+vv7+Pj0////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////hY2fr6CV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////dXyKwbGm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6vP5nJ2doaCc19DJ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////cHWEy7yv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////n6y/koWA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6/T8o6Ol////kpqqnJCC////3tvb/f7/jpWajIiFrKyuraqwl5WVmpyjmZmZjouGvLW4w8nQjImJ39/btbjCkI2SoqSpnZiYtrK1ipCVmqCljoKA6N7Y////2uPvhYqLnpeOqKasqKiwmJiWwcK+wMbOfH5+raeg////////////////////////////////////////////////////////////////////////////////////qbK8kpORsKmk4eDim6OqiIeFw769sbS5oKGfn6CjsLKym5mfuba2jI+U1szErbK5hXd08efh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////t73FoaCb0svE6uvtjpWauri1naCnzsW7wMnTn5ub7PDxipGWnJaNhouSJiwtSEZGsq2qmaGpr6Ob////wMvYgYKAraadpqOroaOonZ2ZysnJrbW/foB+wrqz////usXPuLey+/fy1trhj5GT0c3Iqa62rqSio6Wvnp2drq6smJaWwr+8x83Smo+J3uHklJaZ29HJq661i3x3+O7m////////////////////////////////////y9PbiYWCrqek3tzevcbOnZKK297ln6Ksm5mUrbKzra2yl5aWsrGs0dXWhISH4uDgjpOetquls7a7gYmMkoyP+PLr4uXo///9pKq4rKemkZidnJ+fhnx81s7J////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/n+eoGJr7GzAAAGqJJ42PH8GBUW///3aHN5AAAAand5gX6EJBMfPT5Senx0AQAAbHZ8gX6EY11iZ2dydGpoFhMmX2JyZlZTOzpHVFNZ////JzFAuJ+H////wdHeNj5EFQ4FYmx0enWFYFxQNkpTd3FqREtRMjY3////////////////////////////////////////////////////////////////////////////////////UWNxUkEyY2t5RT5Di4uHAAAAdX5+c3J6bm9yZ2x5NTk8KR4cr62zAw8a7NW5////Ehkhzrae////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////p6qvwsfINzhFaWdpbXSEOjgzXGZsgnJ5MzZBVVlb////O0ZQEgoDb3FvVF9sjYByjp6uCwsUnY2I//z6qLS/EhkfQToqYGNuZWZ5dXdtKjQ6dHRyQEpSVk9G////u77JsbS/NztCjYyCUU1KWFJXHCMuqZ+aODhLVlRefYuNZ2BPICgwf4aDYFFYUU9kNkNJ/+TH////EBYb3sex////////////////////////////////2+XxDxQasZ+K1dTWf4+lX2ZhYlRYRUddgXyDTEhHZHZ3eXB7R0NJZnuAO0BDV0g9U2Z8IR4X6uTfRUhYXmRrR0JM3tXPFiIv9uPLdYCZMzNCT1JZ///9RFZpgmpX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6e7xEiI2NCUa////P1BpGg0Nxs3SqLCuHBsdjZqcpqeqW0xca2l7sLixJCEfoKmpg4iVTk9ScW50mJCLWVZpeXqPl42HQUVVdGtui4yXBgoVqZ+X+/jz3eXsZHF8Qzs0k56jWlppQTQ0eIGGiIeEU1FZXWFk////////////////////////////////////////////////////////////////////////////////////iZScUUZEVVdgmpGJuMHEGxkdjZmbaGVxeXJ3ZGNtgHZxND1Cg4GDLzpAbGNXSFJgGxkfsqqj+/jz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2+brKjdBTDwzqrTAY19nem9xUV9ujH5+ZWdsIiswd3d5eYODQz08e4KAZ3R/UEpATk9PQExccWJb//bsydTaNkVUbGRcj5meREFSXVJMcXh5ent9VlZee3p1////////am+TFx8dtru4X05GiYGIQlpofnduPjs7PD5LYWlsU0k5YWNog42TXlFTdHCAPVRgcmlbPkhZHBgfuLGs/vz3////////////////////////////nrbJCQYC////////2/H/WF5lYVNVam18aW1yLiUpjpSVe4GIKSQpfoKHg4aEPzs5Q0lRZ250mpqiKx4lioaGnJykXVtjDA0Y08zFjYqPTFNmaWBjmpehEBwqi35y6OLd////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GSIzhGlW////tLS419LR2d7h0dXVw8G86ursh42VMjI7VURJ2eDfx8S96vT0Iik8jnxp7u7qkJWiPEJPUEhTi4WGanB1Zl9gtK+v19bW2Nrc+vbx9vj6vMTH29TN7u7wtbi9q6mr//z35evwLkFVNTIr////////////////////////////////////////////////////////////////////////////////////Wmp3OS8tODg2kX5t2+Tpw8C97ezuYWFpgHp5XFtb2si+0dbb19bTzNHUnZ6hnpub3tzc19nc+/jz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////aXyONyslz87Er77IWFNS5tfNu7/K5N/W8PX2rKurraurys/M0c7J+/n5x83StrW16+nk1dvg1c7H////5+3ys7m85+Pe6Ovur7Cys62s////0NfeCRopaGBU////2OXvAAAAwaeN4/v/AAAAyK+g4Onu0c7L0dTUrq+vvbu5tbKw//z32+LsvLax+fv5v8fPnJ6gop+c3tvb19nb/vv4////////////////////////////3eryGyEoybaiqbO/tqym19nkvriz+vz8tb7ErKqs6eTjztjdqqqq4dbQ////uLm7/Pn20dbjrKywYV5cdm9yen2Iq6ad1dLQ3OHkc3R/bnN6aWNkp5qY1tXT2drc6efk////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1tbY6eLd////////////////////////////r7K9jpCMwrm0////////7/n/npqa////////tbjFjJCRysjFsa+32NXQ////////////////////////////////////////////////////ws3Zqaaj////////////////////////////////////////////////////////////////////////////////////rbS7m5qYq6im5NzV////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3+HmwsPGm56j5eDX////////////////////////////////////////////////////////////////////////////////////////////////qLG7wLu0////xtHZiIeC///4/f//iYuOzcK6////////////////////////////////////////////////////////////////////////////////////////////////0tnenp2bmJSbyb25////////////////////////////////////////////////////////////8/j/naCq///0////////r7bExMG+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vLy7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u+vr6////////////////////////////////////////8/Pz7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////urq6r6+vuLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4n5+f4+Pj////////////////////////////////vr6+rKysuLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4np6e39/f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////rq6u6enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ubm5xcXF////////////////////////////////r6+v4+Pj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8wcHB////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////o6OjNjY2qaim////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////+Pn5iYqKVFRUQUBCQ0NDV1dXdnd32NjY////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////4+LiAAAAAAAAdnZ2////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////+Pj4R0dHAAAAAAAACgQGCwUGCAACAAAADwwLz8/P////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////nJuZAAAAAwEBqamp////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////rq2tAAAAIBsZKiMgJyIgKCIkJyAiMiwrAAAAh4aE////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////hIKCAwEALCgmysnH////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////cG9vAAAACQUFEAsJFxIQGBQTGhcUEA4OAAAAnJuZ////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////paSkDQsJOjc01NPT////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////rKurpKKi9vb0////////////////TE1NAQAAEwcLJjQlR1BCVU5JVGNVJSQhAAAAxcTE////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////t7a2EA8NMiws19bU////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////7+7uYl9dAAAAAAAASkdF7u7u/////////Pz8MzQ0EAgIKx4XLSwiOjcrRTcwRT4xMh8SIhcU6Ovt////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tba2EQ8PMS0s3Nvb////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////p6amAAAAAgEBAAAAAAAAkY+N////////5eXnHh4eIxkUOSwgNCAgPCYjPSwmTzUvOSIUSkNA////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////trW1FREPNTEx4uHh////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////trW1AQAAAAAAAQEBAAAAUVBO////////zs7QBAQEYV5qgW9+VFtQZWlfdl93pYyQfHhlaWFc////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////t7e1FREPNjIy5eTk////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////7OvrQjw7AAAAAAAAAgAAV1VT////////sbKyAAAAdWV1knSGgWxanoBxyZWR6bqplHdgg39/////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tra2GRYVODQz5uXl////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////dnNwAAAAAAAAIBwbW1hV+vr6////jpCSBAMBl21gu4d6uH15tHtzrX5zrIV0PjAbnqCj////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////trW1GxcXOzc26Ofn////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////pKGfAwEAAAAAJCEfSkVC5+bm////cHNxFA0UmnONkmx1dVpfVkJESjk4NicmEAcJzc7M////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tbSyGxcXPTk56+rq////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////0c/PGxgXAAAAJSMiSURB0tHP////V1lbHRQUZU1OTD02QjQvLRsYIBQNAQAAHx4c9vb2////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tLO1FhIQOTU16+vr////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////9fT0QDw6AAAAIR8fSkVAwb68////Q0VFIRkUQTEoNSIiNTgiKj0TFSIXAAAAPz87////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////tLOzFREPODUz7ezs////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////ZWJhAAAAGRgXTEVAsK2q////NTMzKSclOTs7Ljk3K0A5JlFMCzxFAAAAZWJh////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////srGxEhAPOzg28PDw////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////i4iGAAAADQwMRkA7mJSR6OnpLy0tLy4uLjI1HiwmFBYXCwgNAAAAAAAAlJOR////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////rq2tDgwMQ0A98vLy////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////srCuBQQCAgEBOTUye3dyt7a2LCoqGBYWDQUGGRkTNS4pW1BOcnByPDo5qKel////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////qqmpDwwMT0pJ8/L0////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////19bTHRoZAAAAKyklaWNefn17Hx8fgnFqzcPD6+ru////////////fHl0r66s////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////qKenEg8PWlVU9PTy////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////9/b0Ojc0AAAAHx0cWFRPODc1Kisr4b+18e3hucO8jYqMY2hhREpBPDk16Ofn////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////qaioFRIUYV1a9PTy////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////WVVUAAAAGBYVPjo5JCIgKSclMDEzFRkXCg8EBAAADx4PGScWT0hK//7+////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////qqmpEQ8NY19c9fXz////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////end1AAAADQ0NKCUjIB4eIyIgIyIgMi4sPzg6QkA7SEJBEAgGWVZU////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////r66uExAPaWVk9PPz////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////mJaWBAEACQkHFhQTGRgYJiMiPDc2PDg1KCQhEgsLAAAADAgHxMPD////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////ubi4GhYVb2pp8/Ly////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////uLe1CgcFDg0NCwoIHhwaFRITAAAABAAAGRUUQD07dHJy2djY////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////xsXFJCEfenZz9PTy////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////19bWFhIQCQgGDQwMEQ8KjIuLq6uptrS039/f////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////3t3dMC4saGRh7+7u////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////9/f1KCYmAAAAGRkZGBcX4uPh////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq/////////////////////////////////////////////////////////////////fz8Ozk3BQMDy8rK////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////QUA+AAAAAAAATU1N/v7+////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////kY+PAAAApqam////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////YV9dAAAAAAAAysnJ////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////xcTE5OTk////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////wL68NjU1kJCQ////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////urq6/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zs7OyMjI////////////////////////////////urq6+Pj4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dHRxcXF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qKios7Ozw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDlJSU09PT////////////////////////////////q6urr6+vw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDlZWVz8/P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6enpzMzMy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL0dHR/v7+////////////////////////////////6+vrzc3Ny8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL0NDQ/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHxuLi4vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29u7u71NTU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xMTEm5ub1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXVwsLCoqKi////////////////////////////////////////////////////////////////////////zc3Ntra2urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6sLCw7+/v////////////////////////////////0NDQtbW1urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6r6+v7e3t////////////////////yMjIz8/P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fn5u7u7////////////////////////////////////////////////////////////////////////o6OjysrK4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODgn5+fx8fH////////////////////////////////pqamxcXF4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODgoaGhw8PD////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////urq68vLy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////x8fHzMzM////////////////////////////////u7u77e3t////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ysrKycnJ////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////6+vrvLy8n5+fj4+PhISEg4ODiYmJlZWVr6+v3d3d////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////8/Pzo6Ojh4eHfX19bm5ubW1tdXV1goKCnJycwMDA////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////qKioICAgAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeHh4////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////wcHBHR0dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ0ND7u7u////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////2traJCQkICAgHBwcHBwcLCwsKysrIyMjKioqIiIiJSUlExMTAAAAqqqq////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////RUVFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjo6O////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////n56eFxcXJCUlEhMTFQ8UIh8hGhoaERISHh0dEggOHh0dHyAgAAAAW1tb////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////8fHxICAgAAAACQkJGBgYJCQkLS0tLCwsJycnIiIiFhYWAwMDAAAAXFxc////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////k5OTEhISJSMnGBYYMEQ3KjQxREJETEpMMDg1RWBXJSYoGRQaAQAASUlJ////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////2dnZDg4OCQkJQEBAUFBQVFRUWlpaVlZWT09PUFBQT09PLy8vAAAAS0tL////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////kJGREREPPDg4LycpRltQQVJHX1hbZmJiS1BLZ4NzOzk3MCQkAAAAR0dJ////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////xsbGAQEBERERKioqKioqOTk5Ojo6NTU1Nzc3MzMzJSUlKSkpAAAAPz8/////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////j5CQDwwMQTgzMickOykrPSstOCsqNiomPi8sOCIjPS4rRTMuBgABR0hK////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAgICDg4OGhoaQkJCR0dHQkJCSEhIOTk5DAwMERERAAAANzc3////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////////////////////////////////////////////////////////+fn59PT08PDw8PDw8PDw8fHx8fHx9fX1+fn5/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jY+REAkKYlJJTT0yQywrTD4+Uzs2SjQvSTk2Uzs2VDs0VT04FAABRkhK////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAABAQEBwcHAAAAAAAAAAAAAAAAAAAABAQEAwMDAAAALy8v////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9vb23Nzcu7u7oKCgiIiIa2trV1dXRkZGNTU1KCgoHx8fGhoaFRUVERERDw8PDw8PEBAQExMTFRUVGhoaICAgJiYmMTExQUFBUVFRZ2dngYGBnp6evLy83t7e/Pz8/////////////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jZCQCgAAsqzGk4mgSyYdjqyjX2dZaUJBl53Qb05QkWxkrtO8LCMNRDxB////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////u7u7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALCws////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7u7uqKioa2trODg4FRUVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMDBAQEAgICAAAAAwMDBAQEAwMDAgICBAQEAgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICGhoaREREe3t7wsLC/////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jpKSIRUPnIejfWSAb0U6lI6Dd2del2Vd07nBtH94w45//uDRd0U/PT8/////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vLy8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALCws////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z8/PY2NjDAwMAAAAAAAAAAAAAgICExMTHh4eISEhJCQkJSUlJCQkJiYmJCQkIyMjIiIiHh4eHR0dHBwcHh4eHh4eHR0dHR0dHx8fHh4eHx8fIyMjISEhHh4eISEhHx8fHx8fHh4eHBwcExMTAAAAAAAAAAAAAAAAJycnjo6O/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jZKVOi0qsIJloHBYr35yr25nw4J2wYp7uXtmw42Au4B5w5FyXUktRUdM////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALS0t////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////////fn5+BwcHAAAAAwMDGRkZKCgoOjo6MTExIiIiGhoaFxcXGBgYGRkZGBgYGRkZGRkZGBgYFxcXGRkZGhoaGxsbGxsbGxsbGxsbGhoaGhoaGhoaGRkZGRkZGhoaGBgYGBgYGRkZGRkZFxcXGRkZHBwcHx8fIiIiKCgoHBwcAAAAAAAASEhIwMDA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////kpeSOy46rompmW99lmt3k210jGpshmhlfWFgd1tab1BSdGlUIB4KT05Q////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vLy8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKysr/v7+////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fX1XFxcAwMDEhISICAgLCwsPz8/T09PNDQ0HBwcFhYWFhYWGRkZGxsbHR0dHx8fHh4eHx8fICAgHx8fICAgISEhICAgHx8fICAgICAgHx8fICAgICAgICAgICAgICAgICAgICAgHx8fHR0dHBwcGhoaGRkZGBgYFxcXFRUVGxsbKCgoKCgoHx8fMjIyrKys////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////l5yZOS01kXGJbVBXWT9EVUBEUj1BUjs9TDY6RDE1Pi8uPCcpAAAAVVZY////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKCgo/f39////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////c3NzHR0dFhYWHR0dPDw8VFRUYGBgMDAwDAwMFRUVHR0dHR0dHR0dHR0dHh4eHh4eHh4eICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgHx8fHh4eHx8fHx8fHx8fHh4eGhoaFhYWFRUVFhYWGBgYOzs7Pz8/w8PD/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////nqGjMywlcVxJVUE1Qi4iQjIiOyYhNxkdNB8fKhseKBkcKRsgAAAAV1hY////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKCgo/f39////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////q6urLi4uICAgFhYWTU1NW1tbXV1dMTExCQkJGBgYGxsbHR0dHR0dHR0dHh4eICAgICAgICAgISEhISEhISEhICAgIiIiIiIiISEhIiIiIiIiIiIiISEhISEhIiIiIiIiIiIiISEhISEhISEhICAgICAgICAgHx8fHx8fHh4eHh4eHx8fGhoaFBQUFhYWCQkJOzs7ZWVl7u7u////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////paenNC4uZVRRTDo3Mx4bKQ8QKicSNEsAKiMKGhYAHSIMHicUAAAAV1dX////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAAAgICAwMDAAAAAAAAAAAAAAAAAAAAAwMDAAAAAAAALS0t////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHxY2NjIyMjCAgIT09PWlpaTU1NREREFhYWEBAQFBQUFRUVHBwcHh4eHx8fICAgISEhISEhISEhICAgGhoaGRkZGxsbIiIiIyMjIiIiIiIiIyMjIiIiIyMjHh4eGRkZGxsbIiIiIiIiIiIiIiIiICAgISEhIiIiHBwcFxcXGBgYGhoaHx8fHBwcHBwcFRUVEBAQFhYWMjIyra2t////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////mJiYNjUzZWVlS01PMTk3IC0rIjs2KlI1JT84IWpwFzQvCg8EAAAAWFhY////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAAAAABQUFBgYGFxcXHx8fLi4uODg4Dw8PAQEBAwMDAAAAHh4e8fHx////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/KioqDg4OPDw8WVlZSEhITExMMTExDg4OISEhLCwsKysrHR0dHR0dHx8fICAgICAgISEhHh4eIyMjMTExMzMzLS0tICAgISEhIyMjIyMjIyMjIiIiHh4eKCgoNjY2NjY2IiIiISEhIiIiIiIiISEhISEhHR0dJCQkMjIyMTExIyMjGRkZHR0dGxsbGhoaFhYWAgICGhoaeHh4/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////h4aGNTQ2aGpqTVBRMz48GS8kEyApGBskGSguElNnCh4pAAAAAAAAWllZ////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vr6+AAAAAAAACwsLDg4OJSUlLS0tLCwsPj4+HBwcBgYGBwcHAAAADg4O39/f////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////lpaWAwMDEBAQVFRUTk5OQ0NDRkZGIyMjERERNjY2MzMzQkJCKioqGBgYHx8fICAgICAgISEhGhoaKCgoUVFRWFhYR0dHHx8fISEhIyMjIyMjIyMjHx8fJiYmODg4RERER0dHGxsbISEhIiIiIiIiISEhICAgGRkZRkZGPT09ODg4RkZGGRkZGxsbGxsbGhoaFhYWExMTEBAQODg44ODg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////jI2NNTExWU5MNisrHxcUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXFtd////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vr6+AAAAAAAAFRUVFhYWEhISDg4OCAgICAgIERERFhYWDw8PAAAAERER4+Pj////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////YmJiAAAAMDAwU1NTREREQUFBQEBAHBwcExMTPDw8Nzc3KSkpHh4eHBwcHh4eICAgIB8fHx8fHh4eMDAwQkJCQ0NDOzs7Hx8fICAgIiIiIiIiIiIiICAgIyMjNDQ0Nzc3JSUlGxsbISEhISEhISEhICAgICAgHR0dKSkpMzMzNDQ0KysrHBwcGxsbGRkZGRkZGRkZFxcXBgYGDg4OwMDA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////hYWFNzY0eHp8XVtdUlBNNTswHh0dOSolOywlIh8kKSMkMiwsBwYGU1NT////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////wMDAAAAAAgICHBwcHBwcGhoaGhoaGRkZGBgYGhoaHR0dGhoaAAAACwsL3d3d////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/PzNjY2AwMDRERES0tLQEBAPz8/Ojo6HBwcERERERERExMTFBQUGhoaHR0dHR0dHR4eHh8fHx8fICAgIyMjHx8fHh4eHx8fICAgICAgICAgICAgICAgICAgHR0dIiIiJiYmHBwcICAgIB8fHx8fICAgICAgHh4eHx8fGBgYHBwcGxsbFRUVHBwcGhoaGBgYFxcXGBgYExMTCQkJAAAAmpqa////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////gIKCUFFR9NTK/e7p/////vj7////////////////////////VlNSKSkp////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////t7e3AAAADAwMIyMjISEhICAgHx8fHh4eHR0dHx8fIyMjIiIiAAAAGxsb7u7u////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4eHhGBgYCwsLSUlJRkZGPT09OTk5NDQ0GBgYERERFhYWGBgYGBgYGRkZGRkZGhoaGRocHBweHB4cHh4cHRwcHBwcHBwcHBwcHx8fHx8fHh4eHx8fHx8fHx8fHx8fHh4eHBwcHx8fHx8fHB0dHxweHB4eHB0fHRwcHBwcHR0dGxsbGxsbGhoaGRkZGRkZGBgYFhYWFRUVERERDg4OAAAAdnZ2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////kpOTU1NT48i/3M3K0tbWztXKycfFzcrIzcvJzMbH1M3Q4+HfRkVDJSQk////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////q6urAAAAFBQUKSkpIyMjIyMjJiYmJSUlIiIiJCQkKSkpKSkpAAAALi4u////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0NDQBgYGEhISR0dHQkJCOTk3NDQ0MjIyFRcUDw8PFBQUFRUVFxcXFxcXFhcXGxcYHRkXGBkZHhkZGBoaFxocGxsbGxsbGxsbHBwcHBwcHBwcHBwcHBwcHBwcGxsbGxsbHBwcHBwcGxwcGxsbHRkcHBsbHBsZHBkaGRkZGRkZGhoaGBgYGBgYFxcXFxcXFhcXFRUVExMTDw8PDw8PAAAAWlpa////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////mZmZSEdHf4OGYGBkSk1IQlQ+FxQTCQMFEA0MFRoRFx0SIR4bAwICQUFB////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////tLS0AAAAFxcXISEhJicnJSYmFRUVICAgKioqJCQkIiIiKioqCAgILi4u+/v7////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDAAAAFRUVRkZGPDw8MzMzLy8vLCwsEhERCgoKEA8PEBAQEhISExIUDw4ODQ8PEQ8SEw8QDQ8PDxEREhIQEREREBAQEREREREREREREREREREREhISEhISERERERERERERERMQExISEw8QDQ8PEw8SDhMQDxAQERERFRUVFRUVExMTFRQUFRQUExISEhERERAQDw0QDQ0NDw8PAAAASUlJ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////mJiYT09PhYWFaWlpUE9PPzs+ISEhAgEBDQwMFScaFDUbJCsmDggKQ0ND////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vb29AAAAEBAQHyAgTUpKKScpPT8/Ozs7Hh0fHx8fFxcXIyMjCAgILy8v+/v7////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb29AAAAFRUVQ0RCODg6NTU3MjMzMDAyGBcaDw0TFRQXFBMYFBMXGBcaKSkpLC0tJR8kLSAgKSwtKisrLisoKioqLCwsLCwsMDAwJiYmHh4eICAgHh4eKCgoLi4uLCsrLCwsLC0tLCkrJh8iJiYoJiMlLSUoLC8tJiYmFxYYGBcZGBcZGRQaGRQZGBUZFxMXFhMXEQ8SCAgLDw8PAAAAPj4+/Pz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////lZSUT09Pi4uLbm5uVlZWRERENTY2CwwMBQUGBwIGBgQGBgYGAAAASEhI////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////vr6+AAAAEBAQLi8vQTs9MC0tYWVlPD4+DAsNGhoaGxsbHBwcCwsLMTEx/f39////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb29AAAAFBQUPD09NTU3Pj5APTtAODc9IR4mGRYeIR8lIB4mHRsjJSInSEdJSkJEPXBSQXdTRkJBSkVNSklJSUlJS0tLSkpKQ0NDWVlZa2trZWVlampqUVFRRERGSkpKSUlJSEdJSkBAQndgVn5uXFJUR0RGT0pNQj9BHhsdHxshIR0jIRwkHRkfGhYcHRgfIRwiGBcbBQQJDgwPAAAAOjo6+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////vLy8PT09lJSUkpGRfHx8VFRUQT8/MC4uGhoaHx4eHx4eDQ0NAAAAfX19////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////7OzsGxsbHh4eU1NTfX5+amtrHRwcICAgLS4uLi4uNDQ0TU1NEhISU1NT////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAFBQUODg4NDM1QUFBPTw+QT9DNjI3JCIkIR0iIyIlIiAiJyUlREFDPTI3O5RgOoxZPCcyRDQ+RUBFQkREQkJCQ0NDMzQ0Y2NjjY2Nfn9/ioqKVVVVNzc3QUJCQkJEPzg7SVFISqB5Wol3X4d3NW5UQTlAPjo9IBweIh0gIR4gIR4gKSMmLSkrJiIkIBofGxYbAQIECwwMAAAAODk5+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////iYmJSEhIY2NhYWFhS0tLPjw6Li0rAAAAAAAAAAAAAAAARUVF9PT0////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////qampNjY2VVVVVlZWVVVVVlZWWFhYWVlZWVlZX19fU1NTQkJC0dHR////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAExMTNTQ0MTExQ0NDNjY2WVdXbmxsPzw8GhgYJyUlJyMjKygoQkFBRTtAN1M/LnVRL08/NVpAQUREREFDQ0NDQ0NDNTU1YWFhiYmHenp4g4ODU1NTODg4Q0NBSEJFOi8xQH5mhrukqJabd9WvMI5aPS4zPzs7JSEhKCIkJSIiGhYYRUFBaWNkPTk7GhYVIBsbAAAACgsLAAAAODg4+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////yMjIo6SknJycmZmZl5eXkpKUhoaGiYqKmZqawMDA////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////4+Pju7u7tbW1srKytLS0s7OzsrKytbW1urq6urq69fX1////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAEhISMTEzMC8vRENDQkA+REE+NjIxKCQkKyYnLCYnKiQmLysqRURCS0hISDc8OldDLZZXObp9OFVLSTw+R0dFR0dFNzY0a2pomZeVh4aEkpCOW1lXOzw6TUdESkVIQDk6NFlIes2oz/PmkLelN1BCRzw+QD07KCIkKSUlKiUmKSIkKiIiLCQmKSIhLCMkIhsdAAAACwwMAAAANTY2+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAEhISMDAwLy0sRkJCRUJBQ0A/MzAuJyIiLicpLicnLCYjMiwpUk9OU1NTUlBSUkJKS1xQRmlXTFBLVFBPUlFPUlFPT05MWFdXYGBgXl1dYGBgVlVVT05QVFBNS1FOUVNTTz5DSlZQZYV5UVJQSkBDV1pTSUdFKSIkLCMjLSUlLSUlLCMjKiAgLCMiMScnIhseAAAACwsLAAAANTY2+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////vLy8AAAAEhMTLC0tLSoqSENDRUJBRUFAOTU0KyMkLykqLykqLSgkMSwpR0VFSUdHRkVCSUZGTD1ESDhATUZFSkZFSkZDSkZFS0dGRUJBQD09Qz8/QT4+R0RESkVISkVEREVDTENGTUhHRjo8OigvQj08T0hHUUlJQj49LCQkMiUmMycnMSYoLycnLyYmLyYmNSwpJh4eAAAACgsLAAAANTY2+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vLy8AAAADxISKSsrLCkpSURBR0NARkJBOzc2LCcmLysqMCsqMSwpMSwpLCgkLSgkMScnMSclMikmMygmMygmMygmNCknMyonMygmMyolMikmMyonNCsmNCknNSknNiknNigoNigoNSgmMykkNicnNycmNycmNSclMyckNysoOCsoOSsoNiomNSknNSklNSgkOy0qLCAeAAAACgsLAAAANTY2+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////uLi46urq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBzc3N////////////////////////////////ubm55eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDysrK////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb29AAAADxAQJygoKigoTEVCSkNARkI/QDs4MCsmMysoNSwnNiwnNiwnNSsmNiwpNS4pNi4pNy4pOC4nOCwpOCwpOS0rOi0sOjArOi0sOiwsOi0sOy0tOy4rOy4rOy4rPC4rPS4rPC4rPC4rOy0qPC0qPC0qOy0oOy0oPS8oPS4nPS4pOywnOysmOyolOykmQS8sLyIfAAAACQoKAQAANTY2+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////u7u79vb2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y8vLy8vL////////////////////////////////vLy88fHx////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zc3NycnJ////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb29AAAAEBAQJCYmKCclT0VDTkRCSEM+Rj84NywpNiwmOSsoPC0sOy0sOy0sPC0sOy8rOy4sPC4sPS8uPS8uPS8uPTIsPjEsPzIsPzAtPy8uPzAtQDAvQDEuQDEwQDAvQTAvQi8xQjEuQjIrQjEsQzIrRDItQzItQjEsRDItQzItRDEsQjArQC8qPy0pPywoRTEtNCQhAAAACAkKAQAANTY4+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////o6OjwcHB1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbWmpqaysrK////////////////////////////////pqamvLy81tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbWm5ubxsbG////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vr6+AAAAERERIyYkJyYkUUVFUkRDTkQ9TT88Pi4tPCsmPy4pQy8vQTAvQC4uQDAtPjAtPzEuQjEuRDIvRTMwRDEuQS8qSDUvRjQvRDMuRTMuRDMuRjQvSTYySjUySjQxSzcxSzcxSjQxSjUySjUySDUvRjMuRTItRzIuTDUwSzQvSzQvSzQvSjItSTEsSTEsTDQvNyYiAAAACAkJAgAANjY4+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////1NTUurq6vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8uLi49PT0////////////////////////////////19fXurq6vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8t7e38fHx////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vb6+AAAAEhISIiUlKCYmU0ZGVUZDRzw6RDw5MiUjLR8eNCUkMSIfPy8sQzItQjItRTItRjMsRzUxNigjLyAbOiwpQTEwMyYmQjQxSjczSTYySzcvTjo0OysmNiciPS4nPC0mOywpPi0sNiYjOCkmTDg0TDgyTzcwTTgyNSciNSQiOyonOCMgOyQjOSUjQy4rVjo0OigkAAAACAgKAAAANzY4+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vr6+AAAAERERICMkJyUnVkdHVD8/UEBDdW5wbGVnYVtedXR0X1tbNyopRjAuRTMwRDMuSTQxMyEeV01PeXZ2dHNwhn6AYV9fQzEsSjYwSzozUT40OSghRkA/a2hncW1qWVNOVlJQcGlqgX16WlVSOSMkXD06XT83OyolW1lXfHZ5cGtqYmBccW1tdHBwQTUyUDIqQy8pAAAACAgKAAAANzY2+Pj4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/AAAAEBAQHyEhJyIlWUlIVkRBTkRCaGNiXVZXSkRFUElJX1VVQC4uRzEuSDQuSzQvTjYzOCQjU0hIcGprUExMUkdJSUNEOy0qVjo1VD0zVEA4QC0pU0lJWlZWPzs5VlBPV05OUEhIYmBcRT45QSwpXkE7XkE7Qy0qX1NPbmRkTkZDWldSWlVSWlBORDQtWzozSzItAAAABwcJAAAAODc3+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/AAAAEBERICIiKSMkW0pJY1BMQTMsMSIfKBITFgACGAIEGgYGQSsoUTg1STQxTTUyVTg0UjYuMBsUNRIPLAcFJA8JMRoXRjMsYT85XD01Wz01Xj8+TTQzPR4cOxkURiciSCkgOx0UOx0dUzAvZUM+ZEI7ZEE7ZkU8Ty8qQCghQykjSCglSiYmQyMfUjgwakk+TTEtAAAACAkKAQEBOjk5+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wcHBAAAAEBISISMjKiYlXExHVkE7cmBZkoJ/hXRzempneWxpfnNtWkZASC0nUDcxUDcyTzUvVUE5ZE5ITFlNfnpxgmFeZ1VPZUpCWDowXEA4XUE3Y0A7YDw4d1VMi2xec1ZOc1dNhmpdfFZSb0M9b0k/bUc/bkk/dU5GbD87XTQyYDUtaTsybjw2azo2a0U7dk5DVDYwAAAABggIAQEBOzk7+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////xMTEAgEBERISICMjKiUmYE5JRS4tppmZ//753uPe5uHk5eDd9vXzfG1qOBsWWTg1WDs1SCslbVVU0L/Ajb68jv/4vNPMqZaRiHNtTi4pX0I6YUQ6ZUM9XDcpq5+reoHLXWKrYWOujpHWs6SkaEAvdk9Cc05Edk9HaDczooiF2M3LycK5e6SGSZdlTZlna19NjVBMZUA8AAAABAcHAAAAPDo8+vr6/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xcXFBQQEERMQICMjKiUmYk9MSTEuoJSY///939rV4uDS4NzN//3xdmpgQR0eVjg8Uz81QysoeVtY0tPRcXmUfs/fdN7OjomIhmdnWDcuZkQ9Z0VAakY+aEQvnI+sbHPfhInwkZHzh4fsppqpdEw4fE5Ge1BKfVRHYzEqvqyp////////kt6+NsWAPMiDbnBZlU1La0Q+AAAABAcIAAIAPTs9+vr6/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////yMjICAcHEhISISMkKyUmYk9OTDEqqJyg3OD439DkuLTZzdLf0svwj3t2Ph0ZWDw2XT03VDEuZVRRk5WPuo1I99W9a5iuIo+LVnlqZDcyb0hCbkpCcElDYjssvbO1wcb3k5HkhIjeo6vuwLS2a0IzfFBIflJMhFZNc0A6pIyJ4+Xl7d/jnMSmQatvhdWlinZlkExKcUZAAAAAAwcHAAAAQD5A+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////ysrKCgoKEhISISMjLCYnYU9OYEM3dmBvaWfWcXDbPjm1VVbZVEm8c1RQUDIoXTs5Xzw7WDEsYEpKq7ay/9SByKyXRoSjMJ2KWnxwZzY2cktFcU5DcktDXjEw3dXO////j42dcG197fXz5dvVaTo3gVdGhFhNilVTbzo1vKmi////////////6ff3////qoR+nVZNjVtQAAAAAgUGAgEBQUBC+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7u3r//76////////////////////////////////////////////////////////////////5OXl8e7u////////////////////4+Tm7uvp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zMzMDQwMERERIyUlLCgmY1BNY0tAWkhFQTOhg4TX7e7/U0jAPDCHUjUlYD45XD08XkE7VDAod1xb5OHfmJamc77PatHJkIyHh2hoYz83c01Hc09Hdk1HXjQw2c7Q////sauix8e/////2MjHajw3f1VMf1ZNhFVLeEQ+oH11tL+1nLiqpLSovMi+28zHxI6D4Ix/r3NoAAAAAAMEBAICQkRE+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////9/j65ebm5ebo6Obj8fD05eHk9fX19PPx7u/x1NTU////////1NTW//343N3f7Ovp8/X34uDg6Obk4uLm5ebo5ePg///7ycvSysK/////////////4OPo6+jj+fj27O3v6Ojm9/Tx9Pf33d7e8vPx8/Px6eflcXR+xLWq+vr83t/h+/v7+vr6////////////////////////////////////////+/3/xs7WdGx5l5GI5OPj4N7g////39/j5OHmgoKUhH98z83K9vX129vb7Ozs+Pn13Nze9fHu7O3y6ubl+fz84eDi5OXl5uTi+/v55+rs6+rm7/Dw19nb9fLv9PX16+7u5+fn4uHh8O/s/f396unn+vf0////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////z8/PERAQEw8QHiQiLy4sgWZhemBZblhQalRSgGxgkn5rZ0w/Vzs5UjcyVjc3WTo5Wz44Wjo1YkJBd1dRWENDVFtWcWRac0pJa0hEZ0Q+aklAa0pBcEtDa0U/f2FZmX5zn4B4r5GNpoV/jmVfhFVLkV5Vk2FYmWVcqXBnq2hdnmxaiHpeenZaln9lxH5w2I1/7qKQq3ZnAAAAAAIEBAEBR0hI/Pz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////ztjilZuoy8G3mZuga2ZwuLCrf4KLtLO7naWgo5WQ/fz/rbS5fHBybnN+kZKKx8TKjpGcdnp9g3Z4n5WVgn6AkpSWj42Ln5eUxL20////lpObzMbHpa66hoF6fXyGnZygi3998+7nusDIhoKHjpWdoqGnp6CdoJyhmpSVxsPFur3AoqWq8+/q5OjrXmt4rqah////p7G7ZmJh59vT7Pj/aHaFqqGZ/f70t77Fd3B6qKqipqWnrqWgfH6FpKSmu77DfHN+rqmgsbO2VFValZGO4N/hmqSqhoB9s7W4oKGmwL65mI6QnZWXpquyfICLxcXFuMDKqKOiZGNhqaShzdTed3d5oZqfhImdm5WQlJSSioaGzsm+9e7n////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////09PTFRUXERAQHCMiNTIumXt3nn11lHRukG9ghmNad1BQeFNEeVRFeFVSeFRQelNPe1ROfFVPeFFJbUY+d1BIfklFfUhEf1NNhllTj19ZkWFZlGVdmGdfn2xlk15Ti1NIlVtSl1lSm1tSrW5kxYV5zYp81Y+G3JWM3ZuP45+R8ZmR6ZiQ5JmN5ZGEz4580Y164Z2JqXZpAAAAAAECAwECS0tL/Pz8////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////zNjncHaGoZaMgYaHdXJyqqKfYGJscneCd32Ck46F9vLvsre/mI2RcHSGi5OUfIWLjYWMjpKfgXl+xLiwtKenc3+JaWdt//f0////xtDaUE5atrGwuri6aGVqf3yEoKexd2hq/fn5wsnYcGhweXqFfIKQmpadrqKacG9zmpCS3+XsqrO70tXYl5eZPTk+f25rt7jAV2JzUU1NzL+3qqyvODQ6XVRW7+jh////fIKQiYOEnpKQpKCdQj9Hp6isk5qih4CBoJCNxL3CaWx5cHh93tjO0tXfoZyfmaGpm5udrq+tdGVne3F2dXh9lqCmuL/JjIuRlIaGe3d/kpKIkaKvYFNXuKmkiJGjubq/amdskoKB////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////1tXVGRkZERERHyMjOjIyoHx7pIB3nnx0oHp2onl5pXp8n3VvoHRronRuo3Ruo3RspHRspHNro3RppHNrpXNrqHRrqXRtq3ZtrXhrrnlusnxzs310tn92vYN6woh6xol8zo6B1JOF2piK3pyO4aCS5KOT5KKU5p+S4pyM3ZqI2pWF0pKCzpKCz5KAyY9/y4x/35uRpnRsAAAAAAICAwMDTk5O/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////9Pf6tba7sbK0ysjD6urqv7m+4N/dub++vL3Cubq6/Pv3+///b3WCp5mXyc/WpbCwsa6w0crN3NvbyczRhH2CpqCZ39vb////////0NXc0tPT2+Lgqaao2tDI293gqrK6npWV9+7rn6y7gXBt0dHRmqWxp56hv7q3t7KvzsvN293g1NfalZKap6Oo39fX493ixMPJyMjM6uru4uPoycXF2M/P1NHZ6uXo////1NjdysK94+PnurS19vP1vb3F4dnW6e7xxL26ko6Usqutr7W85d/Y////v8PK0s3G0tPY0cfH39/hsrCwq6yu4uLeuLvImZOSzsK87u72tri6x8jIysbG2dbT0tbW3d7h2dbU6+Pl////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////19fXHR0dExISICMjOjI0oX98poN7n3x5oHt2oHp2onx4n3dvonRrp3htqXlxq31ysX53s394s353tX15uIB6uIF9uoR7vIV4v4R9w4h/yI6CyY+DzpGG15WM3ZqQ4pyT5qCX6KKb5qGa35+S2JuN0JeJzZGGx5CDxI6Bxox+voh7t4Z6s4F5s3t3t3d1tH1ywoyDkGdhAAAAAAMDAgQCU1FT/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////9vf6497d////////////////////7/T3xcXH+vXy////////////////////////5Obp////////5ubm////////2NfZ///6////////////////////////////7+7y4dzf////////////////////////////////////////////////////////////////////////////////////1tne7OXg////////////////////////////////////////////6unr////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////2NjYHh4eExATIiUlOzYxoX98poB/ont4oXp2onp2pH13n3hwnXJqpHhtp3dvqHpxrnxzsX53toF6uoR7u4V+vYmAwouExoyEyI6GzZCFz5KH0ZSJ05OI05CJzJCHxY6DwIyBu4h9tIN5r4J1qH1ypHpvo3luoHZtoHNqmXFnlHBnmmtnm25lknZfj29djmZeoHFrdlJPAAAAAAYEAgYDVlRW/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1uDmpp2a////ra2y///y/////////////////////////////////P7//////////////////////////////////////////////////////////////////////////////f//r7Kz7uXb///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2traHx8fEhIUJikrOToymn14nHt6mHZzmXZzmXVym3lxm3Ntk2hllmxmm2xmnXBnnXJpnnNqoHRro3Zto3ZtpHZrqHVuqXVwpnVtp3ZupnRso3NroHNqnHFmlGxkjmhgiWldhWZcgWNXgWNbgmNbgGFZfl9ZfV1XfF1Te11Vel1VelZVeWdQisRWi9ZUg5NSk5Fga3BEAAAABQEGCQYGWFdZ/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////2uHppaqyx8G8rKysk5GbtKysw8TGqamr0dDMuLe9n5mYi42Nop+d////1uHre3p+ko+XfX6F0crDjJGcoJOO0tLQm5iY9PLwwM7benN6tbKvpqOg6+jm5u3wnZyapJ+kuK+vubq/qKWqv8DAtLi7qaGc/vbux9Tfd3N6uLOspaKf8ezp5O72e3d+q6uts7i5kpGMyby5tsHLm5WQ////3ePrnJqczc3JnZ+fxb/AlZujsq6pvr7GuK2rsrCyo6WvwsTErbG2gH5+wLe0+/v/sbzGeG5u2Njc3t3d0dDQfoKNoZmbq6uvpaWlkJGUnJOTpp+gu7Svv7/Dk5ifmpiV1tPV1M/I//36k56o1su/////n6Grxb+6nJec39bR////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////29vbISEfFBISJyotNzg0lHtzlHhxj3Ftj3Jqj3JqkHJqkW5ph2JeiGJci2VdjWZekGdfkmhhkmlhlGpjlWlkk2pilGtjlGxkkm5lkmxkkmtjjmxhimlfiGheiGhehmZbg2VbhWdbhmddh2ZehWRehWRehmNghWJfgGFbf2Baf19ZfFdWeWZPhLlUgsJSd4FPfoFWXGNAAAAABwIGCAYGVllb/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////wc3fb3WHr6KVeH6FUk1QsKmiSkxboqWwkpuekIB7lZGWSU1UcHJy6OHa2OHmPjhGYlletsDGhoyTlIaDkY+VS1RcZWFm9fLrucrVQzdBbGxsX19k7uXgsb/JOEBOiXx6sqynJiEnpqepcoGQe3R7jXp1/PLqv83YPzRBb25uXl5m8OjgwsfSX1Zjmp6rb3aAXFtXrqqjjYyWZ1tg/fz5v8nZjI+cYGpyWVBLf4iOdmpss7nAgn19sKaaQTlEeHmIrKunanWAQ0RJm5SN+fb0pLnJSzY6ko+Ucm13ubWyTE9hamFoqKqtopybbG98X1lhkoOAg4GHe3d+Z2p1ZGtptrKt7+zp////h5Ofkol/n6a6naGksLKsOiswv7Oz////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3NzcIiMhExQUKCksQDk4qYKBqYJ6oX10o3x2p393qH54rX96p3pzqnhwrnt0sX53toJ5uIR7uYV+t4V9t4R+toN9s4J8roF6q4B3qX50pX1zon1yoHpynntun3twnntynXpzoHp2o3x2oXp2n3h0oHl1oXp2oHp2nXdznHZwm3ZwmnRslHRsknFpjGdhhGBdkGtnbVBMAAAAAAYEBQcHXFtd/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5ez0j5KcmJaYp6eiyMfFq6OmkZOdYGFpra2lw7/EkIeJoZ2kg4qP5+bY/v//o56ltbKylpyhqaaorbCunZaVoKGjurO2////3OTrqaClr6+rtK+y////vcjNtrCz2tripJqax8HEqqiwuLa4nqClppaP/vz65Ovzp5+kr6+tsa6w////tr3FWlhla2hyyLy6uL/Hk5ycvbWyv7m48e3oxNDaTk1XurOssLS/mpya0dDSt7a0xcXHr6WluLW3j5GZkpOYuLezr7S7lJOR//36093praWorqmmtLOz09XXr6murqqvsrrCoZiTr6amt7OzhYSOfnJqoKGmoZ2klJyisrCk////////foqVYmRdsqqture9t7CroKSloJyZ//76////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3t3fJSUmExMVKiwsQj06rYSKsYSSq3+Qq32Eq4BzroB1soN4rnptqnForHVnqHRlpHVjonRhnnFim29imG1gk2xejGlaiGdYh2VWhWNUgmJSgmJVg2NWg2NUh2VYh2RZhGNbhWJdhGFcgWBagV5ZgV5ZgF1YfFtYel1XeFpUdVhUdFhTc1VSdE9QcVJOblROe11XWUY8AAAAAgQGCQcHYmBc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////2d3gyL+4////4OnvpaKg6+Td////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/39wMXKzsbD////////////////////////xsrLzMS9////////////////////////////////////////////////////////////////////////////////////ydHZtK+s//rx////uru7///42OPvv7u4////////////////rLS5zdDO6+Tf//36////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3t/dJiYmEhAVKjArQ0A0oYKGpYjBpIftmXnSk3GhknCVjnCWhWaMflp/flp/fFp9eFl8dFd5cFZ2b1ZycFdvcVVublVsbFNobVNoa1NmalRkbFVkbFVibFRjcVRhblJfalFdaVBaZ01WZEtSY0xSY0xQYUpMX0lHXkZFWkJCV0BCVT5AUj07Tj03TTs2TDg4Tz86OSwpAAAABQYGBwgIYGJi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6vH21s7J////yMnMyMbG////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0M3L4+Dg////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3t/fJiQkERISLjIySD43lnJ8jXbAiHr8fGrbeWOieGKTd2KYdV2TaVGHaFCFalCDak6BZk2AY016ZU52ZE50Yk5yYEtvX0prYEtsYk1oY0xmYkxkYUxkYUpgZ01fY0xbXEZXW0VSWkNPWUJMWENKV0NHV0JGVEFDUUA/Tz08TTs4Sjk4STc0RzUxRTQvRDQvSTgzNCckAAAABAYGBwgGY2Jk////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////6O/2wcHFzszMrq2v1NHO4d/czs/UzMjF////1tjbvLm7vLi4/v394+zyzszKz9LQv7q5zdTcsa+t1dbUuLe3xsbO4N7c9/b09vj4t7/FxLy3+/v93+Li3NjVxcPL0MjFzc7TxsfM2NPQ4tzb3uXt////5ejqsK+vsq2w3NjXys7Ota6v////5+rvoqGjp6+5a2hu39jRgn+ScGxnrq6qxsXLwsjN0cnEubi4s6qqysvLs7S55OPe0czJ+fj61N3ls7Cuvbm5vb7B1dbWuLq8r6ah//76297ls7Gzzs/RsbO17OXe/Pv519ff8/T3////////tr7FsK+t9fXw19zlx7246uruuba4yMjSZF9vlZOHxsTBurm5r66w+vj2////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////39/fJiQkFRQTMTU4Pj07fGlke2V9dF6Jblp0b1tVbldSa1VTa1RSW0RDV0A7WkI6WEA5Vz86VEA6VUE3V0I6Vj88VkA6V0E5V0A7WEA9WEA9WD8+Vz88WD47XkM9Vz88TTk3Tjk5UDo6Tjs3TTo0TDk0TDc1Sjc0RzYzRjUyRDMwQTAvQS4uPy4rPi8oPi4pQTEuLyQhAAAAAwUFBggEZWRm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////09/upqWrt66pS0BHure9i5eZWFNat6mm////hJGkgHBnjomIuK2n4Oz5goaWjY2Ii4qIZWJsuLe1a3R+lY2Df4CNs7S2nJifjYmPbXyErp+Y9fT0m6iyMjU+nJSRwLiwXlVYlpysy8nLuLWwNT1Lq6CWz9PUQTxKVEhPm6CthpCOk4iA/Pn3uLvIVEhSfoKPvsnVr66sdWxzp5+YkI6YlJWghpSlOC44h313oJujR0VHkZORk5ymWlZV8u/qtcfSSDxAZ1dcmpmkZGl0g4SHmo2P///4rrLBgXaAW2Fuam9s1dPRoqOmMjM4ppyW////lqGujIR9rLnEUmJrurGrrqqnQDg6qKenh42aeXN9yMS7pKmyOzk5g39849ze////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////39/fJCQkEhQUNTY7SkM+mXdmmHJhjmtWjGhTjGVSiWBVhF5PhF9QdVFAbEc0bEk2ZkY1ZkU2ZUU5ZEU3Y0c2YEI4YEI4X0I4XkA4Wz81Wj84WT43VT02Vjs0Wz01VDkzSTQxSTQ0SjU0RzQwRjQvRjIyRDExQjAvQC0tPi0sPS0sOSsoOConOCkoNyslNSklOi4pKSEcAAAABAYECAgIZmVn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////z9zpjo2L0MPAiYaMeoWNi4eHhIONpJiY/v//dnyMrZ2YjoqKz8XA8vv/bHR+i4qOkZeUr6uqw8LEn6SskZaTqaShjpGempyfubSzh4yUmpqS///7lqCsgn6EwMLHsaijfnRyfICJk5ioraqogXZ2m42Nw8XPko2XnZmZe4aQhYqRlpaR/Pn0wcXGo5qclZqplp2inZudqaepkIWHjYqQh42QkY+bkYiRw8fJmJiamJKblJmago2NjoiN////1N7miX+EoJmcenN6qaGmrrzGl5OS/fz6tLvIc2RksKmykJqgi5CRkpefjYiHqZmU/vn8cX+Qvqyf////i5Cdvbu7pJ2ak4iKoKCknJujmJ2mpZyZtq+yioiSfoOE3NnP////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgJSUlFBMSODo6SEVAmXVql3BkjmpZjGZXhGJXgl9Uf1xPf11OcVBBZEIzZkU2YkMzYkI0YUA1YkQ0YEY1W0AzW0AxWkAzWT01Vj4yVDwxUTsxTDgwSTUvUzQxTzQwRDEuQzIvQjAvQC0tPy0tPi4tOy0qOysqPCgqOSkoNikmNCkkMyYlMiYiMiYiMSYiNSsmJB4ZAAAABgcHCQkJZGVl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////6vH2hIiPh4F+7e7o4uTi9fDv2+Ho0s7O/v//0dDS7ebn5uXl/////v//6Onl6ers////////3t3a///97/Dz1dfcv72/9Pb0////8fDy7+7u////+/v7///97/Dz6ufn3uPmYmVosayr6efp/fz6+ff58PDy+Pb0////6Oro6Ojq8vLy////9ff18/Px+vn5293d9O/s////5uXj+/z64uTk4+De////9Pv/hICA6d3X7e3x////9fPz////9vf69vT0////3NrX////2u30hX6A++/n9vn739va////9/j87Oro7vDz/f399/X3/vz80trkjYuRqaWl2c3N7fH25uHe////3Nvd////9Pj56efknZ2h2tHM7Ozw////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKCgoFRQTOz4+Q0NBcmZecGBbaVlWZVRPX09MXE1GWktEWUpHUkM+QTItQzIvSDIvSDQuRTAuRTcwRzsvRjQvRjQvSDUxRTMwRjQvRjItQy4sQS0sPisrSjEqRjEpOywpPisrPCsoPCkpOyopOSonNiokNSgkNCclMyckMiYiMSQiMSQiMCQhLiIgLyIgMiYkIhocAAAABwcHCgkJY2Vl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////5Obp////////////////////////////////////////////////////6ero9vLx////////////9/n8//7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////29ze////////////////////////////////9/n7////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKioqExQUP0BAS0RGcmNicV9aallUZVNQYU9MX0xJXElFWkhDWEZBSDMwRC8uSDMwSDMwRDItRjYwSDwuRDMuRDIvRTItRDEsQS0sPiwqPSsoPConOCcpRzEnQy4mNCkkOicnNyglNykmNCkkMighMCUiLyQhMCUgLyMfLiMfLSIgLCIfKyAeKyIdJyAdLCIiHhcbAAAACAgICwoKZGVl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////4N/d+/n07e/x/Pv53Nvf+PHq////////////8/Ty8u/s7O7x3t7e4OHhwsfScm15nJiR1tPO7uzq/////////////////f7/5+bo5+fn2NnZ3+Dg7u3q////5Obo2NbU8vLw5+jq39/d8u7p////////0dHR9PDr3+Hj3dnY////////6eru7e7w1NPV+/f02Nnb4ebnubS3//ny6+7x19fX7Ovp///39fj609bY6+vp5uTi8e/s////////////////////6Ort397e5OXl6+nn////5+nr4d7d3d3d5OPe////6Orx39ra////+/7/29jW////4ufu3drY////7e/x1dXV3+De+Pj21tbY9PLv////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKSooFBUVQUNDS0ZJcmJib15ZZ1dSY1NOX09KXEtIW0lGWUVDWUdCSjc0QCwqQzAtRDEsQzArRTUqRTgqQS0sQC0pQCsoPisnOykmOCghOCglOCYmNCUkRS0kQSolMCUiNCUkMiUiMyciMSUiLyIgLCIfLCIfKyIfKiAeKR8fJx4eJx4eJB4dJh8eIxweJiAhHRUYAAAACAgICgkJZGVl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////1NnhmZuiuby6nY6Oo56jj5ik29PLwb28VF9sw7+66+7peHZ2kYuKfnmAmZmhpKazgX2JurWmzM3H3tjT////n6Grl5meqaqs+fLrm6SykYyJh3p8hoWPt7Gs/f//goqapJiSrKShdXJ6nKCjeXh2593XyM7TcGhre3+Me3522MzCtrrJtK2v3eDnSkpSraein6atend31NPXvLWu+Pr8nqOzdmttoaCic3uFaGdjtrOympOdzcjHdH2DvK+n////qrK4XFhb39zXzNPac2lpcXV8u7Gp+Pz8aXaJe25ulIuIjo2LYmdvoZyZqaGc5d7Xz9jim5ablZ6kcXFtyry5+vr6qrS+gHFuop6jYGpyhYWB4NXT/vz6////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4OHhKSgoFBQUREVHTEpIcGNhb19aZlpSYlNMX09KW0xFW0lEWEVCWUdCTDg2PCcnQCsqQC0pPiopPzApQDQqOysmOyojOigkOCciNyciNCUiNCIkMyIkMCIgQyoiPykhLCIdLyIfLiIeLiIdLSIdLB8eKh4eKR4eJh4eJh4bJB4dJh0dIxweIRwdIBwdIBoeJB0fGRIWAAAACAcHCgkJZGZm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////zNXnhIyfk5SSeG9xXVlel5mel56mhIGBSkdHlIJ9n6iue36DwbWzgXuDcWl0sKy0jZSej353//34////////hoWPTj9FTkhP8fPzssDNh3t7mI6TZGBwz7+88P//en6OsayskoF+nY+Tjpmha21y8Oniur3HioiOhYudg4eKpKypgH+FloiDtbS4dG93zcvJjpagYmluxL61////5/j/n6KnsqSkdXd+YWp6hIeRnJ+YfXl+d32CWFxj5NnN3eftU1trVE9PwrWrwre5npOVl5um0crH/P3/bHeOjoOH08zJcG9xUlZor66ulY2I3M6/ztfpen2KYWZtbnBzrqif/fz+lZuomIiNhH2Fc3F9c3+Furew/v39////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4OHhKikpFBQWRkhITktJcWZgb19cZ1dWYVFOXk1MW0pHWEdCVUM+VkU+Tjw3OiYkPCkkPSomOiYkOS4kOzIjNSkjNiYhNSYhMyQfMyMgMR8fMB4eLyAhLB8ePicgOSQfJB8YJyAbJiAbJh8cJh0dIx4dIR0dIxwcJhwaIh0cIBweIRseIBsbHxgbHRcYHRUYHhcYFQ8NAAAACAgICgkJZGZm////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////ws3ZXlxhz8nA0NXWwsLCyMHDzszM2t3i6N/f5N7h0dPV6Obmvr7IuLa2sKuq6OPi3uXoxb26+/j2////prXKf4KLgnpzlo2PqrjHuLa0tbS2bWp0koWD++/s7/z+lp6ubmduxLqwyMbOsrKy39zc//36////h5ajlIeE2Nzjtbi74N/c6ujhoaCk1dTYxsjI39vYwMbN3NrT////9Pj719vb39zc2djU7ufo4ebvury+z9LSq66s2M/M////6e3wwsPI6+vt6ebou7e8kYyRZWdwtq+s////zs/U3dzgkZKXwrWr9PDw1dngwri4////oqy4ZV1a7OXe0Njgx8O+////t7zBaGJqlYeE+fLzu8PL1dLN////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKioqFRUVSktLUE1McGJhbl5bZVhWX1JQW01MWUlIVUZBUkM+T0A7Tj45OColNCQfOiYiNiQfNyweOTIeMiIhMiEgMSEgLSAfMCIdLiYZLCkTLCAbJBgYPh8cOBweIhQaJhYdJBYdIxcbJBYdIRUbHxcbIBYbIhYZHxUYHhUYHRMYGxIXGRITFw4TFw0SGA8TEAkKAAAABwgICQkJZWVl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////4uTm9vDn////////////////////////////////////////6Ozv/Pr3////////////////////////1NjdyszR3d7e9vb21tXb5t/a////7/P2////////////////5uTk////6/P48/Du////////////////5ODj////////////////8fb78e7r////////////////////////////////////////////////////////////////////////////////9vv+1NTUysrM5eTi////////////zMzO////////////////////3NvZ//75////////////////////5OXn////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4ODgKSkpFRUVTExMU09Pb2Jga11aZFdUXlFRWUxKV0dGVERBUEE8TT45Tz86OywnLh8cMyMgMCAfMigbNS0cLSAdLR4dLB0cKxsdLCoXL0wUMWAQLFAUITIUOi0ZNioZHiIZJSIdJCMaJCMYJCEZIh8YIx8WHx8VGx0UGxwSGhsTGBoSFhgQFxgNFxcPFBMPFxcUDRAMAAAABwgGCAgIZGNl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4///////////////////////////////////////////////////////////////////////////////////9//////////////////////////////78////+Pn7+Pb0////////////////////////////////ysrSmpqeztLT5+Pi//v2/////////////////////////////////////////P39////////////8Pn/l5GS////qKy31Me9//////7/////////////+f7/3tvd///9///////////////////////////////////////////////////9////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////4eHhKCgoFBQUTU5QU1FPbmRga11aY1ZWXVJQWU1LVUZFUEI/TkA9Sj04Sz06PTArKR0aLR0eKhsbLiYZMS0YKR0aKBsZKRsbKRgdJicTN3cPTMkBPawANHUJSGcPQGMMKlkHLlkQLlcNLFUHKFEJJU0IJksAJkoAJEgAI0YBIkYAIkUAIkMAI0IAIUAAHz0AJEICGy0GAAAABwQKCQgKZWVj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////4u31kpWVsqmkpqKiqqiumZ6lnZeQurnBvrm8zMfEnZqcmaCjo6GeyMfPqaWl//v0usXLiYaD083IsLO4h4CDm5KUmZqcpKWqo6arsK+tvbSteXODamZlvsvJr6Wf8u7pqamr+vn2ycrPqqmtmZub////ytLafX+Eta6n8Ozr+/7/oaCcopuiiYiQoKauiY+Xyb62lZijlIqKubi8p6WruLu9vre0xsDBkZefr6Sc8vPxipOhlIqKraqqtbKwm5iYeXV8xbu1////qqquvbOzfn2HpaWpq66zoZiR+Ozg9v//rLfBxr6229zcjZOaycTHrrC1t62l7eno////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4eHhJycnFRUVUVJSVFJSbGRda11bY1ZWW1JPWExMVEZGTUBAST07Rzo6RTk3PjIwKR0aKRkdJhkbKSYXLS0YJh0YJhsZJBoYJBgaJCcPMGMEO5sAMoEGKFQMQkkXPEQWIjwPJDgTIzcSIjcNHjMQHjMQHjEOHDANGS8LGS8LGi0NGSwKFysGFywIFioJFCgGFioFER0DAAAABwQKCQgKY2Vj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5vX/naSdloeHfW5wiH+KW2Fxdnt8j5iflY2NnI+PfW10XV9sfIOAeoKMpZKP/P7/WmBn8eDP////qLbAUEFIiXp5kpSfl52lj5SdiIGGo5GKi4SLWVdf0MvK+fr6////8/Pvi5icVkQ/x8PLdoeKzsnOW1pizcCx////////1N7kW2Fkd2dpeHN9eoKSvsLDk5GOe21rmZ6mLCo1qKiodoWSiX13f3J2tKen///75e/3V2V7Y1tikoqMjYSHa1xhe3iAtKuw////qayvopCLYlpqhYqatLvAn5CJ//7yws7bLTI+bWBYm5ugZ3J6lJmao56lf3Zxvq6p////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsLCoqFBMTUFJSVVRQbmJea15cYFlUWVJNVU1IUkZES0I/Rz07Rjs7QjY0QzY1LCIbIxkVIxkWJCYULDAXJh0XJhoZJBkXIxYXIyETJC8OJjMKJCcRFxUMMxcTLRMSEggLFgoKEwsNEg8SFhkcFiMhFB4kEhQZEwsNEAgLDQcLEAYODAYMCQgKCQUKCAQKCAUKAwQGAAAACAgGCAgIYmNj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////3/H8fYB7sKWfnI6LnJyknZmjpKmwoaajq7CwkpGPm42K2NHWoquzfoqMqJyc+fr8a3N71Mm9zs3PwsPGq6GjrKWncXB6lJeauLW6oaCirqGX3trfjo2Vyr+9/////f//eo+XTEU61MC4naS4Znd6tKysVk9Wx8C309TW4NjV3ObmsrCy0szHt7a2vsHLoqanqaSjsbOzjoqHxL/CsrC2u7i4qbGyYmFjwbCt////+Pr8r7K8ubK3ra+xp5iR4NveaHB+qpmW////cHR7lYV4uLa4rrTEkpqkloeA+vXux8rNnpOXurfB4t/lo6muipWbcHN6l46E8ezp////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0tLSIiMjFhYYUlNTV1VRa15eZ1lZX1NPWUxKVEdFUEBASTw6RDg2QzU0Py8uQzIvLh8cGgoKHwwNJBsJJCUMHBAKHgwMHA0MGQsLGgoNGQoIGAsFFAcDEAIGLg8HJAoICgACEAICDAkIDxcbFy04FjZAFzpAHTI1FRkaEQ4OCgsLDQsPDQoSCwsOCQgLCAcKCggNBQYIAAAACAgICAgIY2Nj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5e70lZSU//vu/////////f37////////////////////////////////8/X3////193kl5yjoJiY8+nh////19rdl5WXwsTG7Orn////////////////////////+P3/iI6T5uDX3+TnnJ6gqq2vzsfEz8zSqbK4m5qe3tHO////////////////////////////////////////////////////////////////////////////////////////ztLXysC+////ur/Gt7Oy////6/L5pKmwvre0+fHq////////////////////////wcDA////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gICACQoKHh8dVVRUWVhabnFzaW5vY2ZpXWJnWWBjVFxfTldcSlVaR1VXQ1NWRVRXOUpLJDg7JjlAK0g/LFJDIj5BJj1EIj9DID9DID1DHjtDGztDGztFGjpDOUtEMElEEzpHGT1GHUpXH2l1IIieL57GJ4OZFEFEEyUmDgwRCwkJCwkNCQgOBggKBQgIBQcJBQcJAwQGAAAACAgICgoKYmJi////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6e3wxMPB7u7u//7/////////////////////////////////////////////////////////////////////////////////////zcnG////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+CQkJIyAeVVNRVltcc4SEa4OEZX2BYnt+X3l+W3Z6UXR3T3N4TXR3SnN4SnN5SXF8M2NvKWFuLndxM4B4LGp3LWl6Kmx6KWx4Jmx6JG5+JnGBKHOEJHKARoWBP4KEIHSIJ3eKLIedNanENszyT//+N7jfDTpIESgqDAwRCQUJBwcJBgULBAYLBAcHAwUGAwUGAQMDAAAACQkHCgoKYWFh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5u31xMPHxMTCubm7yczRubKvwL6+xcTGsK2yuLm708/M0tPTq6yx4+LdzMfE+ff33eHmr66wt7e7xMPJxMO/t7aytrKy////5OrxoJ6g29fW1NfcrainycvLqamr/fv95+3wuLq/zMzOyMbGu7i9raysw8HBx8jLv8DDtK6r////////oaSpsrCwx7+62NLLwr7Fvb3Bubq4xsXHwL+/v7y6jI6dXVhfu8G8p5+a3M/H////8PDw7+7u+vj25uzzwb29////v8rSy8O8////urzB+fXw19verqysztDSwL7E4trVztLXv7my2NzcZWhzuaea6ejssq2y5OTiz9XYlo2I1srA////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////goKCCwsLHh4eVVVVWlpab25wamxsYmdkXmNgW11dVVdZUFRUS05RRUtOQklMQUdMQUpLKTU5FigqIUAvJUg1Gy0uHSkxGi0wGS0wGioyGCwxFTAuFC0yEywyOT41MDk0Eik0FSw1EjlBHVRiIXGKIIuiIHOGFjtFDSEhCQoNBAcHBQcJBQQKAwUKBAYGAgUGAgUGAAMEAAAACAgKCgoKYWFh////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////2OHxh4+deXh0kIyJg4yaWFBTgXNxhX6LaWh5eYSPqqOmgn55f3x5k52lV1JT9OrixMnUYVtjhZCcPT0/joZ8doKIkod/+/j2xMrSU0tYoqW0urvFdW5xR0VLdHNz8Ojlx9DgcneJwLmylpiYamFseWtxfHiCeHuIoKOtkIuIubOkpKKqfH+GXWFud2lmhYB3aG95Ly8xwryznaezg3VzlImJg4CNbm541NLN29vX8uvm////enJ1XlhdiYOC7PD1c3F5xcC9cXuBgH967urvfnmA/PXksrXAg3uCQklXrq6soKesgnV1e3+CYWNuura2nJ+kSEBFqaenZW56q5+d087H8Ozn////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////goKCCgoKHB0dV1lZW1hYbWFhaFxcX1dSWVFMVEtGT0ZBSz89RTg2QDQyPDEvOSwsPTAuKRsYDwACFxYEGSIADQYCEAICDQUADQQADwECDQAACgAACAABBAAAMA4FIwoAAQAABQABAgEABw8SDyQqDSwvDjAxECsuCRMVBwgKBQYKBAUJAwUJBAYIAgUGAwQGBAQGAwEFAAAACQkJCgoKYGBg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////0d7pgH9/srCykpWQsbW4mJObjoiLe3J0rrC1tLnIkpaYiIOGnJuYhZCQkYqR////ys/Whn6BsrvFenl/yr+5pq+/h4d/+vfypaq5cWlyb32Hqaijx8HEnpuld36D5uPU4+v1dHeClZKSlJiYqaieuKywramxd3+NkI+Vv7az2tjVkpmmj4eOn5uloJ6en5ycq6m1cHF229jVvsPKk42OjX14wLnAdnyMrKCc////////u8TQaWt4a2VomomCv8TPsa624d7dmqOrdoCAz83VraCi//76rbfJalxjpJ2ksri9mp+ii4KFg3x/l5mgsLS3iISEk4yRrqmsbXSBk4WH////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gYGBCAgIHx8fWVlZWllXa2dlaWJfY1tYXlZTWVJPU01KTkdCSEI9Rj07Qjk3PTUyOzY1NCsoFAcLFh4NHS8DEg0PFgsSEw4KEgwMEwwMEwwMEgsNDQkNCAcKNxsQJxcNBQMKDAcKCQkJCw4QChgYChshChsdBhASBQgKBAQKBgQKAQMHAgUGBAYIBAUGBAMFBQMFBQEFAAAACAgICwsLX19f/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////6vH2g4OHu7Ow9/j6/Pz6+vn53eHm1tLP+Pn1////////7fDy+Pb4////9/X3////tbnAppycvcfRvbOz////////8vL0////1Nne3dnY5ujm5+jm/fv5////8vL0////////7Ovr4uTm7u/x/v/79vXzvcDKlpWX1tXVwb3C////6PD1z8zO9PHv/////Pv9srK8uq6y6OnpxcTG6+jl6OXi////7/Hx9PHu////////iIqXgIWQsLOs1c/Mi4yX3drX////nKq1jpKNvry8vrS0////pKq3tqqk////6uvt+/j26e3w8Ofk/Pv76ezs+PLt////5+Xl8vb2zs/R//v6////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gYGBCAgIHx8hWVpaXVtZa2dlamFhY1xXXldSWVJPU01KTkdER0I/RD09QDc5OjQzNTIwNjAvFw8QEhwGHTAFEA0NEwgOEgsLDwoMEAkKDgsJDgsJCgkJBgYGNxsQJxYLAwMKCQgKBgYJCgcHBggIBQgJCAgIBgUFAwUFBgYGBQUFAQUFBAUGBQQGBAMFBAQGBQQGBQEFAAAACAgICwsLXl5e/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////5OXl7+vq////////////////////////+P7/2tfX////6urq/////////////////////////////////////////////////////////////////////////////////////////////////////////////P39//76////9fb5////////////////////////////////////////////7+7w///9////+/v78e/v+vj2////////////////////////9vn7/fn0////////////8vT29vLv////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gICACQkJHx8hW1paXVxaa2dlaGBiYVxbXVdWWFBSU0tNS0dHRUJBQT07PTk3OTM0NTEwOTMyHhQZEBkEHTEGDAsJDwYKDgoJDQgKCwkJCQkJCQgICQgKBgMHORoQJhYKAAIHBwcJBQcJBwUKBgUGBgIGBgEGBwIFCAQGCAUJBAQGBAQGBgUGBgUGBgUGCAcHCAUJBgMFAAAACQkJCwsLXV1d/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////+v//yMnJ/vfw////0czP////2djg4eDihIOWe3ZzyMbD7u3tzs7Q9/Pu////4+Xn0djgcWxz7+rll6CsopKL+fbx6+ro////8/b73Nzc39zb2tvb8vHt4+PlycjK//76////zs/P4+Lg3+Li4eLi6Ojo7uvo2drc7Onk9vf15+fnz87O+Pfz1tja3NbR////////////////9Pf65OTo4uLg1dTS3d3d+Pbz9/n73eDi+fj04uPj2dfU////////////////////5+nr4+Dd3N3d7u3q7e7uysnL9vPu0tvlaGVr9ezk/v//3NXYs7vFenJt//755erv1tXT6Ojo3Nze4eDg1tPV6ujl////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f39/CQkJHx8fW1tbX11bbGVnaGFjYV1cXFhWVlJQUU1MS0dHRkJBQDw6PTY3OTU1NTExNzIyJh0iDxoEGjAECgoGDAYICQgICggICgYKCAgICAcHBwUJBQIIOhsPJxUIAAAGBgcJBAcIBAYKBQQGBwMGBQUGCAUJCQQGBwMGBwMGCQUFCAcHBwcHCQcHCggGCwgICAQGAAAACAgICwsLXV1d/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////2uLpfX6DqqurjZmbqqGcqJ+fcHV8paSovcDDe3J9raees7a5Tk5WhoSC9evm4urvVFxsem90tLa5vbSsnZmhnJykq6yvb25u5tzU0+HuT0pUcGNnq661kpeeioOAhHh89Ojgrb/KhX14rKmzkpWfo6ardHN+bWNnpZiVvreykI2TWF5joqCZnp2la2t1nJKU///92OHvZXSDpZqO4eDgfYaWkZCSopWSiYWF0cW73eb0jZCbl5ugbWlkzL+1xsjPXGt6pJ2W////1+TxV11ta2NmrKutpqOofHNudGxwxLaz+f//oqi3paOjjYKEuK2ni42Xp620ray2iYmWk42KnJKScnd+bWhtXlRbz8bG////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f39/CQkJHx8fXFxcYF9dbWZoaWNiYV5cW1hWVFFOUE1MTEhHRkJBQT07PDk3OTU1NTIyNC4vLCUqFCMMFC4ACAcFCwQKCQcJCQcJCAcKCgcHCwUGBQYKAwEJMBoKJhQKAwAHBAcKBgYJBAUGBQQHBQUFBQYGBwcJCAUJCAQGCQUJCwUGCgcHCQgICQcHCgcHDgkKCgcHAAAABwgICgoKW1xc/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////hZariH11////k6Wym5CGo56dTk1Xqaqsm6GmjYeGloeEwbq9dXmEdH2Czce+8/X4aWl8d3F4tri4kY6Md25rjo2TZnB8cm1w8unh4+zsZFxlgniCg4ONjoePr6+vo5mZ9+3nuMTRdnd1h4uScmt4uK+skJGcfHR7sa2yiX96k4qMhomUkZubenp+k5ahtK+0////pay0PTc8b2JiyMXKipOjj4uSrqepcGFm5tvR1+T2ZWFtlY6ThomOnqOjk5KSSURJaV1f8Orp7PP4ZmZ5gHuDkpOblIiGpZqajIiP1MfH6vj/kZidd3yDgnVwsqynXlpfmJynXmZ0nJmZycLDtaill52ngHqCeHd7hoeJ9PDt////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+BwcHICAgXV1dYmBgbWhnZmJhYFxbW1dWVVFQUU1MS0dGR0NCQT49PDk3NzQ0NDExMiwtMSkwHiwWEisABgYECQIICQQKCQYGCQUJCAUJBAUJAQQGBwUASB8NNhkLAAAGAwYKCQYFCQUFCQUFCQYGCwcFCQQKCAQKCQcJCgcHCwcHCggICwgIDAkJDQkJDggKCwcHAAAABwgICQoKWltb/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////0Njif3yCr66wtq2w7vDzu7W2/vv7xsjP5NvY8vb5yMPAlJKYsq2svsLH5+Lb////1NLU5uPjv8PGx8PA3OHesq6t3tzZ5ODl///99fv41dLS6OfpsrGz6+Ld6PP1ZF9k49TJ////vsHG0dHPu7i639jV4OLk1dzjdHeAvrixpqesraapwMPI6ujlq73MgHNw///62Nrd2dDQ4t/lyc3aq7G2rrG4b2hwtqWe////8vj9rayu6eDZ4unwuby/3Nzc4tzb3Njf7+rt/v7+0tLU6OXlwMLF18zE+fz+Z2t0vqyl+vz+rrK11c7H8PP2xr/C6ennrq6uy8nG4ufn5+XjlpWZq6Og3tvd4uTmsrW18+/s////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+BwcHICAgX19fYmBgaWZkZWFgYVxbW1dWVlJQUU1MS0hFRkNBQj0+PDg4NzQyNC8yMSsuMSkwKDQhFCsCBQUFCAAGCAMHBgIICgMFBwMGAAIKAAACFgwAiz8fbjEaBQQAAwMGBgQJCAUFCAUFCQQGCgUJCQUJCQcHCwgIDAYJDAgIDAgIDAgIDgkKDgkKEAoMCwcHAAAACQkJCgoKWlpa////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////7PDzt7e31c/M////////////////////////////3+Po6OTf////////////////////////////////////////////////////////////////////////7ezw8u3s////////////////////////////5+Pg////3ePo6+bj////////////5+Xn/////////////////P//8e/v////6ejq////////////////////////////////////////////////////////////////////+Pf56ubm////////////////////////////////////////1djb/ffy////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+BQUFHx8fYGBgYmFfaWdkY19dW1dWVVFQUE1MTEhHR0NCQD07OjY2NDAwMSwtLSkrKyUoJR4mKDkgEy8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAMAaCsMVCIHBQABAAAAAAAAAAAAAAAAAAAAAAAAAQAAAwAABAAABQABBgACBQEABQEBBgIBBQEAEAkJDggKAAAACQkJCgkJWVlZ/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4/////////////////////////////////////////////////////////////////////////f7+////////+vv5////////////////////////+/v9/////////////v///v/9////////////////////+fj4/////////////////////////////////Pz+////////+/z+////////////////////////oqevxrmv/////////////P7+/////////////////////f///////////////////////P37/////f39/////////f76/////////////////////////////P7+////////////////+vr6/////////f7+/////////////////////P39///////////////9////+/z+/////Pv7////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+BAQEHh4eYWFhY2NjZGJgXFhWXVpYVVJQUU9NSklHRUNDRD9AQj0+Pzs7Ozg2NzYzNTIuLyksOEQwJDgTBAMBDQYIDAgIDAYJCggICgkHCwkHCggIEAgKFgsGFAwGDggKCgoIDgoJDgoJEAkKEAsJEAsJEAkKDAYJCAIECQMBCAQDCAIEBwMBCAQDBgIBBAAADgoJAAAACAgICggIWVlZ/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////2+Dnm5ujw8C9s7GzlY+Q4tjQ8Pb7en2IrKmntre1goJ+q6Sj////yM7Tk5GZv8HDoKiwfHyBk4yPrZ6bvr3DcnR+oKGdmpuZysXItLK6rqed9vDpzdnjioyMraSk9+/nscDLl5GMwb/Do52gs7S3s7a7xr65qaiscnh9rq2t1djbkIuI9vLts8DSgHh6qqqvwL/Fr7KwopiY6+jt2ODnjZSesK+tr6qprqyqoaOlp6amhoiLkoqMnJKSmpiaj5OWpqSfxMHHgYeOmo6M//v08Pr/pLC6wbmx5eTooKe1op+fnJKQmJaY0MnC+Pz9goaTq6Wit7a0f4B+paCf////2uHompeXwcXFlZaUx7y8sLGzjY6Ttqyn/v/7s7jDt6qimJulsa2t////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fHx8AwMDHh4eYmJiYF9fZF9fu7m53NnbzczMzMrIzcnJyMbIy8jFx8TCxr/Cw8G+w8C9wr69wr28xL++vrq3tbKvt7Oyt7Gyt7KxtrKytrKyt7GytrKys7Cwr66ysrCyt7OyuLSzubSzurS1ubWzurS1u7e2u7W4u7e3wb26v7q5u7i3vbq4vbm5vbe42NXVenZ2AgEBAAAACAgICQkJWFhY/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////n6q3iI6VoKeqbF1dcmJn7N/Xz9voYmJ1q7C5hoWJU05RgX96+fLrsrnJVFFdmZudjZaZWl5raWFsk4F6iI+ZQT4+paGea3mGjZGUgnF29O7l/Pr4yNPZcnyAnI6S//7+jJKfsKqlc3R5lZKSW2Z3jYmPq5yRfH6DPUZQkpOTdYGJXVdc+fPsucDIe3qCV15sfX2Hd3l7h4B7q6Sjqq6zfYOVioWKopCLcW91VV1tlI+Wio+YZFdcnIuGpaOrXmRxiY6JZmhzgH+Hrqar///9usXQKi45W05LzszOgoudkYeHp5ubY1tkzcG54e34aGuAsbK1ioWKTElLeXh28uzjw8rYhYiVUVtlYFtam6CdamdnUE1ar56b+v//lpaap5qORUFLxL++////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////dHR0AAAAHx8fY2NjW1tbbmls6eTp////////5ODj////////7u7u9vX1/fv7//37/fz8/Pr6/fz6//z+//7+//7+/fz8/Pv7/fv7/fv7/fv9/fz8/fv7/Pv7/fz6/fz6/fz6/vz8/v37//78/v37/v37//7+//39+/n59/Pz9PHv8O/t+fb2+/f28+/v////vbe4AAAAAAAACAgICAgIVVVV/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////8PH0qqq0vrm4tbW5lIaD/Pj3zdnjZGd7bGlzwLOuzs/ZiYuL+vjx2t/oi4qOk5Wav7+6w8PFu7W4sLS1YWJsjH+B4+DgqrG5i5qck4uO+Ojh////t8TMYmprnpSW9+jj7fT3raqqysjIraivwL2/qK20nJqcraqlyMrMnaKlp6ukxb3A////xdDSh4OBsrGzo6ioo6WqmZqY+PPs5e33nZ+poaGjt6qnv7y6vb/Gnp2ntKmrvbm5sKqpaGRrr6yym6Knt7axrb3Md2xs//r3xsnMpZqcv7vFys7Zo6qtnJuda2RtgXJx+PHq2ObwbXOGbmpxuayi09LchomM8vLqsbvLT0pRyMG6sbbBn6ahycG8rK+5lpGU////zNHcsqelk5abcWlp8vDt////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fn5+AAAAHx8fZmdnXl1da2pq6ejo5tjQyaqiy6+svZyW2svE6e/u+/v9////////////////////9/j46+zs////////////////////////////////////////////////////////////////////////////////4N3d39vb8e/tysfFw72+8+/u////qqSlAAAAAAAACAgIBwcHU1NT/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4///////////////////////////////////////////////////////////////////////////////919/nysTD////////////////////////////////////////////0NXc1MrK/////////////f///vv7////ytPZpKGf///9/fv4////////////////////////////////////////////////////////////////////////////////7vL34N/f/////////////////Pz6////////0tXalpOV3drX////////8/7/vLm5//rz////////////+f3/3t/h+///vrvA///3/////f783+jtxb6/////////////////wsTE4djQ////////////////////+/z8////////////////oKCk39nU////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z8/PERAQGhkZaWlpXl9famtt8/j43Kyov3lw0peRuWRfzJ+Y+f///fv97vDu6unr5ufl4+Li5OTi4uHh1dLS1tHU4N/f/////////v//////////////////////////////////////////////////////////+vr66OXl8ers6eXlsq2strCx6+Xm////raupAAAAAAAACAkJCAgISEhI8/Pz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////4u72u7q2////////+vr+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7u7//jz////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3t7eEhISFxYWamtrY2Jib29v8Pf67ce81Y194MSz1JiC57eq+f3/8u/03+Tf6ujq5uXl39va39vb5eHg4t3czcrK29ja9e7x9/Xz8/Px8/L08/Ly8/Px9PTw9fPz9fPz9fTy9vT09fT09vT09vT09vT09vT0+Pb48O/v6+jo+ff37Orswb29wry77enp////sa+vAAAAAAAACAkJCgoKOzs76enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5OnuubzBy8jIw8G/p6mrvry+0M7QtrW5v8LHyMrMubS5z8rJurq81tbUn6Sl6enfsrjAy7y14+nur6+0ycvNuLu+qamptrOzwLvAuLWzsLCssrS34eDbxsK/9PLyytPb29LK////5OPpvMPBs7Gz3+Tpw8C/v7q6pqawycS/zszK6uDg9fb0rK2yzsjF+vX08/j5rqux1dHQy87RxcG8tba2qqmr///99Pf5raqw29jWurq+9+3j9/n7oaKnuLe30NDMsbGxs6+v////0dbdq6uzu73AvbWtzMXAzMvRxsbGqaahyMTE2NbUxsfKxL+8////eIGRpZaL0M7Ora+yzc/Pw8DG0svI0dLUtrKyvb/BsrO339vWx8TB5+Hi////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////09PTCgsLFxcXbW5uZmRkcnBy9Pv/7Mq71pyD5su6z5d+572t+f//5uLn6uvp5N3f6ubm8u7r7evr7evp7+nm5OHe5+fi5t/i5uPh5+Pi5+Hk6OPi6ePk6OXi6OXi6ebj6eXl6ubm6+Xo6uXo6+fn7Obn7Ojo7+vr5+Pi6+jo+vv7////39zczsvL////////tbOzAAAAAAAABwgICAgINjY26enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////wM3ceoGTwLGkfoOKKjE7pqGahH+Jc254qauwW2t6j4WAu762PS416uPlkZ6xpJKN5ebk8+3mrrLBYV9ssbK0iZKYSk5ceGxwPT9GcGZejZKTeHVzmaCjUlBQ5NrV2eHm2tvVa296d25zd4iQs6qifIeZbWJgu66uV1Nmj5OWZWdquqqj+ff0scDFSD8/8d3OpbXEhYeMipahhnt/mJKZRUJHeXd09vLxpK23gIOImKOrg3Jt//7wzNHeV1lpqayxhIqRSEI9kouG+/bzur/KhISOb3uObl5beHRrcWhvbG98bXBppqSka2puV1Rgq56c////ub/Hl5WSWVJanJqkTlhmqqeitLeybF1dmJKZSEtYgIODo6WnUE5OysC6////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0dHRBwcHGRkZcHBwZ2VldHJ0//////bs7dG9/uff9tnI/e7j////49rf5ODf5eLi497e3t3Y3t3d3dbd3tXY593d2tjV09bP19XV2tTX2tbV2tbV2tTX2tTX29jV3NnW3dnZ3tra39vb4Nzc4d3d49/e49/e5ODf4N3b//7+////////////////////////ycjIAAAAAAAABwgIBwcHMDAw5eXl////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////3OPwfoGOlZCNlZWRnaKnmJycnZubfXmBiIqNl56hube5sKuoj4yOZm95k5Caxbm3//fy////vsHLb2tziYqPr7KroqKsq6GkhomTpJePztHYiYyOi5SQkYyT//36+v//UVlecF1Y4Nbdm6q5pqedjpSZnJCM09DLoJugrLTCioqM6tvU7/b7am+BiX5u9/Pu0dXck5KapKWqkI2Sn5CLs7G5d32A6und3d/mkpCYoqesgHdy/vTiwMvYZGJ1g4aTqZ2bqKqxhYWD+vXuoqy2lo2Hp6izop2ipKGhkIySg4GNmZ2kmKGenZeWhYWPl4+S//7+o6uwjoWAenqHd3B6p6Gmur7Bsa6rlI+SjH5+t7K6jpadjZiUj4qP+fHs////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////0NDQBgYGGRkZcnNxbmxsbWls2Nfb+///+//79PX19f779v367/Ly6OXn4ODg4OLg4uLe4eHf4tzh39vb2d3Y3t3f3tng1trV2trY29nb29rY29rY2tnZ2tnb29ra3NvZ3NvZ3NvZ3NvZ3dza3dza3t3b3t7c3NvZ4ODe8PHv7u/t6+zq8vHx9PPz7e3r9fX1m5iYAAAAAAAACAgIBwcHKSkp4+Pj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////8fDw5+ns+fj0////9fT4////8vHv5ufn////9/n78Ozs////3d/d/Pn2/P3/+vn5////////8/Lw5+jo+Pn5/v378vb5sa205tbR9fX1//////////////78qrvEdW5p5N7hsa+v/f3/8fHz/////////v//+Pn5/////v3/+/j24erygXuLuK2n7+zq////7Ovr//v69/v89O7p////9fX3////////7ezs/Pn3mqOrqZuW8fb3pKy4nZOW//r1////9fP1////0tbZe3h43NLN////////3+Tn4d/d+ff3/v37////4+fq1dPT///98vb37uvptbrDrKCe////8PL19PDv////6ubj////9vb6////+/r8/Pn5////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////z8/PBAQEGhoadHR0dnR0cm1ycW5ueXZ4dHF4cG9vbGxuaWZsZGRiY2VjY2FjYF1dWlhaU1JUUU9MWn9RXpdaS1pITkVKLywsIyMjLCYpKyYnKyYnKygmLCgmLCcoLCcoLCcoLCgmLCgmLSgnKyYnLCcoLSknLScpKiclJiIgJSEhJiIiJyMgJiMeJSMeJyMgFQ0LEAsNAAAACQkJCAgIJSYm4ODg////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4N/d//37////////////////9vb2////////////6uvt9/Pw////////////////////////8/P3////////////////////////////////////////////////////+/z//////////////////////////////////////////////////////////////////////////////////////////f39////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////z8/PAgICGhoad3d3eHV3e3d3b21rZ2RkZWJiYV9fXlpYWVRXVVJSTk1LSUdHRUJCQDs+NzI6MDYpRoo4VrFLME4iMCopFQ0QAAAABAAABAAABQABBQABBQABBQABBQABBAAABAEABQABAQEABAEACgAABgACBAEBCQIACgMACAEBCgEACQIABgEABgEABQABFg0LFw8NAAAABwgIBwgIIyIi3t7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////7fT5vb299/Pw5ejq4uDe5eTo0c/P19ja5+Pe////2dnd5uXl29vd7+zp19nc29nX5ebm3Nze2tvb19bW3d7e3t/i3dza3dze3t/f2trYqq69Z2Rwrq6k1tXR6+Xg+vz+0dHR/fv25ujqxcPF//75tL/JdW1q6+jl6Ojo9/f50MzR////0tjd8u7r2t3f19XT9fPx7evp7uni/f7/1tPV7Ovo3uDg////7fH219bW4N3b3uDg8fHt39/fy8nJ///9/f//0tLU///94ufs8eni////u8HG3NXO/v39zs/P0M3K////////7O712NLT7/Hz2tja////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zs7OAgICGhoaeXp6e3l5e3h4enh4eHZ2dXNzcW9vbGpsZ2VlYmFhX11dWllZVFNTTk5OSkZLSkhBVXZFUopJP1Y2Pzs5Mi8uFhEMGBITGRUUGRYVGRUUGRUUGRUUGRUUGBUUGRUUGRUUGRYRHRQUHRQWGhcQGhkNGhYTGRUUGxcOGhYRHRUUHhUSHhUSHhUSHxYUFxAKAAAABggIBwkJHh0d2tra////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////1t/nenx/q62tnqKdiImHsLKqpaOzlIyTfoiOwK6d////c3uDvb+3m5ejnoyRb3iNi4+UtrGwsKCZmZicam9/nJyhw8TCp6yxfHZ7jIKEmZSXjo2ffXuGu8K/uLa4vLKoi4eMc251p6u2rLS1f3Fx6drP3uv4kZmjnKKpqp+hsKeknpyec3uDlIqCrLK3cnN1wbm5fn+EiIaDjY6MZ19hq6mrgYyYpJSU////sr7LT0dOcWRmp6mzhImUh4WDin6C6NzS/P//i4aNube0sL/Ct7GybGZro6eoiY6OlaCeoJqTf35+oZyV////nZ2lraCWbXB7sKmr////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zc3NAwMDGhoae3t7fHt7fXx8fXt7e3h4eHV1dHJycW9va2lpZmRkYWBgXVxcWFZWUVFPTExMTEhHSEU+PUI3Pz45Pjs5Oz82Hh0YFw8QGxYVGhYVGhYVGhYVGRYTGhcUHRcWHRcUGhIPGgkPGBYZGBUUHggPHQgPHxMVIBMVFwoNHRAVIBUXGBIQFxAPGRITHRYVEw8QAAAACAgICQkJHBwc2tra////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////hZariX11////s7S3nJ6clqCelo+Y49jWjZuok4WA////laCql56Zq6Oop56Zi5GhsLfFoJiaiXtxhoOBe4ONfn2IlJSUoKems66riYGIe21vrKevfoOQm5mhsbG5j4Z+jX9+kZCcYGp6o6eopqCf9Ojgw9HeeHuGgomTf39/fXFupaGgXV5pxLiyqLC3c3d+mqKgenV4kJCUgIaNj4SEnp2fdn+Jd3Jx5d/Y3uTpbGFpiH+EfXqEjYePq7K3qaKf6tzX////xb/En6Gmc3+BmqiwOS0q////w9Lhoayuwr+1cm93lI6N////paeqo5ePWFZev7ax////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zc3NAwMDGxsbenp6fn5+g4ODgYCAf319fHt7eXd3dnR0cXBwbGtrZ2ZmYWBgXFpaWFVVUFBQSEpMRURIRD5FQj1AQD48RENBKikpEw8QGxkXGhgXGhgXGhgXGBkVGhcXGxUYFxUUGB4TGSgbGBcXHRgTEhsSEBYRFxUSExUSDhERFxMSFxUVExMTGBgWCwsLAgIADw0NAAAACAgIAQEBLzAu8vLy////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////09vjgX6GrKutz8bJh4+UnZ+Xko+hnImI0dTZ0c3M////bHV9qqymgH2QuKac19ra6Ojq2tnbxcXFycjG4N/dxsfJuru/0tTSwsLExcLAvraz9vPz2Nzfv8TLcHN4xr+2y8rQt7e7yMrKztLTb2xz49bM7/b3r66u2dXU0NfVzc3Pz8fJ//7+0Nfe29TN2Nzfzc7K7+zq6ufn6OTi+fj+x8XH6ubhvsbJ5+Ha+/7/29jY6urss7Gz9Ovo3eryb2pp9+re8ff8komN6ufnaHB9ta+kqKu2nZaTtayxvsPMgoZ9Z1xYurGz////5uvwzMTGxcnMYFxf4drV////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zc3NAgICGxsbfHx8gYGBhoaGhISEgoKCf39/e3t7d3d3dHR0b29vampqZWVlXl9fWVlZVFJUTU5QSkpKR0VHQUNBQUE/RkBFNTY2FRYWGBgYGRkZGRkZFxgYFhgYGBYYGRcZCAMHKVAzTqVtDwwLGS8eXuCMYNyDEyAUFikgVbhtJkorAAEBbWxsZmZmcnFxlJSUKSkrAAAACQcJAAAANTc1+fj6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////7/P4uLe55eDf4+Tk5+Xj3Nzk5d7Z////////////19fX6ujo1NXY+fLt////////////////////////////////////6Ovu////////////////////7unk////7vT5+Pb0////////7uzu+PPy////////////////////////////////////////////////////////////////////////////////////////////////////6+jo//n2+/3/6ujm////////5eLg////wsrQyMG88e/tz9DS2tfQ////////////////////2tzj5uPh////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zMzMAgICGxsbfn5+g4ODiYmJh4eHhISEgoKCf39/e3t7eHh4c3Nzbm5uaWlpY2RkX19fWVlZVFRUUE9PS0tLR0dHREREQ0NDREREJCQkGRkZHh4eHh4eHR0dHR0dHR4eHh4gFRIUMTs0S2RSHRccGBwXOX1IX9eEIy4jJzwve/+qMWhBAwACbmpqYl9fe3h4o6GhMDAwAAAACAcHAAAANDU19vb2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////+vr8////////////////////////////+vn2+vz8////////////////////+Pr6////u8PKoJaR/////////////////////////////Pv9+ff5////////////+Pn7////////9vr/1NDX////7e/y///7/////f37/Pz66u3ykpCdmJGO8e/t/P3/////////+Pf3/Pr6/////////fz8/v7+/////////v7/8/f309Pb7u7u3t3h+fn5oKWs49jO////////////////////////////////////////////////////////9/b4/////////////f37/////////////////////Pz6/f7+////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zMzMAwMDGxsbf39/g4ODhoaGhISEgYGBf39/fHx8enp6dnZ2cXFxbGxsZ2dnYGBgXFtbVlZWUFBQS0tLR0dHQ0NDPz8/PT09QkJCKioqERERGBgYFxcXFxcXGBgYGBgYGBgYFxcXHhcYHhYYEhkaFxMVCQABDxcQHh0ZFh4XIUUuGSIbFhMUFRUVEhISDw8PBgYGDw8PAAAABwcHAAAANjU19fX1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////z9rktKqq5+3wg4qPvraxoZyhmZqdioyRlpWbu6+sv7m8m5mhwcLEnJ+pk5CNgXh77+LW1eLseHmBxcLAo6WqhIWIk4mJp52dh4OKoqWquLm+wr65oZiasq+0rLbCxcK9mpaW5N/cw8zYu7e8sLi/nJuZu7u2w8LAgYCIpquwurnBdmx3kI2ImKKgrKilq6exurq/v8PIxL61p5+irrCzoaSkvLu/gYWQj4WHj4+Pm42KramupK62r6ij+vj1l6S2qJySpKeuf3l+mJCTiYuWxMLErrOusqutsLK3eXF0xr26////y87Tf4CI6OXj2t3gjouNh4aMpKapsq+q/v39prXCbGFj4dXN////j46Y39TM////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zMzMBAQEGxsbgoKCg4ODe3t7enp6eXl5d3d3dHR0cXFxbGxsZ2dnYmJiXV1dVlZWUFBQSkpKREREPz8/OTk5MjIyMDAwLi4uMDAwJCQkAAAAAAAAAgICAgICAwMDAwMDAwMDBAQEAgEBAAAAAQQABQMFBgEIAwAAAAEAAAAAAAAAAAAAAgYCAAAAAAAAAAAAAAAAAAAAAAAACAgIAQEBNjY29fX1////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////+fv9tri9T1JZraegw8LMdWVqYltojJKaqLDAl42NY1VVi42ShY2XamZwjoaBm46S7NrTydjleoKQjpWdnpWQdHmGYFtnkYB9loqObHSCtLvAsLCrVURBdXaGeoWXqaKZenJt7evrvsS/g4+VfH2C////l6GmmY+FZmR3eXuKs66zk42Si4OFc3V/iouHcG95cnaEsrrEnpuRYFFTWVxpa3R6oaajamVvPjVCmJuduqmoxMHHnJuo////////qq2yhX+AX2Vta2FrhHV1en+NfIORent9hYmKenRzjIGFwrW5+P3/aHOALysts6SZx8XHYVhffn6Ljpmrn5KN/v34ma3APSov3s/E////m5ym49bO////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////zMzMBQUFGhoagoKChYWFfn5+fn5+e3t7enp6d3d3c3Nzb29vbGxsZmZmYWFhW1tbVVVVT09PSUlJREREPj4+OTk5NTU1MTExMTExNDQ0EBAQAAAACAgICAgIBwcHBwcHBwcHBwcHBwcHCAUKCQcHCAkHBwgGBwYEAwcHBAUJCQYGBQYGAwUGBgYGBQUFBAQEAwMDAwMDAAAACQkJAQEBOzs79/f3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////zN7pQjc3//rwzNfhjoF/3tbZm628enZ2sLStpqOjsaqtt7i9vbq/z9LUX11j5NbL4evwgoOGsrW3n5yct66ruri+rKutdHJyfXp6uba8vre0u729jpCTnp2fn5+kqaah/f35ytHUgImRhYCF0tHPs620tq+woZ+nlJOVzMPA29/kq6GfycbMnaSnsLSvfIiVVVNZs66nt7m5oKCimJiguLm3wb/D0MfJxNHZeXNyrKGjurS5////////rbW6mpGMzczOvLe8uLO4o6aro6enpaWtqKqo2drWYWVwwq+p8Pn/pqq10s3N29HRrKevkJCSb3OCaGVvxbmx////z9ffqKCi9/Tx9fj9gn2E59nO////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////z8/PBgYGGRkZg4ODh4eHgICAgICAfn5+fX19enp6d3d3dHR0cHBwampqZWVlYGBgW1tbVVVVT09PSEhIQ0NDPz8/PDw8Nzc3NDQ0Ojo6JycnBAQECwsLCwsLDAwMDAwMCwsLCwsLCgsLCgwMCwsLCgwKBwwICAwIDQoKCgoKCQwGDAgKCQkJCQkHCAgIBwcHBgYGBQUFAQEBCAgIAQEBQkJC+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////7PT7z8/R////////////////7fX6xL69////////////////8fL0////yMjN5NzX////////////t7e5///6////////////r66w8+zn////////////////////////////+fr8/fr35+XnqaioyL+85ePj8PHv////////////////////////////9f//ysS/////////////////////////////////xMTMzcW+/fv4////////////////////////7fT56efl////////////////z9HU1s7L////////////////4uXq+Pfy2uDl29HR////////////////////9fj7xb/A+fLr////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3d3dERERExMTgYGBioqKgoKCgYGBgICAf39/fHx8enp6d3d3c3Nzbm5uaWlpZGRkYGBgWVlZU1NTTU1NSEhIQ0NDQEBAPT09OTk5ODg4Ojo6FRUVCAgIDw8PEBAQEBAQDw8PDw8PDw8PDxAQDw8PEA8PDw0QDw4ODQ0NDQ0NDgwPDAwMCwsLCgoKCgoKCQkJCQkJCAgIAwMDCgoKAAAATU1N////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////yMfL+O/p////////////////////////////////y9LZ08/K////////////////////////////////////////3N7jycrK////////////////////////////////////////////////////////////////////////////////////////////////////////////+///tLKyzcrI////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0JycnBAQEenp6kJCQg4ODg4ODgoKCgoKCf39/fX19enp6d3d3c3Nzbm5uaWlpZGRkXl5eWVlZU1NTTk5OSUlJRUVFQkJCPz8/PDw8Q0NDLi4uCgoKFBQUFRUVFBQUFBQUFBQUFBQUExMTExMTExMTExMTFBQUEhISEhISEhISEBIPEBAQEBAQDg4ODAwMCwsLCgoKBQUFDQ0NAAAAaWlp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////8vT3mp6juLGutbi2ua+v9Pf87Oro6OnppKOlyMXKvr/Bu7i/3dbRgYmTm4qB19jWq6uv2dnZlZidvrSv////xszTr6af2+Lll5iW6uHb////197lnZyay8a95ufnrKqy49/axcfR0cfBkY+hZF9frbCrvL/Cqamn08jG+vr8tb7EsKilt7OzvLq6wMDCmJugxLq0////uMDHv7i1yMrNrbG2tK6twL/By8fHsrO3vLy62dbRvbrApaKkvry8srW4sbXAZV9plI+CwcG84NrV////s7a7z8a+4eTnqKmsyMvLrKyszMPA//7+xcrPoqKgs66tvLe6s7W3rq2t3tvW0c3Ks7S5zMjH////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////UVFRAAAAZ2dnmJiYhYWFhYWFhISEhISEgoKCgICAfn5+enp6d3d3c3NzbW1taGhoZGRkXl5eWVlZUlJSUFBQTk5OSEhIREREQkJCQkJCRkZGJCQkDAwMExMTFhYWGBgYGBgYFxcXFxcXFxcXFxcXFhYWFhYWFhYWFhYWFhYWFBQUFBQUEhISEREREBAQDQ0NCwsLBQUFDAwMAAAAmZmZ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////o6q4bWx2h4ycWFZSq6CWoKWyi4WMk5WXa2pnray0SEpVqaimrbCujX98oaavMTVAkZORbWt1bWhypZ2i////qKexgHNxo6ivfn+M2sO18fr/ZGlwy8rHiZaZT0xHp6uyXm16j4F6v760Y1tihn2AxMXIVl9vX2Jdu7Cq9fX1dYqiWUtNhXZ1k46TUkxUcnR/p5+k////093dYVxZb2FeYWp9VU1WoKOot6echoOFUmBtcXd8k4qPgHR2Z15pen2KpKaxgoGJqJqO4t/a6OXi////hImbuaah0djffXqGW2h1XmBZsqii//7+o6u1ZmdqW1ZegnV3V1xnenx6oqSmcG9tZl5lw7q3////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////lpaWAAAAOzs7mZmZh4eHh4eHhoaGhYWFhISEg4ODfX5+eXl5eXp6cnJ0bG1ta2traWlpY2NjXl5eW1tbWlpaUlJUT1BQTU1NSktLR0dHSktLSUlLLS0vHR4eGBkZFxgYGBgYGhoaGRoaGhoaGhoaFBUVDxAQFhYWGBgYGBgWFhYWFRUVFRUVExMTEREREBAQDg4OCgoKBAQECwsL3t7e////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////29vjk5+vj42TqqWql56doJyZqaCgr7C6jJCTnqGhm5iitLS2qqionpyZh4SEm5igkZqapqShkpypnpWV////iZCggHRsgHuCm5ml5dzX4+72Yl9n////v8bQp52doaConJyft7W3sKmktrKxgHuCnZqipqesi5KZo6KY////rbXHnZOWp6amiHp4vrW6hZOioJiY////jpOlYFZO4dzQk5Oio52gnqSrk4uLoJ2Yh46Pl5qkyMnHwri4mpejdnF4v7m8rrfBiHp3//Xv/////fz8np6xybq6ytfiXlhis6qtlqCqnp2T////s7a7nZidn5ujioeHjoaTlJugj5mWrautiYWPrqGh////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vrERERAgICgICAmZmZhYWFiIiIh4eHhoaGgoKCiomJjo2Nf35+h4SEiIWDeHh4a2xsaWlpZmZmYGBgOzs7LSwsLy0tMS8uMS4uMC4uMC4sNTQxPTs5NTMwKyooLi0tJiclGRkZHRwcHBwcGRkZKSYlMi8sHR0YGBcaFxgaGBgYGBcWFxcXFhYWExMTExMTDQ0NEhISAAAAUVFR////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////1+bwnZOR///69/f5/////Pr4////////wMbOtrKx8fHz+fX0////7urn////+fj6////vsvWpZiW////mJqc5tvR/////v//+Pn5///9tLfCmJKTsKir//766ejo////+v7/8+7u////8vPvxc3VxsC7/////fv7////+Pf3///9////8e7r////uMPNppuW////nJyrl42N4+Hh9/Xz////9vb47vDy+Pn5////9vX3+Pn3/P37////8O/t/////f//8/Lw////////0NrggHyCi4eKkJKVwbey/////////Pr6////oKCk1cvD////4+bp6ebm//39////////2dze4N3d////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////iIiIAAAALi4unp6ek5OTh4eHiIiIh4eHgoKClpeXo6GhiIaEpaCdpaGgg4ODbm9vb29vbGxsZWVlNzU1KigmLiopMCsqMCssLisrLywpKygkLSolNzMuODUwOjg2KSooGxsbIiAgHR0fGRkbQz88WlNOLSkmFxYZFxsdGxsZGRkXGBgYFxcXFhYWFBQUERERBQUFCQkJy8vL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+zu/////////////////////////////////Pz+1dXV7Ojn////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////9/f3ODg4AAAAQkJCoqKimpqaiIiIiYmJh4eHiYmJiYmJhISEh4aEhIODe3t7d3d3dXV1b29vbm5uZ2ZoW1lZXFpaXFdaWFZYVVNVVlRUVFJQLi0tIR4eJyQkISAiHR0dICAgICAgHx8fHh0dKicnMCwrIyAgHR0dHB0dHBwcGRoaGRkZGRkZFhYWEhISDg4OAAAAe3t7/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5+3wzsvJ////////5efnwsPG7ern5Obm3uDi3Nvd1tXT6efk9fHu/f7+x9DWzs3L////+v7/09bZ4+Db9/Py////4OPmysjG2djW6erqxsfJ+PLt////297h5uTh2tvbxsfK8/Lw5eXj0dTV5uTk7e/2dXSJhn960NPOzMzM5uXlz9HT6+vr0tLSzs7Q6Ojm5ujo1tLR5eLi0tTW7Ovr19TZ5uHe6+7vzczK7ern////z8zS6+fk3d7j9vHu6e/20MzL////////4ePlwsLG9PHu6uvr4uPl3Nzg1tXT6Obj9PHv////2Nvez8jF6+3twMDC////////8PH05eboy83Q3trZ4OLkzMrM8O7r9vb2r6qt8+Xb5+/2x8XC9/f5ycXK////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////1tbWIiIiAAAAMDAwjY2NpKSkmpqaj4+PiIiIhYaGhoaGgIGBf39/f39/fX19enp6dnZ2cXFxcnJycnFxbWxsaGhoZWRmY2JkYmFhbWxsSkpKFRQUIB8fHyAgICAgICAgISEhISEhISAgHB0aGxoaHx4eHx8fHh4eHR0dHBwcGhoaFhYWFhYWCAgIAAAAUVFR/Pz8/////f39/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////ztzm0ce9uMHHgHqCmJqamI2DxM3ZamlroJecfYSXlpGOhISEinx39PTwzdXWaWdprZmI/v//iYyVbm1pjoF8/Pz6l6KvkoJ9oZugSVFZgoJ+7+Te4ez4k5mnn56gXVhVraWetcDMcGxslpOVrqep/f3/goSXo6KgfoaJoJmUo5+pl5OacXmDhIR8qauysKitu77BVEtQhnh4lZSeXWFsq6ups7e4kIeJh4CD4tfRvsnTi42Utbq7fXFx9Oba0+Xw1s7CsLm/gHqBlZyboZaOu8TSbWtrpZudc3aMm5iVgYKCno6F5OvwgYeOk4yRWVhWlI2G6O/8k46T2NDSZXKDf3Rotrm8bXF0sq2qfIGMh4SCv7iu8fDrgouVramkmpeemJOSmpuex8PA/vr3ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/v7+////zc3NPj4+AAAAAAAARUVFfX19mJiYoJ+foJ+fnJycl5eXkpKSjY2NiIiIg4ODf39/e3t7d3d3c3R0cHBwbGxsampqZ2dnZWZkZ2hoYmJkHx8fFBYTISEhISIgIiMhIiQiIyIkIiEjISIiICIiISEhHx8fHh4eHB0dGxsbFBQUAgICAAAAAgICYWFh9vb2/////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////vsjNQkFBuqyprbLCj4mAlqSual5ivbCrkZurw8LIcG5wnY6N/v7+uLvGZWFc0cG29Pj7rK23Z2drqpiV+f/+iY6bo5iahHp/gX2HdH+E0Mm/8ff8bnGAmo6MjYuVoJ2WhpKddmhnraitmI+U////lJymhXp6i4mTlZuYh4eLf3F4k4+ZiJKYlZ+di4qMnJufhn6FgHR2mpCag4eUsbS2paeqfXN1emlq/fHrwczYjJCXnaSpgHBp9uTa////sLm/Qz1Av7Kypa+8mZOKjJmkcGNlxLiyi5KfvL/JcW9xuKWf5u74nqexra2vf3qElpuWhomMdG11vbq6j4+Zua2ntrm8dHqCnaKiZ2lwn5CP////9f/+qaiwvry6kY+RlJCQiYiMxcG+//r1ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+////////6urqjY2NNDQ0AAAAAAAACgoKJiUlQUBAVlZWZWVlc3Nzfn5+goKChYWFh4eHh4eHhYWFg4ODgoKCgICAfX19enp6eXl3dnZ2fn5+X15gLS0tJiYmIiIiICAgHyAgICAgHh4eGhoaFhcXEBAQCQkJAAAAAAAAAAAAAQEBHR0dTU1NoqKi/////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5ezxNDtAtaqix8TJ4t3dycvO19fV2NbW397c3+Li5+fp6ufl7+rq/f//a2yBdGdi7evr9Pr9srO45t3Y9e3v+///tb3FcGpxsqKb////xcvS7+rj////vr/B4tjS8/f+ysvP29za3trXvsTJu7a5////5+vu1M3G8PD0zdDT3t/dvrm4+fTz2N7m09LQztPUwcHB8e7sxsjLkY2V1NPV09TX39nW4eXmxLq4//r3////ysnN4dzbipKZppSK3+LlNzs+vbCrxMHG5OTiycrN2drY2dfV397a3uHf5ufp6efl8Ovr////3Obrcm1s3dDNzM/U0M/M6ennxs7Vx8LF3uLl1M7J4+Xqzc7O7Oro8Ons////////7/b7xcPA7Ozsw7/E///7////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vrs7Ozc3JyOzs7FxcXBQYGAAAAAAAAAAAAAAAAAAAABgYGCQkJCwsLDQ0NDg4ODg4ODw8PEBAQDg4ODg4ODg4ODQ8LFRUVCwsLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgEBBwcHDw8PHh4eLy8vU1NTg4ODwsLC+fn5/////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////5ezv5eLf////x8nJ//32////////////////////////////////////9fn8y8zP9PDv////5+jq////////////////7O3t////////////////////////////////////////////////////////////////////////////////////////////////////////////////5+bm////////////////////////////////+Pv/1tfZ4ubp6+nn////xsjG////////////////////////////////////////////7+zx//v2////////////////5ebo////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/v7+////////////////+fn55eXlzs7OsrKynp6eiYmJbm5uY2NjWVlZT09PQkJCOzs7Nzc3MjIyMDAwLi4uLi4uLi4uMDAwMDAwMjIyOzs7RUVFS0tLVlZWYGBgZ2dnbm5uf39/kpKSoKCgt7e3z8/P5ubm/f39/////////////////v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v7+fn59/f39PT09PT08/Pz9PT09PT09PT09PT08/Pz9vb2+fn5+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/////////v7+/v7+/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/////v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7Ozsubm5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7u7us7Oz8fHx8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8vLy8/Pz/f39ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHxqKio19fX3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc2tra29vb+vr6ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vrurq6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////7/T5wMHBwsG/+/j1////////39/n////////r7W40ca89vr/vb+99PDt4+fqw8nO9vLv8fr/qq2yzsrF6urq7O7wxMrNrq6s9O3k////////+vr63d/fs7W1ra2v+/Xu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////8PT3P0NXX1JQ+/f0////ZXiOWUU/////LDpFHxAHcmZctbW3Ulhdr6iqEytCDwAC7ujnHik5QjsyOURKHQ4KkZOLfnxuusDDMi004tG+////vc7kEQ8TnZWEsLKyMjE31su/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////pqq8vrCy////w9LlAAAAf1xFzt/mAAAAuJyJ////+PXy////LEZcAAAA0bid/P//AAAA4sitkK+/AAAA6+Xg3OPrbHmDAAAA2sOt////orDHfm9z////////AAAKbFE3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////lpur28zH/f//AA8eAAAAup+SssTPAAAAr6ScRlNdvqyX////AAACHQsA////9v/+AAAA07ifmrfCDAEA9PT0EB81BAAAq52R+/v5////8fDw////laKtCRklAAAAqpiH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////sK64vsDLOk5lAAAAhoKCysPK4OfqBAkOjoeADhQdoY+FJ0FaAAAAcXBsiYB9x8rPAAAAvaSRYH6PAAAA0tbXAAICoZWLlJKf5tnP////////XG6GAAAAAAAAl4yA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////////ztjqExkiAAAAmX1q////oZ+s////1dzkgoOF0sS48fD6g4SMvban4+fompeZura7oKCg29jWqbK4qKKh////xNHXnqCglo6Q/fbv////2u7/AAAAZVVE+O7m////z8vL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ycnJxMTE////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7OzsuLi4////////////////////////////////////////////////////8/n8PFRrAAAAXEUz////qcDYOTU88end////////////////////////////////////////////////////////////////////////////7Pb/EhUgtJiB5+72BwcWmHxp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yMjIy8vL////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9PT0urq6////////////////////////////////////////////////////6/T5homKl5aW///1////qrPBh4aG5tzU////////////////////////////////////////////////////////////////////////////////197lhYSGnJmee3l54tjQ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wsLCoqKi4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODgzMzMo6Oj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6+vrr6+vurq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6tra2zMzM//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + 0 + + + + + -0 + 5.158833333333333 + 4.531140972222222 + 1.875 + 0.2396347222222222 + 0.9375 + 0.1198173611111111 + + + 1.875 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.875 + 0.239634722222222 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 1 + 0 + + 0.152778 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + setImage: Function + + + + + -0 + 6.640256944444444 + 4.875 + 1.370152777777777 + 1.083333333333333 + 0.6850763888888886 + 0.5416666666666666 + + + 5.95518055555556 + 4.33333333333333 + 7.32533333333333 + 5.41666666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.370152777777777 + 1.083333333333333 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.370152777777777 + 1.083333333333333 + + + + 0 + + + + + -0 + 8.483680555555557 + 6.291666666666667 + 0.6666666666666666 + 0.5277777777777778 + 0.3333333333333333 + 0.2638888888888889 + + + 8.15034722222222 + 6.02777777777778 + 8.81701388888889 + 6.55555555555556 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.5277777777777778 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 0.6666666666666666 + 0.5277777777777778 + + + + 0 + + + + + -0 + 7.827597222222222 + 3.645833333333333 + 3.638888888888889 + 1.236111111111111 + 1.819444444444444 + 0.6180555555555556 + + + 6.00815277777778 + 3.02777777777778 + 9.64704166666667 + 4.26388888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 3.638888888888889 + 1.236111111111111 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 3.638888888888889 + 1.236111111111111 + + + + 0 + + + + + -0 + 7.398491039311357 + 3.777092219200299 + 3.147462365821731 + 1.112482228266068 + 1.573731182910866 + 0.5562411141330341 + + + 5.82475985640049 + 3.22085110506727 + 8.97222222222222 + 4.33333333333333 + + + 4 + 0 + 2 + 0 + 1 + + + 3.147462365821731 + 1.112482228266068 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -7.894919286223335e-16 + 0 + + + 3.14746236582173 + 1.112482228266068 + + + + 0 + + + + + -0 + 7.655412420206637 + 4.118649873243791 + 3.939175159586728 + 1.512700253512419 + 1.969587579793364 + 0.7563501267562095 + + + 5.68582484041327 + 3.36229974648758 + 9.625 + 4.875 + + + 4 + 0 + 2 + 0 + 1 + + + 3.939175159586728 + 1.512700253512419 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -7.894919286223335e-16 + 0 + + + 3.939175159586727 + 1.512700253512419 + + + + 0 + + + + + -0 + 7.244531000013611 + 4.287177728856524 + 3.427604666639446 + 1.536755653398062 + 1.713802333319723 + 0.768377826699031 + + + 5.53072866669389 + 3.51879990215749 + 8.95833333333333 + 5.05555555555556 + + + 4 + 0 + 2 + 0 + 1 + + + 3.427604666639446 + 1.536755653398062 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -7.894919286223335e-16 + 0 + + + 3.427604666639446 + 1.536755653398062 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/tutorial_08-09.graffle/QuickLook/Preview.pdf b/images/docs/tutorial/tutorial_10.graffle/QuickLook/Preview.pdf similarity index 100% rename from images/docs/tutorial/tutorial_08-09.graffle/QuickLook/Preview.pdf rename to images/docs/tutorial/tutorial_10.graffle/QuickLook/Preview.pdf diff --git a/images/docs/tutorial/tutorial_08-09.graffle/QuickLook/Thumbnail.tiff b/images/docs/tutorial/tutorial_10.graffle/QuickLook/Thumbnail.tiff similarity index 100% rename from images/docs/tutorial/tutorial_08-09.graffle/QuickLook/Thumbnail.tiff rename to images/docs/tutorial/tutorial_10.graffle/QuickLook/Thumbnail.tiff diff --git a/images/docs/tutorial/tutorial_08-09.graffle/data.plist b/images/docs/tutorial/tutorial_10.graffle/data.plist similarity index 100% rename from images/docs/tutorial/tutorial_08-09.graffle/data.plist rename to images/docs/tutorial/tutorial_10.graffle/data.plist diff --git a/images/docs/tutorial/tutorial_10.graffle/image10.png b/images/docs/tutorial/tutorial_10.graffle/image10.png new file mode 100644 index 000000000000..c32a25ddf444 Binary files /dev/null and b/images/docs/tutorial/tutorial_10.graffle/image10.png differ diff --git a/images/docs/tutorial/tutorial_10.svg/image10.png b/images/docs/tutorial/tutorial_10.svg/image10.png new file mode 100644 index 000000000000..59e4946e8da9 Binary files /dev/null and b/images/docs/tutorial/tutorial_10.svg/image10.png differ diff --git a/images/docs/tutorial/tutorial_10.svg/tutorial_10.svg b/images/docs/tutorial/tutorial_10.svg/tutorial_10.svg new file mode 100644 index 000000000000..e87313504a18 --- /dev/null +++ b/images/docs/tutorial/tutorial_10.svg/tutorial_10.svg @@ -0,0 +1,1706 @@ + + + + + + Produced by OmniGraffle 6.5.2 2012-04-04 22:31:40 +0000 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Canvas 1 + + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Model + + + T + emplate + + + + V + iew + + + + + + + + + Scope Inheritance + + + + + Implicit Scope Declaration + + + + + Model / V + iew Data-binding + + + + + + + <phone-detail> + + + + + phoneDetail component + + + + + + + + + + + + + + + + + + + + + + + PhoneDetailControllerphone: Object + phoneDetail Scope + + + + + + </phone-detail> + + + + <img ng-src="{{$ctrl.phone.images[0]}}"/> + + + + <ul class="phone-thumbs"> <li ng-repeat= "img in $ctrl.phone.images"> <img ng-src="{{img}}" /> </li></ul> + + + + <ul class="specs"> <li>...</li> ...</ul> + + + + + <h1>{{$ctrl.phone.name}}</h1> + + + + + + <p>{{$ctrl.phone.description}}</p> + + + + + + + + + + + + + + RepeaterScopeimg: String + + + + + + + ng-repeat + + + + diff --git a/images/docs/tutorial/tutorial_10-11.graffle/QuickLook/Preview.pdf b/images/docs/tutorial/tutorial_12.graffle/QuickLook/Preview.pdf similarity index 100% rename from images/docs/tutorial/tutorial_10-11.graffle/QuickLook/Preview.pdf rename to images/docs/tutorial/tutorial_12.graffle/QuickLook/Preview.pdf diff --git a/images/docs/tutorial/tutorial_10-11.graffle/QuickLook/Thumbnail.tiff b/images/docs/tutorial/tutorial_12.graffle/QuickLook/Thumbnail.tiff similarity index 100% rename from images/docs/tutorial/tutorial_10-11.graffle/QuickLook/Thumbnail.tiff rename to images/docs/tutorial/tutorial_12.graffle/QuickLook/Thumbnail.tiff diff --git a/images/docs/tutorial/tutorial_10-11.graffle/data.plist b/images/docs/tutorial/tutorial_12.graffle/data.plist similarity index 100% rename from images/docs/tutorial/tutorial_10-11.graffle/data.plist rename to images/docs/tutorial/tutorial_12.graffle/data.plist diff --git a/images/docs/tutorial/tutorial_12.graffle/image10.png b/images/docs/tutorial/tutorial_12.graffle/image10.png new file mode 100644 index 000000000000..c32a25ddf444 Binary files /dev/null and b/images/docs/tutorial/tutorial_12.graffle/image10.png differ diff --git a/images/docs/tutorial/tutorial_12.svg/image10.png b/images/docs/tutorial/tutorial_12.svg/image10.png new file mode 100644 index 000000000000..59e4946e8da9 Binary files /dev/null and b/images/docs/tutorial/tutorial_12.svg/image10.png differ diff --git a/images/docs/tutorial/tutorial_12.svg/tutorial_12.svg b/images/docs/tutorial/tutorial_12.svg/tutorial_12.svg new file mode 100644 index 000000000000..f8c437f43e68 --- /dev/null +++ b/images/docs/tutorial/tutorial_12.svg/tutorial_12.svg @@ -0,0 +1,1844 @@ + + + + + + Produced by OmniGraffle 6.5.2 2012-04-04 22:31:40 +0000 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Canvas 1 + + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Model + + + T + emplate + + + + V + iew + + + + + + + + + Scope Inheritance + + + + + Implicit Scope Declaration + + + + + Model / V + iew Data-binding + + + + + + + <phone-detail> + + + + + phoneDetail component + + + + + + + + + + + + + + + + + + + + + PhoneDetail-Controllerphone: ObjectmainImageUrl: StringsetImage: Function + phoneDetail Scope + + + + + + </phone-detail> + + + + <img ng-src="{{$ctrl.mainImageUrl}}" /> + + + + <ul class="phone-thumbs"> <li ng-repeat="img in ..."> <img ng-src="{{img}}" ng-click="$ctrl.setImage(img)"/> </li></ul> + + + + <ul class="specs"> <li>...</li> ...</ul> + + + + + <h1>{{$ctrl.phone.name}}</h1> + + + + + + <p>{{$ctrl.phone.description}}</p> + + + + + + + + + + + + + RepeaterScopeimg: String + + + + + + + ng-repeat + + + + + *click* + + + + diff --git a/images/docs/tutorial/tutorial_proto.graffle/image7.png b/images/docs/tutorial/tutorial_proto.graffle/image7.png index 3a9618137f85..6d3ff1c228c7 100644 Binary files a/images/docs/tutorial/tutorial_proto.graffle/image7.png and b/images/docs/tutorial/tutorial_proto.graffle/image7.png differ diff --git a/images/docs/tutorial/tutorial_proto.svg/image7.png b/images/docs/tutorial/tutorial_proto.svg/image7.png new file mode 100644 index 000000000000..6d3ff1c228c7 Binary files /dev/null and b/images/docs/tutorial/tutorial_proto.svg/image7.png differ diff --git a/images/docs/tutorial/tutorial_proto.svg/tutorial_proto.svg b/images/docs/tutorial/tutorial_proto.svg/tutorial_proto.svg new file mode 100644 index 000000000000..476b56494c85 --- /dev/null +++ b/images/docs/tutorial/tutorial_proto.svg/tutorial_proto.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-05-09 23:14:43 +0000Canvas 1Layer 1function MyController(){ this.guy = 'Hank'; this.save = function(){ //do something nice }}ControllerModelroot scope Scope ReferenceViewData-binding<html></body></html>TemplateInput: <input name="guy" type="text">Name = <span ng:bind="guy"> </span><body ng:controller="MyCtrlr"><button ng:click="save()"> Save</button>child scopeguy: 'Hank'save: Function Scope Inheritance diff --git a/images/docs/tutorial/tutorial_proto.vdx b/images/docs/tutorial/tutorial_proto.vdx new file mode 100644 index 000000000000..fc365cc89d56 --- /dev/null +++ b/images/docs/tutorial/tutorial_proto.vdx @@ -0,0 +1,3727 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 1 + 1 + 4.513888888888889 + 5.531680555555556 + 2.402777777777778 + 1.603277777777778 + 1.201388888888889 + 0.8016388888888889 + + + 2.402777777777778 + 1.464388888888889 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0d10 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.603277777777778 + + + 2.402777777777778 + 1.603277777777778 + + + 2.402777777777778 + 0 + + + 0 + 0 + + + 0 + 1.603277777777778 + + + + 0 + + + + + -0 + 4.513888888888889 + 5.726125 + 2.236111111111111 + 1.103277777777778 + 1.118055555555556 + 0.5516388888888889 + + + 2.236111111111111 + 0.964388888888889 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.103277777777778 + + + 2.236111111111111 + 1.103277777777778 + + + 2.236111111111111 + 0 + + + 0 + 0 + + + 0 + 1.103277777777778 + + + + 0 + + + + + -0 + 4.576388888888889 + 5.743041666666667 + 2.180555555555555 + 0.9166666666666666 + 1.090277777777778 + 0.4583333333333333 + + + 2.180555555555555 + 0.9166666666666666 + -0 + + + 1 + + + 0 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9166666666666666 + + + 2.180555555555555 + 0.9166666666666666 + + + 2.180555555555555 + 0 + + + 0 + 0 + + + 0 + 0.9166666666666666 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + function MyController(){ + this.guy = 'Hank'; + this.save = function(){ + //do something nice + } +} + + + + -0 + 4.451388888888889 + 4.930555555555555 + 1.277777777777778 + 0.3055555555555556 + 0.6388888888888888 + 0.1527777777777778 + + + 1.277777777777778 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.277777777777778 + 0.3055555555555556 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Controller + + + + -0 + 1 + 1 + 7.048611111111111 + 5.854166666666667 + 1.875 + 3.013888888888889 + 0.9375 + 1.506944444444444 + + + 1.875 + 2.875 + -0 + + + 1 + + + 1 + 0.0138889 + #4fff75 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.013888888888889 + + + 1.875 + 3.013888888888889 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 3.013888888888889 + + + + 0 + + + + + -0 + 1.555555555555556 + 4.826388888888889 + 2.916666666666667 + 5.069444444444445 + 1.458333333333333 + 2.534722222222222 + + + 2.916666666666667 + 4.930555555555555 + -0 + + + 1 + + + 1 + 0.0138889 + #f8ff29 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 5.069444444444445 + + + 2.916666666666667 + 5.069444444444445 + + + 2.916666666666667 + 0 + + + 0 + 0 + + + 0 + 5.069444444444445 + + + + 0 + + + + + -0 + 0.7638888888888888 + 2.069416666666667 + 0.02777777777777778 + 0.1666666666666667 + 0.01388888888888889 + 0.08333333333333333 + + + 0.02777777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1666666666666667 + + + 0.02777777777777778 + 0.1666666666666667 + + + 0.02777777777777778 + 0 + + + 0 + 0 + + + 0 + 0.1666666666666667 + + + + 0 + + + + + -0 + 7.044770053286448 + 6.540841750467613 + 0.01388888888888889 + 0.3525186114648843 + 0.006944444444444444 + 0.1762593057324422 + + + 7.037825608842 + 6.71710105620005 + 7.04176406875325 + 6.36458244473517 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.3525186114648843 + -0 + + + 2 + + + 1 + 0.0277778 + #29ff3e + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.3525186114648843 + + + 0.00393845991124427 + 0 + + + + 0 + + + + + -0 + 7.076388888888889 + 4.581052777777778 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 7.034722222222222 + 6.994875 + 1.180555555555556 + 0.5416666666666666 + 0.5902777777777778 + 0.2708333333333333 + + + 0.9444444444444444 + 0.2402777777777777 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.007666736111111 + 0.4623412083333334 + + + 1.007666736111111 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.1728888194444443 + 0.07932545833333332 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.1728888194444443 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.007666736111111 + 0.4623412083333334 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 7.069444444444445 + 7.004099305555555 + 0.8055555555555556 + 0.2396347222222222 + 0.4027777777777778 + 0.1198173611111111 + + + 0.8055555555555556 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 0.8055555555555556 + 0.2396347222222222 + + + 0.8055555555555556 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + root scope + + + + -0 + 1.256944444444444 + 1.810710416666667 + 2.291666666666667 + 0.239634722222222 + 1.145833333333333 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.291666666666667 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1215791666666664 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.666666666666667 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.534722222222222 + 0.119817361111111 + 1.513888888888889 + 0.2396347222222222 + 0.7569444444444444 + 0.1198173611111111 + + + 1.513888888888889 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.513888888888889 + 0.239634722222222 + + + 1.513888888888889 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Reference + + + + + + -0 + 1 + 1 + 9.409722222222221 + 5.630263888888889 + 1.875 + 3.461694444444444 + 0.9375 + 1.730847222222222 + + + 1.875 + 3.322805555555556 + -0 + + + 1 + + + 1 + 0.0138889 + #2222ff + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 3.461694444444444 + + + 1.875 + 3.461694444444444 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 3.461694444444444 + + + + 0 + + + + + -0 + 9.375 + 4.069444444444445 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + View + + + + -0 + 9.409722222222221 + 5.484381944444444 + 1.625 + 2.447902777777778 + 0.8125 + 1.223951388888889 + + + 1.625 + 2.309013888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.447902777777778 + + + 1.625 + 2.447902777777778 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 2.447902777777778 + + + + 0 + + + + + -0 + 9.243055555555555 + 1.810710416666667 + 2.083333333333333 + 0.239634722222222 + 1.041666666666667 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.083333333333333 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.05213472222222196 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.0590791666666664 + 0.666666666666667 + 0.0590791666666664 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.479166666666667 + 0.119817361111111 + 1.208333333333333 + 0.2396347222222222 + 0.6041666666666666 + 0.1198173611111111 + + + 1.208333333333333 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.208333333333333 + 0.239634722222222 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Data-binding + + + + -0 + 0.3472222222222222 + 0.2188013888888886 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0.0138888888888889 + 0.225745833333333 + 0.680555555555556 + 0.225745833333333 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + + + -0 + 5.229166666666667 + 7.534722222222222 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 7.52777777777778 + 10.3472222222222 + 7.54166666666667 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 0.5277777777777778 + 7 + 0.6666666666666666 + 0.3055555555555556 + 0.3333333333333333 + 0.1527777777777778 + + + 0.6666666666666666 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #fff82f + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.6666666666666666 + 0.3055555555555556 + + + 0.6666666666666666 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <html> + + + + -0 + 0.5972222222222222 + 3.499986111111111 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </body> + + + + -0 + 0.5694444444444444 + 3.104152777777778 + 0.75 + 0.3055555555555556 + 0.375 + 0.1527777777777778 + + + 0.75 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 0.75 + 0.3055555555555556 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + </html> + + + + -0 + 1.479166666666667 + 2.541652777777778 + 1.208333333333333 + 0.3055555555555556 + 0.6041666666666666 + 0.1527777777777778 + + + 1.208333333333333 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.208333333333333 + 0.3055555555555556 + + + 1.208333333333333 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Template + + + + -0 + 1.340277777777778 + 5.28125 + 2.180555555555555 + 0.4027777777777778 + 1.090277777777778 + 0.2013888888888889 + + + 2.180555555555555 + 0.2638888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4027777777777778 + + + 2.180555555555555 + 0.4027777777777778 + + + 2.180555555555555 + 0 + + + 0 + 0 + + + 0 + 0.4027777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Input: <input name="guy" + type="text"> + + + + -0 + 1.451388888888889 + 4.798611111111111 + 2.402777777777778 + 0.4027777777777778 + 1.201388888888889 + 0.2013888888888889 + + + 2.402777777777778 + 0.2638888888888889 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4027777777777778 + + + 2.402777777777778 + 0.4027777777777778 + + + 2.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.4027777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Name = <span ng:bind="guy"> + </span> + + + + -0 + 1.548611111111111 + 5.763875000000001 + 2.652777777777778 + 0.3055555555555556 + 1.326388888888889 + 0.1527777777777778 + + + 2.652777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 2.652777777777778 + 0.3055555555555556 + + + 2.652777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <body ng:controller="MyCtrlr"> + + + + -0 + 1.1875 + 4.125 + 1.875 + 0.7777777777777778 + 0.9375 + 0.3888888888888889 + + + 1.875 + 0.6388888888888888 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #f5ff36 + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.7777777777777778 + + + 1.875 + 0.7777777777777778 + + + 1.875 + 0 + + + 0 + 0 + + + 0 + 0.7777777777777778 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + <button + ng:click="save()"> + Save +</button> + + + + -0 + 7.048611111111111 + 5.751738888888889 + 1.652777777777778 + 1.211838888888889 + 0.8263888888888888 + 0.6059194444444443 + + + 4 + 0 + 2 + 2 + 1 + + + 1.652777777777778 + 1.211838888888889 + -0 + + + 1 + + + 0 + + + + + -0 + 0.8263888888888888 + 0.6059194444444445 + 1.652777777777778 + 1.211838888888889 + 0.8263888888888888 + 0.6059194444444445 + + + 1.322222222222222 + 0.7093983333333331 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.410733430555556 + 1.034368719127778 + + + 1.410733430555556 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.2420443472222221 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.2420443472222221 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.410733430555556 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 0.8527631944444438 + 0.9829131944444442 + 0.8615541666666666 + 0.2819513888888889 + 0.4307770833333333 + 0.1409756944444444 + + + 0.8615541666666666 + 0.1430625 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2819513888888889 + + + 0.8615541666666667 + 0.2819513888888889 + + + 0.8615541666666667 + 0 + + + 0 + 0 + + + 0 + 0.2819513888888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + child scope + + + + -0 + 0.9582631944444446 + 0.6447131944444444 + 0.8615541666666666 + 0.3443791666666667 + 0.4307770833333333 + 0.1721895833333333 + + + 0.8615541666666666 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 0.861554166666666 + 0.3443791666666666 + + + 0.861554166666666 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + + + -0 + 1.066690277777778 + 0.4407131944444441 + 1.078408333333333 + 0.3443791666666667 + 0.5392041666666666 + 0.1721895833333333 + + + 1.078408333333333 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 1.078408333333333 + 0.3443791666666666 + + + 1.078408333333333 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + + + + + -0 + 7.097222222222222 + 5.678138888888889 + 1.402777777777778 + 0.3055555555555556 + 0.7013888888888888 + 0.1527777777777778 + + + 1.402777777777778 + 0.1666666666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.402777777777778 + 0.3055555555555556 + + + 1.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + guy: 'Hank' + + + + + -0 + 3.184027695574949 + 5.747755662340568 + 0.6041668310723247 + 0.01388888888888889 + 0.3020834155361624 + 0.006944444444444444 + + + 2.88194428003879 + 5.75470010678501 + 3.48611111111111 + 5.75054273165305 + + + 4 + 0 + 2 + 0 + 1 + + + 0.6041668310723247 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -3.947459643111667e-16 + 0.01388888888888889 + + + 0.6041668310723244 + 0.009731513756922223 + + + + 0 + + + + + -0 + 5.940976765578696 + 5.741862132774235 + 0.548620197824058 + 0.01388888888888889 + 0.274310098912029 + 0.006944444444444444 + + + 5.66666666666667 + 5.74687677657546 + 6.21528686449073 + 5.74880657721868 + + + 4 + 0 + 2 + 0 + 1 + + + 0.548620197824058 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01195908824567206 + + + 0.548620197824058 + 0.01388888888888889 + + + + 0 + + + + + -0 + 3.652778062386409 + 6.992787546096337 + 5.569445017969653 + 0.01388888888888889 + 2.784722508984827 + 0.006944444444444444 + + + 0.868055553401582 + 6.99973199054078 + 6.43750057137123 + 6.99534538625939 + + + 4 + 0 + 2 + 0 + 1 + + + 5.569445017969653 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + -9.868649107779169e-17 + 0.01388888888888889 + + + 5.569445017969652 + 0.009502284607499491 + + + + 0 + + + + + -0 + 7.097222222222222 + 5.536983333333334 + 1.402777777777778 + 0.3101166666666667 + 0.7013888888888888 + 0.1550583333333333 + + + 1.402777777777778 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.402777777777778 + 0.3101166666666665 + + + 1.402777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + save: Function + + + + -0 + 9.680555555555555 + 6.379701388888889 + 0.75 + 0.3101166666666667 + 0.375 + 0.1550583333333333 + + + 0.75 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.75 + 0.3101166666666665 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + + + -0 + 9.680555555555555 + 5.640613194444445 + 0.7083333333333334 + 0.2396347222222222 + 0.3541666666666667 + 0.1198173611111111 + + + 0.7083333333333334 + 0.2396347222222222 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 0.7083333333333334 + 0.239634722222222 + + + 0.7083333333333334 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + + + -0 + 9.395833333333334 + 5.537143055555556 + 1.513888888888889 + 2.152777777777778 + 0.7569444444444444 + 1.076388888888889 + + + 1.513888888888889 + 2.013888888888889 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 2.152777777777778 + + + 1.513888888888889 + 2.152777777777778 + + + 1.513888888888889 + 0 + + + 0 + 0 + + + 0 + 2.152777777777778 + + + + 0 + 0 + 1.51389 + 2.15278 + + Qk0AAAAAAAAAADYAAAAoAAAAcQAAAJsAAAABABgAAAAAANzNAAAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////v7+/v7++/v7+fn5+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+fn5+/v7/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////39/fb29urq6t7e3tTU1MzMzMnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJyczMzNTU1N7e3urq6vb29v39/f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////////////////6+vro6OjHx8ecnJx9fX1ubm5qamppaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlqampubm59fX2cnJzHx8fo6Oj6+vr///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////+fn529vbo6OjcnJyhISEvLy84+Pj/Pz8/////////////////////////////////////////////////////////////////////////////////////////Pz84+PjvLy8hISEcnJyo6Oj29vb+fn5////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////r6+tvb25aWlnp6etzc3Pn5+f39/f7+/v////////////////////////////////////////////////////////////////////////////////////////////////7+/v39/fn5+dzc3Hp6epaWltvb2/r6+v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////9/f3o6OiioqKJiYnr6+v7+/v9/f39/f39/f39/f38/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz7+/v8/Pz8/Pz8/Pz9/f38/Pz7+/vr6+uJiYmioqLo6Oj9/f3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////9vb2xsbGf39/3d3d9PT09/f3+Pj49/f3+Pj4+Pj46u/24uHr7+vk9vb29vb29vb26u/2+O/p9/f36ur5+PPs9vb29vb29vb29vb29vb29/f39/f39/f36+ry7+vr9/f39/f39/f39/f39/f39/f39PT03t7ef39/xsbG9vb2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////7+/urq6pqamry8vOjo6PLy8vPz8/T09PX19fX19TWK5wAAAAAAAAAAAKh0APX31nKr7gAAAAAAAGxuRQAAPM6SAPT09Mvy9QAAjMSDAPT09PT09NTs+ABOrgAAAAAAAJUzAPX23vX19fT09PT09PPz8/Ly8unp6b29vZqamurq6v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////9/f3e3t6JiYnOzs7u7u7w8PDx8fHx8fHx8fHy8vLAyenn2cHx8fG54foAAGPXwwAAALiyaQDt8fE4jNaNEgDy9NPx8fF4tfMAAABaABb07aTt8fEAXs+URgDz8Mbx8fHl4Ojx8urx8fHx8fHx8fHx8fHw8PDu7u7Ozs6JiYne3t79/f3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////+/v709PTl5eX2NjY7Ozs7e3t7u7u7+/v7+/v8PDw7+/v7+/v7+/vt9/4AABx17AARZDgTAARyLiDaqXPjBIA8PHZ5vDuADa4qpMAADym16oAxu3wAAB+sIsAv8XMwMDA2MjD7/Do7+/v7+/v7+/v7e3t7e3t7Ozs2NjYmJiY09PT+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////n5+czMzKCgoODg4Onp6evr6+zs7O3t7e3t7e3t7e3t7eDu7Hqc0QAAAGIAGfDgou3t7bfL6IaLoTVogZExAO7wz6TZ+AAAAPHib2Or94QAJMvu0AAAiGI9AHFxcQBHeIQAJO7wz+3t7e3t7e3t7ezs7Ovr6+np6eHh4aCgoMzMzPn5+f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////7+/vS0tKdnZ3j4+Po6Ojp6enp6enp6enq6urq6urH5O8ALZMAAACnhy3t6sLr6+u+0u3Vwanr6+sgf9SQCwbs7dUdftuWLwDs7NzD6ewAAG/fxUcAW8qoZwDr7OQ0jdudQQDr69vq6urq6urp6enp6enp6enn5+fj4+OdnZ3S0tL7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////f393d3djo6O29vb5eXl5+fn5+fn6Ojo6enp6enpT5niVwAV6NOf6enp6enp6enpocz0ACBoAAAAPQAM1bRk1OvnFzmh2blG6enp6enpRYXWwIwAy+fqE1ejAAAAaiIA6Nia6enp6enp6Ojo6Ojo5+fn5ubm5OTk29vbjo6O3d3d/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////7+/unp6YiIiMjIyOPj4+Tk5OXl5ejo6O3t7fDw8Gaw7G0AHfLrueLr8cS9z+/s1O7v7+/v7+7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7v7+/v7+7u7u7u7u/v7/Dw8PDw8PDw8O/v7+3t7efn5+Xl5eXl5ePj48jIyIiIiOnp6f7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////19fWkpKSjo6Pk5eXp6Ojt7e/z8/Pz8/Pz8/PP7PkAQZ4AAAAAAABAAA3266Hz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Py8vLt7e3l5eXi4uKjo6Ojo6P19fX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////f394eHhgICA0tLS7Ozs9PT09PX19fX19fX19fX19fX1397w5d/g9vHq9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19PT08/Pz6urqzs/Nfn5+4eHh/f39////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////n5+bOzs4iIiOfn5/X19fb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vX19eTk5IWFhbOzs/n5+f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////////+/v74+PiioqKDg4Pg4OD5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn4+Pje3t6BgYGgoKD4+Pj+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////+vr6tra2bm5un5+f0tLS7e3t+fn5/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8+fn57e3t0dHRnp6ebGxstra2+vr6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////39/e3t7aioqHp6emZmZl1dXV5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl1dXWZmZnp6eqioqO3t7f39/f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////////////////////////////////////+/v79/f36+vr39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f6+vr9/f3+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////fw//////////////b//vfx8v////////f2/v///////////////////////////////////////////////////////////+3x/+rq6v/86/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////b//vfx8v////////f2/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD////////e/f8YUq0AAAAAAACGPAD/+7r///////////+q3/+NED3//9////+x3/8AAGgAAACGPAB1oacAAABmABpWfqYAAAAAAACpgy+NscwAAD4AAAB0JQCxxawAOIcAAAAwAAfgwGJmm+AAAAAAAAAAAADWrFj////////////////////////////////////////////////////////////////////2//5BcM8AAAAAAAAAAAC1dxn///Cr2/8AAFcAAAAAAABRABP734ex3/8AAGgAAACGPAB1oacAAABmABpHd6IAAAAAAAC1ky5plckAAAAAAACgeQAaVKUAAAAAAADBkjN6tuIAAAAAAACGPAD/+sT///////////////////////////////////////////////////////////////////////////8A////////////////AHnjqkYA///w////////////1P7/AACSnTUA///n////SpnuAAAAu5sMp87cAABXQwAOv7SB9ezHADnEnTUA///n////N5HyMAAH/+6P////t+r/AAA+6roAfsb/AAAAMAAHwK5nnLfJAABX78EA////////////////9/v78vLy9/f39/f39/f39/f39/f38vH7+/z0////////////////////OYnuAAAA05IA////////////yfn/AABoXwAY//yj////SpnuAAAAu5sMp87cAABXQwAOv7SB8e3HACC+nTUA///w9v/+AEzIcwAf//+67f/+ACa1jQAo///wPHfkAAAAwosA///4////////////////////////////////////////////////////////////////////////////////AP///////////////2u5/9OIAP///////////+3//gBPwAAAAJ1KAP//3////1We+wAAAP/qeP///zWP+VEAE//8o/H//gA5xJ01AP//5////4fF/1EAE//2qv///8n5/wAAaO/YHwBMyAAAAPbbbv///////73v/5QtYP//3////////////wB/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAM6DAP///////////////////0qQ8gAAAPPRPf///////////8n5/wAAeZ1KAP//5////1We+wAAAP/qeP///zWP+VEAE//8o/H//gA5xJ01AP//3////zeR8p0LCP//5/H//gA5xKplAIK93gAAAKplAP//5////////////////////////////////////////////////////////////////////////////////////wD///////////////99y//OgAD///////////86iuYAAAAAAACVACv//+f////Z/f8AAKV9ACL/+7pJmPZRABP/9qrx//4AOcSdNQD//+f///+O1v9DAA7/9qr////J+f8AAFfm0zcAT8CkSAD///j///////////////////////////////+50PqxsqaxsbGxsbGxsbGxsbGxsbGrsrDt063///////////////////9KkPIAAADz0T3////////////J8/8AAHmdSgD//+f////Z/f8AAKV9ACL/+7pJmPZRABP/9qrx//4AOcSdNQD//+f///8bkfGdCwj//+fx//4AT8AAAAAAAABpABv//K7///////////////////////////////////////////////////////////////////////////////////////8A////////////////fcv/zoAA////////d7r8AAAAAAAArL13lEFr///f////////9v/+i67mAABXAAAAXwAY//aq8f/+ADnEnTUA///n////Yqb4UQAT//aq////zvn/AABo5tM3ADnEfVAApa2gpaWlq6ygq6q27c2m////////////////////////////////////////////////////////////////////////SpDyAAAA/NZP////////////z/7/AABonUoA///n////////9v/+i67mAABXAAAAXwAY//aq8f/+ADnEnTUA///n////N5HynQsI///n8f/+AE/AAAAAAAAA/Ntc////////////////////////////////////////////////////////////////////////////////////////////AP///////////////33L/86AAP///6Tb/wAAAAAAANynAMn/+4wAZ///3////73q/wAAV//gZfv//zyB4UMADv/3nvv//wA5xI06AP//2P///zeR8kMADv/uj////7Dk/wAAAPPRPSKA6UMADrmzj7e4rABhqAAAAM6KAP///////////////3mm8V1eQ2ZmZmZmZmZmZmZmZmZmZk5dW9ytO////////////////////0qQ8gAAADAABy4uLi4uLi4uLgAAPgAAAJ1KAP//5////73q/wAAV//gZfv//zyB4UMADv/3nvH//gAAuJU4AP//3/v//wBMyJ01AP//5/H//gA5xHQlADhvl6pYAP//3////////////////////////////////////////////////////////////////////////////////////////wD///////////////99y//YhwDU/v8AAIYAAAC2bgD///DD8/+MAGf//9////+w5P8AAADvwQD///8AeeOGACX9/81xmuAAAD4AAACNOgCwy7sAHX8AAABRABPKxZYUXrIAAAD30T697/8AAFfvzEzj//0AQLEAAAD84WT///////////////9unvRRQhhPT09PT09PT09PT09PT09APljXpyL///////////////////9KkPIAAADGqEXS19fS0tLX0dKbwtsAAD6dSgD//+f///+w5P8AAADvwQD///8AeeOGACX9/82KtOoAAD4AAACdZwCVuMgAAFedNQD//+fx//4AOcSkMwD///gned19IgD67bP///////////////////////////////////////////////////////////////////////////////////8A////////////////h8v/qYQAAGCyAAAAjRkA///N////w/P/lC1g///n////+///gq7mLABYK1FNQwAO7tB+////ytr6a5CxlVgsjbLEAAA+QzAA5L9jrNf1ACNyAAAAvIIA///n////veT/ITKUAAAAXysA6cqF////////////////////////////////////////////////////////////////////////////SpDyAAAA99ZN////////////z/7/AAB5nUoA///n////+///gq7mLABYK1FNQwAO7tB++///rcfpWG2YhkwAf6etAAAAUQAT8s9/////8f/+ADnEnTUA///wcZLbT09PUEBCwZBT///w////////////////////////////////////////////////////////////////////////////AP///////////////47W/wAAAAAAAFEAE//ypP///////8n5/2cAbP//v////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0qQ8gAAAPPRPf///////////8n5/wAAeZ1KAP//5/////////////////////////////////////////////////////////////////H//gA5xJ01AP//3////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////9ZmucAAAAAAAD31mb///////////+d3P8wAAf/7o////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////85kuoAAADOiQD////////////J8/8AAGhRABP/9qr////////////////////////////////////////////////////////////////U8/8ACZmdNQD//+f///////////////////////////////////////////////////////////////////////////////////////////////8A////////3v3/GFKtAAAAAAAA4bQl////////////eKz1AAAAAAAAAAAA5blY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9v/+QXDPAAAAAAAAAAAAtngA///wpNv/AABXAAAAAAAAUQAT+9+H////////////////////////////////////////////////////////3v3/NmCpAAAAlRMA///f////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////H7/+re6v//+P///////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+5ubnPz8/d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3Pz8+5ubn///////////////////////////////8A////////////////////////////////////////////////////////////6Pz/qqjKt7issbi3uKOn//3c////////////////////////////////////////////////////////////////////////////////////////////////////w8PD8PDw/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+8PDww8PD////////////////////////////////AP////////////////////////////////////////////////////////////b//oG16gAAAFEAE9/Kkf//5////////////////////////////////////////////////////////////////////////////////////////////////////8PDw/Dw8P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD////////////////////////////////////////////////////////////////t//4AALi9egD////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8Pw8PD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////////////////////////////////////////////////////8f/+ACC+2JoA9v/+8u7u///4////////////////8ff++PLr////+/b+////////////+///8u31///4////9v/+/Pfu////////////////////////////w8PD8PDw////////////////////////////////////////////9vv/9/Hy////8fv//Pfu////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP////////b//kF8ywAAAAAAAAAAAII9AEZ7qwAAAAAAALWTLmmVyQAAAAAAALZ4APL/7wA5xAAAAAAAAAAAAGkAG/7oov///////26m8AAAAAAAAIV0AAAAeXNfANWxhPv//yd53QAAAFEAE+7qlABMyEMADv/vj////////////////////////8PDw/Dw8P///////8n5/wAAaPfWTf///////8n5/0EAWf/3nrHf/wAAVwAAAHNfAAAjcqQzAMr860AAav/3nv///4fR/5UTAP//54fR/5UTAP//59n9/wAApZ1KAP//2P////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD///////////////9+v/8AAADHgQD////x//4AIL6dNQD///D2//4ATMhzAB///7rx//4APbp9IgD/+sTt//4AW8VzAB///7/U/v8AAIZpABvi2qYojdUAAABpKADx36HJ+f8AAGidWwCv1c/Tq30ATMhDAA7/74/////////////////////////Dw8Pw8PD////////J+f8AAFfz0T3////////J+f9BAFn/9543mu59ACL//82Qxv5DAA7/957J+f9BAFn/957///+H0f+VACv//+eHy/+dCwjp/+8AAK6GHQD//8j////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////j9H/AAAA0poA////8f/+ADnEnTUA///f////N5HynQsI///n8f/+ACC+2JIA////////sOT/AAAA4bQAyfP/AABo2JoA////9v/+ADnEnTUA///nyfn/AABo2JkA////////+/////v0////////////////////////////w8PD8PDw////////yfn/AABX/NZP////////z/7/QQBZ//eej9H/AAAAxq5Up87cQgBB//eeyfn/QQBZ//aq////h9H/lQAr///nh9H/XwAYAEyCjToA//+/////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////4/R/wAAANKRAP////H//gA5xJ01AP//5////xuR8Z0LCP//5/H//gAgvtOSAP///////875/wAAedOSAMn5/wAAaNOSAP////H//gA5xJ01AP//58n5/wAAaNOSAP///////////////////////////////////////////8PDw/Dw8P///////8n5/wAAaLWUAMLBzcLDuZW4yEMADv/3nv///9rt/5acvW2KlVEAE//3nsn5/wAAV//qeP///4bQ/5UAK///54/R/1EAEwA/asJ4AP//+P////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD///////////////+P0f8AAADSkQD////x//4AOcSdNQD//+f///83kfKdCwj//+fx//4AIL7TkgD////////O+f8AAGjTkgDJ+f8AAGjTkgD////x//4AOcSdNQD//+fJ+f8AAGjTkgD////////////////////////////////////////////Dw8Pw8PD////////J+f8AAGhpUwBvenhwcHBMc25RABP/957j/P/TwMP//+eHxf9RABP//KPJ8/8AAGhfABjt36FYqeiNACj//9+H0f+kARDe/vIAAJLHigD////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////j9H/AAAA0pEA////8f/+AAC4lTgA///f+///AEzInTUA///n7f/+AACuvW8A////////frj/AAAA0pEAyfP/AABo0pEA////8f/+ADnEnTUA///nzvn/AABo0poA////////6fH/7+Xd////////////////////////////w8PD8PDw////////yfn/AABX/NZP////////z//8QQBZ//ee3v3/HFWhAAAAAAAAxpoY///41Pn/cCuLpMGlAABoAAAA4LJj////h9H/lQAr///nye7/AACG6sY7////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////4/R/wAAANKRAPv//4q06gAAPgAAAJ1nAJW4yAAAV501AO7/5miU0wAAAAAAAK+LFYWsvgAAPgAAAPzbb730/wAAANKRAP///+n//QAmtZ01AP//36vc/wAAPryDAO7v5/L/7wAgvkMADv/3nv///////////////////////8PDw/Dw8P///////8n5/wAAV/PRPf///////8n5/0EAWf/3nv///////////////////////////////////////////////////4fR/5UAK///5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD///////////////+P0f8AAADSkQD7//+tx+lYbZiGTAB/p60AAABRABPyz3/x//6uwOVJbpipgy9Uh7UAAABDAA7guG3e/f9HXqksQ0Dcpibj//02Ua1BQUGvbTL//+cAV9YAAAAwAAdQAEPz4IUscM90JQD/+7r////////////////////////Dw8Pw8PD////////J+f8AAGj31k3////////J+f9BAFn/957///////////////////////////////////////////////////99y/+NACj//9/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////j9H/AAAA0poA////////////////////////////////////////////////////////////////////////////////////////////////////8f/+AFnN04kA////////////////////////////////////////////w8PD8PDw////////////////////////////////////////////////////////////////////////////////////////////yer/yqKe///w////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////364/wAAAMKCAP///////////////////////////////////////////////////////////////////////////////////////////////////////979/967tf///////////////////////////////////////////8PDw/Dw8P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8MPDw////////////////////////////////wD////////2//5BfMsAAAAAAAAAAACGPAD/+7r////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Dw8Pw8PD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PDDw8P///////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8PD8PDw////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PDww8PD////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5qamrm5ucPDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw7m5uZqamv///////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9paWl3d3d8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx3d3dpaWn///////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wA= + + 0 + + + + + -0 + 8.340277777777779 + 6.027777777777778 + 1.930555555555556 + 0.6111111111111112 + 0.9652777777777778 + 0.3055555555555556 + + + 7.375 + 5.72222222222222 + 9.30555555555556 + 6.33333333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.930555555555556 + 0.6111111111111112 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 1.930555555555556 + 0.6111111111111112 + + + + 0 + + + + + -0 + 8.395833333333334 + 5.534722222222222 + 2.041666666666667 + 0.3194444444444444 + 1.020833333333333 + 0.1597222222222222 + + + 7.375 + 5.69444444444444 + 9.41666666666667 + 5.375 + + + 4 + 0 + 2 + 2 + 1 + + + 2.041666666666667 + 0.3194444444444444 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.3194444444444444 + + + 2.041666666666667 + 0 + + + + 0 + + + + + -0 + 7.826388888888889 + 5.065958333333334 + 1.875 + 0.7847500000000002 + 0.9375 + 0.3923750000000001 + + + 6.88888888888889 + 5.45833333333333 + 8.76388888888889 + 4.67358333333333 + + + 4 + 0 + 2 + 2 + 1 + + + 1.875 + 0.7847500000000002 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.7847500000000002 + + + 1.875 + 0 + + + + 0 + + + + + -0 + 5.572916666666667 + 1.810710416666667 + 2.402777777777778 + 0.239634722222222 + 1.201388888888889 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.402777777777778 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.3333333333333333 + 0.1215791666666664 + 0.6666666666666666 + 0.01388888888888889 + 0.3333333333333333 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.666666666666667 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.6666666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.6666666666666666 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.590277777777778 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 5.229166666666667 + 2.104166666666667 + 10.23611111111111 + 0.01388888888888889 + 5.118055555555555 + 0.006944444444444444 + + + 0.111111111111111 + 2.09722222222222 + 10.3472222222222 + 2.11111111111111 + + + 4 + 0 + 2 + 2 + 1 + + + 10.23611111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0 + + + 10.23611111111111 + 0.01388888888888889 + + + + 0 + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/images/docs/tutorial/xhr_service.svg b/images/docs/tutorial/xhr_service.svg new file mode 100644 index 000000000000..32bedde2b0c4 --- /dev/null +++ b/images/docs/tutorial/xhr_service.svg @@ -0,0 +1,3 @@ + + + Produced by OmniGraffle 6.5.2 2011-05-11 19:48:00 +0000Canvas 1Layer 1Root ScopeDependency Injectorfunction PhoneListCtrl($xhr){ ...}ControllerModel Implicit Scope DeclarationPhoneListCtrl scopephones: Array Scope InheritanceService Factory Repository$xhr$browser$route... Dependency Injection1Dependency injector identifies $xhr service as PhoneListCtrl controller's only dependency1DI checks if $xhr service has already been instantiated, and if not uses the factory function from the service factory repository to construct it223DI provides the instance of $xhr service to the PhoneListCtrl controller constructor.3ng:controller diff --git a/images/docs/tutorial/xhr_service.vdx b/images/docs/tutorial/xhr_service.vdx new file mode 100644 index 000000000000..bf3ae1b16439 --- /dev/null +++ b/images/docs/tutorial/xhr_service.vdx @@ -0,0 +1,3381 @@ + + + + 12 + 52 + + + 7.68056 + 10.5 + 1 + 0.25 + 0.25 + 0.25 + 0.569444 + 1 + 1 + + + + + + + + + + + + + + 0.111111 + 0.111111 + + + 1 + 1 + 10.5 + 7.68056 + 3 + 0 + -0.0277778 + + + Layer 1 + 1 + 1 + 0 + + + + + + -0 + 7.881944444444445 + 5.252277777777778 + 3.319444444444445 + 4.426861111111111 + 1.659722222222222 + 2.213430555555556 + + + 3.319444444444445 + 4.287972222222222 + -0 + + + 1 + + + 1 + 0.0138889 + #6dff6b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 4.426861111111111 + + + 3.319444444444445 + 4.426861111111111 + + + 3.319444444444445 + 0 + + + 0 + 0 + + + 0 + 4.426861111111111 + + + + 0 + + + + + -0 + 7.881944444444445 + 6.387886111111111 + 3.013888888888889 + 1.689513888888889 + 1.506944444444444 + 0.8447569444444445 + + + 4 + 0 + 2 + 2 + 1 + + + 3.013888888888889 + 1.689513888888889 + -0 + + + 1 + + + 0 + + + + + -0 + 1.506944444444444 + 0.8447569444444447 + 3.013888888888889 + 1.689513888888889 + 1.506944444444444 + 0.8447569444444444 + + + 2.411111111111111 + 1.043770833333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 2.572513902777778 + 1.442089648402778 + + + 2.572513902777778 + 0.2474242404861112 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.4413749861111111 + 0.2474242404861112 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.4413749861111111 + 1.442089648402778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 2.572513902777778 + 1.442089648402778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.505881944444444 + 1.391321527777778 + 1.016013888888889 + 0.2396347222222222 + 0.5080069444444445 + 0.1198173611111111 + + + 1.016013888888889 + 0.1007458333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2396347222222222 + + + 1.016013888888889 + 0.2396347222222222 + + + 1.016013888888889 + 0 + + + 0 + 0 + + + 0 + 0.2396347222222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Root Scope + + + + + + -0 + 7.854166666666667 + 5.966930555555556 + 1.444444444444444 + 0.4583333333333333 + 0.7222222222222222 + 0.2291666666666667 + + + 1.155555555555556 + 0.3194444444444444 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.216666666666667 + 0.4583333333333333 + + + 1.227777777777777 + 0.4583333333333333 + + + 1.444444444444444 + 0.2291666666666667 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.932800,1.000000,0,1, 1.000000,0.776000,0,1) + + + 1.227777777777777 + 0 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.000000,0.224000,0,1, 0.932800,0.000000,0,1) + + + 0.216666666666667 + 0 + + + 0 + 0.2291666666666667 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.067200,0.000000,0,1, 0.000000,0.224000,0,1) + + + 0.216666666666667 + 0.4583333333333333 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.000000,0.776000,0,1, 0.067200,1.000000,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Dependency Injector + + + + -0 + 1 + 1 + 4.513888888888889 + 3.844388888888889 + 2.736111111111111 + 1.611083333333333 + 1.368055555555556 + 0.8055416666666667 + + + 2.736111111111111 + 1.472194444444445 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0d10 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.611083333333334 + + + 2.736111111111111 + 1.611083333333334 + + + 2.736111111111111 + 0 + + + 0 + 0 + + + 0 + 1.611083333333334 + + + + 0 + + + + + -0 + 4.520833333333333 + 4.071597222222223 + 2.555555555555555 + 0.9683055555555556 + 1.277777777777778 + 0.4841527777777778 + + + 2.555555555555555 + 0.8294166666666667 + -0 + + + 1 + + + 1 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 1 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9683055555555554 + + + 2.555555555555555 + 0.9683055555555554 + + + 2.555555555555555 + 0 + + + 0 + 0 + + + 0 + 0.9683055555555554 + + + + 0 + + + + + -0 + 4.5625 + 4.092638888888889 + 2.472222222222222 + 0.4583333333333333 + 1.236111111111111 + 0.2291666666666667 + + + 2.472222222222222 + 0.4583333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + #ff0c1b + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.4583333333333333 + + + 2.472222222222222 + 0.4583333333333333 + + + 2.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.4583333333333333 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + function PhoneListCtrl($xhr){ + ... +} + + + + -0 + 4.513888888888889 + 3.223625 + 1.277777777777778 + 0.3055555555555556 + 0.6388888888888888 + 0.1527777777777778 + + + 1.277777777777778 + 0.3055555555555556 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3055555555555556 + + + 1.277777777777778 + 0.3055555555555556 + + + 1.277777777777778 + 0 + + + 0 + 0 + + + 0 + 0.3055555555555556 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Controller + + + + -0 + 7.881944444444445 + 3.202969444444445 + 0.9583333333333334 + 0.3101166666666667 + 0.4791666666666667 + 0.1550583333333333 + + + 0.9583333333333334 + 0.3101166666666667 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 0.9583333333333334 + 0.3101166666666665 + + + 0.9583333333333334 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.25 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Model + + + + -0 + 0.3680555555555556 + 2.604166666666667 + 0.5138888888888888 + 0.01388888888888889 + 0.2569444444444444 + 0.006944444444444444 + + + 0.111111111111111 + 2.61111111111111 + 0.625 + 2.61111111111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.5138888888888888 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.5138888888888888 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.934027777777778 + 2.602377083333333 + 2.423611111111111 + 0.2396347222222222 + 1.211805555555556 + 0.1198173611111111 + + + 2.423611111111111 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 2.423611111111111 + 0.239634722222222 + + + 2.423611111111111 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Implicit Scope Declaration + + + + -0 + 7.902777777777778 + 4.082622222222223 + 2.138888888888889 + 1.211838888888889 + 1.069444444444444 + 0.6059194444444446 + + + 4 + 0 + 2 + 2 + 1 + + + 2.138888888888889 + 1.211838888888889 + -0 + + + 1 + + + 0 + + + + + -0 + 1.069444444444444 + 0.6059194444444446 + 2.138888888888889 + 1.211838888888889 + 1.069444444444444 + 0.6059194444444445 + + + 1.711111111111111 + 0.7093983333333331 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 28 + #ffffff + 0 + #aaaaaa + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 1.825655027777779 + 1.034368719127778 + + + 1.825655027777779 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.3132338611111105 + 0.177470169761111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.3132338611111105 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 1.825655027777779 + 1.034368719127778 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + + + -0 + 1.126083333333333 + 0.8579187500000001 + 1.395583333333333 + 0.2819513888888889 + 0.6977916666666667 + 0.1409756944444444 + + + 1.395583333333333 + 0.1430625 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2819513888888889 + + + 1.395583333333333 + 0.2819513888888889 + + + 1.395583333333333 + 0 + + + 0 + 0 + + + 0 + 0.2819513888888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + PhoneListCtrl scope + + + + -0 + 1.240101388888888 + 0.6447187499999999 + 1.114952777777778 + 0.3443791666666667 + 0.557476388888889 + 0.1721895833333333 + + + 1.114952777777778 + 0.2054902777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3443791666666666 + + + 1.114952777777777 + 0.3443791666666666 + + + 1.114952777777777 + 0 + + + 0 + 0 + + + 0 + 0.3443791666666666 + + + + 0 + + + + + + + -0 + 8.041666666666666 + 3.85415 + 1.319444444444444 + 0.3101166666666667 + 0.6597222222222222 + 0.1550583333333333 + + + 1.319444444444444 + 0.1712277777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.3101166666666665 + + + 1.319444444444444 + 0.3101166666666665 + + + 1.319444444444444 + 0 + + + 0 + 0 + + + 0 + 0.3101166666666665 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + phones: Array + + + + -0 + 5.125 + 2.602377083333333 + 2.166666666666667 + 0.239634722222222 + 1.083333333333333 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.166666666666667 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.2430555555555556 + 0.1215791666666664 + 0.4861111111111111 + 0.01388888888888889 + 0.2430555555555556 + 0.006944444444444444 + + + 0 + 0.128523611111111 + 0.486111111111111 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.4861111111111111 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + #17ff1c + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.4861111111111111 + 0.01388888888888889 + + + + 0 + + + + + -0 + 1.354166666666667 + 0.119817361111111 + 1.625 + 0.2396347222222222 + 0.8125 + 0.1198173611111111 + + + 1.625 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.625 + 0.239634722222222 + + + 1.625 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Scope Inheritance + + + + + + -0 + 4.826388888888889 + 2.881944444444445 + 9.430555555555555 + 0.01388888888888889 + 4.715277777777778 + 0.006944444444444444 + + + 0.111111111111111 + 2.88888888888889 + 9.54166666666667 + 2.88888888888889 + + + 4 + 0 + 2 + 2 + 1 + + + 9.430555555555555 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0277778 + 0 + 0 + 0 + 0 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 9.430555555555555 + 0.01388888888888889 + + + + 0 + + + + + -0 + 4.916666666666667 + 6.973793055555556 + 2 + 0.9773749999999999 + 1 + 0.4886874999999999 + + + 2 + 0.838486111111111 + -0 + + + 1 + + + 1 + 0.0138889 + #fbc872 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.9773749999999998 + + + 2 + 0.9773749999999998 + + + 2 + 0 + + + 0 + 0 + + + 0 + 0.9773749999999998 + + + + 0 + + + + + -0 + 4.942708333333333 + 7.314773611111111 + 2.059027777777778 + 0.1481527777777778 + 1.029513888888889 + 0.07407638888888889 + + + 2.059027777777778 + 0.1481527777777778 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.1481527777777778 + + + 2.059027777777778 + 0.1481527777777778 + + + 2.059027777777778 + 0 + + + 0 + 0 + + + 0 + 0.1481527777777778 + + + + 0 + + + 0 + 0 + 1 + 0 + + + 0 + 0 + + 0.138889 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + Service Factory Repository + + + + -0 + 4.767361111111111 + 6.867869444444445 + 0.75 + 0.6388888888888888 + 0.375 + 0.3194444444444444 + + + 0.75 + 0.6388888888888888 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888888 + + + 0.75 + 0.6388888888888888 + + + 0.75 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888888 + + + + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + + 0.138889 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + $xhr +$browser +$route +... + + + + -0 + 8.326388888888889 + 2.602377083333333 + 2.430555555555555 + 0.239634722222222 + 1.215277777777778 + 0.119817361111111 + + + 4 + 0 + 2 + 2 + 1 + + + 2.430555555555555 + 0.239634722222222 + -0 + + + 1 + + + 0 + + + + + -0 + 0.2708333333333333 + 0.1216069444444443 + 0.5416666666666666 + 0.01388888888888889 + 0.2708333333333333 + 0.006944444444444444 + + + 0 + 0.128551388888889 + 0.541666666666667 + 0.128523611111111 + + + 4 + 0 + 2 + 2 + 1 + + + 0.5416666666666666 + 0.01388888888888889 + -0 + + + 2 + + + 1 + 0.0555556 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 0.5416666666666666 + 0.01386111111111098 + + + + 0 + + + + + -0 + 1.510416666666667 + 0.119817361111111 + 1.840277777777778 + 0.2396347222222222 + 0.9201388888888888 + 0.1198173611111111 + + + 1.840277777777778 + 0.1007458333333333 + -0 + + + 1 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.239634722222222 + + + 1.840277777777778 + 0.239634722222222 + + + 1.840277777777778 + 0 + + + 0 + 0 + + + 0 + 0.239634722222222 + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Dependency Injection + + + + + + -0 + 6.441855345052397 + 6.547209974753566 + 1.717044023438127 + 0.7054856060484226 + 0.8585220117190633 + 0.3527428030242113 + + + 7.30037735677146 + 6.19446717172935 + 5.58333333333333 + 6.89995277777778 + + + 4 + 0 + 2 + 0 + 1 + + + 1.717044023438127 + 0.7054856060484226 + -0 + + + 2 + + + 1 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 1.717044023438127 + 0 + + + 0 + 0.7054856060484226 + + + + 0 + + + + + -0 + 6.315980753713948 + 4.072168228549136 + 1.02085047010491 + 0.01388888888888889 + 0.510425235052455 + 0.006944444444444444 + + + 5.80555551866149 + 4.0757850175259 + 6.8264059887664 + 4.07911267299358 + + + 4 + 0 + 2 + 0 + 1 + + + 1.02085047010491 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01056123342120606 + + + 1.02085047010491 + 0.01388888888888889 + + + + 0 + + + + + -0 + 7.896585324847083 + 5.115836795562897 + 0.01388888888888889 + 0.8407171173072199 + 0.006944444444444444 + 0.4203585586536099 + + + 7.89723899449026 + 4.69547823690929 + 7.88964088040264 + 5.53619535421651 + + + 4 + 0 + 2 + 0 + 1 + + + 0.01388888888888889 + 0.8407171173072199 + -0 + + + 2 + + + 1 + 0.0138889 + #6dff83 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0.007598114087616952 + 0 + + + 0 + 0.8407171173072199 + + + + 0 + + + + + -0 + 5.430555555555555 + 4.864013888888889 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222225 + 0.2608078611111111 + + + 0.3082274722222225 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888862 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888862 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222225 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 1 + + + + -0 + 1.909722222222222 + 7.146263888888888 + 2.472222222222222 + 0.6388888888888888 + 1.236111111111111 + 0.3194444444444444 + + + 2.472222222222222 + 0.5 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888888 + + + 2.472222222222222 + 0.6388888888888888 + + + 2.472222222222222 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888888 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + Dependency injector identifies $xhr service as PhoneListCtrl controller's only dependency + + + + -0 + 0.4166666666666667 + 7.199486111111112 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222222 + 0.2608078611111111 + + + 0.3082274722222222 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888892 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888892 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222222 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 1 + + + + -0 + 1.965277777777778 + 6.118229166666667 + 2.527777777777778 + 1.042013888888889 + 1.263888888888889 + 0.5210069444444445 + + + 2.527777777777778 + 0.9031250000000001 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 1.042013888888889 + + + 2.527777777777778 + 1.042013888888889 + + + 2.527777777777778 + 0 + + + 0 + 0 + + + 0 + 1.042013888888889 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DI checks if $xhr service has already been instantiated, and if not uses the factory function from the service factory repository to construct it + + + + -0 + 0.4166666666666667 + 6.373013888888888 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222222 + 0.2608078611111111 + + + 0.3082274722222222 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888892 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888892 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222222 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 2 + + + + -0 + 5.888888888888889 + 6.55455 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222225 + 0.2608078611111111 + + + 0.3082274722222225 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888862 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888862 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222225 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 2 + + + + -0 + 5.430555555555555 + 3.946736111111111 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222225 + 0.2608078611111111 + + + 0.3082274722222225 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888862 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888862 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222225 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 3 + + + + -0 + 6.462766183518187 + 5.027842260236728 + 2.092199033703039 + 1.412073409362344 + 1.04609951685152 + 0.7060367046811719 + + + 7.50886570036971 + 5.7338789649179 + 5.41666666666667 + 4.32180555555555 + + + 4 + 0 + 2 + 0 + 1 + + + 2.092199033703039 + 1.412073409362344 + -0 + + + 2 + + + 1 + 0.0416667 + 0 + 0 + 0 + 0 + 4 + 1 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 2.092199033703039 + 1.412073409362343 + + + 0 + -3.947459643111667e-16 + + + + 0 + + + + + -0 + 1.951388888888889 + 5.226611111111112 + 2.555555555555555 + 0.6388888888888888 + 1.277777777777778 + 0.3194444444444444 + + + 2.555555555555555 + 0.5 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.6388888888888888 + + + 2.555555555555555 + 0.6388888888888888 + + + 2.555555555555555 + 0 + + + 0 + 0 + + + 0 + 0.6388888888888888 + + + + 0 + + + 0.0694444 + 0.0694444 + 0 + 0 + + + 0 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + DI provides the instance of $xhr service to the PhoneListCtrl controller constructor. + + + + -0 + 0.4166666666666667 + 5.279833333333333 + 0.3611111111111111 + 0.3055555555555556 + 0.1805555555555556 + 0.1527777777777778 + + + 0.2888888888888889 + 0.07499999999999998 + -0 + + + 1 + + + 1 + 0.0138889 + #65f9ff + 0 + 0 + 0 + + + 1 + #81ffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0.3082274722222222 + 0.2608078611111111 + + + 0.3082274722222222 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 1.048816,0.658291,0,1, 1.048816,0.341709,0,1) + + + 0.05288363888888892 + 0.04474769444444446 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.658291,-0.048816,0,1, 0.341709,-0.048816,0,1) + + + 0.05288363888888892 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, -0.048816,0.341709,0,1, -0.048816,0.658291,0,1) + + + 0.3082274722222222 + 0.2608078611111111 + 0 + 1 + 0 + 1 + NURBS(1, 3, 0, 0, 0.341709,1.048816,0,1, 0.658291,1.048816,0,1) + + + + 0 + + + 0.0694444 + 0.0694444 + 1 + 0 + + + 0 + 0 + + 0.194444 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 1 + + 3 + + + + -0 + 2.423611111111111 + 4.076388888888889 + 1.444444444444444 + 0.01388888888888889 + 0.7222222222222222 + 0.006944444444444444 + + + 1.70138888888889 + 4.08333333333333 + 3.14583333333333 + 4.07854166666667 + + + 4 + 0 + 2 + 2 + 1 + + + 1.444444444444444 + 0.01388888888888889 + -0 + + + 2 + + + 9 + 0.0138889 + 0 + 0 + 0 + 0 + 4 + 2 + + + 0 + 0 + 0 + 0 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 1 + 0 + + 0 + 0.01388888888888889 + + + 1.444444444444444 + 0.009097222222221844 + + + + 0 + + + + + -0 + 2.354166666666667 + 4.196597222222222 + 1.444444444444444 + 0.2083333333333333 + 0.7222222222222222 + 0.1041666666666667 + + + 1.444444444444444 + 0.2083333333333333 + -0 + + + 1 + + + 0 + 0.0138889 + 0 + 0 + 0 + 0 + + + 0 + #ffffff + 0 + 1 + 0 + 0.5 + 1 + 0 + -0.0277778 + + + 0 + 0 + + 0 + 0.2083333333333337 + + + 1.444444444444444 + 0.2083333333333337 + + + 1.444444444444444 + 0 + + + 0 + 0 + + + 0 + 0.2083333333333337 + + + + 0 + + + 0.0694444 + 0.0694444 + 2 + 0 + + + 1 + 0 + + 0.166667 + 0 + + + 0 + 0 + -0 + -1.2 + 0 + 0 + + ng:controller + + + + + + + + + + + + + + + 0 + 0 + 1 + 0 + 12 + 52 + 0.5 + + + diff --git a/docs/src/templates/favicon.ico b/images/favicon.ico similarity index 100% rename from docs/src/templates/favicon.ico rename to images/favicon.ico diff --git a/images/logo/AngularJS-Shield.exports/AngularJS-Shield-huge.png b/images/logo/AngularJS-Shield.exports/AngularJS-Shield-huge.png index 4aba796a7b12..b007c359d40d 100644 Binary files a/images/logo/AngularJS-Shield.exports/AngularJS-Shield-huge.png and b/images/logo/AngularJS-Shield.exports/AngularJS-Shield-huge.png differ diff --git a/images/logo/AngularJS-Shield.exports/AngularJS-Shield-large.png b/images/logo/AngularJS-Shield.exports/AngularJS-Shield-large.png index 68fe30784b2e..4c06d4ba8ca3 100644 Binary files a/images/logo/AngularJS-Shield.exports/AngularJS-Shield-large.png and b/images/logo/AngularJS-Shield.exports/AngularJS-Shield-large.png differ diff --git a/images/logo/AngularJS-Shield.exports/AngularJS-Shield-medium.png b/images/logo/AngularJS-Shield.exports/AngularJS-Shield-medium.png index d0962aa7cf80..5ff7d7f0701c 100644 Binary files a/images/logo/AngularJS-Shield.exports/AngularJS-Shield-medium.png and b/images/logo/AngularJS-Shield.exports/AngularJS-Shield-medium.png differ diff --git a/images/logo/AngularJS-Shield.exports/AngularJS-Shield-small.png b/images/logo/AngularJS-Shield.exports/AngularJS-Shield-small.png index a9a2d4564d60..c313fa033f68 100644 Binary files a/images/logo/AngularJS-Shield.exports/AngularJS-Shield-small.png and b/images/logo/AngularJS-Shield.exports/AngularJS-Shield-small.png differ diff --git a/images/logo/AngularJS.exports/AngularJS-huge.png b/images/logo/AngularJS.exports/AngularJS-huge.png index c7d717ddc13a..6a93a1cfc22c 100644 Binary files a/images/logo/AngularJS.exports/AngularJS-huge.png and b/images/logo/AngularJS.exports/AngularJS-huge.png differ diff --git a/images/logo/AngularJS.exports/AngularJS-large.png b/images/logo/AngularJS.exports/AngularJS-large.png index 7fce7b087d00..13eb7a7f66f7 100644 Binary files a/images/logo/AngularJS.exports/AngularJS-large.png and b/images/logo/AngularJS.exports/AngularJS-large.png differ diff --git a/images/logo/AngularJS.exports/AngularJS-medium.png b/images/logo/AngularJS.exports/AngularJS-medium.png index 1b30f2da5fbd..0333bafd467c 100644 Binary files a/images/logo/AngularJS.exports/AngularJS-medium.png and b/images/logo/AngularJS.exports/AngularJS-medium.png differ diff --git a/images/logo/AngularJS.exports/AngularJS-small.png b/images/logo/AngularJS.exports/AngularJS-small.png index c2c95a62795a..af48f8935ca8 100644 Binary files a/images/logo/AngularJS.exports/AngularJS-small.png and b/images/logo/AngularJS.exports/AngularJS-small.png differ diff --git a/images/logo/AngularJS.exports/AngularJS.eps b/images/logo/AngularJS.exports/AngularJS.eps index 6911ac253fb0..f2f535fe8fc4 100644 Binary files a/images/logo/AngularJS.exports/AngularJS.eps and b/images/logo/AngularJS.exports/AngularJS.eps differ diff --git a/images/logo/AngularJS.graffle/image1.png b/images/logo/AngularJS.graffle/image1.png index 119e24ad4b95..31e650fabc5a 100644 Binary files a/images/logo/AngularJS.graffle/image1.png and b/images/logo/AngularJS.graffle/image1.png differ diff --git a/images/logo/AngularJS.graffle/image2.png b/images/logo/AngularJS.graffle/image2.png index cd8575773008..bc0136e39fe6 100644 Binary files a/images/logo/AngularJS.graffle/image2.png and b/images/logo/AngularJS.graffle/image2.png differ diff --git a/init-repo.sh b/init-repo.sh deleted file mode 100755 index 12c2eff52859..000000000000 --- a/init-repo.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env bash -# -# Script to initialize angular repo -# - install required node packages -# - install Testacular -# - install git hooks - - -node=`which node 2>&1` -if [ $? -ne 0 ]; then - echo "Please install NodeJS." - echo "http://nodejs.org/" - exit 1 -fi - -npm=`which npm 2>&1` -if [ $? -ne 0 ]; then - echo "Please install NPM." -fi - - -echo "Installing required npm packages..." -npm install - -testacular=`which testacular 2>&1` -if [ $? -ne 0 ]; then - echo "Installing Testacular..." - npm install -g testacular -fi - -echo "Installing git hooks..." -ln -sf ../../validate-commit-msg.js .git/hooks/commit-msg diff --git a/karma-docs.conf.js b/karma-docs.conf.js new file mode 100644 index 000000000000..697b1726a0de --- /dev/null +++ b/karma-docs.conf.js @@ -0,0 +1,21 @@ +'use strict'; + +var sharedConfig = require('./karma-shared.conf'); + +module.exports = function(config) { + sharedConfig(config, {testName: 'AngularJS: docs', logFile: 'karma-docs.log'}); + + config.set({ + files: [ + 'build/angular.js', + 'build/angular-mocks.js', + 'docs/app/src/**/*.js', + 'docs/app/test/**/*Spec.js' + ], + + junitReporter: { + outputFile: 'test_out/docs.xml', + suite: 'Docs' + } + }); +}; diff --git a/karma-jqlite.conf.js b/karma-jqlite.conf.js new file mode 100644 index 000000000000..1e7416bf1622 --- /dev/null +++ b/karma-jqlite.conf.js @@ -0,0 +1,18 @@ +'use strict'; + +var angularFiles = require('./angularFiles'); +var sharedConfig = require('./karma-shared.conf'); + +module.exports = function(config) { + sharedConfig(config, {testName: 'AngularJS: jqLite', logFile: 'karma-jqlite.log'}); + + config.set({ + files: angularFiles.mergeFilesFor('karma'), + exclude: angularFiles.mergeFilesFor('karmaExclude'), + + junitReporter: { + outputFile: 'test_out/jqlite.xml', + suite: 'jqLite' + } + }); +}; diff --git a/karma-jquery-2.1.conf.js b/karma-jquery-2.1.conf.js new file mode 100644 index 000000000000..b9d4275e5f58 --- /dev/null +++ b/karma-jquery-2.1.conf.js @@ -0,0 +1,5 @@ +'use strict'; + +var karmaConfigFactory = require('./karma-jquery.conf-factory'); + +module.exports = karmaConfigFactory('2.1'); diff --git a/karma-jquery-2.2.conf.js b/karma-jquery-2.2.conf.js new file mode 100644 index 000000000000..1d07d68e97d4 --- /dev/null +++ b/karma-jquery-2.2.conf.js @@ -0,0 +1,5 @@ +'use strict'; + +var karmaConfigFactory = require('./karma-jquery.conf-factory'); + +module.exports = karmaConfigFactory('2.2'); diff --git a/karma-jquery.conf-factory.js b/karma-jquery.conf-factory.js new file mode 100644 index 000000000000..71eecb68571d --- /dev/null +++ b/karma-jquery.conf-factory.js @@ -0,0 +1,25 @@ +'use strict'; + +var angularFiles = require('./angularFiles'); +var sharedConfig = require('./karma-shared.conf'); + +module.exports = function(version) { + version = version || ''; + + return function(config) { + sharedConfig(config, { + testName: 'AngularJS: jQuery' + (version ? ' ' + version : ''), + logFile: 'karma-jquery' + version + '.log' + }); + + config.set({ + files: angularFiles.mergeFilesFor('karmaJquery' + version), + exclude: angularFiles.mergeFilesFor('karmaJqueryExclude'), + + junitReporter: { + outputFile: 'test_out/jquery.xml', + suite: 'jQuery' + } + }); + }; +}; diff --git a/karma-jquery.conf.js b/karma-jquery.conf.js new file mode 100644 index 000000000000..38597296658d --- /dev/null +++ b/karma-jquery.conf.js @@ -0,0 +1,5 @@ +'use strict'; + +var karmaConfigFactory = require('./karma-jquery.conf-factory'); + +module.exports = karmaConfigFactory(); diff --git a/karma-modules-ngAnimate.conf.js b/karma-modules-ngAnimate.conf.js new file mode 100644 index 000000000000..dfc638cf18b5 --- /dev/null +++ b/karma-modules-ngAnimate.conf.js @@ -0,0 +1,12 @@ +'use strict'; + +var angularFiles = require('./angularFiles'); +var sharedConfig = require('./karma-shared.conf'); + +module.exports = function(config) { + sharedConfig(config, {testName: 'AngularJS: isolated module tests (ngAnimate)', logFile: 'karma-ngAnimate-isolated.log'}); + + config.set({ + files: angularFiles.mergeFilesFor('karmaModules-ngAnimate') + }); +}; diff --git a/karma-modules-ngMock.conf.js b/karma-modules-ngMock.conf.js new file mode 100644 index 000000000000..9515a971e6d8 --- /dev/null +++ b/karma-modules-ngMock.conf.js @@ -0,0 +1,12 @@ +'use strict'; + +var angularFiles = require('./angularFiles'); +var sharedConfig = require('./karma-shared.conf'); + +module.exports = function(config) { + sharedConfig(config, {testName: 'AngularJS: isolated module tests (ngMock)', logFile: 'karma-ngMock-isolated.log'}); + + config.set({ + files: angularFiles.mergeFilesFor('karmaModules-ngMock') + }); +}; diff --git a/karma-modules.conf.js b/karma-modules.conf.js new file mode 100644 index 000000000000..fbf143053ab1 --- /dev/null +++ b/karma-modules.conf.js @@ -0,0 +1,20 @@ +'use strict'; + +var sharedConfig = require('./karma-shared.conf'); + +module.exports = function(config) { + sharedConfig(config, {testName: 'AngularJS: isolated module tests', logFile: 'karma-modules-isolated.log'}); + + config.set({ + files: [ + 'build/angular.js', + 'build/angular-mocks.js', + 'test/modules/no_bootstrap.js', + 'test/helpers/matchers.js', + 'test/helpers/privateMocks.js', + 'test/helpers/support.js', + 'test/helpers/testabilityPatch.js', + 'build/test-bundles/angular-*.js' + ] + }); +}; diff --git a/karma-shared.conf.js b/karma-shared.conf.js new file mode 100644 index 000000000000..32cc9bf90a66 --- /dev/null +++ b/karma-shared.conf.js @@ -0,0 +1,210 @@ +'use strict'; + +module.exports = function(config, specificOptions) { + config.set({ + frameworks: ['jasmine'], + autoWatch: true, + logLevel: config.LOG_INFO, + logColors: true, + browsers: ['Chrome'], + browserDisconnectTimeout: 10000, + browserDisconnectTolerance: 2, + browserNoActivityTimeout: 30000, + reporters: ['dots'], + specReporter: { + maxLogLines: 5, // limit number of lines logged per test + suppressErrorSummary: true, // do not print error summary + suppressFailed: false, // do not print information about failed tests + suppressPassed: true, // do not print information about passed tests + suppressSkipped: false, // do not print information about skipped tests + showSpecTiming: false, // print the time elapsed for each spec + failFast: false // test would finish with error when a first fail occurs. + }, + // SauceLabs config for local development. + sauceLabs: { + testName: specificOptions.testName || 'AngularJS', + startConnect: true + }, + + // BrowserStack config for local development. + browserStack: { + project: 'AngularJS', + name: specificOptions.testName, + startTunnel: true, + timeout: 600 // 10min + }, + + // For more browsers on Sauce Labs see: + // https://saucelabs.com/docs/platforms/webdriver + customLaunchers: { + 'SL_Chrome': { + base: 'SauceLabs', + browserName: 'chrome', + version: 'latest' + }, + 'SL_Chrome-1': { + base: 'SauceLabs', + browserName: 'chrome', + version: 'latest-1' + }, + 'SL_Firefox': { + base: 'SauceLabs', + browserName: 'firefox', + version: 'latest' + }, + 'SL_Firefox-1': { + base: 'SauceLabs', + browserName: 'firefox', + version: 'latest-1' + }, + 'SL_Safari-1': { + base: 'SauceLabs', + browserName: 'safari', + version: 'latest-1' + }, + 'SL_Safari': { + base: 'SauceLabs', + browserName: 'safari', + version: 'latest' + }, + 'SL_IE_9': { + base: 'SauceLabs', + browserName: 'internet explorer', + platform: 'Windows 2008', + version: '9' + }, + 'SL_IE_10': { + base: 'SauceLabs', + browserName: 'internet explorer', + platform: 'Windows 2012', + version: '10' + }, + 'SL_IE_11': { + base: 'SauceLabs', + browserName: 'internet explorer', + platform: 'Windows 8.1', + version: '11' + }, + 'SL_EDGE': { + base: 'SauceLabs', + browserName: 'microsoftedge', + platform: 'Windows 10', + version: 'latest' + }, + 'SL_EDGE-1': { + base: 'SauceLabs', + browserName: 'microsoftedge', + platform: 'Windows 10', + version: 'latest-1' + }, + 'SL_iOS': { + base: 'SauceLabs', + browserName: 'iphone', + version: 'latest' + }, + 'SL_iOS-1': { + base: 'SauceLabs', + browserName: 'iphone', + version: 'latest-1' + }, + + 'BS_Chrome': { + base: 'BrowserStack', + browser: 'chrome', + os: 'OS X', + os_version: 'Sierra' + }, + 'BS_Safari': { + base: 'BrowserStack', + browser: 'safari', + os: 'OS X', + os_version: 'Sierra' + }, + 'BS_Firefox': { + base: 'BrowserStack', + browser: 'firefox', + os: 'Windows', + os_version: '10' + }, + 'BS_IE_9': { + base: 'BrowserStack', + browser: 'ie', + browser_version: '9.0', + os: 'Windows', + os_version: '7' + }, + 'BS_IE_10': { + base: 'BrowserStack', + browser: 'ie', + browser_version: '10.0', + os: 'Windows', + os_version: '8' + }, + 'BS_IE_11': { + base: 'BrowserStack', + browser: 'ie', + browser_version: '11.0', + os: 'Windows', + os_version: '8.1' + }, + 'BS_EDGE': { + base: 'BrowserStack', + browser: 'edge', + os: 'Windows', + os_version: '10' + }, + 'BS_iOS_10': { + base: 'BrowserStack', + device: 'iPhone 7', + os: 'ios', + os_version: '10.0' + }, + 'BS_iOS_11': { + base: 'BrowserStack', + device: 'iPhone 8', + os: 'ios', + os_version: '11.0' + } + } + }); + + + // Terrible hack to workaround inflexibility of log4js: + // - ignore web-server's 404 warnings, + // - ignore DEBUG logs (on CI), we log them into a file instead. + var IGNORED_404 = [ + '/favicon.ico', + '/%7B%7BtestUrl%7D%7D', + '/someSanitizedUrl', + '/{{testUrl}}' + ]; + var log4js = require('log4js'); + var layouts = require('log4js/lib/layouts'); + var originalConfigure = log4js.configure; + log4js.configure = function(log4jsConfig) { + var consoleAppender = log4jsConfig.appenders.shift(); + var originalResult = originalConfigure.call(log4js, log4jsConfig); + var layout = layouts.layout(consoleAppender.layout.type, consoleAppender.layout); + + + + log4js.addAppender(function(log) { + var msg = log.data[0]; + + // ignore web-server's 404s + if (log.categoryName === 'web-server' && log.level.levelStr === config.LOG_WARN && + IGNORED_404.some(function(ignoredLog) {return msg.indexOf(ignoredLog) !== -1;})) { + return; + } + + // on CI, ignore DEBUG statements + if (process.env.CI && log.level.levelStr === config.LOG_DEBUG) { + return; + } + + console.log(layout(log)); + }); + + return originalResult; + }; +}; diff --git a/lib/closure-compiler/README b/lib/closure-compiler/README deleted file mode 100644 index ece717586fff..000000000000 --- a/lib/closure-compiler/README +++ /dev/null @@ -1,278 +0,0 @@ -/* - * Copyright 2009 The Closure Compiler Authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -// -// Contents -// - -The Closure Compiler performs checking, instrumentation, and -optimizations on JavaScript code. The purpose of this README is to -explain how to build and run the Closure Compiler. - -The Closure Compiler requires Java 6 or higher. -http://www.java.com/ - - -// -// Building The Closure Compiler -// - -There are three ways to get a Closure Compiler executable. - -1) Use one we built for you. - -Pre-built Closure binaries can be found at -http://code.google.com/p/closure-compiler/downloads/list - - -2) Check out the source and build it with Apache Ant. - -First, check out the full source tree of the Closure Compiler. There -are instructions on how to do this at the project site. -http://code.google.com/p/closure-compiler/source/checkout - -Apache Ant is a cross-platform build tool. -http://ant.apache.org/ - -At the root of the source tree, there is an Ant file named -build.xml. To use it, navigate to the same directory and type the -command - -ant jar - -This will produce a jar file called "build/compiler.jar". - - -3) Check out the source and build it with Eclipse. - -Eclipse is a cross-platform IDE. -http://www.eclipse.org/ - -Under Eclipse's File menu, click "New > Project ..." and create a -"Java Project." You will see an options screen. Give the project a -name, select "Create project from existing source," and choose the -root of the checked-out source tree as the existing directory. Verify -that you are using JRE version 6 or higher. - -Eclipse can use the build.xml file to discover rules. When you -navigate to the build.xml file, you will see all the build rules in -the "Outline" pane. Run the "jar" rule to build the compiler in -build/compiler.jar. - - -// -// Running The Closure Compiler -// - -Once you have the jar binary, running the Closure Compiler is straightforward. - -On the command line, type - -java -jar compiler.jar - -This starts the compiler in interactive mode. Type - -var x = 17 + 25; - -then hit "Enter", then hit "Ctrl-Z" (on Windows) or "Ctrl-D" (on Mac or Linux) -and "Enter" again. The Compiler will respond: - -var x=42; - -The Closure Compiler has many options for reading input from a file, -writing output to a file, checking your code, and running -optimizations. To learn more, type - -java -jar compiler.jar --help - -You can read more detailed documentation about the many flags at -http://code.google.com/closure/compiler/docs/gettingstarted_app.html - - -// -// Compiling Multiple Scripts -// - -If you have multiple scripts, you should compile them all together with -one compile command. - -java -jar compiler.jar --js=in1.js --js=in2.js ... --js_output_file=out.js - -The Closure Compiler will concatenate the files in the order they're -passed at the command line. - -If you need to compile many, many scripts together, you may start to -run into problems with managing dependencies between scripts. You -should check out the Closure Library. It contains functions for -enforcing dependencies between scripts, and a tool called calcdeps.py -that knows how to give scripts to the Closure Compiler in the right -order. - -http://code.google.com/p/closure-library/ - -// -// Licensing -// - -Unless otherwise stated, all source files are licensed under -the Apache License, Version 2.0. - - ------ -Code under: -src/com/google/javascript/rhino -test/com/google/javascript/rhino - -URL: http://www.mozilla.org/rhino -Version: 1.5R3, with heavy modifications -License: Netscape Public License and MPL / GPL dual license - -Description: A partial copy of Mozilla Rhino. Mozilla Rhino is an -implementation of JavaScript for the JVM. The JavaScript parser and -the parse tree data structures were extracted and modified -significantly for use by Google's JavaScript compiler. - -Local Modifications: The packages have been renamespaced. All code not -relavant to parsing has been removed. A JSDoc parser and static typing -system have been added. - - ------ -Code in: -lib/libtrunk_rhino_parser_jarjared.jar - -Rhino -URL: http://www.mozilla.org/rhino -Version: Trunk -License: Netscape Public License and MPL / GPL dual license - -Description: Mozilla Rhino is an implementation of JavaScript for the JVM. - -Local Modifications: None. We've used JarJar to renamespace the code -post-compilation. See: -http://code.google.com/p/jarjar/ - - ------ -Code in: -lib/args4j.jar - -Args4j -URL: https://args4j.dev.java.net/ -Version: 2.0.12 -License: MIT - -Description: -args4j is a small Java class library that makes it easy to parse command line -options/arguments in your CUI application. - -Local Modifications: None. - - ------ -Code in: -lib/guava.jar - -Guava Libraries -URL: http://code.google.com/p/guava-libraries/ -Version: r08 -License: Apache License 2.0 - -Description: Google's core Java libraries. - -Local Modifications: None. - - ------ -Code in: -lib/jsr305.jar - -Annotations for software defect detection -URL: http://code.google.com/p/jsr-305/ -Version: svn revision 47 -License: BSD License - -Description: Annotations for software defect detection. - -Local Modifications: None. - - ----- -Code in: -lib/junit.jar - -JUnit -URL: http://sourceforge.net/projects/junit/ -Version: 4.8.2 -License: Common Public License 1.0 - -Description: A framework for writing and running automated tests in Java. - -Local Modifications: None. - - ---- -Code in: -lib/protobuf-java.jar - -Protocol Buffers -URL: http://code.google.com/p/protobuf/ -Version: 2.3.0 -License: New BSD License - -Description: Supporting libraries for protocol buffers, -an encoding of structured data. - -Local Modifications: None - - ---- -Code in: -lib/ant.jar -lib/ant-launcher.jar - -URL: http://ant.apache.org/bindownload.cgi -Version: 1.8.1 -License: Apache License 2.0 -Description: - Ant is a Java based build tool. In theory it is kind of like "make" - without make's wrinkles and with the full portability of pure java code. - -Local Modifications: None - - ---- -Code in: -lib/json.jar -URL: http://json.org/java/index.html -Version: JSON version 20090211 -License: MIT license -Description: -JSON is a set of java files for use in transmitting data in JSON format. - -Local Modifications: None - ---- -Code in: -tools/maven-ant-tasks-2.1.1.jar -URL: http://maven.apache.org -Version 2.1.1 -License: Apache License 2.0 -Description: - Maven Ant tasks are used to manage dependencies and to install/deploy to - maven repositories. - -Local Modifications: None diff --git a/lib/closure-compiler/compiler.jar b/lib/closure-compiler/compiler.jar deleted file mode 100644 index 694808c0cac6..000000000000 Binary files a/lib/closure-compiler/compiler.jar and /dev/null differ diff --git a/lib/closure-compiler/version.txt b/lib/closure-compiler/version.txt deleted file mode 100644 index df60031294fa..000000000000 --- a/lib/closure-compiler/version.txt +++ /dev/null @@ -1 +0,0 @@ -20110615 diff --git a/lib/grunt/plugins.js b/lib/grunt/plugins.js new file mode 100644 index 000000000000..5b2da323a36c --- /dev/null +++ b/lib/grunt/plugins.js @@ -0,0 +1,70 @@ +'use strict'; + +/* eslint-disable no-invalid-this */ + +var util = require('./utils.js'); +var npmRun = require('npm-run'); + +module.exports = function(grunt) { + + grunt.registerMultiTask('min', 'minify JS files', function() { + util.min(this.data, this.async()); + }); + + + grunt.registerTask('minall', 'minify all the JS files in parallel', function() { + var files = grunt.config('min'); + files = Object.keys(files).map(function(key) { return files[key]; }); + grunt.util.async.forEach(files, util.min.bind(util), this.async()); + }); + + + grunt.registerMultiTask('build', 'build JS files', function() { + util.build(this.data, this.async()); + }); + + + grunt.registerTask('buildall', 'build all the JS files in parallel', function() { + var builds = grunt.config('build'); + builds = Object.keys(builds).map(function(key) { return builds[key]; }); + grunt.util.async.forEach(builds, util.build.bind(util), this.async()); + }); + + + grunt.registerMultiTask('write', 'write content to a file', function() { + grunt.file.write(this.data.file, this.data.val); + grunt.log.ok('wrote to ' + this.data.file); + }); + + + grunt.registerTask('docs', 'create AngularJS docs', function() { + npmRun.execSync('gulp --gulpfile docs/gulpfile.js', {stdio: 'inherit'}); + }); + + + grunt.registerMultiTask('tests', '**Use `grunt test` instead**', function() { + util.startKarma(this.data, true, this.async()); + }); + + + grunt.registerMultiTask('autotest', 'Run and watch the unit tests with Karma', function() { + util.startKarma(this.data, false, this.async()); + }); + + grunt.registerTask('webdriver', 'Update webdriver', function() { + util.updateWebdriver(this.async()); + }); + + grunt.registerMultiTask('protractor', 'Run Protractor integration tests', function() { + util.startProtractor(this.data, this.async()); + }); + + grunt.registerTask('collect-errors', 'Combine stripped error files', function() { + util.collectErrors(); + }); + + grunt.registerTask('firebaseDocsJsonForCI', function() { + util.firebaseDocsJsonForCI(); + }); + +}; diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js new file mode 100644 index 000000000000..b854ea7b3ba4 --- /dev/null +++ b/lib/grunt/utils.js @@ -0,0 +1,308 @@ +'use strict'; + +var fs = require('fs'); +var shell = require('shelljs'); +var grunt = require('grunt'); +var spawn = require('npm-run').spawn; + +var CSP_CSS_HEADER = '/* Include this file in your html if you are using the CSP mode. */\n\n'; + +module.exports = { + + codeScriptFolder: 'scripts/code.angularjs.org-firebase', + + docsScriptFolder: 'scripts/docs.angularjs.org-firebase', + + startKarma: function(config, singleRun, done) { + var browsers = grunt.option('browsers'); + var reporters = grunt.option('reporters'); + var noColor = grunt.option('no-colors'); + var port = grunt.option('port'); + var p = spawn('karma', ['start', config, + singleRun ? '--single-run=true' : '', + reporters ? '--reporters=' + reporters : '', + browsers ? '--browsers=' + browsers : '', + noColor ? '--no-colors' : '', + port ? '--port=' + port : '' + ]); + p.stdout.pipe(process.stdout); + p.stderr.pipe(process.stderr); + p.on('exit', function(code) { + if (code !== 0) grunt.fail.warn('Karma test(s) failed. Exit code: ' + code); + done(); + }); + }, + + + updateWebdriver: function(done) { + if (process.env.CI) { + // Skip the webdriver-manager update on CI, since the browsers will + // be provided remotely. + done(); + return; + } + var p = spawn('webdriver-manager', ['update']); + p.stdout.pipe(process.stdout); + p.stderr.pipe(process.stderr); + p.on('exit', function(code) { + if (code !== 0) grunt.fail.warn('Webdriver failed to update'); + done(); + }); + }, + + startProtractor: function(config, done) { + var sauceUser = grunt.option('sauceUser'); + var sauceKey = grunt.option('sauceKey'); + var tunnelIdentifier = grunt.option('capabilities.tunnel-identifier'); + var sauceBuild = grunt.option('capabilities.build'); + var browser = grunt.option('browser'); + var specs = grunt.option('specs'); + var args = [config]; + if (sauceUser) args.push('--sauceUser=' + sauceUser); + if (sauceKey) args.push('--sauceKey=' + sauceKey); + if (tunnelIdentifier) args.push('--capabilities.tunnel-identifier=' + tunnelIdentifier); + if (sauceBuild) args.push('--capabilities.build=' + sauceBuild); + if (specs) args.push('--specs=' + specs); + if (browser) { + args.push('--browser=' + browser); + } + + + var p = spawn('protractor', args); + p.stdout.pipe(process.stdout); + p.stderr.pipe(process.stderr); + p.on('exit', function(code) { + if (code !== 0) grunt.fail.warn('Protractor test(s) failed. Exit code: ' + code); + done(); + }); + }, + + + wrap(src, name) { + return [`src/${name}.prefix`, ...src, `src/${name}.suffix`]; + }, + + + addStyle: function(src, styles, minify) { + styles = styles.reduce(processCSS.bind(this), { + js: [src], + css: [] + }); + return { + js: styles.js.join('\n'), + css: styles.css.join('\n') + }; + + function processCSS(state, file) { + var css = fs.readFileSync(file).toString(), + js; + state.css.push(css); + + if (minify) { + css = css + .replace(/\r?\n/g, '') + .replace(/\/\*.*?\*\//g, '') + .replace(/:\s+/g, ':') + .replace(/\s*\{\s*/g, '{') + .replace(/\s*\}\s*/g, '}') + .replace(/\s*,\s*/g, ',') + .replace(/\s*;\s*/g, ';'); + } + //escape for js + css = css + .replace(/\\/g, '\\\\') + .replace(/'/g, '\\\'') + .replace(/\r?\n/g, '\\n'); + js = '!window.angular.$$csp().noInlineStyle && window.angular.element(document.head).prepend(window.angular.element(\'\n'); - res.write('

    Directory: ' + escapeHtml(path) + '

    '); - res.write('
      '); - files.forEach(function(fileName) { - if (fileName.charAt(0) !== '.') { - res.write('
    1. ' + - escapeHtml(fileName) + '
    2. '); - } - }); - res.write('
    '); - res.end(); -}; - -// Must be last, -main(process.argv); diff --git a/lib/promises-aplus/promises-aplus-test-adapter.js b/lib/promises-aplus/promises-aplus-test-adapter.js new file mode 100644 index 000000000000..fdc243d72fa6 --- /dev/null +++ b/lib/promises-aplus/promises-aplus-test-adapter.js @@ -0,0 +1,45 @@ +'use strict'; + +/* global qFactory: false */ +/* exported + isFunction, + isPromiseLike, + isObject, + isUndefined, + minErr, + extend +*/ + +/* eslint-disable no-unused-vars */ +function isFunction(value) { return typeof value === 'function'; } +function isPromiseLike(obj) { return obj && isFunction(obj.then); } +function isObject(value) { return value !== null && typeof value === 'object'; } +function isUndefined(value) { return typeof value === 'undefined'; } + +function minErr(module, constructor) { + return function() { + var ErrorConstructor = constructor || Error; + throw new ErrorConstructor(module + arguments[0] + arguments[1]); + }; +} + +function extend(dst) { + for (var i = 1, ii = arguments.length; i < ii; i++) { + var obj = arguments[i]; + if (obj) { + var keys = Object.keys(obj); + for (var j = 0, jj = keys.length; j < jj; j++) { + var key = keys[j]; + dst[key] = obj[key]; + } + } + } + return dst; +} +/* eslint-enable */ + +var $q = qFactory(process.nextTick, function noopExceptionHandler() {}); + +exports.resolved = $q.resolve; +exports.rejected = $q.reject; +exports.deferred = $q.defer; diff --git a/lib/saucelabs/sauce-service.sh b/lib/saucelabs/sauce-service.sh new file mode 100755 index 000000000000..3bb2058ba5fc --- /dev/null +++ b/lib/saucelabs/sauce-service.sh @@ -0,0 +1,459 @@ +#!/usr/bin/env bash + +set -u -e -o pipefail + +#################################################################################################### +# Some helper funtions + +@echo() { + echo "# $*" +} + +@warn() { + @echo "Warning: $*" >&2 +} + +@fail() { + @echo "Error! $*" >&2 + exit 1 +} + +@remove() { + local f="$1" + if [[ -f ${f} ]]; then + @echo "Removing ${f}" + rm -f "${f}" || @fail "Can not delete ${f} file" + fi +} + +@kill() { + for p in $1; do + if kill -0 ${p} >/dev/null 2>&1; then + kill ${p} + sleep 2 + if kill -0 ${p} >/dev/null 2>&1; then + kill -9 ${p} + sleep 2 + fi + fi + done +} + +@wait_for() { + local m="$1" + local f="$2" + if [[ ! -f "${f}" ]]; then + printf "# ${m} (${f})" + while [[ ! -f "${f}" ]]; do + printf "." + sleep 0.5 + done + printf "\n" + fi +} + +#################################################################################################### +# Sauce service functions + +readonly SCRIPT_DIR=$(cd $(dirname $0); pwd) +readonly TMP_DIR="/tmp/angular/sauce-service" +mkdir -p ${TMP_DIR} + +# Location for the saucelabs log file. +readonly SAUCE_LOG_FILE="${TMP_DIR}/sauce-connect.log" + +# Location for the saucelabs ready to connection process id lock file. +readonly SAUCE_PID_FILE="${TMP_DIR}/sauce-connect.pid" + +# Location for the saucelabs ready to connect lock file. +readonly SAUCE_READY_FILE="${TMP_DIR}/sauce-connect.lock" + +# Location for the saucelabs params file for use by test runner. +readonly SAUCE_PARAMS_JSON_FILE="${TMP_DIR}/sauce-connect-params.json" + +# Amount of seconds we wait for sauceconnect to establish a tunnel instance. In order to not +# acquire CircleCI instances for too long if sauceconnect fails, we need a connect timeout. +readonly SAUCE_READY_FILE_TIMEOUT=120 + +readonly SERVICE_LOCK_FILE="${TMP_DIR}/service.lock" +readonly SERVICE_START_FILE="${TMP_DIR}/service.start" +readonly SERVICE_PID_FILE="${TMP_DIR}/service.pid" +readonly SERVICE_LOG_FILE="${TMP_DIR}/service.log" + +service-setup-command() { + if [[ -z "${SAUCE_USERNAME:-}" ]]; then + @fail "SAUCE_USERNAME environment variable required" + fi + + if [[ -z "${SAUCE_ACCESS_KEY:-}" ]]; then + @fail "SAUCE_ACCESS_KEY environment variable required" + fi + + if [[ -z "${SAUCE_TUNNEL_IDENTIFIER:-}" ]]; then + @fail "SAUCE_TUNNEL_IDENTIFIER environment variable required" + fi + + local unameOut="$(uname -s)" + case "${unameOut}" in + Linux*) local machine=linux ;; + Darwin*) local machine=darwin ;; + CYGWIN*) local machine=windows ;; + MINGW*) local machine=windows ;; + MSYS_NT*) local machine=windows ;; + *) local machine=linux + printf "\nUnrecongized uname '${unameOut}'; defaulting to use node for linux.\n" >&2 + printf "Please file an issue to https://github.com/bazelbuild/rules_nodejs/issues if \n" >&2 + printf "you would like to add your platform to the supported rules_nodejs node platforms.\n\n" >&2 + ;; + esac + + case "${machine}" in + # Path to sauce connect executable + linux) + if [[ -z "${BUILD_WORKSPACE_DIRECTORY:-}" ]]; then + # Started manually + SAUCE_CONNECT="${SCRIPT_DIR}/../../node_modules/sauce-connect/bin/sc" + else + # Started via `bazel run` + SAUCE_CONNECT="${BUILD_WORKSPACE_DIRECTORY}/node_modules/sauce-connect/bin/sc" + fi + ;; + *) + if [[ -z "${SAUCE_CONNECT:-}" ]]; then + @fail "SAUCE_CONNECT environment variable is required on non-linux environments" + exit 1 + fi + ;; + esac + + if [[ ! -f ${SAUCE_CONNECT} ]]; then + @fail "sc binary not found at ${SAUCE_CONNECT}" + fi + + echo "{ \"SAUCE_USERNAME\": \"${SAUCE_USERNAME}\", \"SAUCE_ACCESS_KEY\": \"${SAUCE_ACCESS_KEY}\", \"SAUCE_TUNNEL_IDENTIFIER\": \"${SAUCE_TUNNEL_IDENTIFIER}\", \"SAUCE_LOCALHOST_ALIAS_DOMAIN\": \"${SAUCE_LOCALHOST_ALIAS_DOMAIN:-}\" }" > ${SAUCE_PARAMS_JSON_FILE} + + # Command arguments that will be passed to sauce-connect. + # By default we disable SSL bumping for all requests. This is because SSL bumping is + # not needed for our test setup and in order to perform the SSL bumping, Saucelabs + # intercepts all HTTP requests in the tunnel VM and modifies them. This can cause + # flakiness as it makes all requests dependent on the SSL bumping middleware. + # See: https://wiki.saucelabs.com/display/DOCS/Troubleshooting+Sauce+Connect#TroubleshootingSauceConnect-DisablingSSLBumping + local sauce_args=( + "--no-ssl-bump-domains all" + "--logfile ${SAUCE_LOG_FILE}" + "--pidfile ${SAUCE_PID_FILE}" + "--readyfile ${SAUCE_READY_FILE}" + "--tunnel-identifier ${SAUCE_TUNNEL_IDENTIFIER}" + "--user ${SAUCE_USERNAME}" + # Don't add the --api-key here so we don't echo it out in service-pre-start + ) + + if [[ -n "${SAUCE_LOCALHOST_ALIAS_DOMAIN:-}" ]]; then + # Ensures that requests to the localhost alias domain are always resolved through the tunnel. + # This environment variable is usually configured on CI, and refers to a domain that has been + # locally configured in the current machine's hosts file (e.g. `/etc/hosts`). The domain should + # resolve to the current machine in Saucelabs VMs, so we need to ensure that it is resolved + # through the tunnel we going to create. + sauce_args+=("--tunnel-domains ${SAUCE_LOCALHOST_ALIAS_DOMAIN}") + fi + + @echo "Sauce connect will be started with:" + echo " ${SAUCE_CONNECT} ${sauce_args[@]}" + SERVICE_COMMAND="${SAUCE_CONNECT} ${sauce_args[@]} --api-key ${SAUCE_ACCESS_KEY}" +} + +# Called by pre-start & post-stop +service-cleanup() { + if [[ -f "${SAUCE_PID_FILE}" ]]; then + local p=$(cat "${SAUCE_PID_FILE}") + @echo "Stopping Sauce Connect (pid $p)..." + @kill $p + fi + @remove "${SAUCE_PID_FILE}" + @remove "${SAUCE_READY_FILE}" + @remove "${SAUCE_PARAMS_JSON_FILE}" +} + +# Called before service is setup +service-pre-setup() { + service-cleanup +} + +# Called after service is setup +service-post-setup() { + @echo " sauce params : ${SAUCE_PARAMS_JSON_FILE}" +} + +# Called before service is started +service-pre-start() { + return +} + +# Called after service is started +service-post-start() { + if [[ ! -f "${SAUCE_PID_FILE}" ]]; then + printf "# Waiting for Sauce Connect Proxy process (${SAUCE_PID_FILE})" + while [[ ! -f "${SAUCE_PID_FILE}" ]]; do + if ! @serviceStatus >/dev/null 2>&1; then + printf "\n" + @serviceStop + @echo "Service failed to start!" + service-failed-setup + exit 1 + fi + printf "." + sleep 0.5 + done + printf "\n" + fi + @echo "Sauce Connect Proxy started (pid $(cat "${SAUCE_PID_FILE}"))" +} + +# Called if service fails to start +service-failed-setup() { + if [[ -f "${SERVICE_LOG_FILE}" ]]; then + @echo "tail ${SERVICE_LOG_FILE}:" + echo "--------------------------------------------------------------------------------" + tail "${SERVICE_LOG_FILE}" + echo "--------------------------------------------------------------------------------" + echo "^^^^^ ${SERVICE_LOG_FILE} ^^^^^" + fi +} + +# Called by ready-wait action +service-ready-wait() { + if [[ ! -f "${SAUCE_PID_FILE}" ]]; then + @fail "Sauce Connect not running" + fi + if [[ ! -f "${SAUCE_READY_FILE}" ]]; then + # Wait for saucelabs tunnel to connect + printf "# Waiting for saucelabs tunnel to connect (${SAUCE_READY_FILE})" + counter=0 + while [[ ! -f "${SAUCE_READY_FILE}" ]]; do + counter=$((counter + 1)) + + # Counter needs to be multiplied by two because the while loop only sleeps a half second. + # This has been made in favor of better progress logging (printing dots every half second) + if [ $counter -gt $[${SAUCE_READY_FILE_TIMEOUT} * 2] ]; then + @echo "Timed out after ${SAUCE_READY_FILE_TIMEOUT} seconds waiting for tunnel ready file." + if [[ -f "${SAUCE_LOG_FILE}" ]]; then + echo "================================================================================" + echo "${SAUCE_LOG_FILE}:" + cat "${SAUCE_LOG_FILE}" + fi + exit 5 + fi + + printf "." + sleep 0.5 + done + printf "\n" + @echo "Saucelabs tunnel connected" + else + @echo "Saucelabs tunnel already connected" + fi +} + +# Called before service is stopped +service-pre-stop() { + return +} + +# Called after service is stopped +service-post-stop() { + service-cleanup +} + +#################################################################################################### +# Generic service functions +# This uses functions setup above but nothing below should be specific to saucelabs + +@serviceLock() { + # Check is Lock File exists, if not create it and set trap on exit + printf "# Waiting for service action lock (${SERVICE_LOCK_FILE})" + while true; do + if { set -C; 2>/dev/null >"${SERVICE_LOCK_FILE}"; }; then + trap "rm -f \"${SERVICE_LOCK_FILE}\"" EXIT + printf "\n" + break + fi + printf "." + sleep 0.5 + done + @echo "Acquired service action lock" +} + +@serviceStatus() { + if [ -f "${SERVICE_PID_FILE}" ] && [ ! -z "$(cat "${SERVICE_PID_FILE}")" ]; then + local p=$(cat "${SERVICE_PID_FILE}") + + if kill -0 $p >/dev/null 2>&1; then + @echo "Service is running (pid $p)" + return 0 + else + @echo "Service is not running (process PID $p not exists)" + return 1 + fi + else + @echo "Service is not running" + return 2 + fi +} + +@serviceSetup() { + if @serviceStatus >/dev/null 2>&1; then + @echo "Service already running (pid $(cat "${SERVICE_PID_FILE}"))" + return 0 + fi + + @echo "Setting up service..." + @remove "${SERVICE_PID_FILE}" + @remove "${SERVICE_START_FILE}" + touch "${SERVICE_LOG_FILE}" >/dev/null 2>&1 || @fail "Can not create ${SERVICE_LOG_FILE} file" + @echo " service pid : ${SERVICE_PID_FILE}" + @echo " service logs : ${SERVICE_LOG_FILE}" + service-pre-setup + service-setup-command + + ( + ( + if [[ -z "${SERVICE_COMMAND:-}" ]]; then + @fail "No SERVICE_COMMAND is set" + fi + @wait_for "Waiting for start file" "${SERVICE_START_FILE}" + ${SERVICE_COMMAND} + ) >>"${SERVICE_LOG_FILE}" 2>&1 + ) & + echo $! >"${SERVICE_PID_FILE}" + + if @serviceStatus >/dev/null 2>&1; then + @echo "Service setup (pid $(cat "${SERVICE_PID_FILE}"))" + service-post-setup + else + @echo "Error setting up Service!" + service-failed-setup + exit 1 + fi + + return $? +} + +@serviceStart() { + if @serviceStatus >/dev/null 2>&1; then + @echo "Service already setup (pid $(cat "${SERVICE_PID_FILE}"))" + else + @serviceSetup + fi + if [[ -f "${SERVICE_START_FILE}" ]]; then + @echo "Service already started" + else + @echo "Starting service..." + service-pre-start + touch "${SERVICE_START_FILE}" >/dev/null 2>&1 || @err "Can not create ${SERVICE_START_FILE} file" + service-post-start + @echo "Service started" + fi +} + +@serviceStop() { + if @serviceStatus >/dev/null 2>&1; then + touch "${SERVICE_PID_FILE}" >/dev/null 2>&1 || @fail "Can not touch ${SERVICE_PID_FILE} file" + + service-pre-stop + @echo "Stopping sevice (pid $(cat "${SERVICE_PID_FILE}"))..." + @kill $(cat "${SERVICE_PID_FILE}") + + if @serviceStatus >/dev/null 2>&1; then + @fail "Error stopping Service! Service already running with PID $(cat "${SERVICE_PID_FILE}")" + else + @echo "Service stopped" + @remove "${SERVICE_PID_FILE}" + @remove "${SERVICE_START_FILE}" + service-post-stop + fi + + return 0 + else + @warn "Service is not running" + @remove "${SERVICE_PID_FILE}" + @remove "${SERVICE_START_FILE}" + service-post-stop + fi +} + +@serviceStartReadyWait() { + @serviceStart + @serviceReadyWait +} + +@serviceReadyWait() { + service-ready-wait +} + +@serviceRestart() { + @serviceStop + @serviceStart +} + +@serviceTail() { + @echo "tail ${SERVICE_LOG_FILE}:" + tail -f "${SERVICE_LOG_FILE}" +} + +@serviceLog() { + @echo "cat ${SERVICE_LOG_FILE}:" + echo "--------------------------------------------------------------------------------" + cat "${SERVICE_LOG_FILE}" + echo "--------------------------------------------------------------------------------" + echo "^^^^^ ${SERVICE_LOG_FILE} ^^^^^" +} + +case "${1:-}" in + setup) + @serviceLock + @serviceSetup + ;; + start) + @serviceLock + @serviceStart + ;; + start-ready-wait) + @serviceLock + @serviceStartReadyWait + ;; + ready-wait) + @serviceLock + @serviceReadyWait + ;; + stop) + @serviceLock + @serviceStop + ;; + restart) + @serviceLock + @serviceRestart + ;; + status) + @serviceLock + @serviceStatus + ;; + run) + ( + service-setup-command + if [[ -z "${SERVICE_COMMAND:-}" ]]; then + @fail "No SERVICE_COMMAND is set" + fi + ${SERVICE_COMMAND} + ) + ;; + log) + @serviceLog + ;; + tail) + @serviceTail + ;; + *) + @echo "Actions: [setup|start|start-read-wait|ready-wait|stop|restart|status|run|tail]" + exit 1 + ;; +esac diff --git a/lib/showdown/index.js b/lib/showdown/index.js deleted file mode 100644 index 370b93afbd8f..000000000000 --- a/lib/showdown/index.js +++ /dev/null @@ -1,7 +0,0 @@ -var fs = require('fs'); -var vm = require('vm'); - -var filename = __dirname + '/showdown-0.9.js'; -var src = fs.readFileSync(filename); -var Showdown = vm.runInThisContext(src + '\nShowdown;', filename); -exports.Showdown = Showdown; diff --git a/lib/showdown/showdown-0.9.js b/lib/showdown/showdown-0.9.js deleted file mode 100644 index 1bab5b39d559..000000000000 --- a/lib/showdown/showdown-0.9.js +++ /dev/null @@ -1,1296 +0,0 @@ -// -// showdown.js -- A javascript port of Markdown. -// -// Copyright (c) 2007 John Fraser. -// -// Original Markdown Copyright (c) 2004-2005 John Gruber -// -// -// Redistributable under a BSD-style open source license. -// See license.txt for more information. -// -// The full source distribution is at: -// -// A A L -// T C A -// T K B -// -// -// - -// -// Wherever possible, Showdown is a straight, line-by-line port -// of the Perl version of Markdown. -// -// This is not a normal parser design; it's basically just a -// series of string substitutions. It's hard to read and -// maintain this way, but keeping Showdown close to the original -// design makes it easier to port new features. -// -// More importantly, Showdown behaves like markdown.pl in most -// edge cases. So web applications can do client-side preview -// in Javascript, and then build identical HTML on the server. -// -// This port needs the new RegExp functionality of ECMA 262, -// 3rd Edition (i.e. Javascript 1.5). Most modern web browsers -// should do fine. Even with the new regular expression features, -// We do a lot of work to emulate Perl's regex functionality. -// The tricky changes in this file mostly have the "attacklab:" -// label. Major or self-explanatory changes don't. -// -// Smart diff tools like Araxis Merge will be able to match up -// this file with markdown.pl in a useful way. A little tweaking -// helps: in a copy of markdown.pl, replace "#" with "//" and -// replace "$text" with "text". Be sure to ignore whitespace -// and line endings. -// - - -// -// Showdown usage: -// -// var text = "Markdown *rocks*."; -// -// var converter = new Showdown.converter(); -// var html = converter.makeHtml(text); -// -// alert(html); -// -// Note: move the sample code to the bottom of this -// file before uncommenting it. -// - - -// -// Showdown namespace -// -var Showdown = {}; - -// -// converter -// -// Wraps all "globals" so that the only thing -// exposed is makeHtml(). -// -Showdown.converter = function() { - -// -// Globals: -// - -// Global hashes, used by various utility routines -var g_urls; -var g_titles; -var g_html_blocks; - -// Used to track when we're inside an ordered or unordered list -// (see _ProcessListItems() for details): -var g_list_level = 0; - - -this.makeHtml = function(text) { -// -// Main function. The order in which other subs are called here is -// essential. Link and image substitutions need to happen before -// _EscapeSpecialCharsWithinTagAttributes(), so that any *'s or _'s in the -// and tags get encoded. -// - - // Clear the global hashes. If we don't clear these, you get conflicts - // from other articles when generating a page which contains more than - // one article (e.g. an index page that shows the N most recent - // articles): - g_urls = new Array(); - g_titles = new Array(); - g_html_blocks = new Array(); - - // attacklab: Replace ~ with ~T - // This lets us use tilde as an escape char to avoid md5 hashes - // The choice of character is arbitray; anything that isn't - // magic in Markdown will work. - text = text.replace(/~/g,"~T"); - - // attacklab: Replace $ with ~D - // RegExp interprets $ as a special character - // when it's in a replacement string - text = text.replace(/\$/g,"~D"); - - // Standardize line endings - text = text.replace(/\r\n/g,"\n"); // DOS to Unix - text = text.replace(/\r/g,"\n"); // Mac to Unix - - // Make sure text begins and ends with a couple of newlines: - text = "\n\n" + text + "\n\n"; - - // Convert all tabs to spaces. - text = _Detab(text); - - // Strip any lines consisting only of spaces and tabs. - // This makes subsequent regexen easier to write, because we can - // match consecutive blank lines with /\n+/ instead of something - // contorted like /[ \t]*\n+/ . - text = text.replace(/^[ \t]+$/mg,""); - - // Turn block-level HTML blocks into hash entries - text = _HashHTMLBlocks(text); - - // Strip link definitions, store in hashes. - text = _StripLinkDefinitions(text); - - text = _RunBlockGamut(text); - - text = _UnescapeSpecialChars(text); - - // attacklab: Restore dollar signs - text = text.replace(/~D/g,"$$"); - - // attacklab: Restore tildes - text = text.replace(/~T/g,"~"); - - return text; -} - - -var _StripLinkDefinitions = function(text) { -// -// Strips link definitions from text, stores the URLs and titles in -// hash references. -// - - // Link defs are in the form: ^[id]: url "optional title" - - /* - var text = text.replace(/ - ^[ ]{0,3}\[(.+)\]: // id = $1 attacklab: g_tab_width - 1 - [ \t]* - \n? // maybe *one* newline - [ \t]* - ? // url = $2 - [ \t]* - \n? // maybe one newline - [ \t]* - (?: - (\n*) // any lines skipped = $3 attacklab: lookbehind removed - ["(] - (.+?) // title = $4 - [")] - [ \t]* - )? // title is optional - (?:\n+|$) - /gm, - function(){...}); - */ - var text = text.replace(/^[ ]{0,3}\[(.+)\]:[ \t]*\n?[ \t]*?[ \t]*\n?[ \t]*(?:(\n*)["(](.+?)[")][ \t]*)?(?:\n+|\Z)/gm, - function (wholeMatch,m1,m2,m3,m4) { - m1 = m1.toLowerCase(); - g_urls[m1] = _EncodeAmpsAndAngles(m2); // Link IDs are case-insensitive - if (m3) { - // Oops, found blank lines, so it's not a title. - // Put back the parenthetical statement we stole. - return m3+m4; - } else if (m4) { - g_titles[m1] = m4.replace(/"/g,"""); - } - - // Completely remove the definition from the text - return ""; - } - ); - - return text; -} - - -var _HashHTMLBlocks = function(text) { - // attacklab: Double up blank lines to reduce lookaround - text = text.replace(/\n/g,"\n\n"); - - // Hashify HTML blocks: - // We only want to do this for block-level HTML tags, such as headers, - // lists, and tables. That's because we still want to wrap

    s around - // "paragraphs" that are wrapped in non-block-level tags, such as anchors, - // phrase emphasis, and spans. The list of tags we're looking for is - // hard-coded: - var block_tags_a = "p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|script|noscript|form|fieldset|iframe|math|ins|del" - var block_tags_b = "p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|script|noscript|form|fieldset|iframe|math" - - // First, look for nested blocks, e.g.: - //

    - //
    - // tags for inner block must be indented. - //
    - //
    - // - // The outermost tags must start at the left margin for this to match, and - // the inner nested divs must be indented. - // We need to do this before the next, more liberal match, because the next - // match will start at the first `
    ` and stop at the first `
    `. - - // attacklab: This regex can be expensive when it fails. - /* - var text = text.replace(/ - ( // save in $1 - ^ // start of line (with /m) - <($block_tags_a) // start tag = $2 - \b // word break - // attacklab: hack around khtml/pcre bug... - [^\r]*?\n // any number of lines, minimally matching - // the matching end tag - [ \t]* // trailing spaces/tabs - (?=\n+) // followed by a newline - ) // attacklab: there are sentinel newlines at end of document - /gm,function(){...}}; - */ - text = text.replace(/^(<(p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|script|noscript|form|fieldset|iframe|math|ins|del)\b[^\r]*?\n<\/\2>[ \t]*(?=\n+))/gm,hashElement); - - // - // Now match more liberally, simply from `\n` to `\n` - // - - /* - var text = text.replace(/ - ( // save in $1 - ^ // start of line (with /m) - <($block_tags_b) // start tag = $2 - \b // word break - // attacklab: hack around khtml/pcre bug... - [^\r]*? // any number of lines, minimally matching - .* // the matching end tag - [ \t]* // trailing spaces/tabs - (?=\n+) // followed by a newline - ) // attacklab: there are sentinel newlines at end of document - /gm,function(){...}}; - */ - text = text.replace(/^(<(p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|script|noscript|form|fieldset|iframe|math)\b[^\r]*?.*<\/\2>[ \t]*(?=\n+)\n)/gm,hashElement); - - // Special case just for
    . It was easier to make a special case than - // to make the other regex more complicated. - - /* - text = text.replace(/ - ( // save in $1 - \n\n // Starting after a blank line - [ ]{0,3} - (<(hr) // start tag = $2 - \b // word break - ([^<>])*? // - \/?>) // the matching end tag - [ \t]* - (?=\n{2,}) // followed by a blank line - ) - /g,hashElement); - */ - text = text.replace(/(\n[ ]{0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,hashElement); - - // Special case for standalone HTML comments: - - /* - text = text.replace(/ - ( // save in $1 - \n\n // Starting after a blank line - [ ]{0,3} // attacklab: g_tab_width - 1 - - [ \t]* - (?=\n{2,}) // followed by a blank line - ) - /g,hashElement); - */ - text = text.replace(/(\n\n[ ]{0,3}[ \t]*(?=\n{2,}))/g,hashElement); - - // PHP and ASP-style processor instructions ( and <%...%>) - - /* - text = text.replace(/ - (?: - \n\n // Starting after a blank line - ) - ( // save in $1 - [ ]{0,3} // attacklab: g_tab_width - 1 - (?: - <([?%]) // $2 - [^\r]*? - \2> - ) - [ \t]* - (?=\n{2,}) // followed by a blank line - ) - /g,hashElement); - */ - text = text.replace(/(?:\n\n)([ ]{0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,hashElement); - - // attacklab: Undo double lines (see comment at top of this function) - text = text.replace(/\n\n/g,"\n"); - return text; -} - -var hashElement = function(wholeMatch,m1) { - var blockText = m1; - - // Undo double lines - blockText = blockText.replace(/\n\n/g,"\n"); - blockText = blockText.replace(/^\n/,""); - - // strip trailing blank lines - blockText = blockText.replace(/\n+$/g,""); - - // Replace the element text with a marker ("~KxK" where x is its key) - blockText = "\n\n~K" + (g_html_blocks.push(blockText)-1) + "K\n\n"; - - return blockText; -}; - -var _RunBlockGamut = function(text) { -// -// These are all the transformations that form block-level -// tags like paragraphs, headers, and list items. -// - text = _DoHeaders(text); - - // Do Horizontal Rules: - var key = hashBlock("
    "); - text = text.replace(/^[ ]{0,2}([ ]?\*[ ]?){3,}[ \t]*$/gm,key); - text = text.replace(/^[ ]{0,2}([ ]?\-[ ]?){3,}[ \t]*$/gm,key); - text = text.replace(/^[ ]{0,2}([ ]?\_[ ]?){3,}[ \t]*$/gm,key); - - text = _DoLists(text); - text = _DoCodeBlocks(text); - text = _DoBlockQuotes(text); - - // We already ran _HashHTMLBlocks() before, in Markdown(), but that - // was to escape raw HTML in the original Markdown source. This time, - // we're escaping the markup we've just created, so that we don't wrap - //

    tags around block-level tags. - text = _HashHTMLBlocks(text); - text = _FormParagraphs(text); - - return text; -} - - -var _RunSpanGamut = function(text) { -// -// These are all the transformations that occur *within* block-level -// tags like paragraphs, headers, and list items. -// - - text = _DoCodeSpans(text); - text = _EscapeSpecialCharsWithinTagAttributes(text); - text = _EncodeBackslashEscapes(text); - - // Process anchor and image tags. Images must come first, - // because ![foo][f] looks like an anchor. - text = _DoImages(text); - text = _DoAnchors(text); - - // Make links out of things like `` - // Must come after _DoAnchors(), because you can use < and > - // delimiters in inline links like [this](). - text = _DoAutoLinks(text); - text = _EncodeAmpsAndAngles(text); - text = _DoItalicsAndBold(text); - - // Do hard breaks: - text = text.replace(/ +\n/g,"
    \n"); - - return text; -} - -var _EscapeSpecialCharsWithinTagAttributes = function(text) { -// -// Within tags -- meaning between < and > -- encode [\ ` * _] so they -// don't conflict with their use in Markdown for code, italics and strong. -// - - // Build a regex to find HTML tags and comments. See Friedl's - // "Mastering Regular Expressions", 2nd Ed., pp. 200-201. - var regex = /(<[a-z\/!$]("[^"]*"|'[^']*'|[^'">])*>|)/gi; - - text = text.replace(regex, function(wholeMatch) { - var tag = wholeMatch.replace(/(.)<\/?code>(?=.)/g,"$1`"); - tag = escapeCharacters(tag,"\\`*_"); - return tag; - }); - - return text; -} - -var _DoAnchors = function(text) { -// -// Turn Markdown link shortcuts into XHTML
    tags. -// - // - // First, handle reference-style links: [link text] [id] - // - - /* - text = text.replace(/ - ( // wrap whole match in $1 - \[ - ( - (?: - \[[^\]]*\] // allow brackets nested one level - | - [^\[] // or anything else - )* - ) - \] - - [ ]? // one optional space - (?:\n[ ]*)? // one optional newline followed by spaces - - \[ - (.*?) // id = $3 - \] - )()()()() // pad remaining backreferences - /g,_DoAnchors_callback); - */ - text = text.replace(/(\[((?:\[[^\]]*\]|[^\[\]])*)\][ ]?(?:\n[ ]*)?\[(.*?)\])()()()()/g,writeAnchorTag); - - // - // Next, inline-style links: [link text](url "optional title") - // - - /* - text = text.replace(/ - ( // wrap whole match in $1 - \[ - ( - (?: - \[[^\]]*\] // allow brackets nested one level - | - [^\[\]] // or anything else - ) - ) - \] - \( // literal paren - [ \t]* - () // no id, so leave $3 empty - ? // href = $4 - [ \t]* - ( // $5 - (['"]) // quote char = $6 - (.*?) // Title = $7 - \6 // matching quote - [ \t]* // ignore any spaces/tabs between closing quote and ) - )? // title is optional - \) - ) - /g,writeAnchorTag); - */ - text = text.replace(/(\[((?:\[[^\]]*\]|[^\[\]])*)\]\([ \t]*()?[ \t]*((['"])(.*?)\6[ \t]*)?\))/g,writeAnchorTag); - - // - // Last, handle reference-style shortcuts: [link text] - // These must come last in case you've also got [link test][1] - // or [link test](/foo) - // - - /* - text = text.replace(/ - ( // wrap whole match in $1 - \[ - ([^\[\]]+) // link text = $2; can't contain '[' or ']' - \] - )()()()()() // pad rest of backreferences - /g, writeAnchorTag); - */ - text = text.replace(/(\[([^\[\]]+)\])()()()()()/g, writeAnchorTag); - - return text; -} - -var writeAnchorTag = function(wholeMatch,m1,m2,m3,m4,m5,m6,m7) { - if (m7 == undefined) m7 = ""; - var whole_match = m1; - var link_text = m2; - var link_id = m3.toLowerCase(); - var url = m4; - var title = m7; - - if (url == "") { - if (link_id == "") { - // lower-case and turn embedded newlines into spaces - link_id = link_text.toLowerCase().replace(/ ?\n/g," "); - } - url = "#"+link_id; - - if (g_urls[link_id] != undefined) { - url = g_urls[link_id]; - if (g_titles[link_id] != undefined) { - title = g_titles[link_id]; - } - } - else { - if (whole_match.search(/\(\s*\)$/m)>-1) { - // Special case for explicit empty url - url = ""; - } else { - return whole_match; - } - } - } - - url = escapeCharacters(url,"*_"); - var result = ""; - - return result; -} - - -var _DoImages = function(text) { -// -// Turn Markdown image shortcuts into tags. -// - - // - // First, handle reference-style labeled images: ![alt text][id] - // - - /* - text = text.replace(/ - ( // wrap whole match in $1 - !\[ - (.*?) // alt text = $2 - \] - - [ ]? // one optional space - (?:\n[ ]*)? // one optional newline followed by spaces - - \[ - (.*?) // id = $3 - \] - )()()()() // pad rest of backreferences - /g,writeImageTag); - */ - text = text.replace(/(!\[(.*?)\][ ]?(?:\n[ ]*)?\[(.*?)\])()()()()/g,writeImageTag); - - // - // Next, handle inline images: ![alt text](url "optional title") - // Don't forget: encode * and _ - - /* - text = text.replace(/ - ( // wrap whole match in $1 - !\[ - (.*?) // alt text = $2 - \] - \s? // One optional whitespace character - \( // literal paren - [ \t]* - () // no id, so leave $3 empty - ? // src url = $4 - [ \t]* - ( // $5 - (['"]) // quote char = $6 - (.*?) // title = $7 - \6 // matching quote - [ \t]* - )? // title is optional - \) - ) - /g,writeImageTag); - */ - text = text.replace(/(!\[(.*?)\]\s?\([ \t]*()?[ \t]*((['"])(.*?)\6[ \t]*)?\))/g,writeImageTag); - - return text; -} - -var writeImageTag = function(wholeMatch,m1,m2,m3,m4,m5,m6,m7) { - var whole_match = m1; - var alt_text = m2; - var link_id = m3.toLowerCase(); - var url = m4; - var title = m7; - - if (!title) title = ""; - - if (url == "") { - if (link_id == "") { - // lower-case and turn embedded newlines into spaces - link_id = alt_text.toLowerCase().replace(/ ?\n/g," "); - } - url = "#"+link_id; - - if (g_urls[link_id] != undefined) { - url = g_urls[link_id]; - if (g_titles[link_id] != undefined) { - title = g_titles[link_id]; - } - } - else { - return whole_match; - } - } - - alt_text = alt_text.replace(/"/g,"""); - url = escapeCharacters(url,"*_"); - var result = "\""" + _RunSpanGamut(m1) + "");}); - - text = text.replace(/^(.+)[ \t]*\n-+[ \t]*\n+/gm, - function(matchFound,m1){return hashBlock("

    " + _RunSpanGamut(m1) + "

    ");}); - - // atx-style headers: - // # Header 1 - // ## Header 2 - // ## Header 2 with closing hashes ## - // ... - // ###### Header 6 - // - - /* - text = text.replace(/ - ^(\#{1,6}) // $1 = string of #'s - [ \t]* - (.+?) // $2 = Header text - [ \t]* - \#* // optional closing #'s (not counted) - \n+ - /gm, function() {...}); - */ - - text = text.replace(/^(\#{1,6})[ \t]*(.+?)[ \t]*\#*\n+/gm, - function(wholeMatch,m1,m2) { - var h_level = m1.length; - return hashBlock("" + _RunSpanGamut(m2) + ""); - }); - - return text; -} - -// This declaration keeps Dojo compressor from outputting garbage: -var _ProcessListItems; - -var _DoLists = function(text) { -// -// Form HTML ordered (numbered) and unordered (bulleted) lists. -// - - // attacklab: add sentinel to hack around khtml/safari bug: - // http://bugs.webkit.org/show_bug.cgi?id=11231 - text += "~0"; - - // Re-usable pattern to match any entirel ul or ol list: - - /* - var whole_list = / - ( // $1 = whole list - ( // $2 - [ ]{0,3} // attacklab: g_tab_width - 1 - ([*+-]|\d+[.]) // $3 = first list item marker - [ \t]+ - ) - [^\r]+? - ( // $4 - ~0 // sentinel for workaround; should be $ - | - \n{2,} - (?=\S) - (?! // Negative lookahead for another list item marker - [ \t]* - (?:[*+-]|\d+[.])[ \t]+ - ) - ) - )/g - */ - var whole_list = /^(([ ]{0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(~0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm; - - if (g_list_level) { - text = text.replace(whole_list,function(wholeMatch,m1,m2) { - var list = m1; - var list_type = (m2.search(/[*+-]/g)>-1) ? "ul" : "ol"; - - // Turn double returns into triple returns, so that we can make a - // paragraph for the last item in a list, if necessary: - list = list.replace(/\n{2,}/g,"\n\n\n");; - var result = _ProcessListItems(list); - - // Trim any trailing whitespace, to put the closing `` - // up on the preceding line, to get it past the current stupid - // HTML block parser. This is a hack to work around the terrible - // hack that is the HTML block parser. - result = result.replace(/\s+$/,""); - result = "<"+list_type+">" + result + "\n"; - return result; - }); - } else { - whole_list = /(\n\n|^\n?)(([ ]{0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(~0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/g; - text = text.replace(whole_list,function(wholeMatch,m1,m2,m3) { - var runup = m1; - var list = m2; - - var list_type = (m3.search(/[*+-]/g)>-1) ? "ul" : "ol"; - // Turn double returns into triple returns, so that we can make a - // paragraph for the last item in a list, if necessary: - var list = list.replace(/\n{2,}/g,"\n\n\n");; - var result = _ProcessListItems(list); - result = runup + "<"+list_type+">\n" + result + "\n"; - return result; - }); - } - - // attacklab: strip sentinel - text = text.replace(/~0/,""); - - return text; -} - -_ProcessListItems = function(list_str) { -// -// Process the contents of a single ordered or unordered list, splitting it -// into individual list items. -// - // The $g_list_level global keeps track of when we're inside a list. - // Each time we enter a list, we increment it; when we leave a list, - // we decrement. If it's zero, we're not in a list anymore. - // - // We do this because when we're not inside a list, we want to treat - // something like this: - // - // I recommend upgrading to version - // 8. Oops, now this line is treated - // as a sub-list. - // - // As a single paragraph, despite the fact that the second line starts - // with a digit-period-space sequence. - // - // Whereas when we're inside a list (or sub-list), that line will be - // treated as the start of a sub-list. What a kludge, huh? This is - // an aspect of Markdown's syntax that's hard to parse perfectly - // without resorting to mind-reading. Perhaps the solution is to - // change the syntax rules such that sub-lists must start with a - // starting cardinal number; e.g. "1." or "a.". - - g_list_level++; - - // trim trailing blank lines: - list_str = list_str.replace(/\n{2,}$/,"\n"); - - // attacklab: add sentinel to emulate \z - list_str += "~0"; - - /* - list_str = list_str.replace(/ - (\n)? // leading line = $1 - (^[ \t]*) // leading whitespace = $2 - ([*+-]|\d+[.]) [ \t]+ // list marker = $3 - ([^\r]+? // list item text = $4 - (\n{1,2})) - (?= \n* (~0 | \2 ([*+-]|\d+[.]) [ \t]+)) - /gm, function(){...}); - */ - list_str = list_str.replace(/(\n)?(^[ \t]*)([*+-]|\d+[.])[ \t]+([^\r]+?(\n{1,2}))(?=\n*(~0|\2([*+-]|\d+[.])[ \t]+))/gm, - function(wholeMatch,m1,m2,m3,m4){ - var item = m4; - var leading_line = m1; - var leading_space = m2; - - if (leading_line || (item.search(/\n{2,}/)>-1)) { - item = _RunBlockGamut(_Outdent(item)); - } - else { - // Recursion for sub-lists: - item = _DoLists(_Outdent(item)); - item = item.replace(/\n$/,""); // chomp(item) - item = _RunSpanGamut(item); - } - - return "
  • " + item + "
  • \n"; - } - ); - - // attacklab: strip sentinel - list_str = list_str.replace(/~0/g,""); - - g_list_level--; - return list_str; -} - - -var _DoCodeBlocks = function(text) { -// -// Process Markdown `
    ` blocks.
    -//  
    -
    -  /*
    -    text = text.replace(text,
    -      /(?:\n\n|^)
    -      (               // $1 = the code block -- one or more lines, starting with a space/tab
    -        (?:
    -          (?:[ ]{4}|\t)     // Lines must start with a tab or a tab-width of spaces - attacklab: g_tab_width
    -          .*\n+
    -        )+
    -      )
    -      (\n*[ ]{0,3}[^ \t\n]|(?=~0))  // attacklab: g_tab_width
    -    /g,function(){...});
    -  */
    -
    -  // attacklab: sentinel workarounds for lack of \A and \Z, safari\khtml bug
    -  text += "~0";
    -  
    -  text = text.replace(/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=~0))/g,
    -    function(wholeMatch,m1,m2) {
    -      var codeblock = m1;
    -      var nextChar = m2;
    -    
    -      codeblock = _EncodeCode( _Outdent(codeblock));
    -      codeblock = _Detab(codeblock);
    -      codeblock = codeblock.replace(/^\n+/g,""); // trim leading newlines
    -      codeblock = codeblock.replace(/\n+$/g,""); // trim trailing whitespace
    -
    -      codeblock = "
    " + codeblock + "\n
    "; - - return hashBlock(codeblock) + nextChar; - } - ); - - // attacklab: strip sentinel - text = text.replace(/~0/,""); - - return text; -} - -var hashBlock = function(text) { - text = text.replace(/(^\n+|\n+$)/g,""); - return "\n\n~K" + (g_html_blocks.push(text)-1) + "K\n\n"; -} - - -var _DoCodeSpans = function(text) { -// -// * Backtick quotes are used for spans. -// -// * You can use multiple backticks as the delimiters if you want to -// include literal backticks in the code span. So, this input: -// -// Just type ``foo `bar` baz`` at the prompt. -// -// Will translate to: -// -//

    Just type foo `bar` baz at the prompt.

    -// -// There's no arbitrary limit to the number of backticks you -// can use as delimters. If you need three consecutive backticks -// in your code, use four for delimiters, etc. -// -// * You can use spaces to get literal backticks at the edges: -// -// ... type `` `bar` `` ... -// -// Turns to: -// -// ... type `bar` ... -// - - /* - text = text.replace(/ - (^|[^\\]) // Character before opening ` can't be a backslash - (`+) // $2 = Opening run of ` - ( // $3 = The code block - [^\r]*? - [^`] // attacklab: work around lack of lookbehind - ) - \2 // Matching closer - (?!`) - /gm, function(){...}); - */ - - text = text.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm, - function(wholeMatch,m1,m2,m3,m4) { - var c = m3; - c = c.replace(/^([ \t]*)/g,""); // leading whitespace - c = c.replace(/[ \t]*$/g,""); // trailing whitespace - c = _EncodeCode(c); - return m1+""+c+""; - }); - - return text; -} - - -var _EncodeCode = function(text) { -// -// Encode/escape certain characters inside Markdown code runs. -// The point is that in code, these characters are literals, -// and lose their special Markdown meanings. -// - // Encode all ampersands; HTML entities are not - // entities within a Markdown code span. - text = text.replace(/&/g,"&"); - - // Do the angle bracket song and dance: - text = text.replace(//g,">"); - - // Now, escape characters that are magic in Markdown: - text = escapeCharacters(text,"\*_{}[]\\",false); - -// jj the line above breaks this: -//--- - -//* Item - -// 1. Subitem - -// special char: * -//--- - - return text; -} - - -var _DoItalicsAndBold = function(text) { - - // must go first: - text = text.replace(/(\*\*|__)(?=\S)([^\r]*?\S[*_]*)\1/g, - "$2"); - - text = text.replace(/(\*|_)(?=\S)([^\r]*?\S)\1/g, - "$2"); - - return text; -} - - -var _DoBlockQuotes = function(text) { - - /* - text = text.replace(/ - ( // Wrap whole match in $1 - ( - ^[ \t]*>[ \t]? // '>' at the start of a line - .+\n // rest of the first line - (.+\n)* // subsequent consecutive lines - \n* // blanks - )+ - ) - /gm, function(){...}); - */ - - text = text.replace(/((^[ \t]*>[ \t]?.+\n(.+\n)*\n*)+)/gm, - function(wholeMatch,m1) { - var bq = m1; - - // attacklab: hack around Konqueror 3.5.4 bug: - // "----------bug".replace(/^-/g,"") == "bug" - - bq = bq.replace(/^[ \t]*>[ \t]?/gm,"~0"); // trim one level of quoting - - // attacklab: clean up hack - bq = bq.replace(/~0/g,""); - - bq = bq.replace(/^[ \t]+$/gm,""); // trim whitespace-only lines - bq = _RunBlockGamut(bq); // recurse - - bq = bq.replace(/(^|\n)/g,"$1 "); - // These leading spaces screw with
     content, so we need to fix that:
    -      bq = bq.replace(
    -          /(\s*
    [^\r]+?<\/pre>)/gm,
    -        function(wholeMatch,m1) {
    -          var pre = m1;
    -          // attacklab: hack around Konqueror 3.5.4 bug:
    -          pre = pre.replace(/^  /mg,"~0");
    -          pre = pre.replace(/~0/g,"");
    -          return pre;
    -        });
    -      
    -      return hashBlock("
    \n" + bq + "\n
    "); - }); - return text; -} - - -var _FormParagraphs = function(text) { -// -// Params: -// $text - string to process with html

    tags -// - - // Strip leading and trailing lines: - text = text.replace(/^\n+/g,""); - text = text.replace(/\n+$/g,""); - - var grafs = text.split(/\n{2,}/g); - var grafsOut = new Array(); - - // - // Wrap

    tags. - // - var end = grafs.length; - for (var i=0; i= 0) { - grafsOut.push(str); - } - else if (str.search(/\S/) >= 0) { - str = _RunSpanGamut(str); - str = str.replace(/^([ \t]*)/g,"

    "); - str += "

    " - grafsOut.push(str); - } - - } - - // - // Unhashify HTML blocks - // - end = grafsOut.length; - for (var i=0; i= 0) { - var blockText = g_html_blocks[RegExp.$1]; - blockText = blockText.replace(/\$/g,"$$$$"); // Escape any dollar signs - grafsOut[i] = grafsOut[i].replace(/~K\d+K/,blockText); - } - } - - return grafsOut.join("\n\n"); -} - - -var _EncodeAmpsAndAngles = function(text) { -// Smart processing for ampersands and angle brackets that need to be encoded. - - // Ampersand-encoding based entirely on Nat Irons's Amputator MT plugin: - // http://bumppo.net/projects/amputator/ - text = text.replace(/&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)/g,"&"); - - // Encode naked <'s - text = text.replace(/<(?![a-z\/?\$!])/gi,"<"); - - return text; -} - - -var _EncodeBackslashEscapes = function(text) { -// -// Parameter: String. -// Returns: The string, with after processing the following backslash -// escape sequences. -// - - // attacklab: The polite way to do this is with the new - // escapeCharacters() function: - // - // text = escapeCharacters(text,"\\",true); - // text = escapeCharacters(text,"`*_{}[]()>#+-.!",true); - // - // ...but we're sidestepping its use of the (slow) RegExp constructor - // as an optimization for Firefox. This function gets called a LOT. - - text = text.replace(/\\(\\)/g,escapeCharacters_callback); - text = text.replace(/\\([`*_{}\[\]()>#+-.!])/g,escapeCharacters_callback); - return text; -} - - -var _DoAutoLinks = function(text) { - - text = text.replace(/<((https?|ftp|dict):[^'">\s]+)>/gi,"
    $1"); - - // Email addresses: - - /* - text = text.replace(/ - < - (?:mailto:)? - ( - [-.\w]+ - \@ - [-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+ - ) - > - /gi, _DoAutoLinks_callback()); - */ - text = text.replace(/<(?:mailto:)?([-.\w]+\@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi, - function(wholeMatch,m1) { - return _EncodeEmailAddress( _UnescapeSpecialChars(m1) ); - } - ); - - return text; -} - - -var _EncodeEmailAddress = function(addr) { -// -// Input: an email address, e.g. "foo@example.com" -// -// Output: the email address as a mailto link, with each character -// of the address encoded as either a decimal or hex entity, in -// the hopes of foiling most address harvesting spam bots. E.g.: -// -// foo -// @example.com -// -// Based on a filter by Matthew Wickline, posted to the BBEdit-Talk -// mailing list: -// - - // attacklab: why can't javascript speak hex? - function char2hex(ch) { - var hexDigits = '0123456789ABCDEF'; - var dec = ch.charCodeAt(0); - return(hexDigits.charAt(dec>>4) + hexDigits.charAt(dec&15)); - } - - var encode = [ - function(ch){return "&#"+ch.charCodeAt(0)+";";}, - function(ch){return "&#x"+char2hex(ch)+";";}, - function(ch){return ch;} - ]; - - addr = "mailto:" + addr; - - addr = addr.replace(/./g, function(ch) { - if (ch == "@") { - // this *must* be encoded. I insist. - ch = encode[Math.floor(Math.random()*2)](ch); - } else if (ch !=":") { - // leave ':' alone (to spot mailto: later) - var r = Math.random(); - // roughly 10% raw, 45% hex, 45% dec - ch = ( - r > .9 ? encode[2](ch) : - r > .45 ? encode[1](ch) : - encode[0](ch) - ); - } - return ch; - }); - - addr = "" + addr + ""; - addr = addr.replace(/">.+:/g,"\">"); // strip the mailto: from the visible part - - return addr; -} - - -var _UnescapeSpecialChars = function(text) { -// -// Swap back in all the special characters we've hidden. -// - text = text.replace(/~E(\d+)E/g, - function(wholeMatch,m1) { - var charCodeToReplace = parseInt(m1); - return String.fromCharCode(charCodeToReplace); - } - ); - return text; -} - - -var _Outdent = function(text) { -// -// Remove one level of line-leading tabs or spaces -// - - // attacklab: hack around Konqueror 3.5.4 bug: - // "----------bug".replace(/^-/g,"") == "bug" - - text = text.replace(/^(\t|[ ]{1,4})/gm,"~0"); // attacklab: g_tab_width - - // attacklab: clean up hack - text = text.replace(/~0/g,"") - - return text; -} - -var _Detab = function(text) { -// attacklab: Detab's completely rewritten for speed. -// In perl we could fix it by anchoring the regexp with \G. -// In javascript we're less fortunate. - - // expand first n-1 tabs - text = text.replace(/\t(?=\t)/g," "); // attacklab: g_tab_width - - // replace the nth with two sentinels - text = text.replace(/\t/g,"~A~B"); - - // use the sentinel to anchor our regex so it doesn't explode - text = text.replace(/~B(.+?)~A/g, - function(wholeMatch,m1,m2) { - var leadingText = m1; - var numSpaces = 4 - leadingText.length % 4; // attacklab: g_tab_width - - // there *must* be a better way to do this: - for (var i=0; i '1.6.' === '1.6.' + return version.slice(0, branchPattern.length - 1) === branchPattern.replace('*', ''); +} + +/** + * If the current commit is tagged as a version get that version + * @return {SemVer} The version or null + */ +var getTaggedVersion = function() { + var gitTagResult = shell.exec('git describe --exact-match', {silent:true}); + + if (gitTagResult.code === 0) { + var tag = gitTagResult.stdout.trim(); + var version = semver.parse(tag); + + if (version && checkBranchPattern(version.version, currentPackage.branchPattern)) { + version.codeName = getCodeName(tag); + version.full = version.version; + version.branch = 'v' + currentPackage.branchPattern.replace('*', 'x'); + return version; + } + } + + return null; +}; + +/** + * Get a collection of all the previous versions sorted by semantic version + * @return {Array.} The collection of previous versions + */ +var getPreviousVersions = function() { + // If we are allowing remote requests then use the remote tags as the local clone might + // not contain all commits when cloned with git clone --depth=... + // Otherwise just use the tags in the local repository + var repo_url = currentPackage.repository.url; + var query = NO_REMOTE_REQUESTS ? 'git tag' : 'git ls-remote --tags ' + repo_url; + var tagResults = shell.exec(query, {silent: true}); + if (tagResults.code === 0) { + return _(tagResults.stdout.match(/v[0-9].*[0-9]$/mg)) + .map(function(tag) { + var version = semver.parse(tag); + return version; + }) + .filter() + .map(function(version) { + // angular.js didn't follow semantic version until 1.20rc1 + if ((version.major === 1 && version.minor === 0 && version.prerelease.length > 0) || (version.major === 1 && version.minor === 2 && version.prerelease[0] === 'rc1')) { + version.version = [version.major, version.minor, version.patch].join('.') + version.prerelease.join(''); + version.raw = 'v' + version.version; + } + version.docsUrl = 'http://code.angularjs.org/' + version.version + '/docs'; + // Versions before 1.0.2 had a different docs folder name + if (version.major < 1 || (version.major === 1 && version.minor === 0 && version.patch < 2)) { + version.docsUrl += '-' + version.version; + version.isOldDocsUrl = true; + } + return version; + }) + .sort(semver.compare) + .value(); + } else { + return []; + } +}; + +var getCdnVersion = function() { + return _(previousVersions) + .filter(function(tag) { + return semver.satisfies(tag, currentPackage.branchVersion); + }) + .reverse() + .reduce(function(cdnVersion, version) { + if (!cdnVersion) { + if (NO_REMOTE_REQUESTS) { + // We do not want to make any remote calls to the CDN so just use the most recent version + cdnVersion = version; + } else { + // Note: need to use shell.exec and curl here + // as version-infos returns its result synchronously... + var cdnResult = shell.exec('curl http://ajax.googleapis.com/ajax/libs/angularjs/' + version + '/angular.min.js ' + + '--head --write-out "%{http_code}" -silent', + {silent: true}); + if (cdnResult.code === 0) { + // --write-out appends its content to the general request response, so extract it + var statusCode = cdnResult.stdout.split('\n').pop().trim(); + if (statusCode === '200') { + cdnVersion = version; + } + } + } + } + return cdnVersion; + }, null); +}; + +/** + * Get the unstable snapshot version + * @return {SemVer} The snapshot version + */ +var getSnapshotVersion = function() { + var version = _(previousVersions) + .filter(function(tag) { + return semver.satisfies(tag, currentPackage.branchVersion); + }) + .last(); + + if (!version) { + // a snapshot version before the first tag on the branch + version = semver(currentPackage.branchPattern.replace('*','0-beta.1')); + } + + // We need to clone to ensure that we are not modifying another version + version = semver(version.raw); + + var ciBuild = process.env.CIRCLE_BUILD_NUM || process.env.BUILD_NUMBER; + if (!version.prerelease || !version.prerelease.length) { + // last release was a non beta release. Increment the patch level to + // indicate the next release that we will be doing. + // E.g. last release was 1.3.0, then the snapshot will be + // 1.3.1-build.1, which is lesser than 1.3.1 according to the semver! + + // If the last release was a beta release we don't update the + // beta number by purpose, as otherwise the semver comparison + // does not work any more when the next beta is released. + // E.g. don't generate 1.3.0-beta.2.build.1 + // as this is bigger than 1.3.0-beta.2 according to semver + version.patch++; + } + version.prerelease = ciBuild ? ['build', ciBuild] : ['local']; + version.build = getBuild(); + version.codeName = 'snapshot'; + version.isSnapshot = true; + version.format(); + version.full = version.version + '+' + version.build; + version.branch = 'master'; + version.distTag = currentPackage.distTag; + + return version; +}; + + +exports.currentPackage = currentPackage = getPackage(); +exports.gitRepoInfo = getGitRepoInfo(); +exports.previousVersions = previousVersions = getPreviousVersions(); +exports.cdnVersion = cdnVersion = getCdnVersion(); +exports.currentVersion = getTaggedVersion() || getSnapshotVersion(); + +if (NO_REMOTE_REQUESTS) { + console.log('=============================================================================================='); + console.log('Running with no remote requests for version data:'); + console.log(' - this is due to the "NG1_BUILD_NO_REMOTE_VERSION_REQUESTS" environment variable being defined.'); + console.log(' - be aware that the generated docs may not have valid or the most recent version information.'); + console.log('=============================================================================================='); +} + +console.log('CDN version (' + versionSource + '):', cdnVersion ? cdnVersion.raw : 'No version found.'); +console.log('Current version (' + versionSource + '):', exports.currentVersion.raw); diff --git a/nodeserver.sh b/nodeserver.sh deleted file mode 100755 index 2570ebfd8816..000000000000 --- a/nodeserver.sh +++ /dev/null @@ -1 +0,0 @@ -node lib/nodeserver/server.js $1 diff --git a/package.json b/package.json index 9a3e97962e9b..c3a3eeb70417 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,120 @@ { - "name": "AngularJS", - "version": "0.0.0", - "dependencies" : { - "testacular" : "0.5.9", - "jasmine-node" : "1.2.3", - "q-fs" : "0.1.36", - "qq" : "0.3.5" + "name": "angular", + "license": "MIT", + "branchVersion": "^1.8.0", + "branchPattern": "1.8.*", + "distTag": "next", + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.js.git" + }, + "engines": { + "node": ">=12.14.1", + "yarn": ">=1.21.1", + "grunt-cli": "^1.2.0" + }, + "scripts": { + "commit": "git-cz", + "test-i18n": "jasmine-node i18n/spec", + "test-i18n-ucd": "jasmine-node i18n/ucd/spec" + }, + "devDependencies": { + "angular-benchpress": "0.x.x", + "benchmark": "1.x.x", + "bootstrap": "3.1.1", + "browserstacktunnel-wrapper": "2.0.4", + "canonical-path": "0.0.2", + "changez": "^2.1.1", + "changez-angular": "^2.1.2", + "cheerio": "^0.17.0", + "commitizen": "^4.2.4", + "commitplease": "^2.7.10", + "cross-spawn": "^4.0.0", + "cz-conventional-changelog": "1.1.4", + "dgeni": "^0.4.9", + "dgeni-packages": "^0.26.5", + "eslint-plugin-promise": "^3.6.0", + "event-stream": "~3.1.0", + "firebase-tools": "^9.3.0", + "glob": "^6.0.1", + "google-code-prettify": "1.0.1", + "grunt": "^1.4.1", + "grunt-bump": "^0.8.0", + "grunt-cli": "^1.2.0", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-compress": "^1.3.0", + "grunt-contrib-connect": "^1.0.2", + "grunt-contrib-copy": "^1.0.0", + "grunt-ddescribe-iit": "~0.0.1", + "grunt-eslint": "^19.0.0", + "grunt-merge-conflict": "~0.0.1", + "grunt-shell": "^1.3.0", + "gulp": "~3.8.0", + "gulp-concat": "^2.4.1", + "gulp-eslint": "^3.0.1", + "gulp-foreach": "0.0.1", + "gulp-rename": "^1.2.0", + "gulp-sourcemaps": "^1.2.2", + "gulp-uglify": "^3.0.2", + "gulp-util": "^3.0.1", + "jasmine-core": "^2.8.0", + "jasmine-node": "^2.0.0", + "jasmine-reporters": "^2.2.0", + "jquery": "3.5.1", + "jquery-2.1": "npm:jquery@2.1.4", + "jquery-2.2": "npm:jquery@2.2.4", + "karma": "4.4.1", + "karma-browserstack-launcher": "1.5.1", + "karma-chrome-launcher": "3.1.0", + "karma-edge-launcher": "0.4.2", + "karma-firefox-launcher": "1.2.0", + "karma-ie-launcher": "1.0.0", + "karma-jasmine": "^1.1.2", + "karma-junit-reporter": "2.0.1", + "karma-safari-launcher": "1.0.0", + "karma-sauce-launcher": "2.0.2", + "karma-script-launcher": "1.0.0", + "karma-spec-reporter": "0.0.32", + "load-grunt-tasks": "^3.5.0", + "lodash": "~4.17.21", + "log4js": "^0.6.27", + "lunr": "^0.7.2", + "marked": "~0.3.0", + "node-html-encoder": "0.0.2", + "npm-run": "^4.1.0", + "open-sans-fontface": "^1.4.0", + "promises-aplus-tests": "~2.1.0", + "protractor": "^7.0.0", + "q": "~1.0.0", + "q-io": "^1.10.9", + "qq": "^0.3.5", + "rewire": "~2.1.0", + "sauce-connect": "https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz", + "sax": "^1.1.1", + "selenium-webdriver": "^4.0.0-alpha.1", + "semver": "^5.4.1", + "serve-favicon": "^2.3.0", + "serve-index": "^1.8.0", + "serve-static": "^1.11.1", + "shelljs": "^0.7.5", + "sorted-object": "^1.0.0", + "stringmap": "^0.2.2" + }, + "dependencies": {}, + "resolutions": { + "//1": "`natives@1.1.0` does not work with Node.js 10.x on Windows 10", + "//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162 and https://github.com/nodejs/node/issues/25132.)", + "natives": "1.1.6", + "//3": "`graceful-fs` needs to be pinned to support gulp 3, on Node v12+", + "graceful-fs": "^4.2.3" + }, + "commitplease": { + "style": "angular", + "nohook": true + }, + "config": { + "commitizen": { + "path": "node_modules/cz-conventional-changelog" + } } } diff --git a/protractor-circleci-conf.js b/protractor-circleci-conf.js new file mode 100644 index 000000000000..a9d7051f00a7 --- /dev/null +++ b/protractor-circleci-conf.js @@ -0,0 +1,44 @@ +'use strict'; + +var config = require('./protractor-shared-conf').config; + + +// Using SauceLabs. +config.capabilities = undefined; +config.sauceUser = process.env.SAUCE_USERNAME; +config.sauceKey = process.env.SAUCE_ACCESS_KEY; +config.multiCapabilities = [ + capabilitiesForSauceLabs({ + browserName: 'chrome', + platform: 'OS X 10.15', + version: '91' + }), + capabilitiesForSauceLabs({ + browserName: 'firefox', + platform: 'OS X 10.15', + version: '85' + }) +]; + + +config.allScriptsTimeout = 30000; +config.getPageTimeout = 30000; + +exports.config = config; + + +function capabilitiesForSauceLabs(capabilities) { + return { + 'tunnel-identifier': process.env.SAUCE_TUNNEL_IDENTIFIER, + + 'name': 'AngularJS E2E', + 'build': `${process.env.CIRCLE_BUILD_NUM}-${process.env.CIRCLE_NODE_INDEX}`, + + 'browserName': capabilities.browserName, + 'platform': capabilities.platform, + 'version': capabilities.version, + 'elementScrollBehavior': 1, + // Allow e2e test sessions to run for a maximum of 40 minutes, instead of the default 30 minutes. + 'maxDuration': 2400 + }; +} diff --git a/protractor-conf.js b/protractor-conf.js new file mode 100644 index 000000000000..d5078d9d52ce --- /dev/null +++ b/protractor-conf.js @@ -0,0 +1,15 @@ +'use strict'; + +var config = require('./protractor-shared-conf').config; + +config.specs = [ + 'test/e2e/tests/**/*.js', + 'build/docs/ptore2e/**/*.js', + 'docs/app/e2e/**/*.scenario.js' +]; + +config.capabilities.browserName = 'chrome'; + +config.directConnect = true; + +exports.config = config; diff --git a/protractor-shared-conf.js b/protractor-shared-conf.js new file mode 100644 index 000000000000..e39735058418 --- /dev/null +++ b/protractor-shared-conf.js @@ -0,0 +1,37 @@ +'use strict'; + +exports.config = { + allScriptsTimeout: 11000, + + baseUrl: 'http://localhost:8000/', + + framework: 'jasmine2', + + capabilities: { + // Fix element scrolling behavior in Firefox for fixed header elements (like angularjs.org has) + 'elementScrollBehavior': 1 + }, + + onPrepare: function() { + /* global angular: false, browser: false, jasmine: false */ + + // Disable animations so e2e tests run more quickly + var disableNgAnimate = function() { + angular.module('disableNgAnimate', []).run(['$animate', function($animate) { + $animate.enabled(false); + }]); + }; + + browser.addMockModule('disableNgAnimate', disableNgAnimate); + + // Store the name of the browser that's currently being used. + browser.getCapabilities().then(function(caps) { + browser.params.browser = caps.get('browserName'); + }); + }, + + jasmineNodeOpts: { + defaultTimeoutInterval: 60000, + showTiming: true + } +}; diff --git a/release-commit.sh b/release-commit.sh deleted file mode 100755 index f05bde207d0a..000000000000 --- a/release-commit.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/usr/bin/env bash - -function catch_errors() { - echo "ERROR. That's life." - exit 1 -} - -trap catch_errors ERR - -TMP_FILE='changelog.tmp' -CHANGELOG_FILE='CHANGELOG.md' - -echo "Getting current version..." -VERSION=`./version.js --current` - -echo "Generating changelog..." -./changelog.js $VERSION $TMP_FILE - -cat $CHANGELOG_FILE >> $TMP_FILE -mv -f $TMP_FILE $CHANGELOG_FILE - - -echo "Updating version..." -./version.js --remove-snapshot - -echo "CONFIRM TO COMMIT" -read WHATEVER - - -echo "Creating commit..." -git commit version.yaml CHANGELOG.md -m "chore(relase): cutting the v$VERSION release" - -echo "Creating tag..." -git tag "v$VERSION" diff --git a/scripts/angular.js/tag-release.sh b/scripts/angular.js/tag-release.sh new file mode 100755 index 000000000000..e85b64b94382 --- /dev/null +++ b/scripts/angular.js/tag-release.sh @@ -0,0 +1,41 @@ +#!/bin/bash + +# Tags a release + +echo "#################################" +echo "## Tag angular.js for a release #" +echo "#################################" + +ARG_DEFS=( + "--action=(prepare|publish)" + "--commit-sha=(.*)" + # the version number of the release. + # e.g. 1.2.12 or 1.2.12-rc.1 + "--version-number=([0-9]+\.[0-9]+\.[0-9]+(-[a-z]+\.[0-9]+)?)" + "--version-name=(.+)" +) + +function checkVersionNumber() { + BRANCH_PATTERN=$(readJsonProp "package.json" "branchPattern") + if [[ $VERSION_NUMBER != $BRANCH_PATTERN ]]; then + echo "version-number needs to match $BRANCH_PATTERN on this branch" + usage + fi +} + +function init { + cd ../.. + checkVersionNumber + TAG_NAME="v$VERSION_NUMBER" +} + +function prepare() { + git tag "$TAG_NAME" -m "chore(release): $TAG_NAME codename($VERSION_NAME)" "$COMMIT_SHA" +} + +function publish() { + # push the tag to github + git push origin $TAG_NAME +} + +source $(dirname $0)/../utils.inc diff --git a/scripts/angular.js/untag-release.sh b/scripts/angular.js/untag-release.sh new file mode 100755 index 000000000000..98f2040a22c4 --- /dev/null +++ b/scripts/angular.js/untag-release.sh @@ -0,0 +1,40 @@ +#!/bin/bash + +# Untags a release. + +echo "###################################" +echo "## Untag angular.js for a release #" +echo "###################################" + +ARG_DEFS=( + "--action=(prepare|publish)" + # the version number of the release. + # e.g. 1.2.12 or 1.2.12-rc.1 + "--version-number=([0-9]+\.[0-9]+\.[0-9]+(-[a-z]+\.[0-9]+)?)" +) + +function init { + TMP_DIR=$(resolveDir ../../tmp) + TAG_NAME="v$VERSION_NUMBER" +} + +function prepare() { + : +} + +function publish() { + # push the tag deletion to github + tags=`git ls-remote --tags git@github.com:angular/angular.js` + if [[ $tags =~ "refs/tags/v$VERSION_NUMBER^" ]]; then + echo "-- Creating dummy git repo for angular.js with origin remote" + mkdir $TMP_DIR/empty-angular.js + cd $TMP_DIR/empty-angular.js + git init + git remote add origin git@github.com:angular/angular.js.git + git push origin ":$TAG_NAME" + else + echo "-- Tag v$VERSION_NUMBER does not exist on remote. Moving on" + fi +} + +source $(dirname $0)/../utils.inc diff --git a/scripts/bower/publish.sh b/scripts/bower/publish.sh new file mode 100755 index 000000000000..f9dce7d8b383 --- /dev/null +++ b/scripts/bower/publish.sh @@ -0,0 +1,110 @@ +#!/bin/bash + +# Script for updating the AngularJS bower repos from current local build. + +echo "#################################" +echo "#### Update bower ###############" +echo "#################################" + +ARG_DEFS=( + "--action=(prepare|publish)" +) + +function init { + TMP_DIR=$(resolveDir ../../tmp) + BUILD_DIR=$(resolveDir ../../build) + NEW_VERSION=$(cat $BUILD_DIR/version.txt) + PROJECT_DIR=$(resolveDir ../..) + # get the dist-tag for this release from a custom property (distTag) in package.json + DIST_TAG=$(readJsonProp "$PROJECT_DIR/package.json" "distTag") +} + + +function prepare { + # + # clone repos + # + for repo in "${REPOS[@]}" + do + echo "-- Cloning bower-$repo" + git clone https://github.com/angular/bower-$repo.git $TMP_DIR/bower-$repo --depth=1 + done + + + # + # move the files from the build + # + + for repo in "${REPOS[@]}" + do + if [ -f $BUILD_DIR/$repo.js ] # ignore i18l + then + echo "-- Updating files in bower-$repo" + cp $BUILD_DIR/$repo.* $TMP_DIR/bower-$repo/ + fi + done + + # move i18n files + cp $BUILD_DIR/i18n/*.js $TMP_DIR/bower-angular-i18n/ + + # move csp.css + cp $BUILD_DIR/angular-csp.css $TMP_DIR/bower-angular + + + # + # Run local precommit script if there is one + # + for repo in "${REPOS[@]}" + do + if [ -f $TMP_DIR/bower-$repo/precommit.sh ] + then + echo "-- Running precommit.sh script for bower-$repo" + cd $TMP_DIR/bower-$repo + $TMP_DIR/bower-$repo/precommit.sh + cd $SCRIPT_DIR + fi + done + + + # + # update bower.json + # tag each repo + # + for repo in "${REPOS[@]}" + do + echo "-- Updating version in bower-$repo to $NEW_VERSION" + cd $TMP_DIR/bower-$repo + replaceJsonProp "bower.json" "version" ".*" "$NEW_VERSION" + replaceJsonProp "bower.json" "angular.*" ".*" "$NEW_VERSION" + replaceJsonProp "package.json" "version" ".*" "$NEW_VERSION" + replaceJsonProp "package.json" "angular.*" ".*" "$NEW_VERSION" + + git add -A + + echo "-- Committing and tagging bower-$repo" + git commit -m "v$NEW_VERSION" + git tag v$NEW_VERSION + cd $SCRIPT_DIR + done +} + +function publish { + for repo in "${REPOS[@]}" + do + echo "-- Pushing bower-$repo" + cd $TMP_DIR/bower-$repo + git push origin master + git push origin v$NEW_VERSION + + # don't publish every build to the npm repository + if [ "${NEW_VERSION/+sha}" = "$NEW_VERSION" ] ; then + echo "-- Publishing to the npm repository as $DIST_TAG" + npm publish --tag=$DIST_TAG + fi + + cd $SCRIPT_DIR + done +} + +source $(dirname $0)/repos.inc +source $(dirname $0)/../utils.inc diff --git a/scripts/bower/repos.inc b/scripts/bower/repos.inc new file mode 100644 index 000000000000..6ec627cfaf4b --- /dev/null +++ b/scripts/bower/repos.inc @@ -0,0 +1,20 @@ +#!/bin/false +# -*- mode: sh; -*- vim: set filetype=sh: + +REPOS=( + angular + angular-animate + angular-aria + angular-cookies + angular-i18n + angular-loader + angular-message-format + angular-messages + angular-mocks + angular-parse-ext + angular-resource + angular-route + angular-sanitize + angular-scenario + angular-touch +) diff --git a/scripts/bower/unpublish.sh b/scripts/bower/unpublish.sh new file mode 100755 index 000000000000..5538c7bf66f3 --- /dev/null +++ b/scripts/bower/unpublish.sh @@ -0,0 +1,42 @@ +#!/bin/bash + +# Script for removing tags from the AngularJS bower repos + +echo "#################################" +echo "#### Untag bower ################" +echo "#################################" + +ARG_DEFS=( + "--action=(prepare|publish)" + "--version-number=([0-9]+\.[0-9]+\.[0-9]+(-[a-z]+\.[0-9]+)?)" +) + +function init { + TMP_DIR=$(resolveDir ../../tmp) +} + +function prepare { + : +} + +function publish { + for repo in "${REPOS[@]}" + do + tags=`git ls-remote --tags git@github.com:angular/bower-$repo` + if [[ $tags =~ "refs/tags/v$VERSION_NUMBER" ]]; then + echo "-- Creating dummy git repo for bower-$repo with origin remote" + mkdir $TMP_DIR/bower-$repo + cd $TMP_DIR/bower-$repo + git init + git remote add origin git@github.com:angular/bower-$repo.git + git push origin :v$VERSION_NUMBER + echo "-- Deleting v$VERSION_NUMBER tag from bower-$repo" + cd $SCRIPT_DIR + else + echo "-- No remote tag matching v$VERSION_NUMBER exists on bower-$repo" + fi + done +} + +source $(dirname $0)/repos.inc +source $(dirname $0)/../utils.inc diff --git a/check-size.sh b/scripts/check-size.sh similarity index 88% rename from check-size.sh rename to scripts/check-size.sh index fd46d0c9227b..636092ffb92b 100755 --- a/check-size.sh +++ b/scripts/check-size.sh @@ -1,5 +1,5 @@ #!/bin/bash -rake minify +grunt minify gzip -c < build/angular.min.js > build/angular.min.js.gzip ls -l build/angular.min.* diff --git a/scripts/code.angularjs.org-firebase/.eslintrc.json b/scripts/code.angularjs.org-firebase/.eslintrc.json new file mode 100644 index 000000000000..22abc7fb2b7a --- /dev/null +++ b/scripts/code.angularjs.org-firebase/.eslintrc.json @@ -0,0 +1,5 @@ +{ + "env": { + "es6": true + } +} diff --git a/scripts/code.angularjs.org-firebase/.firebaserc b/scripts/code.angularjs.org-firebase/.firebaserc new file mode 100644 index 000000000000..5ae9ae1e0f91 --- /dev/null +++ b/scripts/code.angularjs.org-firebase/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "code-angularjs-org-338b8" + } +} diff --git a/scripts/code.angularjs.org-firebase/firebase.json b/scripts/code.angularjs.org-firebase/firebase.json new file mode 100644 index 000000000000..b246bd040c20 --- /dev/null +++ b/scripts/code.angularjs.org-firebase/firebase.json @@ -0,0 +1,22 @@ +{ + "hosting": { + "public": "public", + "trailingSlash": false, + "redirects": [ + { + "source": "/:version/docs", + "destination": "/:version/docs/index.html", + "type": 301 + } + ], + "rewrites": [ + { + "source": "/**", + "function": "sendStoredFile" + } + ] + }, + "storage": { + "rules": "storage.rules" + } +} diff --git a/scripts/code.angularjs.org-firebase/functions/index.js b/scripts/code.angularjs.org-firebase/functions/index.js new file mode 100644 index 000000000000..a57280631896 --- /dev/null +++ b/scripts/code.angularjs.org-firebase/functions/index.js @@ -0,0 +1,236 @@ +'use strict'; + +const functions = require('firebase-functions'); +const {Storage} = require('@google-cloud/storage'); + +const storage = new Storage(); +const gcsBucketId = `${process.env.GCLOUD_PROJECT}.appspot.com`; + +const BROWSER_CACHE_DURATION = 60 * 10; +const CDN_CACHE_DURATION = 60 * 60 * 12; + +function sendStoredFile(request, response) { + // Request paths will be URI-encoded, so we need to decode them to match the file names in the + // storage bucket. Failing to do so will result in a 404 error from the bucket and `index.html` + // will be returned instead. + // Example of path requiring decoding: `.../input%5Btext%5D.html` --> `.../input[text].html` + const requestPath = decodeURI(request.path || '/'); + let filePathSegments = requestPath.split('/').filter((segment) => { + // Remove empty leading or trailing path parts + return segment !== ''; + }); + + const version = filePathSegments[0]; + const isDocsPath = filePathSegments[1] === 'docs'; + const lastSegment = filePathSegments[filePathSegments.length - 1]; + const bucket = storage.bucket(gcsBucketId); + + let downloadSource; + let fileName; + + if (isDocsPath && filePathSegments.length === 2) { + fileName = 'index.html'; + filePathSegments = [version, 'docs', fileName]; + } else { + fileName = lastSegment; + } + + if (!fileName) { + // Root + return getDirectoryListing('/').catch(sendErrorResponse); + } + + downloadSource = filePathSegments.join('/'); + + downloadAndSend(downloadSource).catch(error => { + if (isDocsPath && error.code === 404) { + fileName = 'index.html'; + filePathSegments = [version, 'docs', fileName]; + downloadSource = filePathSegments.join('/'); + + return downloadAndSend(downloadSource); + } + + return Promise.reject(error); + }).catch(error => { + + // If file not found, try the path as a directory + return error.code === 404 ? getDirectoryListing(request.path.slice(1)) : Promise.reject(error); + }).catch(sendErrorResponse); + + function downloadAndSend(downloadSource) { + + const file = bucket.file(downloadSource); + + return file.getMetadata().then(data => { + return new Promise((resolve, reject) => { + + const readStream = file.createReadStream() + .on('error', reject) + .on('finish', resolve); + + response + .status(200) + .set({ + 'Content-Type': data[0].contentType, + 'Cache-Control': `public, max-age=${BROWSER_CACHE_DURATION}, s-maxage=${CDN_CACHE_DURATION}` + }); + + readStream.pipe(response); + }); + + }); + } + + function sendErrorResponse(error) { + if (response.headersSent) { + return response; + } + + let code = 500; + let message = `General error. Please try again later. + If the error persists, please create an issue in the + AngularJS Github repository`; + + if (error.code === 404) { + message = 'File or directory not found'; + code = 404; + } + + return response.status(code).send(message); + } + + function getDirectoryListing(path) { + if (!path.endsWith('/')) path += '/'; + + const getFilesOptions = { + delimiter: '/', + autoPaginate: false + }; + + if (path !== '/') getFilesOptions.prefix = path; + + let fileList = []; + let directoryList = []; + + return getContent(getFilesOptions).then(() => { + let contentList = ''; + + if (path === '/') { + // Let the latest versions appear first + directoryList.reverse(); + } + + directoryList.forEach(directoryPath => { + const dirName = directoryPath.split('/').reverse()[1]; + contentList += `${dirName}/
    `; + }); + + fileList.forEach(file => { + const fileName = file.metadata.name.split('/').pop(); + contentList += `${fileName}
    `; + }); + + // A trailing slash in the base creates correct relative links when the url is accessed + // without trailing slash + const base = request.originalUrl.endsWith('/') ? request.originalUrl : request.originalUrl + '/'; + + const directoryListing = ` + + + + + + + + +

    Index of ${path}

    +
    +
    ${contentList}
    + + `; + + return response + .status(200) + .set({ + 'Cache-Control': `public, max-age=${BROWSER_CACHE_DURATION}, s-maxage=${CDN_CACHE_DURATION}` + }) + .send(directoryListing); + }); + + function getContent(options) { + return bucket.getFiles(options).then(data => { + const files = data[0]; + const nextQuery = data[1]; + const apiResponse = data[2]; + + if ( + // we got no files or directories from previous query pages + !fileList.length && !directoryList.length && + // this query page has no file or directories + !files.length && (!apiResponse || !apiResponse.prefixes)) { + return Promise.reject({ + code: 404 + }); + } + + fileList = fileList.concat(files); + + if (apiResponse && apiResponse.prefixes) { + directoryList = directoryList.concat(apiResponse.prefixes); + } + + if (nextQuery) { + // If the results are paged, get the next page + return getContent(nextQuery); + } + + return true; + }); + + } + } +} + +const snapshotRegex = /^snapshot(-stable)?\//; + +/** + * The build folder contains a zip file that is unique per build. + * When a new zip file is uploaded into snapshot or snapshot-stable, + * delete the previous zip file. + */ +function deleteOldSnapshotZip(object) { + const bucketId = object.bucket; + const filePath = object.name; + const contentType = object.contentType; + + const bucket = storage.bucket(bucketId); + + const snapshotFolderMatch = filePath.match(snapshotRegex); + + if (!snapshotFolderMatch || contentType !== 'application/zip') { + return; + } + + bucket.getFiles({ + prefix: snapshotFolderMatch[0], + delimiter: '/', + autoPaginate: false + }).then(function(data) { + const files = data[0]; + + const oldZipFiles = files.filter(file => { + return file.metadata.name !== filePath && file.metadata.contentType === 'application/zip'; + }); + + console.info(`found ${oldZipFiles.length} old zip files to delete`); + + oldZipFiles.forEach(function(file) { + file.delete(); + }); + + }); +} + +exports.sendStoredFile = functions.https.onRequest(sendStoredFile); +exports.deleteOldSnapshotZip = functions.storage.object().onFinalize(deleteOldSnapshotZip); diff --git a/scripts/code.angularjs.org-firebase/functions/package.json b/scripts/code.angularjs.org-firebase/functions/package.json new file mode 100644 index 000000000000..256e8dbfcaca --- /dev/null +++ b/scripts/code.angularjs.org-firebase/functions/package.json @@ -0,0 +1,13 @@ +{ + "name": "functions-firebase-code.angularjs.org", + "description": "Cloud Functions to serve files from gcs to code.angularjs.org", + "engines": { + "node": "14" + }, + "dependencies": { + "@google-cloud/storage": "^5.8.5", + "firebase-admin": "^9.9.0", + "firebase-functions": "^3.14.1" + }, + "private": true +} diff --git a/scripts/code.angularjs.org-firebase/functions/yarn.lock b/scripts/code.angularjs.org-firebase/functions/yarn.lock new file mode 100644 index 000000000000..79043c65a912 --- /dev/null +++ b/scripts/code.angularjs.org-firebase/functions/yarn.lock @@ -0,0 +1,1526 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@firebase/app-types@0.6.2": + version "0.6.2" + resolved "https://registry.yarnpkg.com/@firebase/app-types/-/app-types-0.6.2.tgz#8578cb1061a83ced4570188be9e225d54e0f27fb" + integrity sha512-2VXvq/K+n8XMdM4L2xy5bYp2ZXMawJXluUIDzUBvMthVR+lhxK4pfFiqr1mmDbv9ydXvEAuFsD+6DpcZuJcSSw== + +"@firebase/auth-interop-types@0.1.6": + version "0.1.6" + resolved "https://registry.yarnpkg.com/@firebase/auth-interop-types/-/auth-interop-types-0.1.6.tgz#5ce13fc1c527ad36f1bb1322c4492680a6cf4964" + integrity sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g== + +"@firebase/component@0.5.1": + version "0.5.1" + resolved "https://registry.yarnpkg.com/@firebase/component/-/component-0.5.1.tgz#b61314f1065552bfc4bf15ebbc66f74be018ed46" + integrity sha512-l1yYAH7OSdmaLXmVBR1vjop2WNELDty3G4NxLFLysWxkcTPhqG+PjKzHEEkAgJ2slF5H3O9BFOGP9OUtrHhvMA== + dependencies: + "@firebase/util" "1.1.0" + tslib "^2.1.0" + +"@firebase/database-types@0.7.2", "@firebase/database-types@^0.7.2": + version "0.7.2" + resolved "https://registry.yarnpkg.com/@firebase/database-types/-/database-types-0.7.2.tgz#449c4b36ec59a1ad9089797b540e2ba1c0d4fcbf" + integrity sha512-cdAd/dgwvC0r3oLEDUR+ULs1vBsEvy0b27nlzKhU6LQgm9fCDzgaH9nFGv8x+S9dly4B0egAXkONkVoWcOAisg== + dependencies: + "@firebase/app-types" "0.6.2" + +"@firebase/database@^0.10.0": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@firebase/database/-/database-0.10.3.tgz#e7e3f65eb9b1851cd014c46705bdef714066bdab" + integrity sha512-PaQ2EEvx0LsWIqN7qsoqN4RiAJYs6FL5BFDFEPTjJZW410ECnMcNfXCASYuQSU903sY4MA0ki9H1nH0J7gb7bQ== + dependencies: + "@firebase/auth-interop-types" "0.1.6" + "@firebase/component" "0.5.1" + "@firebase/database-types" "0.7.2" + "@firebase/logger" "0.2.6" + "@firebase/util" "1.1.0" + faye-websocket "0.11.3" + tslib "^2.1.0" + +"@firebase/logger@0.2.6": + version "0.2.6" + resolved "https://registry.yarnpkg.com/@firebase/logger/-/logger-0.2.6.tgz#3aa2ca4fe10327cabf7808bd3994e88db26d7989" + integrity sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw== + +"@firebase/util@1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@firebase/util/-/util-1.1.0.tgz#add2d57d0b2307a932520abdee303b66be0ac8b0" + integrity sha512-lfuSASuPKNdfebuFR8rjFamMQUPH9iiZHcKS755Rkm/5gRT0qC7BMhCh3ZkHf7NVbplzIc/GhmX2jM+igDRCag== + dependencies: + tslib "^2.1.0" + +"@google-cloud/common@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@google-cloud/common/-/common-3.6.0.tgz#c2f6da5f79279a4a9ac7c71fc02d582beab98e8b" + integrity sha512-aHIFTqJZmeTNO9md8XxV+ywuvXF3xBm5WNmgWeeCK+XN5X+kGW0WEX94wGwj+/MdOnrVf4dL2RvSIt9J5yJG6Q== + dependencies: + "@google-cloud/projectify" "^2.0.0" + "@google-cloud/promisify" "^2.0.0" + arrify "^2.0.1" + duplexify "^4.1.1" + ent "^2.2.0" + extend "^3.0.2" + google-auth-library "^7.0.2" + retry-request "^4.1.1" + teeny-request "^7.0.0" + +"@google-cloud/firestore@^4.5.0": + version "4.12.2" + resolved "https://registry.yarnpkg.com/@google-cloud/firestore/-/firestore-4.12.2.tgz#306ad79978ec02f7f4db99ebe31cec878b63f5a4" + integrity sha512-5rurTAJXQ0SANEf8K9eA2JAB5zAh+pu4tGRnkZx5gBWQLZXdBFdtepS+irvKuSXw1KbeAQOuRANSc/nguys6SQ== + dependencies: + fast-deep-equal "^3.1.1" + functional-red-black-tree "^1.0.1" + google-gax "^2.12.0" + protobufjs "^6.8.6" + +"@google-cloud/paginator@^3.0.0": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@google-cloud/paginator/-/paginator-3.0.5.tgz#9d6b96c421a89bd560c1bc2c197c7611ef21db6c" + integrity sha512-N4Uk4BT1YuskfRhKXBs0n9Lg2YTROZc6IMpkO/8DIHODtm5s3xY8K5vVBo23v/2XulY3azwITQlYWgT4GdLsUw== + dependencies: + arrify "^2.0.0" + extend "^3.0.2" + +"@google-cloud/projectify@^2.0.0": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@google-cloud/projectify/-/projectify-2.0.1.tgz#13350ee609346435c795bbfe133a08dfeab78d65" + integrity sha512-ZDG38U/Yy6Zr21LaR3BTiiLtpJl6RkPS/JwoRT453G+6Q1DhlV0waNf8Lfu+YVYGIIxgKnLayJRfYlFJfiI8iQ== + +"@google-cloud/promisify@^2.0.0": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@google-cloud/promisify/-/promisify-2.0.3.tgz#f934b5cdc939e3c7039ff62b9caaf59a9d89e3a8" + integrity sha512-d4VSA86eL/AFTe5xtyZX+ePUjE8dIFu2T8zmdeNBSa5/kNgXPCx/o/wbFNHAGLJdGnk1vddRuMESD9HbOC8irw== + +"@google-cloud/storage@^5.3.0", "@google-cloud/storage@^5.8.5": + version "5.8.5" + resolved "https://registry.yarnpkg.com/@google-cloud/storage/-/storage-5.8.5.tgz#2cf1e2e0ef8ca552abc4450301fef3fea4900ef6" + integrity sha512-i0gB9CRwQeOBYP7xuvn14M40LhHCwMjceBjxE4CTvsqL519sVY5yVKxLiAedHWGwUZHJNRa7Q2CmNfkdRwVNPg== + dependencies: + "@google-cloud/common" "^3.6.0" + "@google-cloud/paginator" "^3.0.0" + "@google-cloud/promisify" "^2.0.0" + arrify "^2.0.0" + async-retry "^1.3.1" + compressible "^2.0.12" + date-and-time "^1.0.0" + duplexify "^4.0.0" + extend "^3.0.2" + gaxios "^4.0.0" + gcs-resumable-upload "^3.1.4" + get-stream "^6.0.0" + hash-stream-validation "^0.2.2" + mime "^2.2.0" + mime-types "^2.0.8" + onetime "^5.1.0" + p-limit "^3.0.1" + pumpify "^2.0.0" + snakeize "^0.1.0" + stream-events "^1.0.1" + xdg-basedir "^4.0.0" + +"@grpc/grpc-js@~1.3.0": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.2.tgz#eae97e6daf5abd49a7818aadeca0744dfb1ebca1" + integrity sha512-UXepkOKCATJrhHGsxt+CGfpZy9zUn1q9mop5kfcXq1fBkTePxVNPOdnISlCbJFlCtld+pSLGyZCzr9/zVprFKA== + dependencies: + "@types/node" ">=12.12.47" + +"@grpc/proto-loader@^0.6.1": + version "0.6.2" + resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.2.tgz#412575f3ff5ef0a9b79d4ea12c08cba5601041cb" + integrity sha512-q2Qle60Ht2OQBCp9S5hv1JbI4uBBq6/mqSevFNK3ZEgRDBCAkWqZPUhD/K9gXOHrHKluliHiVq2L9sw1mVyAIg== + dependencies: + "@types/long" "^4.0.1" + lodash.camelcase "^4.3.0" + long "^4.0.0" + protobufjs "^6.10.0" + yargs "^16.1.1" + +"@panva/asn1.js@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@panva/asn1.js/-/asn1.js-1.0.0.tgz#dd55ae7b8129e02049f009408b97c61ccf9032f6" + integrity sha512-UdkG3mLEqXgnlKsWanWcgb6dOjUzJ+XC5f+aWw30qrtjxeNUSfKX1cd5FBzOaXQumoe9nIqeZUvrRJS03HCCtw== + +"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf" + integrity sha1-m4sMxmPWaafY9vXQiToU00jzD78= + +"@protobufjs/base64@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/base64/-/base64-1.1.2.tgz#4c85730e59b9a1f1f349047dbf24296034bb2735" + integrity sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg== + +"@protobufjs/codegen@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1ad59722e506d9262815cb" + integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg== + +"@protobufjs/eventemitter@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98bafad5978f9ed095f397621f1d066b70" + integrity sha1-NVy8mLr61ZePntCV85diHx0Ga3A= + +"@protobufjs/fetch@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/fetch/-/fetch-1.1.0.tgz#ba99fb598614af65700c1619ff06d454b0d84c45" + integrity sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU= + dependencies: + "@protobufjs/aspromise" "^1.1.1" + "@protobufjs/inquire" "^1.1.0" + +"@protobufjs/float@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@protobufjs/float/-/float-1.0.2.tgz#5e9e1abdcb73fc0a7cb8b291df78c8cbd97b87d1" + integrity sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E= + +"@protobufjs/inquire@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/inquire/-/inquire-1.1.0.tgz#ff200e3e7cf2429e2dcafc1140828e8cc638f089" + integrity sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik= + +"@protobufjs/path@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/path/-/path-1.1.2.tgz#6cc2b20c5c9ad6ad0dccfd21ca7673d8d7fbf68d" + integrity sha1-bMKyDFya1q0NzP0hynZz2Nf79o0= + +"@protobufjs/pool@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/pool/-/pool-1.1.0.tgz#09fd15f2d6d3abfa9b65bc366506d6ad7846ff54" + integrity sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q= + +"@protobufjs/utf8@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" + integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= + +"@tootallnate/once@1": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" + integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== + +"@types/body-parser@*": + version "1.19.0" + resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.0.tgz#0685b3c47eb3006ffed117cdd55164b61f80538f" + integrity sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== + dependencies: + "@types/connect" "*" + "@types/node" "*" + +"@types/connect@*": + version "3.4.34" + resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.34.tgz#170a40223a6d666006d93ca128af2beb1d9b1901" + integrity sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ== + dependencies: + "@types/node" "*" + +"@types/express-jwt@0.0.42": + version "0.0.42" + resolved "https://registry.yarnpkg.com/@types/express-jwt/-/express-jwt-0.0.42.tgz#4f04e1fadf9d18725950dc041808a4a4adf7f5ae" + integrity sha512-WszgUddvM1t5dPpJ3LhWNH8kfNN8GPIBrAGxgIYXVCEGx6Bx4A036aAuf/r5WH9DIEdlmp7gHOYvSM6U87B0ag== + dependencies: + "@types/express" "*" + "@types/express-unless" "*" + +"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": + version "4.17.21" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.21.tgz#a427278e106bca77b83ad85221eae709a3414d42" + integrity sha512-gwCiEZqW6f7EoR8TTEfalyEhb1zA5jQJnRngr97+3pzMaO1RKoI1w2bw07TK72renMUVWcWS5mLI6rk1NqN0nA== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + +"@types/express-unless@*": + version "0.5.1" + resolved "https://registry.yarnpkg.com/@types/express-unless/-/express-unless-0.5.1.tgz#4f440b905e42bbf53382b8207bc337dc5ff9fd1f" + integrity sha512-5fuvg7C69lemNgl0+v+CUxDYWVPSfXHhJPst4yTLcqi4zKJpORCxnDrnnilk3k0DTq/WrAUdvXFs01+vUqUZHw== + dependencies: + "@types/express" "*" + +"@types/express@*": + version "4.17.12" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.12.tgz#4bc1bf3cd0cfe6d3f6f2853648b40db7d54de350" + integrity sha512-pTYas6FrP15B1Oa0bkN5tQMNqOcVXa9j4FTFtO8DWI9kppKib+6NJtfTOOLcwxuuYvcX2+dVG6et1SxW/Kc17Q== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^4.17.18" + "@types/qs" "*" + "@types/serve-static" "*" + +"@types/express@4.17.3": + version "4.17.3" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.3.tgz#38e4458ce2067873b09a73908df488870c303bd9" + integrity sha512-I8cGRJj3pyOLs/HndoP+25vOqhqWkAZsWMEmq1qXy/b/M3ppufecUwaK2/TVDVxcV61/iSdhykUjQQ2DLSrTdg== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "*" + "@types/serve-static" "*" + +"@types/long@^4.0.0", "@types/long@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9" + integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w== + +"@types/mime@^1": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" + integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== + +"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0": + version "15.12.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.1.tgz#9b60797dee1895383a725f828a869c86c6caa5c2" + integrity sha512-zyxJM8I1c9q5sRMtVF+zdd13Jt6RU4r4qfhTd7lQubyThvLfx6yYekWSQjGCGV2Tkecgxnlpl/DNlb6Hg+dmEw== + +"@types/qs@*": + version "6.9.6" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.6.tgz#df9c3c8b31a247ec315e6996566be3171df4b3b1" + integrity sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA== + +"@types/range-parser@*": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c" + integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== + +"@types/serve-static@*": + version "1.13.9" + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e" + integrity sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA== + dependencies: + "@types/mime" "^1" + "@types/node" "*" + +abort-controller@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" + integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== + dependencies: + event-target-shim "^5.0.0" + +accepts@~1.3.7: + version "1.3.7" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" + integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== + dependencies: + mime-types "~2.1.24" + negotiator "0.6.2" + +agent-base@6: + version "6.0.2" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== + dependencies: + debug "4" + +ansi-regex@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" + integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== + +ansi-styles@^4.0.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +array-flatten@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= + +arrify@^2.0.0, arrify@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" + integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== + +async-retry@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.1.tgz#139f31f8ddce50c0870b0ba558a6079684aaed55" + integrity sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA== + dependencies: + retry "0.12.0" + +base64-js@^1.3.0: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +bignumber.js@^9.0.0: + version "9.0.1" + resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.1.tgz#8d7ba124c882bfd8e43260c67475518d0689e4e5" + integrity sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA== + +body-parser@1.19.0: + version "1.19.0" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" + integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== + dependencies: + bytes "3.1.0" + content-type "~1.0.4" + debug "2.6.9" + depd "~1.1.2" + http-errors "1.7.2" + iconv-lite "0.4.24" + on-finished "~2.3.0" + qs "6.7.0" + raw-body "2.4.0" + type-is "~1.6.17" + +buffer-equal-constant-time@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" + integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk= + +bytes@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" + integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== + +cliui@^7.0.2: + version "7.0.4" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" + integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^7.0.0" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +compressible@^2.0.12: + version "2.0.18" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" + integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== + dependencies: + mime-db ">= 1.43.0 < 2" + +configstore@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/configstore/-/configstore-5.0.1.tgz#d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96" + integrity sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA== + dependencies: + dot-prop "^5.2.0" + graceful-fs "^4.1.2" + make-dir "^3.0.0" + unique-string "^2.0.0" + write-file-atomic "^3.0.0" + xdg-basedir "^4.0.0" + +content-disposition@0.5.3: + version "0.5.3" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" + integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== + dependencies: + safe-buffer "5.1.2" + +content-type@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + +cookie-signature@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + +cookie@0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" + integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== + +cors@^2.8.5: + version "2.8.5" + resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29" + integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== + dependencies: + object-assign "^4" + vary "^1" + +crypto-random-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" + integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== + +date-and-time@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-1.0.1.tgz#4959b7faf1ec5873e59d926d4528b9223a808a57" + integrity sha512-7u+uNfnjWkX+YFQfivvW24TjaJG6ahvTrfw1auq7KlC7osuGcZBIWGBvB9UcENjH6JnLVhMqlRripk1dSHjAUA== + +debug@2.6.9: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@4, debug@^4.1.0, debug@^4.1.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" + integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== + dependencies: + ms "2.1.2" + +depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + +destroy@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= + +dicer@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.3.0.tgz#eacd98b3bfbf92e8ab5c2fdb71aaac44bb06b872" + integrity sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA== + dependencies: + streamsearch "0.1.2" + +dot-prop@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" + integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== + dependencies: + is-obj "^2.0.0" + +duplexify@^4.0.0, duplexify@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-4.1.1.tgz#7027dc374f157b122a8ae08c2d3ea4d2d953aa61" + integrity sha512-DY3xVEmVHTv1wSzKNbwoU6nVjzI369Y6sPoqfYr0/xlx3IdX2n94xIszTcjPO8W8ZIv0Wb0PXNcjuZyT4wiICA== + dependencies: + end-of-stream "^1.4.1" + inherits "^2.0.3" + readable-stream "^3.1.1" + stream-shift "^1.0.0" + +ecdsa-sig-formatter@1.0.11, ecdsa-sig-formatter@^1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf" + integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ== + dependencies: + safe-buffer "^5.0.1" + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + +end-of-stream@^1.1.0, end-of-stream@^1.4.1: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +ent@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d" + integrity sha1-6WQhkyWiHQX0RGai9obtbOX13R0= + +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + +event-target-shim@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" + integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== + +express@^4.17.1: + version "4.17.1" + resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" + integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== + dependencies: + accepts "~1.3.7" + array-flatten "1.1.1" + body-parser "1.19.0" + content-disposition "0.5.3" + content-type "~1.0.4" + cookie "0.4.0" + cookie-signature "1.0.6" + debug "2.6.9" + depd "~1.1.2" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "~1.1.2" + fresh "0.5.2" + merge-descriptors "1.0.1" + methods "~1.1.2" + on-finished "~2.3.0" + parseurl "~1.3.3" + path-to-regexp "0.1.7" + proxy-addr "~2.0.5" + qs "6.7.0" + range-parser "~1.2.1" + safe-buffer "5.1.2" + send "0.17.1" + serve-static "1.14.1" + setprototypeof "1.1.1" + statuses "~1.5.0" + type-is "~1.6.18" + utils-merge "1.0.1" + vary "~1.1.2" + +extend@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== + +fast-deep-equal@^3.1.1: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-text-encoding@^1.0.0, fast-text-encoding@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz#ec02ac8e01ab8a319af182dae2681213cfe9ce53" + integrity sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig== + +faye-websocket@0.11.3: + version "0.11.3" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" + integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== + dependencies: + websocket-driver ">=0.5.1" + +finalhandler@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" + integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== + dependencies: + debug "2.6.9" + encodeurl "~1.0.2" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.3" + statuses "~1.5.0" + unpipe "~1.0.0" + +firebase-admin@^9.9.0: + version "9.9.0" + resolved "https://registry.yarnpkg.com/firebase-admin/-/firebase-admin-9.9.0.tgz#40442704b5ac0fddfdcdf4255601f8acb1e6fab3" + integrity sha512-04HT7JAAqcJYty95qf15IBD9CXf+vr7S8zNU6Zt1ayC1J05DLaCsUd19/sCNAjZ614KHexAYUtyLgZoJwu2wOQ== + dependencies: + "@firebase/database" "^0.10.0" + "@firebase/database-types" "^0.7.2" + "@types/node" ">=12.12.47" + dicer "^0.3.0" + jsonwebtoken "^8.5.1" + jwks-rsa "^2.0.2" + node-forge "^0.10.0" + optionalDependencies: + "@google-cloud/firestore" "^4.5.0" + "@google-cloud/storage" "^5.3.0" + +firebase-functions@^3.14.1: + version "3.14.1" + resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.14.1.tgz#3ac5bc70989365874f41d06bca3b42a233dd6039" + integrity sha512-hL/qm+i5i1qKYmAFMlQ4mwRngDkP+3YT3F4E4Nd5Hj2QKeawBdZiMGgEt6zqTx08Zq04vHiSnSM0z75UJRSg6Q== + dependencies: + "@types/express" "4.17.3" + cors "^2.8.5" + express "^4.17.1" + lodash "^4.17.14" + +forwarded@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" + integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + +functional-red-black-tree@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" + integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= + +gaxios@^4.0.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/gaxios/-/gaxios-4.3.0.tgz#ad4814d89061f85b97ef52aed888c5dbec32f774" + integrity sha512-pHplNbslpwCLMyII/lHPWFQbJWOX0B3R1hwBEOvzYi1GmdKZruuEHK4N9V6f7tf1EaPYyF80mui1+344p6SmLg== + dependencies: + abort-controller "^3.0.0" + extend "^3.0.2" + https-proxy-agent "^5.0.0" + is-stream "^2.0.0" + node-fetch "^2.3.0" + +gcp-metadata@^4.2.0: + version "4.2.1" + resolved "https://registry.yarnpkg.com/gcp-metadata/-/gcp-metadata-4.2.1.tgz#31849fbcf9025ef34c2297c32a89a1e7e9f2cd62" + integrity sha512-tSk+REe5iq/N+K+SK1XjZJUrFPuDqGZVzCy2vocIHIGmPlTGsa8owXMJwGkrXr73NO0AzhPW4MF2DEHz7P2AVw== + dependencies: + gaxios "^4.0.0" + json-bigint "^1.0.0" + +gcs-resumable-upload@^3.1.4: + version "3.1.4" + resolved "https://registry.yarnpkg.com/gcs-resumable-upload/-/gcs-resumable-upload-3.1.4.tgz#2e591889efb02247af26868de300b398346b17b5" + integrity sha512-5dyDfHrrVcIskiw/cPssVD4HRiwoHjhk1Nd6h5W3pQ/qffDvhfy4oNCr1f3ZXFPwTnxkCbibsB+73oOM+NvmJQ== + dependencies: + abort-controller "^3.0.0" + configstore "^5.0.0" + extend "^3.0.2" + gaxios "^4.0.0" + google-auth-library "^7.0.0" + pumpify "^2.0.0" + stream-events "^1.0.4" + +get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-stream@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== + +google-auth-library@^7.0.0, google-auth-library@^7.0.2: + version "7.1.1" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-7.1.1.tgz#aa901f14e97a4ca458f426417216e01b360c2b55" + integrity sha512-+Q1linq/To3DYLyPz4UTEkQ0v5EOXadMM/S+taLV3W9611hq9zqg8kgGApqbTQnggtwdO9yU1y2YT7+83wdTRg== + dependencies: + arrify "^2.0.0" + base64-js "^1.3.0" + ecdsa-sig-formatter "^1.0.11" + fast-text-encoding "^1.0.0" + gaxios "^4.0.0" + gcp-metadata "^4.2.0" + gtoken "^5.0.4" + jws "^4.0.0" + lru-cache "^6.0.0" + +google-gax@^2.12.0: + version "2.14.1" + resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-2.14.1.tgz#74885c5d9f01db412917fc49bbf20c4884828d36" + integrity sha512-I5RDEN7MEptrCxeHX3ht7nKFGfyjgYX4hQKI9eVMBohMzVbFSwWUndo0CcKXu8es7NhB4gt2XYLm1AHkXhtHpA== + dependencies: + "@grpc/grpc-js" "~1.3.0" + "@grpc/proto-loader" "^0.6.1" + "@types/long" "^4.0.0" + abort-controller "^3.0.0" + duplexify "^4.0.0" + fast-text-encoding "^1.0.3" + google-auth-library "^7.0.2" + is-stream-ended "^0.1.4" + node-fetch "^2.6.1" + object-hash "^2.1.1" + protobufjs "^6.10.2" + retry-request "^4.0.0" + +google-p12-pem@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/google-p12-pem/-/google-p12-pem-3.0.3.tgz#673ac3a75d3903a87f05878f3c75e06fc151669e" + integrity sha512-wS0ek4ZtFx/ACKYF3JhyGe5kzH7pgiQ7J5otlumqR9psmWMYc+U9cErKlCYVYHoUaidXHdZ2xbo34kB+S+24hA== + dependencies: + node-forge "^0.10.0" + +graceful-fs@^4.1.2: + version "4.2.6" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" + integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== + +gtoken@^5.0.4: + version "5.2.1" + resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-5.2.1.tgz#4dae1fea17270f457954b4a45234bba5fc796d16" + integrity sha512-OY0BfPKe3QnMsY9MzTHTSKn+Vl2l1CcLe6BwDEQj00mbbkl5nyQ/7EUREstg4fQNZ8iYE7br4JJ7TdKeDOPWmw== + dependencies: + gaxios "^4.0.0" + google-p12-pem "^3.0.3" + jws "^4.0.0" + +hash-stream-validation@^0.2.2: + version "0.2.4" + resolved "https://registry.yarnpkg.com/hash-stream-validation/-/hash-stream-validation-0.2.4.tgz#ee68b41bf822f7f44db1142ec28ba9ee7ccb7512" + integrity sha512-Gjzu0Xn7IagXVkSu9cSFuK1fqzwtLwFhNhVL8IFJijRNMgUttFbBSIAzKuSIrsFMO1+g1RlsoN49zPIbwPDMGQ== + +http-errors@1.7.2: + version "1.7.2" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" + integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.1" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.0" + +http-errors@~1.7.2: + version "1.7.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" + integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== + dependencies: + depd "~1.1.2" + inherits "2.0.4" + setprototypeof "1.1.1" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.0" + +http-parser-js@>=0.5.1: + version "0.5.3" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.3.tgz#01d2709c79d41698bb01d4decc5e9da4e4a033d9" + integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg== + +http-proxy-agent@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" + integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== + dependencies: + "@tootallnate/once" "1" + agent-base "6" + debug "4" + +https-proxy-agent@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" + integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== + dependencies: + agent-base "6" + debug "4" + +iconv-lite@0.4.24: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + +inherits@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + +inherits@2.0.4, inherits@^2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +ipaddr.js@1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" + integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-obj@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" + integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== + +is-stream-ended@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-stream-ended/-/is-stream-ended-0.1.4.tgz#f50224e95e06bce0e356d440a4827cd35b267eda" + integrity sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw== + +is-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" + integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== + +is-typedarray@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= + +jose@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/jose/-/jose-2.0.5.tgz#29746a18d9fff7dcf9d5d2a6f62cb0c7cd27abd3" + integrity sha512-BAiDNeDKTMgk4tvD0BbxJ8xHEHBZgpeRZ1zGPPsitSyMgjoMWiLGYAE7H7NpP5h0lPppQajQs871E8NHUrzVPA== + dependencies: + "@panva/asn1.js" "^1.0.0" + +json-bigint@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-1.0.0.tgz#ae547823ac0cad8398667f8cd9ef4730f5b01ff1" + integrity sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ== + dependencies: + bignumber.js "^9.0.0" + +jsonwebtoken@^8.5.1: + version "8.5.1" + resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d" + integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w== + dependencies: + jws "^3.2.2" + lodash.includes "^4.3.0" + lodash.isboolean "^3.0.3" + lodash.isinteger "^4.0.4" + lodash.isnumber "^3.0.3" + lodash.isplainobject "^4.0.6" + lodash.isstring "^4.0.1" + lodash.once "^4.0.0" + ms "^2.1.1" + semver "^5.6.0" + +jwa@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a" + integrity sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA== + dependencies: + buffer-equal-constant-time "1.0.1" + ecdsa-sig-formatter "1.0.11" + safe-buffer "^5.0.1" + +jwa@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/jwa/-/jwa-2.0.0.tgz#a7e9c3f29dae94027ebcaf49975c9345593410fc" + integrity sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA== + dependencies: + buffer-equal-constant-time "1.0.1" + ecdsa-sig-formatter "1.0.11" + safe-buffer "^5.0.1" + +jwks-rsa@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-2.0.3.tgz#4059f25e27f1d9cb5681dd12a98e46f8aa39fcbd" + integrity sha512-/rkjXRWAp0cS00tunsHResw68P5iTQru8+jHufLNv3JHc4nObFEndfEUSuPugh09N+V9XYxKUqi7QrkmCHSSSg== + dependencies: + "@types/express-jwt" "0.0.42" + debug "^4.1.0" + jose "^2.0.5" + limiter "^1.1.5" + lru-memoizer "^2.1.2" + +jws@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304" + integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA== + dependencies: + jwa "^1.4.1" + safe-buffer "^5.0.1" + +jws@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jws/-/jws-4.0.0.tgz#2d4e8cf6a318ffaa12615e9dec7e86e6c97310f4" + integrity sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg== + dependencies: + jwa "^2.0.0" + safe-buffer "^5.0.1" + +limiter@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/limiter/-/limiter-1.1.5.tgz#8f92a25b3b16c6131293a0cc834b4a838a2aa7c2" + integrity sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA== + +lodash.camelcase@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" + integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= + +lodash.clonedeep@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" + integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= + +lodash.includes@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f" + integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8= + +lodash.isboolean@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" + integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY= + +lodash.isinteger@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" + integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M= + +lodash.isnumber@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc" + integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w= + +lodash.isplainobject@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= + +lodash.isstring@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" + integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE= + +lodash.once@^4.0.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" + integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w= + +lodash@^4.17.14: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +long@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" + integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== + +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + +lru-cache@~4.0.0: + version "4.0.2" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e" + integrity sha1-HRdnnAac2l0ECZGgnbwsDbN35V4= + dependencies: + pseudomap "^1.0.1" + yallist "^2.0.0" + +lru-memoizer@^2.1.2: + version "2.1.4" + resolved "https://registry.yarnpkg.com/lru-memoizer/-/lru-memoizer-2.1.4.tgz#b864d92b557f00b1eeb322156a0409cb06dafac6" + integrity sha512-IXAq50s4qwrOBrXJklY+KhgZF+5y98PDaNo0gi/v2KQBFLyWr+JyFvijZXkGKjQj/h9c0OwoE+JZbwUXce76hQ== + dependencies: + lodash.clonedeep "^4.5.0" + lru-cache "~4.0.0" + +make-dir@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" + integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== + dependencies: + semver "^6.0.0" + +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + +merge-descriptors@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + +methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + +mime-db@1.48.0, "mime-db@>= 1.43.0 < 2": + version "1.48.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.48.0.tgz#e35b31045dd7eada3aaad537ed88a33afbef2d1d" + integrity sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ== + +mime-types@^2.0.8, mime-types@~2.1.24: + version "2.1.31" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.31.tgz#a00d76b74317c61f9c2db2218b8e9f8e9c5c9e6b" + integrity sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg== + dependencies: + mime-db "1.48.0" + +mime@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mime@^2.2.0: + version "2.5.2" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe" + integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg== + +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +ms@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" + integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== + +ms@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +ms@^2.1.1: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +negotiator@0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" + integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== + +node-fetch@^2.3.0, node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== + +node-forge@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" + integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== + +object-assign@^4: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +object-hash@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5" + integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw== + +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= + dependencies: + ee-first "1.1.1" + +once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +onetime@^5.1.0: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + +p-limit@^3.0.1: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + +parseurl@~1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== + +path-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + +protobufjs@^6.10.0, protobufjs@^6.10.2, protobufjs@^6.8.6: + version "6.11.2" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.2.tgz#de39fabd4ed32beaa08e9bb1e30d08544c1edf8b" + integrity sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw== + dependencies: + "@protobufjs/aspromise" "^1.1.2" + "@protobufjs/base64" "^1.1.2" + "@protobufjs/codegen" "^2.0.4" + "@protobufjs/eventemitter" "^1.1.0" + "@protobufjs/fetch" "^1.1.0" + "@protobufjs/float" "^1.0.2" + "@protobufjs/inquire" "^1.1.0" + "@protobufjs/path" "^1.1.2" + "@protobufjs/pool" "^1.1.0" + "@protobufjs/utf8" "^1.1.0" + "@types/long" "^4.0.1" + "@types/node" ">=13.7.0" + long "^4.0.0" + +proxy-addr@~2.0.5: + version "2.0.7" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" + integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== + dependencies: + forwarded "0.2.0" + ipaddr.js "1.9.1" + +pseudomap@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pumpify@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-2.0.1.tgz#abfc7b5a621307c728b551decbbefb51f0e4aa1e" + integrity sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw== + dependencies: + duplexify "^4.1.1" + inherits "^2.0.3" + pump "^3.0.0" + +qs@6.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" + integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== + +range-parser@~1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== + +raw-body@2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" + integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== + dependencies: + bytes "3.1.0" + http-errors "1.7.2" + iconv-lite "0.4.24" + unpipe "1.0.0" + +readable-stream@^3.1.1: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" + integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + +retry-request@^4.0.0, retry-request@^4.1.1: + version "4.1.3" + resolved "https://registry.yarnpkg.com/retry-request/-/retry-request-4.1.3.tgz#d5f74daf261372cff58d08b0a1979b4d7cab0fde" + integrity sha512-QnRZUpuPNgX0+D1xVxul6DbJ9slvo4Rm6iV/dn63e048MvGbUZiKySVt6Tenp04JqmchxjiLltGerOJys7kJYQ== + dependencies: + debug "^4.1.1" + +retry@0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" + integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= + +safe-buffer@5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +"safer-buffer@>= 2.1.2 < 3": + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +semver@^5.6.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + +semver@^6.0.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + +send@0.17.1: + version "0.17.1" + resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" + integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== + dependencies: + debug "2.6.9" + depd "~1.1.2" + destroy "~1.0.4" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "~1.7.2" + mime "1.6.0" + ms "2.1.1" + on-finished "~2.3.0" + range-parser "~1.2.1" + statuses "~1.5.0" + +serve-static@1.14.1: + version "1.14.1" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" + integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.17.1" + +setprototypeof@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" + integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== + +signal-exit@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" + integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== + +snakeize@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/snakeize/-/snakeize-0.1.0.tgz#10c088d8b58eb076b3229bb5a04e232ce126422d" + integrity sha1-EMCI2LWOsHazIpu1oE4jLOEmQi0= + +"statuses@>= 1.5.0 < 2", statuses@~1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + +stream-events@^1.0.1, stream-events@^1.0.4, stream-events@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/stream-events/-/stream-events-1.0.5.tgz#bbc898ec4df33a4902d892333d47da9bf1c406d5" + integrity sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg== + dependencies: + stubs "^3.0.0" + +stream-shift@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" + integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== + +streamsearch@0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a" + integrity sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo= + +string-width@^4.1.0, string-width@^4.2.0: + version "4.2.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5" + integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.0" + +string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +strip-ansi@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" + integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== + dependencies: + ansi-regex "^5.0.0" + +stubs@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/stubs/-/stubs-3.0.0.tgz#e8d2ba1fa9c90570303c030b6900f7d5f89abe5b" + integrity sha1-6NK6H6nJBXAwPAMLaQD31fiavls= + +teeny-request@^7.0.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.1.0.tgz#be7593e62d5f2d656646a0c35fc7c3f18f6300f9" + integrity sha512-hPfSc05a7Mf3syqVhSkrVMb844sMiP60MrfGMts3ft6V6UlSkEIGQzgwf0dy1KjdE3FV2lJ5s7QCBFcaoQLA6g== + dependencies: + http-proxy-agent "^4.0.0" + https-proxy-agent "^5.0.0" + node-fetch "^2.6.1" + stream-events "^1.0.5" + uuid "^8.0.0" + +toidentifier@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" + integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== + +tslib@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== + +type-is@~1.6.17, type-is@~1.6.18: + version "1.6.18" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.24" + +typedarray-to-buffer@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" + integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== + dependencies: + is-typedarray "^1.0.0" + +unique-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" + integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== + dependencies: + crypto-random-string "^2.0.0" + +unpipe@1.0.0, unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + +util-deprecate@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + +uuid@^8.0.0: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + +vary@^1, vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + +websocket-driver@>=0.5.1: + version "0.7.4" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" + integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== + dependencies: + http-parser-js ">=0.5.1" + safe-buffer ">=5.1.0" + websocket-extensions ">=0.1.1" + +websocket-extensions@>=0.1.1: + version "0.1.4" + resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" + integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== + +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +write-file-atomic@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" + integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== + dependencies: + imurmurhash "^0.1.4" + is-typedarray "^1.0.0" + signal-exit "^3.0.2" + typedarray-to-buffer "^3.1.5" + +xdg-basedir@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13" + integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + +yallist@^2.0.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" + integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + +yargs-parser@^20.2.2: + version "20.2.7" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a" + integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw== + +yargs@^16.1.1: + version "16.2.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" + integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== diff --git a/lib/nodeserver/favicon.ico b/scripts/code.angularjs.org-firebase/public/favicon.ico similarity index 100% rename from lib/nodeserver/favicon.ico rename to scripts/code.angularjs.org-firebase/public/favicon.ico diff --git a/scripts/code.angularjs.org-firebase/public/googleb96cceae5888d79f.html b/scripts/code.angularjs.org-firebase/public/googleb96cceae5888d79f.html new file mode 100644 index 000000000000..c6a8e278d543 --- /dev/null +++ b/scripts/code.angularjs.org-firebase/public/googleb96cceae5888d79f.html @@ -0,0 +1 @@ +google-site-verification: googleb96cceae5888d79f.html \ No newline at end of file diff --git a/scripts/code.angularjs.org-firebase/public/robots.txt b/scripts/code.angularjs.org-firebase/public/robots.txt new file mode 100644 index 000000000000..e83f2c10453d --- /dev/null +++ b/scripts/code.angularjs.org-firebase/public/robots.txt @@ -0,0 +1,6 @@ +User-agent: * + +Disallow: /*docs*/ +Disallow: /*i18n/ +Disallow: /*.zip$ +Allow: /snapshot/docs/js/all-versions-data.js diff --git a/scripts/code.angularjs.org-firebase/readme.firebase.code.md b/scripts/code.angularjs.org-firebase/readme.firebase.code.md new file mode 100644 index 000000000000..5e90763f08f4 --- /dev/null +++ b/scripts/code.angularjs.org-firebase/readme.firebase.code.md @@ -0,0 +1,15 @@ +Firebase for code.angularjs.org +=============================== + +This folder contains the Google Firebase scripts for the `code.angularjs.org` setup. + +`firebase.json` contains the rewrite rules that route every subdirectory request to the cloud function in `functions/index.js` that serves the docs from the Firebase Google Cloud Storage bucket. + +`functions/index.js` also contains a rule that deletes outdated build zip files from the snapshot and snapshot-stable folders when new zip files are uploaded. + +See `/scripts/docs.angularjs.org-firebase/readme.firebase.code.md` for the Firebase deployment to `docs.angularjs.org`. + +# Continuous integration + +The code is deployed to Google Firebase hosting and functions as well as to the Google Cloud Storage bucket automatically via CI. +See `.circleci/config.yml` for the complete deployment config and build steps. diff --git a/scripts/code.angularjs.org-firebase/storage.rules b/scripts/code.angularjs.org-firebase/storage.rules new file mode 100644 index 000000000000..d494542e9b28 --- /dev/null +++ b/scripts/code.angularjs.org-firebase/storage.rules @@ -0,0 +1,7 @@ +service firebase.storage { + match /b/{bucket}/o { + match /{allPaths=**} { + allow read, write: if request.auth!=null; + } + } +} diff --git a/scripts/code.angularjs.org/publish.sh b/scripts/code.angularjs.org/publish.sh new file mode 100755 index 000000000000..86314dbae4db --- /dev/null +++ b/scripts/code.angularjs.org/publish.sh @@ -0,0 +1,70 @@ +#!/bin/bash + +# Script for updating code.angularjs.org repo from current local build. + +echo "#################################" +echo "## Update code.angularjs.org ###" +echo "#################################" + +ARG_DEFS=( + "--action=(prepare|publish)" +) + +function init { + TMP_DIR=$(resolveDir ../../tmp) + BUILD_DIR=$(resolveDir ../../build) + REPO_DIR=$TMP_DIR/code.angularjs.org + NEW_VERSION=$(cat $BUILD_DIR/version.txt) + if [[ "$NEW_VERSION" =~ sha ]]; then + IS_SNAPSHOT_BUILD=true + else + IS_SNAPSHOT_BUILD= + fi +} + +function prepare { + + echo "-- Cloning code.angularjs.org" + git clone https://github.com/angular/code.angularjs.org $REPO_DIR --depth=1 + + echo "-- Updating code.angularjs.org" + + if [[ $IS_SNAPSHOT_BUILD ]]; then + # + # update the snapshot folder + # + rm -rf $REPO_DIR/snapshot + mkdir $REPO_DIR/snapshot + cp -r $BUILD_DIR/* $REPO_DIR/snapshot/ + else + # + # copy the files from the build + # + mkdir $REPO_DIR/$NEW_VERSION + cp -r $BUILD_DIR/* $REPO_DIR/$NEW_VERSION/ + fi + + # + # commit + # + echo "-- Committing code.angularjs.org" + cd $REPO_DIR + git add -A + git commit -m "v$NEW_VERSION" +} + + +function _update_code() { + cd $REPO_DIR + + echo "-- Pushing code.angularjs.org" + git push origin master +} + +function publish { + # publish updates the code.angularjs.org Github repository + # the deployment to Firebase happens via CI + _update_code +} + +source $(dirname $0)/../utils.inc diff --git a/scripts/code.angularjs.org/unpublish.sh b/scripts/code.angularjs.org/unpublish.sh new file mode 100755 index 000000000000..26652a3f9e41 --- /dev/null +++ b/scripts/code.angularjs.org/unpublish.sh @@ -0,0 +1,45 @@ +#!/bin/bash + +# Script for removing specified release dir from code.angularjs.org. + +echo "################################################" +echo "## Remove a version from code.angular.js.org ###" +echo "################################################" + +ARG_DEFS=( + "--action=(prepare|publish)" + "--version-number=([0-9]+\.[0-9]+\.[0-9]+(-[a-z]+\.[0-9]+)?)" +) + +function init { + TMP_DIR=$(resolveDir ../../tmp) + REPO_DIR=$TMP_DIR/code.angularjs.org + echo "code tmp $TMP_DIR" +} + +function prepare { + echo "-- Cloning code.angularjs.org" + git clone git@github.com:angular/code.angularjs.org.git $REPO_DIR + + # + # Remove the files from the repo + # + echo "-- Removing $VERSION_NUMBER from code.angularjs.org" + cd $REPO_DIR + if [ -d "$VERSION_NUMBER" ]; then + git rm -r $VERSION_NUMBER + echo "-- Committing removal to code.angularjs.org" + git commit -m "removing v$VERSION_NUMBER" + else + echo "-- Version: $VERSION_NUMBER does not exist in code.angularjs.org!" + fi +} + +function publish { + cd $REPO_DIR + + echo "-- Pushing code.angularjs.org to github" + git push origin master +} + +source $(dirname $0)/../utils.inc diff --git a/scripts/compare-master-to-stable.js b/scripts/compare-master-to-stable.js new file mode 100755 index 000000000000..b2f51cfd409b --- /dev/null +++ b/scripts/compare-master-to-stable.js @@ -0,0 +1,167 @@ +#!/usr/bin/env node + +'use strict'; + +var util = require('util'); +var cp = require('child_process'); + +var Q = require('q'); +var _ = require('lodash'); +var semver = require('semver'); + +var exec = function(cmd) { + return function() { + var args = Array.prototype.slice.call(arguments, 0); + args.unshift(cmd); + var fullCmd = util.format.apply(util, args); + return Q.nfcall(cp.exec, fullCmd).then(function(out) { + return out[0].split('\n'); + }); + }; +}; + +var andThen = function(fn, after) { + return /** @this */ function() { + return fn.apply(this, arguments).then(after); + }; +}; + +var oneArg = function(fn) { + return function(arg) { + return fn(arg); + }; +}; + +var oneLine = function(lines) { + return lines[0].trim(); +}; + +var noArgs = function(fn) { + return function() { + return fn(); + }; +}; + +var identity = function(i) { return i; }; + +// like Q.all, but runs the commands in series +// useful for ensuring env state (like which branch is checked out) +var allInSeries = function(fn) { + return function(args) { + var results = []; + var def; + while (args.length > 0) { + (function(arg) { + if (def) { + def = def.then(function() { + return fn(arg); + }); + } else { + def = fn(arg); + } + def = def.then(function(res) { + results.push(res); + }); + })(args.pop()); + } + return def.then(function() { + return results; + }); + }; +}; + +var compareBranches = function(left, right) { + console.log('# These commits are in ' + left.name + ' but not in ' + right.name + '\n'); + console.log(_(left.log). + difference(right.log). + map(function(line) { + return left.full[left.log.indexOf(line)]; // lol O(n^2) + }). + value(). + join('\n')); +}; + +var checkout = oneArg(exec('git checkout %s')); + +var getCurrentBranch = andThen(noArgs(exec('git rev-parse --abbrev-ref HEAD')), oneLine); +var getTags = noArgs(exec('git tag')); +var getTheLog = oneArg(exec('git log --pretty=oneline %s..HEAD | cat')); + +// remember this so we can restore state +var currentBranch; + +getCurrentBranch(). +then(function(branch) { + currentBranch = branch; +}). +then(getTags). +then(function(tags) { + return tags. + filter(semver.valid). + map(semver.clean). + sort(semver.rcompare); +}). +then(function(tags) { + var major = semver(tags[0]).major; + return tags. + filter(function(ver) { + return semver(ver).major === major; + }); +}). +then(function(tags) { + return _(tags). + groupBy(function(tag) { + return tag.split('.')[1]; + }). + map(function(group) { + return _.first(group); + }). + map(function(tag) { + return 'v' + tag; + }). + value(); +}). +then(function(tags) { + var master = tags.pop(); + var stable = tags.pop(); + + return [ + { name: stable.replace(/\d+$/, 'x'), tag: stable }, + { name: 'master', tag: master} + ]; +}). +then(allInSeries(function(branch) { + return checkout(branch.name). + then(function() { + return getTheLog(branch.tag); + }). + then(function(log) { + return log. + filter(identity); + }). + then(function(log) { + branch.full = log.map(function(line) { + line = line.split(' '); + var sha = line.shift(); + var msg = line.join(' '); + return sha + ((/fix\([^)]+\):/i.test(msg)) ? ' * ' : ' ') + msg; + }); + branch.log = log.map(function(line) { + return line.substr(41); + }); + return branch; + }); +})). +then(function(pairs) { + compareBranches(pairs[0], pairs[1]); + console.log('\n'); + compareBranches(pairs[1], pairs[0]); + return pairs; +}). +then(function() { + return checkout(currentBranch); +}). +catch(function(e) { + console.log(e.stack); +}); + diff --git a/scripts/docs.angularjs.org-firebase/.firebaserc b/scripts/docs.angularjs.org-firebase/.firebaserc new file mode 100644 index 000000000000..8691a8f11929 --- /dev/null +++ b/scripts/docs.angularjs.org-firebase/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "docs-angularjs-org-9p2" + } +} diff --git a/scripts/docs.angularjs.org-firebase/firebase.json b/scripts/docs.angularjs.org-firebase/firebase.json new file mode 100644 index 000000000000..df5e0c3169c0 --- /dev/null +++ b/scripts/docs.angularjs.org-firebase/firebase.json @@ -0,0 +1,41 @@ +{ + "hosting": { + "public": "deploy", + "redirects": [ + { + "source": "/error/:namespace\\::error*", + "destination": "/error/:namespace/:error*", + "type": 302 + } + ], + "rewrites": [ + { + "source": "**/*!(.@(jpg|jpeg|gif|png|html|js|map|json|css|svg|ttf|txt|woff|woff2|eot|xml))", + "function": "sendFile" + } + ], + "headers": [ + { + "source": "/examples/**.csp/*.html", + "headers": [{ + "key": "Content-Security-Policy", + "value": "default-src 'self'" + }] + }, + { + "source": "/Error404.html", + "headers" : [{ + "key" : "X-Robots-Tag", + "value" : "noindex" + }] + }, + { + "source": "/@(partials|examples)/**", + "headers" : [{ + "key" : "X-Robots-Tag", + "value" : "noindex" + }] + } + ] + } +} diff --git a/scripts/docs.angularjs.org-firebase/functions/index.js b/scripts/docs.angularjs.org-firebase/functions/index.js new file mode 100644 index 000000000000..eace519a45ad --- /dev/null +++ b/scripts/docs.angularjs.org-firebase/functions/index.js @@ -0,0 +1,49 @@ +'use strict'; + +const functions = require('firebase-functions'); +const fs = require('fs'); + +const BROWSER_CACHE_DURATION = 60 * 60; +const CDN_CACHE_DURATION = 60 * 60 * 12; + +const headers = { + 'Cache-Control': `public max-age=${BROWSER_CACHE_DURATION} s-maxage=${CDN_CACHE_DURATION}` +}; + +const buildSnapshot = data => ` + + + + + + + + ${data} + + `; + +function sendFile(request, response) { + + const snapshotRequested = typeof request.query._escaped_fragment_ !== 'undefined'; + const filePath = `content/${snapshotRequested ? `partials${request.path}` : 'index'}.html`; + + if (snapshotRequested) { + fs.readFile(filePath, {encoding: 'utf8'}, (error, data) => { + if (error) { + response + .status(404) + .end(); + } else { + response + .set(headers) + .send(buildSnapshot(data)); + } + }); + } else { + response + .set(headers) + .sendFile(filePath, {root: __dirname}); + } +} + +exports.sendFile = functions.https.onRequest(sendFile); diff --git a/scripts/docs.angularjs.org-firebase/functions/package.json b/scripts/docs.angularjs.org-firebase/functions/package.json new file mode 100644 index 000000000000..2b4068c108d5 --- /dev/null +++ b/scripts/docs.angularjs.org-firebase/functions/package.json @@ -0,0 +1,24 @@ +{ + "name": "functions", + "description": "Cloud Functions for Firebase", + "engines": { + "node": "14" + }, + "scripts": { + "lint": "eslint .", + "serve": "firebase emulators:start --only functions", + "shell": "firebase functions:shell", + "start": "npm run shell", + "deploy": "firebase deploy --only functions", + "logs": "firebase functions:log" + }, + "dependencies": { + "firebase-admin": "^9.9.0", + "firebase-functions": "^3.14.1" + }, + "devDependencies": { + "eslint": "^7.28.0", + "eslint-plugin-promise": "^5.1.0" + }, + "private": true +} diff --git a/scripts/docs.angularjs.org-firebase/functions/yarn.lock b/scripts/docs.angularjs.org-firebase/functions/yarn.lock new file mode 100644 index 000000000000..2cb88c93dd32 --- /dev/null +++ b/scripts/docs.angularjs.org-firebase/functions/yarn.lock @@ -0,0 +1,2162 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@babel/code-frame@7.12.11": + version "7.12.11" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" + integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== + dependencies: + "@babel/highlight" "^7.10.4" + +"@babel/helper-validator-identifier@^7.14.0": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" + integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== + +"@babel/highlight@^7.10.4": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf" + integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg== + dependencies: + "@babel/helper-validator-identifier" "^7.14.0" + chalk "^2.0.0" + js-tokens "^4.0.0" + +"@eslint/eslintrc@^0.4.2": + version "0.4.2" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179" + integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg== + dependencies: + ajv "^6.12.4" + debug "^4.1.1" + espree "^7.3.0" + globals "^13.9.0" + ignore "^4.0.6" + import-fresh "^3.2.1" + js-yaml "^3.13.1" + minimatch "^3.0.4" + strip-json-comments "^3.1.1" + +"@firebase/app-types@0.6.2": + version "0.6.2" + resolved "https://registry.yarnpkg.com/@firebase/app-types/-/app-types-0.6.2.tgz#8578cb1061a83ced4570188be9e225d54e0f27fb" + integrity sha512-2VXvq/K+n8XMdM4L2xy5bYp2ZXMawJXluUIDzUBvMthVR+lhxK4pfFiqr1mmDbv9ydXvEAuFsD+6DpcZuJcSSw== + +"@firebase/auth-interop-types@0.1.6": + version "0.1.6" + resolved "https://registry.yarnpkg.com/@firebase/auth-interop-types/-/auth-interop-types-0.1.6.tgz#5ce13fc1c527ad36f1bb1322c4492680a6cf4964" + integrity sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g== + +"@firebase/component@0.5.1": + version "0.5.1" + resolved "https://registry.yarnpkg.com/@firebase/component/-/component-0.5.1.tgz#b61314f1065552bfc4bf15ebbc66f74be018ed46" + integrity sha512-l1yYAH7OSdmaLXmVBR1vjop2WNELDty3G4NxLFLysWxkcTPhqG+PjKzHEEkAgJ2slF5H3O9BFOGP9OUtrHhvMA== + dependencies: + "@firebase/util" "1.1.0" + tslib "^2.1.0" + +"@firebase/database-types@0.7.2", "@firebase/database-types@^0.7.2": + version "0.7.2" + resolved "https://registry.yarnpkg.com/@firebase/database-types/-/database-types-0.7.2.tgz#449c4b36ec59a1ad9089797b540e2ba1c0d4fcbf" + integrity sha512-cdAd/dgwvC0r3oLEDUR+ULs1vBsEvy0b27nlzKhU6LQgm9fCDzgaH9nFGv8x+S9dly4B0egAXkONkVoWcOAisg== + dependencies: + "@firebase/app-types" "0.6.2" + +"@firebase/database@^0.10.0": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@firebase/database/-/database-0.10.3.tgz#e7e3f65eb9b1851cd014c46705bdef714066bdab" + integrity sha512-PaQ2EEvx0LsWIqN7qsoqN4RiAJYs6FL5BFDFEPTjJZW410ECnMcNfXCASYuQSU903sY4MA0ki9H1nH0J7gb7bQ== + dependencies: + "@firebase/auth-interop-types" "0.1.6" + "@firebase/component" "0.5.1" + "@firebase/database-types" "0.7.2" + "@firebase/logger" "0.2.6" + "@firebase/util" "1.1.0" + faye-websocket "0.11.3" + tslib "^2.1.0" + +"@firebase/logger@0.2.6": + version "0.2.6" + resolved "https://registry.yarnpkg.com/@firebase/logger/-/logger-0.2.6.tgz#3aa2ca4fe10327cabf7808bd3994e88db26d7989" + integrity sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw== + +"@firebase/util@1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@firebase/util/-/util-1.1.0.tgz#add2d57d0b2307a932520abdee303b66be0ac8b0" + integrity sha512-lfuSASuPKNdfebuFR8rjFamMQUPH9iiZHcKS755Rkm/5gRT0qC7BMhCh3ZkHf7NVbplzIc/GhmX2jM+igDRCag== + dependencies: + tslib "^2.1.0" + +"@google-cloud/common@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@google-cloud/common/-/common-3.6.0.tgz#c2f6da5f79279a4a9ac7c71fc02d582beab98e8b" + integrity sha512-aHIFTqJZmeTNO9md8XxV+ywuvXF3xBm5WNmgWeeCK+XN5X+kGW0WEX94wGwj+/MdOnrVf4dL2RvSIt9J5yJG6Q== + dependencies: + "@google-cloud/projectify" "^2.0.0" + "@google-cloud/promisify" "^2.0.0" + arrify "^2.0.1" + duplexify "^4.1.1" + ent "^2.2.0" + extend "^3.0.2" + google-auth-library "^7.0.2" + retry-request "^4.1.1" + teeny-request "^7.0.0" + +"@google-cloud/firestore@^4.5.0": + version "4.12.2" + resolved "https://registry.yarnpkg.com/@google-cloud/firestore/-/firestore-4.12.2.tgz#306ad79978ec02f7f4db99ebe31cec878b63f5a4" + integrity sha512-5rurTAJXQ0SANEf8K9eA2JAB5zAh+pu4tGRnkZx5gBWQLZXdBFdtepS+irvKuSXw1KbeAQOuRANSc/nguys6SQ== + dependencies: + fast-deep-equal "^3.1.1" + functional-red-black-tree "^1.0.1" + google-gax "^2.12.0" + protobufjs "^6.8.6" + +"@google-cloud/paginator@^3.0.0": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@google-cloud/paginator/-/paginator-3.0.5.tgz#9d6b96c421a89bd560c1bc2c197c7611ef21db6c" + integrity sha512-N4Uk4BT1YuskfRhKXBs0n9Lg2YTROZc6IMpkO/8DIHODtm5s3xY8K5vVBo23v/2XulY3azwITQlYWgT4GdLsUw== + dependencies: + arrify "^2.0.0" + extend "^3.0.2" + +"@google-cloud/projectify@^2.0.0": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@google-cloud/projectify/-/projectify-2.0.1.tgz#13350ee609346435c795bbfe133a08dfeab78d65" + integrity sha512-ZDG38U/Yy6Zr21LaR3BTiiLtpJl6RkPS/JwoRT453G+6Q1DhlV0waNf8Lfu+YVYGIIxgKnLayJRfYlFJfiI8iQ== + +"@google-cloud/promisify@^2.0.0": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@google-cloud/promisify/-/promisify-2.0.3.tgz#f934b5cdc939e3c7039ff62b9caaf59a9d89e3a8" + integrity sha512-d4VSA86eL/AFTe5xtyZX+ePUjE8dIFu2T8zmdeNBSa5/kNgXPCx/o/wbFNHAGLJdGnk1vddRuMESD9HbOC8irw== + +"@google-cloud/storage@^5.3.0": + version "5.8.5" + resolved "https://registry.yarnpkg.com/@google-cloud/storage/-/storage-5.8.5.tgz#2cf1e2e0ef8ca552abc4450301fef3fea4900ef6" + integrity sha512-i0gB9CRwQeOBYP7xuvn14M40LhHCwMjceBjxE4CTvsqL519sVY5yVKxLiAedHWGwUZHJNRa7Q2CmNfkdRwVNPg== + dependencies: + "@google-cloud/common" "^3.6.0" + "@google-cloud/paginator" "^3.0.0" + "@google-cloud/promisify" "^2.0.0" + arrify "^2.0.0" + async-retry "^1.3.1" + compressible "^2.0.12" + date-and-time "^1.0.0" + duplexify "^4.0.0" + extend "^3.0.2" + gaxios "^4.0.0" + gcs-resumable-upload "^3.1.4" + get-stream "^6.0.0" + hash-stream-validation "^0.2.2" + mime "^2.2.0" + mime-types "^2.0.8" + onetime "^5.1.0" + p-limit "^3.0.1" + pumpify "^2.0.0" + snakeize "^0.1.0" + stream-events "^1.0.1" + xdg-basedir "^4.0.0" + +"@grpc/grpc-js@~1.3.0": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.2.tgz#eae97e6daf5abd49a7818aadeca0744dfb1ebca1" + integrity sha512-UXepkOKCATJrhHGsxt+CGfpZy9zUn1q9mop5kfcXq1fBkTePxVNPOdnISlCbJFlCtld+pSLGyZCzr9/zVprFKA== + dependencies: + "@types/node" ">=12.12.47" + +"@grpc/proto-loader@^0.6.1": + version "0.6.2" + resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.2.tgz#412575f3ff5ef0a9b79d4ea12c08cba5601041cb" + integrity sha512-q2Qle60Ht2OQBCp9S5hv1JbI4uBBq6/mqSevFNK3ZEgRDBCAkWqZPUhD/K9gXOHrHKluliHiVq2L9sw1mVyAIg== + dependencies: + "@types/long" "^4.0.1" + lodash.camelcase "^4.3.0" + long "^4.0.0" + protobufjs "^6.10.0" + yargs "^16.1.1" + +"@panva/asn1.js@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@panva/asn1.js/-/asn1.js-1.0.0.tgz#dd55ae7b8129e02049f009408b97c61ccf9032f6" + integrity sha512-UdkG3mLEqXgnlKsWanWcgb6dOjUzJ+XC5f+aWw30qrtjxeNUSfKX1cd5FBzOaXQumoe9nIqeZUvrRJS03HCCtw== + +"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf" + integrity sha1-m4sMxmPWaafY9vXQiToU00jzD78= + +"@protobufjs/base64@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/base64/-/base64-1.1.2.tgz#4c85730e59b9a1f1f349047dbf24296034bb2735" + integrity sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg== + +"@protobufjs/codegen@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1ad59722e506d9262815cb" + integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg== + +"@protobufjs/eventemitter@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98bafad5978f9ed095f397621f1d066b70" + integrity sha1-NVy8mLr61ZePntCV85diHx0Ga3A= + +"@protobufjs/fetch@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/fetch/-/fetch-1.1.0.tgz#ba99fb598614af65700c1619ff06d454b0d84c45" + integrity sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU= + dependencies: + "@protobufjs/aspromise" "^1.1.1" + "@protobufjs/inquire" "^1.1.0" + +"@protobufjs/float@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@protobufjs/float/-/float-1.0.2.tgz#5e9e1abdcb73fc0a7cb8b291df78c8cbd97b87d1" + integrity sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E= + +"@protobufjs/inquire@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/inquire/-/inquire-1.1.0.tgz#ff200e3e7cf2429e2dcafc1140828e8cc638f089" + integrity sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik= + +"@protobufjs/path@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/path/-/path-1.1.2.tgz#6cc2b20c5c9ad6ad0dccfd21ca7673d8d7fbf68d" + integrity sha1-bMKyDFya1q0NzP0hynZz2Nf79o0= + +"@protobufjs/pool@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/pool/-/pool-1.1.0.tgz#09fd15f2d6d3abfa9b65bc366506d6ad7846ff54" + integrity sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q= + +"@protobufjs/utf8@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" + integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= + +"@tootallnate/once@1": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" + integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== + +"@types/body-parser@*": + version "1.19.0" + resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.0.tgz#0685b3c47eb3006ffed117cdd55164b61f80538f" + integrity sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== + dependencies: + "@types/connect" "*" + "@types/node" "*" + +"@types/connect@*": + version "3.4.34" + resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.34.tgz#170a40223a6d666006d93ca128af2beb1d9b1901" + integrity sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ== + dependencies: + "@types/node" "*" + +"@types/express-jwt@0.0.42": + version "0.0.42" + resolved "https://registry.yarnpkg.com/@types/express-jwt/-/express-jwt-0.0.42.tgz#4f04e1fadf9d18725950dc041808a4a4adf7f5ae" + integrity sha512-WszgUddvM1t5dPpJ3LhWNH8kfNN8GPIBrAGxgIYXVCEGx6Bx4A036aAuf/r5WH9DIEdlmp7gHOYvSM6U87B0ag== + dependencies: + "@types/express" "*" + "@types/express-unless" "*" + +"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": + version "4.17.21" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.21.tgz#a427278e106bca77b83ad85221eae709a3414d42" + integrity sha512-gwCiEZqW6f7EoR8TTEfalyEhb1zA5jQJnRngr97+3pzMaO1RKoI1w2bw07TK72renMUVWcWS5mLI6rk1NqN0nA== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + +"@types/express-unless@*": + version "0.5.1" + resolved "https://registry.yarnpkg.com/@types/express-unless/-/express-unless-0.5.1.tgz#4f440b905e42bbf53382b8207bc337dc5ff9fd1f" + integrity sha512-5fuvg7C69lemNgl0+v+CUxDYWVPSfXHhJPst4yTLcqi4zKJpORCxnDrnnilk3k0DTq/WrAUdvXFs01+vUqUZHw== + dependencies: + "@types/express" "*" + +"@types/express@*": + version "4.17.12" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.12.tgz#4bc1bf3cd0cfe6d3f6f2853648b40db7d54de350" + integrity sha512-pTYas6FrP15B1Oa0bkN5tQMNqOcVXa9j4FTFtO8DWI9kppKib+6NJtfTOOLcwxuuYvcX2+dVG6et1SxW/Kc17Q== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^4.17.18" + "@types/qs" "*" + "@types/serve-static" "*" + +"@types/express@4.17.3": + version "4.17.3" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.3.tgz#38e4458ce2067873b09a73908df488870c303bd9" + integrity sha512-I8cGRJj3pyOLs/HndoP+25vOqhqWkAZsWMEmq1qXy/b/M3ppufecUwaK2/TVDVxcV61/iSdhykUjQQ2DLSrTdg== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "*" + "@types/serve-static" "*" + +"@types/long@^4.0.0", "@types/long@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9" + integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w== + +"@types/mime@^1": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" + integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== + +"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0": + version "15.12.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.1.tgz#9b60797dee1895383a725f828a869c86c6caa5c2" + integrity sha512-zyxJM8I1c9q5sRMtVF+zdd13Jt6RU4r4qfhTd7lQubyThvLfx6yYekWSQjGCGV2Tkecgxnlpl/DNlb6Hg+dmEw== + +"@types/qs@*": + version "6.9.6" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.6.tgz#df9c3c8b31a247ec315e6996566be3171df4b3b1" + integrity sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA== + +"@types/range-parser@*": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c" + integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== + +"@types/serve-static@*": + version "1.13.9" + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e" + integrity sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA== + dependencies: + "@types/mime" "^1" + "@types/node" "*" + +abort-controller@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" + integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== + dependencies: + event-target-shim "^5.0.0" + +accepts@~1.3.7: + version "1.3.7" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" + integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== + dependencies: + mime-types "~2.1.24" + negotiator "0.6.2" + +acorn-jsx@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b" + integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== + +acorn@^7.4.0: + version "7.4.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" + integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== + +agent-base@6: + version "6.0.2" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== + dependencies: + debug "4" + +ajv@^6.10.0, ajv@^6.12.4: + version "6.12.6" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + +ajv@^8.0.1: + version "8.5.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.5.0.tgz#695528274bcb5afc865446aa275484049a18ae4b" + integrity sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ== + dependencies: + fast-deep-equal "^3.1.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + uri-js "^4.2.2" + +ansi-colors@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" + integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== + +ansi-regex@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" + integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +ansi-styles@^4.0.0, ansi-styles@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + dependencies: + sprintf-js "~1.0.2" + +array-flatten@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= + +arrify@^2.0.0, arrify@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" + integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== + +astral-regex@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" + integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== + +async-retry@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.1.tgz#139f31f8ddce50c0870b0ba558a6079684aaed55" + integrity sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA== + dependencies: + retry "0.12.0" + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +base64-js@^1.3.0: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +bignumber.js@^9.0.0: + version "9.0.1" + resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.1.tgz#8d7ba124c882bfd8e43260c67475518d0689e4e5" + integrity sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA== + +body-parser@1.19.0: + version "1.19.0" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" + integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== + dependencies: + bytes "3.1.0" + content-type "~1.0.4" + debug "2.6.9" + depd "~1.1.2" + http-errors "1.7.2" + iconv-lite "0.4.24" + on-finished "~2.3.0" + qs "6.7.0" + raw-body "2.4.0" + type-is "~1.6.17" + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +buffer-equal-constant-time@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" + integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk= + +bytes@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" + integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== + +callsites@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== + +chalk@^2.0.0: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^4.0.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" + integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +cliui@^7.0.2: + version "7.0.4" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" + integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^7.0.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +compressible@^2.0.12: + version "2.0.18" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" + integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== + dependencies: + mime-db ">= 1.43.0 < 2" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + +configstore@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/configstore/-/configstore-5.0.1.tgz#d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96" + integrity sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA== + dependencies: + dot-prop "^5.2.0" + graceful-fs "^4.1.2" + make-dir "^3.0.0" + unique-string "^2.0.0" + write-file-atomic "^3.0.0" + xdg-basedir "^4.0.0" + +content-disposition@0.5.3: + version "0.5.3" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" + integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== + dependencies: + safe-buffer "5.1.2" + +content-type@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + +cookie-signature@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + +cookie@0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" + integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== + +cors@^2.8.5: + version "2.8.5" + resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29" + integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== + dependencies: + object-assign "^4" + vary "^1" + +cross-spawn@^7.0.2: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +crypto-random-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" + integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== + +date-and-time@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-1.0.1.tgz#4959b7faf1ec5873e59d926d4528b9223a808a57" + integrity sha512-7u+uNfnjWkX+YFQfivvW24TjaJG6ahvTrfw1auq7KlC7osuGcZBIWGBvB9UcENjH6JnLVhMqlRripk1dSHjAUA== + +debug@2.6.9: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" + integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== + dependencies: + ms "2.1.2" + +deep-is@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" + integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= + +depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + +destroy@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= + +dicer@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.3.0.tgz#eacd98b3bfbf92e8ab5c2fdb71aaac44bb06b872" + integrity sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA== + dependencies: + streamsearch "0.1.2" + +doctrine@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" + integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== + dependencies: + esutils "^2.0.2" + +dot-prop@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" + integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== + dependencies: + is-obj "^2.0.0" + +duplexify@^4.0.0, duplexify@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-4.1.1.tgz#7027dc374f157b122a8ae08c2d3ea4d2d953aa61" + integrity sha512-DY3xVEmVHTv1wSzKNbwoU6nVjzI369Y6sPoqfYr0/xlx3IdX2n94xIszTcjPO8W8ZIv0Wb0PXNcjuZyT4wiICA== + dependencies: + end-of-stream "^1.4.1" + inherits "^2.0.3" + readable-stream "^3.1.1" + stream-shift "^1.0.0" + +ecdsa-sig-formatter@1.0.11, ecdsa-sig-formatter@^1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf" + integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ== + dependencies: + safe-buffer "^5.0.1" + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + +end-of-stream@^1.1.0, end-of-stream@^1.4.1: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +enquirer@^2.3.5: + version "2.3.6" + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" + integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== + dependencies: + ansi-colors "^4.1.1" + +ent@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d" + integrity sha1-6WQhkyWiHQX0RGai9obtbOX13R0= + +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + +eslint-plugin-promise@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24" + integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng== + +eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + dependencies: + esrecurse "^4.3.0" + estraverse "^4.1.1" + +eslint-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" + integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== + dependencies: + eslint-visitor-keys "^1.1.0" + +eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" + integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== + +eslint-visitor-keys@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" + integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== + +eslint@^7.28.0: + version "7.28.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820" + integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g== + dependencies: + "@babel/code-frame" "7.12.11" + "@eslint/eslintrc" "^0.4.2" + ajv "^6.10.0" + chalk "^4.0.0" + cross-spawn "^7.0.2" + debug "^4.0.1" + doctrine "^3.0.0" + enquirer "^2.3.5" + escape-string-regexp "^4.0.0" + eslint-scope "^5.1.1" + eslint-utils "^2.1.0" + eslint-visitor-keys "^2.0.0" + espree "^7.3.1" + esquery "^1.4.0" + esutils "^2.0.2" + fast-deep-equal "^3.1.3" + file-entry-cache "^6.0.1" + functional-red-black-tree "^1.0.1" + glob-parent "^5.1.2" + globals "^13.6.0" + ignore "^4.0.6" + import-fresh "^3.0.0" + imurmurhash "^0.1.4" + is-glob "^4.0.0" + js-yaml "^3.13.1" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.4.1" + lodash.merge "^4.6.2" + minimatch "^3.0.4" + natural-compare "^1.4.0" + optionator "^0.9.1" + progress "^2.0.0" + regexpp "^3.1.0" + semver "^7.2.1" + strip-ansi "^6.0.0" + strip-json-comments "^3.1.0" + table "^6.0.9" + text-table "^0.2.0" + v8-compile-cache "^2.0.3" + +espree@^7.3.0, espree@^7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6" + integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== + dependencies: + acorn "^7.4.0" + acorn-jsx "^5.3.1" + eslint-visitor-keys "^1.3.0" + +esprima@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + +esquery@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" + integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== + dependencies: + estraverse "^5.1.0" + +esrecurse@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== + dependencies: + estraverse "^5.2.0" + +estraverse@^4.1.1: + version "4.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + +estraverse@^5.1.0, estraverse@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" + integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + +event-target-shim@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" + integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== + +express@^4.17.1: + version "4.17.1" + resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" + integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== + dependencies: + accepts "~1.3.7" + array-flatten "1.1.1" + body-parser "1.19.0" + content-disposition "0.5.3" + content-type "~1.0.4" + cookie "0.4.0" + cookie-signature "1.0.6" + debug "2.6.9" + depd "~1.1.2" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "~1.1.2" + fresh "0.5.2" + merge-descriptors "1.0.1" + methods "~1.1.2" + on-finished "~2.3.0" + parseurl "~1.3.3" + path-to-regexp "0.1.7" + proxy-addr "~2.0.5" + qs "6.7.0" + range-parser "~1.2.1" + safe-buffer "5.1.2" + send "0.17.1" + serve-static "1.14.1" + setprototypeof "1.1.1" + statuses "~1.5.0" + type-is "~1.6.18" + utils-merge "1.0.1" + vary "~1.1.2" + +extend@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== + +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-json-stable-stringify@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" + integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== + +fast-levenshtein@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= + +fast-text-encoding@^1.0.0, fast-text-encoding@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz#ec02ac8e01ab8a319af182dae2681213cfe9ce53" + integrity sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig== + +faye-websocket@0.11.3: + version "0.11.3" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" + integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== + dependencies: + websocket-driver ">=0.5.1" + +file-entry-cache@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" + integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== + dependencies: + flat-cache "^3.0.4" + +finalhandler@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" + integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== + dependencies: + debug "2.6.9" + encodeurl "~1.0.2" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.3" + statuses "~1.5.0" + unpipe "~1.0.0" + +firebase-admin@^9.9.0: + version "9.9.0" + resolved "https://registry.yarnpkg.com/firebase-admin/-/firebase-admin-9.9.0.tgz#40442704b5ac0fddfdcdf4255601f8acb1e6fab3" + integrity sha512-04HT7JAAqcJYty95qf15IBD9CXf+vr7S8zNU6Zt1ayC1J05DLaCsUd19/sCNAjZ614KHexAYUtyLgZoJwu2wOQ== + dependencies: + "@firebase/database" "^0.10.0" + "@firebase/database-types" "^0.7.2" + "@types/node" ">=12.12.47" + dicer "^0.3.0" + jsonwebtoken "^8.5.1" + jwks-rsa "^2.0.2" + node-forge "^0.10.0" + optionalDependencies: + "@google-cloud/firestore" "^4.5.0" + "@google-cloud/storage" "^5.3.0" + +firebase-functions@^3.14.1: + version "3.14.1" + resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.14.1.tgz#3ac5bc70989365874f41d06bca3b42a233dd6039" + integrity sha512-hL/qm+i5i1qKYmAFMlQ4mwRngDkP+3YT3F4E4Nd5Hj2QKeawBdZiMGgEt6zqTx08Zq04vHiSnSM0z75UJRSg6Q== + dependencies: + "@types/express" "4.17.3" + cors "^2.8.5" + express "^4.17.1" + lodash "^4.17.14" + +flat-cache@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" + integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== + dependencies: + flatted "^3.1.0" + rimraf "^3.0.2" + +flatted@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469" + integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA== + +forwarded@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" + integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + +functional-red-black-tree@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" + integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= + +gaxios@^4.0.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/gaxios/-/gaxios-4.3.0.tgz#ad4814d89061f85b97ef52aed888c5dbec32f774" + integrity sha512-pHplNbslpwCLMyII/lHPWFQbJWOX0B3R1hwBEOvzYi1GmdKZruuEHK4N9V6f7tf1EaPYyF80mui1+344p6SmLg== + dependencies: + abort-controller "^3.0.0" + extend "^3.0.2" + https-proxy-agent "^5.0.0" + is-stream "^2.0.0" + node-fetch "^2.3.0" + +gcp-metadata@^4.2.0: + version "4.2.1" + resolved "https://registry.yarnpkg.com/gcp-metadata/-/gcp-metadata-4.2.1.tgz#31849fbcf9025ef34c2297c32a89a1e7e9f2cd62" + integrity sha512-tSk+REe5iq/N+K+SK1XjZJUrFPuDqGZVzCy2vocIHIGmPlTGsa8owXMJwGkrXr73NO0AzhPW4MF2DEHz7P2AVw== + dependencies: + gaxios "^4.0.0" + json-bigint "^1.0.0" + +gcs-resumable-upload@^3.1.4: + version "3.1.4" + resolved "https://registry.yarnpkg.com/gcs-resumable-upload/-/gcs-resumable-upload-3.1.4.tgz#2e591889efb02247af26868de300b398346b17b5" + integrity sha512-5dyDfHrrVcIskiw/cPssVD4HRiwoHjhk1Nd6h5W3pQ/qffDvhfy4oNCr1f3ZXFPwTnxkCbibsB+73oOM+NvmJQ== + dependencies: + abort-controller "^3.0.0" + configstore "^5.0.0" + extend "^3.0.2" + gaxios "^4.0.0" + google-auth-library "^7.0.0" + pumpify "^2.0.0" + stream-events "^1.0.4" + +get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-stream@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== + +glob-parent@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== + dependencies: + is-glob "^4.0.1" + +glob@^7.1.3: + version "7.1.7" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90" + integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +globals@^13.6.0, globals@^13.9.0: + version "13.9.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb" + integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA== + dependencies: + type-fest "^0.20.2" + +google-auth-library@^7.0.0, google-auth-library@^7.0.2: + version "7.1.1" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-7.1.1.tgz#aa901f14e97a4ca458f426417216e01b360c2b55" + integrity sha512-+Q1linq/To3DYLyPz4UTEkQ0v5EOXadMM/S+taLV3W9611hq9zqg8kgGApqbTQnggtwdO9yU1y2YT7+83wdTRg== + dependencies: + arrify "^2.0.0" + base64-js "^1.3.0" + ecdsa-sig-formatter "^1.0.11" + fast-text-encoding "^1.0.0" + gaxios "^4.0.0" + gcp-metadata "^4.2.0" + gtoken "^5.0.4" + jws "^4.0.0" + lru-cache "^6.0.0" + +google-gax@^2.12.0: + version "2.14.1" + resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-2.14.1.tgz#74885c5d9f01db412917fc49bbf20c4884828d36" + integrity sha512-I5RDEN7MEptrCxeHX3ht7nKFGfyjgYX4hQKI9eVMBohMzVbFSwWUndo0CcKXu8es7NhB4gt2XYLm1AHkXhtHpA== + dependencies: + "@grpc/grpc-js" "~1.3.0" + "@grpc/proto-loader" "^0.6.1" + "@types/long" "^4.0.0" + abort-controller "^3.0.0" + duplexify "^4.0.0" + fast-text-encoding "^1.0.3" + google-auth-library "^7.0.2" + is-stream-ended "^0.1.4" + node-fetch "^2.6.1" + object-hash "^2.1.1" + protobufjs "^6.10.2" + retry-request "^4.0.0" + +google-p12-pem@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/google-p12-pem/-/google-p12-pem-3.0.3.tgz#673ac3a75d3903a87f05878f3c75e06fc151669e" + integrity sha512-wS0ek4ZtFx/ACKYF3JhyGe5kzH7pgiQ7J5otlumqR9psmWMYc+U9cErKlCYVYHoUaidXHdZ2xbo34kB+S+24hA== + dependencies: + node-forge "^0.10.0" + +graceful-fs@^4.1.2: + version "4.2.6" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" + integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== + +gtoken@^5.0.4: + version "5.2.1" + resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-5.2.1.tgz#4dae1fea17270f457954b4a45234bba5fc796d16" + integrity sha512-OY0BfPKe3QnMsY9MzTHTSKn+Vl2l1CcLe6BwDEQj00mbbkl5nyQ/7EUREstg4fQNZ8iYE7br4JJ7TdKeDOPWmw== + dependencies: + gaxios "^4.0.0" + google-p12-pem "^3.0.3" + jws "^4.0.0" + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + +has-flag@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + +hash-stream-validation@^0.2.2: + version "0.2.4" + resolved "https://registry.yarnpkg.com/hash-stream-validation/-/hash-stream-validation-0.2.4.tgz#ee68b41bf822f7f44db1142ec28ba9ee7ccb7512" + integrity sha512-Gjzu0Xn7IagXVkSu9cSFuK1fqzwtLwFhNhVL8IFJijRNMgUttFbBSIAzKuSIrsFMO1+g1RlsoN49zPIbwPDMGQ== + +http-errors@1.7.2: + version "1.7.2" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" + integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.1" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.0" + +http-errors@~1.7.2: + version "1.7.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" + integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== + dependencies: + depd "~1.1.2" + inherits "2.0.4" + setprototypeof "1.1.1" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.0" + +http-parser-js@>=0.5.1: + version "0.5.3" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.3.tgz#01d2709c79d41698bb01d4decc5e9da4e4a033d9" + integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg== + +http-proxy-agent@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" + integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== + dependencies: + "@tootallnate/once" "1" + agent-base "6" + debug "4" + +https-proxy-agent@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" + integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== + dependencies: + agent-base "6" + debug "4" + +iconv-lite@0.4.24: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +ignore@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" + integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== + +import-fresh@^3.0.0, import-fresh@^3.2.1: + version "3.3.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" + integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== + dependencies: + parent-module "^1.0.0" + resolve-from "^4.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@2.0.4, inherits@^2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +inherits@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + +ipaddr.js@1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" + integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== + +is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-glob@^4.0.0, is-glob@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" + integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== + dependencies: + is-extglob "^2.1.1" + +is-obj@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" + integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== + +is-stream-ended@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-stream-ended/-/is-stream-ended-0.1.4.tgz#f50224e95e06bce0e356d440a4827cd35b267eda" + integrity sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw== + +is-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" + integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== + +is-typedarray@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + +jose@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/jose/-/jose-2.0.5.tgz#29746a18d9fff7dcf9d5d2a6f62cb0c7cd27abd3" + integrity sha512-BAiDNeDKTMgk4tvD0BbxJ8xHEHBZgpeRZ1zGPPsitSyMgjoMWiLGYAE7H7NpP5h0lPppQajQs871E8NHUrzVPA== + dependencies: + "@panva/asn1.js" "^1.0.0" + +js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +js-yaml@^3.13.1: + version "3.14.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" + integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +json-bigint@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-1.0.0.tgz#ae547823ac0cad8398667f8cd9ef4730f5b01ff1" + integrity sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ== + dependencies: + bignumber.js "^9.0.0" + +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== + +json-stable-stringify-without-jsonify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" + integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= + +jsonwebtoken@^8.5.1: + version "8.5.1" + resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d" + integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w== + dependencies: + jws "^3.2.2" + lodash.includes "^4.3.0" + lodash.isboolean "^3.0.3" + lodash.isinteger "^4.0.4" + lodash.isnumber "^3.0.3" + lodash.isplainobject "^4.0.6" + lodash.isstring "^4.0.1" + lodash.once "^4.0.0" + ms "^2.1.1" + semver "^5.6.0" + +jwa@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a" + integrity sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA== + dependencies: + buffer-equal-constant-time "1.0.1" + ecdsa-sig-formatter "1.0.11" + safe-buffer "^5.0.1" + +jwa@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/jwa/-/jwa-2.0.0.tgz#a7e9c3f29dae94027ebcaf49975c9345593410fc" + integrity sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA== + dependencies: + buffer-equal-constant-time "1.0.1" + ecdsa-sig-formatter "1.0.11" + safe-buffer "^5.0.1" + +jwks-rsa@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-2.0.3.tgz#4059f25e27f1d9cb5681dd12a98e46f8aa39fcbd" + integrity sha512-/rkjXRWAp0cS00tunsHResw68P5iTQru8+jHufLNv3JHc4nObFEndfEUSuPugh09N+V9XYxKUqi7QrkmCHSSSg== + dependencies: + "@types/express-jwt" "0.0.42" + debug "^4.1.0" + jose "^2.0.5" + limiter "^1.1.5" + lru-memoizer "^2.1.2" + +jws@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304" + integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA== + dependencies: + jwa "^1.4.1" + safe-buffer "^5.0.1" + +jws@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jws/-/jws-4.0.0.tgz#2d4e8cf6a318ffaa12615e9dec7e86e6c97310f4" + integrity sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg== + dependencies: + jwa "^2.0.0" + safe-buffer "^5.0.1" + +levn@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" + integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== + dependencies: + prelude-ls "^1.2.1" + type-check "~0.4.0" + +limiter@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/limiter/-/limiter-1.1.5.tgz#8f92a25b3b16c6131293a0cc834b4a838a2aa7c2" + integrity sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA== + +lodash.camelcase@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" + integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= + +lodash.clonedeep@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" + integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= + +lodash.includes@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f" + integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8= + +lodash.isboolean@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" + integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY= + +lodash.isinteger@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" + integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M= + +lodash.isnumber@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc" + integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w= + +lodash.isplainobject@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= + +lodash.isstring@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" + integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE= + +lodash.merge@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + +lodash.once@^4.0.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" + integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w= + +lodash.truncate@^4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" + integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= + +lodash@^4.17.14: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +long@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" + integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== + +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + +lru-cache@~4.0.0: + version "4.0.2" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e" + integrity sha1-HRdnnAac2l0ECZGgnbwsDbN35V4= + dependencies: + pseudomap "^1.0.1" + yallist "^2.0.0" + +lru-memoizer@^2.1.2: + version "2.1.4" + resolved "https://registry.yarnpkg.com/lru-memoizer/-/lru-memoizer-2.1.4.tgz#b864d92b557f00b1eeb322156a0409cb06dafac6" + integrity sha512-IXAq50s4qwrOBrXJklY+KhgZF+5y98PDaNo0gi/v2KQBFLyWr+JyFvijZXkGKjQj/h9c0OwoE+JZbwUXce76hQ== + dependencies: + lodash.clonedeep "^4.5.0" + lru-cache "~4.0.0" + +make-dir@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" + integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== + dependencies: + semver "^6.0.0" + +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + +merge-descriptors@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + +methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + +mime-db@1.48.0, "mime-db@>= 1.43.0 < 2": + version "1.48.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.48.0.tgz#e35b31045dd7eada3aaad537ed88a33afbef2d1d" + integrity sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ== + +mime-types@^2.0.8, mime-types@~2.1.24: + version "2.1.31" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.31.tgz#a00d76b74317c61f9c2db2218b8e9f8e9c5c9e6b" + integrity sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg== + dependencies: + mime-db "1.48.0" + +mime@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mime@^2.2.0: + version "2.5.2" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe" + integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg== + +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + +minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +ms@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" + integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== + +ms@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +ms@^2.1.1: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +natural-compare@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= + +negotiator@0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" + integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== + +node-fetch@^2.3.0, node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== + +node-forge@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" + integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== + +object-assign@^4: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +object-hash@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5" + integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw== + +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= + dependencies: + ee-first "1.1.1" + +once@^1.3.0, once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +onetime@^5.1.0: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + +optionator@^0.9.1: + version "0.9.1" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" + integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== + dependencies: + deep-is "^0.1.3" + fast-levenshtein "^2.0.6" + levn "^0.4.1" + prelude-ls "^1.2.1" + type-check "^0.4.0" + word-wrap "^1.2.3" + +p-limit@^3.0.1: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + +parent-module@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" + integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + dependencies: + callsites "^3.0.0" + +parseurl@~1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + +prelude-ls@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" + integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== + +progress@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" + integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== + +protobufjs@^6.10.0, protobufjs@^6.10.2, protobufjs@^6.8.6: + version "6.11.2" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.2.tgz#de39fabd4ed32beaa08e9bb1e30d08544c1edf8b" + integrity sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw== + dependencies: + "@protobufjs/aspromise" "^1.1.2" + "@protobufjs/base64" "^1.1.2" + "@protobufjs/codegen" "^2.0.4" + "@protobufjs/eventemitter" "^1.1.0" + "@protobufjs/fetch" "^1.1.0" + "@protobufjs/float" "^1.0.2" + "@protobufjs/inquire" "^1.1.0" + "@protobufjs/path" "^1.1.2" + "@protobufjs/pool" "^1.1.0" + "@protobufjs/utf8" "^1.1.0" + "@types/long" "^4.0.1" + "@types/node" ">=13.7.0" + long "^4.0.0" + +proxy-addr@~2.0.5: + version "2.0.7" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" + integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== + dependencies: + forwarded "0.2.0" + ipaddr.js "1.9.1" + +pseudomap@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pumpify@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-2.0.1.tgz#abfc7b5a621307c728b551decbbefb51f0e4aa1e" + integrity sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw== + dependencies: + duplexify "^4.1.1" + inherits "^2.0.3" + pump "^3.0.0" + +punycode@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + +qs@6.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" + integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== + +range-parser@~1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== + +raw-body@2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" + integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== + dependencies: + bytes "3.1.0" + http-errors "1.7.2" + iconv-lite "0.4.24" + unpipe "1.0.0" + +readable-stream@^3.1.1: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" + integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +regexpp@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2" + integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + +resolve-from@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + +retry-request@^4.0.0, retry-request@^4.1.1: + version "4.1.3" + resolved "https://registry.yarnpkg.com/retry-request/-/retry-request-4.1.3.tgz#d5f74daf261372cff58d08b0a1979b4d7cab0fde" + integrity sha512-QnRZUpuPNgX0+D1xVxul6DbJ9slvo4Rm6iV/dn63e048MvGbUZiKySVt6Tenp04JqmchxjiLltGerOJys7kJYQ== + dependencies: + debug "^4.1.1" + +retry@0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" + integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= + +rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + +safe-buffer@5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +"safer-buffer@>= 2.1.2 < 3": + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +semver@^5.6.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + +semver@^6.0.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + +semver@^7.2.1: + version "7.3.5" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" + integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== + dependencies: + lru-cache "^6.0.0" + +send@0.17.1: + version "0.17.1" + resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" + integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== + dependencies: + debug "2.6.9" + depd "~1.1.2" + destroy "~1.0.4" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "~1.7.2" + mime "1.6.0" + ms "2.1.1" + on-finished "~2.3.0" + range-parser "~1.2.1" + statuses "~1.5.0" + +serve-static@1.14.1: + version "1.14.1" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" + integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.17.1" + +setprototypeof@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" + integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== + +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + +signal-exit@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" + integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== + +slice-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" + integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== + dependencies: + ansi-styles "^4.0.0" + astral-regex "^2.0.0" + is-fullwidth-code-point "^3.0.0" + +snakeize@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/snakeize/-/snakeize-0.1.0.tgz#10c088d8b58eb076b3229bb5a04e232ce126422d" + integrity sha1-EMCI2LWOsHazIpu1oE4jLOEmQi0= + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= + +"statuses@>= 1.5.0 < 2", statuses@~1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + +stream-events@^1.0.1, stream-events@^1.0.4, stream-events@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/stream-events/-/stream-events-1.0.5.tgz#bbc898ec4df33a4902d892333d47da9bf1c406d5" + integrity sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg== + dependencies: + stubs "^3.0.0" + +stream-shift@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" + integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== + +streamsearch@0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a" + integrity sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo= + +string-width@^4.1.0, string-width@^4.2.0: + version "4.2.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5" + integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.0" + +string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +strip-ansi@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" + integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== + dependencies: + ansi-regex "^5.0.0" + +strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== + +stubs@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/stubs/-/stubs-3.0.0.tgz#e8d2ba1fa9c90570303c030b6900f7d5f89abe5b" + integrity sha1-6NK6H6nJBXAwPAMLaQD31fiavls= + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + dependencies: + has-flag "^4.0.0" + +table@^6.0.9: + version "6.7.1" + resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2" + integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg== + dependencies: + ajv "^8.0.1" + lodash.clonedeep "^4.5.0" + lodash.truncate "^4.4.2" + slice-ansi "^4.0.0" + string-width "^4.2.0" + strip-ansi "^6.0.0" + +teeny-request@^7.0.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.1.0.tgz#be7593e62d5f2d656646a0c35fc7c3f18f6300f9" + integrity sha512-hPfSc05a7Mf3syqVhSkrVMb844sMiP60MrfGMts3ft6V6UlSkEIGQzgwf0dy1KjdE3FV2lJ5s7QCBFcaoQLA6g== + dependencies: + http-proxy-agent "^4.0.0" + https-proxy-agent "^5.0.0" + node-fetch "^2.6.1" + stream-events "^1.0.5" + uuid "^8.0.0" + +text-table@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= + +toidentifier@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" + integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== + +tslib@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== + +type-check@^0.4.0, type-check@~0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" + integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== + dependencies: + prelude-ls "^1.2.1" + +type-fest@^0.20.2: + version "0.20.2" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" + integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== + +type-is@~1.6.17, type-is@~1.6.18: + version "1.6.18" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.24" + +typedarray-to-buffer@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" + integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== + dependencies: + is-typedarray "^1.0.0" + +unique-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" + integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== + dependencies: + crypto-random-string "^2.0.0" + +unpipe@1.0.0, unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + +uri-js@^4.2.2: + version "4.4.1" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" + integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== + dependencies: + punycode "^2.1.0" + +util-deprecate@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + +uuid@^8.0.0: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + +v8-compile-cache@^2.0.3: + version "2.3.0" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" + integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== + +vary@^1, vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + +websocket-driver@>=0.5.1: + version "0.7.4" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" + integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== + dependencies: + http-parser-js ">=0.5.1" + safe-buffer ">=5.1.0" + websocket-extensions ">=0.1.1" + +websocket-extensions@>=0.1.1: + version "0.1.4" + resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" + integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== + +which@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +word-wrap@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" + integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== + +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +write-file-atomic@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" + integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== + dependencies: + imurmurhash "^0.1.4" + is-typedarray "^1.0.0" + signal-exit "^3.0.2" + typedarray-to-buffer "^3.1.5" + +xdg-basedir@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13" + integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + +yallist@^2.0.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" + integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + +yargs-parser@^20.2.2: + version "20.2.7" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a" + integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw== + +yargs@^16.1.1: + version "16.2.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" + integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== diff --git a/scripts/docs.angularjs.org-firebase/readme.firebase.docs.md b/scripts/docs.angularjs.org-firebase/readme.firebase.docs.md new file mode 100644 index 000000000000..dbf086fec32d --- /dev/null +++ b/scripts/docs.angularjs.org-firebase/readme.firebase.docs.md @@ -0,0 +1,26 @@ +Firebase for docs.angularjs.org +=============================== + +This folder contains the Google Firebase scripts for the `docs.angularjs.org` setup. + +See `/scripts/code.angularjs.org-firebase/readme.firebase.code.md` for the Firebase deployment to `code.angularjs.org`. + +# Continuous integration + +The docs are deployed to Google Firebase hosting and functions automatically via CI. + +See `.circleci/config.yml` for the complete deployment config and build steps. + +# Serving locally: + +- Run `cd scripts/docs.angularjs.org-firebase`. + This changes the current working directory. + +- Run `yarn grunt package`. + This builds the files that will be deployed. + +- Run `yarn grunt prepareDeploy`. + This copies docs content files into `./deploy` and the partials for Search Engine AJAX Crawling into `./functions/content`. + +- Run `$(yarn bin)/firebase emulators:start` (or `..\..\node_modules\.bin\firebase emulators:start` on Windows). + Creates a server at http://localhost:5000 that serves from `./deploy` and uses the local function. diff --git a/scripts/errors.angularjs.org-firebase/.firebaserc b/scripts/errors.angularjs.org-firebase/.firebaserc new file mode 100644 index 000000000000..1a1cefce0f26 --- /dev/null +++ b/scripts/errors.angularjs.org-firebase/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "errors-angularjs-org" + } +} diff --git a/scripts/errors.angularjs.org-firebase/firebase.json b/scripts/errors.angularjs.org-firebase/firebase.json new file mode 100644 index 000000000000..37eb5870f184 --- /dev/null +++ b/scripts/errors.angularjs.org-firebase/firebase.json @@ -0,0 +1,27 @@ +{ + "hosting": { + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ], + "redirects": [ + { + "source": "/:version/:namespace\\::error*", + "destination": "https://code.angularjs.org/:version/docs/error/:namespace/:error*", + "type": 301 + }, + { + "source": "/:version/:error*", + "destination": "https://code.angularjs.org/:version/docs/error/:error*", + "type": 301 + }, + { + "source": "/", + "destination": "https://docs.angularjs.org/error/", + "type": 301 + } + ] + } +} diff --git a/scripts/errors.angularjs.org-firebase/public/404.html b/scripts/errors.angularjs.org-firebase/public/404.html new file mode 100644 index 000000000000..829eda8fdcf1 --- /dev/null +++ b/scripts/errors.angularjs.org-firebase/public/404.html @@ -0,0 +1,33 @@ + + + + + + Page Not Found + + + + +
    +

    404

    +

    Page Not Found

    +

    The specified file was not found on this website. Please check the URL for mistakes and try again.

    +

    Why am I seeing this?

    +

    This page was generated by the Firebase Command-Line Interface. To modify it, edit the 404.html file in your project's configured public directory.

    +
    + + diff --git a/scripts/release/release.sh b/scripts/release/release.sh new file mode 100755 index 000000000000..ab03a6e41fd0 --- /dev/null +++ b/scripts/release/release.sh @@ -0,0 +1,67 @@ +#!/bin/bash + +# tags the current commit as a release and publishes all artifacts to +# the different repositories. +# Note: This will also works if the commit is in the past! + +echo "#################################" +echo "#### cut release ############" +echo "#################################" + +ARG_DEFS=( + # require the git dryrun flag so the script can't be run without + # thinking about this! + "--git-push-dryrun=(true|false)" + # The sha to release. Needs to be the same as HEAD. + # given as parameter to double check. + "--commit-sha=(.*)" + # the version number of the release. + # e.g. 1.2.12 or 1.2.12-rc.1 + "--version-number=([0-9]+\.[0-9]+\.[0-9]+(-[a-z]+\.[0-9]+)?)" + # the codename of the release + "--version-name=(.+)" +) + +function init { + if [[ $(git rev-parse HEAD) != $(git rev-parse $COMMIT_SHA) ]]; then + echo "HEAD is not at $COMMIT_SHA" + usage + fi + + if [[ ! $VERBOSE ]]; then + VERBOSE=false + fi + VERBOSE_ARG="--verbose=$VERBOSE" +} + +function build { + cd ../.. + yarn grunt ci-checks package --no-color + + cd $SCRIPT_DIR +} + +function phase { + ACTION_ARG="--action=$1" + ../angular.js/tag-release.sh $ACTION_ARG $VERBOSE_ARG\ + --version-number=$VERSION_NUMBER --version-name=$VERSION_NAME\ + --commit-sha=$COMMIT_SHA + + if [[ $1 == "prepare" ]]; then + # The build requires the tag to be set already! + build + fi + + ../code.angularjs.org/publish.sh $ACTION_ARG $VERBOSE_ARG + ../bower/publish.sh $ACTION_ARG $VERBOSE_ARG +} + +function run { + # First prepare all scripts (build, commit, tag, ...), + # so we are sure everything is all right + phase prepare + # only then publish to github + phase publish +} + +source $(dirname $0)/../utils.inc \ No newline at end of file diff --git a/scripts/release/undo-release.sh b/scripts/release/undo-release.sh new file mode 100755 index 000000000000..0212d306b5e0 --- /dev/null +++ b/scripts/release/undo-release.sh @@ -0,0 +1,41 @@ +#!/bin/bash + +echo "#################################" +echo "#### undo a release ############" +echo "#################################" + +ARG_DEFS=( + # require the git dryrun flag so the script can't be run without + # thinking about this! + "--git-push-dryrun=(true|false)" + # the version number of the release. + # e.g. 1.2.12 or 1.2.12-rc.1 + "--version-number=([0-9]+\.[0-9]+\.[0-9]+(-[a-z]+\.[0-9]+)?)" +) + +function init { + if [[ ! $VERBOSE ]]; then + VERBOSE=false + fi + VERBOSE_ARG="--verbose=$VERBOSE" +} + +function phase { + ACTION_ARG="--action=$1" + VERSION_NUMBER_ARG="--version-number=$VERSION_NUMBER" + ../angular.js/untag-release.sh $ACTION_ARG $VERBOSE_ARG\ + --version-number=$VERSION_NUMBER + + ../code.angularjs.org/unpublish.sh $ACTION_ARG $VERSION_NUMBER_ARG $VERBOSE_ARG + ../bower/unpublish.sh $ACTION_ARG $VERSION_NUMBER_ARG $VERBOSE_ARG +} + +function run { + # First prepare all scripts (build, commit, tag, ...), + # so we are sure everything is all right + phase prepare + # only then publish to github + phase publish +} + +source $(dirname $0)/../utils.inc \ No newline at end of file diff --git a/scripts/utils.inc b/scripts/utils.inc new file mode 100644 index 000000000000..919f7df9799e --- /dev/null +++ b/scripts/utils.inc @@ -0,0 +1,279 @@ +# This file provides: +# - a default control flow +# * initializes the environment +# * able to mock "git push" in your script and in all sub scripts +# * call a function in your script based on the arguments +# - named argument parsing and automatic generation of the "usage" for your script +# - intercepting "git push" in your script and all sub scripts +# - utility functions +# +# Usage: +# - define the variable ARGS_DEF (see below) with the arguments for your script +# - include this file using `source utils.inc` at the end of your script. +# +# Default control flow: +# 0. Set the current directory to the directory of the script. By this +# the script can be called from anywhere. +# 1. Parse the named arguments +# 2. If the parameter "git_push_dryrun" is set, all calls to `git push` in this script +# or in child scripts will be intercepted so that the `--dry-run` and `--porcelain` is added +# to show what the push would do but not actually do it. +# 3. If the parameter "verbose" is set, the `-x` flag will be set in bash. +# 4. The function "init" will be called if it exists +# 5. If the parameter "action" is set, it will call the function with the name of that parameter. +# Otherwise the function "run" will be called. +# +# Named Argument Parsing: +# - The variable ARGS_DEF defines the valid command arguments +# * Required args syntax: --paramName=paramRegex +# * Optional args syntax: [--paramName=paramRegex] +# * e.g. ARG_DEFS=("--required_param=(.+)" "[--optional_param=(.+)]") +# - Checks that: +# * all arguments match to an entry in ARGS_DEF +# * all required arguments are present +# * all arguments match their regex +# - Afterwards, every parameter value will be stored in a variable +# with the name of the parameter in upper case (with dash converted to underscore). +# +# Special arguments that are always available: +# - "--action=.*": This parameter will be used to execute a function with that name when the +# script is started +# - "--git_push_dryrun=true": This will intercept all calls to `git push` in this script +# or in child scripts so that the `--dry-run` and `--porcelain` is added +# to show what the push would do but not actually do it. +# - "--verbose=true": This will set the `-x` flag in bash so that all calls will be logged +# +# Utility functions: +# - readJsonProp +# - replaceJsonProp +# - resolveDir +# - getVar +# - serVar +# - isFunction + +# always stop on errors +set -e + +function usage { + echo "Usage: ${0} ${ARG_DEFS[@]}" + exit 1 +} + + +function parseArgs { + local REQUIRED_ARG_NAMES=() + + # -- helper functions + function varName { + # everything to upper case and dash to underscore + echo ${1//-/_} | tr '[:lower:]' '[:upper:]' + } + + function readArgDefs { + local ARG_DEF + local AD_OPTIONAL + local AD_NAME + local AD_RE + + # -- helper functions + function parseArgDef { + local ARG_DEF_REGEX="(\[?)--([^=]+)=(.*)" + if [[ ! $1 =~ $ARG_DEF_REGEX ]]; then + echo "Internal error: arg def has wrong format: $ARG_DEF" + exit 1 + fi + AD_OPTIONAL="${BASH_REMATCH[1]}" + AD_NAME="${BASH_REMATCH[2]}" + AD_RE="${BASH_REMATCH[3]}" + if [[ $AD_OPTIONAL ]]; then + # Remove last bracket for optional args. + # Can't put this into the ARG_DEF_REGEX somehow... + AD_RE=${AD_RE%?} + fi + } + + # -- run + for ARG_DEF in "${ARG_DEFS[@]}" + do + parseArgDef $ARG_DEF + + local AD_NAME_UPPER=$(varName $AD_NAME) + setVar "${AD_NAME_UPPER}_OPTIONAL" "$AD_OPTIONAL" + setVar "${AD_NAME_UPPER}_RE" "$AD_RE" + if [[ ! $AD_OPTIONAL ]]; then + REQUIRED_ARG_NAMES+=($AD_NAME) + fi + done + } + + function readAndValidateArgs { + local ARG_NAME + local ARG_VALUE + local ARG_NAME_UPPER + + # -- helper functions + function parseArg { + local ARG_REGEX="--([^=]+)=?(.*)" + + if [[ ! $1 =~ $ARG_REGEX ]]; then + echo "Can't parse argument $i" + usage + fi + + ARG_NAME="${BASH_REMATCH[1]}" + ARG_VALUE="${BASH_REMATCH[2]}" + ARG_NAME_UPPER=$(varName $ARG_NAME) + } + + function validateArg { + local AD_RE=$(getVar ${ARG_NAME_UPPER}_RE) + + if [[ ! $AD_RE ]]; then + echo "Unknown option: $ARG_NAME" + usage + fi + + if [[ ! $ARG_VALUE =~ ^${AD_RE}$ ]]; then + echo "Wrong format: $ARG_NAME" + usage; + fi + + # validate that the "action" option points to a valid function + if [[ $ARG_NAME == "action" ]] && ! isFunction $ARG_VALUE; then + echo "No action $ARG_VALUE defined in this script" + usage; + fi + } + + # -- run + for i in "$@" + do + parseArg $i + validateArg + setVar "${ARG_NAME_UPPER}" "$ARG_VALUE" + done + } + + function checkMissingArgs { + local ARG_NAME + for ARG_NAME in "${REQUIRED_ARG_NAMES[@]}" + do + ARG_VALUE=$(getVar $(varName $ARG_NAME)) + + if [[ ! $ARG_VALUE ]]; then + echo "Missing: $ARG_NAME" + usage; + fi + done + } + + # -- run + readArgDefs + readAndValidateArgs "$@" + checkMissingArgs + +} + +# getVar(varName) +function getVar { + echo ${!1} +} + +# setVar(varName, varValue) +function setVar { + eval "$1=\"$2\"" +} + +# isFunction(name) +# - to be used in an if, so return 0 if successful and 1 if not! +function isFunction { + if [[ $(type -t $1) == "function" ]]; then + return 0 + else + return 1 + fi +} + +# readJsonProp(jsonFile, property) +# - restriction: property needs to be on a single line! +function readJsonProp { + echo $(sed -En 's/.*"'$2'"[ ]*:[ ]*"(.*)".*/\1/p' $1) +} + +# replaceJsonProp(jsonFile, propertyRegex, valueRegex, replacePattern) +# - note: propertyRegex will be automatically placed into a +# capturing group! -> all other groups start at index 2! +function replaceJsonProp { + replaceInFile $1 '"('$2')"[ ]*:[ ]*"'$3'"' '"\1": "'$4'"' +} + +# replaceInFile(file, findPattern, replacePattern) +function replaceInFile { + sed -i .tmp -E "s/$2/$3/" $1 + rm $1.tmp +} + +# resolveDir(relativeDir) +# - resolves a directory relative to the current script +function resolveDir { + echo $(cd $SCRIPT_DIR; cd $1; pwd) +} + +function git_push_dryrun_proxy { + echo "## git push dryrun proxy enabled!" + export ORIGIN_GIT=$(which git) + + function git { + local ARGS=("$@") + local RC + if [[ $1 == "push" ]]; then + ARGS+=("--dry-run" "--porcelain") + echo "####### START GIT PUSH DRYRUN #######" + echo "${ARGS[@]}" + fi + if [[ $1 == "commit" ]]; then + echo "${ARGS[@]}" + fi + $ORIGIN_GIT "${ARGS[@]}" + RC=$? + if [[ $1 == "push" ]]; then + echo "####### END GIT PUSH DRYRUN #######" + fi + return $RC + } + + export -f git +} + +function main { + # normalize the working dir to the directory of the script + cd $(dirname $0);SCRIPT_DIR=$(pwd) + + ARG_DEFS+=("[--git-push-dryrun=(true|false)]" "[--verbose=(true|false)]") + parseArgs "$@" + + # --git_push_dryrun argument + if [[ $GIT_PUSH_DRYRUN == "true" ]]; then + git_push_dryrun_proxy + fi + + # --verbose argument + if [[ $VERBOSE == "true" ]]; then + set -x + fi + + if isFunction init; then + init "$@" + fi + + # jump to the function denoted by the --action argument, + # otherwise call the "run" function + if [[ $ACTION ]]; then + $ACTION "$@" + else + run "$@" + fi +} + + +main "$@" diff --git a/src/.eslintrc.json b/src/.eslintrc.json new file mode 100644 index 000000000000..36b653a76649 --- /dev/null +++ b/src/.eslintrc.json @@ -0,0 +1,194 @@ +{ + "root": true, + "extends": "../.eslintrc-browser.json", + + "globals": { + /* auto/injector.js */ + "createInjector": false, + + /* angular.js */ + "angular": false, + "msie": false, + "jqLite": false, + "jQuery": false, + "slice": false, + "splice": false, + "push": false, + "toString": false, + "minErrConfig": false, + "errorHandlingConfig": false, + "isValidObjectMaxDepth": false, + "ngMinErr": false, + "_angular": false, + "angularModule": false, + "nodeName_": false, + "uid": false, + "toDebugString": false, + + "REGEX_STRING_REGEXP" : false, + "lowercase": false, + "uppercase": false, + "isArrayLike": false, + "forEach": false, + "forEachSorted": false, + "reverseParams": false, + "nextUid": false, + "setHashKey": false, + "extend": false, + "toInt": false, + "inherit": false, + "merge": false, + "noop": false, + "identity": false, + "valueFn": false, + "isUndefined": false, + "isDefined": false, + "isObject": false, + "isString": false, + "isNumber": false, + "isNumberNaN": false, + "isDate": false, + "isError": false, + "isArray": false, + "isFunction": false, + "isRegExp": false, + "isWindow": false, + "isScope": false, + "isFile": false, + "isFormData": false, + "isBlob": false, + "isBoolean": false, + "isPromiseLike": false, + "hasCustomToString": false, + "trim": false, + "escapeForRegexp": false, + "isElement": false, + "makeMap": false, + "includes": false, + "arrayRemove": false, + "copy": false, + "shallowCopy": false, + "simpleCompare": false, + "equals": false, + "csp": false, + "concat": false, + "sliceArgs": false, + "bind": false, + "toJsonReplacer": false, + "toJson": false, + "fromJson": false, + "addDateMinutes": false, + "convertTimezoneToLocal": false, + "timezoneToOffset": false, + "startingTag": false, + "tryDecodeURIComponent": false, + "parseKeyValue": false, + "toKeyValue": false, + "encodeUriSegment": false, + "encodeUriQuery": false, + "angularInit": false, + "bootstrap": false, + "getTestability": false, + "snake_case": false, + "bindJQuery": false, + "assertArg": false, + "assertArgFn": false, + "assertNotHasOwnProperty": false, + "getter": false, + "getBlockNodes": false, + "createMap": false, + "VALIDITY_STATE_PROPERTY": false, + "reloadWithDebugInfo": false, + "stringify": false, + "UNSAFE_restoreLegacyJqLiteXHTMLReplacement": false, + + "NODE_TYPE_ELEMENT": false, + "NODE_TYPE_ATTRIBUTE": false, + "NODE_TYPE_TEXT": false, + "NODE_TYPE_COMMENT": false, + "NODE_TYPE_DOCUMENT": false, + "NODE_TYPE_DOCUMENT_FRAGMENT": false, + + "defaultHttpResponseTransform": false, + + /* filters.js */ + "getFirstThursdayOfYear": false, + + /* AngularPublic.js */ + "version": false, + "publishExternalAPI": false, + + /* minErr.js */ + "minErr": false, + + /* loader.js */ + "setupModuleLoader": false, + + /* jqLite.js */ + "BOOLEAN_ATTR": false, + "ALIASED_ATTR": false, + "jqNextId": false, + "fnCamelCaseReplace": false, + "jqLitePatchJQueryRemove": false, + "JQLite": false, + "jqLiteClone": false, + "jqLiteDealoc": false, + "jqLiteOff": false, + "jqLiteRemoveData": false, + "jqLiteExpandoStore": false, + "jqLiteData": false, + "jqLiteHasClass": false, + "jqLiteRemoveClass": false, + "jqLiteAddClass": false, + "jqLiteAddNodes": false, + "jqLiteController": false, + "jqLiteInheritedData": false, + "jqLiteBuildFragment": false, + "jqLiteParseHTML": false, + "jqLiteWrapNode": false, + "getBooleanAttrName": false, + "getAliasedAttrName": false, + "createEventHandler": false, + "JQLitePrototype": false, + "jqLiteIsTextNode": false, + "jqLiteDocumentLoaded": false, + + /* apis.js */ + "hashKey": false, + "NgMap": false, + + /* urlUtils.js */ + "urlResolve": false, + "urlIsSameOrigin": false, + "urlIsSameOriginAsBaseUrl": false, + "urlIsAllowedOriginFactory": false, + + /* ng/controller.js */ + "identifierForController": false, + + /* ng/compile.js */ + "directiveNormalize": false, + + /* ng/q.js */ + "markQExceptionHandled": false, + + /* sce.js */ + "SCE_CONTEXTS": false, + + /* ng/directive/directives.js */ + "ngDirective": false, + + /* ng/directive/ngEventDirs.js */ + "createEventDirective": false, + + /* ng/directive/input.js */ + "VALID_CLASS": false, + "INVALID_CLASS": false, + "PRISTINE_CLASS": false, + "DIRTY_CLASS": false, + + /* ng/directive/form.js */ + "nullFormCtrl": false + + } +} diff --git a/src/Angular.js b/src/Angular.js index 6ea5d1ad2fdf..9b11090518b2 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1,109 +1,231 @@ 'use strict'; +/* We need to tell ESLint what variables are being exported */ +/* exported + angular, + msie, + jqLite, + jQuery, + slice, + splice, + push, + toString, + minErrConfig, + errorHandlingConfig, + isValidObjectMaxDepth, + ngMinErr, + angularModule, + uid, + REGEX_STRING_REGEXP, + VALIDITY_STATE_PROPERTY, + + lowercase, + uppercase, + nodeName_, + isArrayLike, + forEach, + forEachSorted, + reverseParams, + nextUid, + setHashKey, + extend, + toInt, + inherit, + merge, + noop, + identity, + valueFn, + isUndefined, + isDefined, + isObject, + isBlankObject, + isString, + isNumber, + isNumberNaN, + isDate, + isError, + isArray, + isFunction, + isRegExp, + isWindow, + isScope, + isFile, + isFormData, + isBlob, + isBoolean, + isPromiseLike, + trim, + escapeForRegexp, + isElement, + makeMap, + includes, + arrayRemove, + copy, + simpleCompare, + equals, + csp, + jq, + concat, + sliceArgs, + bind, + toJsonReplacer, + toJson, + fromJson, + convertTimezoneToLocal, + timezoneToOffset, + addDateMinutes, + startingTag, + tryDecodeURIComponent, + parseKeyValue, + toKeyValue, + encodeUriSegment, + encodeUriQuery, + angularInit, + bootstrap, + getTestability, + snake_case, + bindJQuery, + assertArg, + assertArgFn, + assertNotHasOwnProperty, + getter, + getBlockNodes, + hasOwnProperty, + createMap, + stringify, + UNSAFE_restoreLegacyJqLiteXHTMLReplacement, + + NODE_TYPE_ELEMENT, + NODE_TYPE_ATTRIBUTE, + NODE_TYPE_TEXT, + NODE_TYPE_COMMENT, + NODE_TYPE_DOCUMENT, + NODE_TYPE_DOCUMENT_FRAGMENT +*/ + //////////////////////////////////// /** - * @ngdoc function - * @name angular.lowercase - * @function + * @ngdoc module + * @name ng + * @module ng + * @installation + * @description + * + * The ng module is loaded by default when an AngularJS application is started. The module itself + * contains the essential components for an AngularJS application to function. The table below + * lists a high level breakdown of each of the services/factories, filters, directives and testing + * components available within this core module. + * + */ + +var REGEX_STRING_REGEXP = /^\/(.+)\/([a-z]*)$/; + +// The name of a form control's ValidityState property. +// This is used so that it's possible for internal tests to create mock ValidityStates. +var VALIDITY_STATE_PROPERTY = 'validity'; + + +var hasOwnProperty = Object.prototype.hasOwnProperty; + +/** + * @private * * @description Converts the specified string to lowercase. * @param {string} string String to be converted to lowercase. * @returns {string} Lowercased string. */ -var lowercase = function(string){return isString(string) ? string.toLowerCase() : string;}; - +var lowercase = function(string) {return isString(string) ? string.toLowerCase() : string;}; /** - * @ngdoc function - * @name angular.uppercase - * @function + * @private * * @description Converts the specified string to uppercase. * @param {string} string String to be converted to uppercase. * @returns {string} Uppercased string. */ -var uppercase = function(string){return isString(string) ? string.toUpperCase() : string;}; +var uppercase = function(string) {return isString(string) ? string.toUpperCase() : string;}; -var manualLowercase = function(s) { - return isString(s) - ? s.replace(/[A-Z]/g, function(ch) {return fromCharCode(ch.charCodeAt(0) | 32);}) - : s; -}; -var manualUppercase = function(s) { - return isString(s) - ? s.replace(/[a-z]/g, function(ch) {return fromCharCode(ch.charCodeAt(0) & ~32);}) - : s; -}; - - -// String#toLowerCase and String#toUpperCase don't produce correct results in browsers with Turkish -// locale, for this reason we need to detect this case and redefine lowercase/uppercase methods -// with correct but slower alternatives. -if ('i' !== 'I'.toLowerCase()) { - lowercase = manualLowercase; - uppercase = manualUppercase; -} - -function fromCharCode(code) {return String.fromCharCode(code);} - - -var /** holds major version number for IE or NaN for real browsers */ - msie = int((/msie (\d+)/.exec(lowercase(navigator.userAgent)) || [])[1]), +var + msie, // holds major version number for IE, or NaN if UA is not IE. jqLite, // delay binding since jQuery could be loaded after us. jQuery, // delay binding slice = [].slice, + splice = [].splice, push = [].push, toString = Object.prototype.toString, + getPrototypeOf = Object.getPrototypeOf, + ngMinErr = minErr('ng'), - - _angular = window.angular, /** @name angular */ angular = window.angular || (window.angular = {}), angularModule, - nodeName_, - uid = ['0', '0', '0']; + uid = 0; +// Support: IE 9-11 only /** - * @ngdoc function - * @name angular.noConflict - * @function - * - * @description - * Restores the previous global value of angular and returns the current instance. Other libraries may already use the - * angular namespace. Or a previous version of angular is already loaded on the page. In these cases you may want to - * restore the previous namespace and keep a reference to angular. - * - * @return {Object} The current angular namespace + * documentMode is an IE-only property + * http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx */ -function noConflict() { - var a = window.angular; - window.angular = _angular; - return a; +msie = window.document.documentMode; + + +/** + * @private + * @param {*} obj + * @return {boolean} Returns true if `obj` is an array or array-like object (NodeList, Arguments, + * String ...) + */ +function isArrayLike(obj) { + + // `null`, `undefined` and `window` are not array-like + if (obj == null || isWindow(obj)) return false; + + // arrays, strings and jQuery/jqLite objects are array like + // * jqLite is either the jQuery or jqLite constructor function + // * we have to check the existence of jqLite first as this method is called + // via the forEach method when constructing the jqLite object in the first place + if (isArray(obj) || isString(obj) || (jqLite && obj instanceof jqLite)) return true; + + // Support: iOS 8.2 (not reproducible in simulator) + // "length" in obj used to prevent JIT error (gh-11508) + var length = 'length' in Object(obj) && obj.length; + + // NodeList objects (with `item` method) and + // other objects with suitable length characteristics are array-like + return isNumber(length) && (length >= 0 && (length - 1) in obj || typeof obj.item === 'function'); + } /** * @ngdoc function * @name angular.forEach - * @function + * @module ng + * @kind function * * @description * Invokes the `iterator` function once for each item in `obj` collection, which can be either an - * object or an array. The `iterator` function is invoked with `iterator(value, key)`, where `value` - * is the value of an object property or an array element and `key` is the object property key or - * array element index. Specifying a `context` for the function is optional. + * object or an array. The `iterator` function is invoked with `iterator(value, key, obj)`, where `value` + * is the value of an object property or an array element, `key` is the object property key or + * array element index and obj is the `obj` itself. Specifying a `context` for the function is optional. + * + * It is worth noting that `.forEach` does not iterate over inherited properties because it filters + * using the `hasOwnProperty` method. * - * Note: this function was previously known as `angular.foreach`. + * Unlike ES262's + * [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18), + * providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just + * return the value provided. * -
    +   ```js
          var values = {name: 'misko', gender: 'male'};
          var log = [];
    -     angular.forEach(values, function(value, key){
    +     angular.forEach(values, function(value, key) {
            this.push(key + ': ' + value);
          }, log);
    -     expect(log).toEqual(['name: misko', 'gender:male']);
    -   
    + expect(log).toEqual(['name: misko', 'gender: male']); + ``` * * @param {Object|Array} obj Object to iterate over. * @param {Function} iterator Iterator function. @@ -111,47 +233,41 @@ function noConflict() { * @returns {Object|Array} Reference to `obj`. */ - -/** - * @private - * @param {*} obj - * @return {boolean} Returns true if `obj` is an array or array-like object (NodeList, Arguments, ...) - */ -function isArrayLike(obj) { - if (!obj || (typeof obj.length !== 'number')) return false; - - // We have on object which has length property. Should we treat it as array? - if (typeof obj.hasOwnProperty != 'function' && - typeof obj.constructor != 'function') { - // This is here for IE8: it is a bogus object treat it as array; - return true; - } else { - return obj instanceof JQLite || // JQLite - (jQuery && obj instanceof jQuery) || // jQuery - toString.call(obj) !== '[object Object]' || // some browser native object - typeof obj.callee === 'function'; // arguments (on IE8 looks like regular obj) - } -} - - function forEach(obj, iterator, context) { - var key; + var key, length; if (obj) { - if (isFunction(obj)){ + if (isFunction(obj)) { for (key in obj) { - if (key != 'prototype' && key != 'length' && key != 'name' && obj.hasOwnProperty(key)) { - iterator.call(context, obj[key], key); + if (key !== 'prototype' && key !== 'length' && key !== 'name' && obj.hasOwnProperty(key)) { + iterator.call(context, obj[key], key, obj); + } + } + } else if (isArray(obj) || isArrayLike(obj)) { + var isPrimitive = typeof obj !== 'object'; + for (key = 0, length = obj.length; key < length; key++) { + if (isPrimitive || key in obj) { + iterator.call(context, obj[key], key, obj); } } } else if (obj.forEach && obj.forEach !== forEach) { - obj.forEach(iterator, context); - } else if (isArrayLike(obj)) { - for (key = 0; key < obj.length; key++) - iterator.call(context, obj[key], key); - } else { + obj.forEach(iterator, context, obj); + } else if (isBlankObject(obj)) { + // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty + for (key in obj) { + iterator.call(context, obj[key], key, obj); + } + } else if (typeof obj.hasOwnProperty === 'function') { + // Slow path for objects inheriting Object.prototype, hasOwnProperty check needed for (key in obj) { if (obj.hasOwnProperty(key)) { - iterator.call(context, obj[key], key); + iterator.call(context, obj[key], key, obj); + } + } + } else { + // Slow path for objects which do not have a method `hasOwnProperty` + for (key in obj) { + if (hasOwnProperty.call(obj, key)) { + iterator.call(context, obj[key], key, obj); } } } @@ -159,19 +275,9 @@ function forEach(obj, iterator, context) { return obj; } -function sortedKeys(obj) { - var keys = []; - for (var key in obj) { - if (obj.hasOwnProperty(key)) { - keys.push(key); - } - } - return keys.sort(); -} - function forEachSorted(obj, iterator, context) { - var keys = sortedKeys(obj); - for ( var i = 0; i < keys.length; i++) { + var keys = Object.keys(obj).sort(); + for (var i = 0; i < keys.length; i++) { iterator.call(context, obj[keys[i]], keys[i]); } return keys; @@ -184,86 +290,166 @@ function forEachSorted(obj, iterator, context) { * @returns {function(*, string)} */ function reverseParams(iteratorFn) { - return function(value, key) { iteratorFn(key, value) }; + return function(value, key) {iteratorFn(key, value);}; } /** - * A consistent way of creating unique IDs in angular. The ID is a sequence of alpha numeric - * characters such as '012ABC'. The reason why we are not using simply a number counter is that - * the number string gets longer over time, and it can also overflow, where as the nextId - * will grow much slower, it is a string, and it will never overflow. + * A consistent way of creating unique IDs in angular. + * + * Using simple numbers allows us to generate 28.6 million unique ids per second for 10 years before + * we hit number precision issues in JavaScript. + * + * Math.pow(2,53) / 60 / 60 / 24 / 365 / 10 = 28.6M * - * @returns an unique alpha-numeric string + * @returns {number} an unique alpha-numeric string */ function nextUid() { - var index = uid.length; - var digit; - - while(index) { - index--; - digit = uid[index].charCodeAt(0); - if (digit == 57 /*'9'*/) { - uid[index] = 'A'; - return uid.join(''); - } - if (digit == 90 /*'Z'*/) { - uid[index] = '0'; - } else { - uid[index] = String.fromCharCode(digit + 1); - return uid.join(''); + return ++uid; +} + + +/** + * Set or clear the hashkey for an object. + * @param obj object + * @param h the hashkey (!truthy to delete the hashkey) + */ +function setHashKey(obj, h) { + if (h) { + obj.$$hashKey = h; + } else { + delete obj.$$hashKey; + } +} + + +function baseExtend(dst, objs, deep) { + var h = dst.$$hashKey; + + for (var i = 0, ii = objs.length; i < ii; ++i) { + var obj = objs[i]; + if (!isObject(obj) && !isFunction(obj)) continue; + var keys = Object.keys(obj); + for (var j = 0, jj = keys.length; j < jj; j++) { + var key = keys[j]; + var src = obj[key]; + + if (deep && isObject(src)) { + if (isDate(src)) { + dst[key] = new Date(src.valueOf()); + } else if (isRegExp(src)) { + dst[key] = new RegExp(src); + } else if (src.nodeName) { + dst[key] = src.cloneNode(true); + } else if (isElement(src)) { + dst[key] = src.clone(); + } else { + if (key !== '__proto__') { + if (!isObject(dst[key])) dst[key] = isArray(src) ? [] : {}; + baseExtend(dst[key], [src], true); + } + } + } else { + dst[key] = src; + } } } - uid.unshift('0'); - return uid.join(''); + + setHashKey(dst, h); + return dst; } /** * @ngdoc function * @name angular.extend - * @function + * @module ng + * @kind function * * @description - * Extends the destination object `dst` by copying all of the properties from the `src` object(s) - * to `dst`. You can specify multiple `src` objects. + * Extends the destination object `dst` by copying own enumerable properties from the `src` object(s) + * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so + * by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`. + * + * **Note:** Keep in mind that `angular.extend` does not support recursive merge (deep copy). Use + * {@link angular.merge} for this. * * @param {Object} dst Destination object. * @param {...Object} src Source object(s). + * @returns {Object} Reference to `dst`. */ function extend(dst) { - forEach(arguments, function(obj){ - if (obj !== dst) { - forEach(obj, function(value, key){ - dst[key] = value; - }); - } - }); - return dst; + return baseExtend(dst, slice.call(arguments, 1), false); } -function int(str) { + +/** +* @ngdoc function +* @name angular.merge +* @module ng +* @kind function +* +* @description +* Deeply extends the destination object `dst` by copying own enumerable properties from the `src` object(s) +* to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so +* by passing an empty object as the target: `var object = angular.merge({}, object1, object2)`. +* +* Unlike {@link angular.extend extend()}, `merge()` recursively descends into object properties of source +* objects, performing a deep copy. +* +* @deprecated +* sinceVersion="1.6.5" +* This function is deprecated, but will not be removed in the 1.x lifecycle. +* There are edge cases (see {@link angular.merge#known-issues known issues}) that are not +* supported by this function. We suggest using another, similar library for all-purpose merging, +* such as [lodash's merge()](https://lodash.com/docs/4.17.4#merge). +* +* @knownIssue +* This is a list of (known) object types that are not handled correctly by this function: +* - [`Blob`](https://developer.mozilla.org/docs/Web/API/Blob) +* - [`MediaStream`](https://developer.mozilla.org/docs/Web/API/MediaStream) +* - [`CanvasGradient`](https://developer.mozilla.org/docs/Web/API/CanvasGradient) +* - AngularJS {@link $rootScope.Scope scopes}; +* +* `angular.merge` also does not support merging objects with circular references. +* +* @param {Object} dst Destination object. +* @param {...Object} src Source object(s). +* @returns {Object} Reference to `dst`. +*/ +function merge(dst) { + return baseExtend(dst, slice.call(arguments, 1), true); +} + + + +function toInt(str) { return parseInt(str, 10); } +var isNumberNaN = Number.isNaN || function isNumberNaN(num) { + // eslint-disable-next-line no-self-compare + return num !== num; +}; + function inherit(parent, extra) { - return extend(new (extend(function() {}, {prototype:parent}))(), extra); + return extend(Object.create(parent), extra); } - /** * @ngdoc function * @name angular.noop - * @function + * @module ng + * @kind function * * @description * A function that performs no operations. This function can be useful when writing code in the * functional style. -
    +   ```js
          function foo(callback) {
            var result = calculateResult();
            (callback || angular.noop)(result);
          }
    -   
    + ``` */ function noop() {} noop.$inject = []; @@ -272,28 +458,47 @@ noop.$inject = []; /** * @ngdoc function * @name angular.identity - * @function + * @module ng + * @kind function * * @description * A function that returns its first argument. This function is useful when writing code in the * functional style. * -
    -     function transformer(transformationFn, value) {
    -       return (transformationFn || identity)(value);
    -     };
    -   
    + ```js + function transformer(transformationFn, value) { + return (transformationFn || angular.identity)(value); + }; + + // E.g. + function getResult(fn, input) { + return (fn || angular.identity)(input); + }; + + getResult(function(n) { return n * 2; }, 21); // returns 42 + getResult(null, 21); // returns 21 + getResult(undefined, 21); // returns 21 + ``` + * + * @param {*} value to be returned. + * @returns {*} the value passed in. */ function identity($) {return $;} identity.$inject = []; -function valueFn(value) {return function() {return value;};} +function valueFn(value) {return function valueRef() {return value;};} + +function hasCustomToString(obj) { + return isFunction(obj.toString) && obj.toString !== toString; +} + /** * @ngdoc function * @name angular.isUndefined - * @function + * @module ng + * @kind function * * @description * Determines if a reference is undefined. @@ -301,13 +506,14 @@ function valueFn(value) {return function() {return value;};} * @param {*} value Reference to check. * @returns {boolean} True if `value` is undefined. */ -function isUndefined(value){return typeof value == 'undefined';} +function isUndefined(value) {return typeof value === 'undefined';} /** * @ngdoc function * @name angular.isDefined - * @function + * @module ng + * @kind function * * @description * Determines if a reference is defined. @@ -315,28 +521,43 @@ function isUndefined(value){return typeof value == 'undefined';} * @param {*} value Reference to check. * @returns {boolean} True if `value` is defined. */ -function isDefined(value){return typeof value != 'undefined';} +function isDefined(value) {return typeof value !== 'undefined';} /** * @ngdoc function * @name angular.isObject - * @function + * @module ng + * @kind function * * @description * Determines if a reference is an `Object`. Unlike `typeof` in JavaScript, `null`s are not - * considered to be objects. + * considered to be objects. Note that JavaScript arrays are objects. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is an `Object` but not `null`. */ -function isObject(value){return value != null && typeof value == 'object';} +function isObject(value) { + // http://jsperf.com/isobject4 + return value !== null && typeof value === 'object'; +} + + +/** + * Determine if a value is an object with a null prototype + * + * @returns {boolean} True if `value` is an `Object` with a null prototype + */ +function isBlankObject(value) { + return value !== null && typeof value === 'object' && !getPrototypeOf(value); +} /** * @ngdoc function * @name angular.isString - * @function + * @module ng + * @kind function * * @description * Determines if a reference is a `String`. @@ -344,27 +565,35 @@ function isObject(value){return value != null && typeof value == 'object';} * @param {*} value Reference to check. * @returns {boolean} True if `value` is a `String`. */ -function isString(value){return typeof value == 'string';} +function isString(value) {return typeof value === 'string';} /** * @ngdoc function * @name angular.isNumber - * @function + * @module ng + * @kind function * * @description * Determines if a reference is a `Number`. * + * This includes the "special" numbers `NaN`, `+Infinity` and `-Infinity`. + * + * If you wish to exclude these then you can use the native + * [`isFinite'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isFinite) + * method. + * * @param {*} value Reference to check. * @returns {boolean} True if `value` is a `Number`. */ -function isNumber(value){return typeof value == 'number';} +function isNumber(value) {return typeof value === 'number';} /** * @ngdoc function * @name angular.isDate - * @function + * @module ng + * @kind function * * @description * Determines if a value is a date. @@ -372,15 +601,16 @@ function isNumber(value){return typeof value == 'number';} * @param {*} value Reference to check. * @returns {boolean} True if `value` is a `Date`. */ -function isDate(value){ - return toString.apply(value) == '[object Date]'; +function isDate(value) { + return toString.call(value) === '[object Date]'; } /** * @ngdoc function * @name angular.isArray - * @function + * @module ng + * @kind function * * @description * Determines if a reference is an `Array`. @@ -388,15 +618,33 @@ function isDate(value){ * @param {*} value Reference to check. * @returns {boolean} True if `value` is an `Array`. */ -function isArray(value) { - return toString.apply(value) == '[object Array]'; +function isArray(arr) { + return Array.isArray(arr) || arr instanceof Array; } +/** + * @description + * Determines if a reference is an `Error`. + * Loosely based on https://www.npmjs.com/package/iserror + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is an `Error`. + */ +function isError(value) { + var tag = toString.call(value); + switch (tag) { + case '[object Error]': return true; + case '[object Exception]': return true; + case '[object DOMException]': return true; + default: return value instanceof Error; + } +} /** * @ngdoc function * @name angular.isFunction - * @function + * @module ng + * @kind function * * @description * Determines if a reference is a `Function`. @@ -404,7 +652,19 @@ function isArray(value) { * @param {*} value Reference to check. * @returns {boolean} True if `value` is a `Function`. */ -function isFunction(value){return typeof value == 'function';} +function isFunction(value) {return typeof value === 'function';} + + +/** + * Determines if a value is a regular expression object. + * + * @private + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `RegExp`. + */ +function isRegExp(value) { + return toString.call(value) === '[object RegExp]'; +} /** @@ -415,7 +675,7 @@ function isFunction(value){return typeof value == 'function';} * @returns {boolean} True if `obj` is a window obj. */ function isWindow(obj) { - return obj && obj.document && obj.location && obj.alert && obj.setInterval; + return obj && obj.window === obj; } @@ -425,23 +685,60 @@ function isScope(obj) { function isFile(obj) { - return toString.apply(obj) === '[object File]'; + return toString.call(obj) === '[object File]'; +} + + +function isFormData(obj) { + return toString.call(obj) === '[object FormData]'; +} + + +function isBlob(obj) { + return toString.call(obj) === '[object Blob]'; } function isBoolean(value) { - return typeof value == 'boolean'; + return typeof value === 'boolean'; } -function trim(value) { - return isString(value) ? value.replace(/^\s*/, '').replace(/\s*$/, '') : value; +function isPromiseLike(obj) { + return obj && isFunction(obj.then); } + +var TYPED_ARRAY_REGEXP = /^\[object (?:Uint8|Uint8Clamped|Uint16|Uint32|Int8|Int16|Int32|Float32|Float64)Array]$/; +function isTypedArray(value) { + return value && isNumber(value.length) && TYPED_ARRAY_REGEXP.test(toString.call(value)); +} + +function isArrayBuffer(obj) { + return toString.call(obj) === '[object ArrayBuffer]'; +} + + +var trim = function(value) { + return isString(value) ? value.trim() : value; +}; + +// Copied from: +// http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 +// Prereq: s is a string. +var escapeForRegexp = function(s) { + return s + .replace(/([-()[\]{}+?*.$^|,:#=0) + var index = array.indexOf(value); + if (index >= 0) { array.splice(index, 1); - return value; -} - -function isLeafNode (node) { - if (node) { - switch (node.nodeName) { - case "OPTION": - case "PRE": - case "TITLE": - return true; - } } - return false; + return index; } /** * @ngdoc function * @name angular.copy - * @function + * @module ng + * @kind function * * @description - * Creates a deep copy of `source`, which should be an object or an array. + * Creates a deep copy of `source`, which should be an object or an array. This functions is used + * internally, mostly in the change-detection code. It is not intended as an all-purpose copy + * function, and has several limitations (see below). * * * If no destination is supplied, a copy of the object or array is created. - * * If a destination is provided, all of its elements (for array) or properties (for objects) + * * If a destination is provided, all of its elements (for arrays) or properties (for objects) * are deleted and then all elements/properties from the source are copied to it. - * * If `source` is not an object or array, `source` is returned. + * * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned. + * * If `source` is identical to `destination` an exception will be thrown. + * + *
    + * + *
    + * Only enumerable properties are taken into account. Non-enumerable properties (both on `source` + * and on `destination`) will be ignored. + *
    * - * Note: this function is used to augment the Object type in Angular expressions. See - * {@link ng.$filter} for more information about Angular arrays. + *
    + * `angular.copy` does not check if destination and source are of the same type. It's the + * developer's responsibility to make sure they are compatible. + *
    * - * @param {*} source The source that will be used to make a copy. - * Can be any type, including primitives, `null`, and `undefined`. - * @param {(Object|Array)=} destination Destination into which the source is copied. If - * provided, must be of the same type as `source`. + * @knownIssue + * This is a non-exhaustive list of object types / features that are not handled correctly by + * `angular.copy`. Note that since this functions is used by the change detection code, this + * means binding or watching objects of these types (or that include these types) might not work + * correctly. + * - [`File`](https://developer.mozilla.org/docs/Web/API/File) + * - [`Map`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map) + * - [`ImageData`](https://developer.mozilla.org/docs/Web/API/ImageData) + * - [`MediaStream`](https://developer.mozilla.org/docs/Web/API/MediaStream) + * - [`Set`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set) + * - [`WeakMap`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) + * - [`getter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get)/ + * [`setter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set) + * + * @param {*} source The source that will be used to make a copy. Can be any type, including + * primitives, `null`, and `undefined`. + * @param {(Object|Array)=} destination Destination into which the source is copied. If provided, + * must be of the same type as `source`. * @returns {*} The copy or updated `destination`, if `destination` was specified. + * + * @example + + +
    +
    +
    +
    + Gender: +
    + + + +
    form = {{user | json}}
    +
    leader = {{leader | json}}
    +
    +
    + + // Module: copyExample + angular. + module('copyExample', []). + controller('ExampleController', ['$scope', function($scope) { + $scope.leader = {}; + + $scope.reset = function() { + // Example with 1 argument + $scope.user = angular.copy($scope.leader); + }; + + $scope.update = function(user) { + // Example with 2 arguments + angular.copy(user, $scope.leader); + }; + + $scope.reset(); + }]); + +
    */ -function copy(source, destination){ - if (isWindow(source) || isScope(source)) throw Error("Can't copy Window or Scope"); - if (!destination) { - destination = source; - if (source) { - if (isArray(source)) { - destination = copy(source, []); - } else if (isDate(source)) { - destination = new Date(source.getTime()); - } else if (isObject(source)) { - destination = copy(source, {}); - } +function copy(source, destination, maxDepth) { + var stackSource = []; + var stackDest = []; + maxDepth = isValidObjectMaxDepth(maxDepth) ? maxDepth : NaN; + + if (destination) { + if (isTypedArray(destination) || isArrayBuffer(destination)) { + throw ngMinErr('cpta', 'Can\'t copy! TypedArray destination cannot be mutated.'); } - } else { - if (source === destination) throw Error("Can't copy equivalent objects or arrays"); - if (isArray(source)) { + if (source === destination) { + throw ngMinErr('cpi', 'Can\'t copy! Source and destination are identical.'); + } + + // Empty the destination object + if (isArray(destination)) { destination.length = 0; - for ( var i = 0; i < source.length; i++) { - destination.push(copy(source[i])); - } } else { - forEach(destination, function(value, key){ - delete destination[key]; + forEach(destination, function(value, key) { + if (key !== '$$hashKey') { + delete destination[key]; + } }); - for ( var key in source) { - destination[key] = copy(source[key]); + } + + stackSource.push(source); + stackDest.push(destination); + return copyRecurse(source, destination, maxDepth); + } + + return copyElement(source, maxDepth); + + function copyRecurse(source, destination, maxDepth) { + maxDepth--; + if (maxDepth < 0) { + return '...'; + } + var h = destination.$$hashKey; + var key; + if (isArray(source)) { + for (var i = 0, ii = source.length; i < ii; i++) { + destination.push(copyElement(source[i], maxDepth)); + } + } else if (isBlankObject(source)) { + // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty + for (key in source) { + destination[key] = copyElement(source[key], maxDepth); + } + } else if (source && typeof source.hasOwnProperty === 'function') { + // Slow path, which must rely on hasOwnProperty + for (key in source) { + if (source.hasOwnProperty(key)) { + destination[key] = copyElement(source[key], maxDepth); + } + } + } else { + // Slowest path --- hasOwnProperty can't be called as a method + for (key in source) { + if (hasOwnProperty.call(source, key)) { + destination[key] = copyElement(source[key], maxDepth); + } } } + setHashKey(destination, h); + return destination; } - return destination; -} -/** - * Create a shallow copy of an object - */ -function shallowCopy(src, dst) { - dst = dst || {}; + function copyElement(source, maxDepth) { + // Simple values + if (!isObject(source)) { + return source; + } - for(var key in src) { - if (src.hasOwnProperty(key) && key.substr(0, 2) !== '$$') { - dst[key] = src[key]; + // Already copied values + var index = stackSource.indexOf(source); + if (index !== -1) { + return stackDest[index]; } + + if (isWindow(source) || isScope(source)) { + throw ngMinErr('cpws', + 'Can\'t copy! Making copies of Window or Scope instances is not supported.'); + } + + var needsRecurse = false; + var destination = copyType(source); + + if (destination === undefined) { + destination = isArray(source) ? [] : Object.create(getPrototypeOf(source)); + needsRecurse = true; + } + + stackSource.push(source); + stackDest.push(destination); + + return needsRecurse + ? copyRecurse(source, destination, maxDepth) + : destination; } - return dst; + function copyType(source) { + switch (toString.call(source)) { + case '[object Int8Array]': + case '[object Int16Array]': + case '[object Int32Array]': + case '[object Float32Array]': + case '[object Float64Array]': + case '[object Uint8Array]': + case '[object Uint8ClampedArray]': + case '[object Uint16Array]': + case '[object Uint32Array]': + return new source.constructor(copyElement(source.buffer), source.byteOffset, source.length); + + case '[object ArrayBuffer]': + // Support: IE10 + if (!source.slice) { + // If we're in this case we know the environment supports ArrayBuffer + /* eslint-disable no-undef */ + var copied = new ArrayBuffer(source.byteLength); + new Uint8Array(copied).set(new Uint8Array(source)); + /* eslint-enable */ + return copied; + } + return source.slice(0); + + case '[object Boolean]': + case '[object Number]': + case '[object String]': + case '[object Date]': + return new source.constructor(source.valueOf()); + + case '[object RegExp]': + var re = new RegExp(source.source, source.toString().match(/[^/]*$/)[0]); + re.lastIndex = source.lastIndex; + return re; + + case '[object Blob]': + return new source.constructor([source], {type: source.type}); + } + + if (isFunction(source.cloneNode)) { + return source.cloneNode(true); + } + } } +// eslint-disable-next-line no-self-compare +function simpleCompare(a, b) { return a === b || (a !== a && b !== b); } + + /** * @ngdoc function * @name angular.equals - * @function + * @module ng + * @kind function * * @description - * Determines if two objects or two values are equivalent. Supports value types, arrays and - * objects. + * Determines if two objects or two values are equivalent. Supports value types, regular + * expressions, arrays and objects. * * Two objects or values are considered equivalent if at least one of the following is true: * * * Both objects or values pass `===` comparison. - * * Both objects or values are of the same type and all of their properties pass `===` comparison. - * * Both values are NaN. (In JavasScript, NaN == NaN => false. But we consider two NaN as equal) + * * Both objects or values are of the same type and all of their properties are equal by + * comparing them with `angular.equals`. + * * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal) + * * Both values represent the same regular expression (In JavaScript, + * /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual + * representation matches). * - * During a property comparision, properties of `function` type and properties with names + * During a property comparison, properties of `function` type and properties with names * that begin with `$` are ignored. * - * Scope and DOMWindow objects are being compared only be identify (`===`). + * Scope and DOMWindow objects are being compared only by identify (`===`). * * @param {*} o1 Object or value to compare. * @param {*} o2 Object or value to compare. * @returns {boolean} True if arguments are equal. + * + * @example + + +
    +
    +

    User 1

    + Name: + Age: + +

    User 2

    + Name: + Age: + +
    +
    + +
    + User 1:
    {{user1 | json}}
    + User 2:
    {{user2 | json}}
    + Equal:
    {{result}}
    + +
    +
    + + angular.module('equalsExample', []).controller('ExampleController', ['$scope', function($scope) { + $scope.user1 = {}; + $scope.user2 = {}; + $scope.compare = function() { + $scope.result = angular.equals($scope.user1, $scope.user2); + }; + }]); + +
    */ function equals(o1, o2) { if (o1 === o2) return true; if (o1 === null || o2 === null) return false; + // eslint-disable-next-line no-self-compare if (o1 !== o1 && o2 !== o2) return true; // NaN === NaN var t1 = typeof o1, t2 = typeof o2, length, key, keySet; - if (t1 == t2) { - if (t1 == 'object') { - if (isArray(o1)) { - if ((length = o1.length) == o2.length) { - for(key=0; key + + ... + ... + + ``` + * @example + * This example shows how to use a jQuery based library of a different name. + * The library name must be available at the top most 'window'. + ```html + + + ... + ... + + ``` + */ +var jq = function() { + if (isDefined(jq.name_)) return jq.name_; + var el; + var i, ii = ngAttrPrefixes.length, prefix, name; + for (i = 0; i < ii; ++i) { + prefix = ngAttrPrefixes[i]; + el = window.document.querySelector('[' + prefix.replace(':', '\\:') + 'jq]'); + if (el) { + name = el.getAttribute(prefix + 'jq'); + break; + } + } + + return (jq.name_ = name); +}; function concat(array1, array2, index) { return array1.concat(slice.call(array2, index)); @@ -692,12 +1224,14 @@ function sliceArgs(args, startIndex) { /** * @ngdoc function * @name angular.bind - * @function + * @module ng + * @kind function * * @description * Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for - * `fn`). You can supply optional `args` that are are prebound to the function. This feature is also - * known as [function currying](http://en.wikipedia.org/wiki/Currying). + * `fn`). You can supply optional `args` that are prebound to the function. This feature is also + * known as [partial application](http://en.wikipedia.org/wiki/Partial_application), as + * distinguished from [function currying](http://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application). * * @param {Object} self Context which `fn` should be evaluated in. * @param {function()} fn Function to be bound. @@ -710,7 +1244,7 @@ function bind(self, fn) { return curryArgs.length ? function() { return arguments.length - ? fn.apply(self, curryArgs.concat(slice.call(arguments, 0))) + ? fn.apply(self, concat(curryArgs, arguments, 0)) : fn.apply(self, curryArgs); } : function() { @@ -719,7 +1253,7 @@ function bind(self, fn) { : fn.call(self); }; } else { - // in IE, native methods are not functions so they cannot be bound (note: they don't need to be) + // In IE, native methods are not functions so they cannot be bound (note: they don't need to be). return fn; } } @@ -728,11 +1262,11 @@ function bind(self, fn) { function toJsonReplacer(key, value) { var val = value; - if (/^\$+/.test(key)) { + if (typeof key === 'string' && key.charAt(0) === '$' && key.charAt(1) === '$') { val = undefined; } else if (isWindow(value)) { val = '$WINDOW'; - } else if (value && document === value) { + } else if (value && window.document === value) { val = '$DOCUMENT'; } else if (isScope(value)) { val = '$SCOPE'; @@ -745,30 +1279,59 @@ function toJsonReplacer(key, value) { /** * @ngdoc function * @name angular.toJson - * @function + * @module ng + * @kind function * * @description - * Serializes input into a JSON-formatted string. + * Serializes input into a JSON-formatted string. Properties with leading $$ characters will be + * stripped since AngularJS uses this notation internally. * - * @param {Object|Array|Date|string|number} obj Input to be serialized into JSON. - * @param {boolean=} pretty If set to true, the JSON output will contain newlines and whitespace. - * @returns {string} Jsonified string representing `obj`. + * @param {Object|Array|Date|string|number|boolean} obj Input to be serialized into JSON. + * @param {boolean|number} [pretty=2] If set to true, the JSON output will contain newlines and whitespace. + * If set to an integer, the JSON output will contain that many spaces per indentation. + * @returns {string|undefined} JSON-ified string representing `obj`. + * @knownIssue + * + * The Safari browser throws a `RangeError` instead of returning `null` when it tries to stringify a `Date` + * object with an invalid date value. The only reliable way to prevent this is to monkeypatch the + * `Date.prototype.toJSON` method as follows: + * + * ``` + * var _DatetoJSON = Date.prototype.toJSON; + * Date.prototype.toJSON = function() { + * try { + * return _DatetoJSON.call(this); + * } catch(e) { + * if (e instanceof RangeError) { + * return null; + * } + * throw e; + * } + * }; + * ``` + * + * See https://github.com/angular/angular.js/pull/14221 for more information. */ function toJson(obj, pretty) { - return JSON.stringify(obj, toJsonReplacer, pretty ? ' ' : null); + if (isUndefined(obj)) return undefined; + if (!isNumber(pretty)) { + pretty = pretty ? 2 : null; + } + return JSON.stringify(obj, toJsonReplacer, pretty); } /** * @ngdoc function * @name angular.fromJson - * @function + * @module ng + * @kind function * * @description * Deserializes a JSON string. * * @param {string} json JSON string to deserialize. - * @returns {Object|Array|Date|string|number} Deserialized thingy. + * @returns {Object|Array|string|number} Deserialized JSON string. */ function fromJson(json) { return isString(json) @@ -777,35 +1340,43 @@ function fromJson(json) { } -function toBoolean(value) { - if (value && value.length !== 0) { - var v = lowercase("" + value); - value = !(v == 'f' || v == '0' || v == 'false' || v == 'no' || v == 'n' || v == '[]'); - } else { - value = false; - } - return value; +var ALL_COLONS = /:/g; +function timezoneToOffset(timezone, fallback) { + // Support: IE 9-11 only, Edge 13-15+ + // IE/Edge do not "understand" colon (`:`) in timezone + timezone = timezone.replace(ALL_COLONS, ''); + var requestedTimezoneOffset = Date.parse('Jan 01, 1970 00:00:00 ' + timezone) / 60000; + return isNumberNaN(requestedTimezoneOffset) ? fallback : requestedTimezoneOffset; +} + + +function addDateMinutes(date, minutes) { + date = new Date(date.getTime()); + date.setMinutes(date.getMinutes() + minutes); + return date; +} + + +function convertTimezoneToLocal(date, timezone, reverse) { + reverse = reverse ? -1 : 1; + var dateTimezoneOffset = date.getTimezoneOffset(); + var timezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); + return addDateMinutes(date, reverse * (timezoneOffset - dateTimezoneOffset)); } + /** * @returns {string} Returns the string representation of the element. */ function startingTag(element) { - element = jqLite(element).clone(); - try { - // turns out IE does not let you set .html() on elements which - // are not allowed to have children. So we just ignore it. - element.html(''); - } catch(e) {} - // As Per DOM Standards - var TEXT_NODE = 3; - var elemHtml = jqLite('
    ').append(element).html(); + element = jqLite(element).clone().empty(); + var elemHtml = jqLite('
    ').append(element).html(); try { - return element[0].nodeType === TEXT_NODE ? lowercase(elemHtml) : + return element[0].nodeType === NODE_TYPE_TEXT ? lowercase(elemHtml) : elemHtml. match(/^(<[^>]+>)/)[1]. - replace(/^<([\w\-]+)/, function(match, nodeName) { return '<' + lowercase(nodeName); }); - } catch(e) { + replace(/^<([\w-]+)/, function(match, nodeName) {return '<' + lowercase(nodeName);}); + } catch (e) { return lowercase(elemHtml); } @@ -814,17 +1385,49 @@ function startingTag(element) { ///////////////////////////////////////////////// +/** + * Tries to decode the URI component without throwing an exception. + * + * @private + * @param str value potential URI component to check. + * @returns {boolean} True if `value` can be decoded + * with the decodeURIComponent function. + */ +function tryDecodeURIComponent(value) { + try { + return decodeURIComponent(value); + } catch (e) { + // Ignore any invalid uri component. + } +} + + /** * Parses an escaped url query string into key-value pairs. - * @returns Object.<(string|boolean)> + * @returns {Object.} */ function parseKeyValue(/**string*/keyValue) { - var obj = {}, key_value, key; - forEach((keyValue || "").split('&'), function(keyValue){ + var obj = {}; + forEach((keyValue || '').split('&'), function(keyValue) { + var splitPoint, key, val; if (keyValue) { - key_value = keyValue.split('='); - key = decodeURIComponent(key_value[0]); - obj[key] = isDefined(key_value[1]) ? decodeURIComponent(key_value[1]) : true; + key = keyValue = keyValue.replace(/\+/g,'%20'); + splitPoint = keyValue.indexOf('='); + if (splitPoint !== -1) { + key = keyValue.substring(0, splitPoint); + val = keyValue.substring(splitPoint + 1); + } + key = tryDecodeURIComponent(key); + if (isDefined(key)) { + val = isDefined(val) ? tryDecodeURIComponent(val) : true; + if (!hasOwnProperty.call(obj, key)) { + obj[key] = val; + } else if (isArray(obj[key])) { + obj[key].push(val); + } else { + obj[key] = [obj[key],val]; + } + } } }); return obj; @@ -833,14 +1436,22 @@ function parseKeyValue(/**string*/keyValue) { function toKeyValue(obj) { var parts = []; forEach(obj, function(value, key) { - parts.push(encodeUriQuery(key, true) + (value === true ? '' : '=' + encodeUriQuery(value, true))); + if (isArray(value)) { + forEach(value, function(arrayValue) { + parts.push(encodeUriQuery(key, true) + + (arrayValue === true ? '' : '=' + encodeUriQuery(arrayValue, true))); + }); + } else { + parts.push(encodeUriQuery(key, true) + + (value === true ? '' : '=' + encodeUriQuery(value, true))); + } }); return parts.length ? parts.join('&') : ''; } /** - * We need our custom method because encodeURIComponent is too agressive and doesn't follow + * We need our custom method because encodeURIComponent is too aggressive and doesn't follow * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path * segments: * segment = *pchar @@ -860,9 +1471,9 @@ function encodeUriSegment(val) { /** * This method is intended for encoding *key* or *value* parts of query component. We need a custom - * method becuase encodeURIComponent is too agressive and encodes stuff that doesn't have to be + * method because encodeURIComponent is too aggressive and encodes stuff that doesn't have to be * encoded per http://tools.ietf.org/html/rfc3986: - * query = *( pchar / "/" / "?" ) + * query = *( pchar / "/" / "?" ) * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" * pct-encoded = "%" HEXDIG HEXDIG @@ -875,148 +1486,496 @@ function encodeUriQuery(val, pctEncodeSpaces) { replace(/%3A/gi, ':'). replace(/%24/g, '$'). replace(/%2C/gi, ','). - replace((pctEncodeSpaces ? null : /%20/g), '+'); + replace(/%3B/gi, ';'). + replace(/%20/g, (pctEncodeSpaces ? '%20' : '+')); +} + +var ngAttrPrefixes = ['ng-', 'data-ng-', 'ng:', 'x-ng-']; + +function getNgAttribute(element, ngAttr) { + var attr, i, ii = ngAttrPrefixes.length; + for (i = 0; i < ii; ++i) { + attr = ngAttrPrefixes[i] + ngAttr; + if (isString(attr = element.getAttribute(attr))) { + return attr; + } + } + return null; +} + +function allowAutoBootstrap(document) { + var script = document.currentScript; + + if (!script) { + // Support: IE 9-11 only + // IE does not have `document.currentScript` + return true; + } + + // If the `currentScript` property has been clobbered just return false, since this indicates a probable attack + if (!(script instanceof window.HTMLScriptElement || script instanceof window.SVGScriptElement)) { + return false; + } + + var attributes = script.attributes; + var srcs = [attributes.getNamedItem('src'), attributes.getNamedItem('href'), attributes.getNamedItem('xlink:href')]; + + return srcs.every(function(src) { + if (!src) { + return true; + } + if (!src.value) { + return false; + } + + var link = document.createElement('a'); + link.href = src.value; + + if (document.location.origin === link.origin) { + // Same-origin resources are always allowed, even for banned URL schemes. + return true; + } + // Disabled bootstrapping unless angular.js was loaded from a known scheme used on the web. + // This is to prevent angular.js bundled with browser extensions from being used to bypass the + // content security policy in web pages and other browser extensions. + switch (link.protocol) { + case 'http:': + case 'https:': + case 'ftp:': + case 'blob:': + case 'file:': + case 'data:': + return true; + default: + return false; + } + }); } +// Cached as it has to run during loading so that document.currentScript is available. +var isAutoBootstrapAllowed = allowAutoBootstrap(window.document); /** * @ngdoc directive - * @name ng.directive:ngApp + * @name ngApp + * @module ng * * @element ANY * @param {angular.Module} ngApp an optional application * {@link angular.module module} name to load. + * @param {boolean=} ngStrictDi if this attribute is present on the app element, the injector will be + * created in "strict-di" mode. This means that the application will fail to invoke functions which + * do not use explicit function annotation (and are thus unsuitable for minification), as described + * in {@link guide/di the Dependency Injection guide}, and useful debugging info will assist in + * tracking down the root of these bugs. * * @description * - * Use this directive to auto-bootstrap on application. Only - * one directive can be used per HTML document. The directive - * designates the root of the application and is typically placed - * at the root of the page. + * Use this directive to **auto-bootstrap** an AngularJS application. The `ngApp` directive + * designates the **root element** of the application and is typically placed near the root element + * of the page - e.g. on the `` or `` tags. + * + * There are a few things to keep in mind when using `ngApp`: + * - only one AngularJS application can be auto-bootstrapped per HTML document. The first `ngApp` + * found in the document will be used to define the root element to auto-bootstrap as an + * application. To run multiple applications in an HTML document you must manually bootstrap them using + * {@link angular.bootstrap} instead. + * - AngularJS applications cannot be nested within each other. + * - Do not use a directive that uses {@link ng.$compile#transclusion transclusion} on the same element as `ngApp`. + * This includes directives such as {@link ng.ngIf `ngIf`}, {@link ng.ngInclude `ngInclude`} and + * {@link ngRoute.ngView `ngView`}. + * Doing this misplaces the app {@link ng.$rootElement `$rootElement`} and the app's {@link auto.$injector injector}, + * causing animations to stop working and making the injector inaccessible from outside the app. + * + * You can specify an **AngularJS module** to be used as the root module for the application. This + * module will be loaded into the {@link auto.$injector} when the application is bootstrapped. It + * should contain the application code needed or have dependencies on other modules that will + * contain the code. See {@link angular.module} for more information. + * + * In the example below if the `ngApp` directive were not placed on the `html` element then the + * document would not be compiled, the `AppController` would not be instantiated and the `{{ a+b }}` + * would not be resolved to `3`. + * + * @example * - * In the example below if the `ngApp` directive would not be placed - * on the `html` element then the document would not be compiled - * and the `{{ 1+2 }}` would not be resolved to `3`. + * ### Simple Usage * - * `ngApp` is the easiest way to bootstrap an application. + * `ngApp` is the easiest, and most common way to bootstrap an application. * - - - I can add: 1 + 2 = {{ 1+2 }} - - + + +
    + I can add: {{a}} + {{b}} = {{ a+b }} +
    +
    + + angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) { + $scope.a = 1; + $scope.b = 2; + }); + +
    * + * @example + * + * ### With `ngStrictDi` + * + * Using `ngStrictDi`, you would see something like this: + * + + +
    +
    + I can add: {{a}} + {{b}} = {{ a+b }} + +

    This renders because the controller does not fail to + instantiate, by using explicit annotation style (see + script.js for details) +

    +
    + +
    + Name:
    + Hello, {{name}}! + +

    This renders because the controller does not fail to + instantiate, by using explicit annotation style + (see script.js for details) +

    +
    + +
    + I can add: {{a}} + {{b}} = {{ a+b }} + +

    The controller could not be instantiated, due to relying + on automatic function annotations (which are disabled in + strict mode). As such, the content of this section is not + interpolated, and there should be an error in your web console. +

    +
    +
    +
    + + angular.module('ngAppStrictDemo', []) + // BadController will fail to instantiate, due to relying on automatic function annotation, + // rather than an explicit annotation + .controller('BadController', function($scope) { + $scope.a = 1; + $scope.b = 2; + }) + // Unlike BadController, GoodController1 and GoodController2 will not fail to be instantiated, + // due to using explicit annotations using the array style and $inject property, respectively. + .controller('GoodController1', ['$scope', function($scope) { + $scope.a = 1; + $scope.b = 2; + }]) + .controller('GoodController2', GoodController2); + function GoodController2($scope) { + $scope.name = 'World'; + } + GoodController2.$inject = ['$scope']; + + + div[ng-controller] { + margin-bottom: 1em; + -webkit-border-radius: 4px; + border-radius: 4px; + border: 1px solid; + padding: .5em; + } + div[ng-controller^=Good] { + border-color: #d6e9c6; + background-color: #dff0d8; + color: #3c763d; + } + div[ng-controller^=Bad] { + border-color: #ebccd1; + background-color: #f2dede; + color: #a94442; + margin-bottom: 0; + } + +
    */ function angularInit(element, bootstrap) { - var elements = [element], - appElement, + var appElement, module, - names = ['ng:app', 'ng-app', 'x-ng-app', 'data-ng-app'], - NG_APP_CLASS_REGEXP = /\sng[:\-]app(:\s*([\w\d_]+);?)?\s/; + config = {}; - function append(element) { - element && elements.push(element); - } + // The element `element` has priority over any other element. + forEach(ngAttrPrefixes, function(prefix) { + var name = prefix + 'app'; - forEach(names, function(name) { - names[name] = true; - append(document.getElementById(name)); - name = name.replace(':', '\\:'); - if (element.querySelectorAll) { - forEach(element.querySelectorAll('.' + name), append); - forEach(element.querySelectorAll('.' + name + '\\:'), append); - forEach(element.querySelectorAll('[' + name + ']'), append); + if (!appElement && element.hasAttribute && element.hasAttribute(name)) { + appElement = element; + module = element.getAttribute(name); } }); + forEach(ngAttrPrefixes, function(prefix) { + var name = prefix + 'app'; + var candidate; - forEach(elements, function(element) { - if (!appElement) { - var className = ' ' + element.className + ' '; - var match = NG_APP_CLASS_REGEXP.exec(className); - if (match) { - appElement = element; - module = (match[2] || '').replace(/\s+/g, ','); - } else { - forEach(element.attributes, function(attr) { - if (!appElement && names[attr.name]) { - appElement = element; - module = attr.value; - } - }); - } + if (!appElement && (candidate = element.querySelector('[' + name.replace(':', '\\:') + ']'))) { + appElement = candidate; + module = candidate.getAttribute(name); } }); if (appElement) { - bootstrap(appElement, module ? [module] : []); + if (!isAutoBootstrapAllowed) { + window.console.error('AngularJS: disabling automatic bootstrap. + * + * + * + * ``` + * + * @param {DOMElement} element DOM element which is the root of AngularJS application. + * @param {Array=} modules an array of modules to load into the application. + * Each item in the array should be the name of a predefined module or a (DI annotated) + * function that will be invoked by the injector as a `config` block. + * See: {@link angular.module modules} + * @param {Object=} config an object for defining configuration options for the application. The + * following keys are supported: + * + * * `strictDi` - disable automatic function annotation for the application. This is meant to + * assist in finding bugs which break minified code. Defaults to `false`. + * + * @returns {auto.$injector} Returns the newly created injector for this app. */ -function bootstrap(element, modules) { - element = jqLite(element); - modules = modules || []; - modules.unshift(['$provide', function($provide) { - $provide.value('$rootElement', element); - }]); - modules.unshift('ng'); - var injector = createInjector(modules); - injector.invoke( - ['$rootScope', '$rootElement', '$compile', '$injector', function(scope, element, compile, injector){ - scope.$apply(function() { - element.data('$injector', injector); - compile(element)(scope); - }); - }] - ); - return injector; +function bootstrap(element, modules, config) { + if (!isObject(config)) config = {}; + var defaultConfig = { + strictDi: false + }; + config = extend(defaultConfig, config); + var doBootstrap = function() { + element = jqLite(element); + + if (element.injector()) { + var tag = (element[0] === window.document) ? 'document' : startingTag(element); + // Encode angle brackets to prevent input from being sanitized to empty string #8683. + throw ngMinErr( + 'btstrpd', + 'App already bootstrapped with this element \'{0}\'', + tag.replace(//,'>')); + } + + modules = modules || []; + modules.unshift(['$provide', function($provide) { + $provide.value('$rootElement', element); + }]); + + if (config.debugInfoEnabled) { + // Pushing so that this overrides `debugInfoEnabled` setting defined in user's `modules`. + modules.push(['$compileProvider', function($compileProvider) { + $compileProvider.debugInfoEnabled(true); + }]); + } + + modules.unshift('ng'); + var injector = createInjector(modules, config.strictDi); + injector.invoke(['$rootScope', '$rootElement', '$compile', '$injector', + function bootstrapApply(scope, element, compile, injector) { + scope.$apply(function() { + element.data('$injector', injector); + compile(element)(scope); + }); + }] + ); + return injector; + }; + + var NG_ENABLE_DEBUG_INFO = /^NG_ENABLE_DEBUG_INFO!/; + var NG_DEFER_BOOTSTRAP = /^NG_DEFER_BOOTSTRAP!/; + + if (window && NG_ENABLE_DEBUG_INFO.test(window.name)) { + config.debugInfoEnabled = true; + window.name = window.name.replace(NG_ENABLE_DEBUG_INFO, ''); + } + + if (window && !NG_DEFER_BOOTSTRAP.test(window.name)) { + return doBootstrap(); + } + + window.name = window.name.replace(NG_DEFER_BOOTSTRAP, ''); + angular.resumeBootstrap = function(extraModules) { + forEach(extraModules, function(module) { + modules.push(module); + }); + return doBootstrap(); + }; + + if (isFunction(angular.resumeDeferredBootstrap)) { + angular.resumeDeferredBootstrap(); + } +} + +/** + * @ngdoc function + * @name angular.reloadWithDebugInfo + * @module ng + * @description + * Use this function to reload the current application with debug information turned on. + * This takes precedence over a call to `$compileProvider.debugInfoEnabled(false)`. + * + * See {@link ng.$compileProvider#debugInfoEnabled} for more. + */ +function reloadWithDebugInfo() { + window.name = 'NG_ENABLE_DEBUG_INFO!' + window.name; + window.location.reload(); +} + +/** + * @name angular.getTestability + * @module ng + * @description + * Get the testability service for the instance of AngularJS on the given + * element. + * @param {DOMElement} element DOM element which is the root of AngularJS application. + */ +function getTestability(rootElement) { + var injector = angular.element(rootElement).injector(); + if (!injector) { + throw ngMinErr('test', + 'no injector found for element argument to getTestability'); + } + return injector.get('$$testability'); } var SNAKE_CASE_REGEXP = /[A-Z]/g; -function snake_case(name, separator){ +function snake_case(name, separator) { separator = separator || '_'; return name.replace(SNAKE_CASE_REGEXP, function(letter, pos) { return (pos ? separator : '') + letter.toLowerCase(); }); } +var bindJQueryFired = false; function bindJQuery() { + var originalCleanData; + + if (bindJQueryFired) { + return; + } + // bind to jQuery if present; - jQuery = window.jQuery; - // reset to jQuery or default to us. - if (jQuery) { + var jqName = jq(); + jQuery = isUndefined(jqName) ? window.jQuery : // use jQuery (if present) + !jqName ? undefined : // use jqLite + window[jqName]; // use jQuery specified by `ngJq` + + // Use jQuery if it exists with proper functionality, otherwise default to us. + // AngularJS 1.2+ requires jQuery 1.7+ for on()/off() support. + // AngularJS 1.3+ technically requires at least jQuery 2.1+ but it may work with older + // versions. It will not work for sure with jQuery <1.7, though. + if (jQuery && jQuery.fn.on) { jqLite = jQuery; extend(jQuery.fn, { scope: JQLitePrototype.scope, - controller: JQLitePrototype.controller, + isolateScope: JQLitePrototype.isolateScope, + controller: /** @type {?} */ (JQLitePrototype).controller, injector: JQLitePrototype.injector, inheritedData: JQLitePrototype.inheritedData }); - JQLitePatchJQueryRemove('remove', true); - JQLitePatchJQueryRemove('empty'); - JQLitePatchJQueryRemove('html'); } else { jqLite = JQLite; } + + // All nodes removed from the DOM via various jqLite/jQuery APIs like .remove() + // are passed through jqLite/jQuery.cleanData. Monkey-patch this method to fire + // the $destroy event on all removed nodes. + originalCleanData = jqLite.cleanData; + jqLite.cleanData = function(elems) { + var events; + for (var i = 0, elem; (elem = elems[i]) != null; i++) { + events = (jqLite._data(elem) || {}).events; + if (events && events.$destroy) { + jqLite(elem).triggerHandler('$destroy'); + } + } + originalCleanData(elems); + }; + angular.element = jqLite; + + // Prevent double-proxying. + bindJQueryFired = true; +} + +/** + * @ngdoc function + * @name angular.UNSAFE_restoreLegacyJqLiteXHTMLReplacement + * @module ng + * @kind function + * + * @description + * Restores the pre-1.8 behavior of jqLite that turns XHTML-like strings like + * `
    ` to `
    ` instead of `
    `. + * The new behavior is a security fix. Thus, if you need to call this function, please try to adjust + * your code for this change and remove your use of this function as soon as possible. + + * Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read the + * [jQuery 3.5 upgrade guide](https://jquery.com/upgrade-guide/3.5/) for more details + * about the workarounds. + */ +function UNSAFE_restoreLegacyJqLiteXHTMLReplacement() { + JQLite.legacyXHTMLReplacement = true; } /** - * throw error of the argument is falsy. + * throw error if the argument is falsy. */ function assertArg(arg, name, reason) { if (!arg) { - throw new Error("Argument '" + (name || '?') + "' is " + (reason || "required")); + throw ngMinErr('areq', 'Argument \'{0}\' is {1}', (name || '?'), (reason || 'required')); } return arg; } @@ -1027,6 +1986,111 @@ function assertArgFn(arg, name, acceptArrayAnnotation) { } assertArg(isFunction(arg), name, 'not a function, got ' + - (arg && typeof arg == 'object' ? arg.constructor.name || 'Object' : typeof arg)); + (arg && typeof arg === 'object' ? arg.constructor.name || 'Object' : typeof arg)); return arg; } + +/** + * throw error if the name given is hasOwnProperty + * @param {String} name the name to test + * @param {String} context the context in which the name is used, such as module or directive + */ +function assertNotHasOwnProperty(name, context) { + if (name === 'hasOwnProperty') { + throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context); + } +} + +/** + * Return the value accessible from the object by path. Any undefined traversals are ignored + * @param {Object} obj starting object + * @param {String} path path to traverse + * @param {boolean} [bindFnToScope=true] + * @returns {Object} value as accessible by path + */ +//TODO(misko): this function needs to be removed +function getter(obj, path, bindFnToScope) { + if (!path) return obj; + var keys = path.split('.'); + var key; + var lastInstance = obj; + var len = keys.length; + + for (var i = 0; i < len; i++) { + key = keys[i]; + if (obj) { + obj = (lastInstance = obj)[key]; + } + } + if (!bindFnToScope && isFunction(obj)) { + return bind(lastInstance, obj); + } + return obj; +} + +/** + * Return the DOM siblings between the first and last node in the given array. + * @param {Array} array like object + * @returns {Array} the inputted object or a jqLite collection containing the nodes + */ +function getBlockNodes(nodes) { + // TODO(perf): update `nodes` instead of creating a new object? + var node = nodes[0]; + var endNode = nodes[nodes.length - 1]; + var blockNodes; + + for (var i = 1; node !== endNode && (node = node.nextSibling); i++) { + if (blockNodes || nodes[i] !== node) { + if (!blockNodes) { + blockNodes = jqLite(slice.call(nodes, 0, i)); + } + blockNodes.push(node); + } + } + + return blockNodes || nodes; +} + + +/** + * Creates a new object without a prototype. This object is useful for lookup without having to + * guard against prototypically inherited properties via hasOwnProperty. + * + * Related micro-benchmarks: + * - http://jsperf.com/object-create2 + * - http://jsperf.com/proto-map-lookup/2 + * - http://jsperf.com/for-in-vs-object-keys2 + * + * @returns {Object} + */ +function createMap() { + return Object.create(null); +} + +function stringify(value) { + if (value == null) { // null || undefined + return ''; + } + switch (typeof value) { + case 'string': + break; + case 'number': + value = '' + value; + break; + default: + if (hasCustomToString(value) && !isArray(value) && !isDate(value)) { + value = value.toString(); + } else { + value = toJson(value); + } + } + + return value; +} + +var NODE_TYPE_ELEMENT = 1; +var NODE_TYPE_ATTRIBUTE = 2; +var NODE_TYPE_TEXT = 3; +var NODE_TYPE_COMMENT = 8; +var NODE_TYPE_DOCUMENT = 9; +var NODE_TYPE_DOCUMENT_FRAGMENT = 11; diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 9928a12596f6..7f89362fed9b 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -1,11 +1,114 @@ 'use strict'; +/* global angularModule: true, + version: true, + + $CompileProvider, + + htmlAnchorDirective, + inputDirective, + hiddenInputBrowserCacheDirective, + formDirective, + scriptDirective, + selectDirective, + optionDirective, + ngBindDirective, + ngBindHtmlDirective, + ngBindTemplateDirective, + ngClassDirective, + ngClassEvenDirective, + ngClassOddDirective, + ngCloakDirective, + ngControllerDirective, + ngFormDirective, + ngHideDirective, + ngIfDirective, + ngIncludeDirective, + ngIncludeFillContentDirective, + ngInitDirective, + ngNonBindableDirective, + ngPluralizeDirective, + ngRefDirective, + ngRepeatDirective, + ngShowDirective, + ngStyleDirective, + ngSwitchDirective, + ngSwitchWhenDirective, + ngSwitchDefaultDirective, + ngOptionsDirective, + ngTranscludeDirective, + ngModelDirective, + ngListDirective, + ngChangeDirective, + patternDirective, + patternDirective, + requiredDirective, + requiredDirective, + minlengthDirective, + minlengthDirective, + maxlengthDirective, + maxlengthDirective, + ngValueDirective, + ngModelOptionsDirective, + ngAttributeAliasDirectives, + ngEventDirectives, + + $AnchorScrollProvider, + $AnimateProvider, + $CoreAnimateCssProvider, + $$CoreAnimateJsProvider, + $$CoreAnimateQueueProvider, + $$AnimateRunnerFactoryProvider, + $$AnimateAsyncRunFactoryProvider, + $BrowserProvider, + $CacheFactoryProvider, + $ControllerProvider, + $DateProvider, + $DocumentProvider, + $$IsDocumentHiddenProvider, + $ExceptionHandlerProvider, + $FilterProvider, + $$ForceReflowProvider, + $InterpolateProvider, + $$IntervalFactoryProvider, + $IntervalProvider, + $HttpProvider, + $HttpParamSerializerProvider, + $HttpParamSerializerJQLikeProvider, + $HttpBackendProvider, + $xhrFactoryProvider, + $jsonpCallbacksProvider, + $LocationProvider, + $LogProvider, + $$MapProvider, + $ParseProvider, + $RootScopeProvider, + $QProvider, + $$QProvider, + $$SanitizeUriProvider, + $SceProvider, + $SceDelegateProvider, + $SnifferProvider, + $$TaskTrackerFactoryProvider, + $TemplateCacheProvider, + $TemplateRequestProvider, + $$TestabilityProvider, + $TimeoutProvider, + $$RAFProvider, + $WindowProvider, + $$jqLiteProvider, + $$CookieReaderProvider +*/ + + /** - * @ngdoc property + * @ngdoc object * @name angular.version + * @module ng * @description - * An object that contains information about the current AngularJS version. This object has the - * following properties: + * An object that contains information about the current AngularJS version. + * + * This object has the following properties: * * - `full` – `{string}` – Full version string, such as "0.9.18". * - `major` – `{number}` – Major version number, such as "0". @@ -14,28 +117,32 @@ * - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat". */ var version = { - full: '"NG_VERSION_FULL"', // all of these placeholder strings will be replaced by rake's - major: "NG_VERSION_MAJOR", // compile task - minor: "NG_VERSION_MINOR", - dot: "NG_VERSION_DOT", + // These placeholder strings will be replaced by grunt's `build` task. + // They need to be double- or single-quoted. + full: '"NG_VERSION_FULL"', + major: 'NG_VERSION_MAJOR', + minor: 'NG_VERSION_MINOR', + dot: 'NG_VERSION_DOT', codeName: '"NG_VERSION_CODENAME"' }; -function publishExternalAPI(angular){ +function publishExternalAPI(angular) { extend(angular, { + 'errorHandlingConfig': errorHandlingConfig, 'bootstrap': bootstrap, 'copy': copy, 'extend': extend, + 'merge': merge, 'equals': equals, 'element': jqLite, 'forEach': forEach, 'injector': createInjector, - 'noop':noop, - 'bind':bind, + 'noop': noop, + 'bind': bind, 'toJson': toJson, 'fromJson': fromJson, - 'identity':identity, + 'identity': identity, 'isUndefined': isUndefined, 'isDefined': isDefined, 'isString': isString, @@ -46,21 +153,27 @@ function publishExternalAPI(angular){ 'isArray': isArray, 'version': version, 'isDate': isDate, - 'lowercase': lowercase, - 'uppercase': uppercase, - 'callbacks': {counter: 0}, - 'noConflict': noConflict + 'callbacks': {$$counter: 0}, + 'getTestability': getTestability, + 'reloadWithDebugInfo': reloadWithDebugInfo, + 'UNSAFE_restoreLegacyJqLiteXHTMLReplacement': UNSAFE_restoreLegacyJqLiteXHTMLReplacement, + '$$minErr': minErr, + '$$csp': csp, + '$$encodeUriSegment': encodeUriSegment, + '$$encodeUriQuery': encodeUriQuery, + '$$lowercase': lowercase, + '$$stringify': stringify, + '$$uppercase': uppercase }); angularModule = setupModuleLoader(window); - try { - angularModule('ngLocale'); - } catch (e) { - angularModule('ngLocale', []).provider('$locale', $LocaleProvider); - } angularModule('ng', ['ngLocale'], ['$provide', function ngModule($provide) { + // $$sanitizeUriProvider needs to be before $compileProvider as it is used by it. + $provide.provider({ + $$sanitizeUri: $$SanitizeUriProvider + }); $provide.provider('$compile', $CompileProvider). directive({ a: htmlAnchorDirective, @@ -69,65 +182,97 @@ function publishExternalAPI(angular){ form: formDirective, script: scriptDirective, select: selectDirective, - style: styleDirective, option: optionDirective, ngBind: ngBindDirective, - ngBindHtmlUnsafe: ngBindHtmlUnsafeDirective, + ngBindHtml: ngBindHtmlDirective, ngBindTemplate: ngBindTemplateDirective, ngClass: ngClassDirective, ngClassEven: ngClassEvenDirective, ngClassOdd: ngClassOddDirective, - ngCsp: ngCspDirective, ngCloak: ngCloakDirective, ngController: ngControllerDirective, ngForm: ngFormDirective, ngHide: ngHideDirective, + ngIf: ngIfDirective, ngInclude: ngIncludeDirective, ngInit: ngInitDirective, ngNonBindable: ngNonBindableDirective, ngPluralize: ngPluralizeDirective, + ngRef: ngRefDirective, ngRepeat: ngRepeatDirective, ngShow: ngShowDirective, - ngSubmit: ngSubmitDirective, ngStyle: ngStyleDirective, ngSwitch: ngSwitchDirective, ngSwitchWhen: ngSwitchWhenDirective, ngSwitchDefault: ngSwitchDefaultDirective, ngOptions: ngOptionsDirective, - ngView: ngViewDirective, ngTransclude: ngTranscludeDirective, ngModel: ngModelDirective, ngList: ngListDirective, ngChange: ngChangeDirective, + pattern: patternDirective, + ngPattern: patternDirective, required: requiredDirective, ngRequired: requiredDirective, - ngValue: ngValueDirective + minlength: minlengthDirective, + ngMinlength: minlengthDirective, + maxlength: maxlengthDirective, + ngMaxlength: maxlengthDirective, + ngValue: ngValueDirective, + ngModelOptions: ngModelOptionsDirective + }). + directive({ + ngInclude: ngIncludeFillContentDirective, + input: hiddenInputBrowserCacheDirective }). directive(ngAttributeAliasDirectives). directive(ngEventDirectives); $provide.provider({ $anchorScroll: $AnchorScrollProvider, + $animate: $AnimateProvider, + $animateCss: $CoreAnimateCssProvider, + $$animateJs: $$CoreAnimateJsProvider, + $$animateQueue: $$CoreAnimateQueueProvider, + $$AnimateRunner: $$AnimateRunnerFactoryProvider, + $$animateAsyncRun: $$AnimateAsyncRunFactoryProvider, $browser: $BrowserProvider, $cacheFactory: $CacheFactoryProvider, $controller: $ControllerProvider, $document: $DocumentProvider, + $$isDocumentHidden: $$IsDocumentHiddenProvider, $exceptionHandler: $ExceptionHandlerProvider, $filter: $FilterProvider, + $$forceReflow: $$ForceReflowProvider, $interpolate: $InterpolateProvider, + $interval: $IntervalProvider, + $$intervalFactory: $$IntervalFactoryProvider, $http: $HttpProvider, + $httpParamSerializer: $HttpParamSerializerProvider, + $httpParamSerializerJQLike: $HttpParamSerializerJQLikeProvider, $httpBackend: $HttpBackendProvider, + $xhrFactory: $xhrFactoryProvider, + $jsonpCallbacks: $jsonpCallbacksProvider, $location: $LocationProvider, $log: $LogProvider, $parse: $ParseProvider, - $route: $RouteProvider, - $routeParams: $RouteParamsProvider, $rootScope: $RootScopeProvider, $q: $QProvider, + $$q: $$QProvider, + $sce: $SceProvider, + $sceDelegate: $SceDelegateProvider, $sniffer: $SnifferProvider, + $$taskTrackerFactory: $$TaskTrackerFactoryProvider, $templateCache: $TemplateCacheProvider, + $templateRequest: $TemplateRequestProvider, + $$testability: $$TestabilityProvider, $timeout: $TimeoutProvider, - $window: $WindowProvider + $window: $WindowProvider, + $$rAF: $$RAFProvider, + $$jqLite: $$jqLiteProvider, + $$Map: $$MapProvider, + $$cookieReader: $$CookieReaderProvider }); } - ]); + ]) + .info({ angularVersion: '"NG_VERSION_FULL"' }); } diff --git a/src/angular-bootstrap.js b/src/angular-bootstrap.js deleted file mode 100644 index 86b958148c40..000000000000 --- a/src/angular-bootstrap.js +++ /dev/null @@ -1,227 +0,0 @@ - -/*! - * $script.js Async loader & dependency manager - * https://github.com/ded/script.js - * (c) Dustin Diaz, Jacob Thornton 2011 - * License: MIT - */ -(function (name, definition, context) { - if (typeof context['module'] != 'undefined' && context['module']['exports']) context['module']['exports'] = definition() - else if (typeof context['define'] != 'undefined' && context['define'] == 'function' && context['define']['amd']) define(name, definition) - else context[name] = definition() -})('$script', function () { - var doc = document - , head = doc.getElementsByTagName('head')[0] - , validBase = /^https?:\/\// - , list = {}, ids = {}, delay = {}, scriptpath - , scripts = {}, s = 'string', f = false - , push = 'push', domContentLoaded = 'DOMContentLoaded', readyState = 'readyState' - , addEventListener = 'addEventListener', onreadystatechange = 'onreadystatechange' - - function every(ar, fn) { - for (var i = 0, j = ar.length; i < j; ++i) if (!fn(ar[i])) return f - return 1 - } - function each(ar, fn) { - every(ar, function(el) { - return !fn(el) - }) - } - - if (!doc[readyState] && doc[addEventListener]) { - doc[addEventListener](domContentLoaded, function fn() { - doc.removeEventListener(domContentLoaded, fn, f) - doc[readyState] = 'complete' - }, f) - doc[readyState] = 'loading' - } - - function $script(paths, idOrDone, optDone) { - paths = paths[push] ? paths : [paths] - var idOrDoneIsDone = idOrDone && idOrDone.call - , done = idOrDoneIsDone ? idOrDone : optDone - , id = idOrDoneIsDone ? paths.join('') : idOrDone - , queue = paths.length - function loopFn(item) { - return item.call ? item() : list[item] - } - function callback() { - if (!--queue) { - list[id] = 1 - done && done() - for (var dset in delay) { - every(dset.split('|'), loopFn) && !each(delay[dset], loopFn) && (delay[dset] = []) - } - } - } - setTimeout(function () { - each(paths, function (path) { - if (scripts[path]) { - id && (ids[id] = 1) - return scripts[path] == 2 && callback() - } - scripts[path] = 1 - id && (ids[id] = 1) - create(!validBase.test(path) && scriptpath ? scriptpath + path + '.js' : path, callback) - }) - }, 0) - return $script - } - - function create(path, fn) { - var el = doc.createElement('script') - , loaded = f - el.onload = el.onerror = el[onreadystatechange] = function () { - if ((el[readyState] && !(/^c|loade/.test(el[readyState]))) || loaded) return; - el.onload = el[onreadystatechange] = null - loaded = 1 - scripts[path] = 2 - fn() - } - el.async = 1 - el.src = path - head.insertBefore(el, head.firstChild) - } - - $script.get = create - - $script.order = function (scripts, id, done) { - (function callback(s) { - s = scripts.shift() - if (!scripts.length) $script(s, id, done) - else $script(s, callback) - }()) - } - - $script.path = function (p) { - scriptpath = p - } - $script.ready = function (deps, ready, req) { - deps = deps[push] ? deps : [deps] - var missing = []; - !each(deps, function (dep) { - list[dep] || missing[push](dep); - }) && every(deps, function (dep) {return list[dep]}) ? - ready() : !function (key) { - delay[key] = delay[key] || [] - delay[key][push](ready) - req && req(missing) - }(deps.join('|')) - return $script - } - return $script -}, this); - - -/** - * @license AngularJS - * (c) 2010-2012 Google, Inc. http://angularjs.org - * License: MIT - */ -(function(window, document) { - - var filename = /^(.*\/)angular-bootstrap.js(#.*)?$/, - scripts = document.getElementsByTagName("SCRIPT"), - serverPath, - match, - globalVars = {}, - IGNORE = { - innerHeight: true, innerWidth: true, - onkeyup: true, onkeydown: true, onresize: true, - event: true, frames: true, external: true, - sessionStorage: true, clipboardData: true, localStorage: true}; - - for(var j = 0; j < scripts.length; j++) { - match = (scripts[j].src || "").match(filename); - if (match) { - serverPath = match[1]; - } - } - - document.write(''); - - $script.path(serverPath+'../'); - $script('angularFiles', function() { - var index = 0, - scripts = angularFiles.angularSrc; - - try { delete window.angularFiles; } catch(e) { window.angularFiles = undefined; } - // initialize the window property cache - for (var prop in window) { - if (IGNORE[prop] || prop.match(/^moz[A-Z]/)) { //skip special variables which keep on changing - continue; - } - try { - globalVars[key(prop)] = window[prop]; - } catch(e) {} //ignore properties that throw exception when accessed (common in FF) - } - - (function next() { - if (index < scripts.length) { - var file = scripts[index++], - last = index == scripts.length, - name = last ? 'angular' : file; - - $script(file.replace(/\.js$/, ''), name, function() { - angularClobberTest(file); - next(); - }); - } else { - // empty the cache to prevent mem leaks - globalVars = {}; - - bindJQuery(); - publishExternalAPI(window.angular); - - angularInit(document, angular.bootstrap); - } - })(); - }); - - function key(prop) { - return "ng-clobber_" + prop; - } - - function angularClobberTest(file) { - var varKey, prop, - clobbered = {}; - - for (prop in window) { - varKey = key(prop); - - if (IGNORE[prop] || prop.match(/^moz[A-Z]/)) { //skip special variables which keep on changing - continue; - } else if (!globalVars.hasOwnProperty(varKey)) { - //console.log('new global variable found: ', prop); - try { - globalVars[varKey] = window[prop]; - } catch(e) {} //ignore properties that throw exception when accessed (common in FF) - } else if (globalVars[varKey] !== window[prop] && !isActuallyNaN(window[prop]) && prop != 'jqLite') { - clobbered[prop] = true; - console.error("Global variable clobbered by script " + file + "! Variable name: " + prop); - globalVars[varKey] = window[prop]; - } - } - for (varKey in globalVars) { - prop = varKey.substr(11); - if (prop === 'event' || prop.match(/^moz[A-Z]/)) { //skip special variables which keep on changing - continue; - } - if (!clobbered[prop] && - prop != 'event' && - prop != 'jqLite' && - !isActuallyNaN(globalVars[varKey]) && - globalVars[varKey] !== window[prop]) { - - delete globalVars[varKey]; - console.warn("Global variable unexpectedly deleted in script " + file + "! " + - "Variable name: " + prop); - } - } - - function isActuallyNaN(val) { - return (typeof val === 'number') && isNaN(val); - } - }; -})(window, document); - diff --git a/src/angular.bind.js b/src/angular.bind.js new file mode 100644 index 000000000000..29c8f71b2adf --- /dev/null +++ b/src/angular.bind.js @@ -0,0 +1,11 @@ +if (window.angular.bootstrap) { + // AngularJS is already loaded, so we can return here... + if (window.console) { + console.log('WARNING: Tried to load AngularJS more than once.'); + } + return; +} + +// try to bind to jquery now so that one can write jqLite(fn) +// but we will rebind on bootstrap again. +bindJQuery(); diff --git a/src/angular.prefix b/src/angular.prefix index 7a6ff34416c0..1ef0083672f9 100644 --- a/src/angular.prefix +++ b/src/angular.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2012 Google, Inc. http://angularjs.org + * (c) 2010-2020 Google LLC. http://angularjs.org * License: MIT */ -(function(window, document, undefined) { +(function(window) { diff --git a/src/angular.suffix b/src/angular.suffix index c86200bb31f4..fddb3d072ebe 100644 --- a/src/angular.suffix +++ b/src/angular.suffix @@ -1,11 +1,5 @@ - //try to bind to jquery now so that one can write angular.element().read() - //but we will rebind on bootstrap again. - bindJQuery(); - - publishExternalAPI(angular); - - jqLite(document).ready(function() { - angularInit(document, bootstrap); + jqLite(function() { + angularInit(window.document, bootstrap); }); -})(window, document); +})(window); diff --git a/src/apis.js b/src/apis.js index 0e94e2a55ce2..1767b9134f4b 100644 --- a/src/apis.js +++ b/src/apis.js @@ -1,6 +1,5 @@ 'use strict'; - /** * Computes a hash of an 'obj'. * Hash of a: @@ -13,99 +12,93 @@ * @returns {string} hash string such that the same input will have the same hash string. * The resulting string key is in 'type:hashKey' format. */ -function hashKey(obj) { - var objType = typeof obj, - key; +function hashKey(obj, nextUidFn) { + var key = obj && obj.$$hashKey; - if (objType == 'object' && obj !== null) { - if (typeof (key = obj.$$hashKey) == 'function') { - // must invoke on object to keep the right this + if (key) { + if (typeof key === 'function') { key = obj.$$hashKey(); - } else if (key === undefined) { - key = obj.$$hashKey = nextUid(); } + return key; + } + + var objType = typeof obj; + if (objType === 'function' || (objType === 'object' && obj !== null)) { + key = obj.$$hashKey = objType + ':' + (nextUidFn || nextUid)(); } else { - key = obj; + key = objType + ':' + obj; } - return objType + ':' + key; + return key; } -/** - * HashMap which can use objects as keys - */ -function HashMap(array){ - forEach(array, this.put, this); +// A minimal ES2015 Map implementation. +// Should be bug/feature equivalent to the native implementations of supported browsers +// (for the features required in Angular). +// See https://kangax.github.io/compat-table/es6/#test-Map +var nanKey = Object.create(null); +function NgMapShim() { + this._keys = []; + this._values = []; + this._lastKey = NaN; + this._lastIndex = -1; } -HashMap.prototype = { - /** - * Store key value pair - * @param key key to store can be any type - * @param value value to store can be any type - */ - put: function(key, value) { - this[hashKey(key)] = value; +NgMapShim.prototype = { + _idx: function(key) { + if (key !== this._lastKey) { + this._lastKey = key; + this._lastIndex = this._keys.indexOf(key); + } + return this._lastIndex; }, - - /** - * @param key - * @returns the value for the key - */ - get: function(key) { - return this[hashKey(key)]; + _transformKey: function(key) { + return isNumberNaN(key) ? nanKey : key; }, - - /** - * Remove the key/value pair - * @param key - */ - remove: function(key) { - var value = this[key = hashKey(key)]; - delete this[key]; - return value; - } -}; - -/** - * A map where multiple values can be added to the same key such that they form a queue. - * @returns {HashQueueMap} - */ -function HashQueueMap() {} -HashQueueMap.prototype = { - /** - * Same as array push, but using an array as the value for the hash - */ - push: function(key, value) { - var array = this[key = hashKey(key)]; - if (!array) { - this[key] = [value]; - } else { - array.push(value); + get: function(key) { + key = this._transformKey(key); + var idx = this._idx(key); + if (idx !== -1) { + return this._values[idx]; } }, - - /** - * Same as array shift, but using an array as the value for the hash - */ - shift: function(key) { - var array = this[key = hashKey(key)]; - if (array) { - if (array.length == 1) { - delete this[key]; - return array[0]; - } else { - return array.shift(); - } - } + has: function(key) { + key = this._transformKey(key); + var idx = this._idx(key); + return idx !== -1; }, + set: function(key, value) { + key = this._transformKey(key); + var idx = this._idx(key); + if (idx === -1) { + idx = this._lastIndex = this._keys.length; + } + this._keys[idx] = key; + this._values[idx] = value; - /** - * return the first item without deleting it - */ - peek: function(key) { - var array = this[hashKey(key)]; - if (array) { - return array[0]; + // Support: IE11 + // Do not `return this` to simulate the partial IE11 implementation + }, + delete: function(key) { + key = this._transformKey(key); + var idx = this._idx(key); + if (idx === -1) { + return false; } + this._keys.splice(idx, 1); + this._values.splice(idx, 1); + this._lastKey = NaN; + this._lastIndex = -1; + return true; } }; + +// For now, always use `NgMapShim`, even if `window.Map` is available. Some native implementations +// are still buggy (often in subtle ways) and can cause hard-to-debug failures. When native `Map` +// implementations get more stable, we can reconsider switching to `window.Map` (when available). +var NgMap = NgMapShim; + +var $$MapProvider = [/** @this */function() { + this.$get = [function() { + return NgMap; + }]; +}]; diff --git a/src/auto/injector.js b/src/auto/injector.js index 70160fc566b4..b4995af8f6f6 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -2,67 +2,122 @@ /** * @ngdoc function + * @module ng * @name angular.injector - * @function + * @kind function * * @description - * Creates an injector function that can be used for retrieving services as well as for + * Creates an injector object that can be used for retrieving services as well as for * dependency injection (see {@link guide/di dependency injection}). * - * @param {Array.} modules A list of module functions or their aliases. See - * {@link angular.module}. The `ng` module must be explicitly added. - * @returns {function()} Injector function. See {@link AUTO.$injector $injector}. + * {@link angular.module}. The `ng` module must be explicitly added. + * @param {boolean=} [strictDi=false] Whether the injector should be in strict mode, which + * disallows argument name annotation inference. + * @returns {injector} Injector object. See {@link auto.$injector $injector}. * * @example * Typical usage - *
    + * ```js
      *   // create an injector
      *   var $injector = angular.injector(['ng']);
      *
      *   // use the injector to kick off your application
      *   // use the type inference to auto inject arguments, or use implicit injection
    - *   $injector.invoke(function($rootScope, $compile, $document){
    + *   $injector.invoke(function($rootScope, $compile, $document) {
      *     $compile($document)($rootScope);
      *     $rootScope.$digest();
      *   });
    - * 
    + * ``` + * + * Sometimes you want to get access to the injector of a currently running AngularJS app + * from outside AngularJS. Perhaps, you want to inject and compile some markup after the + * application has been bootstrapped. You can do this using the extra `injector()` added + * to JQuery/jqLite elements. See {@link angular.element}. + * + * *This is fairly rare but could be the case if a third party library is injecting the + * markup.* + * + * In the following example a new block of HTML containing a `ng-controller` + * directive is added to the end of the document body by JQuery. We then compile and link + * it into the current AngularJS scope. + * + * ```js + * var $div = $('
    {{content.label}}
    '); + * $(document.body).append($div); + * + * angular.element(document).injector().invoke(function($compile) { + * var scope = angular.element($div).scope(); + * $compile($div)(scope); + * }); + * ``` */ /** - * @ngdoc overview - * @name AUTO + * @ngdoc module + * @name auto + * @installation * @description * - * Implicit module which gets automatically added to each {@link AUTO.$injector $injector}. + * Implicit module which gets automatically added to each {@link auto.$injector $injector}. */ -var FN_ARGS = /^function\s*[^\(]*\(\s*([^\)]*)\)/m; +var ARROW_ARG = /^([^(]+?)=>/; +var FN_ARGS = /^[^(]*\(\s*([^)]*)\)/m; var FN_ARG_SPLIT = /,/; var FN_ARG = /^\s*(_?)(\S+?)\1\s*$/; var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg; -function annotate(fn) { +var $injectorMinErr = minErr('$injector'); + +function stringifyFn(fn) { + return Function.prototype.toString.call(fn); +} + +function extractArgs(fn) { + var fnText = stringifyFn(fn).replace(STRIP_COMMENTS, ''), + args = fnText.match(ARROW_ARG) || fnText.match(FN_ARGS); + return args; +} + +function anonFn(fn) { + // For anonymous functions, showing at the very least the function signature can help in + // debugging. + var args = extractArgs(fn); + if (args) { + return 'function(' + (args[1] || '').replace(/[\s\r\n]+/, ' ') + ')'; + } + return 'fn'; +} + +function annotate(fn, strictDi, name) { var $inject, - fnText, argDecl, last; - if (typeof fn == 'function') { + if (typeof fn === 'function') { if (!($inject = fn.$inject)) { $inject = []; - fnText = fn.toString().replace(STRIP_COMMENTS, ''); - argDecl = fnText.match(FN_ARGS); - forEach(argDecl[1].split(FN_ARG_SPLIT), function(arg){ - arg.replace(FN_ARG, function(all, underscore, name){ - $inject.push(name); + if (fn.length) { + if (strictDi) { + if (!isString(name) || !name) { + name = fn.name || anonFn(fn); + } + throw $injectorMinErr('strictdi', + '{0} is not using explicit annotation and cannot be invoked in strict mode', name); + } + argDecl = extractArgs(fn); + forEach(argDecl[1].split(FN_ARG_SPLIT), function(arg) { + arg.replace(FN_ARG, function(all, underscore, name) { + $inject.push(name); + }); }); - }); + } fn.$inject = $inject; } } else if (isArray(fn)) { last = fn.length - 1; - assertArgFn(fn[last], 'fn') + assertArgFn(fn[last], 'fn'); $inject = fn.slice(0, last); } else { assertArgFn(fn, 'fn', true); @@ -73,113 +128,148 @@ function annotate(fn) { /////////////////////////////////////// /** - * @ngdoc object - * @name AUTO.$injector - * @function + * @ngdoc service + * @name $injector * * @description * * `$injector` is used to retrieve object instances as defined by - * {@link AUTO.$provide provider}, instantiate types, invoke methods, + * {@link auto.$provide provider}, instantiate types, invoke methods, * and load modules. * * The following always holds true: * - *
    + * ```js
      *   var $injector = angular.injector();
      *   expect($injector.get('$injector')).toBe($injector);
    - *   expect($injector.invoke(function($injector){
    + *   expect($injector.invoke(function($injector) {
      *     return $injector;
    - *   }).toBe($injector);
    - * 
    + * })).toBe($injector); + * ``` * - * # Injection Function Annotation + * ## Injection Function Annotation * * JavaScript does not have annotations, and annotations are needed for dependency injection. The - * following ways are all valid way of annotating function with injection arguments and are equivalent. + * following are all valid ways of annotating function with injection arguments and are equivalent. * - *
    + * ```js
      *   // inferred (only works if code not minified/obfuscated)
    - *   $inject.invoke(function(serviceA){});
    + *   $injector.invoke(function(serviceA){});
      *
      *   // annotated
      *   function explicit(serviceA) {};
      *   explicit.$inject = ['serviceA'];
    - *   $inject.invoke(explicit);
    + *   $injector.invoke(explicit);
      *
      *   // inline
    - *   $inject.invoke(['serviceA', function(serviceA){}]);
    - * 
    + * $injector.invoke(['serviceA', function(serviceA){}]); + * ``` * - * ## Inference + * ### Inference * - * In JavaScript calling `toString()` on a function returns the function definition. The definition can then be - * parsed and the function arguments can be extracted. *NOTE:* This does not work with minification, and obfuscation - * tools since these tools change the argument names. + * In JavaScript calling `toString()` on a function returns the function definition. The definition + * can then be parsed and the function arguments can be extracted. This method of discovering + * annotations is disallowed when the injector is in strict mode. + * *NOTE:* This does not work with minification, and obfuscation tools since these tools change the + * argument names. * - * ## `$inject` Annotation - * By adding a `$inject` property onto a function the injection parameters can be specified. + * ### `$inject` Annotation + * By adding an `$inject` property onto a function the injection parameters can be specified. * - * ## Inline + * ### Inline * As an array of injection names, where the last item in the array is the function to call. */ +/** + * @ngdoc property + * @name $injector#modules + * @type {Object} + * @description + * A hash containing all the modules that have been loaded into the + * $injector. + * + * You can use this property to find out information about a module via the + * {@link angular.Module#info `myModule.info(...)`} method. + * + * For example: + * + * ``` + * var info = $injector.modules['ngAnimate'].info(); + * ``` + * + * **Do not use this property to attempt to modify the modules after the application + * has been bootstrapped.** + */ + + /** * @ngdoc method - * @name AUTO.$injector#get - * @methodOf AUTO.$injector + * @name $injector#get * * @description * Return an instance of the service. * * @param {string} name The name of the instance to retrieve. + * @param {string=} caller An optional string to provide the origin of the function call for error messages. * @return {*} The instance. */ /** * @ngdoc method - * @name AUTO.$injector#invoke - * @methodOf AUTO.$injector + * @name $injector#invoke * * @description * Invoke the method and supply the method arguments from the `$injector`. * - * @param {!function} fn The function to invoke. The function arguments come form the function annotation. + * @param {Function|Array.} fn The injectable function to invoke. Function parameters are + * injected according to the {@link guide/di $inject Annotation} rules. * @param {Object=} self The `this` for the invoked method. - * @param {Object=} locals Optional object. If preset then any argument names are read from this object first, before - * the `$injector` is consulted. + * @param {Object=} locals Optional object. If preset then any argument names are read from this + * object first, before the `$injector` is consulted. * @returns {*} the value returned by the invoked `fn` function. */ /** * @ngdoc method - * @name AUTO.$injector#instantiate - * @methodOf AUTO.$injector + * @name $injector#has + * * @description - * Create a new instance of JS type. The method takes a constructor function invokes the new operator and supplies - * all of the arguments to the constructor function as specified by the constructor annotation. + * Allows the user to query if the particular service exists. * - * @param {function} Type Annotated constructor function. - * @param {Object=} locals Optional object. If preset then any argument names are read from this object first, before - * the `$injector` is consulted. + * @param {string} name Name of the service to query. + * @returns {boolean} `true` if injector has given service. + */ + +/** + * @ngdoc method + * @name $injector#instantiate + * @description + * Create a new instance of JS type. The method takes a constructor function, invokes the new + * operator, and supplies all of the arguments to the constructor function as specified by the + * constructor annotation. + * + * @param {Function} Type Annotated constructor function. + * @param {Object=} locals Optional object. If preset then any argument names are read from this + * object first, before the `$injector` is consulted. * @returns {Object} new instance of `Type`. */ /** * @ngdoc method - * @name AUTO.$injector#annotate - * @methodOf AUTO.$injector + * @name $injector#annotate * * @description - * Returns an array of service names which the function is requesting for injection. This API is used by the injector - * to determine which services need to be injected into the function when the function is invoked. There are three - * ways in which the function can be annotated with the needed dependencies. + * Returns an array of service names which the function is requesting for injection. This API is + * used by the injector to determine which services need to be injected into the function when the + * function is invoked. There are three ways in which the function can be annotated with the needed + * dependencies. * - * # Argument names + * #### Argument names * - * The simplest form is to extract the dependencies from the arguments of the function. This is done by converting - * the function into a string using `toString()` method and extracting the argument names. - *
    + * The simplest form is to extract the dependencies from the arguments of the function. This is done
    + * by converting the function into a string using `toString()` method and extracting the argument
    + * names.
    + * ```js
      *   // Given
      *   function MyController($scope, $route) {
      *     // ...
    @@ -187,34 +277,36 @@ function annotate(fn) {
      *
      *   // Then
      *   expect(injector.annotate(MyController)).toEqual(['$scope', '$route']);
    - * 
    + * ``` + * + * You can disallow this method by using strict injection mode. * - * This method does not work with code minfication / obfuscation. For this reason the following annotation strategies - * are supported. + * This method does not work with code minification / obfuscation. For this reason the following + * annotation strategies are supported. * - * # The `$inject` property + * #### The `$inject` property * - * If a function has an `$inject` property and its value is an array of strings, then the strings represent names of - * services to be injected into the function. - *
    + * If a function has an `$inject` property and its value is an array of strings, then the strings
    + * represent names of services to be injected into the function.
    + * ```js
      *   // Given
      *   var MyController = function(obfuscatedScope, obfuscatedRoute) {
      *     // ...
      *   }
      *   // Define function dependencies
    - *   MyController.$inject = ['$scope', '$route'];
    + *   MyController['$inject'] = ['$scope', '$route'];
      *
      *   // Then
      *   expect(injector.annotate(MyController)).toEqual(['$scope', '$route']);
    - * 
    + * ``` * - * # The array notation + * #### The array notation * - * It is often desirable to inline Injected functions and that's when setting the `$inject` property is very - * inconvenient. In these situations using the array notation to specify the dependencies in a way that survives - * minification is a better choice: + * It is often desirable to inline Injected functions and that's when setting the `$inject` property + * is very inconvenient. In these situations using the array notation to specify the dependencies in + * a way that survives minification is a better choice: * - *
    + * ```js
      *   // We wish to write this (not minification / obfuscation safe)
      *   injector.invoke(function($compile, $rootScope) {
      *     // ...
    @@ -225,7 +317,7 @@ function annotate(fn) {
      *     // ...
      *   };
      *   tmpFn.$inject = ['$compile', '$rootScope'];
    - *   injector.invoke(tempFn);
    + *   injector.invoke(tmpFn);
      *
      *   // To better support inline function the inline annotation is supported
      *   injector.invoke(['$compile', '$rootScope', function(obfCompile, obfRootScope) {
    @@ -236,170 +328,387 @@ function annotate(fn) {
      *   expect(injector.annotate(
      *      ['$compile', '$rootScope', function(obfus_$compile, obfus_$rootScope) {}])
      *    ).toEqual(['$compile', '$rootScope']);
    - * 
    + * ``` * - * @param {function|Array.} fn Function for which dependent service names need to be retrieved as described - * above. + * @param {Function|Array.} fn Function for which dependent service names need to + * be retrieved as described above. + * + * @param {boolean=} [strictDi=false] Disallow argument name annotation inference. * * @returns {Array.} The names of the services which the function requires. */ - - - - /** - * @ngdoc object - * @name AUTO.$provide + * @ngdoc method + * @name $injector#loadNewModules * * @description * - * Use `$provide` to register new providers with the `$injector`. The providers are the factories for the instance. - * The providers share the same name as the instance they create with the `Provider` suffixed to them. + * **This is a dangerous API, which you use at your own risk!** * - * A provider is an object with a `$get()` method. The injector calls the `$get` method to create a new instance of - * a service. The Provider can have additional methods which would allow for configuration of the provider. + * Add the specified modules to the current injector. * - *
    - *   function GreetProvider() {
    - *     var salutation = 'Hello';
    + * This method will add each of the injectables to the injector and execute all of the config and run
    + * blocks for each module passed to the method.
      *
    - *     this.salutation = function(text) {
    - *       salutation = text;
    - *     };
    + * If a module has already been loaded into the injector then it will not be loaded again.
      *
    - *     this.$get = function() {
    - *       return function (name) {
    - *         return salutation + ' ' + name + '!';
    - *       };
    - *     };
    - *   }
    + * * The application developer is responsible for loading the code containing the modules; and for
    + * ensuring that lazy scripts are not downloaded and executed more often that desired.
    + * * Previously compiled HTML will not be affected by newly loaded directives, filters and components.
    + * * Modules cannot be unloaded.
      *
    - *   describe('Greeter', function(){
    + * You can use {@link $injector#modules `$injector.modules`} to check whether a module has been loaded
    + * into the injector, which may indicate whether the script has been executed already.
      *
    - *     beforeEach(module(function($provide) {
    - *       $provide.provider('greet', GreetProvider);
    - *     });
    + * @example
    + * Here is an example of loading a bundle of modules, with a utility method called `getScript`:
      *
    - *     it('should greet', inject(function(greet) {
    - *       expect(greet('angular')).toEqual('Hello angular!');
    - *     }));
    + * ```javascript
    + * app.factory('loadModule', function($injector) {
    + *   return function loadModule(moduleName, bundleUrl) {
    + *     return getScript(bundleUrl).then(function() { $injector.loadNewModules([moduleName]); });
    + *   };
    + * })
    + * ```
      *
    - *     it('should allow configuration of salutation', function() {
    - *       module(function(greetProvider) {
    - *         greetProvider.salutation('Ahoj');
    - *       });
    - *       inject(function(greet) {
    - *         expect(greet('angular')).toEqual('Ahoj angular!');
    - *       });
    - *     )};
    + * @param {Array=} mods an array of modules to load into the application.
    + *     Each item in the array should be the name of a predefined module or a (DI annotated)
    + *     function that will be invoked by the injector as a `config` block.
    + *     See: {@link angular.module modules}
    + */
    +
    +
    +/**
    + * @ngdoc service
    + * @name $provide
      *
    - *   });
    - * 
    + * @description + * + * The {@link auto.$provide $provide} service has a number of methods for registering components + * with the {@link auto.$injector $injector}. Many of these functions are also exposed on + * {@link angular.Module}. + * + * An AngularJS **service** is a singleton object created by a **service factory**. These **service + * factories** are functions which, in turn, are created by a **service provider**. + * The **service providers** are constructor functions. When instantiated they must contain a + * property called `$get`, which holds the **service factory** function. + * + * When you request a service, the {@link auto.$injector $injector} is responsible for finding the + * correct **service provider**, instantiating it and then calling its `$get` **service factory** + * function to get the instance of the **service**. + * + * Often services have no configuration options and there is no need to add methods to the service + * provider. The provider will be no more than a constructor function with a `$get` property. For + * these cases the {@link auto.$provide $provide} service has additional helper methods to register + * services without specifying a provider. + * + * * {@link auto.$provide#provider provider(name, provider)} - registers a **service provider** with the + * {@link auto.$injector $injector} + * * {@link auto.$provide#constant constant(name, obj)} - registers a value/object that can be accessed by + * providers and services. + * * {@link auto.$provide#value value(name, obj)} - registers a value/object that can only be accessed by + * services, not providers. + * * {@link auto.$provide#factory factory(name, fn)} - registers a service **factory function** + * that will be wrapped in a **service provider** object, whose `$get` property will contain the + * given factory function. + * * {@link auto.$provide#service service(name, Fn)} - registers a **constructor function** + * that will be wrapped in a **service provider** object, whose `$get` property will instantiate + * a new object using the given constructor function. + * * {@link auto.$provide#decorator decorator(name, decorFn)} - registers a **decorator function** that + * will be able to modify or replace the implementation of another service. + * + * See the individual methods for more information and examples. */ /** * @ngdoc method - * @name AUTO.$provide#provider - * @methodOf AUTO.$provide + * @name $provide#provider * @description * - * Register a provider for a service. The providers can be retrieved and can have additional configuration methods. + * Register a **provider function** with the {@link auto.$injector $injector}. Provider functions + * are constructor functions, whose instances are responsible for "providing" a factory for a + * service. * - * @param {string} name The name of the instance. NOTE: the provider will be available under `name + 'Provider'` key. + * Service provider names start with the name of the service they provide followed by `Provider`. + * For example, the {@link ng.$log $log} service has a provider called + * {@link ng.$logProvider $logProvider}. + * + * Service provider objects can have additional methods which allow configuration of the provider + * and its service. Importantly, you can configure what kind of service is created by the `$get` + * method, or how that service will act. For example, the {@link ng.$logProvider $logProvider} has a + * method {@link ng.$logProvider#debugEnabled debugEnabled} + * which lets you specify whether the {@link ng.$log $log} service will log debug messages to the + * console or not. + * + * It is possible to inject other providers into the provider function, + * but the injected provider must have been defined before the one that requires it. + * + * @param {string} name The name of the instance. NOTE: the provider will be available under `name + + 'Provider'` key. * @param {(Object|function())} provider If the provider is: * * - `Object`: then it should have a `$get` method. The `$get` method will be invoked using - * {@link AUTO.$injector#invoke $injector.invoke()} when an instance needs to be created. + * {@link auto.$injector#invoke $injector.invoke()} when an instance needs to be created. * - `Constructor`: a new instance of the provider will be created using - * {@link AUTO.$injector#instantiate $injector.instantiate()}, then treated as `object`. + * {@link auto.$injector#instantiate $injector.instantiate()}, then treated as `object`. * * @returns {Object} registered provider instance + + * @example + * + * The following example shows how to create a simple event tracking service and register it using + * {@link auto.$provide#provider $provide.provider()}. + * + * ```js + * // Define the eventTracker provider + * function EventTrackerProvider() { + * var trackingUrl = '/track'; + * + * // A provider method for configuring where the tracked events should been saved + * this.setTrackingUrl = function(url) { + * trackingUrl = url; + * }; + * + * // The service factory function + * this.$get = ['$http', function($http) { + * var trackedEvents = {}; + * return { + * // Call this to track an event + * event: function(event) { + * var count = trackedEvents[event] || 0; + * count += 1; + * trackedEvents[event] = count; + * return count; + * }, + * // Call this to save the tracked events to the trackingUrl + * save: function() { + * $http.post(trackingUrl, trackedEvents); + * } + * }; + * }]; + * } + * + * describe('eventTracker', function() { + * var postSpy; + * + * beforeEach(module(function($provide) { + * // Register the eventTracker provider + * $provide.provider('eventTracker', EventTrackerProvider); + * })); + * + * beforeEach(module(function(eventTrackerProvider) { + * // Configure eventTracker provider + * eventTrackerProvider.setTrackingUrl('/custom-track'); + * })); + * + * it('tracks events', inject(function(eventTracker) { + * expect(eventTracker.event('login')).toEqual(1); + * expect(eventTracker.event('login')).toEqual(2); + * })); + * + * it('saves to the tracking url', inject(function(eventTracker, $http) { + * postSpy = spyOn($http, 'post'); + * eventTracker.event('login'); + * eventTracker.save(); + * expect(postSpy).toHaveBeenCalled(); + * expect(postSpy.mostRecentCall.args[0]).not.toEqual('/track'); + * expect(postSpy.mostRecentCall.args[0]).toEqual('/custom-track'); + * expect(postSpy.mostRecentCall.args[1]).toEqual({ 'login': 1 }); + * })); + * }); + * ``` */ /** * @ngdoc method - * @name AUTO.$provide#factory - * @methodOf AUTO.$provide + * @name $provide#factory * @description * - * A short hand for configuring services if only `$get` method is required. + * Register a **service factory**, which will be called to return the service instance. + * This is short for registering a service where its provider consists of only a `$get` property, + * which is the given service factory function. + * You should use {@link auto.$provide#factory $provide.factory(getFn)} if you do not need to + * configure your service in a provider. * * @param {string} name The name of the instance. - * @param {function()} $getFn The $getFn for the instance creation. Internally this is a short hand for - * `$provide.provider(name, {$get: $getFn})`. + * @param {Function|Array.} $getFn The injectable $getFn for the instance creation. + * Internally this is a short hand for `$provide.provider(name, {$get: $getFn})`. * @returns {Object} registered provider instance + * + * @example + * Here is an example of registering a service + * ```js + * $provide.factory('ping', ['$http', function($http) { + * return function ping() { + * return $http.send('/ping'); + * }; + * }]); + * ``` + * You would then inject and use this service like this: + * ```js + * someModule.controller('Ctrl', ['ping', function(ping) { + * ping(); + * }]); + * ``` */ /** * @ngdoc method - * @name AUTO.$provide#service - * @methodOf AUTO.$provide + * @name $provide#service * @description * - * A short hand for registering service of given class. + * Register a **service constructor**, which will be invoked with `new` to create the service + * instance. + * This is short for registering a service where its provider's `$get` property is a factory + * function that returns an instance instantiated by the injector from the service constructor + * function. + * + * Internally it looks a bit like this: + * + * ``` + * { + * $get: function() { + * return $injector.instantiate(constructor); + * } + * } + * ``` + * + * + * You should use {@link auto.$provide#service $provide.service(class)} if you define your service + * as a type/class. * * @param {string} name The name of the instance. - * @param {Function} constructor A class (constructor function) that will be instantiated. + * @param {Function|Array.} constructor An injectable class (constructor function) + * that will be instantiated. * @returns {Object} registered provider instance + * + * @example + * Here is an example of registering a service using + * {@link auto.$provide#service $provide.service(class)}. + * ```js + * var Ping = function($http) { + * this.$http = $http; + * }; + * + * Ping.$inject = ['$http']; + * + * Ping.prototype.send = function() { + * return this.$http.get('/ping'); + * }; + * $provide.service('ping', Ping); + * ``` + * You would then inject and use this service like this: + * ```js + * someModule.controller('Ctrl', ['ping', function(ping) { + * ping.send(); + * }]); + * ``` */ /** * @ngdoc method - * @name AUTO.$provide#value - * @methodOf AUTO.$provide + * @name $provide#value * @description * - * A short hand for configuring services if the `$get` method is a constant. + * Register a **value service** with the {@link auto.$injector $injector}, such as a string, a + * number, an array, an object or a function. This is short for registering a service where its + * provider's `$get` property is a factory function that takes no arguments and returns the **value + * service**. That also means it is not possible to inject other services into a value service. + * + * Value services are similar to constant services, except that they cannot be injected into a + * module configuration function (see {@link angular.Module#config}) but they can be overridden by + * an AngularJS {@link auto.$provide#decorator decorator}. * * @param {string} name The name of the instance. * @param {*} value The value. * @returns {Object} registered provider instance + * + * @example + * Here are some examples of creating value services. + * ```js + * $provide.value('ADMIN_USER', 'admin'); + * + * $provide.value('RoleLookup', { admin: 0, writer: 1, reader: 2 }); + * + * $provide.value('halfOf', function(value) { + * return value / 2; + * }); + * ``` */ /** * @ngdoc method - * @name AUTO.$provide#constant - * @methodOf AUTO.$provide + * @name $provide#constant * @description * - * A constant value, but unlike {@link AUTO.$provide#value value} it can be injected - * into configuration function (other modules) and it is not interceptable by - * {@link AUTO.$provide#decorator decorator}. + * Register a **constant service** with the {@link auto.$injector $injector}, such as a string, + * a number, an array, an object or a function. Like the {@link auto.$provide#value value}, it is not + * possible to inject other services into a constant. + * + * But unlike {@link auto.$provide#value value}, a constant can be + * injected into a module configuration function (see {@link angular.Module#config}) and it cannot + * be overridden by an AngularJS {@link auto.$provide#decorator decorator}. * * @param {string} name The name of the constant. * @param {*} value The constant value. * @returns {Object} registered instance + * + * @example + * Here a some examples of creating constants: + * ```js + * $provide.constant('SHARD_HEIGHT', 306); + * + * $provide.constant('MY_COLOURS', ['red', 'blue', 'grey']); + * + * $provide.constant('double', function(value) { + * return value * 2; + * }); + * ``` */ /** * @ngdoc method - * @name AUTO.$provide#decorator - * @methodOf AUTO.$provide + * @name $provide#decorator * @description * - * Decoration of service, allows the decorator to intercept the service instance creation. The - * returned instance may be the original instance, or a new instance which delegates to the - * original instance. + * Register a **decorator function** with the {@link auto.$injector $injector}. A decorator function + * intercepts the creation of a service, allowing it to override or modify the behavior of the + * service. The return value of the decorator function may be the original service, or a new service + * that replaces (or wraps and delegates to) the original service. + * + * You can find out more about using decorators in the {@link guide/decorators} guide. * * @param {string} name The name of the service to decorate. - * @param {function()} decorator This function will be invoked when the service needs to be - * instanciated. The function is called using the {@link AUTO.$injector#invoke - * injector.invoke} method and is therefore fully injectable. Local injection arguments: + * @param {Function|Array.} decorator This function will be invoked when the service needs to be + * provided and should return the decorated service instance. The function is called using + * the {@link auto.$injector#invoke injector.invoke} method and is therefore fully injectable. + * Local injection arguments: * - * * `$delegate` - The original service instance, which can be monkey patched, configured, + * * `$delegate` - The original service instance, which can be replaced, monkey patched, configured, * decorated or delegated to. + * + * @example + * Here we decorate the {@link ng.$log $log} service to convert warnings to errors by intercepting + * calls to {@link ng.$log#error $log.warn()}. + * ```js + * $provide.decorator('$log', ['$delegate', function($delegate) { + * $delegate.warn = $delegate.error; + * return $delegate; + * }]); + * ``` */ -function createInjector(modulesToLoad) { +function createInjector(modulesToLoad, strictDi) { + strictDi = (strictDi === true); var INSTANTIATING = {}, providerSuffix = 'Provider', path = [], - loadedModules = new HashMap(), + loadedModules = new NgMap(), providerCache = { $provide: { provider: supportObject(provider), @@ -411,19 +720,33 @@ function createInjector(modulesToLoad) { } }, providerInjector = (providerCache.$injector = - createInternalInjector(providerCache, function() { - throw Error("Unknown provider: " + path.join(' <- ')); + createInternalInjector(providerCache, function(serviceName, caller) { + if (angular.isString(caller)) { + path.push(caller); + } + throw $injectorMinErr('unpr', 'Unknown provider: {0}', path.join(' <- ')); })), instanceCache = {}, - instanceInjector = (instanceCache.$injector = - createInternalInjector(instanceCache, function(servicename) { - var provider = providerInjector.get(servicename + providerSuffix); - return instanceInjector.invoke(provider.$get, provider); - })); + protoInstanceInjector = + createInternalInjector(instanceCache, function(serviceName, caller) { + var provider = providerInjector.get(serviceName + providerSuffix, caller); + return instanceInjector.invoke( + provider.$get, provider, undefined, serviceName); + }), + instanceInjector = protoInstanceInjector; + + providerCache['$injector' + providerSuffix] = { $get: valueFn(protoInstanceInjector) }; + instanceInjector.modules = providerInjector.modules = createMap(); + var runBlocks = loadModules(modulesToLoad); + instanceInjector = protoInstanceInjector.get('$injector'); + instanceInjector.strictDi = strictDi; + forEach(runBlocks, function(fn) { if (fn) instanceInjector.invoke(fn); }); + + instanceInjector.loadNewModules = function(mods) { + forEach(loadModules(mods), function(fn) { if (fn) instanceInjector.invoke(fn); }); + }; - forEach(loadModules(modulesToLoad), function(fn) { instanceInjector.invoke(fn || noop); }); - return instanceInjector; //////////////////////////////////// @@ -437,20 +760,35 @@ function createInjector(modulesToLoad) { } else { return delegate(key, value); } - } + }; } function provider(name, provider_) { + assertNotHasOwnProperty(name, 'service'); if (isFunction(provider_) || isArray(provider_)) { provider_ = providerInjector.instantiate(provider_); } if (!provider_.$get) { - throw Error('Provider ' + name + ' must define $get factory method.'); + throw $injectorMinErr('pget', 'Provider \'{0}\' must define $get factory method.', name); } - return providerCache[name + providerSuffix] = provider_; + return (providerCache[name + providerSuffix] = provider_); } - function factory(name, factoryFn) { return provider(name, { $get: factoryFn }); } + function enforceReturnValue(name, factory) { + return /** @this */ function enforcedReturnValue() { + var result = instanceInjector.invoke(factory, this); + if (isUndefined(result)) { + throw $injectorMinErr('undef', 'Provider \'{0}\' must return a value from $get factory method.', name); + } + return result; + }; + } + + function factory(name, factoryFn, enforce) { + return provider(name, { + $get: enforce !== false ? enforceReturnValue(name, factoryFn) : factoryFn + }); + } function service(name, constructor) { return factory(name, ['$injector', function($injector) { @@ -458,9 +796,10 @@ function createInjector(modulesToLoad) { }]); } - function value(name, value) { return factory(name, valueFn(value)); } + function value(name, val) { return factory(name, valueFn(val), false); } function constant(name, value) { + assertNotHasOwnProperty(name, 'constant'); providerCache[name] = value; instanceCache[name] = value; } @@ -478,42 +817,51 @@ function createInjector(modulesToLoad) { //////////////////////////////////// // Module Loading //////////////////////////////////// - function loadModules(modulesToLoad){ - var runBlocks = []; + function loadModules(modulesToLoad) { + assertArg(isUndefined(modulesToLoad) || isArray(modulesToLoad), 'modulesToLoad', 'not an array'); + var runBlocks = [], moduleFn; forEach(modulesToLoad, function(module) { if (loadedModules.get(module)) return; - loadedModules.put(module, true); - if (isString(module)) { - var moduleFn = angularModule(module); - runBlocks = runBlocks.concat(loadModules(moduleFn.requires)).concat(moduleFn._runBlocks); + loadedModules.set(module, true); - try { - for(var invokeQueue = moduleFn._invokeQueue, i = 0, ii = invokeQueue.length; i < ii; i++) { - var invokeArgs = invokeQueue[i], - provider = providerInjector.get(invokeArgs[0]); + function runInvokeQueue(queue) { + var i, ii; + for (i = 0, ii = queue.length; i < ii; i++) { + var invokeArgs = queue[i], + provider = providerInjector.get(invokeArgs[0]); - provider[invokeArgs[1]].apply(provider, invokeArgs[2]); - } - } catch (e) { - if (e.message) e.message += ' from ' + module; - throw e; + provider[invokeArgs[1]].apply(provider, invokeArgs[2]); } - } else if (isFunction(module)) { - try { - runBlocks.push(providerInjector.invoke(module)); - } catch (e) { - if (e.message) e.message += ' from ' + module; - throw e; + } + + try { + if (isString(module)) { + moduleFn = angularModule(module); + instanceInjector.modules[module] = moduleFn; + runBlocks = runBlocks.concat(loadModules(moduleFn.requires)).concat(moduleFn._runBlocks); + runInvokeQueue(moduleFn._invokeQueue); + runInvokeQueue(moduleFn._configBlocks); + } else if (isFunction(module)) { + runBlocks.push(providerInjector.invoke(module)); + } else if (isArray(module)) { + runBlocks.push(providerInjector.invoke(module)); + } else { + assertArgFn(module, 'module'); } - } else if (isArray(module)) { - try { - runBlocks.push(providerInjector.invoke(module)); - } catch (e) { - if (e.message) e.message += ' from ' + String(module[module.length - 1]); - throw e; + } catch (e) { + if (isArray(module)) { + module = module[module.length - 1]; } - } else { - assertArgFn(module, 'module'); + if (e.message && e.stack && e.stack.indexOf(e.message) === -1) { + // Safari & FF's stack traces don't contain error.message content + // unlike those of Chrome and IE + // So if stack doesn't contain message, we create a new string that contains both. + // Since error.stack is read-only in Safari, I'm overriding e and not e.stack here. + // eslint-disable-next-line no-ex-assign + e = e.message + '\n' + e.stack; + } + throw $injectorMinErr('modulerr', 'Failed to instantiate module {0} due to:\n{1}', + module, e.stack || e.message || e); } }); return runBlocks; @@ -525,79 +873,103 @@ function createInjector(modulesToLoad) { function createInternalInjector(cache, factory) { - function getService(serviceName) { - if (typeof serviceName !== 'string') { - throw Error('Service name expected'); - } + function getService(serviceName, caller) { if (cache.hasOwnProperty(serviceName)) { if (cache[serviceName] === INSTANTIATING) { - throw Error('Circular dependency: ' + path.join(' <- ')); + throw $injectorMinErr('cdep', 'Circular dependency found: {0}', + serviceName + ' <- ' + path.join(' <- ')); } return cache[serviceName]; } else { try { path.unshift(serviceName); cache[serviceName] = INSTANTIATING; - return cache[serviceName] = factory(serviceName); + cache[serviceName] = factory(serviceName, caller); + return cache[serviceName]; + } catch (err) { + if (cache[serviceName] === INSTANTIATING) { + delete cache[serviceName]; + } + throw err; } finally { path.shift(); } } } - function invoke(fn, self, locals){ + + function injectionArgs(fn, locals, serviceName) { var args = [], - $inject = annotate(fn), - length, i, - key; - - for(i = 0, length = $inject.length; i < length; i++) { - key = $inject[i]; - args.push( - locals && locals.hasOwnProperty(key) - ? locals[key] - : getService(key) - ); + $inject = createInjector.$$annotate(fn, strictDi, serviceName); + + for (var i = 0, length = $inject.length; i < length; i++) { + var key = $inject[i]; + if (typeof key !== 'string') { + throw $injectorMinErr('itkn', + 'Incorrect injection token! Expected service name as string, got {0}', key); + } + args.push(locals && locals.hasOwnProperty(key) ? locals[key] : + getService(key, serviceName)); + } + return args; + } + + function isClass(func) { + // Support: IE 9-11 only + // IE 9-11 do not support classes and IE9 leaks with the code below. + if (msie || typeof func !== 'function') { + return false; } - if (!fn.$inject) { - // this means that we must be an array. - fn = fn[length]; + var result = func.$$ngIsClass; + if (!isBoolean(result)) { + result = func.$$ngIsClass = /^class\b/.test(stringifyFn(func)); } + return result; + } + function invoke(fn, self, locals, serviceName) { + if (typeof locals === 'string') { + serviceName = locals; + locals = null; + } - // Performance optimization: http://jsperf.com/apply-vs-call-vs-invoke - switch (self ? -1 : args.length) { - case 0: return fn(); - case 1: return fn(args[0]); - case 2: return fn(args[0], args[1]); - case 3: return fn(args[0], args[1], args[2]); - case 4: return fn(args[0], args[1], args[2], args[3]); - case 5: return fn(args[0], args[1], args[2], args[3], args[4]); - case 6: return fn(args[0], args[1], args[2], args[3], args[4], args[5]); - case 7: return fn(args[0], args[1], args[2], args[3], args[4], args[5], args[6]); - case 8: return fn(args[0], args[1], args[2], args[3], args[4], args[5], args[6], args[7]); - case 9: return fn(args[0], args[1], args[2], args[3], args[4], args[5], args[6], args[7], args[8]); - case 10: return fn(args[0], args[1], args[2], args[3], args[4], args[5], args[6], args[7], args[8], args[9]); - default: return fn.apply(self, args); + var args = injectionArgs(fn, locals, serviceName); + if (isArray(fn)) { + fn = fn[fn.length - 1]; } - } - function instantiate(Type, locals) { - var Constructor = function() {}, - instance, returnedValue; + if (!isClass(fn)) { + // http://jsperf.com/angularjs-invoke-apply-vs-switch + // #5388 + return fn.apply(self, args); + } else { + args.unshift(null); + return new (Function.prototype.bind.apply(fn, args))(); + } + } - Constructor.prototype = (isArray(Type) ? Type[Type.length - 1] : Type).prototype; - instance = new Constructor(); - returnedValue = invoke(Type, instance, locals); - return isObject(returnedValue) ? returnedValue : instance; + function instantiate(Type, locals, serviceName) { + // Check if Type is annotated and use just the given function at n-1 as parameter + // e.g. someModule.factory('greeter', ['$window', function(renamed$window) {}]); + var ctor = (isArray(Type) ? Type[Type.length - 1] : Type); + var args = injectionArgs(Type, locals, serviceName); + // Empty object at position 0 is ignored for invocation with `new`, but required. + args.unshift(null); + return new (Function.prototype.bind.apply(ctor, args))(); } + return { invoke: invoke, instantiate: instantiate, get: getService, - annotate: annotate + annotate: createInjector.$$annotate, + has: function(name) { + return providerCache.hasOwnProperty(name + providerSuffix) || cache.hasOwnProperty(name); + } }; } } + +createInjector.$$annotate = annotate; diff --git a/src/bootstrap/bootstrap-prettify.js b/src/bootstrap/bootstrap-prettify.js deleted file mode 100644 index 026587a27a58..000000000000 --- a/src/bootstrap/bootstrap-prettify.js +++ /dev/null @@ -1,286 +0,0 @@ -'use strict'; - -var directive = {}; -var service = { value: {} }; - -var DEPENDENCIES = { - 'angular.js': 'http://code.angularjs.org/' + angular.version.full + '/angular.min.js', - 'angular-resource.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-resource.min.js', - 'angular-sanitize.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-sanitize.min.js', - 'angular-cookies.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-cookies.min.js' -}; - - -function escape(text) { - return text. - replace(/\&/g, '&'). - replace(/\/g, '>'). - replace(/"/g, '"'); -} - -/** - * http://stackoverflow.com/questions/451486/pre-tag-loses-line-breaks-when-setting-innerhtml-in-ie - * http://stackoverflow.com/questions/195363/inserting-a-newline-into-a-pre-tag-ie-javascript - */ -function setHtmlIe8SafeWay(element, html) { - var newElement = angular.element('
    ' + html + '
    '); - - element.html(''); - element.append(newElement.contents()); - return element; -} - - -directive.jsFiddle = function(getEmbeddedTemplate, escape, script) { - return { - terminal: true, - link: function(scope, element, attr) { - var name = '', - stylesheet = '\n', - fields = { - html: '', - css: '', - js: '' - }; - - angular.forEach(attr.jsFiddle.split(' '), function(file, index) { - var fileType = file.split('.')[1]; - - if (fileType == 'html') { - if (index == 0) { - fields[fileType] += - '
    \n' + - getEmbeddedTemplate(file, 2); - } else { - fields[fileType] += '\n\n\n \n' + - ' \n'; - } - } else { - fields[fileType] += getEmbeddedTemplate(file) + '\n'; - } - }); - - fields.html += '
    \n'; - - setHtmlIe8SafeWay(element, - '
    ' + - hiddenField('title', 'AngularJS Example: ' + name) + - hiddenField('css', ' \n' + - stylesheet + - script.angular + - (attr.resource ? script.resource : '') + - ' + userType: Required!
    - userType = {{userType}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    + userType = {{userType}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    - - + + it('should initialize to model', function() { - expect(binding('userType')).toEqual('guest'); - expect(binding('myForm.input.$valid')).toEqual('true'); + var userType = element(by.binding('userType')); + var valid = element(by.binding('myForm.input.$valid')); + + expect(userType.getText()).toContain('guest'); + expect(valid.getText()).toContain('true'); }); it('should be invalid if empty', function() { - input('userType').enter(''); - expect(binding('userType')).toEqual(''); - expect(binding('myForm.input.$valid')).toEqual('false'); + var userType = element(by.binding('userType')); + var valid = element(by.binding('myForm.input.$valid')); + var userInput = element(by.model('userType')); + + userInput.clear(); + userInput.sendKeys(''); + + expect(userType.getText()).toEqual('userType ='); + expect(valid.getText()).toContain('false'); }); - - + + + * + * @param {string=} name Name of the form. If specified, the form controller will be published into + * related scope, under this name. */ var formDirectiveFactory = function(isNgForm) { - return ['$timeout', function($timeout) { + return ['$timeout', '$parse', function($timeout, $parse) { var formDirective = { name: 'form', - restrict: 'E', + restrict: isNgForm ? 'EAC' : 'E', + require: ['form', '^^?form'], //first is the form's own ctrl, second is an optional parent form controller: FormController, - compile: function() { + compile: function ngFormCompile(formElement, attr) { + // Setup initial state of the control + formElement.addClass(PRISTINE_CLASS).addClass(VALID_CLASS); + + var nameAttr = attr.name ? 'name' : (isNgForm && attr.ngForm ? 'ngForm' : false); + return { - pre: function(scope, formElement, attr, controller) { - if (!attr.action) { + pre: function ngFormPreLink(scope, formElement, attr, ctrls) { + var controller = ctrls[0]; + + // if `action` attr is not present on the form, prevent the default action (submission) + if (!('action' in attr)) { // we can't use jq events because if a form is destroyed during submission the default // action is not prevented. see #1238 // // IE 9 is not affected because it doesn't fire a submit event and try to do a full // page reload if the form was destroyed by submission of the form via a click handler // on a button in the form. Looks like an IE9 specific bug. - var preventDefaultListener = function(event) { - event.preventDefault - ? event.preventDefault() - : event.returnValue = false; // IE + var handleFormSubmission = function(event) { + scope.$apply(function() { + controller.$commitViewValue(); + controller.$setSubmitted(); + }); + + event.preventDefault(); }; - addEventListenerFn(formElement[0], 'submit', preventDefaultListener); + formElement[0].addEventListener('submit', handleFormSubmission); // unregister the preventDefault listener so that we don't not leak memory but in a // way that will achieve the prevention of the default action. - formElement.bind('$destroy', function() { + formElement.on('$destroy', function() { $timeout(function() { - removeEventListenerFn(formElement[0], 'submit', preventDefaultListener); + formElement[0].removeEventListener('submit', handleFormSubmission); }, 0, false); }); } - var parentFormCtrl = formElement.parent().controller('form'), - alias = attr.name || attr.ngForm; + var parentFormCtrl = ctrls[1] || controller.$$parentForm; + parentFormCtrl.$addControl(controller); - if (alias) { - scope[alias] = controller; - } - if (parentFormCtrl) { - formElement.bind('$destroy', function() { - parentFormCtrl.$removeControl(controller); - if (alias) { - scope[alias] = undefined; - } - extend(controller, nullFormCtrl); //stop propagating child destruction handlers upwards + var setter = nameAttr ? getSetter(controller.$name) : noop; + + if (nameAttr) { + setter(scope, controller); + attr.$observe(nameAttr, function(newValue) { + if (controller.$name === newValue) return; + setter(scope, undefined); + controller.$$parentForm.$$renameControl(controller, newValue); + setter = getSetter(controller.$name); + setter(scope, controller); }); } + formElement.on('$destroy', function() { + controller.$$parentForm.$removeControl(controller); + setter(scope, undefined); + extend(controller, nullFormCtrl); //stop propagating child destruction handlers upwards + }); } }; } }; - return isNgForm ? extend(copy(formDirective), {restrict: 'EAC'}) : formDirective; + return formDirective; + + function getSetter(expression) { + if (expression === '') { + //create an assignable expression, so forms with an empty name can be renamed later + return $parse('this[""]').assign; + } + return $parse(expression).assign || noop; + } }]; }; var formDirective = formDirectiveFactory(); var ngFormDirective = formDirectiveFactory(true); + + + +// helper methods +function setupValidity(instance) { + instance.$$classCache = {}; + instance.$$classCache[INVALID_CLASS] = !(instance.$$classCache[VALID_CLASS] = instance.$$element.hasClass(VALID_CLASS)); +} +function addSetValidityMethod(context) { + var clazz = context.clazz, + set = context.set, + unset = context.unset; + + clazz.prototype.$setValidity = function(validationErrorKey, state, controller) { + if (isUndefined(state)) { + createAndSet(this, '$pending', validationErrorKey, controller); + } else { + unsetAndCleanup(this, '$pending', validationErrorKey, controller); + } + if (!isBoolean(state)) { + unset(this.$error, validationErrorKey, controller); + unset(this.$$success, validationErrorKey, controller); + } else { + if (state) { + unset(this.$error, validationErrorKey, controller); + set(this.$$success, validationErrorKey, controller); + } else { + set(this.$error, validationErrorKey, controller); + unset(this.$$success, validationErrorKey, controller); + } + } + if (this.$pending) { + cachedToggleClass(this, PENDING_CLASS, true); + this.$valid = this.$invalid = undefined; + toggleValidationCss(this, '', null); + } else { + cachedToggleClass(this, PENDING_CLASS, false); + this.$valid = isObjectEmpty(this.$error); + this.$invalid = !this.$valid; + toggleValidationCss(this, '', this.$valid); + } + + // re-read the state as the set/unset methods could have + // combined state in this.$error[validationError] (used for forms), + // where setting/unsetting only increments/decrements the value, + // and does not replace it. + var combinedState; + if (this.$pending && this.$pending[validationErrorKey]) { + combinedState = undefined; + } else if (this.$error[validationErrorKey]) { + combinedState = false; + } else if (this.$$success[validationErrorKey]) { + combinedState = true; + } else { + combinedState = null; + } + + toggleValidationCss(this, validationErrorKey, combinedState); + this.$$parentForm.$setValidity(validationErrorKey, combinedState, this); + }; + + function createAndSet(ctrl, name, value, controller) { + if (!ctrl[name]) { + ctrl[name] = {}; + } + set(ctrl[name], value, controller); + } + + function unsetAndCleanup(ctrl, name, value, controller) { + if (ctrl[name]) { + unset(ctrl[name], value, controller); + } + if (isObjectEmpty(ctrl[name])) { + ctrl[name] = undefined; + } + } + + function cachedToggleClass(ctrl, className, switchValue) { + if (switchValue && !ctrl.$$classCache[className]) { + ctrl.$$animate.addClass(ctrl.$$element, className); + ctrl.$$classCache[className] = true; + } else if (!switchValue && ctrl.$$classCache[className]) { + ctrl.$$animate.removeClass(ctrl.$$element, className); + ctrl.$$classCache[className] = false; + } + } + + function toggleValidationCss(ctrl, validationErrorKey, isValid) { + validationErrorKey = validationErrorKey ? '-' + snake_case(validationErrorKey, '-') : ''; + + cachedToggleClass(ctrl, VALID_CLASS + validationErrorKey, isValid === true); + cachedToggleClass(ctrl, INVALID_CLASS + validationErrorKey, isValid === false); + } +} + +function isObjectEmpty(obj) { + if (obj) { + for (var prop in obj) { + if (obj.hasOwnProperty(prop)) { + return false; + } + } + } + return true; +} diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index aaabd1033398..7dfbf164b7be 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1,19 +1,54 @@ 'use strict'; -var URL_REGEXP = /^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/; -var EMAIL_REGEXP = /^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/; -var NUMBER_REGEXP = /^\s*(\-|\+)?(\d+|(\d*(\.\d*)))\s*$/; +/* global + VALID_CLASS: false, + INVALID_CLASS: false, + PRISTINE_CLASS: false, + DIRTY_CLASS: false, + ngModelMinErr: false +*/ + +// Regex code was initially obtained from SO prior to modification: https://stackoverflow.com/questions/3143070/javascript-regex-iso-datetime#answer-3143231 +var ISO_DATE_REGEXP = /^\d{4,}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+(?:[+-][0-2]\d:[0-5]\d|Z)$/; +// See valid URLs in RFC3987 (http://tools.ietf.org/html/rfc3987) +// Note: We are being more lenient, because browsers are too. +// 1. Scheme +// 2. Slashes +// 3. Username +// 4. Password +// 5. Hostname +// 6. Port +// 7. Path +// 8. Query +// 9. Fragment +// 1111111111111111 222 333333 44444 55555555555555555555555 666 77777777 8888888 999 +var URL_REGEXP = /^[a-z][a-z\d.+-]*:\/*(?:[^:@]+(?::[^@]+)?@)?(?:[^\s:/?#]+|\[[a-f\d:]+])(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i; +// eslint-disable-next-line max-len +var EMAIL_REGEXP = /^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/; +var NUMBER_REGEXP = /^\s*(-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/; +var DATE_REGEXP = /^(\d{4,})-(\d{2})-(\d{2})$/; +var DATETIMELOCAL_REGEXP = /^(\d{4,})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; +var WEEK_REGEXP = /^(\d{4,})-W(\d\d)$/; +var MONTH_REGEXP = /^(\d{4,})-(\d\d)$/; +var TIME_REGEXP = /^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; + +var PARTIAL_VALIDATION_EVENTS = 'keydown wheel mousedown'; +var PARTIAL_VALIDATION_TYPES = createMap(); +forEach('date,datetime-local,month,time,week'.split(','), function(type) { + PARTIAL_VALIDATION_TYPES[type] = true; +}); var inputType = { /** - * @ngdoc inputType - * @name ng.directive:input.text + * @ngdoc input + * @name input[text] * * @description - * Standard HTML text input with angular data binding. + * Standard HTML text input with AngularJS data binding, inherited by most of the `input` elements. + * * - * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string} ngModel Assignable AngularJS expression to data-bind to. * @param {string=} name Property name of the form under which the control is published. * @param {string=} required Adds `required` validation error key if the value is not entered. * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to @@ -22,79 +57,667 @@ var inputType = { * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than * minlength. * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. - * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the - * RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for - * patterns defined as scope expressions. - * @param {string=} ngChange Angular expression to be executed when input changes due to user + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the AngularJS expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user * interaction with the input element. - * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trimming the + * @param {boolean=} [ngTrim=true] If set to false AngularJS will not automatically trim the input. + * This parameter is ignored for input[type=password] controls, which will never trim the * input. * * @example - - + + -
    - Single word: - - Required! - - Single word only! - - text = {{text}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    + + +
    + + Required! + + Single word only! +
    + text = {{example.text}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    -
    - + + + var text = element(by.binding('example.text')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('example.text')); + it('should initialize to model', function() { - expect(binding('text')).toEqual('guest'); - expect(binding('myForm.input.$valid')).toEqual('true'); + expect(text.getText()).toContain('guest'); + expect(valid.getText()).toContain('true'); }); it('should be invalid if empty', function() { - input('text').enter(''); - expect(binding('text')).toEqual(''); - expect(binding('myForm.input.$valid')).toEqual('false'); + input.clear(); + input.sendKeys(''); + + expect(text.getText()).toEqual('text ='); + expect(valid.getText()).toContain('false'); }); it('should be invalid if multi word', function() { - input('text').enter('hello world'); - expect(binding('myForm.input.$valid')).toEqual('false'); - }); + input.clear(); + input.sendKeys('hello world'); - it('should not be trimmed', function() { - input('text').enter('untrimmed '); - expect(binding('text')).toEqual('untrimmed '); - expect(binding('myForm.input.$valid')).toEqual('true'); + expect(valid.getText()).toContain('false'); }); - -
    + + */ 'text': textInputType, + /** + * @ngdoc input + * @name input[date] + * + * @description + * Input with date validation and transformation. In browsers that do not yet support + * the HTML5 date input, a text element will be used. In that case, text must be entered in a valid ISO-8601 + * date format (yyyy-MM-dd), for example: `2009-01-06`. Since many + * modern browsers do not yet support this input type, it is important to provide cues to users on the + * expected input format via a placeholder or label. + * + * The model must always be a Date object, otherwise AngularJS will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. This must be a + * valid ISO date string (yyyy-MM-dd). You can also use interpolation inside this attribute + * (e.g. `min="{{minDate | date:'yyyy-MM-dd'}}"`). Note that `min` will also add native HTML5 + * constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. This must be + * a valid ISO date string (yyyy-MM-dd). You can also use interpolation inside this attribute + * (e.g. `max="{{maxDate | date:'yyyy-MM-dd'}}"`). Note that `max` will also add native HTML5 + * constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO date string + * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO date string + * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "yyyy-MM-dd"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    + +
    + + var value = element(by.binding('example.value | date: "yyyy-MM-dd"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (see https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2013-10-22'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-01-01'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'date': createDateInputType('date', DATE_REGEXP, + createDateParser(DATE_REGEXP, ['yyyy', 'MM', 'dd']), + 'yyyy-MM-dd'), + + /** + * @ngdoc input + * @name input[datetime-local] + * + * @description + * Input with datetime validation and transformation. In browsers that do not yet support + * the HTML5 date input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * local datetime format (yyyy-MM-ddTHH:mm:ss), for example: `2010-12-28T14:57:00`. + * + * The model must always be a Date object, otherwise AngularJS will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * The format of the displayed time can be adjusted with the + * {@link ng.directive:ngModelOptions#ngModelOptions-arguments ngModelOptions} `timeSecondsFormat` + * and `timeStripZeroSeconds`. + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO datetime format (yyyy-MM-ddTHH:mm:ss). You can also use interpolation + * inside this attribute (e.g. `min="{{minDatetimeLocal | date:'yyyy-MM-ddTHH:mm:ss'}}"`). + * Note that `min` will also add native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO datetime format (yyyy-MM-ddTHH:mm:ss). You can also use interpolation + * inside this attribute (e.g. `max="{{maxDatetimeLocal | date:'yyyy-MM-ddTHH:mm:ss'}}"`). + * Note that `max` will also add native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation error key to the Date / ISO datetime string + * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation error key to the Date / ISO datetime string + * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "yyyy-MM-ddTHH:mm:ss"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    + +
    + + var value = element(by.binding('example.value | date: "yyyy-MM-ddTHH:mm:ss"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2010-12-28T14:57:00'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-01-01T23:59:00'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'datetime-local': createDateInputType('datetimelocal', DATETIMELOCAL_REGEXP, + createDateParser(DATETIMELOCAL_REGEXP, ['yyyy', 'MM', 'dd', 'HH', 'mm', 'ss', 'sss']), + 'yyyy-MM-ddTHH:mm:ss.sss'), + + /** + * @ngdoc input + * @name input[time] + * + * @description + * Input with time validation and transformation. In browsers that do not yet support + * the HTML5 time input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * local time format (HH:mm:ss), for example: `14:57:00`. Model must be a Date object. This binding will always output a + * Date object to the model of January 1, 1970, or local date `new Date(1970, 0, 1, HH, mm, ss)`. + * + * The model must always be a Date object, otherwise AngularJS will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions#ngModelOptions-arguments ngModelOptions}. By default, + * this is the timezone of the browser. + * + * The format of the displayed time can be adjusted with the + * {@link ng.directive:ngModelOptions#ngModelOptions-arguments ngModelOptions} `timeSecondsFormat` + * and `timeStripZeroSeconds`. + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this + * attribute (e.g. `min="{{minTime | date:'HH:mm:ss'}}"`). Note that `min` will also add + * native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this + * attribute (e.g. `max="{{maxTime | date:'HH:mm:ss'}}"`). Note that `max` will also add + * native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO time string the + * `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO time string the + * `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "HH:mm:ss"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    + +
    + + var value = element(by.binding('example.value | date: "HH:mm:ss"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('14:57:00'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('23:59:00'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'time': createDateInputType('time', TIME_REGEXP, + createDateParser(TIME_REGEXP, ['HH', 'mm', 'ss', 'sss']), + 'HH:mm:ss.sss'), + + /** + * @ngdoc input + * @name input[week] + * + * @description + * Input with week-of-the-year validation and transformation to Date. In browsers that do not yet support + * the HTML5 week input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * week format (yyyy-W##), for example: `2013-W02`. + * + * The model must always be a Date object, otherwise AngularJS will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * + * The value of the resulting Date object will be set to Thursday at 00:00:00 of the requested week, + * due to ISO-8601 week numbering standards. Information on ISO's system for numbering the weeks of the + * year can be found at: https://en.wikipedia.org/wiki/ISO_8601#Week_dates + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this + * attribute (e.g. `min="{{minWeek | date:'yyyy-Www'}}"`). Note that `min` will also add + * native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this + * attribute (e.g. `max="{{maxWeek | date:'yyyy-Www'}}"`). Note that `max` will also add + * native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string + * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string + * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "yyyy-Www"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    + +
    + + var value = element(by.binding('example.value | date: "yyyy-Www"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2013-W01'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-W01'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'week': createDateInputType('week', WEEK_REGEXP, weekParser, 'yyyy-Www'), + + /** + * @ngdoc input + * @name input[month] + * + * @description + * Input with month validation and transformation. In browsers that do not yet support + * the HTML5 month input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * month format (yyyy-MM), for example: `2009-01`. + * + * The model must always be a Date object, otherwise AngularJS will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * If the model is not set to the first of the month, the next view to model update will set it + * to the first of the month. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this + * attribute (e.g. `min="{{minMonth | date:'yyyy-MM'}}"`). Note that `min` will also add + * native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this + * attribute (e.g. `max="{{maxMonth | date:'yyyy-MM'}}"`). Note that `max` will also add + * native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string + * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string + * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + + +
    + + Required! + + Not a valid month! +
    + value = {{example.value | date: "yyyy-MM"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    + +
    + + var value = element(by.binding('example.value | date: "yyyy-MM"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2013-10'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-01'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'month': createDateInputType('month', MONTH_REGEXP, + createDateParser(MONTH_REGEXP, ['yyyy', 'MM']), + 'yyyy-MM'), /** - * @ngdoc inputType - * @name ng.directive:input.number + * @ngdoc input + * @name input[number] * * @description * Text input with number validation and transformation. Sets the `number` validation * error if not a valid number. * - * @param {string} ngModel Assignable angular expression to data-bind to. + *
    + * The model must always be of type `number` otherwise AngularJS will throw an error. + * Be aware that a string containing a number is not enough. See the {@link ngModel:numfmt} + * error docs for more information and an example of how to convert your model if necessary. + *
    + * + * + * + * @knownIssue + * + * ### HTML5 constraint validation and `allowInvalid` + * + * In browsers that follow the + * [HTML5 specification](https://html.spec.whatwg.org/multipage/forms.html#number-state-%28type=number%29), + * `input[number]` does not work as expected with {@link ngModelOptions `ngModelOptions.allowInvalid`}. + * If a non-number is entered in the input, the browser will report the value as an empty string, + * which means the view / model values in `ngModel` and subsequently the scope value + * will also be an empty string. + * + * @knownIssue + * + * ### Large numbers and `step` validation + * + * The `step` validation will not work correctly for very large numbers (e.g. 9999999999) due to + * Javascript's arithmetic limitations. If you need to handle large numbers, purpose-built + * libraries (e.g. https://github.com/MikeMcl/big.js/), can be included into AngularJS by + * {@link guide/forms#modifying-built-in-validators overwriting the validators} + * for `number` and / or `step`, or by {@link guide/forms#custom-validation applying custom validators} + * to an `input[text]` element. The source for `input[number]` type can be used as a starting + * point for both implementations. + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less then `min`. - * @param {string=} max Sets the `max` validation error key if the value entered is greater then `min`. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * Can be interpolated. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * Can be interpolated. + * @param {string=} ngMin Like `min`, sets the `min` validation error key if the value entered is less than `ngMin`, + * but does not trigger HTML5 native validation. Takes an expression. + * @param {string=} ngMax Like `max`, sets the `max` validation error key if the value entered is greater than `ngMax`, + * but does not trigger HTML5 native validation. Takes an expression. + * @param {string=} step Sets the `step` validation error key if the value entered does not fit the `step` constraint. + * Can be interpolated. + * @param {string=} ngStep Like `step`, sets the `step` validation error key if the value entered does not fit the `ngStep` constraint, + * but does not trigger HTML5 native validation. Takes an expression. * @param {string=} required Sets `required` validation error key if the value is not entered. * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of @@ -102,67 +725,96 @@ var inputType = { * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than * minlength. * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. - * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the - * RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for - * patterns defined as scope expressions. - * @param {string=} ngChange Angular expression to be executed when input changes due to user + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the AngularJS expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user * interaction with the input element. * * @example - - + + -
    - Number: - - Required! - - Not valid number! - value = {{value}}
    + + +
    + + Required! + + Not valid number! +
    + value = {{example.value}}
    myForm.input.$valid = {{myForm.input.$valid}}
    myForm.input.$error = {{myForm.input.$error}}
    myForm.$valid = {{myForm.$valid}}
    myForm.$error.required = {{!!myForm.$error.required}}
    -
    - + + + var value = element(by.binding('example.value')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('example.value')); + it('should initialize to model', function() { - expect(binding('value')).toEqual('12'); - expect(binding('myForm.input.$valid')).toEqual('true'); + expect(value.getText()).toContain('12'); + expect(valid.getText()).toContain('true'); }); it('should be invalid if empty', function() { - input('value').enter(''); - expect(binding('value')).toEqual(''); - expect(binding('myForm.input.$valid')).toEqual('false'); + input.clear(); + input.sendKeys(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('false'); }); it('should be invalid if over max', function() { - input('value').enter('123'); - expect(binding('value')).toEqual(''); - expect(binding('myForm.input.$valid')).toEqual('false'); + input.clear(); + input.sendKeys('123'); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('false'); }); - -
    + + */ 'number': numberInputType, /** - * @ngdoc inputType - * @name ng.directive:input.url + * @ngdoc input + * @name input[url] * * @description * Text input with URL validation. Sets the `url` validation error key if the content is not a * valid URL. * - * @param {string} ngModel Assignable angular expression to data-bind to. + *
    + * **Note:** `input[url]` uses a regex to validate urls that is derived from the regex + * used in Chromium. If you need stricter validation, you can use `ng-pattern` or modify + * the built-in validators (see the {@link guide/forms Forms guide}) + *
    + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. * @param {string=} name Property name of the form under which the control is published. * @param {string=} required Sets `required` validation error key if the value is not entered. * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to @@ -171,66 +823,99 @@ var inputType = { * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than * minlength. * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. - * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the - * RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for - * patterns defined as scope expressions. - * @param {string=} ngChange Angular expression to be executed when input changes due to user + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the AngularJS expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user * interaction with the input element. * * @example - - + + -
    - URL: - - Required! - - Not valid url! - text = {{text}}
    + +
    - + + + var text = element(by.binding('url.text')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('url.text')); + it('should initialize to model', function() { - expect(binding('text')).toEqual('http://google.com/'); - expect(binding('myForm.input.$valid')).toEqual('true'); + expect(text.getText()).toContain('http://google.com/'); + expect(valid.getText()).toContain('true'); }); it('should be invalid if empty', function() { - input('text').enter(''); - expect(binding('text')).toEqual(''); - expect(binding('myForm.input.$valid')).toEqual('false'); + input.clear(); + input.sendKeys(''); + + expect(text.getText()).toEqual('text ='); + expect(valid.getText()).toContain('false'); }); it('should be invalid if not url', function() { - input('text').enter('xxx'); - expect(binding('myForm.input.$valid')).toEqual('false'); + input.clear(); + input.sendKeys('box'); + + expect(valid.getText()).toContain('false'); }); - -
    + + */ 'url': urlInputType, /** - * @ngdoc inputType - * @name ng.directive:input.email + * @ngdoc input + * @name input[email] * * @description * Text input with email validation. Sets the `email` validation error key if not a valid email * address. * - * @param {string} ngModel Assignable angular expression to data-bind to. + *
    + * **Note:** `input[email]` uses a regex to validate email addresses that is derived from the regex + * used in Chromium, which may not fulfill your app's requirements. + * If you need stricter (e.g. requiring a top-level domain), or more relaxed validation + * (e.g. allowing IPv6 address literals) you can use `ng-pattern` or + * modify the built-in validators (see the {@link guide/forms Forms guide}). + *
    + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. * @param {string=} name Property name of the form under which the control is published. * @param {string=} required Sets `required` validation error key if the value is not entered. * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to @@ -239,411 +924,1105 @@ var inputType = { * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than * minlength. * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. - * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the - * RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for - * patterns defined as scope expressions. + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the AngularJS expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user + * interaction with the input element. * * @example - - + + -
    - Email: - - Required! - - Not valid email! - text = {{text}}
    + + +
    + + Required! + + Not valid email! +
    + text = {{email.text}}
    myForm.input.$valid = {{myForm.input.$valid}}
    myForm.input.$error = {{myForm.input.$error}}
    myForm.$valid = {{myForm.$valid}}
    myForm.$error.required = {{!!myForm.$error.required}}
    myForm.$error.email = {{!!myForm.$error.email}}
    -
    - + + + var text = element(by.binding('email.text')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('email.text')); + it('should initialize to model', function() { - expect(binding('text')).toEqual('me@example.com'); - expect(binding('myForm.input.$valid')).toEqual('true'); + expect(text.getText()).toContain('me@example.com'); + expect(valid.getText()).toContain('true'); }); it('should be invalid if empty', function() { - input('text').enter(''); - expect(binding('text')).toEqual(''); - expect(binding('myForm.input.$valid')).toEqual('false'); + input.clear(); + input.sendKeys(''); + expect(text.getText()).toEqual('text ='); + expect(valid.getText()).toContain('false'); }); it('should be invalid if not email', function() { - input('text').enter('xxx'); - expect(binding('myForm.input.$valid')).toEqual('false'); + input.clear(); + input.sendKeys('xxx'); + + expect(valid.getText()).toContain('false'); }); - -
    + + */ 'email': emailInputType, /** - * @ngdoc inputType - * @name ng.directive:input.radio + * @ngdoc input + * @name input[radio] * * @description * HTML radio button. * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string} value The value to which the expression should be set when selected. + * **Note:**
    + * All inputs controlled by {@link ngModel ngModel} (including those of type `radio`) will use the + * value of their `name` attribute to determine the property under which their + * {@link ngModel.NgModelController NgModelController} will be published on the parent + * {@link form.FormController FormController}. Thus, if you use the same `name` for multiple + * inputs of a form (e.g. a group of radio inputs), only _one_ `NgModelController` will be + * published on the parent `FormController` under that name. The rest of the controllers will + * continue to work as expected, but you won't be able to access them as properties on the parent + * `FormController`. + * + *
    + *

    + * In plain HTML forms, the `name` attribute is used to identify groups of radio inputs, so + * that the browser can manage their state (checked/unchecked) based on the state of other + * inputs in the same group. + *

    + *

    + * In AngularJS forms, this is not necessary. The input's state will be updated based on the + * value of the underlying model data. + *

    + *
    + * + *
    + * If you omit the `name` attribute on a radio input, `ngModel` will automatically assign it a + * unique name. + *
    + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. + * @param {string} value The value to which the `ngModel` expression should be set when selected. + * Note that `value` only supports `string` values, i.e. the scope model needs to be a string, + * too. Use `ngValue` if you need complex models (`number`, `object`, ...). * @param {string=} name Property name of the form under which the control is published. - * @param {string=} ngChange Angular expression to be executed when input changes due to user + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user * interaction with the input element. + * @param {string} ngValue AngularJS expression to which `ngModel` will be be set when the radio + * is selected. Should be used instead of the `value` attribute if you need + * a non-string `ngModel` (`boolean`, `array`, ...). * * @example - - + + -
    - Red
    - Green
    - Blue
    - color = {{color}}
    + +
    +
    +
    + color = {{color.name | json}}
    -
    - + Note that `ng-value="specialValue"` sets radio item's value to be the value of `$scope.specialValue`. + + it('should change state', function() { - expect(binding('color')).toEqual('blue'); + var inputs = element.all(by.model('color.name')); + var color = element(by.binding('color.name')); - input('color').select('red'); - expect(binding('color')).toEqual('red'); + expect(color.getText()).toContain('blue'); + + inputs.get(0).click(); + expect(color.getText()).toContain('red'); + + inputs.get(1).click(); + expect(color.getText()).toContain('green'); }); - -
    + + */ 'radio': radioInputType, + /** + * @ngdoc input + * @name input[range] + * + * @description + * Native range input with validation and transformation. + * + * The model for the range input must always be a `Number`. + * + * IE9 and other browsers that do not support the `range` type fall back + * to a text input without any default values for `min`, `max` and `step`. Model binding, + * validation and number parsing are nevertheless supported. + * + * Browsers that support range (latest Chrome, Safari, Firefox, Edge) treat `input[range]` + * in a way that never allows the input to hold an invalid value. That means: + * - any non-numerical value is set to `(max + min) / 2`. + * - any numerical value that is less than the current min val, or greater than the current max val + * is set to the min / max val respectively. + * - additionally, the current `step` is respected, so the nearest value that satisfies a step + * is used. + * + * See the [HTML Spec on input[type=range]](https://www.w3.org/TR/html5/forms.html#range-state-(type=range)) + * for more info. + * + * This has the following consequences for AngularJS: + * + * Since the element value should always reflect the current model value, a range input + * will set the bound ngModel expression to the value that the browser has set for the + * input element. For example, in the following input ``, + * if the application sets `model.value = null`, the browser will set the input to `'50'`. + * AngularJS will then set the model to `50`, to prevent input and model value being out of sync. + * + * That means the model for range will immediately be set to `50` after `ngModel` has been + * initialized. It also means a range input can never have the required error. + * + * This does not only affect changes to the model value, but also to the values of the `min`, + * `max`, and `step` attributes. When these change in a way that will cause the browser to modify + * the input value, AngularJS will also update the model value. + * + * Automatic value adjustment also means that a range input element can never have the `required`, + * `min`, or `max` errors. + * + * However, `step` is currently only fully implemented by Firefox. Other browsers have problems + * when the step value changes dynamically - they do not adjust the element value correctly, but + * instead may set the `stepMismatch` error. If that's the case, the AngularJS will set the `step` + * error on the input, and set the model to `undefined`. + * + * Note that `input[range]` is not compatible with`ngMax`, `ngMin`, and `ngStep`, because they do + * not set the `min` and `max` attributes, which means that the browser won't automatically adjust + * the input value based on their values, and will always assume min = 0, max = 100, and step = 1. + * + * @param {string} ngModel Assignable AngularJS expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation to ensure that the value entered is greater + * than `min`. Can be interpolated. + * @param {string=} max Sets the `max` validation to ensure that the value entered is less than `max`. + * Can be interpolated. + * @param {string=} step Sets the `step` validation to ensure that the value entered matches the `step` + * Can be interpolated. + * @param {expression=} ngChange AngularJS expression to be executed when the ngModel value changes due + * to user interaction with the input element. + * @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the + * element. **Note** : `ngChecked` should not be used alongside `ngModel`. + * Checkout {@link ng.directive:ngChecked ngChecked} for usage. + * + * @example + + + +
    + + Model as range: +
    + Model as number:
    + Min:
    + Max:
    + value = {{value}}
    + myForm.range.$valid = {{myForm.range.$valid}}
    + myForm.range.$error = {{myForm.range.$error}} + +
    +
    + + * ## Range Input with ngMin & ngMax attributes + + * @example + + + +
    + Model as range: +
    + Model as number:
    + Min:
    + Max:
    + value = {{value}}
    + myForm.range.$valid = {{myForm.range.$valid}}
    + myForm.range.$error = {{myForm.range.$error}} + +
    +
    + + */ + 'range': rangeInputType, /** - * @ngdoc inputType - * @name ng.directive:input.checkbox + * @ngdoc input + * @name input[checkbox] * * @description * HTML checkbox. * - * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string} ngModel Assignable AngularJS expression to data-bind to. * @param {string=} name Property name of the form under which the control is published. - * @param {string=} ngTrueValue The value to which the expression should be set when selected. - * @param {string=} ngFalseValue The value to which the expression should be set when not selected. - * @param {string=} ngChange Angular expression to be executed when input changes due to user + * @param {expression=} ngTrueValue The value to which the expression should be set when selected. + * @param {expression=} ngFalseValue The value to which the expression should be set when not selected. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user * interaction with the input element. * * @example - - + + -
    - Value1:
    - Value2:
    - value1 = {{value1}}
    - value2 = {{value2}}
    + +
    +
    + value1 = {{checkboxModel.value1}}
    + value2 = {{checkboxModel.value2}}
    -
    - + + it('should change state', function() { - expect(binding('value1')).toEqual('true'); - expect(binding('value2')).toEqual('YES'); + var value1 = element(by.binding('checkboxModel.value1')); + var value2 = element(by.binding('checkboxModel.value2')); - input('value1').check(); - input('value2').check(); - expect(binding('value1')).toEqual('false'); - expect(binding('value2')).toEqual('NO'); + expect(value1.getText()).toContain('true'); + expect(value2.getText()).toContain('YES'); + + element(by.model('checkboxModel.value1')).click(); + element(by.model('checkboxModel.value2')).click(); + + expect(value1.getText()).toContain('false'); + expect(value2.getText()).toContain('NO'); }); - -
    + + */ 'checkbox': checkboxInputType, 'hidden': noop, 'button': noop, 'submit': noop, - 'reset': noop + 'reset': noop, + 'file': noop }; +function stringBasedInputType(ctrl) { + ctrl.$formatters.push(function(value) { + return ctrl.$isEmpty(value) ? value : value.toString(); + }); +} -function isEmpty(value) { - return isUndefined(value) || value === '' || value === null || value !== value; +function textInputType(scope, element, attr, ctrl, $sniffer, $browser) { + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + stringBasedInputType(ctrl); } +function baseInputType(scope, element, attr, ctrl, $sniffer, $browser) { + var type = lowercase(element[0].type); -function textInputType(scope, element, attr, ctrl, $sniffer, $browser) { + // In composition mode, users are still inputting intermediate text buffer, + // hold the listener until composition is done. + // More about composition events: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent + if (!$sniffer.android) { + var composing = false; + + element.on('compositionstart', function() { + composing = true; + }); + + // Support: IE9+ + element.on('compositionupdate', function(ev) { + // End composition when ev.data is empty string on 'compositionupdate' event. + // When the input de-focusses (e.g. by clicking away), IE triggers 'compositionupdate' + // instead of 'compositionend'. + if (isUndefined(ev.data) || ev.data === '') { + composing = false; + } + }); - var listener = function() { - var value = element.val(); + element.on('compositionend', function() { + composing = false; + listener(); + }); + } + + var timeout; + + var listener = function(ev) { + if (timeout) { + $browser.defer.cancel(timeout); + timeout = null; + } + if (composing) return; + var value = element.val(), + event = ev && ev.type; // By default we will trim the value // If the attribute ng-trim exists we will avoid trimming - // e.g. - if (toBoolean(attr.ngTrim || 'T')) { + // If input type is 'password', the value is never trimmed + if (type !== 'password' && (!attr.ngTrim || attr.ngTrim !== 'false')) { value = trim(value); } - if (ctrl.$viewValue !== value) { - scope.$apply(function() { - ctrl.$setViewValue(value); - }); + // If a control is suffering from bad input (due to native validators), browsers discard its + // value, so it may be necessary to revalidate (by calling $setViewValue again) even if the + // control's value is the same empty value twice in a row. + if (ctrl.$viewValue !== value || (value === '' && ctrl.$$hasNativeValidators)) { + ctrl.$setViewValue(value, event); } }; // if the browser does support "input" event, we are fine - except on IE9 which doesn't fire the // input event on backspace, delete or cut if ($sniffer.hasEvent('input')) { - element.bind('input', listener); + element.on('input', listener); } else { - var timeout; + var deferListener = function(ev, input, origValue) { + if (!timeout) { + timeout = $browser.defer(function() { + timeout = null; + if (!input || input.value !== origValue) { + listener(ev); + } + }); + } + }; - element.bind('keydown', function(event) { + element.on('keydown', /** @this */ function(event) { var key = event.keyCode; // ignore // command modifiers arrows if (key === 91 || (15 < key && key < 19) || (37 <= key && key <= 40)) return; + deferListener(event, this, this.value); + }); + + // if user modifies input value using context menu in IE, we need "paste", "cut" and "drop" events to catch it + if ($sniffer.hasEvent('paste')) { + element.on('paste cut drop', deferListener); + } + } + + // if user paste into input using mouse on older browser + // or form autocomplete on newer browser, we need "change" event to catch it + element.on('change', listener); + + // Some native input types (date-family) have the ability to change validity without + // firing any input/change events. + // For these event types, when native validators are present and the browser supports the type, + // check for validity changes on various DOM events. + if (PARTIAL_VALIDATION_TYPES[type] && ctrl.$$hasNativeValidators && type === attr.type) { + element.on(PARTIAL_VALIDATION_EVENTS, /** @this */ function(ev) { if (!timeout) { + var validity = this[VALIDITY_STATE_PROPERTY]; + var origBadInput = validity.badInput; + var origTypeMismatch = validity.typeMismatch; timeout = $browser.defer(function() { - listener(); timeout = null; + if (validity.badInput !== origBadInput || validity.typeMismatch !== origTypeMismatch) { + listener(ev); + } }); } }); - - // if user paste into input using mouse, we need "change" event to catch it - element.bind('change', listener); } - ctrl.$render = function() { - element.val(isEmpty(ctrl.$viewValue) ? '' : ctrl.$viewValue); + // Workaround for Firefox validation #12102. + var value = ctrl.$isEmpty(ctrl.$viewValue) ? '' : ctrl.$viewValue; + if (element.val() !== value) { + element.val(value); + } }; +} - // pattern validator - var pattern = attr.ngPattern, - patternValidator; +function weekParser(isoWeek, existingDate) { + if (isDate(isoWeek)) { + return isoWeek; + } - var validate = function(regexp, value) { - if (isEmpty(value) || regexp.test(value)) { - ctrl.$setValidity('pattern', true); - return value; - } else { - ctrl.$setValidity('pattern', false); - return undefined; + if (isString(isoWeek)) { + WEEK_REGEXP.lastIndex = 0; + var parts = WEEK_REGEXP.exec(isoWeek); + if (parts) { + var year = +parts[1], + week = +parts[2], + hours = 0, + minutes = 0, + seconds = 0, + milliseconds = 0, + firstThurs = getFirstThursdayOfYear(year), + addDays = (week - 1) * 7; + + if (existingDate) { + hours = existingDate.getHours(); + minutes = existingDate.getMinutes(); + seconds = existingDate.getSeconds(); + milliseconds = existingDate.getMilliseconds(); + } + + return new Date(year, 0, firstThurs.getDate() + addDays, hours, minutes, seconds, milliseconds); } - }; + } - if (pattern) { - if (pattern.match(/^\/(.*)\/$/)) { - pattern = new RegExp(pattern.substr(1, pattern.length - 2)); - patternValidator = function(value) { - return validate(pattern, value) - }; - } else { - patternValidator = function(value) { - var patternObj = scope.$eval(pattern); + return NaN; +} - if (!patternObj || !patternObj.test) { - throw new Error('Expected ' + pattern + ' to be a RegExp but was ' + patternObj); - } - return validate(patternObj, value); - }; - } +function createDateParser(regexp, mapping) { + return function(iso, previousDate) { + var parts, map; - ctrl.$formatters.push(patternValidator); - ctrl.$parsers.push(patternValidator); - } + if (isDate(iso)) { + return iso; + } - // min length validator - if (attr.ngMinlength) { - var minlength = int(attr.ngMinlength); - var minLengthValidator = function(value) { - if (!isEmpty(value) && value.length < minlength) { - ctrl.$setValidity('minlength', false); - return undefined; - } else { - ctrl.$setValidity('minlength', true); - return value; + if (isString(iso)) { + // When a date is JSON'ified to wraps itself inside of an extra + // set of double quotes. This makes the date parsing code unable + // to match the date string and parse it as a date. + if (iso.charAt(0) === '"' && iso.charAt(iso.length - 1) === '"') { + iso = iso.substring(1, iso.length - 1); } - }; + if (ISO_DATE_REGEXP.test(iso)) { + return new Date(iso); + } + regexp.lastIndex = 0; + parts = regexp.exec(iso); + + if (parts) { + parts.shift(); + if (previousDate) { + map = { + yyyy: previousDate.getFullYear(), + MM: previousDate.getMonth() + 1, + dd: previousDate.getDate(), + HH: previousDate.getHours(), + mm: previousDate.getMinutes(), + ss: previousDate.getSeconds(), + sss: previousDate.getMilliseconds() / 1000 + }; + } else { + map = { yyyy: 1970, MM: 1, dd: 1, HH: 0, mm: 0, ss: 0, sss: 0 }; + } - ctrl.$parsers.push(minLengthValidator); - ctrl.$formatters.push(minLengthValidator); - } + forEach(parts, function(part, index) { + if (index < mapping.length) { + map[mapping[index]] = +part; + } + }); - // max length validator - if (attr.ngMaxlength) { - var maxlength = int(attr.ngMaxlength); - var maxLengthValidator = function(value) { - if (!isEmpty(value) && value.length > maxlength) { - ctrl.$setValidity('maxlength', false); - return undefined; - } else { - ctrl.$setValidity('maxlength', true); - return value; + var date = new Date(map.yyyy, map.MM - 1, map.dd, map.HH, map.mm, map.ss || 0, map.sss * 1000 || 0); + if (map.yyyy < 100) { + // In the constructor, 2-digit years map to 1900-1999. + // Use `setFullYear()` to set the correct year. + date.setFullYear(map.yyyy); + } + + return date; } - }; + } - ctrl.$parsers.push(maxLengthValidator); - ctrl.$formatters.push(maxLengthValidator); - } + return NaN; + }; } -function numberInputType(scope, element, attr, ctrl, $sniffer, $browser) { - textInputType(scope, element, attr, ctrl, $sniffer, $browser); +function createDateInputType(type, regexp, parseDate, format) { + return function dynamicDateInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter, $parse) { + badInputChecker(scope, element, attr, ctrl, type); + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - ctrl.$parsers.push(function(value) { - var empty = isEmpty(value); - if (empty || NUMBER_REGEXP.test(value)) { - ctrl.$setValidity('number', true); - return value === '' ? null : (empty ? value : parseFloat(value)); - } else { - ctrl.$setValidity('number', false); - return undefined; - } - }); + var isTimeType = type === 'time' || type === 'datetimelocal'; + var previousDate; + var previousTimezone; - ctrl.$formatters.push(function(value) { - return isEmpty(value) ? '' : '' + value; - }); + ctrl.$parsers.push(function(value) { + if (ctrl.$isEmpty(value)) return null; - if (attr.min) { - var min = parseFloat(attr.min); - var minValidator = function(value) { - if (!isEmpty(value) && value < min) { - ctrl.$setValidity('min', false); - return undefined; - } else { - ctrl.$setValidity('min', true); - return value; + if (regexp.test(value)) { + // Note: We cannot read ctrl.$modelValue, as there might be a different + // parser/formatter in the processing chain so that the model + // contains some different data format! + return parseDateAndConvertTimeZoneToLocal(value, previousDate); } - }; + ctrl.$$parserName = type; + return undefined; + }); - ctrl.$parsers.push(minValidator); - ctrl.$formatters.push(minValidator); - } + ctrl.$formatters.push(function(value) { + if (value && !isDate(value)) { + throw ngModelMinErr('datefmt', 'Expected `{0}` to be a date', value); + } + if (isValidDate(value)) { + previousDate = value; + var timezone = ctrl.$options.getOption('timezone'); - if (attr.max) { - var max = parseFloat(attr.max); - var maxValidator = function(value) { - if (!isEmpty(value) && value > max) { - ctrl.$setValidity('max', false); - return undefined; + if (timezone) { + previousTimezone = timezone; + previousDate = convertTimezoneToLocal(previousDate, timezone, true); + } + + return formatter(value, timezone); } else { - ctrl.$setValidity('max', true); - return value; + previousDate = null; + previousTimezone = null; + return ''; } - }; - - ctrl.$parsers.push(maxValidator); - ctrl.$formatters.push(maxValidator); - } + }); - ctrl.$formatters.push(function(value) { + if (isDefined(attr.min) || attr.ngMin) { + var minVal = attr.min || $parse(attr.ngMin)(scope); + var parsedMinVal = parseObservedDateValue(minVal); - if (isEmpty(value) || isNumber(value)) { - ctrl.$setValidity('number', true); - return value; - } else { - ctrl.$setValidity('number', false); - return undefined; + ctrl.$validators.min = function(value) { + return !isValidDate(value) || isUndefined(parsedMinVal) || parseDate(value) >= parsedMinVal; + }; + attr.$observe('min', function(val) { + if (val !== minVal) { + parsedMinVal = parseObservedDateValue(val); + minVal = val; + ctrl.$validate(); + } + }); } - }); -} -function urlInputType(scope, element, attr, ctrl, $sniffer, $browser) { - textInputType(scope, element, attr, ctrl, $sniffer, $browser); + if (isDefined(attr.max) || attr.ngMax) { + var maxVal = attr.max || $parse(attr.ngMax)(scope); + var parsedMaxVal = parseObservedDateValue(maxVal); - var urlValidator = function(value) { - if (isEmpty(value) || URL_REGEXP.test(value)) { - ctrl.$setValidity('url', true); - return value; - } else { - ctrl.$setValidity('url', false); - return undefined; + ctrl.$validators.max = function(value) { + return !isValidDate(value) || isUndefined(parsedMaxVal) || parseDate(value) <= parsedMaxVal; + }; + attr.$observe('max', function(val) { + if (val !== maxVal) { + parsedMaxVal = parseObservedDateValue(val); + maxVal = val; + ctrl.$validate(); + } + }); } - }; - ctrl.$formatters.push(urlValidator); - ctrl.$parsers.push(urlValidator); + function isValidDate(value) { + // Invalid Date: getTime() returns NaN + return value && !(value.getTime && value.getTime() !== value.getTime()); + } + + function parseObservedDateValue(val) { + return isDefined(val) && !isDate(val) ? parseDateAndConvertTimeZoneToLocal(val) || undefined : val; + } + + function parseDateAndConvertTimeZoneToLocal(value, previousDate) { + var timezone = ctrl.$options.getOption('timezone'); + + if (previousTimezone && previousTimezone !== timezone) { + // If the timezone has changed, adjust the previousDate to the default timezone + // so that the new date is converted with the correct timezone offset + previousDate = addDateMinutes(previousDate, timezoneToOffset(previousTimezone)); + } + + var parsedDate = parseDate(value, previousDate); + + if (!isNaN(parsedDate) && timezone) { + parsedDate = convertTimezoneToLocal(parsedDate, timezone); + } + return parsedDate; + } + + function formatter(value, timezone) { + var targetFormat = format; + + if (isTimeType && isString(ctrl.$options.getOption('timeSecondsFormat'))) { + targetFormat = format + .replace('ss.sss', ctrl.$options.getOption('timeSecondsFormat')) + .replace(/:$/, ''); + } + + var formatted = $filter('date')(value, targetFormat, timezone); + + if (isTimeType && ctrl.$options.getOption('timeStripZeroSeconds')) { + formatted = formatted.replace(/(?::00)?(?:\.000)?$/, ''); + } + + return formatted; + } + }; } -function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) { - textInputType(scope, element, attr, ctrl, $sniffer, $browser); +function badInputChecker(scope, element, attr, ctrl, parserName) { + var node = element[0]; + var nativeValidation = ctrl.$$hasNativeValidators = isObject(node.validity); + if (nativeValidation) { + ctrl.$parsers.push(function(value) { + var validity = element.prop(VALIDITY_STATE_PROPERTY) || {}; + if (validity.badInput || validity.typeMismatch) { + ctrl.$$parserName = parserName; + return undefined; + } - var emailValidator = function(value) { - if (isEmpty(value) || EMAIL_REGEXP.test(value)) { - ctrl.$setValidity('email', true); return value; + }); + } +} + +function numberFormatterParser(ctrl) { + ctrl.$parsers.push(function(value) { + if (ctrl.$isEmpty(value)) return null; + if (NUMBER_REGEXP.test(value)) return parseFloat(value); + + ctrl.$$parserName = 'number'; + return undefined; + }); + + ctrl.$formatters.push(function(value) { + if (!ctrl.$isEmpty(value)) { + if (!isNumber(value)) { + throw ngModelMinErr('numfmt', 'Expected `{0}` to be a number', value); + } + value = value.toString(); + } + return value; + }); +} + +function parseNumberAttrVal(val) { + if (isDefined(val) && !isNumber(val)) { + val = parseFloat(val); + } + return !isNumberNaN(val) ? val : undefined; +} + +function isNumberInteger(num) { + // See http://stackoverflow.com/questions/14636536/how-to-check-if-a-variable-is-an-integer-in-javascript#14794066 + // (minus the assumption that `num` is a number) + + // eslint-disable-next-line no-bitwise + return (num | 0) === num; +} + +function countDecimals(num) { + var numString = num.toString(); + var decimalSymbolIndex = numString.indexOf('.'); + + if (decimalSymbolIndex === -1) { + if (-1 < num && num < 1) { + // It may be in the exponential notation format (`1e-X`) + var match = /e-(\d+)$/.exec(numString); + + if (match) { + return Number(match[1]); + } + } + + return 0; + } + + return numString.length - decimalSymbolIndex - 1; +} + +function isValidForStep(viewValue, stepBase, step) { + // At this point `stepBase` and `step` are expected to be non-NaN values + // and `viewValue` is expected to be a valid stringified number. + var value = Number(viewValue); + + var isNonIntegerValue = !isNumberInteger(value); + var isNonIntegerStepBase = !isNumberInteger(stepBase); + var isNonIntegerStep = !isNumberInteger(step); + + // Due to limitations in Floating Point Arithmetic (e.g. `0.3 - 0.2 !== 0.1` or + // `0.5 % 0.1 !== 0`), we need to convert all numbers to integers. + if (isNonIntegerValue || isNonIntegerStepBase || isNonIntegerStep) { + var valueDecimals = isNonIntegerValue ? countDecimals(value) : 0; + var stepBaseDecimals = isNonIntegerStepBase ? countDecimals(stepBase) : 0; + var stepDecimals = isNonIntegerStep ? countDecimals(step) : 0; + + var decimalCount = Math.max(valueDecimals, stepBaseDecimals, stepDecimals); + var multiplier = Math.pow(10, decimalCount); + + value = value * multiplier; + stepBase = stepBase * multiplier; + step = step * multiplier; + + if (isNonIntegerValue) value = Math.round(value); + if (isNonIntegerStepBase) stepBase = Math.round(stepBase); + if (isNonIntegerStep) step = Math.round(step); + } + + return (value - stepBase) % step === 0; +} + +function numberInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter, $parse) { + badInputChecker(scope, element, attr, ctrl, 'number'); + numberFormatterParser(ctrl); + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + + var parsedMinVal; + + if (isDefined(attr.min) || attr.ngMin) { + var minVal = attr.min || $parse(attr.ngMin)(scope); + parsedMinVal = parseNumberAttrVal(minVal); + + ctrl.$validators.min = function(modelValue, viewValue) { + return ctrl.$isEmpty(viewValue) || isUndefined(parsedMinVal) || viewValue >= parsedMinVal; + }; + + attr.$observe('min', function(val) { + if (val !== minVal) { + parsedMinVal = parseNumberAttrVal(val); + minVal = val; + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + } + }); + } + + if (isDefined(attr.max) || attr.ngMax) { + var maxVal = attr.max || $parse(attr.ngMax)(scope); + var parsedMaxVal = parseNumberAttrVal(maxVal); + + ctrl.$validators.max = function(modelValue, viewValue) { + return ctrl.$isEmpty(viewValue) || isUndefined(parsedMaxVal) || viewValue <= parsedMaxVal; + }; + + attr.$observe('max', function(val) { + if (val !== maxVal) { + parsedMaxVal = parseNumberAttrVal(val); + maxVal = val; + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + } + }); + } + + if (isDefined(attr.step) || attr.ngStep) { + var stepVal = attr.step || $parse(attr.ngStep)(scope); + var parsedStepVal = parseNumberAttrVal(stepVal); + + ctrl.$validators.step = function(modelValue, viewValue) { + return ctrl.$isEmpty(viewValue) || isUndefined(parsedStepVal) || + isValidForStep(viewValue, parsedMinVal || 0, parsedStepVal); + }; + + attr.$observe('step', function(val) { + // TODO(matsko): implement validateLater to reduce number of validations + if (val !== stepVal) { + parsedStepVal = parseNumberAttrVal(val); + stepVal = val; + ctrl.$validate(); + } + + }); + + } +} + +function rangeInputType(scope, element, attr, ctrl, $sniffer, $browser) { + badInputChecker(scope, element, attr, ctrl, 'range'); + numberFormatterParser(ctrl); + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + + var supportsRange = ctrl.$$hasNativeValidators && element[0].type === 'range', + minVal = supportsRange ? 0 : undefined, + maxVal = supportsRange ? 100 : undefined, + stepVal = supportsRange ? 1 : undefined, + validity = element[0].validity, + hasMinAttr = isDefined(attr.min), + hasMaxAttr = isDefined(attr.max), + hasStepAttr = isDefined(attr.step); + + var originalRender = ctrl.$render; + + ctrl.$render = supportsRange && isDefined(validity.rangeUnderflow) && isDefined(validity.rangeOverflow) ? + //Browsers that implement range will set these values automatically, but reading the adjusted values after + //$render would cause the min / max validators to be applied with the wrong value + function rangeRender() { + originalRender(); + ctrl.$setViewValue(element.val()); + } : + originalRender; + + if (hasMinAttr) { + minVal = parseNumberAttrVal(attr.min); + + ctrl.$validators.min = supportsRange ? + // Since all browsers set the input to a valid value, we don't need to check validity + function noopMinValidator() { return true; } : + // non-support browsers validate the min val + function minValidator(modelValue, viewValue) { + return ctrl.$isEmpty(viewValue) || isUndefined(minVal) || viewValue >= minVal; + }; + + setInitialValueAndObserver('min', minChange); + } + + if (hasMaxAttr) { + maxVal = parseNumberAttrVal(attr.max); + + ctrl.$validators.max = supportsRange ? + // Since all browsers set the input to a valid value, we don't need to check validity + function noopMaxValidator() { return true; } : + // non-support browsers validate the max val + function maxValidator(modelValue, viewValue) { + return ctrl.$isEmpty(viewValue) || isUndefined(maxVal) || viewValue <= maxVal; + }; + + setInitialValueAndObserver('max', maxChange); + } + + if (hasStepAttr) { + stepVal = parseNumberAttrVal(attr.step); + + ctrl.$validators.step = supportsRange ? + function nativeStepValidator() { + // Currently, only FF implements the spec on step change correctly (i.e. adjusting the + // input element value to a valid value). It's possible that other browsers set the stepMismatch + // validity error instead, so we can at least report an error in that case. + return !validity.stepMismatch; + } : + // ngStep doesn't set the setp attr, so the browser doesn't adjust the input value as setting step would + function stepValidator(modelValue, viewValue) { + return ctrl.$isEmpty(viewValue) || isUndefined(stepVal) || + isValidForStep(viewValue, minVal || 0, stepVal); + }; + + setInitialValueAndObserver('step', stepChange); + } + + function setInitialValueAndObserver(htmlAttrName, changeFn) { + // interpolated attributes set the attribute value only after a digest, but we need the + // attribute value when the input is first rendered, so that the browser can adjust the + // input value based on the min/max value + element.attr(htmlAttrName, attr[htmlAttrName]); + var oldVal = attr[htmlAttrName]; + attr.$observe(htmlAttrName, function wrappedObserver(val) { + if (val !== oldVal) { + oldVal = val; + changeFn(val); + } + }); + } + + function minChange(val) { + minVal = parseNumberAttrVal(val); + // ignore changes before model is initialized + if (isNumberNaN(ctrl.$modelValue)) { + return; + } + + if (supportsRange) { + var elVal = element.val(); + // IE11 doesn't set the el val correctly if the minVal is greater than the element value + if (minVal > elVal) { + elVal = minVal; + element.val(elVal); + } + ctrl.$setViewValue(elVal); } else { - ctrl.$setValidity('email', false); - return undefined; + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + } + } + + function maxChange(val) { + maxVal = parseNumberAttrVal(val); + // ignore changes before model is initialized + if (isNumberNaN(ctrl.$modelValue)) { + return; + } + + if (supportsRange) { + var elVal = element.val(); + // IE11 doesn't set the el val correctly if the maxVal is less than the element value + if (maxVal < elVal) { + element.val(maxVal); + // IE11 and Chrome don't set the value to the minVal when max < min + elVal = maxVal < minVal ? minVal : maxVal; + } + ctrl.$setViewValue(elVal); + } else { + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); } + } + + function stepChange(val) { + stepVal = parseNumberAttrVal(val); + // ignore changes before model is initialized + if (isNumberNaN(ctrl.$modelValue)) { + return; + } + + // Some browsers don't adjust the input value correctly, but set the stepMismatch error + if (!supportsRange) { + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + } else if (ctrl.$viewValue !== element.val()) { + ctrl.$setViewValue(element.val()); + } + } +} + +function urlInputType(scope, element, attr, ctrl, $sniffer, $browser) { + // Note: no badInputChecker here by purpose as `url` is only a validation + // in browsers, i.e. we can always read out input.value even if it is not valid! + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + stringBasedInputType(ctrl); + + ctrl.$validators.url = function(modelValue, viewValue) { + var value = modelValue || viewValue; + return ctrl.$isEmpty(value) || URL_REGEXP.test(value); }; +} - ctrl.$formatters.push(emailValidator); - ctrl.$parsers.push(emailValidator); +function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) { + // Note: no badInputChecker here by purpose as `url` is only a validation + // in browsers, i.e. we can always read out input.value even if it is not valid! + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + stringBasedInputType(ctrl); + + ctrl.$validators.email = function(modelValue, viewValue) { + var value = modelValue || viewValue; + return ctrl.$isEmpty(value) || EMAIL_REGEXP.test(value); + }; } function radioInputType(scope, element, attr, ctrl) { + var doTrim = !attr.ngTrim || trim(attr.ngTrim) !== 'false'; // make the name unique, if not defined if (isUndefined(attr.name)) { element.attr('name', nextUid()); } - element.bind('click', function() { + var listener = function(ev) { + var value; if (element[0].checked) { - scope.$apply(function() { - ctrl.$setViewValue(attr.value); - }); + value = attr.value; + if (doTrim) { + value = trim(value); + } + ctrl.$setViewValue(value, ev && ev.type); } - }); + }; + + element.on('change', listener); ctrl.$render = function() { var value = attr.value; - element[0].checked = (value == ctrl.$viewValue); + if (doTrim) { + value = trim(value); + } + element[0].checked = (value === ctrl.$viewValue); }; attr.$observe('value', ctrl.$render); } -function checkboxInputType(scope, element, attr, ctrl) { - var trueValue = attr.ngTrueValue, - falseValue = attr.ngFalseValue; +function parseConstantExpr($parse, context, name, expression, fallback) { + var parseFn; + if (isDefined(expression)) { + parseFn = $parse(expression); + if (!parseFn.constant) { + throw ngModelMinErr('constexpr', 'Expected constant expression for `{0}`, but saw ' + + '`{1}`.', name, expression); + } + return parseFn(context); + } + return fallback; +} - if (!isString(trueValue)) trueValue = true; - if (!isString(falseValue)) falseValue = false; +function checkboxInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter, $parse) { + var trueValue = parseConstantExpr($parse, scope, 'ngTrueValue', attr.ngTrueValue, true); + var falseValue = parseConstantExpr($parse, scope, 'ngFalseValue', attr.ngFalseValue, false); - element.bind('click', function() { - scope.$apply(function() { - ctrl.$setViewValue(element[0].checked); - }); - }); + var listener = function(ev) { + ctrl.$setViewValue(element[0].checked, ev && ev.type); + }; + + element.on('change', listener); ctrl.$render = function() { element[0].checked = ctrl.$viewValue; }; + // Override the standard `$isEmpty` because the $viewValue of an empty checkbox is always set to `false` + // This is because of the parser below, which compares the `$modelValue` with `trueValue` to convert + // it to a boolean. + ctrl.$isEmpty = function(value) { + return value === false; + }; + ctrl.$formatters.push(function(value) { - return value === trueValue; + return equals(value, trueValue); }); ctrl.$parsers.push(function(value) { @@ -654,15 +2033,15 @@ function checkboxInputType(scope, element, attr, ctrl) { /** * @ngdoc directive - * @name ng.directive:textarea + * @name textarea * @restrict E * * @description - * HTML textarea element control with angular data-binding. The data-binding and validation + * HTML textarea element control with AngularJS data-binding. The data-binding and validation * properties of this element are exactly the same as those of the * {@link ng.directive:input input element}. * - * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string} ngModel Assignable AngularJS expression to data-bind to. * @param {string=} name Property name of the form under which the control is published. * @param {string=} required Sets `required` validation error key if the value is not entered. * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to @@ -671,629 +2050,320 @@ function checkboxInputType(scope, element, attr, ctrl) { * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than * minlength. * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. - * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the - * RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for - * patterns defined as scope expressions. - * @param {string=} ngChange Angular expression to be executed when input changes due to user + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of any + * length. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the AngularJS expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange AngularJS expression to be executed when input changes due to user * interaction with the input element. + * @param {boolean=} [ngTrim=true] If set to false AngularJS will not automatically trim the input. + * + * @knownIssue + * + * When specifying the `placeholder` attribute of ` - - - - it('should data-bind and become invalid', function() { - var contentEditable = element('[contenteditable]'); - - expect(contentEditable.text()).toEqual('Change me!'); - input('userContent').enter(''); - expect(contentEditable.text()).toEqual(''); - expect(contentEditable.prop('className')).toMatch(/ng-invalid-required/); - }); - - * - * - */ -var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$parse', - function($scope, $exceptionHandler, $attr, $element, $parse) { - this.$viewValue = Number.NaN; - this.$modelValue = Number.NaN; - this.$parsers = []; - this.$formatters = []; - this.$viewChangeListeners = []; - this.$pristine = true; - this.$dirty = false; - this.$valid = true; - this.$invalid = false; - this.$name = $attr.name; - - var ngModelGet = $parse($attr.ngModel), - ngModelSet = ngModelGet.assign; - - if (!ngModelSet) { - throw Error(NON_ASSIGNABLE_MODEL_EXPRESSION + $attr.ngModel + - ' (' + startingTag($element) + ')'); - } - - /** - * @ngdoc function - * @name ng.directive:ngModel.NgModelController#$render - * @methodOf ng.directive:ngModel.NgModelController - * - * @description - * Called when the view needs to be updated. It is expected that the user of the ng-model - * directive will implement this method. - */ - this.$render = noop; - - var parentForm = $element.inheritedData('$formController') || nullFormCtrl, - invalidCount = 0, // used to easily determine if we are valid - $error = this.$error = {}; // keep invalid keys here - - - // Setup initial state of the control - $element.addClass(PRISTINE_CLASS); - toggleValidCss(true); - - // convenience method for easy toggling of classes - function toggleValidCss(isValid, validationErrorKey) { - validationErrorKey = validationErrorKey ? '-' + snake_case(validationErrorKey, '-') : ''; - $element. - removeClass((isValid ? INVALID_CLASS : VALID_CLASS) + validationErrorKey). - addClass((isValid ? VALID_CLASS : INVALID_CLASS) + validationErrorKey); - } - /** - * @ngdoc function - * @name ng.directive:ngModel.NgModelController#$setValidity - * @methodOf ng.directive:ngModel.NgModelController - * - * @description - * Change the validity state, and notifies the form when the control changes validity. (i.e. it - * does not notify form if given validator is already marked as invalid). - * - * This method should be called by validators - i.e. the parser or formatter functions. - * - * @param {string} validationErrorKey Name of the validator. the `validationErrorKey` will assign - * to `$error[validationErrorKey]=isValid` so that it is available for data-binding. - * The `validationErrorKey` should be in camelCase and will get converted into dash-case - * for class name. Example: `myError` will result in `ng-valid-my-error` and `ng-invalid-my-error` - * class and can be bound to as `{{someForm.someControl.$error.myError}}` . - * @param {boolean} isValid Whether the current state is valid (true) or invalid (false). - */ - this.$setValidity = function(validationErrorKey, isValid) { - if ($error[validationErrorKey] === !isValid) return; - - if (isValid) { - if ($error[validationErrorKey]) invalidCount--; - if (!invalidCount) { - toggleValidCss(true); - this.$valid = true; - this.$invalid = false; - } - } else { - toggleValidCss(false); - this.$invalid = true; - this.$valid = false; - invalidCount++; +var hiddenInputBrowserCacheDirective = function() { + var valueProperty = { + configurable: true, + enumerable: false, + get: function() { + return this.getAttribute('value') || ''; + }, + set: function(val) { + this.setAttribute('value', val); } - - $error[validationErrorKey] = !isValid; - toggleValidCss(isValid, validationErrorKey); - - parentForm.$setValidity(validationErrorKey, isValid, this); }; - /** - * @ngdoc function - * @name ng.directive:ngModel.NgModelController#$setPristine - * @methodOf ng.directive:ngModel.NgModelController - * - * @description - * Sets the control to its pristine state. - * - * This method can be called to remove the 'ng-dirty' class and set the control to its pristine - * state (ng-pristine class). - */ - this.$setPristine = function () { - this.$dirty = false; - this.$pristine = true; - $element.removeClass(DIRTY_CLASS).addClass(PRISTINE_CLASS); - }; - - /** - * @ngdoc function - * @name ng.directive:ngModel.NgModelController#$setViewValue - * @methodOf ng.directive:ngModel.NgModelController - * - * @description - * Read a value from view. - * - * This method should be called from within a DOM event handler. - * For example {@link ng.directive:input input} or - * {@link ng.directive:select select} directives call it. - * - * It internally calls all `formatters` and if resulted value is valid, updates the model and - * calls all registered change listeners. - * - * @param {string} value Value from the view. - */ - this.$setViewValue = function(value) { - this.$viewValue = value; - - // change to dirty - if (this.$pristine) { - this.$dirty = true; - this.$pristine = false; - $element.removeClass(PRISTINE_CLASS).addClass(DIRTY_CLASS); - parentForm.$setDirty(); - } - - forEach(this.$parsers, function(fn) { - value = fn(value); - }); - - if (this.$modelValue !== value) { - this.$modelValue = value; - ngModelSet($scope, value); - forEach(this.$viewChangeListeners, function(listener) { - try { - listener(); - } catch(e) { - $exceptionHandler(e); - } - }) - } - }; - - // model -> value - var ctrl = this; - - $scope.$watch(function ngModelWatch() { - var value = ngModelGet($scope); - - // if scope model value and ngModel value are out of sync - if (ctrl.$modelValue !== value) { - - var formatters = ctrl.$formatters, - idx = formatters.length; - - ctrl.$modelValue = value; - while(idx--) { - value = formatters[idx](value); - } - - if (ctrl.$viewValue !== value) { - ctrl.$viewValue = value; - ctrl.$render(); - } - } - }); -}]; - - -/** - * @ngdoc directive - * @name ng.directive:ngModel - * - * @element input - * - * @description - * Is directive that tells Angular to do two-way data binding. It works together with `input`, - * `select`, `textarea`. You can easily write your own directives to use `ngModel` as well. - * - * `ngModel` is responsible for: - * - * - binding the view into the model, which other directives such as `input`, `textarea` or `select` - * require, - * - providing validation behavior (i.e. required, number, email, url), - * - keeping state of the control (valid/invalid, dirty/pristine, validation errors), - * - setting related css class onto the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`), - * - register the control with parent {@link ng.directive:form form}. - * - * For basic examples, how to use `ngModel`, see: - * - * - {@link ng.directive:input input} - * - {@link ng.directive:input.text text} - * - {@link ng.directive:input.checkbox checkbox} - * - {@link ng.directive:input.radio radio} - * - {@link ng.directive:input.number number} - * - {@link ng.directive:input.email email} - * - {@link ng.directive:input.url url} - * - {@link ng.directive:select select} - * - {@link ng.directive:textarea textarea} - * - */ -var ngModelDirective = function() { return { - require: ['ngModel', '^?form'], - controller: NgModelController, - link: function(scope, element, attr, ctrls) { - // notify others, especially parent forms - - var modelCtrl = ctrls[0], - formCtrl = ctrls[1] || nullFormCtrl; - - formCtrl.$addControl(modelCtrl); - - element.bind('$destroy', function() { - formCtrl.$removeControl(modelCtrl); - }); - } - }; -}; - - -/** - * @ngdoc directive - * @name ng.directive:ngChange - * @restrict E - * - * @description - * Evaluate given expression when user changes the input. - * The expression is not evaluated when the value change is coming from the model. - * - * Note, this directive requires `ngModel` to be present. - * - * @element input - * - * @example - * - * - * - *
    - * - * - *
    - * debug = {{confirmed}}
    - * counter = {{counter}} - *
    - *
    - * - * it('should evaluate the expression if changing from view', function() { - * expect(binding('counter')).toEqual('0'); - * element('#ng-change-example1').click(); - * expect(binding('counter')).toEqual('1'); - * expect(binding('confirmed')).toEqual('true'); - * }); - * - * it('should not evaluate the expression if changing from model', function() { - * element('#ng-change-example2').click(); - * expect(binding('counter')).toEqual('0'); - * expect(binding('confirmed')).toEqual('true'); - * }); - * - *
    - */ -var ngChangeDirective = valueFn({ - require: 'ngModel', - link: function(scope, element, attr, ctrl) { - ctrl.$viewChangeListeners.push(function() { - scope.$eval(attr.ngChange); - }); - } -}); - + restrict: 'E', + priority: 200, + compile: function(_, attr) { + if (lowercase(attr.type) !== 'hidden') { + return; + } -var requiredDirective = function() { - return { - require: '?ngModel', - link: function(scope, elm, attr, ctrl) { - if (!ctrl) return; - attr.required = true; // force truthy in case we are on non input element - - var validator = function(value) { - if (attr.required && (isEmpty(value) || value === false)) { - ctrl.$setValidity('required', false); - return; - } else { - ctrl.$setValidity('required', true); - return value; + return { + pre: function(scope, element, attr, ctrls) { + var node = element[0]; + + // Support: Edge + // Moving the DOM around prevents autofillling + if (node.parentNode) { + node.parentNode.insertBefore(node, node.nextSibling); + } + + // Support: FF, IE + // Avoiding direct assignment to .value prevents autofillling + if (Object.defineProperty) { + Object.defineProperty(node, 'value', valueProperty); + } } }; - - ctrl.$formatters.push(validator); - ctrl.$parsers.unshift(validator); - - attr.$observe('required', function() { - validator(ctrl.$viewValue); - }); } }; }; + +var CONSTANT_VALUE_REGEXP = /^(true|false|\d+)$/; /** * @ngdoc directive - * @name ng.directive:ngList + * @name ngValue + * @restrict A + * @priority 100 * * @description - * Text input that converts between comma-separated string into an array of strings. + * Binds the given expression to the value of the element. + * + * It is mainly used on {@link input[radio] `input[radio]`} and option elements, + * so that when the element is selected, the {@link ngModel `ngModel`} of that element (or its + * {@link select `select`} parent element) is set to the bound value. It is especially useful + * for dynamically generated lists using {@link ngRepeat `ngRepeat`}, as shown below. * - * @element input - * @param {string=} ngList optional delimiter that should be used to split the value. If - * specified in form `/something/` then the value will be converted into a regular expression. + * It can also be used to achieve one-way binding of a given expression to an input element + * such as an `input[text]` or a `textarea`, when that element does not use ngModel. + * + * @element ANY + * @param {string=} ngValue AngularJS expression, whose value will be bound to the `value` attribute + * and `value` property of the element. * * @example - - + + -
    - List: - - Required! - names = {{names}}
    - myForm.namesInput.$valid = {{myForm.namesInput.$valid}}
    - myForm.namesInput.$error = {{myForm.namesInput.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    + +

    Which is your favorite?

    + +
    You chose {{my.favorite}}
    -
    - + + + var favorite = element(by.binding('my.favorite')); + it('should initialize to model', function() { - expect(binding('names')).toEqual('["igor","misko","vojta"]'); - expect(binding('myForm.namesInput.$valid')).toEqual('true'); + expect(favorite.getText()).toContain('unicorns'); }); - - it('should be invalid if empty', function() { - input('names').enter(''); - expect(binding('names')).toEqual('[]'); - expect(binding('myForm.namesInput.$valid')).toEqual('false'); + it('should bind the values to the inputs', function() { + element.all(by.model('my.favorite')).get(0).click(); + expect(favorite.getText()).toContain('pizza'); }); - -
    + + */ -var ngListDirective = function() { - return { - require: 'ngModel', - link: function(scope, element, attr, ctrl) { - var match = /\/(.*)\//.exec(attr.ngList), - separator = match && new RegExp(match[1]) || attr.ngList || ','; - - var parse = function(viewValue) { - var list = []; - - if (viewValue) { - forEach(viewValue.split(separator), function(value) { - if (value) list.push(trim(value)); - }); - } - - return list; - }; - - ctrl.$parsers.push(parse); - ctrl.$formatters.push(function(value) { - if (isArray(value)) { - return value.join(', '); - } - - return undefined; - }); - } - }; -}; - - -var CONSTANT_VALUE_REGEXP = /^(true|false|\d+)$/; - var ngValueDirective = function() { + /** + * inputs use the value attribute as their default value if the value property is not set. + * Once the value property has been set (by adding input), it will not react to changes to + * the value attribute anymore. Setting both attribute and property fixes this behavior, and + * makes it possible to use ngValue as a sort of one-way bind. + */ + function updateElementValue(element, attr, value) { + // Support: IE9 only + // In IE9 values are converted to string (e.g. `input.value = null` results in `input.value === 'null'`). + var propValue = isDefined(value) ? value : (msie === 9) ? '' : null; + element.prop('value', propValue); + attr.$set('value', value); + } + return { + restrict: 'A', priority: 100, compile: function(tpl, tplAttr) { if (CONSTANT_VALUE_REGEXP.test(tplAttr.ngValue)) { - return function(scope, elm, attr) { - attr.$set('value', scope.$eval(attr.ngValue)); + return function ngValueConstantLink(scope, elm, attr) { + var value = scope.$eval(attr.ngValue); + updateElementValue(elm, attr, value); }; } else { - return function(scope, elm, attr) { + return function ngValueLink(scope, elm, attr) { scope.$watch(attr.ngValue, function valueWatchAction(value) { - attr.$set('value', value, false); + updateElementValue(elm, attr, value); }); }; } diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js index 0c99f27ddaeb..d27a3bad2a0a 100644 --- a/src/ng/directive/ngBind.js +++ b/src/ng/directive/ngBind.js @@ -2,20 +2,20 @@ /** * @ngdoc directive - * @name ng.directive:ngBind + * @name ngBind + * @restrict AC * * @description - * The `ngBind` attribute tells Angular to replace the text content of the specified HTML element + * The `ngBind` attribute tells AngularJS to replace the text content of the specified HTML element * with the value of a given expression, and to update the text content when the value of that * expression changes. * * Typically, you don't use `ngBind` directly, but instead you use the double curly markup like * `{{ expression }}` which is similar but less verbose. * - * Once scenario in which the use of `ngBind` is prefered over `{{ expression }}` binding is when - * it's desirable to put bindings into template that is momentarily displayed by the browser in its - * raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes the - * bindings invisible to the user while the page is loading. + * It is preferable to use `ngBind` instead of `{{ expression }}` if a template is momentarily + * displayed by the browser in its raw state before AngularJS compiles it. Since `ngBind` is an + * element attribute, it makes the bindings invisible to the user while the page is loading. * * An alternative solution to this problem would be using the * {@link ng.directive:ngCloak ngCloak} directive. @@ -26,45 +26,59 @@ * * @example * Enter a name in the Live Preview text box; the greeting below the text box changes instantly. - - + + -
    - Enter name:
    +
    +
    Hello !
    - - + + it('should check ng-bind', function() { - expect(using('.doc-example-live').binding('name')).toBe('Whirled'); - using('.doc-example-live').input('name').enter('world'); - expect(using('.doc-example-live').binding('name')).toBe('world'); + var nameInput = element(by.model('name')); + + expect(element(by.binding('name')).getText()).toBe('Whirled'); + nameInput.clear(); + nameInput.sendKeys('world'); + expect(element(by.binding('name')).getText()).toBe('world'); }); - - + + */ -var ngBindDirective = ngDirective(function(scope, element, attr) { - element.addClass('ng-binding').data('$binding', attr.ngBind); - scope.$watch(attr.ngBind, function ngBindWatchAction(value) { - element.text(value == undefined ? '' : value); - }); -}); +var ngBindDirective = ['$compile', function($compile) { + return { + restrict: 'AC', + compile: function ngBindCompile(templateElement) { + $compile.$$addBindingClass(templateElement); + return function ngBindLink(scope, element, attr) { + $compile.$$addBindingInfo(element, attr.ngBind); + element = element[0]; + scope.$watch(attr.ngBind, function ngBindWatchAction(value) { + element.textContent = stringify(value); + }); + }; + } + }; +}]; /** * @ngdoc directive - * @name ng.directive:ngBindTemplate + * @name ngBindTemplate * * @description * The `ngBindTemplate` directive specifies that the element - * text should be replaced with the template in ngBindTemplate. - * Unlike ngBind the ngBindTemplate can contain multiple `{{` `}}` - * expressions. (This is required since some HTML elements - * can not have SPAN elements such as TITLE, or OPTION to name a few.) + * text content should be replaced with the interpolation of the template + * in the `ngBindTemplate` attribute. + * Unlike `ngBind`, the `ngBindTemplate` can contain multiple `{{` `}}` + * expressions. This directive is needed since some HTML elements + * (such as TITLE and OPTION) cannot contain SPAN elements. * * @element ANY * @param {string} ngBindTemplate template of form @@ -72,68 +86,123 @@ var ngBindDirective = ngDirective(function(scope, element, attr) { * * @example * Try it here: enter text in text box and watch the greeting change. - - + + -
    - Salutation:
    - Name:
    +
    +
    +
    
            
    - - + + it('should check ng-bind', function() { - expect(using('.doc-example-live').binding('salutation')). - toBe('Hello'); - expect(using('.doc-example-live').binding('name')). - toBe('World'); - using('.doc-example-live').input('salutation').enter('Greetings'); - using('.doc-example-live').input('name').enter('user'); - expect(using('.doc-example-live').binding('salutation')). - toBe('Greetings'); - expect(using('.doc-example-live').binding('name')). - toBe('user'); + var salutationElem = element(by.binding('salutation')); + var salutationInput = element(by.model('salutation')); + var nameInput = element(by.model('name')); + + expect(salutationElem.getText()).toBe('Hello World!'); + + salutationInput.clear(); + salutationInput.sendKeys('Greetings'); + nameInput.clear(); + nameInput.sendKeys('user'); + + expect(salutationElem.getText()).toBe('Greetings user!'); }); - - + + */ -var ngBindTemplateDirective = ['$interpolate', function($interpolate) { - return function(scope, element, attr) { - // TODO: move this to scenario runner - var interpolateFn = $interpolate(element.attr(attr.$attr.ngBindTemplate)); - element.addClass('ng-binding').data('$binding', interpolateFn); - attr.$observe('ngBindTemplate', function(value) { - element.text(value); - }); - } +var ngBindTemplateDirective = ['$interpolate', '$compile', function($interpolate, $compile) { + return { + compile: function ngBindTemplateCompile(templateElement) { + $compile.$$addBindingClass(templateElement); + return function ngBindTemplateLink(scope, element, attr) { + var interpolateFn = $interpolate(element.attr(attr.$attr.ngBindTemplate)); + $compile.$$addBindingInfo(element, interpolateFn.expressions); + element = element[0]; + attr.$observe('ngBindTemplate', function(value) { + element.textContent = isUndefined(value) ? '' : value; + }); + }; + } + }; }]; /** * @ngdoc directive - * @name ng.directive:ngBindHtmlUnsafe + * @name ngBindHtml * * @description - * Creates a binding that will innerHTML the result of evaluating the `expression` into the current - * element. *The innerHTML-ed content will not be sanitized!* You should use this directive only if - * {@link ngSanitize.directive:ngBindHtml ngBindHtml} directive is too - * restrictive and when you absolutely trust the source of the content you are binding to. + * Evaluates the expression and inserts the resulting HTML into the element in a secure way. By default, + * the resulting HTML content will be sanitized using the {@link ngSanitize.$sanitize $sanitize} service. + * To utilize this functionality, ensure that `$sanitize` is available, for example, by including {@link + * ngSanitize} in your module's dependencies (not in core AngularJS). In order to use {@link ngSanitize} + * in your module's dependencies, you need to include "angular-sanitize.js" in your application. * - * See {@link ngSanitize.$sanitize $sanitize} docs for examples. + * You may also bypass sanitization for values you know are safe. To do so, bind to + * an explicitly trusted value via {@link ng.$sce#trustAsHtml $sce.trustAsHtml}. See the example + * under {@link ng.$sce#show-me-an-example-using-sce- Strict Contextual Escaping (SCE)}. + * + * Note: If a `$sanitize` service is unavailable and the bound value isn't explicitly trusted, you + * will have an exception (instead of an exploit.) * * @element ANY - * @param {expression} ngBindHtmlUnsafe {@link guide/expression Expression} to evaluate. + * @param {expression} ngBindHtml {@link guide/expression Expression} to evaluate. + * + * @example + + + +
    +

    +
    +
    + + + angular.module('bindHtmlExample', ['ngSanitize']) + .controller('ExampleController', ['$scope', function($scope) { + $scope.myHTML = + 'I am an HTMLstring with ' + + 'links! and other stuff'; + }]); + + + + it('should check ng-bind-html', function() { + expect(element(by.binding('myHTML')).getText()).toBe( + 'I am an HTMLstring with links! and other stuff'); + }); + +
    */ -var ngBindHtmlUnsafeDirective = [function() { - return function(scope, element, attr) { - element.addClass('ng-binding').data('$binding', attr.ngBindHtmlUnsafe); - scope.$watch(attr.ngBindHtmlUnsafe, function ngBindHtmlUnsafeWatchAction(value) { - element.html(value || ''); - }); +var ngBindHtmlDirective = ['$sce', '$parse', '$compile', function($sce, $parse, $compile) { + return { + restrict: 'A', + compile: function ngBindHtmlCompile(tElement, tAttrs) { + var ngBindHtmlGetter = $parse(tAttrs.ngBindHtml); + var ngBindHtmlWatch = $parse(tAttrs.ngBindHtml, function sceValueOf(val) { + // Unwrap the value to compare the actual inner safe value, not the wrapper object. + return $sce.valueOf(val); + }); + $compile.$$addBindingClass(tElement); + + return function ngBindHtmlLink(scope, element, attr) { + $compile.$$addBindingInfo(element, attr.ngBindHtml); + + scope.$watch(ngBindHtmlWatch, function ngBindHtmlWatchAction() { + // The watched value is the unwrapped value. To avoid re-escaping, use the direct getter. + var value = ngBindHtmlGetter(scope); + element.html($sce.getTrustedHtml(value) || ''); + }); + }; + } }; }]; diff --git a/src/ng/directive/ngChange.js b/src/ng/directive/ngChange.js new file mode 100644 index 000000000000..89265809264f --- /dev/null +++ b/src/ng/directive/ngChange.js @@ -0,0 +1,79 @@ +'use strict'; + +/** + * @ngdoc directive + * @name ngChange + * @restrict A + * + * @description + * Evaluate the given expression when the user changes the input. + * The expression is evaluated immediately, unlike the JavaScript onchange event + * which only triggers at the end of a change (usually, when the user leaves the + * form element or presses the return key). + * + * The `ngChange` expression is only evaluated when a change in the input value causes + * a new value to be committed to the model. + * + * It will not be evaluated: + * * if the value returned from the `$parsers` transformation pipeline has not changed + * * if the input has continued to be invalid since the model will stay `null` + * * if the model is changed programmatically and not by a change to the input value + * + * + * Note, this directive requires `ngModel` to be present. + * + * @element ANY + * @param {expression} ngChange {@link guide/expression Expression} to evaluate upon change + * in input value. + * + * @example + * + * + * + *
    + * + * + *
    + * debug = {{confirmed}}
    + * counter = {{counter}}
    + *
    + *
    + * + * var counter = element(by.binding('counter')); + * var debug = element(by.binding('confirmed')); + * + * it('should evaluate the expression if changing from view', function() { + * expect(counter.getText()).toContain('0'); + * + * element(by.id('ng-change-example1')).click(); + * + * expect(counter.getText()).toContain('1'); + * expect(debug.getText()).toContain('true'); + * }); + * + * it('should not evaluate the expression if changing from model', function() { + * element(by.id('ng-change-example2')).click(); + + * expect(counter.getText()).toContain('0'); + * expect(debug.getText()).toContain('true'); + * }); + * + *
    + */ +var ngChangeDirective = valueFn({ + restrict: 'A', + require: 'ngModel', + link: function(scope, element, attr, ctrl) { + ctrl.$viewChangeListeners.push(function() { + scope.$eval(attr.ngChange); + }); + } +}); diff --git a/src/ng/directive/ngClass.js b/src/ng/directive/ngClass.js index d731118f82b9..fc7b6db2c032 100644 --- a/src/ng/directive/ngClass.js +++ b/src/ng/directive/ngClass.js @@ -1,106 +1,328 @@ 'use strict'; +/* exported + ngClassDirective, + ngClassEvenDirective, + ngClassOddDirective +*/ + function classDirective(name, selector) { name = 'ngClass' + name; - return ngDirective(function(scope, element, attr) { - var oldVal = undefined; + var indexWatchExpression; + + return ['$parse', function($parse) { + return { + restrict: 'AC', + link: function(scope, element, attr) { + var classCounts = element.data('$classCounts'); + var oldModulo = true; + var oldClassString; + + if (!classCounts) { + // Use createMap() to prevent class assumptions involving property + // names in Object.prototype + classCounts = createMap(); + element.data('$classCounts', classCounts); + } - scope.$watch(attr[name], ngClassWatchAction, true); + if (name !== 'ngClass') { + if (!indexWatchExpression) { + indexWatchExpression = $parse('$index', function moduloTwo($index) { + // eslint-disable-next-line no-bitwise + return $index & 1; + }); + } + + scope.$watch(indexWatchExpression, ngClassIndexWatchAction); + } - attr.$observe('class', function(value) { - var ngClass = scope.$eval(attr[name]); - ngClassWatchAction(ngClass, ngClass); - }); + scope.$watch($parse(attr[name], toClassString), ngClassWatchAction); + function addClasses(classString) { + classString = digestClassCounts(split(classString), 1); + attr.$addClass(classString); + } + + function removeClasses(classString) { + classString = digestClassCounts(split(classString), -1); + attr.$removeClass(classString); + } + + function updateClasses(oldClassString, newClassString) { + var oldClassArray = split(oldClassString); + var newClassArray = split(newClassString); + + var toRemoveArray = arrayDifference(oldClassArray, newClassArray); + var toAddArray = arrayDifference(newClassArray, oldClassArray); + + var toRemoveString = digestClassCounts(toRemoveArray, -1); + var toAddString = digestClassCounts(toAddArray, 1); + + attr.$addClass(toAddString); + attr.$removeClass(toRemoveString); + } - if (name !== 'ngClass') { - scope.$watch('$index', function($index, old$index) { - var mod = $index % 2; - if (mod !== old$index % 2) { - if (mod == selector) { - addClass(scope.$eval(attr[name])); + function digestClassCounts(classArray, count) { + var classesToUpdate = []; + + forEach(classArray, function(className) { + if (count > 0 || classCounts[className]) { + classCounts[className] = (classCounts[className] || 0) + count; + if (classCounts[className] === +(count > 0)) { + classesToUpdate.push(className); + } + } + }); + + return classesToUpdate.join(' '); + } + + function ngClassIndexWatchAction(newModulo) { + // This watch-action should run before the `ngClassWatchAction()`, thus it + // adds/removes `oldClassString`. If the `ngClass` expression has changed as well, the + // `ngClassWatchAction()` will update the classes. + if (newModulo === selector) { + addClasses(oldClassString); } else { - removeClass(scope.$eval(attr[name])); + removeClasses(oldClassString); } + + oldModulo = newModulo; } - }); - } + function ngClassWatchAction(newClassString) { + if (oldModulo === selector) { + updateClasses(oldClassString, newClassString); + } - function ngClassWatchAction(newVal) { - if (selector === true || scope.$index % 2 === selector) { - if (oldVal && (newVal !== oldVal)) { - removeClass(oldVal); + oldClassString = newClassString; } - addClass(newVal); } - oldVal = newVal; - } + }; + }]; + + // Helpers + function arrayDifference(tokens1, tokens2) { + if (!tokens1 || !tokens1.length) return []; + if (!tokens2 || !tokens2.length) return tokens1; + var values = []; - function removeClass(classVal) { - if (isObject(classVal) && !isArray(classVal)) { - classVal = map(classVal, function(v, k) { if (v) return k }); + outer: + for (var i = 0; i < tokens1.length; i++) { + var token = tokens1[i]; + for (var j = 0; j < tokens2.length; j++) { + if (token === tokens2[j]) continue outer; } - element.removeClass(isArray(classVal) ? classVal.join(' ') : classVal); + values.push(token); } + return values; + } - function addClass(classVal) { - if (isObject(classVal) && !isArray(classVal)) { - classVal = map(classVal, function(v, k) { if (v) return k }); - } - if (classVal) { - element.addClass(isArray(classVal) ? classVal.join(' ') : classVal); - } + function split(classString) { + return classString && classString.split(' '); + } + + function toClassString(classValue) { + if (!classValue) return classValue; + + var classString = classValue; + + if (isArray(classValue)) { + classString = classValue.map(toClassString).join(' '); + } else if (isObject(classValue)) { + classString = Object.keys(classValue). + filter(function(key) { return classValue[key]; }). + join(' '); + } else if (!isString(classValue)) { + classString = classValue + ''; } - }); + + return classString; + } } /** * @ngdoc directive - * @name ng.directive:ngClass + * @name ngClass + * @restrict AC + * @element ANY * * @description - * The `ngClass` allows you to set CSS class on HTML element dynamically by databinding an - * expression that represents all classes to be added. + * The `ngClass` directive allows you to dynamically set CSS classes on an HTML element by databinding + * an expression that represents all classes to be added. + * + * The directive operates in three different ways, depending on which of three types the expression + * evaluates to: + * + * 1. If the expression evaluates to a string, the string should be one or more space-delimited class + * names. + * + * 2. If the expression evaluates to an object, then for each key-value pair of the + * object with a truthy value the corresponding key is used as a class name. + * + * 3. If the expression evaluates to an array, each element of the array should either be a string as in + * type 1 or an object as in type 2. This means that you can mix strings and objects together in an array + * to give you more control over what CSS classes appear. See the code below for an example of this. + * * * The directive won't add duplicate classes if a particular class was already set. * - * When the expression changes, the previously added classes are removed and only then the - * new classes are added. + * When the expression changes, the previously added classes are removed and only then are the + * new classes added. + * + * @knownIssue + * You should not use {@link guide/interpolation interpolation} in the value of the `class` + * attribute, when using the `ngClass` directive on the same element. + * See {@link guide/interpolation#known-issues here} for more info. + * + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#addClass addClass} | just before the class is applied to the element | + * | {@link ng.$animate#removeClass removeClass} | just before the class is removed from the element | + * | {@link ng.$animate#setClass setClass} | just before classes are added and classes are removed from the element at the same time | + * + * ### ngClass and pre-existing CSS3 Transitions/Animations + The ngClass directive still supports CSS3 Transitions/Animations even if they do not follow the ngAnimate CSS naming structure. + Upon animation ngAnimate will apply supplementary CSS classes to track the start and end of an animation, but this will not hinder + any pre-existing CSS transitions already on the element. To get an idea of what happens during a class-based animation, be sure + to view the step by step details of {@link $animate#addClass $animate.addClass} and + {@link $animate#removeClass $animate.removeClass}. * - * @element ANY * @param {expression} ngClass {@link guide/expression Expression} to eval. The result * of the evaluation can be a string representing space delimited class - * names, an array, or a map of class names to boolean values. + * names, an array, or a map of class names to boolean values. In the case of a map, the + * names of the properties whose values are truthy will be added as css classes to the + * element. * * @example - + * ### Basic + + +

    Map Syntax Example

    +
    +
    + +
    +

    Using String Syntax

    + +
    +

    Using Array Syntax

    +
    +
    +
    +
    +

    Using Array and Map Syntax

    +
    + +
    + + .strike { + text-decoration: line-through; + } + .bold { + font-weight: bold; + } + .red { + color: red; + } + .has-error { + color: red; + background-color: yellow; + } + .orange { + color: orange; + } + + + var ps = element.all(by.css('p')); + + it('should let you toggle the class', function() { + + expect(ps.first().getAttribute('class')).not.toMatch(/bold/); + expect(ps.first().getAttribute('class')).not.toMatch(/has-error/); + + element(by.model('important')).click(); + expect(ps.first().getAttribute('class')).toMatch(/bold/); + + element(by.model('error')).click(); + expect(ps.first().getAttribute('class')).toMatch(/has-error/); + }); + + it('should let you toggle string example', function() { + expect(ps.get(1).getAttribute('class')).toBe(''); + element(by.model('style')).clear(); + element(by.model('style')).sendKeys('red'); + expect(ps.get(1).getAttribute('class')).toBe('red'); + }); + + it('array example should have 3 classes', function() { + expect(ps.get(2).getAttribute('class')).toBe(''); + element(by.model('style1')).sendKeys('bold'); + element(by.model('style2')).sendKeys('strike'); + element(by.model('style3')).sendKeys('red'); + expect(ps.get(2).getAttribute('class')).toBe('bold strike red'); + }); + + it('array with map example should have 2 classes', function() { + expect(ps.last().getAttribute('class')).toBe(''); + element(by.model('style4')).sendKeys('bold'); + element(by.model('warning')).click(); + expect(ps.last().getAttribute('class')).toBe('bold orange'); + }); + +
    + + @example + ### Animations + + The example below demonstrates how to perform animations using ngClass. + + - - + +
    - Sample Text + Sample Text
    - .my-class { + .base-class { + transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; + } + + .base-class.my-class { color: red; + font-size:3em; } - + it('should check ng-class', function() { - expect(element('.doc-example-live span').prop('className')).not(). + expect(element(by.css('.base-class')).getAttribute('class')).not. toMatch(/my-class/); - using('.doc-example-live').element(':button:first').click(); + element(by.id('setbtn')).click(); - expect(element('.doc-example-live span').prop('className')). + expect(element(by.css('.base-class')).getAttribute('class')). toMatch(/my-class/); - using('.doc-example-live').element(':button:last').click(); + element(by.id('clearbtn')).click(); - expect(element('.doc-example-live span').prop('className')).not(). + expect(element(by.css('.base-class')).getAttribute('class')).not. toMatch(/my-class/); }); @@ -110,22 +332,29 @@ var ngClassDirective = classDirective('', true); /** * @ngdoc directive - * @name ng.directive:ngClassOdd + * @name ngClassOdd + * @restrict AC * * @description * The `ngClassOdd` and `ngClassEven` directives work exactly as - * {@link ng.directive:ngClass ngClass}, except it works in - * conjunction with `ngRepeat` and takes affect only on odd (even) rows. + * {@link ng.directive:ngClass ngClass}, except they work in + * conjunction with `ngRepeat` and take effect only on odd (even) rows. * - * This directive can be applied only within a scope of an + * This directive can be applied only within the scope of an * {@link ng.directive:ngRepeat ngRepeat}. * + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#addClass addClass} | just before the class is applied to the element | + * | {@link ng.$animate#removeClass removeClass} | just before the class is removed from the element | + * * @element ANY * @param {expression} ngClassOdd {@link guide/expression Expression} to eval. The result * of the evaluation can be a string representing space delimited class names or an array. * * @example - +
    1. @@ -143,36 +372,99 @@ var ngClassDirective = classDirective('', true); color: blue; } - + it('should check ng-class-odd and ng-class-even', function() { - expect(element('.doc-example-live li:first span').prop('className')). + expect(element(by.repeater('name in names').row(0).column('name')).getAttribute('class')). toMatch(/odd/); - expect(element('.doc-example-live li:last span').prop('className')). + expect(element(by.repeater('name in names').row(1).column('name')).getAttribute('class')). toMatch(/even/); }); + * + *
      + * @example + * An example on how to implement animations using `ngClassOdd`: + * + + +
      + +
      +
    + + + +
    {{ item }}
    +
    + + + .odd { + background: rgba(255, 255, 0, 0.25); + } + + .odd-add, .odd-remove { + transition: 1.5s; + } + + + it('should add new entries to the beginning of the list', function() { + var button = element(by.buttonText('Add item')); + var rows = element.all(by.repeater('item in items')); + + expect(rows.count()).toBe(4); + expect(rows.get(0).getText()).toBe('Item 3'); + expect(rows.get(1).getText()).toBe('Item 2'); + + button.click(); + + expect(rows.count()).toBe(5); + expect(rows.get(0).getText()).toBe('Item 4'); + expect(rows.get(1).getText()).toBe('Item 3'); + }); + + it('should add odd class to odd entries', function() { + var button = element(by.buttonText('Add item')); + var rows = element.all(by.repeater('item in items')); + + expect(rows.get(0).getAttribute('class')).toMatch(/odd/); + expect(rows.get(1).getAttribute('class')).not.toMatch(/odd/); + + button.click(); + + expect(rows.get(0).getAttribute('class')).toMatch(/odd/); + expect(rows.get(1).getAttribute('class')).not.toMatch(/odd/); + }); + + */ var ngClassOddDirective = classDirective('Odd', 0); /** * @ngdoc directive - * @name ng.directive:ngClassEven + * @name ngClassEven + * @restrict AC * * @description - * The `ngClassOdd` and `ngClassEven` works exactly as - * {@link ng.directive:ngClass ngClass}, except it works in - * conjunction with `ngRepeat` and takes affect only on odd (even) rows. + * The `ngClassOdd` and `ngClassEven` directives work exactly as + * {@link ng.directive:ngClass ngClass}, except they work in + * conjunction with `ngRepeat` and take effect only on odd (even) rows. * - * This directive can be applied only within a scope of an + * This directive can be applied only within the scope of an * {@link ng.directive:ngRepeat ngRepeat}. * + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#addClass addClass} | just before the class is applied to the element | + * | {@link ng.$animate#removeClass removeClass} | just before the class is removed from the element | + * * @element ANY * @param {expression} ngClassEven {@link guide/expression Expression} to eval. The * result of the evaluation can be a string representing space delimited class names or an array. * * @example - +
    1. @@ -190,14 +482,70 @@ var ngClassOddDirective = classDirective('Odd', 0); color: blue; } - + it('should check ng-class-odd and ng-class-even', function() { - expect(element('.doc-example-live li:first span').prop('className')). + expect(element(by.repeater('name in names').row(0).column('name')).getAttribute('class')). toMatch(/odd/); - expect(element('.doc-example-live li:last span').prop('className')). + expect(element(by.repeater('name in names').row(1).column('name')).getAttribute('class')). toMatch(/even/); }); + * + *
      + * @example + * An example on how to implement animations using `ngClassEven`: + * + + +
      + +
      + + + + +
      {{ item }}
      +
      +
      + + .even { + background: rgba(255, 255, 0, 0.25); + } + + .even-add, .even-remove { + transition: 1.5s; + } + + + it('should add new entries to the beginning of the list', function() { + var button = element(by.buttonText('Add item')); + var rows = element.all(by.repeater('item in items')); + + expect(rows.count()).toBe(4); + expect(rows.get(0).getText()).toBe('Item 3'); + expect(rows.get(1).getText()).toBe('Item 2'); + + button.click(); + + expect(rows.count()).toBe(5); + expect(rows.get(0).getText()).toBe('Item 4'); + expect(rows.get(1).getText()).toBe('Item 3'); + }); + + it('should add even class to even entries', function() { + var button = element(by.buttonText('Add item')); + var rows = element.all(by.repeater('item in items')); + + expect(rows.get(0).getAttribute('class')).not.toMatch(/even/); + expect(rows.get(1).getAttribute('class')).toMatch(/even/); + + button.click(); + + expect(rows.get(0).getAttribute('class')).not.toMatch(/even/); + expect(rows.get(1).getAttribute('class')).toMatch(/even/); + }); + +
      */ var ngClassEvenDirective = classDirective('Even', 1); diff --git a/src/ng/directive/ngCloak.js b/src/ng/directive/ngCloak.js index baa7afa8b71f..4fcc7dd2a6eb 100644 --- a/src/ng/directive/ngCloak.js +++ b/src/ng/directive/ngCloak.js @@ -2,55 +2,54 @@ /** * @ngdoc directive - * @name ng.directive:ngCloak + * @name ngCloak + * @restrict AC * * @description - * The `ngCloak` directive is used to prevent the Angular html template from being briefly + * The `ngCloak` directive is used to prevent the AngularJS html template from being briefly * displayed by the browser in its raw (uncompiled) form while your application is loading. Use this * directive to avoid the undesirable flicker effect caused by the html template display. * - * The directive can be applied to the `` element, but typically a fine-grained application is - * prefered in order to benefit from progressive rendering of the browser view. + * The directive can be applied to the `` element, but the preferred usage is to apply + * multiple `ngCloak` directives to small portions of the page to permit progressive rendering + * of the browser view. * - * `ngCloak` works in cooperation with a css rule that is embedded within `angular.js` and - * `angular.min.js` files. Following is the css rule: + * `ngCloak` works in cooperation with the following css rule embedded within `angular.js` and + * `angular.min.js`. + * For CSP mode please add `angular-csp.css` to your html file (see {@link ng.directive:ngCsp ngCsp}). * - *
      - * [ng\:cloak], [ng-cloak], .ng-cloak {
      - *   display: none;
      + * ```css
      + * [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
      + *   display: none !important;
        * }
      - * 
      + * ``` * * When this css rule is loaded by the browser, all html elements (including their children) that - * are tagged with the `ng-cloak` directive are hidden. When Angular comes across this directive - * during the compilation of the template it deletes the `ngCloak` element attribute, which - * makes the compiled element visible. + * are tagged with the `ngCloak` directive are hidden. When AngularJS encounters this directive + * during the compilation of the template it deletes the `ngCloak` element attribute, making + * the compiled element visible. * - * For the best result, `angular.js` script must be loaded in the head section of the html file; - * alternatively, the css rule (above) must be included in the external stylesheet of the + * For the best result, the `angular.js` script must be loaded in the head section of the html + * document; alternatively, the css rule above must be included in the external stylesheet of the * application. * - * Legacy browsers, like IE7, do not provide attribute selector support (added in CSS 2.1) so they - * cannot match the `[ng\:cloak]` selector. To work around this limitation, you must add the css - * class `ngCloak` in addition to `ngCloak` directive as shown in the example below. - * * @element ANY * * @example - - + +
      {{ 'hello' }}
      -
      {{ 'hello IE7' }}
      -
      - +
      {{ 'world' }}
      +
      + it('should remove the template directive and css class', function() { - expect(element('.doc-example-live #template1').attr('ng-cloak')). - not().toBeDefined(); - expect(element('.doc-example-live #template2').attr('ng-cloak')). - not().toBeDefined(); + expect($('#template1').getAttribute('ng-cloak')). + toBeNull(); + expect($('#template2').getAttribute('ng-cloak')). + toBeNull(); }); - - + + * */ var ngCloakDirective = ngDirective({ diff --git a/src/ng/directive/ngController.js b/src/ng/directive/ngController.js index b6619d319426..014095288000 100644 --- a/src/ng/directive/ngController.js +++ b/src/ng/directive/ngController.js @@ -2,102 +2,233 @@ /** * @ngdoc directive - * @name ng.directive:ngController + * @name ngController * * @description - * The `ngController` directive assigns behavior to a scope. This is a key aspect of how angular + * The `ngController` directive attaches a controller class to the view. This is a key aspect of how angular * supports the principles behind the Model-View-Controller design pattern. * * MVC components in angular: * - * * Model — The Model is data in scope properties; scopes are attached to the DOM. - * * View — The template (HTML with data bindings) is rendered into the View. - * * Controller — The `ngController` directive specifies a Controller class; the class has - * methods that typically express the business logic behind the application. + * * Model — Models are the properties of a scope; scopes are attached to the DOM where scope properties + * are accessed through bindings. + * * View — The template (HTML with data bindings) that is rendered into the View. + * * Controller — The `ngController` directive specifies a Controller class; the class contains business + * logic behind the application to decorate the scope with functions and values * - * Note that an alternative way to define controllers is via the `{@link ng.$route}` - * service. + * Note that you can also attach controllers to the DOM by declaring it in a route definition + * via the {@link ngRoute.$route $route} service. A common mistake is to declare the controller + * again using `ng-controller` in the template itself. This will cause the controller to be attached + * and executed twice. * * @element ANY * @scope - * @param {expression} ngController Name of a globally accessible constructor function or an - * {@link guide/expression expression} that on the current scope evaluates to a - * constructor function. + * @priority 500 + * @param {expression} ngController Name of a constructor function registered with the current + * {@link ng.$controllerProvider $controllerProvider} or an {@link guide/expression expression} + * that on the current scope evaluates to a constructor function. + * + * The controller instance can be published into a scope property by specifying + * `ng-controller="as propertyName"`. * * @example * Here is a simple form for editing user contact information. Adding, removing, clearing, and * greeting are methods declared on the controller (see source tab). These methods can - * easily be called from the angular markup. Notice that the scope becomes the `this` for the - * controller's instance. This allows for easy access to the view data from the controller. Also - * notice that any changes to the data are automatically reflected in the View without the need - * for a manual update. - - - -
      - Name: - [ greet ]
      - Contact: -
        -
      • - - - [ clear - | X ] -
      • -
      • [ add ]
      • -
      -
      -
      - - it('should check controller', function() { - expect(element('.doc-example-live div>:input').val()).toBe('John Smith'); - expect(element('.doc-example-live li:nth-child(1) input').val()) - .toBe('408 555 1212'); - expect(element('.doc-example-live li:nth-child(2) input').val()) - .toBe('john.smith@example.org'); - - element('.doc-example-live li:first a:contains("clear")').click(); - expect(element('.doc-example-live li:first input').val()).toBe(''); + * easily be called from the AngularJS markup. Any changes to the data are automatically reflected + * in the View without the need for a manual update. + * + * Two different declaration styles are included below: + * + * * one binds methods and properties directly onto the controller using `this`: + * `ng-controller="SettingsController1 as settings"` + * * one injects `$scope` into the controller: + * `ng-controller="SettingsController2"` + * + * The second option is more common in the AngularJS community, and is generally used in boilerplates + * and in this guide. However, there are advantages to binding properties directly to the controller + * and avoiding scope. + * + * * Using `controller as` makes it obvious which controller you are accessing in the template when + * multiple controllers apply to an element. + * * If you are writing your controllers as classes you have easier access to the properties and + * methods, which will appear on the scope, from inside the controller code. + * * Since there is always a `.` in the bindings, you don't have to worry about prototypal + * inheritance masking primitives. + * + * This example demonstrates the `controller as` syntax. + * + * + * + *
      + * + *
      + * Contact: + *
        + *
      • + * + * + * + * + *
      • + *
      • + *
      + *
      + *
      + * + * angular.module('controllerAsExample', []) + * .controller('SettingsController1', SettingsController1); + * + * function SettingsController1() { + * this.name = 'John Smith'; + * this.contacts = [ + * {type: 'phone', value: '408 555 1212'}, + * {type: 'email', value: 'john.smith@example.org'} + * ]; + * } + * + * SettingsController1.prototype.greet = function() { + * alert(this.name); + * }; + * + * SettingsController1.prototype.addContact = function() { + * this.contacts.push({type: 'email', value: 'yourname@example.org'}); + * }; + * + * SettingsController1.prototype.removeContact = function(contactToRemove) { + * var index = this.contacts.indexOf(contactToRemove); + * this.contacts.splice(index, 1); + * }; + * + * SettingsController1.prototype.clearContact = function(contact) { + * contact.type = 'phone'; + * contact.value = ''; + * }; + * + * + * it('should check controller as', function() { + * var container = element(by.id('ctrl-as-exmpl')); + * expect(container.element(by.model('settings.name')) + * .getAttribute('value')).toBe('John Smith'); + * + * var firstRepeat = + * container.element(by.repeater('contact in settings.contacts').row(0)); + * var secondRepeat = + * container.element(by.repeater('contact in settings.contacts').row(1)); + * + * expect(firstRepeat.element(by.model('contact.value')).getAttribute('value')) + * .toBe('408 555 1212'); + * + * expect(secondRepeat.element(by.model('contact.value')).getAttribute('value')) + * .toBe('john.smith@example.org'); + * + * firstRepeat.element(by.buttonText('clear')).click(); + * + * expect(firstRepeat.element(by.model('contact.value')).getAttribute('value')) + * .toBe(''); + * + * container.element(by.buttonText('add')).click(); + * + * expect(container.element(by.repeater('contact in settings.contacts').row(2)) + * .element(by.model('contact.value')) + * .getAttribute('value')) + * .toBe('yourname@example.org'); + * }); + * + *
      + * + * This example demonstrates the "attach to `$scope`" style of controller. + * + * + * + *
      + * + *
      + * Contact: + *
        + *
      • + * + * + * + * + *
      • + *
      • [ ]
      • + *
      + *
      + *
      + * + * angular.module('controllerExample', []) + * .controller('SettingsController2', ['$scope', SettingsController2]); + * + * function SettingsController2($scope) { + * $scope.name = 'John Smith'; + * $scope.contacts = [ + * {type:'phone', value:'408 555 1212'}, + * {type:'email', value:'john.smith@example.org'} + * ]; + * + * $scope.greet = function() { + * alert($scope.name); + * }; + * + * $scope.addContact = function() { + * $scope.contacts.push({type:'email', value:'yourname@example.org'}); + * }; + * + * $scope.removeContact = function(contactToRemove) { + * var index = $scope.contacts.indexOf(contactToRemove); + * $scope.contacts.splice(index, 1); + * }; + * + * $scope.clearContact = function(contact) { + * contact.type = 'phone'; + * contact.value = ''; + * }; + * } + * + * + * it('should check controller', function() { + * var container = element(by.id('ctrl-exmpl')); + * + * expect(container.element(by.model('name')) + * .getAttribute('value')).toBe('John Smith'); + * + * var firstRepeat = + * container.element(by.repeater('contact in contacts').row(0)); + * var secondRepeat = + * container.element(by.repeater('contact in contacts').row(1)); + * + * expect(firstRepeat.element(by.model('contact.value')).getAttribute('value')) + * .toBe('408 555 1212'); + * expect(secondRepeat.element(by.model('contact.value')).getAttribute('value')) + * .toBe('john.smith@example.org'); + * + * firstRepeat.element(by.buttonText('clear')).click(); + * + * expect(firstRepeat.element(by.model('contact.value')).getAttribute('value')) + * .toBe(''); + * + * container.element(by.buttonText('add')).click(); + * + * expect(container.element(by.repeater('contact in contacts').row(2)) + * .element(by.model('contact.value')) + * .getAttribute('value')) + * .toBe('yourname@example.org'); + * }); + * + *
      - element('.doc-example-live li:last a:contains("add")').click(); - expect(element('.doc-example-live li:nth-child(3) input').val()) - .toBe('yourname@example.org'); - }); -
      -
      */ var ngControllerDirective = [function() { return { + restrict: 'A', scope: true, - controller: '@' + controller: '@', + priority: 500 }; }]; diff --git a/src/ng/directive/ngCsp.js b/src/ng/directive/ngCsp.js index 16b1a0e36986..1a5c611e74f8 100644 --- a/src/ng/directive/ngCsp.js +++ b/src/ng/directive/ngCsp.js @@ -2,26 +2,209 @@ /** * @ngdoc directive - * @name ng.directive:ngCsp - * @priority 1000 + * @name ngCsp * + * @restrict A + * @element ANY * @description - * Enables [CSP (Content Security Policy)](https://developer.mozilla.org/en/Security/CSP) support. - * This directive should be used on the root element of the application (typically the `` - * element or other element with the {@link ng.directive:ngApp ngApp} - * directive). - * - * If enabled the performance of template expression evaluator will suffer slightly, so don't enable - * this mode unless you need it. - * - * @element html - */ - -var ngCspDirective = ['$sniffer', function($sniffer) { - return { - priority: 1000, - compile: function() { - $sniffer.csp = true; - } - }; -}]; + * + * AngularJS has some features that can conflict with certain restrictions that are applied when using + * [CSP (Content Security Policy)](https://developer.mozilla.org/en/Security/CSP) rules. + * + * If you intend to implement CSP with these rules then you must tell AngularJS not to use these + * features. + * + * This is necessary when developing things like Google Chrome Extensions or Universal Windows Apps. + * + * + * The following default rules in CSP affect AngularJS: + * + * * The use of `eval()`, `Function(string)` and similar functions to dynamically create and execute + * code from strings is forbidden. AngularJS makes use of this in the {@link $parse} service to + * provide a 30% increase in the speed of evaluating AngularJS expressions. (This CSP rule can be + * disabled with the CSP keyword `unsafe-eval`, but it is generally not recommended as it would + * weaken the protections offered by CSP.) + * + * * The use of inline resources, such as inline ` -
      + Enter text and hit enter:
      list={{list}}
      - - + + it('should check ng-submit', function() { - expect(binding('list')).toBe('[]'); - element('.doc-example-live #submit').click(); - expect(binding('list')).toBe('["hello"]'); - expect(input('text').val()).toBe(''); + expect(element(by.binding('list')).getText()).toBe('list=[]'); + element(by.css('#submit')).click(); + expect(element(by.binding('list')).getText()).toContain('hello'); + expect(element(by.model('text')).getAttribute('value')).toBe(''); }); it('should ignore empty strings', function() { - expect(binding('list')).toBe('[]'); - element('.doc-example-live #submit').click(); - element('.doc-example-live #submit').click(); - expect(binding('list')).toBe('["hello"]'); - }); - - - */ -var ngSubmitDirective = ngDirective(function(scope, element, attrs) { - element.bind('submit', function() { - scope.$apply(attrs.ngSubmit); - }); -}); + expect(element(by.binding('list')).getText()).toBe('list=[]'); + element(by.css('#submit')).click(); + element(by.css('#submit')).click(); + expect(element(by.binding('list')).getText()).toContain('hello'); + }); + + + */ + +/** + * @ngdoc directive + * @name ngFocus + * @restrict A + * @element window, input, select, textarea, a + * @priority 0 + * + * @description + * Specify custom behavior on focus event. + * + * Note: As the `focus` event is executed synchronously when calling `input.focus()` + * AngularJS executes the expression using `scope.$evalAsync` if the event is fired + * during an `$apply` to ensure a consistent state. + * + * @param {expression} ngFocus {@link guide/expression Expression} to evaluate upon + * focus. ({@link guide/expression#-event- Event object is available as `$event`}) + * + * @example + * See {@link ng.directive:ngClick ngClick} + */ + +/** + * @ngdoc directive + * @name ngBlur + * @restrict A + * @element window, input, select, textarea, a + * @priority 0 + * + * @description + * Specify custom behavior on blur event. + * + * A [blur event](https://developer.mozilla.org/en-US/docs/Web/Events/blur) fires when + * an element has lost focus. + * + * Note: As the `blur` event is executed synchronously also during DOM manipulations + * (e.g. removing a focussed input), + * AngularJS executes the expression using `scope.$evalAsync` if the event is fired + * during an `$apply` to ensure a consistent state. + * + * @param {expression} ngBlur {@link guide/expression Expression} to evaluate upon + * blur. ({@link guide/expression#-event- Event object is available as `$event`}) + * + * @example + * See {@link ng.directive:ngClick ngClick} + */ + +/** + * @ngdoc directive + * @name ngCopy + * @restrict A + * @element window, input, select, textarea, a + * @priority 0 + * + * @description + * Specify custom behavior on copy event. + * + * @param {expression} ngCopy {@link guide/expression Expression} to evaluate upon + * copy. ({@link guide/expression#-event- Event object is available as `$event`}) + * + * @example + + + + copied: {{copied}} + + + */ + +/** + * @ngdoc directive + * @name ngCut + * @restrict A + * @element window, input, select, textarea, a + * @priority 0 + * + * @description + * Specify custom behavior on cut event. + * + * @param {expression} ngCut {@link guide/expression Expression} to evaluate upon + * cut. ({@link guide/expression#-event- Event object is available as `$event`}) + * + * @example + + + + cut: {{cut}} + + + */ + +/** + * @ngdoc directive + * @name ngPaste + * @restrict A + * @element window, input, select, textarea, a + * @priority 0 + * + * @description + * Specify custom behavior on paste event. + * + * @param {expression} ngPaste {@link guide/expression Expression} to evaluate upon + * paste. ({@link guide/expression#-event- Event object is available as `$event`}) + * + * @example + + + + pasted: {{paste}} + + + */ diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js new file mode 100644 index 000000000000..d2471f09b0fe --- /dev/null +++ b/src/ng/directive/ngIf.js @@ -0,0 +1,127 @@ +'use strict'; + +/** + * @ngdoc directive + * @name ngIf + * @restrict A + * @multiElement + * + * @description + * The `ngIf` directive removes or recreates a portion of the DOM tree based on an + * {expression}. If the expression assigned to `ngIf` evaluates to a false + * value then the element is removed from the DOM, otherwise a clone of the + * element is reinserted into the DOM. + * + * `ngIf` differs from `ngShow` and `ngHide` in that `ngIf` completely removes and recreates the + * element in the DOM rather than changing its visibility via the `display` css property. A common + * case when this difference is significant is when using css selectors that rely on an element's + * position within the DOM, such as the `:first-child` or `:last-child` pseudo-classes. + * + * Note that when an element is removed using `ngIf` its scope is destroyed and a new scope + * is created when the element is restored. The scope created within `ngIf` inherits from + * its parent scope using + * [prototypal inheritance](https://github.com/angular/angular.js/wiki/Understanding-Scopes#javascript-prototypal-inheritance). + * An important implication of this is if `ngModel` is used within `ngIf` to bind to + * a javascript primitive defined in the parent scope. In this case any modifications made to the + * variable within the child scope will override (hide) the value in the parent scope. + * + * Also, `ngIf` recreates elements using their compiled state. An example of this behavior + * is if an element's class attribute is directly modified after it's compiled, using something like + * jQuery's `.addClass()` method, and the element is later removed. When `ngIf` recreates the element + * the added class will be lost because the original compiled state is used to regenerate the element. + * + * Additionally, you can provide animations via the `ngAnimate` module to animate the `enter` + * and `leave` effects. + * + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#enter enter} | just after the `ngIf` contents change and a new DOM element is created and injected into the `ngIf` container | + * | {@link ng.$animate#leave leave} | just before the `ngIf` contents are removed from the DOM | + * + * @element ANY + * @scope + * @priority 600 + * @param {expression} ngIf If the {@link guide/expression expression} is falsy then + * the element is removed from the DOM tree. If it is truthy a copy of the compiled + * element is added to the DOM tree. + * + * @example + + +
      + Show when checked: + + This is removed when the checkbox is unchecked. + +
      + + .animate-if { + background:white; + border:1px solid black; + padding:10px; + } + + .animate-if.ng-enter, .animate-if.ng-leave { + transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; + } + + .animate-if.ng-enter, + .animate-if.ng-leave.ng-leave-active { + opacity:0; + } + + .animate-if.ng-leave, + .animate-if.ng-enter.ng-enter-active { + opacity:1; + } + +
      + */ +var ngIfDirective = ['$animate', '$compile', function($animate, $compile) { + return { + multiElement: true, + transclude: 'element', + priority: 600, + terminal: true, + restrict: 'A', + $$tlb: true, + link: function($scope, $element, $attr, ctrl, $transclude) { + var block, childScope, previousElements; + $scope.$watch($attr.ngIf, function ngIfWatchAction(value) { + + if (value) { + if (!childScope) { + $transclude(function(clone, newScope) { + childScope = newScope; + clone[clone.length++] = $compile.$$createComment('end ngIf', $attr.ngIf); + // Note: We only need the first/last node of the cloned nodes. + // However, we need to keep the reference to the jqlite wrapper as it might be changed later + // by a directive with templateUrl when its template arrives. + block = { + clone: clone + }; + $animate.enter(clone, $element.parent(), $element); + }); + } + } else { + if (previousElements) { + previousElements.remove(); + previousElements = null; + } + if (childScope) { + childScope.$destroy(); + childScope = null; + } + if (block) { + previousElements = getBlockNodes(block.clone); + $animate.leave(previousElements).done(function(response) { + if (response !== false) previousElements = null; + }); + block = null; + } + } + }); + } + }; +}]; diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js index d4eacbe3e0af..2cdd82c9b1c9 100644 --- a/src/ng/directive/ngInclude.js +++ b/src/ng/directive/ngInclude.js @@ -2,22 +2,46 @@ /** * @ngdoc directive - * @name ng.directive:ngInclude + * @name ngInclude * @restrict ECA + * @scope + * @priority -400 * * @description * Fetches, compiles and includes an external HTML fragment. * - * Keep in mind that Same Origin Policy applies to included resources - * (e.g. ngInclude won't work for cross-domain requests on all browsers and for - * file:// access on some browsers). + * By default, the template URL is restricted to the same domain and protocol as the + * application document. This is done by calling {@link $sce#getTrustedResourceUrl + * $sce.getTrustedResourceUrl} on it. To load templates from other domains or protocols + * you may either add them to your {@link ng.$sceDelegateProvider#trustedResourceUrlList trusted + * resource URL list} or {@link $sce#trustAsResourceUrl wrap them} as trusted values. Refer to + * AngularJS's {@link ng.$sce Strict Contextual Escaping}. * - * @scope + * In addition, the browser's + * [Same Origin Policy](https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest) + * and [Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/) + * policy may further restrict whether the template is successfully loaded. + * For example, `ngInclude` won't work for cross-domain requests on all browsers and for `file://` + * access on some browsers. * - * @param {string} ngInclude|src angular expression evaluating to URL. If the source is a string constant, - * make sure you wrap it in quotes, e.g. `src="'myPartialTemplate.html'"`. - * @param {string=} onload Expression to evaluate when a new partial is loaded. + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#enter enter} | when the expression changes, on the new include | + * | {@link ng.$animate#leave leave} | when the expression changes, on the old include | + * + * The enter and leave animation occur concurrently. * + * @param {string} ngInclude|src AngularJS expression evaluating to URL. If the source is a string constant, + * make sure you wrap it in **single** quotes, e.g. `src="'myPartialTemplate.html'"`. + * @param {string=} onload Expression to evaluate when a new partial is loaded. + *
      + * **Note:** When using onload on SVG elements in IE11, the browser will try to call + * a function with the name on the window element, which will usually throw a + * "function is undefined" error. To fix this, you can instead use `data-onload` or a + * different form that {@link guide/directive#normalization matches} `onload`. + *
      + * * @param {string=} autoscroll Whether `ngInclude` should call {@link ng.$anchorScroll * $anchorScroll} to scroll the viewport after the content is loaded. * @@ -26,24 +50,27 @@ * - Otherwise enable scrolling only if the expression evaluates to truthy value. * * @example - + -
      +
      - url of the template: {{template.url}} + url of the template: {{template.url}}
      -
      +
      +
      +
      - function Ctrl($scope) { - $scope.templates = - [ { name: 'template1.html', url: 'template1.html'} - , { name: 'template2.html', url: 'template2.html'} ]; - $scope.template = $scope.templates[0]; - } + angular.module('includeExample', ['ngAnimate']) + .controller('ExampleController', ['$scope', function($scope) { + $scope.templates = + [{ name: 'template1.html', url: 'template1.html'}, + { name: 'template2.html', url: 'template2.html'}]; + $scope.template = $scope.templates[0]; + }]); Content of template1.html @@ -51,19 +78,72 @@ Content of template2.html - + + .slide-animate-container { + position:relative; + background:white; + border:1px solid black; + height:40px; + overflow:hidden; + } + + .slide-animate { + padding:10px; + } + + .slide-animate.ng-enter, .slide-animate.ng-leave { + transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; + + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + display:block; + padding:10px; + } + + .slide-animate.ng-enter { + top:-50px; + } + .slide-animate.ng-enter.ng-enter-active { + top:0; + } + + .slide-animate.ng-leave { + top:0; + } + .slide-animate.ng-leave.ng-leave-active { + top:50px; + } + + + var templateSelect = element(by.model('template')); + var includeElem = element(by.css('[ng-include]')); + it('should load template1.html', function() { - expect(element('.doc-example-live [ng-include]').text()). - toMatch(/Content of template1.html/); + expect(includeElem.getText()).toMatch(/Content of template1.html/); }); + it('should load template2.html', function() { - select('template').option('1'); - expect(element('.doc-example-live [ng-include]').text()). - toMatch(/Content of template2.html/); + if (browser.params.browser === 'firefox') { + // Firefox can't handle using selects + // See https://github.com/angular/protractor/issues/480 + return; + } + templateSelect.click(); + templateSelect.all(by.css('option')).get(2).click(); + expect(includeElem.getText()).toMatch(/Content of template2.html/); }); + it('should change to blank', function() { - select('template').option(''); - expect(element('.doc-example-live [ng-include]').text()).toEqual(''); + if (browser.params.browser === 'firefox') { + // Firefox can't handle using selects + return; + } + templateSelect.click(); + templateSelect.all(by.css('option')).get(0).click(); + expect(includeElem.isPresent()).toBe(false); }); @@ -72,60 +152,155 @@ /** * @ngdoc event - * @name ng.directive:ngInclude#$includeContentLoaded - * @eventOf ng.directive:ngInclude + * @name ngInclude#$includeContentRequested + * @eventType emit on the scope ngInclude was declared in + * @description + * Emitted every time the ngInclude content is requested. + * + * @param {Object} angularEvent Synthetic event object. + * @param {String} src URL of content to load. + */ + + +/** + * @ngdoc event + * @name ngInclude#$includeContentLoaded * @eventType emit on the current ngInclude scope * @description * Emitted every time the ngInclude content is reloaded. + * + * @param {Object} angularEvent Synthetic event object. + * @param {String} src URL of content to load. */ -var ngIncludeDirective = ['$http', '$templateCache', '$anchorScroll', '$compile', - function($http, $templateCache, $anchorScroll, $compile) { + + +/** + * @ngdoc event + * @name ngInclude#$includeContentError + * @eventType emit on the scope ngInclude was declared in + * @description + * Emitted when a template HTTP request yields an erroneous response (status < 200 || status > 299) + * + * @param {Object} angularEvent Synthetic event object. + * @param {String} src URL of content to load. + */ +var ngIncludeDirective = ['$templateRequest', '$anchorScroll', '$animate', + function($templateRequest, $anchorScroll, $animate) { return { restrict: 'ECA', + priority: 400, terminal: true, + transclude: 'element', + controller: angular.noop, compile: function(element, attr) { var srcExp = attr.ngInclude || attr.src, onloadExp = attr.onload || '', autoScrollExp = attr.autoscroll; - return function(scope, element) { + return function(scope, $element, $attr, ctrl, $transclude) { var changeCounter = 0, - childScope; + currentScope, + previousElement, + currentElement; - var clearContent = function() { - if (childScope) { - childScope.$destroy(); - childScope = null; + var cleanupLastIncludeContent = function() { + if (previousElement) { + previousElement.remove(); + previousElement = null; + } + if (currentScope) { + currentScope.$destroy(); + currentScope = null; + } + if (currentElement) { + $animate.leave(currentElement).done(function(response) { + if (response !== false) previousElement = null; + }); + previousElement = currentElement; + currentElement = null; } - - element.html(''); }; scope.$watch(srcExp, function ngIncludeWatchAction(src) { + var afterAnimation = function(response) { + if (response !== false && isDefined(autoScrollExp) && + (!autoScrollExp || scope.$eval(autoScrollExp))) { + $anchorScroll(); + } + }; var thisChangeId = ++changeCounter; if (src) { - $http.get(src, {cache: $templateCache}).success(function(response) { - if (thisChangeId !== changeCounter) return; + //set the 2nd param to true to ignore the template request error so that the inner + //contents and scope can be cleaned up. + $templateRequest(src, true).then(function(response) { + if (scope.$$destroyed) return; - if (childScope) childScope.$destroy(); - childScope = scope.$new(); + if (thisChangeId !== changeCounter) return; + var newScope = scope.$new(); + ctrl.template = response; - element.html(response); - $compile(element.contents())(childScope); + // Note: This will also link all children of ng-include that were contained in the original + // html. If that content contains controllers, ... they could pollute/change the scope. + // However, using ng-include on an element with additional content does not make sense... + // Note: We can't remove them in the cloneAttchFn of $transclude as that + // function is called before linking the content, which would apply child + // directives to non existing elements. + var clone = $transclude(newScope, function(clone) { + cleanupLastIncludeContent(); + $animate.enter(clone, null, $element).done(afterAnimation); + }); - if (isDefined(autoScrollExp) && (!autoScrollExp || scope.$eval(autoScrollExp))) { - $anchorScroll(); - } + currentScope = newScope; + currentElement = clone; - childScope.$emit('$includeContentLoaded'); + currentScope.$emit('$includeContentLoaded', src); scope.$eval(onloadExp); - }).error(function() { - if (thisChangeId === changeCounter) clearContent(); + }, function() { + if (scope.$$destroyed) return; + + if (thisChangeId === changeCounter) { + cleanupLastIncludeContent(); + scope.$emit('$includeContentError', src); + } }); - } else clearContent(); + scope.$emit('$includeContentRequested', src); + } else { + cleanupLastIncludeContent(); + ctrl.template = null; + } }); }; } }; }]; + +// This directive is called during the $transclude call of the first `ngInclude` directive. +// It will replace and compile the content of the element with the loaded template. +// We need this directive so that the element content is already filled when +// the link function of another directive on the same element as ngInclude +// is called. +var ngIncludeFillContentDirective = ['$compile', + function($compile) { + return { + restrict: 'ECA', + priority: -400, + require: 'ngInclude', + link: function(scope, $element, $attr, ctrl) { + if (toString.call($element[0]).match(/SVG/)) { + // WebKit: https://bugs.webkit.org/show_bug.cgi?id=135698 --- SVG elements do not + // support innerHTML, so detect this here and try to generate the contents + // specially. + $element.empty(); + $compile(jqLiteBuildFragment(ctrl.template, window.document).childNodes)(scope, + function namespaceAdaptedClone(clone) { + $element.append(clone); + }, {futureParentElement: $element}); + return; + } + + $element.html(ctrl.template); + $compile($element.contents())(scope); + } + }; + }]; diff --git a/src/ng/directive/ngInit.js b/src/ng/directive/ngInit.js index d157f3967d51..86e1e5e9ff27 100644 --- a/src/ng/directive/ngInit.js +++ b/src/ng/directive/ngInit.js @@ -2,36 +2,74 @@ /** * @ngdoc directive - * @name ng.directive:ngInit + * @name ngInit + * @restrict AC + * @priority 450 + * @element ANY + * + * @param {expression} ngInit {@link guide/expression Expression} to eval. * * @description - * The `ngInit` directive specifies initialization tasks to be executed - * before the template enters execution mode during bootstrap. + * The `ngInit` directive allows you to evaluate an expression in the + * current scope. * - * @element ANY - * @param {expression} ngInit {@link guide/expression Expression} to eval. + *
      + * This directive can be abused to add unnecessary amounts of logic into your templates. + * There are only a few appropriate uses of `ngInit`: + *
        + *
      • aliasing special properties of {@link ng.directive:ngRepeat `ngRepeat`}, + * as seen in the demo below.
      • + *
      • initializing data during development, or for examples, as seen throughout these docs.
      • + *
      • injecting data via server side scripting.
      • + *
      + * + * Besides these few cases, you should use {@link guide/component Components} or + * {@link guide/controller Controllers} rather than `ngInit` to initialize values on a scope. + *
      + * + *
      + * **Note**: If you have assignment in `ngInit` along with a {@link ng.$filter `filter`}, make + * sure you have parentheses to ensure correct operator precedence: + *
      + * `
      ` + *
      + *
      * * @example - - -
      - {{greeting}} {{person}}! -
      -
      - - it('should check greeting', function() { - expect(binding('greeting')).toBe('Hello'); - expect(binding('person')).toBe('World'); + + + +
      +
      +
      + list[ {{outerIndex}} ][ {{innerIndex}} ] = {{value}}; +
      +
      +
      +
      + + it('should alias index positions', function() { + var elements = element.all(by.css('.example-init')); + expect(elements.get(0).getText()).toBe('list[ 0 ][ 0 ] = a;'); + expect(elements.get(1).getText()).toBe('list[ 0 ][ 1 ] = b;'); + expect(elements.get(2).getText()).toBe('list[ 1 ][ 0 ] = c;'); + expect(elements.get(3).getText()).toBe('list[ 1 ][ 1 ] = d;'); }); -
      -
      +
      + */ var ngInitDirective = ngDirective({ + priority: 450, compile: function() { return { pre: function(scope, element, attrs) { scope.$eval(attrs.ngInit); } - } + }; } }); diff --git a/src/ng/directive/ngList.js b/src/ng/directive/ngList.js new file mode 100644 index 000000000000..5e6e58f91e08 --- /dev/null +++ b/src/ng/directive/ngList.js @@ -0,0 +1,133 @@ +'use strict'; + + +/** + * @ngdoc directive + * @name ngList + * @restrict A + * @priority 100 + * + * @param {string=} ngList optional delimiter that should be used to split the value. + * + * @description + * Text input that converts between a delimited string and an array of strings. The default + * delimiter is a comma followed by a space - equivalent to `ng-list=", "`. You can specify a custom + * delimiter as the value of the `ngList` attribute - for example, `ng-list=" | "`. + * + * The behaviour of the directive is affected by the use of the `ngTrim` attribute. + * * If `ngTrim` is set to `"false"` then whitespace around both the separator and each + * list item is respected. This implies that the user of the directive is responsible for + * dealing with whitespace but also allows you to use whitespace as a delimiter, such as a + * tab or newline character. + * * Otherwise whitespace around the delimiter is ignored when splitting (although it is respected + * when joining the list items back together) and whitespace around each list item is stripped + * before it is added to the model. + * + * @example + * ### Validation + * + * + * + * angular.module('listExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.names = ['morpheus', 'neo', 'trinity']; + * }]); + * + * + *
      + * + * + * + * Required! + * + *
      + * names = {{names}}
      + * myForm.namesInput.$valid = {{myForm.namesInput.$valid}}
      + * myForm.namesInput.$error = {{myForm.namesInput.$error}}
      + * myForm.$valid = {{myForm.$valid}}
      + * myForm.$error.required = {{!!myForm.$error.required}}
      + *
      + *
      + * + * var listInput = element(by.model('names')); + * var names = element(by.exactBinding('names')); + * var valid = element(by.binding('myForm.namesInput.$valid')); + * var error = element(by.css('span.error')); + * + * it('should initialize to model', function() { + * expect(names.getText()).toContain('["morpheus","neo","trinity"]'); + * expect(valid.getText()).toContain('true'); + * expect(error.getCssValue('display')).toBe('none'); + * }); + * + * it('should be invalid if empty', function() { + * listInput.clear(); + * listInput.sendKeys(''); + * + * expect(names.getText()).toContain(''); + * expect(valid.getText()).toContain('false'); + * expect(error.getCssValue('display')).not.toBe('none'); + * }); + * + *
      + * + * @example + * ### Splitting on newline + * + * + * + * + *
      {{ list | json }}
      + *
      + * + * it("should split the text by newlines", function() { + * var listInput = element(by.model('list')); + * var output = element(by.binding('list | json')); + * listInput.sendKeys('abc\ndef\nghi'); + * expect(output.getText()).toContain('[\n "abc",\n "def",\n "ghi"\n]'); + * }); + * + *
      + * + */ +var ngListDirective = function() { + return { + restrict: 'A', + priority: 100, + require: 'ngModel', + link: function(scope, element, attr, ctrl) { + var ngList = attr.ngList || ', '; + var trimValues = attr.ngTrim !== 'false'; + var separator = trimValues ? trim(ngList) : ngList; + + var parse = function(viewValue) { + // If the viewValue is invalid (say required but empty) it will be `undefined` + if (isUndefined(viewValue)) return; + + var list = []; + + if (viewValue) { + forEach(viewValue.split(separator), function(value) { + if (value) list.push(trimValues ? trim(value) : value); + }); + } + + return list; + }; + + ctrl.$parsers.push(parse); + ctrl.$formatters.push(function(value) { + if (isArray(value)) { + return value.join(ngList); + } + + return undefined; + }); + + // Override the standard $isEmpty because an empty array means the input is empty. + ctrl.$isEmpty = function(value) { + return !value || !value.length; + }; + } + }; +}; diff --git a/src/ng/directive/ngModel.js b/src/ng/directive/ngModel.js new file mode 100644 index 000000000000..951d909342bc --- /dev/null +++ b/src/ng/directive/ngModel.js @@ -0,0 +1,1382 @@ +'use strict'; + +/* global VALID_CLASS: true, + INVALID_CLASS: true, + PRISTINE_CLASS: true, + DIRTY_CLASS: true, + UNTOUCHED_CLASS: true, + TOUCHED_CLASS: true, + PENDING_CLASS: true, + addSetValidityMethod: true, + setupValidity: true, + defaultModelOptions: false +*/ + + +var VALID_CLASS = 'ng-valid', + INVALID_CLASS = 'ng-invalid', + PRISTINE_CLASS = 'ng-pristine', + DIRTY_CLASS = 'ng-dirty', + UNTOUCHED_CLASS = 'ng-untouched', + TOUCHED_CLASS = 'ng-touched', + EMPTY_CLASS = 'ng-empty', + NOT_EMPTY_CLASS = 'ng-not-empty'; + +var ngModelMinErr = minErr('ngModel'); + +/** + * @ngdoc type + * @name ngModel.NgModelController + * @property {*} $viewValue The actual value from the control's view. For `input` elements, this is a + * String. See {@link ngModel.NgModelController#$setViewValue} for information about when the $viewValue + * is set. + * + * @property {*} $modelValue The value in the model that the control is bound to. + * + * @property {Array.} $parsers Array of functions to execute, as a pipeline, whenever + * the control updates the ngModelController with a new {@link ngModel.NgModelController#$viewValue + `$viewValue`} from the DOM, usually via user input. + See {@link ngModel.NgModelController#$setViewValue `$setViewValue()`} for a detailed lifecycle explanation. + Note that the `$parsers` are not called when the bound ngModel expression changes programmatically. + + The functions are called in array order, each passing + its return value through to the next. The last return value is forwarded to the + {@link ngModel.NgModelController#$validators `$validators`} collection. + + Parsers are used to sanitize / convert the {@link ngModel.NgModelController#$viewValue + `$viewValue`}. + + Returning `undefined` from a parser means a parse error occurred. In that case, + no {@link ngModel.NgModelController#$validators `$validators`} will run and the `ngModel` + will be set to `undefined` unless {@link ngModelOptions `ngModelOptions.allowInvalid`} + is set to `true`. The parse error is stored in `ngModel.$error.parse`. + + This simple example shows a parser that would convert text input value to lowercase: + * ```js + * function parse(value) { + * if (value) { + * return value.toLowerCase(); + * } + * } + * ngModelController.$parsers.push(parse); + * ``` + + * + * @property {Array.} $formatters Array of functions to execute, as a pipeline, whenever + the bound ngModel expression changes programmatically. The `$formatters` are not called when the + value of the control is changed by user interaction. + + Formatters are used to format / convert the {@link ngModel.NgModelController#$modelValue + `$modelValue`} for display in the control. + + The functions are called in reverse array order, each passing the value through to the + next. The last return value is used as the actual DOM value. + + This simple example shows a formatter that would convert the model value to uppercase: + + * ```js + * function format(value) { + * if (value) { + * return value.toUpperCase(); + * } + * } + * ngModel.$formatters.push(format); + * ``` + * + * @property {Object.} $validators A collection of validators that are applied + * whenever the model value changes. The key value within the object refers to the name of the + * validator while the function refers to the validation operation. The validation operation is + * provided with the model value as an argument and must return a true or false value depending + * on the response of that validation. + * + * ```js + * ngModel.$validators.validCharacters = function(modelValue, viewValue) { + * var value = modelValue || viewValue; + * return /[0-9]+/.test(value) && + * /[a-z]+/.test(value) && + * /[A-Z]+/.test(value) && + * /\W+/.test(value); + * }; + * ``` + * + * @property {Object.} $asyncValidators A collection of validations that are expected to + * perform an asynchronous validation (e.g. a HTTP request). The validation function that is provided + * is expected to return a promise when it is run during the model validation process. Once the promise + * is delivered then the validation status will be set to true when fulfilled and false when rejected. + * When the asynchronous validators are triggered, each of the validators will run in parallel and the model + * value will only be updated once all validators have been fulfilled. As long as an asynchronous validator + * is unfulfilled, its key will be added to the controllers `$pending` property. Also, all asynchronous validators + * will only run once all synchronous validators have passed. + * + * Please note that if $http is used then it is important that the server returns a success HTTP response code + * in order to fulfill the validation and a status level of `4xx` in order to reject the validation. + * + * ```js + * ngModel.$asyncValidators.uniqueUsername = function(modelValue, viewValue) { + * var value = modelValue || viewValue; + * + * // Lookup user by username + * return $http.get('/api/users/' + value). + * then(function resolved() { + * //username exists, this means validation fails + * return $q.reject('exists'); + * }, function rejected() { + * //username does not exist, therefore this validation passes + * return true; + * }); + * }; + * ``` + * + * @property {Array.} $viewChangeListeners Array of functions to execute whenever + * a change to {@link ngModel.NgModelController#$viewValue `$viewValue`} has caused a change + * to {@link ngModel.NgModelController#$modelValue `$modelValue`}. + * It is called with no arguments, and its return value is ignored. + * This can be used in place of additional $watches against the model value. + * + * @property {Object} $error An object hash with all failing validator ids as keys. + * @property {Object} $pending An object hash with all pending validator ids as keys. + * + * @property {boolean} $untouched True if control has not lost focus yet. + * @property {boolean} $touched True if control has lost focus. + * @property {boolean} $pristine True if user has not interacted with the control yet. + * @property {boolean} $dirty True if user has already interacted with the control. + * @property {boolean} $valid True if there is no error. + * @property {boolean} $invalid True if at least one error on the control. + * @property {string} $name The name attribute of the control. + * + * @description + * + * `NgModelController` provides API for the {@link ngModel `ngModel`} directive. + * The controller contains services for data-binding, validation, CSS updates, and value formatting + * and parsing. It purposefully does not contain any logic which deals with DOM rendering or + * listening to DOM events. + * Such DOM related logic should be provided by other directives which make use of + * `NgModelController` for data-binding to control elements. + * AngularJS provides this DOM logic for most {@link input `input`} elements. + * At the end of this page you can find a {@link ngModel.NgModelController#custom-control-example + * custom control example} that uses `ngModelController` to bind to `contenteditable` elements. + * + * @example + * ### Custom Control Example + * This example shows how to use `NgModelController` with a custom control to achieve + * data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`) + * collaborate together to achieve the desired result. + * + * `contenteditable` is an HTML5 attribute, which tells the browser to let the element + * contents be edited in place by the user. + * + * We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize} + * module to automatically remove "bad" content like inline event listener (e.g. ``). + * However, as we are using `$sce` the model can still decide to provide unsafe content if it marks + * that content using the `$sce` service. + * + * + + [contenteditable] { + border: 1px solid black; + background-color: white; + min-height: 20px; + } + + .ng-invalid { + border: 1px solid red; + } + + + + angular.module('customControl', ['ngSanitize']). + directive('contenteditable', ['$sce', function($sce) { + return { + restrict: 'A', // only activate on element attribute + require: '?ngModel', // get a hold of NgModelController + link: function(scope, element, attrs, ngModel) { + if (!ngModel) return; // do nothing if no ng-model + + // Specify how UI should be updated + ngModel.$render = function() { + element.html($sce.getTrustedHtml(ngModel.$viewValue || '')); + }; + + // Listen for change events to enable binding + element.on('blur keyup change', function() { + scope.$evalAsync(read); + }); + read(); // initialize + + // Write data to the model + function read() { + var html = element.html(); + // When we clear the content editable the browser leaves a
      behind + // If strip-br attribute is provided then we strip this out + if (attrs.stripBr && html === '
      ') { + html = ''; + } + ngModel.$setViewValue(html); + } + } + }; + }]); +
      + +
      +
      Change me!
      + Required! +
      + +
      +
      + + it('should data-bind and become invalid', function() { + if (browser.params.browser === 'safari' || browser.params.browser === 'firefox') { + // SafariDriver can't handle contenteditable + // and Firefox driver can't clear contenteditables very well + return; + } + var contentEditable = element(by.css('[contenteditable]')); + var content = 'Change me!'; + + expect(contentEditable.getText()).toEqual(content); + + contentEditable.clear(); + contentEditable.sendKeys(protractor.Key.BACK_SPACE); + expect(contentEditable.getText()).toEqual(''); + expect(contentEditable.getAttribute('class')).toMatch(/ng-invalid-required/); + }); + + *
      + * + * + */ +NgModelController.$inject = ['$scope', '$exceptionHandler', '$attrs', '$element', '$parse', '$animate', '$timeout', '$q', '$interpolate']; +function NgModelController($scope, $exceptionHandler, $attr, $element, $parse, $animate, $timeout, $q, $interpolate) { + this.$viewValue = Number.NaN; + this.$modelValue = Number.NaN; + this.$$rawModelValue = undefined; // stores the parsed modelValue / model set from scope regardless of validity. + this.$validators = {}; + this.$asyncValidators = {}; + this.$parsers = []; + this.$formatters = []; + this.$viewChangeListeners = []; + this.$untouched = true; + this.$touched = false; + this.$pristine = true; + this.$dirty = false; + this.$valid = true; + this.$invalid = false; + this.$error = {}; // keep invalid keys here + this.$$success = {}; // keep valid keys here + this.$pending = undefined; // keep pending keys here + this.$name = $interpolate($attr.name || '', false)($scope); + this.$$parentForm = nullFormCtrl; + this.$options = defaultModelOptions; + this.$$updateEvents = ''; + // Attach the correct context to the event handler function for updateOn + this.$$updateEventHandler = this.$$updateEventHandler.bind(this); + + this.$$parsedNgModel = $parse($attr.ngModel); + this.$$parsedNgModelAssign = this.$$parsedNgModel.assign; + this.$$ngModelGet = this.$$parsedNgModel; + this.$$ngModelSet = this.$$parsedNgModelAssign; + this.$$pendingDebounce = null; + this.$$parserValid = undefined; + this.$$parserName = 'parse'; + + this.$$currentValidationRunId = 0; + + this.$$scope = $scope; + this.$$rootScope = $scope.$root; + this.$$attr = $attr; + this.$$element = $element; + this.$$animate = $animate; + this.$$timeout = $timeout; + this.$$parse = $parse; + this.$$q = $q; + this.$$exceptionHandler = $exceptionHandler; + + setupValidity(this); + setupModelWatcher(this); +} + +NgModelController.prototype = { + $$initGetterSetters: function() { + if (this.$options.getOption('getterSetter')) { + var invokeModelGetter = this.$$parse(this.$$attr.ngModel + '()'), + invokeModelSetter = this.$$parse(this.$$attr.ngModel + '($$$p)'); + + this.$$ngModelGet = function($scope) { + var modelValue = this.$$parsedNgModel($scope); + if (isFunction(modelValue)) { + modelValue = invokeModelGetter($scope); + } + return modelValue; + }; + this.$$ngModelSet = function($scope, newValue) { + if (isFunction(this.$$parsedNgModel($scope))) { + invokeModelSetter($scope, {$$$p: newValue}); + } else { + this.$$parsedNgModelAssign($scope, newValue); + } + }; + } else if (!this.$$parsedNgModel.assign) { + throw ngModelMinErr('nonassign', 'Expression \'{0}\' is non-assignable. Element: {1}', + this.$$attr.ngModel, startingTag(this.$$element)); + } + }, + + + /** + * @ngdoc method + * @name ngModel.NgModelController#$render + * + * @description + * Called when the view needs to be updated. It is expected that the user of the ng-model + * directive will implement this method. + * + * The `$render()` method is invoked in the following situations: + * + * * `$rollbackViewValue()` is called. If we are rolling back the view value to the last + * committed value then `$render()` is called to update the input control. + * * The value referenced by `ng-model` is changed programmatically and both the `$modelValue` and + * the `$viewValue` are different from last time. + * + * Since `ng-model` does not do a deep watch, `$render()` is only invoked if the values of + * `$modelValue` and `$viewValue` are actually different from their previous values. If `$modelValue` + * or `$viewValue` are objects (rather than a string or number) then `$render()` will not be + * invoked if you only change a property on the objects. + */ + $render: noop, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$isEmpty + * + * @description + * This is called when we need to determine if the value of an input is empty. + * + * For instance, the required directive does this to work out if the input has data or not. + * + * The default `$isEmpty` function checks whether the value is `undefined`, `''`, `null` or `NaN`. + * + * You can override this for input directives whose concept of being empty is different from the + * default. The `checkboxInputType` directive does this because in its case a value of `false` + * implies empty. + * + * @param {*} value The value of the input to check for emptiness. + * @returns {boolean} True if `value` is "empty". + */ + $isEmpty: function(value) { + // eslint-disable-next-line no-self-compare + return isUndefined(value) || value === '' || value === null || value !== value; + }, + + $$updateEmptyClasses: function(value) { + if (this.$isEmpty(value)) { + this.$$animate.removeClass(this.$$element, NOT_EMPTY_CLASS); + this.$$animate.addClass(this.$$element, EMPTY_CLASS); + } else { + this.$$animate.removeClass(this.$$element, EMPTY_CLASS); + this.$$animate.addClass(this.$$element, NOT_EMPTY_CLASS); + } + }, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$setPristine + * + * @description + * Sets the control to its pristine state. + * + * This method can be called to remove the `ng-dirty` class and set the control to its pristine + * state (`ng-pristine` class). A model is considered to be pristine when the control + * has not been changed from when first compiled. + */ + $setPristine: function() { + this.$dirty = false; + this.$pristine = true; + this.$$animate.removeClass(this.$$element, DIRTY_CLASS); + this.$$animate.addClass(this.$$element, PRISTINE_CLASS); + }, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$setDirty + * + * @description + * Sets the control to its dirty state. + * + * This method can be called to remove the `ng-pristine` class and set the control to its dirty + * state (`ng-dirty` class). A model is considered to be dirty when the control has been changed + * from when first compiled. + */ + $setDirty: function() { + this.$dirty = true; + this.$pristine = false; + this.$$animate.removeClass(this.$$element, PRISTINE_CLASS); + this.$$animate.addClass(this.$$element, DIRTY_CLASS); + this.$$parentForm.$setDirty(); + }, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$setUntouched + * + * @description + * Sets the control to its untouched state. + * + * This method can be called to remove the `ng-touched` class and set the control to its + * untouched state (`ng-untouched` class). Upon compilation, a model is set as untouched + * by default, however this function can be used to restore that state if the model has + * already been touched by the user. + */ + $setUntouched: function() { + this.$touched = false; + this.$untouched = true; + this.$$animate.setClass(this.$$element, UNTOUCHED_CLASS, TOUCHED_CLASS); + }, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$setTouched + * + * @description + * Sets the control to its touched state. + * + * This method can be called to remove the `ng-untouched` class and set the control to its + * touched state (`ng-touched` class). A model is considered to be touched when the user has + * first focused the control element and then shifted focus away from the control (blur event). + */ + $setTouched: function() { + this.$touched = true; + this.$untouched = false; + this.$$animate.setClass(this.$$element, TOUCHED_CLASS, UNTOUCHED_CLASS); + }, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$rollbackViewValue + * + * @description + * Cancel an update and reset the input element's value to prevent an update to the `$modelValue`, + * which may be caused by a pending debounced event or because the input is waiting for some + * future event. + * + * If you have an input that uses `ng-model-options` to set up debounced updates or updates that + * depend on special events such as `blur`, there can be a period when the `$viewValue` is out of + * sync with the ngModel's `$modelValue`. + * + * In this case, you can use `$rollbackViewValue()` to manually cancel the debounced / future update + * and reset the input to the last committed view value. + * + * It is also possible that you run into difficulties if you try to update the ngModel's `$modelValue` + * programmatically before these debounced/future events have resolved/occurred, because AngularJS's + * dirty checking mechanism is not able to tell whether the model has actually changed or not. + * + * The `$rollbackViewValue()` method should be called before programmatically changing the model of an + * input which may have such events pending. This is important in order to make sure that the + * input field will be updated with the new model value and any pending operations are cancelled. + * + * @example + * + * + * angular.module('cancel-update-example', []) + * + * .controller('CancelUpdateController', ['$scope', function($scope) { + * $scope.model = {value1: '', value2: ''}; + * + * $scope.setEmpty = function(e, value, rollback) { + * if (e.keyCode === 27) { + * e.preventDefault(); + * if (rollback) { + * $scope.myForm[value].$rollbackViewValue(); + * } + * $scope.model[value] = ''; + * } + * }; + * }]); + * + * + *
      + *

      Both of these inputs are only updated if they are blurred. Hitting escape should + * empty them. Follow these steps and observe the difference:

      + *
        + *
      1. Type something in the input. You will see that the model is not yet updated
      2. + *
      3. Press the Escape key. + *
          + *
        1. In the first example, nothing happens, because the model is already '', and no + * update is detected. If you blur the input, the model will be set to the current view. + *
        2. + *
        3. In the second example, the pending update is cancelled, and the input is set back + * to the last committed view value (''). Blurring the input does nothing. + *
        4. + *
        + *
      4. + *
      + * + *
      + *
      + *

      Without $rollbackViewValue():

      + * + * value1: "{{ model.value1 }}" + *
      + * + *
      + *

      With $rollbackViewValue():

      + * + * value2: "{{ model.value2 }}" + *
      + *
      + *
      + *
      + + div { + display: table-cell; + } + div:nth-child(1) { + padding-right: 30px; + } + + + *
      + */ + $rollbackViewValue: function() { + this.$$timeout.cancel(this.$$pendingDebounce); + this.$viewValue = this.$$lastCommittedViewValue; + this.$render(); + }, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$validate + * + * @description + * Runs each of the registered validators (first synchronous validators and then + * asynchronous validators). + * If the validity changes to invalid, the model will be set to `undefined`, + * unless {@link ngModelOptions `ngModelOptions.allowInvalid`} is `true`. + * If the validity changes to valid, it will set the model to the last available valid + * `$modelValue`, i.e. either the last parsed value or the last value set from the scope. + */ + $validate: function() { + + // ignore $validate before model is initialized + if (isNumberNaN(this.$modelValue)) { + return; + } + + var viewValue = this.$$lastCommittedViewValue; + // Note: we use the $$rawModelValue as $modelValue might have been + // set to undefined during a view -> model update that found validation + // errors. We can't parse the view here, since that could change + // the model although neither viewValue nor the model on the scope changed + var modelValue = this.$$rawModelValue; + + var prevValid = this.$valid; + var prevModelValue = this.$modelValue; + + var allowInvalid = this.$options.getOption('allowInvalid'); + + var that = this; + this.$$runValidators(modelValue, viewValue, function(allValid) { + // If there was no change in validity, don't update the model + // This prevents changing an invalid modelValue to undefined + if (!allowInvalid && prevValid !== allValid) { + // Note: Don't check this.$valid here, as we could have + // external validators (e.g. calculated on the server), + // that just call $setValidity and need the model value + // to calculate their validity. + that.$modelValue = allValid ? modelValue : undefined; + + if (that.$modelValue !== prevModelValue) { + that.$$writeModelToScope(); + } + } + }); + }, + + $$runValidators: function(modelValue, viewValue, doneCallback) { + this.$$currentValidationRunId++; + var localValidationRunId = this.$$currentValidationRunId; + var that = this; + + // check parser error + if (!processParseErrors()) { + validationDone(false); + return; + } + if (!processSyncValidators()) { + validationDone(false); + return; + } + processAsyncValidators(); + + function processParseErrors() { + var errorKey = that.$$parserName; + + if (isUndefined(that.$$parserValid)) { + setValidity(errorKey, null); + } else { + if (!that.$$parserValid) { + forEach(that.$validators, function(v, name) { + setValidity(name, null); + }); + forEach(that.$asyncValidators, function(v, name) { + setValidity(name, null); + }); + } + + // Set the parse error last, to prevent unsetting it, should a $validators key == parserName + setValidity(errorKey, that.$$parserValid); + return that.$$parserValid; + } + return true; + } + + function processSyncValidators() { + var syncValidatorsValid = true; + forEach(that.$validators, function(validator, name) { + var result = Boolean(validator(modelValue, viewValue)); + syncValidatorsValid = syncValidatorsValid && result; + setValidity(name, result); + }); + if (!syncValidatorsValid) { + forEach(that.$asyncValidators, function(v, name) { + setValidity(name, null); + }); + return false; + } + return true; + } + + function processAsyncValidators() { + var validatorPromises = []; + var allValid = true; + forEach(that.$asyncValidators, function(validator, name) { + var promise = validator(modelValue, viewValue); + if (!isPromiseLike(promise)) { + throw ngModelMinErr('nopromise', + 'Expected asynchronous validator to return a promise but got \'{0}\' instead.', promise); + } + setValidity(name, undefined); + validatorPromises.push(promise.then(function() { + setValidity(name, true); + }, function() { + allValid = false; + setValidity(name, false); + })); + }); + if (!validatorPromises.length) { + validationDone(true); + } else { + that.$$q.all(validatorPromises).then(function() { + validationDone(allValid); + }, noop); + } + } + + function setValidity(name, isValid) { + if (localValidationRunId === that.$$currentValidationRunId) { + that.$setValidity(name, isValid); + } + } + + function validationDone(allValid) { + if (localValidationRunId === that.$$currentValidationRunId) { + + doneCallback(allValid); + } + } + }, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$commitViewValue + * + * @description + * Commit a pending update to the `$modelValue`. + * + * Updates may be pending by a debounced event or because the input is waiting for a some future + * event defined in `ng-model-options`. this method is rarely needed as `NgModelController` + * usually handles calling this in response to input events. + */ + $commitViewValue: function() { + var viewValue = this.$viewValue; + + this.$$timeout.cancel(this.$$pendingDebounce); + + // If the view value has not changed then we should just exit, except in the case where there is + // a native validator on the element. In this case the validation state may have changed even though + // the viewValue has stayed empty. + if (this.$$lastCommittedViewValue === viewValue && (viewValue !== '' || !this.$$hasNativeValidators)) { + return; + } + this.$$updateEmptyClasses(viewValue); + this.$$lastCommittedViewValue = viewValue; + + // change to dirty + if (this.$pristine) { + this.$setDirty(); + } + this.$$parseAndValidate(); + }, + + $$parseAndValidate: function() { + var viewValue = this.$$lastCommittedViewValue; + var modelValue = viewValue; + var that = this; + + this.$$parserValid = isUndefined(modelValue) ? undefined : true; + + // Reset any previous parse error + this.$setValidity(this.$$parserName, null); + this.$$parserName = 'parse'; + + if (this.$$parserValid) { + for (var i = 0; i < this.$parsers.length; i++) { + modelValue = this.$parsers[i](modelValue); + if (isUndefined(modelValue)) { + this.$$parserValid = false; + break; + } + } + } + if (isNumberNaN(this.$modelValue)) { + // this.$modelValue has not been touched yet... + this.$modelValue = this.$$ngModelGet(this.$$scope); + } + var prevModelValue = this.$modelValue; + var allowInvalid = this.$options.getOption('allowInvalid'); + this.$$rawModelValue = modelValue; + + if (allowInvalid) { + this.$modelValue = modelValue; + writeToModelIfNeeded(); + } + + // Pass the $$lastCommittedViewValue here, because the cached viewValue might be out of date. + // This can happen if e.g. $setViewValue is called from inside a parser + this.$$runValidators(modelValue, this.$$lastCommittedViewValue, function(allValid) { + if (!allowInvalid) { + // Note: Don't check this.$valid here, as we could have + // external validators (e.g. calculated on the server), + // that just call $setValidity and need the model value + // to calculate their validity. + that.$modelValue = allValid ? modelValue : undefined; + writeToModelIfNeeded(); + } + }); + + function writeToModelIfNeeded() { + if (that.$modelValue !== prevModelValue) { + that.$$writeModelToScope(); + } + } + }, + + $$writeModelToScope: function() { + this.$$ngModelSet(this.$$scope, this.$modelValue); + forEach(this.$viewChangeListeners, function(listener) { + try { + listener(); + } catch (e) { + // eslint-disable-next-line no-invalid-this + this.$$exceptionHandler(e); + } + }, this); + }, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$setViewValue + * + * @description + * Update the view value. + * + * This method should be called when a control wants to change the view value; typically, + * this is done from within a DOM event handler. For example, the {@link ng.directive:input input} + * directive calls it when the value of the input changes and {@link ng.directive:select select} + * calls it when an option is selected. + * + * When `$setViewValue` is called, the new `value` will be staged for committing through the `$parsers` + * and `$validators` pipelines. If there are no special {@link ngModelOptions} specified then the staged + * value is sent directly for processing through the `$parsers` pipeline. After this, the `$validators` and + * `$asyncValidators` are called and the value is applied to `$modelValue`. + * Finally, the value is set to the **expression** specified in the `ng-model` attribute and + * all the registered change listeners, in the `$viewChangeListeners` list are called. + * + * In case the {@link ng.directive:ngModelOptions ngModelOptions} directive is used with `updateOn` + * and the `default` trigger is not listed, all those actions will remain pending until one of the + * `updateOn` events is triggered on the DOM element. + * All these actions will be debounced if the {@link ng.directive:ngModelOptions ngModelOptions} + * directive is used with a custom debounce for this particular event. + * Note that a `$digest` is only triggered once the `updateOn` events are fired, or if `debounce` + * is specified, once the timer runs out. + * + * When used with standard inputs, the view value will always be a string (which is in some cases + * parsed into another type, such as a `Date` object for `input[date]`.) + * However, custom controls might also pass objects to this method. In this case, we should make + * a copy of the object before passing it to `$setViewValue`. This is because `ngModel` does not + * perform a deep watch of objects, it only looks for a change of identity. If you only change + * the property of the object then ngModel will not realize that the object has changed and + * will not invoke the `$parsers` and `$validators` pipelines. For this reason, you should + * not change properties of the copy once it has been passed to `$setViewValue`. + * Otherwise you may cause the model value on the scope to change incorrectly. + * + *
      + * In any case, the value passed to the method should always reflect the current value + * of the control. For example, if you are calling `$setViewValue` for an input element, + * you should pass the input DOM value. Otherwise, the control and the scope model become + * out of sync. It's also important to note that `$setViewValue` does not call `$render` or change + * the control's DOM value in any way. If we want to change the control's DOM value + * programmatically, we should update the `ngModel` scope expression. Its new value will be + * picked up by the model controller, which will run it through the `$formatters`, `$render` it + * to update the DOM, and finally call `$validate` on it. + *
      + * + * @param {*} value value from the view. + * @param {string} trigger Event that triggered the update. + */ + $setViewValue: function(value, trigger) { + this.$viewValue = value; + if (this.$options.getOption('updateOnDefault')) { + this.$$debounceViewValueCommit(trigger); + } + }, + + $$debounceViewValueCommit: function(trigger) { + var debounceDelay = this.$options.getOption('debounce'); + + if (isNumber(debounceDelay[trigger])) { + debounceDelay = debounceDelay[trigger]; + } else if (isNumber(debounceDelay['default']) && + this.$options.getOption('updateOn').indexOf(trigger) === -1 + ) { + debounceDelay = debounceDelay['default']; + } else if (isNumber(debounceDelay['*'])) { + debounceDelay = debounceDelay['*']; + } + + this.$$timeout.cancel(this.$$pendingDebounce); + var that = this; + if (debounceDelay > 0) { // this fails if debounceDelay is an object + this.$$pendingDebounce = this.$$timeout(function() { + that.$commitViewValue(); + }, debounceDelay); + } else if (this.$$rootScope.$$phase) { + this.$commitViewValue(); + } else { + this.$$scope.$apply(function() { + that.$commitViewValue(); + }); + } + }, + + /** + * @ngdoc method + * + * @name ngModel.NgModelController#$overrideModelOptions + * + * @description + * + * Override the current model options settings programmatically. + * + * The previous `ModelOptions` value will not be modified. Instead, a + * new `ModelOptions` object will inherit from the previous one overriding + * or inheriting settings that are defined in the given parameter. + * + * See {@link ngModelOptions} for information about what options can be specified + * and how model option inheritance works. + * + *
      + * **Note:** this function only affects the options set on the `ngModelController`, + * and not the options on the {@link ngModelOptions} directive from which they might have been + * obtained initially. + *
      + * + *
      + * **Note:** it is not possible to override the `getterSetter` option. + *
      + * + * @param {Object} options a hash of settings to override the previous options + * + */ + $overrideModelOptions: function(options) { + this.$options = this.$options.createChild(options); + this.$$setUpdateOnEvents(); + }, + + /** + * @ngdoc method + * + * @name ngModel.NgModelController#$processModelValue + + * @description + * + * Runs the model -> view pipeline on the current + * {@link ngModel.NgModelController#$modelValue $modelValue}. + * + * The following actions are performed by this method: + * + * - the `$modelValue` is run through the {@link ngModel.NgModelController#$formatters $formatters} + * and the result is set to the {@link ngModel.NgModelController#$viewValue $viewValue} + * - the `ng-empty` or `ng-not-empty` class is set on the element + * - if the `$viewValue` has changed: + * - {@link ngModel.NgModelController#$render $render} is called on the control + * - the {@link ngModel.NgModelController#$validators $validators} are run and + * the validation status is set. + * + * This method is called by ngModel internally when the bound scope value changes. + * Application developers usually do not have to call this function themselves. + * + * This function can be used when the `$viewValue` or the rendered DOM value are not correctly + * formatted and the `$modelValue` must be run through the `$formatters` again. + * + * @example + * Consider a text input with an autocomplete list (for fruit), where the items are + * objects with a name and an id. + * A user enters `ap` and then selects `Apricot` from the list. + * Based on this, the autocomplete widget will call `$setViewValue({name: 'Apricot', id: 443})`, + * but the rendered value will still be `ap`. + * The widget can then call `ctrl.$processModelValue()` to run the model -> view + * pipeline again, which formats the object to the string `Apricot`, + * then updates the `$viewValue`, and finally renders it in the DOM. + * + * + +
      +
      + Search Fruit: + +
      +
      + Model:
      +
      {{selectedFruit | json}}
      +
      +
      +
      + + angular.module('inputExample', []) + .controller('inputController', function($scope) { + $scope.items = [ + {name: 'Apricot', id: 443}, + {name: 'Clementine', id: 972}, + {name: 'Durian', id: 169}, + {name: 'Jackfruit', id: 982}, + {name: 'Strawberry', id: 863} + ]; + }) + .component('basicAutocomplete', { + bindings: { + items: '<', + onSelect: '&' + }, + templateUrl: 'autocomplete.html', + controller: function($element, $scope) { + var that = this; + var ngModel; + + that.$postLink = function() { + ngModel = $element.find('input').controller('ngModel'); + + ngModel.$formatters.push(function(value) { + return (value && value.name) || value; + }); + + ngModel.$parsers.push(function(value) { + var match = value; + for (var i = 0; i < that.items.length; i++) { + if (that.items[i].name === value) { + match = that.items[i]; + break; + } + } + + return match; + }); + }; + + that.selectItem = function(item) { + ngModel.$setViewValue(item); + ngModel.$processModelValue(); + that.onSelect({item: item}); + }; + } + }); + + +
      + +
        +
      • + +
      • +
      +
      +
      + *
      + * + */ + $processModelValue: function() { + var viewValue = this.$$format(); + + if (this.$viewValue !== viewValue) { + this.$$updateEmptyClasses(viewValue); + this.$viewValue = this.$$lastCommittedViewValue = viewValue; + this.$render(); + // It is possible that model and view value have been updated during render + this.$$runValidators(this.$modelValue, this.$viewValue, noop); + } + }, + + /** + * This method is called internally to run the $formatters on the $modelValue + */ + $$format: function() { + var formatters = this.$formatters, + idx = formatters.length; + + var viewValue = this.$modelValue; + while (idx--) { + viewValue = formatters[idx](viewValue); + } + + return viewValue; + }, + + /** + * This method is called internally when the bound scope value changes. + */ + $$setModelValue: function(modelValue) { + this.$modelValue = this.$$rawModelValue = modelValue; + this.$$parserValid = undefined; + this.$processModelValue(); + }, + + $$setUpdateOnEvents: function() { + if (this.$$updateEvents) { + this.$$element.off(this.$$updateEvents, this.$$updateEventHandler); + } + + this.$$updateEvents = this.$options.getOption('updateOn'); + if (this.$$updateEvents) { + this.$$element.on(this.$$updateEvents, this.$$updateEventHandler); + } + }, + + $$updateEventHandler: function(ev) { + this.$$debounceViewValueCommit(ev && ev.type); + } +}; + +function setupModelWatcher(ctrl) { + // model -> value + // Note: we cannot use a normal scope.$watch as we want to detect the following: + // 1. scope value is 'a' + // 2. user enters 'b' + // 3. ng-change kicks in and reverts scope value to 'a' + // -> scope value did not change since the last digest as + // ng-change executes in apply phase + // 4. view should be changed back to 'a' + ctrl.$$scope.$watch(function ngModelWatch(scope) { + var modelValue = ctrl.$$ngModelGet(scope); + + // if scope model value and ngModel value are out of sync + // This cannot be moved to the action function, because it would not catch the + // case where the model is changed in the ngChange function or the model setter + if (modelValue !== ctrl.$modelValue && + // checks for NaN is needed to allow setting the model to NaN when there's an asyncValidator + // eslint-disable-next-line no-self-compare + (ctrl.$modelValue === ctrl.$modelValue || modelValue === modelValue) + ) { + ctrl.$$setModelValue(modelValue); + } + + return modelValue; + }); +} + +/** + * @ngdoc method + * @name ngModel.NgModelController#$setValidity + * + * @description + * Change the validity state, and notify the form. + * + * This method can be called within $parsers/$formatters or a custom validation implementation. + * However, in most cases it should be sufficient to use the `ngModel.$validators` and + * `ngModel.$asyncValidators` collections which will call `$setValidity` automatically. + * + * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be assigned + * to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` + * (for unfulfilled `$asyncValidators`), so that it is available for data-binding. + * The `validationErrorKey` should be in camelCase and will get converted into dash-case + * for class name. Example: `myError` will result in `ng-valid-my-error` and `ng-invalid-my-error` + * classes and can be bound to as `{{ someForm.someControl.$error.myError }}`. + * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending (undefined), + * or skipped (null). Pending is used for unfulfilled `$asyncValidators`. + * Skipped is used by AngularJS when validators do not run because of parse errors and + * when `$asyncValidators` do not run because any of the `$validators` failed. + */ +addSetValidityMethod({ + clazz: NgModelController, + set: function(object, property) { + object[property] = true; + }, + unset: function(object, property) { + delete object[property]; + } +}); + + +/** + * @ngdoc directive + * @name ngModel + * @restrict A + * @priority 1 + * @param {expression} ngModel assignable {@link guide/expression Expression} to bind to. + * + * @description + * The `ngModel` directive binds an `input`,`select`, `textarea` (or custom form control) to a + * property on the scope using {@link ngModel.NgModelController NgModelController}, + * which is created and exposed by this directive. + * + * `ngModel` is responsible for: + * + * - Binding the view into the model, which other directives such as `input`, `textarea` or `select` + * require. + * - Providing validation behavior (i.e. required, number, email, url). + * - Keeping the state of the control (valid/invalid, dirty/pristine, touched/untouched, validation errors). + * - Setting related css classes on the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`, `ng-touched`, + * `ng-untouched`, `ng-empty`, `ng-not-empty`) including animations. + * - Registering the control with its parent {@link ng.directive:form form}. + * + * Note: `ngModel` will try to bind to the property given by evaluating the expression on the + * current scope. If the property doesn't already exist on this scope, it will be created + * implicitly and added to the scope. + * + * For best practices on using `ngModel`, see: + * + * - [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes) + * + * For basic examples, how to use `ngModel`, see: + * + * - {@link ng.directive:input input} + * - {@link input[text] text} + * - {@link input[checkbox] checkbox} + * - {@link input[radio] radio} + * - {@link input[number] number} + * - {@link input[email] email} + * - {@link input[url] url} + * - {@link input[date] date} + * - {@link input[datetime-local] datetime-local} + * - {@link input[time] time} + * - {@link input[month] month} + * - {@link input[week] week} + * - {@link ng.directive:select select} + * - {@link ng.directive:textarea textarea} + * + * ## Complex Models (objects or collections) + * + * By default, `ngModel` watches the model by reference, not value. This is important to know when + * binding inputs to models that are objects (e.g. `Date`) or collections (e.g. arrays). If only properties of the + * object or collection change, `ngModel` will not be notified and so the input will not be re-rendered. + * + * The model must be assigned an entirely new object or collection before a re-rendering will occur. + * + * Some directives have options that will cause them to use a custom `$watchCollection` on the model expression + * - for example, `ngOptions` will do so when a `track by` clause is included in the comprehension expression or + * if the select is given the `multiple` attribute. + * + * The `$watchCollection()` method only does a shallow comparison, meaning that changing properties deeper than the + * first level of the object (or only changing the properties of an item in the collection if it's an array) will still + * not trigger a re-rendering of the model. + * + * ## CSS classes + * The following CSS classes are added and removed on the associated input/select/textarea element + * depending on the validity of the model. + * + * - `ng-valid`: the model is valid + * - `ng-invalid`: the model is invalid + * - `ng-valid-[key]`: for each valid key added by `$setValidity` + * - `ng-invalid-[key]`: for each invalid key added by `$setValidity` + * - `ng-pristine`: the control hasn't been interacted with yet + * - `ng-dirty`: the control has been interacted with + * - `ng-touched`: the control has been blurred + * - `ng-untouched`: the control hasn't been blurred + * - `ng-pending`: any `$asyncValidators` are unfulfilled + * - `ng-empty`: the view does not contain a value or the value is deemed "empty", as defined + * by the {@link ngModel.NgModelController#$isEmpty} method + * - `ng-not-empty`: the view contains a non-empty value + * + * Keep in mind that ngAnimate can detect each of these classes when added and removed. + * + * @animations + * Animations within models are triggered when any of the associated CSS classes are added and removed + * on the input element which is attached to the model. These classes include: `.ng-pristine`, `.ng-dirty`, + * `.ng-invalid` and `.ng-valid` as well as any other validations that are performed on the model itself. + * The animations that are triggered within ngModel are similar to how they work in ngClass and + * animations can be hooked into using CSS transitions, keyframes as well as JS animations. + * + * The following example shows a simple way to utilize CSS transitions to style an input element + * that has been rendered as invalid after it has been validated: + * + *
      + * //be sure to include ngAnimate as a module to hook into more
      + * //advanced animations
      + * .my-input {
      + *   transition:0.5s linear all;
      + *   background: white;
      + * }
      + * .my-input.ng-invalid {
      + *   background: red;
      + *   color:white;
      + * }
      + * 
      + * + * @example + * ### Basic Usage + * + + + +

      + Update input to see transitions when valid/invalid. + Integer is a valid value. +

      +
      + +
      +
      + *
      + * + * @example + * ### Binding to a getter/setter + * + * Sometimes it's helpful to bind `ngModel` to a getter/setter function. A getter/setter is a + * function that returns a representation of the model when called with zero arguments, and sets + * the internal state of a model when called with an argument. It's sometimes useful to use this + * for models that have an internal representation that's different from what the model exposes + * to the view. + * + *
      + * **Best Practice:** It's best to keep getters fast because AngularJS is likely to call them more + * frequently than other parts of your code. + *
      + * + * You use this behavior by adding `ng-model-options="{ getterSetter: true }"` to an element that + * has `ng-model` attached to it. You can also add `ng-model-options="{ getterSetter: true }"` to + * a `
      `, which will enable this behavior for all ``s within it. See + * {@link ng.directive:ngModelOptions `ngModelOptions`} for more. + * + * The following example shows how to use `ngModel` with a getter/setter: + * + * @example + * + +
      + + + +
      user.name = 
      +
      +
      + + angular.module('getterSetterExample', []) + .controller('ExampleController', ['$scope', function($scope) { + var _name = 'Brian'; + $scope.user = { + name: function(newName) { + // Note that newName can be undefined for two reasons: + // 1. Because it is called as a getter and thus called with no arguments + // 2. Because the property should actually be set to undefined. This happens e.g. if the + // input is invalid + return arguments.length ? (_name = newName) : _name; + } + }; + }]); + + *
      + */ +var ngModelDirective = ['$rootScope', function($rootScope) { + return { + restrict: 'A', + require: ['ngModel', '^?form', '^?ngModelOptions'], + controller: NgModelController, + // Prelink needs to run before any input directive + // so that we can set the NgModelOptions in NgModelController + // before anyone else uses it. + priority: 1, + compile: function ngModelCompile(element) { + // Setup initial state of the control + element.addClass(PRISTINE_CLASS).addClass(UNTOUCHED_CLASS).addClass(VALID_CLASS); + + return { + pre: function ngModelPreLink(scope, element, attr, ctrls) { + var modelCtrl = ctrls[0], + formCtrl = ctrls[1] || modelCtrl.$$parentForm, + optionsCtrl = ctrls[2]; + + if (optionsCtrl) { + modelCtrl.$options = optionsCtrl.$options; + } + + modelCtrl.$$initGetterSetters(); + + // notify others, especially parent forms + formCtrl.$addControl(modelCtrl); + + attr.$observe('name', function(newValue) { + if (modelCtrl.$name !== newValue) { + modelCtrl.$$parentForm.$$renameControl(modelCtrl, newValue); + } + }); + + scope.$on('$destroy', function() { + modelCtrl.$$parentForm.$removeControl(modelCtrl); + }); + }, + post: function ngModelPostLink(scope, element, attr, ctrls) { + var modelCtrl = ctrls[0]; + modelCtrl.$$setUpdateOnEvents(); + + function setTouched() { + modelCtrl.$setTouched(); + } + + element.on('blur', function() { + if (modelCtrl.$touched) return; + + if ($rootScope.$$phase) { + scope.$evalAsync(setTouched); + } else { + scope.$apply(setTouched); + } + }); + } + }; + } + }; +}]; diff --git a/src/ng/directive/ngModelOptions.js b/src/ng/directive/ngModelOptions.js new file mode 100644 index 000000000000..1f242001adf9 --- /dev/null +++ b/src/ng/directive/ngModelOptions.js @@ -0,0 +1,580 @@ +'use strict'; + +/* exported defaultModelOptions */ +var defaultModelOptions; +var DEFAULT_REGEXP = /(\s+|^)default(\s+|$)/; + +/** + * @ngdoc type + * @name ModelOptions + * @description + * A container for the options set by the {@link ngModelOptions} directive + */ +function ModelOptions(options) { + this.$$options = options; +} + +ModelOptions.prototype = { + + /** + * @ngdoc method + * @name ModelOptions#getOption + * @param {string} name the name of the option to retrieve + * @returns {*} the value of the option + * @description + * Returns the value of the given option + */ + getOption: function(name) { + return this.$$options[name]; + }, + + /** + * @ngdoc method + * @name ModelOptions#createChild + * @param {Object} options a hash of options for the new child that will override the parent's options + * @return {ModelOptions} a new `ModelOptions` object initialized with the given options. + */ + createChild: function(options) { + var inheritAll = false; + + // make a shallow copy + options = extend({}, options); + + // Inherit options from the parent if specified by the value `"$inherit"` + forEach(options, /** @this */ function(option, key) { + if (option === '$inherit') { + if (key === '*') { + inheritAll = true; + } else { + options[key] = this.$$options[key]; + // `updateOn` is special so we must also inherit the `updateOnDefault` option + if (key === 'updateOn') { + options.updateOnDefault = this.$$options.updateOnDefault; + } + } + } else { + if (key === 'updateOn') { + // If the `updateOn` property contains the `default` event then we have to remove + // it from the event list and set the `updateOnDefault` flag. + options.updateOnDefault = false; + options[key] = trim(option.replace(DEFAULT_REGEXP, function() { + options.updateOnDefault = true; + return ' '; + })); + } + } + }, this); + + if (inheritAll) { + // We have a property of the form: `"*": "$inherit"` + delete options['*']; + defaults(options, this.$$options); + } + + // Finally add in any missing defaults + defaults(options, defaultModelOptions.$$options); + + return new ModelOptions(options); + } +}; + + +defaultModelOptions = new ModelOptions({ + updateOn: '', + updateOnDefault: true, + debounce: 0, + getterSetter: false, + allowInvalid: false, + timezone: null +}); + + +/** + * @ngdoc directive + * @name ngModelOptions + * @restrict A + * @priority 10 + * + * @description + * This directive allows you to modify the behaviour of {@link ngModel} directives within your + * application. You can specify an `ngModelOptions` directive on any element. All {@link ngModel} + * directives will use the options of their nearest `ngModelOptions` ancestor. + * + * The `ngModelOptions` settings are found by evaluating the value of the attribute directive as + * an AngularJS expression. This expression should evaluate to an object, whose properties contain + * the settings. For example: `
      + *
      + * + *
      + *
      + * ``` + * + * the `input` element will have the following settings + * + * ```js + * { allowInvalid: true, updateOn: 'default', debounce: 0 } + * ``` + * + * Notice that the `debounce` setting was not inherited and used the default value instead. + * + * You can specify that all undefined settings are automatically inherited from an ancestor by + * including a property with key of `"*"` and value of `"$inherit"`. + * + * For example given the following fragment of HTML + * + * + * ```html + *
      + *
      + * + *
      + *
      + * ``` + * + * the `input` element will have the following settings + * + * ```js + * { allowInvalid: true, updateOn: 'default', debounce: 200 } + * ``` + * + * Notice that the `debounce` setting now inherits the value from the outer `
      ` element. + * + * If you are creating a reusable component then you should be careful when using `"*": "$inherit"` + * since you may inadvertently inherit a setting in the future that changes the behavior of your component. + * + * + * ## Triggering and debouncing model updates + * + * The `updateOn` and `debounce` properties allow you to specify a custom list of events that will + * trigger a model update and/or a debouncing delay so that the actual update only takes place when + * a timer expires; this timer will be reset after another change takes place. + * + * Given the nature of `ngModelOptions`, the value displayed inside input fields in the view might + * be different from the value in the actual model. This means that if you update the model you + * should also invoke {@link ngModel.NgModelController#$rollbackViewValue} on the relevant input field in + * order to make sure it is synchronized with the model and that any debounced action is canceled. + * + * The easiest way to reference the control's {@link ngModel.NgModelController#$rollbackViewValue} + * method is by making sure the input is placed inside a form that has a `name` attribute. This is + * important because `form` controllers are published to the related scope under the name in their + * `name` attribute. + * + * Any pending changes will take place immediately when an enclosing form is submitted via the + * `submit` event. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` + * to have access to the updated model. + * + * ### Overriding immediate updates + * + * The following example shows how to override immediate updates. Changes on the inputs within the + * form will update the model only when the control loses focus (blur event). If `escape` key is + * pressed while the input field is focused, the value is reset to the value in the current model. + * + * + * + *
      + *
      + *
      + *
      + *
      + *
      user.name = 
      + *
      + *
      + * + * angular.module('optionsExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.user = { name: 'say', data: '' }; + * + * $scope.cancel = function(e) { + * if (e.keyCode === 27) { + * $scope.userForm.userName.$rollbackViewValue(); + * } + * }; + * }]); + * + * + * var model = element(by.binding('user.name')); + * var input = element(by.model('user.name')); + * var other = element(by.model('user.data')); + * + * it('should allow custom events', function() { + * input.sendKeys(' hello'); + * input.click(); + * expect(model.getText()).toEqual('say'); + * other.click(); + * expect(model.getText()).toEqual('say hello'); + * }); + * + * it('should $rollbackViewValue when model changes', function() { + * input.sendKeys(' hello'); + * expect(input.getAttribute('value')).toEqual('say hello'); + * input.sendKeys(protractor.Key.ESCAPE); + * expect(input.getAttribute('value')).toEqual('say'); + * other.click(); + * expect(model.getText()).toEqual('say'); + * }); + * + *
      + * + * ### Debouncing updates + * + * The next example shows how to debounce model changes. Model will be updated only 1 sec after last change. + * If the `Clear` button is pressed, any debounced action is canceled and the value becomes empty. + * + * + * + *
      + *
      + * Name: + * + *
      + *
      + *
      user.name = 
      + *
      + *
      + * + * angular.module('optionsExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.user = { name: 'say' }; + * }]); + * + *
      + * + * ### Default events, extra triggers, and catch-all debounce values + * + * This example shows the relationship between "default" update events and + * additional `updateOn` triggers. + * + * `default` events are those that are bound to the control, and when fired, update the `$viewValue` + * via {@link ngModel.NgModelController#$setViewValue $setViewValue}. Every event that is not listed + * in `updateOn` is considered a "default" event, since different control types have different + * default events. + * + * The control in this example updates by "default", "click", and "blur", with different `debounce` + * values. You can see that "click" doesn't have an individual `debounce` value - + * therefore it uses the `*` debounce value. + * + * There is also a button that calls {@link ngModel.NgModelController#$setViewValue $setViewValue} + * directly with a "custom" event. Since "custom" is not defined in the `updateOn` list, + * it is considered a "default" event and will update the + * control if "default" is defined in `updateOn`, and will receive the "default" debounce value. + * Note that this is just to illustrate how custom controls would possibly call `$setViewValue`. + * + * You can change the `updateOn` and `debounce` configuration to test different scenarios. This + * is done with {@link ngModel.NgModelController#$overrideModelOptions $overrideModelOptions}. + * + + + + + + angular.module('optionsExample', []) + .component('modelUpdateDemo', { + templateUrl: 'template.html', + controller: function() { + this.name = 'Chinua'; + + this.options = { + updateOn: 'default blur click', + debounce: { + default: 2000, + blur: 0, + '*': 1000 + } + }; + + this.updateEvents = function() { + var eventList = this.options.updateOn.split(' '); + eventList.push('*'); + var events = {}; + + for (var i = 0; i < eventList.length; i++) { + events[eventList[i]] = this.options.debounce[eventList[i]]; + } + + this.events = events; + }; + + this.updateOptions = function() { + var options = angular.extend(this.options, { + updateOn: Object.keys(this.events).join(' ').replace('*', ''), + debounce: this.events + }); + + this.form.input.$overrideModelOptions(options); + }; + + // Initialize the event form + this.updateEvents(); + } + }); + + +
      + Input: +
      + Model: {{$ctrl.name}} +
      + + +
      +
      + updateOn
      + + + + + + + + + + + +
      OptionDebounce value
      {{key}}
      + +
      + +
      +
      +
      + * + * + * ## Model updates and validation + * + * The default behaviour in `ngModel` is that the model value is set to `undefined` when the + * validation determines that the value is invalid. By setting the `allowInvalid` property to true, + * the model will still be updated even if the value is invalid. + * + * + * ## Connecting to the scope + * + * By setting the `getterSetter` property to true you are telling ngModel that the `ngModel` expression + * on the scope refers to a "getter/setter" function rather than the value itself. + * + * The following example shows how to bind to getter/setters: + * + * + * + *
      + *
      + * + *
      + *
      user.name = 
      + *
      + *
      + * + * angular.module('getterSetterExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * var _name = 'Brian'; + * $scope.user = { + * name: function(newName) { + * return angular.isDefined(newName) ? (_name = newName) : _name; + * } + * }; + * }]); + * + *
      + * + * + * ## Programmatically changing options + * + * The `ngModelOptions` expression is only evaluated once when the directive is linked; it is not + * watched for changes. However, it is possible to override the options on a single + * {@link ngModel.NgModelController} instance with + * {@link ngModel.NgModelController#$overrideModelOptions `NgModelController#$overrideModelOptions()`}. + * See also the example for + * {@link ngModelOptions#default-events-extra-triggers-and-catch-all-debounce-values + * Default events, extra triggers, and catch-all debounce values}. + * + * + * ## Specifying timezones + * + * You can specify the timezone that date/time input directives expect by providing its name in the + * `timezone` property. + * + * + * ## Formatting the value of `time` and `datetime-local` + * + * With the options `timeSecondsFormat` and `timeStripZeroSeconds` it is possible to adjust the value + * that is displayed in the control. Note that browsers may apply their own formatting + * in the user interface. + * + + + + + + angular.module('timeExample', []) + .component('timeExample', { + templateUrl: 'timeExample.html', + controller: function() { + this.time = new Date(1970, 0, 1, 14, 57, 0); + + this.options = { + timeSecondsFormat: 'ss', + timeStripZeroSeconds: true + }; + + this.optionChange = function() { + this.timeForm.timeFormatted.$overrideModelOptions(this.options); + this.time = new Date(this.time); + }; + } + }); + + +
      + Default: +
      + With options: + +
      + + Options:
      + timeSecondsFormat: + +
      + timeStripZeroSeconds: + +
      +
      + *
      + * + * @param {Object} ngModelOptions options to apply to {@link ngModel} directives on this element and + * and its descendents. + * + * **General options**: + * + * - `updateOn`: string specifying which event should the input be bound to. You can set several + * events using an space delimited list. There is a special event called `default` that + * matches the default events belonging to the control. These are the events that are bound to + * the control, and when fired, update the `$viewValue` via `$setViewValue`. + * + * `ngModelOptions` considers every event that is not listed in `updateOn` a "default" event, + * since different control types use different default events. + * + * See also the section {@link ngModelOptions#triggering-and-debouncing-model-updates + * Triggering and debouncing model updates}. + * + * - `debounce`: integer value which contains the debounce model update value in milliseconds. A + * value of 0 triggers an immediate update. If an object is supplied instead, you can specify a + * custom value for each event. For example: + * ``` + * ng-model-options="{ + * updateOn: 'default blur', + * debounce: { 'default': 500, 'blur': 0 } + * }" + * ``` + * You can use the `*` key to specify a debounce value that applies to all events that are not + * specifically listed. In the following example, `mouseup` would have a debounce delay of 1000: + * ``` + * ng-model-options="{ + * updateOn: 'default blur mouseup', + * debounce: { 'default': 500, 'blur': 0, '*': 1000 } + * }" + * ``` + * - `allowInvalid`: boolean value which indicates that the model can be set with values that did + * not validate correctly instead of the default behavior of setting the model to undefined. + * - `getterSetter`: boolean value which determines whether or not to treat functions bound to + * `ngModel` as getters/setters. + * + * + * **Input-type specific options**: + * + * - `timezone`: Defines the timezone to be used to read/write the `Date` instance in the model for + * ``, ``, ... . It understands UTC/GMT and the + * continental US time zone abbreviations, but for general use, use a time zone offset, for + * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) + * If not specified, the timezone of the browser will be used. + * Note that changing the timezone will have no effect on the current date, and is only applied after + * the next input / model change. + * + * - `timeSecondsFormat`: Defines if the `time` and `datetime-local` types should show seconds and + * milliseconds. The option follows the format string of {@link date date filter}. + * By default, the options is `undefined` which is equal to `'ss.sss'` (seconds and milliseconds). + * The other options are `'ss'` (strips milliseconds), and `''` (empty string), which strips both + * seconds and milliseconds. + * Note that browsers that support `time` and `datetime-local` require the hour and minutes + * part of the time string, and may show the value differently in the user interface. + * {@link ngModelOptions#formatting-the-value-of-time-and-datetime-local- See the example}. + * + * - `timeStripZeroSeconds`: Defines if the `time` and `datetime-local` types should strip the + * seconds and milliseconds from the formatted value if they are zero. This option is applied + * after `timeSecondsFormat`. + * This option can be used to make the formatting consistent over different browsers, as some + * browsers with support for `time` will natively hide the milliseconds and + * seconds if they are zero, but others won't, and browsers that don't implement these input + * types will always show the full string. + * {@link ngModelOptions#formatting-the-value-of-time-and-datetime-local- See the example}. + * + */ +var ngModelOptionsDirective = function() { + NgModelOptionsController.$inject = ['$attrs', '$scope']; + function NgModelOptionsController($attrs, $scope) { + this.$$attrs = $attrs; + this.$$scope = $scope; + } + NgModelOptionsController.prototype = { + $onInit: function() { + var parentOptions = this.parentCtrl ? this.parentCtrl.$options : defaultModelOptions; + var modelOptionsDefinition = this.$$scope.$eval(this.$$attrs.ngModelOptions); + + this.$options = parentOptions.createChild(modelOptionsDefinition); + } + }; + + return { + restrict: 'A', + // ngModelOptions needs to run before ngModel and input directives + priority: 10, + require: {parentCtrl: '?^^ngModelOptions'}, + bindToController: true, + controller: NgModelOptionsController + }; +}; + + +// shallow copy over values from `src` that are not already specified on `dst` +function defaults(dst, src) { + forEach(src, function(value, key) { + if (!isDefined(dst[key])) { + dst[key] = value; + } + }); +} diff --git a/src/ng/directive/ngNonBindable.js b/src/ng/directive/ngNonBindable.js index 6622677a5815..fed7683af711 100644 --- a/src/ng/directive/ngNonBindable.js +++ b/src/ng/directive/ngNonBindable.js @@ -2,32 +2,33 @@ /** * @ngdoc directive - * @name ng.directive:ngNonBindable + * @name ngNonBindable + * @restrict AC * @priority 1000 + * @element ANY * * @description - * Sometimes it is necessary to write code which looks like bindings but which should be left alone - * by angular. Use `ngNonBindable` to make angular ignore a chunk of HTML. - * - * @element ANY + * The `ngNonBindable` directive tells AngularJS not to compile or bind the contents of the current + * DOM element, including directives on the element itself that have a lower priority than + * `ngNonBindable`. This is useful if the element contains what appears to be AngularJS directives + * and bindings but which should be ignored by AngularJS. This could be the case if you have a site + * that displays snippets of code, for instance. * * @example - * In this example there are two location where a simple binding (`{{}}`) is present, but the one - * wrapped in `ngNonBindable` is left alone. + * In this example there are two locations where a simple interpolation binding (`{{}}`) is present, + * but the one wrapped in `ngNonBindable` is left alone. * - * @example - - -
      Normal: {{1 + 2}}
      -
      Ignored: {{1 + 2}}
      -
      - - it('should check ng-non-bindable', function() { - expect(using('.doc-example-live').binding('1 + 2')).toBe('3'); - expect(using('.doc-example-live').element('div:last').text()). - toMatch(/1 \+ 2/); - }); - -
      + + +
      Normal: {{1 + 2}}
      +
      Ignored: {{1 + 2}}
      +
      + + it('should check ng-non-bindable', function() { + expect(element(by.binding('1 + 2')).getText()).toContain('3'); + expect(element.all(by.css('div')).last().getText()).toMatch(/1 \+ 2/); + }); + +
      */ var ngNonBindableDirective = ngDirective({ terminal: true, priority: 1000 }); diff --git a/src/ng/directive/ngOptions.js b/src/ng/directive/ngOptions.js new file mode 100644 index 000000000000..af963c665dc7 --- /dev/null +++ b/src/ng/directive/ngOptions.js @@ -0,0 +1,717 @@ +'use strict'; + +/* exported ngOptionsDirective */ + +/* global jqLiteRemove */ + +var ngOptionsMinErr = minErr('ngOptions'); + +/** + * @ngdoc directive + * @name ngOptions + * @restrict A + * + * @description + * + * The `ngOptions` attribute can be used to dynamically generate a list of `` + * DOM element. + * * `disable`: The result of this expression will be used to disable the rendered `
    2. -
    3. - [add] -
    4. - -
      - Color (null not allowed): -
      - - Color (null allowed): - - -
      - - Color grouped by shade: -
      - - - Select bogus.
      -
      - Currently selected: {{ {selected_color:color} }} -
      -
      -
    - - - it('should check ng-options', function() { - expect(binding('{selected_color:color}')).toMatch('red'); - select('color').option('0'); - expect(binding('{selected_color:color}')).toMatch('black'); - using('.nullable').select('color').option(''); - expect(binding('{selected_color:color}')).toMatch('null'); - }); - - + * ### Set the "required" error when the unknown option is selected. + * + * By default, the "required" error on the ngModelController is only set on a required select + * when the empty option is selected. This example adds a custom directive that also sets the + * error when the unknown option is selected. + * + * + * + *
    + *
    + *
    + *
    + * Error: Please select a value
    + * + *
    + *
    + *
    + *
    + * + * angular.module('staticSelect', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.selected = null; + * + * $scope.forceUnknownOption = function() { + * $scope.selected = 'nonsense'; + * }; + * }]) + * .directive('unknownValueRequired', function() { + * return { + * priority: 1, // This directive must run after the required directive has added its validator + * require: ['ngModel', 'select'], + * link: function(scope, element, attrs, ctrls) { + * var ngModelCtrl = ctrls[0]; + * var selectCtrl = ctrls[1]; + * + * var originalRequiredValidator = ngModelCtrl.$validators.required; + * + * ngModelCtrl.$validators.required = function() { + * if (attrs.required && selectCtrl.$isUnknownOptionSelected()) { + * return false; + * } + * + * return originalRequiredValidator.apply(this, arguments); + * }; + * } + * }; + * }); + * + * + * it('should show the error message when the unknown option is selected', function() { + + var error = element(by.className('error')); + + expect(error.getText()).toBe('Error: Please select a value'); + + element(by.cssContainingText('option', 'Option 1')).click(); + + expect(error.isPresent()).toBe(false); + + element(by.tagName('button')).click(); + + expect(error.getText()).toBe('Error: Please select a value'); + }); + * + *
    + * + * */ +var SelectController = + ['$element', '$scope', /** @this */ function($element, $scope) { + + var self = this, + optionsMap = new NgMap(); + + self.selectValueMap = {}; // Keys are the hashed values, values the original values + + // If the ngModel doesn't get provided then provide a dummy noop version to prevent errors + self.ngModelCtrl = noopNgModelController; + self.multiple = false; + + // The "unknown" option is one that is prepended to the list if the viewValue + // does not match any of the options. When it is rendered the value of the unknown + // option is '? XXX ?' where XXX is the hashKey of the value that is not known. + // + // Support: IE 9 only + // We can't just jqLite('
    + + var expectFriendNames = function(expectedNames, key) { + element.all(by.repeater(key + ' in friends').column(key + '.name')).then(function(arr) { + arr.forEach(function(wd, i) { + expect(wd.getText()).toMatch(expectedNames[i]); + }); + }); + }; + it('should search across all fields when filtering with a string', function() { - input('searchText').enter('m'); - expect(repeater('#searchTextResults tr', 'friend in friends').column('friend.name')). - toEqual(['Mary', 'Mike', 'Adam']); + var searchText = element(by.model('searchText')); + searchText.clear(); + searchText.sendKeys('m'); + expectFriendNames(['Mary', 'Mike', 'Adam'], 'friend'); - input('searchText').enter('76'); - expect(repeater('#searchTextResults tr', 'friend in friends').column('friend.name')). - toEqual(['John', 'Julie']); + searchText.clear(); + searchText.sendKeys('76'); + expectFriendNames(['John', 'Julie'], 'friend'); }); it('should search in specific fields when filtering with a predicate object', function() { - input('search.$').enter('i'); - expect(repeater('#searchObjResults tr', 'friend in friends').column('friend.name')). - toEqual(['Mary', 'Mike', 'Julie', 'Juliette']); + var searchAny = element(by.model('search.$')); + searchAny.clear(); + searchAny.sendKeys('i'); + expectFriendNames(['Mary', 'Mike', 'Julie', 'Juliette'], 'friendObj'); }); it('should use a equal comparison when comparator is true', function() { - input('search.name').enter('Julie'); - input('strict').check(); - expect(repeater('#searchObjResults tr', 'friend in friends').column('friend.name')). - toEqual(['Julie']); + var searchName = element(by.model('search.name')); + var strict = element(by.model('strict')); + searchName.clear(); + searchName.sendKeys('Julie'); + strict.click(); + expectFriendNames(['Julie'], 'friendObj'); }); - - + +
    */ + function filterFilter() { - return function(array, expression, comperator) { - if (!isArray(array)) return array; - var predicates = []; - predicates.check = function(value) { - for (var j = 0; j < predicates.length; j++) { - if(!predicates[j](value)) { - return false; - } + return function(array, expression, comparator, anyPropertyKey) { + if (!isArrayLike(array)) { + if (array == null) { + return array; + } else { + throw minErr('filter')('notarray', 'Expected array but received: {0}', array); } - return true; - }; - switch(typeof comperator) { - case "function": + } + + anyPropertyKey = anyPropertyKey || '$'; + var expressionType = getTypeForFilter(expression); + var predicateFn; + var matchAgainstAnyProp; + + switch (expressionType) { + case 'function': + predicateFn = expression; + break; + case 'boolean': + case 'null': + case 'number': + case 'string': + matchAgainstAnyProp = true; + // falls through + case 'object': + predicateFn = createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp); break; - case "boolean": - if(comperator == true) { - comperator = function(obj, text) { - return angular.equals(obj, text); - } - break; - } default: - comperator = function(obj, text) { - text = (''+text).toLowerCase(); - return (''+obj).toLowerCase().indexOf(text) > -1 - }; + return array; } - var search = function(obj, text){ - if (typeof text == 'string' && text.charAt(0) === '!') { - return !search(obj, text.substr(1)); + + return Array.prototype.filter.call(array, predicateFn); + }; +} + +// Helper functions for `filterFilter` +function createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp) { + var shouldMatchPrimitives = isObject(expression) && (anyPropertyKey in expression); + var predicateFn; + + if (comparator === true) { + comparator = equals; + } else if (!isFunction(comparator)) { + comparator = function(actual, expected) { + if (isUndefined(actual)) { + // No substring matching against `undefined` + return false; } - switch (typeof obj) { - case "boolean": - case "number": - case "string": - return comperator(obj, text); - case "object": - switch (typeof text) { - case "object": - return comperator(obj, text); - break; - default: - for ( var objKey in obj) { - if (objKey.charAt(0) !== '$' && search(obj[objKey], text)) { - return true; - } - } - break; - } - return false; - case "array": - for ( var i = 0; i < obj.length; i++) { - if (search(obj[i], text)) { - return true; - } - } - return false; - default: - return false; + if ((actual === null) || (expected === null)) { + // No substring matching against `null`; only match against `null` + return actual === expected; + } + if (isObject(expected) || (isObject(actual) && !hasCustomToString(actual))) { + // Should not compare primitives against objects, unless they have custom `toString` method + return false; } + + actual = lowercase('' + actual); + expected = lowercase('' + expected); + return actual.indexOf(expected) !== -1; }; - switch (typeof expression) { - case "boolean": - case "number": - case "string": - expression = {$:expression}; - case "object": - for (var key in expression) { - if (key == '$') { - (function() { - if (!expression[key]) return; - var path = key - predicates.push(function(value) { - return search(value, expression[path]); - }); - })(); - } else { - (function() { - if (!expression[key]) return; - var path = key; - predicates.push(function(value) { - return search(getter(value,path), expression[path]); - }); - })(); + } + + predicateFn = function(item) { + if (shouldMatchPrimitives && !isObject(item)) { + return deepCompare(item, expression[anyPropertyKey], comparator, anyPropertyKey, false); + } + return deepCompare(item, expression, comparator, anyPropertyKey, matchAgainstAnyProp); + }; + + return predicateFn; +} + +function deepCompare(actual, expected, comparator, anyPropertyKey, matchAgainstAnyProp, dontMatchWholeObject) { + var actualType = getTypeForFilter(actual); + var expectedType = getTypeForFilter(expected); + + if ((expectedType === 'string') && (expected.charAt(0) === '!')) { + return !deepCompare(actual, expected.substring(1), comparator, anyPropertyKey, matchAgainstAnyProp); + } else if (isArray(actual)) { + // In case `actual` is an array, consider it a match + // if ANY of it's items matches `expected` + return actual.some(function(item) { + return deepCompare(item, expected, comparator, anyPropertyKey, matchAgainstAnyProp); + }); + } + + switch (actualType) { + case 'object': + var key; + if (matchAgainstAnyProp) { + for (key in actual) { + // Under certain, rare, circumstances, key may not be a string and `charAt` will be undefined + // See: https://github.com/angular/angular.js/issues/15644 + if (key.charAt && (key.charAt(0) !== '$') && + deepCompare(actual[key], expected, comparator, anyPropertyKey, true)) { + return true; } } - break; - case 'function': - predicates.push(expression); - break; - default: - return array; - } - var filtered = []; - for ( var j = 0; j < array.length; j++) { - var value = array[j]; - if (predicates.check(value)) { - filtered.push(value); + return dontMatchWholeObject ? false : deepCompare(actual, expected, comparator, anyPropertyKey, false); + } else if (expectedType === 'object') { + for (key in expected) { + var expectedVal = expected[key]; + if (isFunction(expectedVal) || isUndefined(expectedVal)) { + continue; + } + + var matchAnyProperty = key === anyPropertyKey; + var actualVal = matchAnyProperty ? actual : actual[key]; + if (!deepCompare(actualVal, expectedVal, comparator, anyPropertyKey, matchAnyProperty, matchAnyProperty)) { + return false; + } + } + return true; + } else { + return comparator(actual, expected); } - } - return filtered; + case 'function': + return false; + default: + return comparator(actual, expected); } } + +// Used for easily differentiating between `null` and actual `object` +function getTypeForFilter(val) { + return (val === null) ? 'null' : typeof val; +} diff --git a/src/ng/filter/filters.js b/src/ng/filter/filters.js index 0b4a2e91e9b8..482b31897c79 100644 --- a/src/ng/filter/filters.js +++ b/src/ng/filter/filters.js @@ -1,9 +1,13 @@ 'use strict'; +var MAX_DIGITS = 22; +var DECIMAL_SEP = '.'; +var ZERO_CHAR = '0'; + /** * @ngdoc filter - * @name ng.filter:currency - * @function + * @name currency + * @kind function * * @description * Formats a number as a currency (ie $1,234.56). When no currency symbol is provided, default @@ -11,226 +15,444 @@ * * @param {number} amount Input to filter. * @param {string=} symbol Currency symbol or identifier to be displayed. + * @param {number=} fractionSize Number of decimal places to round the amount to, defaults to default max fraction size for current locale * @returns {string} Formatted number. * * * @example - - + + -
    -
    - default currency symbol ($): {{amount | currency}}
    - custom currency identifier (USD$): {{amount | currency:"USD$"}} +
    +
    + default currency symbol ($): {{amount | currency}}
    + custom currency identifier (USD$): {{amount | currency:"USD$"}}
    + no fractions (0): {{amount | currency:"USD$":0}}
    - - + + it('should init with 1234.56', function() { - expect(binding('amount | currency')).toBe('$1,234.56'); - expect(binding('amount | currency:"USD$"')).toBe('USD$1,234.56'); + expect(element(by.id('currency-default')).getText()).toBe('$1,234.56'); + expect(element(by.id('currency-custom')).getText()).toBe('USD$1,234.56'); + expect(element(by.id('currency-no-fractions')).getText()).toBe('USD$1,235'); }); it('should update', function() { - input('amount').enter('-1234'); - expect(binding('amount | currency')).toBe('($1,234.00)'); - expect(binding('amount | currency:"USD$"')).toBe('(USD$1,234.00)'); + if (browser.params.browser === 'safari') { + // Safari does not understand the minus key. See + // https://github.com/angular/protractor/issues/481 + return; + } + element(by.model('amount')).clear(); + element(by.model('amount')).sendKeys('-1234'); + expect(element(by.id('currency-default')).getText()).toBe('-$1,234.00'); + expect(element(by.id('currency-custom')).getText()).toBe('-USD$1,234.00'); + expect(element(by.id('currency-no-fractions')).getText()).toBe('-USD$1,234'); }); - - + + */ currencyFilter.$inject = ['$locale']; function currencyFilter($locale) { var formats = $locale.NUMBER_FORMATS; - return function(amount, currencySymbol){ - if (isUndefined(currencySymbol)) currencySymbol = formats.CURRENCY_SYM; - return formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, 2). - replace(/\u00A4/g, currencySymbol); + return function(amount, currencySymbol, fractionSize) { + if (isUndefined(currencySymbol)) { + currencySymbol = formats.CURRENCY_SYM; + } + + if (isUndefined(fractionSize)) { + fractionSize = formats.PATTERNS[1].maxFrac; + } + + // If the currency symbol is empty, trim whitespace around the symbol + var currencySymbolRe = !currencySymbol ? /\s*\u00A4\s*/g : /\u00A4/g; + + // if null or undefined pass it through + return (amount == null) + ? amount + : formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, fractionSize). + replace(currencySymbolRe, currencySymbol); }; } /** * @ngdoc filter - * @name ng.filter:number - * @function + * @name number + * @kind function * * @description * Formats a number as text. * + * If the input is null or undefined, it will just be returned. + * If the input is infinite (Infinity or -Infinity), the Infinity symbol '∞' or '-∞' is returned, respectively. * If the input is not a number an empty string is returned. * + * * @param {number|string} number Number to format. - * @param {(number|string)=} [fractionSize=2] Number of decimal places to round the number to. - * @returns {string} Number rounded to decimalPlaces and places a “,” after each third digit. + * @param {(number|string)=} fractionSize Number of decimal places to round the number to. + * If this is not provided then the fraction size is computed from the current locale's number + * formatting pattern. In the case of the default locale, it will be 3. + * @returns {string} Number rounded to `fractionSize` appropriately formatted based on the current + * locale (e.g., in the en_US locale it will have "." as the decimal separator and + * include "," group separators after each third digit). * * @example - - + + -
    - Enter number:
    - Default formatting: {{val | number}}
    - No fractions: {{val | number:0}}
    - Negative number: {{-val | number:4}} +
    +
    + Default formatting: {{val | number}}
    + No fractions: {{val | number:0}}
    + Negative number: {{-val | number:4}}
    - - + + it('should format numbers', function() { - expect(binding('val | number')).toBe('1,234.568'); - expect(binding('val | number:0')).toBe('1,235'); - expect(binding('-val | number:4')).toBe('-1,234.5679'); + expect(element(by.id('number-default')).getText()).toBe('1,234.568'); + expect(element(by.binding('val | number:0')).getText()).toBe('1,235'); + expect(element(by.binding('-val | number:4')).getText()).toBe('-1,234.5679'); }); it('should update', function() { - input('val').enter('3374.333'); - expect(binding('val | number')).toBe('3,374.333'); - expect(binding('val | number:0')).toBe('3,374'); - expect(binding('-val | number:4')).toBe('-3,374.3330'); - }); - - + element(by.model('val')).clear(); + element(by.model('val')).sendKeys('3374.333'); + expect(element(by.id('number-default')).getText()).toBe('3,374.333'); + expect(element(by.binding('val | number:0')).getText()).toBe('3,374'); + expect(element(by.binding('-val | number:4')).getText()).toBe('-3,374.3330'); + }); + + */ - - numberFilter.$inject = ['$locale']; function numberFilter($locale) { var formats = $locale.NUMBER_FORMATS; return function(number, fractionSize) { - return formatNumber(number, formats.PATTERNS[0], formats.GROUP_SEP, formats.DECIMAL_SEP, - fractionSize); + + // if null or undefined pass it through + return (number == null) + ? number + : formatNumber(number, formats.PATTERNS[0], formats.GROUP_SEP, formats.DECIMAL_SEP, + fractionSize); }; } -var DECIMAL_SEP = '.'; -function formatNumber(number, pattern, groupSep, decimalSep, fractionSize) { - if (isNaN(number) || !isFinite(number)) return ''; - - var isNegative = number < 0; - number = Math.abs(number); - var numStr = number + '', - formatedText = '', - parts = []; - - var hasExponent = false; - if (numStr.indexOf('e') !== -1) { - var match = numStr.match(/([\d\.]+)e(-?)(\d+)/); - if (match && match[2] == '-' && match[3] > fractionSize + 1) { - numStr = '0'; - } else { - formatedText = numStr; - hasExponent = true; +/** + * Parse a number (as a string) into three components that can be used + * for formatting the number. + * + * (Significant bits of this parse algorithm came from https://github.com/MikeMcl/big.js/) + * + * @param {string} numStr The number to parse + * @return {object} An object describing this number, containing the following keys: + * - d : an array of digits containing leading zeros as necessary + * - i : the number of the digits in `d` that are to the left of the decimal point + * - e : the exponent for numbers that would need more than `MAX_DIGITS` digits in `d` + * + */ +function parse(numStr) { + var exponent = 0, digits, numberOfIntegerDigits; + var i, j, zeros; + + // Decimal point? + if ((numberOfIntegerDigits = numStr.indexOf(DECIMAL_SEP)) > -1) { + numStr = numStr.replace(DECIMAL_SEP, ''); + } + + // Exponential form? + if ((i = numStr.search(/e/i)) > 0) { + // Work out the exponent. + if (numberOfIntegerDigits < 0) numberOfIntegerDigits = i; + numberOfIntegerDigits += +numStr.slice(i + 1); + numStr = numStr.substring(0, i); + } else if (numberOfIntegerDigits < 0) { + // There was no decimal point or exponent so it is an integer. + numberOfIntegerDigits = numStr.length; + } + + // Count the number of leading zeros. + for (i = 0; numStr.charAt(i) === ZERO_CHAR; i++) { /* empty */ } + + if (i === (zeros = numStr.length)) { + // The digits are all zero. + digits = [0]; + numberOfIntegerDigits = 1; + } else { + // Count the number of trailing zeros + zeros--; + while (numStr.charAt(zeros) === ZERO_CHAR) zeros--; + + // Trailing zeros are insignificant so ignore them + numberOfIntegerDigits -= i; + digits = []; + // Convert string to array of digits without leading/trailing zeros. + for (j = 0; i <= zeros; i++, j++) { + digits[j] = +numStr.charAt(i); } } - if (!hasExponent) { - var fractionLen = (numStr.split(DECIMAL_SEP)[1] || '').length; + // If the number overflows the maximum allowed digits then use an exponent. + if (numberOfIntegerDigits > MAX_DIGITS) { + digits = digits.splice(0, MAX_DIGITS - 1); + exponent = numberOfIntegerDigits - 1; + numberOfIntegerDigits = 1; + } + + return { d: digits, e: exponent, i: numberOfIntegerDigits }; +} - // determine fractionSize if it is not specified - if (isUndefined(fractionSize)) { - fractionSize = Math.min(Math.max(pattern.minFrac, fractionLen), pattern.maxFrac); +/** + * Round the parsed number to the specified number of decimal places + * This function changed the parsedNumber in-place + */ +function roundNumber(parsedNumber, fractionSize, minFrac, maxFrac) { + var digits = parsedNumber.d; + var fractionLen = digits.length - parsedNumber.i; + + // determine fractionSize if it is not specified; `+fractionSize` converts it to a number + fractionSize = (isUndefined(fractionSize)) ? Math.min(Math.max(minFrac, fractionLen), maxFrac) : +fractionSize; + + // The index of the digit to where rounding is to occur + var roundAt = fractionSize + parsedNumber.i; + var digit = digits[roundAt]; + + if (roundAt > 0) { + // Drop fractional digits beyond `roundAt` + digits.splice(Math.max(parsedNumber.i, roundAt)); + + // Set non-fractional digits beyond `roundAt` to 0 + for (var j = roundAt; j < digits.length; j++) { + digits[j] = 0; + } + } else { + // We rounded to zero so reset the parsedNumber + fractionLen = Math.max(0, fractionLen); + parsedNumber.i = 1; + digits.length = Math.max(1, roundAt = fractionSize + 1); + digits[0] = 0; + for (var i = 1; i < roundAt; i++) digits[i] = 0; } - var pow = Math.pow(10, fractionSize); - number = Math.round(number * pow) / pow; - var fraction = ('' + number).split(DECIMAL_SEP); - var whole = fraction[0]; - fraction = fraction[1] || ''; - - var pos = 0, - lgroup = pattern.lgSize, - group = pattern.gSize; - - if (whole.length >= (lgroup + group)) { - pos = whole.length - lgroup; - for (var i = 0; i < pos; i++) { - if ((pos - i)%group === 0 && i !== 0) { - formatedText += groupSep; + if (digit >= 5) { + if (roundAt - 1 < 0) { + for (var k = 0; k > roundAt; k--) { + digits.unshift(0); + parsedNumber.i++; } - formatedText += whole.charAt(i); + digits.unshift(1); + parsedNumber.i++; + } else { + digits[roundAt - 1]++; } } - for (i = pos; i < whole.length; i++) { - if ((whole.length - i)%lgroup === 0 && i !== 0) { - formatedText += groupSep; - } - formatedText += whole.charAt(i); + // Pad out with zeros to get the required fraction length + for (; fractionLen < Math.max(0, fractionSize); fractionLen++) digits.push(0); + + + // Do any carrying, e.g. a digit was rounded up to 10 + var carry = digits.reduceRight(function(carry, d, i, digits) { + d = d + carry; + digits[i] = d % 10; + return Math.floor(d / 10); + }, 0); + if (carry) { + digits.unshift(carry); + parsedNumber.i++; } +} - // format fraction part. - while(fraction.length < fractionSize) { - fraction += '0'; +/** + * Format a number into a string + * @param {number} number The number to format + * @param {{ + * minFrac, // the minimum number of digits required in the fraction part of the number + * maxFrac, // the maximum number of digits required in the fraction part of the number + * gSize, // number of digits in each group of separated digits + * lgSize, // number of digits in the last group of digits before the decimal separator + * negPre, // the string to go in front of a negative number (e.g. `-` or `(`)) + * posPre, // the string to go in front of a positive number + * negSuf, // the string to go after a negative number (e.g. `)`) + * posSuf // the string to go after a positive number + * }} pattern + * @param {string} groupSep The string to separate groups of number (e.g. `,`) + * @param {string} decimalSep The string to act as the decimal separator (e.g. `.`) + * @param {[type]} fractionSize The size of the fractional part of the number + * @return {string} The number formatted as a string + */ +function formatNumber(number, pattern, groupSep, decimalSep, fractionSize) { + + if (!(isString(number) || isNumber(number)) || isNaN(number)) return ''; + + var isInfinity = !isFinite(number); + var isZero = false; + var numStr = Math.abs(number) + '', + formattedText = '', + parsedNumber; + + if (isInfinity) { + formattedText = '\u221e'; + } else { + parsedNumber = parse(numStr); + + roundNumber(parsedNumber, fractionSize, pattern.minFrac, pattern.maxFrac); + + var digits = parsedNumber.d; + var integerLen = parsedNumber.i; + var exponent = parsedNumber.e; + var decimals = []; + isZero = digits.reduce(function(isZero, d) { return isZero && !d; }, true); + + // pad zeros for small numbers + while (integerLen < 0) { + digits.unshift(0); + integerLen++; } - if (fractionSize && fractionSize !== "0") formatedText += decimalSep + fraction.substr(0, fractionSize); - } + // extract decimals digits + if (integerLen > 0) { + decimals = digits.splice(integerLen, digits.length); + } else { + decimals = digits; + digits = [0]; + } + + // format the integer digits with grouping separators + var groups = []; + if (digits.length >= pattern.lgSize) { + groups.unshift(digits.splice(-pattern.lgSize, digits.length).join('')); + } + while (digits.length > pattern.gSize) { + groups.unshift(digits.splice(-pattern.gSize, digits.length).join('')); + } + if (digits.length) { + groups.unshift(digits.join('')); + } + formattedText = groups.join(groupSep); + + // append the decimal digits + if (decimals.length) { + formattedText += decimalSep + decimals.join(''); + } - parts.push(isNegative ? pattern.negPre : pattern.posPre); - parts.push(formatedText); - parts.push(isNegative ? pattern.negSuf : pattern.posSuf); - return parts.join(''); + if (exponent) { + formattedText += 'e+' + exponent; + } + } + if (number < 0 && !isZero) { + return pattern.negPre + formattedText + pattern.negSuf; + } else { + return pattern.posPre + formattedText + pattern.posSuf; + } } -function padNumber(num, digits, trim) { +function padNumber(num, digits, trim, negWrap) { var neg = ''; - if (num < 0) { - neg = '-'; - num = -num; + if (num < 0 || (negWrap && num <= 0)) { + if (negWrap) { + num = -num + 1; + } else { + num = -num; + neg = '-'; + } } num = '' + num; - while(num.length < digits) num = '0' + num; - if (trim) + while (num.length < digits) num = ZERO_CHAR + num; + if (trim) { num = num.substr(num.length - digits); + } return neg + num; } -function dateGetter(name, size, offset, trim) { +function dateGetter(name, size, offset, trim, negWrap) { + offset = offset || 0; return function(date) { var value = date['get' + name](); - if (offset > 0 || value > -offset) + if (offset > 0 || value > -offset) { value += offset; - if (value === 0 && offset == -12 ) value = 12; - return padNumber(value, size, trim); + } + if (value === 0 && offset === -12) value = 12; + return padNumber(value, size, trim, negWrap); }; } -function dateStrGetter(name, shortForm) { +function dateStrGetter(name, shortForm, standAlone) { return function(date, formats) { var value = date['get' + name](); - var get = uppercase(shortForm ? ('SHORT' + name) : name); + var propPrefix = (standAlone ? 'STANDALONE' : '') + (shortForm ? 'SHORT' : ''); + var get = uppercase(propPrefix + name); return formats[get][value]; }; } -function timeZoneGetter(date) { - var zone = -1 * date.getTimezoneOffset(); - var paddedZone = (zone >= 0) ? "+" : ""; +function timeZoneGetter(date, formats, offset) { + var zone = -1 * offset; + var paddedZone = (zone >= 0) ? '+' : ''; - paddedZone += padNumber(zone / 60, 2) + padNumber(Math.abs(zone % 60), 2); + paddedZone += padNumber(Math[zone > 0 ? 'floor' : 'ceil'](zone / 60), 2) + + padNumber(Math.abs(zone % 60), 2); return paddedZone; } +function getFirstThursdayOfYear(year) { + // 0 = index of January + var dayOfWeekOnFirst = (new Date(year, 0, 1)).getDay(); + // 4 = index of Thursday (+1 to account for 1st = 5) + // 11 = index of *next* Thursday (+1 account for 1st = 12) + return new Date(year, 0, ((dayOfWeekOnFirst <= 4) ? 5 : 12) - dayOfWeekOnFirst); +} + +function getThursdayThisWeek(datetime) { + return new Date(datetime.getFullYear(), datetime.getMonth(), + // 4 = index of Thursday + datetime.getDate() + (4 - datetime.getDay())); +} + +function weekGetter(size) { + return function(date) { + var firstThurs = getFirstThursdayOfYear(date.getFullYear()), + thisThurs = getThursdayThisWeek(date); + + var diff = +thisThurs - +firstThurs, + result = 1 + Math.round(diff / 6.048e8); // 6.048e8 ms per week + + return padNumber(result, size); + }; +} + function ampmGetter(date, formats) { return date.getHours() < 12 ? formats.AMPMS[0] : formats.AMPMS[1]; } +function eraGetter(date, formats) { + return date.getFullYear() <= 0 ? formats.ERAS[0] : formats.ERAS[1]; +} + +function longEraGetter(date, formats) { + return date.getFullYear() <= 0 ? formats.ERANAMES[0] : formats.ERANAMES[1]; +} + var DATE_FORMATS = { - yyyy: dateGetter('FullYear', 4), - yy: dateGetter('FullYear', 2, 0, true), - y: dateGetter('FullYear', 1), + yyyy: dateGetter('FullYear', 4, 0, false, true), + yy: dateGetter('FullYear', 2, 0, true, true), + y: dateGetter('FullYear', 1, 0, false, true), MMMM: dateStrGetter('Month'), MMM: dateStrGetter('Month', true), MM: dateGetter('Month', 2, 1), M: dateGetter('Month', 1, 1), + LLLL: dateStrGetter('Month', false, true), dd: dateGetter('Date', 2), d: dateGetter('Date', 1), HH: dateGetter('Hours', 2), @@ -241,22 +463,28 @@ var DATE_FORMATS = { m: dateGetter('Minutes', 1), ss: dateGetter('Seconds', 2), s: dateGetter('Seconds', 1), - // while ISO 8601 requires fractions to be prefixed with `.` or `,` + // while ISO 8601 requires fractions to be prefixed with `.` or `,` // we can be just safely rely on using `sss` since we currently don't support single or two digit fractions sss: dateGetter('Milliseconds', 3), EEEE: dateStrGetter('Day'), EEE: dateStrGetter('Day', true), a: ampmGetter, - Z: timeZoneGetter + Z: timeZoneGetter, + ww: weekGetter(2), + w: weekGetter(1), + G: eraGetter, + GG: eraGetter, + GGG: eraGetter, + GGGG: longEraGetter }; -var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+|H+|h+|m+|s+|a|Z))(.*)/, - NUMBER_STRING = /^\d+$/; +var DATE_FORMATS_SPLIT = /((?:[^yMLdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|m+|s+|a|Z|G+|w+))([\s\S]*)/, + NUMBER_STRING = /^-?\d+$/; /** * @ngdoc filter - * @name ng.filter:date - * @function + * @name date + * @kind function * * @description * Formats `date` to a string based on the requested `format`. @@ -270,69 +498,84 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+ * * `'MMM'`: Month in year (Jan-Dec) * * `'MM'`: Month in year, padded (01-12) * * `'M'`: Month in year (1-12) + * * `'LLLL'`: Stand-alone month in year (January-December) * * `'dd'`: Day in month, padded (01-31) * * `'d'`: Day in month (1-31) * * `'EEEE'`: Day in Week,(Sunday-Saturday) * * `'EEE'`: Day in Week, (Sun-Sat) * * `'HH'`: Hour in day, padded (00-23) * * `'H'`: Hour in day (0-23) - * * `'hh'`: Hour in am/pm, padded (01-12) - * * `'h'`: Hour in am/pm, (1-12) + * * `'hh'`: Hour in AM/PM, padded (01-12) + * * `'h'`: Hour in AM/PM, (1-12) * * `'mm'`: Minute in hour, padded (00-59) * * `'m'`: Minute in hour (0-59) * * `'ss'`: Second in minute, padded (00-59) * * `'s'`: Second in minute (0-59) - * * `'.sss' or ',sss'`: Millisecond in second, padded (000-999) - * * `'a'`: am/pm marker - * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-1200) + * * `'sss'`: Millisecond in second, padded (000-999) + * * `'a'`: AM/PM marker + * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200) + * * `'ww'`: Week of year, padded (00-53). Week 01 is the week with the first Thursday of the year + * * `'w'`: Week of year (0-53). Week 1 is the week with the first Thursday of the year + * * `'G'`, `'GG'`, `'GGG'`: The abbreviated form of the era string (e.g. 'AD') + * * `'GGGG'`: The long form of the era string (e.g. 'Anno Domini') * * `format` string can also be one of the following predefined * {@link guide/i18n localizable formats}: * * * `'medium'`: equivalent to `'MMM d, y h:mm:ss a'` for en_US locale - * (e.g. Sep 3, 2010 12:05:08 pm) - * * `'short'`: equivalent to `'M/d/yy h:mm a'` for en_US locale (e.g. 9/3/10 12:05 pm) - * * `'fullDate'`: equivalent to `'EEEE, MMMM d,y'` for en_US locale + * (e.g. Sep 3, 2010 12:05:08 PM) + * * `'short'`: equivalent to `'M/d/yy h:mm a'` for en_US locale (e.g. 9/3/10 12:05 PM) + * * `'fullDate'`: equivalent to `'EEEE, MMMM d, y'` for en_US locale * (e.g. Friday, September 3, 2010) - * * `'longDate'`: equivalent to `'MMMM d, y'` for en_US locale (e.g. September 3, 2010 + * * `'longDate'`: equivalent to `'MMMM d, y'` for en_US locale (e.g. September 3, 2010) * * `'mediumDate'`: equivalent to `'MMM d, y'` for en_US locale (e.g. Sep 3, 2010) * * `'shortDate'`: equivalent to `'M/d/yy'` for en_US locale (e.g. 9/3/10) - * * `'mediumTime'`: equivalent to `'h:mm:ss a'` for en_US locale (e.g. 12:05:08 pm) - * * `'shortTime'`: equivalent to `'h:mm a'` for en_US locale (e.g. 12:05 pm) + * * `'mediumTime'`: equivalent to `'h:mm:ss a'` for en_US locale (e.g. 12:05:08 PM) + * * `'shortTime'`: equivalent to `'h:mm a'` for en_US locale (e.g. 12:05 PM) + * + * `format` string can contain literal values. These need to be escaped by surrounding with single quotes (e.g. + * `"h 'in the morning'"`). In order to output a single quote, escape it - i.e., two single quotes in a sequence + * (e.g. `"h 'o''clock'"`). * - * `format` string can contain literal values. These need to be quoted with single quotes (e.g. - * `"h 'in the morning'"`). In order to output single quote, use two single quotes in a sequence - * (e.g. `"h o''clock"`). + * Any other characters in the `format` string will be output as-is. * * @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or - * number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.SSSZ and it's + * number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.sssZ and its * shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is * specified in the string input, the time is considered to be in the local timezone. * @param {string=} format Formatting rules (see Description). If not specified, * `mediumDate` is used. + * @param {string=} timezone Timezone to be used for formatting. It understands UTC/GMT and the + * continental US time zone abbreviations, but for general use, use a time zone offset, for + * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) + * If not specified, the timezone of the browser will be used. * @returns {string} Formatted string or the input if input is not recognized as date/millis. * * @example - - + + {{1288323623006 | date:'medium'}}: - {{1288323623006 | date:'medium'}}
    + {{1288323623006 | date:'medium'}}
    {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}: - {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}
    + {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}
    {{1288323623006 | date:'MM/dd/yyyy @ h:mma'}}: - {{'1288323623006' | date:'MM/dd/yyyy @ h:mma'}}
    -
    - + {{'1288323623006' | date:'MM/dd/yyyy @ h:mma'}}
    + {{1288323623006 | date:"MM/dd/yyyy 'at' h:mma"}}: + {{'1288323623006' | date:"MM/dd/yyyy 'at' h:mma"}}
    + + it('should format date', function() { - expect(binding("1288323623006 | date:'medium'")). + expect(element(by.binding("1288323623006 | date:'medium'")).getText()). toMatch(/Oct 2\d, 2010 \d{1,2}:\d{2}:\d{2} (AM|PM)/); - expect(binding("1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'")). - toMatch(/2010\-10\-2\d \d{2}:\d{2}:\d{2} (\-|\+)?\d{4}/); - expect(binding("'1288323623006' | date:'MM/dd/yyyy @ h:mma'")). + expect(element(by.binding("1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'")).getText()). + toMatch(/2010-10-2\d \d{2}:\d{2}:\d{2} (-|\+)?\d{4}/); + expect(element(by.binding("'1288323623006' | date:'MM/dd/yyyy @ h:mma'")).getText()). toMatch(/10\/2\d\/2010 @ \d{1,2}:\d{2}(AM|PM)/); + expect(element(by.binding("'1288323623006' | date:\"MM/dd/yyyy 'at' h:mma\"")).getText()). + toMatch(/10\/2\d\/2010 at \d{1,2}:\d{2}(AM|PM)/); }); -
    -
    + + */ dateFilter.$inject = ['$locale']; function dateFilter($locale) { @@ -342,7 +585,7 @@ function dateFilter($locale) { // 1 2 3 4 5 6 7 8 9 10 11 function jsonStringToDate(string) { var match; - if (match = string.match(R_ISO8601_STR)) { + if ((match = string.match(R_ISO8601_STR))) { var date = new Date(0), tzHour = 0, tzMin = 0, @@ -350,18 +593,22 @@ function dateFilter($locale) { timeSetter = match[8] ? date.setUTCHours : date.setHours; if (match[9]) { - tzHour = int(match[9] + match[10]); - tzMin = int(match[9] + match[11]); + tzHour = toInt(match[9] + match[10]); + tzMin = toInt(match[9] + match[11]); } - dateSetter.call(date, int(match[1]), int(match[2]) - 1, int(match[3])); - timeSetter.call(date, int(match[4]||0) - tzHour, int(match[5]||0) - tzMin, int(match[6]||0), int(match[7]||0)); + dateSetter.call(date, toInt(match[1]), toInt(match[2]) - 1, toInt(match[3])); + var h = toInt(match[4] || 0) - tzHour; + var m = toInt(match[5] || 0) - tzMin; + var s = toInt(match[6] || 0); + var ms = Math.round(parseFloat('0.' + (match[7] || 0)) * 1000); + timeSetter.call(date, h, m, s, ms); return date; } return string; } - return function(date, format) { + return function(date, format, timezone) { var text = '', parts = [], fn, match; @@ -369,22 +616,18 @@ function dateFilter($locale) { format = format || 'mediumDate'; format = $locale.DATETIME_FORMATS[format] || format; if (isString(date)) { - if (NUMBER_STRING.test(date)) { - date = int(date); - } else { - date = jsonStringToDate(date); - } + date = NUMBER_STRING.test(date) ? toInt(date) : jsonStringToDate(date); } if (isNumber(date)) { date = new Date(date); } - if (!isDate(date)) { + if (!isDate(date) || !isFinite(date.getTime())) { return date; } - while(format) { + while (format) { match = DATE_FORMATS_SPLIT.exec(format); if (match) { parts = concat(parts, match, 1); @@ -395,10 +638,15 @@ function dateFilter($locale) { } } - forEach(parts, function(value){ + var dateTimezoneOffset = date.getTimezoneOffset(); + if (timezone) { + dateTimezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); + date = convertTimezoneToLocal(date, timezone, true); + } + forEach(parts, function(value) { fn = DATE_FORMATS[value]; - text += fn ? fn(date, $locale.DATETIME_FORMATS) - : value.replace(/(^'|'$)/g, '').replace(/''/g, "'"); + text += fn ? fn(date, $locale.DATETIME_FORMATS, dateTimezoneOffset) + : value === '\'\'' ? '\'' : value.replace(/(^'|'$)/g, '').replace(/''/g, '\''); }); return text; @@ -408,8 +656,8 @@ function dateFilter($locale) { /** * @ngdoc filter - * @name ng.filter:json - * @function + * @name json + * @kind function * * @description * Allows you to convert a JavaScript object into JSON string. @@ -418,35 +666,44 @@ function dateFilter($locale) { * the binding is automatically converted to JSON. * * @param {*} object Any JavaScript object (including arrays and primitive types) to filter. + * @param {number=} spacing The number of spaces to use per indentation, defaults to 2. * @returns {string} JSON string. * * - * @example: - - -
    {{ {'name':'value'} | json }}
    -
    - + * @example + + +
    {{ {'name':'value'} | json }}
    +
    {{ {'name':'value'} | json:4 }}
    +
    + it('should jsonify filtered objects', function() { - expect(binding("{'name':'value'}")).toMatch(/\{\n "name": ?"value"\n}/); + expect(element(by.id('default-spacing')).getText()).toMatch(/\{\n {2}"name": ?"value"\n}/); + expect(element(by.id('custom-spacing')).getText()).toMatch(/\{\n {4}"name": ?"value"\n}/); }); -
    -
    + + * */ function jsonFilter() { - return function(object) { - return toJson(object, true); + return function(object, spacing) { + if (isUndefined(spacing)) { + spacing = 2; + } + return toJson(object, spacing); }; } /** * @ngdoc filter - * @name ng.filter:lowercase - * @function + * @name lowercase + * @kind function * @description * Converts string to lowercase. + * + * See the {@link ng.uppercase uppercase filter documentation} for a functionally identical example. + * * @see angular.lowercase */ var lowercaseFilter = valueFn(lowercase); @@ -454,10 +711,26 @@ var lowercaseFilter = valueFn(lowercase); /** * @ngdoc filter - * @name ng.filter:uppercase - * @function + * @name uppercase + * @kind function * @description * Converts string to uppercase. - * @see angular.uppercase + * @example + + + +
    + +

    {{title}}

    + +

    {{title | uppercase}}

    +
    +
    +
    */ var uppercaseFilter = valueFn(uppercase); diff --git a/src/ng/filter/limitTo.js b/src/ng/filter/limitTo.js index bbbeb83c8dbe..3a7998b73957 100644 --- a/src/ng/filter/limitTo.js +++ b/src/ng/filter/limitTo.js @@ -1,104 +1,133 @@ 'use strict'; /** - * @ngdoc function - * @name ng.filter:limitTo - * @function + * @ngdoc filter + * @name limitTo + * @kind function * * @description - * Creates a new array or string containing only a specified number of elements. The elements - * are taken from either the beginning or the end of the source array or string, as specified by - * the value and sign (positive or negative) of `limit`. + * Creates a new array or string containing only a specified number of elements. The elements are + * taken from either the beginning or the end of the source array, string or number, as specified by + * the value and sign (positive or negative) of `limit`. Other array-like objects are also supported + * (e.g. array subclasses, NodeLists, jqLite/jQuery collections etc). If a number is used as input, + * it is converted to a string. * - * Note: This function is used to augment the `Array` type in Angular expressions. See - * {@link ng.$filter} for more information about Angular arrays. - * - * @param {Array|string} input Source array or string to be limited. - * @param {string|number} limit The length of the returned array or string. If the `limit` number + * @param {Array|ArrayLike|string|number} input - Array/array-like, string or number to be limited. + * @param {string|number} limit - The length of the returned array or string. If the `limit` number * is positive, `limit` number of items from the beginning of the source array/string are copied. - * If the number is negative, `limit` number of items from the end of the source array/string - * are copied. The `limit` will be trimmed if it exceeds `array.length` - * @returns {Array|string} A new sub-array or substring of length `limit` or less if input array - * had less than `limit` elements. + * If the number is negative, `limit` number of items from the end of the source array/string + * are copied. The `limit` will be trimmed if it exceeds `array.length`. If `limit` is undefined, + * the input will be returned unchanged. + * @param {(string|number)=} begin - Index at which to begin limitation. As a negative index, + * `begin` indicates an offset from the end of `input`. Defaults to `0`. + * @returns {Array|string} A new sub-array or substring of length `limit` or less if the input had + * less than `limit` elements. * * @example - - + + -
    - Limit {{numbers}} to: +
    +

    Output numbers: {{ numbers | limitTo:numLimit }}

    - Limit {{letters}} to: +

    Output letters: {{ letters | limitTo:letterLimit }}

    + +

    Output long number: {{ longNumber | limitTo:longNumberLimit }}

    - - + + + var numLimitInput = element(by.model('numLimit')); + var letterLimitInput = element(by.model('letterLimit')); + var longNumberLimitInput = element(by.model('longNumberLimit')); + var limitedNumbers = element(by.binding('numbers | limitTo:numLimit')); + var limitedLetters = element(by.binding('letters | limitTo:letterLimit')); + var limitedLongNumber = element(by.binding('longNumber | limitTo:longNumberLimit')); + it('should limit the number array to first three items', function() { - expect(element('.doc-example-live input[ng-model=numLimit]').val()).toBe('3'); - expect(element('.doc-example-live input[ng-model=letterLimit]').val()).toBe('3'); - expect(binding('numbers | limitTo:numLimit')).toEqual('[1,2,3]'); - expect(binding('letters | limitTo:letterLimit')).toEqual('abc'); + expect(numLimitInput.getAttribute('value')).toBe('3'); + expect(letterLimitInput.getAttribute('value')).toBe('3'); + expect(longNumberLimitInput.getAttribute('value')).toBe('3'); + expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3]'); + expect(limitedLetters.getText()).toEqual('Output letters: abc'); + expect(limitedLongNumber.getText()).toEqual('Output long number: 234'); }); - it('should update the output when -3 is entered', function() { - input('numLimit').enter(-3); - input('letterLimit').enter(-3); - expect(binding('numbers | limitTo:numLimit')).toEqual('[7,8,9]'); - expect(binding('letters | limitTo:letterLimit')).toEqual('ghi'); - }); + // There is a bug in safari and protractor that doesn't like the minus key + // it('should update the output when -3 is entered', function() { + // numLimitInput.clear(); + // numLimitInput.sendKeys('-3'); + // letterLimitInput.clear(); + // letterLimitInput.sendKeys('-3'); + // longNumberLimitInput.clear(); + // longNumberLimitInput.sendKeys('-3'); + // expect(limitedNumbers.getText()).toEqual('Output numbers: [7,8,9]'); + // expect(limitedLetters.getText()).toEqual('Output letters: ghi'); + // expect(limitedLongNumber.getText()).toEqual('Output long number: 342'); + // }); it('should not exceed the maximum size of input array', function() { - input('numLimit').enter(100); - input('letterLimit').enter(100); - expect(binding('numbers | limitTo:numLimit')).toEqual('[1,2,3,4,5,6,7,8,9]'); - expect(binding('letters | limitTo:letterLimit')).toEqual('abcdefghi'); + numLimitInput.clear(); + numLimitInput.sendKeys('100'); + letterLimitInput.clear(); + letterLimitInput.sendKeys('100'); + longNumberLimitInput.clear(); + longNumberLimitInput.sendKeys('100'); + expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3,4,5,6,7,8,9]'); + expect(limitedLetters.getText()).toEqual('Output letters: abcdefghi'); + expect(limitedLongNumber.getText()).toEqual('Output long number: 2345432342'); }); - - - */ -function limitToFilter(){ - return function(input, limit) { - if (!isArray(input) && !isString(input)) return input; - - limit = int(limit); - - if (isString(input)) { - //NaN check on limit - if (limit) { - return limit >= 0 ? input.slice(0, limit) : input.slice(limit, input.length); - } else { - return ""; - } + + +*/ +function limitToFilter() { + return function(input, limit, begin) { + if (Math.abs(Number(limit)) === Infinity) { + limit = Number(limit); + } else { + limit = toInt(limit); } + if (isNumberNaN(limit)) return input; - var out = [], - i, n; + if (isNumber(input)) input = input.toString(); + if (!isArrayLike(input)) return input; - // if abs(limit) exceeds maximum length, trim it - if (limit > input.length) - limit = input.length; - else if (limit < -input.length) - limit = -input.length; + begin = (!begin || isNaN(begin)) ? 0 : toInt(begin); + begin = (begin < 0) ? Math.max(0, input.length + begin) : begin; - if (limit > 0) { - i = 0; - n = limit; + if (limit >= 0) { + return sliceFn(input, begin, begin + limit); } else { - i = input.length + limit; - n = input.length; + if (begin === 0) { + return sliceFn(input, limit, input.length); + } else { + return sliceFn(input, Math.max(0, begin + limit), begin); + } } + }; +} - for (; i} expression A predicate to be - * used by the comparator to determine the order of elements. + * The `collection` can be an Array or array-like object (e.g. NodeList, jQuery object, TypedArray, + * String, etc). + * + * The `expression` can be a single predicate, or a list of predicates each serving as a tie-breaker + * for the preceding one. The `expression` is evaluated against each item and the output is used + * for comparing with other items. + * + * You can change the sorting order by setting `reverse` to `true`. By default, items are sorted in + * ascending order. + * + * The comparison is done using the `comparator` function. If none is specified, a default, built-in + * comparator is used (see below for details - in a nutshell, it compares numbers numerically and + * strings alphabetically). + * + * ### Under the hood + * + * Ordering the specified `collection` happens in two phases: + * + * 1. All items are passed through the predicate (or predicates), and the returned values are saved + * along with their type (`string`, `number` etc). For example, an item `{label: 'foo'}`, passed + * through a predicate that extracts the value of the `label` property, would be transformed to: + * ``` + * { + * value: 'foo', + * type: 'string', + * index: ... + * } + * ``` + * **Note:** `null` values use `'null'` as their type. + * 2. The comparator function is used to sort the items, based on the derived values, types and + * indices. + * + * If you use a custom comparator, it will be called with pairs of objects of the form + * `{value: ..., type: '...', index: ...}` and is expected to return `0` if the objects are equal + * (as far as the comparator is concerned), `-1` if the 1st one should be ranked higher than the + * second, or `1` otherwise. + * + * In order to ensure that the sorting will be deterministic across platforms, if none of the + * specified predicates can distinguish between two items, `orderBy` will automatically introduce a + * dummy predicate that returns the item's index as `value`. + * (If you are using a custom comparator, make sure it can handle this predicate as well.) + * + * If a custom comparator still can't distinguish between two items, then they will be sorted based + * on their index using the built-in comparator. + * + * Finally, in an attempt to simplify things, if a predicate returns an object as the extracted + * value for an item, `orderBy` will try to convert that object to a primitive value, before passing + * it to the comparator. The following rules govern the conversion: + * + * 1. If the object has a `valueOf()` method that returns a primitive, its return value will be + * used instead.
    + * (If the object has a `valueOf()` method that returns another object, then the returned object + * will be used in subsequent steps.) + * 2. If the object has a custom `toString()` method (i.e. not the one inherited from `Object`) that + * returns a primitive, its return value will be used instead.
    + * (If the object has a `toString()` method that returns another object, then the returned object + * will be used in subsequent steps.) + * 3. No conversion; the object itself is used. + * + * ### The default comparator + * + * The default, built-in comparator should be sufficient for most usecases. In short, it compares + * numbers numerically, strings alphabetically (and case-insensitively), for objects falls back to + * using their index in the original collection, sorts values of different types by type and puts + * `undefined` and `null` values at the end of the sorted list. + * + * More specifically, it follows these steps to determine the relative order of items: + * + * 1. If the compared values are of different types: + * - If one of the values is undefined, consider it "greater than" the other. + * - Else if one of the values is null, consider it "greater than" the other. + * - Else compare the types themselves alphabetically. + * 2. If both values are of type `string`, compare them alphabetically in a case- and + * locale-insensitive way. + * 3. If both values are objects, compare their indices instead. + * 4. Otherwise, return: + * - `0`, if the values are equal (by strict equality comparison, i.e. using `===`). + * - `-1`, if the 1st value is "less than" the 2nd value (compared using the `<` operator). + * - `1`, otherwise. + * + * **Note:** If you notice numbers not being sorted as expected, make sure they are actually being + * saved as numbers and not strings. + * **Note:** For the purpose of sorting, `null` and `undefined` are considered "greater than" + * any other value (with undefined "greater than" null). This effectively means that `null` + * and `undefined` values end up at the end of a list sorted in ascending order. + * **Note:** `null` values use `'null'` as their type to be able to distinguish them from objects. + * + * @param {Array|ArrayLike} collection - The collection (array or array-like object) to sort. + * @param {(Function|string|Array.)=} expression - A predicate (or list of + * predicates) to be used by the comparator to determine the order of elements. * * Can be one of: * - * - `function`: Getter function. The result of this function will be sorted using the - * `<`, `=`, `>` operator. - * - `string`: An Angular expression which evaluates to an object to order by, such as 'name' - * to sort by a property called 'name'. Optionally prefixed with `+` or `-` to control - * ascending or descending sort order (for example, +name or -name). - * - `Array`: An array of function or string predicates. The first predicate in the array - * is used for sorting, but when two items are equivalent, the next predicate is used. + * - `Function`: A getter function. This function will be called with each item as argument and + * the return value will be used for sorting. + * - `string`: An AngularJS expression. This expression will be evaluated against each item and the + * result will be used for sorting. For example, use `'label'` to sort by a property called + * `label` or `'label.substring(0, 3)'` to sort by the first 3 characters of the `label` + * property.
    + * (The result of a constant expression is interpreted as a property name to be used for + * comparison. For example, use `'"special name"'` (note the extra pair of quotes) to sort by a + * property called `special name`.)
    + * An expression can be optionally prefixed with `+` or `-` to control the sorting direction, + * ascending or descending. For example, `'+label'` or `'-label'`. If no property is provided, + * (e.g. `'+'` or `'-'`), the collection element itself is used in comparisons. + * - `Array`: An array of function and/or string predicates. If a predicate cannot determine the + * relative order of two items, the next predicate is used as a tie-breaker. + * + * **Note:** If the predicate is missing or empty then it defaults to `'+'`. + * + * @param {boolean=} reverse - If `true`, reverse the sorting order. + * @param {(Function)=} comparator - The comparator function used to determine the relative order of + * value pairs. If omitted, the built-in comparator will be used. + * + * @returns {Array} - The sorted array. * - * @param {boolean=} reverse Reverse the order the array. - * @returns {Array} Sorted copy of the source array. * * @example - - - -
    -
    Sorting predicate = {{predicate}}; reverse = {{reverse}}
    -
    - [ unsorted ] - + * ### Ordering a table with `ngRepeat` + * + * The example below demonstrates a simple {@link ngRepeat ngRepeat}, where the data is sorted by + * age in descending order (expression is set to `'-age'`). The `comparator` is not set, which means + * it defaults to the built-in comparator. + * + + +
    +
    - - - + + + + + + + + + +
    Name - (^)Phone NumberAgeNamePhone NumberAge
    {{friend.name}}{{friend.phone}}{{friend.age}}
    +
    + + + angular.module('orderByExample1', []) + .controller('ExampleController', ['$scope', function($scope) { + $scope.friends = [ + {name: 'John', phone: '555-1212', age: 10}, + {name: 'Mary', phone: '555-9876', age: 19}, + {name: 'Mike', phone: '555-4321', age: 21}, + {name: 'Adam', phone: '555-5678', age: 35}, + {name: 'Julie', phone: '555-8765', age: 29} + ]; + }]); + + + .friends { + border-collapse: collapse; + } + + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } + + + // Element locators + var names = element.all(by.repeater('friends').column('friend.name')); + + it('should sort friends by age in reverse order', function() { + expect(names.get(0).getText()).toBe('Adam'); + expect(names.get(1).getText()).toBe('Julie'); + expect(names.get(2).getText()).toBe('Mike'); + expect(names.get(3).getText()).toBe('Mary'); + expect(names.get(4).getText()).toBe('John'); + }); + + + *
    + * + * @example + * ### Changing parameters dynamically + * + * All parameters can be changed dynamically. The next example shows how you can make the columns of + * a table sortable, by binding the `expression` and `reverse` parameters to scope properties. + * + + +
    +
    Sort by = {{propertyName}}; reverse = {{reverse}}
    +
    + +
    + - + + + + + + +
    + + + + + + + + +
    {{friend.name}} {{friend.phone}} {{friend.age}}
    +
    +
    + + angular.module('orderByExample2', []) + .controller('ExampleController', ['$scope', function($scope) { + var friends = [ + {name: 'John', phone: '555-1212', age: 10}, + {name: 'Mary', phone: '555-9876', age: 19}, + {name: 'Mike', phone: '555-4321', age: 21}, + {name: 'Adam', phone: '555-5678', age: 35}, + {name: 'Julie', phone: '555-8765', age: 29} + ]; + + $scope.propertyName = 'age'; + $scope.reverse = true; + $scope.friends = friends; + + $scope.sortBy = function(propertyName) { + $scope.reverse = ($scope.propertyName === propertyName) ? !$scope.reverse : false; + $scope.propertyName = propertyName; + }; + }]); + + + .friends { + border-collapse: collapse; + } + + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } + + .sortorder:after { + content: '\25b2'; // BLACK UP-POINTING TRIANGLE + } + .sortorder.reverse:after { + content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE + } + + + // Element locators + var unsortButton = element(by.partialButtonText('unsorted')); + var nameHeader = element(by.partialButtonText('Name')); + var phoneHeader = element(by.partialButtonText('Phone')); + var ageHeader = element(by.partialButtonText('Age')); + var firstName = element(by.repeater('friends').column('friend.name').row(0)); + var lastName = element(by.repeater('friends').column('friend.name').row(4)); + + it('should sort friends by some property, when clicking on the column header', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + phoneHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Mary'); + + nameHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('Mike'); + + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); + }); + + it('should sort friends in reverse order, when clicking on the same column', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); + + ageHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + }); + + it('should restore the original order, when clicking "Set to unsorted"', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + unsortButton.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Julie'); + }); + +
    + *
    + * + * @example + * ### Using `orderBy` inside a controller + * + * It is also possible to call the `orderBy` filter manually, by injecting `orderByFilter`, and + * calling it with the desired parameters. (Alternatively, you could inject the `$filter` factory + * and retrieve the `orderBy` filter with `$filter('orderBy')`.) + * + + +
    +
    Sort by = {{propertyName}}; reverse = {{reverse}}
    +
    + +
    + + + + + + + + + +
    + + + + + + + + +
    {{friend.name}}{{friend.phone}}{{friend.age}}
    -
    - - it('should be reverse ordered by aged', function() { - expect(binding('predicate')).toBe('-age'); - expect(repeater('table.friend', 'friend in friends').column('friend.age')). - toEqual(['35', '29', '21', '19', '10']); - expect(repeater('table.friend', 'friend in friends').column('friend.name')). - toEqual(['Adam', 'Julie', 'Mike', 'Mary', 'John']); + + + angular.module('orderByExample3', []) + .controller('ExampleController', ['$scope', 'orderByFilter', function($scope, orderBy) { + var friends = [ + {name: 'John', phone: '555-1212', age: 10}, + {name: 'Mary', phone: '555-9876', age: 19}, + {name: 'Mike', phone: '555-4321', age: 21}, + {name: 'Adam', phone: '555-5678', age: 35}, + {name: 'Julie', phone: '555-8765', age: 29} + ]; + + $scope.propertyName = 'age'; + $scope.reverse = true; + $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); + + $scope.sortBy = function(propertyName) { + $scope.reverse = (propertyName !== null && $scope.propertyName === propertyName) + ? !$scope.reverse : false; + $scope.propertyName = propertyName; + $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); + }; + }]); + + + .friends { + border-collapse: collapse; + } + + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } + + .sortorder:after { + content: '\25b2'; // BLACK UP-POINTING TRIANGLE + } + .sortorder.reverse:after { + content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE + } + + + // Element locators + var unsortButton = element(by.partialButtonText('unsorted')); + var nameHeader = element(by.partialButtonText('Name')); + var phoneHeader = element(by.partialButtonText('Phone')); + var ageHeader = element(by.partialButtonText('Age')); + var firstName = element(by.repeater('friends').column('friend.name').row(0)); + var lastName = element(by.repeater('friends').column('friend.name').row(4)); + + it('should sort friends by some property, when clicking on the column header', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + phoneHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Mary'); + + nameHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('Mike'); + + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); + }); + + it('should sort friends in reverse order, when clicking on the same column', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); + + ageHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); }); - it('should reorder the table when user selects different predicate', function() { - element('.doc-example-live a:contains("Name")').click(); - expect(repeater('table.friend', 'friend in friends').column('friend.name')). - toEqual(['Adam', 'John', 'Julie', 'Mary', 'Mike']); - expect(repeater('table.friend', 'friend in friends').column('friend.age')). - toEqual(['35', '10', '29', '19', '21']); - - element('.doc-example-live a:contains("Phone")').click(); - expect(repeater('table.friend', 'friend in friends').column('friend.phone')). - toEqual(['555-9876', '555-8765', '555-5678', '555-4321', '555-1212']); - expect(repeater('table.friend', 'friend in friends').column('friend.name')). - toEqual(['Mary', 'Julie', 'Adam', 'Mike', 'John']); + it('should restore the original order, when clicking "Set to unsorted"', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + unsortButton.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Julie'); }); - -
    + + + *
    + * + * @example + * ### Using a custom comparator + * + * If you have very specific requirements about the way items are sorted, you can pass your own + * comparator function. For example, you might need to compare some strings in a locale-sensitive + * way. (When specifying a custom comparator, you also need to pass a value for the `reverse` + * argument - passing `false` retains the default sorting order, i.e. ascending.) + * + + +
    +
    +

    Locale-sensitive Comparator

    + + + + + + + + + +
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    +
    +
    +

    Default Comparator

    + + + + + + + + + +
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    +
    +
    +
    + + angular.module('orderByExample4', []) + .controller('ExampleController', ['$scope', function($scope) { + $scope.friends = [ + {name: 'John', favoriteLetter: 'Ä'}, + {name: 'Mary', favoriteLetter: 'Ü'}, + {name: 'Mike', favoriteLetter: 'Ö'}, + {name: 'Adam', favoriteLetter: 'H'}, + {name: 'Julie', favoriteLetter: 'Z'} + ]; + + $scope.localeSensitiveComparator = function(v1, v2) { + // If we don't get strings, just compare by index + if (v1.type !== 'string' || v2.type !== 'string') { + return (v1.index < v2.index) ? -1 : 1; + } + + // Compare strings alphabetically, taking locale into account + return v1.value.localeCompare(v2.value); + }; + }]); + + + .friends-container { + display: inline-block; + margin: 0 30px; + } + + .friends { + border-collapse: collapse; + } + + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } + + + // Element locators + var container = element(by.css('.custom-comparator')); + var names = container.all(by.repeater('friends').column('friend.name')); + + it('should sort friends by favorite letter (in correct alphabetical order)', function() { + expect(names.get(0).getText()).toBe('John'); + expect(names.get(1).getText()).toBe('Adam'); + expect(names.get(2).getText()).toBe('Mike'); + expect(names.get(3).getText()).toBe('Mary'); + expect(names.get(4).getText()).toBe('Julie'); + }); + +
    + * */ orderByFilter.$inject = ['$parse']; -function orderByFilter($parse){ - return function(array, sortPredicate, reverseOrder) { - if (!isArray(array)) return array; - if (!sortPredicate) return array; - sortPredicate = isArray(sortPredicate) ? sortPredicate: [sortPredicate]; - sortPredicate = map(sortPredicate, function(predicate){ - var descending = false, get = predicate || identity; - if (isString(predicate)) { - if ((predicate.charAt(0) == '+' || predicate.charAt(0) == '-')) { - descending = predicate.charAt(0) == '-'; +function orderByFilter($parse) { + return function(array, sortPredicate, reverseOrder, compareFn) { + + if (array == null) return array; + if (!isArrayLike(array)) { + throw minErr('orderBy')('notarray', 'Expected array but received: {0}', array); + } + + if (!isArray(sortPredicate)) { sortPredicate = [sortPredicate]; } + if (sortPredicate.length === 0) { sortPredicate = ['+']; } + + var predicates = processPredicates(sortPredicate); + + var descending = reverseOrder ? -1 : 1; + + // Define the `compare()` function. Use a default comparator if none is specified. + var compare = isFunction(compareFn) ? compareFn : defaultCompare; + + // The next three lines are a version of a Swartzian Transform idiom from Perl + // (sometimes called the Decorate-Sort-Undecorate idiom) + // See https://en.wikipedia.org/wiki/Schwartzian_transform + var compareValues = Array.prototype.map.call(array, getComparisonObject); + compareValues.sort(doComparison); + array = compareValues.map(function(item) { return item.value; }); + + return array; + + function getComparisonObject(value, index) { + // NOTE: We are adding an extra `tieBreaker` value based on the element's index. + // This will be used to keep the sort stable when none of the input predicates can + // distinguish between two elements. + return { + value: value, + tieBreaker: {value: index, type: 'number', index: index}, + predicateValues: predicates.map(function(predicate) { + return getPredicateValue(predicate.get(value), index); + }) + }; + } + + function doComparison(v1, v2) { + for (var i = 0, ii = predicates.length; i < ii; i++) { + var result = compare(v1.predicateValues[i], v2.predicateValues[i]); + if (result) { + return result * predicates[i].descending * descending; + } + } + + return (compare(v1.tieBreaker, v2.tieBreaker) || defaultCompare(v1.tieBreaker, v2.tieBreaker)) * descending; + } + }; + + function processPredicates(sortPredicates) { + return sortPredicates.map(function(predicate) { + var descending = 1, get = identity; + + if (isFunction(predicate)) { + get = predicate; + } else if (isString(predicate)) { + if ((predicate.charAt(0) === '+' || predicate.charAt(0) === '-')) { + descending = predicate.charAt(0) === '-' ? -1 : 1; predicate = predicate.substring(1); } - get = $parse(predicate); + if (predicate !== '') { + get = $parse(predicate); + if (get.constant) { + var key = get(); + get = function(value) { return value[key]; }; + } + } } - return reverseComparator(function(a,b){ - return compare(get(a),get(b)); - }, descending); + return {get: get, descending: descending}; }); - var arrayCopy = []; - for ( var i = 0; i < array.length; i++) { arrayCopy.push(array[i]); } - return arrayCopy.sort(reverseComparator(comparator, reverseOrder)); - - function comparator(o1, o2){ - for ( var i = 0; i < sortPredicate.length; i++) { - var comp = sortPredicate[i](o1, o2); - if (comp !== 0) return comp; - } - return 0; + } + + function isPrimitive(value) { + switch (typeof value) { + case 'number': /* falls through */ + case 'boolean': /* falls through */ + case 'string': + return true; + default: + return false; + } + } + + function objectValue(value) { + // If `valueOf` is a valid function use that + if (isFunction(value.valueOf)) { + value = value.valueOf(); + if (isPrimitive(value)) return value; } - function reverseComparator(comp, descending) { - return toBoolean(descending) - ? function(a,b){return comp(b,a);} - : comp; + // If `toString` is a valid function and not the one from `Object.prototype` use that + if (hasCustomToString(value)) { + value = value.toString(); + if (isPrimitive(value)) return value; + } + + return value; + } + + function getPredicateValue(value, index) { + var type = typeof value; + if (value === null) { + type = 'null'; + } else if (type === 'object') { + value = objectValue(value); } - function compare(v1, v2){ - var t1 = typeof v1; - var t2 = typeof v2; - if (t1 == t2) { - if (t1 == "string") v1 = v1.toLowerCase(); - if (t1 == "string") v2 = v2.toLowerCase(); - if (v1 === v2) return 0; - return v1 < v2 ? -1 : 1; - } else { - return t1 < t2 ? -1 : 1; + return {value: value, type: type, index: index}; + } + + function defaultCompare(v1, v2) { + var result = 0; + var type1 = v1.type; + var type2 = v2.type; + + if (type1 === type2) { + var value1 = v1.value; + var value2 = v2.value; + + if (type1 === 'string') { + // Compare strings case-insensitively + value1 = value1.toLowerCase(); + value2 = value2.toLowerCase(); + } else if (type1 === 'object') { + // For basic objects, use the position of the object + // in the collection instead of the value + if (isObject(value1)) value1 = v1.index; + if (isObject(value2)) value2 = v2.index; } + + if (value1 !== value2) { + result = value1 < value2 ? -1 : 1; + } + } else { + result = (type1 === 'undefined') ? 1 : + (type2 === 'undefined') ? -1 : + (type1 === 'null') ? 1 : + (type2 === 'null') ? -1 : + (type1 < type2) ? -1 : 1; } + + return result; } } diff --git a/src/ng/forceReflow.js b/src/ng/forceReflow.js new file mode 100644 index 000000000000..e4d693d76a96 --- /dev/null +++ b/src/ng/forceReflow.js @@ -0,0 +1,24 @@ +'use strict'; + +var $$ForceReflowProvider = /** @this */ function() { + this.$get = ['$document', function($document) { + return function(domNode) { + //the line below will force the browser to perform a repaint so + //that all the animated elements within the animation frame will + //be properly updated and drawn on screen. This is required to + //ensure that the preparation animation is properly flushed so that + //the active state picks up from there. DO NOT REMOVE THIS LINE. + //DO NOT OPTIMIZE THIS LINE. THE MINIFIER WILL REMOVE IT OTHERWISE WHICH + //WILL RESULT IN AN UNPREDICTABLE BUG THAT IS VERY HARD TO TRACK DOWN AND + //WILL TAKE YEARS AWAY FROM YOUR LIFE. + if (domNode) { + if (!domNode.nodeType && domNode instanceof jqLite) { + domNode = domNode[0]; + } + } else { + domNode = $document[0].body; + } + return domNode.offsetWidth + 1; + }; + }]; +}; diff --git a/src/ng/http.js b/src/ng/http.js index 4288e7c17c1e..aa179d584e52 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -1,68 +1,196 @@ 'use strict'; -/** - * Parse headers into key value object - * - * @param {string} headers Raw headers as a string - * @returns {Object} Parsed headers as key value object - */ -function parseHeaders(headers) { - var parsed = {}, key, val, i; +var APPLICATION_JSON = 'application/json'; +var CONTENT_TYPE_APPLICATION_JSON = {'Content-Type': APPLICATION_JSON + ';charset=utf-8'}; +var JSON_START = /^\[|^\{(?!\{)/; +var JSON_ENDS = { + '[': /]$/, + '{': /}$/ +}; +var JSON_PROTECTION_PREFIX = /^\)]\}',?\n/; +var $httpMinErr = minErr('$http'); + +function serializeValue(v) { + if (isObject(v)) { + return isDate(v) ? v.toISOString() : toJson(v); + } + return v; +} - if (!headers) return parsed; - forEach(headers.split('\n'), function(line) { - i = line.indexOf(':'); - key = lowercase(trim(line.substr(0, i))); - val = trim(line.substr(i + 1)); +/** @this */ +function $HttpParamSerializerProvider() { + /** + * @ngdoc service + * @name $httpParamSerializer + * @description + * + * Default {@link $http `$http`} params serializer that converts objects to strings + * according to the following rules: + * + * * `{'foo': 'bar'}` results in `foo=bar` + * * `{'foo': Date.now()}` results in `foo=2015-04-01T09%3A50%3A49.262Z` (`toISOString()` and encoded representation of a Date object) + * * `{'foo': ['bar', 'baz']}` results in `foo=bar&foo=baz` (repeated key for each array element) + * * `{'foo': {'bar':'baz'}}` results in `foo=%7B%22bar%22%3A%22baz%22%7D` (stringified and encoded representation of an object) + * + * Note that serializer will sort the request parameters alphabetically. + */ + + this.$get = function() { + return function ngParamSerializer(params) { + if (!params) return ''; + var parts = []; + forEachSorted(params, function(value, key) { + if (value === null || isUndefined(value) || isFunction(value)) return; + if (isArray(value)) { + forEach(value, function(v) { + parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(v))); + }); + } else { + parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(value))); + } + }); - if (key) { - if (parsed[key]) { - parsed[key] += ', ' + val; - } else { - parsed[key] = val; - } - } - }); + return parts.join('&'); + }; + }; +} - return parsed; +/** @this */ +function $HttpParamSerializerJQLikeProvider() { + /** + * @ngdoc service + * @name $httpParamSerializerJQLike + * + * @description + * + * Alternative {@link $http `$http`} params serializer that follows + * jQuery's [`param()`](http://api.jquery.com/jquery.param/) method logic. + * The serializer will also sort the params alphabetically. + * + * To use it for serializing `$http` request parameters, set it as the `paramSerializer` property: + * + * ```js + * $http({ + * url: myUrl, + * method: 'GET', + * params: myParams, + * paramSerializer: '$httpParamSerializerJQLike' + * }); + * ``` + * + * It is also possible to set it as the default `paramSerializer` in the + * {@link $httpProvider#defaults `$httpProvider`}. + * + * Additionally, you can inject the serializer and use it explicitly, for example to serialize + * form data for submission: + * + * ```js + * .controller(function($http, $httpParamSerializerJQLike) { + * //... + * + * $http({ + * url: myUrl, + * method: 'POST', + * data: $httpParamSerializerJQLike(myData), + * headers: { + * 'Content-Type': 'application/x-www-form-urlencoded' + * } + * }); + * + * }); + * ``` + * + */ + this.$get = function() { + return function jQueryLikeParamSerializer(params) { + if (!params) return ''; + var parts = []; + serialize(params, '', true); + return parts.join('&'); + + function serialize(toSerialize, prefix, topLevel) { + if (isArray(toSerialize)) { + forEach(toSerialize, function(value, index) { + serialize(value, prefix + '[' + (isObject(value) ? index : '') + ']'); + }); + } else if (isObject(toSerialize) && !isDate(toSerialize)) { + forEachSorted(toSerialize, function(value, key) { + serialize(value, prefix + + (topLevel ? '' : '[') + + key + + (topLevel ? '' : ']')); + }); + } else { + if (isFunction(toSerialize)) { + toSerialize = toSerialize(); + } + parts.push(encodeUriQuery(prefix) + '=' + + (toSerialize == null ? '' : encodeUriQuery(serializeValue(toSerialize)))); + } + } + }; + }; } +function defaultHttpResponseTransform(data, headers) { + if (isString(data)) { + // Strip json vulnerability protection prefix and trim whitespace + var tempData = data.replace(JSON_PROTECTION_PREFIX, '').trim(); + + if (tempData) { + var contentType = headers('Content-Type'); + var hasJsonContentType = contentType && (contentType.indexOf(APPLICATION_JSON) === 0); + + if (hasJsonContentType || isJsonLike(tempData)) { + try { + data = fromJson(tempData); + } catch (e) { + if (!hasJsonContentType) { + return data; + } + throw $httpMinErr('baddata', 'Data must be a valid JSON object. Received: "{0}". ' + + 'Parse error: "{1}"', data, e); + } + } + } + } -var IS_SAME_DOMAIN_URL_MATCH = /^(([^:]+):)?\/\/(\w+:{0,1}\w*@)?([\w\.-]*)?(:([0-9]+))?(.*)$/; + return data; +} +function isJsonLike(str) { + var jsonStart = str.match(JSON_START); + return jsonStart && JSON_ENDS[jsonStart[0]].test(str); +} /** - * Parse a request and location URL and determine whether this is a same-domain request. + * Parse headers into key value object * - * @param {string} requestUrl The url of the request. - * @param {string} locationUrl The current browser location url. - * @returns {boolean} Whether the request is for the same domain. + * @param {string} headers Raw headers as a string + * @returns {Object} Parsed headers as key value object */ -function isSameDomain(requestUrl, locationUrl) { - var match = IS_SAME_DOMAIN_URL_MATCH.exec(requestUrl); - // if requestUrl is relative, the regex does not match. - if (match == null) return true; - - var domain1 = { - protocol: match[2], - host: match[4], - port: int(match[6]) || DEFAULT_PORTS[match[2]] || null, - // IE8 sets unmatched groups to '' instead of undefined. - relativeProtocol: match[2] === undefined || match[2] === '' - }; +function parseHeaders(headers) { + var parsed = createMap(), i; - match = URL_MATCH.exec(locationUrl); - var domain2 = { - protocol: match[1], - host: match[3], - port: int(match[5]) || DEFAULT_PORTS[match[1]] || null - }; + function fillInParsed(key, val) { + if (key) { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + } + + if (isString(headers)) { + forEach(headers.split('\n'), function(line) { + i = line.indexOf(':'); + fillInParsed(lowercase(trim(line.substr(0, i))), trim(line.substr(i + 1))); + }); + } else if (isObject(headers)) { + forEach(headers, function(headerVal, headerKey) { + fillInParsed(lowercase(headerKey), trim(headerVal)); + }); + } - return (domain1.protocol == domain2.protocol || domain1.relativeProtocol) && - domain1.host == domain2.host && - (domain1.port == domain2.port || (domain1.relativeProtocol && - domain2.port == DEFAULT_PORTS[domain2.protocol])); + return parsed; } @@ -75,17 +203,21 @@ function isSameDomain(requestUrl, locationUrl) { * @param {(string|Object)} headers Headers to provide access to. * @returns {function(string=)} Returns a getter function which if called with: * - * - if called with single an argument returns a single header value or null + * - if called with an argument returns a single header value or null * - if called with no arguments returns an object containing all headers. */ function headersGetter(headers) { - var headersObj = isObject(headers) ? headers : undefined; + var headersObj; return function(name) { if (!headersObj) headersObj = parseHeaders(headers); if (name) { - return headersObj[lowercase(name)] || null; + var value = headersObj[lowercase(name)]; + if (value === undefined) { + value = null; + } + return value; } return headersObj; @@ -99,16 +231,18 @@ function headersGetter(headers) { * This function is used for both request and response transforming * * @param {*} data Data to transform. - * @param {function(string=)} headers Http headers getter fn. - * @param {(function|Array.)} fns Function or an array of functions. + * @param {function(string=)} headers HTTP headers getter fn. + * @param {number} status HTTP status code of the response. + * @param {(Function|Array.)} fns Function or an array of functions. * @returns {*} Transformed data. */ -function transformData(data, headers, fns) { - if (isFunction(fns)) - return fns(data, headers); +function transformData(data, headers, status, fns) { + if (isFunction(fns)) { + return fns(data, headers, status); + } forEach(fns, function(fn) { - data = fn(data, headers); + data = fn(data, headers, status); }); return data; @@ -120,26 +254,75 @@ function isSuccess(status) { } +/** + * @ngdoc provider + * @name $httpProvider + * @this + * + * @description + * Use `$httpProvider` to change the default behavior of the {@link ng.$http $http} service. + */ function $HttpProvider() { - var JSON_START = /^\s*(\[|\{[^\{])/, - JSON_END = /[\}\]]\s*$/, - PROTECTION_PREFIX = /^\)\]\}',?\n/; - + /** + * @ngdoc property + * @name $httpProvider#defaults + * @description + * + * Object containing default values for all {@link ng.$http $http} requests. + * + * - **`defaults.cache`** - {boolean|Object} - A boolean value or object created with + * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of HTTP responses + * by default. See {@link $http#caching $http Caching} for more information. + * + * - **`defaults.headers`** - {Object} - Default headers for all $http requests. + * Refer to {@link ng.$http#setting-http-headers $http} for documentation on + * setting default headers. + * - **`defaults.headers.common`** + * - **`defaults.headers.post`** + * - **`defaults.headers.put`** + * - **`defaults.headers.patch`** + * + * - **`defaults.jsonpCallbackParam`** - `{string}` - the name of the query parameter that passes the name of the + * callback in a JSONP request. The value of this parameter will be replaced with the expression generated by the + * {@link $jsonpCallbacks} service. Defaults to `'callback'`. + * + * - **`defaults.paramSerializer`** - `{string|function(Object):string}` - A function + * used to the prepare string representation of request parameters (specified as an object). + * If specified as string, it is interpreted as a function registered with the {@link auto.$injector $injector}. + * Defaults to {@link ng.$httpParamSerializer $httpParamSerializer}. + * + * - **`defaults.transformRequest`** - + * `{Array|function(data, headersGetter)}` - + * An array of functions (or a single function) which are applied to the request data. + * By default, this is an array with one request transformation function: + * + * - If the `data` property of the request configuration object contains an object, serialize it + * into JSON format. + * + * - **`defaults.transformResponse`** - + * `{Array|function(data, headersGetter, status)}` - + * An array of functions (or a single function) which are applied to the response data. By default, + * this is an array which applies one response transformation function that does two things: + * + * - If XSRF prefix is detected, strip it + * (see {@link ng.$http#security-considerations Security Considerations in the $http docs}). + * - If the `Content-Type` is `application/json` or the response looks like JSON, + * deserialize it using a JSON parser. + * + * - **`defaults.xsrfCookieName`** - {string} - Name of cookie containing the XSRF token. + * Defaults value is `'XSRF-TOKEN'`. + * + * - **`defaults.xsrfHeaderName`** - {string} - Name of HTTP header to populate with the + * XSRF token. Defaults value is `'X-XSRF-TOKEN'`. + * + */ var defaults = this.defaults = { // transform incoming response data - transformResponse: [function(data) { - if (isString(data)) { - // strip json vulnerability protection prefix - data = data.replace(PROTECTION_PREFIX, ''); - if (JSON_START.test(data) && JSON_END.test(data)) - data = fromJson(data, true); - } - return data; - }], + transformResponse: [defaultHttpResponseTransform], // transform outgoing request data transformRequest: [function(d) { - return isObject(d) && !isFile(d) ? toJson(d) : d; + return isObject(d) && !isFile(d) && !isBlob(d) && !isFormData(d) ? toJson(d) : d; }], // default headers @@ -147,45 +330,166 @@ function $HttpProvider() { common: { 'Accept': 'application/json, text/plain, */*' }, - post: {'Content-Type': 'application/json;charset=utf-8'}, - put: {'Content-Type': 'application/json;charset=utf-8'} + post: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), + put: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), + patch: shallowCopy(CONTENT_TYPE_APPLICATION_JSON) }, xsrfCookieName: 'XSRF-TOKEN', - xsrfHeaderName: 'X-XSRF-TOKEN' + xsrfHeaderName: 'X-XSRF-TOKEN', + + paramSerializer: '$httpParamSerializer', + + jsonpCallbackParam: 'callback' }; - var providerResponseInterceptors = this.responseInterceptors = []; + var useApplyAsync = false; + /** + * @ngdoc method + * @name $httpProvider#useApplyAsync + * @description + * + * Configure $http service to combine processing of multiple http responses received at around + * the same time via {@link ng.$rootScope.Scope#$applyAsync $rootScope.$applyAsync}. This can result in + * significant performance improvement for bigger applications that make many HTTP requests + * concurrently (common during application bootstrap). + * + * Defaults to false. If no value is specified, returns the current configured value. + * + * @param {boolean=} value If true, when requests are loaded, they will schedule a deferred + * "apply" on the next tick, giving time for subsequent requests in a roughly ~10ms window + * to load and share the same digest cycle. + * + * @returns {boolean|Object} If a value is specified, returns the $httpProvider for chaining. + * otherwise, returns the current configured value. + */ + this.useApplyAsync = function(value) { + if (isDefined(value)) { + useApplyAsync = !!value; + return this; + } + return useApplyAsync; + }; + + /** + * @ngdoc property + * @name $httpProvider#interceptors + * @description + * + * Array containing service factories for all synchronous or asynchronous {@link ng.$http $http} + * pre-processing of request or postprocessing of responses. + * + * These service factories are ordered by request, i.e. they are applied in the same order as the + * array, on request, but reverse order, on response. + * + * {@link ng.$http#interceptors Interceptors detailed info} + */ + var interceptorFactories = this.interceptors = []; + + /** + * @ngdoc property + * @name $httpProvider#xsrfTrustedOrigins + * @description + * + * Array containing URLs whose origins are trusted to receive the XSRF token. See the + * {@link ng.$http#security-considerations Security Considerations} sections for more details on + * XSRF. + * + * **Note:** An "origin" consists of the [URI scheme](https://en.wikipedia.org/wiki/URI_scheme), + * the [hostname](https://en.wikipedia.org/wiki/Hostname) and the + * [port number](https://en.wikipedia.org/wiki/Port_(computer_networking). For `http:` and + * `https:`, the port number can be omitted if using th default ports (80 and 443 respectively). + * Examples: `http://example.com`, `https://api.example.com:9876` + * + *
    + * It is not possible to trust specific URLs/paths. The `path`, `query` and `fragment` parts + * of a URL will be ignored. For example, `https://foo.com/path/bar?query=baz#fragment` will be + * treated as `https://foo.com`, meaning that **all** requests to URLs starting with + * `https://foo.com/` will include the XSRF token. + *
    + * + * @example + * + * ```js + * // App served from `https://example.com/`. + * angular. + * module('xsrfTrustedOriginsExample', []). + * config(['$httpProvider', function($httpProvider) { + * $httpProvider.xsrfTrustedOrigins.push('https://api.example.com/'); + * }]). + * run(['$http', function($http) { + * // The XSRF token will be sent. + * $http.get('https://api.example.com/preferences').then(...); + * + * // The XSRF token will NOT be sent. + * $http.get('https://stats.example.com/activity').then(...); + * }]); + * ``` + */ + var xsrfTrustedOrigins = this.xsrfTrustedOrigins = []; + + /** + * @ngdoc property + * @name $httpProvider#xsrfWhitelistedOrigins + * @description + * + * @deprecated + * sinceVersion="1.8.1" + * + * This property is deprecated. Use {@link $httpProvider#xsrfTrustedOrigins xsrfTrustedOrigins} + * instead. + */ + Object.defineProperty(this, 'xsrfWhitelistedOrigins', { + get: function() { + return this.xsrfTrustedOrigins; + }, + set: function(origins) { + this.xsrfTrustedOrigins = origins; + } + }); + + this.$get = ['$browser', '$httpBackend', '$$cookieReader', '$cacheFactory', '$rootScope', '$q', '$injector', '$sce', + function($browser, $httpBackend, $$cookieReader, $cacheFactory, $rootScope, $q, $injector, $sce) { + + var defaultCache = $cacheFactory('$http'); - this.$get = ['$httpBackend', '$browser', '$cacheFactory', '$rootScope', '$q', '$injector', - function($httpBackend, $browser, $cacheFactory, $rootScope, $q, $injector) { + /** + * Make sure that default param serializer is exposed as a function + */ + defaults.paramSerializer = isString(defaults.paramSerializer) ? + $injector.get(defaults.paramSerializer) : defaults.paramSerializer; - var defaultCache = $cacheFactory('$http'), - responseInterceptors = []; + /** + * Interceptors stored in reverse order. Inner interceptors before outer interceptors. + * The reversal is needed so that we can build up the interception chain around the + * server request. + */ + var reversedInterceptors = []; - forEach(providerResponseInterceptors, function(interceptor) { - responseInterceptors.push( - isString(interceptor) - ? $injector.get(interceptor) - : $injector.invoke(interceptor) - ); + forEach(interceptorFactories, function(interceptorFactory) { + reversedInterceptors.unshift(isString(interceptorFactory) + ? $injector.get(interceptorFactory) : $injector.invoke(interceptorFactory)); }); + /** + * A function to check request URLs against a list of allowed origins. + */ + var urlIsAllowedOrigin = urlIsAllowedOriginFactory(xsrfTrustedOrigins); /** - * @ngdoc function - * @name ng.$http - * @requires $httpBackend - * @requires $browser + * @ngdoc service + * @kind function + * @name $http + * @requires ng.$httpBackend * @requires $cacheFactory * @requires $rootScope * @requires $q * @requires $injector * * @description - * The `$http` service is a core Angular service that facilitates communication with the remote - * HTTP servers via browser's {@link https://developer.mozilla.org/en/xmlhttprequest - * XMLHttpRequest} object or via {@link http://en.wikipedia.org/wiki/JSONP JSONP}. + * The `$http` service is a core AngularJS service that facilitates communication with the remote + * HTTP servers via the browser's [XMLHttpRequest](https://developer.mozilla.org/en/xmlhttprequest) + * object or via [JSONP](http://en.wikipedia.org/wiki/JSONP). * * For unit testing applications that use `$http` service, see * {@link ngMock.$httpBackend $httpBackend mock}. @@ -194,47 +498,41 @@ function $HttpProvider() { * $resource} service. * * The $http API is based on the {@link ng.$q deferred/promise APIs} exposed by - * the $q service. While for simple usage patters this doesn't matter much, for advanced usage, - * it is important to familiarize yourself with these apis and guarantees they provide. - * - * - * # General usage - * The `$http` service is a function which takes a single argument — a configuration object — - * that is used to generate an http request and returns a {@link ng.$q promise} - * with two $http specific methods: `success` and `error`. - * - *
    -     *   $http({method: 'GET', url: '/someUrl'}).
    -     *     success(function(data, status, headers, config) {
    +     * the $q service. While for simple usage patterns this doesn't matter much, for advanced usage
    +     * it is important to familiarize yourself with these APIs and the guarantees they provide.
    +     *
    +     *
    +     * ## General usage
    +     * The `$http` service is a function which takes a single argument — a {@link $http#usage configuration object} —
    +     * that is used to generate an HTTP request and returns  a {@link ng.$q promise} that is
    +     * resolved (request success) or rejected (request failure) with a
    +     * {@link ng.$http#$http-returns response} object.
    +     *
    +     * ```js
    +     *   // Simple GET request example:
    +     *   $http({
    +     *     method: 'GET',
    +     *     url: '/someUrl'
    +     *   }).then(function successCallback(response) {
          *       // this callback will be called asynchronously
          *       // when the response is available
    -     *     }).
    -     *     error(function(data, status, headers, config) {
    +     *     }, function errorCallback(response) {
          *       // called asynchronously if an error occurs
          *       // or server returns response with an error status.
          *     });
    -     * 
    - * - * Since the returned value of calling the $http function is a Promise object, you can also use - * the `then` method to register callbacks, and these callbacks will receive a single argument – - * an object representing the response. See the api signature and type info below for more - * details. + * ``` * - * A response status code that falls in the [200, 300) range is considered a success status and - * will result in the success callback being called. Note that if the response is a redirect, - * XMLHttpRequest will transparently follow it, meaning that the error callback will not be - * called for such responses. * - * # Shortcut methods + * ## Shortcut methods * - * Since all invocation of the $http service require definition of the http method and url and - * POST and PUT requests require response body/data to be provided as well, shortcut methods - * were created to simplify using the api: + * Shortcut methods are also available. All shortcut methods require passing in the URL, and + * request data must be passed in for POST/PUT requests. An optional config can be passed as the + * last argument. * - *
    -     *   $http.get('/someUrl').success(successCallback);
    -     *   $http.post('/someUrl', data).success(successCallback);
    -     * 
    + * ```js + * $http.get('/someUrl', config).then(successCallback, errorCallback); + * $http.post('/someUrl', data, config).then(successCallback, errorCallback); + * ``` * * Complete list of shortcut methods: * @@ -244,341 +542,647 @@ function $HttpProvider() { * - {@link ng.$http#put $http.put} * - {@link ng.$http#delete $http.delete} * - {@link ng.$http#jsonp $http.jsonp} + * - {@link ng.$http#patch $http.patch} * * - * # Setting HTTP Headers + * ## Writing Unit Tests that use $http + * When unit testing (using {@link ngMock ngMock}), it is necessary to call + * {@link ngMock.$httpBackend#flush $httpBackend.flush()} to flush each pending + * request using trained responses. * - * The $http service will automatically add certain http headers to all requests. These defaults + * ``` + * $httpBackend.expectGET(...); + * $http.get(...); + * $httpBackend.flush(); + * ``` + * + * ## Setting HTTP Headers + * + * The $http service will automatically add certain HTTP headers to all requests. These defaults * can be fully configured by accessing the `$httpProvider.defaults.headers` configuration * object, which currently contains this default configuration: * * - `$httpProvider.defaults.headers.common` (headers that are common for all requests): - * - `Accept: application/json, text/plain, * / *` - * - `$httpProvider.defaults.headers.post`: (header defaults for HTTP POST requests) + * - Accept: application/json, text/plain, \*/\* + * - `$httpProvider.defaults.headers.post`: (header defaults for POST requests) * - `Content-Type: application/json` - * - `$httpProvider.defaults.headers.put` (header defaults for HTTP PUT requests) + * - `$httpProvider.defaults.headers.put` (header defaults for PUT requests) * - `Content-Type: application/json` * - * To add or overwrite these defaults, simply add or remove a property from this configuration + * To add or overwrite these defaults, simply add or remove a property from these configuration * objects. To add headers for an HTTP method other than POST or PUT, simply add a new object - * with name equal to the lower-cased http method name, e.g. - * `$httpProvider.defaults.headers.get['My-Header']='value'`. + * with the lowercased HTTP method name as the key, e.g. + * `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }`. + * + * The defaults can also be set at runtime via the `$http.defaults` object in the same + * fashion. For example: * - * Additionally, the defaults can be set at runtime via the `$http.defaults` object in a similar - * fassion as described above. + * ``` + * module.run(function($http) { + * $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w'; + * }); + * ``` * + * In addition, you can supply a `headers` property in the config object passed when + * calling `$http(config)`, which overrides the defaults without changing them globally. * - * # Transforming Requests and Responses + * To explicitly remove a header automatically added via $httpProvider.defaults.headers on a per request basis, + * Use the `headers` property, setting the desired header to `undefined`. For example: * - * Both requests and responses can be transformed using transform functions. By default, Angular - * applies these transformations: + * ```js + * var req = { + * method: 'POST', + * url: 'http://example.com/', + * headers: { + * 'Content-Type': undefined + * }, + * data: { test: 'test' } + * } * - * Request transformations: + * $http(req).then(function(){...}, function(){...}); + * ``` * - * - if the `data` property of the request config object contains an object, serialize it into - * JSON format. + * ## Transforming Requests and Responses * - * Response transformations: + * Both requests and responses can be transformed using transformation functions: `transformRequest` + * and `transformResponse`. These properties can be a single function that returns + * the transformed value (`function(data, headersGetter, status)`) or an array of such transformation functions, + * which allows you to `push` or `unshift` a new transformation function into the transformation chain. * - * - if XSRF prefix is detected, strip it (see Security Considerations section below) - * - if json response is detected, deserialize it using a JSON parser + *
    + * **Note:** AngularJS does not make a copy of the `data` parameter before it is passed into the `transformRequest` pipeline. + * That means changes to the properties of `data` are not local to the transform function (since Javascript passes objects by reference). + * For example, when calling `$http.get(url, $scope.myObject)`, modifications to the object's properties in a transformRequest + * function will be reflected on the scope and in any templates where the object is data-bound. + * To prevent this, transform functions should have no side-effects. + * If you need to modify properties, it is recommended to make a copy of the data, or create new object to return. + *
    * - * To override these transformation locally, specify transform functions as `transformRequest` - * and/or `transformResponse` properties of the config object. To globally override the default - * transforms, override the `$httpProvider.defaults.transformRequest` and - * `$httpProvider.defaults.transformResponse` properties of the `$httpProvider`. + * ### Default Transformations * + * The `$httpProvider` provider and `$http` service expose `defaults.transformRequest` and + * `defaults.transformResponse` properties. If a request does not provide its own transformations + * then these will be applied. * - * # Caching + * You can augment or replace the default transformations by modifying these properties by adding to or + * replacing the array. * - * To enable caching set the configuration property `cache` to `true`. When the cache is - * enabled, `$http` stores the response from the server in local cache. Next time the - * response is served from the cache without sending a request to the server. + * AngularJS provides the following default transformations: * - * Note that even if the response is served from cache, delivery of the data is asynchronous in - * the same way that real requests are. + * Request transformations (`$httpProvider.defaults.transformRequest` and `$http.defaults.transformRequest`) is + * an array with one function that does the following: * - * If there are multiple GET requests for the same url that should be cached using the same - * cache, but the cache is not populated yet, only one request to the server will be made and - * the remaining requests will be fulfilled using the response for the first request. + * - If the `data` property of the request configuration object contains an object, serialize it + * into JSON format. * + * Response transformations (`$httpProvider.defaults.transformResponse` and `$http.defaults.transformResponse`) is + * an array with one function that does the following: * - * # Response interceptors + * - If XSRF prefix is detected, strip it (see Security Considerations section below). + * - If the `Content-Type` is `application/json` or the response looks like JSON, + * deserialize it using a JSON parser. + * + * + * ### Overriding the Default Transformations Per Request + * + * If you wish to override the request/response transformations only for a single request then provide + * `transformRequest` and/or `transformResponse` properties on the configuration object passed + * into `$http`. + * + * Note that if you provide these properties on the config object the default transformations will be + * overwritten. If you wish to augment the default transformations then you must include them in your + * local transformation array. + * + * The following code demonstrates adding a new response transformation to be run after the default response + * transformations have been run. + * + * ```js + * function appendTransform(defaults, transform) { + * + * // We can't guarantee that the default transformation is an array + * defaults = angular.isArray(defaults) ? defaults : [defaults]; + * + * // Append the new transformation to the defaults + * return defaults.concat(transform); + * } + * + * $http({ + * url: '...', + * method: 'GET', + * transformResponse: appendTransform($http.defaults.transformResponse, function(value) { + * return doTransform(value); + * }) + * }); + * ``` + * + * + * ## Caching + * + * {@link ng.$http `$http`} responses are not cached by default. To enable caching, you must + * set the config.cache value or the default cache value to TRUE or to a cache object (created + * with {@link ng.$cacheFactory `$cacheFactory`}). If defined, the value of config.cache takes + * precedence over the default cache value. + * + * In order to: + * * cache all responses - set the default cache value to TRUE or to a cache object + * * cache a specific response - set config.cache value to TRUE or to a cache object + * + * If caching is enabled, but neither the default cache nor config.cache are set to a cache object, + * then the default `$cacheFactory("$http")` object is used. + * + * The default cache value can be set by updating the + * {@link ng.$http#defaults `$http.defaults.cache`} property or the + * {@link $httpProvider#defaults `$httpProvider.defaults.cache`} property. + * + * When caching is enabled, {@link ng.$http `$http`} stores the response from the server using + * the relevant cache object. The next time the same request is made, the response is returned + * from the cache without sending a request to the server. + * + * Take note that: + * + * * Only GET and JSONP requests are cached. + * * The cache key is the request URL including search parameters; headers are not considered. + * * Cached responses are returned asynchronously, in the same way as responses from the server. + * * If multiple identical requests are made using the same cache, which is not yet populated, + * one request will be made to the server and remaining requests will return the same response. + * * A cache-control header on the response does not affect if or how responses are cached. + * + * + * ## Interceptors * * Before you start creating interceptors, be sure to understand the * {@link ng.$q $q and deferred/promise APIs}. * - * For purposes of global error handling, authentication or any kind of synchronous or - * asynchronous preprocessing of received responses, it is desirable to be able to intercept - * responses for http requests before they are handed over to the application code that - * initiated these requests. The response interceptors leverage the {@link ng.$q - * promise apis} to fulfil this need for both synchronous and asynchronous preprocessing. + * For purposes of global error handling, authentication, or any kind of synchronous or + * asynchronous pre-processing of request or postprocessing of responses, it is desirable to be + * able to intercept requests before they are handed to the server and + * responses before they are handed over to the application code that + * initiated these requests. The interceptors leverage the {@link ng.$q + * promise APIs} to fulfill this need for both synchronous and asynchronous pre-processing. + * + * The interceptors are service factories that are registered with the `$httpProvider` by + * adding them to the `$httpProvider.interceptors` array. The factory is called and + * injected with dependencies (if specified) and returns the interceptor. + * + * There are two kinds of interceptors (and two kinds of rejection interceptors): * - * The interceptors are service factories that are registered with the $httpProvider by - * adding them to the `$httpProvider.responseInterceptors` array. The factory is called and - * injected with dependencies (if specified) and returns the interceptor — a function that - * takes a {@link ng.$q promise} and returns the original or a new promise. + * * `request`: interceptors get called with a http {@link $http#usage config} object. The function is free to + * modify the `config` object or create a new one. The function needs to return the `config` + * object directly, or a promise containing the `config` or a new `config` object. + * * `requestError`: interceptor gets called when a previous interceptor threw an error or + * resolved with a rejection. + * * `response`: interceptors get called with http `response` object. The function is free to + * modify the `response` object or create a new one. The function needs to return the `response` + * object directly, or as a promise containing the `response` or a new `response` object. + * * `responseError`: interceptor gets called when a previous interceptor threw an error or + * resolved with a rejection. * - *
    +     *
    +     * ```js
          *   // register the interceptor as a service
          *   $provide.factory('myHttpInterceptor', function($q, dependency1, dependency2) {
    -     *     return function(promise) {
    -     *       return promise.then(function(response) {
    +     *     return {
    +     *       // optional method
    +     *       'request': function(config) {
          *         // do something on success
    -     *       }, function(response) {
    +     *         return config;
    +     *       },
    +     *
    +     *       // optional method
    +     *      'requestError': function(rejection) {
          *         // do something on error
    -     *         if (canRecover(response)) {
    +     *         if (canRecover(rejection)) {
          *           return responseOrNewPromise
          *         }
    -     *         return $q.reject(response);
    -     *       });
    -     *     }
    -     *   });
    +     *         return $q.reject(rejection);
    +     *       },
          *
    -     *   $httpProvider.responseInterceptors.push('myHttpInterceptor');
          *
          *
    -     *   // register the interceptor via an anonymous factory
    -     *   $httpProvider.responseInterceptors.push(function($q, dependency1, dependency2) {
    -     *     return function(promise) {
    -     *       // same as above
    -     *     }
    +     *       // optional method
    +     *       'response': function(response) {
    +     *         // do something on success
    +     *         return response;
    +     *       },
    +     *
    +     *       // optional method
    +     *      'responseError': function(rejection) {
    +     *         // do something on error
    +     *         if (canRecover(rejection)) {
    +     *           return responseOrNewPromise
    +     *         }
    +     *         return $q.reject(rejection);
    +     *       }
    +     *     };
          *   });
    -     * 
    + * + * $httpProvider.interceptors.push('myHttpInterceptor'); * * - * # Security Considerations + * // alternatively, register the interceptor via an anonymous factory + * $httpProvider.interceptors.push(function($q, dependency1, dependency2) { + * return { + * 'request': function(config) { + * // same as above + * }, + * + * 'response': function(response) { + * // same as above + * } + * }; + * }); + * ``` + * + * ## Security Considerations * * When designing web applications, consider security threats from: * - * - {@link http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx - * JSON Vulnerability} - * - {@link http://en.wikipedia.org/wiki/Cross-site_request_forgery XSRF} + * - [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) + * - [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) * - * Both server and the client must cooperate in order to eliminate these threats. Angular comes + * Both server and the client must cooperate in order to eliminate these threats. AngularJS comes * pre-configured with strategies that address these issues, but for this to work backend server * cooperation is required. * - * ## JSON Vulnerability Protection + * ### JSON Vulnerability Protection * - * A {@link http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx - * JSON Vulnerability} allows third party web-site to turn your JSON resource URL into - * {@link http://en.wikipedia.org/wiki/JSON#JSONP JSONP} request under some conditions. To + * A [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) + * allows third party website to turn your JSON resource URL into + * [JSONP](http://en.wikipedia.org/wiki/JSONP) request under some conditions. To * counter this your server can prefix all JSON requests with following string `")]}',\n"`. - * Angular will automatically strip the prefix before processing it as JSON. + * AngularJS will automatically strip the prefix before processing it as JSON. * * For example if your server needs to return: - *
    +     * ```js
          * ['one','two']
    -     * 
    + * ``` * * which is vulnerable to attack, your server can return: - *
    +     * ```js
          * )]}',
          * ['one','two']
    -     * 
    + * ``` * - * Angular will strip the prefix, before processing the JSON. + * AngularJS will strip the prefix, before processing the JSON. * * - * ## Cross Site Request Forgery (XSRF) Protection + * ### Cross Site Request Forgery (XSRF) Protection * - * {@link http://en.wikipedia.org/wiki/Cross-site_request_forgery XSRF} is a technique by which - * an unauthorized site can gain your user's private data. Angular provides following mechanism - * to counter XSRF. When performing XHR requests, the $http service reads a token from a cookie - * (by default, `XSRF-TOKEN`) and sets it as an HTTP header (`X-XSRF-TOKEN`). Since only - * JavaScript that runs on your domain could read the cookie, your server can be assured that - * the XHR came from JavaScript running on your domain. The header will not be set for - * cross-domain requests. + * [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) is an attack technique by + * which the attacker can trick an authenticated user into unknowingly executing actions on your + * website. AngularJS provides a mechanism to counter XSRF. When performing XHR requests, the + * $http service reads a token from a cookie (by default, `XSRF-TOKEN`) and sets it as an HTTP + * header (by default `X-XSRF-TOKEN`). Since only JavaScript that runs on your domain could read + * the cookie, your server can be assured that the XHR came from JavaScript running on your + * domain. * * To take advantage of this, your server needs to set a token in a JavaScript readable session - * cookie called `XSRF-TOKEN` on first HTTP GET request. On subsequent non-GET requests the - * server can verify that the cookie matches `X-XSRF-TOKEN` HTTP header, and therefore be sure - * that only JavaScript running on your domain could have read the token. The token must be - * unique for each user and must be verifiable by the server (to prevent the JavaScript making - * up its own tokens). We recommend that the token is a digest of your site's authentication - * cookie with {@link http://en.wikipedia.org/wiki/Rainbow_table salt for added security}. - * - * The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName - * properties of either $httpProvider.defaults, or the per-request config object. + * cookie called `XSRF-TOKEN` on the first HTTP GET request. On subsequent XHR requests the + * server can verify that the cookie matches the `X-XSRF-TOKEN` HTTP header, and therefore be + * sure that only JavaScript running on your domain could have sent the request. The token must + * be unique for each user and must be verifiable by the server (to prevent the JavaScript from + * making up its own tokens). We recommend that the token is a digest of your site's + * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography)) + * for added security. + * + * The header will — by default — **not** be set for cross-domain requests. This + * prevents unauthorized servers (e.g. malicious or compromised 3rd-party APIs) from gaining + * access to your users' XSRF tokens and exposing them to Cross Site Request Forgery. If you + * want to, you can trust additional origins to also receive the XSRF token, by adding them + * to {@link ng.$httpProvider#xsrfTrustedOrigins xsrfTrustedOrigins}. This might be + * useful, for example, if your application, served from `example.com`, needs to access your API + * at `api.example.com`. + * See {@link ng.$httpProvider#xsrfTrustedOrigins $httpProvider.xsrfTrustedOrigins} for + * more details. + * + *
    + * **Warning**
    + * Only trusted origins that you have control over and make sure you understand the + * implications of doing so. + *
    + * + * The name of the cookie and the header can be specified using the `xsrfCookieName` and + * `xsrfHeaderName` properties of either `$httpProvider.defaults` at config-time, + * `$http.defaults` at run-time, or the per-request config object. + * + * In order to prevent collisions in environments where multiple AngularJS apps share the + * same domain or subdomain, we recommend that each application uses a unique cookie name. * * * @param {object} config Object describing the request to be made and how it should be * processed. The object has following properties: * * - **method** – `{string}` – HTTP method (e.g. 'GET', 'POST', etc) - * - **url** – `{string}` – Absolute or relative URL of the resource that is being requested. - * - **params** – `{Object.}` – Map of strings or objects which will be turned to - * `?key1=value1&key2=value2` after the url. If the value is not a string, it will be JSONified. + * - **url** – `{string|TrustedObject}` – Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * - **params** – `{Object.}` – Map of strings or objects which will be serialized + * with the `paramSerializer` and appended as GET parameters. * - **data** – `{string|Object}` – Data to be sent as the request message data. - * - **headers** – `{Object}` – Map of strings representing HTTP headers to send to the server. + * - **headers** – `{Object}` – Map of strings or functions which return strings representing + * HTTP headers to send to the server. If the return value of a function is null, the + * header will not be sent. Functions accept a config object as an argument. + * - **eventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest object. + * To bind events to the XMLHttpRequest upload object, use `uploadEventHandlers`. + * The handler will be called in the context of a `$apply` block. + * - **uploadEventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest upload + * object. To bind events to the XMLHttpRequest object, use `eventHandlers`. + * The handler will be called in the context of a `$apply` block. * - **xsrfHeaderName** – `{string}` – Name of HTTP header to populate with the XSRF token. * - **xsrfCookieName** – `{string}` – Name of cookie containing the XSRF token. - * - **transformRequest** – `{function(data, headersGetter)|Array.}` – + * - **transformRequest** – + * `{function(data, headersGetter)|Array.}` – * transform function or an array of such functions. The transform function takes the http * request body and headers and returns its transformed (typically serialized) version. - * - **transformResponse** – `{function(data, headersGetter)|Array.}` – + * See {@link ng.$http#overriding-the-default-transformations-per-request + * Overriding the Default Transformations} + * - **transformResponse** – + * `{function(data, headersGetter, status)|Array.}` – * transform function or an array of such functions. The transform function takes the http - * response body and headers and returns its transformed (typically deserialized) version. - * - **cache** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the - * GET request, otherwise if a cache instance built with - * {@link ng.$cacheFactory $cacheFactory}, this cache will be used for - * caching. - * - **timeout** – `{number}` – timeout in milliseconds. - * - **withCredentials** - `{boolean}` - whether to to set the `withCredentials` flag on the - * XHR object. See {@link https://developer.mozilla.org/en/http_access_control#section_5 - * requests with credentials} for more information. - * - **responseType** - `{string}` - see {@link - * https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType requestType}. - * - * @returns {HttpPromise} Returns a {@link ng.$q promise} object with the - * standard `then` method and two http specific methods: `success` and `error`. The `then` - * method takes two arguments a success and an error callback which will be called with a - * response object. The `success` and `error` methods take a single argument - a function that - * will be called when the request succeeds or fails respectively. The arguments passed into - * these functions are destructured representation of the response object passed into the - * `then` method. The response object has these properties: - * - * - **data** – `{string|Object}` – The response body transformed with the transform functions. + * response body, headers and status and returns its transformed (typically deserialized) version. + * See {@link ng.$http#overriding-the-default-transformations-per-request + * Overriding the Default Transformations} + * - **paramSerializer** - `{string|function(Object):string}` - A function used to + * prepare the string representation of request parameters (specified as an object). + * If specified as string, it is interpreted as function registered with the + * {@link $injector $injector}, which means you can create your own serializer + * by registering it as a {@link auto.$provide#service service}. + * The default serializer is the {@link $httpParamSerializer $httpParamSerializer}; + * alternatively, you can use the {@link $httpParamSerializerJQLike $httpParamSerializerJQLike} + * - **cache** – `{boolean|Object}` – A boolean value or object created with + * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of the HTTP response. + * See {@link $http#caching $http Caching} for more information. + * - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} + * that should abort the request when resolved. + * + * A numerical timeout or a promise returned from {@link ng.$timeout $timeout}, will set + * the `xhrStatus` in the {@link $http#$http-returns response} to "timeout", and any other + * resolved promise will set it to "abort", following standard XMLHttpRequest behavior. + * + * - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the + * XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials) + * for more information. + * - **responseType** - `{string}` - see + * [XMLHttpRequest.responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-responsetype). + * + * @returns {HttpPromise} A {@link ng.$q `Promise}` that will be resolved (request success) + * or rejected (request failure) with a response object. + * + * The response object has these properties: + * + * - **data** – `{string|Object}` – The response body transformed with + * the transform functions. * - **status** – `{number}` – HTTP status code of the response. * - **headers** – `{function([headerName])}` – Header getter function. - * - **config** – `{Object}` – The configuration object that was used to generate the request. + * - **config** – `{Object}` – The configuration object that was used + * to generate the request. + * - **statusText** – `{string}` – HTTP status text of the response. + * - **xhrStatus** – `{string}` – Status of the XMLHttpRequest + * (`complete`, `error`, `timeout` or `abort`). + * + * + * A response status code between 200 and 299 is considered a success status + * and will result in the success callback being called. Any response status + * code outside of that range is considered an error status and will result + * in the error callback being called. + * Also, status codes less than -1 are normalized to zero. -1 usually means + * the request was aborted, e.g. using a `config.timeout`. More information + * about the status might be available in the `xhrStatus` property. + * + * Note that if the response is a redirect, XMLHttpRequest will transparently + * follow it, meaning that the outcome (success or error) will be determined + * by the final response status code. + * * * @property {Array.} pendingRequests Array of config objects for currently pending * requests. This is primarily meant to be used for debugging purposes. * * * @example - - -
    - - -
    - - - -
    http status code: {{status}}
    -
    http response data: {{data}}
    -
    -
    - - function FetchCtrl($scope, $http, $templateCache) { - $scope.method = 'GET'; - $scope.url = 'http-hello.html'; - - $scope.fetch = function() { - $scope.code = null; - $scope.response = null; - - $http({method: $scope.method, url: $scope.url, cache: $templateCache}). - success(function(data, status) { - $scope.status = status; - $scope.data = data; - }). - error(function(data, status) { - $scope.data = data || "Request failed"; - $scope.status = status; - }); - }; - - $scope.updateModel = function(method, url) { - $scope.method = method; - $scope.url = url; - }; - } - - - Hello, $http! - - - it('should make an xhr GET request', function() { - element(':button:contains("Sample GET")').click(); - element(':button:contains("fetch")').click(); - expect(binding('status')).toBe('200'); - expect(binding('data')).toMatch(/Hello, \$http!/); + + +
    + + +
    + + + +
    http status code: {{status}}
    +
    http response data: {{data}}
    +
    +
    + + angular.module('httpExample', []) + .config(['$sceDelegateProvider', function($sceDelegateProvider) { + // We must add the JSONP endpoint that we are using to the trusted list to show that we trust it + $sceDelegateProvider.trustedResourceUrlList([ + 'self', + 'https://angularjs.org/**' + ]); + }]) + .controller('FetchController', ['$scope', '$http', '$templateCache', + function($scope, $http, $templateCache) { + $scope.method = 'GET'; + $scope.url = 'http-hello.html'; + + $scope.fetch = function() { + $scope.code = null; + $scope.response = null; + + $http({method: $scope.method, url: $scope.url, cache: $templateCache}). + then(function(response) { + $scope.status = response.status; + $scope.data = response.data; + }, function(response) { + $scope.data = response.data || 'Request failed'; + $scope.status = response.status; }); + }; - it('should make a JSONP request to angularjs.org', function() { - element(':button:contains("Sample JSONP")').click(); - element(':button:contains("fetch")').click(); - expect(binding('status')).toBe('200'); - expect(binding('data')).toMatch(/Super Hero!/); - }); + $scope.updateModel = function(method, url) { + $scope.method = method; + $scope.url = url; + }; + }]); + + + Hello, $http! + + + var status = element(by.binding('status')); + var data = element(by.binding('data')); + var fetchBtn = element(by.id('fetchbtn')); + var sampleGetBtn = element(by.id('samplegetbtn')); + var invalidJsonpBtn = element(by.id('invalidjsonpbtn')); + + it('should make an xhr GET request', function() { + sampleGetBtn.click(); + fetchBtn.click(); + expect(status.getText()).toMatch('200'); + expect(data.getText()).toMatch(/Hello, \$http!/); + }); - it('should make JSONP request to invalid URL and invoke the error handler', - function() { - element(':button:contains("Invalid JSONP")').click(); - element(':button:contains("fetch")').click(); - expect(binding('status')).toBe('0'); - expect(binding('data')).toBe('Request failed'); - }); - -
    +// Commented out due to flakes. See https://github.com/angular/angular.js/issues/9185 +// it('should make a JSONP request to angularjs.org', function() { +// var sampleJsonpBtn = element(by.id('samplejsonpbtn')); +// sampleJsonpBtn.click(); +// fetchBtn.click(); +// expect(status.getText()).toMatch('200'); +// expect(data.getText()).toMatch(/Super Hero!/); +// }); + + it('should make JSONP request to invalid URL and invoke the error handler', + function() { + invalidJsonpBtn.click(); + fetchBtn.click(); + expect(status.getText()).toMatch('0'); + expect(data.getText()).toMatch('Request failed'); + }); +
    +
    */ - function $http(config) { - config.method = uppercase(config.method); + function $http(requestConfig) { - var xsrfHeader = {}, - xsrfCookieName = config.xsrfCookieName || defaults.xsrfCookieName, - xsrfHeaderName = config.xsrfHeaderName || defaults.xsrfHeaderName, - xsrfToken = isSameDomain(config.url, $browser.url()) ? - $browser.cookies()[xsrfCookieName] : undefined; - xsrfHeader[xsrfHeaderName] = xsrfToken; - - var reqTransformFn = config.transformRequest || defaults.transformRequest, - respTransformFn = config.transformResponse || defaults.transformResponse, - defHeaders = defaults.headers, - reqHeaders = extend(xsrfHeader, - defHeaders.common, defHeaders[lowercase(config.method)], config.headers), - reqData = transformData(config.data, headersGetter(reqHeaders), reqTransformFn), - promise; - - // strip content-type if data is undefined - if (isUndefined(config.data)) { - delete reqHeaders['Content-Type']; + if (!isObject(requestConfig)) { + throw minErr('$http')('badreq', 'Http request configuration must be an object. Received: {0}', requestConfig); } - if (isUndefined(config.withCredentials) && !isUndefined(defaults.withCredentials)) { - config.withCredentials = defaults.withCredentials; + if (!isString($sce.valueOf(requestConfig.url))) { + throw minErr('$http')('badreq', 'Http request configuration url must be a string or a $sce trusted object. Received: {0}', requestConfig.url); } - // send request - promise = sendReq(config, reqData, reqHeaders); + var config = extend({ + method: 'get', + transformRequest: defaults.transformRequest, + transformResponse: defaults.transformResponse, + paramSerializer: defaults.paramSerializer, + jsonpCallbackParam: defaults.jsonpCallbackParam + }, requestConfig); + config.headers = mergeHeaders(requestConfig); + config.method = uppercase(config.method); + config.paramSerializer = isString(config.paramSerializer) ? + $injector.get(config.paramSerializer) : config.paramSerializer; - // transform future response - promise = promise.then(transformResponse, transformResponse); + $browser.$$incOutstandingRequestCount('$http'); + + var requestInterceptors = []; + var responseInterceptors = []; + var promise = $q.resolve(config); // apply interceptors - forEach(responseInterceptors, function(interceptor) { - promise = interceptor(promise); + forEach(reversedInterceptors, function(interceptor) { + if (interceptor.request || interceptor.requestError) { + requestInterceptors.unshift(interceptor.request, interceptor.requestError); + } + if (interceptor.response || interceptor.responseError) { + responseInterceptors.push(interceptor.response, interceptor.responseError); + } }); - promise.success = function(fn) { - promise.then(function(response) { - fn(response.data, response.status, response.headers, config); - }); + promise = chainInterceptors(promise, requestInterceptors); + promise = promise.then(serverRequest); + promise = chainInterceptors(promise, responseInterceptors); + promise = promise.finally(completeOutstandingRequest); + + return promise; + + + function chainInterceptors(promise, interceptors) { + for (var i = 0, ii = interceptors.length; i < ii;) { + var thenFn = interceptors[i++]; + var rejectFn = interceptors[i++]; + + promise = promise.then(thenFn, rejectFn); + } + + interceptors.length = 0; + return promise; - }; + } - promise.error = function(fn) { - promise.then(null, function(response) { - fn(response.data, response.status, response.headers, config); + function completeOutstandingRequest() { + $browser.$$completeOutstandingRequest(noop, '$http'); + } + + function executeHeaderFns(headers, config) { + var headerContent, processedHeaders = {}; + + forEach(headers, function(headerFn, header) { + if (isFunction(headerFn)) { + headerContent = headerFn(config); + if (headerContent != null) { + processedHeaders[header] = headerContent; + } + } else { + processedHeaders[header] = headerFn; + } }); - return promise; - }; - return promise; + return processedHeaders; + } + + function mergeHeaders(config) { + var defHeaders = defaults.headers, + reqHeaders = extend({}, config.headers), + defHeaderName, lowercaseDefHeaderName, reqHeaderName; + + defHeaders = extend({}, defHeaders.common, defHeaders[lowercase(config.method)]); + + // using for-in instead of forEach to avoid unnecessary iteration after header has been found + defaultHeadersIteration: + for (defHeaderName in defHeaders) { + lowercaseDefHeaderName = lowercase(defHeaderName); + + for (reqHeaderName in reqHeaders) { + if (lowercase(reqHeaderName) === lowercaseDefHeaderName) { + continue defaultHeadersIteration; + } + } + + reqHeaders[defHeaderName] = defHeaders[defHeaderName]; + } + + // execute if header value is a function for merged headers + return executeHeaderFns(reqHeaders, shallowCopy(config)); + } + + function serverRequest(config) { + var headers = config.headers; + var reqData = transformData(config.data, headersGetter(headers), undefined, config.transformRequest); + + // strip content-type if data is undefined + if (isUndefined(reqData)) { + forEach(headers, function(value, header) { + if (lowercase(header) === 'content-type') { + delete headers[header]; + } + }); + } + + if (isUndefined(config.withCredentials) && !isUndefined(defaults.withCredentials)) { + config.withCredentials = defaults.withCredentials; + } + + // send request + return sendReq(config, reqData).then(transformResponse, transformResponse); + } function transformResponse(response) { // make a copy since the response must be cacheable - var resp = extend({}, response, { - data: transformData(response.data, response.headers, respTransformFn) - }); + var resp = extend({}, response); + resp.data = transformData(response.data, response.headers, response.status, + config.transformResponse); return (isSuccess(response.status)) ? resp : $q.reject(resp); @@ -589,91 +1193,136 @@ function $HttpProvider() { /** * @ngdoc method - * @name ng.$http#get - * @methodOf ng.$http + * @name $http#get * * @description - * Shortcut method to perform `GET` request + * Shortcut method to perform `GET` request. * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See {@link ng.$http#$http-arguments `$http()` arguments}. + * @returns {HttpPromise} A Promise that will be resolved or rejected with a response object. + * See {@link ng.$http#$http-returns `$http()` return value}. */ /** * @ngdoc method - * @name ng.$http#delete - * @methodOf ng.$http + * @name $http#delete * * @description - * Shortcut method to perform `DELETE` request + * Shortcut method to perform `DELETE` request. * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See {@link ng.$http#$http-arguments `$http()` arguments}. + * @returns {HttpPromise} A Promise that will be resolved or rejected with a response object. + * See {@link ng.$http#$http-returns `$http()` return value}. */ /** * @ngdoc method - * @name ng.$http#head - * @methodOf ng.$http + * @name $http#head * * @description - * Shortcut method to perform `HEAD` request + * Shortcut method to perform `HEAD` request. * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See {@link ng.$http#$http-arguments `$http()` arguments}. + * @returns {HttpPromise} A Promise that will be resolved or rejected with a response object. + * See {@link ng.$http#$http-returns `$http()` return value}. */ /** * @ngdoc method - * @name ng.$http#jsonp - * @methodOf ng.$http + * @name $http#jsonp * * @description - * Shortcut method to perform `JSONP` request - * - * @param {string} url Relative or absolute URL specifying the destination of the request. - * Should contain `JSON_CALLBACK` string. - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object + * Shortcut method to perform `JSONP` request. + * + * Note that, since JSONP requests are sensitive because the response is given full access to the browser, + * the url must be declared, via {@link $sce} as a trusted resource URL. + * You can trust a URL by adding it to the trusted resource URL list via + * {@link $sceDelegateProvider#trustedResourceUrlList `$sceDelegateProvider.trustedResourceUrlList`} or + * by explicitly trusting the URL via {@link $sce#trustAsResourceUrl `$sce.trustAsResourceUrl(url)`}. + * + * You should avoid generating the URL for the JSONP request from user provided data. + * Provide additional query parameters via `params` property of the `config` parameter, rather than + * modifying the URL itself. + * + * JSONP requests must specify a callback to be used in the response from the server. This callback + * is passed as a query parameter in the request. You must specify the name of this parameter by + * setting the `jsonpCallbackParam` property on the request config object. + * + * ``` + * $http.jsonp('some/trusted/url', {jsonpCallbackParam: 'callback'}) + * ``` + * + * You can also specify a default callback parameter name in `$http.defaults.jsonpCallbackParam`. + * Initially this is set to `'callback'`. + * + *
    + * You can no longer use the `JSON_CALLBACK` string as a placeholder for specifying where the callback + * parameter value should go. + *
    + * + * If you would like to customise where and how the callbacks are stored then try overriding + * or decorating the {@link $jsonpCallbacks} service. + * + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See {@link ng.$http#$http-arguments `$http()` arguments}. + * @returns {HttpPromise} A Promise that will be resolved or rejected with a response object. + * See {@link ng.$http#$http-returns `$http()` return value}. */ createShortMethods('get', 'delete', 'head', 'jsonp'); /** * @ngdoc method - * @name ng.$http#post - * @methodOf ng.$http + * @name $http#post * * @description - * Shortcut method to perform `POST` request + * Shortcut method to perform `POST` request. * * @param {string} url Relative or absolute URL specifying the destination of the request * @param {*} data Request content - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object + * @param {Object=} config Optional configuration object. See {@link ng.$http#$http-arguments `$http()` arguments}. + * @returns {HttpPromise} A Promise that will be resolved or rejected with a response object. + * See {@link ng.$http#$http-returns `$http()` return value}. */ /** * @ngdoc method - * @name ng.$http#put - * @methodOf ng.$http + * @name $http#put * * @description - * Shortcut method to perform `PUT` request + * Shortcut method to perform `PUT` request. * * @param {string} url Relative or absolute URL specifying the destination of the request * @param {*} data Request content - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object + * @param {Object=} config Optional configuration object. See {@link ng.$http#$http-arguments `$http()` arguments}. + * @returns {HttpPromise} A Promise that will be resolved or rejected with a response object. + * See {@link ng.$http#$http-returns `$http()` return value}. */ - createShortMethodsWithData('post', 'put'); + + /** + * @ngdoc method + * @name $http#patch + * + * @description + * Shortcut method to perform `PATCH` request. + * + * @param {string} url Relative or absolute URL specifying the destination of the request + * @param {*} data Request content + * @param {Object=} config Optional configuration object. See {@link ng.$http#$http-arguments `$http()` arguments}. + * @returns {HttpPromise} A Promise that will be resolved or rejected with a response object. + * See {@link ng.$http#$http-returns `$http()` return value}. + */ + createShortMethodsWithData('post', 'put', 'patch'); /** * @ngdoc property - * @name ng.$http#defaults - * @propertyOf ng.$http + * @name $http#defaults * * @description * Runtime equivalent of the `$httpProvider.defaults` property. Allows configuration of @@ -690,7 +1339,7 @@ function $HttpProvider() { function createShortMethods(names) { forEach(arguments, function(name) { $http[name] = function(url, config) { - return $http(extend(config || {}, { + return $http(extend({}, config || {}, { method: name, url: url })); @@ -702,7 +1351,7 @@ function $HttpProvider() { function createShortMethodsWithData(name) { forEach(arguments, function(name) { $http[name] = function(url, data, config) { - return $http(extend(config || {}, { + return $http(extend({}, config || {}, { method: name, url: url, data: data @@ -713,39 +1362,59 @@ function $HttpProvider() { /** - * Makes the request + * Makes the request. * * !!! ACCESSES CLOSURE VARS: * $httpBackend, defaults, $log, $rootScope, defaultCache, $http.pendingRequests */ - function sendReq(config, reqData, reqHeaders) { + function sendReq(config, reqData) { var deferred = $q.defer(), promise = deferred.promise, cache, cachedResp, - url = buildUrl(config.url, config.params); + reqHeaders = config.headers, + isJsonp = lowercase(config.method) === 'jsonp', + url = config.url; + + if (isJsonp) { + // JSONP is a pretty sensitive operation where we're allowing a script to have full access to + // our DOM and JS space. So we require that the URL satisfies SCE.RESOURCE_URL. + url = $sce.getTrustedResourceUrl(url); + } else if (!isString(url)) { + // If it is not a string then the URL must be a $sce trusted object + url = $sce.valueOf(url); + } + + url = buildUrl(url, config.paramSerializer(config.params)); + + if (isJsonp) { + // Check the url and add the JSONP callback placeholder + url = sanitizeJsonpCallbackParam(url, config.jsonpCallbackParam); + } $http.pendingRequests.push(config); promise.then(removePendingReq, removePendingReq); - - if (config.cache && config.method == 'GET') { - cache = isObject(config.cache) ? config.cache : defaultCache; + if ((config.cache || defaults.cache) && config.cache !== false && + (config.method === 'GET' || config.method === 'JSONP')) { + cache = isObject(config.cache) ? config.cache + : isObject(/** @type {?} */ (defaults).cache) + ? /** @type {?} */ (defaults).cache + : defaultCache; } if (cache) { cachedResp = cache.get(url); - if (cachedResp) { - if (cachedResp.then) { + if (isDefined(cachedResp)) { + if (isPromiseLike(cachedResp)) { // cached request has already been sent, but there is no response yet - cachedResp.then(removePendingReq, removePendingReq); - return cachedResp; + cachedResp.then(resolvePromiseWithResult, resolvePromiseWithResult); } else { // serving from cache if (isArray(cachedResp)) { - resolvePromise(cachedResp[1], cachedResp[0], copy(cachedResp[2])); + resolvePromise(cachedResp[1], cachedResp[0], shallowCopy(cachedResp[2]), cachedResp[3], cachedResp[4]); } else { - resolvePromise(cachedResp, 200, {}); + resolvePromise(cachedResp, 200, {}, 'OK', 'complete'); } } } else { @@ -754,14 +1423,47 @@ function $HttpProvider() { } } - // if we won't have the response in cache, send the request to the backend - if (!cachedResp) { + + // if we won't have the response in cache, set the xsrf headers and + // send the request to the backend + if (isUndefined(cachedResp)) { + var xsrfValue = urlIsAllowedOrigin(config.url) + ? $$cookieReader()[config.xsrfCookieName || defaults.xsrfCookieName] + : undefined; + if (xsrfValue) { + reqHeaders[(config.xsrfHeaderName || defaults.xsrfHeaderName)] = xsrfValue; + } + $httpBackend(config.method, url, reqData, done, reqHeaders, config.timeout, - config.withCredentials, config.responseType); + config.withCredentials, config.responseType, + createApplyHandlers(config.eventHandlers), + createApplyHandlers(config.uploadEventHandlers)); } return promise; + function createApplyHandlers(eventHandlers) { + if (eventHandlers) { + var applyHandlers = {}; + forEach(eventHandlers, function(eventHandler, key) { + applyHandlers[key] = function(event) { + if (useApplyAsync) { + $rootScope.$applyAsync(callEventHandler); + } else if ($rootScope.$$phase) { + callEventHandler(); + } else { + $rootScope.$apply(callEventHandler); + } + + function callEventHandler() { + eventHandler(event); + } + }; + }); + return applyHandlers; + } + } + /** * Callback registered to $httpBackend(): @@ -769,62 +1471,86 @@ function $HttpProvider() { * - resolves the raw $http promise * - calls $apply */ - function done(status, response, headersString) { + function done(status, response, headersString, statusText, xhrStatus) { if (cache) { if (isSuccess(status)) { - cache.put(url, [status, response, parseHeaders(headersString)]); + cache.put(url, [status, response, parseHeaders(headersString), statusText, xhrStatus]); } else { // remove promise from the cache cache.remove(url); } } - resolvePromise(response, status, headersString); - $rootScope.$apply(); + function resolveHttpPromise() { + resolvePromise(response, status, headersString, statusText, xhrStatus); + } + + if (useApplyAsync) { + $rootScope.$applyAsync(resolveHttpPromise); + } else { + resolveHttpPromise(); + if (!$rootScope.$$phase) $rootScope.$apply(); + } } /** * Resolves the raw $http promise. */ - function resolvePromise(response, status, headers) { - // normalize internal statuses to 0 - status = Math.max(status, 0); + function resolvePromise(response, status, headers, statusText, xhrStatus) { + //status: HTTP response status code, 0, -1 (aborted by timeout / promise) + status = status >= -1 ? status : 0; (isSuccess(status) ? deferred.resolve : deferred.reject)({ data: response, status: status, headers: headersGetter(headers), - config: config + config: config, + statusText: statusText, + xhrStatus: xhrStatus }); } + function resolvePromiseWithResult(result) { + resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus); + } function removePendingReq() { - var idx = indexOf($http.pendingRequests, config); + var idx = $http.pendingRequests.indexOf(config); if (idx !== -1) $http.pendingRequests.splice(idx, 1); } } - function buildUrl(url, params) { - if (!params) return url; - var parts = []; - forEachSorted(params, function(value, key) { - if (value == null || value == undefined) return; - if (!isArray(value)) value = [value]; + function buildUrl(url, serializedParams) { + if (serializedParams.length > 0) { + url += ((url.indexOf('?') === -1) ? '?' : '&') + serializedParams; + } + return url; + } - forEach(value, function(v) { - if (isObject(v)) { - v = toJson(v); - } - parts.push(encodeUriQuery(key) + '=' + - encodeUriQuery(v)); - }); - }); - return url + ((url.indexOf('?') == -1) ? '?' : '&') + parts.join('&'); + function sanitizeJsonpCallbackParam(url, cbKey) { + var parts = url.split('?'); + if (parts.length > 2) { + // Throw if the url contains more than one `?` query indicator + throw $httpMinErr('badjsonp', 'Illegal use more than one "?", in url, "{1}"', url); + } + var params = parseKeyValue(parts[1]); + forEach(params, function(value, key) { + if (value === 'JSON_CALLBACK') { + // Throw if the url already contains a reference to JSON_CALLBACK + throw $httpMinErr('badjsonp', 'Illegal use of JSON_CALLBACK in url, "{0}"', url); } + if (key === cbKey) { + // Throw if the callback param was already provided + throw $httpMinErr('badjsonp', 'Illegal use of callback param, "{0}", in url, "{1}"', cbKey, url); + } + }); + // Add in the JSON_CALLBACK callback param value + url += ((url.indexOf('?') === -1) ? '?' : '&') + cbKey + '=JSON_CALLBACK'; + return url; + } }]; } diff --git a/src/ng/httpBackend.js b/src/ng/httpBackend.js index 5c967c6b58c7..933ac7493a3a 100644 --- a/src/ng/httpBackend.js +++ b/src/ng/httpBackend.js @@ -1,17 +1,42 @@ -var XHR = window.XMLHttpRequest || function() { - try { return new ActiveXObject("Msxml2.XMLHTTP.6.0"); } catch (e1) {} - try { return new ActiveXObject("Msxml2.XMLHTTP.3.0"); } catch (e2) {} - try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch (e3) {} - throw new Error("This browser does not support XMLHttpRequest."); -}; +'use strict'; +/** + * @ngdoc service + * @name $xhrFactory + * @this + * + * @description + * Factory function used to create XMLHttpRequest objects. + * + * Replace or decorate this service to create your own custom XMLHttpRequest objects. + * + * ``` + * angular.module('myApp', []) + * .factory('$xhrFactory', function() { + * return function createXhr(method, url) { + * return new window.XMLHttpRequest({mozSystem: true}); + * }; + * }); + * ``` + * + * @param {string} method HTTP method of the request (GET, POST, PUT, ..) + * @param {string} url URL of the request. + */ +function $xhrFactoryProvider() { + this.$get = function() { + return function createXhr() { + return new window.XMLHttpRequest(); + }; + }; +} /** - * @ngdoc object - * @name ng.$httpBackend - * @requires $browser - * @requires $window + * @ngdoc service + * @name $httpBackend + * @requires $jsonpCallbacks * @requires $document + * @requires $xhrFactory + * @this * * @description * HTTP backend used by the {@link ng.$http service} that delegates to @@ -24,129 +49,186 @@ var XHR = window.XMLHttpRequest || function() { * $httpBackend} which can be trained with responses. */ function $HttpBackendProvider() { - this.$get = ['$browser', '$window', '$document', function($browser, $window, $document) { - return createHttpBackend($browser, XHR, $browser.defer, $window.angular.callbacks, - $document[0], $window.location.protocol.replace(':', '')); + this.$get = ['$browser', '$jsonpCallbacks', '$document', '$xhrFactory', function($browser, $jsonpCallbacks, $document, $xhrFactory) { + return createHttpBackend($browser, $xhrFactory, $browser.defer, $jsonpCallbacks, $document[0]); }]; } -function createHttpBackend($browser, XHR, $browserDefer, callbacks, rawDocument, locationProtocol) { +function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDocument) { // TODO(vojta): fix the signature - return function(method, url, post, callback, headers, timeout, withCredentials, responseType) { - $browser.$$incOutstandingRequestCount(); + return function(method, url, post, callback, headers, timeout, withCredentials, responseType, eventHandlers, uploadEventHandlers) { url = url || $browser.url(); - if (lowercase(method) == 'jsonp') { - var callbackId = '_' + (callbacks.counter++).toString(36); - callbacks[callbackId] = function(data) { - callbacks[callbackId].data = data; - }; - - jsonpReq(url.replace('JSON_CALLBACK', 'angular.callbacks.' + callbackId), - function() { - if (callbacks[callbackId].data) { - completeRequest(callback, 200, callbacks[callbackId].data); - } else { - completeRequest(callback, -2); - } - delete callbacks[callbackId]; + if (lowercase(method) === 'jsonp') { + var callbackPath = callbacks.createCallback(url); + var jsonpDone = jsonpReq(url, callbackPath, function(status, text) { + // jsonpReq only ever sets status to 200 (OK), 404 (ERROR) or -1 (WAITING) + var response = (status === 200) && callbacks.getResponse(callbackPath); + completeRequest(callback, status, response, '', text, 'complete'); + callbacks.removeCallback(callbackPath); }); } else { - var xhr = new XHR(); + + var xhr = createXhr(method, url); + var abortedByTimeout = false; + xhr.open(method, url, true); forEach(headers, function(value, key) { - if (value) xhr.setRequestHeader(key, value); + if (isDefined(value)) { + xhr.setRequestHeader(key, value); + } }); - var status; - - // In IE6 and 7, this might be called synchronously when xhr.send below is called and the - // response is in the cache. the promise api will ensure that to the app code the api is - // always async - xhr.onreadystatechange = function() { - if (xhr.readyState == 4) { - var responseHeaders = xhr.getAllResponseHeaders(); - - // TODO(vojta): remove once Firefox 21 gets released. - // begin: workaround to overcome Firefox CORS http response headers bug - // https://bugzilla.mozilla.org/show_bug.cgi?id=608735 - // Firefox already patched in nightly. Should land in Firefox 21. - - // CORS "simple response headers" http://www.w3.org/TR/cors/ - var value, - simpleHeaders = ["Cache-Control", "Content-Language", "Content-Type", - "Expires", "Last-Modified", "Pragma"]; - if (!responseHeaders) { - responseHeaders = ""; - forEach(simpleHeaders, function (header) { - var value = xhr.getResponseHeader(header); - if (value) { - responseHeaders += header + ": " + value + "\n"; - } - }); - } - // end of the workaround. + xhr.onload = function requestLoaded() { + var statusText = xhr.statusText || ''; + + // responseText is the old-school way of retrieving response (supported by IE9) + // response/responseType properties were introduced in XHR Level2 spec (supported by IE10) + var response = ('response' in xhr) ? xhr.response : xhr.responseText; + + // normalize IE9 bug (http://bugs.jquery.com/ticket/1450) + var status = xhr.status === 1223 ? 204 : xhr.status; - completeRequest(callback, status || xhr.status, xhr.response || xhr.responseText, - responseHeaders); + // fix status code when it is 0 (0 status is undocumented). + // Occurs when accessing file resources or on Android 4.1 stock browser + // while retrieving files from application cache. + if (status === 0) { + status = response ? 200 : urlResolve(url).protocol === 'file' ? 404 : 0; } + + completeRequest(callback, + status, + response, + xhr.getAllResponseHeaders(), + statusText, + 'complete'); + }; + + var requestError = function() { + // The response is always empty + // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error + completeRequest(callback, -1, null, null, '', 'error'); + }; + + var requestAborted = function() { + completeRequest(callback, -1, null, null, '', abortedByTimeout ? 'timeout' : 'abort'); + }; + + var requestTimeout = function() { + // The response is always empty + // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error + completeRequest(callback, -1, null, null, '', 'timeout'); }; + xhr.onerror = requestError; + xhr.ontimeout = requestTimeout; + xhr.onabort = requestAborted; + + forEach(eventHandlers, function(value, key) { + xhr.addEventListener(key, value); + }); + + forEach(uploadEventHandlers, function(value, key) { + xhr.upload.addEventListener(key, value); + }); + if (withCredentials) { xhr.withCredentials = true; } if (responseType) { - xhr.responseType = responseType; + try { + xhr.responseType = responseType; + } catch (e) { + // WebKit added support for the json responseType value on 09/03/2013 + // https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are + // known to throw when setting the value "json" as the response type. Other older + // browsers implementing the responseType + // + // The json response type can be ignored if not supported, because JSON payloads are + // parsed on the client-side regardless. + if (responseType !== 'json') { + throw e; + } + } } - xhr.send(post || ''); - - if (timeout > 0) { - $browserDefer(function() { - status = -1; - xhr.abort(); - }, timeout); - } + xhr.send(isUndefined(post) ? null : post); } + // Since we are using xhr.abort() when a request times out, we have to set a flag that + // indicates to requestAborted if the request timed out or was aborted. + // + // http.timeout = numerical timeout timeout + // http.timeout = $timeout timeout + // http.timeout = promise abort + // xhr.abort() abort (The xhr object is normally inaccessible, but + // can be exposed with the xhrFactory) + if (timeout > 0) { + var timeoutId = $browserDefer(function() { + timeoutRequest('timeout'); + }, timeout); + } else if (isPromiseLike(timeout)) { + timeout.then(function() { + timeoutRequest(isDefined(timeout.$$timeoutId) ? 'timeout' : 'abort'); + }); + } - function completeRequest(callback, status, response, headersString) { - // URL_MATCH is defined in src/service/location.js - var protocol = (url.match(URL_MATCH) || ['', locationProtocol])[1]; - - // fix status code for file protocol (it's always 0) - status = (protocol == 'file') ? (response ? 200 : 404) : status; + function timeoutRequest(reason) { + abortedByTimeout = reason === 'timeout'; + if (jsonpDone) { + jsonpDone(); + } + if (xhr) { + xhr.abort(); + } + } - // normalize IE bug (http://bugs.jquery.com/ticket/1450) - status = status == 1223 ? 204 : status; + function completeRequest(callback, status, response, headersString, statusText, xhrStatus) { + // cancel timeout and subsequent timeout promise resolution + if (isDefined(timeoutId)) { + $browserDefer.cancel(timeoutId); + } + jsonpDone = xhr = null; - callback(status, response, headersString); - $browser.$$completeOutstandingRequest(noop); + callback(status, response, headersString, statusText, xhrStatus); } }; - function jsonpReq(url, done) { - // we can't use jQuery/jqLite here because jQuery does crazy shit with script elements, e.g.: + function jsonpReq(url, callbackPath, done) { + url = url.replace('JSON_CALLBACK', callbackPath); + // we can't use jQuery/jqLite here because jQuery does crazy stuff with script elements, e.g.: // - fetches local scripts via XHR and evals them // - adds and immediately removes script elements from the document - var script = rawDocument.createElement('script'), - doneWrapper = function() { - rawDocument.body.removeChild(script); - if (done) done(); - }; - + var script = rawDocument.createElement('script'), callback = null; script.type = 'text/javascript'; script.src = url; + script.async = true; + + callback = function(event) { + script.removeEventListener('load', callback); + script.removeEventListener('error', callback); + rawDocument.body.removeChild(script); + script = null; + var status = -1; + var text = 'unknown'; + + if (event) { + if (event.type === 'load' && !callbacks.wasCalled(callbackPath)) { + event = { type: 'error' }; + } + text = event.type; + status = event.type === 'error' ? 404 : 200; + } - if (msie) { - script.onreadystatechange = function() { - if (/loaded|complete/.test(script.readyState)) doneWrapper(); - }; - } else { - script.onload = script.onerror = doneWrapper; - } + if (done) { + done(status, text); + } + }; + script.addEventListener('load', callback); + script.addEventListener('error', callback); rawDocument.body.appendChild(script); + return callback; } } diff --git a/src/ng/interpolate.js b/src/ng/interpolate.js index dcf05d778f3e..955b816c202b 100644 --- a/src/ng/interpolate.js +++ b/src/ng/interpolate.js @@ -1,13 +1,60 @@ 'use strict'; +var $interpolateMinErr = angular.$interpolateMinErr = minErr('$interpolate'); +$interpolateMinErr.throwNoconcat = function(text) { + throw $interpolateMinErr('noconcat', + 'Error while interpolating: {0}\nStrict Contextual Escaping disallows ' + + 'interpolations that concatenate multiple expressions when a trusted value is ' + + 'required. See http://docs.angularjs.org/api/ng.$sce', text); +}; + +$interpolateMinErr.interr = function(text, err) { + return $interpolateMinErr('interr', 'Can\'t interpolate: {0}\n{1}', text, err.toString()); +}; + /** - * @ngdoc object - * @name ng.$interpolateProvider - * @function + * @ngdoc provider + * @name $interpolateProvider + * @this * * @description * * Used for configuring the interpolation markup. Defaults to `{{` and `}}`. + * + *
    + * This feature is sometimes used to mix different markup languages, e.g. to wrap an AngularJS + * template within a Python Jinja template (or any other template language). Mixing templating + * languages is **very dangerous**. The embedding template language will not safely escape AngularJS + * expressions, so any user-controlled values in the template will cause Cross Site Scripting (XSS) + * security bugs! + *
    + * + * @example + + + +
    + //demo.label// +
    +
    + + it('should interpolate binding with custom symbols', function() { + expect(element(by.binding('demo.label')).getText()).toBe('This binding is brought you by // interpolation symbols.'); + }); + +
    */ function $InterpolateProvider() { var startSymbol = '{{'; @@ -15,53 +62,70 @@ function $InterpolateProvider() { /** * @ngdoc method - * @name ng.$interpolateProvider#startSymbol - * @methodOf ng.$interpolateProvider + * @name $interpolateProvider#startSymbol * @description * Symbol to denote start of expression in the interpolated string. Defaults to `{{`. * * @param {string=} value new value to set the starting symbol to. * @returns {string|self} Returns the symbol when used as getter and self if used as setter. */ - this.startSymbol = function(value){ + this.startSymbol = function(value) { if (value) { startSymbol = value; return this; - } else { - return startSymbol; } + return startSymbol; }; /** * @ngdoc method - * @name ng.$interpolateProvider#endSymbol - * @methodOf ng.$interpolateProvider + * @name $interpolateProvider#endSymbol * @description * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. * * @param {string=} value new value to set the ending symbol to. * @returns {string|self} Returns the symbol when used as getter and self if used as setter. */ - this.endSymbol = function(value){ + this.endSymbol = function(value) { if (value) { endSymbol = value; return this; - } else { - return endSymbol; } + return endSymbol; }; - this.$get = ['$parse', '$exceptionHandler', function($parse, $exceptionHandler) { + this.$get = ['$parse', '$exceptionHandler', '$sce', function($parse, $exceptionHandler, $sce) { var startSymbolLength = startSymbol.length, - endSymbolLength = endSymbol.length; + endSymbolLength = endSymbol.length, + escapedStartRegexp = new RegExp(startSymbol.replace(/./g, escape), 'g'), + escapedEndRegexp = new RegExp(endSymbol.replace(/./g, escape), 'g'); + + function escape(ch) { + return '\\\\\\' + ch; + } + + function unescapeText(text) { + return text.replace(escapedStartRegexp, startSymbol). + replace(escapedEndRegexp, endSymbol); + } + + // TODO: this is the same as the constantWatchDelegate in parse.js + function constantWatchDelegate(scope, listener, objectEquality, constantInterp) { + var unwatch = scope.$watch(function constantInterpolateWatch(scope) { + unwatch(); + return constantInterp(scope); + }, listener, objectEquality); + return unwatch; + } /** - * @ngdoc function - * @name ng.$interpolate - * @function + * @ngdoc service + * @name $interpolate + * @kind function * * @requires $parse + * @requires $sce * * @description * @@ -71,117 +135,275 @@ function $InterpolateProvider() { * interpolation markup. * * -
    -         var $interpolate = ...; // injected
    -         var exp = $interpolate('Hello {{name}}!');
    -         expect(exp({name:'Angular'}).toEqual('Hello Angular!');
    -       
    + * ```js + * var $interpolate = ...; // injected + * var exp = $interpolate('Hello {{name | uppercase}}!'); + * expect(exp({name:'AngularJS'})).toEqual('Hello ANGULARJS!'); + * ``` * + * `$interpolate` takes an optional fourth argument, `allOrNothing`. If `allOrNothing` is + * `true`, the interpolation function will return `undefined` unless all embedded expressions + * evaluate to a value other than `undefined`. + * + * ```js + * var $interpolate = ...; // injected + * var context = {greeting: 'Hello', name: undefined }; + * + * // default "forgiving" mode + * var exp = $interpolate('{{greeting}} {{name}}!'); + * expect(exp(context)).toEqual('Hello !'); + * + * // "allOrNothing" mode + * exp = $interpolate('{{greeting}} {{name}}!', false, null, true); + * expect(exp(context)).toBeUndefined(); + * context.name = 'AngularJS'; + * expect(exp(context)).toEqual('Hello AngularJS!'); + * ``` + * + * `allOrNothing` is useful for interpolating URLs. `ngSrc` and `ngSrcset` use this behavior. + * + * #### Escaped Interpolation + * $interpolate provides a mechanism for escaping interpolation markers. Start and end markers + * can be escaped by preceding each of their characters with a REVERSE SOLIDUS U+005C (backslash). + * It will be rendered as a regular start/end marker, and will not be interpreted as an expression + * or binding. + * + * This enables web-servers to prevent script injection attacks and defacing attacks, to some + * degree, while also enabling code examples to work without relying on the + * {@link ng.directive:ngNonBindable ngNonBindable} directive. + * + * **For security purposes, it is strongly encouraged that web servers escape user-supplied data, + * replacing angle brackets (<, >) with &lt; and &gt; respectively, and replacing all + * interpolation start/end markers with their escaped counterparts.** + * + * Escaped interpolation markers are only replaced with the actual interpolation markers in rendered + * output when the $interpolate service processes the text. So, for HTML elements interpolated + * by {@link ng.$compile $compile}, or otherwise interpolated with the `mustHaveExpression` parameter + * set to `true`, the interpolated text must contain an unescaped interpolation expression. As such, + * this is typically useful only when user-data is used in rendering a template from the server, or + * when otherwise untrusted data is used by a directive. + * + * + * + *
    + *

    {{apptitle}}: \{\{ username = "defaced value"; \}\} + *

    + *

    {{username}} attempts to inject code which will deface the + * application, but fails to accomplish their task, because the server has correctly + * escaped the interpolation start/end markers with REVERSE SOLIDUS U+005C (backslash) + * characters.

    + *

    Instead, the result of the attempted script injection is visible, and can be removed + * from the database by an administrator.

    + *
    + *
    + *
    + * + * @knownIssue + * It is currently not possible for an interpolated expression to contain the interpolation end + * symbol. For example, `{{ '}}' }}` will be incorrectly interpreted as `{{ ' }}` + `' }}`, i.e. + * an interpolated expression consisting of a single-quote (`'`) and the `' }}` string. + * + * @knownIssue + * All directives and components must use the standard `{{` `}}` interpolation symbols + * in their templates. If you change the application interpolation symbols the {@link $compile} + * service will attempt to denormalize the standard symbols to the custom symbols. + * The denormalization process is not clever enough to know not to replace instances of the standard + * symbols where they would not normally be treated as interpolation symbols. For example in the following + * code snippet the closing braces of the literal object will get incorrectly denormalized: + * + * ``` + *
    + * ``` + * + * See https://github.com/angular/angular.js/pull/14610#issuecomment-219401099 for more information. * * @param {string} text The text with markup to interpolate. * @param {boolean=} mustHaveExpression if set to true then the interpolation string must have * embedded expression in order to return an interpolation function. Strings with no * embedded expression will return null for the interpolation function. - * @returns {function(context)} an interpolation function which is used to compute the interpolated - * string. The function has these parameters: - * - * * `context`: an object against which any expressions embedded in the strings are evaluated - * against. + * @param {string=} trustedContext when provided, the returned function passes the interpolated + * result through {@link ng.$sce#getTrusted $sce.getTrusted(interpolatedResult, + * trustedContext)} before returning it. Refer to the {@link ng.$sce $sce} service that + * provides Strict Contextual Escaping for details. + * @param {boolean=} allOrNothing if `true`, then the returned function returns undefined + * unless all embedded expressions evaluate to a value other than `undefined`. + * @returns {function(context)} an interpolation function which is used to compute the + * interpolated string. The function has these parameters: * + * - `context`: evaluation context for all expressions embedded in the interpolated text */ - function $interpolate(text, mustHaveExpression) { + function $interpolate(text, mustHaveExpression, trustedContext, allOrNothing) { + var contextAllowsConcatenation = trustedContext === $sce.URL || trustedContext === $sce.MEDIA_URL; + + // Provide a quick exit and simplified result function for text with no interpolation + if (!text.length || text.indexOf(startSymbol) === -1) { + if (mustHaveExpression) return; + + var unescapedText = unescapeText(text); + if (contextAllowsConcatenation) { + unescapedText = $sce.getTrusted(trustedContext, unescapedText); + } + var constantInterp = valueFn(unescapedText); + constantInterp.exp = text; + constantInterp.expressions = []; + constantInterp.$$watchDelegate = constantWatchDelegate; + + return constantInterp; + } + + allOrNothing = !!allOrNothing; var startIndex, endIndex, index = 0, - parts = [], - length = text.length, - hasInterpolation = false, - fn, + expressions = [], + parseFns, + textLength = text.length, exp, - concat = []; - - while(index < length) { - if ( ((startIndex = text.indexOf(startSymbol, index)) != -1) && - ((endIndex = text.indexOf(endSymbol, startIndex + startSymbolLength)) != -1) ) { - (index != startIndex) && parts.push(text.substring(index, startIndex)); - parts.push(fn = $parse(exp = text.substring(startIndex + startSymbolLength, endIndex))); - fn.exp = exp; + concat = [], + expressionPositions = [], + singleExpression; + + + while (index < textLength) { + if (((startIndex = text.indexOf(startSymbol, index)) !== -1) && + ((endIndex = text.indexOf(endSymbol, startIndex + startSymbolLength)) !== -1)) { + if (index !== startIndex) { + concat.push(unescapeText(text.substring(index, startIndex))); + } + exp = text.substring(startIndex + startSymbolLength, endIndex); + expressions.push(exp); index = endIndex + endSymbolLength; - hasInterpolation = true; + expressionPositions.push(concat.length); + concat.push(''); // Placeholder that will get replaced with the evaluated expression. } else { - // we did not find anything, so we have to add the remainder to the parts array - (index != length) && parts.push(text.substring(index)); - index = length; + // we did not find an interpolation, so we have to add the remainder to the separators array + if (index !== textLength) { + concat.push(unescapeText(text.substring(index))); + } + break; } } - if (!(length = parts.length)) { - // we added, nothing, must have been an empty string. - parts.push(''); - length = 1; - } + singleExpression = concat.length === 1 && expressionPositions.length === 1; + // Intercept expression if we need to stringify concatenated inputs, which may be SCE trusted + // objects rather than simple strings + // (we don't modify the expression if the input consists of only a single trusted input) + var interceptor = contextAllowsConcatenation && singleExpression ? undefined : parseStringifyInterceptor; + parseFns = expressions.map(function(exp) { return $parse(exp, interceptor); }); - if (!mustHaveExpression || hasInterpolation) { - concat.length = length; - fn = function(context) { - try { - for(var i = 0, ii = length, part; i 1) { + // This context does not allow more than one part, e.g. expr + string or exp + exp. + $interpolateMinErr.throwNoconcat(text); } + // In an unprivileged context or only one part: just concatenate and return. + return concat.join(''); }; - fn.exp = text; - fn.parts = parts; - return fn; + + return extend(function interpolationFn(context) { + var i = 0; + var ii = expressions.length; + var values = new Array(ii); + + try { + for (; i < ii; i++) { + values[i] = parseFns[i](context); + } + + return compute(values); + } catch (err) { + $exceptionHandler($interpolateMinErr.interr(text, err)); + } + + }, { + // all of these properties are undocumented for now + exp: text, //just for compatibility with regular watchers created via $watch + expressions: expressions, + $$watchDelegate: function(scope, listener) { + var lastValue; + return scope.$watchGroup(parseFns, /** @this */ function interpolateFnWatcher(values, oldValues) { + var currValue = compute(values); + listener.call(this, currValue, values !== oldValues ? lastValue : currValue, scope); + lastValue = currValue; + }); + } + }); + } + + function parseStringifyInterceptor(value) { + try { + // In concatenable contexts, getTrusted comes at the end, to avoid sanitizing individual + // parts of a full URL. We don't care about losing the trustedness here. + // In non-concatenable contexts, where there is only one expression, this interceptor is + // not applied to the expression. + value = (trustedContext && !contextAllowsConcatenation) ? + $sce.getTrusted(trustedContext, value) : + $sce.valueOf(value); + return allOrNothing && !isDefined(value) ? value : stringify(value); + } catch (err) { + $exceptionHandler($interpolateMinErr.interr(text, err)); + } } } /** * @ngdoc method - * @name ng.$interpolate#startSymbol - * @methodOf ng.$interpolate + * @name $interpolate#startSymbol * @description * Symbol to denote the start of expression in the interpolated string. Defaults to `{{`. * - * Use {@link ng.$interpolateProvider#startSymbol $interpolateProvider#startSymbol} to change + * Use {@link ng.$interpolateProvider#startSymbol `$interpolateProvider.startSymbol`} to change * the symbol. * * @returns {string} start symbol. */ $interpolate.startSymbol = function() { return startSymbol; - } + }; /** * @ngdoc method - * @name ng.$interpolate#endSymbol - * @methodOf ng.$interpolate + * @name $interpolate#endSymbol * @description * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. * - * Use {@link ng.$interpolateProvider#endSymbol $interpolateProvider#endSymbol} to change + * Use {@link ng.$interpolateProvider#endSymbol `$interpolateProvider.endSymbol`} to change * the symbol. * - * @returns {string} start symbol. + * @returns {string} end symbol. */ $interpolate.endSymbol = function() { return endSymbol; - } + }; return $interpolate; }]; diff --git a/src/ng/interval.js b/src/ng/interval.js new file mode 100644 index 000000000000..fa032276a382 --- /dev/null +++ b/src/ng/interval.js @@ -0,0 +1,181 @@ +'use strict'; + +var $intervalMinErr = minErr('$interval'); + +/** @this */ +function $IntervalProvider() { + this.$get = ['$$intervalFactory', '$window', + function($$intervalFactory, $window) { + var intervals = {}; + var setIntervalFn = function(tick, delay, deferred) { + var id = $window.setInterval(tick, delay); + intervals[id] = deferred; + return id; + }; + var clearIntervalFn = function(id) { + $window.clearInterval(id); + delete intervals[id]; + }; + + /** + * @ngdoc service + * @name $interval + * + * @description + * AngularJS's wrapper for `window.setInterval`. The `fn` function is executed every `delay` + * milliseconds. + * + * The return value of registering an interval function is a promise. This promise will be + * notified upon each tick of the interval, and will be resolved after `count` iterations, or + * run indefinitely if `count` is not defined. The value of the notification will be the + * number of iterations that have run. + * To cancel an interval, call `$interval.cancel(promise)`. + * + * In tests you can use {@link ngMock.$interval#flush `$interval.flush(millis)`} to + * move forward by `millis` milliseconds and trigger any functions scheduled to run in that + * time. + * + *
    + * **Note**: Intervals created by this service must be explicitly destroyed when you are finished + * with them. In particular they are not automatically destroyed when a controller's scope or a + * directive's element are destroyed. + * You should take this into consideration and make sure to always cancel the interval at the + * appropriate moment. See the example below for more details on how and when to do this. + *
    + * + * @param {function()} fn A function that should be called repeatedly. If no additional arguments + * are passed (see below), the function is called with the current iteration count. + * @param {number} delay Number of milliseconds between each function call. + * @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat + * indefinitely. + * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise + * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. + * @param {...*=} Pass additional parameters to the executed function. + * @returns {promise} A promise which will be notified on each iteration. It will resolve once all iterations of the interval complete. + * + * @example + * + * + * + * + *
    + *
    + *
    + * Current time is: + *
    + * Blood 1 : {{blood_1}} + * Blood 2 : {{blood_2}} + * + * + * + *
    + *
    + * + *
    + *
    + */ + var interval = $$intervalFactory(setIntervalFn, clearIntervalFn); + + /** + * @ngdoc method + * @name $interval#cancel + * + * @description + * Cancels a task associated with the `promise`. + * + * @param {Promise=} promise returned by the `$interval` function. + * @returns {boolean} Returns `true` if the task was successfully canceled. + */ + interval.cancel = function(promise) { + if (!promise) return false; + + if (!promise.hasOwnProperty('$$intervalId')) { + throw $intervalMinErr('badprom', + '`$interval.cancel()` called with a promise that was not generated by `$interval()`.'); + } + + if (!intervals.hasOwnProperty(promise.$$intervalId)) return false; + + var id = promise.$$intervalId; + var deferred = intervals[id]; + + // Interval cancels should not report an unhandled promise. + markQExceptionHandled(deferred.promise); + deferred.reject('canceled'); + clearIntervalFn(id); + + return true; + }; + + return interval; + }]; +} diff --git a/src/ng/intervalFactory.js b/src/ng/intervalFactory.js new file mode 100644 index 000000000000..077b6ad92650 --- /dev/null +++ b/src/ng/intervalFactory.js @@ -0,0 +1,48 @@ +'use strict'; + +/** @this */ +function $$IntervalFactoryProvider() { + this.$get = ['$browser', '$q', '$$q', '$rootScope', + function($browser, $q, $$q, $rootScope) { + return function intervalFactory(setIntervalFn, clearIntervalFn) { + return function intervalFn(fn, delay, count, invokeApply) { + var hasParams = arguments.length > 4, + args = hasParams ? sliceArgs(arguments, 4) : [], + iteration = 0, + skipApply = isDefined(invokeApply) && !invokeApply, + deferred = (skipApply ? $$q : $q).defer(), + promise = deferred.promise; + + count = isDefined(count) ? count : 0; + + function callback() { + if (!hasParams) { + fn(iteration); + } else { + fn.apply(null, args); + } + } + + function tick() { + if (skipApply) { + $browser.defer(callback); + } else { + $rootScope.$evalAsync(callback); + } + deferred.notify(iteration++); + + if (count > 0 && iteration >= count) { + deferred.resolve(iteration); + clearIntervalFn(promise.$$intervalId); + } + + if (!skipApply) $rootScope.$apply(); + } + + promise.$$intervalId = setIntervalFn(tick, delay, deferred, skipApply); + + return promise; + }; + }; + }]; +} diff --git a/src/ng/jsonpCallbacks.js b/src/ng/jsonpCallbacks.js new file mode 100644 index 000000000000..35699f6cb0e8 --- /dev/null +++ b/src/ng/jsonpCallbacks.js @@ -0,0 +1,82 @@ +'use strict'; + +/** + * @ngdoc service + * @name $jsonpCallbacks + * @requires $window + * @description + * This service handles the lifecycle of callbacks to handle JSONP requests. + * Override this service if you wish to customise where the callbacks are stored and + * how they vary compared to the requested url. + */ +var $jsonpCallbacksProvider = /** @this */ function() { + this.$get = function() { + var callbacks = angular.callbacks; + var callbackMap = {}; + + function createCallback(callbackId) { + var callback = function(data) { + callback.data = data; + callback.called = true; + }; + callback.id = callbackId; + return callback; + } + + return { + /** + * @ngdoc method + * @name $jsonpCallbacks#createCallback + * @param {string} url the url of the JSONP request + * @returns {string} the callback path to send to the server as part of the JSONP request + * @description + * {@link $httpBackend} calls this method to create a callback and get hold of the path to the callback + * to pass to the server, which will be used to call the callback with its payload in the JSONP response. + */ + createCallback: function(url) { + var callbackId = '_' + (callbacks.$$counter++).toString(36); + var callbackPath = 'angular.callbacks.' + callbackId; + var callback = createCallback(callbackId); + callbackMap[callbackPath] = callbacks[callbackId] = callback; + return callbackPath; + }, + /** + * @ngdoc method + * @name $jsonpCallbacks#wasCalled + * @param {string} callbackPath the path to the callback that was sent in the JSONP request + * @returns {boolean} whether the callback has been called, as a result of the JSONP response + * @description + * {@link $httpBackend} calls this method to find out whether the JSONP response actually called the + * callback that was passed in the request. + */ + wasCalled: function(callbackPath) { + return callbackMap[callbackPath].called; + }, + /** + * @ngdoc method + * @name $jsonpCallbacks#getResponse + * @param {string} callbackPath the path to the callback that was sent in the JSONP request + * @returns {*} the data received from the response via the registered callback + * @description + * {@link $httpBackend} calls this method to get hold of the data that was provided to the callback + * in the JSONP response. + */ + getResponse: function(callbackPath) { + return callbackMap[callbackPath].data; + }, + /** + * @ngdoc method + * @name $jsonpCallbacks#removeCallback + * @param {string} callbackPath the path to the callback that was sent in the JSONP request + * @description + * {@link $httpBackend} calls this method to remove the callback after the JSONP request has + * completed or timed-out. + */ + removeCallback: function(callbackPath) { + var callback = callbackMap[callbackPath]; + delete callbacks[callback.id]; + delete callbackMap[callbackPath]; + } + }; + }; +}; diff --git a/src/ng/locale.js b/src/ng/locale.js index 06d2dd076e83..6449b7a69527 100644 --- a/src/ng/locale.js +++ b/src/ng/locale.js @@ -1,72 +1,13 @@ 'use strict'; /** - * @ngdoc object - * @name ng.$locale + * @ngdoc service + * @name $locale * * @description - * $locale service provides localization rules for various Angular components. As of right now the + * $locale service provides localization rules for various AngularJS components. As of right now the * only public api is: * * * `id` – `{string}` – locale id formatted as `languageId-countryId` (e.g. `en-us`) */ -function $LocaleProvider(){ - this.$get = function() { - return { - id: 'en-us', - NUMBER_FORMATS: { - DECIMAL_SEP: '.', - GROUP_SEP: ',', - PATTERNS: [ - { // Decimal Pattern - minInt: 1, - minFrac: 0, - maxFrac: 3, - posPre: '', - posSuf: '', - negPre: '-', - negSuf: '', - gSize: 3, - lgSize: 3 - },{ //Currency Pattern - minInt: 1, - minFrac: 2, - maxFrac: 2, - posPre: '\u00A4', - posSuf: '', - negPre: '(\u00A4', - negSuf: ')', - gSize: 3, - lgSize: 3 - } - ], - CURRENCY_SYM: '$' - }, - - DATETIME_FORMATS: { - MONTH: 'January,February,March,April,May,June,July,August,September,October,November,December' - .split(','), - SHORTMONTH: 'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec'.split(','), - DAY: 'Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday'.split(','), - SHORTDAY: 'Sun,Mon,Tue,Wed,Thu,Fri,Sat'.split(','), - AMPMS: ['AM','PM'], - medium: 'MMM d, y h:mm:ss a', - short: 'M/d/yy h:mm a', - fullDate: 'EEEE, MMMM d, y', - longDate: 'MMMM d, y', - mediumDate: 'MMM d, y', - shortDate: 'M/d/yy', - mediumTime: 'h:mm:ss a', - shortTime: 'h:mm a' - }, - - pluralCat: function(num) { - if (num === 1) { - return 'one'; - } - return 'other'; - } - }; - }; -} diff --git a/src/ng/location.js b/src/ng/location.js index 73ef7f7b1db7..3904c7290e77 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -1,9 +1,9 @@ 'use strict'; +/* global stripHash: true */ -var URL_MATCH = /^([^:]+):\/\/(\w+:{0,1}\w*@)?([\w\.-]*)(:([0-9]+))?(\/[^\?#]*)?(\?([^#]*))?(#(.*))?$/, - PATH_MATCH = /^([^\?#]*)?(\?([^#]*))?(#(.*))?$/, - HASH_MATCH = PATH_MATCH, +var PATH_MATCH = /^([^?#]*)(\?([^#]*))?(#(.*))?$/, DEFAULT_PORTS = {'http': 80, 'https': 443, 'ftp': 21}; +var $locationMinErr = minErr('$location'); /** @@ -17,291 +17,467 @@ function encodePath(path) { i = segments.length; while (i--) { - segments[i] = encodeUriSegment(segments[i]); + // decode forward slashes to prevent them from being double encoded + segments[i] = encodeUriSegment(segments[i].replace(/%2F/g, '/')); } return segments.join('/'); } -function stripHash(url) { - return url.split('#')[0]; -} - - -function matchUrl(url, obj) { - var match = URL_MATCH.exec(url); - - match = { - protocol: match[1], - host: match[3], - port: int(match[5]) || DEFAULT_PORTS[match[1]] || null, - path: match[6] || '/', - search: match[8], - hash: match[10] - }; +function decodePath(path, html5Mode) { + var segments = path.split('/'), + i = segments.length; - if (obj) { - obj.$$protocol = match.protocol; - obj.$$host = match.host; - obj.$$port = match.port; + while (i--) { + segments[i] = decodeURIComponent(segments[i]); + if (html5Mode) { + // encode forward slashes to prevent them from being mistaken for path separators + segments[i] = segments[i].replace(/\//g, '%2F'); + } } - return match; + return segments.join('/'); } +function normalizePath(pathValue, searchValue, hashValue) { + var search = toKeyValue(searchValue), + hash = hashValue ? '#' + encodeUriSegment(hashValue) : '', + path = encodePath(pathValue); -function composeProtocolHostPort(protocol, host, port) { - return protocol + '://' + host + (port == DEFAULT_PORTS[protocol] ? '' : ':' + port); + return path + (search ? '?' + search : '') + hash; } +function parseAbsoluteUrl(absoluteUrl, locationObj) { + var parsedUrl = urlResolve(absoluteUrl); -function pathPrefixFromBase(basePath) { - return basePath.substr(0, basePath.lastIndexOf('/')); + locationObj.$$protocol = parsedUrl.protocol; + locationObj.$$host = parsedUrl.hostname; + locationObj.$$port = toInt(parsedUrl.port) || DEFAULT_PORTS[parsedUrl.protocol] || null; } +var DOUBLE_SLASH_REGEX = /^\s*[\\/]{2,}/; +function parseAppUrl(url, locationObj, html5Mode) { -function convertToHtml5Url(url, basePath, hashPrefix) { - var match = matchUrl(url); + if (DOUBLE_SLASH_REGEX.test(url)) { + throw $locationMinErr('badpath', 'Invalid url "{0}".', url); + } - // already html5 url - if (decodeURIComponent(match.path) != basePath || isUndefined(match.hash) || - match.hash.indexOf(hashPrefix) !== 0) { - return url; - // convert hashbang url -> html5 url - } else { - return composeProtocolHostPort(match.protocol, match.host, match.port) + - pathPrefixFromBase(basePath) + match.hash.substr(hashPrefix.length); + var prefixed = (url.charAt(0) !== '/'); + if (prefixed) { + url = '/' + url; + } + var match = urlResolve(url); + var path = prefixed && match.pathname.charAt(0) === '/' ? match.pathname.substring(1) : match.pathname; + locationObj.$$path = decodePath(path, html5Mode); + locationObj.$$search = parseKeyValue(match.search); + locationObj.$$hash = decodeURIComponent(match.hash); + + // make sure path starts with '/'; + if (locationObj.$$path && locationObj.$$path.charAt(0) !== '/') { + locationObj.$$path = '/' + locationObj.$$path; } } +function startsWith(str, search) { + return str.slice(0, search.length) === search; +} -function convertToHashbangUrl(url, basePath, hashPrefix) { - var match = matchUrl(url); +/** + * + * @param {string} base + * @param {string} url + * @returns {string} returns text from `url` after `base` or `undefined` if it does not begin with + * the expected string. + */ +function stripBaseUrl(base, url) { + if (startsWith(url, base)) { + return url.substr(base.length); + } +} - // already hashbang url - if (decodeURIComponent(match.path) == basePath) { - return url; - // convert html5 url -> hashbang url - } else { - var search = match.search && '?' + match.search || '', - hash = match.hash && '#' + match.hash || '', - pathPrefix = pathPrefixFromBase(basePath), - path = match.path.substr(pathPrefix.length); +function stripHash(url) { + var index = url.indexOf('#'); + return index === -1 ? url : url.substr(0, index); +} - if (match.path.indexOf(pathPrefix) !== 0) { - throw Error('Invalid url "' + url + '", missing path prefix "' + pathPrefix + '" !'); - } +function stripFile(url) { + return url.substr(0, stripHash(url).lastIndexOf('/') + 1); +} - return composeProtocolHostPort(match.protocol, match.host, match.port) + basePath + - '#' + hashPrefix + path + search + hash; - } +/* return the server only (scheme://host:port) */ +function serverBase(url) { + return url.substring(0, url.indexOf('/', url.indexOf('//') + 2)); } /** - * LocationUrl represents an url + * LocationHtml5Url represents a URL * This object is exposed as $location service when HTML5 mode is enabled and supported * * @constructor - * @param {string} url HTML5 url - * @param {string} pathPrefix + * @param {string} appBase application base URL + * @param {string} appBaseNoFile application base URL stripped of any filename + * @param {string} basePrefix URL path prefix */ -function LocationUrl(url, pathPrefix, appBaseUrl) { - pathPrefix = pathPrefix || ''; +function LocationHtml5Url(appBase, appBaseNoFile, basePrefix) { + this.$$html5 = true; + basePrefix = basePrefix || ''; + parseAbsoluteUrl(appBase, this); + /** - * Parse given html5 (regular) url string into properties - * @param {string} newAbsoluteUrl HTML5 url + * Parse given HTML5 (regular) URL string into properties + * @param {string} url HTML5 URL * @private */ - this.$$parse = function(newAbsoluteUrl) { - var match = matchUrl(newAbsoluteUrl, this); - - if (match.path.indexOf(pathPrefix) !== 0) { - throw Error('Invalid url "' + newAbsoluteUrl + '", missing path prefix "' + pathPrefix + '" !'); + this.$$parse = function(url) { + var pathUrl = stripBaseUrl(appBaseNoFile, url); + if (!isString(pathUrl)) { + throw $locationMinErr('ipthprfx', 'Invalid url "{0}", missing path prefix "{1}".', url, + appBaseNoFile); } - this.$$path = decodeURIComponent(match.path.substr(pathPrefix.length)); - this.$$search = parseKeyValue(match.search); - this.$$hash = match.hash && decodeURIComponent(match.hash) || ''; + parseAppUrl(pathUrl, this, true); + + if (!this.$$path) { + this.$$path = '/'; + } this.$$compose(); }; - /** - * Compose url and update `absUrl` property - * @private - */ - this.$$compose = function() { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - this.$$absUrl = composeProtocolHostPort(this.$$protocol, this.$$host, this.$$port) + - pathPrefix + this.$$url; + this.$$normalizeUrl = function(url) { + return appBaseNoFile + url.substr(1); // first char is always '/' }; - - this.$$rewriteAppUrl = function(absoluteLinkUrl) { - if(absoluteLinkUrl.indexOf(appBaseUrl) == 0) { - return absoluteLinkUrl; + this.$$parseLinkUrl = function(url, relHref) { + if (relHref && relHref[0] === '#') { + // special case for links to hash fragments: + // keep the old url and only replace the hash fragment + this.hash(relHref.slice(1)); + return true; } - } + var appUrl, prevAppUrl; + var rewrittenUrl; - this.$$parse(url); + if (isDefined(appUrl = stripBaseUrl(appBase, url))) { + prevAppUrl = appUrl; + if (basePrefix && isDefined(appUrl = stripBaseUrl(basePrefix, appUrl))) { + rewrittenUrl = appBaseNoFile + (stripBaseUrl('/', appUrl) || appUrl); + } else { + rewrittenUrl = appBase + prevAppUrl; + } + } else if (isDefined(appUrl = stripBaseUrl(appBaseNoFile, url))) { + rewrittenUrl = appBaseNoFile + appUrl; + } else if (appBaseNoFile === url + '/') { + rewrittenUrl = appBaseNoFile; + } + if (rewrittenUrl) { + this.$$parse(rewrittenUrl); + } + return !!rewrittenUrl; + }; } /** - * LocationHashbangUrl represents url - * This object is exposed as $location service when html5 history api is disabled or not supported + * LocationHashbangUrl represents URL + * This object is exposed as $location service when developer doesn't opt into html5 mode. + * It also serves as the base class for html5 mode fallback on legacy browsers. * * @constructor - * @param {string} url Legacy url - * @param {string} hashPrefix Prefix for hash part (containing path and search) + * @param {string} appBase application base URL + * @param {string} appBaseNoFile application base URL stripped of any filename + * @param {string} hashPrefix hashbang prefix */ -function LocationHashbangUrl(url, hashPrefix, appBaseUrl) { - var basePath; +function LocationHashbangUrl(appBase, appBaseNoFile, hashPrefix) { + + parseAbsoluteUrl(appBase, this); + /** - * Parse given hashbang url into properties - * @param {string} url Hashbang url + * Parse given hashbang URL into properties + * @param {string} url Hashbang URL * @private */ this.$$parse = function(url) { - var match = matchUrl(url, this); + var withoutBaseUrl = stripBaseUrl(appBase, url) || stripBaseUrl(appBaseNoFile, url); + var withoutHashUrl; + if (!isUndefined(withoutBaseUrl) && withoutBaseUrl.charAt(0) === '#') { - if (match.hash && match.hash.indexOf(hashPrefix) !== 0) { - throw Error('Invalid url "' + url + '", missing hash prefix "' + hashPrefix + '" !'); - } + // The rest of the URL starts with a hash so we have + // got either a hashbang path or a plain hash fragment + withoutHashUrl = stripBaseUrl(hashPrefix, withoutBaseUrl); + if (isUndefined(withoutHashUrl)) { + // There was no hashbang prefix so we just have a hash fragment + withoutHashUrl = withoutBaseUrl; + } - basePath = match.path + (match.search ? '?' + match.search : ''); - match = HASH_MATCH.exec((match.hash || '').substr(hashPrefix.length)); - if (match[1]) { - this.$$path = (match[1].charAt(0) == '/' ? '' : '/') + decodeURIComponent(match[1]); } else { - this.$$path = ''; + // There was no hashbang path nor hash fragment: + // If we are in HTML5 mode we use what is left as the path; + // Otherwise we ignore what is left + if (this.$$html5) { + withoutHashUrl = withoutBaseUrl; + } else { + withoutHashUrl = ''; + if (isUndefined(withoutBaseUrl)) { + appBase = url; + /** @type {?} */ (this).replace(); + } + } } - this.$$search = parseKeyValue(match[3]); - this.$$hash = match[5] && decodeURIComponent(match[5]) || ''; + parseAppUrl(withoutHashUrl, this, false); + + this.$$path = removeWindowsDriveName(this.$$path, withoutHashUrl, appBase); this.$$compose(); + + /* + * In Windows, on an anchor node on documents loaded from + * the filesystem, the browser will return a pathname + * prefixed with the drive name ('/C:/path') when a + * pathname without a drive is set: + * * a.setAttribute('href', '/foo') + * * a.pathname === '/C:/foo' //true + * + * Inside of AngularJS, we're always using pathnames that + * do not include drive names for routing. + */ + function removeWindowsDriveName(path, url, base) { + /* + Matches paths for file protocol on windows, + such as /C:/foo/bar, and captures only /foo/bar. + */ + var windowsFilePathExp = /^\/[A-Z]:(\/.*)/; + + var firstPathSegmentMatch; + + //Get the relative path from the input URL. + if (startsWith(url, base)) { + url = url.replace(base, ''); + } + + // The input URL intentionally contains a first path segment that ends with a colon. + if (windowsFilePathExp.exec(url)) { + return path; + } + + firstPathSegmentMatch = windowsFilePathExp.exec(path); + return firstPathSegmentMatch ? firstPathSegmentMatch[1] : path; + } }; - /** - * Compose hashbang url and update `absUrl` property - * @private - */ - this.$$compose = function() { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; + this.$$normalizeUrl = function(url) { + return appBase + (url ? hashPrefix + url : ''); + }; - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - this.$$absUrl = composeProtocolHostPort(this.$$protocol, this.$$host, this.$$port) + - basePath + (this.$$url ? '#' + hashPrefix + this.$$url : ''); + this.$$parseLinkUrl = function(url, relHref) { + if (stripHash(appBase) === stripHash(url)) { + this.$$parse(url); + return true; + } + return false; }; +} + - this.$$rewriteAppUrl = function(absoluteLinkUrl) { - if(absoluteLinkUrl.indexOf(appBaseUrl) == 0) { - return absoluteLinkUrl; +/** + * LocationHashbangUrl represents URL + * This object is exposed as $location service when html5 history api is enabled but the browser + * does not support it. + * + * @constructor + * @param {string} appBase application base URL + * @param {string} appBaseNoFile application base URL stripped of any filename + * @param {string} hashPrefix hashbang prefix + */ +function LocationHashbangInHtml5Url(appBase, appBaseNoFile, hashPrefix) { + this.$$html5 = true; + LocationHashbangUrl.apply(this, arguments); + + this.$$parseLinkUrl = function(url, relHref) { + if (relHref && relHref[0] === '#') { + // special case for links to hash fragments: + // keep the old url and only replace the hash fragment + this.hash(relHref.slice(1)); + return true; } - } + var rewrittenUrl; + var appUrl; - this.$$parse(url); + if (appBase === stripHash(url)) { + rewrittenUrl = url; + } else if ((appUrl = stripBaseUrl(appBaseNoFile, url))) { + rewrittenUrl = appBase + hashPrefix + appUrl; + } else if (appBaseNoFile === url + '/') { + rewrittenUrl = appBaseNoFile; + } + if (rewrittenUrl) { + this.$$parse(rewrittenUrl); + } + return !!rewrittenUrl; + }; + + this.$$normalizeUrl = function(url) { + // include hashPrefix in $$absUrl when $$url is empty so IE9 does not reload page because of removal of '#' + return appBase + hashPrefix + url; + }; } -LocationUrl.prototype = { +var locationPrototype = { + + /** + * Ensure absolute URL is initialized. + * @private + */ + $$absUrl:'', + + /** + * Are we in html5 mode? + * @private + */ + $$html5: false, /** - * Has any change been replacing ? + * Has any change been replacing? * @private */ $$replace: false, + /** + * Compose url and update `url` and `absUrl` property + * @private + */ + $$compose: function() { + this.$$url = normalizePath(this.$$path, this.$$search, this.$$hash); + this.$$absUrl = this.$$normalizeUrl(this.$$url); + this.$$urlUpdatedByLocation = true; + }, + /** * @ngdoc method - * @name ng.$location#absUrl - * @methodOf ng.$location + * @name $location#absUrl * * @description * This method is getter only. * - * Return full url representation with all segments encoded according to rules specified in - * {@link http://www.ietf.org/rfc/rfc3986.txt RFC 3986}. + * Return full URL representation with all segments encoded according to rules specified in + * [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt). * - * @return {string} full url + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var absUrl = $location.absUrl(); + * // => "http://example.com/#/some/path?foo=bar&baz=xoxo" + * ``` + * + * @return {string} full URL */ absUrl: locationGetter('$$absUrl'), /** * @ngdoc method - * @name ng.$location#url - * @methodOf ng.$location + * @name $location#url * * @description * This method is getter / setter. * - * Return url (e.g. `/path?a=b#hash`) when called without any parameter. + * Return URL (e.g. `/path?a=b#hash`) when called without any parameter. * * Change path, search and hash, when called with parameter and return `$location`. * - * @param {string=} url New url without base prefix (e.g. `/path?a=b#hash`) + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var url = $location.url(); + * // => "/some/path?foo=bar&baz=xoxo" + * ``` + * + * @param {string=} url New URL without base prefix (e.g. `/path?a=b#hash`) * @return {string} url */ - url: function(url, replace) { - if (isUndefined(url)) + url: function(url) { + if (isUndefined(url)) { return this.$$url; + } var match = PATH_MATCH.exec(url); - if (match[1]) this.path(decodeURIComponent(match[1])); - if (match[2] || match[1]) this.search(match[3] || ''); - this.hash(match[5] || '', replace); + if (match[1] || url === '') this.path(decodeURIComponent(match[1])); + if (match[2] || match[1] || url === '') this.search(match[3] || ''); + this.hash(match[5] || ''); return this; }, /** * @ngdoc method - * @name ng.$location#protocol - * @methodOf ng.$location + * @name $location#protocol * * @description * This method is getter only. * - * Return protocol of current url. + * Return protocol of current URL. * - * @return {string} protocol of current url + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var protocol = $location.protocol(); + * // => "http" + * ``` + * + * @return {string} protocol of current URL */ protocol: locationGetter('$$protocol'), /** * @ngdoc method - * @name ng.$location#host - * @methodOf ng.$location + * @name $location#host * * @description * This method is getter only. * - * Return host of current url. + * Return host of current URL. + * + * Note: compared to the non-AngularJS version `location.host` which returns `hostname:port`, this returns the `hostname` portion only. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var host = $location.host(); + * // => "example.com" + * + * // given URL http://user:password@example.com:8080/#/some/path?foo=bar&baz=xoxo + * host = $location.host(); + * // => "example.com" + * host = location.host; + * // => "example.com:8080" + * ``` * - * @return {string} host of current url. + * @return {string} host of current URL. */ host: locationGetter('$$host'), /** * @ngdoc method - * @name ng.$location#port - * @methodOf ng.$location + * @name $location#port * * @description * This method is getter only. * - * Return port of current url. + * Return port of current URL. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var port = $location.port(); + * // => 80 + * ``` * * @return {Number} port */ @@ -309,56 +485,105 @@ LocationUrl.prototype = { /** * @ngdoc method - * @name ng.$location#path - * @methodOf ng.$location + * @name $location#path * * @description * This method is getter / setter. * - * Return path of current url when called without any parameter. + * Return path of current URL when called without any parameter. * * Change path when called with parameter and return `$location`. * * Note: Path should always begin with forward slash (/), this method will add the forward slash * if it is missing. * - * @param {string=} path New path - * @return {string} path + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var path = $location.path(); + * // => "/some/path" + * ``` + * + * @param {(string|number)=} path New path + * @return {(string|object)} path if called with no parameters, or `$location` if called with a parameter */ path: locationGetterSetter('$$path', function(path) { - return path.charAt(0) == '/' ? path : '/' + path; + path = path !== null ? path.toString() : ''; + return path.charAt(0) === '/' ? path : '/' + path; }), /** * @ngdoc method - * @name ng.$location#search - * @methodOf ng.$location + * @name $location#search * * @description * This method is getter / setter. * - * Return search part (as object) of current url when called without any parameter. + * Return search part (as object) of current URL when called without any parameter. * * Change search part when called with parameter and return `$location`. * - * @param {string|object=} search New search params - string or hash object - * @param {string=} paramValue If `search` is a string, then `paramValue` will override only a - * single search parameter. If the value is `null`, the parameter will be deleted. * - * @return {string} search + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var searchObject = $location.search(); + * // => {foo: 'bar', baz: 'xoxo'} + * + * // set foo to 'yipee' + * $location.search('foo', 'yipee'); + * // $location.search() => {foo: 'yipee', baz: 'xoxo'} + * ``` + * + * @param {string|Object.|Object.>} search New search params - string or + * hash object. + * + * When called with a single argument the method acts as a setter, setting the `search` component + * of `$location` to the specified value. + * + * If the argument is a hash object containing an array of values, these values will be encoded + * as duplicate search parameters in the URL. + * + * @param {(string|Number|Array|boolean)=} paramValue If `search` is a string or number, then `paramValue` + * will override only a single search property. + * + * If `paramValue` is an array, it will override the property of the `search` component of + * `$location` specified via the first argument. + * + * If `paramValue` is `null`, the property specified via the first argument will be deleted. + * + * If `paramValue` is `true`, the property specified via the first argument will be added with no + * value nor trailing equal sign. + * + * @return {Object} If called with no arguments returns the parsed `search` object. If called with + * one or more arguments returns `$location` object itself. */ search: function(search, paramValue) { - if (isUndefined(search)) - return this.$$search; - - if (isDefined(paramValue)) { - if (paramValue === null) { - delete this.$$search[search]; - } else { - this.$$search[search] = paramValue; - } - } else { - this.$$search = isString(search) ? parseKeyValue(search) : search; + switch (arguments.length) { + case 0: + return this.$$search; + case 1: + if (isString(search) || isNumber(search)) { + search = search.toString(); + this.$$search = parseKeyValue(search); + } else if (isObject(search)) { + search = copy(search, {}); + // remove object undefined or null properties + forEach(search, function(value, key) { + if (value == null) delete search[key]; + }); + + this.$$search = search; + } else { + throw $locationMinErr('isrcharg', + 'The first argument of the `$location#search()` call must be a string or an object.'); + } + break; + default: + if (isUndefined(paramValue) || paramValue === null) { + delete this.$$search[search]; + } else { + this.$$search[search] = paramValue; + } } this.$$compose(); @@ -367,29 +592,36 @@ LocationUrl.prototype = { /** * @ngdoc method - * @name ng.$location#hash - * @methodOf ng.$location + * @name $location#hash * * @description * This method is getter / setter. * - * Return hash fragment when called without any parameter. + * Returns the hash fragment when called without any parameters. * - * Change hash fragment when called with parameter and return `$location`. + * Changes the hash fragment when called with a parameter and returns `$location`. * - * @param {string=} hash New hash fragment + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo#hashValue + * var hash = $location.hash(); + * // => "hashValue" + * ``` + * + * @param {(string|number)=} hash New hash fragment * @return {string} hash */ - hash: locationGetterSetter('$$hash', identity), + hash: locationGetterSetter('$$hash', function(hash) { + return hash !== null ? hash.toString() : ''; + }), /** * @ngdoc method - * @name ng.$location#replace - * @methodOf ng.$location + * @name $location#replace * * @description - * If called, all changes to $location during current `$digest` will be replacing current history - * record, instead of adding new one. + * If called, all changes to $location during the current `$digest` will replace the current history + * record, instead of adding a new one. */ replace: function() { this.$$replace = true; @@ -397,32 +629,60 @@ LocationUrl.prototype = { } }; -LocationHashbangUrl.prototype = inherit(LocationUrl.prototype); - -function LocationHashbangInHtml5Url(url, hashPrefix, appBaseUrl, baseExtra) { - LocationHashbangUrl.apply(this, arguments); +forEach([LocationHashbangInHtml5Url, LocationHashbangUrl, LocationHtml5Url], function(Location) { + Location.prototype = Object.create(locationPrototype); + /** + * @ngdoc method + * @name $location#state + * + * @description + * This method is getter / setter. + * + * Return the history state object when called without any parameter. + * + * Change the history state object when called with one parameter and return `$location`. + * The state object is later passed to `pushState` or `replaceState`. + * + * NOTE: This method is supported only in HTML5 mode and only in browsers supporting + * the HTML5 History API (i.e. methods `pushState` and `replaceState`). If you need to support + * older browsers (like IE9 or Android < 4.0), don't use this method. + * + * @param {object=} state State object for pushState or replaceState + * @return {object} state + */ + Location.prototype.state = function(state) { + if (!arguments.length) { + return this.$$state; + } - this.$$rewriteAppUrl = function(absoluteLinkUrl) { - if (absoluteLinkUrl.indexOf(appBaseUrl) == 0) { - return appBaseUrl + baseExtra + '#' + hashPrefix + absoluteLinkUrl.substr(appBaseUrl.length); + if (Location !== LocationHtml5Url || !this.$$html5) { + throw $locationMinErr('nostate', 'History API state support is available only ' + + 'in HTML5 mode and only in browsers supporting HTML5 History API'); } - } -} + // The user might modify `stateObject` after invoking `$location.state(stateObject)` + // but we're changing the $$state reference to $browser.state() during the $digest + // so the modification window is narrow. + this.$$state = isUndefined(state) ? null : state; + this.$$urlUpdatedByLocation = true; + + return this; + }; +}); -LocationHashbangInHtml5Url.prototype = inherit(LocationHashbangUrl.prototype); function locationGetter(property) { - return function() { + return /** @this */ function() { return this[property]; }; } function locationGetterSetter(property, preprocess) { - return function(value) { - if (isUndefined(value)) + return /** @this */ function(value) { + if (isUndefined(value)) { return this[property]; + } this[property] = preprocess(value); this.$$compose(); @@ -433,16 +693,14 @@ function locationGetterSetter(property, preprocess) { /** - * @ngdoc object - * @name ng.$location + * @ngdoc service + * @name $location * - * @requires $browser - * @requires $sniffer * @requires $rootElement * * @description * The $location service parses the URL in the browser address bar (based on the - * {@link https://developer.mozilla.org/en/window.location window.location}) and makes the URL + * [window.location](https://developer.mozilla.org/en/window.location)) and makes the URL * available to your application. Changes to the URL in the address bar are reflected into * $location service and changes to $location are reflected into the browser address bar. * @@ -457,25 +715,30 @@ function locationGetterSetter(property, preprocess) { * - Clicks on a link. * - Represents the URL object as a set of methods (protocol, host, port, path, search, hash). * - * For more information see {@link guide/dev_guide.services.$location Developer Guide: Angular - * Services: Using $location} + * For more information see {@link guide/$location Developer Guide: Using $location} */ /** - * @ngdoc object - * @name ng.$locationProvider + * @ngdoc provider + * @name $locationProvider + * @this + * * @description * Use the `$locationProvider` to configure how the application deep linking paths are stored. */ -function $LocationProvider(){ - var hashPrefix = '', - html5Mode = false; +function $LocationProvider() { + var hashPrefix = '!', + html5Mode = { + enabled: false, + requireBase: true, + rewriteLinks: true + }; /** - * @ngdoc property - * @name ng.$locationProvider#hashPrefix - * @methodOf ng.$locationProvider + * @ngdoc method + * @name $locationProvider#hashPrefix * @description + * The default value for the prefix is `'!'`. * @param {string=} prefix Prefix for hash part (containing path and search) * @returns {*} current value if used as getter or itself (chaining) if used as setter */ @@ -489,130 +752,282 @@ function $LocationProvider(){ }; /** - * @ngdoc property - * @name ng.$locationProvider#html5Mode - * @methodOf ng.$locationProvider + * @ngdoc method + * @name $locationProvider#html5Mode * @description - * @param {string=} mode Use HTML5 strategy if available. - * @returns {*} current value if used as getter or itself (chaining) if used as setter + * @param {(boolean|Object)=} mode If boolean, sets `html5Mode.enabled` to value. + * If object, sets `enabled`, `requireBase` and `rewriteLinks` to respective values. Supported + * properties: + * - **enabled** – `{boolean}` – (default: false) If true, will rely on `history.pushState` to + * change urls where supported. Will fall back to hash-prefixed paths in browsers that do not + * support `pushState`. + * - **requireBase** - `{boolean}` - (default: `true`) When html5Mode is enabled, specifies + * whether or not a tag is required to be present. If `enabled` and `requireBase` are + * true, and a base tag is not present, an error will be thrown when `$location` is injected. + * See the {@link guide/$location $location guide for more information} + * - **rewriteLinks** - `{boolean|string}` - (default: `true`) When html5Mode is enabled, + * enables/disables URL rewriting for relative links. If set to a string, URL rewriting will + * only happen on links with an attribute that matches the given string. For example, if set + * to `'internal-link'`, then the URL will only be rewritten for `` links. + * Note that [attribute name normalization](guide/directive#normalization) does not apply + * here, so `'internalLink'` will **not** match `'internal-link'`. + * + * @returns {Object} html5Mode object if used as getter or itself (chaining) if used as setter */ this.html5Mode = function(mode) { - if (isDefined(mode)) { - html5Mode = mode; + if (isBoolean(mode)) { + html5Mode.enabled = mode; + return this; + } else if (isObject(mode)) { + + if (isBoolean(mode.enabled)) { + html5Mode.enabled = mode.enabled; + } + + if (isBoolean(mode.requireBase)) { + html5Mode.requireBase = mode.requireBase; + } + + if (isBoolean(mode.rewriteLinks) || isString(mode.rewriteLinks)) { + html5Mode.rewriteLinks = mode.rewriteLinks; + } + return this; } else { return html5Mode; } }; - this.$get = ['$rootScope', '$browser', '$sniffer', '$rootElement', - function( $rootScope, $browser, $sniffer, $rootElement) { - var $location, - basePath, - pathPrefix, - initUrl = $browser.url(), - initUrlParts = matchUrl(initUrl), - appBaseUrl; + /** + * @ngdoc event + * @name $location#$locationChangeStart + * @eventType broadcast on root scope + * @description + * Broadcasted before a URL will change. + * + * This change can be prevented by calling + * `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} for more + * details about event object. Upon successful change + * {@link ng.$location#$locationChangeSuccess $locationChangeSuccess} is fired. + * + * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when + * the browser supports the HTML5 History API. + * + * @param {Object} angularEvent Synthetic event object. + * @param {string} newUrl New URL + * @param {string=} oldUrl URL that was before it was changed. + * @param {string=} newState New history state object + * @param {string=} oldState History state object that was before it was changed. + */ - if (html5Mode) { - basePath = $browser.baseHref() || '/'; - pathPrefix = pathPrefixFromBase(basePath); - appBaseUrl = - composeProtocolHostPort(initUrlParts.protocol, initUrlParts.host, initUrlParts.port) + - pathPrefix + '/'; - - if ($sniffer.history) { - $location = new LocationUrl( - convertToHtml5Url(initUrl, basePath, hashPrefix), - pathPrefix, appBaseUrl); - } else { - $location = new LocationHashbangInHtml5Url( - convertToHashbangUrl(initUrl, basePath, hashPrefix), - hashPrefix, appBaseUrl, basePath.substr(pathPrefix.length + 1)); + /** + * @ngdoc event + * @name $location#$locationChangeSuccess + * @eventType broadcast on root scope + * @description + * Broadcasted after a URL was changed. + * + * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when + * the browser supports the HTML5 History API. + * + * @param {Object} angularEvent Synthetic event object. + * @param {string} newUrl New URL + * @param {string=} oldUrl URL that was before it was changed. + * @param {string=} newState New history state object + * @param {string=} oldState History state object that was before it was changed. + */ + + this.$get = ['$rootScope', '$browser', '$sniffer', '$rootElement', '$window', + function($rootScope, $browser, $sniffer, $rootElement, $window) { + var $location, + LocationMode, + baseHref = $browser.baseHref(), // if base[href] is undefined, it defaults to '' + initialUrl = $browser.url(), + appBase; + + if (html5Mode.enabled) { + if (!baseHref && html5Mode.requireBase) { + throw $locationMinErr('nobase', + '$location in HTML5 mode requires a tag to be present!'); } + appBase = serverBase(initialUrl) + (baseHref || '/'); + LocationMode = $sniffer.history ? LocationHtml5Url : LocationHashbangInHtml5Url; } else { - appBaseUrl = - composeProtocolHostPort(initUrlParts.protocol, initUrlParts.host, initUrlParts.port) + - (initUrlParts.path || '') + - (initUrlParts.search ? ('?' + initUrlParts.search) : '') + - '#' + hashPrefix + '/'; + appBase = stripHash(initialUrl); + LocationMode = LocationHashbangUrl; + } + var appBaseNoFile = stripFile(appBase); + + $location = new LocationMode(appBase, appBaseNoFile, '#' + hashPrefix); + $location.$$parseLinkUrl(initialUrl, initialUrl); + + $location.$$state = $browser.state(); + + var IGNORE_URI_REGEXP = /^\s*(javascript|mailto):/i; + + // Determine if two URLs are equal despite potentially having different encoding/normalizing + // such as $location.absUrl() vs $browser.url() + // See https://github.com/angular/angular.js/issues/16592 + function urlsEqual(a, b) { + return a === b || urlResolve(a).href === urlResolve(b).href; + } - $location = new LocationHashbangUrl(initUrl, hashPrefix, appBaseUrl); + function setBrowserUrlWithFallback(url, replace, state) { + var oldUrl = $location.url(); + var oldState = $location.$$state; + try { + $browser.url(http://github.com/url,%20replace,%20state); + + // Make sure $location.state() returns referentially identical (not just deeply equal) + // state object; this makes possible quick checking if the state changed in the digest + // loop. Checking deep equality would be too expensive. + $location.$$state = $browser.state(); + } catch (e) { + // Restore old values if pushState fails + $location.url(http://github.com/oldUrl); + $location.$$state = oldState; + + throw e; + } } - $rootElement.bind('click', function(event) { + $rootElement.on('click', function(event) { + var rewriteLinks = html5Mode.rewriteLinks; // TODO(vojta): rewrite link when opening in new tab/window (in legacy browser) // currently we open nice url link and redirect then - if (event.ctrlKey || event.metaKey || event.which == 2) return; + if (!rewriteLinks || event.ctrlKey || event.metaKey || event.shiftKey || event.which === 2 || event.button === 2) return; var elm = jqLite(event.target); // traverse the DOM up to find first A tag - while (lowercase(elm[0].nodeName) !== 'a') { + while (nodeName_(elm[0]) !== 'a') { // ignore rewriting if no A tag (reached root element, or no parent - removed from document) if (elm[0] === $rootElement[0] || !(elm = elm.parent())[0]) return; } - var absHref = elm.prop('href'), - rewrittenUrl = $location.$$rewriteAppUrl(absHref); + if (isString(rewriteLinks) && isUndefined(elm.attr(rewriteLinks))) return; + + var absHref = elm.prop('href'); + // get the actual href attribute - see + // http://msdn.microsoft.com/en-us/library/ie/dd347148(v=vs.85).aspx + var relHref = elm.attr('href') || elm.attr('xlink:href'); - if (absHref && !elm.attr('target') && rewrittenUrl) { - // update location manually - $location.$$parse(rewrittenUrl); - $rootScope.$apply(); - event.preventDefault(); - // hack to work around FF6 bug 684208 when scenario runner clicks on links - window.angular['ff-684208-preventDefault'] = true; + if (isObject(absHref) && absHref.toString() === '[object SVGAnimatedString]') { + // SVGAnimatedString.animVal should be identical to SVGAnimatedString.baseVal, unless during + // an animation. + absHref = urlResolve(absHref.animVal).href; + } + + // Ignore when url is started with javascript: or mailto: + if (IGNORE_URI_REGEXP.test(absHref)) return; + + if (absHref && !elm.attr('target') && !event.isDefaultPrevented()) { + if ($location.$$parseLinkUrl(absHref, relHref)) { + // We do a preventDefault for all urls that are part of the AngularJS application, + // in html5mode and also without, so that we are able to abort navigation without + // getting double entries in the location history. + event.preventDefault(); + // update location manually + if ($location.absUrl() !== $browser.url()) { + $rootScope.$apply(); + } + } } }); // rewrite hashbang url <> html5 url - if ($location.absUrl() != initUrl) { + if ($location.absUrl() !== initialUrl) { $browser.url(http://github.com/$location.absUrl(), true); } + var initializing = true; + // update $location when $browser url changes - $browser.onUrlChange(function(newUrl) { - if ($location.absUrl() != newUrl) { - $rootScope.$evalAsync(function() { - var oldUrl = $location.absUrl(); - - $location.$$parse(newUrl); - afterLocationChange(oldUrl); - }); - if (!$rootScope.$$phase) $rootScope.$digest(); + $browser.onUrlChange(function(newUrl, newState) { + + if (!startsWith(newUrl, appBaseNoFile)) { + // If we are navigating outside of the app then force a reload + $window.location.href = newUrl; + return; } + + $rootScope.$evalAsync(function() { + var oldUrl = $location.absUrl(); + var oldState = $location.$$state; + var defaultPrevented; + $location.$$parse(newUrl); + $location.$$state = newState; + + defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, + newState, oldState).defaultPrevented; + + // if the location was changed by a `$locationChangeStart` handler then stop + // processing this location change + if ($location.absUrl() !== newUrl) return; + + if (defaultPrevented) { + $location.$$parse(oldUrl); + $location.$$state = oldState; + setBrowserUrlWithFallback(oldUrl, false, oldState); + } else { + initializing = false; + afterLocationChange(oldUrl, oldState); + } + }); + if (!$rootScope.$$phase) $rootScope.$digest(); }); // update browser - var changeCounter = 0; $rootScope.$watch(function $locationWatch() { - var oldUrl = $browser.url(); - var currentReplace = $location.$$replace; - - if (!changeCounter || oldUrl != $location.absUrl()) { - changeCounter++; - $rootScope.$evalAsync(function() { - if ($rootScope.$broadcast('$locationChangeStart', $location.absUrl(), oldUrl). - defaultPrevented) { - $location.$$parse(oldUrl); - } else { - $browser.url(http://github.com/$location.absUrl(), currentReplace); - afterLocationChange(oldUrl); - } - }); + if (initializing || $location.$$urlUpdatedByLocation) { + $location.$$urlUpdatedByLocation = false; + + var oldUrl = $browser.url(); + var newUrl = $location.absUrl(); + var oldState = $browser.state(); + var currentReplace = $location.$$replace; + var urlOrStateChanged = !urlsEqual(oldUrl, newUrl) || + ($location.$$html5 && $sniffer.history && oldState !== $location.$$state); + + if (initializing || urlOrStateChanged) { + initializing = false; + + $rootScope.$evalAsync(function() { + var newUrl = $location.absUrl(); + var defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, + $location.$$state, oldState).defaultPrevented; + + // if the location was changed by a `$locationChangeStart` handler then stop + // processing this location change + if ($location.absUrl() !== newUrl) return; + + if (defaultPrevented) { + $location.$$parse(oldUrl); + $location.$$state = oldState; + } else { + if (urlOrStateChanged) { + setBrowserUrlWithFallback(newUrl, currentReplace, + oldState === $location.$$state ? null : $location.$$state); + } + afterLocationChange(oldUrl, oldState); + } + }); + } } + $location.$$replace = false; - return changeCounter; + // we don't need to return anything because $evalAsync will make the digest loop dirty when + // there is a change }); return $location; - function afterLocationChange(oldUrl) { - $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl); + function afterLocationChange(oldUrl, oldState) { + $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl, + $location.$$state, oldState); } }]; } diff --git a/src/ng/log.js b/src/ng/log.js index 2a58d442399a..93cd82d74bbe 100644 --- a/src/ng/log.js +++ b/src/ng/log.js @@ -1,71 +1,93 @@ 'use strict'; /** - * @ngdoc object - * @name ng.$log + * @ngdoc service + * @name $log * @requires $window * * @description - * Simple service for logging. Default implementation writes the message + * Simple service for logging. Default implementation safely writes the message * into the browser's console (if present). * * The main purpose of this service is to simplify debugging and troubleshooting. * + * To reveal the location of the calls to `$log` in the JavaScript console, + * you can "blackbox" the AngularJS source in your browser: + * + * [Mozilla description of blackboxing](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Black_box_a_source). + * [Chrome description of blackboxing](https://developer.chrome.com/devtools/docs/blackboxing). + * + * Note: Not all browsers support blackboxing. + * + * The default is to log `debug` messages. You can use + * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this. + * * @example - + - function LogCtrl($scope, $log) { - $scope.$log = $log; - $scope.message = 'Hello World!'; - } + angular.module('logExample', []) + .controller('LogController', ['$scope', '$log', function($scope, $log) { + $scope.$log = $log; + $scope.message = 'Hello World!'; + }]); -
    +

    Reload this page with open console, enter text and hit the log button...

    - Message: - + +
    */ /** - * @ngdoc object - * @name ng.$logProvider + * @ngdoc provider + * @name $logProvider + * @this + * * @description * Use the `$logProvider` to configure how the application logs messages */ -function $LogProvider(){ +function $LogProvider() { var debug = true, self = this; - + /** - * @ngdoc property - * @name ng.$logProvider#debugEnabled - * @methodOf ng.$logProvider + * @ngdoc method + * @name $logProvider#debugEnabled * @description - * @param {string=} flag enable or disable debug level messages + * @param {boolean=} flag enable or disable debug level messages * @returns {*} current value if used as getter or itself (chaining) if used as setter */ this.debugEnabled = function(flag) { - if (isDefined(flag)) { - debug = flag; - return this; - } else { - return debug; - } + if (isDefined(flag)) { + debug = flag; + return this; + } else { + return debug; + } }; - - this.$get = ['$window', function($window){ + + this.$get = ['$window', function($window) { + // Support: IE 9-11, Edge 12-14+ + // IE/Edge display errors in such a way that it requires the user to click in 4 places + // to see the stack trace. There is no way to feature-detect it so there's a chance + // of the user agent sniffing to go wrong but since it's only about logging, this shouldn't + // break apps. Other browsers display errors in a sensible way and some of them map stack + // traces along source maps if available so it makes sense to let browsers display it + // as they want. + var formatStackTrace = msie || /\bEdge\//.test($window.navigator && $window.navigator.userAgent); + return { /** * @ngdoc method - * @name ng.$log#log - * @methodOf ng.$log + * @name $log#log * * @description * Write a log message @@ -74,56 +96,52 @@ function $LogProvider(){ /** * @ngdoc method - * @name ng.$log#warn - * @methodOf ng.$log + * @name $log#info * * @description - * Write a warning message + * Write an information message */ - warn: consoleLog('warn'), + info: consoleLog('info'), /** * @ngdoc method - * @name ng.$log#info - * @methodOf ng.$log + * @name $log#warn * * @description - * Write an information message + * Write a warning message */ - info: consoleLog('info'), + warn: consoleLog('warn'), /** * @ngdoc method - * @name ng.$log#error - * @methodOf ng.$log + * @name $log#error * * @description * Write an error message */ error: consoleLog('error'), - + /** * @ngdoc method - * @name ng.$log#debug - * @methodOf ng.$log - * + * @name $log#debug + * * @description * Write a debug message */ - debug: (function () { - var fn = consoleLog('debug'); - - return function() { - if (debug) { - fn.apply(self, arguments); - } - } - }()) + debug: (function() { + var fn = consoleLog('debug'); + + return function() { + if (debug) { + fn.apply(self, arguments); + } + }; + })() }; function formatError(arg) { - if (arg instanceof Error) { - if (arg.stack) { + if (isError(arg)) { + if (arg.stack && formatStackTrace) { arg = (arg.message && arg.stack.indexOf(arg.message) === -1) ? 'Error: ' + arg.message + '\n' + arg.stack : arg.stack; @@ -138,21 +156,16 @@ function $LogProvider(){ var console = $window.console || {}, logFn = console[type] || console.log || noop; - if (logFn.apply) { - return function() { - var args = []; - forEach(arguments, function(arg) { - args.push(formatError(arg)); - }); - return logFn.apply(console, args); - }; - } - - // we are IE which either doesn't have window.console => this is noop and we do nothing, - // or we are IE where console.log doesn't have apply so we log at least first 2 args - return function(arg1, arg2) { - logFn(arg1, arg2); - } + return function() { + var args = []; + forEach(arguments, function(arg) { + args.push(formatError(arg)); + }); + // Support: IE 9 only + // console methods don't inherit from Function.prototype in IE 9 so we can't + // call `logFn.apply(console, args)` directly. + return Function.prototype.apply.call(logFn, console, args); + }; } }]; } diff --git a/src/ng/parse.js b/src/ng/parse.js index 4651fc100f51..c37583f6ed28 100644 --- a/src/ng/parse.js +++ b/src/ng/parse.js @@ -1,879 +1,1705 @@ 'use strict'; -var OPERATORS = { - 'null':function(){return null;}, - 'true':function(){return true;}, - 'false':function(){return false;}, - undefined:noop, - '+':function(self, locals, a,b){ - a=a(self, locals); b=b(self, locals); - if (isDefined(a)) { - if (isDefined(b)) { - return a + b; - } - return a; - } - return isDefined(b)?b:undefined;}, - '-':function(self, locals, a,b){a=a(self, locals); b=b(self, locals); return (isDefined(a)?a:0)-(isDefined(b)?b:0);}, - '*':function(self, locals, a,b){return a(self, locals)*b(self, locals);}, - '/':function(self, locals, a,b){return a(self, locals)/b(self, locals);}, - '%':function(self, locals, a,b){return a(self, locals)%b(self, locals);}, - '^':function(self, locals, a,b){return a(self, locals)^b(self, locals);}, - '=':noop, - '===':function(self, locals, a, b){return a(self, locals)===b(self, locals);}, - '!==':function(self, locals, a, b){return a(self, locals)!==b(self, locals);}, - '==':function(self, locals, a,b){return a(self, locals)==b(self, locals);}, - '!=':function(self, locals, a,b){return a(self, locals)!=b(self, locals);}, - '<':function(self, locals, a,b){return a(self, locals)':function(self, locals, a,b){return a(self, locals)>b(self, locals);}, - '<=':function(self, locals, a,b){return a(self, locals)<=b(self, locals);}, - '>=':function(self, locals, a,b){return a(self, locals)>=b(self, locals);}, - '&&':function(self, locals, a,b){return a(self, locals)&&b(self, locals);}, - '||':function(self, locals, a,b){return a(self, locals)||b(self, locals);}, - '&':function(self, locals, a,b){return a(self, locals)&b(self, locals);}, -// '|':function(self, locals, a,b){return a|b;}, - '|':function(self, locals, a,b){return b(self, locals)(self, locals, a(self, locals));}, - '!':function(self, locals, a){return !a(self, locals);} +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +var $parseMinErr = minErr('$parse'); + +var objectValueOf = {}.constructor.prototype.valueOf; + +// Sandboxing AngularJS Expressions +// ------------------------------ +// AngularJS expressions are no longer sandboxed. So it is now even easier to access arbitrary JS code by +// various means such as obtaining a reference to native JS functions like the Function constructor. +// +// As an example, consider the following AngularJS expression: +// +// {}.toString.constructor('alert("evil JS code")') +// +// It is important to realize that if you create an expression from a string that contains user provided +// content then it is possible that your application contains a security vulnerability to an XSS style attack. +// +// See https://docs.angularjs.org/guide/security + + +function getStringValue(name) { + // Property names must be strings. This means that non-string objects cannot be used + // as keys in an object. Any non-string object, including a number, is typecasted + // into a string via the toString method. + // -- MDN, https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Property_accessors#Property_names + // + // So, to ensure that we are checking the same `name` that JavaScript would use, we cast it + // to a string. It's not always possible. If `name` is an object and its `toString` method is + // 'broken' (doesn't return a string, isn't a function, etc.), an error will be thrown: + // + // TypeError: Cannot convert object to primitive value + // + // For performance reasons, we don't catch this error here and allow it to propagate up the call + // stack. Note that you'll get the same error in JavaScript if you try to access a property using + // such a 'broken' object as a key. + return name + ''; +} + + +var OPERATORS = createMap(); +forEach('+ - * / % === !== == != < > <= >= && || ! = |'.split(' '), function(operator) { OPERATORS[operator] = true; }); +var ESCAPE = {'n':'\n', 'f':'\f', 'r':'\r', 't':'\t', 'v':'\v', '\'':'\'', '"':'"'}; + + +///////////////////////////////////////// + + +/** + * @constructor + */ +var Lexer = function Lexer(options) { + this.options = options; }; -var ESCAPE = {"n":"\n", "f":"\f", "r":"\r", "t":"\t", "v":"\v", "'":"'", '"':'"'}; - -function lex(text, csp){ - var tokens = [], - token, - index = 0, - json = [], - ch, - lastCh = ':'; // can start regexp - - while (index < text.length) { - ch = text.charAt(index); - if (is('"\'')) { - readString(ch); - } else if (isNumber(ch) || is('.') && isNumber(peek())) { - readNumber(); - } else if (isIdent(ch)) { - readIdent(); - // identifiers can only be if the preceding char was a { or , - if (was('{,') && json[0]=='{' && - (token=tokens[tokens.length-1])) { - token.json = token.text.indexOf('.') == -1; - } - } else if (is('(){}[].,;:')) { - tokens.push({ - index:index, - text:ch, - json:(was(':[,') && is('{[')) || is('}]:,') - }); - if (is('{[')) json.unshift(ch); - if (is('}]')) json.shift(); - index++; - } else if (isWhitespace(ch)) { - index++; - continue; - } else { - var ch2 = ch + peek(), - ch3 = ch2 + peek(2), - fn = OPERATORS[ch], - fn2 = OPERATORS[ch2], - fn3 = OPERATORS[ch3]; - if (fn3) { - tokens.push({index:index, text:ch3, fn:fn3}); - index += 3; - } else if (fn2) { - tokens.push({index:index, text:ch2, fn:fn2}); - index += 2; - } else if (fn) { - tokens.push({index:index, text:ch, fn:fn, json: was('[,:') && is('+-')}); - index += 1; + +Lexer.prototype = { + constructor: Lexer, + + lex: function(text) { + this.text = text; + this.index = 0; + this.tokens = []; + + while (this.index < this.text.length) { + var ch = this.text.charAt(this.index); + if (ch === '"' || ch === '\'') { + this.readString(ch); + } else if (this.isNumber(ch) || ch === '.' && this.isNumber(this.peek())) { + this.readNumber(); + } else if (this.isIdentifierStart(this.peekMultichar())) { + this.readIdent(); + } else if (this.is(ch, '(){}[].,;:?')) { + this.tokens.push({index: this.index, text: ch}); + this.index++; + } else if (this.isWhitespace(ch)) { + this.index++; } else { - throwError("Unexpected next character ", index, index+1); + var ch2 = ch + this.peek(); + var ch3 = ch2 + this.peek(2); + var op1 = OPERATORS[ch]; + var op2 = OPERATORS[ch2]; + var op3 = OPERATORS[ch3]; + if (op1 || op2 || op3) { + var token = op3 ? ch3 : (op2 ? ch2 : ch); + this.tokens.push({index: this.index, text: token, operator: true}); + this.index += token.length; + } else { + this.throwError('Unexpected next character ', this.index, this.index + 1); + } } } - lastCh = ch; - } - return tokens; + return this.tokens; + }, - function is(chars) { - return chars.indexOf(ch) != -1; - } + is: function(ch, chars) { + return chars.indexOf(ch) !== -1; + }, - function was(chars) { - return chars.indexOf(lastCh) != -1; - } - - function peek(i) { + peek: function(i) { var num = i || 1; - return index + num < text.length ? text.charAt(index + num) : false; - } - function isNumber(ch) { - return '0' <= ch && ch <= '9'; - } - function isWhitespace(ch) { - return ch == ' ' || ch == '\r' || ch == '\t' || - ch == '\n' || ch == '\v' || ch == '\u00A0'; // IE treats non-breaking space as \u00A0 - } - function isIdent(ch) { - return 'a' <= ch && ch <= 'z' || - 'A' <= ch && ch <= 'Z' || - '_' == ch || ch == '$'; - } - function isExpOperator(ch) { - return ch == '-' || ch == '+' || isNumber(ch); - } - - function throwError(error, start, end) { - end = end || index; - throw Error("Lexer Error: " + error + " at column" + - (isDefined(start) - ? "s " + start + "-" + index + " [" + text.substring(start, end) + "]" - : " " + end) + - " in expression [" + text + "]."); - } - - function readNumber() { - var number = ""; - var start = index; - while (index < text.length) { - var ch = lowercase(text.charAt(index)); - if (ch == '.' || isNumber(ch)) { + return (this.index + num < this.text.length) ? this.text.charAt(this.index + num) : false; + }, + + isNumber: function(ch) { + return ('0' <= ch && ch <= '9') && typeof ch === 'string'; + }, + + isWhitespace: function(ch) { + // IE treats non-breaking space as \u00A0 + return (ch === ' ' || ch === '\r' || ch === '\t' || + ch === '\n' || ch === '\v' || ch === '\u00A0'); + }, + + isIdentifierStart: function(ch) { + return this.options.isIdentifierStart ? + this.options.isIdentifierStart(ch, this.codePointAt(ch)) : + this.isValidIdentifierStart(ch); + }, + + isValidIdentifierStart: function(ch) { + return ('a' <= ch && ch <= 'z' || + 'A' <= ch && ch <= 'Z' || + '_' === ch || ch === '$'); + }, + + isIdentifierContinue: function(ch) { + return this.options.isIdentifierContinue ? + this.options.isIdentifierContinue(ch, this.codePointAt(ch)) : + this.isValidIdentifierContinue(ch); + }, + + isValidIdentifierContinue: function(ch, cp) { + return this.isValidIdentifierStart(ch, cp) || this.isNumber(ch); + }, + + codePointAt: function(ch) { + if (ch.length === 1) return ch.charCodeAt(0); + // eslint-disable-next-line no-bitwise + return (ch.charCodeAt(0) << 10) + ch.charCodeAt(1) - 0x35FDC00; + }, + + peekMultichar: function() { + var ch = this.text.charAt(this.index); + var peek = this.peek(); + if (!peek) { + return ch; + } + var cp1 = ch.charCodeAt(0); + var cp2 = peek.charCodeAt(0); + if (cp1 >= 0xD800 && cp1 <= 0xDBFF && cp2 >= 0xDC00 && cp2 <= 0xDFFF) { + return ch + peek; + } + return ch; + }, + + isExpOperator: function(ch) { + return (ch === '-' || ch === '+' || this.isNumber(ch)); + }, + + throwError: function(error, start, end) { + end = end || this.index; + var colStr = (isDefined(start) + ? 's ' + start + '-' + this.index + ' [' + this.text.substring(start, end) + ']' + : ' ' + end); + throw $parseMinErr('lexerr', 'Lexer Error: {0} at column{1} in expression [{2}].', + error, colStr, this.text); + }, + + readNumber: function() { + var number = ''; + var start = this.index; + while (this.index < this.text.length) { + var ch = lowercase(this.text.charAt(this.index)); + if (ch === '.' || this.isNumber(ch)) { number += ch; } else { - var peekCh = peek(); - if (ch == 'e' && isExpOperator(peekCh)) { + var peekCh = this.peek(); + if (ch === 'e' && this.isExpOperator(peekCh)) { number += ch; - } else if (isExpOperator(ch) && - peekCh && isNumber(peekCh) && - number.charAt(number.length - 1) == 'e') { + } else if (this.isExpOperator(ch) && + peekCh && this.isNumber(peekCh) && + number.charAt(number.length - 1) === 'e') { number += ch; - } else if (isExpOperator(ch) && - (!peekCh || !isNumber(peekCh)) && - number.charAt(number.length - 1) == 'e') { - throwError('Invalid exponent'); + } else if (this.isExpOperator(ch) && + (!peekCh || !this.isNumber(peekCh)) && + number.charAt(number.length - 1) === 'e') { + this.throwError('Invalid exponent'); } else { break; } } - index++; + this.index++; } - number = 1 * number; - tokens.push({index:start, text:number, json:true, - fn:function() {return number;}}); - } - function readIdent() { - var ident = "", - start = index, - lastDot, peekIndex, methodName; - - while (index < text.length) { - var ch = text.charAt(index); - if (ch == '.' || isIdent(ch) || isNumber(ch)) { - if (ch == '.') lastDot = index; - ident += ch; - } else { + this.tokens.push({ + index: start, + text: number, + constant: true, + value: Number(number) + }); + }, + + readIdent: function() { + var start = this.index; + this.index += this.peekMultichar().length; + while (this.index < this.text.length) { + var ch = this.peekMultichar(); + if (!this.isIdentifierContinue(ch)) { break; } - index++; - } - - //check if this is not a method invocation and if it is back out to last dot - if (lastDot) { - peekIndex = index; - while(peekIndex < text.length) { - var ch = text.charAt(peekIndex); - if (ch == '(') { - methodName = ident.substr(lastDot - start + 1); - ident = ident.substr(0, lastDot - start); - index = peekIndex; - break; - } - if(isWhitespace(ch)) { - peekIndex++; - } else { - break; - } - } + this.index += ch.length; } + this.tokens.push({ + index: start, + text: this.text.slice(start, this.index), + identifier: true + }); + }, - - var token = { - index:start, - text:ident - }; - - if (OPERATORS.hasOwnProperty(ident)) { - token.fn = token.json = OPERATORS[ident]; - } else { - var getter = getterFn(ident, csp); - token.fn = extend(function(self, locals) { - return (getter(self, locals)); - }, { - assign: function(self, value) { - return setter(self, ident, value); - } - }); - } - - tokens.push(token); - - if (methodName) { - tokens.push({ - index:lastDot, - text: '.', - json: false - }); - tokens.push({ - index: lastDot + 1, - text: methodName, - json: false - }); - } - } - - function readString(quote) { - var start = index; - index++; - var string = ""; + readString: function(quote) { + var start = this.index; + this.index++; + var string = ''; var rawString = quote; var escape = false; - while (index < text.length) { - var ch = text.charAt(index); + while (this.index < this.text.length) { + var ch = this.text.charAt(this.index); rawString += ch; if (escape) { - if (ch == 'u') { - var hex = text.substring(index + 1, index + 5); - if (!hex.match(/[\da-f]{4}/i)) - throwError( "Invalid unicode escape [\\u" + hex + "]"); - index += 4; + if (ch === 'u') { + var hex = this.text.substring(this.index + 1, this.index + 5); + if (!hex.match(/[\da-f]{4}/i)) { + this.throwError('Invalid unicode escape [\\u' + hex + ']'); + } + this.index += 4; string += String.fromCharCode(parseInt(hex, 16)); } else { var rep = ESCAPE[ch]; - if (rep) { - string += rep; - } else { - string += ch; - } + string = string + (rep || ch); } escape = false; - } else if (ch == '\\') { + } else if (ch === '\\') { escape = true; - } else if (ch == quote) { - index++; - tokens.push({ - index:start, - text:rawString, - string:string, - json:true, - fn:function() { return string; } + } else if (ch === quote) { + this.index++; + this.tokens.push({ + index: start, + text: rawString, + constant: true, + value: string }); return; } else { string += ch; } - index++; + this.index++; } - throwError("Unterminated quote", start); + this.throwError('Unterminated quote', start); } -} +}; -///////////////////////////////////////// +var AST = function AST(lexer, options) { + this.lexer = lexer; + this.options = options; +}; -function parser(text, json, $filter, csp){ - var ZERO = valueFn(0), - value, - tokens = lex(text, csp), - assignment = _assignment, - functionCall = _functionCall, - fieldAccess = _fieldAccess, - objectIndex = _objectIndex, - filterChain = _filterChain; - - if(json){ - // The extra level of aliasing is here, just in case the lexer misses something, so that - // we prevent any accidental execution in JSON. - assignment = logicalOR; - functionCall = - fieldAccess = - objectIndex = - filterChain = - function() { throwError("is not valid json", {text:text, index:0}); }; - value = primary(); - } else { - value = statements(); - } - if (tokens.length !== 0) { - throwError("is an unexpected token", tokens[0]); - } - value.literal = !!value.literal; - value.constant = !!value.constant; - return value; - - /////////////////////////////////// - function throwError(msg, token) { - throw Error("Syntax Error: Token '" + token.text + - "' " + msg + " at column " + - (token.index + 1) + " of the expression [" + - text + "] starting at [" + text.substring(token.index) + "]."); - } +AST.Program = 'Program'; +AST.ExpressionStatement = 'ExpressionStatement'; +AST.AssignmentExpression = 'AssignmentExpression'; +AST.ConditionalExpression = 'ConditionalExpression'; +AST.LogicalExpression = 'LogicalExpression'; +AST.BinaryExpression = 'BinaryExpression'; +AST.UnaryExpression = 'UnaryExpression'; +AST.CallExpression = 'CallExpression'; +AST.MemberExpression = 'MemberExpression'; +AST.Identifier = 'Identifier'; +AST.Literal = 'Literal'; +AST.ArrayExpression = 'ArrayExpression'; +AST.Property = 'Property'; +AST.ObjectExpression = 'ObjectExpression'; +AST.ThisExpression = 'ThisExpression'; +AST.LocalsExpression = 'LocalsExpression'; + +// Internal use only +AST.NGValueParameter = 'NGValueParameter'; + +AST.prototype = { + ast: function(text) { + this.text = text; + this.tokens = this.lexer.lex(text); + + var value = this.program(); + + if (this.tokens.length !== 0) { + this.throwError('is an unexpected token', this.tokens[0]); + } - function peekToken() { - if (tokens.length === 0) - throw Error("Unexpected end of expression: " + text); - return tokens[0]; - } + return value; + }, - function peek(e1, e2, e3, e4) { - if (tokens.length > 0) { - var token = tokens[0]; - var t = token.text; - if (t==e1 || t==e2 || t==e3 || t==e4 || - (!e1 && !e2 && !e3 && !e4)) { - return token; + program: function() { + var body = []; + while (true) { + if (this.tokens.length > 0 && !this.peek('}', ')', ';', ']')) + body.push(this.expressionStatement()); + if (!this.expect(';')) { + return { type: AST.Program, body: body}; } } - return false; - } + }, - function expect(e1, e2, e3, e4){ - var token = peek(e1, e2, e3, e4); - if (token) { - if (json && !token.json) { - throwError("is not valid json", token); - } - tokens.shift(); - return token; - } - return false; - } + expressionStatement: function() { + return { type: AST.ExpressionStatement, expression: this.filterChain() }; + }, - function consume(e1){ - if (!expect(e1)) { - throwError("is unexpected, expecting [" + e1 + "]", peek()); + filterChain: function() { + var left = this.expression(); + while (this.expect('|')) { + left = this.filter(left); } - } - - function unaryFn(fn, right) { - return extend(function(self, locals) { - return fn(self, locals, right); - }, { - constant:right.constant - }); - } + return left; + }, - function binaryFn(left, fn, right) { - return extend(function(self, locals) { - return fn(self, locals, left, right); - }, { - constant:left.constant && right.constant - }); - } + expression: function() { + return this.assignment(); + }, - function statements() { - var statements = []; - while(true) { - if (tokens.length > 0 && !peek('}', ')', ';', ']')) - statements.push(filterChain()); - if (!expect(';')) { - // optimize for the common case where there is only one statement. - // TODO(size): maybe we should not support multiple statements? - return statements.length == 1 - ? statements[0] - : function(self, locals){ - var value; - for ( var i = 0; i < statements.length; i++) { - var statement = statements[i]; - if (statement) - value = statement(self, locals); - } - return value; - }; + assignment: function() { + var result = this.ternary(); + if (this.expect('=')) { + if (!isAssignable(result)) { + throw $parseMinErr('lval', 'Trying to assign a value to a non l-value'); } - } - } - function _filterChain() { - var left = expression(); - var token; - while(true) { - if ((token = expect('|'))) { - left = binaryFn(left, token.fn, filter()); - } else { - return left; - } + result = { type: AST.AssignmentExpression, left: result, right: this.assignment(), operator: '='}; } - } - - function filter() { - var token = expect(); - var fn = $filter(token.text); - var argsFn = []; - while(true) { - if ((token = expect(':'))) { - argsFn.push(expression()); - } else { - var fnInvoke = function(self, locals, input){ - var args = [input]; - for ( var i = 0; i < argsFn.length; i++) { - args.push(argsFn[i](self, locals)); - } - return fn.apply(self, args); - }; - return function() { - return fnInvoke; - }; + return result; + }, + + ternary: function() { + var test = this.logicalOR(); + var alternate; + var consequent; + if (this.expect('?')) { + alternate = this.expression(); + if (this.consume(':')) { + consequent = this.expression(); + return { type: AST.ConditionalExpression, test: test, alternate: alternate, consequent: consequent}; } } - } - - function expression() { - return assignment(); - } + return test; + }, - function _assignment() { - var left = logicalOR(); - var right; - var token; - if ((token = expect('='))) { - if (!left.assign) { - throwError("implies assignment but [" + - text.substring(0, token.index) + "] can not be assigned to", token); - } - right = logicalOR(); - return function(self, locals){ - return left.assign(self, right(self, locals), locals); - }; - } else { - return left; - } - } - - function logicalOR() { - var left = logicalAND(); - var token; - while(true) { - if ((token = expect('||'))) { - left = binaryFn(left, token.fn, logicalAND()); - } else { - return left; - } + logicalOR: function() { + var left = this.logicalAND(); + while (this.expect('||')) { + left = { type: AST.LogicalExpression, operator: '||', left: left, right: this.logicalAND() }; } - } + return left; + }, - function logicalAND() { - var left = equality(); - var token; - if ((token = expect('&&'))) { - left = binaryFn(left, token.fn, logicalAND()); + logicalAND: function() { + var left = this.equality(); + while (this.expect('&&')) { + left = { type: AST.LogicalExpression, operator: '&&', left: left, right: this.equality()}; } return left; - } + }, - function equality() { - var left = relational(); + equality: function() { + var left = this.relational(); var token; - if ((token = expect('==','!=','===','!=='))) { - left = binaryFn(left, token.fn, equality()); + while ((token = this.expect('==','!=','===','!=='))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.relational() }; } return left; - } + }, - function relational() { - var left = additive(); + relational: function() { + var left = this.additive(); var token; - if ((token = expect('<', '>', '<=', '>='))) { - left = binaryFn(left, token.fn, relational()); + while ((token = this.expect('<', '>', '<=', '>='))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.additive() }; } return left; - } + }, - function additive() { - var left = multiplicative(); + additive: function() { + var left = this.multiplicative(); var token; - while ((token = expect('+','-'))) { - left = binaryFn(left, token.fn, multiplicative()); + while ((token = this.expect('+','-'))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.multiplicative() }; } return left; - } + }, - function multiplicative() { - var left = unary(); + multiplicative: function() { + var left = this.unary(); var token; - while ((token = expect('*','/','%'))) { - left = binaryFn(left, token.fn, unary()); + while ((token = this.expect('*','/','%'))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.unary() }; } return left; - } + }, - function unary() { + unary: function() { var token; - if (expect('+')) { - return primary(); - } else if ((token = expect('-'))) { - return binaryFn(ZERO, token.fn, unary()); - } else if ((token = expect('!'))) { - return unaryFn(token.fn, unary()); + if ((token = this.expect('+', '-', '!'))) { + return { type: AST.UnaryExpression, operator: token.text, prefix: true, argument: this.unary() }; } else { - return primary(); + return this.primary(); } - } + }, - - function primary() { + primary: function() { var primary; - if (expect('(')) { - primary = filterChain(); - consume(')'); - } else if (expect('[')) { - primary = arrayDeclaration(); - } else if (expect('{')) { - primary = object(); + if (this.expect('(')) { + primary = this.filterChain(); + this.consume(')'); + } else if (this.expect('[')) { + primary = this.arrayDeclaration(); + } else if (this.expect('{')) { + primary = this.object(); + } else if (this.selfReferential.hasOwnProperty(this.peek().text)) { + primary = copy(this.selfReferential[this.consume().text]); + } else if (this.options.literals.hasOwnProperty(this.peek().text)) { + primary = { type: AST.Literal, value: this.options.literals[this.consume().text]}; + } else if (this.peek().identifier) { + primary = this.identifier(); + } else if (this.peek().constant) { + primary = this.constant(); } else { - var token = expect(); - primary = token.fn; - if (!primary) { - throwError("not a primary expression", token); - } - if (token.json) { - primary.constant = primary.literal = true; - } + this.throwError('not a primary expression', this.peek()); } - var next, context; - while ((next = expect('(', '[', '.'))) { + var next; + while ((next = this.expect('(', '[', '.'))) { if (next.text === '(') { - primary = functionCall(primary, context); - context = null; + primary = {type: AST.CallExpression, callee: primary, arguments: this.parseArguments() }; + this.consume(')'); } else if (next.text === '[') { - context = primary; - primary = objectIndex(primary); + primary = { type: AST.MemberExpression, object: primary, property: this.expression(), computed: true }; + this.consume(']'); } else if (next.text === '.') { - context = primary; - primary = fieldAccess(primary); + primary = { type: AST.MemberExpression, object: primary, property: this.identifier(), computed: false }; } else { - throwError("IMPOSSIBLE"); + this.throwError('IMPOSSIBLE'); } } return primary; - } + }, - function _fieldAccess(object) { - var field = expect().text; - var getter = getterFn(field, csp); - return extend( - function(self, locals) { - return getter(object(self, locals), locals); - }, - { - assign:function(self, value, locals) { - return setter(object(self, locals), field, value); - } - } - ); - } + filter: function(baseExpression) { + var args = [baseExpression]; + var result = {type: AST.CallExpression, callee: this.identifier(), arguments: args, filter: true}; - function _objectIndex(obj) { - var indexFn = expression(); - consume(']'); - return extend( - function(self, locals){ - var o = obj(self, locals), - i = indexFn(self, locals), - v, p; - - if (!o) return undefined; - v = o[i]; - if (v && v.then) { - p = v; - if (!('$$v' in v)) { - p.$$v = undefined; - p.then(function(val) { p.$$v = val; }); - } - v = v.$$v; - } - return v; - }, { - assign:function(self, value, locals){ - return obj(self, locals)[indexFn(self, locals)] = value; - } - }); - } + while (this.expect(':')) { + args.push(this.expression()); + } + + return result; + }, - function _functionCall(fn, contextGetter) { - var argsFn = []; - if (peekToken().text != ')') { + parseArguments: function() { + var args = []; + if (this.peekToken().text !== ')') { do { - argsFn.push(expression()); - } while (expect(',')); - } - consume(')'); - return function(self, locals){ - var args = [], - context = contextGetter ? contextGetter(self, locals) : self; - - for ( var i = 0; i < argsFn.length; i++) { - args.push(argsFn[i](self, locals)); - } - var fnPtr = fn(self, locals) || noop; - // IE stupidity! - return fnPtr.apply - ? fnPtr.apply(context, args) - : fnPtr(args[0], args[1], args[2], args[3], args[4]); - }; - } + args.push(this.filterChain()); + } while (this.expect(',')); + } + return args; + }, + + identifier: function() { + var token = this.consume(); + if (!token.identifier) { + this.throwError('is not a valid identifier', token); + } + return { type: AST.Identifier, name: token.text }; + }, - // This is used with json array declaration - function arrayDeclaration () { - var elementFns = []; - var allConstant = true; - if (peekToken().text != ']') { + constant: function() { + // TODO check that it is a constant + return { type: AST.Literal, value: this.consume().value }; + }, + + arrayDeclaration: function() { + var elements = []; + if (this.peekToken().text !== ']') { do { - var elementFn = expression(); - elementFns.push(elementFn); - if (!elementFn.constant) { - allConstant = false; + if (this.peek(']')) { + // Support trailing commas per ES5.1. + break; } - } while (expect(',')); - } - consume(']'); - return extend(function(self, locals){ - var array = []; - for ( var i = 0; i < elementFns.length; i++) { - array.push(elementFns[i](self, locals)); - } - return array; - }, { - literal:true, - constant:allConstant - }); - } + elements.push(this.expression()); + } while (this.expect(',')); + } + this.consume(']'); + + return { type: AST.ArrayExpression, elements: elements }; + }, - function object () { - var keyValues = []; - var allConstant = true; - if (peekToken().text != '}') { + object: function() { + var properties = [], property; + if (this.peekToken().text !== '}') { do { - var token = expect(), - key = token.string || token.text; - consume(":"); - var value = expression(); - keyValues.push({key:key, value:value}); - if (!value.constant) { - allConstant = false; + if (this.peek('}')) { + // Support trailing commas per ES5.1. + break; } - } while (expect(',')); - } - consume('}'); - return extend(function(self, locals){ - var object = {}; - for ( var i = 0; i < keyValues.length; i++) { - var keyValue = keyValues[i]; - var value = keyValue.value(self, locals); - object[keyValue.key] = value; - } - return object; - }, { - literal:true, - constant:allConstant - }); + property = {type: AST.Property, kind: 'init'}; + if (this.peek().constant) { + property.key = this.constant(); + property.computed = false; + this.consume(':'); + property.value = this.expression(); + } else if (this.peek().identifier) { + property.key = this.identifier(); + property.computed = false; + if (this.peek(':')) { + this.consume(':'); + property.value = this.expression(); + } else { + property.value = property.key; + } + } else if (this.peek('[')) { + this.consume('['); + property.key = this.expression(); + this.consume(']'); + property.computed = true; + this.consume(':'); + property.value = this.expression(); + } else { + this.throwError('invalid key', this.peek()); + } + properties.push(property); + } while (this.expect(',')); + } + this.consume('}'); + + return {type: AST.ObjectExpression, properties: properties }; + }, + + throwError: function(msg, token) { + throw $parseMinErr('syntax', + 'Syntax Error: Token \'{0}\' {1} at column {2} of the expression [{3}] starting at [{4}].', + token.text, msg, (token.index + 1), this.text, this.text.substring(token.index)); + }, + + consume: function(e1) { + if (this.tokens.length === 0) { + throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); + } + + var token = this.expect(e1); + if (!token) { + this.throwError('is unexpected, expecting [' + e1 + ']', this.peek()); + } + return token; + }, + + peekToken: function() { + if (this.tokens.length === 0) { + throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); + } + return this.tokens[0]; + }, + + peek: function(e1, e2, e3, e4) { + return this.peekAhead(0, e1, e2, e3, e4); + }, + + peekAhead: function(i, e1, e2, e3, e4) { + if (this.tokens.length > i) { + var token = this.tokens[i]; + var t = token.text; + if (t === e1 || t === e2 || t === e3 || t === e4 || + (!e1 && !e2 && !e3 && !e4)) { + return token; + } + } + return false; + }, + + expect: function(e1, e2, e3, e4) { + var token = this.peek(e1, e2, e3, e4); + if (token) { + this.tokens.shift(); + return token; + } + return false; + }, + + selfReferential: { + 'this': {type: AST.ThisExpression }, + '$locals': {type: AST.LocalsExpression } } +}; + +function ifDefined(v, d) { + return typeof v !== 'undefined' ? v : d; } -////////////////////////////////////////////////// -// Parser helper functions -////////////////////////////////////////////////// +function plusFn(l, r) { + if (typeof l === 'undefined') return r; + if (typeof r === 'undefined') return l; + return l + r; +} -function setter(obj, path, setValue) { - var element = path.split('.'); - for (var i = 0; element.length > 1; i++) { - var key = element.shift(); - var propertyObj = obj[key]; - if (!propertyObj) { - propertyObj = {}; - obj[key] = propertyObj; - } - obj = propertyObj; +function isStateless($filter, filterName) { + var fn = $filter(filterName); + return !fn.$stateful; +} + +var PURITY_ABSOLUTE = 1; +var PURITY_RELATIVE = 2; + +// Detect nodes which could depend on non-shallow state of objects +function isPure(node, parentIsPure) { + switch (node.type) { + // Computed members might invoke a stateful toString() + case AST.MemberExpression: + if (node.computed) { + return false; + } + break; + + // Unary always convert to primative + case AST.UnaryExpression: + return PURITY_ABSOLUTE; + + // The binary + operator can invoke a stateful toString(). + case AST.BinaryExpression: + return node.operator !== '+' ? PURITY_ABSOLUTE : false; + + // Functions / filters probably read state from within objects + case AST.CallExpression: + return false; } - obj[element.shift()] = setValue; - return setValue; + + return (undefined === parentIsPure) ? PURITY_RELATIVE : parentIsPure; } -/** - * Return the value accesible from the object by path. Any undefined traversals are ignored - * @param {Object} obj starting object - * @param {string} path path to traverse - * @param {boolean=true} bindFnToScope - * @returns value as accesbile by path - */ -//TODO(misko): this function needs to be removed -function getter(obj, path, bindFnToScope) { - if (!path) return obj; - var keys = path.split('.'); - var key; - var lastInstance = obj; - var len = keys.length; - - for (var i = 0; i < len; i++) { - key = keys[i]; - if (obj) { - obj = (lastInstance = obj)[key]; +function findConstantAndWatchExpressions(ast, $filter, parentIsPure) { + var allConstants; + var argsToWatch; + var isStatelessFilter; + + var astIsPure = ast.isPure = isPure(ast, parentIsPure); + + switch (ast.type) { + case AST.Program: + allConstants = true; + forEach(ast.body, function(expr) { + findConstantAndWatchExpressions(expr.expression, $filter, astIsPure); + allConstants = allConstants && expr.expression.constant; + }); + ast.constant = allConstants; + break; + case AST.Literal: + ast.constant = true; + ast.toWatch = []; + break; + case AST.UnaryExpression: + findConstantAndWatchExpressions(ast.argument, $filter, astIsPure); + ast.constant = ast.argument.constant; + ast.toWatch = ast.argument.toWatch; + break; + case AST.BinaryExpression: + findConstantAndWatchExpressions(ast.left, $filter, astIsPure); + findConstantAndWatchExpressions(ast.right, $filter, astIsPure); + ast.constant = ast.left.constant && ast.right.constant; + ast.toWatch = ast.left.toWatch.concat(ast.right.toWatch); + break; + case AST.LogicalExpression: + findConstantAndWatchExpressions(ast.left, $filter, astIsPure); + findConstantAndWatchExpressions(ast.right, $filter, astIsPure); + ast.constant = ast.left.constant && ast.right.constant; + ast.toWatch = ast.constant ? [] : [ast]; + break; + case AST.ConditionalExpression: + findConstantAndWatchExpressions(ast.test, $filter, astIsPure); + findConstantAndWatchExpressions(ast.alternate, $filter, astIsPure); + findConstantAndWatchExpressions(ast.consequent, $filter, astIsPure); + ast.constant = ast.test.constant && ast.alternate.constant && ast.consequent.constant; + ast.toWatch = ast.constant ? [] : [ast]; + break; + case AST.Identifier: + ast.constant = false; + ast.toWatch = [ast]; + break; + case AST.MemberExpression: + findConstantAndWatchExpressions(ast.object, $filter, astIsPure); + if (ast.computed) { + findConstantAndWatchExpressions(ast.property, $filter, astIsPure); } + ast.constant = ast.object.constant && (!ast.computed || ast.property.constant); + ast.toWatch = ast.constant ? [] : [ast]; + break; + case AST.CallExpression: + isStatelessFilter = ast.filter ? isStateless($filter, ast.callee.name) : false; + allConstants = isStatelessFilter; + argsToWatch = []; + forEach(ast.arguments, function(expr) { + findConstantAndWatchExpressions(expr, $filter, astIsPure); + allConstants = allConstants && expr.constant; + argsToWatch.push.apply(argsToWatch, expr.toWatch); + }); + ast.constant = allConstants; + ast.toWatch = isStatelessFilter ? argsToWatch : [ast]; + break; + case AST.AssignmentExpression: + findConstantAndWatchExpressions(ast.left, $filter, astIsPure); + findConstantAndWatchExpressions(ast.right, $filter, astIsPure); + ast.constant = ast.left.constant && ast.right.constant; + ast.toWatch = [ast]; + break; + case AST.ArrayExpression: + allConstants = true; + argsToWatch = []; + forEach(ast.elements, function(expr) { + findConstantAndWatchExpressions(expr, $filter, astIsPure); + allConstants = allConstants && expr.constant; + argsToWatch.push.apply(argsToWatch, expr.toWatch); + }); + ast.constant = allConstants; + ast.toWatch = argsToWatch; + break; + case AST.ObjectExpression: + allConstants = true; + argsToWatch = []; + forEach(ast.properties, function(property) { + findConstantAndWatchExpressions(property.value, $filter, astIsPure); + allConstants = allConstants && property.value.constant; + argsToWatch.push.apply(argsToWatch, property.value.toWatch); + if (property.computed) { + //`{[key]: value}` implicitly does `key.toString()` which may be non-pure + findConstantAndWatchExpressions(property.key, $filter, /*parentIsPure=*/false); + allConstants = allConstants && property.key.constant; + argsToWatch.push.apply(argsToWatch, property.key.toWatch); + } + }); + ast.constant = allConstants; + ast.toWatch = argsToWatch; + break; + case AST.ThisExpression: + ast.constant = false; + ast.toWatch = []; + break; + case AST.LocalsExpression: + ast.constant = false; + ast.toWatch = []; + break; } - if (!bindFnToScope && isFunction(obj)) { - return bind(lastInstance, obj); +} + +function getInputs(body) { + if (body.length !== 1) return; + var lastExpression = body[0].expression; + var candidate = lastExpression.toWatch; + if (candidate.length !== 1) return candidate; + return candidate[0] !== lastExpression ? candidate : undefined; +} + +function isAssignable(ast) { + return ast.type === AST.Identifier || ast.type === AST.MemberExpression; +} + +function assignableAST(ast) { + if (ast.body.length === 1 && isAssignable(ast.body[0].expression)) { + return {type: AST.AssignmentExpression, left: ast.body[0].expression, right: {type: AST.NGValueParameter}, operator: '='}; } - return obj; } -var getterFnCache = {}; +function isLiteral(ast) { + return ast.body.length === 0 || + ast.body.length === 1 && ( + ast.body[0].expression.type === AST.Literal || + ast.body[0].expression.type === AST.ArrayExpression || + ast.body[0].expression.type === AST.ObjectExpression); +} -/** - * Implementation of the "Black Hole" variant from: - * - http://jsperf.com/angularjs-parse-getter/4 - * - http://jsperf.com/path-evaluation-simplified/7 - */ -function cspSafeGetterFn(key0, key1, key2, key3, key4) { - return function(scope, locals) { - var pathVal = (locals && locals.hasOwnProperty(key0)) ? locals : scope, - promise; +function isConstant(ast) { + return ast.constant; +} - if (pathVal === null || pathVal === undefined) return pathVal; +function ASTCompiler($filter) { + this.$filter = $filter; +} - pathVal = pathVal[key0]; - if (pathVal && pathVal.then) { - if (!("$$v" in pathVal)) { - promise = pathVal; - promise.$$v = undefined; - promise.then(function(val) { promise.$$v = val; }); +ASTCompiler.prototype = { + compile: function(ast) { + var self = this; + this.state = { + nextId: 0, + filters: {}, + fn: {vars: [], body: [], own: {}}, + assign: {vars: [], body: [], own: {}}, + inputs: [] + }; + findConstantAndWatchExpressions(ast, self.$filter); + var extra = ''; + var assignable; + this.stage = 'assign'; + if ((assignable = assignableAST(ast))) { + this.state.computing = 'assign'; + var result = this.nextId(); + this.recurse(assignable, result); + this.return_(result); + extra = 'fn.assign=' + this.generateFunction('assign', 's,v,l'); + } + var toWatch = getInputs(ast.body); + self.stage = 'inputs'; + forEach(toWatch, function(watch, key) { + var fnKey = 'fn' + key; + self.state[fnKey] = {vars: [], body: [], own: {}}; + self.state.computing = fnKey; + var intoId = self.nextId(); + self.recurse(watch, intoId); + self.return_(intoId); + self.state.inputs.push({name: fnKey, isPure: watch.isPure}); + watch.watchId = key; + }); + this.state.computing = 'fn'; + this.stage = 'main'; + this.recurse(ast); + var fnString = + // The build and minification steps remove the string "use strict" from the code, but this is done using a regex. + // This is a workaround for this until we do a better job at only removing the prefix only when we should. + '"' + this.USE + ' ' + this.STRICT + '";\n' + + this.filterPrefix() + + 'var fn=' + this.generateFunction('fn', 's,l,a,i') + + extra + + this.watchFns() + + 'return fn;'; + + // eslint-disable-next-line no-new-func + var fn = (new Function('$filter', + 'getStringValue', + 'ifDefined', + 'plus', + fnString))( + this.$filter, + getStringValue, + ifDefined, + plusFn); + this.state = this.stage = undefined; + return fn; + }, + + USE: 'use', + + STRICT: 'strict', + + watchFns: function() { + var result = []; + var inputs = this.state.inputs; + var self = this; + forEach(inputs, function(input) { + result.push('var ' + input.name + '=' + self.generateFunction(input.name, 's')); + if (input.isPure) { + result.push(input.name, '.isPure=' + JSON.stringify(input.isPure) + ';'); } - pathVal = pathVal.$$v; + }); + if (inputs.length) { + result.push('fn.inputs=[' + inputs.map(function(i) { return i.name; }).join(',') + '];'); } - if (!key1 || pathVal === null || pathVal === undefined) return pathVal; - - pathVal = pathVal[key1]; - if (pathVal && pathVal.then) { - if (!("$$v" in pathVal)) { - promise = pathVal; - promise.$$v = undefined; - promise.then(function(val) { promise.$$v = val; }); + return result.join(''); + }, + + generateFunction: function(name, params) { + return 'function(' + params + '){' + + this.varsPrefix(name) + + this.body(name) + + '};'; + }, + + filterPrefix: function() { + var parts = []; + var self = this; + forEach(this.state.filters, function(id, filter) { + parts.push(id + '=$filter(' + self.escape(filter) + ')'); + }); + if (parts.length) return 'var ' + parts.join(',') + ';'; + return ''; + }, + + varsPrefix: function(section) { + return this.state[section].vars.length ? 'var ' + this.state[section].vars.join(',') + ';' : ''; + }, + + body: function(section) { + return this.state[section].body.join(''); + }, + + recurse: function(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { + var left, right, self = this, args, expression, computed; + recursionFn = recursionFn || noop; + if (!skipWatchIdCheck && isDefined(ast.watchId)) { + intoId = intoId || this.nextId(); + this.if_('i', + this.lazyAssign(intoId, this.computedMember('i', ast.watchId)), + this.lazyRecurse(ast, intoId, nameId, recursionFn, create, true) + ); + return; + } + switch (ast.type) { + case AST.Program: + forEach(ast.body, function(expression, pos) { + self.recurse(expression.expression, undefined, undefined, function(expr) { right = expr; }); + if (pos !== ast.body.length - 1) { + self.current().body.push(right, ';'); + } else { + self.return_(right); + } + }); + break; + case AST.Literal: + expression = this.escape(ast.value); + this.assign(intoId, expression); + recursionFn(intoId || expression); + break; + case AST.UnaryExpression: + this.recurse(ast.argument, undefined, undefined, function(expr) { right = expr; }); + expression = ast.operator + '(' + this.ifDefined(right, 0) + ')'; + this.assign(intoId, expression); + recursionFn(expression); + break; + case AST.BinaryExpression: + this.recurse(ast.left, undefined, undefined, function(expr) { left = expr; }); + this.recurse(ast.right, undefined, undefined, function(expr) { right = expr; }); + if (ast.operator === '+') { + expression = this.plus(left, right); + } else if (ast.operator === '-') { + expression = this.ifDefined(left, 0) + ast.operator + this.ifDefined(right, 0); + } else { + expression = '(' + left + ')' + ast.operator + '(' + right + ')'; } - pathVal = pathVal.$$v; + this.assign(intoId, expression); + recursionFn(expression); + break; + case AST.LogicalExpression: + intoId = intoId || this.nextId(); + self.recurse(ast.left, intoId); + self.if_(ast.operator === '&&' ? intoId : self.not(intoId), self.lazyRecurse(ast.right, intoId)); + recursionFn(intoId); + break; + case AST.ConditionalExpression: + intoId = intoId || this.nextId(); + self.recurse(ast.test, intoId); + self.if_(intoId, self.lazyRecurse(ast.alternate, intoId), self.lazyRecurse(ast.consequent, intoId)); + recursionFn(intoId); + break; + case AST.Identifier: + intoId = intoId || this.nextId(); + if (nameId) { + nameId.context = self.stage === 'inputs' ? 's' : this.assign(this.nextId(), this.getHasOwnProperty('l', ast.name) + '?l:s'); + nameId.computed = false; + nameId.name = ast.name; + } + self.if_(self.stage === 'inputs' || self.not(self.getHasOwnProperty('l', ast.name)), + function() { + self.if_(self.stage === 'inputs' || 's', function() { + if (create && create !== 1) { + self.if_( + self.isNull(self.nonComputedMember('s', ast.name)), + self.lazyAssign(self.nonComputedMember('s', ast.name), '{}')); + } + self.assign(intoId, self.nonComputedMember('s', ast.name)); + }); + }, intoId && self.lazyAssign(intoId, self.nonComputedMember('l', ast.name)) + ); + recursionFn(intoId); + break; + case AST.MemberExpression: + left = nameId && (nameId.context = this.nextId()) || this.nextId(); + intoId = intoId || this.nextId(); + self.recurse(ast.object, left, undefined, function() { + self.if_(self.notNull(left), function() { + if (ast.computed) { + right = self.nextId(); + self.recurse(ast.property, right); + self.getStringValue(right); + if (create && create !== 1) { + self.if_(self.not(self.computedMember(left, right)), self.lazyAssign(self.computedMember(left, right), '{}')); + } + expression = self.computedMember(left, right); + self.assign(intoId, expression); + if (nameId) { + nameId.computed = true; + nameId.name = right; + } + } else { + if (create && create !== 1) { + self.if_(self.isNull(self.nonComputedMember(left, ast.property.name)), self.lazyAssign(self.nonComputedMember(left, ast.property.name), '{}')); + } + expression = self.nonComputedMember(left, ast.property.name); + self.assign(intoId, expression); + if (nameId) { + nameId.computed = false; + nameId.name = ast.property.name; + } + } + }, function() { + self.assign(intoId, 'undefined'); + }); + recursionFn(intoId); + }, !!create); + break; + case AST.CallExpression: + intoId = intoId || this.nextId(); + if (ast.filter) { + right = self.filter(ast.callee.name); + args = []; + forEach(ast.arguments, function(expr) { + var argument = self.nextId(); + self.recurse(expr, argument); + args.push(argument); + }); + expression = right + '(' + args.join(',') + ')'; + self.assign(intoId, expression); + recursionFn(intoId); + } else { + right = self.nextId(); + left = {}; + args = []; + self.recurse(ast.callee, right, left, function() { + self.if_(self.notNull(right), function() { + forEach(ast.arguments, function(expr) { + self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function(argument) { + args.push(argument); + }); + }); + if (left.name) { + expression = self.member(left.context, left.name, left.computed) + '(' + args.join(',') + ')'; + } else { + expression = right + '(' + args.join(',') + ')'; + } + self.assign(intoId, expression); + }, function() { + self.assign(intoId, 'undefined'); + }); + recursionFn(intoId); + }); + } + break; + case AST.AssignmentExpression: + right = this.nextId(); + left = {}; + this.recurse(ast.left, undefined, left, function() { + self.if_(self.notNull(left.context), function() { + self.recurse(ast.right, right); + expression = self.member(left.context, left.name, left.computed) + ast.operator + right; + self.assign(intoId, expression); + recursionFn(intoId || expression); + }); + }, 1); + break; + case AST.ArrayExpression: + args = []; + forEach(ast.elements, function(expr) { + self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function(argument) { + args.push(argument); + }); + }); + expression = '[' + args.join(',') + ']'; + this.assign(intoId, expression); + recursionFn(intoId || expression); + break; + case AST.ObjectExpression: + args = []; + computed = false; + forEach(ast.properties, function(property) { + if (property.computed) { + computed = true; + } + }); + if (computed) { + intoId = intoId || this.nextId(); + this.assign(intoId, '{}'); + forEach(ast.properties, function(property) { + if (property.computed) { + left = self.nextId(); + self.recurse(property.key, left); + } else { + left = property.key.type === AST.Identifier ? + property.key.name : + ('' + property.key.value); + } + right = self.nextId(); + self.recurse(property.value, right); + self.assign(self.member(intoId, left, property.computed), right); + }); + } else { + forEach(ast.properties, function(property) { + self.recurse(property.value, ast.constant ? undefined : self.nextId(), undefined, function(expr) { + args.push(self.escape( + property.key.type === AST.Identifier ? property.key.name : + ('' + property.key.value)) + + ':' + expr); + }); + }); + expression = '{' + args.join(',') + '}'; + this.assign(intoId, expression); + } + recursionFn(intoId || expression); + break; + case AST.ThisExpression: + this.assign(intoId, 's'); + recursionFn(intoId || 's'); + break; + case AST.LocalsExpression: + this.assign(intoId, 'l'); + recursionFn(intoId || 'l'); + break; + case AST.NGValueParameter: + this.assign(intoId, 'v'); + recursionFn(intoId || 'v'); + break; } - if (!key2 || pathVal === null || pathVal === undefined) return pathVal; + }, - pathVal = pathVal[key2]; - if (pathVal && pathVal.then) { - if (!("$$v" in pathVal)) { - promise = pathVal; - promise.$$v = undefined; - promise.then(function(val) { promise.$$v = val; }); - } - pathVal = pathVal.$$v; + getHasOwnProperty: function(element, property) { + var key = element + '.' + property; + var own = this.current().own; + if (!own.hasOwnProperty(key)) { + own[key] = this.nextId(false, element + '&&(' + this.escape(property) + ' in ' + element + ')'); } - if (!key3 || pathVal === null || pathVal === undefined) return pathVal; + return own[key]; + }, + + assign: function(id, value) { + if (!id) return; + this.current().body.push(id, '=', value, ';'); + return id; + }, + + filter: function(filterName) { + if (!this.state.filters.hasOwnProperty(filterName)) { + this.state.filters[filterName] = this.nextId(true); + } + return this.state.filters[filterName]; + }, + + ifDefined: function(id, defaultValue) { + return 'ifDefined(' + id + ',' + this.escape(defaultValue) + ')'; + }, - pathVal = pathVal[key3]; - if (pathVal && pathVal.then) { - if (!("$$v" in pathVal)) { - promise = pathVal; - promise.$$v = undefined; - promise.then(function(val) { promise.$$v = val; }); + plus: function(left, right) { + return 'plus(' + left + ',' + right + ')'; + }, + + return_: function(id) { + this.current().body.push('return ', id, ';'); + }, + + if_: function(test, alternate, consequent) { + if (test === true) { + alternate(); + } else { + var body = this.current().body; + body.push('if(', test, '){'); + alternate(); + body.push('}'); + if (consequent) { + body.push('else{'); + consequent(); + body.push('}'); } - pathVal = pathVal.$$v; } - if (!key4 || pathVal === null || pathVal === undefined) return pathVal; + }, - pathVal = pathVal[key4]; - if (pathVal && pathVal.then) { - if (!("$$v" in pathVal)) { - promise = pathVal; - promise.$$v = undefined; - promise.then(function(val) { promise.$$v = val; }); - } - pathVal = pathVal.$$v; + not: function(expression) { + return '!(' + expression + ')'; + }, + + isNull: function(expression) { + return expression + '==null'; + }, + + notNull: function(expression) { + return expression + '!=null'; + }, + + nonComputedMember: function(left, right) { + var SAFE_IDENTIFIER = /^[$_a-zA-Z][$_a-zA-Z0-9]*$/; + var UNSAFE_CHARACTERS = /[^$_a-zA-Z0-9]/g; + if (SAFE_IDENTIFIER.test(right)) { + return left + '.' + right; + } else { + return left + '["' + right.replace(UNSAFE_CHARACTERS, this.stringEscapeFn) + '"]'; } - return pathVal; - }; -}; + }, + + computedMember: function(left, right) { + return left + '[' + right + ']'; + }, + + member: function(left, right, computed) { + if (computed) return this.computedMember(left, right); + return this.nonComputedMember(left, right); + }, + + getStringValue: function(item) { + this.assign(item, 'getStringValue(' + item + ')'); + }, + + lazyRecurse: function(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { + var self = this; + return function() { + self.recurse(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck); + }; + }, + + lazyAssign: function(id, value) { + var self = this; + return function() { + self.assign(id, value); + }; + }, -function getterFn(path, csp) { - if (getterFnCache.hasOwnProperty(path)) { - return getterFnCache[path]; + stringEscapeRegex: /[^ a-zA-Z0-9]/g, + + stringEscapeFn: function(c) { + return '\\u' + ('0000' + c.charCodeAt(0).toString(16)).slice(-4); + }, + + escape: function(value) { + if (isString(value)) return '\'' + value.replace(this.stringEscapeRegex, this.stringEscapeFn) + '\''; + if (isNumber(value)) return value.toString(); + if (value === true) return 'true'; + if (value === false) return 'false'; + if (value === null) return 'null'; + if (typeof value === 'undefined') return 'undefined'; + + throw $parseMinErr('esc', 'IMPOSSIBLE'); + }, + + nextId: function(skip, init) { + var id = 'v' + (this.state.nextId++); + if (!skip) { + this.current().vars.push(id + (init ? '=' + init : '')); + } + return id; + }, + + current: function() { + return this.state[this.state.computing]; } +}; - var pathKeys = path.split('.'), - pathKeysLength = pathKeys.length, - fn; - - if (csp) { - fn = (pathKeysLength < 6) - ? cspSafeGetterFn(pathKeys[0], pathKeys[1], pathKeys[2], pathKeys[3], pathKeys[4]) - : function(scope, locals) { - var i = 0, val - do { - val = cspSafeGetterFn( - pathKeys[i++], pathKeys[i++], pathKeys[i++], pathKeys[i++], pathKeys[i++] - )(scope, locals); - - locals = undefined; // clear after first iteration - scope = val; - } while (i < pathKeysLength); - return val; - } - } else { - var code = 'var l, fn, p;\n'; - forEach(pathKeys, function(key, index) { - code += 'if(s === null || s === undefined) return s;\n' + - 'l=s;\n' + - 's='+ (index - // we simply dereference 's' on any .dot notation - ? 's' - // but if we are first then we check locals first, and if so read it first - : '((k&&k.hasOwnProperty("' + key + '"))?k:s)') + '["' + key + '"]' + ';\n' + - 'if (s && s.then) {\n' + - ' if (!("$$v" in s)) {\n' + - ' p=s;\n' + - ' p.$$v = undefined;\n' + - ' p.then(function(v) {p.$$v=v;});\n' + - '}\n' + - ' s=s.$$v\n' + - '}\n'; + +function ASTInterpreter($filter) { + this.$filter = $filter; +} + +ASTInterpreter.prototype = { + compile: function(ast) { + var self = this; + findConstantAndWatchExpressions(ast, self.$filter); + var assignable; + var assign; + if ((assignable = assignableAST(ast))) { + assign = this.recurse(assignable); + } + var toWatch = getInputs(ast.body); + var inputs; + if (toWatch) { + inputs = []; + forEach(toWatch, function(watch, key) { + var input = self.recurse(watch); + input.isPure = watch.isPure; + watch.input = input; + inputs.push(input); + watch.watchId = key; + }); + } + var expressions = []; + forEach(ast.body, function(expression) { + expressions.push(self.recurse(expression.expression)); }); - code += 'return s;'; - fn = Function('s', 'k', code); // s=scope, k=locals - fn.toString = function() { return code; }; + var fn = ast.body.length === 0 ? noop : + ast.body.length === 1 ? expressions[0] : + function(scope, locals) { + var lastValue; + forEach(expressions, function(exp) { + lastValue = exp(scope, locals); + }); + return lastValue; + }; + if (assign) { + fn.assign = function(scope, value, locals) { + return assign(scope, locals, value); + }; + } + if (inputs) { + fn.inputs = inputs; + } + return fn; + }, + + recurse: function(ast, context, create) { + var left, right, self = this, args; + if (ast.input) { + return this.inputs(ast.input, ast.watchId); + } + switch (ast.type) { + case AST.Literal: + return this.value(ast.value, context); + case AST.UnaryExpression: + right = this.recurse(ast.argument); + return this['unary' + ast.operator](right, context); + case AST.BinaryExpression: + left = this.recurse(ast.left); + right = this.recurse(ast.right); + return this['binary' + ast.operator](left, right, context); + case AST.LogicalExpression: + left = this.recurse(ast.left); + right = this.recurse(ast.right); + return this['binary' + ast.operator](left, right, context); + case AST.ConditionalExpression: + return this['ternary?:']( + this.recurse(ast.test), + this.recurse(ast.alternate), + this.recurse(ast.consequent), + context + ); + case AST.Identifier: + return self.identifier(ast.name, context, create); + case AST.MemberExpression: + left = this.recurse(ast.object, false, !!create); + if (!ast.computed) { + right = ast.property.name; + } + if (ast.computed) right = this.recurse(ast.property); + return ast.computed ? + this.computedMember(left, right, context, create) : + this.nonComputedMember(left, right, context, create); + case AST.CallExpression: + args = []; + forEach(ast.arguments, function(expr) { + args.push(self.recurse(expr)); + }); + if (ast.filter) right = this.$filter(ast.callee.name); + if (!ast.filter) right = this.recurse(ast.callee, true); + return ast.filter ? + function(scope, locals, assign, inputs) { + var values = []; + for (var i = 0; i < args.length; ++i) { + values.push(args[i](scope, locals, assign, inputs)); + } + var value = right.apply(undefined, values, inputs); + return context ? {context: undefined, name: undefined, value: value} : value; + } : + function(scope, locals, assign, inputs) { + var rhs = right(scope, locals, assign, inputs); + var value; + if (rhs.value != null) { + var values = []; + for (var i = 0; i < args.length; ++i) { + values.push(args[i](scope, locals, assign, inputs)); + } + value = rhs.value.apply(rhs.context, values); + } + return context ? {value: value} : value; + }; + case AST.AssignmentExpression: + left = this.recurse(ast.left, true, 1); + right = this.recurse(ast.right); + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs = right(scope, locals, assign, inputs); + lhs.context[lhs.name] = rhs; + return context ? {value: rhs} : rhs; + }; + case AST.ArrayExpression: + args = []; + forEach(ast.elements, function(expr) { + args.push(self.recurse(expr)); + }); + return function(scope, locals, assign, inputs) { + var value = []; + for (var i = 0; i < args.length; ++i) { + value.push(args[i](scope, locals, assign, inputs)); + } + return context ? {value: value} : value; + }; + case AST.ObjectExpression: + args = []; + forEach(ast.properties, function(property) { + if (property.computed) { + args.push({key: self.recurse(property.key), + computed: true, + value: self.recurse(property.value) + }); + } else { + args.push({key: property.key.type === AST.Identifier ? + property.key.name : + ('' + property.key.value), + computed: false, + value: self.recurse(property.value) + }); + } + }); + return function(scope, locals, assign, inputs) { + var value = {}; + for (var i = 0; i < args.length; ++i) { + if (args[i].computed) { + value[args[i].key(scope, locals, assign, inputs)] = args[i].value(scope, locals, assign, inputs); + } else { + value[args[i].key] = args[i].value(scope, locals, assign, inputs); + } + } + return context ? {value: value} : value; + }; + case AST.ThisExpression: + return function(scope) { + return context ? {value: scope} : scope; + }; + case AST.LocalsExpression: + return function(scope, locals) { + return context ? {value: locals} : locals; + }; + case AST.NGValueParameter: + return function(scope, locals, assign) { + return context ? {value: assign} : assign; + }; + } + }, + + 'unary+': function(argument, context) { + return function(scope, locals, assign, inputs) { + var arg = argument(scope, locals, assign, inputs); + if (isDefined(arg)) { + arg = +arg; + } else { + arg = 0; + } + return context ? {value: arg} : arg; + }; + }, + 'unary-': function(argument, context) { + return function(scope, locals, assign, inputs) { + var arg = argument(scope, locals, assign, inputs); + if (isDefined(arg)) { + arg = -arg; + } else { + arg = -0; + } + return context ? {value: arg} : arg; + }; + }, + 'unary!': function(argument, context) { + return function(scope, locals, assign, inputs) { + var arg = !argument(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary+': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs = right(scope, locals, assign, inputs); + var arg = plusFn(lhs, rhs); + return context ? {value: arg} : arg; + }; + }, + 'binary-': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs = right(scope, locals, assign, inputs); + var arg = (isDefined(lhs) ? lhs : 0) - (isDefined(rhs) ? rhs : 0); + return context ? {value: arg} : arg; + }; + }, + 'binary*': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) * right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary/': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) / right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary%': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) % right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary===': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) === right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary!==': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) !== right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary==': function(left, right, context) { + return function(scope, locals, assign, inputs) { + // eslint-disable-next-line eqeqeq + var arg = left(scope, locals, assign, inputs) == right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary!=': function(left, right, context) { + return function(scope, locals, assign, inputs) { + // eslint-disable-next-line eqeqeq + var arg = left(scope, locals, assign, inputs) != right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary<': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) < right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary>': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) > right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary<=': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) <= right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary>=': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) >= right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary&&': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) && right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary||': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) || right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'ternary?:': function(test, alternate, consequent, context) { + return function(scope, locals, assign, inputs) { + var arg = test(scope, locals, assign, inputs) ? alternate(scope, locals, assign, inputs) : consequent(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + value: function(value, context) { + return function() { return context ? {context: undefined, name: undefined, value: value} : value; }; + }, + identifier: function(name, context, create) { + return function(scope, locals, assign, inputs) { + var base = locals && (name in locals) ? locals : scope; + if (create && create !== 1 && base && base[name] == null) { + base[name] = {}; + } + var value = base ? base[name] : undefined; + if (context) { + return {context: base, name: name, value: value}; + } else { + return value; + } + }; + }, + computedMember: function(left, right, context, create) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs; + var value; + if (lhs != null) { + rhs = right(scope, locals, assign, inputs); + rhs = getStringValue(rhs); + if (create && create !== 1) { + if (lhs && !(lhs[rhs])) { + lhs[rhs] = {}; + } + } + value = lhs[rhs]; + } + if (context) { + return {context: lhs, name: rhs, value: value}; + } else { + return value; + } + }; + }, + nonComputedMember: function(left, right, context, create) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + if (create && create !== 1) { + if (lhs && lhs[right] == null) { + lhs[right] = {}; + } + } + var value = lhs != null ? lhs[right] : undefined; + if (context) { + return {context: lhs, name: right, value: value}; + } else { + return value; + } + }; + }, + inputs: function(input, watchId) { + return function(scope, value, locals, inputs) { + if (inputs) return inputs[watchId]; + return input(scope, value, locals); + }; + } +}; + +/** + * @constructor + */ +function Parser(lexer, $filter, options) { + this.ast = new AST(lexer, options); + this.astCompiler = options.csp ? new ASTInterpreter($filter) : + new ASTCompiler($filter); +} + +Parser.prototype = { + constructor: Parser, + + parse: function(text) { + var ast = this.getAst(text); + var fn = this.astCompiler.compile(ast.ast); + fn.literal = isLiteral(ast.ast); + fn.constant = isConstant(ast.ast); + fn.oneTime = ast.oneTime; + return fn; + }, + + getAst: function(exp) { + var oneTime = false; + exp = exp.trim(); + + if (exp.charAt(0) === ':' && exp.charAt(1) === ':') { + oneTime = true; + exp = exp.substring(2); + } + return { + ast: this.ast.ast(exp), + oneTime: oneTime + }; } +}; - return getterFnCache[path] = fn; +function getValueOf(value) { + return isFunction(value.valueOf) ? value.valueOf() : objectValueOf.call(value); } /////////////////////////////////// /** - * @ngdoc function - * @name ng.$parse - * @function + * @ngdoc service + * @name $parse + * @kind function * * @description * - * Converts Angular {@link guide/expression expression} into a function. + * Converts AngularJS {@link guide/expression expression} into a function. * - *
    + * ```js
      *   var getter = $parse('user.name');
      *   var setter = getter.assign;
    - *   var context = {user:{name:'angular'}};
    + *   var context = {user:{name:'AngularJS'}};
      *   var locals = {user:{name:'local'}};
      *
    - *   expect(getter(context)).toEqual('angular');
    + *   expect(getter(context)).toEqual('AngularJS');
      *   setter(context, 'newValue');
      *   expect(context.user.name).toEqual('newValue');
      *   expect(getter(context, locals)).toEqual('local');
    - * 
    + * ``` * * * @param {string} expression String expression to compile. * @returns {function(context, locals)} a function which represents the compiled expression: * * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (tipically a scope object). + * are evaluated against (typically a scope object). * * `locals` – `{object=}` – local variables context object, useful for overriding values in * `context`. * @@ -886,20 +1712,306 @@ function getterFn(path, csp) { * set to a function to change its value on the given context. * */ + + +/** + * @ngdoc provider + * @name $parseProvider + * @this + * + * @description + * `$parseProvider` can be used for configuring the default behavior of the {@link ng.$parse $parse} + * service. + */ function $ParseProvider() { - var cache = {}; - this.$get = ['$filter', '$sniffer', function($filter, $sniffer) { - return function(exp) { - switch(typeof exp) { + var cache = createMap(); + var literals = { + 'true': true, + 'false': false, + 'null': null, + 'undefined': undefined + }; + var identStart, identContinue; + + /** + * @ngdoc method + * @name $parseProvider#addLiteral + * @description + * + * Configure $parse service to add literal values that will be present as literal at expressions. + * + * @param {string} literalName Token for the literal value. The literal name value must be a valid literal name. + * @param {*} literalValue Value for this literal. All literal values must be primitives or `undefined`. + * + **/ + this.addLiteral = function(literalName, literalValue) { + literals[literalName] = literalValue; + }; + + /** + * @ngdoc method + * @name $parseProvider#setIdentifierFns + * + * @description + * + * Allows defining the set of characters that are allowed in AngularJS expressions. The function + * `identifierStart` will get called to know if a given character is a valid character to be the + * first character for an identifier. The function `identifierContinue` will get called to know if + * a given character is a valid character to be a follow-up identifier character. The functions + * `identifierStart` and `identifierContinue` will receive as arguments the single character to be + * identifier and the character code point. These arguments will be `string` and `numeric`. Keep in + * mind that the `string` parameter can be two characters long depending on the character + * representation. It is expected for the function to return `true` or `false`, whether that + * character is allowed or not. + * + * Since this function will be called extensively, keep the implementation of these functions fast, + * as the performance of these functions have a direct impact on the expressions parsing speed. + * + * @param {function=} identifierStart The function that will decide whether the given character is + * a valid identifier start character. + * @param {function=} identifierContinue The function that will decide whether the given character is + * a valid identifier continue character. + */ + this.setIdentifierFns = function(identifierStart, identifierContinue) { + identStart = identifierStart; + identContinue = identifierContinue; + return this; + }; + + this.$get = ['$filter', function($filter) { + var noUnsafeEval = csp().noUnsafeEval; + var $parseOptions = { + csp: noUnsafeEval, + literals: copy(literals), + isIdentifierStart: isFunction(identStart) && identStart, + isIdentifierContinue: isFunction(identContinue) && identContinue + }; + $parse.$$getAst = $$getAst; + return $parse; + + function $parse(exp, interceptorFn) { + var parsedExpression, cacheKey; + + switch (typeof exp) { case 'string': - return cache.hasOwnProperty(exp) - ? cache[exp] - : cache[exp] = parser(exp, false, $filter, $sniffer.csp); + exp = exp.trim(); + cacheKey = exp; + + parsedExpression = cache[cacheKey]; + + if (!parsedExpression) { + var lexer = new Lexer($parseOptions); + var parser = new Parser(lexer, $filter, $parseOptions); + parsedExpression = parser.parse(exp); + + cache[cacheKey] = addWatchDelegate(parsedExpression); + } + return addInterceptor(parsedExpression, interceptorFn); + case 'function': - return exp; + return addInterceptor(exp, interceptorFn); + default: - return noop; + return addInterceptor(noop, interceptorFn); } - }; + } + + function $$getAst(exp) { + var lexer = new Lexer($parseOptions); + var parser = new Parser(lexer, $filter, $parseOptions); + return parser.getAst(exp).ast; + } + + function expressionInputDirtyCheck(newValue, oldValueOfValue, compareObjectIdentity) { + + if (newValue == null || oldValueOfValue == null) { // null/undefined + return newValue === oldValueOfValue; + } + + if (typeof newValue === 'object') { + + // attempt to convert the value to a primitive type + // TODO(docs): add a note to docs that by implementing valueOf even objects and arrays can + // be cheaply dirty-checked + newValue = getValueOf(newValue); + + if (typeof newValue === 'object' && !compareObjectIdentity) { + // objects/arrays are not supported - deep-watching them would be too expensive + return false; + } + + // fall-through to the primitive equality check + } + + //Primitive or NaN + // eslint-disable-next-line no-self-compare + return newValue === oldValueOfValue || (newValue !== newValue && oldValueOfValue !== oldValueOfValue); + } + + function inputsWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { + var inputExpressions = parsedExpression.inputs; + var lastResult; + + if (inputExpressions.length === 1) { + var oldInputValueOf = expressionInputDirtyCheck; // init to something unique so that equals check fails + inputExpressions = inputExpressions[0]; + return scope.$watch(function expressionInputWatch(scope) { + var newInputValue = inputExpressions(scope); + if (!expressionInputDirtyCheck(newInputValue, oldInputValueOf, inputExpressions.isPure)) { + lastResult = parsedExpression(scope, undefined, undefined, [newInputValue]); + oldInputValueOf = newInputValue && getValueOf(newInputValue); + } + return lastResult; + }, listener, objectEquality, prettyPrintExpression); + } + + var oldInputValueOfValues = []; + var oldInputValues = []; + for (var i = 0, ii = inputExpressions.length; i < ii; i++) { + oldInputValueOfValues[i] = expressionInputDirtyCheck; // init to something unique so that equals check fails + oldInputValues[i] = null; + } + + return scope.$watch(function expressionInputsWatch(scope) { + var changed = false; + + for (var i = 0, ii = inputExpressions.length; i < ii; i++) { + var newInputValue = inputExpressions[i](scope); + if (changed || (changed = !expressionInputDirtyCheck(newInputValue, oldInputValueOfValues[i], inputExpressions[i].isPure))) { + oldInputValues[i] = newInputValue; + oldInputValueOfValues[i] = newInputValue && getValueOf(newInputValue); + } + } + + if (changed) { + lastResult = parsedExpression(scope, undefined, undefined, oldInputValues); + } + + return lastResult; + }, listener, objectEquality, prettyPrintExpression); + } + + function oneTimeWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { + var isDone = parsedExpression.literal ? isAllDefined : isDefined; + var unwatch, lastValue; + + var exp = parsedExpression.$$intercepted || parsedExpression; + var post = parsedExpression.$$interceptor || identity; + + var useInputs = parsedExpression.inputs && !exp.inputs; + + // Propagate the literal/inputs/constant attributes + // ... but not oneTime since we are handling it + oneTimeWatch.literal = parsedExpression.literal; + oneTimeWatch.constant = parsedExpression.constant; + oneTimeWatch.inputs = parsedExpression.inputs; + + // Allow other delegates to run on this wrapped expression + addWatchDelegate(oneTimeWatch); + + unwatch = scope.$watch(oneTimeWatch, listener, objectEquality, prettyPrintExpression); + + return unwatch; + + function unwatchIfDone() { + if (isDone(lastValue)) { + unwatch(); + } + } + + function oneTimeWatch(scope, locals, assign, inputs) { + lastValue = useInputs && inputs ? inputs[0] : exp(scope, locals, assign, inputs); + if (isDone(lastValue)) { + scope.$$postDigest(unwatchIfDone); + } + return post(lastValue); + } + } + + function isAllDefined(value) { + var allDefined = true; + forEach(value, function(val) { + if (!isDefined(val)) allDefined = false; + }); + return allDefined; + } + + function constantWatchDelegate(scope, listener, objectEquality, parsedExpression) { + var unwatch = scope.$watch(function constantWatch(scope) { + unwatch(); + return parsedExpression(scope); + }, listener, objectEquality); + return unwatch; + } + + function addWatchDelegate(parsedExpression) { + if (parsedExpression.constant) { + parsedExpression.$$watchDelegate = constantWatchDelegate; + } else if (parsedExpression.oneTime) { + parsedExpression.$$watchDelegate = oneTimeWatchDelegate; + } else if (parsedExpression.inputs) { + parsedExpression.$$watchDelegate = inputsWatchDelegate; + } + + return parsedExpression; + } + + function chainInterceptors(first, second) { + function chainedInterceptor(value) { + return second(first(value)); + } + chainedInterceptor.$stateful = first.$stateful || second.$stateful; + chainedInterceptor.$$pure = first.$$pure && second.$$pure; + + return chainedInterceptor; + } + + function addInterceptor(parsedExpression, interceptorFn) { + if (!interceptorFn) return parsedExpression; + + // Extract any existing interceptors out of the parsedExpression + // to ensure the original parsedExpression is always the $$intercepted + if (parsedExpression.$$interceptor) { + interceptorFn = chainInterceptors(parsedExpression.$$interceptor, interceptorFn); + parsedExpression = parsedExpression.$$intercepted; + } + + var useInputs = false; + + var fn = function interceptedExpression(scope, locals, assign, inputs) { + var value = useInputs && inputs ? inputs[0] : parsedExpression(scope, locals, assign, inputs); + return interceptorFn(value); + }; + + // Maintain references to the interceptor/intercepted + fn.$$intercepted = parsedExpression; + fn.$$interceptor = interceptorFn; + + // Propagate the literal/oneTime/constant attributes + fn.literal = parsedExpression.literal; + fn.oneTime = parsedExpression.oneTime; + fn.constant = parsedExpression.constant; + + // Treat the interceptor like filters. + // If it is not $stateful then only watch its inputs. + // If the expression itself has no inputs then use the full expression as an input. + if (!interceptorFn.$stateful) { + useInputs = !parsedExpression.inputs; + fn.inputs = parsedExpression.inputs ? parsedExpression.inputs : [parsedExpression]; + + if (!interceptorFn.$$pure) { + fn.inputs = fn.inputs.map(function(e) { + // Remove the isPure flag of inputs when it is not absolute because they are now wrapped in a + // non-pure interceptor function. + if (e.isPure === PURITY_RELATIVE) { + return function depurifier(s) { return e(s); }; + } + return e; + }); + } + } + + return addWatchDelegate(fn); + } }]; } diff --git a/src/ng/q.js b/src/ng/q.js index f3bd1d6ec99b..2bc9d03aa005 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -2,11 +2,60 @@ /** * @ngdoc service - * @name ng.$q + * @name $q * @requires $rootScope * * @description - * A promise/deferred implementation inspired by [Kris Kowal's Q](https://github.com/kriskowal/q). + * A service that helps you run functions asynchronously, and use their return values (or exceptions) + * when they are done processing. + * + * This is a [Promises/A+](https://promisesaplus.com/)-compliant implementation of promises/deferred + * objects inspired by [Kris Kowal's Q](https://github.com/kriskowal/q). + * + * $q can be used in two fashions --- one which is more similar to Kris Kowal's Q or jQuery's Deferred + * implementations, and the other which resembles ES6 (ES2015) promises to some degree. + * + * ## $q constructor + * + * The streamlined ES6 style promise is essentially just using $q as a constructor which takes a `resolver` + * function as the first argument. This is similar to the native Promise implementation from ES6, + * see [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). + * + * While the constructor-style use is supported, not all of the supporting methods from ES6 promises are + * available yet. + * + * It can be used like so: + * + * ```js + * // for the purpose of this example let's assume that variables `$q` and `okToGreet` + * // are available in the current lexical scope (they could have been injected or passed in). + * + * function asyncGreet(name) { + * // perform some asynchronous operation, resolve or reject the promise when appropriate. + * return $q(function(resolve, reject) { + * setTimeout(function() { + * if (okToGreet(name)) { + * resolve('Hello, ' + name + '!'); + * } else { + * reject('Greeting ' + name + ' is not allowed.'); + * } + * }, 1000); + * }); + * } + * + * var promise = asyncGreet('Robin Hood'); + * promise.then(function(greeting) { + * alert('Success: ' + greeting); + * }, function(reason) { + * alert('Failed: ' + reason); + * }); + * ``` + * + * Note: progress/notify callbacks are not currently supported via the ES6-style interface. + * + * Note: unlike ES6 behavior, an exception thrown in the constructor function will NOT implicitly reject the promise. + * + * However, the more traditional CommonJS-style usage is still available, and documented below. * * [The CommonJS Promise proposal](http://wiki.commonjs.org/wiki/Promises) describes a promise as an * interface for interacting with an object that represents the result of an action that is @@ -15,23 +64,21 @@ * From the perspective of dealing with error handling, deferred and promise APIs are to * asynchronous programming what `try`, `catch` and `throw` keywords are to synchronous programming. * - *
    - *   // for the purpose of this example let's assume that variables `$q` and `scope` are
    - *   // available in the current lexical scope (they could have been injected or passed in).
    + * ```js
    + *   // for the purpose of this example let's assume that variables `$q` and `okToGreet`
    + *   // are available in the current lexical scope (they could have been injected or passed in).
      *
      *   function asyncGreet(name) {
      *     var deferred = $q.defer();
      *
      *     setTimeout(function() {
    - *       // since this fn executes async in a future turn of the event loop, we need to wrap
    - *       // our code into an $apply call so that the model changes are properly observed.
    - *       scope.$apply(function() {
    - *         if (okToGreet(name)) {
    - *           deferred.resolve('Hello, ' + name + '!');
    - *         } else {
    - *           deferred.reject('Greeting ' + name + ' is not allowed.');
    - *         }
    - *       });
    + *       deferred.notify('About to greet ' + name + '.');
    + *
    + *       if (okToGreet(name)) {
    + *         deferred.resolve('Hello, ' + name + '!');
    + *       } else {
    + *         deferred.reject('Greeting ' + name + ' is not allowed.');
    + *       }
      *     }, 1000);
      *
      *     return deferred.promise;
    @@ -42,25 +89,27 @@
      *     alert('Success: ' + greeting);
      *   }, function(reason) {
      *     alert('Failed: ' + reason);
    + *   }, function(update) {
    + *     alert('Got notification: ' + update);
      *   });
    - * 
    + * ``` * * At first it might not be obvious why this extra complexity is worth the trouble. The payoff - * comes in the way of - * [guarantees that promise and deferred APIs make](https://github.com/kriskowal/uncommonjs/blob/master/promises/specification.md). + * comes in the way of guarantees that promise and deferred APIs make, see + * https://github.com/kriskowal/uncommonjs/blob/master/promises/specification.md. * * Additionally the promise api allows for composition that is very hard to do with the * traditional callback ([CPS](http://en.wikipedia.org/wiki/Continuation-passing_style)) approach. * For more on this please see the [Q documentation](https://github.com/kriskowal/q) especially the * section on serial or parallel joining of promises. * - * - * # The Deferred API + * ## The Deferred API * * A new instance of deferred is constructed by calling `$q.defer()`. * * The purpose of the deferred object is to expose the associated Promise instance as well as APIs - * that can be used for signaling the successful or unsuccessful completion of the task. + * that can be used for signaling the successful or unsuccessful completion, as well as the status + * of the task. * * **Methods** * @@ -68,13 +117,15 @@ * constructed via `$q.reject`, the promise will be rejected instead. * - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to * resolving it with a rejection constructed via `$q.reject`. + * - `notify(value)` - provides updates on the status of the promise's execution. This may be called + * multiple times before the promise is either resolved or rejected. * * **Properties** * * - promise – `{Promise}` – promise object associated with this deferred. * * - * # The Promise API + * ## The Promise API * * A new promise instance is created when a deferred instance is created and can be retrieved by * calling `deferred.promise`. @@ -84,79 +135,144 @@ * * **Methods** * - * - `then(successCallback, errorCallback)` – regardless of when the promise was or will be resolved - * or rejected calls one of the success or error callbacks asynchronously as soon as the result - * is available. The callbacks are called with a single argument the result or rejection reason. + * - `then(successCallback, [errorCallback], [notifyCallback])` – regardless of when the promise was or + * will be resolved or rejected, `then` calls one of the success or error callbacks asynchronously + * as soon as the result is available. The callbacks are called with a single argument: the result + * or rejection reason. Additionally, the notify callback may be called zero or more times to + * provide a progress indication, before the promise is resolved or rejected. * * This method *returns a new promise* which is resolved or rejected via the return value of the - * `successCallback` or `errorCallback`. + * `successCallback`, `errorCallback` (unless that value is a promise, in which case it is resolved + * with the value which is resolved in that promise using + * [promise chaining](http://www.html5rocks.com/en/tutorials/es6/promises/#toc-promises-queues)). + * It also notifies via the return value of the `notifyCallback` method. The promise cannot be + * resolved or rejected from the notifyCallback method. The errorCallback and notifyCallback + * arguments are optional. + * + * - `catch(errorCallback)` – shorthand for `promise.then(null, errorCallback)` * + * - `finally(callback, notifyCallback)` – allows you to observe either the fulfillment or rejection of a promise, + * but to do so without modifying the final value. This is useful to release resources or do some + * clean-up that needs to be done whether the promise was rejected or resolved. See the [full + * specification](https://github.com/kriskowal/q/wiki/API-Reference#promisefinallycallback) for + * more information. * - * # Chaining promises + * ## Chaining promises * - * Because calling `then` api of a promise returns a new derived promise, it is easily possible - * to create a chain of promises: + * Because calling the `then` method of a promise returns a new derived promise, it is easily + * possible to create a chain of promises: * - *
    + * ```js
      *   promiseB = promiseA.then(function(result) {
      *     return result + 1;
      *   });
      *
    - *   // promiseB will be resolved immediately after promiseA is resolved and its value will be
    - *   // the result of promiseA incremented by 1
    - * 
    + * // promiseB will be resolved immediately after promiseA is resolved and its value + * // will be the result of promiseA incremented by 1 + * ``` * * It is possible to create chains of any length and since a promise can be resolved with another * promise (which will defer its resolution further), it is possible to pause/defer resolution of - * the promises at any point in the chain. This makes it possible to implement powerful apis like + * the promises at any point in the chain. This makes it possible to implement powerful APIs like * $http's response interceptors. * * - * # Differences between Kris Kowal's Q and $q + * ## Differences between Kris Kowal's Q and $q * - * There are three main differences: + * There are two main differences: * * - $q is integrated with the {@link ng.$rootScope.Scope} Scope model observation - * mechanism in angular, which means faster propagation of resolution or rejection into your + * mechanism in AngularJS, which means faster propagation of resolution or rejection into your * models and avoiding unnecessary browser repaints, which would result in flickering UI. - * - $q promises are recognized by the templating engine in angular, which means that in templates - * you can treat promises attached to a scope as if they were the resulting values. - * - Q has many more features that $q, but that comes at a cost of bytes. $q is tiny, but contains + * - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains * all the important functionality needed for common async tasks. - * - * # Testing - * - *
    + *
    + * ## Testing
    + *
    + *  ```js
      *    it('should simulate promise', inject(function($q, $rootScope) {
      *      var deferred = $q.defer();
      *      var promise = deferred.promise;
      *      var resolvedValue;
    - * 
    + *
      *      promise.then(function(value) { resolvedValue = value; });
      *      expect(resolvedValue).toBeUndefined();
    - * 
    + *
      *      // Simulate resolving of promise
      *      deferred.resolve(123);
      *      // Note that the 'then' function does not get called synchronously.
      *      // This is because we want the promise API to always be async, whether or not
      *      // it got called synchronously or asynchronously.
      *      expect(resolvedValue).toBeUndefined();
    - * 
    + *
      *      // Propagate promise resolution to 'then' functions using $apply().
      *      $rootScope.$apply();
      *      expect(resolvedValue).toEqual(123);
    - *    });
    - *  
    + * })); + * ``` + * + * @param {function(function, function)} resolver Function which is responsible for resolving or + * rejecting the newly created promise. The first parameter is a function which resolves the + * promise, the second parameter is a function which rejects the promise. + * + * @returns {Promise} The newly created promise. + */ +/** + * @ngdoc provider + * @name $qProvider + * @this + * + * @description */ function $QProvider() { - + var errorOnUnhandledRejections = true; this.$get = ['$rootScope', '$exceptionHandler', function($rootScope, $exceptionHandler) { return qFactory(function(callback) { $rootScope.$evalAsync(callback); - }, $exceptionHandler); + }, $exceptionHandler, errorOnUnhandledRejections); }]; + + /** + * @ngdoc method + * @name $qProvider#errorOnUnhandledRejections + * @kind function + * + * @description + * Retrieves or overrides whether to generate an error when a rejected promise is not handled. + * This feature is enabled by default. + * + * @param {boolean=} value Whether to generate an error when a rejected promise is not handled. + * @returns {boolean|ng.$qProvider} Current value when called without a new value or self for + * chaining otherwise. + */ + this.errorOnUnhandledRejections = function(value) { + if (isDefined(value)) { + errorOnUnhandledRejections = value; + return this; + } else { + return errorOnUnhandledRejections; + } + }; } +/** @this */ +function $$QProvider() { + var errorOnUnhandledRejections = true; + this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) { + return qFactory(function(callback) { + $browser.defer(callback); + }, $exceptionHandler, errorOnUnhandledRejections); + }]; + + this.errorOnUnhandledRejections = function(value) { + if (isDefined(value)) { + errorOnUnhandledRejections = value; + return this; + } else { + return errorOnUnhandledRejections; + } + }; +} /** * Constructs a promise manager. @@ -164,104 +280,213 @@ function $QProvider() { * @param {function(function)} nextTick Function for executing functions in the next turn. * @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for * debugging purposes. + * @param {boolean=} errorOnUnhandledRejections Whether an error should be generated on unhandled + * promises rejections. * @returns {object} Promise manager. */ -function qFactory(nextTick, exceptionHandler) { +function qFactory(nextTick, exceptionHandler, errorOnUnhandledRejections) { + var $qMinErr = minErr('$q', TypeError); + var queueSize = 0; + var checkQueue = []; /** - * @ngdoc + * @ngdoc method * @name ng.$q#defer - * @methodOf ng.$q + * @kind function + * * @description * Creates a `Deferred` object which represents a task which will finish in the future. * * @returns {Deferred} Returns a new instance of deferred. */ - var defer = function() { - var pending = [], - value, deferred; - - deferred = { - - resolve: function(val) { - if (pending) { - var callbacks = pending; - pending = undefined; - value = ref(val); - - if (callbacks.length) { - nextTick(function() { - var callback; - for (var i = 0, ii = callbacks.length; i < ii; i++) { - callback = callbacks[i]; - value.then(callback[0], callback[1]); - } - }); - } - } - }, - - - reject: function(reason) { - deferred.resolve(reject(reason)); - }, - - - promise: { - then: function(callback, errback) { - var result = defer(); - - var wrappedCallback = function(value) { - try { - result.resolve((callback || defaultCallback)(value)); - } catch(e) { - exceptionHandler(e); - result.reject(e); - } - }; - - var wrappedErrback = function(reason) { - try { - result.resolve((errback || defaultErrback)(reason)); - } catch(e) { - exceptionHandler(e); - result.reject(e); - } - }; - - if (pending) { - pending.push([wrappedCallback, wrappedErrback]); + function defer() { + return new Deferred(); + } + + function Deferred() { + var promise = this.promise = new Promise(); + //Non prototype methods necessary to support unbound execution :/ + this.resolve = function(val) { resolvePromise(promise, val); }; + this.reject = function(reason) { rejectPromise(promise, reason); }; + this.notify = function(progress) { notifyPromise(promise, progress); }; + } + + + function Promise() { + this.$$state = { status: 0 }; + } + + extend(Promise.prototype, { + then: function(onFulfilled, onRejected, progressBack) { + if (isUndefined(onFulfilled) && isUndefined(onRejected) && isUndefined(progressBack)) { + return this; + } + var result = new Promise(); + + this.$$state.pending = this.$$state.pending || []; + this.$$state.pending.push([result, onFulfilled, onRejected, progressBack]); + if (this.$$state.status > 0) scheduleProcessQueue(this.$$state); + + return result; + }, + + 'catch': function(callback) { + return this.then(null, callback); + }, + + 'finally': function(callback, progressBack) { + return this.then(function(value) { + return handleCallback(value, resolve, callback); + }, function(error) { + return handleCallback(error, reject, callback); + }, progressBack); + } + }); + + function processQueue(state) { + var fn, promise, pending; + + pending = state.pending; + state.processScheduled = false; + state.pending = undefined; + try { + for (var i = 0, ii = pending.length; i < ii; ++i) { + markQStateExceptionHandled(state); + promise = pending[i][0]; + fn = pending[i][state.status]; + try { + if (isFunction(fn)) { + resolvePromise(promise, fn(state.value)); + } else if (state.status === 1) { + resolvePromise(promise, state.value); } else { - value.then(wrappedCallback, wrappedErrback); + rejectPromise(promise, state.value); } + } catch (e) { + rejectPromise(promise, e); + // This error is explicitly marked for being passed to the $exceptionHandler + if (e && e.$$passToExceptionHandler === true) { + exceptionHandler(e); + } + } + } + } finally { + --queueSize; + if (errorOnUnhandledRejections && queueSize === 0) { + nextTick(processChecks); + } + } + } - return result.promise; + function processChecks() { + // eslint-disable-next-line no-unmodified-loop-condition + while (!queueSize && checkQueue.length) { + var toCheck = checkQueue.shift(); + if (!isStateExceptionHandled(toCheck)) { + markQStateExceptionHandled(toCheck); + var errorMessage = 'Possibly unhandled rejection: ' + toDebugString(toCheck.value); + if (isError(toCheck.value)) { + exceptionHandler(toCheck.value, errorMessage); + } else { + exceptionHandler(errorMessage); } } - }; + } + } - return deferred; - }; + function scheduleProcessQueue(state) { + if (errorOnUnhandledRejections && !state.pending && state.status === 2 && !isStateExceptionHandled(state)) { + if (queueSize === 0 && checkQueue.length === 0) { + nextTick(processChecks); + } + checkQueue.push(state); + } + if (state.processScheduled || !state.pending) return; + state.processScheduled = true; + ++queueSize; + nextTick(function() { processQueue(state); }); + } + + function resolvePromise(promise, val) { + if (promise.$$state.status) return; + if (val === promise) { + $$reject(promise, $qMinErr( + 'qcycle', + 'Expected promise to be resolved with value other than itself \'{0}\'', + val)); + } else { + $$resolve(promise, val); + } + } - var ref = function(value) { - if (value && value.then) return value; - return { - then: function(callback) { - var result = defer(); - nextTick(function() { - result.resolve(callback(value)); - }); - return result.promise; + function $$resolve(promise, val) { + var then; + var done = false; + try { + if (isObject(val) || isFunction(val)) then = val.then; + if (isFunction(then)) { + promise.$$state.status = -1; + then.call(val, doResolve, doReject, doNotify); + } else { + promise.$$state.value = val; + promise.$$state.status = 1; + scheduleProcessQueue(promise.$$state); } - }; - }; + } catch (e) { + doReject(e); + } + function doResolve(val) { + if (done) return; + done = true; + $$resolve(promise, val); + } + function doReject(val) { + if (done) return; + done = true; + $$reject(promise, val); + } + function doNotify(progress) { + notifyPromise(promise, progress); + } + } + + function rejectPromise(promise, reason) { + if (promise.$$state.status) return; + $$reject(promise, reason); + } + + function $$reject(promise, reason) { + promise.$$state.value = reason; + promise.$$state.status = 2; + scheduleProcessQueue(promise.$$state); + } + + function notifyPromise(promise, progress) { + var callbacks = promise.$$state.pending; + + if ((promise.$$state.status <= 0) && callbacks && callbacks.length) { + nextTick(function() { + var callback, result; + for (var i = 0, ii = callbacks.length; i < ii; i++) { + result = callbacks[i][0]; + callback = callbacks[i][3]; + try { + notifyPromise(result, isFunction(callback) ? callback(progress) : progress); + } catch (e) { + exceptionHandler(e); + } + } + }); + } + } /** - * @ngdoc - * @name ng.$q#reject - * @methodOf ng.$q + * @ngdoc method + * @name $q#reject + * @kind function + * * @description * Creates a promise that is resolved as rejected with the specified `reason`. This api should be * used to forward rejection in a chain of promises. If you are dealing with the last promise in @@ -273,7 +498,7 @@ function qFactory(nextTick, exceptionHandler) { * current promise, you have to "rethrow" the error by returning a rejection constructed via * `reject`. * - *
    +   * ```js
        *   promiseB = promiseA.then(function(result) {
        *     // success: do something and resolve promiseB
        *     //          with the old or a new result
    @@ -288,128 +513,181 @@ function qFactory(nextTick, exceptionHandler) {
        *     }
        *     return $q.reject(reason);
        *   });
    -   * 
    + * ``` * * @param {*} reason Constant, message, exception or an object representing the rejection reason. * @returns {Promise} Returns a promise that was already resolved as rejected with the `reason`. */ - var reject = function(reason) { - return { - then: function(callback, errback) { - var result = defer(); - nextTick(function() { - result.resolve((errback || defaultErrback)(reason)); - }); - return result.promise; - } - }; - }; + function reject(reason) { + var result = new Promise(); + rejectPromise(result, reason); + return result; + } + function handleCallback(value, resolver, callback) { + var callbackOutput = null; + try { + if (isFunction(callback)) callbackOutput = callback(); + } catch (e) { + return reject(e); + } + if (isPromiseLike(callbackOutput)) { + return callbackOutput.then(function() { + return resolver(value); + }, reject); + } else { + return resolver(value); + } + } /** - * @ngdoc - * @name ng.$q#when - * @methodOf ng.$q + * @ngdoc method + * @name $q#when + * @kind function + * * @description * Wraps an object that might be a value or a (3rd party) then-able promise into a $q promise. * This is useful when you are dealing with an object that might or might not be a promise, or if * the promise comes from a source that can't be trusted. * * @param {*} value Value or a promise - * @returns {Promise} Returns a single promise that will be resolved with an array of values, - * each value corresponding to the promise at the same index in the `promises` array. If any of - * the promises is resolved with a rejection, this resulting promise will be resolved with the - * same rejection. + * @param {Function=} successCallback + * @param {Function=} errorCallback + * @param {Function=} progressCallback + * @returns {Promise} Returns a promise of the passed value or promise */ - var when = function(value, callback, errback) { - var result = defer(), - done; - - var wrappedCallback = function(value) { - try { - return (callback || defaultCallback)(value); - } catch (e) { - exceptionHandler(e); - return reject(e); - } - }; - - var wrappedErrback = function(reason) { - try { - return (errback || defaultErrback)(reason); - } catch (e) { - exceptionHandler(e); - return reject(e); - } - }; - - nextTick(function() { - ref(value).then(function(value) { - if (done) return; - done = true; - result.resolve(ref(value).then(wrappedCallback, wrappedErrback)); - }, function(reason) { - if (done) return; - done = true; - result.resolve(wrappedErrback(reason)); - }); - }); - - return result.promise; - }; - - - function defaultCallback(value) { - return value; - } - function defaultErrback(reason) { - return reject(reason); + function when(value, callback, errback, progressBack) { + var result = new Promise(); + resolvePromise(result, value); + return result.then(callback, errback, progressBack); } + /** + * @ngdoc method + * @name $q#resolve + * @kind function + * + * @description + * Alias of {@link ng.$q#when when} to maintain naming consistency with ES6. + * + * @param {*} value Value or a promise + * @param {Function=} successCallback + * @param {Function=} errorCallback + * @param {Function=} progressCallback + * @returns {Promise} Returns a promise of the passed value or promise + */ + var resolve = when; /** - * @ngdoc - * @name ng.$q#all - * @methodOf ng.$q + * @ngdoc method + * @name $q#all + * @kind function + * * @description * Combines multiple promises into a single promise that is resolved when all of the input * promises are resolved. * - * @param {Array.} promises An array of promises. - * @returns {Promise} Returns a single promise that will be resolved with an array of values, - * each value corresponding to the promise at the same index in the `promises` array. If any of - * the promises is resolved with a rejection, this resulting promise will be resolved with the - * same rejection. + * @param {Array.|Object.} promises An array or hash of promises. + * @returns {Promise} Returns a single promise that will be resolved with an array/hash of values, + * each value corresponding to the promise at the same index/key in the `promises` array/hash. + * If any of the promises is resolved with a rejection, this resulting promise will be rejected + * with the same rejection value. */ + function all(promises) { - var deferred = defer(), - counter = promises.length, - results = []; - - if (counter) { - forEach(promises, function(promise, index) { - ref(promise).then(function(value) { - if (index in results) return; - results[index] = value; - if (!(--counter)) deferred.resolve(results); - }, function(reason) { - if (index in results) return; - deferred.reject(reason); - }); + var result = new Promise(), + counter = 0, + results = isArray(promises) ? [] : {}; + + forEach(promises, function(promise, key) { + counter++; + when(promise).then(function(value) { + results[key] = value; + if (!(--counter)) resolvePromise(result, results); + }, function(reason) { + rejectPromise(result, reason); }); - } else { - deferred.resolve(results); + }); + + if (counter === 0) { + resolvePromise(result, results); } + return result; + } + + /** + * @ngdoc method + * @name $q#race + * @kind function + * + * @description + * Returns a promise that resolves or rejects as soon as one of those promises + * resolves or rejects, with the value or reason from that promise. + * + * @param {Array.|Object.} promises An array or hash of promises. + * @returns {Promise} a promise that resolves or rejects as soon as one of the `promises` + * resolves or rejects, with the value or reason from that promise. + */ + + function race(promises) { + var deferred = defer(); + + forEach(promises, function(promise) { + when(promise).then(deferred.resolve, deferred.reject); + }); + return deferred.promise; } - return { - defer: defer, - reject: reject, - when: when, - all: all - }; + function $Q(resolver) { + if (!isFunction(resolver)) { + throw $qMinErr('norslvr', 'Expected resolverFn, got \'{0}\'', resolver); + } + + var promise = new Promise(); + + function resolveFn(value) { + resolvePromise(promise, value); + } + + function rejectFn(reason) { + rejectPromise(promise, reason); + } + + resolver(resolveFn, rejectFn); + + return promise; + } + + // Let's make the instanceof operator work for promises, so that + // `new $q(fn) instanceof $q` would evaluate to true. + $Q.prototype = Promise.prototype; + + $Q.defer = defer; + $Q.reject = reject; + $Q.when = when; + $Q.resolve = resolve; + $Q.all = all; + $Q.race = race; + + return $Q; +} + +function isStateExceptionHandled(state) { + return !!state.pur; +} +function markQStateExceptionHandled(state) { + state.pur = true; +} +function markQExceptionHandled(q) { + // Built-in `$q` promises will always have a `$$state` property. This check is to allow + // overwriting `$q` with a different promise library (e.g. Bluebird + angular-bluebird-promises). + // (Currently, this is the only method that might be called with a promise, even if it is not + // created by the built-in `$q`.) + if (q.$$state) { + markQStateExceptionHandled(q.$$state); + } } diff --git a/src/ng/raf.js b/src/ng/raf.js new file mode 100644 index 000000000000..ed0676631116 --- /dev/null +++ b/src/ng/raf.js @@ -0,0 +1,32 @@ +'use strict'; + +/** @this */ +function $$RAFProvider() { //rAF + this.$get = ['$window', '$timeout', function($window, $timeout) { + var requestAnimationFrame = $window.requestAnimationFrame || + $window.webkitRequestAnimationFrame; + + var cancelAnimationFrame = $window.cancelAnimationFrame || + $window.webkitCancelAnimationFrame || + $window.webkitCancelRequestAnimationFrame; + + var rafSupported = !!requestAnimationFrame; + var raf = rafSupported + ? function(fn) { + var id = requestAnimationFrame(fn); + return function() { + cancelAnimationFrame(id); + }; + } + : function(fn) { + var timer = $timeout(fn, 16.66, false); // 1000 / 60 = 16.666 + return function() { + $timeout.cancel(timer); + }; + }; + + raf.supported = rafSupported; + + return raf; + }]; +} diff --git a/src/ng/rootElement.js b/src/ng/rootElement.js index 9385050e6e2e..603e59f01f87 100644 --- a/src/ng/rootElement.js +++ b/src/ng/rootElement.js @@ -1,15 +1,15 @@ 'use strict'; /** - * @ngdoc overview - * @name ng.$rootElement + * @ngdoc service + * @name $rootElement * * @description - * The root element of Angular application. This is either the element where {@link + * The root element of AngularJS application. This is either the element where {@link * ng.directive:ngApp ngApp} was declared or the element passed into - * {@link angular.bootstrap}. The element represent the root element of application. It is also the - * location where the applications {@link AUTO.$injector $injector} service gets - * published, it can be retrieved using `$rootElement.injector()`. + * {@link angular.bootstrap}. The element represents the root element of application. It is also the + * location where the application's {@link auto.$injector $injector} service gets + * published, and can be retrieved using `$rootElement.injector()`. */ diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 5981b7e72975..2a1d85ccbb2b 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -3,63 +3,77 @@ /** * DESIGN NOTES * - * The design decisions behind the scope ware heavily favored for speed and memory consumption. + * The design decisions behind the scope are heavily favored for speed and memory consumption. * * The typical use of scope is to watch the expressions, which most of the time return the same * value as last time so we optimize the operation. * - * Closures construction is expensive from speed as well as memory: - * - no closures, instead ups prototypical inheritance for API + * Closures construction is expensive in terms of speed as well as memory: + * - No closures, instead use prototypical inheritance for API * - Internal state needs to be stored on scope directly, which means that private state is * exposed as $$____ properties * * Loop operations are optimized by using while(count--) { ... } - * - this means that in order to keep the same order of execution as addition we have to add - * items to the array at the begging (shift) instead of at the end (push) + * - This means that in order to keep the same order of execution as addition we have to add + * items to the array at the beginning (unshift) instead of at the end (push) * * Child scopes are created and removed often - * - Using array would be slow since inserts in meddle are expensive so we use linked list + * - Using an array would be slow since inserts in the middle are expensive; so we use linked lists * - * There are few watches then a lot of observers. This is why you don't want the observer to be - * implemented in the same way as watch. Watch requires return of initialization function which - * are expensive to construct. + * There are fewer watches than observers. This is why you don't want the observer to be implemented + * in the same way as watch. Watch requires return of the initialization function which is expensive + * to construct. */ /** - * @ngdoc object - * @name ng.$rootScopeProvider + * @ngdoc provider + * @name $rootScopeProvider * @description * * Provider for the $rootScope service. */ /** - * @ngdoc function - * @name ng.$rootScopeProvider#digestTtl - * @methodOf ng.$rootScopeProvider + * @ngdoc method + * @name $rootScopeProvider#digestTtl * @description * - * Sets the number of digest iteration the scope should attempt to execute before giving up and + * Sets the number of `$digest` iterations the scope should attempt to execute before giving up and * assuming that the model is unstable. * * The current default is 10 iterations. * + * In complex applications it's possible that the dependencies between `$watch`s will result in + * several digest iterations. However if an application needs more than the default 10 digest + * iterations for its model to stabilize then you should investigate what is causing the model to + * continuously change during the digest. + * + * Increasing the TTL could have performance implications, so you should not change it without + * proper justification. + * * @param {number} limit The number of digest iterations. */ /** - * @ngdoc object - * @name ng.$rootScope + * @ngdoc service + * @name $rootScope + * @this + * * @description * * Every application has a single root {@link ng.$rootScope.Scope scope}. - * All other scopes are child scopes of the root scope. Scopes provide mechanism for watching the model and provide - * event processing life-cycle. See {@link guide/scope developer guide on scopes}. + * All other scopes are descendant scopes of the root scope. Scopes provide separation + * between the model and the view, via a mechanism for watching the model for changes. + * They also provide event emission/broadcast and subscription facility. See the + * {@link guide/scope developer guide on scopes}. */ -function $RootScopeProvider(){ +function $RootScopeProvider() { var TTL = 10; + var $rootScopeMinErr = minErr('$rootScope'); + var lastDirtyWatch = null; + var applyAsyncId = null; this.digestTtl = function(value) { if (arguments.length) { @@ -68,63 +82,93 @@ function $RootScopeProvider(){ return TTL; }; - this.$get = ['$injector', '$exceptionHandler', '$parse', - function( $injector, $exceptionHandler, $parse) { + function createChildScopeClass(parent) { + function ChildScope() { + this.$$watchers = this.$$nextSibling = + this.$$childHead = this.$$childTail = null; + this.$$listeners = {}; + this.$$listenerCount = {}; + this.$$watchersCount = 0; + this.$id = nextUid(); + this.$$ChildScope = null; + this.$$suspended = false; + } + ChildScope.prototype = parent; + return ChildScope; + } + + this.$get = ['$exceptionHandler', '$parse', '$browser', + function($exceptionHandler, $parse, $browser) { + + function destroyChildScope($event) { + $event.currentScope.$$destroyed = true; + } + + function cleanUpScope($scope) { + + // Support: IE 9 only + if (msie === 9) { + // There is a memory leak in IE9 if all child scopes are not disconnected + // completely when a scope is destroyed. So this code will recurse up through + // all this scopes children + // + // See issue https://github.com/angular/angular.js/issues/10706 + if ($scope.$$childHead) { + cleanUpScope($scope.$$childHead); + } + if ($scope.$$nextSibling) { + cleanUpScope($scope.$$nextSibling); + } + } + + // The code below works around IE9 and V8's memory leaks + // + // See: + // - https://code.google.com/p/v8/issues/detail?id=2073#c26 + // - https://github.com/angular/angular.js/issues/6794#issuecomment-38648909 + // - https://github.com/angular/angular.js/issues/1313#issuecomment-10378451 + + $scope.$parent = $scope.$$nextSibling = $scope.$$prevSibling = $scope.$$childHead = + $scope.$$childTail = $scope.$root = $scope.$$watchers = null; + } /** - * @ngdoc function - * @name ng.$rootScope.Scope + * @ngdoc type + * @name $rootScope.Scope * * @description * A root scope can be retrieved using the {@link ng.$rootScope $rootScope} key from the - * {@link AUTO.$injector $injector}. Child scopes are created using the + * {@link auto.$injector $injector}. Child scopes are created using the * {@link ng.$rootScope.Scope#$new $new()} method. (Most scopes are created automatically when - * compiled HTML template is executed.) + * compiled HTML template is executed.) See also the {@link guide/scope Scopes guide} for + * an in-depth introduction and usage examples. * - * Here is a simple scope snippet to show how you can interact with the scope. - *
    -        angular.injector(['ng']).invoke(function($rootScope) {
    -           var scope = $rootScope.$new();
    -           scope.salutation = 'Hello';
    -           scope.name = 'World';
    -
    -           expect(scope.greeting).toEqual(undefined);
    -
    -           scope.$watch('name', function() {
    -             scope.greeting = scope.salutation + ' ' + scope.name + '!';
    -           }); // initialize the watch
    -
    -           expect(scope.greeting).toEqual(undefined);
    -           scope.name = 'Misko';
    -           // still old value, since watches have not been called yet
    -           expect(scope.greeting).toEqual(undefined);
    -
    -           scope.$digest(); // fire all  the watches
    -           expect(scope.greeting).toEqual('Hello Misko!');
    -        });
    -     * 
    * - * # Inheritance + * ## Inheritance * A scope can inherit from a parent scope, as in this example: - *
    +     * ```js
              var parent = $rootScope;
              var child = parent.$new();
     
              parent.salutation = "Hello";
    -         child.name = "World";
              expect(child.salutation).toEqual('Hello');
     
              child.salutation = "Welcome";
              expect(child.salutation).toEqual('Welcome');
              expect(parent.salutation).toEqual('Hello');
    -     * 
    + * ``` * + * When interacting with `Scope` in tests, additional helper methods are available on the + * instances of `Scope` type. See {@link ngMock.$rootScope.Scope ngMock Scope} for additional + * details. * - * @param {Object.=} providers Map of service factory which need to be provided - * for the current scope. Defaults to {@link ng}. + * + * @param {Object.=} providers Map of service factory which need to be + * provided for the current scope. Defaults to {@link ng}. * @param {Object.=} instanceCache Provides pre-instantiated services which should - * append/override services provided by `providers`. This is handy when unit-testing and having - * the need to override a default service. + * append/override services provided by `providers`. This is handy + * when unit-testing and having the need to override a default + * service. * @returns {Object} Newly created scope. * */ @@ -133,109 +177,139 @@ function $RootScopeProvider(){ this.$$phase = this.$parent = this.$$watchers = this.$$nextSibling = this.$$prevSibling = this.$$childHead = this.$$childTail = null; - this['this'] = this.$root = this; + this.$root = this; this.$$destroyed = false; - this.$$asyncQueue = []; + this.$$suspended = false; this.$$listeners = {}; - this.$$isolateBindings = {}; + this.$$listenerCount = {}; + this.$$watchersCount = 0; + this.$$isolateBindings = null; } /** * @ngdoc property - * @name ng.$rootScope.Scope#$id - * @propertyOf ng.$rootScope.Scope - * @returns {number} Unique scope ID (monotonically increasing alphanumeric sequence) useful for - * debugging. + * @name $rootScope.Scope#$id + * + * @description + * Unique scope ID (monotonically increasing) useful for debugging. */ + /** + * @ngdoc property + * @name $rootScope.Scope#$parent + * + * @description + * Reference to the parent scope. + */ + + /** + * @ngdoc property + * @name $rootScope.Scope#$root + * + * @description + * Reference to the root scope. + */ Scope.prototype = { + constructor: Scope, /** - * @ngdoc function - * @name ng.$rootScope.Scope#$new - * @methodOf ng.$rootScope.Scope - * @function + * @ngdoc method + * @name $rootScope.Scope#$new + * @kind function * * @description * Creates a new child {@link ng.$rootScope.Scope scope}. * - * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} and - * {@link ng.$rootScope.Scope#$digest $digest()} events. The scope can be removed from the scope - * hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}. + * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} event. + * The scope can be removed from the scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}. * - * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is desired for - * the scope and its child scopes to be permanently detached from the parent and thus stop - * participating in model change detection and listener notification by invoking. + * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is + * desired for the scope and its child scopes to be permanently detached from the parent and + * thus stop participating in model change detection and listener notification by invoking. * - * @param {boolean} isolate if true then the scope does not prototypically inherit from the + * @param {boolean} isolate If true, then the scope does not prototypically inherit from the * parent scope. The scope is isolated, as it can not see parent scope properties. - * When creating widgets it is useful for the widget to not accidentally read parent + * When creating widgets, it is useful for the widget to not accidentally read parent * state. * + * @param {Scope} [parent=this] The {@link ng.$rootScope.Scope `Scope`} that will be the `$parent` + * of the newly created scope. Defaults to `this` scope if not provided. + * This is used when creating a transclude scope to correctly place it + * in the scope hierarchy while maintaining the correct prototypical + * inheritance. + * * @returns {Object} The newly created child scope. * */ - $new: function(isolate) { - var Child, - child; + $new: function(isolate, parent) { + var child; + + parent = parent || this; - if (isFunction(isolate)) { - // TODO: remove at some point - throw Error('API-CHANGE: Use $controller to instantiate controllers.'); - } if (isolate) { child = new Scope(); child.$root = this.$root; } else { - Child = function() {}; // should be anonymous; This is so that when the minifier munges - // the name it does not become random set of chars. These will then show up as class - // name in the debugger. - Child.prototype = this; - child = new Child(); - child.$id = nextUid(); + // Only create a child scope class if somebody asks for one, + // but cache it to allow the VM to optimize lookups. + if (!this.$$ChildScope) { + this.$$ChildScope = createChildScopeClass(this); + } + child = new this.$$ChildScope(); } - child['this'] = child; - child.$$listeners = {}; - child.$parent = this; - child.$$watchers = child.$$nextSibling = child.$$childHead = child.$$childTail = null; - child.$$prevSibling = this.$$childTail; - if (this.$$childHead) { - this.$$childTail.$$nextSibling = child; - this.$$childTail = child; + child.$parent = parent; + child.$$prevSibling = parent.$$childTail; + if (parent.$$childHead) { + parent.$$childTail.$$nextSibling = child; + parent.$$childTail = child; } else { - this.$$childHead = this.$$childTail = child; + parent.$$childHead = parent.$$childTail = child; } + + // When the new scope is not isolated or we inherit from `this`, and + // the parent scope is destroyed, the property `$$destroyed` is inherited + // prototypically. In all other cases, this property needs to be set + // when the parent scope is destroyed. + // The listener needs to be added after the parent is set + if (isolate || parent !== this) child.$on('$destroy', destroyChildScope); + return child; }, /** - * @ngdoc function - * @name ng.$rootScope.Scope#$watch - * @methodOf ng.$rootScope.Scope - * @function + * @ngdoc method + * @name $rootScope.Scope#$watch + * @kind function * * @description * Registers a `listener` callback to be executed whenever the `watchExpression` changes. * - * - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest $digest()} and - * should return the value which will be watched. (Since {@link ng.$rootScope.Scope#$digest $digest()} - * reruns when it detects changes the `watchExpression` can execute multiple times per - * {@link ng.$rootScope.Scope#$digest $digest()} and should be idempotent.) + * - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest + * $digest()} and should return the value that will be watched. (`watchExpression` should not change + * its value when executed multiple times with the same input because it may be executed multiple + * times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be + * [idempotent](http://en.wikipedia.org/wiki/Idempotence).) * - The `listener` is called only when the value from the current `watchExpression` and the * previous call to `watchExpression` are not equal (with the exception of the initial run, - * see below). The inequality is determined according to - * {@link angular.equals} function. To save the value of the object for later comparison, the - * {@link angular.copy} function is used. It also means that watching complex options will - * have adverse memory and performance implications. - * - The watch `listener` may change the model, which may trigger other `listener`s to fire. This - * is achieved by rerunning the watchers until no changes are detected. The rerun iteration - * limit is 10 to prevent an infinite loop deadlock. + * see below). Inequality is determined according to reference inequality, + * [strict comparison](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators) + * via the `!==` Javascript operator, unless `objectEquality == true` + * (see next point) + * - When `objectEquality == true`, inequality of the `watchExpression` is determined + * according to the {@link angular.equals} function. To save the value of the object for + * later comparison, the {@link angular.copy} function is used. This therefore means that + * watching complex objects will have adverse memory and performance implications. + * - This should not be used to watch for changes in objects that are (or contain) + * [File](https://developer.mozilla.org/docs/Web/API/File) objects due to limitations with {@link angular.copy `angular.copy`}. + * - The watch `listener` may change the model, which may trigger other `listener`s to fire. + * This is achieved by rerunning the watchers until no changes are detected. The rerun + * iteration limit is 10 to prevent an infinite loop deadlock. * * * If you want to be notified whenever {@link ng.$rootScope.Scope#$digest $digest} is called, - * you can register a `watchExpression` function with no `listener`. (Since `watchExpression` - * can execute multiple times per {@link ng.$rootScope.Scope#$digest $digest} cycle when a change is - * detected, be prepared for multiple calls to your listener.) + * you can register a `watchExpression` function with no `listener`. (Be prepared for + * multiple calls to your `watchExpression` because it will execute multiple times in a + * single {@link ng.$rootScope.Scope#$digest $digest} cycle if a change is detected.) * * After a watcher is registered with the scope, the `listener` fn is called asynchronously * (via {@link ng.$rootScope.Scope#$evalAsync $evalAsync}) to initialize the @@ -245,109 +319,431 @@ function $RootScopeProvider(){ * listener was called due to initialization. * * - * # Example - *
    +       *
    +       * @example
    +       * ```js
                // let's assume that scope was dependency injected as the $rootScope
                var scope = $rootScope;
                scope.name = 'misko';
                scope.counter = 0;
     
                expect(scope.counter).toEqual(0);
    -           scope.$watch('name', function(newValue, oldValue) { scope.counter = scope.counter + 1; });
    +           scope.$watch('name', function(newValue, oldValue) {
    +             scope.counter = scope.counter + 1;
    +           });
                expect(scope.counter).toEqual(0);
     
                scope.$digest();
    -           // no variable change
    -           expect(scope.counter).toEqual(0);
    +           // the listener is always called during the first $digest loop after it was registered
    +           expect(scope.counter).toEqual(1);
     
    -           scope.name = 'adam';
                scope.$digest();
    +           // but now it will not be called unless the value changes
                expect(scope.counter).toEqual(1);
    -       * 
    + + scope.name = 'adam'; + scope.$digest(); + expect(scope.counter).toEqual(2); + + + + // Using a function as a watchExpression + var food; + scope.foodCounter = 0; + expect(scope.foodCounter).toEqual(0); + scope.$watch( + // This function returns the value being watched. It is called for each turn of the $digest loop + function() { return food; }, + // This is the change listener, called when the value returned from the above function changes + function(newValue, oldValue) { + if ( newValue !== oldValue ) { + // Only increment the counter if the value changed + scope.foodCounter = scope.foodCounter + 1; + } + } + ); + // No digest has been run so the counter will be zero + expect(scope.foodCounter).toEqual(0); + + // Run the digest but since food has not changed count will still be zero + scope.$digest(); + expect(scope.foodCounter).toEqual(0); + + // Update food and run digest. Now the counter will increment + food = 'cheeseburger'; + scope.$digest(); + expect(scope.foodCounter).toEqual(1); + + * ``` * * * * @param {(function()|string)} watchExpression Expression that is evaluated on each - * {@link ng.$rootScope.Scope#$digest $digest} cycle. A change in the return value triggers a - * call to the `listener`. + * {@link ng.$rootScope.Scope#$digest $digest} cycle. A change in the return value triggers + * a call to the `listener`. * * - `string`: Evaluated as {@link guide/expression expression} * - `function(scope)`: called with current `scope` as a parameter. - * @param {(function()|string)=} listener Callback called whenever the return value of - * the `watchExpression` changes. - * - * - `string`: Evaluated as {@link guide/expression expression} - * - `function(newValue, oldValue, scope)`: called with current and previous values as parameters. + * @param {function(newVal, oldVal, scope)} listener Callback called whenever the value + * of `watchExpression` changes. * - * @param {boolean=} objectEquality Compare object for equality rather than for reference. + * - `newVal` contains the current value of the `watchExpression` + * - `oldVal` contains the previous value of the `watchExpression` + * - `scope` refers to the current scope + * @param {boolean=} [objectEquality=false] Compare for object equality using {@link angular.equals} instead of + * comparing for reference equality. * @returns {function()} Returns a deregistration function for this listener. */ - $watch: function(watchExp, listener, objectEquality) { + $watch: function(watchExp, listener, objectEquality, prettyPrintExpression) { + var get = $parse(watchExp); + var fn = isFunction(listener) ? listener : noop; + + if (get.$$watchDelegate) { + return get.$$watchDelegate(this, fn, objectEquality, get, watchExp); + } var scope = this, - get = compileToFn(watchExp, 'watch'), array = scope.$$watchers, watcher = { - fn: listener, + fn: fn, last: initWatchVal, get: get, - exp: watchExp, + exp: prettyPrintExpression || watchExp, eq: !!objectEquality }; - // in the case user pass string, we need to compile it, do we really need this ? - if (!isFunction(listener)) { - var listenFn = compileToFn(listener || noop, 'listener'); - watcher.fn = function(newVal, oldVal, scope) {listenFn(scope);}; - } - - if (typeof watchExp == 'string' && get.constant) { - var originalFn = watcher.fn; - watcher.fn = function(newVal, oldVal, scope) { - originalFn.call(this, newVal, oldVal, scope); - arrayRemove(array, watcher); - }; - } + lastDirtyWatch = null; if (!array) { array = scope.$$watchers = []; + array.$$digestWatchIndex = -1; } // we use unshift since we use a while loop in $digest for speed. // the while loop reads in reverse order. array.unshift(watcher); + array.$$digestWatchIndex++; + incrementWatchersCount(this, 1); + + return function deregisterWatch() { + var index = arrayRemove(array, watcher); + if (index >= 0) { + incrementWatchersCount(scope, -1); + if (index < array.$$digestWatchIndex) { + array.$$digestWatchIndex--; + } + } + lastDirtyWatch = null; + }; + }, - return function() { - arrayRemove(array, watcher); + /** + * @ngdoc method + * @name $rootScope.Scope#$watchGroup + * @kind function + * + * @description + * A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`. + * If any one expression in the collection changes the `listener` is executed. + * + * - The items in the `watchExpressions` array are observed via the standard `$watch` operation. Their return + * values are examined for changes on every call to `$digest`. + * - The `listener` is called whenever any expression in the `watchExpressions` array changes. + * + * @param {Array.} watchExpressions Array of expressions that will be individually + * watched using {@link ng.$rootScope.Scope#$watch $watch()} + * + * @param {function(newValues, oldValues, scope)} listener Callback called whenever the return value of any + * expression in `watchExpressions` changes + * The `newValues` array contains the current values of the `watchExpressions`, with the indexes matching + * those of `watchExpression` + * and the `oldValues` array contains the previous values of the `watchExpressions`, with the indexes matching + * those of `watchExpression` + * The `scope` refers to the current scope. + * @returns {function()} Returns a de-registration function for all listeners. + */ + $watchGroup: function(watchExpressions, listener) { + var oldValues = new Array(watchExpressions.length); + var newValues = new Array(watchExpressions.length); + var deregisterFns = []; + var self = this; + var changeReactionScheduled = false; + var firstRun = true; + + if (!watchExpressions.length) { + // No expressions means we call the listener ASAP + var shouldCall = true; + self.$evalAsync(function() { + if (shouldCall) listener(newValues, newValues, self); + }); + return function deregisterWatchGroup() { + shouldCall = false; + }; + } + + if (watchExpressions.length === 1) { + // Special case size of one + return this.$watch(watchExpressions[0], function watchGroupAction(value, oldValue, scope) { + newValues[0] = value; + oldValues[0] = oldValue; + listener(newValues, (value === oldValue) ? newValues : oldValues, scope); + }); + } + + forEach(watchExpressions, function(expr, i) { + var unwatchFn = self.$watch(expr, function watchGroupSubAction(value) { + newValues[i] = value; + if (!changeReactionScheduled) { + changeReactionScheduled = true; + self.$evalAsync(watchGroupAction); + } + }); + deregisterFns.push(unwatchFn); + }); + + function watchGroupAction() { + changeReactionScheduled = false; + + try { + if (firstRun) { + firstRun = false; + listener(newValues, newValues, self); + } else { + listener(newValues, oldValues, self); + } + } finally { + for (var i = 0; i < watchExpressions.length; i++) { + oldValues[i] = newValues[i]; + } + } + } + + return function deregisterWatchGroup() { + while (deregisterFns.length) { + deregisterFns.shift()(); + } }; }, + + /** + * @ngdoc method + * @name $rootScope.Scope#$watchCollection + * @kind function + * + * @description + * Shallow watches the properties of an object and fires whenever any of the properties change + * (for arrays, this implies watching the array items; for object maps, this implies watching + * the properties). If a change is detected, the `listener` callback is fired. + * + * - The `obj` collection is observed via standard $watch operation and is examined on every + * call to $digest() to see if any items have been added, removed, or moved. + * - The `listener` is called whenever anything within the `obj` has changed. Examples include + * adding, removing, and moving items belonging to an object or array. + * + * + * @example + * ```js + $scope.names = ['igor', 'matias', 'misko', 'james']; + $scope.dataCount = 4; + + $scope.$watchCollection('names', function(newNames, oldNames) { + $scope.dataCount = newNames.length; + }); + + expect($scope.dataCount).toEqual(4); + $scope.$digest(); + + //still at 4 ... no changes + expect($scope.dataCount).toEqual(4); + + $scope.names.pop(); + $scope.$digest(); + + //now there's been a change + expect($scope.dataCount).toEqual(3); + * ``` + * + * + * @param {string|function(scope)} obj Evaluated as {@link guide/expression expression}. The + * expression value should evaluate to an object or an array which is observed on each + * {@link ng.$rootScope.Scope#$digest $digest} cycle. Any shallow change within the + * collection will trigger a call to the `listener`. + * + * @param {function(newCollection, oldCollection, scope)} listener a callback function called + * when a change is detected. + * - The `newCollection` object is the newly modified data obtained from the `obj` expression + * - The `oldCollection` object is a copy of the former collection data. + * Due to performance considerations, the`oldCollection` value is computed only if the + * `listener` function declares two or more arguments. + * - The `scope` argument refers to the current scope. + * + * @returns {function()} Returns a de-registration function for this listener. When the + * de-registration function is executed, the internal watch operation is terminated. + */ + $watchCollection: function(obj, listener) { + // Mark the interceptor as + // ... $$pure when literal since the instance will change when any input changes + $watchCollectionInterceptor.$$pure = $parse(obj).literal; + // ... $stateful when non-literal since we must read the state of the collection + $watchCollectionInterceptor.$stateful = !$watchCollectionInterceptor.$$pure; + + var self = this; + // the current value, updated on each dirty-check run + var newValue; + // a shallow copy of the newValue from the last dirty-check run, + // updated to match newValue during dirty-check run + var oldValue; + // a shallow copy of the newValue from when the last change happened + var veryOldValue; + // only track veryOldValue if the listener is asking for it + var trackVeryOldValue = (listener.length > 1); + var changeDetected = 0; + var changeDetector = $parse(obj, $watchCollectionInterceptor); + var internalArray = []; + var internalObject = {}; + var initRun = true; + var oldLength = 0; + + function $watchCollectionInterceptor(_value) { + newValue = _value; + var newLength, key, bothNaN, newItem, oldItem; + + // If the new value is undefined, then return undefined as the watch may be a one-time watch + if (isUndefined(newValue)) return; + + if (!isObject(newValue)) { // if primitive + if (oldValue !== newValue) { + oldValue = newValue; + changeDetected++; + } + } else if (isArrayLike(newValue)) { + if (oldValue !== internalArray) { + // we are transitioning from something which was not an array into array. + oldValue = internalArray; + oldLength = oldValue.length = 0; + changeDetected++; + } + + newLength = newValue.length; + + if (oldLength !== newLength) { + // if lengths do not match we need to trigger change notification + changeDetected++; + oldValue.length = oldLength = newLength; + } + // copy the items to oldValue and look for changes. + for (var i = 0; i < newLength; i++) { + oldItem = oldValue[i]; + newItem = newValue[i]; + + // eslint-disable-next-line no-self-compare + bothNaN = (oldItem !== oldItem) && (newItem !== newItem); + if (!bothNaN && (oldItem !== newItem)) { + changeDetected++; + oldValue[i] = newItem; + } + } + } else { + if (oldValue !== internalObject) { + // we are transitioning from something which was not an object into object. + oldValue = internalObject = {}; + oldLength = 0; + changeDetected++; + } + // copy the items to oldValue and look for changes. + newLength = 0; + for (key in newValue) { + if (hasOwnProperty.call(newValue, key)) { + newLength++; + newItem = newValue[key]; + oldItem = oldValue[key]; + + if (key in oldValue) { + // eslint-disable-next-line no-self-compare + bothNaN = (oldItem !== oldItem) && (newItem !== newItem); + if (!bothNaN && (oldItem !== newItem)) { + changeDetected++; + oldValue[key] = newItem; + } + } else { + oldLength++; + oldValue[key] = newItem; + changeDetected++; + } + } + } + if (oldLength > newLength) { + // we used to have more keys, need to find them and destroy them. + changeDetected++; + for (key in oldValue) { + if (!hasOwnProperty.call(newValue, key)) { + oldLength--; + delete oldValue[key]; + } + } + } + } + return changeDetected; + } + + function $watchCollectionAction() { + if (initRun) { + initRun = false; + listener(newValue, newValue, self); + } else { + listener(newValue, veryOldValue, self); + } + + // make a copy for the next time a collection is changed + if (trackVeryOldValue) { + if (!isObject(newValue)) { + //primitive + veryOldValue = newValue; + } else if (isArrayLike(newValue)) { + veryOldValue = new Array(newValue.length); + for (var i = 0; i < newValue.length; i++) { + veryOldValue[i] = newValue[i]; + } + } else { // if object + veryOldValue = {}; + for (var key in newValue) { + if (hasOwnProperty.call(newValue, key)) { + veryOldValue[key] = newValue[key]; + } + } + } + } + } + + return this.$watch(changeDetector, $watchCollectionAction); + }, + /** - * @ngdoc function - * @name ng.$rootScope.Scope#$digest - * @methodOf ng.$rootScope.Scope - * @function + * @ngdoc method + * @name $rootScope.Scope#$digest + * @kind function * * @description - * Process all of the {@link ng.$rootScope.Scope#$watch watchers} of the current scope and its children. - * Because a {@link ng.$rootScope.Scope#$watch watcher}'s listener can change the model, the - * `$digest()` keeps calling the {@link ng.$rootScope.Scope#$watch watchers} until no more listeners are - * firing. This means that it is possible to get into an infinite loop. This function will throw - * `'Maximum iteration limit exceeded.'` if the number of iterations exceeds 10. + * Processes all of the {@link ng.$rootScope.Scope#$watch watchers} of the current scope and + * its children. Because a {@link ng.$rootScope.Scope#$watch watcher}'s listener can change + * the model, the `$digest()` keeps calling the {@link ng.$rootScope.Scope#$watch watchers} + * until no more listeners are firing. This means that it is possible to get into an infinite + * loop. This function will throw `'Maximum iteration limit exceeded.'` if the number of + * iterations exceeds 10. * - * Usually you don't call `$digest()` directly in + * Usually, you don't call `$digest()` directly in * {@link ng.directive:ngController controllers} or in * {@link ng.$compileProvider#directive directives}. - * Instead a call to {@link ng.$rootScope.Scope#$apply $apply()} (typically from within a - * {@link ng.$compileProvider#directive directives}) will force a `$digest()`. + * Instead, you should call {@link ng.$rootScope.Scope#$apply $apply()} (typically from within + * a {@link ng.$compileProvider#directive directive}), which will force a `$digest()`. * * If you want to be notified whenever `$digest()` is called, - * you can register a `watchExpression` function with {@link ng.$rootScope.Scope#$watch $watch()} - * with no `listener`. + * you can register a `watchExpression` function with + * {@link ng.$rootScope.Scope#$watch $watch()} with no `listener`. * - * You may have a need to call `$digest()` from within unit-tests, to simulate the scope - * life-cycle. + * In unit tests, you may need to call `$digest()` to simulate the scope life cycle. * - * # Example - *
    +       * @example
    +       * ```js
                var scope = ...;
                scope.name = 'misko';
                scope.counter = 0;
    @@ -359,64 +755,94 @@ function $RootScopeProvider(){
                expect(scope.counter).toEqual(0);
     
                scope.$digest();
    -           // no variable change
    -           expect(scope.counter).toEqual(0);
    +           // the listener is always called during the first $digest loop after it was registered
    +           expect(scope.counter).toEqual(1);
     
    -           scope.name = 'adam';
                scope.$digest();
    +           // but now it will not be called unless the value changes
                expect(scope.counter).toEqual(1);
    -       * 
    + + scope.name = 'adam'; + scope.$digest(); + expect(scope.counter).toEqual(2); + * ``` * */ $digest: function() { - var watch, value, last, + var watch, value, last, fn, get, watchers, - asyncQueue = this.$$asyncQueue, - length, dirty, ttl = TTL, - next, current, target = this, + next, current, target = asyncQueue.length ? $rootScope : this, watchLog = [], - logIdx, logMsg; + logIdx, asyncTask; beginPhase('$digest'); + // Check for changes to browser url that happened in sync before the call to $digest + $browser.$$checkUrlChange(); + + if (this === $rootScope && applyAsyncId !== null) { + // If this is the root scope, and $applyAsync has scheduled a deferred $apply(), then + // cancel the scheduled $apply and flush the queue of expressions to be evaluated. + $browser.defer.cancel(applyAsyncId); + flushApplyAsync(); + } + + lastDirtyWatch = null; do { // "while dirty" loop dirty = false; current = target; - while(asyncQueue.length) { + // It's safe for asyncQueuePosition to be a local variable here because this loop can't + // be reentered recursively. Calling $digest from a function passed to $evalAsync would + // lead to a '$digest already in progress' error. + for (var asyncQueuePosition = 0; asyncQueuePosition < asyncQueue.length; asyncQueuePosition++) { try { - current.$eval(asyncQueue.shift()); + asyncTask = asyncQueue[asyncQueuePosition]; + fn = asyncTask.fn; + fn(asyncTask.scope, asyncTask.locals); } catch (e) { $exceptionHandler(e); } + lastDirtyWatch = null; } + asyncQueue.length = 0; + traverseScopesLoop: do { // "traverse the scopes" loop - if ((watchers = current.$$watchers)) { + if ((watchers = !current.$$suspended && current.$$watchers)) { // process our watches - length = watchers.length; - while (length--) { + watchers.$$digestWatchIndex = watchers.length; + while (watchers.$$digestWatchIndex--) { try { - watch = watchers[length]; + watch = watchers[watchers.$$digestWatchIndex]; // Most common watches are on primitives, in which case we can short // circuit it with === operator, only when === fails do we use .equals - if ((value = watch.get(current)) !== (last = watch.last) && - !(watch.eq - ? equals(value, last) - : (typeof value == 'number' && typeof last == 'number' - && isNaN(value) && isNaN(last)))) { - dirty = true; - watch.last = watch.eq ? copy(value) : value; - watch.fn(value, ((last === initWatchVal) ? value : last), current); - if (ttl < 5) { - logIdx = 4 - ttl; - if (!watchLog[logIdx]) watchLog[logIdx] = []; - logMsg = (isFunction(watch.exp)) - ? 'fn: ' + (watch.exp.name || watch.exp.toString()) - : watch.exp; - logMsg += '; newVal: ' + toJson(value) + '; oldVal: ' + toJson(last); - watchLog[logIdx].push(logMsg); + if (watch) { + get = watch.get; + if ((value = get(current)) !== (last = watch.last) && + !(watch.eq + ? equals(value, last) + : (isNumberNaN(value) && isNumberNaN(last)))) { + dirty = true; + lastDirtyWatch = watch; + watch.last = watch.eq ? copy(value, null) : value; + fn = watch.fn; + fn(value, ((last === initWatchVal) ? value : last), current); + if (ttl < 5) { + logIdx = 4 - ttl; + if (!watchLog[logIdx]) watchLog[logIdx] = []; + watchLog[logIdx].push({ + msg: isFunction(watch.exp) ? 'fn: ' + (watch.exp.name || watch.exp.toString()) : watch.exp, + newVal: value, + oldVal: last + }); + } + } else if (watch === lastDirtyWatch) { + // If the most recently dirty watcher is now clean, short circuit since the remaining watchers + // have already been tested. + dirty = false; + break traverseScopesLoop; } } } catch (e) { @@ -428,39 +854,151 @@ function $RootScopeProvider(){ // Insanity Warning: scope depth-first traversal // yes, this code is a bit crazy, but it works and we have tests to prove it! // this piece should be kept in sync with the traversal in $broadcast - if (!(next = (current.$$childHead || (current !== target && current.$$nextSibling)))) { - while(current !== target && !(next = current.$$nextSibling)) { + // (though it differs due to having the extra check for $$suspended and does not + // check $$listenerCount) + if (!(next = ((!current.$$suspended && current.$$watchersCount && current.$$childHead) || + (current !== target && current.$$nextSibling)))) { + while (current !== target && !(next = current.$$nextSibling)) { current = current.$parent; } } } while ((current = next)); - if(dirty && !(ttl--)) { + // `break traverseScopesLoop;` takes us to here + + if ((dirty || asyncQueue.length) && !(ttl--)) { clearPhase(); - throw Error(TTL + ' $digest() iterations reached. Aborting!\n' + - 'Watchers fired in the last 5 iterations: ' + toJson(watchLog)); + throw $rootScopeMinErr('infdig', + '{0} $digest() iterations reached. Aborting!\n' + + 'Watchers fired in the last 5 iterations: {1}', + TTL, watchLog); } + } while (dirty || asyncQueue.length); clearPhase(); + + // postDigestQueuePosition isn't local here because this loop can be reentered recursively. + while (postDigestQueuePosition < postDigestQueue.length) { + try { + postDigestQueue[postDigestQueuePosition++](); + } catch (e) { + $exceptionHandler(e); + } + } + postDigestQueue.length = postDigestQueuePosition = 0; + + // Check for changes to browser url that happened during the $digest + // (for which no event is fired; e.g. via `history.pushState()`) + $browser.$$checkUrlChange(); }, + /** + * @ngdoc method + * @name $rootScope.Scope#$suspend + * @kind function + * + * @description + * Suspend watchers of this scope subtree so that they will not be invoked during digest. + * + * This can be used to optimize your application when you know that running those watchers + * is redundant. + * + * **Warning** + * + * Suspending scopes from the digest cycle can have unwanted and difficult to debug results. + * Only use this approach if you are confident that you know what you are doing and have + * ample tests to ensure that bindings get updated as you expect. + * + * Some of the things to consider are: + * + * * Any external event on a directive/component will not trigger a digest while the hosting + * scope is suspended - even if the event handler calls `$apply()` or `$rootScope.$digest()`. + * * Transcluded content exists on a scope that inherits from outside a directive but exists + * as a child of the directive's containing scope. If the containing scope is suspended the + * transcluded scope will also be suspended, even if the scope from which the transcluded + * scope inherits is not suspended. + * * Multiple directives trying to manage the suspended status of a scope can confuse each other: + * * A call to `$suspend()` on an already suspended scope is a no-op. + * * A call to `$resume()` on a non-suspended scope is a no-op. + * * If two directives suspend a scope, then one of them resumes the scope, the scope will no + * longer be suspended. This could result in the other directive believing a scope to be + * suspended when it is not. + * * If a parent scope is suspended then all its descendants will be also excluded from future + * digests whether or not they have been suspended themselves. Note that this also applies to + * isolate child scopes. + * * Calling `$digest()` directly on a descendant of a suspended scope will still run the watchers + * for that scope and its descendants. When digesting we only check whether the current scope is + * locally suspended, rather than checking whether it has a suspended ancestor. + * * Calling `$resume()` on a scope that has a suspended ancestor will not cause the scope to be + * included in future digests until all its ancestors have been resumed. + * * Resolved promises, e.g. from explicit `$q` deferreds and `$http` calls, trigger `$apply()` + * against the `$rootScope` and so will still trigger a global digest even if the promise was + * initiated by a component that lives on a suspended scope. + */ + $suspend: function() { + this.$$suspended = true; + }, + + /** + * @ngdoc method + * @name $rootScope.Scope#$isSuspended + * @kind function + * + * @description + * Call this method to determine if this scope has been explicitly suspended. It will not + * tell you whether an ancestor has been suspended. + * To determine if this scope will be excluded from a digest triggered at the $rootScope, + * for example, you must check all its ancestors: + * + * ``` + * function isExcludedFromDigest(scope) { + * while(scope) { + * if (scope.$isSuspended()) return true; + * scope = scope.$parent; + * } + * return false; + * ``` + * + * Be aware that a scope may not be included in digests if it has a suspended ancestor, + * even if `$isSuspended()` returns false. + * + * @returns true if the current scope has been suspended. + */ + $isSuspended: function() { + return this.$$suspended; + }, + + /** + * @ngdoc method + * @name $rootScope.Scope#$resume + * @kind function + * + * @description + * Resume watchers of this scope subtree in case it was suspended. + * + * See {@link $rootScope.Scope#$suspend} for information about the dangers of using this approach. + */ + $resume: function() { + this.$$suspended = false; + }, /** * @ngdoc event - * @name ng.$rootScope.Scope#$destroy - * @eventOf ng.$rootScope.Scope + * @name $rootScope.Scope#$destroy * @eventType broadcast on scope being destroyed * * @description * Broadcasted when a scope and its children are being destroyed. + * + * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to + * clean up DOM bindings before an element is removed from the DOM. */ /** - * @ngdoc function - * @name ng.$rootScope.Scope#$destroy - * @methodOf ng.$rootScope.Scope - * @function + * @ngdoc method + * @name $rootScope.Scope#$destroy + * @kind function * * @description * Removes the current scope (and all of its children) from the parent scope. Removal implies @@ -472,54 +1010,74 @@ function $RootScopeProvider(){ * {@link ng.directive:ngRepeat ngRepeat} for managing the * unrolling of the loop. * - * Just before a scope is destroyed a `$destroy` event is broadcasted on this scope. - * Application code can register a `$destroy` event handler that will give it chance to + * Just before a scope is destroyed, a `$destroy` event is broadcasted on this scope. + * Application code can register a `$destroy` event handler that will give it a chance to * perform any necessary cleanup. + * + * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to + * clean up DOM bindings before an element is removed from the DOM. */ $destroy: function() { - // we can't destroy the root scope or a scope that has been already destroyed - if ($rootScope == this || this.$$destroyed) return; + // We can't destroy a scope that has been already destroyed. + if (this.$$destroyed) return; var parent = this.$parent; this.$broadcast('$destroy'); this.$$destroyed = true; - if (parent.$$childHead == this) parent.$$childHead = this.$$nextSibling; - if (parent.$$childTail == this) parent.$$childTail = this.$$prevSibling; + if (this === $rootScope) { + //Remove handlers attached to window when $rootScope is removed + $browser.$$applicationDestroyed(); + } + + incrementWatchersCount(this, -this.$$watchersCount); + for (var eventName in this.$$listenerCount) { + decrementListenerCount(this, this.$$listenerCount[eventName], eventName); + } + + // sever all the references to parent scopes (after this cleanup, the current scope should + // not be retained by any of our references and should be eligible for garbage collection) + if (parent && parent.$$childHead === this) parent.$$childHead = this.$$nextSibling; + if (parent && parent.$$childTail === this) parent.$$childTail = this.$$prevSibling; if (this.$$prevSibling) this.$$prevSibling.$$nextSibling = this.$$nextSibling; if (this.$$nextSibling) this.$$nextSibling.$$prevSibling = this.$$prevSibling; - // This is bogus code that works around Chrome's GC leak - // see: https://github.com/angular/angular.js/issues/1313#issuecomment-10378451 - this.$parent = this.$$nextSibling = this.$$prevSibling = this.$$childHead = - this.$$childTail = null; + // Disable listeners, watchers and apply/digest methods + this.$destroy = this.$digest = this.$apply = this.$evalAsync = this.$applyAsync = noop; + this.$on = this.$watch = this.$watchGroup = function() { return noop; }; + this.$$listeners = {}; + + // Disconnect the next sibling to prevent `cleanUpScope` destroying those too + this.$$nextSibling = null; + cleanUpScope(this); }, /** - * @ngdoc function - * @name ng.$rootScope.Scope#$eval - * @methodOf ng.$rootScope.Scope - * @function + * @ngdoc method + * @name $rootScope.Scope#$eval + * @kind function * * @description - * Executes the `expression` on the current scope returning the result. Any exceptions in the - * expression are propagated (uncaught). This is useful when evaluating Angular expressions. + * Executes the `expression` on the current scope and returns the result. Any exceptions in + * the expression are propagated (uncaught). This is useful when evaluating AngularJS + * expressions. * - * # Example - *
    +       * @example
    +       * ```js
                var scope = ng.$rootScope.Scope();
                scope.a = 1;
                scope.b = 2;
     
                expect(scope.$eval('a+b')).toEqual(3);
                expect(scope.$eval(function(scope){ return scope.a + scope.b; })).toEqual(3);
    -       * 
    + * ``` * - * @param {(string|function())=} expression An angular expression to be executed. + * @param {(string|function())=} expression An AngularJS expression to be executed. * * - `string`: execute using the rules as defined in {@link guide/expression expression}. * - `function(scope)`: execute the function with the current `scope` parameter. * + * @param {(object)=} locals Local variables object, useful for overriding values in scope. * @returns {*} The result of evaluating the expression. */ $eval: function(expr, locals) { @@ -527,50 +1085,68 @@ function $RootScopeProvider(){ }, /** - * @ngdoc function - * @name ng.$rootScope.Scope#$evalAsync - * @methodOf ng.$rootScope.Scope - * @function + * @ngdoc method + * @name $rootScope.Scope#$evalAsync + * @kind function * * @description * Executes the expression on the current scope at a later point in time. * - * The `$evalAsync` makes no guarantees as to when the `expression` will be executed, only that: + * The `$evalAsync` makes no guarantees as to when the `expression` will be executed, only + * that: * - * - it will execute in the current script execution context (before any DOM rendering). + * - it will execute after the function that scheduled the evaluation (preferably before DOM + * rendering). * - at least one {@link ng.$rootScope.Scope#$digest $digest cycle} will be performed after * `expression` execution. * * Any exceptions from the execution of the expression are forwarded to the * {@link ng.$exceptionHandler $exceptionHandler} service. * - * @param {(string|function())=} expression An angular expression to be executed. + * __Note:__ if this function is called outside of a `$digest` cycle, a new `$digest` cycle + * will be scheduled. However, it is encouraged to always call code that changes the model + * from within an `$apply` call. That includes code evaluated via `$evalAsync`. * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * @param {(string|function())=} expression An AngularJS expression to be executed. + * + * - `string`: execute using the rules as defined in {@link guide/expression expression}. * - `function(scope)`: execute the function with the current `scope` parameter. * + * @param {(object)=} locals Local variables object, useful for overriding values in scope. */ - $evalAsync: function(expr) { - this.$$asyncQueue.push(expr); + $evalAsync: function(expr, locals) { + // if we are outside of an $digest loop and this is the first time we are scheduling async + // task also schedule async auto-flush + if (!$rootScope.$$phase && !asyncQueue.length) { + $browser.defer(function() { + if (asyncQueue.length) { + $rootScope.$digest(); + } + }, null, '$evalAsync'); + } + + asyncQueue.push({scope: this, fn: $parse(expr), locals: locals}); + }, + + $$postDigest: function(fn) { + postDigestQueue.push(fn); }, /** - * @ngdoc function - * @name ng.$rootScope.Scope#$apply - * @methodOf ng.$rootScope.Scope - * @function + * @ngdoc method + * @name $rootScope.Scope#$apply + * @kind function * * @description - * `$apply()` is used to execute an expression in angular from outside of the angular framework. - * (For example from browser DOM events, setTimeout, XHR or third party libraries). - * Because we are calling into the angular framework we need to perform proper scope life-cycle - * of {@link ng.$exceptionHandler exception handling}, + * `$apply()` is used to execute an expression in AngularJS from outside of the AngularJS + * framework. (For example from browser DOM events, setTimeout, XHR or third party libraries). + * Because we are calling into the AngularJS framework we need to perform proper scope life + * cycle of {@link ng.$exceptionHandler exception handling}, * {@link ng.$rootScope.Scope#$digest executing watches}. * - * ## Life cycle + * **Life cycle: Pseudo-Code of `$apply()`** * - * # Pseudo-Code of `$apply()` - *
    +       * ```js
                function $apply(expr) {
                  try {
                    return $eval(expr);
    @@ -580,7 +1156,7 @@ function $RootScopeProvider(){
                    $root.$digest();
                  }
                }
    -       * 
    + * ``` * * * Scope's `$apply()` method transitions through the following stages: @@ -589,11 +1165,11 @@ function $RootScopeProvider(){ * {@link ng.$rootScope.Scope#$eval $eval()} method. * 2. Any exceptions from the execution of the expression are forwarded to the * {@link ng.$exceptionHandler $exceptionHandler} service. - * 3. The {@link ng.$rootScope.Scope#$watch watch} listeners are fired immediately after the expression - * was executed using the {@link ng.$rootScope.Scope#$digest $digest()} method. + * 3. The {@link ng.$rootScope.Scope#$watch watch} listeners are fired immediately after the + * expression was executed using the {@link ng.$rootScope.Scope#$digest $digest()} method. * * - * @param {(string|function())=} exp An angular expression to be executed. + * @param {(string|function())=} exp An AngularJS expression to be executed. * * - `string`: execute using the rules as defined in {@link guide/expression expression}. * - `function(scope)`: execute the function with current `scope` parameter. @@ -603,43 +1179,79 @@ function $RootScopeProvider(){ $apply: function(expr) { try { beginPhase('$apply'); - return this.$eval(expr); + try { + return this.$eval(expr); + } finally { + clearPhase(); + } } catch (e) { $exceptionHandler(e); } finally { - clearPhase(); try { $rootScope.$digest(); } catch (e) { $exceptionHandler(e); + // eslint-disable-next-line no-unsafe-finally throw e; } } }, /** - * @ngdoc function - * @name ng.$rootScope.Scope#$on - * @methodOf ng.$rootScope.Scope - * @function + * @ngdoc method + * @name $rootScope.Scope#$applyAsync + * @kind function + * + * @description + * Schedule the invocation of $apply to occur at a later time. The actual time difference + * varies across browsers, but is typically around ~10 milliseconds. + * + * This can be used to queue up multiple expressions which need to be evaluated in the same + * digest. + * + * @param {(string|function())=} exp An AngularJS expression to be executed. + * + * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * - `function(scope)`: execute the function with current `scope` parameter. + */ + $applyAsync: function(expr) { + var scope = this; + if (expr) { + applyAsyncQueue.push($applyAsyncExpression); + } + expr = $parse(expr); + scheduleApplyAsync(); + + function $applyAsyncExpression() { + scope.$eval(expr); + } + }, + + /** + * @ngdoc method + * @name $rootScope.Scope#$on + * @kind function * * @description - * Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of - * event life cycle. + * Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for + * discussion of event life cycle. * * The event listener function format is: `function(event, args...)`. The `event` object * passed into the listener has the following attributes: * - * - `targetScope` - `{Scope}`: the scope on which the event was `$emit`-ed or `$broadcast`-ed. - * - `currentScope` - `{Scope}`: the current scope which is handling the event. - * - `name` - `{string}`: Name of the event. - * - `stopPropagation` - `{function=}`: calling `stopPropagation` function will cancel further event - * propagation (available only for events that were `$emit`-ed). - * - `preventDefault` - `{function}`: calling `preventDefault` sets `defaultPrevented` flag to true. + * - `targetScope` - `{Scope}`: the scope on which the event was `$emit`-ed or + * `$broadcast`-ed. + * - `currentScope` - `{Scope}`: the scope that is currently handling the event. Once the + * event propagates through the scope hierarchy, this property is set to null. + * - `name` - `{string}`: name of the event. + * - `stopPropagation` - `{function=}`: calling `stopPropagation` function will cancel + * further event propagation (available only for events that were `$emit`-ed). + * - `preventDefault` - `{function}`: calling `preventDefault` sets `defaultPrevented` flag + * to true. * - `defaultPrevented` - `{boolean}`: true if `preventDefault` was called. * * @param {string} name Event name to listen on. - * @param {function(event, args...)} listener Function to call when the event is emitted. + * @param {function(event, ...args)} listener Function to call when the event is emitted. * @returns {function()} Returns a deregistration function for this listener. */ $on: function(name, listener) { @@ -649,33 +1261,49 @@ function $RootScopeProvider(){ } namedListeners.push(listener); + var current = this; + do { + if (!current.$$listenerCount[name]) { + current.$$listenerCount[name] = 0; + } + current.$$listenerCount[name]++; + } while ((current = current.$parent)); + + var self = this; return function() { - namedListeners[indexOf(namedListeners, listener)] = null; + var indexOfListener = namedListeners.indexOf(listener); + if (indexOfListener !== -1) { + // Use delete in the hope of the browser deallocating the memory for the array entry, + // while not shifting the array indexes of other listeners. + // See issue https://github.com/angular/angular.js/issues/16135 + delete namedListeners[indexOfListener]; + decrementListenerCount(self, 1, name); + } }; }, /** - * @ngdoc function - * @name ng.$rootScope.Scope#$emit - * @methodOf ng.$rootScope.Scope - * @function + * @ngdoc method + * @name $rootScope.Scope#$emit + * @kind function * * @description * Dispatches an event `name` upwards through the scope hierarchy notifying the * registered {@link ng.$rootScope.Scope#$on} listeners. * * The event life cycle starts at the scope on which `$emit` was called. All - * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get notified. - * Afterwards, the event traverses upwards toward the root scope and calls all registered - * listeners along the way. The event will stop propagating if one of the listeners cancels it. + * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get + * notified. Afterwards, the event traverses upwards toward the root scope and calls all + * registered listeners along the way. The event will stop propagating if one of the listeners + * cancels it. * - * Any exception emmited from the {@link ng.$rootScope.Scope#$on listeners} will be passed + * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed * onto the {@link ng.$exceptionHandler $exceptionHandler} service. * * @param {string} name Event name to emit. - * @param {...*} args Optional set of arguments which will be passed onto the event listeners. - * @return {Object} Event object, see {@link ng.$rootScope.Scope#$on} + * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. + * @return {Object} Event object (see {@link ng.$rootScope.Scope#$on}). */ $emit: function(name, args) { var empty = [], @@ -697,7 +1325,7 @@ function $RootScopeProvider(){ do { namedListeners = scope.$$listeners[name] || empty; event.currentScope = scope; - for (i=0, length=namedListeners.length; i}` - route parameters extracted from the current - * `$location.path()` by applying the current route - * - * - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html - * template that should be used by {@link ng.directive:ngView ngView}. - * - * If `templateUrl` is a function, it will be called with the following parameters: - * - * - `{Array.}` - route parameters extracted from the current - * `$location.path()` by applying the current route - * - * - `resolve` - `{Object.=}` - An optional map of dependencies which should - * be injected into the controller. If any of these dependencies are promises, they will be - * resolved and converted to a value before the controller is instantiated and the - * `$routeChangeSuccess` event is fired. The map object is: - * - * - `key` – `{string}`: a name of a dependency to be injected into the controller. - * - `factory` - `{string|function}`: If `string` then it is an alias for a service. - * Otherwise if function, then it is {@link api/AUTO.$injector#invoke injected} - * and the return value is treated as the dependency. If the result is a promise, it is resolved - * before its value is injected into the controller. - * - * - `redirectTo` – {(string|function())=} – value to update - * {@link ng.$location $location} path with and trigger route redirection. - * - * If `redirectTo` is a function, it will be called with the following parameters: - * - * - `{Object.}` - route parameters extracted from the current - * `$location.path()` by applying the current route templateUrl. - * - `{string}` - current `$location.path()` - * - `{Object}` - current `$location.search()` - * - * The custom `redirectTo` function is expected to return a string which will be used - * to update `$location.path()` and `$location.search()`. - * - * - `[reloadOnSearch=true]` - {boolean=} - reload route when only $location.search() - * changes. - * - * If the option is set to `false` and url in the browser changes, then - * `$routeUpdate` event is broadcasted on the root scope. - * - * @returns {Object} self - * - * @description - * Adds a new route definition to the `$route` service. - */ - this.when = function(path, route) { - routes[path] = extend({reloadOnSearch: true}, route); - - // create redirection for trailing slashes - if (path) { - var redirectPath = (path[path.length-1] == '/') - ? path.substr(0, path.length-1) - : path +'/'; - - routes[redirectPath] = {redirectTo: path}; - } - - return this; - }; - - /** - * @ngdoc method - * @name ng.$routeProvider#otherwise - * @methodOf ng.$routeProvider - * - * @description - * Sets route definition that will be used on route change when no other route definition - * is matched. - * - * @param {Object} params Mapping information to be assigned to `$route.current`. - * @returns {Object} self - */ - this.otherwise = function(params) { - this.when(null, params); - return this; - }; - - - this.$get = ['$rootScope', '$location', '$routeParams', '$q', '$injector', '$http', '$templateCache', - function( $rootScope, $location, $routeParams, $q, $injector, $http, $templateCache) { - - /** - * @ngdoc object - * @name ng.$route - * @requires $location - * @requires $routeParams - * - * @property {Object} current Reference to the current route definition. - * The route definition contains: - * - * - `controller`: The controller constructor as define in route definition. - * - `locals`: A map of locals which is used by {@link ng.$controller $controller} service for - * controller instantiation. The `locals` contain - * the resolved values of the `resolve` map. Additionally the `locals` also contain: - * - * - `$scope` - The current route scope. - * - `$template` - The current route template HTML. - * - * @property {Array.} routes Array of all configured routes. - * - * @description - * Is used for deep-linking URLs to controllers and views (HTML partials). - * It watches `$location.url()` and tries to map the path to an existing route definition. - * - * You can define routes through {@link ng.$routeProvider $routeProvider}'s API. - * - * The `$route` service is typically used in conjunction with {@link ng.directive:ngView ngView} - * directive and the {@link ng.$routeParams $routeParams} service. - * - * @example - This example shows how changing the URL hash causes the `$route` to match a route against the - URL, and the `ngView` pulls in the partial. - - Note that this example is using {@link ng.directive:script inlined templates} - to get it working on jsfiddle as well. - - - -
    - Choose: - Moby | - Moby: Ch1 | - Gatsby | - Gatsby: Ch4 | - Scarlet Letter
    - -
    -
    - -
    $location.path() = {{$location.path()}}
    -
    $route.current.templateUrl = {{$route.current.templateUrl}}
    -
    $route.current.params = {{$route.current.params}}
    -
    $route.current.scope.name = {{$route.current.scope.name}}
    -
    $routeParams = {{$routeParams}}
    -
    -
    - - - controller: {{name}}
    - Book Id: {{params.bookId}}
    -
    - - - controller: {{name}}
    - Book Id: {{params.bookId}}
    - Chapter Id: {{params.chapterId}} -
    - - - angular.module('ngView', [], function($routeProvider, $locationProvider) { - $routeProvider.when('/Book/:bookId', { - templateUrl: 'book.html', - controller: BookCntl, - resolve: { - // I will cause a 1 second delay - delay: function($q, $timeout) { - var delay = $q.defer(); - $timeout(delay.resolve, 1000); - return delay.promise; - } - } - }); - $routeProvider.when('/Book/:bookId/ch/:chapterId', { - templateUrl: 'chapter.html', - controller: ChapterCntl - }); - - // configure html5 to get links working on jsfiddle - $locationProvider.html5Mode(true); - }); - - function MainCntl($scope, $route, $routeParams, $location) { - $scope.$route = $route; - $scope.$location = $location; - $scope.$routeParams = $routeParams; - } - - function BookCntl($scope, $routeParams) { - $scope.name = "BookCntl"; - $scope.params = $routeParams; - } - - function ChapterCntl($scope, $routeParams) { - $scope.name = "ChapterCntl"; - $scope.params = $routeParams; - } - - - - it('should load and compile correct template', function() { - element('a:contains("Moby: Ch1")').click(); - var content = element('.doc-example-live [ng-view]').text(); - expect(content).toMatch(/controller\: ChapterCntl/); - expect(content).toMatch(/Book Id\: Moby/); - expect(content).toMatch(/Chapter Id\: 1/); - - element('a:contains("Scarlet")').click(); - sleep(2); // promises are not part of scenario waiting - content = element('.doc-example-live [ng-view]').text(); - expect(content).toMatch(/controller\: BookCntl/); - expect(content).toMatch(/Book Id\: Scarlet/); - }); - -
    - */ - - /** - * @ngdoc event - * @name ng.$route#$routeChangeStart - * @eventOf ng.$route - * @eventType broadcast on root scope - * @description - * Broadcasted before a route change. At this point the route services starts - * resolving all of the dependencies needed for the route change to occurs. - * Typically this involves fetching the view template as well as any dependencies - * defined in `resolve` route property. Once all of the dependencies are resolved - * `$routeChangeSuccess` is fired. - * - * @param {Route} next Future route information. - * @param {Route} current Current route information. - */ - - /** - * @ngdoc event - * @name ng.$route#$routeChangeSuccess - * @eventOf ng.$route - * @eventType broadcast on root scope - * @description - * Broadcasted after a route dependencies are resolved. - * {@link ng.directive:ngView ngView} listens for the directive - * to instantiate the controller and render the view. - * - * @param {Route} current Current route information. - * @param {Route} previous Previous route information. - */ - - /** - * @ngdoc event - * @name ng.$route#$routeChangeError - * @eventOf ng.$route - * @eventType broadcast on root scope - * @description - * Broadcasted if any of the resolve promises are rejected. - * - * @param {Route} current Current route information. - * @param {Route} previous Previous route information. - * @param {Route} rejection Rejection of the promise. Usually the error of the failed promise. - */ - - /** - * @ngdoc event - * @name ng.$route#$routeUpdate - * @eventOf ng.$route - * @eventType broadcast on root scope - * @description - * - * The `reloadOnSearch` property has been set to false, and we are reusing the same - * instance of the Controller. - */ - - var forceReload = false, - $route = { - routes: routes, - - /** - * @ngdoc method - * @name ng.$route#reload - * @methodOf ng.$route - * - * @description - * Causes `$route` service to reload the current route even if - * {@link ng.$location $location} hasn't changed. - * - * As a result of that, {@link ng.directive:ngView ngView} - * creates new scope, reinstantiates the controller. - */ - reload: function() { - forceReload = true; - $rootScope.$evalAsync(updateRoute); - } - }; - - $rootScope.$on('$locationChangeSuccess', updateRoute); - - return $route; - - ///////////////////////////////////////////////////// - - /** - * @param on {string} current url - * @param when {string} route when template to match the url against - * @return {?Object} - */ - function switchRouteMatcher(on, when) { - // TODO(i): this code is convoluted and inefficient, we should construct the route matching - // regex only once and then reuse it - - // Escape regexp special characters. - when = '^' + when.replace(/[-\/\\^$:*+?.()|[\]{}]/g, "\\$&") + '$'; - var regex = '', - params = [], - dst = {}; - - var re = /\\([:*])(\w+)/g, - paramMatch, - lastMatchedIndex = 0; - - while ((paramMatch = re.exec(when)) !== null) { - // Find each :param in `when` and replace it with a capturing group. - // Append all other sections of when unchanged. - regex += when.slice(lastMatchedIndex, paramMatch.index); - switch(paramMatch[1]) { - case ':': - regex += '([^\\/]*)'; - break; - case '*': - regex += '(.*)'; - break; - } - params.push(paramMatch[2]); - lastMatchedIndex = re.lastIndex; - } - // Append trailing path part. - regex += when.substr(lastMatchedIndex); - - var match = on.match(new RegExp(regex)); - if (match) { - forEach(params, function(name, index) { - dst[name] = match[index + 1]; - }); - } - return match ? dst : null; - } - - function updateRoute() { - var next = parseRoute(), - last = $route.current; - - if (next && last && next.$route === last.$route - && equals(next.pathParams, last.pathParams) && !next.reloadOnSearch && !forceReload) { - last.params = next.params; - copy(last.params, $routeParams); - $rootScope.$broadcast('$routeUpdate', last); - } else if (next || last) { - forceReload = false; - $rootScope.$broadcast('$routeChangeStart', next, last); - $route.current = next; - if (next) { - if (next.redirectTo) { - if (isString(next.redirectTo)) { - $location.path(interpolate(next.redirectTo, next.params)).search(next.params) - .replace(); - } else { - $location.url(http://github.com/next.redirectTo(next.pathParams,%20$location.path(), $location.search())) - .replace(); - } - } - } - - $q.when(next). - then(function() { - if (next) { - var keys = [], - values = [], - template; - - forEach(next.resolve || {}, function(value, key) { - keys.push(key); - values.push(isString(value) ? $injector.get(value) : $injector.invoke(value)); - }); - if (isDefined(template = next.template)) { - if (isFunction(template)) { - template = template(next.params); - } - } else if (isDefined(template = next.templateUrl)) { - if (isFunction(template)) { - template = template(next.params); - } - if (isDefined(template)) { - next.loadedTemplateUrl = template; - template = $http.get(template, {cache: $templateCache}). - then(function(response) { return response.data; }); - } - } - if (isDefined(template)) { - keys.push('$template'); - values.push(template); - } - return $q.all(values).then(function(values) { - var locals = {}; - forEach(values, function(value, index) { - locals[keys[index]] = value; - }); - return locals; - }); - } - }). - // after route change - then(function(locals) { - if (next == $route.current) { - if (next) { - next.locals = locals; - copy(next.params, $routeParams); - } - $rootScope.$broadcast('$routeChangeSuccess', next, last); - } - }, function(error) { - if (next == $route.current) { - $rootScope.$broadcast('$routeChangeError', next, last, error); - } - }); - } - } - - - /** - * @returns the current active route, by matching it against the URL - */ - function parseRoute() { - // Match a route - var params, match; - forEach(routes, function(route, path) { - if (!match && (params = switchRouteMatcher($location.path(), path))) { - match = inherit(route, { - params: extend({}, $location.search(), params), - pathParams: params}); - match.$route = route; - } - }); - // No route matched; fallback to "otherwise" route - return match || routes[null] && inherit(routes[null], {params: {}, pathParams:{}}); - } - - /** - * @returns interpolation of the redirect path with the parametrs - */ - function interpolate(string, params) { - var result = []; - forEach((string||'').split(':'), function(segment, i) { - if (i == 0) { - result.push(segment); - } else { - var segmentMatch = segment.match(/(\w+)(.*)/); - var key = segmentMatch[1]; - result.push(params[key]); - result.push(segmentMatch[2] || ''); - delete params[key]; - } - }); - return result.join(''); - } - }]; -} diff --git a/src/ng/routeParams.js b/src/ng/routeParams.js deleted file mode 100644 index 0202f8e5b043..000000000000 --- a/src/ng/routeParams.js +++ /dev/null @@ -1,30 +0,0 @@ -'use strict'; - -/** - * @ngdoc object - * @name ng.$routeParams - * @requires $route - * - * @description - * Current set of route parameters. The route parameters are a combination of the - * {@link ng.$location $location} `search()`, and `path()`. The `path` parameters - * are extracted when the {@link ng.$route $route} path is matched. - * - * In case of parameter name collision, `path` params take precedence over `search` params. - * - * The service guarantees that the identity of the `$routeParams` object will remain unchanged - * (but its properties will likely change) even when a route change occurs. - * - * @example - *
    - *  // Given:
    - *  // URL: http://server.com/index.html#/Chapter/1/Section/2?search=moby
    - *  // Route: /Chapter/:chapterId/Section/:sectionId
    - *  //
    - *  // Then
    - *  $routeParams ==> {chapterId:1, sectionId:2, search:'moby'}
    - * 
    - */ -function $RouteParamsProvider() { - this.$get = valueFn({}); -} diff --git a/src/ng/sanitizeUri.js b/src/ng/sanitizeUri.js new file mode 100644 index 000000000000..495f49e03df0 --- /dev/null +++ b/src/ng/sanitizeUri.js @@ -0,0 +1,83 @@ +'use strict'; + +/** + * @this + * @description + * Private service to sanitize uris for links and images. Used by $compile and $sanitize. + */ +function $$SanitizeUriProvider() { + + var aHrefSanitizationTrustedUrlList = /^\s*(https?|s?ftp|mailto|tel|file):/, + imgSrcSanitizationTrustedUrlList = /^\s*((https?|ftp|file|blob):|data:image\/)/; + + /** + * @description + * Retrieves or overrides the default regular expression that is used for determining trusted safe + * urls during a[href] sanitization. + * + * The sanitization is a security measure aimed at prevent XSS attacks via HTML anchor links. + * + * Any url due to be assigned to an `a[href]` attribute via interpolation is marked as requiring + * the $sce.URL security context. When interpolation occurs a call is made to `$sce.trustAsUrl(url)` + * which in turn may call `$$sanitizeUri(url, isMedia)` to sanitize the potentially malicious URL. + * + * If the URL matches the `aHrefSanitizationTrustedUrlList` regular expression, it is returned unchanged. + * + * If there is no match the URL is returned prefixed with `'unsafe:'` to ensure that when it is written + * to the DOM it is inactive and potentially malicious code will not be executed. + * + * @param {RegExp=} regexp New regexp to trust urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. + */ + this.aHrefSanitizationTrustedUrlList = function(regexp) { + if (isDefined(regexp)) { + aHrefSanitizationTrustedUrlList = regexp; + return this; + } + return aHrefSanitizationTrustedUrlList; + }; + + + /** + * @description + * Retrieves or overrides the default regular expression that is used for determining trusted safe + * urls during img[src] sanitization. + * + * The sanitization is a security measure aimed at prevent XSS attacks via HTML image src links. + * + * Any URL due to be assigned to an `img[src]` attribute via interpolation is marked as requiring + * the $sce.MEDIA_URL security context. When interpolation occurs a call is made to + * `$sce.trustAsMediaUrl(url)` which in turn may call `$$sanitizeUri(url, isMedia)` to sanitize + * the potentially malicious URL. + * + * If the URL matches the `imgSrcSanitizationTrustedUrlList` regular expression, it is returned + * unchanged. + * + * If there is no match the URL is returned prefixed with `'unsafe:'` to ensure that when it is written + * to the DOM it is inactive and potentially malicious code will not be executed. + * + * @param {RegExp=} regexp New regexp to trust urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. + */ + this.imgSrcSanitizationTrustedUrlList = function(regexp) { + if (isDefined(regexp)) { + imgSrcSanitizationTrustedUrlList = regexp; + return this; + } + return imgSrcSanitizationTrustedUrlList; + }; + + this.$get = function() { + return function sanitizeUri(uri, isMediaUrl) { + // if (!uri) return uri; + var regex = isMediaUrl ? imgSrcSanitizationTrustedUrlList : aHrefSanitizationTrustedUrlList; + var normalizedVal = urlResolve(uri && uri.trim()).href; + if (normalizedVal !== '' && !normalizedVal.match(regex)) { + return 'unsafe:' + normalizedVal; + } + return uri; + }; + }; +} diff --git a/src/ng/sce.js b/src/ng/sce.js new file mode 100644 index 000000000000..56d59a51c516 --- /dev/null +++ b/src/ng/sce.js @@ -0,0 +1,1224 @@ +'use strict'; + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +/* exported $SceProvider, $SceDelegateProvider */ + +var $sceMinErr = minErr('$sce'); + +var SCE_CONTEXTS = { + // HTML is used when there's HTML rendered (e.g. ng-bind-html, iframe srcdoc binding). + HTML: 'html', + + // Style statements or stylesheets. Currently unused in AngularJS. + CSS: 'css', + + // An URL used in a context where it refers to the source of media, which are not expected to be run + // as scripts, such as an image, audio, video, etc. + MEDIA_URL: 'mediaUrl', + + // An URL used in a context where it does not refer to a resource that loads code. + // A value that can be trusted as a URL can also trusted as a MEDIA_URL. + URL: 'url', + + // RESOURCE_URL is a subtype of URL used where the referred-to resource could be interpreted as + // code. (e.g. ng-include, script src binding, templateUrl) + // A value that can be trusted as a RESOURCE_URL, can also trusted as a URL and a MEDIA_URL. + RESOURCE_URL: 'resourceUrl', + + // Script. Currently unused in AngularJS. + JS: 'js' +}; + +// Helper functions follow. + +var UNDERSCORE_LOWERCASE_REGEXP = /_([a-z])/g; + +function snakeToCamel(name) { + return name + .replace(UNDERSCORE_LOWERCASE_REGEXP, fnCamelCaseReplace); +} + +function adjustMatcher(matcher) { + if (matcher === 'self') { + return matcher; + } else if (isString(matcher)) { + // Strings match exactly except for 2 wildcards - '*' and '**'. + // '*' matches any character except those from the set ':/.?&'. + // '**' matches any character (like .* in a RegExp). + // More than 2 *'s raises an error as it's ill defined. + if (matcher.indexOf('***') > -1) { + throw $sceMinErr('iwcard', + 'Illegal sequence *** in string matcher. String: {0}', matcher); + } + matcher = escapeForRegexp(matcher). + replace(/\\\*\\\*/g, '.*'). + replace(/\\\*/g, '[^:/.?&;]*'); + return new RegExp('^' + matcher + '$'); + } else if (isRegExp(matcher)) { + // The only other type of matcher allowed is a Regexp. + // Match entire URL / disallow partial matches. + // Flags are reset (i.e. no global, ignoreCase or multiline) + return new RegExp('^' + matcher.source + '$'); + } else { + throw $sceMinErr('imatcher', + 'Matchers may only be "self", string patterns or RegExp objects'); + } +} + + +function adjustMatchers(matchers) { + var adjustedMatchers = []; + if (isDefined(matchers)) { + forEach(matchers, function(matcher) { + adjustedMatchers.push(adjustMatcher(matcher)); + }); + } + return adjustedMatchers; +} + + +/** + * @ngdoc service + * @name $sceDelegate + * @kind function + * + * @description + * + * `$sceDelegate` is a service that is used by the `$sce` service to provide {@link ng.$sce Strict + * Contextual Escaping (SCE)} services to AngularJS. + * + * For an overview of this service and the functionnality it provides in AngularJS, see the main + * page for {@link ng.$sce SCE}. The current page is targeted for developers who need to alter how + * SCE works in their application, which shouldn't be needed in most cases. + * + *
    + * AngularJS strongly relies on contextual escaping for the security of bindings: disabling or + * modifying this might cause cross site scripting (XSS) vulnerabilities. For libraries owners, + * changes to this service will also influence users, so be extra careful and document your changes. + *
    + * + * Typically, you would configure or override the {@link ng.$sceDelegate $sceDelegate} instead of + * the `$sce` service to customize the way Strict Contextual Escaping works in AngularJS. This is + * because, while the `$sce` provides numerous shorthand methods, etc., you really only need to + * override 3 core functions (`trustAs`, `getTrusted` and `valueOf`) to replace the way things + * work because `$sce` delegates to `$sceDelegate` for these operations. + * + * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} to configure this service. + * + * The default instance of `$sceDelegate` should work out of the box with little pain. While you + * can override it completely to change the behavior of `$sce`, the common case would + * involve configuring the {@link ng.$sceDelegateProvider $sceDelegateProvider} instead by setting + * your own trusted and banned resource lists for trusting URLs used for loading AngularJS resources + * such as templates. Refer {@link ng.$sceDelegateProvider#trustedResourceUrlList + * $sceDelegateProvider.trustedResourceUrlList} and {@link + * ng.$sceDelegateProvider#bannedResourceUrlList $sceDelegateProvider.bannedResourceUrlList} + */ + +/** + * @ngdoc provider + * @name $sceDelegateProvider + * @this + * + * @description + * + * The `$sceDelegateProvider` provider allows developers to configure the {@link ng.$sceDelegate + * $sceDelegate service}, used as a delegate for {@link ng.$sce Strict Contextual Escaping (SCE)}. + * + * The `$sceDelegateProvider` allows one to get/set the `trustedResourceUrlList` and + * `bannedResourceUrlList` used to ensure that the URLs used for sourcing AngularJS templates and + * other script-running URLs are safe (all places that use the `$sce.RESOURCE_URL` context). See + * {@link ng.$sceDelegateProvider#trustedResourceUrlList + * $sceDelegateProvider.trustedResourceUrlList} and + * {@link ng.$sceDelegateProvider#bannedResourceUrlList $sceDelegateProvider.bannedResourceUrlList}, + * + * For the general details about this service in AngularJS, read the main page for {@link ng.$sce + * Strict Contextual Escaping (SCE)}. + * + * **Example**: Consider the following case. + * + * - your app is hosted at url `http://myapp.example.com/` + * - but some of your templates are hosted on other domains you control such as + * `http://srv01.assets.example.com/`, `http://srv02.assets.example.com/`, etc. + * - and you have an open redirect at `http://myapp.example.com/clickThru?...`. + * + * Here is what a secure configuration for this scenario might look like: + * + * ``` + * angular.module('myApp', []).config(function($sceDelegateProvider) { + * $sceDelegateProvider.trustedResourceUrlList([ + * // Allow same origin resource loads. + * 'self', + * // Allow loading from our assets domain. Notice the difference between * and **. + * 'http://srv*.assets.example.com/**' + * ]); + * + * // The banned resource URL list overrides the trusted resource URL list so the open redirect + * // here is blocked. + * $sceDelegateProvider.bannedResourceUrlList([ + * 'http://myapp.example.com/clickThru**' + * ]); + * }); + * ``` + * Note that an empty trusted resource URL list will block every resource URL from being loaded, and will require + * you to manually mark each one as trusted with `$sce.trustAsResourceUrl`. However, templates + * requested by {@link ng.$templateRequest $templateRequest} that are present in + * {@link ng.$templateCache $templateCache} will not go through this check. If you have a mechanism + * to populate your templates in that cache at config time, then it is a good idea to remove 'self' + * from the trusted resource URL lsit. This helps to mitigate the security impact of certain types + * of issues, like for instance attacker-controlled `ng-includes`. + */ + +function $SceDelegateProvider() { + this.SCE_CONTEXTS = SCE_CONTEXTS; + + // Resource URLs can also be trusted by policy. + var trustedResourceUrlList = ['self'], + bannedResourceUrlList = []; + + /** + * @ngdoc method + * @name $sceDelegateProvider#trustedResourceUrlList + * @kind function + * + * @param {Array=} trustedResourceUrlList When provided, replaces the trustedResourceUrlList with + * the value provided. This must be an array or null. A snapshot of this array is used so + * further changes to the array are ignored. + * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items + * allowed in this array. + * + * @return {Array} The currently set trusted resource URL array. + * + * @description + * Sets/Gets the list trusted of resource URLs. + * + * The **default value** when no `trustedResourceUrlList` has been explicitly set is `['self']` + * allowing only same origin resource requests. + * + *
    + * **Note:** the default `trustedResourceUrlList` of 'self' is not recommended if your app shares + * its origin with other apps! It is a good idea to limit it to only your application's directory. + *
    + */ + this.trustedResourceUrlList = function(value) { + if (arguments.length) { + trustedResourceUrlList = adjustMatchers(value); + } + return trustedResourceUrlList; + }; + + /** + * @ngdoc method + * @name $sceDelegateProvider#resourceUrlWhitelist + * @kind function + * + * @deprecated + * sinceVersion="1.8.1" + * + * This method is deprecated. Use {@link $sceDelegateProvider#trustedResourceUrlList + * trustedResourceUrlList} instead. + */ + Object.defineProperty(this, 'resourceUrlWhitelist', { + get: function() { + return this.trustedResourceUrlList; + }, + set: function(value) { + this.trustedResourceUrlList = value; + } + }); + + /** + * @ngdoc method + * @name $sceDelegateProvider#bannedResourceUrlList + * @kind function + * + * @param {Array=} bannedResourceUrlList When provided, replaces the `bannedResourceUrlList` with + * the value provided. This must be an array or null. A snapshot of this array is used so + * further changes to the array are ignored.

    + * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items + * allowed in this array.

    + * The typical usage for the `bannedResourceUrlList` is to **block + * [open redirects](http://cwe.mitre.org/data/definitions/601.html)** served by your domain as + * these would otherwise be trusted but actually return content from the redirected domain. + *

    + * Finally, **the banned resource URL list overrides the trusted resource URL list** and has + * the final say. + * + * @return {Array} The currently set `bannedResourceUrlList` array. + * + * @description + * Sets/Gets the `bannedResourceUrlList` of trusted resource URLs. + * + * The **default value** when no trusted resource URL list has been explicitly set is the empty + * array (i.e. there is no `bannedResourceUrlList`.) + */ + this.bannedResourceUrlList = function(value) { + if (arguments.length) { + bannedResourceUrlList = adjustMatchers(value); + } + return bannedResourceUrlList; + }; + + /** + * @ngdoc method + * @name $sceDelegateProvider#resourceUrlBlacklist + * @kind function + * + * @deprecated + * sinceVersion="1.8.1" + * + * This method is deprecated. Use {@link $sceDelegateProvider#bannedResourceUrlList + * bannedResourceUrlList} instead. + */ + Object.defineProperty(this, 'resourceUrlBlacklist', { + get: function() { + return this.bannedResourceUrlList; + }, + set: function(value) { + this.bannedResourceUrlList = value; + } + }); + + this.$get = ['$injector', '$$sanitizeUri', function($injector, $$sanitizeUri) { + + var htmlSanitizer = function htmlSanitizer(html) { + throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); + }; + + if ($injector.has('$sanitize')) { + htmlSanitizer = $injector.get('$sanitize'); + } + + + function matchUrl(matcher, parsedUrl) { + if (matcher === 'self') { + return urlIsSameOrigin(parsedUrl) || urlIsSameOriginAsBaseUrl(parsedUrl); + } else { + // definitely a regex. See adjustMatchers() + return !!matcher.exec(parsedUrl.href); + } + } + + function isResourceUrlAllowedByPolicy(url) { + var parsedUrl = urlResolve(url.toString()); + var i, n, allowed = false; + // Ensure that at least one item from the trusted resource URL list allows this url. + for (i = 0, n = trustedResourceUrlList.length; i < n; i++) { + if (matchUrl(trustedResourceUrlList[i], parsedUrl)) { + allowed = true; + break; + } + } + if (allowed) { + // Ensure that no item from the banned resource URL list has blocked this url. + for (i = 0, n = bannedResourceUrlList.length; i < n; i++) { + if (matchUrl(bannedResourceUrlList[i], parsedUrl)) { + allowed = false; + break; + } + } + } + return allowed; + } + + function generateHolderType(Base) { + var holderType = function TrustedValueHolderType(trustedValue) { + this.$$unwrapTrustedValue = function() { + return trustedValue; + }; + }; + if (Base) { + holderType.prototype = new Base(); + } + holderType.prototype.valueOf = function sceValueOf() { + return this.$$unwrapTrustedValue(); + }; + holderType.prototype.toString = function sceToString() { + return this.$$unwrapTrustedValue().toString(); + }; + return holderType; + } + + var trustedValueHolderBase = generateHolderType(), + byType = {}; + + byType[SCE_CONTEXTS.HTML] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.CSS] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.MEDIA_URL] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.URL] = generateHolderType(byType[SCE_CONTEXTS.MEDIA_URL]); + byType[SCE_CONTEXTS.JS] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.RESOURCE_URL] = generateHolderType(byType[SCE_CONTEXTS.URL]); + + /** + * @ngdoc method + * @name $sceDelegate#trustAs + * + * @description + * Returns a trusted representation of the parameter for the specified context. This trusted + * object will later on be used as-is, without any security check, by bindings or directives + * that require this security context. + * For instance, marking a string as trusted for the `$sce.HTML` context will entirely bypass + * the potential `$sanitize` call in corresponding `$sce.HTML` bindings or directives, such as + * `ng-bind-html`. Note that in most cases you won't need to call this function: if you have the + * sanitizer loaded, passing the value itself will render all the HTML that does not pose a + * security risk. + * + * See {@link ng.$sceDelegate#getTrusted getTrusted} for the function that will consume those + * trusted values, and {@link ng.$sce $sce} for general documentation about strict contextual + * escaping. + * + * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, + * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. + * + * @param {*} value The value that should be considered trusted. + * @return {*} A trusted representation of value, that can be used in the given context. + */ + function trustAs(type, trustedValue) { + var Constructor = (byType.hasOwnProperty(type) ? byType[type] : null); + if (!Constructor) { + throw $sceMinErr('icontext', + 'Attempted to trust a value in invalid context. Context: {0}; Value: {1}', + type, trustedValue); + } + if (trustedValue === null || isUndefined(trustedValue) || trustedValue === '') { + return trustedValue; + } + // All the current contexts in SCE_CONTEXTS happen to be strings. In order to avoid trusting + // mutable objects, we ensure here that the value passed in is actually a string. + if (typeof trustedValue !== 'string') { + throw $sceMinErr('itype', + 'Attempted to trust a non-string value in a content requiring a string: Context: {0}', + type); + } + return new Constructor(trustedValue); + } + + /** + * @ngdoc method + * @name $sceDelegate#valueOf + * + * @description + * If the passed parameter had been returned by a prior call to {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`}, returns the value that had been passed to {@link + * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. + * + * If the passed parameter is not a value that had been returned by {@link + * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}, it must be returned as-is. + * + * @param {*} value The result of a prior {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} + * call or anything else. + * @return {*} The `value` that was originally provided to {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns + * `value` unchanged. + */ + function valueOf(maybeTrusted) { + if (maybeTrusted instanceof trustedValueHolderBase) { + return maybeTrusted.$$unwrapTrustedValue(); + } else { + return maybeTrusted; + } + } + + /** + * @ngdoc method + * @name $sceDelegate#getTrusted + * + * @description + * Given an object and a security context in which to assign it, returns a value that's safe to + * use in this context, which was represented by the parameter. To do so, this function either + * unwraps the safe type it has been given (for instance, a {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`} result), or it might try to sanitize the value given, depending on + * the context and sanitizer availablility. + * + * The contexts that can be sanitized are $sce.MEDIA_URL, $sce.URL and $sce.HTML. The first two are available + * by default, and the third one relies on the `$sanitize` service (which may be loaded through + * the `ngSanitize` module). Furthermore, for $sce.RESOURCE_URL context, a plain string may be + * accepted if the resource url policy defined by {@link ng.$sceDelegateProvider#trustedResourceUrlList + * `$sceDelegateProvider.trustedResourceUrlList`} and {@link ng.$sceDelegateProvider#bannedResourceUrlList + * `$sceDelegateProvider.bannedResourceUrlList`} accepts that resource. + * + * This function will throw if the safe type isn't appropriate for this context, or if the + * value given cannot be accepted in the context (which might be caused by sanitization not + * being available, or the value not being recognized as safe). + * + *

    + * Disabling auto-escaping is extremely dangerous, it usually creates a Cross Site Scripting + * (XSS) vulnerability in your application. + *
    + * + * @param {string} type The context in which this value is to be used (such as `$sce.HTML`). + * @param {*} maybeTrusted The result of a prior {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`} call, or anything else (which will not be considered trusted.) + * @return {*} A version of the value that's safe to use in the given context, or throws an + * exception if this is impossible. + */ + function getTrusted(type, maybeTrusted) { + if (maybeTrusted === null || isUndefined(maybeTrusted) || maybeTrusted === '') { + return maybeTrusted; + } + var constructor = (byType.hasOwnProperty(type) ? byType[type] : null); + // If maybeTrusted is a trusted class instance or subclass instance, then unwrap and return + // as-is. + if (constructor && maybeTrusted instanceof constructor) { + return maybeTrusted.$$unwrapTrustedValue(); + } + + // If maybeTrusted is a trusted class instance but not of the correct trusted type + // then unwrap it and allow it to pass through to the rest of the checks + if (isFunction(maybeTrusted.$$unwrapTrustedValue)) { + maybeTrusted = maybeTrusted.$$unwrapTrustedValue(); + } + + // If we get here, then we will either sanitize the value or throw an exception. + if (type === SCE_CONTEXTS.MEDIA_URL || type === SCE_CONTEXTS.URL) { + // we attempt to sanitize non-resource URLs + return $$sanitizeUri(maybeTrusted.toString(), type === SCE_CONTEXTS.MEDIA_URL); + } else if (type === SCE_CONTEXTS.RESOURCE_URL) { + if (isResourceUrlAllowedByPolicy(maybeTrusted)) { + return maybeTrusted; + } else { + throw $sceMinErr('insecurl', + 'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', + maybeTrusted.toString()); + } + } else if (type === SCE_CONTEXTS.HTML) { + // htmlSanitizer throws its own error when no sanitizer is available. + return htmlSanitizer(maybeTrusted); + } + // Default error when the $sce service has no way to make the input safe. + throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); + } + + return { trustAs: trustAs, + getTrusted: getTrusted, + valueOf: valueOf }; + }]; +} + + +/** + * @ngdoc provider + * @name $sceProvider + * @this + * + * @description + * + * The $sceProvider provider allows developers to configure the {@link ng.$sce $sce} service. + * - enable/disable Strict Contextual Escaping (SCE) in a module + * - override the default implementation with a custom delegate + * + * Read more about {@link ng.$sce Strict Contextual Escaping (SCE)}. + */ + +/** + * @ngdoc service + * @name $sce + * @kind function + * + * @description + * + * `$sce` is a service that provides Strict Contextual Escaping services to AngularJS. + * + * ## Strict Contextual Escaping + * + * Strict Contextual Escaping (SCE) is a mode in which AngularJS constrains bindings to only render + * trusted values. Its goal is to assist in writing code in a way that (a) is secure by default, and + * (b) makes auditing for security vulnerabilities such as XSS, clickjacking, etc. a lot easier. + * + * ### Overview + * + * To systematically block XSS security bugs, AngularJS treats all values as untrusted by default in + * HTML or sensitive URL bindings. When binding untrusted values, AngularJS will automatically + * run security checks on them (sanitizations, trusted URL resource, depending on context), or throw + * when it cannot guarantee the security of the result. That behavior depends strongly on contexts: + * HTML can be sanitized, but template URLs cannot, for instance. + * + * To illustrate this, consider the `ng-bind-html` directive. It renders its value directly as HTML: + * we call that the *context*. When given an untrusted input, AngularJS will attempt to sanitize it + * before rendering if a sanitizer is available, and throw otherwise. To bypass sanitization and + * render the input as-is, you will need to mark it as trusted for that context before attempting + * to bind it. + * + * As of version 1.2, AngularJS ships with SCE enabled by default. + * + * ### In practice + * + * Here's an example of a binding in a privileged context: + * + * ``` + * + *
    + * ``` + * + * Notice that `ng-bind-html` is bound to `userHtml` controlled by the user. With SCE + * disabled, this application allows the user to render arbitrary HTML into the DIV, which would + * be an XSS security bug. In a more realistic example, one may be rendering user comments, blog + * articles, etc. via bindings. (HTML is just one example of a context where rendering user + * controlled input creates security vulnerabilities.) + * + * For the case of HTML, you might use a library, either on the client side, or on the server side, + * to sanitize unsafe HTML before binding to the value and rendering it in the document. + * + * How would you ensure that every place that used these types of bindings was bound to a value that + * was sanitized by your library (or returned as safe for rendering by your server?) How can you + * ensure that you didn't accidentally delete the line that sanitized the value, or renamed some + * properties/fields and forgot to update the binding to the sanitized value? + * + * To be secure by default, AngularJS makes sure bindings go through that sanitization, or + * any similar validation process, unless there's a good reason to trust the given value in this + * context. That trust is formalized with a function call. This means that as a developer, you + * can assume all untrusted bindings are safe. Then, to audit your code for binding security issues, + * you just need to ensure the values you mark as trusted indeed are safe - because they were + * received from your server, sanitized by your library, etc. You can organize your codebase to + * help with this - perhaps allowing only the files in a specific directory to do this. + * Ensuring that the internal API exposed by that code doesn't markup arbitrary values as safe then + * becomes a more manageable task. + * + * In the case of AngularJS' SCE service, one uses {@link ng.$sce#trustAs $sce.trustAs} + * (and shorthand methods such as {@link ng.$sce#trustAsHtml $sce.trustAsHtml}, etc.) to + * build the trusted versions of your values. + * + * ### How does it work? + * + * In privileged contexts, directives and code will bind to the result of {@link ng.$sce#getTrusted + * $sce.getTrusted(context, value)} rather than to the value directly. Think of this function as + * a way to enforce the required security context in your data sink. Directives use {@link + * ng.$sce#parseAs $sce.parseAs} rather than `$parse` to watch attribute bindings, which performs + * the {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals. Also, + * when binding without directives, AngularJS will understand the context of your bindings + * automatically. + * + * As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link + * ng.$sce#parseAsHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly + * simplified): + * + * ``` + * var ngBindHtmlDirective = ['$sce', function($sce) { + * return function(scope, element, attr) { + * scope.$watch($sce.parseAsHtml(attr.ngBindHtml), function(value) { + * element.html(value || ''); + * }); + * }; + * }]; + * ``` + * + * ### Impact on loading templates + * + * This applies both to the {@link ng.directive:ngInclude `ng-include`} directive as well as + * `templateUrl`'s specified by {@link guide/directive directives}. + * + * By default, AngularJS only loads templates from the same domain and protocol as the application + * document. This is done by calling {@link ng.$sce#getTrustedResourceUrl + * $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or + * protocols, you may either add them to the {@link ng.$sceDelegateProvider#trustedResourceUrlList + * trustedResourceUrlList} or {@link ng.$sce#trustAsResourceUrl wrap them} into trusted values. + * + * *Please note*: + * The browser's + * [Same Origin Policy](https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest) + * and [Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/) + * policy apply in addition to this and may further restrict whether the template is successfully + * loaded. This means that without the right CORS policy, loading templates from a different domain + * won't work on all browsers. Also, loading templates from `file://` URL does not work on some + * browsers. + * + * ### This feels like too much overhead + * + * It's important to remember that SCE only applies to interpolation expressions. + * + * If your expressions are constant literals, they're automatically trusted and you don't need to + * call `$sce.trustAs` on them (e.g. + * `
    `) just works (remember to include the + * `ngSanitize` module). The `$sceDelegate` will also use the `$sanitize` service if it is available + * when binding untrusted values to `$sce.HTML` context. + * AngularJS provides an implementation in `angular-sanitize.js`, and if you + * wish to use it, you will also need to depend on the {@link ngSanitize `ngSanitize`} module in + * your application. + * + * The included {@link ng.$sceDelegate $sceDelegate} comes with sane defaults to allow you to load + * templates in `ng-include` from your application's domain without having to even know about SCE. + * It blocks loading templates from other domains or loading templates over http from an https + * served document. You can change these by setting your own custom {@link + * ng.$sceDelegateProvider#trustedResourceUrlList trusted resource URL list} and {@link + * ng.$sceDelegateProvider#bannedResourceUrlList banned resource URL list} for matching such URLs. + * + * This significantly reduces the overhead. It is far easier to pay the small overhead and have an + * application that's secure and can be audited to verify that with much more ease than bolting + * security onto an application later. + * + * + * ### What trusted context types are supported? + * + * | Context | Notes | + * |---------------------|----------------| + * | `$sce.HTML` | For HTML that's safe to source into the application. The {@link ng.directive:ngBindHtml ngBindHtml} directive uses this context for bindings. If an unsafe value is encountered and the {@link ngSanitize $sanitize} module is present this will sanitize the value instead of throwing an error. | + * | `$sce.CSS` | For CSS that's safe to source into the application. Currently unused. Feel free to use it in your own directives. | + * | `$sce.MEDIA_URL` | For URLs that are safe to render as media. Is automatically converted from string by sanitizing when needed. | + * | `$sce.URL` | For URLs that are safe to follow as links. Is automatically converted from string by sanitizing when needed. Note that `$sce.URL` makes a stronger statement about the URL than `$sce.MEDIA_URL` does and therefore contexts requiring values trusted for `$sce.URL` can be used anywhere that values trusted for `$sce.MEDIA_URL` are required.| + * | `$sce.RESOURCE_URL` | For URLs that are not only safe to follow as links, but whose contents are also safe to include in your application. Examples include `ng-include`, `src` / `ngSrc` bindings for tags other than `IMG` (e.g. `IFRAME`, `OBJECT`, etc.)

    Note that `$sce.RESOURCE_URL` makes a stronger statement about the URL than `$sce.URL` or `$sce.MEDIA_URL` do and therefore contexts requiring values trusted for `$sce.RESOURCE_URL` can be used anywhere that values trusted for `$sce.URL` or `$sce.MEDIA_URL` are required.

    The {@link $sceDelegateProvider#trustedResourceUrlList $sceDelegateProvider#trustedResourceUrlList()} and {@link $sceDelegateProvider#bannedResourceUrlList $sceDelegateProvider#bannedResourceUrlList()} can be used to restrict trusted origins for `RESOURCE_URL` | + * | `$sce.JS` | For JavaScript that is safe to execute in your application's context. Currently unused. Feel free to use it in your own directives. | + * + * + *
    + * Be aware that, before AngularJS 1.7.0, `a[href]` and `img[src]` used to sanitize their + * interpolated values directly rather than rely upon {@link ng.$sce#getTrusted `$sce.getTrusted`}. + * + * **As of 1.7.0, this is no longer the case.** + * + * Now such interpolations are marked as requiring `$sce.URL` (for `a[href]`) or `$sce.MEDIA_URL` + * (for `img[src]`), so that the sanitization happens (via `$sce.getTrusted...`) when the `$interpolate` + * service evaluates the expressions. + *
    + * + * There are no CSS or JS context bindings in AngularJS currently, so their corresponding `$sce.trustAs` + * functions aren't useful yet. This might evolve. + * + * ### Format of items in {@link ng.$sceDelegateProvider#trustedResourceUrlList trustedResourceUrlList}/{@link ng.$sceDelegateProvider#bannedResourceUrlList bannedResourceUrlList} + * + * Each element in these arrays must be one of the following: + * + * - **'self'** + * - The special **string**, `'self'`, can be used to match against all URLs of the **same + * domain** as the application document using the **same protocol**. + * - **String** (except the special value `'self'`) + * - The string is matched against the full *normalized / absolute URL* of the resource + * being tested (substring matches are not good enough.) + * - There are exactly **two wildcard sequences** - `*` and `**`. All other characters + * match themselves. + * - `*`: matches zero or more occurrences of any character other than one of the following 6 + * characters: '`:`', '`/`', '`.`', '`?`', '`&`' and '`;`'. It's a useful wildcard for use + * for matching resource URL lists. + * - `**`: matches zero or more occurrences of *any* character. As such, it's not + * appropriate for use in a scheme, domain, etc. as it would match too much. (e.g. + * http://**.example.com/ would match http://evil.com/?ignore=.example.com/ and that might + * not have been the intention.) Its usage at the very end of the path is ok. (e.g. + * http://foo.example.com/templates/**). + * - **RegExp** (*see caveat below*) + * - *Caveat*: While regular expressions are powerful and offer great flexibility, their syntax + * (and all the inevitable escaping) makes them *harder to maintain*. It's easy to + * accidentally introduce a bug when one updates a complex expression (imho, all regexes should + * have good test coverage). For instance, the use of `.` in the regex is correct only in a + * small number of cases. A `.` character in the regex used when matching the scheme or a + * subdomain could be matched against a `:` or literal `.` that was likely not intended. It + * is highly recommended to use the string patterns and only fall back to regular expressions + * as a last resort. + * - The regular expression must be an instance of RegExp (i.e. not a string.) It is + * matched against the **entire** *normalized / absolute URL* of the resource being tested + * (even when the RegExp did not have the `^` and `$` codes.) In addition, any flags + * present on the RegExp (such as multiline, global, ignoreCase) are ignored. + * - If you are generating your JavaScript from some other templating engine (not + * recommended, e.g. in issue [#4006](https://github.com/angular/angular.js/issues/4006)), + * remember to escape your regular expression (and be aware that you might need more than + * one level of escaping depending on your templating engine and the way you interpolated + * the value.) Do make use of your platform's escaping mechanism as it might be good + * enough before coding your own. E.g. Ruby has + * [Regexp.escape(str)](http://www.ruby-doc.org/core-2.0.0/Regexp.html#method-c-escape) + * and Python has [re.escape](http://docs.python.org/library/re.html#re.escape). + * Javascript lacks a similar built in function for escaping. Take a look at Google + * Closure library's [goog.string.regExpEscape(s)]( + * http://docs.closure-library.googlecode.com/git/closure_goog_string_string.js.source.html#line962). + * + * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} for an example. + * + * ### Show me an example using SCE. + * + * + * + *
    + *

    + * User comments
    + * By default, HTML that isn't explicitly trusted (e.g. Alice's comment) is sanitized when + * $sanitize is available. If $sanitize isn't available, this results in an error instead of an + * exploit. + *
    + *
    + * {{userComment.name}}: + * + *
    + *
    + *
    + *
    + *
    + * + * + * angular.module('mySceApp', ['ngSanitize']) + * .controller('AppController', ['$http', '$templateCache', '$sce', + * function AppController($http, $templateCache, $sce) { + * var self = this; + * $http.get('test_data.json', {cache: $templateCache}).then(function(response) { + * self.userComments = response.data; + * }); + * self.explicitlyTrustedHtml = $sce.trustAsHtml( + * 'Hover over this text.'); + * }]); + * + * + * + * [ + * { "name": "Alice", + * "htmlComment": + * "Is anyone reading this?" + * }, + * { "name": "Bob", + * "htmlComment": "Yes! Am I the only other one?" + * } + * ] + * + * + * + * describe('SCE doc demo', function() { + * it('should sanitize untrusted values', function() { + * expect(element.all(by.css('.htmlComment')).first().getAttribute('innerHTML')) + * .toBe('Is anyone reading this?'); + * }); + * + * it('should NOT sanitize explicitly trusted values', function() { + * expect(element(by.id('explicitlyTrustedHtml')).getAttribute('innerHTML')).toBe( + * 'Hover over this text.'); + * }); + * }); + * + *
    + * + * + * + * ## Can I disable SCE completely? + * + * Yes, you can. However, this is strongly discouraged. SCE gives you a lot of security benefits + * for little coding overhead. It will be much harder to take an SCE disabled application and + * either secure it on your own or enable SCE at a later stage. It might make sense to disable SCE + * for cases where you have a lot of existing code that was written before SCE was introduced and + * you're migrating them a module at a time. Also do note that this is an app-wide setting, so if + * you are writing a library, you will cause security bugs applications using it. + * + * That said, here's how you can completely disable SCE: + * + * ``` + * angular.module('myAppWithSceDisabledmyApp', []).config(function($sceProvider) { + * // Completely disable SCE. For demonstration purposes only! + * // Do not use in new projects or libraries. + * $sceProvider.enabled(false); + * }); + * ``` + * + */ + +function $SceProvider() { + var enabled = true; + + /** + * @ngdoc method + * @name $sceProvider#enabled + * @kind function + * + * @param {boolean=} value If provided, then enables/disables SCE application-wide. + * @return {boolean} True if SCE is enabled, false otherwise. + * + * @description + * Enables/disables SCE and returns the current value. + */ + this.enabled = function(value) { + if (arguments.length) { + enabled = !!value; + } + return enabled; + }; + + + /* Design notes on the default implementation for SCE. + * + * The API contract for the SCE delegate + * ------------------------------------- + * The SCE delegate object must provide the following 3 methods: + * + * - trustAs(contextEnum, value) + * This method is used to tell the SCE service that the provided value is OK to use in the + * contexts specified by contextEnum. It must return an object that will be accepted by + * getTrusted() for a compatible contextEnum and return this value. + * + * - valueOf(value) + * For values that were not produced by trustAs(), return them as is. For values that were + * produced by trustAs(), return the corresponding input value to trustAs. Basically, if + * trustAs is wrapping the given values into some type, this operation unwraps it when given + * such a value. + * + * - getTrusted(contextEnum, value) + * This function should return the value that is safe to use in the context specified by + * contextEnum or throw and exception otherwise. + * + * NOTE: This contract deliberately does NOT state that values returned by trustAs() must be + * opaque or wrapped in some holder object. That happens to be an implementation detail. For + * instance, an implementation could maintain a registry of all trusted objects by context. In + * such a case, trustAs() would return the same object that was passed in. getTrusted() would + * return the same object passed in if it was found in the registry under a compatible context or + * throw an exception otherwise. An implementation might only wrap values some of the time based + * on some criteria. getTrusted() might return a value and not throw an exception for special + * constants or objects even if not wrapped. All such implementations fulfill this contract. + * + * + * A note on the inheritance model for SCE contexts + * ------------------------------------------------ + * I've used inheritance and made RESOURCE_URL wrapped types a subtype of URL wrapped types. This + * is purely an implementation details. + * + * The contract is simply this: + * + * getTrusted($sce.RESOURCE_URL, value) succeeding implies that getTrusted($sce.URL, value) + * will also succeed. + * + * Inheritance happens to capture this in a natural way. In some future, we may not use + * inheritance anymore. That is OK because no code outside of sce.js and sceSpecs.js would need to + * be aware of this detail. + */ + + this.$get = ['$parse', '$sceDelegate', function( + $parse, $sceDelegate) { + // Support: IE 9-11 only + // Prereq: Ensure that we're not running in IE<11 quirks mode. In that mode, IE < 11 allow + // the "expression(javascript expression)" syntax which is insecure. + if (enabled && msie < 8) { + throw $sceMinErr('iequirks', + 'Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks ' + + 'mode. You can fix this by adding the text to the top of your HTML ' + + 'document. See http://docs.angularjs.org/api/ng.$sce for more information.'); + } + + var sce = shallowCopy(SCE_CONTEXTS); + + /** + * @ngdoc method + * @name $sce#isEnabled + * @kind function + * + * @return {Boolean} True if SCE is enabled, false otherwise. If you want to set the value, you + * have to do it at module config time on {@link ng.$sceProvider $sceProvider}. + * + * @description + * Returns a boolean indicating if SCE is enabled. + */ + sce.isEnabled = function() { + return enabled; + }; + sce.trustAs = $sceDelegate.trustAs; + sce.getTrusted = $sceDelegate.getTrusted; + sce.valueOf = $sceDelegate.valueOf; + + if (!enabled) { + sce.trustAs = sce.getTrusted = function(type, value) { return value; }; + sce.valueOf = identity; + } + + /** + * @ngdoc method + * @name $sce#parseAs + * + * @description + * Converts AngularJS {@link guide/expression expression} into a function. This is like {@link + * ng.$parse $parse} and is identical when the expression is a literal constant. Otherwise, it + * wraps the expression in a call to {@link ng.$sce#getTrusted $sce.getTrusted(*type*, + * *result*)} + * + * @param {string} type The SCE context in which this result will be used. + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + sce.parseAs = function sceParseAs(type, expr) { + var parsed = $parse(expr); + if (parsed.literal && parsed.constant) { + return parsed; + } else { + return $parse(expr, function(value) { + return sce.getTrusted(type, value); + }); + } + }; + + /** + * @ngdoc method + * @name $sce#trustAs + * + * @description + * Delegates to {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. As such, returns a + * wrapped object that represents your value, and the trust you have in its safety for the given + * context. AngularJS can then use that value as-is in bindings of the specified secure context. + * This is used in bindings for `ng-bind-html`, `ng-include`, and most `src` attribute + * interpolations. See {@link ng.$sce $sce} for strict contextual escaping. + * + * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, + * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. + * + * @param {*} value The value that that should be considered trusted. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in the context you specified. + */ + + /** + * @ngdoc method + * @name $sce#trustAsHtml + * + * @description + * Shorthand method. `$sce.trustAsHtml(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.HTML, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.HTML` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.HTML` context (like `ng-bind-html`). + */ + + /** + * @ngdoc method + * @name $sce#trustAsCss + * + * @description + * Shorthand method. `$sce.trustAsCss(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.CSS, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.CSS` context. + * @return {*} A wrapped version of value that can be used as a trusted variant + * of your `value` in `$sce.CSS` context. This context is currently unused, so there are + * almost no reasons to use this function so far. + */ + + /** + * @ngdoc method + * @name $sce#trustAsUrl + * + * @description + * Shorthand method. `$sce.trustAsUrl(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.URL, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.URL` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.URL` context. That context is currently unused, so there are almost no reasons + * to use this function so far. + */ + + /** + * @ngdoc method + * @name $sce#trustAsResourceUrl + * + * @description + * Shorthand method. `$sce.trustAsResourceUrl(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.RESOURCE_URL, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.RESOURCE_URL` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.RESOURCE_URL` context (template URLs in `ng-include`, most `src` attribute + * bindings, ...) + */ + + /** + * @ngdoc method + * @name $sce#trustAsJs + * + * @description + * Shorthand method. `$sce.trustAsJs(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.JS, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.JS` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.JS` context. That context is currently unused, so there are almost no reasons to + * use this function so far. + */ + + /** + * @ngdoc method + * @name $sce#getTrusted + * + * @description + * Delegates to {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted`}. As such, + * takes any input, and either returns a value that's safe to use in the specified context, + * or throws an exception. This function is aware of trusted values created by the `trustAs` + * function and its shorthands, and when contexts are appropriate, returns the unwrapped value + * as-is. Finally, this function can also throw when there is no way to turn `maybeTrusted` in a + * safe value (e.g., no sanitization is available or possible.) + * + * @param {string} type The context in which this value is to be used. + * @param {*} maybeTrusted The result of a prior {@link ng.$sce#trustAs + * `$sce.trustAs`} call, or anything else (which will not be considered trusted.) + * @return {*} A version of the value that's safe to use in the given context, or throws an + * exception if this is impossible. + */ + + /** + * @ngdoc method + * @name $sce#getTrustedHtml + * + * @description + * Shorthand method. `$sce.getTrustedHtml(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.HTML, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.HTML, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedCss + * + * @description + * Shorthand method. `$sce.getTrustedCss(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.CSS, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.CSS, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedUrl + * + * @description + * Shorthand method. `$sce.getTrustedUrl(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.URL, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.URL, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedResourceUrl + * + * @description + * Shorthand method. `$sce.getTrustedResourceUrl(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.RESOURCE_URL, value)`} + * + * @param {*} value The value to pass to `$sceDelegate.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.RESOURCE_URL, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedJs + * + * @description + * Shorthand method. `$sce.getTrustedJs(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.JS, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.JS, value)` + */ + + /** + * @ngdoc method + * @name $sce#parseAsHtml + * + * @description + * Shorthand method. `$sce.parseAsHtml(expression string)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.HTML, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsCss + * + * @description + * Shorthand method. `$sce.parseAsCss(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.CSS, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsUrl + * + * @description + * Shorthand method. `$sce.parseAsUrl(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.URL, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsResourceUrl + * + * @description + * Shorthand method. `$sce.parseAsResourceUrl(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.RESOURCE_URL, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsJs + * + * @description + * Shorthand method. `$sce.parseAsJs(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.JS, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + // Shorthand delegations. + var parse = sce.parseAs, + getTrusted = sce.getTrusted, + trustAs = sce.trustAs; + + forEach(SCE_CONTEXTS, function(enumValue, name) { + var lName = lowercase(name); + sce[snakeToCamel('parse_as_' + lName)] = function(expr) { + return parse(enumValue, expr); + }; + sce[snakeToCamel('get_trusted_' + lName)] = function(value) { + return getTrusted(enumValue, value); + }; + sce[snakeToCamel('trust_as_' + lName)] = function(value) { + return trustAs(enumValue, value); + }; + }); + + return sce; + }]; +} diff --git a/src/ng/sniffer.js b/src/ng/sniffer.js index 9342fbd51b57..d30b99b9556c 100644 --- a/src/ng/sniffer.js +++ b/src/ng/sniffer.js @@ -1,14 +1,18 @@ 'use strict'; +/* exported $SnifferProvider */ + /** * !!! This is an undocumented "private" service !!! * - * @name ng.$sniffer + * @name $sniffer * @requires $window * @requires $document + * @this * * @property {boolean} history Does the browser support html5 history api ? - * @property {boolean} hashchange Does the browser support hashchange event ? + * @property {boolean} transitions Does the browser support CSS transition events ? + * @property {boolean} animations Does the browser support CSS animation events ? * * @description * This is very simple implementation of testing browser's features. @@ -16,23 +20,53 @@ function $SnifferProvider() { this.$get = ['$window', '$document', function($window, $document) { var eventSupport = {}, - android = int((/android (\d+)/.exec(lowercase($window.navigator.userAgent)) || [])[1]), - document = $document[0]; + // Chrome Packaged Apps are not allowed to access `history.pushState`. + // If not sandboxed, they can be detected by the presence of `chrome.app.runtime` + // (see https://developer.chrome.com/apps/api_index). If sandboxed, they can be detected by + // the presence of an extension runtime ID and the absence of other Chrome runtime APIs + // (see https://developer.chrome.com/apps/manifest/sandbox). + // (NW.js apps have access to Chrome APIs, but do support `history`.) + isNw = $window.nw && $window.nw.process, + isChromePackagedApp = + !isNw && + $window.chrome && + ($window.chrome.app && $window.chrome.app.runtime || + !$window.chrome.app && $window.chrome.runtime && $window.chrome.runtime.id), + hasHistoryPushState = !isChromePackagedApp && $window.history && $window.history.pushState, + android = + toInt((/android (\d+)/.exec(lowercase(($window.navigator || {}).userAgent)) || [])[1]), + boxee = /Boxee/i.test(($window.navigator || {}).userAgent), + document = $document[0] || {}, + bodyStyle = document.body && document.body.style, + transitions = false, + animations = false; + + if (bodyStyle) { + // Support: Android <5, Blackberry Browser 10, default Chrome in Android 4.4.x + // Mentioned browsers need a -webkit- prefix for transitions & animations. + transitions = !!('transition' in bodyStyle || 'webkitTransition' in bodyStyle); + animations = !!('animation' in bodyStyle || 'webkitAnimation' in bodyStyle); + } + return { // Android has history.pushState, but it does not update location correctly // so let's not use the history API at all. // http://code.google.com/p/android/issues/detail?id=17471 // https://github.com/angular/angular.js/issues/904 - history: !!($window.history && $window.history.pushState && !(android < 4)), - hashchange: 'onhashchange' in $window && - // IE8 compatible mode lies - (!document.documentMode || document.documentMode > 7), + + // older webkit browser (533.9) on Boxee box has exactly the same problem as Android has + // so let's not use the history API also + // We are purposefully using `!(android < 4)` to cover the case when `android` is undefined + history: !!(hasHistoryPushState && !(android < 4) && !boxee), hasEvent: function(event) { + // Support: IE 9-11 only // IE9 implements 'input' event it's so fubared that we rather pretend that it doesn't have // it. In particular the event is not fired when backspace or delete key are pressed or // when cut operation is performed. - if (event == 'input' && msie == 9) return false; + // IE10+ implements 'input' event but it erroneously fires under various situations, + // e.g. when placeholder changes, or a form is focused. + if (event === 'input' && msie) return false; if (isUndefined(eventSupport[event])) { var divElm = document.createElement('div'); @@ -41,7 +75,10 @@ function $SnifferProvider() { return eventSupport[event]; }, - csp: document.securityPolicy ? document.securityPolicy.isActive : false + csp: csp(), + transitions: transitions, + animations: animations, + android: android }; }]; } diff --git a/src/ng/taskTrackerFactory.js b/src/ng/taskTrackerFactory.js new file mode 100644 index 000000000000..04717da376e6 --- /dev/null +++ b/src/ng/taskTrackerFactory.js @@ -0,0 +1,122 @@ +'use strict'; + +/** + * ! This is a private undocumented service ! + * + * @name $$taskTrackerFactory + * @description + * A function to create `TaskTracker` instances. + * + * A `TaskTracker` can keep track of pending tasks (grouped by type) and can notify interested + * parties when all pending tasks (or tasks of a specific type) have been completed. + * + * @param {$log} log - A logger instance (such as `$log`). Used to log error during callback + * execution. + * + * @this + */ +function $$TaskTrackerFactoryProvider() { + this.$get = valueFn(function(log) { return new TaskTracker(log); }); +} + +function TaskTracker(log) { + var self = this; + var taskCounts = {}; + var taskCallbacks = []; + + var ALL_TASKS_TYPE = self.ALL_TASKS_TYPE = '$$all$$'; + var DEFAULT_TASK_TYPE = self.DEFAULT_TASK_TYPE = '$$default$$'; + + /** + * Execute the specified function and decrement the appropriate `taskCounts` counter. + * If the counter reaches 0, all corresponding `taskCallbacks` are executed. + * + * @param {Function} fn - The function to execute. + * @param {string=} [taskType=DEFAULT_TASK_TYPE] - The type of task that is being completed. + */ + self.completeTask = completeTask; + + /** + * Increase the task count for the specified task type (or the default task type if non is + * specified). + * + * @param {string=} [taskType=DEFAULT_TASK_TYPE] - The type of task whose count will be increased. + */ + self.incTaskCount = incTaskCount; + + /** + * Execute the specified callback when all pending tasks have been completed. + * + * If there are no pending tasks, the callback is executed immediately. You can optionally limit + * the tasks that will be waited for to a specific type, by passing a `taskType`. + * + * @param {function} callback - The function to call when there are no pending tasks. + * @param {string=} [taskType=ALL_TASKS_TYPE] - The type of tasks that will be waited for. + */ + self.notifyWhenNoPendingTasks = notifyWhenNoPendingTasks; + + function completeTask(fn, taskType) { + taskType = taskType || DEFAULT_TASK_TYPE; + + try { + fn(); + } finally { + decTaskCount(taskType); + + var countForType = taskCounts[taskType]; + var countForAll = taskCounts[ALL_TASKS_TYPE]; + + // If at least one of the queues (`ALL_TASKS_TYPE` or `taskType`) is empty, run callbacks. + if (!countForAll || !countForType) { + var getNextCallback = !countForAll ? getLastCallback : getLastCallbackForType; + var nextCb; + + while ((nextCb = getNextCallback(taskType))) { + try { + nextCb(); + } catch (e) { + log.error(e); + } + } + } + } + } + + function decTaskCount(taskType) { + taskType = taskType || DEFAULT_TASK_TYPE; + if (taskCounts[taskType]) { + taskCounts[taskType]--; + taskCounts[ALL_TASKS_TYPE]--; + } + } + + function getLastCallback() { + var cbInfo = taskCallbacks.pop(); + return cbInfo && cbInfo.cb; + } + + function getLastCallbackForType(taskType) { + for (var i = taskCallbacks.length - 1; i >= 0; --i) { + var cbInfo = taskCallbacks[i]; + if (cbInfo.type === taskType) { + taskCallbacks.splice(i, 1); + return cbInfo.cb; + } + } + } + + function incTaskCount(taskType) { + taskType = taskType || DEFAULT_TASK_TYPE; + taskCounts[taskType] = (taskCounts[taskType] || 0) + 1; + taskCounts[ALL_TASKS_TYPE] = (taskCounts[ALL_TASKS_TYPE] || 0) + 1; + } + + function notifyWhenNoPendingTasks(callback, taskType) { + taskType = taskType || ALL_TASKS_TYPE; + if (!taskCounts[taskType]) { + callback(); + } else { + taskCallbacks.push({type: taskType, cb: callback}); + } + } +} diff --git a/src/ng/templateRequest.js b/src/ng/templateRequest.js new file mode 100644 index 000000000000..27c4411179eb --- /dev/null +++ b/src/ng/templateRequest.js @@ -0,0 +1,123 @@ +'use strict'; + +var $templateRequestMinErr = minErr('$templateRequest'); + +/** + * @ngdoc provider + * @name $templateRequestProvider + * @this + * + * @description + * Used to configure the options passed to the {@link $http} service when making a template request. + * + * For example, it can be used for specifying the "Accept" header that is sent to the server, when + * requesting a template. + */ +function $TemplateRequestProvider() { + + var httpOptions; + + /** + * @ngdoc method + * @name $templateRequestProvider#httpOptions + * @description + * The options to be passed to the {@link $http} service when making the request. + * You can use this to override options such as the "Accept" header for template requests. + * + * The {@link $templateRequest} will set the `cache` and the `transformResponse` properties of the + * options if not overridden here. + * + * @param {string=} value new value for the {@link $http} options. + * @returns {string|self} Returns the {@link $http} options when used as getter and self if used as setter. + */ + this.httpOptions = function(val) { + if (val) { + httpOptions = val; + return this; + } + return httpOptions; + }; + + /** + * @ngdoc service + * @name $templateRequest + * + * @description + * The `$templateRequest` service runs security checks then downloads the provided template using + * `$http` and, upon success, stores the contents inside of `$templateCache`. If the HTTP request + * fails or the response data of the HTTP request is empty, a `$compile` error will be thrown (the + * exception can be thwarted by setting the 2nd parameter of the function to true). Note that the + * contents of `$templateCache` are trusted, so the call to `$sce.getTrustedUrl(tpl)` is omitted + * when `tpl` is of type string and `$templateCache` has the matching entry. + * + * If you want to pass custom options to the `$http` service, such as setting the Accept header you + * can configure this via {@link $templateRequestProvider#httpOptions}. + * + * `$templateRequest` is used internally by {@link $compile}, {@link ngRoute.$route}, and directives such + * as {@link ngInclude} to download and cache templates. + * + * 3rd party modules should use `$templateRequest` if their services or directives are loading + * templates. + * + * @param {string|TrustedResourceUrl} tpl The HTTP request template URL + * @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty + * + * @return {Promise} a promise for the HTTP response data of the given URL. + * + * @property {number} totalPendingRequests total amount of pending template requests being downloaded. + */ + this.$get = ['$exceptionHandler', '$templateCache', '$http', '$q', '$sce', + function($exceptionHandler, $templateCache, $http, $q, $sce) { + + function handleRequestFn(tpl, ignoreRequestError) { + handleRequestFn.totalPendingRequests++; + + // We consider the template cache holds only trusted templates, so + // there's no need to go through adding the template again to the trusted + // resources for keys that already are included in there. This also makes + // AngularJS accept any script directive, no matter its name. However, we + // still need to unwrap trusted types. + if (!isString(tpl) || isUndefined($templateCache.get(tpl))) { + tpl = $sce.getTrustedResourceUrl(tpl); + } + + var transformResponse = $http.defaults && $http.defaults.transformResponse; + + if (isArray(transformResponse)) { + transformResponse = transformResponse.filter(function(transformer) { + return transformer !== defaultHttpResponseTransform; + }); + } else if (transformResponse === defaultHttpResponseTransform) { + transformResponse = null; + } + + return $http.get(tpl, extend({ + cache: $templateCache, + transformResponse: transformResponse + }, httpOptions)) + .finally(function() { + handleRequestFn.totalPendingRequests--; + }) + .then(function(response) { + return $templateCache.put(tpl, response.data); + }, handleError); + + function handleError(resp) { + if (!ignoreRequestError) { + resp = $templateRequestMinErr('tpload', + 'Failed to load template: {0} (HTTP status: {1} {2})', + tpl, resp.status, resp.statusText); + + $exceptionHandler(resp); + } + + return $q.reject(resp); + } + } + + handleRequestFn.totalPendingRequests = 0; + + return handleRequestFn; + } + ]; +} diff --git a/src/ng/testability.js b/src/ng/testability.js new file mode 100644 index 000000000000..4471021af70f --- /dev/null +++ b/src/ng/testability.js @@ -0,0 +1,125 @@ +'use strict'; + +/** @this */ +function $$TestabilityProvider() { + this.$get = ['$rootScope', '$browser', '$location', + function($rootScope, $browser, $location) { + + /** + * @name $testability + * + * @description + * The private $$testability service provides a collection of methods for use when debugging + * or by automated test and debugging tools. + */ + var testability = {}; + + /** + * @name $$testability#findBindings + * + * @description + * Returns an array of elements that are bound (via ng-bind or {{}}) + * to expressions matching the input. + * + * @param {Element} element The element root to search from. + * @param {string} expression The binding expression to match. + * @param {boolean} opt_exactMatch If true, only returns exact matches + * for the expression. Filters and whitespace are ignored. + */ + testability.findBindings = function(element, expression, opt_exactMatch) { + var bindings = element.getElementsByClassName('ng-binding'); + var matches = []; + forEach(bindings, function(binding) { + var dataBinding = angular.element(binding).data('$binding'); + if (dataBinding) { + forEach(dataBinding, function(bindingName) { + if (opt_exactMatch) { + var matcher = new RegExp('(^|\\s)' + escapeForRegexp(expression) + '(\\s|\\||$)'); + if (matcher.test(bindingName)) { + matches.push(binding); + } + } else { + if (bindingName.indexOf(expression) !== -1) { + matches.push(binding); + } + } + }); + } + }); + return matches; + }; + + /** + * @name $$testability#findModels + * + * @description + * Returns an array of elements that are two-way found via ng-model to + * expressions matching the input. + * + * @param {Element} element The element root to search from. + * @param {string} expression The model expression to match. + * @param {boolean} opt_exactMatch If true, only returns exact matches + * for the expression. + */ + testability.findModels = function(element, expression, opt_exactMatch) { + var prefixes = ['ng-', 'data-ng-', 'ng\\:']; + for (var p = 0; p < prefixes.length; ++p) { + var attributeEquals = opt_exactMatch ? '=' : '*='; + var selector = '[' + prefixes[p] + 'model' + attributeEquals + '"' + expression + '"]'; + var elements = element.querySelectorAll(selector); + if (elements.length) { + return elements; + } + } + }; + + /** + * @name $$testability#getLocation + * + * @description + * Shortcut for getting the location in a browser agnostic way. Returns + * the path, search, and hash. (e.g. /path?a=b#hash) + */ + testability.getLocation = function() { + return $location.url(); + }; + + /** + * @name $$testability#setLocation + * + * @description + * Shortcut for navigating to a location without doing a full page reload. + * + * @param {string} url The location url (path, search and hash, + * e.g. /path?a=b#hash) to go to. + */ + testability.setLocation = function(url) { + if (url !== $location.url()) { + $location./service/http://github.com/url(url); + $rootScope.$digest(); + } + }; + + /** + * @name $$testability#whenStable + * + * @description + * Calls the callback when all pending tasks are completed. + * + * Types of tasks waited for include: + * - Pending timeouts (via {@link $timeout}). + * - Pending HTTP requests (via {@link $http}). + * - In-progress route transitions (via {@link $route}). + * - Pending tasks scheduled via {@link $rootScope#$applyAsync}. + * - Pending tasks scheduled via {@link $rootScope#$evalAsync}. + * These include tasks scheduled via `$evalAsync()` indirectly (such as {@link $q} promises). + * + * @param {function} callback + */ + testability.whenStable = function(callback) { + $browser.notifyWhenNoOutstandingRequests(callback); + }; + + return testability; + }]; +} diff --git a/src/ng/timeout.js b/src/ng/timeout.js index e92bca69a7bb..122c9a90e6eb 100644 --- a/src/ng/timeout.js +++ b/src/ng/timeout.js @@ -1,85 +1,108 @@ 'use strict'; +var $timeoutMinErr = minErr('$timeout'); +/** @this */ function $TimeoutProvider() { - this.$get = ['$rootScope', '$browser', '$q', '$exceptionHandler', - function($rootScope, $browser, $q, $exceptionHandler) { + this.$get = ['$rootScope', '$browser', '$q', '$$q', '$exceptionHandler', + function($rootScope, $browser, $q, $$q, $exceptionHandler) { + var deferreds = {}; - /** - * @ngdoc function - * @name ng.$timeout - * @requires $browser - * - * @description - * Angular's wrapper for `window.setTimeout`. The `fn` function is wrapped into a try/catch - * block and delegates any exceptions to - * {@link ng.$exceptionHandler $exceptionHandler} service. - * - * The return value of registering a timeout function is a promise which will be resolved when - * the timeout is reached and the timeout function is executed. - * - * To cancel a the timeout request, call `$timeout.cancel(promise)`. - * - * In tests you can use {@link ngMock.$timeout `$timeout.flush()`} to - * synchronously flush the queue of deferred functions. - * - * @param {function()} fn A function, who's execution should be delayed. - * @param {number=} [delay=0] Delay in milliseconds. - * @param {boolean=} [invokeApply=true] If set to false skips model dirty checking, otherwise - * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. - * @returns {Promise} Promise that will be resolved when the timeout is reached. The value this - * promise will be resolved with is the return value of the `fn` function. - */ + /** + * @ngdoc service + * @name $timeout + * + * @description + * AngularJS's wrapper for `window.setTimeout`. The `fn` function is wrapped into a try/catch + * block and delegates any exceptions to + * {@link ng.$exceptionHandler $exceptionHandler} service. + * + * The return value of calling `$timeout` is a promise, which will be resolved when + * the delay has passed and the timeout function, if provided, is executed. + * + * To cancel a timeout request, call `$timeout.cancel(promise)`. + * + * In tests you can use {@link ngMock.$timeout `$timeout.flush()`} to + * synchronously flush the queue of deferred functions. + * + * If you only want a promise that will be resolved after some specified delay + * then you can call `$timeout` without the `fn` function. + * + * @param {function()=} fn A function, whose execution should be delayed. + * @param {number=} [delay=0] Delay in milliseconds. + * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise + * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. + * @param {...*=} Pass additional parameters to the executed function. + * @returns {Promise} Promise that will be resolved when the timeout is reached. The promise + * will be resolved with the return value of the `fn` function. + * + */ function timeout(fn, delay, invokeApply) { - var deferred = $q.defer(), - promise = deferred.promise, + if (!isFunction(fn)) { + invokeApply = delay; + delay = fn; + fn = noop; + } + + var args = sliceArgs(arguments, 3), skipApply = (isDefined(invokeApply) && !invokeApply), - timeoutId, cleanup; + deferred = (skipApply ? $$q : $q).defer(), + promise = deferred.promise, + timeoutId; timeoutId = $browser.defer(function() { try { - deferred.resolve(fn()); - } catch(e) { + deferred.resolve(fn.apply(null, args)); + } catch (e) { deferred.reject(e); $exceptionHandler(e); + } finally { + delete deferreds[promise.$$timeoutId]; } if (!skipApply) $rootScope.$apply(); - }, delay); - - cleanup = function() { - delete deferreds[promise.$$timeoutId]; - }; + }, delay, '$timeout'); promise.$$timeoutId = timeoutId; deferreds[timeoutId] = deferred; - promise.then(cleanup, cleanup); return promise; } - /** - * @ngdoc function - * @name ng.$timeout#cancel - * @methodOf ng.$timeout - * - * @description - * Cancels a task associated with the `promise`. As a result of this the promise will be - * resolved with a rejection. - * - * @param {Promise=} promise Promise returned by the `$timeout` function. - * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully - * canceled. - */ + /** + * @ngdoc method + * @name $timeout#cancel + * + * @description + * Cancels a task associated with the `promise`. As a result of this, the promise will be + * resolved with a rejection. + * + * @param {Promise=} promise Promise returned by the `$timeout` function. + * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully + * canceled. + */ timeout.cancel = function(promise) { - if (promise && promise.$$timeoutId in deferreds) { - deferreds[promise.$$timeoutId].reject('canceled'); - return $browser.defer.cancel(promise.$$timeoutId); + if (!promise) return false; + + if (!promise.hasOwnProperty('$$timeoutId')) { + throw $timeoutMinErr('badprom', + '`$timeout.cancel()` called with a promise that was not generated by `$timeout()`.'); } - return false; + + if (!deferreds.hasOwnProperty(promise.$$timeoutId)) return false; + + var id = promise.$$timeoutId; + var deferred = deferreds[id]; + + // Timeout cancels should not report an unhandled promise. + markQExceptionHandled(deferred.promise); + deferred.reject('canceled'); + delete deferreds[id]; + + return $browser.defer.cancel(id); }; return timeout; diff --git a/src/ng/urlUtils.js b/src/ng/urlUtils.js new file mode 100644 index 000000000000..cda48a3e6087 --- /dev/null +++ b/src/ng/urlUtils.js @@ -0,0 +1,192 @@ +'use strict'; +// NOTE: The usage of window and document instead of $window and $document here is +// deliberate. This service depends on the specific behavior of anchor nodes created by the +// browser (resolving and parsing URLs) that is unlikely to be provided by mock objects and +// cause us to break tests. In addition, when the browser resolves a URL for XHR, it +// doesn't know about mocked locations and resolves URLs to the real document - which is +// exactly the behavior needed here. There is little value is mocking these out for this +// service. +var urlParsingNode = window.document.createElement('a'); +var originUrl = urlResolve(window.location.href); +var baseUrlParsingNode; + +urlParsingNode.href = 'http://[::1]/'; + +// Support: IE 9-11 only, Edge 16-17 only (fixed in 18 Preview) +// IE/Edge don't wrap IPv6 addresses' hostnames in square brackets +// when parsed out of an anchor element. +var ipv6InBrackets = urlParsingNode.hostname === '[::1]'; + +/** + * + * Implementation Notes for non-IE browsers + * ---------------------------------------- + * Assigning a URL to the href property of an anchor DOM node, even one attached to the DOM, + * results both in the normalizing and parsing of the URL. Normalizing means that a relative + * URL will be resolved into an absolute URL in the context of the application document. + * Parsing means that the anchor node's host, hostname, protocol, port, pathname and related + * properties are all populated to reflect the normalized URL. This approach has wide + * compatibility - Safari 1+, Mozilla 1+ etc. See + * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html + * + * Implementation Notes for IE + * --------------------------- + * IE <= 10 normalizes the URL when assigned to the anchor node similar to the other + * browsers. However, the parsed components will not be set if the URL assigned did not specify + * them. (e.g. if you assign a.href = "foo", then a.protocol, a.host, etc. will be empty.) We + * work around that by performing the parsing in a 2nd step by taking a previously normalized + * URL (e.g. by assigning to a.href) and assigning it a.href again. This correctly populates the + * properties such as protocol, hostname, port, etc. + * + * References: + * http://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement + * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html + * http://url.spec.whatwg.org/#urlutils + * https://github.com/angular/angular.js/pull/2902 + * http://james.padolsey.com/javascript/parsing-urls-with-the-dom/ + * + * @kind function + * @param {string|object} url The URL to be parsed. If `url` is not a string, it will be returned + * unchanged. + * @description Normalizes and parses a URL. + * @returns {object} Returns the normalized URL as a dictionary. + * + * | member name | Description | + * |---------------|------------------------------------------------------------------------| + * | href | A normalized version of the provided URL if it was not an absolute URL | + * | protocol | The protocol without the trailing colon | + * | host | The host and port (if the port is non-default) of the normalizedUrl | + * | search | The search params, minus the question mark | + * | hash | The hash string, minus the hash symbol | + * | hostname | The hostname | + * | port | The port, without ":" | + * | pathname | The pathname, beginning with "/" | + * + */ +function urlResolve(url) { + if (!isString(url)) return url; + + var href = url; + + // Support: IE 9-11 only + if (msie) { + // Normalize before parse. Refer Implementation Notes on why this is + // done in two steps on IE. + urlParsingNode.setAttribute('href', href); + href = urlParsingNode.href; + } + + urlParsingNode.setAttribute('href', href); + + var hostname = urlParsingNode.hostname; + + if (!ipv6InBrackets && hostname.indexOf(':') > -1) { + hostname = '[' + hostname + ']'; + } + + return { + href: urlParsingNode.href, + protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', + host: urlParsingNode.host, + search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', + hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', + hostname: hostname, + port: urlParsingNode.port, + pathname: (urlParsingNode.pathname.charAt(0) === '/') + ? urlParsingNode.pathname + : '/' + urlParsingNode.pathname + }; +} + +/** + * Parse a request URL and determine whether this is a same-origin request as the application + * document. + * + * @param {string|object} requestUrl The url of the request as a string that will be resolved + * or a parsed URL object. + * @returns {boolean} Whether the request is for the same origin as the application document. + */ +function urlIsSameOrigin(requestUrl) { + return urlsAreSameOrigin(requestUrl, originUrl); +} + +/** + * Parse a request URL and determine whether it is same-origin as the current document base URL. + * + * Note: The base URL is usually the same as the document location (`location.href`) but can + * be overriden by using the `` tag. + * + * @param {string|object} requestUrl The url of the request as a string that will be resolved + * or a parsed URL object. + * @returns {boolean} Whether the URL is same-origin as the document base URL. + */ +function urlIsSameOriginAsBaseUrl(requestUrl) { + return urlsAreSameOrigin(requestUrl, getBaseUrl()); +} + +/** + * Create a function that can check a URL's origin against a list of allowed/trusted origins. + * The current location's origin is implicitly trusted. + * + * @param {string[]} trustedOriginUrls - A list of URLs (strings), whose origins are trusted. + * + * @returns {Function} - A function that receives a URL (string or parsed URL object) and returns + * whether it is of an allowed origin. + */ +function urlIsAllowedOriginFactory(trustedOriginUrls) { + var parsedAllowedOriginUrls = [originUrl].concat(trustedOriginUrls.map(urlResolve)); + + /** + * Check whether the specified URL (string or parsed URL object) has an origin that is allowed + * based on a list of trusted-origin URLs. The current location's origin is implicitly + * trusted. + * + * @param {string|Object} requestUrl - The URL to be checked (provided as a string that will be + * resolved or a parsed URL object). + * + * @returns {boolean} - Whether the specified URL is of an allowed origin. + */ + return function urlIsAllowedOrigin(requestUrl) { + var parsedUrl = urlResolve(requestUrl); + return parsedAllowedOriginUrls.some(urlsAreSameOrigin.bind(null, parsedUrl)); + }; +} + +/** + * Determine if two URLs share the same origin. + * + * @param {string|Object} url1 - First URL to compare as a string or a normalized URL in the form of + * a dictionary object returned by `urlResolve()`. + * @param {string|object} url2 - Second URL to compare as a string or a normalized URL in the form + * of a dictionary object returned by `urlResolve()`. + * + * @returns {boolean} - True if both URLs have the same origin, and false otherwise. + */ +function urlsAreSameOrigin(url1, url2) { + url1 = urlResolve(url1); + url2 = urlResolve(url2); + + return (url1.protocol === url2.protocol && + url1.host === url2.host); +} + +/** + * Returns the current document base URL. + * @returns {string} + */ +function getBaseUrl() { + if (window.document.baseURI) { + return window.document.baseURI; + } + + // `document.baseURI` is available everywhere except IE + if (!baseUrlParsingNode) { + baseUrlParsingNode = window.document.createElement('a'); + baseUrlParsingNode.href = '.'; + + // Work-around for IE bug described in Implementation Notes. The fix in `urlResolve()` is not + // suitable here because we need to track changes to the base URL. + baseUrlParsingNode = baseUrlParsingNode.cloneNode(false); + } + return baseUrlParsingNode.href; +} diff --git a/src/ng/window.js b/src/ng/window.js index a23d23069506..27ddb7d8f73e 100644 --- a/src/ng/window.js +++ b/src/ng/window.js @@ -1,28 +1,47 @@ 'use strict'; /** - * @ngdoc object - * @name ng.$window + * @ngdoc service + * @name $window + * @this * * @description * A reference to the browser's `window` object. While `window` * is globally available in JavaScript, it causes testability problems, because - * it is a global variable. In angular we always refer to it through the - * `$window` service, so it may be overriden, removed or mocked for testing. + * it is a global variable. In AngularJS we always refer to it through the + * `$window` service, so it may be overridden, removed or mocked for testing. * - * All expressions are evaluated with respect to current scope so they don't - * suffer from window globality. + * Expressions, like the one defined for the `ngClick` directive in the example + * below, are evaluated with respect to the current scope. Therefore, there is + * no risk of inadvertently coding in a dependency on a global value in such an + * expression. * * @example - - - - - - - - + + + +
    + + +
    +
    + + it('should display the greeting in the input box', function() { + element(by.model('greeting')).sendKeys('Hello, E2E Tests'); + // If we click the button it will block the test runner + // element(':button').click(); + }); + +
    */ -function $WindowProvider(){ +function $WindowProvider() { this.$get = valueFn(window); } diff --git a/src/ngAnimate/.eslintrc.json b/src/ngAnimate/.eslintrc.json new file mode 100644 index 000000000000..2c29ef3ce220 --- /dev/null +++ b/src/ngAnimate/.eslintrc.json @@ -0,0 +1,85 @@ +{ + "rules": { + "maxlen": "off", /* ngAnimate docs contain wide tables */ + "new-cap": "off" + }, + + "globals": { + /* ng helpers */ + "copy": true, + "extend": true, + "forEach": true, + "isArray": true, + "isDefined": true, + "isElement": true, + "isFunction": true, + "isObject": true, + "isString": true, + "isUndefined": true, + "jqLite": true, + "noop": true, + + /* ngAnimate constants */ + "COMMENT_NODE": true, + "ELEMENT_NODE": true, + "NG_ANIMATE_CLASSNAME": true, + "NG_ANIMATE_CHILDREN_DATA": true, + + /* ngAnimate className constants */ + "ADD_CLASS_SUFFIX": true, + "REMOVE_CLASS_SUFFIX": true, + "EVENT_CLASS_PREFIX": true, + "ACTIVE_CLASS_SUFFIX": true, + "PREPARE_CLASS_SUFFIX": true, + + /* ngAnimate CSS constants */ + "ANIMATION_DELAY_PROP": true, + "ANIMATION_DURATION_PROP": true, + "ANIMATION_ITERATION_COUNT_KEY": true, + "ANIMATION_PROP": true, + "ANIMATIONEND_EVENT": true, + "DELAY_KEY": true, + "DURATION_KEY": true, + "PROPERTY_KEY": true, + "SAFE_FAST_FORWARD_DURATION_VALUE": true, + "TIMING_KEY": true, + "TRANSITION_DELAY_PROP": true, + "TRANSITION_DURATION_PROP": true, + "TRANSITION_PROP": true, + "TRANSITIONEND_EVENT": true, + + /* ngAnimate helpers */ + "applyAnimationClassesFactory": false, + "applyAnimationFromStyles": false, + "applyAnimationStyles": false, + "applyAnimationToStyles": false, + "applyGeneratedPreparationClasses": false, + "applyInlineStyle": false, + "assertArg": false, + "blockKeyframeAnimations": false, + "clearGeneratedClasses": false, + "concatWithSpace": false, + "extractElementNode": false, + "getDomNode": false, + "helpers": false, + "mergeAnimationDetails": false, + "mergeClasses": false, + "packageStyles": false, + "pendClasses": false, + "prepareAnimationOptions": false, + "removeFromArray": false, + "stripCommentsFromElement": false, + + /* ngAnimate directives/services */ + "ngAnimateSwapDirective": true, + "$$rAFSchedulerFactory": true, + "$$AnimateCacheProvider": true, + "$$AnimateChildrenDirective": true, + "$$AnimateQueueProvider": true, + "$$AnimationProvider": true, + "$AnimateCssProvider": true, + "$$AnimateCssDriverProvider": true, + "$$AnimateJsProvider": true, + "$$AnimateJsDriverProvider": true + } +} diff --git a/src/ngAnimate/animateCache.js b/src/ngAnimate/animateCache.js new file mode 100644 index 000000000000..4465f2a9bcaa --- /dev/null +++ b/src/ngAnimate/animateCache.js @@ -0,0 +1,57 @@ +'use strict'; + +/** @this */ +var $$AnimateCacheProvider = function() { + + var KEY = '$$ngAnimateParentKey'; + var parentCounter = 0; + var cache = Object.create(null); + + this.$get = [function() { + return { + cacheKey: function(node, method, addClass, removeClass) { + var parentNode = node.parentNode; + var parentID = parentNode[KEY] || (parentNode[KEY] = ++parentCounter); + var parts = [parentID, method, node.getAttribute('class')]; + if (addClass) { + parts.push(addClass); + } + if (removeClass) { + parts.push(removeClass); + } + return parts.join(' '); + }, + + containsCachedAnimationWithoutDuration: function(key) { + var entry = cache[key]; + + // nothing cached, so go ahead and animate + // otherwise it should be a valid animation + return (entry && !entry.isValid) || false; + }, + + flush: function() { + cache = Object.create(null); + }, + + count: function(key) { + var entry = cache[key]; + return entry ? entry.total : 0; + }, + + get: function(key) { + var entry = cache[key]; + return entry && entry.value; + }, + + put: function(key, value, isValid) { + if (!cache[key]) { + cache[key] = { total: 1, value: value, isValid: isValid }; + } else { + cache[key].total++; + cache[key].value = value; + } + } + }; + }]; +}; diff --git a/src/ngAnimate/animateChildrenDirective.js b/src/ngAnimate/animateChildrenDirective.js new file mode 100644 index 000000000000..bf264791513b --- /dev/null +++ b/src/ngAnimate/animateChildrenDirective.js @@ -0,0 +1,100 @@ +'use strict'; + +/** + * @ngdoc directive + * @name ngAnimateChildren + * @restrict AE + * @element ANY + * + * @description + * + * ngAnimateChildren allows you to specify that children of this element should animate even if any + * of the children's parents are currently animating. By default, when an element has an active `enter`, `leave`, or `move` + * (structural) animation, child elements that also have an active structural animation are not animated. + * + * Note that even if `ngAnimateChildren` is set, no child animations will run when the parent element is removed from the DOM (`leave` animation). + * + * + * @param {string} ngAnimateChildren If the value is empty, `true` or `on`, + * then child animations are allowed. If the value is `false`, child animations are not allowed. + * + * @example + * + +
    + + +
    +
    +
    + List of items: +
    Item {{item}}
    +
    +
    +
    +
    + + + .container.ng-enter, + .container.ng-leave { + transition: all ease 1.5s; + } + + .container.ng-enter, + .container.ng-leave-active { + opacity: 0; + } + + .container.ng-leave, + .container.ng-enter-active { + opacity: 1; + } + + .item { + background: firebrick; + color: #FFF; + margin-bottom: 10px; + } + + .item.ng-enter, + .item.ng-leave { + transition: transform 1.5s ease; + } + + .item.ng-enter { + transform: translateX(50px); + } + + .item.ng-enter-active { + transform: translateX(0); + } + + + angular.module('ngAnimateChildren', ['ngAnimate']) + .controller('MainController', function MainController() { + this.animateChildren = false; + this.enterElement = false; + }); + +
    + */ +var $$AnimateChildrenDirective = ['$interpolate', function($interpolate) { + return { + link: function(scope, element, attrs) { + var val = attrs.ngAnimateChildren; + if (isString(val) && val.length === 0) { //empty attribute + element.data(NG_ANIMATE_CHILDREN_DATA, true); + } else { + // Interpolate and set the value, so that it is available to + // animations that run right after compilation + setData($interpolate(val)(scope)); + attrs.$observe('ngAnimateChildren', setData); + } + + function setData(value) { + value = value === 'on' || value === 'true'; + element.data(NG_ANIMATE_CHILDREN_DATA, value); + } + } + }; +}]; diff --git a/src/ngAnimate/animateCss.js b/src/ngAnimate/animateCss.js new file mode 100644 index 000000000000..8f69edfbd6cf --- /dev/null +++ b/src/ngAnimate/animateCss.js @@ -0,0 +1,990 @@ +'use strict'; + +/* exported $AnimateCssProvider */ + +var ANIMATE_TIMER_KEY = '$$animateCss'; + +/** + * @ngdoc service + * @name $animateCss + * @kind object + * + * @description + * The `$animateCss` service is a useful utility to trigger customized CSS-based transitions/keyframes + * from a JavaScript-based animation or directly from a directive. The purpose of `$animateCss` is NOT + * to side-step how `$animate` and ngAnimate work, but the goal is to allow pre-existing animations or + * directives to create more complex animations that can be purely driven using CSS code. + * + * Note that only browsers that support CSS transitions and/or keyframe animations are capable of + * rendering animations triggered via `$animateCss` (bad news for IE9 and lower). + * + * ## General Use + * Once again, `$animateCss` is designed to be used inside of a registered JavaScript animation that + * is powered by ngAnimate. It is possible to use `$animateCss` directly inside of a directive, however, + * any automatic control over cancelling animations and/or preventing animations from being run on + * child elements will not be handled by AngularJS. For this to work as expected, please use `$animate` to + * trigger the animation and then setup a JavaScript animation that injects `$animateCss` to trigger + * the CSS animation. + * + * The example below shows how we can create a folding animation on an element using `ng-if`: + * + * ```html + * + *
    + * This element will go BOOM + *
    + * + * ``` + * + * Now we create the **JavaScript animation** that will trigger the CSS transition: + * + * ```js + * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { + * return { + * enter: function(element, doneFn) { + * var height = element[0].offsetHeight; + * return $animateCss(element, { + * from: { height:'0px' }, + * to: { height:height + 'px' }, + * duration: 1 // one second + * }); + * } + * } + * }]); + * ``` + * + * ## More Advanced Uses + * + * `$animateCss` is the underlying code that ngAnimate uses to power **CSS-based animations** behind the scenes. Therefore CSS hooks + * like `.ng-EVENT`, `.ng-EVENT-active`, `.ng-EVENT-stagger` are all features that can be triggered using `$animateCss` via JavaScript code. + * + * This also means that just about any combination of adding classes, removing classes, setting styles, dynamically setting a keyframe animation, + * applying a hardcoded duration or delay value, changing the animation easing or applying a stagger animation are all options that work with + * `$animateCss`. The service itself is smart enough to figure out the combination of options and examine the element styling properties in order + * to provide a working animation that will run in CSS. + * + * The example below showcases a more advanced version of the `.fold-animation` from the example above: + * + * ```js + * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { + * return { + * enter: function(element, doneFn) { + * var height = element[0].offsetHeight; + * return $animateCss(element, { + * addClass: 'red large-text pulse-twice', + * easing: 'ease-out', + * from: { height:'0px' }, + * to: { height:height + 'px' }, + * duration: 1 // one second + * }); + * } + * } + * }]); + * ``` + * + * Since we're adding/removing CSS classes then the CSS transition will also pick those up: + * + * ```css + * /* since a hardcoded duration value of 1 was provided in the JavaScript animation code, + * the CSS classes below will be transitioned despite them being defined as regular CSS classes */ + * .red { background:red; } + * .large-text { font-size:20px; } + * + * /* we can also use a keyframe animation and $animateCss will make it work alongside the transition */ + * .pulse-twice { + * animation: 0.5s pulse linear 2; + * -webkit-animation: 0.5s pulse linear 2; + * } + * + * @keyframes pulse { + * from { transform: scale(0.5); } + * to { transform: scale(1.5); } + * } + * + * @-webkit-keyframes pulse { + * from { -webkit-transform: scale(0.5); } + * to { -webkit-transform: scale(1.5); } + * } + * ``` + * + * Given this complex combination of CSS classes, styles and options, `$animateCss` will figure everything out and make the animation happen. + * + * ## How the Options are handled + * + * `$animateCss` is very versatile and intelligent when it comes to figuring out what configurations to apply to the element to ensure the animation + * works with the options provided. Say for example we were adding a class that contained a keyframe value and we wanted to also animate some inline + * styles using the `from` and `to` properties. + * + * ```js + * var animator = $animateCss(element, { + * from: { background:'red' }, + * to: { background:'blue' } + * }); + * animator.start(); + * ``` + * + * ```css + * .rotating-animation { + * animation:0.5s rotate linear; + * -webkit-animation:0.5s rotate linear; + * } + * + * @keyframes rotate { + * from { transform: rotate(0deg); } + * to { transform: rotate(360deg); } + * } + * + * @-webkit-keyframes rotate { + * from { -webkit-transform: rotate(0deg); } + * to { -webkit-transform: rotate(360deg); } + * } + * ``` + * + * The missing pieces here are that we do not have a transition set (within the CSS code nor within the `$animateCss` options) and the duration of the animation is + * going to be detected from what the keyframe styles on the CSS class are. In this event, `$animateCss` will automatically create an inline transition + * style matching the duration detected from the keyframe style (which is present in the CSS class that is being added) and then prepare both the transition + * and keyframe animations to run in parallel on the element. Then when the animation is underway the provided `from` and `to` CSS styles will be applied + * and spread across the transition and keyframe animation. + * + * ## What is returned + * + * `$animateCss` works in two stages: a preparation phase and an animation phase. Therefore when `$animateCss` is first called it will NOT actually + * start the animation. All that is going on here is that the element is being prepared for the animation (which means that the generated CSS classes are + * added and removed on the element). Once `$animateCss` is called it will return an object with the following properties: + * + * ```js + * var animator = $animateCss(element, { ... }); + * ``` + * + * Now what do the contents of our `animator` variable look like: + * + * ```js + * { + * // starts the animation + * start: Function, + * + * // ends (aborts) the animation + * end: Function + * } + * ``` + * + * To actually start the animation we need to run `animation.start()` which will then return a promise that we can hook into to detect when the animation ends. + * If we choose not to run the animation then we MUST run `animation.end()` to perform a cleanup on the element (since some CSS classes and styles may have been + * applied to the element during the preparation phase). Note that all other properties such as duration, delay, transitions and keyframes are just properties + * and that changing them will not reconfigure the parameters of the animation. + * + * ### runner.done() vs runner.then() + * It is documented that `animation.start()` will return a promise object and this is true, however, there is also an additional method available on the + * runner called `.done(callbackFn)`. The done method works the same as `.finally(callbackFn)`, however, it does **not trigger a digest to occur**. + * Therefore, for performance reasons, it's always best to use `runner.done(callback)` instead of `runner.then()`, `runner.catch()` or `runner.finally()` + * unless you really need a digest to kick off afterwards. + * + * Keep in mind that, to make this easier, ngAnimate has tweaked the JS animations API to recognize when a runner instance is returned from $animateCss + * (so there is no need to call `runner.done(doneFn)` inside of your JavaScript animation code). + * Check the {@link ngAnimate.$animateCss#usage animation code above} to see how this works. + * + * @param {DOMElement} element the element that will be animated + * @param {object} options the animation-related options that will be applied during the animation + * + * * `event` - The DOM event (e.g. enter, leave, move). When used, a generated CSS class of `ng-EVENT` and `ng-EVENT-active` will be applied + * to the element during the animation. Multiple events can be provided when spaces are used as a separator. (Note that this will not perform any DOM operation.) + * * `structural` - Indicates that the `ng-` prefix will be added to the event class. Setting to `false` or omitting will turn `ng-EVENT` and + * `ng-EVENT-active` in `EVENT` and `EVENT-active`. Unused if `event` is omitted. + * * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both). + * * `transitionStyle` - The raw CSS transition style that will be used (e.g. `1s linear all`). + * * `keyframeStyle` - The raw CSS keyframe animation style that will be used (e.g. `1s my_animation linear`). + * * `from` - The starting CSS styles (a key/value object) that will be applied at the start of the animation. + * * `to` - The ending CSS styles (a key/value object) that will be applied across the animation via a CSS transition. + * * `addClass` - A space separated list of CSS classes that will be added to the element and spread across the animation. + * * `removeClass` - A space separated list of CSS classes that will be removed from the element and spread across the animation. + * * `duration` - A number value representing the total duration of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `0` + * is provided then the animation will be skipped entirely. + * * `delay` - A number value representing the total delay of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `true` is + * used then whatever delay value is detected from the CSS classes will be mirrored on the elements styles (e.g. by setting delay true then the style value + * of the element will be `transition-delay: DETECTED_VALUE`). Using `true` is useful when you want the CSS classes and inline styles to all share the same + * CSS delay value. + * * `stagger` - A numeric time value representing the delay between successively animated elements + * ({@link ngAnimate#css-staggering-animations Click here to learn how CSS-based staggering works in ngAnimate.}) + * * `staggerIndex` - The numeric index representing the stagger item (e.g. a value of 5 is equal to the sixth item in the stagger; therefore when a + * `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`) + * * `applyClassesEarly` - Whether or not the classes being added or removed will be used when detecting the animation. This is set by `$animate` when enter/leave/move animations are fired to ensure that the CSS classes are resolved in time. (Note that this will prevent any transitions from occurring on the classes being added and removed.) + * * `cleanupStyles` - Whether or not the provided `from` and `to` styles will be removed once + * the animation is closed. This is useful for when the styles are used purely for the sake of + * the animation and do not have a lasting visual effect on the element (e.g. a collapse and open animation). + * By default this value is set to `false`. + * + * @return {object} an object with start and end methods and details about the animation. + * + * * `start` - The method to start the animation. This will return a `Promise` when called. + * * `end` - This method will cancel the animation and remove all applied CSS classes and styles. + */ +var ONE_SECOND = 1000; + +var ELAPSED_TIME_MAX_DECIMAL_PLACES = 3; +var CLOSING_TIME_BUFFER = 1.5; + +var DETECT_CSS_PROPERTIES = { + transitionDuration: TRANSITION_DURATION_PROP, + transitionDelay: TRANSITION_DELAY_PROP, + transitionProperty: TRANSITION_PROP + PROPERTY_KEY, + animationDuration: ANIMATION_DURATION_PROP, + animationDelay: ANIMATION_DELAY_PROP, + animationIterationCount: ANIMATION_PROP + ANIMATION_ITERATION_COUNT_KEY +}; + +var DETECT_STAGGER_CSS_PROPERTIES = { + transitionDuration: TRANSITION_DURATION_PROP, + transitionDelay: TRANSITION_DELAY_PROP, + animationDuration: ANIMATION_DURATION_PROP, + animationDelay: ANIMATION_DELAY_PROP +}; + +function getCssKeyframeDurationStyle(duration) { + return [ANIMATION_DURATION_PROP, duration + 's']; +} + +function getCssDelayStyle(delay, isKeyframeAnimation) { + var prop = isKeyframeAnimation ? ANIMATION_DELAY_PROP : TRANSITION_DELAY_PROP; + return [prop, delay + 's']; +} + +function computeCssStyles($window, element, properties) { + var styles = Object.create(null); + var detectedStyles = $window.getComputedStyle(element) || {}; + forEach(properties, function(formalStyleName, actualStyleName) { + var val = detectedStyles[formalStyleName]; + if (val) { + var c = val.charAt(0); + + // only numerical-based values have a negative sign or digit as the first value + if (c === '-' || c === '+' || c >= 0) { + val = parseMaxTime(val); + } + + // by setting this to null in the event that the delay is not set or is set directly as 0 + // then we can still allow for negative values to be used later on and not mistake this + // value for being greater than any other negative value. + if (val === 0) { + val = null; + } + styles[actualStyleName] = val; + } + }); + + return styles; +} + +function parseMaxTime(str) { + var maxValue = 0; + var values = str.split(/\s*,\s*/); + forEach(values, function(value) { + // it's always safe to consider only second values and omit `ms` values since + // getComputedStyle will always handle the conversion for us + if (value.charAt(value.length - 1) === 's') { + value = value.substring(0, value.length - 1); + } + value = parseFloat(value) || 0; + maxValue = maxValue ? Math.max(value, maxValue) : value; + }); + return maxValue; +} + +function truthyTimingValue(val) { + return val === 0 || val != null; +} + +function getCssTransitionDurationStyle(duration, applyOnlyDuration) { + var style = TRANSITION_PROP; + var value = duration + 's'; + if (applyOnlyDuration) { + style += DURATION_KEY; + } else { + value += ' linear all'; + } + return [style, value]; +} + +// we do not reassign an already present style value since +// if we detect the style property value again we may be +// detecting styles that were added via the `from` styles. +// We make use of `isDefined` here since an empty string +// or null value (which is what getPropertyValue will return +// for a non-existing style) will still be marked as a valid +// value for the style (a falsy value implies that the style +// is to be removed at the end of the animation). If we had a simple +// "OR" statement then it would not be enough to catch that. +function registerRestorableStyles(backup, node, properties) { + forEach(properties, function(prop) { + backup[prop] = isDefined(backup[prop]) + ? backup[prop] + : node.style.getPropertyValue(prop); + }); +} + +var $AnimateCssProvider = ['$animateProvider', /** @this */ function($animateProvider) { + + this.$get = ['$window', '$$jqLite', '$$AnimateRunner', '$timeout', '$$animateCache', + '$$forceReflow', '$sniffer', '$$rAFScheduler', '$$animateQueue', + function($window, $$jqLite, $$AnimateRunner, $timeout, $$animateCache, + $$forceReflow, $sniffer, $$rAFScheduler, $$animateQueue) { + + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + + function computeCachedCssStyles(node, className, cacheKey, allowNoDuration, properties) { + var timings = $$animateCache.get(cacheKey); + + if (!timings) { + timings = computeCssStyles($window, node, properties); + if (timings.animationIterationCount === 'infinite') { + timings.animationIterationCount = 1; + } + } + + // if a css animation has no duration we + // should mark that so that repeated addClass/removeClass calls are skipped + var hasDuration = allowNoDuration || (timings.transitionDuration > 0 || timings.animationDuration > 0); + + // we keep putting this in multiple times even though the value and the cacheKey are the same + // because we're keeping an internal tally of how many duplicate animations are detected. + $$animateCache.put(cacheKey, timings, hasDuration); + + return timings; + } + + function computeCachedCssStaggerStyles(node, className, cacheKey, properties) { + var stagger; + var staggerCacheKey = 'stagger-' + cacheKey; + + // if we have one or more existing matches of matching elements + // containing the same parent + CSS styles (which is how cacheKey works) + // then staggering is possible + if ($$animateCache.count(cacheKey) > 0) { + stagger = $$animateCache.get(staggerCacheKey); + + if (!stagger) { + var staggerClassName = pendClasses(className, '-stagger'); + + $$jqLite.addClass(node, staggerClassName); + + stagger = computeCssStyles($window, node, properties); + + // force the conversion of a null value to zero incase not set + stagger.animationDuration = Math.max(stagger.animationDuration, 0); + stagger.transitionDuration = Math.max(stagger.transitionDuration, 0); + + $$jqLite.removeClass(node, staggerClassName); + + $$animateCache.put(staggerCacheKey, stagger, true); + } + } + + return stagger || {}; + } + + var rafWaitQueue = []; + function waitUntilQuiet(callback) { + rafWaitQueue.push(callback); + $$rAFScheduler.waitUntilQuiet(function() { + $$animateCache.flush(); + + // DO NOT REMOVE THIS LINE OR REFACTOR OUT THE `pageWidth` variable. + // PLEASE EXAMINE THE `$$forceReflow` service to understand why. + var pageWidth = $$forceReflow(); + + // we use a for loop to ensure that if the queue is changed + // during this looping then it will consider new requests + for (var i = 0; i < rafWaitQueue.length; i++) { + rafWaitQueue[i](pageWidth); + } + rafWaitQueue.length = 0; + }); + } + + function computeTimings(node, className, cacheKey, allowNoDuration) { + var timings = computeCachedCssStyles(node, className, cacheKey, allowNoDuration, DETECT_CSS_PROPERTIES); + var aD = timings.animationDelay; + var tD = timings.transitionDelay; + timings.maxDelay = aD && tD + ? Math.max(aD, tD) + : (aD || tD); + timings.maxDuration = Math.max( + timings.animationDuration * timings.animationIterationCount, + timings.transitionDuration); + + return timings; + } + + return function init(element, initialOptions) { + // all of the animation functions should create + // a copy of the options data, however, if a + // parent service has already created a copy then + // we should stick to using that + var options = initialOptions || {}; + if (!options.$$prepared) { + options = prepareAnimationOptions(copy(options)); + } + + var restoreStyles = {}; + var node = getDomNode(element); + if (!node + || !node.parentNode + || !$$animateQueue.enabled()) { + return closeAndReturnNoopAnimator(); + } + + var temporaryStyles = []; + var classes = element.attr('class'); + var styles = packageStyles(options); + var animationClosed; + var animationPaused; + var animationCompleted; + var runner; + var runnerHost; + var maxDelay; + var maxDelayTime; + var maxDuration; + var maxDurationTime; + var startTime; + var events = []; + + if (options.duration === 0 || (!$sniffer.animations && !$sniffer.transitions)) { + return closeAndReturnNoopAnimator(); + } + + var method = options.event && isArray(options.event) + ? options.event.join(' ') + : options.event; + + var isStructural = method && options.structural; + var structuralClassName = ''; + var addRemoveClassName = ''; + + if (isStructural) { + structuralClassName = pendClasses(method, EVENT_CLASS_PREFIX, true); + } else if (method) { + structuralClassName = method; + } + + if (options.addClass) { + addRemoveClassName += pendClasses(options.addClass, ADD_CLASS_SUFFIX); + } + + if (options.removeClass) { + if (addRemoveClassName.length) { + addRemoveClassName += ' '; + } + addRemoveClassName += pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX); + } + + // there may be a situation where a structural animation is combined together + // with CSS classes that need to resolve before the animation is computed. + // However this means that there is no explicit CSS code to block the animation + // from happening (by setting 0s none in the class name). If this is the case + // we need to apply the classes before the first rAF so we know to continue if + // there actually is a detected transition or keyframe animation + if (options.applyClassesEarly && addRemoveClassName.length) { + applyAnimationClasses(element, options); + } + + var preparationClasses = [structuralClassName, addRemoveClassName].join(' ').trim(); + var fullClassName = classes + ' ' + preparationClasses; + var hasToStyles = styles.to && Object.keys(styles.to).length > 0; + var containsKeyframeAnimation = (options.keyframeStyle || '').length > 0; + + // there is no way we can trigger an animation if no styles and + // no classes are being applied which would then trigger a transition, + // unless there a is raw keyframe value that is applied to the element. + if (!containsKeyframeAnimation + && !hasToStyles + && !preparationClasses) { + return closeAndReturnNoopAnimator(); + } + + var stagger, cacheKey = $$animateCache.cacheKey(node, method, options.addClass, options.removeClass); + if ($$animateCache.containsCachedAnimationWithoutDuration(cacheKey)) { + preparationClasses = null; + return closeAndReturnNoopAnimator(); + } + + if (options.stagger > 0) { + var staggerVal = parseFloat(options.stagger); + stagger = { + transitionDelay: staggerVal, + animationDelay: staggerVal, + transitionDuration: 0, + animationDuration: 0 + }; + } else { + stagger = computeCachedCssStaggerStyles(node, preparationClasses, cacheKey, DETECT_STAGGER_CSS_PROPERTIES); + } + + if (!options.$$skipPreparationClasses) { + $$jqLite.addClass(element, preparationClasses); + } + + var applyOnlyDuration; + + if (options.transitionStyle) { + var transitionStyle = [TRANSITION_PROP, options.transitionStyle]; + applyInlineStyle(node, transitionStyle); + temporaryStyles.push(transitionStyle); + } + + if (options.duration >= 0) { + applyOnlyDuration = node.style[TRANSITION_PROP].length > 0; + var durationStyle = getCssTransitionDurationStyle(options.duration, applyOnlyDuration); + + // we set the duration so that it will be picked up by getComputedStyle later + applyInlineStyle(node, durationStyle); + temporaryStyles.push(durationStyle); + } + + if (options.keyframeStyle) { + var keyframeStyle = [ANIMATION_PROP, options.keyframeStyle]; + applyInlineStyle(node, keyframeStyle); + temporaryStyles.push(keyframeStyle); + } + + var itemIndex = stagger + ? options.staggerIndex >= 0 + ? options.staggerIndex + : $$animateCache.count(cacheKey) + : 0; + + var isFirst = itemIndex === 0; + + // this is a pre-emptive way of forcing the setup classes to be added and applied INSTANTLY + // without causing any combination of transitions to kick in. By adding a negative delay value + // it forces the setup class' transition to end immediately. We later then remove the negative + // transition delay to allow for the transition to naturally do it's thing. The beauty here is + // that if there is no transition defined then nothing will happen and this will also allow + // other transitions to be stacked on top of each other without any chopping them out. + if (isFirst && !options.skipBlocking) { + helpers.blockTransitions(node, SAFE_FAST_FORWARD_DURATION_VALUE); + } + + var timings = computeTimings(node, fullClassName, cacheKey, !isStructural); + var relativeDelay = timings.maxDelay; + maxDelay = Math.max(relativeDelay, 0); + maxDuration = timings.maxDuration; + + var flags = {}; + flags.hasTransitions = timings.transitionDuration > 0; + flags.hasAnimations = timings.animationDuration > 0; + flags.hasTransitionAll = flags.hasTransitions && timings.transitionProperty === 'all'; + flags.applyTransitionDuration = hasToStyles && ( + (flags.hasTransitions && !flags.hasTransitionAll) + || (flags.hasAnimations && !flags.hasTransitions)); + flags.applyAnimationDuration = options.duration && flags.hasAnimations; + flags.applyTransitionDelay = truthyTimingValue(options.delay) && (flags.applyTransitionDuration || flags.hasTransitions); + flags.applyAnimationDelay = truthyTimingValue(options.delay) && flags.hasAnimations; + flags.recalculateTimingStyles = addRemoveClassName.length > 0; + + if (flags.applyTransitionDuration || flags.applyAnimationDuration) { + maxDuration = options.duration ? parseFloat(options.duration) : maxDuration; + + if (flags.applyTransitionDuration) { + flags.hasTransitions = true; + timings.transitionDuration = maxDuration; + applyOnlyDuration = node.style[TRANSITION_PROP + PROPERTY_KEY].length > 0; + temporaryStyles.push(getCssTransitionDurationStyle(maxDuration, applyOnlyDuration)); + } + + if (flags.applyAnimationDuration) { + flags.hasAnimations = true; + timings.animationDuration = maxDuration; + temporaryStyles.push(getCssKeyframeDurationStyle(maxDuration)); + } + } + + if (maxDuration === 0 && !flags.recalculateTimingStyles) { + return closeAndReturnNoopAnimator(); + } + + var activeClasses = pendClasses(preparationClasses, ACTIVE_CLASS_SUFFIX); + + if (options.delay != null) { + var delayStyle; + if (typeof options.delay !== 'boolean') { + delayStyle = parseFloat(options.delay); + // number in options.delay means we have to recalculate the delay for the closing timeout + maxDelay = Math.max(delayStyle, 0); + } + + if (flags.applyTransitionDelay) { + temporaryStyles.push(getCssDelayStyle(delayStyle)); + } + + if (flags.applyAnimationDelay) { + temporaryStyles.push(getCssDelayStyle(delayStyle, true)); + } + } + + // we need to recalculate the delay value since we used a pre-emptive negative + // delay value and the delay value is required for the final event checking. This + // property will ensure that this will happen after the RAF phase has passed. + if (options.duration == null && timings.transitionDuration > 0) { + flags.recalculateTimingStyles = flags.recalculateTimingStyles || isFirst; + } + + maxDelayTime = maxDelay * ONE_SECOND; + maxDurationTime = maxDuration * ONE_SECOND; + if (!options.skipBlocking) { + flags.blockTransition = timings.transitionDuration > 0; + flags.blockKeyframeAnimation = timings.animationDuration > 0 && + stagger.animationDelay > 0 && + stagger.animationDuration === 0; + } + + if (options.from) { + if (options.cleanupStyles) { + registerRestorableStyles(restoreStyles, node, Object.keys(options.from)); + } + applyAnimationFromStyles(element, options); + } + + if (flags.blockTransition || flags.blockKeyframeAnimation) { + applyBlocking(maxDuration); + } else if (!options.skipBlocking) { + helpers.blockTransitions(node, false); + } + + // TODO(matsko): for 1.5 change this code to have an animator object for better debugging + return { + $$willAnimate: true, + end: endFn, + start: function() { + if (animationClosed) return; + + runnerHost = { + end: endFn, + cancel: cancelFn, + resume: null, //this will be set during the start() phase + pause: null + }; + + runner = new $$AnimateRunner(runnerHost); + + waitUntilQuiet(start); + + // we don't have access to pause/resume the animation + // since it hasn't run yet. AnimateRunner will therefore + // set noop functions for resume and pause and they will + // later be overridden once the animation is triggered + return runner; + } + }; + + function endFn() { + close(); + } + + function cancelFn() { + close(true); + } + + function close(rejected) { + // if the promise has been called already then we shouldn't close + // the animation again + if (animationClosed || (animationCompleted && animationPaused)) return; + animationClosed = true; + animationPaused = false; + + if (preparationClasses && !options.$$skipPreparationClasses) { + $$jqLite.removeClass(element, preparationClasses); + } + + if (activeClasses) { + $$jqLite.removeClass(element, activeClasses); + } + + blockKeyframeAnimations(node, false); + helpers.blockTransitions(node, false); + + forEach(temporaryStyles, function(entry) { + // There is only one way to remove inline style properties entirely from elements. + // By using `removeProperty` this works, but we need to convert camel-cased CSS + // styles down to hyphenated values. + node.style[entry[0]] = ''; + }); + + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + + if (Object.keys(restoreStyles).length) { + forEach(restoreStyles, function(value, prop) { + if (value) { + node.style.setProperty(prop, value); + } else { + node.style.removeProperty(prop); + } + }); + } + + // the reason why we have this option is to allow a synchronous closing callback + // that is fired as SOON as the animation ends (when the CSS is removed) or if + // the animation never takes off at all. A good example is a leave animation since + // the element must be removed just after the animation is over or else the element + // will appear on screen for one animation frame causing an overbearing flicker. + if (options.onDone) { + options.onDone(); + } + + if (events && events.length) { + // Remove the transitionend / animationend listener(s) + element.off(events.join(' '), onAnimationProgress); + } + + //Cancel the fallback closing timeout and remove the timer data + var animationTimerData = element.data(ANIMATE_TIMER_KEY); + if (animationTimerData) { + $timeout.cancel(animationTimerData[0].timer); + element.removeData(ANIMATE_TIMER_KEY); + } + + // if the preparation function fails then the promise is not setup + if (runner) { + runner.complete(!rejected); + } + } + + function applyBlocking(duration) { + if (flags.blockTransition) { + helpers.blockTransitions(node, duration); + } + + if (flags.blockKeyframeAnimation) { + blockKeyframeAnimations(node, !!duration); + } + } + + function closeAndReturnNoopAnimator() { + runner = new $$AnimateRunner({ + end: endFn, + cancel: cancelFn + }); + + // should flush the cache animation + waitUntilQuiet(noop); + close(); + + return { + $$willAnimate: false, + start: function() { + return runner; + }, + end: endFn + }; + } + + function onAnimationProgress(event) { + event.stopPropagation(); + var ev = event.originalEvent || event; + + if (ev.target !== node) { + // Since TransitionEvent / AnimationEvent bubble up, + // we have to ignore events by finished child animations + return; + } + + // we now always use `Date.now()` due to the recent changes with + // event.timeStamp in Firefox, Webkit and Chrome (see #13494 for more info) + var timeStamp = ev.$manualTimeStamp || Date.now(); + + /* Firefox (or possibly just Gecko) likes to not round values up + * when a ms measurement is used for the animation */ + var elapsedTime = parseFloat(ev.elapsedTime.toFixed(ELAPSED_TIME_MAX_DECIMAL_PLACES)); + + /* $manualTimeStamp is a mocked timeStamp value which is set + * within browserTrigger(). This is only here so that tests can + * mock animations properly. Real events fallback to event.timeStamp, + * or, if they don't, then a timeStamp is automatically created for them. + * We're checking to see if the timeStamp surpasses the expected delay, + * but we're using elapsedTime instead of the timeStamp on the 2nd + * pre-condition since animationPauseds sometimes close off early */ + if (Math.max(timeStamp - startTime, 0) >= maxDelayTime && elapsedTime >= maxDuration) { + // we set this flag to ensure that if the transition is paused then, when resumed, + // the animation will automatically close itself since transitions cannot be paused. + animationCompleted = true; + close(); + } + } + + function start() { + if (animationClosed) return; + if (!node.parentNode) { + close(); + return; + } + + // even though we only pause keyframe animations here the pause flag + // will still happen when transitions are used. Only the transition will + // not be paused since that is not possible. If the animation ends when + // paused then it will not complete until unpaused or cancelled. + var playPause = function(playAnimation) { + if (!animationCompleted) { + animationPaused = !playAnimation; + if (timings.animationDuration) { + var value = blockKeyframeAnimations(node, animationPaused); + if (animationPaused) { + temporaryStyles.push(value); + } else { + removeFromArray(temporaryStyles, value); + } + } + } else if (animationPaused && playAnimation) { + animationPaused = false; + close(); + } + }; + + // checking the stagger duration prevents an accidentally cascade of the CSS delay style + // being inherited from the parent. If the transition duration is zero then we can safely + // rely that the delay value is an intentional stagger delay style. + var maxStagger = itemIndex > 0 + && ((timings.transitionDuration && stagger.transitionDuration === 0) || + (timings.animationDuration && stagger.animationDuration === 0)) + && Math.max(stagger.animationDelay, stagger.transitionDelay); + if (maxStagger) { + $timeout(triggerAnimationStart, + Math.floor(maxStagger * itemIndex * ONE_SECOND), + false); + } else { + triggerAnimationStart(); + } + + // this will decorate the existing promise runner with pause/resume methods + runnerHost.resume = function() { + playPause(true); + }; + + runnerHost.pause = function() { + playPause(false); + }; + + function triggerAnimationStart() { + // just incase a stagger animation kicks in when the animation + // itself was cancelled entirely + if (animationClosed) return; + + applyBlocking(false); + + forEach(temporaryStyles, function(entry) { + var key = entry[0]; + var value = entry[1]; + node.style[key] = value; + }); + + applyAnimationClasses(element, options); + $$jqLite.addClass(element, activeClasses); + + if (flags.recalculateTimingStyles) { + fullClassName = node.getAttribute('class') + ' ' + preparationClasses; + cacheKey = $$animateCache.cacheKey(node, method, options.addClass, options.removeClass); + + timings = computeTimings(node, fullClassName, cacheKey, false); + relativeDelay = timings.maxDelay; + maxDelay = Math.max(relativeDelay, 0); + maxDuration = timings.maxDuration; + + if (maxDuration === 0) { + close(); + return; + } + + flags.hasTransitions = timings.transitionDuration > 0; + flags.hasAnimations = timings.animationDuration > 0; + } + + if (flags.applyAnimationDelay) { + relativeDelay = typeof options.delay !== 'boolean' && truthyTimingValue(options.delay) + ? parseFloat(options.delay) + : relativeDelay; + + maxDelay = Math.max(relativeDelay, 0); + timings.animationDelay = relativeDelay; + delayStyle = getCssDelayStyle(relativeDelay, true); + temporaryStyles.push(delayStyle); + node.style[delayStyle[0]] = delayStyle[1]; + } + + maxDelayTime = maxDelay * ONE_SECOND; + maxDurationTime = maxDuration * ONE_SECOND; + + if (options.easing) { + var easeProp, easeVal = options.easing; + if (flags.hasTransitions) { + easeProp = TRANSITION_PROP + TIMING_KEY; + temporaryStyles.push([easeProp, easeVal]); + node.style[easeProp] = easeVal; + } + if (flags.hasAnimations) { + easeProp = ANIMATION_PROP + TIMING_KEY; + temporaryStyles.push([easeProp, easeVal]); + node.style[easeProp] = easeVal; + } + } + + if (timings.transitionDuration) { + events.push(TRANSITIONEND_EVENT); + } + + if (timings.animationDuration) { + events.push(ANIMATIONEND_EVENT); + } + + startTime = Date.now(); + var timerTime = maxDelayTime + CLOSING_TIME_BUFFER * maxDurationTime; + var endTime = startTime + timerTime; + + var animationsData = element.data(ANIMATE_TIMER_KEY) || []; + var setupFallbackTimer = true; + if (animationsData.length) { + var currentTimerData = animationsData[0]; + setupFallbackTimer = endTime > currentTimerData.expectedEndTime; + if (setupFallbackTimer) { + $timeout.cancel(currentTimerData.timer); + } else { + animationsData.push(close); + } + } + + if (setupFallbackTimer) { + var timer = $timeout(onAnimationExpired, timerTime, false); + animationsData[0] = { + timer: timer, + expectedEndTime: endTime + }; + animationsData.push(close); + element.data(ANIMATE_TIMER_KEY, animationsData); + } + + if (events.length) { + element.on(events.join(' '), onAnimationProgress); + } + + if (options.to) { + if (options.cleanupStyles) { + registerRestorableStyles(restoreStyles, node, Object.keys(options.to)); + } + applyAnimationToStyles(element, options); + } + } + + function onAnimationExpired() { + var animationsData = element.data(ANIMATE_TIMER_KEY); + + // this will be false in the event that the element was + // removed from the DOM (via a leave animation or something + // similar) + if (animationsData) { + for (var i = 1; i < animationsData.length; i++) { + animationsData[i](); + } + element.removeData(ANIMATE_TIMER_KEY); + } + } + } + }; + }]; +}]; diff --git a/src/ngAnimate/animateCssDriver.js b/src/ngAnimate/animateCssDriver.js new file mode 100644 index 000000000000..fa2a72a17978 --- /dev/null +++ b/src/ngAnimate/animateCssDriver.js @@ -0,0 +1,267 @@ +'use strict'; + +var $$AnimateCssDriverProvider = ['$$animationProvider', /** @this */ function($$animationProvider) { + $$animationProvider.drivers.push('$$animateCssDriver'); + + var NG_ANIMATE_SHIM_CLASS_NAME = 'ng-animate-shim'; + var NG_ANIMATE_ANCHOR_CLASS_NAME = 'ng-anchor'; + + var NG_OUT_ANCHOR_CLASS_NAME = 'ng-anchor-out'; + var NG_IN_ANCHOR_CLASS_NAME = 'ng-anchor-in'; + + function isDocumentFragment(node) { + return node.parentNode && node.parentNode.nodeType === 11; + } + + this.$get = ['$animateCss', '$rootScope', '$$AnimateRunner', '$rootElement', '$sniffer', '$$jqLite', '$document', + function($animateCss, $rootScope, $$AnimateRunner, $rootElement, $sniffer, $$jqLite, $document) { + + // only browsers that support these properties can render animations + if (!$sniffer.animations && !$sniffer.transitions) return noop; + + var bodyNode = $document[0].body; + var rootNode = getDomNode($rootElement); + + var rootBodyElement = jqLite( + // this is to avoid using something that exists outside of the body + // we also special case the doc fragment case because our unit test code + // appends the $rootElement to the body after the app has been bootstrapped + isDocumentFragment(rootNode) || bodyNode.contains(rootNode) ? rootNode : bodyNode + ); + + return function initDriverFn(animationDetails) { + return animationDetails.from && animationDetails.to + ? prepareFromToAnchorAnimation(animationDetails.from, + animationDetails.to, + animationDetails.classes, + animationDetails.anchors) + : prepareRegularAnimation(animationDetails); + }; + + function filterCssClasses(classes) { + //remove all the `ng-` stuff + return classes.replace(/\bng-\S+\b/g, ''); + } + + function getUniqueValues(a, b) { + if (isString(a)) a = a.split(' '); + if (isString(b)) b = b.split(' '); + return a.filter(function(val) { + return b.indexOf(val) === -1; + }).join(' '); + } + + function prepareAnchoredAnimation(classes, outAnchor, inAnchor) { + var clone = jqLite(getDomNode(outAnchor).cloneNode(true)); + var startingClasses = filterCssClasses(getClassVal(clone)); + + outAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); + inAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); + + clone.addClass(NG_ANIMATE_ANCHOR_CLASS_NAME); + + rootBodyElement.append(clone); + + var animatorIn, animatorOut = prepareOutAnimation(); + + // the user may not end up using the `out` animation and + // only making use of the `in` animation or vice-versa. + // In either case we should allow this and not assume the + // animation is over unless both animations are not used. + if (!animatorOut) { + animatorIn = prepareInAnimation(); + if (!animatorIn) { + return end(); + } + } + + var startingAnimator = animatorOut || animatorIn; + + return { + start: function() { + var runner; + + var currentAnimation = startingAnimator.start(); + currentAnimation.done(function() { + currentAnimation = null; + if (!animatorIn) { + animatorIn = prepareInAnimation(); + if (animatorIn) { + currentAnimation = animatorIn.start(); + currentAnimation.done(function() { + currentAnimation = null; + end(); + runner.complete(); + }); + return currentAnimation; + } + } + // in the event that there is no `in` animation + end(); + runner.complete(); + }); + + runner = new $$AnimateRunner({ + end: endFn, + cancel: endFn + }); + + return runner; + + function endFn() { + if (currentAnimation) { + currentAnimation.end(); + } + } + } + }; + + function calculateAnchorStyles(anchor) { + var styles = {}; + + var coords = getDomNode(anchor).getBoundingClientRect(); + + // we iterate directly since safari messes up and doesn't return + // all the keys for the coords object when iterated + forEach(['width','height','top','left'], function(key) { + var value = coords[key]; + switch (key) { + case 'top': + value += bodyNode.scrollTop; + break; + case 'left': + value += bodyNode.scrollLeft; + break; + } + styles[key] = Math.floor(value) + 'px'; + }); + return styles; + } + + function prepareOutAnimation() { + var animator = $animateCss(clone, { + addClass: NG_OUT_ANCHOR_CLASS_NAME, + delay: true, + from: calculateAnchorStyles(outAnchor) + }); + + // read the comment within `prepareRegularAnimation` to understand + // why this check is necessary + return animator.$$willAnimate ? animator : null; + } + + function getClassVal(element) { + return element.attr('class') || ''; + } + + function prepareInAnimation() { + var endingClasses = filterCssClasses(getClassVal(inAnchor)); + var toAdd = getUniqueValues(endingClasses, startingClasses); + var toRemove = getUniqueValues(startingClasses, endingClasses); + + var animator = $animateCss(clone, { + to: calculateAnchorStyles(inAnchor), + addClass: NG_IN_ANCHOR_CLASS_NAME + ' ' + toAdd, + removeClass: NG_OUT_ANCHOR_CLASS_NAME + ' ' + toRemove, + delay: true + }); + + // read the comment within `prepareRegularAnimation` to understand + // why this check is necessary + return animator.$$willAnimate ? animator : null; + } + + function end() { + clone.remove(); + outAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); + inAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); + } + } + + function prepareFromToAnchorAnimation(from, to, classes, anchors) { + var fromAnimation = prepareRegularAnimation(from, noop); + var toAnimation = prepareRegularAnimation(to, noop); + + var anchorAnimations = []; + forEach(anchors, function(anchor) { + var outElement = anchor['out']; + var inElement = anchor['in']; + var animator = prepareAnchoredAnimation(classes, outElement, inElement); + if (animator) { + anchorAnimations.push(animator); + } + }); + + // no point in doing anything when there are no elements to animate + if (!fromAnimation && !toAnimation && anchorAnimations.length === 0) return; + + return { + start: function() { + var animationRunners = []; + + if (fromAnimation) { + animationRunners.push(fromAnimation.start()); + } + + if (toAnimation) { + animationRunners.push(toAnimation.start()); + } + + forEach(anchorAnimations, function(animation) { + animationRunners.push(animation.start()); + }); + + var runner = new $$AnimateRunner({ + end: endFn, + cancel: endFn // CSS-driven animations cannot be cancelled, only ended + }); + + $$AnimateRunner.all(animationRunners, function(status) { + runner.complete(status); + }); + + return runner; + + function endFn() { + forEach(animationRunners, function(runner) { + runner.end(); + }); + } + } + }; + } + + function prepareRegularAnimation(animationDetails) { + var element = animationDetails.element; + var options = animationDetails.options || {}; + + if (animationDetails.structural) { + options.event = animationDetails.event; + options.structural = true; + options.applyClassesEarly = true; + + // we special case the leave animation since we want to ensure that + // the element is removed as soon as the animation is over. Otherwise + // a flicker might appear or the element may not be removed at all + if (animationDetails.event === 'leave') { + options.onDone = options.domOperation; + } + } + + // We assign the preparationClasses as the actual animation event since + // the internals of $animateCss will just suffix the event token values + // with `-active` to trigger the animation. + if (options.preparationClasses) { + options.event = concatWithSpace(options.event, options.preparationClasses); + } + + var animator = $animateCss(element, options); + + // the driver lookup code inside of $$animation attempts to spawn a + // driver one by one until a driver returns a.$$willAnimate animator object. + // $animateCss will always return an object, however, it will pass in + // a flag as a hint as to whether an animation was detected or not + return animator.$$willAnimate ? animator : null; + } + }]; +}]; diff --git a/src/ngAnimate/animateJs.js b/src/ngAnimate/animateJs.js new file mode 100644 index 000000000000..c543d41a0494 --- /dev/null +++ b/src/ngAnimate/animateJs.js @@ -0,0 +1,292 @@ +'use strict'; + +// TODO(matsko): use caching here to speed things up for detection +// TODO(matsko): add documentation +// by the time... + +var $$AnimateJsProvider = ['$animateProvider', /** @this */ function($animateProvider) { + this.$get = ['$injector', '$$AnimateRunner', '$$jqLite', + function($injector, $$AnimateRunner, $$jqLite) { + + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + // $animateJs(element, 'enter'); + return function(element, event, classes, options) { + var animationClosed = false; + + // the `classes` argument is optional and if it is not used + // then the classes will be resolved from the element's className + // property as well as options.addClass/options.removeClass. + if (arguments.length === 3 && isObject(classes)) { + options = classes; + classes = null; + } + + options = prepareAnimationOptions(options); + if (!classes) { + classes = element.attr('class') || ''; + if (options.addClass) { + classes += ' ' + options.addClass; + } + if (options.removeClass) { + classes += ' ' + options.removeClass; + } + } + + var classesToAdd = options.addClass; + var classesToRemove = options.removeClass; + + // the lookupAnimations function returns a series of animation objects that are + // matched up with one or more of the CSS classes. These animation objects are + // defined via the module.animation factory function. If nothing is detected then + // we don't return anything which then makes $animation query the next driver. + var animations = lookupAnimations(classes); + var before, after; + if (animations.length) { + var afterFn, beforeFn; + if (event === 'leave') { + beforeFn = 'leave'; + afterFn = 'afterLeave'; // TODO(matsko): get rid of this + } else { + beforeFn = 'before' + event.charAt(0).toUpperCase() + event.substr(1); + afterFn = event; + } + + if (event !== 'enter' && event !== 'move') { + before = packageAnimations(element, event, options, animations, beforeFn); + } + after = packageAnimations(element, event, options, animations, afterFn); + } + + // no matching animations + if (!before && !after) return; + + function applyOptions() { + options.domOperation(); + applyAnimationClasses(element, options); + } + + function close() { + animationClosed = true; + applyOptions(); + applyAnimationStyles(element, options); + } + + var runner; + + return { + $$willAnimate: true, + end: function() { + if (runner) { + runner.end(); + } else { + close(); + runner = new $$AnimateRunner(); + runner.complete(true); + } + return runner; + }, + start: function() { + if (runner) { + return runner; + } + + runner = new $$AnimateRunner(); + var closeActiveAnimations; + var chain = []; + + if (before) { + chain.push(function(fn) { + closeActiveAnimations = before(fn); + }); + } + + if (chain.length) { + chain.push(function(fn) { + applyOptions(); + fn(true); + }); + } else { + applyOptions(); + } + + if (after) { + chain.push(function(fn) { + closeActiveAnimations = after(fn); + }); + } + + runner.setHost({ + end: function() { + endAnimations(); + }, + cancel: function() { + endAnimations(true); + } + }); + + $$AnimateRunner.chain(chain, onComplete); + return runner; + + function onComplete(success) { + close(success); + runner.complete(success); + } + + function endAnimations(cancelled) { + if (!animationClosed) { + (closeActiveAnimations || noop)(cancelled); + onComplete(cancelled); + } + } + } + }; + + function executeAnimationFn(fn, element, event, options, onDone) { + var args; + switch (event) { + case 'animate': + args = [element, options.from, options.to, onDone]; + break; + + case 'setClass': + args = [element, classesToAdd, classesToRemove, onDone]; + break; + + case 'addClass': + args = [element, classesToAdd, onDone]; + break; + + case 'removeClass': + args = [element, classesToRemove, onDone]; + break; + + default: + args = [element, onDone]; + break; + } + + args.push(options); + + var value = fn.apply(fn, args); + if (value) { + if (isFunction(value.start)) { + value = value.start(); + } + + if (value instanceof $$AnimateRunner) { + value.done(onDone); + } else if (isFunction(value)) { + // optional onEnd / onCancel callback + return value; + } + } + + return noop; + } + + function groupEventedAnimations(element, event, options, animations, fnName) { + var operations = []; + forEach(animations, function(ani) { + var animation = ani[fnName]; + if (!animation) return; + + // note that all of these animations will run in parallel + operations.push(function() { + var runner; + var endProgressCb; + + var resolved = false; + var onAnimationComplete = function(rejected) { + if (!resolved) { + resolved = true; + (endProgressCb || noop)(rejected); + runner.complete(!rejected); + } + }; + + runner = new $$AnimateRunner({ + end: function() { + onAnimationComplete(); + }, + cancel: function() { + onAnimationComplete(true); + } + }); + + endProgressCb = executeAnimationFn(animation, element, event, options, function(result) { + var cancelled = result === false; + onAnimationComplete(cancelled); + }); + + return runner; + }); + }); + + return operations; + } + + function packageAnimations(element, event, options, animations, fnName) { + var operations = groupEventedAnimations(element, event, options, animations, fnName); + if (operations.length === 0) { + var a, b; + if (fnName === 'beforeSetClass') { + a = groupEventedAnimations(element, 'removeClass', options, animations, 'beforeRemoveClass'); + b = groupEventedAnimations(element, 'addClass', options, animations, 'beforeAddClass'); + } else if (fnName === 'setClass') { + a = groupEventedAnimations(element, 'removeClass', options, animations, 'removeClass'); + b = groupEventedAnimations(element, 'addClass', options, animations, 'addClass'); + } + + if (a) { + operations = operations.concat(a); + } + if (b) { + operations = operations.concat(b); + } + } + + if (operations.length === 0) return; + + // TODO(matsko): add documentation + return function startAnimation(callback) { + var runners = []; + if (operations.length) { + forEach(operations, function(animateFn) { + runners.push(animateFn()); + }); + } + + if (runners.length) { + $$AnimateRunner.all(runners, callback); + } else { + callback(); + } + + return function endFn(reject) { + forEach(runners, function(runner) { + if (reject) { + runner.cancel(); + } else { + runner.end(); + } + }); + }; + }; + } + }; + + function lookupAnimations(classes) { + classes = isArray(classes) ? classes : classes.split(' '); + var matches = [], flagMap = {}; + for (var i = 0; i < classes.length; i++) { + var klass = classes[i], + animationFactory = $animateProvider.$$registeredAnimations[klass]; + if (animationFactory && !flagMap[klass]) { + matches.push($injector.get(animationFactory)); + flagMap[klass] = true; + } + } + return matches; + } + }]; +}]; diff --git a/src/ngAnimate/animateJsDriver.js b/src/ngAnimate/animateJsDriver.js new file mode 100644 index 000000000000..dd701c4d3cad --- /dev/null +++ b/src/ngAnimate/animateJsDriver.js @@ -0,0 +1,61 @@ +'use strict'; + +var $$AnimateJsDriverProvider = ['$$animationProvider', /** @this */ function($$animationProvider) { + $$animationProvider.drivers.push('$$animateJsDriver'); + this.$get = ['$$animateJs', '$$AnimateRunner', function($$animateJs, $$AnimateRunner) { + return function initDriverFn(animationDetails) { + if (animationDetails.from && animationDetails.to) { + var fromAnimation = prepareAnimation(animationDetails.from); + var toAnimation = prepareAnimation(animationDetails.to); + if (!fromAnimation && !toAnimation) return; + + return { + start: function() { + var animationRunners = []; + + if (fromAnimation) { + animationRunners.push(fromAnimation.start()); + } + + if (toAnimation) { + animationRunners.push(toAnimation.start()); + } + + $$AnimateRunner.all(animationRunners, done); + + var runner = new $$AnimateRunner({ + end: endFnFactory(), + cancel: endFnFactory() + }); + + return runner; + + function endFnFactory() { + return function() { + forEach(animationRunners, function(runner) { + // at this point we cannot cancel animations for groups just yet. 1.5+ + runner.end(); + }); + }; + } + + function done(status) { + runner.complete(status); + } + } + }; + } else { + return prepareAnimation(animationDetails); + } + }; + + function prepareAnimation(animationDetails) { + // TODO(matsko): make sure to check for grouped animations and delegate down to normal animations + var element = animationDetails.element; + var event = animationDetails.event; + var options = animationDetails.options; + var classes = animationDetails.classes; + return $$animateJs(element, event, classes, options); + } + }]; +}]; diff --git a/src/ngAnimate/animateQueue.js b/src/ngAnimate/animateQueue.js new file mode 100644 index 000000000000..f8f9e4b9389d --- /dev/null +++ b/src/ngAnimate/animateQueue.js @@ -0,0 +1,736 @@ +'use strict'; + +var NG_ANIMATE_ATTR_NAME = 'data-ng-animate'; +var NG_ANIMATE_PIN_DATA = '$ngAnimatePin'; +var $$AnimateQueueProvider = ['$animateProvider', /** @this */ function($animateProvider) { + var PRE_DIGEST_STATE = 1; + var RUNNING_STATE = 2; + var ONE_SPACE = ' '; + + var rules = this.rules = { + skip: [], + cancel: [], + join: [] + }; + + function getEventData(options) { + return { + addClass: options.addClass, + removeClass: options.removeClass, + from: options.from, + to: options.to + }; + } + + function makeTruthyCssClassMap(classString) { + if (!classString) { + return null; + } + + var keys = classString.split(ONE_SPACE); + var map = Object.create(null); + + forEach(keys, function(key) { + map[key] = true; + }); + return map; + } + + function hasMatchingClasses(newClassString, currentClassString) { + if (newClassString && currentClassString) { + var currentClassMap = makeTruthyCssClassMap(currentClassString); + return newClassString.split(ONE_SPACE).some(function(className) { + return currentClassMap[className]; + }); + } + } + + function isAllowed(ruleType, currentAnimation, previousAnimation) { + return rules[ruleType].some(function(fn) { + return fn(currentAnimation, previousAnimation); + }); + } + + function hasAnimationClasses(animation, and) { + var a = (animation.addClass || '').length > 0; + var b = (animation.removeClass || '').length > 0; + return and ? a && b : a || b; + } + + rules.join.push(function(newAnimation, currentAnimation) { + // if the new animation is class-based then we can just tack that on + return !newAnimation.structural && hasAnimationClasses(newAnimation); + }); + + rules.skip.push(function(newAnimation, currentAnimation) { + // there is no need to animate anything if no classes are being added and + // there is no structural animation that will be triggered + return !newAnimation.structural && !hasAnimationClasses(newAnimation); + }); + + rules.skip.push(function(newAnimation, currentAnimation) { + // why should we trigger a new structural animation if the element will + // be removed from the DOM anyway? + return currentAnimation.event === 'leave' && newAnimation.structural; + }); + + rules.skip.push(function(newAnimation, currentAnimation) { + // if there is an ongoing current animation then don't even bother running the class-based animation + return currentAnimation.structural && currentAnimation.state === RUNNING_STATE && !newAnimation.structural; + }); + + rules.cancel.push(function(newAnimation, currentAnimation) { + // there can never be two structural animations running at the same time + return currentAnimation.structural && newAnimation.structural; + }); + + rules.cancel.push(function(newAnimation, currentAnimation) { + // if the previous animation is already running, but the new animation will + // be triggered, but the new animation is structural + return currentAnimation.state === RUNNING_STATE && newAnimation.structural; + }); + + rules.cancel.push(function(newAnimation, currentAnimation) { + // cancel the animation if classes added / removed in both animation cancel each other out, + // but only if the current animation isn't structural + + if (currentAnimation.structural) return false; + + var nA = newAnimation.addClass; + var nR = newAnimation.removeClass; + var cA = currentAnimation.addClass; + var cR = currentAnimation.removeClass; + + // early detection to save the global CPU shortage :) + if ((isUndefined(nA) && isUndefined(nR)) || (isUndefined(cA) && isUndefined(cR))) { + return false; + } + + return hasMatchingClasses(nA, cR) || hasMatchingClasses(nR, cA); + }); + + this.$get = ['$$rAF', '$rootScope', '$rootElement', '$document', '$$Map', + '$$animation', '$$AnimateRunner', '$templateRequest', '$$jqLite', '$$forceReflow', + '$$isDocumentHidden', + function($$rAF, $rootScope, $rootElement, $document, $$Map, + $$animation, $$AnimateRunner, $templateRequest, $$jqLite, $$forceReflow, + $$isDocumentHidden) { + + var activeAnimationsLookup = new $$Map(); + var disabledElementsLookup = new $$Map(); + var animationsEnabled = null; + + function removeFromDisabledElementsLookup(evt) { + disabledElementsLookup.delete(evt.target); + } + + function postDigestTaskFactory() { + var postDigestCalled = false; + return function(fn) { + // we only issue a call to postDigest before + // it has first passed. This prevents any callbacks + // from not firing once the animation has completed + // since it will be out of the digest cycle. + if (postDigestCalled) { + fn(); + } else { + $rootScope.$$postDigest(function() { + postDigestCalled = true; + fn(); + }); + } + }; + } + + // Wait until all directive and route-related templates are downloaded and + // compiled. The $templateRequest.totalPendingRequests variable keeps track of + // all of the remote templates being currently downloaded. If there are no + // templates currently downloading then the watcher will still fire anyway. + var deregisterWatch = $rootScope.$watch( + function() { return $templateRequest.totalPendingRequests === 0; }, + function(isEmpty) { + if (!isEmpty) return; + deregisterWatch(); + + // Now that all templates have been downloaded, $animate will wait until + // the post digest queue is empty before enabling animations. By having two + // calls to $postDigest calls we can ensure that the flag is enabled at the + // very end of the post digest queue. Since all of the animations in $animate + // use $postDigest, it's important that the code below executes at the end. + // This basically means that the page is fully downloaded and compiled before + // any animations are triggered. + $rootScope.$$postDigest(function() { + $rootScope.$$postDigest(function() { + // we check for null directly in the event that the application already called + // .enabled() with whatever arguments that it provided it with + if (animationsEnabled === null) { + animationsEnabled = true; + } + }); + }); + } + ); + + var callbackRegistry = Object.create(null); + + // remember that the `customFilter`/`classNameFilter` are set during the + // provider/config stage therefore we can optimize here and setup helper functions + var customFilter = $animateProvider.customFilter(); + var classNameFilter = $animateProvider.classNameFilter(); + var returnTrue = function() { return true; }; + + var isAnimatableByFilter = customFilter || returnTrue; + var isAnimatableClassName = !classNameFilter ? returnTrue : function(node, options) { + var className = [node.getAttribute('class'), options.addClass, options.removeClass].join(' '); + return classNameFilter.test(className); + }; + + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + + function normalizeAnimationDetails(element, animation) { + return mergeAnimationDetails(element, animation, {}); + } + + // IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. + var contains = window.Node.prototype.contains || /** @this */ function(arg) { + // eslint-disable-next-line no-bitwise + return this === arg || !!(this.compareDocumentPosition(arg) & 16); + }; + + function findCallbacks(targetParentNode, targetNode, event) { + var matches = []; + var entries = callbackRegistry[event]; + if (entries) { + forEach(entries, function(entry) { + if (contains.call(entry.node, targetNode)) { + matches.push(entry.callback); + } else if (event === 'leave' && contains.call(entry.node, targetParentNode)) { + matches.push(entry.callback); + } + }); + } + + return matches; + } + + function filterFromRegistry(list, matchContainer, matchCallback) { + var containerNode = extractElementNode(matchContainer); + return list.filter(function(entry) { + var isMatch = entry.node === containerNode && + (!matchCallback || entry.callback === matchCallback); + return !isMatch; + }); + } + + function cleanupEventListeners(phase, node) { + if (phase === 'close' && !node.parentNode) { + // If the element is not attached to a parentNode, it has been removed by + // the domOperation, and we can safely remove the event callbacks + $animate.off(node); + } + } + + var $animate = { + on: function(event, container, callback) { + var node = extractElementNode(container); + callbackRegistry[event] = callbackRegistry[event] || []; + callbackRegistry[event].push({ + node: node, + callback: callback + }); + + // Remove the callback when the element is removed from the DOM + jqLite(container).on('$destroy', function() { + var animationDetails = activeAnimationsLookup.get(node); + + if (!animationDetails) { + // If there's an animation ongoing, the callback calling code will remove + // the event listeners. If we'd remove here, the callbacks would be removed + // before the animation ends + $animate.off(event, container, callback); + } + }); + }, + + off: function(event, container, callback) { + if (arguments.length === 1 && !isString(arguments[0])) { + container = arguments[0]; + for (var eventType in callbackRegistry) { + callbackRegistry[eventType] = filterFromRegistry(callbackRegistry[eventType], container); + } + + return; + } + + var entries = callbackRegistry[event]; + if (!entries) return; + + callbackRegistry[event] = arguments.length === 1 + ? null + : filterFromRegistry(entries, container, callback); + }, + + pin: function(element, parentElement) { + assertArg(isElement(element), 'element', 'not an element'); + assertArg(isElement(parentElement), 'parentElement', 'not an element'); + element.data(NG_ANIMATE_PIN_DATA, parentElement); + }, + + push: function(element, event, options, domOperation) { + options = options || {}; + options.domOperation = domOperation; + return queueAnimation(element, event, options); + }, + + // this method has four signatures: + // () - global getter + // (bool) - global setter + // (element) - element getter + // (element, bool) - element setter + enabled: function(element, bool) { + var argCount = arguments.length; + + if (argCount === 0) { + // () - Global getter + bool = !!animationsEnabled; + } else { + var hasElement = isElement(element); + + if (!hasElement) { + // (bool) - Global setter + bool = animationsEnabled = !!element; + } else { + var node = getDomNode(element); + + if (argCount === 1) { + // (element) - Element getter + bool = !disabledElementsLookup.get(node); + } else { + // (element, bool) - Element setter + if (!disabledElementsLookup.has(node)) { + // The element is added to the map for the first time. + // Create a listener to remove it on `$destroy` (to avoid memory leak). + jqLite(element).on('$destroy', removeFromDisabledElementsLookup); + } + disabledElementsLookup.set(node, !bool); + } + } + } + + return bool; + } + }; + + return $animate; + + function queueAnimation(originalElement, event, initialOptions) { + // we always make a copy of the options since + // there should never be any side effects on + // the input data when running `$animateCss`. + var options = copy(initialOptions); + + var element = stripCommentsFromElement(originalElement); + var node = getDomNode(element); + var parentNode = node && node.parentNode; + + options = prepareAnimationOptions(options); + + // we create a fake runner with a working promise. + // These methods will become available after the digest has passed + var runner = new $$AnimateRunner(); + + // this is used to trigger callbacks in postDigest mode + var runInNextPostDigestOrNow = postDigestTaskFactory(); + + if (isArray(options.addClass)) { + options.addClass = options.addClass.join(' '); + } + + if (options.addClass && !isString(options.addClass)) { + options.addClass = null; + } + + if (isArray(options.removeClass)) { + options.removeClass = options.removeClass.join(' '); + } + + if (options.removeClass && !isString(options.removeClass)) { + options.removeClass = null; + } + + if (options.from && !isObject(options.from)) { + options.from = null; + } + + if (options.to && !isObject(options.to)) { + options.to = null; + } + + // If animations are hard-disabled for the whole application there is no need to continue. + // There are also situations where a directive issues an animation for a jqLite wrapper that + // contains only comment nodes. In this case, there is no way we can perform an animation. + if (!animationsEnabled || + !node || + !isAnimatableByFilter(node, event, initialOptions) || + !isAnimatableClassName(node, options)) { + close(); + return runner; + } + + var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; + + var documentHidden = $$isDocumentHidden(); + + // This is a hard disable of all animations the element itself, therefore there is no need to + // continue further past this point if not enabled + // Animations are also disabled if the document is currently hidden (page is not visible + // to the user), because browsers slow down or do not flush calls to requestAnimationFrame + var skipAnimations = documentHidden || disabledElementsLookup.get(node); + var existingAnimation = (!skipAnimations && activeAnimationsLookup.get(node)) || {}; + var hasExistingAnimation = !!existingAnimation.state; + + // there is no point in traversing the same collection of parent ancestors if a followup + // animation will be run on the same element that already did all that checking work + if (!skipAnimations && (!hasExistingAnimation || existingAnimation.state !== PRE_DIGEST_STATE)) { + skipAnimations = !areAnimationsAllowed(node, parentNode, event); + } + + if (skipAnimations) { + // Callbacks should fire even if the document is hidden (regression fix for issue #14120) + if (documentHidden) notifyProgress(runner, event, 'start', getEventData(options)); + close(); + if (documentHidden) notifyProgress(runner, event, 'close', getEventData(options)); + return runner; + } + + if (isStructural) { + closeChildAnimations(node); + } + + var newAnimation = { + structural: isStructural, + element: element, + event: event, + addClass: options.addClass, + removeClass: options.removeClass, + close: close, + options: options, + runner: runner + }; + + if (hasExistingAnimation) { + var skipAnimationFlag = isAllowed('skip', newAnimation, existingAnimation); + if (skipAnimationFlag) { + if (existingAnimation.state === RUNNING_STATE) { + close(); + return runner; + } else { + mergeAnimationDetails(element, existingAnimation, newAnimation); + return existingAnimation.runner; + } + } + var cancelAnimationFlag = isAllowed('cancel', newAnimation, existingAnimation); + if (cancelAnimationFlag) { + if (existingAnimation.state === RUNNING_STATE) { + // this will end the animation right away and it is safe + // to do so since the animation is already running and the + // runner callback code will run in async + existingAnimation.runner.end(); + } else if (existingAnimation.structural) { + // this means that the animation is queued into a digest, but + // hasn't started yet. Therefore it is safe to run the close + // method which will call the runner methods in async. + existingAnimation.close(); + } else { + // this will merge the new animation options into existing animation options + mergeAnimationDetails(element, existingAnimation, newAnimation); + + return existingAnimation.runner; + } + } else { + // a joined animation means that this animation will take over the existing one + // so an example would involve a leave animation taking over an enter. Then when + // the postDigest kicks in the enter will be ignored. + var joinAnimationFlag = isAllowed('join', newAnimation, existingAnimation); + if (joinAnimationFlag) { + if (existingAnimation.state === RUNNING_STATE) { + normalizeAnimationDetails(element, newAnimation); + } else { + applyGeneratedPreparationClasses($$jqLite, element, isStructural ? event : null, options); + + event = newAnimation.event = existingAnimation.event; + options = mergeAnimationDetails(element, existingAnimation, newAnimation); + + //we return the same runner since only the option values of this animation will + //be fed into the `existingAnimation`. + return existingAnimation.runner; + } + } + } + } else { + // normalization in this case means that it removes redundant CSS classes that + // already exist (addClass) or do not exist (removeClass) on the element + normalizeAnimationDetails(element, newAnimation); + } + + // when the options are merged and cleaned up we may end up not having to do + // an animation at all, therefore we should check this before issuing a post + // digest callback. Structural animations will always run no matter what. + var isValidAnimation = newAnimation.structural; + if (!isValidAnimation) { + // animate (from/to) can be quickly checked first, otherwise we check if any classes are present + isValidAnimation = (newAnimation.event === 'animate' && Object.keys(newAnimation.options.to || {}).length > 0) + || hasAnimationClasses(newAnimation); + } + + if (!isValidAnimation) { + close(); + clearElementAnimationState(node); + return runner; + } + + // the counter keeps track of cancelled animations + var counter = (existingAnimation.counter || 0) + 1; + newAnimation.counter = counter; + + markElementAnimationState(node, PRE_DIGEST_STATE, newAnimation); + + $rootScope.$$postDigest(function() { + // It is possible that the DOM nodes inside `originalElement` have been replaced. This can + // happen if the animated element is a transcluded clone and also has a `templateUrl` + // directive on it. Therefore, we must recreate `element` in order to interact with the + // actual DOM nodes. + // Note: We still need to use the old `node` for certain things, such as looking up in + // HashMaps where it was used as the key. + + element = stripCommentsFromElement(originalElement); + + var animationDetails = activeAnimationsLookup.get(node); + var animationCancelled = !animationDetails; + animationDetails = animationDetails || {}; + + // if addClass/removeClass is called before something like enter then the + // registered parent element may not be present. The code below will ensure + // that a final value for parent element is obtained + var parentElement = element.parent() || []; + + // animate/structural/class-based animations all have requirements. Otherwise there + // is no point in performing an animation. The parent node must also be set. + var isValidAnimation = parentElement.length > 0 + && (animationDetails.event === 'animate' + || animationDetails.structural + || hasAnimationClasses(animationDetails)); + + // this means that the previous animation was cancelled + // even if the follow-up animation is the same event + if (animationCancelled || animationDetails.counter !== counter || !isValidAnimation) { + // if another animation did not take over then we need + // to make sure that the domOperation and options are + // handled accordingly + if (animationCancelled) { + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + } + + // if the event changed from something like enter to leave then we do + // it, otherwise if it's the same then the end result will be the same too + if (animationCancelled || (isStructural && animationDetails.event !== event)) { + options.domOperation(); + runner.end(); + } + + // in the event that the element animation was not cancelled or a follow-up animation + // isn't allowed to animate from here then we need to clear the state of the element + // so that any future animations won't read the expired animation data. + if (!isValidAnimation) { + clearElementAnimationState(node); + } + + return; + } + + // this combined multiple class to addClass / removeClass into a setClass event + // so long as a structural event did not take over the animation + event = !animationDetails.structural && hasAnimationClasses(animationDetails, true) + ? 'setClass' + : animationDetails.event; + + markElementAnimationState(node, RUNNING_STATE); + var realRunner = $$animation(element, event, animationDetails.options); + + // this will update the runner's flow-control events based on + // the `realRunner` object. + runner.setHost(realRunner); + notifyProgress(runner, event, 'start', getEventData(options)); + + realRunner.done(function(status) { + close(!status); + var animationDetails = activeAnimationsLookup.get(node); + if (animationDetails && animationDetails.counter === counter) { + clearElementAnimationState(node); + } + notifyProgress(runner, event, 'close', getEventData(options)); + }); + }); + + return runner; + + function notifyProgress(runner, event, phase, data) { + runInNextPostDigestOrNow(function() { + var callbacks = findCallbacks(parentNode, node, event); + if (callbacks.length) { + // do not optimize this call here to RAF because + // we don't know how heavy the callback code here will + // be and if this code is buffered then this can + // lead to a performance regression. + $$rAF(function() { + forEach(callbacks, function(callback) { + callback(element, phase, data); + }); + cleanupEventListeners(phase, node); + }); + } else { + cleanupEventListeners(phase, node); + } + }); + runner.progress(event, phase, data); + } + + function close(reject) { + clearGeneratedClasses(element, options); + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + options.domOperation(); + runner.complete(!reject); + } + } + + function closeChildAnimations(node) { + var children = node.querySelectorAll('[' + NG_ANIMATE_ATTR_NAME + ']'); + forEach(children, function(child) { + var state = parseInt(child.getAttribute(NG_ANIMATE_ATTR_NAME), 10); + var animationDetails = activeAnimationsLookup.get(child); + if (animationDetails) { + switch (state) { + case RUNNING_STATE: + animationDetails.runner.end(); + /* falls through */ + case PRE_DIGEST_STATE: + activeAnimationsLookup.delete(child); + break; + } + } + }); + } + + function clearElementAnimationState(node) { + node.removeAttribute(NG_ANIMATE_ATTR_NAME); + activeAnimationsLookup.delete(node); + } + + /** + * This fn returns false if any of the following is true: + * a) animations on any parent element are disabled, and animations on the element aren't explicitly allowed + * b) a parent element has an ongoing structural animation, and animateChildren is false + * c) the element is not a child of the body + * d) the element is not a child of the $rootElement + */ + function areAnimationsAllowed(node, parentNode, event) { + var bodyNode = $document[0].body; + var rootNode = getDomNode($rootElement); + + var bodyNodeDetected = (node === bodyNode) || node.nodeName === 'HTML'; + var rootNodeDetected = (node === rootNode); + var parentAnimationDetected = false; + var elementDisabled = disabledElementsLookup.get(node); + var animateChildren; + + var parentHost = jqLite.data(node, NG_ANIMATE_PIN_DATA); + if (parentHost) { + parentNode = getDomNode(parentHost); + } + + while (parentNode) { + if (!rootNodeDetected) { + // AngularJS doesn't want to attempt to animate elements outside of the application + // therefore we need to ensure that the rootElement is an ancestor of the current element + rootNodeDetected = (parentNode === rootNode); + } + + if (parentNode.nodeType !== ELEMENT_NODE) { + // no point in inspecting the #document element + break; + } + + var details = activeAnimationsLookup.get(parentNode) || {}; + // either an enter, leave or move animation will commence + // therefore we can't allow any animations to take place + // but if a parent animation is class-based then that's ok + if (!parentAnimationDetected) { + var parentNodeDisabled = disabledElementsLookup.get(parentNode); + + if (parentNodeDisabled === true && elementDisabled !== false) { + // disable animations if the user hasn't explicitly enabled animations on the + // current element + elementDisabled = true; + // element is disabled via parent element, no need to check anything else + break; + } else if (parentNodeDisabled === false) { + elementDisabled = false; + } + parentAnimationDetected = details.structural; + } + + if (isUndefined(animateChildren) || animateChildren === true) { + var value = jqLite.data(parentNode, NG_ANIMATE_CHILDREN_DATA); + if (isDefined(value)) { + animateChildren = value; + } + } + + // there is no need to continue traversing at this point + if (parentAnimationDetected && animateChildren === false) break; + + if (!bodyNodeDetected) { + // we also need to ensure that the element is or will be a part of the body element + // otherwise it is pointless to even issue an animation to be rendered + bodyNodeDetected = (parentNode === bodyNode); + } + + if (bodyNodeDetected && rootNodeDetected) { + // If both body and root have been found, any other checks are pointless, + // as no animation data should live outside the application + break; + } + + if (!rootNodeDetected) { + // If `rootNode` is not detected, check if `parentNode` is pinned to another element + parentHost = jqLite.data(parentNode, NG_ANIMATE_PIN_DATA); + if (parentHost) { + // The pin target element becomes the next parent element + parentNode = getDomNode(parentHost); + continue; + } + } + + parentNode = parentNode.parentNode; + } + + var allowAnimation = (!parentAnimationDetected || animateChildren) && elementDisabled !== true; + return allowAnimation && rootNodeDetected && bodyNodeDetected; + } + + function markElementAnimationState(node, state, details) { + details = details || {}; + details.state = state; + + node.setAttribute(NG_ANIMATE_ATTR_NAME, state); + + var oldValue = activeAnimationsLookup.get(node); + var newValue = oldValue + ? extend(oldValue, details) + : details; + activeAnimationsLookup.set(node, newValue); + } + }]; +}]; diff --git a/src/ngAnimate/animation.js b/src/ngAnimate/animation.js new file mode 100644 index 000000000000..239f38f03b2e --- /dev/null +++ b/src/ngAnimate/animation.js @@ -0,0 +1,449 @@ +'use strict'; + +/* exported $$AnimationProvider */ + +var $$AnimationProvider = ['$animateProvider', /** @this */ function($animateProvider) { + var NG_ANIMATE_REF_ATTR = 'ng-animate-ref'; + + var drivers = this.drivers = []; + + var RUNNER_STORAGE_KEY = '$$animationRunner'; + var PREPARE_CLASSES_KEY = '$$animatePrepareClasses'; + + function setRunner(element, runner) { + element.data(RUNNER_STORAGE_KEY, runner); + } + + function removeRunner(element) { + element.removeData(RUNNER_STORAGE_KEY); + } + + function getRunner(element) { + return element.data(RUNNER_STORAGE_KEY); + } + + this.$get = ['$$jqLite', '$rootScope', '$injector', '$$AnimateRunner', '$$Map', '$$rAFScheduler', '$$animateCache', + function($$jqLite, $rootScope, $injector, $$AnimateRunner, $$Map, $$rAFScheduler, $$animateCache) { + + var animationQueue = []; + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + + function sortAnimations(animations) { + var tree = { children: [] }; + var i, lookup = new $$Map(); + + // this is done first beforehand so that the map + // is filled with a list of the elements that will be animated + for (i = 0; i < animations.length; i++) { + var animation = animations[i]; + lookup.set(animation.domNode, animations[i] = { + domNode: animation.domNode, + element: animation.element, + fn: animation.fn, + children: [] + }); + } + + for (i = 0; i < animations.length; i++) { + processNode(animations[i]); + } + + return flatten(tree); + + function processNode(entry) { + if (entry.processed) return entry; + entry.processed = true; + + var elementNode = entry.domNode; + var parentNode = elementNode.parentNode; + lookup.set(elementNode, entry); + + var parentEntry; + while (parentNode) { + parentEntry = lookup.get(parentNode); + if (parentEntry) { + if (!parentEntry.processed) { + parentEntry = processNode(parentEntry); + } + break; + } + parentNode = parentNode.parentNode; + } + + (parentEntry || tree).children.push(entry); + return entry; + } + + function flatten(tree) { + var result = []; + var queue = []; + var i; + + for (i = 0; i < tree.children.length; i++) { + queue.push(tree.children[i]); + } + + var remainingLevelEntries = queue.length; + var nextLevelEntries = 0; + var row = []; + + for (i = 0; i < queue.length; i++) { + var entry = queue[i]; + if (remainingLevelEntries <= 0) { + remainingLevelEntries = nextLevelEntries; + nextLevelEntries = 0; + result.push(row); + row = []; + } + row.push(entry); + entry.children.forEach(function(childEntry) { + nextLevelEntries++; + queue.push(childEntry); + }); + remainingLevelEntries--; + } + + if (row.length) { + result.push(row); + } + + return result; + } + } + + // TODO(matsko): document the signature in a better way + return function(element, event, options) { + options = prepareAnimationOptions(options); + var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; + + // there is no animation at the current moment, however + // these runner methods will get later updated with the + // methods leading into the driver's end/cancel methods + // for now they just stop the animation from starting + var runner = new $$AnimateRunner({ + end: function() { close(); }, + cancel: function() { close(true); } + }); + + if (!drivers.length) { + close(); + return runner; + } + + var classes = mergeClasses(element.attr('class'), mergeClasses(options.addClass, options.removeClass)); + var tempClasses = options.tempClasses; + if (tempClasses) { + classes += ' ' + tempClasses; + options.tempClasses = null; + } + + if (isStructural) { + element.data(PREPARE_CLASSES_KEY, 'ng-' + event + PREPARE_CLASS_SUFFIX); + } + + setRunner(element, runner); + + animationQueue.push({ + // this data is used by the postDigest code and passed into + // the driver step function + element: element, + classes: classes, + event: event, + structural: isStructural, + options: options, + beforeStart: beforeStart, + close: close + }); + + element.on('$destroy', handleDestroyedElement); + + // we only want there to be one function called within the post digest + // block. This way we can group animations for all the animations that + // were apart of the same postDigest flush call. + if (animationQueue.length > 1) return runner; + + $rootScope.$$postDigest(function() { + var animations = []; + forEach(animationQueue, function(entry) { + // the element was destroyed early on which removed the runner + // form its storage. This means we can't animate this element + // at all and it already has been closed due to destruction. + if (getRunner(entry.element)) { + animations.push(entry); + } else { + entry.close(); + } + }); + + // now any future animations will be in another postDigest + animationQueue.length = 0; + + var groupedAnimations = groupAnimations(animations); + var toBeSortedAnimations = []; + + forEach(groupedAnimations, function(animationEntry) { + var element = animationEntry.from ? animationEntry.from.element : animationEntry.element; + var extraClasses = options.addClass; + + extraClasses = (extraClasses ? (extraClasses + ' ') : '') + NG_ANIMATE_CLASSNAME; + var cacheKey = $$animateCache.cacheKey(element[0], animationEntry.event, extraClasses, options.removeClass); + + toBeSortedAnimations.push({ + element: element, + domNode: getDomNode(element), + fn: function triggerAnimationStart() { + var startAnimationFn, closeFn = animationEntry.close; + + // in the event that we've cached the animation status for this element + // and it's in fact an invalid animation (something that has duration = 0) + // then we should skip all the heavy work from here on + if ($$animateCache.containsCachedAnimationWithoutDuration(cacheKey)) { + closeFn(); + return; + } + + // it's important that we apply the `ng-animate` CSS class and the + // temporary classes before we do any driver invoking since these + // CSS classes may be required for proper CSS detection. + animationEntry.beforeStart(); + + // in the event that the element was removed before the digest runs or + // during the RAF sequencing then we should not trigger the animation. + var targetElement = animationEntry.anchors + ? (animationEntry.from.element || animationEntry.to.element) + : animationEntry.element; + + if (getRunner(targetElement)) { + var operation = invokeFirstDriver(animationEntry); + if (operation) { + startAnimationFn = operation.start; + } + } + + if (!startAnimationFn) { + closeFn(); + } else { + var animationRunner = startAnimationFn(); + animationRunner.done(function(status) { + closeFn(!status); + }); + updateAnimationRunners(animationEntry, animationRunner); + } + } + }); + }); + + // we need to sort each of the animations in order of parent to child + // relationships. This ensures that the child classes are applied at the + // right time. + var finalAnimations = sortAnimations(toBeSortedAnimations); + for (var i = 0; i < finalAnimations.length; i++) { + var innerArray = finalAnimations[i]; + for (var j = 0; j < innerArray.length; j++) { + var entry = innerArray[j]; + var element = entry.element; + + // the RAFScheduler code only uses functions + finalAnimations[i][j] = entry.fn; + + // the first row of elements shouldn't have a prepare-class added to them + // since the elements are at the top of the animation hierarchy and they + // will be applied without a RAF having to pass... + if (i === 0) { + element.removeData(PREPARE_CLASSES_KEY); + continue; + } + + var prepareClassName = element.data(PREPARE_CLASSES_KEY); + if (prepareClassName) { + $$jqLite.addClass(element, prepareClassName); + } + } + } + + $$rAFScheduler(finalAnimations); + }); + + return runner; + + // TODO(matsko): change to reference nodes + function getAnchorNodes(node) { + var SELECTOR = '[' + NG_ANIMATE_REF_ATTR + ']'; + var items = node.hasAttribute(NG_ANIMATE_REF_ATTR) + ? [node] + : node.querySelectorAll(SELECTOR); + var anchors = []; + forEach(items, function(node) { + var attr = node.getAttribute(NG_ANIMATE_REF_ATTR); + if (attr && attr.length) { + anchors.push(node); + } + }); + return anchors; + } + + function groupAnimations(animations) { + var preparedAnimations = []; + var refLookup = {}; + forEach(animations, function(animation, index) { + var element = animation.element; + var node = getDomNode(element); + var event = animation.event; + var enterOrMove = ['enter', 'move'].indexOf(event) >= 0; + var anchorNodes = animation.structural ? getAnchorNodes(node) : []; + + if (anchorNodes.length) { + var direction = enterOrMove ? 'to' : 'from'; + + forEach(anchorNodes, function(anchor) { + var key = anchor.getAttribute(NG_ANIMATE_REF_ATTR); + refLookup[key] = refLookup[key] || {}; + refLookup[key][direction] = { + animationID: index, + element: jqLite(anchor) + }; + }); + } else { + preparedAnimations.push(animation); + } + }); + + var usedIndicesLookup = {}; + var anchorGroups = {}; + forEach(refLookup, function(operations, key) { + var from = operations.from; + var to = operations.to; + + if (!from || !to) { + // only one of these is set therefore we can't have an + // anchor animation since all three pieces are required + var index = from ? from.animationID : to.animationID; + var indexKey = index.toString(); + if (!usedIndicesLookup[indexKey]) { + usedIndicesLookup[indexKey] = true; + preparedAnimations.push(animations[index]); + } + return; + } + + var fromAnimation = animations[from.animationID]; + var toAnimation = animations[to.animationID]; + var lookupKey = from.animationID.toString(); + if (!anchorGroups[lookupKey]) { + var group = anchorGroups[lookupKey] = { + structural: true, + beforeStart: function() { + fromAnimation.beforeStart(); + toAnimation.beforeStart(); + }, + close: function() { + fromAnimation.close(); + toAnimation.close(); + }, + classes: cssClassesIntersection(fromAnimation.classes, toAnimation.classes), + from: fromAnimation, + to: toAnimation, + anchors: [] // TODO(matsko): change to reference nodes + }; + + // the anchor animations require that the from and to elements both have at least + // one shared CSS class which effectively marries the two elements together to use + // the same animation driver and to properly sequence the anchor animation. + if (group.classes.length) { + preparedAnimations.push(group); + } else { + preparedAnimations.push(fromAnimation); + preparedAnimations.push(toAnimation); + } + } + + anchorGroups[lookupKey].anchors.push({ + 'out': from.element, 'in': to.element + }); + }); + + return preparedAnimations; + } + + function cssClassesIntersection(a,b) { + a = a.split(' '); + b = b.split(' '); + var matches = []; + + for (var i = 0; i < a.length; i++) { + var aa = a[i]; + if (aa.substring(0,3) === 'ng-') continue; + + for (var j = 0; j < b.length; j++) { + if (aa === b[j]) { + matches.push(aa); + break; + } + } + } + + return matches.join(' '); + } + + function invokeFirstDriver(animationDetails) { + // we loop in reverse order since the more general drivers (like CSS and JS) + // may attempt more elements, but custom drivers are more particular + for (var i = drivers.length - 1; i >= 0; i--) { + var driverName = drivers[i]; + var factory = $injector.get(driverName); + var driver = factory(animationDetails); + if (driver) { + return driver; + } + } + } + + function beforeStart() { + tempClasses = (tempClasses ? (tempClasses + ' ') : '') + NG_ANIMATE_CLASSNAME; + $$jqLite.addClass(element, tempClasses); + + var prepareClassName = element.data(PREPARE_CLASSES_KEY); + if (prepareClassName) { + $$jqLite.removeClass(element, prepareClassName); + prepareClassName = null; + } + } + + function updateAnimationRunners(animation, newRunner) { + if (animation.from && animation.to) { + update(animation.from.element); + update(animation.to.element); + } else { + update(animation.element); + } + + function update(element) { + var runner = getRunner(element); + if (runner) runner.setHost(newRunner); + } + } + + function handleDestroyedElement() { + var runner = getRunner(element); + if (runner && (event !== 'leave' || !options.$$domOperationFired)) { + runner.end(); + } + } + + function close(rejected) { + element.off('$destroy', handleDestroyedElement); + removeRunner(element); + + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + options.domOperation(); + + if (tempClasses) { + $$jqLite.removeClass(element, tempClasses); + } + + runner.complete(!rejected); + } + }; + }]; +}]; diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js new file mode 100644 index 000000000000..1d99af0be0f4 --- /dev/null +++ b/src/ngAnimate/module.js @@ -0,0 +1,796 @@ +'use strict'; + +/** + * @ngdoc module + * @name ngAnimate + * @description + * + * The `ngAnimate` module provides support for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations via + * callback hooks. Animations are not enabled by default, however, by including `ngAnimate` the animation hooks are enabled for an AngularJS app. + * + * ## Usage + * Simply put, there are two ways to make use of animations when ngAnimate is used: by using **CSS** and **JavaScript**. The former works purely based + * using CSS (by using matching CSS selectors/styles) and the latter triggers animations that are registered via `module.animation()`. For + * both CSS and JS animations the sole requirement is to have a matching `CSS class` that exists both in the registered animation and within + * the HTML element that the animation will be triggered on. + * + * ## Directive Support + * The following directives are "animation aware": + * + * | Directive | Supported Animations | + * |-------------------------------------------------------------------------------|---------------------------------------------------------------------------| + * | {@link ng.directive:form#animations form / ngForm} | add and remove ({@link ng.directive:form#css-classes various classes}) | + * | {@link ngAnimate.directive:ngAnimateSwap#animations ngAnimateSwap} | enter and leave | + * | {@link ng.directive:ngClass#animations ngClass / {{class}​}} | add and remove | + * | {@link ng.directive:ngClassEven#animations ngClassEven} | add and remove | + * | {@link ng.directive:ngClassOdd#animations ngClassOdd} | add and remove | + * | {@link ng.directive:ngHide#animations ngHide} | add and remove (the `ng-hide` class) | + * | {@link ng.directive:ngIf#animations ngIf} | enter and leave | + * | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave | + * | {@link module:ngMessages#animations ngMessage / ngMessageExp} | enter and leave | + * | {@link module:ngMessages#animations ngMessages} | add and remove (the `ng-active`/`ng-inactive` classes) | + * | {@link ng.directive:ngModel#animations ngModel} | add and remove ({@link ng.directive:ngModel#css-classes various classes}) | + * | {@link ng.directive:ngRepeat#animations ngRepeat} | enter, leave, and move | + * | {@link ng.directive:ngShow#animations ngShow} | add and remove (the `ng-hide` class) | + * | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave | + * | {@link ngRoute.directive:ngView#animations ngView} | enter and leave | + * + * (More information can be found by visiting the documentation associated with each directive.) + * + * For a full breakdown of the steps involved during each animation event, refer to the + * {@link ng.$animate `$animate` API docs}. + * + * ## CSS-based Animations + * + * CSS-based animations with ngAnimate are unique since they require no JavaScript code at all. By using a CSS class that we reference between our HTML + * and CSS code we can create an animation that will be picked up by AngularJS when an underlying directive performs an operation. + * + * The example below shows how an `enter` animation can be made possible on an element using `ng-if`: + * + * ```html + *
    + * Fade me in out + *
    + * + * + * ``` + * + * Notice the CSS class **fade**? We can now create the CSS transition code that references this class: + * + * ```css + * /* The starting CSS styles for the enter animation */ + * .fade.ng-enter { + * transition:0.5s linear all; + * opacity:0; + * } + * + * /* The finishing CSS styles for the enter animation */ + * .fade.ng-enter.ng-enter-active { + * opacity:1; + * } + * ``` + * + * The key thing to remember here is that, depending on the animation event (which each of the directives above trigger depending on what's going on) two + * generated CSS classes will be applied to the element; in the example above we have `.ng-enter` and `.ng-enter-active`. For CSS transitions, the transition + * code **must** be defined within the starting CSS class (in this case `.ng-enter`). The destination class is what the transition will animate towards. + * + * If for example we wanted to create animations for `leave` and `move` (ngRepeat triggers move) then we can do so using the same CSS naming conventions: + * + * ```css + * /* now the element will fade out before it is removed from the DOM */ + * .fade.ng-leave { + * transition:0.5s linear all; + * opacity:1; + * } + * .fade.ng-leave.ng-leave-active { + * opacity:0; + * } + * ``` + * + * We can also make use of **CSS Keyframes** by referencing the keyframe animation within the starting CSS class: + * + * ```css + * /* there is no need to define anything inside of the destination + * CSS class since the keyframe will take charge of the animation */ + * .fade.ng-leave { + * animation: my_fade_animation 0.5s linear; + * -webkit-animation: my_fade_animation 0.5s linear; + * } + * + * @keyframes my_fade_animation { + * from { opacity:1; } + * to { opacity:0; } + * } + * + * @-webkit-keyframes my_fade_animation { + * from { opacity:1; } + * to { opacity:0; } + * } + * ``` + * + * Feel free also mix transitions and keyframes together as well as any other CSS classes on the same element. + * + * ### CSS Class-based Animations + * + * Class-based animations (animations that are triggered via `ngClass`, `ngShow`, `ngHide` and some other directives) have a slightly different + * naming convention. Class-based animations are basic enough that a standard transition or keyframe can be referenced on the class being added + * and removed. + * + * For example if we wanted to do a CSS animation for `ngHide` then we place an animation on the `.ng-hide` CSS class: + * + * ```html + *
    + * Show and hide me + *
    + * + * + * + * ``` + * + * All that is going on here with ngShow/ngHide behind the scenes is the `.ng-hide` class is added/removed (when the hidden state is valid). Since + * ngShow and ngHide are animation aware then we can match up a transition and ngAnimate handles the rest. + * + * In addition the addition and removal of the CSS class, ngAnimate also provides two helper methods that we can use to further decorate the animation + * with CSS styles. + * + * ```html + *
    + * Highlight this box + *
    + * + * + * + * ``` + * + * We can also make use of CSS keyframes by placing them within the CSS classes. + * + * + * ### CSS Staggering Animations + * A Staggering animation is a collection of animations that are issued with a slight delay in between each successive operation resulting in a + * curtain-like effect. The ngAnimate module (versions >=1.2) supports staggering animations and the stagger effect can be + * performed by creating a **ng-EVENT-stagger** CSS class and attaching that class to the base CSS class used for + * the animation. The style property expected within the stagger class can either be a **transition-delay** or an + * **animation-delay** property (or both if your animation contains both transitions and keyframe animations). + * + * ```css + * .my-animation.ng-enter { + * /* standard transition code */ + * transition: 1s linear all; + * opacity:0; + * } + * .my-animation.ng-enter-stagger { + * /* this will have a 100ms delay between each successive leave animation */ + * transition-delay: 0.1s; + * + * /* As of 1.4.4, this must always be set: it signals ngAnimate + * to not accidentally inherit a delay property from another CSS class */ + * transition-duration: 0s; + * + * /* if you are using animations instead of transitions you should configure as follows: + * animation-delay: 0.1s; + * animation-duration: 0s; */ + * } + * .my-animation.ng-enter.ng-enter-active { + * /* standard transition styles */ + * opacity:1; + * } + * ``` + * + * Staggering animations work by default in ngRepeat (so long as the CSS class is defined). Outside of ngRepeat, to use staggering animations + * on your own, they can be triggered by firing multiple calls to the same event on $animate. However, the restrictions surrounding this + * are that each of the elements must have the same CSS className value as well as the same parent element. A stagger operation + * will also be reset if one or more animation frames have passed since the multiple calls to `$animate` were fired. + * + * The following code will issue the **ng-leave-stagger** event on the element provided: + * + * ```js + * var kids = parent.children(); + * + * $animate.leave(kids[0]); //stagger index=0 + * $animate.leave(kids[1]); //stagger index=1 + * $animate.leave(kids[2]); //stagger index=2 + * $animate.leave(kids[3]); //stagger index=3 + * $animate.leave(kids[4]); //stagger index=4 + * + * window.requestAnimationFrame(function() { + * //stagger has reset itself + * $animate.leave(kids[5]); //stagger index=0 + * $animate.leave(kids[6]); //stagger index=1 + * + * $scope.$digest(); + * }); + * ``` + * + * Stagger animations are currently only supported within CSS-defined animations. + * + * ### The `ng-animate` CSS class + * + * When ngAnimate is animating an element it will apply the `ng-animate` CSS class to the element for the duration of the animation. + * This is a temporary CSS class and it will be removed once the animation is over (for both JavaScript and CSS-based animations). + * + * Therefore, animations can be applied to an element using this temporary class directly via CSS. + * + * ```css + * .zipper.ng-animate { + * transition:0.5s linear all; + * } + * .zipper.ng-enter { + * opacity:0; + * } + * .zipper.ng-enter.ng-enter-active { + * opacity:1; + * } + * .zipper.ng-leave { + * opacity:1; + * } + * .zipper.ng-leave.ng-leave-active { + * opacity:0; + * } + * ``` + * + * (Note that the `ng-animate` CSS class is reserved and it cannot be applied on an element directly since ngAnimate will always remove + * the CSS class once an animation has completed.) + * + * + * ### The `ng-[event]-prepare` class + * + * This is a special class that can be used to prevent unwanted flickering / flash of content before + * the actual animation starts. The class is added as soon as an animation is initialized, but removed + * before the actual animation starts (after waiting for a $digest). + * It is also only added for *structural* animations (`enter`, `move`, and `leave`). + * + * In practice, flickering can appear when nesting elements with structural animations such as `ngIf` + * into elements that have class-based animations such as `ngClass`. + * + * ```html + *
    + *
    + *
    + *
    + *
    + * ``` + * + * It is possible that during the `enter` animation, the `.message` div will be briefly visible before it starts animating. + * In that case, you can add styles to the CSS that make sure the element stays hidden before the animation starts: + * + * ```css + * .message.ng-enter-prepare { + * opacity: 0; + * } + * ``` + * + * ### Animating between value changes + * + * Sometimes you need to animate between different expression states, whose values + * don't necessary need to be known or referenced in CSS styles. + * Unless possible with another {@link ngAnimate#directive-support "animation aware" directive}, + * that specific use case can always be covered with {@link ngAnimate.directive:ngAnimateSwap} as + * can be seen in {@link ngAnimate.directive:ngAnimateSwap#examples this example}. + * + * Note that {@link ngAnimate.directive:ngAnimateSwap} is a *structural directive*, which means it + * creates a new instance of the element (including any other/child directives it may have) and + * links it to a new scope every time *swap* happens. In some cases this might not be desirable + * (e.g. for performance reasons, or when you wish to retain internal state on the original + * element instance). + * + * ## JavaScript-based Animations + * + * ngAnimate also allows for animations to be consumed by JavaScript code. The approach is similar to CSS-based animations (where there is a shared + * CSS class that is referenced in our HTML code) but in addition we need to register the JavaScript animation on the module. By making use of the + * `module.animation()` module function we can register the animation. + * + * Let's see an example of a enter/leave animation using `ngRepeat`: + * + * ```html + *
    + * {{ item }} + *
    + * ``` + * + * See the **slide** CSS class? Let's use that class to define an animation that we'll structure in our module code by using `module.animation`: + * + * ```js + * myModule.animation('.slide', [function() { + * return { + * // make note that other events (like addClass/removeClass) + * // have different function input parameters + * enter: function(element, doneFn) { + * jQuery(element).fadeIn(1000, doneFn); + * + * // remember to call doneFn so that AngularJS + * // knows that the animation has concluded + * }, + * + * move: function(element, doneFn) { + * jQuery(element).fadeIn(1000, doneFn); + * }, + * + * leave: function(element, doneFn) { + * jQuery(element).fadeOut(1000, doneFn); + * } + * } + * }]); + * ``` + * + * The nice thing about JS-based animations is that we can inject other services and make use of advanced animation libraries such as + * greensock.js and velocity.js. + * + * If our animation code class-based (meaning that something like `ngClass`, `ngHide` and `ngShow` triggers it) then we can still define + * our animations inside of the same registered animation, however, the function input arguments are a bit different: + * + * ```html + *
    + * this box is moody + *
    + * + * + * + * ``` + * + * ```js + * myModule.animation('.colorful', [function() { + * return { + * addClass: function(element, className, doneFn) { + * // do some cool animation and call the doneFn + * }, + * removeClass: function(element, className, doneFn) { + * // do some cool animation and call the doneFn + * }, + * setClass: function(element, addedClass, removedClass, doneFn) { + * // do some cool animation and call the doneFn + * } + * } + * }]); + * ``` + * + * ## CSS + JS Animations Together + * + * AngularJS 1.4 and higher has taken steps to make the amalgamation of CSS and JS animations more flexible. However, unlike earlier versions of AngularJS, + * defining CSS and JS animations to work off of the same CSS class will not work anymore. Therefore the example below will only result in **JS animations taking + * charge of the animation**: + * + * ```html + *
    + * Slide in and out + *
    + * ``` + * + * ```js + * myModule.animation('.slide', [function() { + * return { + * enter: function(element, doneFn) { + * jQuery(element).slideIn(1000, doneFn); + * } + * } + * }]); + * ``` + * + * ```css + * .slide.ng-enter { + * transition:0.5s linear all; + * transform:translateY(-100px); + * } + * .slide.ng-enter.ng-enter-active { + * transform:translateY(0); + * } + * ``` + * + * Does this mean that CSS and JS animations cannot be used together? Do JS-based animations always have higher priority? We can make up for the + * lack of CSS animations by using the `$animateCss` service to trigger our own tweaked-out, CSS-based animations directly from + * our own JS-based animation code: + * + * ```js + * myModule.animation('.slide', ['$animateCss', function($animateCss) { + * return { + * enter: function(element) { +* // this will trigger `.slide.ng-enter` and `.slide.ng-enter-active`. + * return $animateCss(element, { + * event: 'enter', + * structural: true + * }); + * } + * } + * }]); + * ``` + * + * The nice thing here is that we can save bandwidth by sticking to our CSS-based animation code and we don't need to rely on a 3rd-party animation framework. + * + * The `$animateCss` service is very powerful since we can feed in all kinds of extra properties that will be evaluated and fed into a CSS transition or + * keyframe animation. For example if we wanted to animate the height of an element while adding and removing classes then we can do so by providing that + * data into `$animateCss` directly: + * + * ```js + * myModule.animation('.slide', ['$animateCss', function($animateCss) { + * return { + * enter: function(element) { + * return $animateCss(element, { + * event: 'enter', + * structural: true, + * addClass: 'maroon-setting', + * from: { height:0 }, + * to: { height: 200 } + * }); + * } + * } + * }]); + * ``` + * + * Now we can fill in the rest via our transition CSS code: + * + * ```css + * /* the transition tells ngAnimate to make the animation happen */ + * .slide.ng-enter { transition:0.5s linear all; } + * + * /* this extra CSS class will be absorbed into the transition + * since the $animateCss code is adding the class */ + * .maroon-setting { background:red; } + * ``` + * + * And `$animateCss` will figure out the rest. Just make sure to have the `done()` callback fire the `doneFn` function to signal when the animation is over. + * + * To learn more about what's possible be sure to visit the {@link ngAnimate.$animateCss $animateCss service}. + * + * ## Animation Anchoring (via `ng-animate-ref`) + * + * ngAnimate in AngularJS 1.4 comes packed with the ability to cross-animate elements between + * structural areas of an application (like views) by pairing up elements using an attribute + * called `ng-animate-ref`. + * + * Let's say for example we have two views that are managed by `ng-view` and we want to show + * that there is a relationship between two components situated in within these views. By using the + * `ng-animate-ref` attribute we can identify that the two components are paired together and we + * can then attach an animation, which is triggered when the view changes. + * + * Say for example we have the following template code: + * + * ```html + * + *
    + *
    + * + * + * + * + * + * + * + * + * ``` + * + * Now, when the view changes (once the link is clicked), ngAnimate will examine the + * HTML contents to see if there is a match reference between any components in the view + * that is leaving and the view that is entering. It will scan both the view which is being + * removed (leave) and inserted (enter) to see if there are any paired DOM elements that + * contain a matching ref value. + * + * The two images match since they share the same ref value. ngAnimate will now create a + * transport element (which is a clone of the first image element) and it will then attempt + * to animate to the position of the second image element in the next view. For the animation to + * work a special CSS class called `ng-anchor` will be added to the transported element. + * + * We can now attach a transition onto the `.banner.ng-anchor` CSS class and then + * ngAnimate will handle the entire transition for us as well as the addition and removal of + * any changes of CSS classes between the elements: + * + * ```css + * .banner.ng-anchor { + * /* this animation will last for 1 second since there are + * two phases to the animation (an `in` and an `out` phase) */ + * transition:0.5s linear all; + * } + * ``` + * + * We also **must** include animations for the views that are being entered and removed + * (otherwise anchoring wouldn't be possible since the new view would be inserted right away). + * + * ```css + * .view-animation.ng-enter, .view-animation.ng-leave { + * transition:0.5s linear all; + * position:fixed; + * left:0; + * top:0; + * width:100%; + * } + * .view-animation.ng-enter { + * transform:translateX(100%); + * } + * .view-animation.ng-leave, + * .view-animation.ng-enter.ng-enter-active { + * transform:translateX(0%); + * } + * .view-animation.ng-leave.ng-leave-active { + * transform:translateX(-100%); + * } + * ``` + * + * Now we can jump back to the anchor animation. When the animation happens, there are two stages that occur: + * an `out` and an `in` stage. The `out` stage happens first and that is when the element is animated away + * from its origin. Once that animation is over then the `in` stage occurs which animates the + * element to its destination. The reason why there are two animations is to give enough time + * for the enter animation on the new element to be ready. + * + * The example above sets up a transition for both the in and out phases, but we can also target the out or + * in phases directly via `ng-anchor-out` and `ng-anchor-in`. + * + * ```css + * .banner.ng-anchor-out { + * transition: 0.5s linear all; + * + * /* the scale will be applied during the out animation, + * but will be animated away when the in animation runs */ + * transform: scale(1.2); + * } + * + * .banner.ng-anchor-in { + * transition: 1s linear all; + * } + * ``` + * + * + * + * + * ### Anchoring Demo + * + + + Home +
    +
    +
    +
    +
    + + angular.module('anchoringExample', ['ngAnimate', 'ngRoute']) + .config(['$routeProvider', function($routeProvider) { + $routeProvider.when('/', { + templateUrl: 'home.html', + controller: 'HomeController as home' + }); + $routeProvider.when('/profile/:id', { + templateUrl: 'profile.html', + controller: 'ProfileController as profile' + }); + }]) + .run(['$rootScope', function($rootScope) { + $rootScope.records = [ + { id: 1, title: 'Miss Beulah Roob' }, + { id: 2, title: 'Trent Morissette' }, + { id: 3, title: 'Miss Ava Pouros' }, + { id: 4, title: 'Rod Pouros' }, + { id: 5, title: 'Abdul Rice' }, + { id: 6, title: 'Laurie Rutherford Sr.' }, + { id: 7, title: 'Nakia McLaughlin' }, + { id: 8, title: 'Jordon Blanda DVM' }, + { id: 9, title: 'Rhoda Hand' }, + { id: 10, title: 'Alexandrea Sauer' } + ]; + }]) + .controller('HomeController', [function() { + //empty + }]) + .controller('ProfileController', ['$rootScope', '$routeParams', + function ProfileController($rootScope, $routeParams) { + var index = parseInt($routeParams.id, 10); + var record = $rootScope.records[index - 1]; + + this.title = record.title; + this.id = record.id; + }]); + + +

    Welcome to the home page

    +

    Please click on an element

    + + {{ record.title }} + +
    + +
    + {{ profile.title }} +
    +
    + + .record { + display:block; + font-size:20px; + } + .profile { + background:black; + color:white; + font-size:100px; + } + .view-container { + position:relative; + } + .view-container > .view.ng-animate { + position:absolute; + top:0; + left:0; + width:100%; + min-height:500px; + } + .view.ng-enter, .view.ng-leave, + .record.ng-anchor { + transition:0.5s linear all; + } + .view.ng-enter { + transform:translateX(100%); + } + .view.ng-enter.ng-enter-active, .view.ng-leave { + transform:translateX(0%); + } + .view.ng-leave.ng-leave-active { + transform:translateX(-100%); + } + .record.ng-anchor-out { + background:red; + } + +
    + * + * ### How is the element transported? + * + * When an anchor animation occurs, ngAnimate will clone the starting element and position it exactly where the starting + * element is located on screen via absolute positioning. The cloned element will be placed inside of the root element + * of the application (where ng-app was defined) and all of the CSS classes of the starting element will be applied. The + * element will then animate into the `out` and `in` animations and will eventually reach the coordinates and match + * the dimensions of the destination element. During the entire animation a CSS class of `.ng-animate-shim` will be applied + * to both the starting and destination elements in order to hide them from being visible (the CSS styling for the class + * is: `visibility:hidden`). Once the anchor reaches its destination then it will be removed and the destination element + * will become visible since the shim class will be removed. + * + * ### How is the morphing handled? + * + * CSS Anchoring relies on transitions and keyframes and the internal code is intelligent enough to figure out + * what CSS classes differ between the starting element and the destination element. These different CSS classes + * will be added/removed on the anchor element and a transition will be applied (the transition that is provided + * in the anchor class). Long story short, ngAnimate will figure out what classes to add and remove which will + * make the transition of the element as smooth and automatic as possible. Be sure to use simple CSS classes that + * do not rely on DOM nesting structure so that the anchor element appears the same as the starting element (since + * the cloned element is placed inside of root element which is likely close to the body element). + * + * Note that if the root element is on the `` element then the cloned node will be placed inside of body. + * + * + * ## Using $animate in your directive code + * + * So far we've explored how to feed in animations into an AngularJS application, but how do we trigger animations within our own directives in our application? + * By injecting the `$animate` service into our directive code, we can trigger structural and class-based hooks which can then be consumed by animations. Let's + * imagine we have a greeting box that shows and hides itself when the data changes + * + * ```html + * Hi there + * ``` + * + * ```js + * ngModule.directive('greetingBox', ['$animate', function($animate) { + * return function(scope, element, attrs) { + * attrs.$observe('active', function(value) { + * value ? $animate.addClass(element, 'on') : $animate.removeClass(element, 'on'); + * }); + * }); + * }]); + * ``` + * + * Now the `on` CSS class is added and removed on the greeting box component. Now if we add a CSS class on top of the greeting box element + * in our HTML code then we can trigger a CSS or JS animation to happen. + * + * ```css + * /* normally we would create a CSS class to reference on the element */ + * greeting-box.on { transition:0.5s linear all; background:green; color:white; } + * ``` + * + * The `$animate` service contains a variety of other methods like `enter`, `leave`, `animate` and `setClass`. To learn more about what's + * possible be sure to visit the {@link ng.$animate $animate service API page}. + * + * + * ## Callbacks and Promises + * + * When `$animate` is called it returns a promise that can be used to capture when the animation has ended. Therefore if we were to trigger + * an animation (within our directive code) then we can continue performing directive and scope related activities after the animation has + * ended by chaining onto the returned promise that animation method returns. + * + * ```js + * // somewhere within the depths of the directive + * $animate.enter(element, parent).then(function() { + * //the animation has completed + * }); + * ``` + * + * (Note that earlier versions of AngularJS prior to v1.4 required the promise code to be wrapped using `$scope.$apply(...)`. This is not the case + * anymore.) + * + * In addition to the animation promise, we can also make use of animation-related callbacks within our directives and controller code by registering + * an event listener using the `$animate` service. Let's say for example that an animation was triggered on our view + * routing controller to hook into that: + * + * ```js + * ngModule.controller('HomePageController', ['$animate', function($animate) { + * $animate.on('enter', ngViewElement, function(element) { + * // the animation for this route has completed + * }]); + * }]) + * ``` + * + * (Note that you will need to trigger a digest within the callback to get AngularJS to notice any scope-related changes.) + */ + +var copy; +var extend; +var forEach; +var isArray; +var isDefined; +var isElement; +var isFunction; +var isObject; +var isString; +var isUndefined; +var jqLite; +var noop; + +/** + * @ngdoc service + * @name $animate + * @kind object + * + * @description + * The ngAnimate `$animate` service documentation is the same for the core `$animate` service. + * + * Click here {@link ng.$animate to learn more about animations with `$animate`}. + */ +angular.module('ngAnimate', [], function initAngularHelpers() { + // Access helpers from AngularJS core. + // Do it inside a `config` block to ensure `window.angular` is available. + noop = angular.noop; + copy = angular.copy; + extend = angular.extend; + jqLite = angular.element; + forEach = angular.forEach; + isArray = angular.isArray; + isString = angular.isString; + isObject = angular.isObject; + isUndefined = angular.isUndefined; + isDefined = angular.isDefined; + isFunction = angular.isFunction; + isElement = angular.isElement; +}) + .info({ angularVersion: '"NG_VERSION_FULL"' }) + .directive('ngAnimateSwap', ngAnimateSwapDirective) + + .directive('ngAnimateChildren', $$AnimateChildrenDirective) + .factory('$$rAFScheduler', $$rAFSchedulerFactory) + + .provider('$$animateQueue', $$AnimateQueueProvider) + .provider('$$animateCache', $$AnimateCacheProvider) + .provider('$$animation', $$AnimationProvider) + + .provider('$animateCss', $AnimateCssProvider) + .provider('$$animateCssDriver', $$AnimateCssDriverProvider) + + .provider('$$animateJs', $$AnimateJsProvider) + .provider('$$animateJsDriver', $$AnimateJsDriverProvider); diff --git a/src/ngAnimate/ngAnimateSwap.js b/src/ngAnimate/ngAnimateSwap.js new file mode 100644 index 000000000000..ebb98d7d53d4 --- /dev/null +++ b/src/ngAnimate/ngAnimateSwap.js @@ -0,0 +1,117 @@ +'use strict'; + +/** + * @ngdoc directive + * @name ngAnimateSwap + * @restrict A + * @scope + * + * @description + * + * ngAnimateSwap is a animation-oriented directive that allows for the container to + * be removed and entered in whenever the associated expression changes. A + * common usecase for this directive is a rotating banner or slider component which + * contains one image being present at a time. When the active image changes + * then the old image will perform a `leave` animation and the new element + * will be inserted via an `enter` animation. + * + * @animations + * | Animation | Occurs | + * |----------------------------------|--------------------------------------| + * | {@link ng.$animate#enter enter} | when the new element is inserted to the DOM | + * | {@link ng.$animate#leave leave} | when the old element is removed from the DOM | + * + * @example + * + * + *
    + *
    + * {{ number }} + *
    + *
    + *
    + * + * angular.module('ngAnimateSwapExample', ['ngAnimate']) + * .controller('AppCtrl', ['$scope', '$interval', function($scope, $interval) { + * $scope.number = 0; + * $interval(function() { + * $scope.number++; + * }, 1000); + * + * var colors = ['red','blue','green','yellow','orange']; + * $scope.colorClass = function(number) { + * return colors[number % colors.length]; + * }; + * }]); + * + * + * .container { + * height:250px; + * width:250px; + * position:relative; + * overflow:hidden; + * border:2px solid black; + * } + * .container .cell { + * font-size:150px; + * text-align:center; + * line-height:250px; + * position:absolute; + * top:0; + * left:0; + * right:0; + * border-bottom:2px solid black; + * } + * .swap-animation.ng-enter, .swap-animation.ng-leave { + * transition:0.5s linear all; + * } + * .swap-animation.ng-enter { + * top:-250px; + * } + * .swap-animation.ng-enter-active { + * top:0px; + * } + * .swap-animation.ng-leave { + * top:0px; + * } + * .swap-animation.ng-leave-active { + * top:250px; + * } + * .red { background:red; } + * .green { background:green; } + * .blue { background:blue; } + * .yellow { background:yellow; } + * .orange { background:orange; } + * + *
    + */ +var ngAnimateSwapDirective = ['$animate', function($animate) { + return { + restrict: 'A', + transclude: 'element', + terminal: true, + priority: 550, // We use 550 here to ensure that the directive is caught before others, + // but after `ngIf` (at priority 600). + link: function(scope, $element, attrs, ctrl, $transclude) { + var previousElement, previousScope; + scope.$watchCollection(attrs.ngAnimateSwap || attrs['for'], function(value) { + if (previousElement) { + $animate.leave(previousElement); + } + if (previousScope) { + previousScope.$destroy(); + previousScope = null; + } + if (value || value === 0) { + $transclude(function(clone, childScope) { + previousElement = clone; + previousScope = childScope; + $animate.enter(clone, null, $element); + }); + } + }); + } + }; +}]; diff --git a/src/ngAnimate/rafScheduler.js b/src/ngAnimate/rafScheduler.js new file mode 100644 index 000000000000..e5644e8e9946 --- /dev/null +++ b/src/ngAnimate/rafScheduler.js @@ -0,0 +1,50 @@ +'use strict'; + +var $$rAFSchedulerFactory = ['$$rAF', function($$rAF) { + var queue, cancelFn; + + function scheduler(tasks) { + // we make a copy since RAFScheduler mutates the state + // of the passed in array variable and this would be difficult + // to track down on the outside code + queue = queue.concat(tasks); + nextTick(); + } + + queue = scheduler.queue = []; + + /* waitUntilQuiet does two things: + * 1. It will run the FINAL `fn` value only when an uncanceled RAF has passed through + * 2. It will delay the next wave of tasks from running until the quiet `fn` has run. + * + * The motivation here is that animation code can request more time from the scheduler + * before the next wave runs. This allows for certain DOM properties such as classes to + * be resolved in time for the next animation to run. + */ + scheduler.waitUntilQuiet = function(fn) { + if (cancelFn) cancelFn(); + + cancelFn = $$rAF(function() { + cancelFn = null; + fn(); + nextTick(); + }); + }; + + return scheduler; + + function nextTick() { + if (!queue.length) return; + + var items = queue.shift(); + for (var i = 0; i < items.length; i++) { + items[i](); + } + + if (!cancelFn) { + $$rAF(function() { + if (!cancelFn) nextTick(); + }); + } + } +}]; diff --git a/src/ngAnimate/shared.js b/src/ngAnimate/shared.js new file mode 100644 index 000000000000..6f7f326d3811 --- /dev/null +++ b/src/ngAnimate/shared.js @@ -0,0 +1,360 @@ +'use strict'; + +var ELEMENT_NODE = 1; +var COMMENT_NODE = 8; + +var ADD_CLASS_SUFFIX = '-add'; +var REMOVE_CLASS_SUFFIX = '-remove'; +var EVENT_CLASS_PREFIX = 'ng-'; +var ACTIVE_CLASS_SUFFIX = '-active'; +var PREPARE_CLASS_SUFFIX = '-prepare'; + +var NG_ANIMATE_CLASSNAME = 'ng-animate'; +var NG_ANIMATE_CHILDREN_DATA = '$$ngAnimateChildren'; + +// Detect proper transitionend/animationend event names. +var CSS_PREFIX = '', TRANSITION_PROP, TRANSITIONEND_EVENT, ANIMATION_PROP, ANIMATIONEND_EVENT; + +// If unprefixed events are not supported but webkit-prefixed are, use the latter. +// Otherwise, just use W3C names, browsers not supporting them at all will just ignore them. +// Note: Chrome implements `window.onwebkitanimationend` and doesn't implement `window.onanimationend` +// but at the same time dispatches the `animationend` event and not `webkitAnimationEnd`. +// Register both events in case `window.onanimationend` is not supported because of that, +// do the same for `transitionend` as Safari is likely to exhibit similar behavior. +// Also, the only modern browser that uses vendor prefixes for transitions/keyframes is webkit +// therefore there is no reason to test anymore for other vendor prefixes: +// http://caniuse.com/#search=transition +if ((window.ontransitionend === undefined) && (window.onwebkittransitionend !== undefined)) { + CSS_PREFIX = '-webkit-'; + TRANSITION_PROP = 'WebkitTransition'; + TRANSITIONEND_EVENT = 'webkitTransitionEnd transitionend'; +} else { + TRANSITION_PROP = 'transition'; + TRANSITIONEND_EVENT = 'transitionend'; +} + +if ((window.onanimationend === undefined) && (window.onwebkitanimationend !== undefined)) { + CSS_PREFIX = '-webkit-'; + ANIMATION_PROP = 'WebkitAnimation'; + ANIMATIONEND_EVENT = 'webkitAnimationEnd animationend'; +} else { + ANIMATION_PROP = 'animation'; + ANIMATIONEND_EVENT = 'animationend'; +} + +var DURATION_KEY = 'Duration'; +var PROPERTY_KEY = 'Property'; +var DELAY_KEY = 'Delay'; +var TIMING_KEY = 'TimingFunction'; +var ANIMATION_ITERATION_COUNT_KEY = 'IterationCount'; +var ANIMATION_PLAYSTATE_KEY = 'PlayState'; +var SAFE_FAST_FORWARD_DURATION_VALUE = 9999; + +var ANIMATION_DELAY_PROP = ANIMATION_PROP + DELAY_KEY; +var ANIMATION_DURATION_PROP = ANIMATION_PROP + DURATION_KEY; +var TRANSITION_DELAY_PROP = TRANSITION_PROP + DELAY_KEY; +var TRANSITION_DURATION_PROP = TRANSITION_PROP + DURATION_KEY; + +var ngMinErr = angular.$$minErr('ng'); +function assertArg(arg, name, reason) { + if (!arg) { + throw ngMinErr('areq', 'Argument \'{0}\' is {1}', (name || '?'), (reason || 'required')); + } + return arg; +} + +function mergeClasses(a,b) { + if (!a && !b) return ''; + if (!a) return b; + if (!b) return a; + if (isArray(a)) a = a.join(' '); + if (isArray(b)) b = b.join(' '); + return a + ' ' + b; +} + +function packageStyles(options) { + var styles = {}; + if (options && (options.to || options.from)) { + styles.to = options.to; + styles.from = options.from; + } + return styles; +} + +function pendClasses(classes, fix, isPrefix) { + var className = ''; + classes = isArray(classes) + ? classes + : classes && isString(classes) && classes.length + ? classes.split(/\s+/) + : []; + forEach(classes, function(klass, i) { + if (klass && klass.length > 0) { + className += (i > 0) ? ' ' : ''; + className += isPrefix ? fix + klass + : klass + fix; + } + }); + return className; +} + +function removeFromArray(arr, val) { + var index = arr.indexOf(val); + if (val >= 0) { + arr.splice(index, 1); + } +} + +function stripCommentsFromElement(element) { + if (element instanceof jqLite) { + switch (element.length) { + case 0: + return element; + + case 1: + // there is no point of stripping anything if the element + // is the only element within the jqLite wrapper. + // (it's important that we retain the element instance.) + if (element[0].nodeType === ELEMENT_NODE) { + return element; + } + break; + + default: + return jqLite(extractElementNode(element)); + } + } + + if (element.nodeType === ELEMENT_NODE) { + return jqLite(element); + } +} + +function extractElementNode(element) { + if (!element[0]) return element; + for (var i = 0; i < element.length; i++) { + var elm = element[i]; + if (elm.nodeType === ELEMENT_NODE) { + return elm; + } + } +} + +function $$addClass($$jqLite, element, className) { + forEach(element, function(elm) { + $$jqLite.addClass(elm, className); + }); +} + +function $$removeClass($$jqLite, element, className) { + forEach(element, function(elm) { + $$jqLite.removeClass(elm, className); + }); +} + +function applyAnimationClassesFactory($$jqLite) { + return function(element, options) { + if (options.addClass) { + $$addClass($$jqLite, element, options.addClass); + options.addClass = null; + } + if (options.removeClass) { + $$removeClass($$jqLite, element, options.removeClass); + options.removeClass = null; + } + }; +} + +function prepareAnimationOptions(options) { + options = options || {}; + if (!options.$$prepared) { + var domOperation = options.domOperation || noop; + options.domOperation = function() { + options.$$domOperationFired = true; + domOperation(); + domOperation = noop; + }; + options.$$prepared = true; + } + return options; +} + +function applyAnimationStyles(element, options) { + applyAnimationFromStyles(element, options); + applyAnimationToStyles(element, options); +} + +function applyAnimationFromStyles(element, options) { + if (options.from) { + element.css(options.from); + options.from = null; + } +} + +function applyAnimationToStyles(element, options) { + if (options.to) { + element.css(options.to); + options.to = null; + } +} + +function mergeAnimationDetails(element, oldAnimation, newAnimation) { + var target = oldAnimation.options || {}; + var newOptions = newAnimation.options || {}; + + var toAdd = (target.addClass || '') + ' ' + (newOptions.addClass || ''); + var toRemove = (target.removeClass || '') + ' ' + (newOptions.removeClass || ''); + var classes = resolveElementClasses(element.attr('class'), toAdd, toRemove); + + if (newOptions.preparationClasses) { + target.preparationClasses = concatWithSpace(newOptions.preparationClasses, target.preparationClasses); + delete newOptions.preparationClasses; + } + + // noop is basically when there is no callback; otherwise something has been set + var realDomOperation = target.domOperation !== noop ? target.domOperation : null; + + extend(target, newOptions); + + // TODO(matsko or sreeramu): proper fix is to maintain all animation callback in array and call at last,but now only leave has the callback so no issue with this. + if (realDomOperation) { + target.domOperation = realDomOperation; + } + + if (classes.addClass) { + target.addClass = classes.addClass; + } else { + target.addClass = null; + } + + if (classes.removeClass) { + target.removeClass = classes.removeClass; + } else { + target.removeClass = null; + } + + oldAnimation.addClass = target.addClass; + oldAnimation.removeClass = target.removeClass; + + return target; +} + +function resolveElementClasses(existing, toAdd, toRemove) { + var ADD_CLASS = 1; + var REMOVE_CLASS = -1; + + var flags = {}; + existing = splitClassesToLookup(existing); + + toAdd = splitClassesToLookup(toAdd); + forEach(toAdd, function(value, key) { + flags[key] = ADD_CLASS; + }); + + toRemove = splitClassesToLookup(toRemove); + forEach(toRemove, function(value, key) { + flags[key] = flags[key] === ADD_CLASS ? null : REMOVE_CLASS; + }); + + var classes = { + addClass: '', + removeClass: '' + }; + + forEach(flags, function(val, klass) { + var prop, allow; + if (val === ADD_CLASS) { + prop = 'addClass'; + allow = !existing[klass] || existing[klass + REMOVE_CLASS_SUFFIX]; + } else if (val === REMOVE_CLASS) { + prop = 'removeClass'; + allow = existing[klass] || existing[klass + ADD_CLASS_SUFFIX]; + } + if (allow) { + if (classes[prop].length) { + classes[prop] += ' '; + } + classes[prop] += klass; + } + }); + + function splitClassesToLookup(classes) { + if (isString(classes)) { + classes = classes.split(' '); + } + + var obj = {}; + forEach(classes, function(klass) { + // sometimes the split leaves empty string values + // incase extra spaces were applied to the options + if (klass.length) { + obj[klass] = true; + } + }); + return obj; + } + + return classes; +} + +function getDomNode(element) { + return (element instanceof jqLite) ? element[0] : element; +} + +function applyGeneratedPreparationClasses($$jqLite, element, event, options) { + var classes = ''; + if (event) { + classes = pendClasses(event, EVENT_CLASS_PREFIX, true); + } + if (options.addClass) { + classes = concatWithSpace(classes, pendClasses(options.addClass, ADD_CLASS_SUFFIX)); + } + if (options.removeClass) { + classes = concatWithSpace(classes, pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX)); + } + if (classes.length) { + options.preparationClasses = classes; + element.addClass(classes); + } +} + +function clearGeneratedClasses(element, options) { + if (options.preparationClasses) { + element.removeClass(options.preparationClasses); + options.preparationClasses = null; + } + if (options.activeClasses) { + element.removeClass(options.activeClasses); + options.activeClasses = null; + } +} + +function blockKeyframeAnimations(node, applyBlock) { + var value = applyBlock ? 'paused' : ''; + var key = ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY; + applyInlineStyle(node, [key, value]); + return [key, value]; +} + +function applyInlineStyle(node, styleTuple) { + var prop = styleTuple[0]; + var value = styleTuple[1]; + node.style[prop] = value; +} + +function concatWithSpace(a,b) { + if (!a) return b; + if (!b) return a; + return a + ' ' + b; +} + +var helpers = { + blockTransitions: function(node, duration) { + // we use a negative delay value since it performs blocking + // yet it doesn't kill any existing transitions running on the + // same element which makes this safe for class-based animations + var value = duration ? '-' + duration + 's' : ''; + applyInlineStyle(node, [TRANSITION_DELAY_PROP, value]); + return [TRANSITION_DELAY_PROP, value]; + } +}; diff --git a/src/ngAria/aria.js b/src/ngAria/aria.js new file mode 100644 index 000000000000..37ac2696b3cb --- /dev/null +++ b/src/ngAria/aria.js @@ -0,0 +1,418 @@ +'use strict'; + +/** + * @ngdoc module + * @name ngAria + * @description + * + * The `ngAria` module provides support for common + * [ARIA](http://www.w3.org/TR/wai-aria/) + * attributes that convey state or semantic information about the application for users + * of assistive technologies, such as screen readers. + * + * ## Usage + * + * For ngAria to do its magic, simply include the module `ngAria` as a dependency. The following + * directives are supported: + * `ngModel`, `ngChecked`, `ngReadonly`, `ngRequired`, `ngValue`, `ngDisabled`, `ngShow`, `ngHide`, + * `ngClick`, `ngDblClick`, and `ngMessages`. + * + * Below is a more detailed breakdown of the attributes handled by ngAria: + * + * | Directive | Supported Attributes | + * |---------------------------------------------|-----------------------------------------------------------------------------------------------------| + * | {@link ng.directive:ngModel ngModel} | aria-checked, aria-valuemin, aria-valuemax, aria-valuenow, aria-invalid, aria-required, input roles | + * | {@link ng.directive:ngDisabled ngDisabled} | aria-disabled | + * | {@link ng.directive:ngRequired ngRequired} | aria-required | + * | {@link ng.directive:ngChecked ngChecked} | aria-checked | + * | {@link ng.directive:ngReadonly ngReadonly} | aria-readonly | + * | {@link ng.directive:ngValue ngValue} | aria-checked | + * | {@link ng.directive:ngShow ngShow} | aria-hidden | + * | {@link ng.directive:ngHide ngHide} | aria-hidden | + * | {@link ng.directive:ngDblclick ngDblclick} | tabindex | + * | {@link module:ngMessages ngMessages} | aria-live | + * | {@link ng.directive:ngClick ngClick} | tabindex, keydown event, button role | + * + * Find out more information about each directive by reading the + * {@link guide/accessibility ngAria Developer Guide}. + * + * ## Example + * Using ngDisabled with ngAria: + * ```html + * + * ``` + * Becomes: + * ```html + * + * ``` + * + * ## Disabling Specific Attributes + * It is possible to disable individual attributes added by ngAria with the + * {@link ngAria.$ariaProvider#config config} method. For more details, see the + * {@link guide/accessibility Developer Guide}. + * + * ## Disabling `ngAria` on Specific Elements + * It is possible to make `ngAria` ignore a specific element, by adding the `ng-aria-disable` + * attribute on it. Note that only the element itself (and not its child elements) will be ignored. + */ +var ARIA_DISABLE_ATTR = 'ngAriaDisable'; + +var ngAriaModule = angular.module('ngAria', ['ng']). + info({ angularVersion: '"NG_VERSION_FULL"' }). + provider('$aria', $AriaProvider); + +/** +* Internal Utilities +*/ +var nativeAriaNodeNames = ['BUTTON', 'A', 'INPUT', 'TEXTAREA', 'SELECT', 'DETAILS', 'SUMMARY']; + +var isNodeOneOf = function(elem, nodeTypeArray) { + if (nodeTypeArray.indexOf(elem[0].nodeName) !== -1) { + return true; + } +}; +/** + * @ngdoc provider + * @name $ariaProvider + * @this + * + * @description + * + * Used for configuring the ARIA attributes injected and managed by ngAria. + * + * ```js + * angular.module('myApp', ['ngAria'], function config($ariaProvider) { + * $ariaProvider.config({ + * ariaValue: true, + * tabindex: false + * }); + * }); + *``` + * + * ## Dependencies + * Requires the {@link ngAria} module to be installed. + * + */ +function $AriaProvider() { + var config = { + ariaHidden: true, + ariaChecked: true, + ariaReadonly: true, + ariaDisabled: true, + ariaRequired: true, + ariaInvalid: true, + ariaValue: true, + tabindex: true, + bindKeydown: true, + bindRoleForClick: true + }; + + /** + * @ngdoc method + * @name $ariaProvider#config + * + * @param {object} config object to enable/disable specific ARIA attributes + * + * - **ariaHidden** – `{boolean}` – Enables/disables aria-hidden tags + * - **ariaChecked** – `{boolean}` – Enables/disables aria-checked tags + * - **ariaReadonly** – `{boolean}` – Enables/disables aria-readonly tags + * - **ariaDisabled** – `{boolean}` – Enables/disables aria-disabled tags + * - **ariaRequired** – `{boolean}` – Enables/disables aria-required tags + * - **ariaInvalid** – `{boolean}` – Enables/disables aria-invalid tags + * - **ariaValue** – `{boolean}` – Enables/disables aria-valuemin, aria-valuemax and + * aria-valuenow tags + * - **tabindex** – `{boolean}` – Enables/disables tabindex tags + * - **bindKeydown** – `{boolean}` – Enables/disables keyboard event binding on non-interactive + * elements (such as `div` or `li`) using ng-click, making them more accessible to users of + * assistive technologies + * - **bindRoleForClick** – `{boolean}` – Adds role=button to non-interactive elements (such as + * `div` or `li`) using ng-click, making them more accessible to users of assistive + * technologies + * + * @description + * Enables/disables various ARIA attributes + */ + this.config = function(newConfig) { + config = angular.extend(config, newConfig); + }; + + function watchExpr(attrName, ariaAttr, nativeAriaNodeNames, negate) { + return function(scope, elem, attr) { + if (attr.hasOwnProperty(ARIA_DISABLE_ATTR)) return; + + var ariaCamelName = attr.$normalize(ariaAttr); + if (config[ariaCamelName] && !isNodeOneOf(elem, nativeAriaNodeNames) && !attr[ariaCamelName]) { + scope.$watch(attr[attrName], function(boolVal) { + // ensure boolean value + boolVal = negate ? !boolVal : !!boolVal; + elem.attr(ariaAttr, boolVal); + }); + } + }; + } + /** + * @ngdoc service + * @name $aria + * + * @description + * + * The $aria service contains helper methods for applying common + * [ARIA](http://www.w3.org/TR/wai-aria/) attributes to HTML directives. + * + * ngAria injects common accessibility attributes that tell assistive technologies when HTML + * elements are enabled, selected, hidden, and more. To see how this is performed with ngAria, + * let's review a code snippet from ngAria itself: + * + *```js + * ngAriaModule.directive('ngDisabled', ['$aria', function($aria) { + * return $aria.$$watchExpr('ngDisabled', 'aria-disabled', nativeAriaNodeNames, false); + * }]) + *``` + * Shown above, the ngAria module creates a directive with the same signature as the + * traditional `ng-disabled` directive. But this ngAria version is dedicated to + * solely managing accessibility attributes on custom elements. The internal `$aria` service is + * used to watch the boolean attribute `ngDisabled`. If it has not been explicitly set by the + * developer, `aria-disabled` is injected as an attribute with its value synchronized to the + * value in `ngDisabled`. + * + * Because ngAria hooks into the `ng-disabled` directive, developers do not have to do + * anything to enable this feature. The `aria-disabled` attribute is automatically managed + * simply as a silent side-effect of using `ng-disabled` with the ngAria module. + * + * The full list of directives that interface with ngAria: + * * **ngModel** + * * **ngChecked** + * * **ngReadonly** + * * **ngRequired** + * * **ngDisabled** + * * **ngValue** + * * **ngShow** + * * **ngHide** + * * **ngClick** + * * **ngDblclick** + * * **ngMessages** + * + * Read the {@link guide/accessibility ngAria Developer Guide} for a thorough explanation of each + * directive. + * + * + * ## Dependencies + * Requires the {@link ngAria} module to be installed. + */ + this.$get = function() { + return { + config: function(key) { + return config[key]; + }, + $$watchExpr: watchExpr + }; + }; +} + + +ngAriaModule.directive('ngShow', ['$aria', function($aria) { + return $aria.$$watchExpr('ngShow', 'aria-hidden', [], true); +}]) +.directive('ngHide', ['$aria', function($aria) { + return $aria.$$watchExpr('ngHide', 'aria-hidden', [], false); +}]) +.directive('ngValue', ['$aria', function($aria) { + return $aria.$$watchExpr('ngValue', 'aria-checked', nativeAriaNodeNames, false); +}]) +.directive('ngChecked', ['$aria', function($aria) { + return $aria.$$watchExpr('ngChecked', 'aria-checked', nativeAriaNodeNames, false); +}]) +.directive('ngReadonly', ['$aria', function($aria) { + return $aria.$$watchExpr('ngReadonly', 'aria-readonly', nativeAriaNodeNames, false); +}]) +.directive('ngRequired', ['$aria', function($aria) { + return $aria.$$watchExpr('ngRequired', 'aria-required', nativeAriaNodeNames, false); +}]) +.directive('ngModel', ['$aria', function($aria) { + + function shouldAttachAttr(attr, normalizedAttr, elem, allowNonAriaNodes) { + return $aria.config(normalizedAttr) && + !elem.attr(attr) && + (allowNonAriaNodes || !isNodeOneOf(elem, nativeAriaNodeNames)) && + (elem.attr('type') !== 'hidden' || elem[0].nodeName !== 'INPUT'); + } + + function shouldAttachRole(role, elem) { + // if element does not have role attribute + // AND element type is equal to role (if custom element has a type equaling shape) <-- remove? + // AND element is not in nativeAriaNodeNames + return !elem.attr('role') && (elem.attr('type') === role) && !isNodeOneOf(elem, nativeAriaNodeNames); + } + + function getShape(attr, elem) { + var type = attr.type, + role = attr.role; + + return ((type || role) === 'checkbox' || role === 'menuitemcheckbox') ? 'checkbox' : + ((type || role) === 'radio' || role === 'menuitemradio') ? 'radio' : + (type === 'range' || role === 'progressbar' || role === 'slider') ? 'range' : ''; + } + + return { + restrict: 'A', + require: 'ngModel', + priority: 200, //Make sure watches are fired after any other directives that affect the ngModel value + compile: function(elem, attr) { + if (attr.hasOwnProperty(ARIA_DISABLE_ATTR)) return; + + var shape = getShape(attr, elem); + + return { + post: function(scope, elem, attr, ngModel) { + var needsTabIndex = shouldAttachAttr('tabindex', 'tabindex', elem, false); + + function ngAriaWatchModelValue() { + return ngModel.$modelValue; + } + + function getRadioReaction(newVal) { + // Strict comparison would cause a BC + // eslint-disable-next-line eqeqeq + var boolVal = (attr.value == ngModel.$viewValue); + elem.attr('aria-checked', boolVal); + } + + function getCheckboxReaction() { + elem.attr('aria-checked', !ngModel.$isEmpty(ngModel.$viewValue)); + } + + switch (shape) { + case 'radio': + case 'checkbox': + if (shouldAttachRole(shape, elem)) { + elem.attr('role', shape); + } + if (shouldAttachAttr('aria-checked', 'ariaChecked', elem, false)) { + scope.$watch(ngAriaWatchModelValue, shape === 'radio' ? + getRadioReaction : getCheckboxReaction); + } + if (needsTabIndex) { + elem.attr('tabindex', 0); + } + break; + case 'range': + if (shouldAttachRole(shape, elem)) { + elem.attr('role', 'slider'); + } + if ($aria.config('ariaValue')) { + var needsAriaValuemin = !elem.attr('aria-valuemin') && + (attr.hasOwnProperty('min') || attr.hasOwnProperty('ngMin')); + var needsAriaValuemax = !elem.attr('aria-valuemax') && + (attr.hasOwnProperty('max') || attr.hasOwnProperty('ngMax')); + var needsAriaValuenow = !elem.attr('aria-valuenow'); + + if (needsAriaValuemin) { + attr.$observe('min', function ngAriaValueMinReaction(newVal) { + elem.attr('aria-valuemin', newVal); + }); + } + if (needsAriaValuemax) { + attr.$observe('max', function ngAriaValueMinReaction(newVal) { + elem.attr('aria-valuemax', newVal); + }); + } + if (needsAriaValuenow) { + scope.$watch(ngAriaWatchModelValue, function ngAriaValueNowReaction(newVal) { + elem.attr('aria-valuenow', newVal); + }); + } + } + if (needsTabIndex) { + elem.attr('tabindex', 0); + } + break; + } + + if (!attr.hasOwnProperty('ngRequired') && ngModel.$validators.required + && shouldAttachAttr('aria-required', 'ariaRequired', elem, false)) { + // ngModel.$error.required is undefined on custom controls + attr.$observe('required', function() { + elem.attr('aria-required', !!attr['required']); + }); + } + + if (shouldAttachAttr('aria-invalid', 'ariaInvalid', elem, true)) { + scope.$watch(function ngAriaInvalidWatch() { + return ngModel.$invalid; + }, function ngAriaInvalidReaction(newVal) { + elem.attr('aria-invalid', !!newVal); + }); + } + } + }; + } + }; +}]) +.directive('ngDisabled', ['$aria', function($aria) { + return $aria.$$watchExpr('ngDisabled', 'aria-disabled', nativeAriaNodeNames, false); +}]) +.directive('ngMessages', function() { + return { + restrict: 'A', + require: '?ngMessages', + link: function(scope, elem, attr, ngMessages) { + if (attr.hasOwnProperty(ARIA_DISABLE_ATTR)) return; + + if (!elem.attr('aria-live')) { + elem.attr('aria-live', 'assertive'); + } + } + }; +}) +.directive('ngClick',['$aria', '$parse', function($aria, $parse) { + return { + restrict: 'A', + compile: function(elem, attr) { + if (attr.hasOwnProperty(ARIA_DISABLE_ATTR)) return; + + var fn = $parse(attr.ngClick); + return function(scope, elem, attr) { + + if (!isNodeOneOf(elem, nativeAriaNodeNames)) { + + if ($aria.config('bindRoleForClick') && !elem.attr('role')) { + elem.attr('role', 'button'); + } + + if ($aria.config('tabindex') && !elem.attr('tabindex')) { + elem.attr('tabindex', 0); + } + + if ($aria.config('bindKeydown') && !attr.ngKeydown && !attr.ngKeypress && !attr.ngKeyup) { + elem.on('keydown', function(event) { + var keyCode = event.which || event.keyCode; + + if (keyCode === 13 || keyCode === 32) { + // If the event is triggered on a non-interactive element ... + if (nativeAriaNodeNames.indexOf(event.target.nodeName) === -1 && !event.target.isContentEditable) { + // ... prevent the default browser behavior (e.g. scrolling when pressing spacebar) + // See https://github.com/angular/angular.js/issues/16664 + event.preventDefault(); + } + scope.$apply(callback); + } + + function callback() { + fn(scope, { $event: event }); + } + }); + } + } + }; + } + }; +}]) +.directive('ngDblclick', ['$aria', function($aria) { + return function(scope, elem, attr) { + if (attr.hasOwnProperty(ARIA_DISABLE_ATTR)) return; + + if ($aria.config('tabindex') && !elem.attr('tabindex') && !isNodeOneOf(elem, nativeAriaNodeNames)) { + elem.attr('tabindex', 0); + } + }; +}]); diff --git a/src/ngComponentRouter/Router.js b/src/ngComponentRouter/Router.js new file mode 100644 index 000000000000..ab96650c767d --- /dev/null +++ b/src/ngComponentRouter/Router.js @@ -0,0 +1,218 @@ +/** + * @ngdoc module + * @name ngComponentRouter + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + * + * @installation + * + * Currently, the **Component Router** module must be installed via `npm`/`yarn`, it is not available + * on Bower or the Google CDN. + * + * ```bash + * yarn add @angular/router@0.2.0 + * ``` + * + * Include `angular_1_router.js` in your HTML: + * ```html + * + *``` + * + * You also need to include ES6 shims for browsers that do not support ES6 code (Internet Explorer, + iOs < 8, Android < 5.0, Windows Mobile < 10): + * ```html + * + * + * + * + * ``` + * + * Then load the module in your application by adding it as a dependent module: + * + * ```js + * angular.module('app', ['ngComponentRouter']); + * ``` + * + * @description + */ + +/** + * @ngdoc type + * @name Router + * @description + * A `Router` is responsible for mapping URLs to components. + * + * * Routers and "Routing Component" instances have a 1:1 correspondence. + * * The Router holds reference to one or more of Outlets. + * * There are two kinds of Router: {@link RootRouter} and {@link ChildRouter}. + * + * You can see the state of a router by inspecting the read-only field `router.navigating`. + * This may be useful for showing a spinner, for instance. + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ + +/** + * @ngdoc type + * @name ChildRouter + * @description + * + * This type extends the {@link Router}. + * + * Apart from the **Top Level Component** ({@link $routerRootComponent}) which is associated with + * the {@link $rootRouter}, every **Routing Component** is associated with a `ChildRouter`, + * which manages the routing for that **Routing Component**. + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ + +/** + * @ngdoc type + * @name RootRouter + * @description + * + * This type extends the {@link Router}. + * + * There is only one instance of this type in a Component Router application injectable as the + * {@link $rootRouter} service. This **Router** is associate with the **Top Level Component** + * ({@link $routerRootComponent}). It acts as the connection between the **Routers** and the **Location**. + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ + +/** + * @ngdoc type + * @name ComponentInstruction + * @description + * + * A `ComponentInstruction` represents the route state for a single component. An `Instruction` is + * composed of a tree of these `ComponentInstruction`s. + * + * `ComponentInstructions` is a public API. Instances of `ComponentInstruction` are passed + * to route lifecycle hooks, like `$routerCanActivate`. + * + * You should not modify this object. It should be treated as immutable. + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ + +/** + * @ngdoc type + * @name RouteDefinition + * @description + * + * Each item in the **RouteConfig** for a **Routing Component** is an instance of + * this type. It can have the following properties: + * + * * `path` or (`regex` and `serializer`) - defines how to recognize and generate this route + * * `component`, `loader`, `redirectTo` (requires exactly one of these) + * * `name` - the name used to identify the **Route Definition** when generating links + * * `data` (optional) + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ + +/** + * @ngdoc type + * @name RouteParams + * @description + * + * A map of parameters for a given route, passed as part of the {@link ComponentInstruction} to + * the Lifecycle Hooks, such as `$routerOnActivate` and `$routerOnDeactivate`. + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ + +/** + * @ngdoc directive + * @name ngOutlet + * @priority 400 + * restrict: AE + * @description + * + * The directive that identifies where the {@link Router} should render its **Components**. + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ + +/** + * @name ngLink + * @description + * + * Lets you create links to different views, automatically generating the `href`. + * + * ## Use + * Provide an array of {@link RouteDefinition} names and extra parameter objects: + * + * ```html + * Link to Child View + * ```` + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ + + +/** + * @ngdoc service + * @name $rootRouter + * @description + * + * The singleton instance of the {@link RootRouter} type, which is associated + * with the top level {@link $routerRootComponent}. + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ + + +/** + * @ngdoc service + * @name $routerRootComponent + * @description + * + * The top level **Routing Component** associated with the {@link $rootRouter}. + * + * @deprecated + * In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module) + * has been deprecated and will not receive further updates. + * We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the {@link ngRoute} module or community developed + * projects (e.g. [ui-router](https://github.com/angular-ui/ui-router)). + */ diff --git a/src/ngCookies/cookieWriter.js b/src/ngCookies/cookieWriter.js new file mode 100644 index 000000000000..7c188bd48327 --- /dev/null +++ b/src/ngCookies/cookieWriter.js @@ -0,0 +1,61 @@ +'use strict'; + +/** + * @name $$cookieWriter + * @requires $document + * + * @description + * This is a private service for writing cookies + * + * @param {string} name Cookie name + * @param {string=} value Cookie value (if undefined, cookie will be deleted) + * @param {Object=} options Object with options that need to be stored for the cookie. + */ +function $$CookieWriter($document, $log, $browser) { + var cookiePath = $browser.baseHref(); + var rawDocument = $document[0]; + + function buildCookieString(name, value, options) { + var path, expires; + options = options || {}; + expires = options.expires; + path = angular.isDefined(options.path) ? options.path : cookiePath; + if (angular.isUndefined(value)) { + expires = 'Thu, 01 Jan 1970 00:00:00 GMT'; + value = ''; + } + if (angular.isString(expires)) { + expires = new Date(expires); + } + + var str = encodeURIComponent(name) + '=' + encodeURIComponent(value); + str += path ? ';path=' + path : ''; + str += options.domain ? ';domain=' + options.domain : ''; + str += expires ? ';expires=' + expires.toUTCString() : ''; + str += options.secure ? ';secure' : ''; + str += options.samesite ? ';samesite=' + options.samesite : ''; + + // per http://www.ietf.org/rfc/rfc2109.txt browser must allow at minimum: + // - 300 cookies + // - 20 cookies per unique domain + // - 4096 bytes per cookie + var cookieLength = str.length + 1; + if (cookieLength > 4096) { + $log.warn('Cookie \'' + name + + '\' possibly not set or overflowed because it was too large (' + + cookieLength + ' > 4096 bytes)!'); + } + + return str; + } + + return function(name, value, options) { + rawDocument.cookie = buildCookieString(name, value, options); + }; +} + +$$CookieWriter.$inject = ['$document', '$log', '$browser']; + +angular.module('ngCookies').provider('$$cookieWriter', /** @this */ function $$CookieWriterProvider() { + this.$get = $$CookieWriter; +}); diff --git a/src/ngCookies/cookies.js b/src/ngCookies/cookies.js index 8b46973f3ac6..02bf22a822c0 100644 --- a/src/ngCookies/cookies.js +++ b/src/ngCookies/cookies.js @@ -1,175 +1,185 @@ 'use strict'; /** - * @ngdoc overview + * @ngdoc module * @name ngCookies + * @description + * + * The `ngCookies` module provides a convenient wrapper for reading and writing browser cookies. + * + * See {@link ngCookies.$cookies `$cookies`} for usage. */ angular.module('ngCookies', ['ng']). + info({ angularVersion: '"NG_VERSION_FULL"' }). /** - * @ngdoc object - * @name ngCookies.$cookies - * @requires $browser - * + * @ngdoc provider + * @name $cookiesProvider * @description - * Provides read/write access to browser's cookies. - * - * Only a simple Object is exposed and by adding or removing properties to/from - * this object, new cookies are created/deleted at the end of current $eval. - * - * @example - - - - - - */ - factory('$cookies', ['$rootScope', '$browser', function ($rootScope, $browser) { - var cookies = {}, - lastCookies = {}, - lastBrowserCookies, - runEval = false, - copy = angular.copy, - isUndefined = angular.isUndefined; - - //creates a poller fn that copies all cookies from the $browser to service & inits the service - $browser.addPollFn(function() { - var currentCookies = $browser.cookies(); - if (lastBrowserCookies != currentCookies) { //relies on browser.cookies() impl - lastBrowserCookies = currentCookies; - copy(currentCookies, lastCookies); - copy(currentCookies, cookies); - if (runEval) $rootScope.$apply(); - } - })(); - - runEval = true; - - //at the end of each eval, push cookies - //TODO: this should happen before the "delayed" watches fire, because if some cookies are not - // strings or browser refuses to store some cookies, we update the model in the push fn. - $rootScope.$watch(push); - - return cookies; - - - /** - * Pushes all the cookies from the service to the browser and verifies if all cookies were stored. - */ - function push() { - var name, - value, - browserCookies, - updated; - - //delete any cookies deleted in $cookies - for (name in lastCookies) { - if (isUndefined(cookies[name])) { - $browser.cookies(name, undefined); - } - } - - //update all cookies updated in $cookies - for(name in cookies) { - value = cookies[name]; - if (!angular.isString(value)) { - if (angular.isDefined(lastCookies[name])) { - cookies[name] = lastCookies[name]; - } else { - delete cookies[name]; - } - } else if (value !== lastCookies[name]) { - $browser.cookies(name, value); - updated = true; - } - } - - //verify what was actually stored - if (updated){ - updated = false; - browserCookies = $browser.cookies(); - - for (name in cookies) { - if (cookies[name] !== browserCookies[name]) { - //delete or reset all cookies that the browser dropped from $cookies - if (isUndefined(browserCookies[name])) { - delete cookies[name]; - } else { - cookies[name] = browserCookies[name]; - } - updated = true; - } - } - } - } - }]). - - - /** - * @ngdoc object - * @name ngCookies.$cookieStore - * @requires $cookies - * - * @description - * Provides a key-value (string-object) storage, that is backed by session cookies. - * Objects put or retrieved from this storage are automatically serialized or - * deserialized by angular's toJson/fromJson. - * @example - */ - factory('$cookieStore', ['$cookies', function($cookies) { - + * Use `$cookiesProvider` to change the default behavior of the {@link ngCookies.$cookies $cookies} service. + * */ + provider('$cookies', [/** @this */function $CookiesProvider() { + /** + * @ngdoc property + * @name $cookiesProvider#defaults + * @description + * + * Object containing default options to pass when setting cookies. + * + * The object may have following properties: + * + * - **path** - `{string}` - The cookie will be available only for this path and its + * sub-paths. By default, this is the URL that appears in your `` tag. + * - **domain** - `{string}` - The cookie will be available only for this domain and + * its sub-domains. For security reasons the user agent will not accept the cookie + * if the current domain is not a sub-domain of this domain or equal to it. + * - **expires** - `{string|Date}` - String of the form "Wdy, DD Mon YYYY HH:MM:SS GMT" + * or a Date object indicating the exact date/time this cookie will expire. + * - **secure** - `{boolean}` - If `true`, then the cookie will only be available through a + * secured connection. + * - **samesite** - `{string}` - prevents the browser from sending the cookie along with cross-site requests. + * Accepts the values `lax` and `strict`. See the [OWASP Wiki](https://www.owasp.org/index.php/SameSite) + * for more info. Note that as of May 2018, not all browsers support `SameSite`, + * so it cannot be used as a single measure against Cross-Site-Request-Forgery (CSRF) attacks. + * + * Note: By default, the address that appears in your `` tag will be used as the path. + * This is important so that cookies will be visible for all routes when html5mode is enabled. + * + * @example + * + * ```js + * angular.module('cookiesProviderExample', ['ngCookies']) + * .config(['$cookiesProvider', function($cookiesProvider) { + * // Setting default options + * $cookiesProvider.defaults.domain = 'foo.com'; + * $cookiesProvider.defaults.secure = true; + * }]); + * ``` + **/ + var defaults = this.defaults = {}; + + function calcOptions(options) { + return options ? angular.extend({}, defaults, options) : defaults; + } + + /** + * @ngdoc service + * @name $cookies + * + * @description + * Provides read/write access to browser's cookies. + * + *
    + * Up until AngularJS 1.3, `$cookies` exposed properties that represented the + * current browser cookie values. In version 1.4, this behavior has changed, and + * `$cookies` now provides a standard api of getters, setters etc. + *
    + * + * Requires the {@link ngCookies `ngCookies`} module to be installed. + * + * @example + * + * ```js + * angular.module('cookiesExample', ['ngCookies']) + * .controller('ExampleController', ['$cookies', function($cookies) { + * // Retrieving a cookie + * var favoriteCookie = $cookies.get('myFavorite'); + * // Setting a cookie + * $cookies.put('myFavorite', 'oatmeal'); + * }]); + * ``` + */ + this.$get = ['$$cookieReader', '$$cookieWriter', function($$cookieReader, $$cookieWriter) { return { /** * @ngdoc method - * @name ngCookies.$cookieStore#get - * @methodOf ngCookies.$cookieStore + * @name $cookies#get * * @description * Returns the value of given cookie key * * @param {string} key Id to use for lookup. - * @returns {Object} Deserialized cookie value. + * @returns {string} Raw cookie value. */ get: function(key) { - return angular.fromJson($cookies[key]); + return $$cookieReader()[key]; + }, + + /** + * @ngdoc method + * @name $cookies#getObject + * + * @description + * Returns the deserialized value of given cookie key + * + * @param {string} key Id to use for lookup. + * @returns {Object} Deserialized cookie value. + */ + getObject: function(key) { + var value = this.get(key); + return value ? angular.fromJson(value) : value; + }, + + /** + * @ngdoc method + * @name $cookies#getAll + * + * @description + * Returns a key value object with all the cookies + * + * @returns {Object} All cookies + */ + getAll: function() { + return $$cookieReader(); }, /** * @ngdoc method - * @name ngCookies.$cookieStore#put - * @methodOf ngCookies.$cookieStore + * @name $cookies#put * * @description * Sets a value for given cookie key * * @param {string} key Id for the `value`. + * @param {string} value Raw value to be stored. + * @param {Object=} options Options object. + * See {@link ngCookies.$cookiesProvider#defaults $cookiesProvider.defaults} + */ + put: function(key, value, options) { + $$cookieWriter(key, value, calcOptions(options)); + }, + + /** + * @ngdoc method + * @name $cookies#putObject + * + * @description + * Serializes and sets a value for given cookie key + * + * @param {string} key Id for the `value`. * @param {Object} value Value to be stored. + * @param {Object=} options Options object. + * See {@link ngCookies.$cookiesProvider#defaults $cookiesProvider.defaults} */ - put: function(key, value) { - $cookies[key] = angular.toJson(value); + putObject: function(key, value, options) { + this.put(key, angular.toJson(value), options); }, /** * @ngdoc method - * @name ngCookies.$cookieStore#remove - * @methodOf ngCookies.$cookieStore + * @name $cookies#remove * * @description * Remove given cookie * * @param {string} key Id of the key-value pair to delete. + * @param {Object=} options Options object. + * See {@link ngCookies.$cookiesProvider#defaults $cookiesProvider.defaults} */ - remove: function(key) { - delete $cookies[key]; + remove: function(key, options) { + $$cookieWriter(key, undefined, calcOptions(options)); } }; - - }]); + }]; + }]); diff --git a/src/ngLocale/.eslintrc.json b/src/ngLocale/.eslintrc.json new file mode 100644 index 000000000000..1e8adae6eb69 --- /dev/null +++ b/src/ngLocale/.eslintrc.json @@ -0,0 +1,11 @@ +{ + "rules": { + /* locale files are generated from a 3rd party library so they don't adhere to all the rules */ + "block-spacing": "off", + "eqeqeq": "off", + "max-len": "off", + "no-bitwise": "off", + "no-multi-spaces": "off", + "quotes": "off" + } +} diff --git a/src/ngLocale/angular-locale_af-na.js b/src/ngLocale/angular-locale_af-na.js new file mode 100644 index 000000000000..88b8b9ef7e73 --- /dev/null +++ b/src/ngLocale/angular-locale_af-na.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vm.", + "nm." + ], + "DAY": [ + "Sondag", + "Maandag", + "Dinsdag", + "Woensdag", + "Donderdag", + "Vrydag", + "Saterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.C.", + "n.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januarie", + "Februarie", + "Maart", + "April", + "Mei", + "Junie", + "Julie", + "Augustus", + "September", + "Oktober", + "November", + "Desember" + ], + "SHORTDAY": [ + "So.", + "Ma.", + "Di.", + "Wo.", + "Do.", + "Vr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "Mrt.", + "Apr.", + "Mei", + "Jun.", + "Jul.", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Des." + ], + "STANDALONEMONTH": [ + "Januarie", + "Februarie", + "Maart", + "April", + "Mei", + "Junie", + "Julie", + "Augustus", + "September", + "Oktober", + "November", + "Desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "af-na", + "localeID": "af_NA", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_af-za.js b/src/ngLocale/angular-locale_af-za.js new file mode 100644 index 000000000000..27146ef951ca --- /dev/null +++ b/src/ngLocale/angular-locale_af-za.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vm.", + "nm." + ], + "DAY": [ + "Sondag", + "Maandag", + "Dinsdag", + "Woensdag", + "Donderdag", + "Vrydag", + "Saterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.C.", + "n.C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januarie", + "Februarie", + "Maart", + "April", + "Mei", + "Junie", + "Julie", + "Augustus", + "September", + "Oktober", + "November", + "Desember" + ], + "SHORTDAY": [ + "So.", + "Ma.", + "Di.", + "Wo.", + "Do.", + "Vr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "Mrt.", + "Apr.", + "Mei", + "Jun.", + "Jul.", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Des." + ], + "STANDALONEMONTH": [ + "Januarie", + "Februarie", + "Maart", + "April", + "Mei", + "Junie", + "Julie", + "Augustus", + "September", + "Oktober", + "November", + "Desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "af-za", + "localeID": "af_ZA", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_af.js b/src/ngLocale/angular-locale_af.js new file mode 100644 index 000000000000..f0c982e2841e --- /dev/null +++ b/src/ngLocale/angular-locale_af.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vm.", + "nm." + ], + "DAY": [ + "Sondag", + "Maandag", + "Dinsdag", + "Woensdag", + "Donderdag", + "Vrydag", + "Saterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.C.", + "n.C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januarie", + "Februarie", + "Maart", + "April", + "Mei", + "Junie", + "Julie", + "Augustus", + "September", + "Oktober", + "November", + "Desember" + ], + "SHORTDAY": [ + "So.", + "Ma.", + "Di.", + "Wo.", + "Do.", + "Vr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "Mrt.", + "Apr.", + "Mei", + "Jun.", + "Jul.", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Des." + ], + "STANDALONEMONTH": [ + "Januarie", + "Februarie", + "Maart", + "April", + "Mei", + "Junie", + "Julie", + "Augustus", + "September", + "Oktober", + "November", + "Desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "af", + "localeID": "af", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_agq-cm.js b/src/ngLocale/angular-locale_agq-cm.js new file mode 100644 index 000000000000..f33690813c60 --- /dev/null +++ b/src/ngLocale/angular-locale_agq-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.g", + "a.k" + ], + "DAY": [ + "tsu\u0294nts\u0268", + "tsu\u0294ukp\u00e0", + "tsu\u0294ugh\u0254e", + "tsu\u0294ut\u0254\u0300ml\u00f2", + "tsu\u0294um\u00e8", + "tsu\u0294ugh\u0268\u0302m", + "tsu\u0294ndz\u0268k\u0254\u0294\u0254" + ], + "ERANAMES": [ + "S\u011be K\u0268\u0300lesto", + "B\u01cea K\u0268\u0300lesto" + ], + "ERAS": [ + "SK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ndz\u0254\u0300\u014b\u0254\u0300n\u00f9m", + "ndz\u0254\u0300\u014b\u0254\u0300k\u0197\u0300z\u00f9\u0294", + "ndz\u0254\u0300\u014b\u0254\u0300t\u0197\u0300d\u0289\u0300gh\u00e0", + "ndz\u0254\u0300\u014b\u0254\u0300t\u01ceaf\u0289\u0304gh\u0101", + "ndz\u0254\u0300\u014b\u00e8s\u00e8e", + "ndz\u0254\u0300\u014b\u0254\u0300nz\u00f9gh\u00f2", + "ndz\u0254\u0300\u014b\u0254\u0300d\u00f9mlo", + "ndz\u0254\u0300\u014b\u0254\u0300kw\u00eef\u0254\u0300e", + "ndz\u0254\u0300\u014b\u0254\u0300t\u0197\u0300f\u0289\u0300gh\u00e0dzugh\u00f9", + "ndz\u0254\u0300\u014b\u0254\u0300gh\u01d4uwel\u0254\u0300m", + "ndz\u0254\u0300\u014b\u0254\u0300chwa\u0294\u00e0kaa wo", + "ndz\u0254\u0300\u014b\u00e8fw\u00f2o" + ], + "SHORTDAY": [ + "nts", + "kpa", + "gh\u0254", + "t\u0254m", + "ume", + "gh\u0268", + "dzk" + ], + "SHORTMONTH": [ + "n\u00f9m", + "k\u0268z", + "t\u0268d", + "taa", + "see", + "nzu", + "dum", + "f\u0254e", + "dzu", + "l\u0254m", + "kaa", + "fwo" + ], + "STANDALONEMONTH": [ + "ndz\u0254\u0300\u014b\u0254\u0300n\u00f9m", + "ndz\u0254\u0300\u014b\u0254\u0300k\u0197\u0300z\u00f9\u0294", + "ndz\u0254\u0300\u014b\u0254\u0300t\u0197\u0300d\u0289\u0300gh\u00e0", + "ndz\u0254\u0300\u014b\u0254\u0300t\u01ceaf\u0289\u0304gh\u0101", + "ndz\u0254\u0300\u014b\u00e8s\u00e8e", + "ndz\u0254\u0300\u014b\u0254\u0300nz\u00f9gh\u00f2", + "ndz\u0254\u0300\u014b\u0254\u0300d\u00f9mlo", + "ndz\u0254\u0300\u014b\u0254\u0300kw\u00eef\u0254\u0300e", + "ndz\u0254\u0300\u014b\u0254\u0300t\u0197\u0300f\u0289\u0300gh\u00e0dzugh\u00f9", + "ndz\u0254\u0300\u014b\u0254\u0300gh\u01d4uwel\u0254\u0300m", + "ndz\u0254\u0300\u014b\u0254\u0300chwa\u0294\u00e0kaa wo", + "ndz\u0254\u0300\u014b\u00e8fw\u00f2o" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "agq-cm", + "localeID": "agq_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_agq.js b/src/ngLocale/angular-locale_agq.js new file mode 100644 index 000000000000..cf57315ff9e4 --- /dev/null +++ b/src/ngLocale/angular-locale_agq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.g", + "a.k" + ], + "DAY": [ + "tsu\u0294nts\u0268", + "tsu\u0294ukp\u00e0", + "tsu\u0294ugh\u0254e", + "tsu\u0294ut\u0254\u0300ml\u00f2", + "tsu\u0294um\u00e8", + "tsu\u0294ugh\u0268\u0302m", + "tsu\u0294ndz\u0268k\u0254\u0294\u0254" + ], + "ERANAMES": [ + "S\u011be K\u0268\u0300lesto", + "B\u01cea K\u0268\u0300lesto" + ], + "ERAS": [ + "SK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ndz\u0254\u0300\u014b\u0254\u0300n\u00f9m", + "ndz\u0254\u0300\u014b\u0254\u0300k\u0197\u0300z\u00f9\u0294", + "ndz\u0254\u0300\u014b\u0254\u0300t\u0197\u0300d\u0289\u0300gh\u00e0", + "ndz\u0254\u0300\u014b\u0254\u0300t\u01ceaf\u0289\u0304gh\u0101", + "ndz\u0254\u0300\u014b\u00e8s\u00e8e", + "ndz\u0254\u0300\u014b\u0254\u0300nz\u00f9gh\u00f2", + "ndz\u0254\u0300\u014b\u0254\u0300d\u00f9mlo", + "ndz\u0254\u0300\u014b\u0254\u0300kw\u00eef\u0254\u0300e", + "ndz\u0254\u0300\u014b\u0254\u0300t\u0197\u0300f\u0289\u0300gh\u00e0dzugh\u00f9", + "ndz\u0254\u0300\u014b\u0254\u0300gh\u01d4uwel\u0254\u0300m", + "ndz\u0254\u0300\u014b\u0254\u0300chwa\u0294\u00e0kaa wo", + "ndz\u0254\u0300\u014b\u00e8fw\u00f2o" + ], + "SHORTDAY": [ + "nts", + "kpa", + "gh\u0254", + "t\u0254m", + "ume", + "gh\u0268", + "dzk" + ], + "SHORTMONTH": [ + "n\u00f9m", + "k\u0268z", + "t\u0268d", + "taa", + "see", + "nzu", + "dum", + "f\u0254e", + "dzu", + "l\u0254m", + "kaa", + "fwo" + ], + "STANDALONEMONTH": [ + "ndz\u0254\u0300\u014b\u0254\u0300n\u00f9m", + "ndz\u0254\u0300\u014b\u0254\u0300k\u0197\u0300z\u00f9\u0294", + "ndz\u0254\u0300\u014b\u0254\u0300t\u0197\u0300d\u0289\u0300gh\u00e0", + "ndz\u0254\u0300\u014b\u0254\u0300t\u01ceaf\u0289\u0304gh\u0101", + "ndz\u0254\u0300\u014b\u00e8s\u00e8e", + "ndz\u0254\u0300\u014b\u0254\u0300nz\u00f9gh\u00f2", + "ndz\u0254\u0300\u014b\u0254\u0300d\u00f9mlo", + "ndz\u0254\u0300\u014b\u0254\u0300kw\u00eef\u0254\u0300e", + "ndz\u0254\u0300\u014b\u0254\u0300t\u0197\u0300f\u0289\u0300gh\u00e0dzugh\u00f9", + "ndz\u0254\u0300\u014b\u0254\u0300gh\u01d4uwel\u0254\u0300m", + "ndz\u0254\u0300\u014b\u0254\u0300chwa\u0294\u00e0kaa wo", + "ndz\u0254\u0300\u014b\u00e8fw\u00f2o" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "agq", + "localeID": "agq", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ak-gh.js b/src/ngLocale/angular-locale_ak-gh.js new file mode 100644 index 000000000000..345b331808ad --- /dev/null +++ b/src/ngLocale/angular-locale_ak-gh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AN", + "EW" + ], + "DAY": [ + "Kwesida", + "Dwowda", + "Benada", + "Wukuda", + "Yawda", + "Fida", + "Memeneda" + ], + "ERANAMES": [ + "Ansa Kristo", + "Kristo Ekyiri" + ], + "ERAS": [ + "AK", + "KE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Sanda-\u0186p\u025bp\u0254n", + "Kwakwar-\u0186gyefuo", + "Eb\u0254w-\u0186benem", + "Eb\u0254bira-Oforisuo", + "Esusow Aketseaba-K\u0254t\u0254nimba", + "Obirade-Ay\u025bwohomumu", + "Ay\u025bwoho-Kitawonsa", + "Difuu-\u0186sandaa", + "Fankwa-\u0190b\u0254", + "\u0186b\u025bs\u025b-Ahinime", + "\u0186ber\u025bf\u025bw-Obubuo", + "Mumu-\u0186p\u025bnimba" + ], + "SHORTDAY": [ + "Kwe", + "Dwo", + "Ben", + "Wuk", + "Yaw", + "Fia", + "Mem" + ], + "SHORTMONTH": [ + "S-\u0186", + "K-\u0186", + "E-\u0186", + "E-O", + "E-K", + "O-A", + "A-K", + "D-\u0186", + "F-\u0190", + "\u0186-A", + "\u0186-O", + "M-\u0186" + ], + "STANDALONEMONTH": [ + "Sanda-\u0186p\u025bp\u0254n", + "Kwakwar-\u0186gyefuo", + "Eb\u0254w-\u0186benem", + "Eb\u0254bira-Oforisuo", + "Esusow Aketseaba-K\u0254t\u0254nimba", + "Obirade-Ay\u025bwohomumu", + "Ay\u025bwoho-Kitawonsa", + "Difuu-\u0186sandaa", + "Fankwa-\u0190b\u0254", + "\u0186b\u025bs\u025b-Ahinime", + "\u0186ber\u025bf\u025bw-Obubuo", + "Mumu-\u0186p\u025bnimba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y MMMM dd", + "longDate": "y MMMM d", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "yy/MM/dd h:mm a", + "shortDate": "yy/MM/dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GHS", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ak-gh", + "localeID": "ak_GH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ak.js b/src/ngLocale/angular-locale_ak.js new file mode 100644 index 000000000000..1065dc95bc46 --- /dev/null +++ b/src/ngLocale/angular-locale_ak.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AN", + "EW" + ], + "DAY": [ + "Kwesida", + "Dwowda", + "Benada", + "Wukuda", + "Yawda", + "Fida", + "Memeneda" + ], + "ERANAMES": [ + "Ansa Kristo", + "Kristo Ekyiri" + ], + "ERAS": [ + "AK", + "KE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Sanda-\u0186p\u025bp\u0254n", + "Kwakwar-\u0186gyefuo", + "Eb\u0254w-\u0186benem", + "Eb\u0254bira-Oforisuo", + "Esusow Aketseaba-K\u0254t\u0254nimba", + "Obirade-Ay\u025bwohomumu", + "Ay\u025bwoho-Kitawonsa", + "Difuu-\u0186sandaa", + "Fankwa-\u0190b\u0254", + "\u0186b\u025bs\u025b-Ahinime", + "\u0186ber\u025bf\u025bw-Obubuo", + "Mumu-\u0186p\u025bnimba" + ], + "SHORTDAY": [ + "Kwe", + "Dwo", + "Ben", + "Wuk", + "Yaw", + "Fia", + "Mem" + ], + "SHORTMONTH": [ + "S-\u0186", + "K-\u0186", + "E-\u0186", + "E-O", + "E-K", + "O-A", + "A-K", + "D-\u0186", + "F-\u0190", + "\u0186-A", + "\u0186-O", + "M-\u0186" + ], + "STANDALONEMONTH": [ + "Sanda-\u0186p\u025bp\u0254n", + "Kwakwar-\u0186gyefuo", + "Eb\u0254w-\u0186benem", + "Eb\u0254bira-Oforisuo", + "Esusow Aketseaba-K\u0254t\u0254nimba", + "Obirade-Ay\u025bwohomumu", + "Ay\u025bwoho-Kitawonsa", + "Difuu-\u0186sandaa", + "Fankwa-\u0190b\u0254", + "\u0186b\u025bs\u025b-Ahinime", + "\u0186ber\u025bf\u025bw-Obubuo", + "Mumu-\u0186p\u025bnimba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y MMMM dd", + "longDate": "y MMMM d", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "yy/MM/dd h:mm a", + "shortDate": "yy/MM/dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GHS", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ak", + "localeID": "ak", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_am-et.js b/src/ngLocale/angular-locale_am-et.js index 7abde0760bab..ad0511b34a20 100644 --- a/src/ngLocale/angular-locale_am-et.js +++ b/src/ngLocale/angular-locale_am-et.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Br"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["ጃንዩወሪ","ፌብሩወሪ","ማርች","ኤፕረል","ሜይ","ጁን","ጁላይ","ኦገስት","ሴፕቴምበር","ኦክተውበር","ኖቬምበር","ዲሴምበር"],"SHORTMONTH":["ጃንዩ","ፌብሩ","ማርች","ኤፕረ","ሜይ","ጁን","ጁላይ","ኦገስ","ሴፕቴ","ኦክተ","ኖቬም","ዲሴም"],"DAY":["እሑድ","ሰኞ","ማክሰኞ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],"SHORTDAY":["እሑድ","ሰኞ","ማክሰ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],"AMPMS":["ጡዋት","ከሳዓት"],"medium":"d MMM y h:mm:ss a","short":"dd/MM/yyyy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yyyy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"am-et"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u1325\u12cb\u1275", + "\u12a8\u1230\u12d3\u1275" + ], + "DAY": [ + "\u12a5\u1211\u12f5", + "\u1230\u129e", + "\u121b\u12ad\u1230\u129e", + "\u1228\u1261\u12d5", + "\u1210\u1219\u1235", + "\u12d3\u122d\u1265", + "\u1245\u12f3\u121c" + ], + "ERANAMES": [ + "\u12d3\u1218\u1270 \u12d3\u1208\u121d", + "\u12d3\u1218\u1270 \u121d\u1215\u1228\u1275" + ], + "ERAS": [ + "\u12d3/\u12d3", + "\u12d3/\u121d" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u1303\u1295\u12e9\u12c8\u122a", + "\u134c\u1265\u1229\u12c8\u122a", + "\u121b\u122d\u127d", + "\u12a4\u1355\u122a\u120d", + "\u121c\u12ed", + "\u1301\u1295", + "\u1301\u120b\u12ed", + "\u12a6\u1308\u1235\u1275", + "\u1234\u1355\u1274\u121d\u1260\u122d", + "\u12a6\u12ad\u1276\u1260\u122d", + "\u1296\u126c\u121d\u1260\u122d", + "\u12f2\u1234\u121d\u1260\u122d" + ], + "SHORTDAY": [ + "\u12a5\u1211\u12f5", + "\u1230\u129e", + "\u121b\u12ad\u1230", + "\u1228\u1261\u12d5", + "\u1210\u1219\u1235", + "\u12d3\u122d\u1265", + "\u1245\u12f3\u121c" + ], + "SHORTMONTH": [ + "\u1303\u1295\u12e9", + "\u134c\u1265\u1229", + "\u121b\u122d\u127d", + "\u12a4\u1355\u122a", + "\u121c\u12ed", + "\u1301\u1295", + "\u1301\u120b\u12ed", + "\u12a6\u1308\u1235", + "\u1234\u1355\u1274", + "\u12a6\u12ad\u1276", + "\u1296\u126c\u121d", + "\u12f2\u1234\u121d" + ], + "STANDALONEMONTH": [ + "\u1303\u1295\u12e9\u12c8\u122a", + "\u134c\u1265\u1229\u12c8\u122a", + "\u121b\u122d\u127d", + "\u12a4\u1355\u122a\u120d", + "\u121c\u12ed", + "\u1301\u1295", + "\u1301\u120b\u12ed", + "\u12a6\u1308\u1235\u1275", + "\u1234\u1355\u1274\u121d\u1260\u122d", + "\u12a6\u12ad\u1276\u1260\u122d", + "\u1296\u126c\u121d\u1260\u122d", + "\u12f2\u1234\u121d\u1260\u122d" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE \u1363d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Birr", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "am-et", + "localeID": "am_ET", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_am.js b/src/ngLocale/angular-locale_am.js index 4aaae03a1139..226ccc060253 100644 --- a/src/ngLocale/angular-locale_am.js +++ b/src/ngLocale/angular-locale_am.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ጃንዩወሪ","ፌብሩወሪ","ማርች","ኤፕረል","ሜይ","ጁን","ጁላይ","ኦገስት","ሴፕቴምበር","ኦክተውበር","ኖቬምበር","ዲሴምበር"],"SHORTMONTH":["ጃንዩ","ፌብሩ","ማርች","ኤፕረ","ሜይ","ጁን","ጁላይ","ኦገስ","ሴፕቴ","ኦክተ","ኖቬም","ዲሴም"],"DAY":["እሑድ","ሰኞ","ማክሰኞ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],"SHORTDAY":["እሑድ","ሰኞ","ማክሰ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],"AMPMS":["ጡዋት","ከሳዓት"],"medium":"d MMM y h:mm:ss a","short":"dd/MM/yyyy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yyyy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Br"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"am"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u1325\u12cb\u1275", + "\u12a8\u1230\u12d3\u1275" + ], + "DAY": [ + "\u12a5\u1211\u12f5", + "\u1230\u129e", + "\u121b\u12ad\u1230\u129e", + "\u1228\u1261\u12d5", + "\u1210\u1219\u1235", + "\u12d3\u122d\u1265", + "\u1245\u12f3\u121c" + ], + "ERANAMES": [ + "\u12d3\u1218\u1270 \u12d3\u1208\u121d", + "\u12d3\u1218\u1270 \u121d\u1215\u1228\u1275" + ], + "ERAS": [ + "\u12d3/\u12d3", + "\u12d3/\u121d" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u1303\u1295\u12e9\u12c8\u122a", + "\u134c\u1265\u1229\u12c8\u122a", + "\u121b\u122d\u127d", + "\u12a4\u1355\u122a\u120d", + "\u121c\u12ed", + "\u1301\u1295", + "\u1301\u120b\u12ed", + "\u12a6\u1308\u1235\u1275", + "\u1234\u1355\u1274\u121d\u1260\u122d", + "\u12a6\u12ad\u1276\u1260\u122d", + "\u1296\u126c\u121d\u1260\u122d", + "\u12f2\u1234\u121d\u1260\u122d" + ], + "SHORTDAY": [ + "\u12a5\u1211\u12f5", + "\u1230\u129e", + "\u121b\u12ad\u1230", + "\u1228\u1261\u12d5", + "\u1210\u1219\u1235", + "\u12d3\u122d\u1265", + "\u1245\u12f3\u121c" + ], + "SHORTMONTH": [ + "\u1303\u1295\u12e9", + "\u134c\u1265\u1229", + "\u121b\u122d\u127d", + "\u12a4\u1355\u122a", + "\u121c\u12ed", + "\u1301\u1295", + "\u1301\u120b\u12ed", + "\u12a6\u1308\u1235", + "\u1234\u1355\u1274", + "\u12a6\u12ad\u1276", + "\u1296\u126c\u121d", + "\u12f2\u1234\u121d" + ], + "STANDALONEMONTH": [ + "\u1303\u1295\u12e9\u12c8\u122a", + "\u134c\u1265\u1229\u12c8\u122a", + "\u121b\u122d\u127d", + "\u12a4\u1355\u122a\u120d", + "\u121c\u12ed", + "\u1301\u1295", + "\u1301\u120b\u12ed", + "\u12a6\u1308\u1235\u1275", + "\u1234\u1355\u1274\u121d\u1260\u122d", + "\u12a6\u12ad\u1276\u1260\u122d", + "\u1296\u126c\u121d\u1260\u122d", + "\u12f2\u1234\u121d\u1260\u122d" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE \u1363d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Birr", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "am", + "localeID": "am", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-001.js b/src/ngLocale/angular-locale_ar-001.js new file mode 100644 index 000000000000..8cde90f1f400 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-001.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-001", + "localeID": "ar_001", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-ae.js b/src/ngLocale/angular-locale_ar-ae.js new file mode 100644 index 000000000000..26d3d7e090f4 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-ae.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-ae", + "localeID": "ar_AE", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-bh.js b/src/ngLocale/angular-locale_ar-bh.js new file mode 100644 index 000000000000..14b457c1b9d4 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-bh.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 3, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-bh", + "localeID": "ar_BH", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-dj.js b/src/ngLocale/angular-locale_ar-dj.js new file mode 100644 index 000000000000..eeac9a43d9a5 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-dj.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Fdj", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-dj", + "localeID": "ar_DJ", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-dz.js b/src/ngLocale/angular-locale_ar-dz.js new file mode 100644 index 000000000000..037cc995a549 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-dz.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u062c\u0627\u0646\u0641\u064a", + "\u0641\u064a\u0641\u0631\u064a", + "\u0645\u0627\u0631\u0633", + "\u0623\u0641\u0631\u064a\u0644", + "\u0645\u0627\u064a", + "\u062c\u0648\u0627\u0646", + "\u062c\u0648\u064a\u0644\u064a\u0629", + "\u0623\u0648\u062a", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u062c\u0627\u0646\u0641\u064a", + "\u0641\u064a\u0641\u0631\u064a", + "\u0645\u0627\u0631\u0633", + "\u0623\u0641\u0631\u064a\u0644", + "\u0645\u0627\u064a", + "\u062c\u0648\u0627\u0646", + "\u062c\u0648\u064a\u0644\u064a\u0629", + "\u0623\u0648\u062a", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0627\u0646\u0641\u064a", + "\u0641\u064a\u0641\u0631\u064a", + "\u0645\u0627\u0631\u0633", + "\u0623\u0641\u0631\u064a\u0644", + "\u0645\u0627\u064a", + "\u062c\u0648\u0627\u0646", + "\u062c\u0648\u064a\u0644\u064a\u0629", + "\u0623\u0648\u062a", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ar-dz", + "localeID": "ar_DZ", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-eg.js b/src/ngLocale/angular-locale_ar-eg.js index d2399cbab94e..3d7e79be452c 100644 --- a/src/ngLocale/angular-locale_ar-eg.js +++ b/src/ngLocale/angular-locale_ar-eg.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"","negSuf":"-","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 ","negSuf":"-","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"£"},"pluralCat":function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if ((n % 100) >= 3 && (n % 100) <= 10 && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 100) >= 11 && (n % 100) <= 99 && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],"SHORTMONTH":["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],"DAY":["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],"SHORTDAY":["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"],"AMPMS":["ص","م"],"medium":"dd‏/MM‏/yyyy h:mm:ss a","short":"d‏/M‏/yyyy h:mm a","fullDate":"EEEE، d MMMM، y","longDate":"d MMMM، y","mediumDate":"dd‏/MM‏/yyyy","shortDate":"d‏/M‏/yyyy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"ar-eg"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-eg", + "localeID": "ar_EG", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-eh.js b/src/ngLocale/angular-locale_ar-eh.js new file mode 100644 index 000000000000..a1e4460ccc3d --- /dev/null +++ b/src/ngLocale/angular-locale_ar-eh.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ar-eh", + "localeID": "ar_EH", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-er.js b/src/ngLocale/angular-locale_ar-er.js new file mode 100644 index 000000000000..bde00c6dac9f --- /dev/null +++ b/src/ngLocale/angular-locale_ar-er.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Nfk", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-er", + "localeID": "ar_ER", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-il.js b/src/ngLocale/angular-locale_ar-il.js new file mode 100644 index 000000000000..bb3f266a7991 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-il.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y H:mm:ss", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "H:mm:ss", + "short": "d\u200f/M\u200f/y H:mm", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20aa", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-il", + "localeID": "ar_IL", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-iq.js b/src/ngLocale/angular-locale_ar-iq.js new file mode 100644 index 000000000000..3fb7080a22bb --- /dev/null +++ b/src/ngLocale/angular-locale_ar-iq.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "STANDALONEMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-iq", + "localeID": "ar_IQ", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-jo.js b/src/ngLocale/angular-locale_ar-jo.js new file mode 100644 index 000000000000..e167f6a99301 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-jo.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "STANDALONEMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 3, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-jo", + "localeID": "ar_JO", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-km.js b/src/ngLocale/angular-locale_ar-km.js new file mode 100644 index 000000000000..afc8dc33bda1 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-km.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y HH:mm:ss", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "HH:mm:ss", + "short": "d\u200f/M\u200f/y HH:mm", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CF", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-km", + "localeID": "ar_KM", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-kw.js b/src/ngLocale/angular-locale_ar-kw.js new file mode 100644 index 000000000000..e140f0037531 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-kw.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 3, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-kw", + "localeID": "ar_KW", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-lb.js b/src/ngLocale/angular-locale_ar-lb.js new file mode 100644 index 000000000000..0af1afca9174 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-lb.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "STANDALONEMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "L\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-lb", + "localeID": "ar_LB", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-ly.js b/src/ngLocale/angular-locale_ar-ly.js new file mode 100644 index 000000000000..eb94c4c07a7a --- /dev/null +++ b/src/ngLocale/angular-locale_ar-ly.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 3, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ar-ly", + "localeID": "ar_LY", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-ma.js b/src/ngLocale/angular-locale_ar-ma.js new file mode 100644 index 000000000000..44316c2f7877 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-ma.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648\u0632", + "\u063a\u0634\u062a", + "\u0634\u062a\u0646\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0646\u0628\u0631", + "\u062f\u062c\u0646\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648\u0632", + "\u063a\u0634\u062a", + "\u0634\u062a\u0646\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0646\u0628\u0631", + "\u062f\u062c\u0646\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648\u0632", + "\u063a\u0634\u062a", + "\u0634\u062a\u0646\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0646\u0628\u0631", + "\u062f\u062c\u0646\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y HH:mm:ss", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "HH:mm:ss", + "short": "d\u200f/M\u200f/y HH:mm", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ar-ma", + "localeID": "ar_MA", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-mr.js b/src/ngLocale/angular-locale_ar-mr.js new file mode 100644 index 000000000000..9ebb1488174e --- /dev/null +++ b/src/ngLocale/angular-locale_ar-mr.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0625\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0634\u062a", + "\u0634\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u062c\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0625\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0634\u062a", + "\u0634\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u062c\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0625\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0634\u062a", + "\u0634\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u062c\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MRO", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-mr", + "localeID": "ar_MR", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-om.js b/src/ngLocale/angular-locale_ar-om.js new file mode 100644 index 000000000000..5048f613289d --- /dev/null +++ b/src/ngLocale/angular-locale_ar-om.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 3, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-om", + "localeID": "ar_OM", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-ps.js b/src/ngLocale/angular-locale_ar-ps.js new file mode 100644 index 000000000000..a4f35630b5dd --- /dev/null +++ b/src/ngLocale/angular-locale_ar-ps.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "STANDALONEMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20aa", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-ps", + "localeID": "ar_PS", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-qa.js b/src/ngLocale/angular-locale_ar-qa.js new file mode 100644 index 000000000000..b51e6a987f74 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-qa.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-qa", + "localeID": "ar_QA", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-sa.js b/src/ngLocale/angular-locale_ar-sa.js new file mode 100644 index 000000000000..b1a0f48db14e --- /dev/null +++ b/src/ngLocale/angular-locale_ar-sa.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-sa", + "localeID": "ar_SA", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-sd.js b/src/ngLocale/angular-locale_ar-sd.js new file mode 100644 index 000000000000..71ec5b83eafe --- /dev/null +++ b/src/ngLocale/angular-locale_ar-sd.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "SDG", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-sd", + "localeID": "ar_SD", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-so.js b/src/ngLocale/angular-locale_ar-so.js new file mode 100644 index 000000000000..ff1b2ae25a79 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-so.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "SOS", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-so", + "localeID": "ar_SO", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-ss.js b/src/ngLocale/angular-locale_ar-ss.js new file mode 100644 index 000000000000..0a9c5af76790 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-ss.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-ss", + "localeID": "ar_SS", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-sy.js b/src/ngLocale/angular-locale_ar-sy.js new file mode 100644 index 000000000000..343a2f39b7de --- /dev/null +++ b/src/ngLocale/angular-locale_ar-sy.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "STANDALONEMONTH": [ + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0634\u0628\u0627\u0637", + "\u0622\u0630\u0627\u0631", + "\u0646\u064a\u0633\u0627\u0646", + "\u0623\u064a\u0627\u0631", + "\u062d\u0632\u064a\u0631\u0627\u0646", + "\u062a\u0645\u0648\u0632", + "\u0622\u0628", + "\u0623\u064a\u0644\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-sy", + "localeID": "ar_SY", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-td.js b/src/ngLocale/angular-locale_ar-td.js new file mode 100644 index 000000000000..6914ae2fac96 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-td.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-td", + "localeID": "ar_TD", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-tn.js b/src/ngLocale/angular-locale_ar-tn.js new file mode 100644 index 000000000000..bd8ca0758865 --- /dev/null +++ b/src/ngLocale/angular-locale_ar-tn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u062c\u0627\u0646\u0641\u064a", + "\u0641\u064a\u0641\u0631\u064a", + "\u0645\u0627\u0631\u0633", + "\u0623\u0641\u0631\u064a\u0644", + "\u0645\u0627\u064a", + "\u062c\u0648\u0627\u0646", + "\u062c\u0648\u064a\u0644\u064a\u0629", + "\u0623\u0648\u062a", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u062c\u0627\u0646\u0641\u064a", + "\u0641\u064a\u0641\u0631\u064a", + "\u0645\u0627\u0631\u0633", + "\u0623\u0641\u0631\u064a\u0644", + "\u0645\u0627\u064a", + "\u062c\u0648\u0627\u0646", + "\u062c\u0648\u064a\u0644\u064a\u0629", + "\u0623\u0648\u062a", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0627\u0646\u0641\u064a", + "\u0641\u064a\u0641\u0631\u064a", + "\u0645\u0627\u0631\u0633", + "\u0623\u0641\u0631\u064a\u0644", + "\u0645\u0627\u064a", + "\u062c\u0648\u0627\u0646", + "\u062c\u0648\u064a\u0644\u064a\u0629", + "\u0623\u0648\u062a", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 3, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ar-tn", + "localeID": "ar_TN", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-xb.js b/src/ngLocale/angular-locale_ar-xb.js new file mode 100644 index 000000000000..4011be68f8de --- /dev/null +++ b/src/ngLocale/angular-locale_ar-xb.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u061c\u202eAM\u202c\u061c", + "\u061c\u202ePM\u202c\u061c" + ], + "DAY": [ + "\u061c\u202eSunday\u202c\u061c", + "\u061c\u202eMonday\u202c\u061c", + "\u061c\u202eTuesday\u202c\u061c", + "\u061c\u202eWednesday\u202c\u061c", + "\u061c\u202eThursday\u202c\u061c", + "\u061c\u202eFriday\u202c\u061c", + "\u061c\u202eSaturday\u202c\u061c" + ], + "ERANAMES": [ + "\u061c\u202eBefore\u202c\u061c \u061c\u202eChrist\u202c\u061c", + "\u061c\u202eAnno\u202c\u061c \u061c\u202eDomini\u202c\u061c" + ], + "ERAS": [ + "\u061c\u202eBC\u202c\u061c", + "\u061c\u202eAD\u202c\u061c" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u061c\u202eJanuary\u202c\u061c", + "\u061c\u202eFebruary\u202c\u061c", + "\u061c\u202eMarch\u202c\u061c", + "\u061c\u202eApril\u202c\u061c", + "\u061c\u202eMay\u202c\u061c", + "\u061c\u202eJune\u202c\u061c", + "\u061c\u202eJuly\u202c\u061c", + "\u061c\u202eAugust\u202c\u061c", + "\u061c\u202eSeptember\u202c\u061c", + "\u061c\u202eOctober\u202c\u061c", + "\u061c\u202eNovember\u202c\u061c", + "\u061c\u202eDecember\u202c\u061c" + ], + "SHORTDAY": [ + "\u061c\u202eSun\u202c\u061c", + "\u061c\u202eMon\u202c\u061c", + "\u061c\u202eTue\u202c\u061c", + "\u061c\u202eWed\u202c\u061c", + "\u061c\u202eThu\u202c\u061c", + "\u061c\u202eFri\u202c\u061c", + "\u061c\u202eSat\u202c\u061c" + ], + "SHORTMONTH": [ + "\u061c\u202eJan\u202c\u061c", + "\u061c\u202eFeb\u202c\u061c", + "\u061c\u202eMar\u202c\u061c", + "\u061c\u202eApr\u202c\u061c", + "\u061c\u202eMay\u202c\u061c", + "\u061c\u202eJun\u202c\u061c", + "\u061c\u202eJul\u202c\u061c", + "\u061c\u202eAug\u202c\u061c", + "\u061c\u202eSep\u202c\u061c", + "\u061c\u202eOct\u202c\u061c", + "\u061c\u202eNov\u202c\u061c", + "\u061c\u202eDec\u202c\u061c" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ar-xb", + "localeID": "ar_XB", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar-ye.js b/src/ngLocale/angular-locale_ar-ye.js new file mode 100644 index 000000000000..2ecb30f9656c --- /dev/null +++ b/src/ngLocale/angular-locale_ar-ye.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar-ye", + "localeID": "ar_YE", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ar.js b/src/ngLocale/angular-locale_ar.js index 49cd48d8c97b..ff05f34a16be 100644 --- a/src/ngLocale/angular-locale_ar.js +++ b/src/ngLocale/angular-locale_ar.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],"SHORTMONTH":["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],"DAY":["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],"SHORTDAY":["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"],"AMPMS":["ص","م"],"medium":"dd‏/MM‏/yyyy h:mm:ss a","short":"d‏/M‏/yyyy h:mm a","fullDate":"EEEE، d MMMM، y","longDate":"d MMMM، y","mediumDate":"dd‏/MM‏/yyyy","shortDate":"d‏/M‏/yyyy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"","negSuf":"-","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 ","negSuf":"-","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"£"},"pluralCat":function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if ((n % 100) >= 3 && (n % 100) <= 10 && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 100) >= 11 && (n % 100) <= 99 && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"id":"ar"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0635", + "\u0645" + ], + "DAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "\u0645\u064a\u0644\u0627\u062f\u064a" + ], + "ERAS": [ + "\u0642.\u0645", + "\u0645" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u0644\u0623\u062d\u062f", + "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "\u0627\u0644\u062e\u0645\u064a\u0633", + "\u0627\u0644\u062c\u0645\u0639\u0629", + "\u0627\u0644\u0633\u0628\u062a" + ], + "SHORTMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0646\u0627\u064a\u0631", + "\u0641\u0628\u0631\u0627\u064a\u0631", + "\u0645\u0627\u0631\u0633", + "\u0623\u0628\u0631\u064a\u0644", + "\u0645\u0627\u064a\u0648", + "\u064a\u0648\u0646\u064a\u0648", + "\u064a\u0648\u0644\u064a\u0648", + "\u0623\u063a\u0633\u0637\u0633", + "\u0633\u0628\u062a\u0645\u0628\u0631", + "\u0623\u0643\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0641\u0645\u0628\u0631", + "\u062f\u064a\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/y h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/y", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/y h:mm a", + "shortDate": "d\u200f/M\u200f/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ar", + "localeID": "ar", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_as-in.js b/src/ngLocale/angular-locale_as-in.js new file mode 100644 index 000000000000..4d34457216fc --- /dev/null +++ b/src/ngLocale/angular-locale_as-in.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u09aa\u09c2\u09f0\u09cd\u09ac\u09be\u09b9\u09cd\u09a3", + "\u0985\u09aa\u09f0\u09be\u09b9\u09cd\u09a3" + ], + "DAY": [ + "\u09a6\u09c7\u0993\u09ac\u09be\u09f0", + "\u09b8\u09cb\u09ae\u09ac\u09be\u09f0", + "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09f0", + "\u09ac\u09c1\u09a7\u09ac\u09be\u09f0", + "\u09ac\u09c3\u09b9\u09b7\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09f0", + "\u09b6\u09c1\u0995\u09cd\u09f0\u09ac\u09be\u09f0", + "\u09b6\u09a8\u09bf\u09ac\u09be\u09f0" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u099c\u09be\u09a8\u09c1\u09f1\u09be\u09f0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1\u09f1\u09be\u09f0\u09c0", + "\u09ae\u09be\u09f0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09f0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b7\u09cd\u099f", + "\u099b\u09c7\u09aa\u09cd\u09a4\u09c7\u09ae\u09cd\u09ac\u09f0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09f0", + "\u09a8\u09f1\u09c7\u09ae\u09cd\u09ac\u09f0", + "\u09a1\u09bf\u099a\u09c7\u09ae\u09cd\u09ac\u09f0" + ], + "SHORTDAY": [ + "\u09f0\u09ac\u09bf", + "\u09b8\u09cb\u09ae", + "\u09ae\u0999\u09cd\u0997\u09b2", + "\u09ac\u09c1\u09a7", + "\u09ac\u09c3\u09b9\u09b7\u09cd\u09aa\u09a4\u09bf", + "\u09b6\u09c1\u0995\u09cd\u09f0", + "\u09b6\u09a8\u09bf" + ], + "SHORTMONTH": [ + "\u099c\u09be\u09a8\u09c1", + "\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1", + "\u09ae\u09be\u09f0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09f0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997", + "\u09b8\u09c7\u09aa\u09cd\u099f", + "\u0985\u0995\u09cd\u099f\u09cb", + "\u09a8\u09ad\u09c7", + "\u09a1\u09bf\u09b8\u09c7" + ], + "STANDALONEMONTH": [ + "\u099c\u09be\u09a8\u09c1\u09f1\u09be\u09f0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1\u09f1\u09be\u09f0\u09c0", + "\u09ae\u09be\u09f0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09f0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b7\u09cd\u099f", + "\u099b\u09c7\u09aa\u09cd\u09a4\u09c7\u09ae\u09cd\u09ac\u09f0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09f0", + "\u09a8\u09f1\u09c7\u09ae\u09cd\u09ac\u09f0", + "\u09a1\u09bf\u099a\u09c7\u09ae\u09cd\u09ac\u09f0" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "as-in", + "localeID": "as_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_as.js b/src/ngLocale/angular-locale_as.js new file mode 100644 index 000000000000..833e1f808f4d --- /dev/null +++ b/src/ngLocale/angular-locale_as.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u09aa\u09c2\u09f0\u09cd\u09ac\u09be\u09b9\u09cd\u09a3", + "\u0985\u09aa\u09f0\u09be\u09b9\u09cd\u09a3" + ], + "DAY": [ + "\u09a6\u09c7\u0993\u09ac\u09be\u09f0", + "\u09b8\u09cb\u09ae\u09ac\u09be\u09f0", + "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09f0", + "\u09ac\u09c1\u09a7\u09ac\u09be\u09f0", + "\u09ac\u09c3\u09b9\u09b7\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09f0", + "\u09b6\u09c1\u0995\u09cd\u09f0\u09ac\u09be\u09f0", + "\u09b6\u09a8\u09bf\u09ac\u09be\u09f0" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u099c\u09be\u09a8\u09c1\u09f1\u09be\u09f0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1\u09f1\u09be\u09f0\u09c0", + "\u09ae\u09be\u09f0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09f0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b7\u09cd\u099f", + "\u099b\u09c7\u09aa\u09cd\u09a4\u09c7\u09ae\u09cd\u09ac\u09f0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09f0", + "\u09a8\u09f1\u09c7\u09ae\u09cd\u09ac\u09f0", + "\u09a1\u09bf\u099a\u09c7\u09ae\u09cd\u09ac\u09f0" + ], + "SHORTDAY": [ + "\u09f0\u09ac\u09bf", + "\u09b8\u09cb\u09ae", + "\u09ae\u0999\u09cd\u0997\u09b2", + "\u09ac\u09c1\u09a7", + "\u09ac\u09c3\u09b9\u09b7\u09cd\u09aa\u09a4\u09bf", + "\u09b6\u09c1\u0995\u09cd\u09f0", + "\u09b6\u09a8\u09bf" + ], + "SHORTMONTH": [ + "\u099c\u09be\u09a8\u09c1", + "\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1", + "\u09ae\u09be\u09f0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09f0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997", + "\u09b8\u09c7\u09aa\u09cd\u099f", + "\u0985\u0995\u09cd\u099f\u09cb", + "\u09a8\u09ad\u09c7", + "\u09a1\u09bf\u09b8\u09c7" + ], + "STANDALONEMONTH": [ + "\u099c\u09be\u09a8\u09c1\u09f1\u09be\u09f0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1\u09f1\u09be\u09f0\u09c0", + "\u09ae\u09be\u09f0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09f0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b7\u09cd\u099f", + "\u099b\u09c7\u09aa\u09cd\u09a4\u09c7\u09ae\u09cd\u09ac\u09f0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09f0", + "\u09a8\u09f1\u09c7\u09ae\u09cd\u09ac\u09f0", + "\u09a1\u09bf\u099a\u09c7\u09ae\u09cd\u09ac\u09f0" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "as", + "localeID": "as", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_asa-tz.js b/src/ngLocale/angular-locale_asa-tz.js new file mode 100644 index 000000000000..0d92f05c26e4 --- /dev/null +++ b/src/ngLocale/angular-locale_asa-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "icheheavo", + "ichamthi" + ], + "DAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla yakwe Yethu", + "Baada yakwe Yethu" + ], + "ERAS": [ + "KM", + "BM" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Ijm", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "asa-tz", + "localeID": "asa_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_asa.js b/src/ngLocale/angular-locale_asa.js new file mode 100644 index 000000000000..ed71ecf73b26 --- /dev/null +++ b/src/ngLocale/angular-locale_asa.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "icheheavo", + "ichamthi" + ], + "DAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla yakwe Yethu", + "Baada yakwe Yethu" + ], + "ERAS": [ + "KM", + "BM" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Ijm", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "asa", + "localeID": "asa", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ast-es.js b/src/ngLocale/angular-locale_ast-es.js new file mode 100644 index 000000000000..08ed1642f876 --- /dev/null +++ b/src/ngLocale/angular-locale_ast-es.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "de la ma\u00f1ana", + "de la tarde" + ], + "DAY": [ + "domingu", + "llunes", + "martes", + "mi\u00e9rcoles", + "xueves", + "vienres", + "s\u00e1badu" + ], + "ERANAMES": [ + "enantes de Cristu", + "despu\u00e9s de Cristu" + ], + "ERAS": [ + "e.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "de xineru", + "de febreru", + "de marzu", + "d\u2019abril", + "de mayu", + "de xunu", + "de xunetu", + "d\u2019agostu", + "de setiembre", + "d\u2019ochobre", + "de payares", + "d\u2019avientu" + ], + "SHORTDAY": [ + "dom", + "llu", + "mar", + "mi\u00e9", + "xue", + "vie", + "s\u00e1b" + ], + "SHORTMONTH": [ + "xin", + "feb", + "mar", + "abr", + "may", + "xun", + "xnt", + "ago", + "set", + "och", + "pay", + "avi" + ], + "STANDALONEMONTH": [ + "xineru", + "febreru", + "marzu", + "abril", + "mayu", + "xunu", + "xunetu", + "agostu", + "setiembre", + "ochobre", + "payares", + "avientu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ast-es", + "localeID": "ast_ES", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ast.js b/src/ngLocale/angular-locale_ast.js new file mode 100644 index 000000000000..4f625f6c02aa --- /dev/null +++ b/src/ngLocale/angular-locale_ast.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "de la ma\u00f1ana", + "de la tarde" + ], + "DAY": [ + "domingu", + "llunes", + "martes", + "mi\u00e9rcoles", + "xueves", + "vienres", + "s\u00e1badu" + ], + "ERANAMES": [ + "enantes de Cristu", + "despu\u00e9s de Cristu" + ], + "ERAS": [ + "e.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "de xineru", + "de febreru", + "de marzu", + "d\u2019abril", + "de mayu", + "de xunu", + "de xunetu", + "d\u2019agostu", + "de setiembre", + "d\u2019ochobre", + "de payares", + "d\u2019avientu" + ], + "SHORTDAY": [ + "dom", + "llu", + "mar", + "mi\u00e9", + "xue", + "vie", + "s\u00e1b" + ], + "SHORTMONTH": [ + "xin", + "feb", + "mar", + "abr", + "may", + "xun", + "xnt", + "ago", + "set", + "och", + "pay", + "avi" + ], + "STANDALONEMONTH": [ + "xineru", + "febreru", + "marzu", + "abril", + "mayu", + "xunu", + "xunetu", + "agostu", + "setiembre", + "ochobre", + "payares", + "avientu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ast", + "localeID": "ast", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_az-cyrl-az.js b/src/ngLocale/angular-locale_az-cyrl-az.js new file mode 100644 index 000000000000..4f5b334ceba2 --- /dev/null +++ b/src/ngLocale/angular-locale_az-cyrl-az.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0410\u041c", + "\u041f\u041c" + ], + "DAY": [ + "\u0431\u0430\u0437\u0430\u0440", + "\u0431\u0430\u0437\u0430\u0440 \u0435\u0440\u0442\u04d9\u0441\u0438", + "\u0447\u04d9\u0440\u0448\u04d9\u043d\u0431\u04d9 \u0430\u0445\u0448\u0430\u043c\u044b", + "\u0447\u04d9\u0440\u0448\u04d9\u043d\u0431\u04d9", + "\u04b9\u04af\u043c\u04d9 \u0430\u0445\u0448\u0430\u043c\u044b", + "\u04b9\u04af\u043c\u04d9", + "\u0448\u04d9\u043d\u0431\u04d9" + ], + "ERANAMES": [ + "\u0435\u0440\u0430\u043c\u044b\u0437\u0434\u0430\u043d \u04d9\u0432\u0432\u04d9\u043b", + "\u0458\u0435\u043d\u0438 \u0435\u0440\u0430" + ], + "ERAS": [ + "\u0435.\u04d9.", + "\u0458.\u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0432\u0430\u0440", + "\u0444\u0435\u0432\u0440\u0430\u043b", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b", + "\u043c\u0430\u0439", + "\u0438\u0458\u0443\u043d", + "\u0438\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u0458\u0430\u0431\u0440", + "\u043e\u043a\u0442\u0458\u0430\u0431\u0440", + "\u043d\u043e\u0458\u0430\u0431\u0440", + "\u0434\u0435\u043a\u0430\u0431\u0440" + ], + "SHORTDAY": [ + "\u0411.", + "\u0411.\u0415.", + "\u0427.\u0410.", + "\u0427.", + "\u04b8.\u0410.", + "\u04b8.", + "\u0428." + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d", + "\u0444\u0435\u0432", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0439", + "\u0438\u0458\u043d", + "\u0438\u0458\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043d", + "\u043e\u043a\u0442", + "\u043d\u043e\u0458", + "\u0434\u0435\u043a" + ], + "STANDALONEMONTH": [ + "\u0408\u0430\u043d\u0432\u0430\u0440", + "\u0424\u0435\u0432\u0440\u0430\u043b", + "\u041c\u0430\u0440\u0442", + "\u0410\u043f\u0440\u0435\u043b", + "\u041c\u0430\u0439", + "\u0418\u0458\u0443\u043d", + "\u0418\u0458\u0443\u043b", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u0458\u0430\u0431\u0440", + "\u041e\u043a\u0442\u0458\u0430\u0431\u0440", + "\u041d\u043e\u0458\u0430\u0431\u0440", + "\u0414\u0435\u043a\u0430\u0431\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y, EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bc", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "az-cyrl-az", + "localeID": "az_Cyrl_AZ", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_az-cyrl.js b/src/ngLocale/angular-locale_az-cyrl.js new file mode 100644 index 000000000000..d74ea1f788d9 --- /dev/null +++ b/src/ngLocale/angular-locale_az-cyrl.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0410\u041c", + "\u041f\u041c" + ], + "DAY": [ + "\u0431\u0430\u0437\u0430\u0440", + "\u0431\u0430\u0437\u0430\u0440 \u0435\u0440\u0442\u04d9\u0441\u0438", + "\u0447\u04d9\u0440\u0448\u04d9\u043d\u0431\u04d9 \u0430\u0445\u0448\u0430\u043c\u044b", + "\u0447\u04d9\u0440\u0448\u04d9\u043d\u0431\u04d9", + "\u04b9\u04af\u043c\u04d9 \u0430\u0445\u0448\u0430\u043c\u044b", + "\u04b9\u04af\u043c\u04d9", + "\u0448\u04d9\u043d\u0431\u04d9" + ], + "ERANAMES": [ + "\u0435\u0440\u0430\u043c\u044b\u0437\u0434\u0430\u043d \u04d9\u0432\u0432\u04d9\u043b", + "\u0458\u0435\u043d\u0438 \u0435\u0440\u0430" + ], + "ERAS": [ + "\u0435.\u04d9.", + "\u0458.\u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0432\u0430\u0440", + "\u0444\u0435\u0432\u0440\u0430\u043b", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b", + "\u043c\u0430\u0439", + "\u0438\u0458\u0443\u043d", + "\u0438\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u0458\u0430\u0431\u0440", + "\u043e\u043a\u0442\u0458\u0430\u0431\u0440", + "\u043d\u043e\u0458\u0430\u0431\u0440", + "\u0434\u0435\u043a\u0430\u0431\u0440" + ], + "SHORTDAY": [ + "\u0411.", + "\u0411.\u0415.", + "\u0427.\u0410.", + "\u0427.", + "\u04b8.\u0410.", + "\u04b8.", + "\u0428." + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d", + "\u0444\u0435\u0432", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0439", + "\u0438\u0458\u043d", + "\u0438\u0458\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043d", + "\u043e\u043a\u0442", + "\u043d\u043e\u0458", + "\u0434\u0435\u043a" + ], + "STANDALONEMONTH": [ + "\u0408\u0430\u043d\u0432\u0430\u0440", + "\u0424\u0435\u0432\u0440\u0430\u043b", + "\u041c\u0430\u0440\u0442", + "\u0410\u043f\u0440\u0435\u043b", + "\u041c\u0430\u0439", + "\u0418\u0458\u0443\u043d", + "\u0418\u0458\u0443\u043b", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u0458\u0430\u0431\u0440", + "\u041e\u043a\u0442\u0458\u0430\u0431\u0440", + "\u041d\u043e\u0458\u0430\u0431\u0440", + "\u0414\u0435\u043a\u0430\u0431\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y, EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bc", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "az-cyrl", + "localeID": "az_Cyrl", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_az-latn-az.js b/src/ngLocale/angular-locale_az-latn-az.js new file mode 100644 index 000000000000..cc830b70448e --- /dev/null +++ b/src/ngLocale/angular-locale_az-latn-az.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "bazar", + "bazar ert\u0259si", + "\u00e7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131", + "\u00e7\u0259r\u015f\u0259nb\u0259", + "c\u00fcm\u0259 ax\u015fam\u0131", + "c\u00fcm\u0259", + "\u015f\u0259nb\u0259" + ], + "ERANAMES": [ + "eram\u0131zdan \u0259vv\u0259l", + "yeni era" + ], + "ERAS": [ + "e.\u0259.", + "y.e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "yanvar", + "fevral", + "mart", + "aprel", + "may", + "iyun", + "iyul", + "avqust", + "sentyabr", + "oktyabr", + "noyabr", + "dekabr" + ], + "SHORTDAY": [ + "B.", + "B.E.", + "\u00c7.A.", + "\u00c7.", + "C.A.", + "C.", + "\u015e." + ], + "SHORTMONTH": [ + "yan", + "fev", + "mar", + "apr", + "may", + "iyn", + "iyl", + "avq", + "sen", + "okt", + "noy", + "dek" + ], + "STANDALONEMONTH": [ + "Yanvar", + "Fevral", + "Mart", + "Aprel", + "May", + "\u0130yun", + "\u0130yul", + "Avqust", + "Sentyabr", + "Oktyabr", + "Noyabr", + "Dekabr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y, EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bc", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "az-latn-az", + "localeID": "az_Latn_AZ", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_az-latn.js b/src/ngLocale/angular-locale_az-latn.js new file mode 100644 index 000000000000..6f43ad8b141d --- /dev/null +++ b/src/ngLocale/angular-locale_az-latn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "bazar", + "bazar ert\u0259si", + "\u00e7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131", + "\u00e7\u0259r\u015f\u0259nb\u0259", + "c\u00fcm\u0259 ax\u015fam\u0131", + "c\u00fcm\u0259", + "\u015f\u0259nb\u0259" + ], + "ERANAMES": [ + "eram\u0131zdan \u0259vv\u0259l", + "yeni era" + ], + "ERAS": [ + "e.\u0259.", + "y.e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "yanvar", + "fevral", + "mart", + "aprel", + "may", + "iyun", + "iyul", + "avqust", + "sentyabr", + "oktyabr", + "noyabr", + "dekabr" + ], + "SHORTDAY": [ + "B.", + "B.E.", + "\u00c7.A.", + "\u00c7.", + "C.A.", + "C.", + "\u015e." + ], + "SHORTMONTH": [ + "yan", + "fev", + "mar", + "apr", + "may", + "iyn", + "iyl", + "avq", + "sen", + "okt", + "noy", + "dek" + ], + "STANDALONEMONTH": [ + "Yanvar", + "Fevral", + "Mart", + "Aprel", + "May", + "\u0130yun", + "\u0130yul", + "Avqust", + "Sentyabr", + "Oktyabr", + "Noyabr", + "Dekabr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y, EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bc", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "az-latn", + "localeID": "az_Latn", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_az.js b/src/ngLocale/angular-locale_az.js new file mode 100644 index 000000000000..a0928c2782a8 --- /dev/null +++ b/src/ngLocale/angular-locale_az.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "bazar", + "bazar ert\u0259si", + "\u00e7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131", + "\u00e7\u0259r\u015f\u0259nb\u0259", + "c\u00fcm\u0259 ax\u015fam\u0131", + "c\u00fcm\u0259", + "\u015f\u0259nb\u0259" + ], + "ERANAMES": [ + "eram\u0131zdan \u0259vv\u0259l", + "yeni era" + ], + "ERAS": [ + "e.\u0259.", + "y.e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "yanvar", + "fevral", + "mart", + "aprel", + "may", + "iyun", + "iyul", + "avqust", + "sentyabr", + "oktyabr", + "noyabr", + "dekabr" + ], + "SHORTDAY": [ + "B.", + "B.E.", + "\u00c7.A.", + "\u00c7.", + "C.A.", + "C.", + "\u015e." + ], + "SHORTMONTH": [ + "yan", + "fev", + "mar", + "apr", + "may", + "iyn", + "iyl", + "avq", + "sen", + "okt", + "noy", + "dek" + ], + "STANDALONEMONTH": [ + "Yanvar", + "Fevral", + "Mart", + "Aprel", + "May", + "\u0130yun", + "\u0130yul", + "Avqust", + "Sentyabr", + "Oktyabr", + "Noyabr", + "Dekabr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y, EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bc", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "az", + "localeID": "az", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bas-cm.js b/src/ngLocale/angular-locale_bas-cm.js new file mode 100644 index 000000000000..96be9f3146f4 --- /dev/null +++ b/src/ngLocale/angular-locale_bas-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "I bik\u025b\u0302gl\u00e0", + "I \u0253ugaj\u0254p" + ], + "DAY": [ + "\u014bgw\u00e0 n\u0254\u0302y", + "\u014bgw\u00e0 nja\u014bgumba", + "\u014bgw\u00e0 \u00fbm", + "\u014bgw\u00e0 \u014bg\u00ea", + "\u014bgw\u00e0 mb\u0254k", + "\u014bgw\u00e0 k\u0254\u0254", + "\u014bgw\u00e0 j\u00f4n" + ], + "ERANAMES": [ + "bis\u016b bi Yes\u00f9 Kr\u01d0st\u00f2", + "i mb\u016bs Yes\u00f9 Kr\u01d0st\u00f2" + ], + "ERAS": [ + "b.Y.K", + "m.Y.K" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "K\u0254nd\u0254\u014b", + "M\u00e0c\u025b\u0302l", + "M\u00e0t\u00f9mb", + "M\u00e0top", + "M\u0300puy\u025b", + "H\u00ecl\u00f2nd\u025b\u0300", + "Nj\u00e8b\u00e0", + "H\u00ecka\u014b", + "D\u00ecp\u0254\u0300s", + "B\u00ec\u00f2\u00f4m", + "M\u00e0y\u025bs\u00e8p", + "L\u00ecbuy li \u0144y\u00e8e" + ], + "SHORTDAY": [ + "n\u0254y", + "nja", + "uum", + "\u014bge", + "mb\u0254", + "k\u0254\u0254", + "jon" + ], + "SHORTMONTH": [ + "k\u0254n", + "mac", + "mat", + "mto", + "mpu", + "hil", + "nje", + "hik", + "dip", + "bio", + "may", + "li\u0253" + ], + "STANDALONEMONTH": [ + "K\u0254nd\u0254\u014b", + "M\u00e0c\u025b\u0302l", + "M\u00e0t\u00f9mb", + "M\u00e0top", + "M\u0300puy\u025b", + "H\u00ecl\u00f2nd\u025b\u0300", + "Nj\u00e8b\u00e0", + "H\u00ecka\u014b", + "D\u00ecp\u0254\u0300s", + "B\u00ec\u00f2\u00f4m", + "M\u00e0y\u025bs\u00e8p", + "L\u00ecbuy li \u0144y\u00e8e" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "bas-cm", + "localeID": "bas_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bas.js b/src/ngLocale/angular-locale_bas.js new file mode 100644 index 000000000000..3bdcaedb2aca --- /dev/null +++ b/src/ngLocale/angular-locale_bas.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "I bik\u025b\u0302gl\u00e0", + "I \u0253ugaj\u0254p" + ], + "DAY": [ + "\u014bgw\u00e0 n\u0254\u0302y", + "\u014bgw\u00e0 nja\u014bgumba", + "\u014bgw\u00e0 \u00fbm", + "\u014bgw\u00e0 \u014bg\u00ea", + "\u014bgw\u00e0 mb\u0254k", + "\u014bgw\u00e0 k\u0254\u0254", + "\u014bgw\u00e0 j\u00f4n" + ], + "ERANAMES": [ + "bis\u016b bi Yes\u00f9 Kr\u01d0st\u00f2", + "i mb\u016bs Yes\u00f9 Kr\u01d0st\u00f2" + ], + "ERAS": [ + "b.Y.K", + "m.Y.K" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "K\u0254nd\u0254\u014b", + "M\u00e0c\u025b\u0302l", + "M\u00e0t\u00f9mb", + "M\u00e0top", + "M\u0300puy\u025b", + "H\u00ecl\u00f2nd\u025b\u0300", + "Nj\u00e8b\u00e0", + "H\u00ecka\u014b", + "D\u00ecp\u0254\u0300s", + "B\u00ec\u00f2\u00f4m", + "M\u00e0y\u025bs\u00e8p", + "L\u00ecbuy li \u0144y\u00e8e" + ], + "SHORTDAY": [ + "n\u0254y", + "nja", + "uum", + "\u014bge", + "mb\u0254", + "k\u0254\u0254", + "jon" + ], + "SHORTMONTH": [ + "k\u0254n", + "mac", + "mat", + "mto", + "mpu", + "hil", + "nje", + "hik", + "dip", + "bio", + "may", + "li\u0253" + ], + "STANDALONEMONTH": [ + "K\u0254nd\u0254\u014b", + "M\u00e0c\u025b\u0302l", + "M\u00e0t\u00f9mb", + "M\u00e0top", + "M\u0300puy\u025b", + "H\u00ecl\u00f2nd\u025b\u0300", + "Nj\u00e8b\u00e0", + "H\u00ecka\u014b", + "D\u00ecp\u0254\u0300s", + "B\u00ec\u00f2\u00f4m", + "M\u00e0y\u025bs\u00e8p", + "L\u00ecbuy li \u0144y\u00e8e" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "bas", + "localeID": "bas", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_be-by.js b/src/ngLocale/angular-locale_be-by.js new file mode 100644 index 000000000000..83c27a237f95 --- /dev/null +++ b/src/ngLocale/angular-locale_be-by.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u043d\u044f\u0434\u0437\u0435\u043b\u044f", + "\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a", + "\u0430\u045e\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0435\u0440\u0430\u0434\u0430", + "\u0447\u0430\u0446\u0432\u0435\u0440", + "\u043f\u044f\u0442\u043d\u0456\u0446\u0430", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u0430 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430", + "\u0430\u0434 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430" + ], + "ERAS": [ + "\u0434\u0430 \u043d.\u044d.", + "\u043d.\u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f", + "\u043b\u044e\u0442\u0430\u0433\u0430", + "\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430", + "\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430", + "\u043c\u0430\u044f", + "\u0447\u044d\u0440\u0432\u0435\u043d\u044f", + "\u043b\u0456\u043f\u0435\u043d\u044f", + "\u0436\u043d\u0456\u045e\u043d\u044f", + "\u0432\u0435\u0440\u0430\u0441\u043d\u044f", + "\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430", + "\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430", + "\u0441\u043d\u0435\u0436\u043d\u044f" + ], + "SHORTDAY": [ + "\u043d\u0434", + "\u043f\u043d", + "\u0430\u045e", + "\u0441\u0440", + "\u0447\u0446", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u0441\u0442\u0443", + "\u043b\u044e\u0442", + "\u0441\u0430\u043a", + "\u043a\u0440\u0430", + "\u043c\u0430\u044f", + "\u0447\u044d\u0440", + "\u043b\u0456\u043f", + "\u0436\u043d\u0456", + "\u0432\u0435\u0440", + "\u043a\u0430\u0441", + "\u043b\u0456\u0441", + "\u0441\u043d\u0435" + ], + "STANDALONEMONTH": [ + "\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c", + "\u043b\u044e\u0442\u044b", + "\u0441\u0430\u043a\u0430\u0432\u0456\u043a", + "\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a", + "\u043c\u0430\u0439", + "\u0447\u044d\u0440\u0432\u0435\u043d\u044c", + "\u043b\u0456\u043f\u0435\u043d\u044c", + "\u0436\u043d\u0456\u0432\u0435\u043d\u044c", + "\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c", + "\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a", + "\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434", + "\u0441\u043d\u0435\u0436\u0430\u043d\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d.MM.y HH:mm:ss", + "mediumDate": "d.MM.y", + "mediumTime": "HH:mm:ss", + "short": "d.MM.yy HH:mm", + "shortDate": "d.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "BYN", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "be-by", + "localeID": "be_BY", + "pluralCat": function(n, opt_precision) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n % 10 >= 5 && n % 10 <= 9 || n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_be.js b/src/ngLocale/angular-locale_be.js new file mode 100644 index 000000000000..12f0b0825ee1 --- /dev/null +++ b/src/ngLocale/angular-locale_be.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u043d\u044f\u0434\u0437\u0435\u043b\u044f", + "\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a", + "\u0430\u045e\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0435\u0440\u0430\u0434\u0430", + "\u0447\u0430\u0446\u0432\u0435\u0440", + "\u043f\u044f\u0442\u043d\u0456\u0446\u0430", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u0430 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430", + "\u0430\u0434 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430" + ], + "ERAS": [ + "\u0434\u0430 \u043d.\u044d.", + "\u043d.\u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f", + "\u043b\u044e\u0442\u0430\u0433\u0430", + "\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430", + "\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430", + "\u043c\u0430\u044f", + "\u0447\u044d\u0440\u0432\u0435\u043d\u044f", + "\u043b\u0456\u043f\u0435\u043d\u044f", + "\u0436\u043d\u0456\u045e\u043d\u044f", + "\u0432\u0435\u0440\u0430\u0441\u043d\u044f", + "\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430", + "\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430", + "\u0441\u043d\u0435\u0436\u043d\u044f" + ], + "SHORTDAY": [ + "\u043d\u0434", + "\u043f\u043d", + "\u0430\u045e", + "\u0441\u0440", + "\u0447\u0446", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u0441\u0442\u0443", + "\u043b\u044e\u0442", + "\u0441\u0430\u043a", + "\u043a\u0440\u0430", + "\u043c\u0430\u044f", + "\u0447\u044d\u0440", + "\u043b\u0456\u043f", + "\u0436\u043d\u0456", + "\u0432\u0435\u0440", + "\u043a\u0430\u0441", + "\u043b\u0456\u0441", + "\u0441\u043d\u0435" + ], + "STANDALONEMONTH": [ + "\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c", + "\u043b\u044e\u0442\u044b", + "\u0441\u0430\u043a\u0430\u0432\u0456\u043a", + "\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a", + "\u043c\u0430\u0439", + "\u0447\u044d\u0440\u0432\u0435\u043d\u044c", + "\u043b\u0456\u043f\u0435\u043d\u044c", + "\u0436\u043d\u0456\u0432\u0435\u043d\u044c", + "\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c", + "\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a", + "\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434", + "\u0441\u043d\u0435\u0436\u0430\u043d\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d.MM.y HH:mm:ss", + "mediumDate": "d.MM.y", + "mediumTime": "HH:mm:ss", + "short": "d.MM.yy HH:mm", + "shortDate": "d.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "BYN", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "be", + "localeID": "be", + "pluralCat": function(n, opt_precision) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n % 10 >= 5 && n % 10 <= 9 || n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bem-zm.js b/src/ngLocale/angular-locale_bem-zm.js new file mode 100644 index 000000000000..6881a377fc0f --- /dev/null +++ b/src/ngLocale/angular-locale_bem-zm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "uluchelo", + "akasuba" + ], + "DAY": [ + "Pa Mulungu", + "Palichimo", + "Palichibuli", + "Palichitatu", + "Palichine", + "Palichisano", + "Pachibelushi" + ], + "ERANAMES": [ + "Before Yesu", + "After Yesu" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Epreo", + "Mei", + "Juni", + "Julai", + "Ogasti", + "Septemba", + "Oktoba", + "Novemba", + "Disemba" + ], + "SHORTDAY": [ + "Pa Mulungu", + "Palichimo", + "Palichibuli", + "Palichitatu", + "Palichine", + "Palichisano", + "Pachibelushi" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Epr", + "Mei", + "Jun", + "Jul", + "Oga", + "Sep", + "Okt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Epreo", + "Mei", + "Juni", + "Julai", + "Ogasti", + "Septemba", + "Oktoba", + "Novemba", + "Disemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "ZMW", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "bem-zm", + "localeID": "bem_ZM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bem.js b/src/ngLocale/angular-locale_bem.js new file mode 100644 index 000000000000..8a8229d5e144 --- /dev/null +++ b/src/ngLocale/angular-locale_bem.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "uluchelo", + "akasuba" + ], + "DAY": [ + "Pa Mulungu", + "Palichimo", + "Palichibuli", + "Palichitatu", + "Palichine", + "Palichisano", + "Pachibelushi" + ], + "ERANAMES": [ + "Before Yesu", + "After Yesu" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Epreo", + "Mei", + "Juni", + "Julai", + "Ogasti", + "Septemba", + "Oktoba", + "Novemba", + "Disemba" + ], + "SHORTDAY": [ + "Pa Mulungu", + "Palichimo", + "Palichibuli", + "Palichitatu", + "Palichine", + "Palichisano", + "Pachibelushi" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Epr", + "Mei", + "Jun", + "Jul", + "Oga", + "Sep", + "Okt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Epreo", + "Mei", + "Juni", + "Julai", + "Ogasti", + "Septemba", + "Oktoba", + "Novemba", + "Disemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "ZMW", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "bem", + "localeID": "bem", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bez-tz.js b/src/ngLocale/angular-locale_bez-tz.js new file mode 100644 index 000000000000..af110ce389f1 --- /dev/null +++ b/src/ngLocale/angular-locale_bez-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "pamilau", + "pamunyi" + ], + "DAY": [ + "pa mulungu", + "pa shahuviluha", + "pa hivili", + "pa hidatu", + "pa hitayi", + "pa hihanu", + "pa shahulembela" + ], + "ERANAMES": [ + "Kabla ya Mtwaa", + "Baada ya Mtwaa" + ], + "ERAS": [ + "KM", + "BM" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "pa mwedzi gwa hutala", + "pa mwedzi gwa wuvili", + "pa mwedzi gwa wudatu", + "pa mwedzi gwa wutai", + "pa mwedzi gwa wuhanu", + "pa mwedzi gwa sita", + "pa mwedzi gwa saba", + "pa mwedzi gwa nane", + "pa mwedzi gwa tisa", + "pa mwedzi gwa kumi", + "pa mwedzi gwa kumi na moja", + "pa mwedzi gwa kumi na mbili" + ], + "SHORTDAY": [ + "Mul", + "Vil", + "Hiv", + "Hid", + "Hit", + "Hih", + "Lem" + ], + "SHORTMONTH": [ + "Hut", + "Vil", + "Dat", + "Tai", + "Han", + "Sit", + "Sab", + "Nan", + "Tis", + "Kum", + "Kmj", + "Kmb" + ], + "STANDALONEMONTH": [ + "pa mwedzi gwa hutala", + "pa mwedzi gwa wuvili", + "pa mwedzi gwa wudatu", + "pa mwedzi gwa wutai", + "pa mwedzi gwa wuhanu", + "pa mwedzi gwa sita", + "pa mwedzi gwa saba", + "pa mwedzi gwa nane", + "pa mwedzi gwa tisa", + "pa mwedzi gwa kumi", + "pa mwedzi gwa kumi na moja", + "pa mwedzi gwa kumi na mbili" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "bez-tz", + "localeID": "bez_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bez.js b/src/ngLocale/angular-locale_bez.js new file mode 100644 index 000000000000..334f42f61164 --- /dev/null +++ b/src/ngLocale/angular-locale_bez.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "pamilau", + "pamunyi" + ], + "DAY": [ + "pa mulungu", + "pa shahuviluha", + "pa hivili", + "pa hidatu", + "pa hitayi", + "pa hihanu", + "pa shahulembela" + ], + "ERANAMES": [ + "Kabla ya Mtwaa", + "Baada ya Mtwaa" + ], + "ERAS": [ + "KM", + "BM" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "pa mwedzi gwa hutala", + "pa mwedzi gwa wuvili", + "pa mwedzi gwa wudatu", + "pa mwedzi gwa wutai", + "pa mwedzi gwa wuhanu", + "pa mwedzi gwa sita", + "pa mwedzi gwa saba", + "pa mwedzi gwa nane", + "pa mwedzi gwa tisa", + "pa mwedzi gwa kumi", + "pa mwedzi gwa kumi na moja", + "pa mwedzi gwa kumi na mbili" + ], + "SHORTDAY": [ + "Mul", + "Vil", + "Hiv", + "Hid", + "Hit", + "Hih", + "Lem" + ], + "SHORTMONTH": [ + "Hut", + "Vil", + "Dat", + "Tai", + "Han", + "Sit", + "Sab", + "Nan", + "Tis", + "Kum", + "Kmj", + "Kmb" + ], + "STANDALONEMONTH": [ + "pa mwedzi gwa hutala", + "pa mwedzi gwa wuvili", + "pa mwedzi gwa wudatu", + "pa mwedzi gwa wutai", + "pa mwedzi gwa wuhanu", + "pa mwedzi gwa sita", + "pa mwedzi gwa saba", + "pa mwedzi gwa nane", + "pa mwedzi gwa tisa", + "pa mwedzi gwa kumi", + "pa mwedzi gwa kumi na moja", + "pa mwedzi gwa kumi na mbili" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "bez", + "localeID": "bez", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bg-bg.js b/src/ngLocale/angular-locale_bg-bg.js index 7517358e2a05..1b940fc7db51 100644 --- a/src/ngLocale/angular-locale_bg-bg.js +++ b/src/ngLocale/angular-locale_bg-bg.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"лв"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["януари","февруари","март","април","май","юни","юли","август","септември","октомври","ноември","декември"],"SHORTMONTH":["ян.","февр.","март","апр.","май","юни","юли","авг.","септ.","окт.","ноем.","дек."],"DAY":["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"],"SHORTDAY":["нд","пн","вт","ср","чт","пт","сб"],"AMPMS":["пр. об.","сл. об."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"dd MMMM y, EEEE","longDate":"dd MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"bg-bg"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440.\u043e\u0431.", + "\u0441\u043b.\u043e\u0431." + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u043b\u044f", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u044f\u0434\u0430", + "\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", + "\u043f\u0435\u0442\u044a\u043a", + "\u0441\u044a\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435\u0434\u0438 \u0425\u0440\u0438\u0441\u0442\u0430", + "\u0441\u043b\u0435\u0434 \u0425\u0440\u0438\u0441\u0442\u0430" + ], + "ERAS": [ + "\u043f\u0440.\u0425\u0440.", + "\u0441\u043b.\u0425\u0440." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0443\u0430\u0440\u0438", + "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0439", + "\u044e\u043d\u0438", + "\u044e\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + ], + "SHORTDAY": [ + "\u043d\u0434", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0443", + "\u0444\u0435\u0432", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440", + "\u043c\u0430\u0439", + "\u044e\u043d\u0438", + "\u044e\u043b\u0438", + "\u0430\u0432\u0433", + "\u0441\u0435\u043f", + "\u043e\u043a\u0442", + "\u043d\u043e\u0435", + "\u0434\u0435\u043a" + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0443\u0430\u0440\u0438", + "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0439", + "\u044e\u043d\u0438", + "\u044e\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d.MM.y '\u0433'. H:mm:ss", + "mediumDate": "d.MM.y '\u0433'.", + "mediumTime": "H:mm:ss", + "short": "d.MM.yy '\u0433'. H:mm", + "shortDate": "d.MM.yy '\u0433'.", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "lev", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 0, + "lgSize": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "bg-bg", + "localeID": "bg_BG", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bg.js b/src/ngLocale/angular-locale_bg.js index d6849b326303..6a1b64e5ed70 100644 --- a/src/ngLocale/angular-locale_bg.js +++ b/src/ngLocale/angular-locale_bg.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["януари","февруари","март","април","май","юни","юли","август","септември","октомври","ноември","декември"],"SHORTMONTH":["ян.","февр.","март","апр.","май","юни","юли","авг.","септ.","окт.","ноем.","дек."],"DAY":["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"],"SHORTDAY":["нд","пн","вт","ср","чт","пт","сб"],"AMPMS":["пр. об.","сл. об."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"dd MMMM y, EEEE","longDate":"dd MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"лв"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"bg"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440.\u043e\u0431.", + "\u0441\u043b.\u043e\u0431." + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u043b\u044f", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u044f\u0434\u0430", + "\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", + "\u043f\u0435\u0442\u044a\u043a", + "\u0441\u044a\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435\u0434\u0438 \u0425\u0440\u0438\u0441\u0442\u0430", + "\u0441\u043b\u0435\u0434 \u0425\u0440\u0438\u0441\u0442\u0430" + ], + "ERAS": [ + "\u043f\u0440.\u0425\u0440.", + "\u0441\u043b.\u0425\u0440." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0443\u0430\u0440\u0438", + "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0439", + "\u044e\u043d\u0438", + "\u044e\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + ], + "SHORTDAY": [ + "\u043d\u0434", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0443", + "\u0444\u0435\u0432", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440", + "\u043c\u0430\u0439", + "\u044e\u043d\u0438", + "\u044e\u043b\u0438", + "\u0430\u0432\u0433", + "\u0441\u0435\u043f", + "\u043e\u043a\u0442", + "\u043d\u043e\u0435", + "\u0434\u0435\u043a" + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0443\u0430\u0440\u0438", + "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0439", + "\u044e\u043d\u0438", + "\u044e\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d.MM.y '\u0433'. H:mm:ss", + "mediumDate": "d.MM.y '\u0433'.", + "mediumTime": "H:mm:ss", + "short": "d.MM.yy '\u0433'. H:mm", + "shortDate": "d.MM.yy '\u0433'.", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "lev", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 0, + "lgSize": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "bg", + "localeID": "bg", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bm-ml.js b/src/ngLocale/angular-locale_bm-ml.js new file mode 100644 index 000000000000..ad0fb9f43b53 --- /dev/null +++ b/src/ngLocale/angular-locale_bm-ml.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "kari", + "nt\u025bn\u025b", + "tarata", + "araba", + "alamisa", + "juma", + "sibiri" + ], + "ERANAMES": [ + "jezu krisiti \u0272\u025b", + "jezu krisiti mink\u025b" + ], + "ERAS": [ + "J.-C. \u0272\u025b", + "ni J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "zanwuye", + "feburuye", + "marisi", + "awirili", + "m\u025b", + "zuw\u025bn", + "zuluye", + "uti", + "s\u025btanburu", + "\u0254kut\u0254buru", + "nowanburu", + "desanburu" + ], + "SHORTDAY": [ + "kar", + "nt\u025b", + "tar", + "ara", + "ala", + "jum", + "sib" + ], + "SHORTMONTH": [ + "zan", + "feb", + "mar", + "awi", + "m\u025b", + "zuw", + "zul", + "uti", + "s\u025bt", + "\u0254ku", + "now", + "des" + ], + "STANDALONEMONTH": [ + "zanwuye", + "feburuye", + "marisi", + "awirili", + "m\u025b", + "zuw\u025bn", + "zuluye", + "uti", + "s\u025btanburu", + "\u0254kut\u0254buru", + "nowanburu", + "desanburu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "bm-ml", + "localeID": "bm_ML", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bm.js b/src/ngLocale/angular-locale_bm.js new file mode 100644 index 000000000000..af07e44bb107 --- /dev/null +++ b/src/ngLocale/angular-locale_bm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "kari", + "nt\u025bn\u025b", + "tarata", + "araba", + "alamisa", + "juma", + "sibiri" + ], + "ERANAMES": [ + "jezu krisiti \u0272\u025b", + "jezu krisiti mink\u025b" + ], + "ERAS": [ + "J.-C. \u0272\u025b", + "ni J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "zanwuye", + "feburuye", + "marisi", + "awirili", + "m\u025b", + "zuw\u025bn", + "zuluye", + "uti", + "s\u025btanburu", + "\u0254kut\u0254buru", + "nowanburu", + "desanburu" + ], + "SHORTDAY": [ + "kar", + "nt\u025b", + "tar", + "ara", + "ala", + "jum", + "sib" + ], + "SHORTMONTH": [ + "zan", + "feb", + "mar", + "awi", + "m\u025b", + "zuw", + "zul", + "uti", + "s\u025bt", + "\u0254ku", + "now", + "des" + ], + "STANDALONEMONTH": [ + "zanwuye", + "feburuye", + "marisi", + "awirili", + "m\u025b", + "zuw\u025bn", + "zuluye", + "uti", + "s\u025btanburu", + "\u0254kut\u0254buru", + "nowanburu", + "desanburu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "bm", + "localeID": "bm", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bn-bd.js b/src/ngLocale/angular-locale_bn-bd.js index 481dead4d4ed..c215c8e843b8 100644 --- a/src/ngLocale/angular-locale_bn-bd.js +++ b/src/ngLocale/angular-locale_bn-bd.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":"\u00A4","negPre":"(","negSuf":"\u00A4)","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"৳"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],"SHORTMONTH":["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],"DAY":["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহষ্পতিবার","শুক্রবার","শনিবার"],"SHORTDAY":["রবি","সোম","মঙ্গল","বুধ","বৃহস্পতি","শুক্র","শনি"],"AMPMS":["am","pm"],"medium":"d MMM, y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, d MMMM, y","longDate":"d MMMM, y","mediumDate":"d MMM, y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"bn-bd"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u09b0\u09ac\u09bf\u09ac\u09be\u09b0", + "\u09b8\u09cb\u09ae\u09ac\u09be\u09b0", + "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0", + "\u09ac\u09c1\u09a7\u09ac\u09be\u09b0", + "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0", + "\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0", + "\u09b6\u09a8\u09bf\u09ac\u09be\u09b0" + ], + "ERANAMES": [ + "\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", + "\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6" + ], + "ERAS": [ + "\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", + "\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6" + ], + "FIRSTDAYOFWEEK": 4, + "MONTH": [ + "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ae\u09be\u09b0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b8\u09cd\u099f", + "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + ], + "SHORTDAY": [ + "\u09b0\u09ac\u09bf", + "\u09b8\u09cb\u09ae", + "\u09ae\u0999\u09cd\u0997\u09b2", + "\u09ac\u09c1\u09a7", + "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf", + "\u09b6\u09c1\u0995\u09cd\u09b0", + "\u09b6\u09a8\u09bf" + ], + "SHORTMONTH": [ + "\u099c\u09be\u09a8\u09c1", + "\u09ab\u09c7\u09ac", + "\u09ae\u09be\u09b0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b8\u09cd\u099f", + "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + ], + "STANDALONEMONTH": [ + "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ae\u09be\u09b0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b8\u09cd\u099f", + "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u09f3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "bn-bd", + "localeID": "bn_BD", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bn-in.js b/src/ngLocale/angular-locale_bn-in.js new file mode 100644 index 000000000000..747e1a188d5b --- /dev/null +++ b/src/ngLocale/angular-locale_bn-in.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u09b0\u09ac\u09bf\u09ac\u09be\u09b0", + "\u09b8\u09cb\u09ae\u09ac\u09be\u09b0", + "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0", + "\u09ac\u09c1\u09a7\u09ac\u09be\u09b0", + "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0", + "\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0", + "\u09b6\u09a8\u09bf\u09ac\u09be\u09b0" + ], + "ERANAMES": [ + "\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", + "\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6" + ], + "ERAS": [ + "\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", + "\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ae\u09be\u09b0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b8\u09cd\u099f", + "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + ], + "SHORTDAY": [ + "\u09b0\u09ac\u09bf", + "\u09b8\u09cb\u09ae", + "\u09ae\u0999\u09cd\u0997\u09b2", + "\u09ac\u09c1\u09a7", + "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf", + "\u09b6\u09c1\u0995\u09cd\u09b0", + "\u09b6\u09a8\u09bf" + ], + "SHORTMONTH": [ + "\u099c\u09be\u09a8\u09c1", + "\u09ab\u09c7\u09ac", + "\u09ae\u09be\u09b0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b8\u09cd\u099f", + "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + ], + "STANDALONEMONTH": [ + "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ae\u09be\u09b0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b8\u09cd\u099f", + "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "bn-in", + "localeID": "bn_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bn.js b/src/ngLocale/angular-locale_bn.js index 4054f1a794c9..3da4b4c51f7c 100644 --- a/src/ngLocale/angular-locale_bn.js +++ b/src/ngLocale/angular-locale_bn.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],"SHORTMONTH":["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],"DAY":["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহষ্পতিবার","শুক্রবার","শনিবার"],"SHORTDAY":["রবি","সোম","মঙ্গল","বুধ","বৃহস্পতি","শুক্র","শনি"],"AMPMS":["am","pm"],"medium":"d MMM, y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, d MMMM, y","longDate":"d MMMM, y","mediumDate":"d MMM, y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":"\u00A4","negPre":"(","negSuf":"\u00A4)","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"৳"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"bn"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u09b0\u09ac\u09bf\u09ac\u09be\u09b0", + "\u09b8\u09cb\u09ae\u09ac\u09be\u09b0", + "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0", + "\u09ac\u09c1\u09a7\u09ac\u09be\u09b0", + "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0", + "\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0", + "\u09b6\u09a8\u09bf\u09ac\u09be\u09b0" + ], + "ERANAMES": [ + "\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", + "\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6" + ], + "ERAS": [ + "\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", + "\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6" + ], + "FIRSTDAYOFWEEK": 4, + "MONTH": [ + "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ae\u09be\u09b0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b8\u09cd\u099f", + "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + ], + "SHORTDAY": [ + "\u09b0\u09ac\u09bf", + "\u09b8\u09cb\u09ae", + "\u09ae\u0999\u09cd\u0997\u09b2", + "\u09ac\u09c1\u09a7", + "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf", + "\u09b6\u09c1\u0995\u09cd\u09b0", + "\u09b6\u09a8\u09bf" + ], + "SHORTMONTH": [ + "\u099c\u09be\u09a8\u09c1", + "\u09ab\u09c7\u09ac", + "\u09ae\u09be\u09b0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b8\u09cd\u099f", + "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + ], + "STANDALONEMONTH": [ + "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "\u09ae\u09be\u09b0\u09cd\u099a", + "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "\u09ae\u09c7", + "\u099c\u09c1\u09a8", + "\u099c\u09c1\u09b2\u09be\u0987", + "\u0986\u0997\u09b8\u09cd\u099f", + "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u09f3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "bn", + "localeID": "bn", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bo-cn.js b/src/ngLocale/angular-locale_bo-cn.js new file mode 100644 index 000000000000..8fd6679ef663 --- /dev/null +++ b/src/ngLocale/angular-locale_bo-cn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0f66\u0f94\u0f0b\u0f51\u0fb2\u0f7c\u0f0b", + "\u0f55\u0fb1\u0f72\u0f0b\u0f51\u0fb2\u0f7c\u0f0b" + ], + "DAY": [ + "\u0f42\u0f5f\u0f60\u0f0b\u0f49\u0f72\u0f0b\u0f58\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b" + ], + "ERANAMES": [ + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b\u0f66\u0f94\u0f7c\u0f53\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b" + ], + "ERAS": [ + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b\u0f66\u0f94\u0f7c\u0f53\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f44\u0f0b\u0f54\u0f7c", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f63\u0f94\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54" + ], + "SHORTDAY": [ + "\u0f49\u0f72\u0f0b\u0f58\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b", + "\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b", + "\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b", + "\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74\u0f0b", + "\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b", + "\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b" + ], + "SHORTMONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f21", + "\u0f5f\u0fb3\u0f0b\u0f22", + "\u0f5f\u0fb3\u0f0b\u0f23", + "\u0f5f\u0fb3\u0f0b\u0f24", + "\u0f5f\u0fb3\u0f0b\u0f25", + "\u0f5f\u0fb3\u0f0b\u0f26", + "\u0f5f\u0fb3\u0f0b\u0f27", + "\u0f5f\u0fb3\u0f0b\u0f28", + "\u0f5f\u0fb3\u0f0b\u0f29", + "\u0f5f\u0fb3\u0f0b\u0f21\u0f20", + "\u0f5f\u0fb3\u0f0b\u0f21\u0f21", + "\u0f5f\u0fb3\u0f0b\u0f21\u0f22" + ], + "STANDALONEMONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f44\u0f0b\u0f54\u0f7c\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f63\u0f94\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM\u0f60\u0f72\u0f0b\u0f5a\u0f7a\u0f66\u0f0bd, EEEE", + "longDate": "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by MMMM\u0f60\u0f72\u0f0b\u0f5a\u0f7a\u0f66\u0f0bd", + "medium": "y \u0f63\u0f7c\u0f60\u0f72\u0f0bMMM\u0f5a\u0f7a\u0f66\u0f0bd h:mm:ss a", + "mediumDate": "y \u0f63\u0f7c\u0f60\u0f72\u0f0bMMM\u0f5a\u0f7a\u0f66\u0f0bd", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "bo-cn", + "localeID": "bo_CN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bo-in.js b/src/ngLocale/angular-locale_bo-in.js new file mode 100644 index 000000000000..2321b0a7393e --- /dev/null +++ b/src/ngLocale/angular-locale_bo-in.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0f66\u0f94\u0f0b\u0f51\u0fb2\u0f7c\u0f0b", + "\u0f55\u0fb1\u0f72\u0f0b\u0f51\u0fb2\u0f7c\u0f0b" + ], + "DAY": [ + "\u0f42\u0f5f\u0f60\u0f0b\u0f49\u0f72\u0f0b\u0f58\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b" + ], + "ERANAMES": [ + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b\u0f66\u0f94\u0f7c\u0f53\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b" + ], + "ERAS": [ + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b\u0f66\u0f94\u0f7c\u0f53\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f44\u0f0b\u0f54\u0f7c", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f63\u0f94\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54" + ], + "SHORTDAY": [ + "\u0f49\u0f72\u0f0b\u0f58\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b", + "\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b", + "\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b", + "\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74\u0f0b", + "\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b", + "\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b" + ], + "SHORTMONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f21", + "\u0f5f\u0fb3\u0f0b\u0f22", + "\u0f5f\u0fb3\u0f0b\u0f23", + "\u0f5f\u0fb3\u0f0b\u0f24", + "\u0f5f\u0fb3\u0f0b\u0f25", + "\u0f5f\u0fb3\u0f0b\u0f26", + "\u0f5f\u0fb3\u0f0b\u0f27", + "\u0f5f\u0fb3\u0f0b\u0f28", + "\u0f5f\u0fb3\u0f0b\u0f29", + "\u0f5f\u0fb3\u0f0b\u0f21\u0f20", + "\u0f5f\u0fb3\u0f0b\u0f21\u0f21", + "\u0f5f\u0fb3\u0f0b\u0f21\u0f22" + ], + "STANDALONEMONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f44\u0f0b\u0f54\u0f7c\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f63\u0f94\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "y MMMM\u0f60\u0f72\u0f0b\u0f5a\u0f7a\u0f66\u0f0bd, EEEE", + "longDate": "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by MMMM\u0f60\u0f72\u0f0b\u0f5a\u0f7a\u0f66\u0f0bd", + "medium": "y \u0f63\u0f7c\u0f60\u0f72\u0f0bMMM\u0f5a\u0f7a\u0f66\u0f0bd h:mm:ss a", + "mediumDate": "y \u0f63\u0f7c\u0f60\u0f72\u0f0bMMM\u0f5a\u0f7a\u0f66\u0f0bd", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "bo-in", + "localeID": "bo_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bo.js b/src/ngLocale/angular-locale_bo.js new file mode 100644 index 000000000000..154caab90790 --- /dev/null +++ b/src/ngLocale/angular-locale_bo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0f66\u0f94\u0f0b\u0f51\u0fb2\u0f7c\u0f0b", + "\u0f55\u0fb1\u0f72\u0f0b\u0f51\u0fb2\u0f7c\u0f0b" + ], + "DAY": [ + "\u0f42\u0f5f\u0f60\u0f0b\u0f49\u0f72\u0f0b\u0f58\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b" + ], + "ERANAMES": [ + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b\u0f66\u0f94\u0f7c\u0f53\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b" + ], + "ERAS": [ + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b\u0f66\u0f94\u0f7c\u0f53\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0b" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f44\u0f0b\u0f54\u0f7c", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f63\u0f94\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54" + ], + "SHORTDAY": [ + "\u0f49\u0f72\u0f0b\u0f58\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b", + "\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b", + "\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b", + "\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74\u0f0b", + "\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b", + "\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b" + ], + "SHORTMONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f21", + "\u0f5f\u0fb3\u0f0b\u0f22", + "\u0f5f\u0fb3\u0f0b\u0f23", + "\u0f5f\u0fb3\u0f0b\u0f24", + "\u0f5f\u0fb3\u0f0b\u0f25", + "\u0f5f\u0fb3\u0f0b\u0f26", + "\u0f5f\u0fb3\u0f0b\u0f27", + "\u0f5f\u0fb3\u0f0b\u0f28", + "\u0f5f\u0fb3\u0f0b\u0f29", + "\u0f5f\u0fb3\u0f0b\u0f21\u0f20", + "\u0f5f\u0fb3\u0f0b\u0f21\u0f21", + "\u0f5f\u0fb3\u0f0b\u0f21\u0f22" + ], + "STANDALONEMONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f44\u0f0b\u0f54\u0f7c\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f63\u0f94\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM\u0f60\u0f72\u0f0b\u0f5a\u0f7a\u0f66\u0f0bd, EEEE", + "longDate": "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by MMMM\u0f60\u0f72\u0f0b\u0f5a\u0f7a\u0f66\u0f0bd", + "medium": "y \u0f63\u0f7c\u0f60\u0f72\u0f0bMMM\u0f5a\u0f7a\u0f66\u0f0bd h:mm:ss a", + "mediumDate": "y \u0f63\u0f7c\u0f60\u0f72\u0f0bMMM\u0f5a\u0f7a\u0f66\u0f0bd", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "bo", + "localeID": "bo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_br-fr.js b/src/ngLocale/angular-locale_br-fr.js new file mode 100644 index 000000000000..64b4288888e3 --- /dev/null +++ b/src/ngLocale/angular-locale_br-fr.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "A.M.", + "G.M." + ], + "DAY": [ + "Sul", + "Lun", + "Meurzh", + "Merc\u02bcher", + "Yaou", + "Gwener", + "Sadorn" + ], + "ERANAMES": [ + "a-raok Jezuz-Krist", + "goude Jezuz-Krist" + ], + "ERAS": [ + "a-raok J.K.", + "goude J.K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Genver", + "C\u02bchwevrer", + "Meurzh", + "Ebrel", + "Mae", + "Mezheven", + "Gouere", + "Eost", + "Gwengolo", + "Here", + "Du", + "Kerzu" + ], + "SHORTDAY": [ + "Sul", + "Lun", + "Meu.", + "Mer.", + "Yaou", + "Gwe.", + "Sad." + ], + "SHORTMONTH": [ + "Gen.", + "C\u02bchwe.", + "Meur.", + "Ebr.", + "Mae", + "Mezh.", + "Goue.", + "Eost", + "Gwen.", + "Here", + "Du", + "Kzu." + ], + "STANDALONEMONTH": [ + "Genver", + "C\u02bchwevrer", + "Meurzh", + "Ebrel", + "Mae", + "Mezheven", + "Gouere", + "Eost", + "Gwengolo", + "Here", + "Du", + "Kerzu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "br-fr", + "localeID": "br_FR", + "pluralCat": function(n, opt_precision) { if (n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) { return PLURAL_CATEGORY.ONE; } if (n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) { return PLURAL_CATEGORY.TWO; } if ((n % 10 >= 3 && n % 10 <= 4 || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) { return PLURAL_CATEGORY.FEW; } if (n != 0 && n % 1000000 == 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_br.js b/src/ngLocale/angular-locale_br.js new file mode 100644 index 000000000000..598607e76ce4 --- /dev/null +++ b/src/ngLocale/angular-locale_br.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "A.M.", + "G.M." + ], + "DAY": [ + "Sul", + "Lun", + "Meurzh", + "Merc\u02bcher", + "Yaou", + "Gwener", + "Sadorn" + ], + "ERANAMES": [ + "a-raok Jezuz-Krist", + "goude Jezuz-Krist" + ], + "ERAS": [ + "a-raok J.K.", + "goude J.K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Genver", + "C\u02bchwevrer", + "Meurzh", + "Ebrel", + "Mae", + "Mezheven", + "Gouere", + "Eost", + "Gwengolo", + "Here", + "Du", + "Kerzu" + ], + "SHORTDAY": [ + "Sul", + "Lun", + "Meu.", + "Mer.", + "Yaou", + "Gwe.", + "Sad." + ], + "SHORTMONTH": [ + "Gen.", + "C\u02bchwe.", + "Meur.", + "Ebr.", + "Mae", + "Mezh.", + "Goue.", + "Eost", + "Gwen.", + "Here", + "Du", + "Kzu." + ], + "STANDALONEMONTH": [ + "Genver", + "C\u02bchwevrer", + "Meurzh", + "Ebrel", + "Mae", + "Mezheven", + "Gouere", + "Eost", + "Gwengolo", + "Here", + "Du", + "Kerzu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "br", + "localeID": "br", + "pluralCat": function(n, opt_precision) { if (n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) { return PLURAL_CATEGORY.ONE; } if (n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) { return PLURAL_CATEGORY.TWO; } if ((n % 10 >= 3 && n % 10 <= 4 || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) { return PLURAL_CATEGORY.FEW; } if (n != 0 && n % 1000000 == 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_brx-in.js b/src/ngLocale/angular-locale_brx-in.js new file mode 100644 index 000000000000..0489f5ba34fa --- /dev/null +++ b/src/ngLocale/angular-locale_brx-in.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u092b\u0941\u0902", + "\u092c\u0947\u0932\u093e\u0938\u0947" + ], + "DAY": [ + "\u0930\u092c\u093f\u092c\u093e\u0930", + "\u0938\u092e\u092c\u093e\u0930", + "\u092e\u0902\u0917\u0932\u092c\u093e\u0930", + "\u092c\u0941\u0926\u092c\u093e\u0930", + "\u092c\u093f\u0938\u0925\u093f\u092c\u093e\u0930", + "\u0938\u0941\u0916\u0941\u0930\u092c\u093e\u0930", + "\u0938\u0941\u0928\u093f\u092c\u093e\u0930" + ], + "ERANAMES": [ + "\u0908\u0938\u093e.\u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928" + ], + "ERAS": [ + "\u0908\u0938\u093e.\u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u093e\u0928\u0941\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u0938", + "\u090f\u092b\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0907", + "\u0906\u0917\u0938\u094d\u0925", + "\u0938\u0947\u092c\u0925\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0905\u0916\u0925\u092c\u0930", + "\u0928\u092c\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0926\u093f\u0938\u0947\u091c\u094d\u092c\u093c\u0930" + ], + "SHORTDAY": [ + "\u0930\u092c\u093f", + "\u0938\u092e", + "\u092e\u0902\u0917\u0932", + "\u092c\u0941\u0926", + "\u092c\u093f\u0938\u0925\u093f", + "\u0938\u0941\u0916\u0941\u0930", + "\u0938\u0941\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u093e\u0928\u0941\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u0938", + "\u090f\u092b\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0907", + "\u0906\u0917\u0938\u094d\u0925", + "\u0938\u0947\u092c\u0925\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0905\u0916\u0925\u092c\u0930", + "\u0928\u092c\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0926\u093f\u0938\u0947\u091c\u094d\u092c\u093c\u0930" + ], + "STANDALONEMONTH": [ + "\u091c\u093e\u0928\u0941\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u0938", + "\u090f\u092b\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0907", + "\u0906\u0917\u0938\u094d\u0925", + "\u0938\u0947\u092c\u0925\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0905\u0916\u0925\u092c\u0930", + "\u0928\u092c\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0926\u093f\u0938\u0947\u091c\u094d\u092c\u093c\u0930" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "brx-in", + "localeID": "brx_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_brx.js b/src/ngLocale/angular-locale_brx.js new file mode 100644 index 000000000000..b17f3dd78e74 --- /dev/null +++ b/src/ngLocale/angular-locale_brx.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u092b\u0941\u0902", + "\u092c\u0947\u0932\u093e\u0938\u0947" + ], + "DAY": [ + "\u0930\u092c\u093f\u092c\u093e\u0930", + "\u0938\u092e\u092c\u093e\u0930", + "\u092e\u0902\u0917\u0932\u092c\u093e\u0930", + "\u092c\u0941\u0926\u092c\u093e\u0930", + "\u092c\u093f\u0938\u0925\u093f\u092c\u093e\u0930", + "\u0938\u0941\u0916\u0941\u0930\u092c\u093e\u0930", + "\u0938\u0941\u0928\u093f\u092c\u093e\u0930" + ], + "ERANAMES": [ + "\u0908\u0938\u093e.\u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928" + ], + "ERAS": [ + "\u0908\u0938\u093e.\u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u093e\u0928\u0941\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u0938", + "\u090f\u092b\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0907", + "\u0906\u0917\u0938\u094d\u0925", + "\u0938\u0947\u092c\u0925\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0905\u0916\u0925\u092c\u0930", + "\u0928\u092c\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0926\u093f\u0938\u0947\u091c\u094d\u092c\u093c\u0930" + ], + "SHORTDAY": [ + "\u0930\u092c\u093f", + "\u0938\u092e", + "\u092e\u0902\u0917\u0932", + "\u092c\u0941\u0926", + "\u092c\u093f\u0938\u0925\u093f", + "\u0938\u0941\u0916\u0941\u0930", + "\u0938\u0941\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u093e\u0928\u0941\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u0938", + "\u090f\u092b\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0907", + "\u0906\u0917\u0938\u094d\u0925", + "\u0938\u0947\u092c\u0925\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0905\u0916\u0925\u092c\u0930", + "\u0928\u092c\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0926\u093f\u0938\u0947\u091c\u094d\u092c\u093c\u0930" + ], + "STANDALONEMONTH": [ + "\u091c\u093e\u0928\u0941\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u0938", + "\u090f\u092b\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0907", + "\u0906\u0917\u0938\u094d\u0925", + "\u0938\u0947\u092c\u0925\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0905\u0916\u0925\u092c\u0930", + "\u0928\u092c\u0947\u091c\u094d\u092c\u093c\u0930", + "\u0926\u093f\u0938\u0947\u091c\u094d\u092c\u093c\u0930" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "brx", + "localeID": "brx", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bs-cyrl-ba.js b/src/ngLocale/angular-locale_bs-cyrl-ba.js new file mode 100644 index 000000000000..45e4450d75c1 --- /dev/null +++ b/src/ngLocale/angular-locale_bs-cyrl-ba.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", + "\u043f\u043e\u043f\u043e\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u0459\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "\u0443\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0440\u0438\u0458\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "\u043f\u0435\u0442\u0430\u043a", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u041f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", + "\u041d\u043e\u0432\u0435 \u0435\u0440\u0435" + ], + "ERAS": [ + "\u043f. \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d\u0438", + "\u0458\u0443\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434", + "\u043f\u043e\u043d", + "\u0443\u0442\u043e", + "\u0441\u0440\u0438", + "\u0447\u0435\u0442", + "\u043f\u0435\u0442", + "\u0441\u0443\u0431" + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d", + "\u0444\u0435\u0431", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043f", + "\u043e\u043a\u0442", + "\u043d\u043e\u0432", + "\u0434\u0435\u0446" + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d\u0438", + "\u0458\u0443\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KM", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "bs-cyrl-ba", + "localeID": "bs_Cyrl_BA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bs-cyrl.js b/src/ngLocale/angular-locale_bs-cyrl.js new file mode 100644 index 000000000000..0f0cdf228feb --- /dev/null +++ b/src/ngLocale/angular-locale_bs-cyrl.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", + "\u043f\u043e\u043f\u043e\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u0459\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "\u0443\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0440\u0438\u0458\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "\u043f\u0435\u0442\u0430\u043a", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u041f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", + "\u041d\u043e\u0432\u0435 \u0435\u0440\u0435" + ], + "ERAS": [ + "\u043f. \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d\u0438", + "\u0458\u0443\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434", + "\u043f\u043e\u043d", + "\u0443\u0442\u043e", + "\u0441\u0440\u0438", + "\u0447\u0435\u0442", + "\u043f\u0435\u0442", + "\u0441\u0443\u0431" + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d", + "\u0444\u0435\u0431", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043f", + "\u043e\u043a\u0442", + "\u043d\u043e\u0432", + "\u0434\u0435\u0446" + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d\u0438", + "\u0458\u0443\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KM", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "bs-cyrl", + "localeID": "bs_Cyrl", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bs-latn-ba.js b/src/ngLocale/angular-locale_bs-latn-ba.js new file mode 100644 index 000000000000..eb346d6f5987 --- /dev/null +++ b/src/ngLocale/angular-locale_bs-latn-ba.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "prijepodne", + "popodne" + ], + "DAY": [ + "nedjelja", + "ponedjeljak", + "utorak", + "srijeda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "prije nove ere", + "nove ere" + ], + "ERAS": [ + "p. n. e.", + "n. e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "juni", + "juli", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "SHORTDAY": [ + "ned", + "pon", + "uto", + "sri", + "\u010det", + "pet", + "sub" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "avg", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "juni", + "juli", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y.", + "longDate": "d. MMMM y.", + "medium": "d. MMM. y. HH:mm:ss", + "mediumDate": "d. MMM. y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KM", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "bs-latn-ba", + "localeID": "bs_Latn_BA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bs-latn.js b/src/ngLocale/angular-locale_bs-latn.js new file mode 100644 index 000000000000..a3a5efb0302c --- /dev/null +++ b/src/ngLocale/angular-locale_bs-latn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "prijepodne", + "popodne" + ], + "DAY": [ + "nedjelja", + "ponedjeljak", + "utorak", + "srijeda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "prije nove ere", + "nove ere" + ], + "ERAS": [ + "p. n. e.", + "n. e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "juni", + "juli", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "SHORTDAY": [ + "ned", + "pon", + "uto", + "sri", + "\u010det", + "pet", + "sub" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "avg", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "juni", + "juli", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y.", + "longDate": "d. MMMM y.", + "medium": "d. MMM. y. HH:mm:ss", + "mediumDate": "d. MMM. y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KM", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "bs-latn", + "localeID": "bs_Latn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_bs.js b/src/ngLocale/angular-locale_bs.js new file mode 100644 index 000000000000..5e2b8021759c --- /dev/null +++ b/src/ngLocale/angular-locale_bs.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "prijepodne", + "popodne" + ], + "DAY": [ + "nedjelja", + "ponedjeljak", + "utorak", + "srijeda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "prije nove ere", + "nove ere" + ], + "ERAS": [ + "p. n. e.", + "n. e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "juni", + "juli", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "SHORTDAY": [ + "ned", + "pon", + "uto", + "sri", + "\u010det", + "pet", + "sub" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "avg", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "juni", + "juli", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y.", + "longDate": "d. MMMM y.", + "medium": "d. MMM. y. HH:mm:ss", + "mediumDate": "d. MMM. y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KM", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "bs", + "localeID": "bs", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ca-ad.js b/src/ngLocale/angular-locale_ca-ad.js new file mode 100644 index 000000000000..d0a4268c3d23 --- /dev/null +++ b/src/ngLocale/angular-locale_ca-ad.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "diumenge", + "dilluns", + "dimarts", + "dimecres", + "dijous", + "divendres", + "dissabte" + ], + "ERANAMES": [ + "abans de Crist", + "despr\u00e9s de Crist" + ], + "ERAS": [ + "aC", + "dC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "de gener", + "de febrer", + "de mar\u00e7", + "d\u2019abril", + "de maig", + "de juny", + "de juliol", + "d\u2019agost", + "de setembre", + "d\u2019octubre", + "de novembre", + "de desembre" + ], + "SHORTDAY": [ + "dg.", + "dl.", + "dt.", + "dc.", + "dj.", + "dv.", + "ds." + ], + "SHORTMONTH": [ + "de gen.", + "de febr.", + "de mar\u00e7", + "d\u2019abr.", + "de maig", + "de juny", + "de jul.", + "d\u2019ag.", + "de set.", + "d\u2019oct.", + "de nov.", + "de des." + ], + "STANDALONEMONTH": [ + "gener", + "febrer", + "mar\u00e7", + "abril", + "maig", + "juny", + "juliol", + "agost", + "setembre", + "octubre", + "novembre", + "desembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ca-ad", + "localeID": "ca_AD", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ca-es-valencia.js b/src/ngLocale/angular-locale_ca-es-valencia.js new file mode 100644 index 000000000000..388980e96f0e --- /dev/null +++ b/src/ngLocale/angular-locale_ca-es-valencia.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "diumenge", + "dilluns", + "dimarts", + "dimecres", + "dijous", + "divendres", + "dissabte" + ], + "ERANAMES": [ + "abans de Crist", + "despr\u00e9s de Crist" + ], + "ERAS": [ + "aC", + "dC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "de gener", + "de febrer", + "de mar\u00e7", + "d\u2019abril", + "de maig", + "de juny", + "de juliol", + "d\u2019agost", + "de setembre", + "d\u2019octubre", + "de novembre", + "de desembre" + ], + "SHORTDAY": [ + "dg.", + "dl.", + "dt.", + "dc.", + "dj.", + "dv.", + "ds." + ], + "SHORTMONTH": [ + "gen.", + "febr.", + "mar\u00e7", + "abr.", + "maig", + "juny", + "jul.", + "ag.", + "set.", + "oct.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "gener", + "febrer", + "mar\u00e7", + "abril", + "maig", + "juny", + "juliol", + "agost", + "setembre", + "octubre", + "novembre", + "desembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ca-es-valencia", + "localeID": "ca_ES_VALENCIA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ca-es.js b/src/ngLocale/angular-locale_ca-es.js index a26ca96c92fd..ddfe1ffd7b3f 100644 --- a/src/ngLocale/angular-locale_ca-es.js +++ b/src/ngLocale/angular-locale_ca-es.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"],"SHORTMONTH":["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],"DAY":["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],"SHORTDAY":["dg.","dl.","dt.","dc.","dj.","dv.","ds."],"AMPMS":["a.m.","p.m."],"medium":"dd/MM/yyyy H:mm:ss","short":"dd/MM/yy H:mm","fullDate":"EEEE d MMMM 'de' y","longDate":"d MMMM 'de' y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"id":"ca-es"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "diumenge", + "dilluns", + "dimarts", + "dimecres", + "dijous", + "divendres", + "dissabte" + ], + "ERANAMES": [ + "abans de Crist", + "despr\u00e9s de Crist" + ], + "ERAS": [ + "aC", + "dC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "de gener", + "de febrer", + "de mar\u00e7", + "d\u2019abril", + "de maig", + "de juny", + "de juliol", + "d\u2019agost", + "de setembre", + "d\u2019octubre", + "de novembre", + "de desembre" + ], + "SHORTDAY": [ + "dg.", + "dl.", + "dt.", + "dc.", + "dj.", + "dv.", + "ds." + ], + "SHORTMONTH": [ + "de gen.", + "de febr.", + "de mar\u00e7", + "d\u2019abr.", + "de maig", + "de juny", + "de jul.", + "d\u2019ag.", + "de set.", + "d\u2019oct.", + "de nov.", + "de des." + ], + "STANDALONEMONTH": [ + "gener", + "febrer", + "mar\u00e7", + "abril", + "maig", + "juny", + "juliol", + "agost", + "setembre", + "octubre", + "novembre", + "desembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ca-es", + "localeID": "ca_ES", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ca-fr.js b/src/ngLocale/angular-locale_ca-fr.js new file mode 100644 index 000000000000..411f4b898507 --- /dev/null +++ b/src/ngLocale/angular-locale_ca-fr.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "diumenge", + "dilluns", + "dimarts", + "dimecres", + "dijous", + "divendres", + "dissabte" + ], + "ERANAMES": [ + "abans de Crist", + "despr\u00e9s de Crist" + ], + "ERAS": [ + "aC", + "dC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "de gener", + "de febrer", + "de mar\u00e7", + "d\u2019abril", + "de maig", + "de juny", + "de juliol", + "d\u2019agost", + "de setembre", + "d\u2019octubre", + "de novembre", + "de desembre" + ], + "SHORTDAY": [ + "dg.", + "dl.", + "dt.", + "dc.", + "dj.", + "dv.", + "ds." + ], + "SHORTMONTH": [ + "de gen.", + "de febr.", + "de mar\u00e7", + "d\u2019abr.", + "de maig", + "de juny", + "de jul.", + "d\u2019ag.", + "de set.", + "d\u2019oct.", + "de nov.", + "de des." + ], + "STANDALONEMONTH": [ + "gener", + "febrer", + "mar\u00e7", + "abril", + "maig", + "juny", + "juliol", + "agost", + "setembre", + "octubre", + "novembre", + "desembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ca-fr", + "localeID": "ca_FR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ca-it.js b/src/ngLocale/angular-locale_ca-it.js new file mode 100644 index 000000000000..3739bbcacf14 --- /dev/null +++ b/src/ngLocale/angular-locale_ca-it.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "diumenge", + "dilluns", + "dimarts", + "dimecres", + "dijous", + "divendres", + "dissabte" + ], + "ERANAMES": [ + "abans de Crist", + "despr\u00e9s de Crist" + ], + "ERAS": [ + "aC", + "dC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "de gener", + "de febrer", + "de mar\u00e7", + "d\u2019abril", + "de maig", + "de juny", + "de juliol", + "d\u2019agost", + "de setembre", + "d\u2019octubre", + "de novembre", + "de desembre" + ], + "SHORTDAY": [ + "dg.", + "dl.", + "dt.", + "dc.", + "dj.", + "dv.", + "ds." + ], + "SHORTMONTH": [ + "de gen.", + "de febr.", + "de mar\u00e7", + "d\u2019abr.", + "de maig", + "de juny", + "de jul.", + "d\u2019ag.", + "de set.", + "d\u2019oct.", + "de nov.", + "de des." + ], + "STANDALONEMONTH": [ + "gener", + "febrer", + "mar\u00e7", + "abril", + "maig", + "juny", + "juliol", + "agost", + "setembre", + "octubre", + "novembre", + "desembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ca-it", + "localeID": "ca_IT", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ca.js b/src/ngLocale/angular-locale_ca.js index a2f9d6852378..774aa3724ac6 100644 --- a/src/ngLocale/angular-locale_ca.js +++ b/src/ngLocale/angular-locale_ca.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"],"SHORTMONTH":["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],"DAY":["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],"SHORTDAY":["dg.","dl.","dt.","dc.","dj.","dv.","ds."],"AMPMS":["a.m.","p.m."],"medium":"dd/MM/yyyy H:mm:ss","short":"dd/MM/yy H:mm","fullDate":"EEEE d MMMM 'de' y","longDate":"d MMMM 'de' y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"ca"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "diumenge", + "dilluns", + "dimarts", + "dimecres", + "dijous", + "divendres", + "dissabte" + ], + "ERANAMES": [ + "abans de Crist", + "despr\u00e9s de Crist" + ], + "ERAS": [ + "aC", + "dC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "de gener", + "de febrer", + "de mar\u00e7", + "d\u2019abril", + "de maig", + "de juny", + "de juliol", + "d\u2019agost", + "de setembre", + "d\u2019octubre", + "de novembre", + "de desembre" + ], + "SHORTDAY": [ + "dg.", + "dl.", + "dt.", + "dc.", + "dj.", + "dv.", + "ds." + ], + "SHORTMONTH": [ + "de gen.", + "de febr.", + "de mar\u00e7", + "d\u2019abr.", + "de maig", + "de juny", + "de jul.", + "d\u2019ag.", + "de set.", + "d\u2019oct.", + "de nov.", + "de des." + ], + "STANDALONEMONTH": [ + "gener", + "febrer", + "mar\u00e7", + "abril", + "maig", + "juny", + "juliol", + "agost", + "setembre", + "octubre", + "novembre", + "desembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ca", + "localeID": "ca", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ce-ru.js b/src/ngLocale/angular-locale_ce-ru.js new file mode 100644 index 000000000000..63761a07ffa7 --- /dev/null +++ b/src/ngLocale/angular-locale_ce-ru.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u043a\u04c0\u0438\u0440\u0430\u043d\u0430\u043d \u0434\u0435", + "\u043e\u0440\u0448\u043e\u0442\u0430\u043d \u0434\u0435", + "\u0448\u0438\u043d\u0430\u0440\u0438\u043d \u0434\u0435", + "\u043a\u0445\u0430\u0430\u0440\u0438\u043d \u0434\u0435", + "\u0435\u0430\u0440\u0438\u043d \u0434\u0435", + "\u043f\u04c0\u0435\u0440\u0430\u0441\u043a\u0430\u043d \u0434\u0435", + "\u0448\u043e\u0442 \u0434\u0435" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "SHORTDAY": [ + "\u043a\u04c0\u0438\u0440\u0430\u043d\u0430\u043d \u0434\u0435", + "\u043e\u0440\u0448\u043e\u0442\u0430\u043d \u0434\u0435", + "\u0448\u0438\u043d\u0430\u0440\u0438\u043d \u0434\u0435", + "\u043a\u0445\u0430\u0430\u0440\u0438\u043d \u0434\u0435", + "\u0435\u0430\u0440\u0438\u043d \u0434\u0435", + "\u043f\u04c0\u0435\u0440\u0430\u0441\u043a\u0430\u043d \u0434\u0435", + "\u0448\u043e\u0442 \u0434\u0435" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432", + "\u0444\u0435\u0432", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d", + "\u0438\u044e\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043d", + "\u043e\u043a\u0442", + "\u043d\u043e\u044f", + "\u0434\u0435\u043a" + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bd", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ce-ru", + "localeID": "ce_RU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ce.js b/src/ngLocale/angular-locale_ce.js new file mode 100644 index 000000000000..772f125fa423 --- /dev/null +++ b/src/ngLocale/angular-locale_ce.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u043a\u04c0\u0438\u0440\u0430\u043d\u0430\u043d \u0434\u0435", + "\u043e\u0440\u0448\u043e\u0442\u0430\u043d \u0434\u0435", + "\u0448\u0438\u043d\u0430\u0440\u0438\u043d \u0434\u0435", + "\u043a\u0445\u0430\u0430\u0440\u0438\u043d \u0434\u0435", + "\u0435\u0430\u0440\u0438\u043d \u0434\u0435", + "\u043f\u04c0\u0435\u0440\u0430\u0441\u043a\u0430\u043d \u0434\u0435", + "\u0448\u043e\u0442 \u0434\u0435" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "SHORTDAY": [ + "\u043a\u04c0\u0438\u0440\u0430\u043d\u0430\u043d \u0434\u0435", + "\u043e\u0440\u0448\u043e\u0442\u0430\u043d \u0434\u0435", + "\u0448\u0438\u043d\u0430\u0440\u0438\u043d \u0434\u0435", + "\u043a\u0445\u0430\u0430\u0440\u0438\u043d \u0434\u0435", + "\u0435\u0430\u0440\u0438\u043d \u0434\u0435", + "\u043f\u04c0\u0435\u0440\u0430\u0441\u043a\u0430\u043d \u0434\u0435", + "\u0448\u043e\u0442 \u0434\u0435" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432", + "\u0444\u0435\u0432", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d", + "\u0438\u044e\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043d", + "\u043e\u043a\u0442", + "\u043d\u043e\u044f", + "\u0434\u0435\u043a" + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bd", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ce", + "localeID": "ce", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_cgg-ug.js b/src/ngLocale/angular-locale_cgg-ug.js new file mode 100644 index 000000000000..6dd5f59b57c1 --- /dev/null +++ b/src/ngLocale/angular-locale_cgg-ug.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sande", + "Orwokubanza", + "Orwakabiri", + "Orwakashatu", + "Orwakana", + "Orwakataano", + "Orwamukaaga" + ], + "ERANAMES": [ + "Kurisito Atakaijire", + "Kurisito Yaijire" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Okwokubanza", + "Okwakabiri", + "Okwakashatu", + "Okwakana", + "Okwakataana", + "Okwamukaaga", + "Okwamushanju", + "Okwamunaana", + "Okwamwenda", + "Okwaikumi", + "Okwaikumi na kumwe", + "Okwaikumi na ibiri" + ], + "SHORTDAY": [ + "SAN", + "ORK", + "OKB", + "OKS", + "OKN", + "OKT", + "OMK" + ], + "SHORTMONTH": [ + "KBZ", + "KBR", + "KST", + "KKN", + "KTN", + "KMK", + "KMS", + "KMN", + "KMW", + "KKM", + "KNK", + "KNB" + ], + "STANDALONEMONTH": [ + "Okwokubanza", + "Okwakabiri", + "Okwakashatu", + "Okwakana", + "Okwakataana", + "Okwamukaaga", + "Okwamushanju", + "Okwamunaana", + "Okwamwenda", + "Okwaikumi", + "Okwaikumi na kumwe", + "Okwaikumi na ibiri" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "cgg-ug", + "localeID": "cgg_UG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_cgg.js b/src/ngLocale/angular-locale_cgg.js new file mode 100644 index 000000000000..528652c976b4 --- /dev/null +++ b/src/ngLocale/angular-locale_cgg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sande", + "Orwokubanza", + "Orwakabiri", + "Orwakashatu", + "Orwakana", + "Orwakataano", + "Orwamukaaga" + ], + "ERANAMES": [ + "Kurisito Atakaijire", + "Kurisito Yaijire" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Okwokubanza", + "Okwakabiri", + "Okwakashatu", + "Okwakana", + "Okwakataana", + "Okwamukaaga", + "Okwamushanju", + "Okwamunaana", + "Okwamwenda", + "Okwaikumi", + "Okwaikumi na kumwe", + "Okwaikumi na ibiri" + ], + "SHORTDAY": [ + "SAN", + "ORK", + "OKB", + "OKS", + "OKN", + "OKT", + "OMK" + ], + "SHORTMONTH": [ + "KBZ", + "KBR", + "KST", + "KKN", + "KTN", + "KMK", + "KMS", + "KMN", + "KMW", + "KKM", + "KNK", + "KNB" + ], + "STANDALONEMONTH": [ + "Okwokubanza", + "Okwakabiri", + "Okwakashatu", + "Okwakana", + "Okwakataana", + "Okwamukaaga", + "Okwamushanju", + "Okwamunaana", + "Okwamwenda", + "Okwaikumi", + "Okwaikumi na kumwe", + "Okwaikumi na ibiri" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "cgg", + "localeID": "cgg", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_chr-us.js b/src/ngLocale/angular-locale_chr-us.js new file mode 100644 index 000000000000..b13806ccc160 --- /dev/null +++ b/src/ngLocale/angular-locale_chr-us.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u13cc\u13be\u13b4", + "\u13d2\u13af\u13f1\u13a2\u13d7\u13e2" + ], + "DAY": [ + "\u13a4\u13be\u13d9\u13d3\u13c6\u13cd\u13ac", + "\u13a4\u13be\u13d9\u13d3\u13c9\u13c5\u13af", + "\u13d4\u13b5\u13c1\u13a2\u13a6", + "\u13e6\u13a2\u13c1\u13a2\u13a6", + "\u13c5\u13a9\u13c1\u13a2\u13a6", + "\u13e7\u13be\u13a9\u13b6\u13cd\u13d7", + "\u13a4\u13be\u13d9\u13d3\u13c8\u13d5\u13be" + ], + "ERANAMES": [ + "\u13e7\u13d3\u13b7\u13b8 \u13a4\u13b7\u13af\u13cd\u13d7 \u13a6\u13b6\u13c1\u13db", + "\u13a0\u13c3 \u13d9\u13bb\u13c2" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u13a4\u13c3\u13b8\u13d4\u13c5", + "\u13a7\u13a6\u13b5", + "\u13a0\u13c5\u13f1", + "\u13a7\u13ec\u13c2", + "\u13a0\u13c2\u13cd\u13ac\u13d8", + "\u13d5\u13ad\u13b7\u13f1", + "\u13ab\u13f0\u13c9\u13c2", + "\u13a6\u13b6\u13c2", + "\u13da\u13b5\u13cd\u13d7", + "\u13da\u13c2\u13c5\u13d7", + "\u13c5\u13d3\u13d5\u13c6", + "\u13a5\u13cd\u13a9\u13f1" + ], + "SHORTDAY": [ + "\u13c6\u13cd\u13ac", + "\u13c9\u13c5\u13af", + "\u13d4\u13b5\u13c1", + "\u13e6\u13a2\u13c1", + "\u13c5\u13a9\u13c1", + "\u13e7\u13be\u13a9", + "\u13c8\u13d5\u13be" + ], + "SHORTMONTH": [ + "\u13a4\u13c3", + "\u13a7\u13a6", + "\u13a0\u13c5", + "\u13a7\u13ec", + "\u13a0\u13c2", + "\u13d5\u13ad", + "\u13ab\u13f0", + "\u13a6\u13b6", + "\u13da\u13b5", + "\u13da\u13c2", + "\u13c5\u13d3", + "\u13a5\u13cd" + ], + "STANDALONEMONTH": [ + "\u13a4\u13c3\u13b8\u13d4\u13c5", + "\u13a7\u13a6\u13b5", + "\u13a0\u13c5\u13f1", + "\u13a7\u13ec\u13c2", + "\u13a0\u13c2\u13cd\u13ac\u13d8", + "\u13d5\u13ad\u13b7\u13f1", + "\u13ab\u13f0\u13c9\u13c2", + "\u13a6\u13b6\u13c2", + "\u13da\u13b5\u13cd\u13d7", + "\u13da\u13c2\u13c5\u13d7", + "\u13c5\u13d3\u13d5\u13c6", + "\u13a5\u13cd\u13a9\u13f1" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "chr-us", + "localeID": "chr_US", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_chr.js b/src/ngLocale/angular-locale_chr.js new file mode 100644 index 000000000000..e8213affd70f --- /dev/null +++ b/src/ngLocale/angular-locale_chr.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u13cc\u13be\u13b4", + "\u13d2\u13af\u13f1\u13a2\u13d7\u13e2" + ], + "DAY": [ + "\u13a4\u13be\u13d9\u13d3\u13c6\u13cd\u13ac", + "\u13a4\u13be\u13d9\u13d3\u13c9\u13c5\u13af", + "\u13d4\u13b5\u13c1\u13a2\u13a6", + "\u13e6\u13a2\u13c1\u13a2\u13a6", + "\u13c5\u13a9\u13c1\u13a2\u13a6", + "\u13e7\u13be\u13a9\u13b6\u13cd\u13d7", + "\u13a4\u13be\u13d9\u13d3\u13c8\u13d5\u13be" + ], + "ERANAMES": [ + "\u13e7\u13d3\u13b7\u13b8 \u13a4\u13b7\u13af\u13cd\u13d7 \u13a6\u13b6\u13c1\u13db", + "\u13a0\u13c3 \u13d9\u13bb\u13c2" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u13a4\u13c3\u13b8\u13d4\u13c5", + "\u13a7\u13a6\u13b5", + "\u13a0\u13c5\u13f1", + "\u13a7\u13ec\u13c2", + "\u13a0\u13c2\u13cd\u13ac\u13d8", + "\u13d5\u13ad\u13b7\u13f1", + "\u13ab\u13f0\u13c9\u13c2", + "\u13a6\u13b6\u13c2", + "\u13da\u13b5\u13cd\u13d7", + "\u13da\u13c2\u13c5\u13d7", + "\u13c5\u13d3\u13d5\u13c6", + "\u13a5\u13cd\u13a9\u13f1" + ], + "SHORTDAY": [ + "\u13c6\u13cd\u13ac", + "\u13c9\u13c5\u13af", + "\u13d4\u13b5\u13c1", + "\u13e6\u13a2\u13c1", + "\u13c5\u13a9\u13c1", + "\u13e7\u13be\u13a9", + "\u13c8\u13d5\u13be" + ], + "SHORTMONTH": [ + "\u13a4\u13c3", + "\u13a7\u13a6", + "\u13a0\u13c5", + "\u13a7\u13ec", + "\u13a0\u13c2", + "\u13d5\u13ad", + "\u13ab\u13f0", + "\u13a6\u13b6", + "\u13da\u13b5", + "\u13da\u13c2", + "\u13c5\u13d3", + "\u13a5\u13cd" + ], + "STANDALONEMONTH": [ + "\u13a4\u13c3\u13b8\u13d4\u13c5", + "\u13a7\u13a6\u13b5", + "\u13a0\u13c5\u13f1", + "\u13a7\u13ec\u13c2", + "\u13a0\u13c2\u13cd\u13ac\u13d8", + "\u13d5\u13ad\u13b7\u13f1", + "\u13ab\u13f0\u13c9\u13c2", + "\u13a6\u13b6\u13c2", + "\u13da\u13b5\u13cd\u13d7", + "\u13da\u13c2\u13c5\u13d7", + "\u13c5\u13d3\u13d5\u13c6", + "\u13a5\u13cd\u13a9\u13f1" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "chr", + "localeID": "chr", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ckb-arab-iq.js b/src/ngLocale/angular-locale_ckb-arab-iq.js new file mode 100644 index 000000000000..a9cd57cdb69e --- /dev/null +++ b/src/ngLocale/angular-locale_ckb-arab-iq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0628.\u0646", + "\u062f.\u0646" + ], + "DAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "ERANAMES": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "ERAS": [ + "\u067e.\u0646", + "\u0632" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "SHORTDAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "SHORTMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "STANDALONEMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "d\u06cc MMMM\u06cc y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ckb-arab-iq", + "localeID": "ckb_Arab_IQ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ckb-arab-ir.js b/src/ngLocale/angular-locale_ckb-arab-ir.js new file mode 100644 index 000000000000..e9c5daa6bde5 --- /dev/null +++ b/src/ngLocale/angular-locale_ckb-arab-ir.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0628.\u0646", + "\u062f.\u0646" + ], + "DAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "ERANAMES": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "ERAS": [ + "\u067e.\u0646", + "\u0632" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "SHORTDAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "SHORTMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "STANDALONEMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "d\u06cc MMMM\u06cc y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ckb-arab-ir", + "localeID": "ckb_Arab_IR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ckb-arab.js b/src/ngLocale/angular-locale_ckb-arab.js new file mode 100644 index 000000000000..0cba746ee4b7 --- /dev/null +++ b/src/ngLocale/angular-locale_ckb-arab.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0628.\u0646", + "\u062f.\u0646" + ], + "DAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "ERANAMES": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "ERAS": [ + "\u067e.\u0646", + "\u0632" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "SHORTDAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "SHORTMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "STANDALONEMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "d\u06cc MMMM\u06cc y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ckb-arab", + "localeID": "ckb_Arab", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ckb-iq.js b/src/ngLocale/angular-locale_ckb-iq.js new file mode 100644 index 000000000000..0a13c81d07d7 --- /dev/null +++ b/src/ngLocale/angular-locale_ckb-iq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0628.\u0646", + "\u062f.\u0646" + ], + "DAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "ERANAMES": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "ERAS": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "SHORTDAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "SHORTMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "STANDALONEMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "d\u06cc MMMM\u06cc y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ckb-iq", + "localeID": "ckb_IQ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ckb-ir.js b/src/ngLocale/angular-locale_ckb-ir.js new file mode 100644 index 000000000000..a6c2a7507505 --- /dev/null +++ b/src/ngLocale/angular-locale_ckb-ir.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0628.\u0646", + "\u062f.\u0646" + ], + "DAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "ERANAMES": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "ERAS": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "SHORTDAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "SHORTMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "STANDALONEMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "WEEKENDRANGE": [ + 4, + 4 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "d\u06cc MMMM\u06cc y", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ckb-ir", + "localeID": "ckb_IR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ckb-latn-iq.js b/src/ngLocale/angular-locale_ckb-latn-iq.js new file mode 100644 index 000000000000..a938c0c6d350 --- /dev/null +++ b/src/ngLocale/angular-locale_ckb-latn-iq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0628.\u0646", + "\u062f.\u0646" + ], + "DAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "ERANAMES": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "ERAS": [ + "\u067e.\u0646", + "\u0632" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "SHORTDAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "SHORTMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "STANDALONEMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "d\u06cc MMMM\u06cc y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ckb-latn-iq", + "localeID": "ckb_Latn_IQ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ckb-latn.js b/src/ngLocale/angular-locale_ckb-latn.js new file mode 100644 index 000000000000..5fdbb67c195d --- /dev/null +++ b/src/ngLocale/angular-locale_ckb-latn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0628.\u0646", + "\u062f.\u0646" + ], + "DAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "ERANAMES": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "ERAS": [ + "\u067e.\u0646", + "\u0632" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "SHORTDAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "SHORTMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "STANDALONEMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "d\u06cc MMMM\u06cc y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ckb-latn", + "localeID": "ckb_Latn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ckb.js b/src/ngLocale/angular-locale_ckb.js new file mode 100644 index 000000000000..45e7e97ff1f0 --- /dev/null +++ b/src/ngLocale/angular-locale_ckb.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0628.\u0646", + "\u062f.\u0646" + ], + "DAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "ERANAMES": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "ERAS": [ + "\u067e\u06ce\u0634 \u0632\u0627\u06cc\u06cc\u0646", + "\u0632\u0627\u06cc\u06cc\u0646\u06cc" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "SHORTDAY": [ + "\u06cc\u06d5\u06a9\u0634\u06d5\u0645\u0645\u06d5", + "\u062f\u0648\u0648\u0634\u06d5\u0645\u0645\u06d5", + "\u0633\u06ce\u0634\u06d5\u0645\u0645\u06d5", + "\u0686\u0648\u0627\u0631\u0634\u06d5\u0645\u0645\u06d5", + "\u067e\u06ce\u0646\u062c\u0634\u06d5\u0645\u0645\u06d5", + "\u06be\u06d5\u06cc\u0646\u06cc", + "\u0634\u06d5\u0645\u0645\u06d5" + ], + "SHORTMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "STANDALONEMONTH": [ + "\u06a9\u0627\u0646\u0648\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u0634\u0648\u0628\u0627\u062a", + "\u0626\u0627\u0632\u0627\u0631", + "\u0646\u06cc\u0633\u0627\u0646", + "\u0626\u0627\u06cc\u0627\u0631", + "\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646", + "\u062a\u06d5\u0645\u0648\u0648\u0632", + "\u0626\u0627\u0628", + "\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645", + "\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645", + "\u06a9\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "d\u06cc MMMM\u06cc y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ckb", + "localeID": "ckb", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_cs-cz.js b/src/ngLocale/angular-locale_cs-cz.js index f78516649308..11b9fe20cca7 100644 --- a/src/ngLocale/angular-locale_cs-cz.js +++ b/src/ngLocale/angular-locale_cs-cz.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Kč"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2 || n == 3 || n == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"],"SHORTMONTH":["1","2","3","4","5","6","7","8","9","10","11","12"],"DAY":["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],"SHORTDAY":["ne","po","út","st","čt","pá","so"],"AMPMS":["dop.","odp."],"medium":"d.M.yyyy H:mm:ss","short":"d.M.yy H:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"d.M.yyyy","shortDate":"d.M.yy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"id":"cs-cz"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "dop.", + "odp." + ], + "DAY": [ + "ned\u011ble", + "pond\u011bl\u00ed", + "\u00fater\u00fd", + "st\u0159eda", + "\u010dtvrtek", + "p\u00e1tek", + "sobota" + ], + "ERANAMES": [ + "p\u0159. n. l.", + "n. l." + ], + "ERAS": [ + "p\u0159. n. l.", + "n. l." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ledna", + "\u00fanora", + "b\u0159ezna", + "dubna", + "kv\u011btna", + "\u010dervna", + "\u010dervence", + "srpna", + "z\u00e1\u0159\u00ed", + "\u0159\u00edjna", + "listopadu", + "prosince" + ], + "SHORTDAY": [ + "ne", + "po", + "\u00fat", + "st", + "\u010dt", + "p\u00e1", + "so" + ], + "SHORTMONTH": [ + "led", + "\u00fano", + "b\u0159e", + "dub", + "kv\u011b", + "\u010dvn", + "\u010dvc", + "srp", + "z\u00e1\u0159", + "\u0159\u00edj", + "lis", + "pro" + ], + "STANDALONEMONTH": [ + "leden", + "\u00fanor", + "b\u0159ezen", + "duben", + "kv\u011bten", + "\u010derven", + "\u010dervenec", + "srpen", + "z\u00e1\u0159\u00ed", + "\u0159\u00edjen", + "listopad", + "prosinec" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. M. y H:mm:ss", + "mediumDate": "d. M. y", + "mediumTime": "H:mm:ss", + "short": "dd.MM.yy H:mm", + "shortDate": "dd.MM.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "K\u010d", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "cs-cz", + "localeID": "cs_CZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (i >= 2 && i <= 4 && vf.v == 0) { return PLURAL_CATEGORY.FEW; } if (vf.v != 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_cs.js b/src/ngLocale/angular-locale_cs.js index 9834626b4680..62fa2f7bbf57 100644 --- a/src/ngLocale/angular-locale_cs.js +++ b/src/ngLocale/angular-locale_cs.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"],"SHORTMONTH":["1","2","3","4","5","6","7","8","9","10","11","12"],"DAY":["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],"SHORTDAY":["ne","po","út","st","čt","pá","so"],"AMPMS":["dop.","odp."],"medium":"d.M.yyyy H:mm:ss","short":"d.M.yy H:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"d.M.yyyy","shortDate":"d.M.yy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Kč"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2 || n == 3 || n == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"id":"cs"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "dop.", + "odp." + ], + "DAY": [ + "ned\u011ble", + "pond\u011bl\u00ed", + "\u00fater\u00fd", + "st\u0159eda", + "\u010dtvrtek", + "p\u00e1tek", + "sobota" + ], + "ERANAMES": [ + "p\u0159. n. l.", + "n. l." + ], + "ERAS": [ + "p\u0159. n. l.", + "n. l." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ledna", + "\u00fanora", + "b\u0159ezna", + "dubna", + "kv\u011btna", + "\u010dervna", + "\u010dervence", + "srpna", + "z\u00e1\u0159\u00ed", + "\u0159\u00edjna", + "listopadu", + "prosince" + ], + "SHORTDAY": [ + "ne", + "po", + "\u00fat", + "st", + "\u010dt", + "p\u00e1", + "so" + ], + "SHORTMONTH": [ + "led", + "\u00fano", + "b\u0159e", + "dub", + "kv\u011b", + "\u010dvn", + "\u010dvc", + "srp", + "z\u00e1\u0159", + "\u0159\u00edj", + "lis", + "pro" + ], + "STANDALONEMONTH": [ + "leden", + "\u00fanor", + "b\u0159ezen", + "duben", + "kv\u011bten", + "\u010derven", + "\u010dervenec", + "srpen", + "z\u00e1\u0159\u00ed", + "\u0159\u00edjen", + "listopad", + "prosinec" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. M. y H:mm:ss", + "mediumDate": "d. M. y", + "mediumTime": "H:mm:ss", + "short": "dd.MM.yy H:mm", + "shortDate": "dd.MM.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "K\u010d", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "cs", + "localeID": "cs", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (i >= 2 && i <= 4 && vf.v == 0) { return PLURAL_CATEGORY.FEW; } if (vf.v != 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_cu-ru.js b/src/ngLocale/angular-locale_cu-ru.js new file mode 100644 index 000000000000..e8a005acbd07 --- /dev/null +++ b/src/ngLocale/angular-locale_cu-ru.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0414\u041f", + "\u041f\u041f" + ], + "DAY": [ + "\u043d\u0435\u0434\u0463\u0301\u043b\u0467", + "\u043f\u043e\u043d\u0435\u0434\u0463\u0301\u043b\u044c\u043d\u0438\u043a\u044a", + "\u0432\u0442\u043e\u0301\u0440\u043d\u0438\u043a\u044a", + "\u0441\u0440\u0435\u0434\u0430\u0300", + "\u0447\u0435\u0442\u0432\u0435\u0440\u0442\u043e\u0301\u043a\u044a", + "\u043f\u0467\u0442\u043e\u0301\u043a\u044a", + "\u0441\ua64b\u0431\u0431\u0461\u0301\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435\u0301\u0434\u044a \u0440.\u00a0\u0445.", + "\u043f\u043e \u0440.\u00a0\u0445." + ], + "ERAS": [ + "\u043f\u0440\u0435\u0301\u0434\u044a \u0440.\u00a0\u0445.", + "\u043f\u043e \u0440.\u00a0\u0445." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0456\u0486\u0430\u043d\u043d\ua64b\u0430\u0301\u0440\u0457\u0430", + "\u0444\u0435\u0432\u0440\ua64b\u0430\u0301\u0440\u0457\u0430", + "\u043c\u0430\u0301\u0440\u0442\u0430", + "\u0430\u0486\u043f\u0440\u0456\u0301\u043b\u043b\u0457\u0430", + "\u043c\u0430\u0301\u0457\u0430", + "\u0456\u0486\ua64b\u0301\u043d\u0457\u0430", + "\u0456\u0486\ua64b\u0301\u043b\u0457\u0430", + "\u0430\u0486\u0301\u0475\u0433\ua64b\u0441\u0442\u0430", + "\u0441\u0435\u043f\u0442\u0435\u0301\u043c\u0432\u0440\u0457\u0430", + "\u047b\u0486\u043a\u0442\u0461\u0301\u0432\u0440\u0457\u0430", + "\u043d\u043e\u0435\u0301\u043c\u0432\u0440\u0457\u0430", + "\u0434\u0435\u043a\u0435\u0301\u043c\u0432\u0440\u0457\u0430" + ], + "SHORTDAY": [ + "\u043d\u0434\u2de7\u0487\u0467", + "\u043f\u043d\u2de3\u0435", + "\u0432\u0442\u043e\u2dec\u0487", + "\u0441\u0440\u2de3\u0435", + "\u0447\u0435\u2de6\u0487", + "\u043f\u0467\u2de6\u0487", + "\u0441\ua64b\u2de0\u0487" + ], + "SHORTMONTH": [ + "\u0456\u0486\u0430\u2de9\u0487", + "\u0444\u0435\u2de1\u0487", + "\u043c\u0430\u2dec\u0487", + "\u0430\u0486\u043f\u2dec\u0487", + "\u043c\u0430\ua675", + "\u0456\u0486\ua64b\u2de9\u0487", + "\u0456\u0486\ua64b\u2de7\u0487", + "\u0430\u0486\u0301\u0475\u2de2\u0487", + "\u0441\u0435\u2deb\u0487", + "\u047b\u0486\u043a\u2dee", + "\u043d\u043e\u0435\u2de8", + "\u0434\u0435\u2de6\u0487" + ], + "STANDALONEMONTH": [ + "\u0456\u0486\u0430\u043d\u043d\ua64b\u0430\u0301\u0440\u0457\u0439", + "\u0444\u0435\u0432\u0440\ua64b\u0430\u0301\u0440\u0457\u0439", + "\u043c\u0430\u0301\u0440\u0442\u044a", + "\u0430\u0486\u043f\u0440\u0456\u0301\u043b\u043b\u0457\u0439", + "\u043c\u0430\u0301\u0457\u0439", + "\u0456\u0486\ua64b\u0301\u043d\u0457\u0439", + "\u0456\u0486\ua64b\u0301\u043b\u0457\u0439", + "\u0430\u0486\u0301\u0475\u0433\ua64b\u0441\u0442\u044a", + "\u0441\u0435\u043f\u0442\u0435\u0301\u043c\u0432\u0440\u0457\u0439", + "\u047b\u0486\u043a\u0442\u0461\u0301\u0432\u0440\u0457\u0439", + "\u043d\u043e\u0435\u0301\u043c\u0432\u0440\u0457\u0439", + "\u0434\u0435\u043a\u0435\u0301\u043c\u0432\u0440\u0457\u0439" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM '\u043b'. y.", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y.MM.dd HH:mm", + "shortDate": "y.MM.dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bd", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "cu-ru", + "localeID": "cu_RU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_cu.js b/src/ngLocale/angular-locale_cu.js new file mode 100644 index 000000000000..5b077d9ce758 --- /dev/null +++ b/src/ngLocale/angular-locale_cu.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0414\u041f", + "\u041f\u041f" + ], + "DAY": [ + "\u043d\u0435\u0434\u0463\u0301\u043b\u0467", + "\u043f\u043e\u043d\u0435\u0434\u0463\u0301\u043b\u044c\u043d\u0438\u043a\u044a", + "\u0432\u0442\u043e\u0301\u0440\u043d\u0438\u043a\u044a", + "\u0441\u0440\u0435\u0434\u0430\u0300", + "\u0447\u0435\u0442\u0432\u0435\u0440\u0442\u043e\u0301\u043a\u044a", + "\u043f\u0467\u0442\u043e\u0301\u043a\u044a", + "\u0441\ua64b\u0431\u0431\u0461\u0301\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435\u0301\u0434\u044a \u0440.\u00a0\u0445.", + "\u043f\u043e \u0440.\u00a0\u0445." + ], + "ERAS": [ + "\u043f\u0440\u0435\u0301\u0434\u044a \u0440.\u00a0\u0445.", + "\u043f\u043e \u0440.\u00a0\u0445." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0456\u0486\u0430\u043d\u043d\ua64b\u0430\u0301\u0440\u0457\u0430", + "\u0444\u0435\u0432\u0440\ua64b\u0430\u0301\u0440\u0457\u0430", + "\u043c\u0430\u0301\u0440\u0442\u0430", + "\u0430\u0486\u043f\u0440\u0456\u0301\u043b\u043b\u0457\u0430", + "\u043c\u0430\u0301\u0457\u0430", + "\u0456\u0486\ua64b\u0301\u043d\u0457\u0430", + "\u0456\u0486\ua64b\u0301\u043b\u0457\u0430", + "\u0430\u0486\u0301\u0475\u0433\ua64b\u0441\u0442\u0430", + "\u0441\u0435\u043f\u0442\u0435\u0301\u043c\u0432\u0440\u0457\u0430", + "\u047b\u0486\u043a\u0442\u0461\u0301\u0432\u0440\u0457\u0430", + "\u043d\u043e\u0435\u0301\u043c\u0432\u0440\u0457\u0430", + "\u0434\u0435\u043a\u0435\u0301\u043c\u0432\u0440\u0457\u0430" + ], + "SHORTDAY": [ + "\u043d\u0434\u2de7\u0487\u0467", + "\u043f\u043d\u2de3\u0435", + "\u0432\u0442\u043e\u2dec\u0487", + "\u0441\u0440\u2de3\u0435", + "\u0447\u0435\u2de6\u0487", + "\u043f\u0467\u2de6\u0487", + "\u0441\ua64b\u2de0\u0487" + ], + "SHORTMONTH": [ + "\u0456\u0486\u0430\u2de9\u0487", + "\u0444\u0435\u2de1\u0487", + "\u043c\u0430\u2dec\u0487", + "\u0430\u0486\u043f\u2dec\u0487", + "\u043c\u0430\ua675", + "\u0456\u0486\ua64b\u2de9\u0487", + "\u0456\u0486\ua64b\u2de7\u0487", + "\u0430\u0486\u0301\u0475\u2de2\u0487", + "\u0441\u0435\u2deb\u0487", + "\u047b\u0486\u043a\u2dee", + "\u043d\u043e\u0435\u2de8", + "\u0434\u0435\u2de6\u0487" + ], + "STANDALONEMONTH": [ + "\u0456\u0486\u0430\u043d\u043d\ua64b\u0430\u0301\u0440\u0457\u0439", + "\u0444\u0435\u0432\u0440\ua64b\u0430\u0301\u0440\u0457\u0439", + "\u043c\u0430\u0301\u0440\u0442\u044a", + "\u0430\u0486\u043f\u0440\u0456\u0301\u043b\u043b\u0457\u0439", + "\u043c\u0430\u0301\u0457\u0439", + "\u0456\u0486\ua64b\u0301\u043d\u0457\u0439", + "\u0456\u0486\ua64b\u0301\u043b\u0457\u0439", + "\u0430\u0486\u0301\u0475\u0433\ua64b\u0441\u0442\u044a", + "\u0441\u0435\u043f\u0442\u0435\u0301\u043c\u0432\u0440\u0457\u0439", + "\u047b\u0486\u043a\u0442\u0461\u0301\u0432\u0440\u0457\u0439", + "\u043d\u043e\u0435\u0301\u043c\u0432\u0440\u0457\u0439", + "\u0434\u0435\u043a\u0435\u0301\u043c\u0432\u0440\u0457\u0439" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM '\u043b'. y.", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y.MM.dd HH:mm", + "shortDate": "y.MM.dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bd", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "cu", + "localeID": "cu", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_cy-gb.js b/src/ngLocale/angular-locale_cy-gb.js new file mode 100644 index 000000000000..063709995cea --- /dev/null +++ b/src/ngLocale/angular-locale_cy-gb.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "yb", + "yh" + ], + "DAY": [ + "Dydd Sul", + "Dydd Llun", + "Dydd Mawrth", + "Dydd Mercher", + "Dydd Iau", + "Dydd Gwener", + "Dydd Sadwrn" + ], + "ERANAMES": [ + "Cyn Crist", + "Oed Crist" + ], + "ERAS": [ + "CC", + "OC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Ionawr", + "Chwefror", + "Mawrth", + "Ebrill", + "Mai", + "Mehefin", + "Gorffennaf", + "Awst", + "Medi", + "Hydref", + "Tachwedd", + "Rhagfyr" + ], + "SHORTDAY": [ + "Sul", + "Llun", + "Maw", + "Mer", + "Iau", + "Gwen", + "Sad" + ], + "SHORTMONTH": [ + "Ion", + "Chwef", + "Maw", + "Ebrill", + "Mai", + "Meh", + "Gorff", + "Awst", + "Medi", + "Hyd", + "Tach", + "Rhag" + ], + "STANDALONEMONTH": [ + "Ionawr", + "Chwefror", + "Mawrth", + "Ebrill", + "Mai", + "Mehefin", + "Gorffennaf", + "Awst", + "Medi", + "Hydref", + "Tachwedd", + "Rhagfyr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "cy-gb", + "localeID": "cy_GB", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == 3) { return PLURAL_CATEGORY.FEW; } if (n == 6) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_cy.js b/src/ngLocale/angular-locale_cy.js new file mode 100644 index 000000000000..02cfcb404539 --- /dev/null +++ b/src/ngLocale/angular-locale_cy.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "yb", + "yh" + ], + "DAY": [ + "Dydd Sul", + "Dydd Llun", + "Dydd Mawrth", + "Dydd Mercher", + "Dydd Iau", + "Dydd Gwener", + "Dydd Sadwrn" + ], + "ERANAMES": [ + "Cyn Crist", + "Oed Crist" + ], + "ERAS": [ + "CC", + "OC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Ionawr", + "Chwefror", + "Mawrth", + "Ebrill", + "Mai", + "Mehefin", + "Gorffennaf", + "Awst", + "Medi", + "Hydref", + "Tachwedd", + "Rhagfyr" + ], + "SHORTDAY": [ + "Sul", + "Llun", + "Maw", + "Mer", + "Iau", + "Gwen", + "Sad" + ], + "SHORTMONTH": [ + "Ion", + "Chwef", + "Maw", + "Ebrill", + "Mai", + "Meh", + "Gorff", + "Awst", + "Medi", + "Hyd", + "Tach", + "Rhag" + ], + "STANDALONEMONTH": [ + "Ionawr", + "Chwefror", + "Mawrth", + "Ebrill", + "Mai", + "Mehefin", + "Gorffennaf", + "Awst", + "Medi", + "Hydref", + "Tachwedd", + "Rhagfyr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "cy", + "localeID": "cy", + "pluralCat": function(n, opt_precision) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == 3) { return PLURAL_CATEGORY.FEW; } if (n == 6) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_da-dk.js b/src/ngLocale/angular-locale_da-dk.js index b4d5e90bcc07..9955cdbe5ef0 100644 --- a/src/ngLocale/angular-locale_da-dk.js +++ b/src/ngLocale/angular-locale_da-dk.js @@ -1,4 +1,156 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"kr"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],"SHORTMONTH":["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],"DAY":["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],"SHORTDAY":["søn","man","tir","ons","tor","fre","lør"],"AMPMS":["f.m.","e.m."],"medium":"dd/MM/yyyy HH.mm.ss","short":"dd/MM/yy HH.mm","fullDate":"EEEE 'den' d. MMMM y","longDate":"d. MMM y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"HH.mm.ss","shortTime":"HH.mm"},"id":"da-dk"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +function getWT(v, f) { + if (f === 0) { + return {w: 0, t: 0}; + } + + while ((f % 10) === 0) { + f /= 10; + v--; + } + + return {w: v, t: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "s\u00f8ndag", + "mandag", + "tirsdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f8rdag" + ], + "ERANAMES": [ + "f.Kr.", + "e.Kr." + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "marts", + "april", + "maj", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "s\u00f8n.", + "man.", + "tir.", + "ons.", + "tor.", + "fre.", + "l\u00f8r." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "maj", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "marts", + "april", + "maj", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE 'den' d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH.mm.ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH.mm.ss", + "short": "dd/MM/y HH.mm", + "shortDate": "dd/MM/y", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "da-dk", + "localeID": "da_DK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); var wt = getWT(vf.v, vf.f); if (n == 1 || wt.t != 0 && (i == 0 || i == 1)) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_da-gl.js b/src/ngLocale/angular-locale_da-gl.js new file mode 100644 index 000000000000..b3cf495c6dc6 --- /dev/null +++ b/src/ngLocale/angular-locale_da-gl.js @@ -0,0 +1,156 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +function getWT(v, f) { + if (f === 0) { + return {w: 0, t: 0}; + } + + while ((f % 10) === 0) { + f /= 10; + v--; + } + + return {w: v, t: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "s\u00f8ndag", + "mandag", + "tirsdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f8rdag" + ], + "ERANAMES": [ + "f.Kr.", + "e.Kr." + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "marts", + "april", + "maj", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "s\u00f8n.", + "man.", + "tir.", + "ons.", + "tor.", + "fre.", + "l\u00f8r." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "maj", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "marts", + "april", + "maj", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE 'den' d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y h.mm.ss a", + "mediumDate": "d. MMM y", + "mediumTime": "h.mm.ss a", + "short": "dd/MM/y h.mm a", + "shortDate": "dd/MM/y", + "shortTime": "h.mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "da-gl", + "localeID": "da_GL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); var wt = getWT(vf.v, vf.f); if (n == 1 || wt.t != 0 && (i == 0 || i == 1)) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_da.js b/src/ngLocale/angular-locale_da.js index 4dbbec7764d1..53b0d61a896f 100644 --- a/src/ngLocale/angular-locale_da.js +++ b/src/ngLocale/angular-locale_da.js @@ -1,4 +1,156 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],"SHORTMONTH":["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],"DAY":["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],"SHORTDAY":["søn","man","tir","ons","tor","fre","lør"],"AMPMS":["f.m.","e.m."],"medium":"dd/MM/yyyy HH.mm.ss","short":"dd/MM/yy HH.mm","fullDate":"EEEE 'den' d. MMMM y","longDate":"d. MMM y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"HH.mm.ss","shortTime":"HH.mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"kr"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"da"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +function getWT(v, f) { + if (f === 0) { + return {w: 0, t: 0}; + } + + while ((f % 10) === 0) { + f /= 10; + v--; + } + + return {w: v, t: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "s\u00f8ndag", + "mandag", + "tirsdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f8rdag" + ], + "ERANAMES": [ + "f.Kr.", + "e.Kr." + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "marts", + "april", + "maj", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "s\u00f8n.", + "man.", + "tir.", + "ons.", + "tor.", + "fre.", + "l\u00f8r." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "maj", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "marts", + "april", + "maj", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE 'den' d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH.mm.ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH.mm.ss", + "short": "dd/MM/y HH.mm", + "shortDate": "dd/MM/y", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "da", + "localeID": "da", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); var wt = getWT(vf.v, vf.f); if (n == 1 || wt.t != 0 && (i == 0 || i == 1)) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dav-ke.js b/src/ngLocale/angular-locale_dav-ke.js new file mode 100644 index 000000000000..1f60af56a782 --- /dev/null +++ b/src/ngLocale/angular-locale_dav-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Luma lwa K", + "luma lwa p" + ], + "DAY": [ + "Ituku ja jumwa", + "Kuramuka jimweri", + "Kuramuka kawi", + "Kuramuka kadadu", + "Kuramuka kana", + "Kuramuka kasanu", + "Kifula nguwo" + ], + "ERANAMES": [ + "Kabla ya Kristo", + "Baada ya Kristo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mori ghwa imbiri", + "Mori ghwa kawi", + "Mori ghwa kadadu", + "Mori ghwa kana", + "Mori ghwa kasanu", + "Mori ghwa karandadu", + "Mori ghwa mfungade", + "Mori ghwa wunyanya", + "Mori ghwa ikenda", + "Mori ghwa ikumi", + "Mori ghwa ikumi na imweri", + "Mori ghwa ikumi na iwi" + ], + "SHORTDAY": [ + "Jum", + "Jim", + "Kaw", + "Kad", + "Kan", + "Kas", + "Ngu" + ], + "SHORTMONTH": [ + "Imb", + "Kaw", + "Kad", + "Kan", + "Kas", + "Kar", + "Mfu", + "Wun", + "Ike", + "Iku", + "Imw", + "Iwi" + ], + "STANDALONEMONTH": [ + "Mori ghwa imbiri", + "Mori ghwa kawi", + "Mori ghwa kadadu", + "Mori ghwa kana", + "Mori ghwa kasanu", + "Mori ghwa karandadu", + "Mori ghwa mfungade", + "Mori ghwa wunyanya", + "Mori ghwa ikenda", + "Mori ghwa ikumi", + "Mori ghwa ikumi na imweri", + "Mori ghwa ikumi na iwi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "dav-ke", + "localeID": "dav_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dav.js b/src/ngLocale/angular-locale_dav.js new file mode 100644 index 000000000000..1c655a479249 --- /dev/null +++ b/src/ngLocale/angular-locale_dav.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Luma lwa K", + "luma lwa p" + ], + "DAY": [ + "Ituku ja jumwa", + "Kuramuka jimweri", + "Kuramuka kawi", + "Kuramuka kadadu", + "Kuramuka kana", + "Kuramuka kasanu", + "Kifula nguwo" + ], + "ERANAMES": [ + "Kabla ya Kristo", + "Baada ya Kristo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mori ghwa imbiri", + "Mori ghwa kawi", + "Mori ghwa kadadu", + "Mori ghwa kana", + "Mori ghwa kasanu", + "Mori ghwa karandadu", + "Mori ghwa mfungade", + "Mori ghwa wunyanya", + "Mori ghwa ikenda", + "Mori ghwa ikumi", + "Mori ghwa ikumi na imweri", + "Mori ghwa ikumi na iwi" + ], + "SHORTDAY": [ + "Jum", + "Jim", + "Kaw", + "Kad", + "Kan", + "Kas", + "Ngu" + ], + "SHORTMONTH": [ + "Imb", + "Kaw", + "Kad", + "Kan", + "Kas", + "Kar", + "Mfu", + "Wun", + "Ike", + "Iku", + "Imw", + "Iwi" + ], + "STANDALONEMONTH": [ + "Mori ghwa imbiri", + "Mori ghwa kawi", + "Mori ghwa kadadu", + "Mori ghwa kana", + "Mori ghwa kasanu", + "Mori ghwa karandadu", + "Mori ghwa mfungade", + "Mori ghwa wunyanya", + "Mori ghwa ikenda", + "Mori ghwa ikumi", + "Mori ghwa ikumi na imweri", + "Mori ghwa ikumi na iwi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "dav", + "localeID": "dav", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_de-at.js b/src/ngLocale/angular-locale_de-at.js index 08e0c244bcf6..d56715118e09 100644 --- a/src/ngLocale/angular-locale_de-at.js +++ b/src/ngLocale/angular-locale_de-at.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"SHORTMONTH":["Jän","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],"DAY":["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],"SHORTDAY":["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],"AMPMS":["vorm.","nachm."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, dd. MMMM y","longDate":"dd. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"de-at"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vorm.", + "nachm." + ], + "DAY": [ + "Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "J\u00e4nner", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "So.", + "Mo.", + "Di.", + "Mi.", + "Do.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "J\u00e4n.", + "Feb.", + "M\u00e4rz", + "Apr.", + "Mai", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "J\u00e4nner", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "de-at", + "localeID": "de_AT", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_de-be.js b/src/ngLocale/angular-locale_de-be.js index 5411841cedb7..0b519bd0c00e 100644 --- a/src/ngLocale/angular-locale_de-be.js +++ b/src/ngLocale/angular-locale_de-be.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"SHORTMONTH":["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],"DAY":["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],"SHORTDAY":["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],"AMPMS":["vorm.","nachm."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"de-be"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vorm.", + "nachm." + ], + "DAY": [ + "Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "So.", + "Mo.", + "Di.", + "Mi.", + "Do.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "M\u00e4rz", + "Apr.", + "Mai", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "de-be", + "localeID": "de_BE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_de-ch.js b/src/ngLocale/angular-locale_de-ch.js index 14dc84df9a29..02228f528f74 100644 --- a/src/ngLocale/angular-locale_de-ch.js +++ b/src/ngLocale/angular-locale_de-ch.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"SHORTMONTH":["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],"DAY":["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],"SHORTDAY":["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],"AMPMS":["vorm.","nachm."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":"'","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Fr."},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"de-ch"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vorm.", + "nachm." + ], + "DAY": [ + "Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "So.", + "Mo.", + "Di.", + "Mi.", + "Do.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "M\u00e4rz", + "Apr.", + "Mai", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "de-ch", + "localeID": "de_CH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_de-de.js b/src/ngLocale/angular-locale_de-de.js index a7c6ae3e191a..52273122b01b 100644 --- a/src/ngLocale/angular-locale_de-de.js +++ b/src/ngLocale/angular-locale_de-de.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"SHORTMONTH":["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],"DAY":["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],"SHORTDAY":["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],"AMPMS":["vorm.","nachm."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"de-de"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vorm.", + "nachm." + ], + "DAY": [ + "Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "So.", + "Mo.", + "Di.", + "Mi.", + "Do.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "M\u00e4rz", + "Apr.", + "Mai", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "de-de", + "localeID": "de_DE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_de-it.js b/src/ngLocale/angular-locale_de-it.js new file mode 100644 index 000000000000..f2bc9a8282cb --- /dev/null +++ b/src/ngLocale/angular-locale_de-it.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vorm.", + "nachm." + ], + "DAY": [ + "Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "J\u00e4nner", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "So.", + "Mo.", + "Di.", + "Mi.", + "Do.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "J\u00e4n.", + "Feb.", + "M\u00e4rz", + "Apr.", + "Mai", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "J\u00e4nner", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "de-it", + "localeID": "de_IT", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_de-li.js b/src/ngLocale/angular-locale_de-li.js new file mode 100644 index 000000000000..68df140c09d3 --- /dev/null +++ b/src/ngLocale/angular-locale_de-li.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vorm.", + "nachm." + ], + "DAY": [ + "Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "So.", + "Mo.", + "Di.", + "Mi.", + "Do.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "M\u00e4rz", + "Apr.", + "Mai", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "de-li", + "localeID": "de_LI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_de-lu.js b/src/ngLocale/angular-locale_de-lu.js index d60362344f7a..2bca130fb6c6 100644 --- a/src/ngLocale/angular-locale_de-lu.js +++ b/src/ngLocale/angular-locale_de-lu.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"SHORTMONTH":["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],"DAY":["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],"SHORTDAY":["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],"AMPMS":["vorm.","nachm."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"de-lu"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vorm.", + "nachm." + ], + "DAY": [ + "Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "So.", + "Mo.", + "Di.", + "Mi.", + "Do.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "M\u00e4rz", + "Apr.", + "Mai", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "de-lu", + "localeID": "de_LU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_de.js b/src/ngLocale/angular-locale_de.js index 3a1e26061df8..cc69b3af55c6 100644 --- a/src/ngLocale/angular-locale_de.js +++ b/src/ngLocale/angular-locale_de.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"SHORTMONTH":["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],"DAY":["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],"SHORTDAY":["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],"AMPMS":["vorm.","nachm."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"de"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "vorm.", + "nachm." + ], + "DAY": [ + "Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "So.", + "Mo.", + "Di.", + "Mi.", + "Do.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "M\u00e4rz", + "Apr.", + "Mai", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "de", + "localeID": "de", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dje-ne.js b/src/ngLocale/angular-locale_dje-ne.js new file mode 100644 index 000000000000..34f9320b4baf --- /dev/null +++ b/src/ngLocale/angular-locale_dje-ne.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Subbaahi", + "Zaarikay b" + ], + "DAY": [ + "Alhadi", + "Atinni", + "Atalaata", + "Alarba", + "Alhamisi", + "Alzuma", + "Asibti" + ], + "ERANAMES": [ + "Isaa jine", + "Isaa zamanoo" + ], + "ERAS": [ + "IJ", + "IZ" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "SHORTDAY": [ + "Alh", + "Ati", + "Ata", + "Ala", + "Alm", + "Alz", + "Asi" + ], + "SHORTMONTH": [ + "\u017dan", + "Fee", + "Mar", + "Awi", + "Me", + "\u017duw", + "\u017duy", + "Ut", + "Sek", + "Okt", + "Noo", + "Dee" + ], + "STANDALONEMONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "dje-ne", + "localeID": "dje_NE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dje.js b/src/ngLocale/angular-locale_dje.js new file mode 100644 index 000000000000..6b1f122045d5 --- /dev/null +++ b/src/ngLocale/angular-locale_dje.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Subbaahi", + "Zaarikay b" + ], + "DAY": [ + "Alhadi", + "Atinni", + "Atalaata", + "Alarba", + "Alhamisi", + "Alzuma", + "Asibti" + ], + "ERANAMES": [ + "Isaa jine", + "Isaa zamanoo" + ], + "ERAS": [ + "IJ", + "IZ" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "SHORTDAY": [ + "Alh", + "Ati", + "Ata", + "Ala", + "Alm", + "Alz", + "Asi" + ], + "SHORTMONTH": [ + "\u017dan", + "Fee", + "Mar", + "Awi", + "Me", + "\u017duw", + "\u017duy", + "Ut", + "Sek", + "Okt", + "Noo", + "Dee" + ], + "STANDALONEMONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "dje", + "localeID": "dje", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dsb-de.js b/src/ngLocale/angular-locale_dsb-de.js new file mode 100644 index 000000000000..43e3c7e77d73 --- /dev/null +++ b/src/ngLocale/angular-locale_dsb-de.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "dopo\u0142dnja", + "w\u00f3tpo\u0142dnja" + ], + "DAY": [ + "nje\u017aela", + "p\u00f3nje\u017aele", + "wa\u0142tora", + "srjoda", + "stw\u00f3rtk", + "p\u011btk", + "sobota" + ], + "ERANAMES": [ + "p\u015bed Kristusowym naro\u017aenim", + "p\u00f3 Kristusowem naro\u017aenju" + ], + "ERAS": [ + "p\u015b.Chr.n.", + "p\u00f3 Chr.n." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januara", + "februara", + "m\u011brca", + "apryla", + "maja", + "junija", + "julija", + "awgusta", + "septembra", + "oktobra", + "nowembra", + "decembra" + ], + "SHORTDAY": [ + "nje", + "p\u00f3n", + "wa\u0142", + "srj", + "stw", + "p\u011bt", + "sob" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "m\u011br.", + "apr.", + "maj.", + "jun.", + "jul.", + "awg.", + "sep.", + "okt.", + "now.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "m\u011brc", + "apryl", + "maj", + "junij", + "julij", + "awgust", + "september", + "oktober", + "nowember", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.y H:mm:ss", + "mediumDate": "d.M.y", + "mediumTime": "H:mm:ss", + "short": "d.M.yy H:mm", + "shortDate": "d.M.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "dsb-de", + "localeID": "dsb_DE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dsb.js b/src/ngLocale/angular-locale_dsb.js new file mode 100644 index 000000000000..01137dad808a --- /dev/null +++ b/src/ngLocale/angular-locale_dsb.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "dopo\u0142dnja", + "w\u00f3tpo\u0142dnja" + ], + "DAY": [ + "nje\u017aela", + "p\u00f3nje\u017aele", + "wa\u0142tora", + "srjoda", + "stw\u00f3rtk", + "p\u011btk", + "sobota" + ], + "ERANAMES": [ + "p\u015bed Kristusowym naro\u017aenim", + "p\u00f3 Kristusowem naro\u017aenju" + ], + "ERAS": [ + "p\u015b.Chr.n.", + "p\u00f3 Chr.n." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januara", + "februara", + "m\u011brca", + "apryla", + "maja", + "junija", + "julija", + "awgusta", + "septembra", + "oktobra", + "nowembra", + "decembra" + ], + "SHORTDAY": [ + "nje", + "p\u00f3n", + "wa\u0142", + "srj", + "stw", + "p\u011bt", + "sob" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "m\u011br.", + "apr.", + "maj.", + "jun.", + "jul.", + "awg.", + "sep.", + "okt.", + "now.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "m\u011brc", + "apryl", + "maj", + "junij", + "julij", + "awgust", + "september", + "oktober", + "nowember", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.y H:mm:ss", + "mediumDate": "d.M.y", + "mediumTime": "H:mm:ss", + "short": "d.M.yy H:mm", + "shortDate": "d.M.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "dsb", + "localeID": "dsb", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dua-cm.js b/src/ngLocale/angular-locale_dua-cm.js new file mode 100644 index 000000000000..c83d9ba1025f --- /dev/null +++ b/src/ngLocale/angular-locale_dua-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "idi\u0253a", + "eby\u00e1mu" + ], + "DAY": [ + "\u00e9ti", + "m\u0254\u0301s\u00fa", + "kwas\u00fa", + "muk\u0254\u0301s\u00fa", + "\u014bgis\u00fa", + "\u0257\u00f3n\u025bs\u00fa", + "esa\u0253as\u00fa" + ], + "ERANAMES": [ + "\u0253oso \u0253w\u00e1 y\u00e1\u0253e l\u00e1", + "mb\u00fasa kw\u00e9di a Y\u00e9s" + ], + "ERAS": [ + "\u0253.Ys", + "mb.Ys" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "dim\u0254\u0301di", + "\u014bg\u0254nd\u025b", + "s\u0254\u014b\u025b", + "di\u0253\u00e1\u0253\u00e1", + "emiasele", + "es\u0254p\u025bs\u0254p\u025b", + "madi\u0253\u025b\u0301d\u00ed\u0253\u025b\u0301", + "di\u014bgindi", + "ny\u025bt\u025bki", + "may\u00e9s\u025b\u0301", + "tin\u00edn\u00ed", + "el\u00e1\u014bg\u025b\u0301" + ], + "SHORTDAY": [ + "\u00e9t", + "m\u0254\u0301s", + "kwa", + "muk", + "\u014bgi", + "\u0257\u00f3n", + "esa" + ], + "SHORTMONTH": [ + "di", + "\u014bg\u0254n", + "s\u0254\u014b", + "di\u0253", + "emi", + "es\u0254", + "mad", + "di\u014b", + "ny\u025bt", + "may", + "tin", + "el\u00e1" + ], + "STANDALONEMONTH": [ + "dim\u0254\u0301di", + "\u014bg\u0254nd\u025b", + "s\u0254\u014b\u025b", + "di\u0253\u00e1\u0253\u00e1", + "emiasele", + "es\u0254p\u025bs\u0254p\u025b", + "madi\u0253\u025b\u0301d\u00ed\u0253\u025b\u0301", + "di\u014bgindi", + "ny\u025bt\u025bki", + "may\u00e9s\u025b\u0301", + "tin\u00edn\u00ed", + "el\u00e1\u014bg\u025b\u0301" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "dua-cm", + "localeID": "dua_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dua.js b/src/ngLocale/angular-locale_dua.js new file mode 100644 index 000000000000..cf31aef64816 --- /dev/null +++ b/src/ngLocale/angular-locale_dua.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "idi\u0253a", + "eby\u00e1mu" + ], + "DAY": [ + "\u00e9ti", + "m\u0254\u0301s\u00fa", + "kwas\u00fa", + "muk\u0254\u0301s\u00fa", + "\u014bgis\u00fa", + "\u0257\u00f3n\u025bs\u00fa", + "esa\u0253as\u00fa" + ], + "ERANAMES": [ + "\u0253oso \u0253w\u00e1 y\u00e1\u0253e l\u00e1", + "mb\u00fasa kw\u00e9di a Y\u00e9s" + ], + "ERAS": [ + "\u0253.Ys", + "mb.Ys" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "dim\u0254\u0301di", + "\u014bg\u0254nd\u025b", + "s\u0254\u014b\u025b", + "di\u0253\u00e1\u0253\u00e1", + "emiasele", + "es\u0254p\u025bs\u0254p\u025b", + "madi\u0253\u025b\u0301d\u00ed\u0253\u025b\u0301", + "di\u014bgindi", + "ny\u025bt\u025bki", + "may\u00e9s\u025b\u0301", + "tin\u00edn\u00ed", + "el\u00e1\u014bg\u025b\u0301" + ], + "SHORTDAY": [ + "\u00e9t", + "m\u0254\u0301s", + "kwa", + "muk", + "\u014bgi", + "\u0257\u00f3n", + "esa" + ], + "SHORTMONTH": [ + "di", + "\u014bg\u0254n", + "s\u0254\u014b", + "di\u0253", + "emi", + "es\u0254", + "mad", + "di\u014b", + "ny\u025bt", + "may", + "tin", + "el\u00e1" + ], + "STANDALONEMONTH": [ + "dim\u0254\u0301di", + "\u014bg\u0254nd\u025b", + "s\u0254\u014b\u025b", + "di\u0253\u00e1\u0253\u00e1", + "emiasele", + "es\u0254p\u025bs\u0254p\u025b", + "madi\u0253\u025b\u0301d\u00ed\u0253\u025b\u0301", + "di\u014bgindi", + "ny\u025bt\u025bki", + "may\u00e9s\u025b\u0301", + "tin\u00edn\u00ed", + "el\u00e1\u014bg\u025b\u0301" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "dua", + "localeID": "dua", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dyo-sn.js b/src/ngLocale/angular-locale_dyo-sn.js new file mode 100644 index 000000000000..8527e12e09b5 --- /dev/null +++ b/src/ngLocale/angular-locale_dyo-sn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Dimas", + "Tene\u014b", + "Talata", + "Alarbay", + "Aramisay", + "Arjuma", + "Sibiti" + ], + "ERANAMES": [ + "Ari\u014buu Yeesu", + "Atoo\u014be Yeesu" + ], + "ERAS": [ + "ArY", + "AtY" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Sanvie", + "F\u00e9birie", + "Mars", + "Aburil", + "Mee", + "Sue\u014b", + "S\u00fauyee", + "Ut", + "Settembar", + "Oktobar", + "Novembar", + "Disambar" + ], + "SHORTDAY": [ + "Dim", + "Ten", + "Tal", + "Ala", + "Ara", + "Arj", + "Sib" + ], + "SHORTMONTH": [ + "Sa", + "Fe", + "Ma", + "Ab", + "Me", + "Su", + "S\u00fa", + "Ut", + "Se", + "Ok", + "No", + "De" + ], + "STANDALONEMONTH": [ + "Sanvie", + "F\u00e9birie", + "Mars", + "Aburil", + "Mee", + "Sue\u014b", + "S\u00fauyee", + "Ut", + "Settembar", + "Oktobar", + "Novembar", + "Disambar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "dyo-sn", + "localeID": "dyo_SN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dyo.js b/src/ngLocale/angular-locale_dyo.js new file mode 100644 index 000000000000..7978c73dda6d --- /dev/null +++ b/src/ngLocale/angular-locale_dyo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Dimas", + "Tene\u014b", + "Talata", + "Alarbay", + "Aramisay", + "Arjuma", + "Sibiti" + ], + "ERANAMES": [ + "Ari\u014buu Yeesu", + "Atoo\u014be Yeesu" + ], + "ERAS": [ + "ArY", + "AtY" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Sanvie", + "F\u00e9birie", + "Mars", + "Aburil", + "Mee", + "Sue\u014b", + "S\u00fauyee", + "Ut", + "Settembar", + "Oktobar", + "Novembar", + "Disambar" + ], + "SHORTDAY": [ + "Dim", + "Ten", + "Tal", + "Ala", + "Ara", + "Arj", + "Sib" + ], + "SHORTMONTH": [ + "Sa", + "Fe", + "Ma", + "Ab", + "Me", + "Su", + "S\u00fa", + "Ut", + "Se", + "Ok", + "No", + "De" + ], + "STANDALONEMONTH": [ + "Sanvie", + "F\u00e9birie", + "Mars", + "Aburil", + "Mee", + "Sue\u014b", + "S\u00fauyee", + "Ut", + "Settembar", + "Oktobar", + "Novembar", + "Disambar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "dyo", + "localeID": "dyo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dz-bt.js b/src/ngLocale/angular-locale_dz-bt.js new file mode 100644 index 000000000000..58d59efda77e --- /dev/null +++ b/src/ngLocale/angular-locale_dz-bt.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0f66\u0f94\u0f0b\u0f46\u0f0b", + "\u0f55\u0fb1\u0f72\u0f0b\u0f46\u0f0b" + ], + "DAY": [ + "\u0f42\u0f5f\u0f60\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f49\u0f72\u0f0b\u0f58\u0f0b" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f51\u0f44\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f63\u0f94\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b" + ], + "SHORTDAY": [ + "\u0f5f\u0fb3\u0f0b", + "\u0f58\u0f72\u0f62\u0f0b", + "\u0f63\u0fb7\u0f42\u0f0b", + "\u0f55\u0f74\u0f62\u0f0b", + "\u0f66\u0f44\u0f66\u0f0b", + "\u0f66\u0fa4\u0f7a\u0f53\u0f0b", + "\u0f49\u0f72\u0f0b" + ], + "SHORTMONTH": [ + "\u0f21", + "\u0f22", + "\u0f23", + "\u0f24", + "\u0f25", + "\u0f26", + "\u0f27", + "\u0f28", + "\u0f29", + "\u0f21\u0f20", + "\u0f21\u0f21", + "12" + ], + "STANDALONEMONTH": [ + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f51\u0f44\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f63\u0f94\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, \u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by MMMM \u0f5a\u0f7a\u0f66\u0f0bdd", + "longDate": "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by MMMM \u0f5a\u0f7a\u0f66\u0f0b dd", + "medium": "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by \u0f5f\u0fb3\u0f0bMMM \u0f5a\u0f7a\u0f66\u0f0bdd \u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0bh:mm:ss a", + "mediumDate": "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by \u0f5f\u0fb3\u0f0bMMM \u0f5a\u0f7a\u0f66\u0f0bdd", + "mediumTime": "\u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0bh:mm:ss a", + "short": "y-MM-dd \u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0b h \u0f66\u0f90\u0f62\u0f0b\u0f58\u0f0b mm a", + "shortDate": "y-MM-dd", + "shortTime": "\u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0b h \u0f66\u0f90\u0f62\u0f0b\u0f58\u0f0b mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Nu.", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "dz-bt", + "localeID": "dz_BT", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_dz.js b/src/ngLocale/angular-locale_dz.js new file mode 100644 index 000000000000..d1c2cc8009ae --- /dev/null +++ b/src/ngLocale/angular-locale_dz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0f66\u0f94\u0f0b\u0f46\u0f0b", + "\u0f55\u0fb1\u0f72\u0f0b\u0f46\u0f0b" + ], + "DAY": [ + "\u0f42\u0f5f\u0f60\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b", + "\u0f42\u0f5f\u0f60\u0f0b\u0f49\u0f72\u0f0b\u0f58\u0f0b" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0f5f\u0fb3\u0f0b\u0f51\u0f44\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f63\u0f94\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54\u0f0b", + "\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b" + ], + "SHORTDAY": [ + "\u0f5f\u0fb3\u0f0b", + "\u0f58\u0f72\u0f62\u0f0b", + "\u0f63\u0fb7\u0f42\u0f0b", + "\u0f55\u0f74\u0f62\u0f0b", + "\u0f66\u0f44\u0f66\u0f0b", + "\u0f66\u0fa4\u0f7a\u0f53\u0f0b", + "\u0f49\u0f72\u0f0b" + ], + "SHORTMONTH": [ + "\u0f21", + "\u0f22", + "\u0f23", + "\u0f24", + "\u0f25", + "\u0f26", + "\u0f27", + "\u0f28", + "\u0f29", + "\u0f21\u0f20", + "\u0f21\u0f21", + "12" + ], + "STANDALONEMONTH": [ + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f51\u0f44\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f63\u0f94\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54\u0f0b", + "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54\u0f0b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, \u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by MMMM \u0f5a\u0f7a\u0f66\u0f0bdd", + "longDate": "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by MMMM \u0f5a\u0f7a\u0f66\u0f0b dd", + "medium": "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by \u0f5f\u0fb3\u0f0bMMM \u0f5a\u0f7a\u0f66\u0f0bdd \u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0bh:mm:ss a", + "mediumDate": "\u0f66\u0fa4\u0fb1\u0f72\u0f0b\u0f63\u0f7c\u0f0by \u0f5f\u0fb3\u0f0bMMM \u0f5a\u0f7a\u0f66\u0f0bdd", + "mediumTime": "\u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0bh:mm:ss a", + "short": "y-MM-dd \u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0b h \u0f66\u0f90\u0f62\u0f0b\u0f58\u0f0b mm a", + "shortDate": "y-MM-dd", + "shortTime": "\u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0b h \u0f66\u0f90\u0f62\u0f0b\u0f58\u0f0b mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Nu.", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "dz", + "localeID": "dz", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ebu-ke.js b/src/ngLocale/angular-locale_ebu-ke.js new file mode 100644 index 000000000000..7c2babcf5bbf --- /dev/null +++ b/src/ngLocale/angular-locale_ebu-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "KI", + "UT" + ], + "DAY": [ + "Kiumia", + "Njumatatu", + "Njumaine", + "Njumatano", + "Aramithi", + "Njumaa", + "NJumamothii" + ], + "ERANAMES": [ + "Mbere ya Kristo", + "Thutha wa Kristo" + ], + "ERAS": [ + "MK", + "TK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mweri wa mbere", + "Mweri wa ka\u0129ri", + "Mweri wa kathat\u0169", + "Mweri wa kana", + "Mweri wa gatano", + "Mweri wa gatantat\u0169", + "Mweri wa m\u0169gwanja", + "Mweri wa kanana", + "Mweri wa kenda", + "Mweri wa ik\u0169mi", + "Mweri wa ik\u0169mi na \u0169mwe", + "Mweri wa ik\u0169mi na Ka\u0129r\u0129" + ], + "SHORTDAY": [ + "Kma", + "Tat", + "Ine", + "Tan", + "Arm", + "Maa", + "NMM" + ], + "SHORTMONTH": [ + "Mbe", + "Kai", + "Kat", + "Kan", + "Gat", + "Gan", + "Mug", + "Knn", + "Ken", + "Iku", + "Imw", + "Igi" + ], + "STANDALONEMONTH": [ + "Mweri wa mbere", + "Mweri wa ka\u0129ri", + "Mweri wa kathat\u0169", + "Mweri wa kana", + "Mweri wa gatano", + "Mweri wa gatantat\u0169", + "Mweri wa m\u0169gwanja", + "Mweri wa kanana", + "Mweri wa kenda", + "Mweri wa ik\u0169mi", + "Mweri wa ik\u0169mi na \u0169mwe", + "Mweri wa ik\u0169mi na Ka\u0129r\u0129" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ebu-ke", + "localeID": "ebu_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ebu.js b/src/ngLocale/angular-locale_ebu.js new file mode 100644 index 000000000000..3b5dae56ed04 --- /dev/null +++ b/src/ngLocale/angular-locale_ebu.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "KI", + "UT" + ], + "DAY": [ + "Kiumia", + "Njumatatu", + "Njumaine", + "Njumatano", + "Aramithi", + "Njumaa", + "NJumamothii" + ], + "ERANAMES": [ + "Mbere ya Kristo", + "Thutha wa Kristo" + ], + "ERAS": [ + "MK", + "TK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mweri wa mbere", + "Mweri wa ka\u0129ri", + "Mweri wa kathat\u0169", + "Mweri wa kana", + "Mweri wa gatano", + "Mweri wa gatantat\u0169", + "Mweri wa m\u0169gwanja", + "Mweri wa kanana", + "Mweri wa kenda", + "Mweri wa ik\u0169mi", + "Mweri wa ik\u0169mi na \u0169mwe", + "Mweri wa ik\u0169mi na Ka\u0129r\u0129" + ], + "SHORTDAY": [ + "Kma", + "Tat", + "Ine", + "Tan", + "Arm", + "Maa", + "NMM" + ], + "SHORTMONTH": [ + "Mbe", + "Kai", + "Kat", + "Kan", + "Gat", + "Gan", + "Mug", + "Knn", + "Ken", + "Iku", + "Imw", + "Igi" + ], + "STANDALONEMONTH": [ + "Mweri wa mbere", + "Mweri wa ka\u0129ri", + "Mweri wa kathat\u0169", + "Mweri wa kana", + "Mweri wa gatano", + "Mweri wa gatantat\u0169", + "Mweri wa m\u0169gwanja", + "Mweri wa kanana", + "Mweri wa kenda", + "Mweri wa ik\u0169mi", + "Mweri wa ik\u0169mi na \u0169mwe", + "Mweri wa ik\u0169mi na Ka\u0129r\u0129" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ebu", + "localeID": "ebu", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ee-gh.js b/src/ngLocale/angular-locale_ee-gh.js new file mode 100644 index 000000000000..d89ffc657f41 --- /dev/null +++ b/src/ngLocale/angular-locale_ee-gh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u014bdi", + "\u0263etr\u0254" + ], + "DAY": [ + "k\u0254si\u0256a", + "dzo\u0256a", + "bla\u0256a", + "ku\u0256a", + "yawo\u0256a", + "fi\u0256a", + "memle\u0256a" + ], + "ERANAMES": [ + "Hafi Yesu Va Do \u014bg\u0254", + "Yesu \u014a\u0254li" + ], + "ERAS": [ + "hY", + "Y\u014b" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "dzove", + "dzodze", + "tedoxe", + "af\u0254f\u0129e", + "dama", + "masa", + "siaml\u0254m", + "deasiamime", + "any\u0254ny\u0254", + "kele", + "ade\u025bmekp\u0254xe", + "dzome" + ], + "SHORTDAY": [ + "k\u0254s", + "dzo", + "bla", + "ku\u0256", + "yaw", + "fi\u0256", + "mem" + ], + "SHORTMONTH": [ + "dzv", + "dzd", + "ted", + "af\u0254", + "dam", + "mas", + "sia", + "dea", + "any", + "kel", + "ade", + "dzm" + ], + "STANDALONEMONTH": [ + "dzove", + "dzodze", + "tedoxe", + "af\u0254f\u0129e", + "dama", + "masa", + "siaml\u0254m", + "deasiamime", + "any\u0254ny\u0254", + "kele", + "ade\u025bmekp\u0254xe", + "dzome" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d 'lia' y", + "longDate": "MMMM d 'lia' y", + "medium": "MMM d 'lia', y a 'ga' h:mm:ss", + "mediumDate": "MMM d 'lia', y", + "mediumTime": "a 'ga' h:mm:ss", + "short": "M/d/yy a 'ga' h:mm", + "shortDate": "M/d/yy", + "shortTime": "a 'ga' h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GHS", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ee-gh", + "localeID": "ee_GH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ee-tg.js b/src/ngLocale/angular-locale_ee-tg.js new file mode 100644 index 000000000000..ac5c81f40a5b --- /dev/null +++ b/src/ngLocale/angular-locale_ee-tg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u014bdi", + "\u0263etr\u0254" + ], + "DAY": [ + "k\u0254si\u0256a", + "dzo\u0256a", + "bla\u0256a", + "ku\u0256a", + "yawo\u0256a", + "fi\u0256a", + "memle\u0256a" + ], + "ERANAMES": [ + "Hafi Yesu Va Do \u014bg\u0254", + "Yesu \u014a\u0254li" + ], + "ERAS": [ + "hY", + "Y\u014b" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "dzove", + "dzodze", + "tedoxe", + "af\u0254f\u0129e", + "dama", + "masa", + "siaml\u0254m", + "deasiamime", + "any\u0254ny\u0254", + "kele", + "ade\u025bmekp\u0254xe", + "dzome" + ], + "SHORTDAY": [ + "k\u0254s", + "dzo", + "bla", + "ku\u0256", + "yaw", + "fi\u0256", + "mem" + ], + "SHORTMONTH": [ + "dzv", + "dzd", + "ted", + "af\u0254", + "dam", + "mas", + "sia", + "dea", + "any", + "kel", + "ade", + "dzm" + ], + "STANDALONEMONTH": [ + "dzove", + "dzodze", + "tedoxe", + "af\u0254f\u0129e", + "dama", + "masa", + "siaml\u0254m", + "deasiamime", + "any\u0254ny\u0254", + "kele", + "ade\u025bmekp\u0254xe", + "dzome" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d 'lia' y", + "longDate": "MMMM d 'lia' y", + "medium": "MMM d 'lia', y HH:mm:ss", + "mediumDate": "MMM d 'lia', y", + "mediumTime": "HH:mm:ss", + "short": "M/d/yy HH:mm", + "shortDate": "M/d/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ee-tg", + "localeID": "ee_TG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ee.js b/src/ngLocale/angular-locale_ee.js new file mode 100644 index 000000000000..dbd4d3c5b737 --- /dev/null +++ b/src/ngLocale/angular-locale_ee.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u014bdi", + "\u0263etr\u0254" + ], + "DAY": [ + "k\u0254si\u0256a", + "dzo\u0256a", + "bla\u0256a", + "ku\u0256a", + "yawo\u0256a", + "fi\u0256a", + "memle\u0256a" + ], + "ERANAMES": [ + "Hafi Yesu Va Do \u014bg\u0254", + "Yesu \u014a\u0254li" + ], + "ERAS": [ + "hY", + "Y\u014b" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "dzove", + "dzodze", + "tedoxe", + "af\u0254f\u0129e", + "dama", + "masa", + "siaml\u0254m", + "deasiamime", + "any\u0254ny\u0254", + "kele", + "ade\u025bmekp\u0254xe", + "dzome" + ], + "SHORTDAY": [ + "k\u0254s", + "dzo", + "bla", + "ku\u0256", + "yaw", + "fi\u0256", + "mem" + ], + "SHORTMONTH": [ + "dzv", + "dzd", + "ted", + "af\u0254", + "dam", + "mas", + "sia", + "dea", + "any", + "kel", + "ade", + "dzm" + ], + "STANDALONEMONTH": [ + "dzove", + "dzodze", + "tedoxe", + "af\u0254f\u0129e", + "dama", + "masa", + "siaml\u0254m", + "deasiamime", + "any\u0254ny\u0254", + "kele", + "ade\u025bmekp\u0254xe", + "dzome" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d 'lia' y", + "longDate": "MMMM d 'lia' y", + "medium": "MMM d 'lia', y a 'ga' h:mm:ss", + "mediumDate": "MMM d 'lia', y", + "mediumTime": "a 'ga' h:mm:ss", + "short": "M/d/yy a 'ga' h:mm", + "shortDate": "M/d/yy", + "shortTime": "a 'ga' h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GHS", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ee", + "localeID": "ee", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_el-cy.js b/src/ngLocale/angular-locale_el-cy.js new file mode 100644 index 000000000000..41b44d3e7cb3 --- /dev/null +++ b/src/ngLocale/angular-locale_el-cy.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u03c0.\u03bc.", + "\u03bc.\u03bc." + ], + "DAY": [ + "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", + "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", + "\u03a4\u03c1\u03af\u03c4\u03b7", + "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", + "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", + "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", + "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf" + ], + "ERANAMES": [ + "\u03c0\u03c1\u03bf \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd", + "\u03bc\u03b5\u03c4\u03ac \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc\u03bd" + ], + "ERAS": [ + "\u03c0.\u03a7.", + "\u03bc.\u03a7." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5", + "\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5", + "\u039c\u03b1\u0390\u03bf\u03c5", + "\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5", + "\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5", + "\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5", + "\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5", + "\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5" + ], + "SHORTDAY": [ + "\u039a\u03c5\u03c1", + "\u0394\u03b5\u03c5", + "\u03a4\u03c1\u03af", + "\u03a4\u03b5\u03c4", + "\u03a0\u03ad\u03bc", + "\u03a0\u03b1\u03c1", + "\u03a3\u03ac\u03b2" + ], + "SHORTMONTH": [ + "\u0399\u03b1\u03bd", + "\u03a6\u03b5\u03b2", + "\u039c\u03b1\u03c1", + "\u0391\u03c0\u03c1", + "\u039c\u03b1\u0390", + "\u0399\u03bf\u03c5\u03bd", + "\u0399\u03bf\u03c5\u03bb", + "\u0391\u03c5\u03b3", + "\u03a3\u03b5\u03c0", + "\u039f\u03ba\u03c4", + "\u039d\u03bf\u03b5", + "\u0394\u03b5\u03ba" + ], + "STANDALONEMONTH": [ + "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", + "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", + "\u039c\u03ac\u03b9\u03bf\u03c2", + "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", + "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", + "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", + "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "el-cy", + "localeID": "el_CY", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_el-gr.js b/src/ngLocale/angular-locale_el-gr.js index 6c092a8f1879..775d3fb79a06 100644 --- a/src/ngLocale/angular-locale_el-gr.js +++ b/src/ngLocale/angular-locale_el-gr.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"],"SHORTMONTH":["Ιαν","Φεβ","Μαρ","Απρ","Μαϊ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],"DAY":["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],"SHORTDAY":["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],"AMPMS":["π.μ.","μ.μ."],"medium":"d MMM y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"el-gr"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u03c0.\u03bc.", + "\u03bc.\u03bc." + ], + "DAY": [ + "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", + "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", + "\u03a4\u03c1\u03af\u03c4\u03b7", + "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", + "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", + "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", + "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf" + ], + "ERANAMES": [ + "\u03c0\u03c1\u03bf \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd", + "\u03bc\u03b5\u03c4\u03ac \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc\u03bd" + ], + "ERAS": [ + "\u03c0.\u03a7.", + "\u03bc.\u03a7." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5", + "\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5", + "\u039c\u03b1\u0390\u03bf\u03c5", + "\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5", + "\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5", + "\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5", + "\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5", + "\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5" + ], + "SHORTDAY": [ + "\u039a\u03c5\u03c1", + "\u0394\u03b5\u03c5", + "\u03a4\u03c1\u03af", + "\u03a4\u03b5\u03c4", + "\u03a0\u03ad\u03bc", + "\u03a0\u03b1\u03c1", + "\u03a3\u03ac\u03b2" + ], + "SHORTMONTH": [ + "\u0399\u03b1\u03bd", + "\u03a6\u03b5\u03b2", + "\u039c\u03b1\u03c1", + "\u0391\u03c0\u03c1", + "\u039c\u03b1\u0390", + "\u0399\u03bf\u03c5\u03bd", + "\u0399\u03bf\u03c5\u03bb", + "\u0391\u03c5\u03b3", + "\u03a3\u03b5\u03c0", + "\u039f\u03ba\u03c4", + "\u039d\u03bf\u03b5", + "\u0394\u03b5\u03ba" + ], + "STANDALONEMONTH": [ + "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", + "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", + "\u039c\u03ac\u03b9\u03bf\u03c2", + "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", + "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", + "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", + "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "el-gr", + "localeID": "el_GR", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_el-polyton.js b/src/ngLocale/angular-locale_el-polyton.js deleted file mode 100644 index d480d8332e5d..000000000000 --- a/src/ngLocale/angular-locale_el-polyton.js +++ /dev/null @@ -1,4 +0,0 @@ -angular.module("ngLocale", [], ["$provide", function($provide) { -var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"],"SHORTMONTH":["Ιαν","Φεβ","Μαρ","Απρ","Μαϊ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],"DAY":["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],"SHORTDAY":["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],"AMPMS":["π.μ.","μ.μ."],"medium":"d MMM y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"el-polyton"}); -}]); \ No newline at end of file diff --git a/src/ngLocale/angular-locale_el.js b/src/ngLocale/angular-locale_el.js index 94e3b7b823b8..0cfa77572888 100644 --- a/src/ngLocale/angular-locale_el.js +++ b/src/ngLocale/angular-locale_el.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"],"SHORTMONTH":["Ιαν","Φεβ","Μαρ","Απρ","Μαϊ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],"DAY":["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],"SHORTDAY":["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],"AMPMS":["π.μ.","μ.μ."],"medium":"d MMM y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"el"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u03c0.\u03bc.", + "\u03bc.\u03bc." + ], + "DAY": [ + "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", + "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", + "\u03a4\u03c1\u03af\u03c4\u03b7", + "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", + "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", + "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", + "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf" + ], + "ERANAMES": [ + "\u03c0\u03c1\u03bf \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd", + "\u03bc\u03b5\u03c4\u03ac \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc\u03bd" + ], + "ERAS": [ + "\u03c0.\u03a7.", + "\u03bc.\u03a7." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5", + "\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5", + "\u039c\u03b1\u0390\u03bf\u03c5", + "\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5", + "\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5", + "\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5", + "\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5", + "\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5" + ], + "SHORTDAY": [ + "\u039a\u03c5\u03c1", + "\u0394\u03b5\u03c5", + "\u03a4\u03c1\u03af", + "\u03a4\u03b5\u03c4", + "\u03a0\u03ad\u03bc", + "\u03a0\u03b1\u03c1", + "\u03a3\u03ac\u03b2" + ], + "SHORTMONTH": [ + "\u0399\u03b1\u03bd", + "\u03a6\u03b5\u03b2", + "\u039c\u03b1\u03c1", + "\u0391\u03c0\u03c1", + "\u039c\u03b1\u0390", + "\u0399\u03bf\u03c5\u03bd", + "\u0399\u03bf\u03c5\u03bb", + "\u0391\u03c5\u03b3", + "\u03a3\u03b5\u03c0", + "\u039f\u03ba\u03c4", + "\u039d\u03bf\u03b5", + "\u0394\u03b5\u03ba" + ], + "STANDALONEMONTH": [ + "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", + "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", + "\u039c\u03ac\u03b9\u03bf\u03c2", + "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", + "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", + "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", + "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "el", + "localeID": "el", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-001.js b/src/ngLocale/angular-locale_en-001.js new file mode 100644 index 000000000000..5117423dcf1a --- /dev/null +++ b/src/ngLocale/angular-locale_en-001.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-001", + "localeID": "en_001", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-150.js b/src/ngLocale/angular-locale_en-150.js new file mode 100644 index 000000000000..d8b518a90a19 --- /dev/null +++ b/src/ngLocale/angular-locale_en-150.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "en-150", + "localeID": "en_150", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ag.js b/src/ngLocale/angular-locale_en-ag.js new file mode 100644 index 000000000000..756d6f220dcd --- /dev/null +++ b/src/ngLocale/angular-locale_en-ag.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ag", + "localeID": "en_AG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ai.js b/src/ngLocale/angular-locale_en-ai.js new file mode 100644 index 000000000000..cffd17882809 --- /dev/null +++ b/src/ngLocale/angular-locale_en-ai.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ai", + "localeID": "en_AI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-as.js b/src/ngLocale/angular-locale_en-as.js index a0b7152840dd..4939e01165c0 100644 --- a/src/ngLocale/angular-locale_en-as.js +++ b/src/ngLocale/angular-locale_en-as.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-as"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-as", + "localeID": "en_AS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-at.js b/src/ngLocale/angular-locale_en-at.js new file mode 100644 index 000000000000..74bd52e27323 --- /dev/null +++ b/src/ngLocale/angular-locale_en-at.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-at", + "localeID": "en_AT", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-au.js b/src/ngLocale/angular-locale_en-au.js index be4b04e9daf8..f71f8b1d24f1 100644 --- a/src/ngLocale/angular-locale_en-au.js +++ b/src/ngLocale/angular-locale_en-au.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"dd/MM/yyyy h:mm:ss a","short":"d/MM/yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"dd/MM/yyyy","shortDate":"d/MM/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"en-au"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am", + "pm" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun.", + "Mon.", + "Tue.", + "Wed.", + "Thu.", + "Fri.", + "Sat." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "Mar.", + "Apr.", + "May", + "Jun.", + "Jul.", + "Aug.", + "Sep.", + "Oct.", + "Nov.", + "Dec." + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-au", + "localeID": "en_AU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-bb.js b/src/ngLocale/angular-locale_en-bb.js new file mode 100644 index 000000000000..c1fba3a43b9e --- /dev/null +++ b/src/ngLocale/angular-locale_en-bb.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-bb", + "localeID": "en_BB", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-be.js b/src/ngLocale/angular-locale_en-be.js new file mode 100644 index 000000000000..79c0c017133e --- /dev/null +++ b/src/ngLocale/angular-locale_en-be.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "en-be", + "localeID": "en_BE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-bi.js b/src/ngLocale/angular-locale_en-bi.js new file mode 100644 index 000000000000..b6b65641c4f5 --- /dev/null +++ b/src/ngLocale/angular-locale_en-bi.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FBu", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-bi", + "localeID": "en_BI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-bm.js b/src/ngLocale/angular-locale_en-bm.js new file mode 100644 index 000000000000..67d117f1130a --- /dev/null +++ b/src/ngLocale/angular-locale_en-bm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-bm", + "localeID": "en_BM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-bs.js b/src/ngLocale/angular-locale_en-bs.js new file mode 100644 index 000000000000..c60b8d8758e5 --- /dev/null +++ b/src/ngLocale/angular-locale_en-bs.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-bs", + "localeID": "en_BS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-bw.js b/src/ngLocale/angular-locale_en-bw.js new file mode 100644 index 000000000000..35a31a5ca79f --- /dev/null +++ b/src/ngLocale/angular-locale_en-bw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "P", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-bw", + "localeID": "en_BW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-bz.js b/src/ngLocale/angular-locale_en-bz.js new file mode 100644 index 000000000000..3f7379cee6ab --- /dev/null +++ b/src/ngLocale/angular-locale_en-bz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y HH:mm:ss", + "mediumDate": "dd-MMM-y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-bz", + "localeID": "en_BZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ca.js b/src/ngLocale/angular-locale_en-ca.js new file mode 100644 index 000000000000..0904d0d8b285 --- /dev/null +++ b/src/ngLocale/angular-locale_en-ca.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ca", + "localeID": "en_CA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-cc.js b/src/ngLocale/angular-locale_en-cc.js new file mode 100644 index 000000000000..a53d442fab82 --- /dev/null +++ b/src/ngLocale/angular-locale_en-cc.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-cc", + "localeID": "en_CC", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ch.js b/src/ngLocale/angular-locale_en-ch.js new file mode 100644 index 000000000000..8d0f3ce7554d --- /dev/null +++ b/src/ngLocale/angular-locale_en-ch.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "en-ch", + "localeID": "en_CH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ck.js b/src/ngLocale/angular-locale_en-ck.js new file mode 100644 index 000000000000..86ab48c56486 --- /dev/null +++ b/src/ngLocale/angular-locale_en-ck.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ck", + "localeID": "en_CK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-cm.js b/src/ngLocale/angular-locale_en-cm.js new file mode 100644 index 000000000000..d755359791dd --- /dev/null +++ b/src/ngLocale/angular-locale_en-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-cm", + "localeID": "en_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-cx.js b/src/ngLocale/angular-locale_en-cx.js new file mode 100644 index 000000000000..886a0840a53b --- /dev/null +++ b/src/ngLocale/angular-locale_en-cx.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-cx", + "localeID": "en_CX", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-cy.js b/src/ngLocale/angular-locale_en-cy.js new file mode 100644 index 000000000000..3197e29a6d5d --- /dev/null +++ b/src/ngLocale/angular-locale_en-cy.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-cy", + "localeID": "en_CY", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-de.js b/src/ngLocale/angular-locale_en-de.js new file mode 100644 index 000000000000..5dd8761ee0e5 --- /dev/null +++ b/src/ngLocale/angular-locale_en-de.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-de", + "localeID": "en_DE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-dg.js b/src/ngLocale/angular-locale_en-dg.js new file mode 100644 index 000000000000..bb576e87e41e --- /dev/null +++ b/src/ngLocale/angular-locale_en-dg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-dg", + "localeID": "en_DG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-dk.js b/src/ngLocale/angular-locale_en-dk.js new file mode 100644 index 000000000000..97324120e326 --- /dev/null +++ b/src/ngLocale/angular-locale_en-dk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH.mm.ss", + "mediumDate": "d MMM y", + "mediumTime": "HH.mm.ss", + "short": "dd/MM/y HH.mm", + "shortDate": "dd/MM/y", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "en-dk", + "localeID": "en_DK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-dm.js b/src/ngLocale/angular-locale_en-dm.js new file mode 100644 index 000000000000..9461a315dd55 --- /dev/null +++ b/src/ngLocale/angular-locale_en-dm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-dm", + "localeID": "en_DM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-dsrt-us.js b/src/ngLocale/angular-locale_en-dsrt-us.js deleted file mode 100644 index 9cd2fb274740..000000000000 --- a/src/ngLocale/angular-locale_en-dsrt-us.js +++ /dev/null @@ -1,4 +0,0 @@ -angular.module("ngLocale", [], ["$provide", function($provide) { -var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-dsrt-us"}); -}]); \ No newline at end of file diff --git a/src/ngLocale/angular-locale_en-dsrt.js b/src/ngLocale/angular-locale_en-dsrt.js deleted file mode 100644 index 3d336bbb0dd4..000000000000 --- a/src/ngLocale/angular-locale_en-dsrt.js +++ /dev/null @@ -1,4 +0,0 @@ -angular.module("ngLocale", [], ["$provide", function($provide) { -var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-dsrt"}); -}]); \ No newline at end of file diff --git a/src/ngLocale/angular-locale_en-er.js b/src/ngLocale/angular-locale_en-er.js new file mode 100644 index 000000000000..4a1296c52770 --- /dev/null +++ b/src/ngLocale/angular-locale_en-er.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Nfk", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-er", + "localeID": "en_ER", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-fi.js b/src/ngLocale/angular-locale_en-fi.js new file mode 100644 index 000000000000..2092e0fdd64f --- /dev/null +++ b/src/ngLocale/angular-locale_en-fi.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y H.mm.ss", + "mediumDate": "d MMM y", + "mediumTime": "H.mm.ss", + "short": "dd/MM/y H.mm", + "shortDate": "dd/MM/y", + "shortTime": "H.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-fi", + "localeID": "en_FI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-fj.js b/src/ngLocale/angular-locale_en-fj.js new file mode 100644 index 000000000000..5bf426bc9c66 --- /dev/null +++ b/src/ngLocale/angular-locale_en-fj.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-fj", + "localeID": "en_FJ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-fk.js b/src/ngLocale/angular-locale_en-fk.js new file mode 100644 index 000000000000..c626937462a0 --- /dev/null +++ b/src/ngLocale/angular-locale_en-fk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-fk", + "localeID": "en_FK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-fm.js b/src/ngLocale/angular-locale_en-fm.js new file mode 100644 index 000000000000..33e0e81b9208 --- /dev/null +++ b/src/ngLocale/angular-locale_en-fm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-fm", + "localeID": "en_FM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-gb.js b/src/ngLocale/angular-locale_en-gb.js index 58efa16b60c3..7ada95f8ffb2 100644 --- a/src/ngLocale/angular-locale_en-gb.js +++ b/src/ngLocale/angular-locale_en-gb.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yyyy HH:mm","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"£"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"en-gb"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am", + "pm" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-gb", + "localeID": "en_GB", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-gd.js b/src/ngLocale/angular-locale_en-gd.js new file mode 100644 index 000000000000..1afb4c746ee5 --- /dev/null +++ b/src/ngLocale/angular-locale_en-gd.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-gd", + "localeID": "en_GD", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-gg.js b/src/ngLocale/angular-locale_en-gg.js new file mode 100644 index 000000000000..2aa59fb362bc --- /dev/null +++ b/src/ngLocale/angular-locale_en-gg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-gg", + "localeID": "en_GG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-gh.js b/src/ngLocale/angular-locale_en-gh.js new file mode 100644 index 000000000000..cc33fe0f17a5 --- /dev/null +++ b/src/ngLocale/angular-locale_en-gh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GHS", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-gh", + "localeID": "en_GH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-gi.js b/src/ngLocale/angular-locale_en-gi.js new file mode 100644 index 000000000000..686ad877e16e --- /dev/null +++ b/src/ngLocale/angular-locale_en-gi.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-gi", + "localeID": "en_GI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-gm.js b/src/ngLocale/angular-locale_en-gm.js new file mode 100644 index 000000000000..e982df38382f --- /dev/null +++ b/src/ngLocale/angular-locale_en-gm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GMD", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-gm", + "localeID": "en_GM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-gu.js b/src/ngLocale/angular-locale_en-gu.js index 9f92949406a7..d11933bd3870 100644 --- a/src/ngLocale/angular-locale_en-gu.js +++ b/src/ngLocale/angular-locale_en-gu.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-gu"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-gu", + "localeID": "en_GU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-gy.js b/src/ngLocale/angular-locale_en-gy.js new file mode 100644 index 000000000000..028c3d88ae0a --- /dev/null +++ b/src/ngLocale/angular-locale_en-gy.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-gy", + "localeID": "en_GY", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-hk.js b/src/ngLocale/angular-locale_en-hk.js new file mode 100644 index 000000000000..f366c1a905b2 --- /dev/null +++ b/src/ngLocale/angular-locale_en-hk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/y h:mm a", + "shortDate": "d/M/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-hk", + "localeID": "en_HK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ie.js b/src/ngLocale/angular-locale_en-ie.js index 1cc8e258532d..9289cc5956e3 100644 --- a/src/ngLocale/angular-locale_en-ie.js +++ b/src/ngLocale/angular-locale_en-ie.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["a.m.","p.m."],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yyyy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"en-ie"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ie", + "localeID": "en_IE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-il.js b/src/ngLocale/angular-locale_en-il.js new file mode 100644 index 000000000000..8cfbe37f723b --- /dev/null +++ b/src/ngLocale/angular-locale_en-il.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "dd/MM/y H:mm", + "shortDate": "dd/MM/y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20aa", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-il", + "localeID": "en_IL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-im.js b/src/ngLocale/angular-locale_en-im.js new file mode 100644 index 000000000000..e015154f6e22 --- /dev/null +++ b/src/ngLocale/angular-locale_en-im.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-im", + "localeID": "en_IM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-in.js b/src/ngLocale/angular-locale_en-in.js index c6c5b9d4cea0..617f6bf5f7e7 100644 --- a/src/ngLocale/angular-locale_en-in.js +++ b/src/ngLocale/angular-locale_en-in.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"dd-MMM-y h:mm:ss a","short":"dd/MM/yy h:mm a","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"dd-MMM-y","shortDate":"dd/MM/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"en-in"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "en-in", + "localeID": "en_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-io.js b/src/ngLocale/angular-locale_en-io.js new file mode 100644 index 000000000000..18b1fac79144 --- /dev/null +++ b/src/ngLocale/angular-locale_en-io.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-io", + "localeID": "en_IO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-iso.js b/src/ngLocale/angular-locale_en-iso.js index 3852db5110f1..a29709301f61 100644 --- a/src/ngLocale/angular-locale_en-iso.js +++ b/src/ngLocale/angular-locale_en-iso.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"y MMM d HH:mm:ss","short":"yyyy-MM-dd HH:mm","fullDate":"EEEE, y MMMM dd","longDate":"y MMMM d","mediumDate":"y MMM d","shortDate":"yyyy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"id":"en-iso"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y MMMM dd", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-iso", + "localeID": "en_ISO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-je.js b/src/ngLocale/angular-locale_en-je.js new file mode 100644 index 000000000000..d6257dd52de1 --- /dev/null +++ b/src/ngLocale/angular-locale_en-je.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-je", + "localeID": "en_JE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-jm.js b/src/ngLocale/angular-locale_en-jm.js new file mode 100644 index 000000000000..69b16fafca47 --- /dev/null +++ b/src/ngLocale/angular-locale_en-jm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-jm", + "localeID": "en_JM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ke.js b/src/ngLocale/angular-locale_en-ke.js new file mode 100644 index 000000000000..537ee7a0f483 --- /dev/null +++ b/src/ngLocale/angular-locale_en-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ke", + "localeID": "en_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ki.js b/src/ngLocale/angular-locale_en-ki.js new file mode 100644 index 000000000000..2fe2ef3920be --- /dev/null +++ b/src/ngLocale/angular-locale_en-ki.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ki", + "localeID": "en_KI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-kn.js b/src/ngLocale/angular-locale_en-kn.js new file mode 100644 index 000000000000..09101c94ab5b --- /dev/null +++ b/src/ngLocale/angular-locale_en-kn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-kn", + "localeID": "en_KN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ky.js b/src/ngLocale/angular-locale_en-ky.js new file mode 100644 index 000000000000..1d7d454575f7 --- /dev/null +++ b/src/ngLocale/angular-locale_en-ky.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ky", + "localeID": "en_KY", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-lc.js b/src/ngLocale/angular-locale_en-lc.js new file mode 100644 index 000000000000..5a82bd01a71b --- /dev/null +++ b/src/ngLocale/angular-locale_en-lc.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-lc", + "localeID": "en_LC", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-lr.js b/src/ngLocale/angular-locale_en-lr.js new file mode 100644 index 000000000000..ade846bebccf --- /dev/null +++ b/src/ngLocale/angular-locale_en-lr.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-lr", + "localeID": "en_LR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ls.js b/src/ngLocale/angular-locale_en-ls.js new file mode 100644 index 000000000000..cd8e927bdee8 --- /dev/null +++ b/src/ngLocale/angular-locale_en-ls.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ls", + "localeID": "en_LS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-mg.js b/src/ngLocale/angular-locale_en-mg.js new file mode 100644 index 000000000000..045f3cd3a950 --- /dev/null +++ b/src/ngLocale/angular-locale_en-mg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ar", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-mg", + "localeID": "en_MG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-mh.js b/src/ngLocale/angular-locale_en-mh.js index 430f8b70f522..8c068a5ca19b 100644 --- a/src/ngLocale/angular-locale_en-mh.js +++ b/src/ngLocale/angular-locale_en-mh.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-mh"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-mh", + "localeID": "en_MH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-mo.js b/src/ngLocale/angular-locale_en-mo.js new file mode 100644 index 000000000000..d24c8b3f365d --- /dev/null +++ b/src/ngLocale/angular-locale_en-mo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MOP", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-mo", + "localeID": "en_MO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-mp.js b/src/ngLocale/angular-locale_en-mp.js index b0dd47edab5d..ff8b6b49b1cc 100644 --- a/src/ngLocale/angular-locale_en-mp.js +++ b/src/ngLocale/angular-locale_en-mp.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-mp"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-mp", + "localeID": "en_MP", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ms.js b/src/ngLocale/angular-locale_en-ms.js new file mode 100644 index 000000000000..7adb0c8644c9 --- /dev/null +++ b/src/ngLocale/angular-locale_en-ms.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ms", + "localeID": "en_MS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-mt.js b/src/ngLocale/angular-locale_en-mt.js new file mode 100644 index 000000000000..a69a9281c856 --- /dev/null +++ b/src/ngLocale/angular-locale_en-mt.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-mt", + "localeID": "en_MT", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-mu.js b/src/ngLocale/angular-locale_en-mu.js new file mode 100644 index 000000000000..02d955293228 --- /dev/null +++ b/src/ngLocale/angular-locale_en-mu.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MURs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-mu", + "localeID": "en_MU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-mw.js b/src/ngLocale/angular-locale_en-mw.js new file mode 100644 index 000000000000..ed6801258b41 --- /dev/null +++ b/src/ngLocale/angular-locale_en-mw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MWK", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-mw", + "localeID": "en_MW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-my.js b/src/ngLocale/angular-locale_en-my.js new file mode 100644 index 000000000000..ae1315b8d6de --- /dev/null +++ b/src/ngLocale/angular-locale_en-my.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RM", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-my", + "localeID": "en_MY", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-na.js b/src/ngLocale/angular-locale_en-na.js new file mode 100644 index 000000000000..d7240f38f7d3 --- /dev/null +++ b/src/ngLocale/angular-locale_en-na.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-na", + "localeID": "en_NA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-nf.js b/src/ngLocale/angular-locale_en-nf.js new file mode 100644 index 000000000000..fdf91b8181b3 --- /dev/null +++ b/src/ngLocale/angular-locale_en-nf.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-nf", + "localeID": "en_NF", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ng.js b/src/ngLocale/angular-locale_en-ng.js new file mode 100644 index 000000000000..a6e01a58df4a --- /dev/null +++ b/src/ngLocale/angular-locale_en-ng.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a6", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ng", + "localeID": "en_NG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-nl.js b/src/ngLocale/angular-locale_en-nl.js new file mode 100644 index 000000000000..2ae339dee5f8 --- /dev/null +++ b/src/ngLocale/angular-locale_en-nl.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-nl", + "localeID": "en_NL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-nr.js b/src/ngLocale/angular-locale_en-nr.js new file mode 100644 index 000000000000..fee2bccb8e76 --- /dev/null +++ b/src/ngLocale/angular-locale_en-nr.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-nr", + "localeID": "en_NR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-nu.js b/src/ngLocale/angular-locale_en-nu.js new file mode 100644 index 000000000000..671bce59752a --- /dev/null +++ b/src/ngLocale/angular-locale_en-nu.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-nu", + "localeID": "en_NU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-nz.js b/src/ngLocale/angular-locale_en-nz.js new file mode 100644 index 000000000000..ed8882d5004b --- /dev/null +++ b/src/ngLocale/angular-locale_en-nz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d/MM/y h:mm:ss a", + "mediumDate": "d/MM/y", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-nz", + "localeID": "en_NZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-pg.js b/src/ngLocale/angular-locale_en-pg.js new file mode 100644 index 000000000000..2d1f0f2cf08d --- /dev/null +++ b/src/ngLocale/angular-locale_en-pg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "PGK", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-pg", + "localeID": "en_PG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ph.js b/src/ngLocale/angular-locale_en-ph.js new file mode 100644 index 000000000000..d0de5aa22e4e --- /dev/null +++ b/src/ngLocale/angular-locale_en-ph.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b1", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ph", + "localeID": "en_PH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-pk.js b/src/ngLocale/angular-locale_en-pk.js new file mode 100644 index 000000000000..c636ca809ac4 --- /dev/null +++ b/src/ngLocale/angular-locale_en-pk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-pk", + "localeID": "en_PK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-pn.js b/src/ngLocale/angular-locale_en-pn.js new file mode 100644 index 000000000000..ad7f2854a268 --- /dev/null +++ b/src/ngLocale/angular-locale_en-pn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-pn", + "localeID": "en_PN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-pr.js b/src/ngLocale/angular-locale_en-pr.js new file mode 100644 index 000000000000..0afbf6777773 --- /dev/null +++ b/src/ngLocale/angular-locale_en-pr.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-pr", + "localeID": "en_PR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-pw.js b/src/ngLocale/angular-locale_en-pw.js new file mode 100644 index 000000000000..b8ae5913e1e8 --- /dev/null +++ b/src/ngLocale/angular-locale_en-pw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-pw", + "localeID": "en_PW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-rw.js b/src/ngLocale/angular-locale_en-rw.js new file mode 100644 index 000000000000..e68b8cab4865 --- /dev/null +++ b/src/ngLocale/angular-locale_en-rw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RF", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-rw", + "localeID": "en_RW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-sb.js b/src/ngLocale/angular-locale_en-sb.js new file mode 100644 index 000000000000..86078c711987 --- /dev/null +++ b/src/ngLocale/angular-locale_en-sb.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-sb", + "localeID": "en_SB", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-sc.js b/src/ngLocale/angular-locale_en-sc.js new file mode 100644 index 000000000000..e3aa4d275b1f --- /dev/null +++ b/src/ngLocale/angular-locale_en-sc.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "SCR", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-sc", + "localeID": "en_SC", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-sd.js b/src/ngLocale/angular-locale_en-sd.js new file mode 100644 index 000000000000..661129d3a0b9 --- /dev/null +++ b/src/ngLocale/angular-locale_en-sd.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "SDG", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-sd", + "localeID": "en_SD", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-se.js b/src/ngLocale/angular-locale_en-se.js new file mode 100644 index 000000000000..15067ba35fec --- /dev/null +++ b/src/ngLocale/angular-locale_en-se.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "en-se", + "localeID": "en_SE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-sg.js b/src/ngLocale/angular-locale_en-sg.js index ad6038713a61..d27b9b29158e 100644 --- a/src/ngLocale/angular-locale_en-sg.js +++ b/src/ngLocale/angular-locale_en-sg.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"en-sg"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-sg", + "localeID": "en_SG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-sh.js b/src/ngLocale/angular-locale_en-sh.js new file mode 100644 index 000000000000..64e3f30a3e9f --- /dev/null +++ b/src/ngLocale/angular-locale_en-sh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-sh", + "localeID": "en_SH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-si.js b/src/ngLocale/angular-locale_en-si.js new file mode 100644 index 000000000000..7a133dafdc1a --- /dev/null +++ b/src/ngLocale/angular-locale_en-si.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-si", + "localeID": "en_SI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-sl.js b/src/ngLocale/angular-locale_en-sl.js new file mode 100644 index 000000000000..863075fe56ba --- /dev/null +++ b/src/ngLocale/angular-locale_en-sl.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "SLL", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-sl", + "localeID": "en_SL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ss.js b/src/ngLocale/angular-locale_en-ss.js new file mode 100644 index 000000000000..691fa9594bd3 --- /dev/null +++ b/src/ngLocale/angular-locale_en-ss.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ss", + "localeID": "en_SS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-sx.js b/src/ngLocale/angular-locale_en-sx.js new file mode 100644 index 000000000000..9286c1b35170 --- /dev/null +++ b/src/ngLocale/angular-locale_en-sx.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "NAf.", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-sx", + "localeID": "en_SX", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-sz.js b/src/ngLocale/angular-locale_en-sz.js new file mode 100644 index 000000000000..502409cf0de9 --- /dev/null +++ b/src/ngLocale/angular-locale_en-sz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "SZL", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-sz", + "localeID": "en_SZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-tc.js b/src/ngLocale/angular-locale_en-tc.js new file mode 100644 index 000000000000..f9a8a67b6895 --- /dev/null +++ b/src/ngLocale/angular-locale_en-tc.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-tc", + "localeID": "en_TC", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-tk.js b/src/ngLocale/angular-locale_en-tk.js new file mode 100644 index 000000000000..815d9b540c1a --- /dev/null +++ b/src/ngLocale/angular-locale_en-tk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-tk", + "localeID": "en_TK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-to.js b/src/ngLocale/angular-locale_en-to.js new file mode 100644 index 000000000000..34890a7ac283 --- /dev/null +++ b/src/ngLocale/angular-locale_en-to.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "T$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-to", + "localeID": "en_TO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-tt.js b/src/ngLocale/angular-locale_en-tt.js new file mode 100644 index 000000000000..f26144044706 --- /dev/null +++ b/src/ngLocale/angular-locale_en-tt.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-tt", + "localeID": "en_TT", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-tv.js b/src/ngLocale/angular-locale_en-tv.js new file mode 100644 index 000000000000..d4197be762a5 --- /dev/null +++ b/src/ngLocale/angular-locale_en-tv.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-tv", + "localeID": "en_TV", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-tz.js b/src/ngLocale/angular-locale_en-tz.js new file mode 100644 index 000000000000..a021f10aa5c3 --- /dev/null +++ b/src/ngLocale/angular-locale_en-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-tz", + "localeID": "en_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ug.js b/src/ngLocale/angular-locale_en-ug.js new file mode 100644 index 000000000000..37357e752e8d --- /dev/null +++ b/src/ngLocale/angular-locale_en-ug.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ug", + "localeID": "en_UG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-um.js b/src/ngLocale/angular-locale_en-um.js index b1bfd42dcec1..5c47c05e8c1a 100644 --- a/src/ngLocale/angular-locale_en-um.js +++ b/src/ngLocale/angular-locale_en-um.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-um"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-um", + "localeID": "en_UM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-us-posix.js b/src/ngLocale/angular-locale_en-us-posix.js new file mode 100644 index 000000000000..202e9a6489d6 --- /dev/null +++ b/src/ngLocale/angular-locale_en-us-posix.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 0, + "lgSize": 0, + "maxFrac": 6, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 0, + "lgSize": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + } + ] + }, + "id": "en-us-posix", + "localeID": "en_US_POSIX", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-us.js b/src/ngLocale/angular-locale_en-us.js index 005c1140c745..515632a64e12 100644 --- a/src/ngLocale/angular-locale_en-us.js +++ b/src/ngLocale/angular-locale_en-us.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"en-us"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-us", + "localeID": "en_US", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-vc.js b/src/ngLocale/angular-locale_en-vc.js new file mode 100644 index 000000000000..3e1d2f6c0a38 --- /dev/null +++ b/src/ngLocale/angular-locale_en-vc.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-vc", + "localeID": "en_VC", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-vg.js b/src/ngLocale/angular-locale_en-vg.js new file mode 100644 index 000000000000..64fc92047b51 --- /dev/null +++ b/src/ngLocale/angular-locale_en-vg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-vg", + "localeID": "en_VG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-vi.js b/src/ngLocale/angular-locale_en-vi.js index f83cd9de7532..47ecf3ab14a5 100644 --- a/src/ngLocale/angular-locale_en-vi.js +++ b/src/ngLocale/angular-locale_en-vi.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-vi"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-vi", + "localeID": "en_VI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-vu.js b/src/ngLocale/angular-locale_en-vu.js new file mode 100644 index 000000000000..ead316414259 --- /dev/null +++ b/src/ngLocale/angular-locale_en-vu.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "VUV", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-vu", + "localeID": "en_VU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-ws.js b/src/ngLocale/angular-locale_en-ws.js new file mode 100644 index 000000000000..89b3a130505a --- /dev/null +++ b/src/ngLocale/angular-locale_en-ws.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "WST", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-ws", + "localeID": "en_WS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-xa.js b/src/ngLocale/angular-locale_en-xa.js new file mode 100644 index 000000000000..52c36be4bfd9 --- /dev/null +++ b/src/ngLocale/angular-locale_en-xa.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "[\u00c5\u1e40 one]", + "[\u00de\u1e40 one]" + ], + "DAY": [ + "[\u0160\u00fb\u00f1\u00f0\u00e5\u00fd one]", + "[\u1e40\u00f6\u00f1\u00f0\u00e5\u00fd one]", + "[\u0162\u00fb\u00e9\u0161\u00f0\u00e5\u00fd one]", + "[\u0174\u00e9\u00f0\u00f1\u00e9\u0161\u00f0\u00e5\u00fd one two]", + "[\u0162\u0125\u00fb\u0155\u0161\u00f0\u00e5\u00fd one]", + "[\u0191\u0155\u00ee\u00f0\u00e5\u00fd one]", + "[\u0160\u00e5\u0163\u00fb\u0155\u00f0\u00e5\u00fd one]" + ], + "ERANAMES": [ + "[\u0181\u00e9\u0192\u00f6\u0155\u00e9\u2003\u00c7\u0125\u0155\u00ee\u0161\u0163 one two]", + "[\u00c5\u00f1\u00f1\u00f6\u2003\u00d0\u00f6\u0271\u00ee\u00f1\u00ee one two]" + ], + "ERAS": [ + "[\u0181\u00c7 one]", + "[\u00c5\u00d0 one]" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "[\u0134\u00e5\u00f1\u00fb\u00e5\u0155\u00fd one]", + "[\u0191\u00e9\u0180\u0155\u00fb\u00e5\u0155\u00fd one]", + "[\u1e40\u00e5\u0155\u00e7\u0125 one]", + "[\u00c5\u00fe\u0155\u00ee\u013c one]", + "[\u1e40\u00e5\u00fd one]", + "[\u0134\u00fb\u00f1\u00e9 one]", + "[\u0134\u00fb\u013c\u00fd one]", + "[\u00c5\u00fb\u011d\u00fb\u0161\u0163 one]", + "[\u0160\u00e9\u00fe\u0163\u00e9\u0271\u0180\u00e9\u0155 one two]", + "[\u00d6\u00e7\u0163\u00f6\u0180\u00e9\u0155 one]", + "[\u00d1\u00f6\u1e7d\u00e9\u0271\u0180\u00e9\u0155 one]", + "[\u00d0\u00e9\u00e7\u00e9\u0271\u0180\u00e9\u0155 one]" + ], + "SHORTDAY": [ + "[\u0160\u00fb\u00f1 one]", + "[\u1e40\u00f6\u00f1 one]", + "[\u0162\u00fb\u00e9 one]", + "[\u0174\u00e9\u00f0 one]", + "[\u0162\u0125\u00fb one]", + "[\u0191\u0155\u00ee one]", + "[\u0160\u00e5\u0163 one]" + ], + "SHORTMONTH": [ + "[\u0134\u00e5\u00f1 one]", + "[\u0191\u00e9\u0180 one]", + "[\u1e40\u00e5\u0155 one]", + "[\u00c5\u00fe\u0155 one]", + "[\u1e40\u00e5\u00fd one]", + "[\u0134\u00fb\u00f1 one]", + "[\u0134\u00fb\u013c one]", + "[\u00c5\u00fb\u011d one]", + "[\u0160\u00e9\u00fe one]", + "[\u00d6\u00e7\u0163 one]", + "[\u00d1\u00f6\u1e7d one]", + "[\u00d0\u00e9\u00e7 one]" + ], + "STANDALONEMONTH": [ + "[\u0134\u00e5\u00f1\u00fb\u00e5\u0155\u00fd one]", + "[\u0191\u00e9\u0180\u0155\u00fb\u00e5\u0155\u00fd one]", + "[\u1e40\u00e5\u0155\u00e7\u0125 one]", + "[\u00c5\u00fe\u0155\u00ee\u013c one]", + "[\u1e40\u00e5\u00fd one]", + "[\u0134\u00fb\u00f1\u00e9 one]", + "[\u0134\u00fb\u013c\u00fd one]", + "[\u00c5\u00fb\u011d\u00fb\u0161\u0163 one]", + "[\u0160\u00e9\u00fe\u0163\u00e9\u0271\u0180\u00e9\u0155 one two]", + "[\u00d6\u00e7\u0163\u00f6\u0180\u00e9\u0155 one]", + "[\u00d1\u00f6\u1e7d\u00e9\u0271\u0180\u00e9\u0155 one]", + "[\u00d0\u00e9\u00e7\u00e9\u0271\u0180\u00e9\u0155 one]" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "[EEEE, MMMM d, y]", + "longDate": "[MMMM d, y]", + "medium": "[MMM d, y] [h:mm:ss a]", + "mediumDate": "[MMM d, y]", + "mediumTime": "[h:mm:ss a]", + "short": "[M/d/yy] [h:mm a]", + "shortDate": "[M/d/yy]", + "shortTime": "[h:mm a]" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-xa", + "localeID": "en_XA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-za.js b/src/ngLocale/angular-locale_en-za.js index 9af8898cb187..b3e7d4c18915 100644 --- a/src/ngLocale/angular-locale_en-za.js +++ b/src/ngLocale/angular-locale_en-za.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"dd MMM y h:mm:ss a","short":"yyyy/MM/dd h:mm a","fullDate":"EEEE dd MMMM y","longDate":"dd MMMM y","mediumDate":"dd MMM y","shortDate":"yyyy/MM/dd","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"R"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"en-za"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "y/MM/dd HH:mm", + "shortDate": "y/MM/dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-za", + "localeID": "en_ZA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-zm.js b/src/ngLocale/angular-locale_en-zm.js new file mode 100644 index 000000000000..0b5d5fc54e83 --- /dev/null +++ b/src/ngLocale/angular-locale_en-zm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "ZMW", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-zm", + "localeID": "en_ZM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-zw.js b/src/ngLocale/angular-locale_en-zw.js new file mode 100644 index 000000000000..2422ea29c3be --- /dev/null +++ b/src/ngLocale/angular-locale_en-zw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM,y HH:mm:ss", + "mediumDate": "dd MMM,y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en-zw", + "localeID": "en_ZW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_en-zz.js b/src/ngLocale/angular-locale_en-zz.js deleted file mode 100644 index b72c592365e6..000000000000 --- a/src/ngLocale/angular-locale_en-zz.js +++ /dev/null @@ -1,4 +0,0 @@ -angular.module("ngLocale", [], ["$provide", function($provide) { -var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-zz"}); -}]); \ No newline at end of file diff --git a/src/ngLocale/angular-locale_en.js b/src/ngLocale/angular-locale_en.js index 24d9dba094e7..f794bab8bd20 100644 --- a/src/ngLocale/angular-locale_en.js +++ b/src/ngLocale/angular-locale_en.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"en"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "ERANAMES": [ + "Before Christ", + "Anno Domini" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "en", + "localeID": "en", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_eo-001.js b/src/ngLocale/angular-locale_eo-001.js new file mode 100644 index 000000000000..53fb0f7d5620 --- /dev/null +++ b/src/ngLocale/angular-locale_eo-001.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "atm", + "ptm" + ], + "DAY": [ + "diman\u0109o", + "lundo", + "mardo", + "merkredo", + "\u0135a\u016ddo", + "vendredo", + "sabato" + ], + "ERANAMES": [ + "aK", + "pK" + ], + "ERAS": [ + "aK", + "pK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januaro", + "februaro", + "marto", + "aprilo", + "majo", + "junio", + "julio", + "a\u016dgusto", + "septembro", + "oktobro", + "novembro", + "decembro" + ], + "SHORTDAY": [ + "di", + "lu", + "ma", + "me", + "\u0135a", + "ve", + "sa" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "a\u016dg", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januaro", + "februaro", + "marto", + "aprilo", + "majo", + "junio", + "julio", + "a\u016dgusto", + "septembro", + "oktobro", + "novembro", + "decembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d-'a' 'de' MMMM y", + "longDate": "y-MMMM-dd", + "medium": "y-MMM-dd HH:mm:ss", + "mediumDate": "y-MMM-dd", + "mediumTime": "HH:mm:ss", + "short": "yy-MM-dd HH:mm", + "shortDate": "yy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "eo-001", + "localeID": "eo_001", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_eo.js b/src/ngLocale/angular-locale_eo.js new file mode 100644 index 000000000000..7ca8adea15ce --- /dev/null +++ b/src/ngLocale/angular-locale_eo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "atm", + "ptm" + ], + "DAY": [ + "diman\u0109o", + "lundo", + "mardo", + "merkredo", + "\u0135a\u016ddo", + "vendredo", + "sabato" + ], + "ERANAMES": [ + "aK", + "pK" + ], + "ERAS": [ + "aK", + "pK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januaro", + "februaro", + "marto", + "aprilo", + "majo", + "junio", + "julio", + "a\u016dgusto", + "septembro", + "oktobro", + "novembro", + "decembro" + ], + "SHORTDAY": [ + "di", + "lu", + "ma", + "me", + "\u0135a", + "ve", + "sa" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "a\u016dg", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januaro", + "februaro", + "marto", + "aprilo", + "majo", + "junio", + "julio", + "a\u016dgusto", + "septembro", + "oktobro", + "novembro", + "decembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d-'a' 'de' MMMM y", + "longDate": "y-MMMM-dd", + "medium": "y-MMM-dd HH:mm:ss", + "mediumDate": "y-MMM-dd", + "mediumTime": "HH:mm:ss", + "short": "yy-MM-dd HH:mm", + "shortDate": "yy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "eo", + "localeID": "eo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-419.js b/src/ngLocale/angular-locale_es-419.js new file mode 100644 index 000000000000..71102d3a222f --- /dev/null +++ b/src/ngLocale/angular-locale_es-419.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-419", + "localeID": "es_419", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-ar.js b/src/ngLocale/angular-locale_es-ar.js new file mode 100644 index 000000000000..a512ea6f7bae --- /dev/null +++ b/src/ngLocale/angular-locale_es-ar.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "es-ar", + "localeID": "es_AR", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-bo.js b/src/ngLocale/angular-locale_es-bo.js new file mode 100644 index 000000000000..bd742b6d692d --- /dev/null +++ b/src/ngLocale/angular-locale_es-bo.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM 'de' y HH:mm:ss", + "mediumDate": "d MMM 'de' y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Bs", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-bo", + "localeID": "es_BO", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-br.js b/src/ngLocale/angular-locale_es-br.js new file mode 100644 index 000000000000..8a60270925f6 --- /dev/null +++ b/src/ngLocale/angular-locale_es-br.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-br", + "localeID": "es_BR", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-bz.js b/src/ngLocale/angular-locale_es-bz.js new file mode 100644 index 000000000000..5e39c698d5a7 --- /dev/null +++ b/src/ngLocale/angular-locale_es-bz.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-bz", + "localeID": "es_BZ", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-cl.js b/src/ngLocale/angular-locale_es-cl.js new file mode 100644 index 000000000000..2005f0140e02 --- /dev/null +++ b/src/ngLocale/angular-locale_es-cl.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd-MM-y HH:mm:ss", + "mediumDate": "dd-MM-y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-cl", + "localeID": "es_CL", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-co.js b/src/ngLocale/angular-locale_es-co.js new file mode 100644 index 000000000000..9fbd8d8e735d --- /dev/null +++ b/src/ngLocale/angular-locale_es-co.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d/MM/y h:mm:ss a", + "mediumDate": "d/MM/y", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "es-co", + "localeID": "es_CO", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-cr.js b/src/ngLocale/angular-locale_es-cr.js new file mode 100644 index 000000000000..3109fe24b11e --- /dev/null +++ b/src/ngLocale/angular-locale_es-cr.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a1", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-cr", + "localeID": "es_CR", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-cu.js b/src/ngLocale/angular-locale_es-cu.js new file mode 100644 index 000000000000..02d6520e5874 --- /dev/null +++ b/src/ngLocale/angular-locale_es-cu.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-cu", + "localeID": "es_CU", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-do.js b/src/ngLocale/angular-locale_es-do.js new file mode 100644 index 000000000000..c1a615d7b323 --- /dev/null +++ b/src/ngLocale/angular-locale_es-do.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RD$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-do", + "localeID": "es_DO", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-ea.js b/src/ngLocale/angular-locale_es-ea.js new file mode 100644 index 000000000000..ec6870b06839 --- /dev/null +++ b/src/ngLocale/angular-locale_es-ea.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sept.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "es-ea", + "localeID": "es_EA", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-ec.js b/src/ngLocale/angular-locale_es-ec.js new file mode 100644 index 000000000000..d713237eb899 --- /dev/null +++ b/src/ngLocale/angular-locale_es-ec.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-ec", + "localeID": "es_EC", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-es.js b/src/ngLocale/angular-locale_es-es.js index b5c41efe8ddb..e3675b0309dd 100644 --- a/src/ngLocale/angular-locale_es-es.js +++ b/src/ngLocale/angular-locale_es-es.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],"SHORTMONTH":["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"],"DAY":["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],"SHORTDAY":["dom","lun","mar","mié","jue","vie","sáb"],"AMPMS":["a.m.","p.m."],"medium":"dd/MM/yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d 'de' MMMM 'de' y","longDate":"d 'de' MMMM 'de' y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"es-es"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sept.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "es-es", + "localeID": "es_ES", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-gq.js b/src/ngLocale/angular-locale_es-gq.js new file mode 100644 index 000000000000..66c34c8bfdd5 --- /dev/null +++ b/src/ngLocale/angular-locale_es-gq.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sept.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-gq", + "localeID": "es_GQ", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-gt.js b/src/ngLocale/angular-locale_es-gt.js new file mode 100644 index 000000000000..a8e0ff7049f7 --- /dev/null +++ b/src/ngLocale/angular-locale_es-gt.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d/MM/y HH:mm:ss", + "mediumDate": "d/MM/y", + "mediumTime": "HH:mm:ss", + "short": "d/MM/yy HH:mm", + "shortDate": "d/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Q", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-gt", + "localeID": "es_GT", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-hn.js b/src/ngLocale/angular-locale_es-hn.js new file mode 100644 index 000000000000..c3507809f243 --- /dev/null +++ b/src/ngLocale/angular-locale_es-hn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE dd 'de' MMMM 'de' y", + "longDate": "dd 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "L", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-hn", + "localeID": "es_HN", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-ic.js b/src/ngLocale/angular-locale_es-ic.js new file mode 100644 index 000000000000..ec28e8a096e0 --- /dev/null +++ b/src/ngLocale/angular-locale_es-ic.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sept.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "es-ic", + "localeID": "es_IC", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-mx.js b/src/ngLocale/angular-locale_es-mx.js new file mode 100644 index 000000000000..3b2af333e868 --- /dev/null +++ b/src/ngLocale/angular-locale_es-mx.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene", + "feb", + "mar", + "abr", + "may", + "jun", + "jul", + "ago", + "sep", + "oct", + "nov", + "dic" + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-mx", + "localeID": "es_MX", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-ni.js b/src/ngLocale/angular-locale_es-ni.js new file mode 100644 index 000000000000..df278676ab80 --- /dev/null +++ b/src/ngLocale/angular-locale_es-ni.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "C$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-ni", + "localeID": "es_NI", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-pa.js b/src/ngLocale/angular-locale_es-pa.js new file mode 100644 index 000000000000..96c6f40aaf90 --- /dev/null +++ b/src/ngLocale/angular-locale_es-pa.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "MM/dd/y h:mm:ss a", + "mediumDate": "MM/dd/y", + "mediumTime": "h:mm:ss a", + "short": "MM/dd/yy h:mm a", + "shortDate": "MM/dd/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "B/.", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-pa", + "localeID": "es_PA", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-pe.js b/src/ngLocale/angular-locale_es-pe.js new file mode 100644 index 000000000000..7b9e84373770 --- /dev/null +++ b/src/ngLocale/angular-locale_es-pe.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "setiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "set.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "Enero", + "Febrero", + "Marzo", + "Abril", + "Mayo", + "Junio", + "Julio", + "Agosto", + "Setiembre", + "Octubre", + "Noviembre", + "Diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/MM/yy HH:mm", + "shortDate": "d/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "S/.", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-pe", + "localeID": "es_PE", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-ph.js b/src/ngLocale/angular-locale_es-ph.js new file mode 100644 index 000000000000..bfdeea61f964 --- /dev/null +++ b/src/ngLocale/angular-locale_es-ph.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sept.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b1", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "es-ph", + "localeID": "es_PH", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-pr.js b/src/ngLocale/angular-locale_es-pr.js new file mode 100644 index 000000000000..180e77d7abb9 --- /dev/null +++ b/src/ngLocale/angular-locale_es-pr.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "MM/dd/y h:mm:ss a", + "mediumDate": "MM/dd/y", + "mediumTime": "h:mm:ss a", + "short": "MM/dd/yy h:mm a", + "shortDate": "MM/dd/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-pr", + "localeID": "es_PR", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-py.js b/src/ngLocale/angular-locale_es-py.js new file mode 100644 index 000000000000..338456047999 --- /dev/null +++ b/src/ngLocale/angular-locale_es-py.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sept.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Gs.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "es-py", + "localeID": "es_PY", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-sv.js b/src/ngLocale/angular-locale_es-sv.js new file mode 100644 index 000000000000..138b7019a82f --- /dev/null +++ b/src/ngLocale/angular-locale_es-sv.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-sv", + "localeID": "es_SV", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-us.js b/src/ngLocale/angular-locale_es-us.js new file mode 100644 index 000000000000..93a9a0974a79 --- /dev/null +++ b/src/ngLocale/angular-locale_es-us.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sep.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-us", + "localeID": "es_US", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-uy.js b/src/ngLocale/angular-locale_es-uy.js new file mode 100644 index 000000000000..6f62e2df508d --- /dev/null +++ b/src/ngLocale/angular-locale_es-uy.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "setiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "set.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "Enero", + "Febrero", + "Marzo", + "Abril", + "Mayo", + "Junio", + "Julio", + "Agosto", + "Setiembre", + "Octubre", + "Noviembre", + "Diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "es-uy", + "localeID": "es_UY", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es-ve.js b/src/ngLocale/angular-locale_es-ve.js new file mode 100644 index 000000000000..97445343decc --- /dev/null +++ b/src/ngLocale/angular-locale_es-ve.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sept.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Bs", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "es-ve", + "localeID": "es_VE", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_es.js b/src/ngLocale/angular-locale_es.js index 5ba8e741a077..12f9b114860c 100644 --- a/src/ngLocale/angular-locale_es.js +++ b/src/ngLocale/angular-locale_es.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],"SHORTMONTH":["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"],"DAY":["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],"SHORTDAY":["dom","lun","mar","mié","jue","vie","sáb"],"AMPMS":["a.m.","p.m."],"medium":"dd/MM/yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d 'de' MMMM 'de' y","longDate":"d 'de' MMMM 'de' y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"es"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a. m.", + "p. m." + ], + "DAY": [ + "domingo", + "lunes", + "martes", + "mi\u00e9rcoles", + "jueves", + "viernes", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despu\u00e9s de Cristo" + ], + "ERAS": [ + "a. C.", + "d. C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "SHORTDAY": [ + "dom.", + "lun.", + "mar.", + "mi\u00e9.", + "jue.", + "vie.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "ene.", + "feb.", + "mar.", + "abr.", + "may.", + "jun.", + "jul.", + "ago.", + "sept.", + "oct.", + "nov.", + "dic." + ], + "STANDALONEMONTH": [ + "enero", + "febrero", + "marzo", + "abril", + "mayo", + "junio", + "julio", + "agosto", + "septiembre", + "octubre", + "noviembre", + "diciembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yy H:mm", + "shortDate": "d/M/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "es", + "localeID": "es", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_et-ee.js b/src/ngLocale/angular-locale_et-ee.js index 839d2335b9f7..1d0fdb805409 100644 --- a/src/ngLocale/angular-locale_et-ee.js +++ b/src/ngLocale/angular-locale_et-ee.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"],"SHORTMONTH":["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],"DAY":["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"],"SHORTDAY":["P","E","T","K","N","R","L"],"AMPMS":["enne keskpäeva","pärast keskpäeva"],"medium":"dd.MM.yyyy H:mm.ss","short":"dd.MM.yy H:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"H:mm.ss","shortTime":"H:mm"},"id":"et-ee"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "p\u00fchap\u00e4ev", + "esmasp\u00e4ev", + "teisip\u00e4ev", + "kolmap\u00e4ev", + "neljap\u00e4ev", + "reede", + "laup\u00e4ev" + ], + "ERANAMES": [ + "enne Kristust", + "p\u00e4rast Kristust" + ], + "ERAS": [ + "eKr", + "pKr" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "jaanuar", + "veebruar", + "m\u00e4rts", + "aprill", + "mai", + "juuni", + "juuli", + "august", + "september", + "oktoober", + "november", + "detsember" + ], + "SHORTDAY": [ + "P", + "E", + "T", + "K", + "N", + "R", + "L" + ], + "SHORTMONTH": [ + "jaan", + "veebr", + "m\u00e4rts", + "apr", + "mai", + "juuni", + "juuli", + "aug", + "sept", + "okt", + "nov", + "dets" + ], + "STANDALONEMONTH": [ + "jaanuar", + "veebruar", + "m\u00e4rts", + "aprill", + "mai", + "juuni", + "juuli", + "august", + "september", + "oktoober", + "november", + "detsember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "et-ee", + "localeID": "et_EE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_et.js b/src/ngLocale/angular-locale_et.js index c5e5ebb2510d..1230e711df2b 100644 --- a/src/ngLocale/angular-locale_et.js +++ b/src/ngLocale/angular-locale_et.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"],"SHORTMONTH":["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],"DAY":["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"],"SHORTDAY":["P","E","T","K","N","R","L"],"AMPMS":["enne keskpäeva","pärast keskpäeva"],"medium":"dd.MM.yyyy H:mm.ss","short":"dd.MM.yy H:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"H:mm.ss","shortTime":"H:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"et"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "p\u00fchap\u00e4ev", + "esmasp\u00e4ev", + "teisip\u00e4ev", + "kolmap\u00e4ev", + "neljap\u00e4ev", + "reede", + "laup\u00e4ev" + ], + "ERANAMES": [ + "enne Kristust", + "p\u00e4rast Kristust" + ], + "ERAS": [ + "eKr", + "pKr" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "jaanuar", + "veebruar", + "m\u00e4rts", + "aprill", + "mai", + "juuni", + "juuli", + "august", + "september", + "oktoober", + "november", + "detsember" + ], + "SHORTDAY": [ + "P", + "E", + "T", + "K", + "N", + "R", + "L" + ], + "SHORTMONTH": [ + "jaan", + "veebr", + "m\u00e4rts", + "apr", + "mai", + "juuni", + "juuli", + "aug", + "sept", + "okt", + "nov", + "dets" + ], + "STANDALONEMONTH": [ + "jaanuar", + "veebruar", + "m\u00e4rts", + "aprill", + "mai", + "juuni", + "juuli", + "august", + "september", + "oktoober", + "november", + "detsember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "et", + "localeID": "et", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_eu-es.js b/src/ngLocale/angular-locale_eu-es.js index 7e12d22b1bde..286cbdf1d094 100644 --- a/src/ngLocale/angular-locale_eu-es.js +++ b/src/ngLocale/angular-locale_eu-es.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"],"SHORTMONTH":["urt","ots","mar","api","mai","eka","uzt","abu","ira","urr","aza","abe"],"DAY":["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],"SHORTDAY":["ig","al","as","az","og","or","lr"],"AMPMS":["AM","PM"],"medium":"y MMM d HH:mm:ss","short":"yyyy-MM-dd HH:mm","fullDate":"EEEE, y'eko' MMMM'ren' dd'a'","longDate":"y'eko' MMM'ren' dd'a'","mediumDate":"y MMM d","shortDate":"yyyy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"eu-es"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "igandea", + "astelehena", + "asteartea", + "asteazkena", + "osteguna", + "ostirala", + "larunbata" + ], + "ERANAMES": [ + "K.a.", + "Kristo ondoren" + ], + "ERAS": [ + "K.a.", + "K.o." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "urtarrila", + "otsaila", + "martxoa", + "apirila", + "maiatza", + "ekaina", + "uztaila", + "abuztua", + "iraila", + "urria", + "azaroa", + "abendua" + ], + "SHORTDAY": [ + "ig.", + "al.", + "ar.", + "az.", + "og.", + "or.", + "lr." + ], + "SHORTMONTH": [ + "urt.", + "ots.", + "mar.", + "api.", + "mai.", + "eka.", + "uzt.", + "abu.", + "ira.", + "urr.", + "aza.", + "abe." + ], + "STANDALONEMONTH": [ + "urtarrila", + "Otsaila", + "Martxoa", + "Apirila", + "Maiatza", + "Ekaina", + "Uztaila", + "Abuztua", + "Iraila", + "Urria", + "Azaroa", + "Abendua" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y('e')'ko' MMMM d, EEEE", + "longDate": "y('e')'ko' MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "yy/M/d HH:mm", + "shortDate": "yy/M/d", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "eu-es", + "localeID": "eu_ES", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_eu.js b/src/ngLocale/angular-locale_eu.js index 188b4f588657..eada5f30272a 100644 --- a/src/ngLocale/angular-locale_eu.js +++ b/src/ngLocale/angular-locale_eu.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"],"SHORTMONTH":["urt","ots","mar","api","mai","eka","uzt","abu","ira","urr","aza","abe"],"DAY":["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],"SHORTDAY":["ig","al","as","az","og","or","lr"],"AMPMS":["AM","PM"],"medium":"y MMM d HH:mm:ss","short":"yyyy-MM-dd HH:mm","fullDate":"EEEE, y'eko' MMMM'ren' dd'a'","longDate":"y'eko' MMM'ren' dd'a'","mediumDate":"y MMM d","shortDate":"yyyy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"eu"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "igandea", + "astelehena", + "asteartea", + "asteazkena", + "osteguna", + "ostirala", + "larunbata" + ], + "ERANAMES": [ + "K.a.", + "Kristo ondoren" + ], + "ERAS": [ + "K.a.", + "K.o." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "urtarrila", + "otsaila", + "martxoa", + "apirila", + "maiatza", + "ekaina", + "uztaila", + "abuztua", + "iraila", + "urria", + "azaroa", + "abendua" + ], + "SHORTDAY": [ + "ig.", + "al.", + "ar.", + "az.", + "og.", + "or.", + "lr." + ], + "SHORTMONTH": [ + "urt.", + "ots.", + "mar.", + "api.", + "mai.", + "eka.", + "uzt.", + "abu.", + "ira.", + "urr.", + "aza.", + "abe." + ], + "STANDALONEMONTH": [ + "urtarrila", + "Otsaila", + "Martxoa", + "Apirila", + "Maiatza", + "Ekaina", + "Uztaila", + "Abuztua", + "Iraila", + "Urria", + "Azaroa", + "Abendua" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y('e')'ko' MMMM d, EEEE", + "longDate": "y('e')'ko' MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "yy/M/d HH:mm", + "shortDate": "yy/M/d", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "eu", + "localeID": "eu", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ewo-cm.js b/src/ngLocale/angular-locale_ewo-cm.js new file mode 100644 index 000000000000..93e2b1422551 --- /dev/null +++ b/src/ngLocale/angular-locale_ewo-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "k\u00edk\u00edr\u00edg", + "ng\u0259g\u00f3g\u0259le" + ], + "DAY": [ + "s\u0254\u0301nd\u0254", + "m\u0254\u0301ndi", + "s\u0254\u0301nd\u0254 m\u0259l\u00fa m\u0259\u0301b\u025b\u030c", + "s\u0254\u0301nd\u0254 m\u0259l\u00fa m\u0259\u0301l\u025b\u0301", + "s\u0254\u0301nd\u0254 m\u0259l\u00fa m\u0259\u0301nyi", + "f\u00falad\u00e9", + "s\u00e9rad\u00e9" + ], + "ERANAMES": [ + "os\u00fas\u00faa Y\u00e9sus kiri", + "\u00e1mvus Y\u00e9sus Kir\u00eds" + ], + "ERAS": [ + "oyk", + "ayk" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ng\u0254n os\u00fa", + "ng\u0254n b\u025b\u030c", + "ng\u0254n l\u00e1la", + "ng\u0254n nyina", + "ng\u0254n t\u00e1na", + "ng\u0254n sam\u0259na", + "ng\u0254n zamgb\u00e1la", + "ng\u0254n mwom", + "ng\u0254n ebul\u00fa", + "ng\u0254n aw\u00f3m", + "ng\u0254n aw\u00f3m ai dzi\u00e1", + "ng\u0254n aw\u00f3m ai b\u025b\u030c" + ], + "SHORTDAY": [ + "s\u0254\u0301n", + "m\u0254\u0301n", + "smb", + "sml", + "smn", + "f\u00fal", + "s\u00e9r" + ], + "SHORTMONTH": [ + "ngo", + "ngb", + "ngl", + "ngn", + "ngt", + "ngs", + "ngz", + "ngm", + "nge", + "nga", + "ngad", + "ngab" + ], + "STANDALONEMONTH": [ + "ng\u0254n os\u00fa", + "ng\u0254n b\u025b\u030c", + "ng\u0254n l\u00e1la", + "ng\u0254n nyina", + "ng\u0254n t\u00e1na", + "ng\u0254n sam\u0259na", + "ng\u0254n zamgb\u00e1la", + "ng\u0254n mwom", + "ng\u0254n ebul\u00fa", + "ng\u0254n aw\u00f3m", + "ng\u0254n aw\u00f3m ai dzi\u00e1", + "ng\u0254n aw\u00f3m ai b\u025b\u030c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ewo-cm", + "localeID": "ewo_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ewo.js b/src/ngLocale/angular-locale_ewo.js new file mode 100644 index 000000000000..f036bd887762 --- /dev/null +++ b/src/ngLocale/angular-locale_ewo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "k\u00edk\u00edr\u00edg", + "ng\u0259g\u00f3g\u0259le" + ], + "DAY": [ + "s\u0254\u0301nd\u0254", + "m\u0254\u0301ndi", + "s\u0254\u0301nd\u0254 m\u0259l\u00fa m\u0259\u0301b\u025b\u030c", + "s\u0254\u0301nd\u0254 m\u0259l\u00fa m\u0259\u0301l\u025b\u0301", + "s\u0254\u0301nd\u0254 m\u0259l\u00fa m\u0259\u0301nyi", + "f\u00falad\u00e9", + "s\u00e9rad\u00e9" + ], + "ERANAMES": [ + "os\u00fas\u00faa Y\u00e9sus kiri", + "\u00e1mvus Y\u00e9sus Kir\u00eds" + ], + "ERAS": [ + "oyk", + "ayk" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ng\u0254n os\u00fa", + "ng\u0254n b\u025b\u030c", + "ng\u0254n l\u00e1la", + "ng\u0254n nyina", + "ng\u0254n t\u00e1na", + "ng\u0254n sam\u0259na", + "ng\u0254n zamgb\u00e1la", + "ng\u0254n mwom", + "ng\u0254n ebul\u00fa", + "ng\u0254n aw\u00f3m", + "ng\u0254n aw\u00f3m ai dzi\u00e1", + "ng\u0254n aw\u00f3m ai b\u025b\u030c" + ], + "SHORTDAY": [ + "s\u0254\u0301n", + "m\u0254\u0301n", + "smb", + "sml", + "smn", + "f\u00fal", + "s\u00e9r" + ], + "SHORTMONTH": [ + "ngo", + "ngb", + "ngl", + "ngn", + "ngt", + "ngs", + "ngz", + "ngm", + "nge", + "nga", + "ngad", + "ngab" + ], + "STANDALONEMONTH": [ + "ng\u0254n os\u00fa", + "ng\u0254n b\u025b\u030c", + "ng\u0254n l\u00e1la", + "ng\u0254n nyina", + "ng\u0254n t\u00e1na", + "ng\u0254n sam\u0259na", + "ng\u0254n zamgb\u00e1la", + "ng\u0254n mwom", + "ng\u0254n ebul\u00fa", + "ng\u0254n aw\u00f3m", + "ng\u0254n aw\u00f3m ai dzi\u00e1", + "ng\u0254n aw\u00f3m ai b\u025b\u030c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ewo", + "localeID": "ewo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fa-af.js b/src/ngLocale/angular-locale_fa-af.js new file mode 100644 index 000000000000..19dfaa93c4ee --- /dev/null +++ b/src/ngLocale/angular-locale_fa-af.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631", + "\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631" + ], + "DAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0632 \u0645\u06cc\u0644\u0627\u062f", + "\u0645\u06cc\u0644\u0627\u062f\u06cc" + ], + "ERAS": [ + "\u0642.\u0645.", + "\u0645." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0628\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648", + "\u0641\u0628\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644", + "\u0627\u06af\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0628\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 3, + 4 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "y/M/d H:mm", + "shortDate": "y/M/d", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Af.", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "fa-af", + "localeID": "fa_AF", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fa-ir.js b/src/ngLocale/angular-locale_fa-ir.js index 3aa45dbb48fd..5bf4c5c8fb66 100644 --- a/src/ngLocale/angular-locale_fa-ir.js +++ b/src/ngLocale/angular-locale_fa-ir.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":"/","GROUP_SEP":"،","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"‪-","negSuf":"‬","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"‪-","negSuf":"‬ \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"﷼"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["ژانویهٔ","فوریهٔ","مارس","آوریل","می","جون","جولای","آگوست","سپتامبر","اکتبر","نوامبر","دسامبر"],"SHORTMONTH":["ژانویهٔ","فوریهٔ","مارس","آوریل","می","جون","جولای","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],"DAY":["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],"SHORTDAY":["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],"AMPMS":["قبل از ظهر","بعد از ظهر"],"medium":"MMM d, y H:mm:ss","short":"M/d/yy H:mm","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"id":"fa-ir"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631", + "\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631" + ], + "DAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0632 \u0645\u06cc\u0644\u0627\u062f", + "\u0645\u06cc\u0644\u0627\u062f\u06cc" + ], + "ERAS": [ + "\u0642.\u0645.", + "\u0645." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", + "\u0641\u0648\u0631\u06cc\u0647\u0654", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647\u0654", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647\u0654", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "SHORTMONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", + "\u0641\u0648\u0631\u06cc\u0647\u0654", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647\u0654", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647\u0654", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647", + "\u0641\u0648\u0631\u06cc\u0647", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 4 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "y/M/d H:mm", + "shortDate": "y/M/d", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "\u061c-", + "negSuf": "\u00a0\u061c\u00a4", + "posPre": "", + "posSuf": "\u00a0\u061c\u00a4" + } + ] + }, + "id": "fa-ir", + "localeID": "fa_IR", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fa.js b/src/ngLocale/angular-locale_fa.js index b44aceb453f7..6ab028b20754 100644 --- a/src/ngLocale/angular-locale_fa.js +++ b/src/ngLocale/angular-locale_fa.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ژانویهٔ","فوریهٔ","مارس","آوریل","می","جون","جولای","آگوست","سپتامبر","اکتبر","نوامبر","دسامبر"],"SHORTMONTH":["ژانویهٔ","فوریهٔ","مارس","آوریل","می","جون","جولای","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],"DAY":["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],"SHORTDAY":["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],"AMPMS":["قبل از ظهر","بعد از ظهر"],"medium":"MMM d, y H:mm:ss","short":"M/d/yy H:mm","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":"/","GROUP_SEP":"،","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"‪-","negSuf":"‬","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"‪-","negSuf":"‬ \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"﷼"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"fa"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631", + "\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631" + ], + "DAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0627\u0632 \u0645\u06cc\u0644\u0627\u062f", + "\u0645\u06cc\u0644\u0627\u062f\u06cc" + ], + "ERAS": [ + "\u0642.\u0645.", + "\u0645." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", + "\u0641\u0648\u0631\u06cc\u0647\u0654", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647\u0654", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647\u0654", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "SHORTMONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", + "\u0641\u0648\u0631\u06cc\u0647\u0654", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647\u0654", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647\u0654", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647", + "\u0641\u0648\u0631\u06cc\u0647", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 4 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "y/M/d H:mm", + "shortDate": "y/M/d", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u061c-", + "negSuf": "\u00a0\u061c\u00a4", + "posPre": "", + "posSuf": "\u00a0\u061c\u00a4" + } + ] + }, + "id": "fa", + "localeID": "fa", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ff-cm.js b/src/ngLocale/angular-locale_ff-cm.js new file mode 100644 index 000000000000..dddcf6a46a31 --- /dev/null +++ b/src/ngLocale/angular-locale_ff-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "subaka", + "kikii\u0257e" + ], + "DAY": [ + "dewo", + "aa\u0253nde", + "mawbaare", + "njeslaare", + "naasaande", + "mawnde", + "hoore-biir" + ], + "ERANAMES": [ + "Hade Iisa", + "Caggal Iisa" + ], + "ERAS": [ + "H-I", + "C-I" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "SHORTDAY": [ + "dew", + "aa\u0253", + "maw", + "nje", + "naa", + "mwd", + "hbi" + ], + "SHORTMONTH": [ + "sii", + "col", + "mbo", + "see", + "duu", + "kor", + "mor", + "juk", + "slt", + "yar", + "jol", + "bow" + ], + "STANDALONEMONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ff-cm", + "localeID": "ff_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ff-gn.js b/src/ngLocale/angular-locale_ff-gn.js new file mode 100644 index 000000000000..80832377d602 --- /dev/null +++ b/src/ngLocale/angular-locale_ff-gn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "subaka", + "kikii\u0257e" + ], + "DAY": [ + "dewo", + "aa\u0253nde", + "mawbaare", + "njeslaare", + "naasaande", + "mawnde", + "hoore-biir" + ], + "ERANAMES": [ + "Hade Iisa", + "Caggal Iisa" + ], + "ERAS": [ + "H-I", + "C-I" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "SHORTDAY": [ + "dew", + "aa\u0253", + "maw", + "nje", + "naa", + "mwd", + "hbi" + ], + "SHORTMONTH": [ + "sii", + "col", + "mbo", + "see", + "duu", + "kor", + "mor", + "juk", + "slt", + "yar", + "jol", + "bow" + ], + "STANDALONEMONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FG", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ff-gn", + "localeID": "ff_GN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ff-mr.js b/src/ngLocale/angular-locale_ff-mr.js new file mode 100644 index 000000000000..b7712c83ab33 --- /dev/null +++ b/src/ngLocale/angular-locale_ff-mr.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "subaka", + "kikii\u0257e" + ], + "DAY": [ + "dewo", + "aa\u0253nde", + "mawbaare", + "njeslaare", + "naasaande", + "mawnde", + "hoore-biir" + ], + "ERANAMES": [ + "Hade Iisa", + "Caggal Iisa" + ], + "ERAS": [ + "H-I", + "C-I" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "SHORTDAY": [ + "dew", + "aa\u0253", + "maw", + "nje", + "naa", + "mwd", + "hbi" + ], + "SHORTMONTH": [ + "sii", + "col", + "mbo", + "see", + "duu", + "kor", + "mor", + "juk", + "slt", + "yar", + "jol", + "bow" + ], + "STANDALONEMONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/y h:mm a", + "shortDate": "d/M/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MRO", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ff-mr", + "localeID": "ff_MR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ff-sn.js b/src/ngLocale/angular-locale_ff-sn.js new file mode 100644 index 000000000000..9ea9a8acf83a --- /dev/null +++ b/src/ngLocale/angular-locale_ff-sn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "subaka", + "kikii\u0257e" + ], + "DAY": [ + "dewo", + "aa\u0253nde", + "mawbaare", + "njeslaare", + "naasaande", + "mawnde", + "hoore-biir" + ], + "ERANAMES": [ + "Hade Iisa", + "Caggal Iisa" + ], + "ERAS": [ + "H-I", + "C-I" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "SHORTDAY": [ + "dew", + "aa\u0253", + "maw", + "nje", + "naa", + "mwd", + "hbi" + ], + "SHORTMONTH": [ + "sii", + "col", + "mbo", + "see", + "duu", + "kor", + "mor", + "juk", + "slt", + "yar", + "jol", + "bow" + ], + "STANDALONEMONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ff-sn", + "localeID": "ff_SN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ff.js b/src/ngLocale/angular-locale_ff.js new file mode 100644 index 000000000000..da4684f766d0 --- /dev/null +++ b/src/ngLocale/angular-locale_ff.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "subaka", + "kikii\u0257e" + ], + "DAY": [ + "dewo", + "aa\u0253nde", + "mawbaare", + "njeslaare", + "naasaande", + "mawnde", + "hoore-biir" + ], + "ERANAMES": [ + "Hade Iisa", + "Caggal Iisa" + ], + "ERAS": [ + "H-I", + "C-I" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "SHORTDAY": [ + "dew", + "aa\u0253", + "maw", + "nje", + "naa", + "mwd", + "hbi" + ], + "SHORTMONTH": [ + "sii", + "col", + "mbo", + "see", + "duu", + "kor", + "mor", + "juk", + "slt", + "yar", + "jol", + "bow" + ], + "STANDALONEMONTH": [ + "siilo", + "colte", + "mbooy", + "see\u0257to", + "duujal", + "korse", + "morso", + "juko", + "siilto", + "yarkomaa", + "jolal", + "bowte" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ff", + "localeID": "ff", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fi-fi.js b/src/ngLocale/angular-locale_fi-fi.js index cf1382e11173..768dd4972335 100644 --- a/src/ngLocale/angular-locale_fi-fi.js +++ b/src/ngLocale/angular-locale_fi-fi.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kesäkuuta","heinäkuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"],"SHORTMONTH":["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kesäkuuta","heinäkuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"],"DAY":["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"],"SHORTDAY":["su","ma","ti","ke","to","pe","la"],"AMPMS":["ap.","ip."],"medium":"d.M.yyyy H.mm.ss","short":"d.M.yyyy H.mm","fullDate":"cccc d. MMMM y","longDate":"d. MMMM y","mediumDate":"d.M.yyyy","shortDate":"d.M.yyyy","mediumTime":"H.mm.ss","shortTime":"H.mm"},"id":"fi-fi"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ap.", + "ip." + ], + "DAY": [ + "sunnuntaina", + "maanantaina", + "tiistaina", + "keskiviikkona", + "torstaina", + "perjantaina", + "lauantaina" + ], + "ERANAMES": [ + "ennen Kristuksen syntym\u00e4\u00e4", + "j\u00e4lkeen Kristuksen syntym\u00e4n" + ], + "ERAS": [ + "eKr.", + "jKr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "tammikuuta", + "helmikuuta", + "maaliskuuta", + "huhtikuuta", + "toukokuuta", + "kes\u00e4kuuta", + "hein\u00e4kuuta", + "elokuuta", + "syyskuuta", + "lokakuuta", + "marraskuuta", + "joulukuuta" + ], + "SHORTDAY": [ + "su", + "ma", + "ti", + "ke", + "to", + "pe", + "la" + ], + "SHORTMONTH": [ + "tammik.", + "helmik.", + "maalisk.", + "huhtik.", + "toukok.", + "kes\u00e4k.", + "hein\u00e4k.", + "elok.", + "syysk.", + "lokak.", + "marrask.", + "jouluk." + ], + "STANDALONEMONTH": [ + "tammikuu", + "helmikuu", + "maaliskuu", + "huhtikuu", + "toukokuu", + "kes\u00e4kuu", + "hein\u00e4kuu", + "elokuu", + "syyskuu", + "lokakuu", + "marraskuu", + "joulukuu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "cccc d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.y H.mm.ss", + "mediumDate": "d.M.y", + "mediumTime": "H.mm.ss", + "short": "d.M.y H.mm", + "shortDate": "d.M.y", + "shortTime": "H.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fi-fi", + "localeID": "fi_FI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fi.js b/src/ngLocale/angular-locale_fi.js index 9a9457fea369..66d953d35ffa 100644 --- a/src/ngLocale/angular-locale_fi.js +++ b/src/ngLocale/angular-locale_fi.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kesäkuuta","heinäkuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"],"SHORTMONTH":["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kesäkuuta","heinäkuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"],"DAY":["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"],"SHORTDAY":["su","ma","ti","ke","to","pe","la"],"AMPMS":["ap.","ip."],"medium":"d.M.yyyy H.mm.ss","short":"d.M.yyyy H.mm","fullDate":"cccc d. MMMM y","longDate":"d. MMMM y","mediumDate":"d.M.yyyy","shortDate":"d.M.yyyy","mediumTime":"H.mm.ss","shortTime":"H.mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"fi"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ap.", + "ip." + ], + "DAY": [ + "sunnuntaina", + "maanantaina", + "tiistaina", + "keskiviikkona", + "torstaina", + "perjantaina", + "lauantaina" + ], + "ERANAMES": [ + "ennen Kristuksen syntym\u00e4\u00e4", + "j\u00e4lkeen Kristuksen syntym\u00e4n" + ], + "ERAS": [ + "eKr.", + "jKr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "tammikuuta", + "helmikuuta", + "maaliskuuta", + "huhtikuuta", + "toukokuuta", + "kes\u00e4kuuta", + "hein\u00e4kuuta", + "elokuuta", + "syyskuuta", + "lokakuuta", + "marraskuuta", + "joulukuuta" + ], + "SHORTDAY": [ + "su", + "ma", + "ti", + "ke", + "to", + "pe", + "la" + ], + "SHORTMONTH": [ + "tammik.", + "helmik.", + "maalisk.", + "huhtik.", + "toukok.", + "kes\u00e4k.", + "hein\u00e4k.", + "elok.", + "syysk.", + "lokak.", + "marrask.", + "jouluk." + ], + "STANDALONEMONTH": [ + "tammikuu", + "helmikuu", + "maaliskuu", + "huhtikuu", + "toukokuu", + "kes\u00e4kuu", + "hein\u00e4kuu", + "elokuu", + "syyskuu", + "lokakuu", + "marraskuu", + "joulukuu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "cccc d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.y H.mm.ss", + "mediumDate": "d.M.y", + "mediumTime": "H.mm.ss", + "short": "d.M.y H.mm", + "shortDate": "d.M.y", + "shortTime": "H.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fi", + "localeID": "fi", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fil-ph.js b/src/ngLocale/angular-locale_fil-ph.js index e287755fd60a..2d222db09cfb 100644 --- a/src/ngLocale/angular-locale_fil-ph.js +++ b/src/ngLocale/angular-locale_fil-ph.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"P"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"],"SHORTMONTH":["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],"DAY":["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],"SHORTDAY":["Lin","Lun","Mar","Mye","Huw","Bye","Sab"],"AMPMS":["AM","PM"],"medium":"MMM d, y HH:mm:ss","short":"M/d/yy HH:mm","fullDate":"EEEE, MMMM dd y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"fil-ph"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Linggo", + "Lunes", + "Martes", + "Miyerkules", + "Huwebes", + "Biyernes", + "Sabado" + ], + "ERANAMES": [ + "BC", + "AD" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Enero", + "Pebrero", + "Marso", + "Abril", + "Mayo", + "Hunyo", + "Hulyo", + "Agosto", + "Setyembre", + "Oktubre", + "Nobyembre", + "Disyembre" + ], + "SHORTDAY": [ + "Lin", + "Lun", + "Mar", + "Miy", + "Huw", + "Biy", + "Sab" + ], + "SHORTMONTH": [ + "Ene", + "Peb", + "Mar", + "Abr", + "May", + "Hun", + "Hul", + "Ago", + "Set", + "Okt", + "Nob", + "Dis" + ], + "STANDALONEMONTH": [ + "Enero", + "Pebrero", + "Marso", + "Abril", + "Mayo", + "Hunyo", + "Hulyo", + "Agosto", + "Setyembre", + "Oktubre", + "Nobyembre", + "Disyembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b1", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "fil-ph", + "localeID": "fil_PH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && (i == 1 || i == 2 || i == 3) || vf.v == 0 && i % 10 != 4 && i % 10 != 6 && i % 10 != 9 || vf.v != 0 && vf.f % 10 != 4 && vf.f % 10 != 6 && vf.f % 10 != 9) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fil.js b/src/ngLocale/angular-locale_fil.js index f1f51956c4a6..b7e3074e9b92 100644 --- a/src/ngLocale/angular-locale_fil.js +++ b/src/ngLocale/angular-locale_fil.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"],"SHORTMONTH":["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],"DAY":["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],"SHORTDAY":["Lin","Lun","Mar","Mye","Huw","Bye","Sab"],"AMPMS":["AM","PM"],"medium":"MMM d, y HH:mm:ss","short":"M/d/yy HH:mm","fullDate":"EEEE, MMMM dd y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"P"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"fil"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Linggo", + "Lunes", + "Martes", + "Miyerkules", + "Huwebes", + "Biyernes", + "Sabado" + ], + "ERANAMES": [ + "BC", + "AD" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Enero", + "Pebrero", + "Marso", + "Abril", + "Mayo", + "Hunyo", + "Hulyo", + "Agosto", + "Setyembre", + "Oktubre", + "Nobyembre", + "Disyembre" + ], + "SHORTDAY": [ + "Lin", + "Lun", + "Mar", + "Miy", + "Huw", + "Biy", + "Sab" + ], + "SHORTMONTH": [ + "Ene", + "Peb", + "Mar", + "Abr", + "May", + "Hun", + "Hul", + "Ago", + "Set", + "Okt", + "Nob", + "Dis" + ], + "STANDALONEMONTH": [ + "Enero", + "Pebrero", + "Marso", + "Abril", + "Mayo", + "Hunyo", + "Hulyo", + "Agosto", + "Setyembre", + "Oktubre", + "Nobyembre", + "Disyembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b1", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "fil", + "localeID": "fil", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && (i == 1 || i == 2 || i == 3) || vf.v == 0 && i % 10 != 4 && i % 10 != 6 && i % 10 != 9 || vf.v != 0 && vf.f % 10 != 4 && vf.f % 10 != 6 && vf.f % 10 != 9) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fo-dk.js b/src/ngLocale/angular-locale_fo-dk.js new file mode 100644 index 000000000000..a393d2099d40 --- /dev/null +++ b/src/ngLocale/angular-locale_fo-dk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "sunnudagur", + "m\u00e1nadagur", + "t\u00fdsdagur", + "mikudagur", + "h\u00f3sdagur", + "fr\u00edggjadagur", + "leygardagur" + ], + "ERANAMES": [ + "fyri Krist", + "eftir Krist" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "apr\u00edl", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "sun.", + "m\u00e1n.", + "t\u00fds.", + "mik.", + "h\u00f3s.", + "fr\u00ed.", + "ley." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "mai", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "apr\u00edl", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fo-dk", + "localeID": "fo_DK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fo-fo.js b/src/ngLocale/angular-locale_fo-fo.js new file mode 100644 index 000000000000..268911fc6fe5 --- /dev/null +++ b/src/ngLocale/angular-locale_fo-fo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "sunnudagur", + "m\u00e1nadagur", + "t\u00fdsdagur", + "mikudagur", + "h\u00f3sdagur", + "fr\u00edggjadagur", + "leygardagur" + ], + "ERANAMES": [ + "fyri Krist", + "eftir Krist" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "apr\u00edl", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "sun.", + "m\u00e1n.", + "t\u00fds.", + "mik.", + "h\u00f3s.", + "fr\u00ed.", + "ley." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "mai", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "apr\u00edl", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fo-fo", + "localeID": "fo_FO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fo.js b/src/ngLocale/angular-locale_fo.js new file mode 100644 index 000000000000..67ef90733879 --- /dev/null +++ b/src/ngLocale/angular-locale_fo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "sunnudagur", + "m\u00e1nadagur", + "t\u00fdsdagur", + "mikudagur", + "h\u00f3sdagur", + "fr\u00edggjadagur", + "leygardagur" + ], + "ERANAMES": [ + "fyri Krist", + "eftir Krist" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "apr\u00edl", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "sun.", + "m\u00e1n.", + "t\u00fds.", + "mik.", + "h\u00f3s.", + "fr\u00ed.", + "ley." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "mai", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "apr\u00edl", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fo", + "localeID": "fo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-be.js b/src/ngLocale/angular-locale_fr-be.js new file mode 100644 index 000000000000..4dff740c5c2b --- /dev/null +++ b/src/ngLocale/angular-locale_fr-be.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/MM/yy HH:mm", + "shortDate": "d/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-be", + "localeID": "fr_BE", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-bf.js b/src/ngLocale/angular-locale_fr-bf.js new file mode 100644 index 000000000000..d639bdef5c0c --- /dev/null +++ b/src/ngLocale/angular-locale_fr-bf.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-bf", + "localeID": "fr_BF", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-bi.js b/src/ngLocale/angular-locale_fr-bi.js new file mode 100644 index 000000000000..7634cc5f5511 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-bi.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FBu", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-bi", + "localeID": "fr_BI", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-bj.js b/src/ngLocale/angular-locale_fr-bj.js new file mode 100644 index 000000000000..225ab84be912 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-bj.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-bj", + "localeID": "fr_BJ", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-bl.js b/src/ngLocale/angular-locale_fr-bl.js index ec59fc0e965e..5a9e19916e28 100644 --- a/src/ngLocale/angular-locale_fr-bl.js +++ b/src/ngLocale/angular-locale_fr-bl.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n >= 0 && n < 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"SHORTMONTH":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"DAY":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"SHORTDAY":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"fr-bl"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-bl", + "localeID": "fr_BL", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-ca.js b/src/ngLocale/angular-locale_fr-ca.js index 03f56937a57f..9c0a227eac20 100644 --- a/src/ngLocale/angular-locale_fr-ca.js +++ b/src/ngLocale/angular-locale_fr-ca.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"SHORTMONTH":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"DAY":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"SHORTDAY":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"AMPMS":["AM","PM"],"medium":"yyyy-MM-dd HH:mm:ss","short":"yy-MM-dd HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"yyyy-MM-dd","shortDate":"yy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"(","negSuf":" \u00A4)","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n >= 0 && n < 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"fr-ca"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juill.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "yy-MM-dd HH 'h' mm", + "shortDate": "yy-MM-dd", + "shortTime": "HH 'h' mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-ca", + "localeID": "fr_CA", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-cd.js b/src/ngLocale/angular-locale_fr-cd.js new file mode 100644 index 000000000000..d1cdd40fdff1 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-cd.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FrCD", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-cd", + "localeID": "fr_CD", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-cf.js b/src/ngLocale/angular-locale_fr-cf.js new file mode 100644 index 000000000000..b1f960048dcd --- /dev/null +++ b/src/ngLocale/angular-locale_fr-cf.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-cf", + "localeID": "fr_CF", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-cg.js b/src/ngLocale/angular-locale_fr-cg.js new file mode 100644 index 000000000000..d9c473645f00 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-cg.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-cg", + "localeID": "fr_CG", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-ch.js b/src/ngLocale/angular-locale_fr-ch.js new file mode 100644 index 000000000000..ed698479b8bf --- /dev/null +++ b/src/ngLocale/angular-locale_fr-ch.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-ch", + "localeID": "fr_CH", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-ci.js b/src/ngLocale/angular-locale_fr-ci.js new file mode 100644 index 000000000000..acd179729642 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-ci.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-ci", + "localeID": "fr_CI", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-cm.js b/src/ngLocale/angular-locale_fr-cm.js new file mode 100644 index 000000000000..2a8453a67be2 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-cm.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "matin", + "soir" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-cm", + "localeID": "fr_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-dj.js b/src/ngLocale/angular-locale_fr-dj.js new file mode 100644 index 000000000000..863cd9f845c4 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-dj.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Fdj", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-dj", + "localeID": "fr_DJ", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-dz.js b/src/ngLocale/angular-locale_fr-dz.js new file mode 100644 index 000000000000..215db4621f3f --- /dev/null +++ b/src/ngLocale/angular-locale_fr-dz.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-dz", + "localeID": "fr_DZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-fr.js b/src/ngLocale/angular-locale_fr-fr.js index b7bad735fd34..2e6dbbbbc2fd 100644 --- a/src/ngLocale/angular-locale_fr-fr.js +++ b/src/ngLocale/angular-locale_fr-fr.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n >= 0 && n < 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"SHORTMONTH":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"DAY":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"SHORTDAY":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"fr-fr"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-fr", + "localeID": "fr_FR", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-ga.js b/src/ngLocale/angular-locale_fr-ga.js new file mode 100644 index 000000000000..5722d4c8812a --- /dev/null +++ b/src/ngLocale/angular-locale_fr-ga.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-ga", + "localeID": "fr_GA", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-gf.js b/src/ngLocale/angular-locale_fr-gf.js new file mode 100644 index 000000000000..172826d23b57 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-gf.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-gf", + "localeID": "fr_GF", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-gn.js b/src/ngLocale/angular-locale_fr-gn.js new file mode 100644 index 000000000000..f0ea73ca727e --- /dev/null +++ b/src/ngLocale/angular-locale_fr-gn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FG", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-gn", + "localeID": "fr_GN", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-gp.js b/src/ngLocale/angular-locale_fr-gp.js index 8f2e5097c2af..3f2a2e875b6d 100644 --- a/src/ngLocale/angular-locale_fr-gp.js +++ b/src/ngLocale/angular-locale_fr-gp.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n >= 0 && n < 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"SHORTMONTH":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"DAY":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"SHORTDAY":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"fr-gp"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-gp", + "localeID": "fr_GP", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-gq.js b/src/ngLocale/angular-locale_fr-gq.js new file mode 100644 index 000000000000..e5a021f49d4e --- /dev/null +++ b/src/ngLocale/angular-locale_fr-gq.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-gq", + "localeID": "fr_GQ", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-ht.js b/src/ngLocale/angular-locale_fr-ht.js new file mode 100644 index 000000000000..0e1b439d9267 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-ht.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "HTG", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-ht", + "localeID": "fr_HT", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-km.js b/src/ngLocale/angular-locale_fr-km.js new file mode 100644 index 000000000000..945f803195b2 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-km.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CF", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-km", + "localeID": "fr_KM", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-lu.js b/src/ngLocale/angular-locale_fr-lu.js new file mode 100644 index 000000000000..89e064284622 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-lu.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-lu", + "localeID": "fr_LU", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-ma.js b/src/ngLocale/angular-locale_fr-ma.js new file mode 100644 index 000000000000..33a62931d833 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-ma.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "jan.", + "f\u00e9v.", + "mar.", + "avr.", + "mai", + "jui.", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-ma", + "localeID": "fr_MA", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-mc.js b/src/ngLocale/angular-locale_fr-mc.js index aff9f7ca4710..c87fbba8abe2 100644 --- a/src/ngLocale/angular-locale_fr-mc.js +++ b/src/ngLocale/angular-locale_fr-mc.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n >= 0 && n < 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"SHORTMONTH":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"DAY":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"SHORTDAY":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"fr-mc"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-mc", + "localeID": "fr_MC", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-mf.js b/src/ngLocale/angular-locale_fr-mf.js index 4ecd6a73f00d..394556edb181 100644 --- a/src/ngLocale/angular-locale_fr-mf.js +++ b/src/ngLocale/angular-locale_fr-mf.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n >= 0 && n < 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"SHORTMONTH":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"DAY":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"SHORTDAY":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"fr-mf"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-mf", + "localeID": "fr_MF", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-mg.js b/src/ngLocale/angular-locale_fr-mg.js new file mode 100644 index 000000000000..5eaa9eed3fe4 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-mg.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ar", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-mg", + "localeID": "fr_MG", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-ml.js b/src/ngLocale/angular-locale_fr-ml.js new file mode 100644 index 000000000000..b6919e2d411d --- /dev/null +++ b/src/ngLocale/angular-locale_fr-ml.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-ml", + "localeID": "fr_ML", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-mq.js b/src/ngLocale/angular-locale_fr-mq.js index d27a9e635be8..5afe4736e46a 100644 --- a/src/ngLocale/angular-locale_fr-mq.js +++ b/src/ngLocale/angular-locale_fr-mq.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n >= 0 && n < 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"SHORTMONTH":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"DAY":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"SHORTDAY":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"fr-mq"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-mq", + "localeID": "fr_MQ", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-mr.js b/src/ngLocale/angular-locale_fr-mr.js new file mode 100644 index 000000000000..4ce2dc67a0b3 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-mr.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MRO", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-mr", + "localeID": "fr_MR", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-mu.js b/src/ngLocale/angular-locale_fr-mu.js new file mode 100644 index 000000000000..0adcc0eac325 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-mu.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MURs", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-mu", + "localeID": "fr_MU", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-nc.js b/src/ngLocale/angular-locale_fr-nc.js new file mode 100644 index 000000000000..9aeedbda36ef --- /dev/null +++ b/src/ngLocale/angular-locale_fr-nc.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFP", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-nc", + "localeID": "fr_NC", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-ne.js b/src/ngLocale/angular-locale_fr-ne.js new file mode 100644 index 000000000000..ed930d61aaba --- /dev/null +++ b/src/ngLocale/angular-locale_fr-ne.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-ne", + "localeID": "fr_NE", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-pf.js b/src/ngLocale/angular-locale_fr-pf.js new file mode 100644 index 000000000000..b4399ab91f51 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-pf.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFP", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-pf", + "localeID": "fr_PF", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-pm.js b/src/ngLocale/angular-locale_fr-pm.js new file mode 100644 index 000000000000..bfd13dcea39a --- /dev/null +++ b/src/ngLocale/angular-locale_fr-pm.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-pm", + "localeID": "fr_PM", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-re.js b/src/ngLocale/angular-locale_fr-re.js index 7679c98af233..36cec1f975df 100644 --- a/src/ngLocale/angular-locale_fr-re.js +++ b/src/ngLocale/angular-locale_fr-re.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n >= 0 && n < 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"SHORTMONTH":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"DAY":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"SHORTDAY":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"fr-re"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-re", + "localeID": "fr_RE", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-rw.js b/src/ngLocale/angular-locale_fr-rw.js new file mode 100644 index 000000000000..684b739c540e --- /dev/null +++ b/src/ngLocale/angular-locale_fr-rw.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RF", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-rw", + "localeID": "fr_RW", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-sc.js b/src/ngLocale/angular-locale_fr-sc.js new file mode 100644 index 000000000000..a74c1059b74a --- /dev/null +++ b/src/ngLocale/angular-locale_fr-sc.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "SCR", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-sc", + "localeID": "fr_SC", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-sn.js b/src/ngLocale/angular-locale_fr-sn.js new file mode 100644 index 000000000000..e4b33942d553 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-sn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-sn", + "localeID": "fr_SN", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-sy.js b/src/ngLocale/angular-locale_fr-sy.js new file mode 100644 index 000000000000..7d4145aaf8d2 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-sy.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-sy", + "localeID": "fr_SY", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-td.js b/src/ngLocale/angular-locale_fr-td.js new file mode 100644 index 000000000000..ee43b39d9aa2 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-td.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-td", + "localeID": "fr_TD", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-tg.js b/src/ngLocale/angular-locale_fr-tg.js new file mode 100644 index 000000000000..eac965e9259e --- /dev/null +++ b/src/ngLocale/angular-locale_fr-tg.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-tg", + "localeID": "fr_TG", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-tn.js b/src/ngLocale/angular-locale_fr-tn.js new file mode 100644 index 000000000000..158c8616aa67 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-tn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 3, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-tn", + "localeID": "fr_TN", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-vu.js b/src/ngLocale/angular-locale_fr-vu.js new file mode 100644 index 000000000000..874be5ef599f --- /dev/null +++ b/src/ngLocale/angular-locale_fr-vu.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "VUV", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-vu", + "localeID": "fr_VU", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-wf.js b/src/ngLocale/angular-locale_fr-wf.js new file mode 100644 index 000000000000..02f22ed6655c --- /dev/null +++ b/src/ngLocale/angular-locale_fr-wf.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFP", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-wf", + "localeID": "fr_WF", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr-yt.js b/src/ngLocale/angular-locale_fr-yt.js new file mode 100644 index 000000000000..b98fd3afb9d4 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-yt.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-yt", + "localeID": "fr_YT", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fr.js b/src/ngLocale/angular-locale_fr.js index 21e08b81d29a..55c6bb2b657e 100644 --- a/src/ngLocale/angular-locale_fr.js +++ b/src/ngLocale/angular-locale_fr.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"SHORTMONTH":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"DAY":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"SHORTDAY":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n >= 0 && n < 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"fr"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "ERANAMES": [ + "avant J\u00e9sus-Christ", + "apr\u00e8s J\u00e9sus-Christ" + ], + "ERAS": [ + "av. J.-C.", + "ap. J.-C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "STANDALONEMONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr", + "localeID": "fr", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fur-it.js b/src/ngLocale/angular-locale_fur-it.js new file mode 100644 index 000000000000..4b5472cc0bf6 --- /dev/null +++ b/src/ngLocale/angular-locale_fur-it.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.", + "p." + ], + "DAY": [ + "domenie", + "lunis", + "martars", + "miercus", + "joibe", + "vinars", + "sabide" + ], + "ERANAMES": [ + "pdC", + "ddC" + ], + "ERAS": [ + "pdC", + "ddC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Zen\u00e2r", + "Fevr\u00e2r", + "Mar\u00e7", + "Avr\u00eel", + "Mai", + "Jugn", + "Lui", + "Avost", + "Setembar", + "Otubar", + "Novembar", + "Dicembar" + ], + "SHORTDAY": [ + "dom", + "lun", + "mar", + "mie", + "joi", + "vin", + "sab" + ], + "SHORTMONTH": [ + "Zen", + "Fev", + "Mar", + "Avr", + "Mai", + "Jug", + "Lui", + "Avo", + "Set", + "Otu", + "Nov", + "Dic" + ], + "STANDALONEMONTH": [ + "Zen\u00e2r", + "Fevr\u00e2r", + "Mar\u00e7", + "Avr\u00eel", + "Mai", + "Jugn", + "Lui", + "Avost", + "Setembar", + "Otubar", + "Novembar", + "Dicembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d 'di' MMMM 'dal' y", + "longDate": "d 'di' MMMM 'dal' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "fur-it", + "localeID": "fur_IT", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fur.js b/src/ngLocale/angular-locale_fur.js new file mode 100644 index 000000000000..f25f4409ceb3 --- /dev/null +++ b/src/ngLocale/angular-locale_fur.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.", + "p." + ], + "DAY": [ + "domenie", + "lunis", + "martars", + "miercus", + "joibe", + "vinars", + "sabide" + ], + "ERANAMES": [ + "pdC", + "ddC" + ], + "ERAS": [ + "pdC", + "ddC" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Zen\u00e2r", + "Fevr\u00e2r", + "Mar\u00e7", + "Avr\u00eel", + "Mai", + "Jugn", + "Lui", + "Avost", + "Setembar", + "Otubar", + "Novembar", + "Dicembar" + ], + "SHORTDAY": [ + "dom", + "lun", + "mar", + "mie", + "joi", + "vin", + "sab" + ], + "SHORTMONTH": [ + "Zen", + "Fev", + "Mar", + "Avr", + "Mai", + "Jug", + "Lui", + "Avo", + "Set", + "Otu", + "Nov", + "Dic" + ], + "STANDALONEMONTH": [ + "Zen\u00e2r", + "Fevr\u00e2r", + "Mar\u00e7", + "Avr\u00eel", + "Mai", + "Jugn", + "Lui", + "Avost", + "Setembar", + "Otubar", + "Novembar", + "Dicembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d 'di' MMMM 'dal' y", + "longDate": "d 'di' MMMM 'dal' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "fur", + "localeID": "fur", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fy-nl.js b/src/ngLocale/angular-locale_fy-nl.js new file mode 100644 index 000000000000..33e138ee0cf7 --- /dev/null +++ b/src/ngLocale/angular-locale_fy-nl.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "snein", + "moandei", + "tiisdei", + "woansdei", + "tongersdei", + "freed", + "sneon" + ], + "ERANAMES": [ + "Foar Kristus", + "nei Kristus" + ], + "ERAS": [ + "f.Kr.", + "n.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jannewaris", + "Febrewaris", + "Maart", + "April", + "Maaie", + "Juny", + "July", + "Augustus", + "Septimber", + "Oktober", + "Novimber", + "Desimber" + ], + "SHORTDAY": [ + "si", + "mo", + "ti", + "wo", + "to", + "fr", + "so" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mrt", + "Apr", + "Mai", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Jannewaris", + "Febrewaris", + "Maart", + "April", + "Maaie", + "Juny", + "July", + "Augustus", + "Septimber", + "Oktober", + "Novimber", + "Desimber" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "fy-nl", + "localeID": "fy_NL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_fy.js b/src/ngLocale/angular-locale_fy.js new file mode 100644 index 000000000000..c11f46376e68 --- /dev/null +++ b/src/ngLocale/angular-locale_fy.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "snein", + "moandei", + "tiisdei", + "woansdei", + "tongersdei", + "freed", + "sneon" + ], + "ERANAMES": [ + "Foar Kristus", + "nei Kristus" + ], + "ERAS": [ + "f.Kr.", + "n.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jannewaris", + "Febrewaris", + "Maart", + "April", + "Maaie", + "Juny", + "July", + "Augustus", + "Septimber", + "Oktober", + "Novimber", + "Desimber" + ], + "SHORTDAY": [ + "si", + "mo", + "ti", + "wo", + "to", + "fr", + "so" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mrt", + "Apr", + "Mai", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Jannewaris", + "Febrewaris", + "Maart", + "April", + "Maaie", + "Juny", + "July", + "Augustus", + "Septimber", + "Oktober", + "Novimber", + "Desimber" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "fy", + "localeID": "fy", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ga-ie.js b/src/ngLocale/angular-locale_ga-ie.js new file mode 100644 index 000000000000..13b91b7d2cc6 --- /dev/null +++ b/src/ngLocale/angular-locale_ga-ie.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "D\u00e9 Domhnaigh", + "D\u00e9 Luain", + "D\u00e9 M\u00e1irt", + "D\u00e9 C\u00e9adaoin", + "D\u00e9ardaoin", + "D\u00e9 hAoine", + "D\u00e9 Sathairn" + ], + "ERANAMES": [ + "Roimh Chr\u00edost", + "Anno Domini" + ], + "ERAS": [ + "RC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Ean\u00e1ir", + "Feabhra", + "M\u00e1rta", + "Aibre\u00e1n", + "Bealtaine", + "Meitheamh", + "I\u00fail", + "L\u00fanasa", + "Me\u00e1n F\u00f3mhair", + "Deireadh F\u00f3mhair", + "Samhain", + "Nollaig" + ], + "SHORTDAY": [ + "Domh", + "Luan", + "M\u00e1irt", + "C\u00e9ad", + "D\u00e9ar", + "Aoine", + "Sath" + ], + "SHORTMONTH": [ + "Ean", + "Feabh", + "M\u00e1rta", + "Aib", + "Beal", + "Meith", + "I\u00fail", + "L\u00fan", + "MF\u00f3mh", + "DF\u00f3mh", + "Samh", + "Noll" + ], + "STANDALONEMONTH": [ + "Ean\u00e1ir", + "Feabhra", + "M\u00e1rta", + "Aibre\u00e1n", + "Bealtaine", + "Meitheamh", + "I\u00fail", + "L\u00fanasa", + "Me\u00e1n F\u00f3mhair", + "Deireadh F\u00f3mhair", + "Samhain", + "Nollaig" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ga-ie", + "localeID": "ga_IE", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n >= 3 && n <= 6) { return PLURAL_CATEGORY.FEW; } if (n >= 7 && n <= 10) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ga.js b/src/ngLocale/angular-locale_ga.js new file mode 100644 index 000000000000..6aa830ada73f --- /dev/null +++ b/src/ngLocale/angular-locale_ga.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "D\u00e9 Domhnaigh", + "D\u00e9 Luain", + "D\u00e9 M\u00e1irt", + "D\u00e9 C\u00e9adaoin", + "D\u00e9ardaoin", + "D\u00e9 hAoine", + "D\u00e9 Sathairn" + ], + "ERANAMES": [ + "Roimh Chr\u00edost", + "Anno Domini" + ], + "ERAS": [ + "RC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Ean\u00e1ir", + "Feabhra", + "M\u00e1rta", + "Aibre\u00e1n", + "Bealtaine", + "Meitheamh", + "I\u00fail", + "L\u00fanasa", + "Me\u00e1n F\u00f3mhair", + "Deireadh F\u00f3mhair", + "Samhain", + "Nollaig" + ], + "SHORTDAY": [ + "Domh", + "Luan", + "M\u00e1irt", + "C\u00e9ad", + "D\u00e9ar", + "Aoine", + "Sath" + ], + "SHORTMONTH": [ + "Ean", + "Feabh", + "M\u00e1rta", + "Aib", + "Beal", + "Meith", + "I\u00fail", + "L\u00fan", + "MF\u00f3mh", + "DF\u00f3mh", + "Samh", + "Noll" + ], + "STANDALONEMONTH": [ + "Ean\u00e1ir", + "Feabhra", + "M\u00e1rta", + "Aibre\u00e1n", + "Bealtaine", + "Meitheamh", + "I\u00fail", + "L\u00fanasa", + "Me\u00e1n F\u00f3mhair", + "Deireadh F\u00f3mhair", + "Samhain", + "Nollaig" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ga", + "localeID": "ga", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n >= 3 && n <= 6) { return PLURAL_CATEGORY.FEW; } if (n >= 7 && n <= 10) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gd-gb.js b/src/ngLocale/angular-locale_gd-gb.js new file mode 100644 index 000000000000..732788c04f49 --- /dev/null +++ b/src/ngLocale/angular-locale_gd-gb.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "m", + "f" + ], + "DAY": [ + "DiD\u00f2mhnaich", + "DiLuain", + "DiM\u00e0irt", + "DiCiadain", + "DiarDaoin", + "DihAoine", + "DiSathairne" + ], + "ERANAMES": [ + "Ro Chr\u00ecosta", + "An d\u00e8idh Chr\u00ecosta" + ], + "ERAS": [ + "RC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "dhen Fhaoilleach", + "dhen Ghearran", + "dhen Mh\u00e0rt", + "dhen Ghiblean", + "dhen Ch\u00e8itean", + "dhen \u00d2gmhios", + "dhen Iuchar", + "dhen L\u00f9nastal", + "dhen t-Sultain", + "dhen D\u00e0mhair", + "dhen t-Samhain", + "dhen D\u00f9bhlachd" + ], + "SHORTDAY": [ + "DiD", + "DiL", + "DiM", + "DiC", + "Dia", + "Dih", + "DiS" + ], + "SHORTMONTH": [ + "Faoi", + "Gearr", + "M\u00e0rt", + "Gibl", + "C\u00e8it", + "\u00d2gmh", + "Iuch", + "L\u00f9na", + "Sult", + "D\u00e0mh", + "Samh", + "D\u00f9bh" + ], + "STANDALONEMONTH": [ + "Am Faoilleach", + "An Gearran", + "Am M\u00e0rt", + "An Giblean", + "An C\u00e8itean", + "An t-\u00d2gmhios", + "An t-Iuchar", + "An L\u00f9nastal", + "An t-Sultain", + "An D\u00e0mhair", + "An t-Samhain", + "An D\u00f9bhlachd" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d'mh' MMMM y", + "longDate": "d'mh' MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "gd-gb", + "localeID": "gd_GB", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gd.js b/src/ngLocale/angular-locale_gd.js new file mode 100644 index 000000000000..e44083e77a12 --- /dev/null +++ b/src/ngLocale/angular-locale_gd.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "m", + "f" + ], + "DAY": [ + "DiD\u00f2mhnaich", + "DiLuain", + "DiM\u00e0irt", + "DiCiadain", + "DiarDaoin", + "DihAoine", + "DiSathairne" + ], + "ERANAMES": [ + "Ro Chr\u00ecosta", + "An d\u00e8idh Chr\u00ecosta" + ], + "ERAS": [ + "RC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "dhen Fhaoilleach", + "dhen Ghearran", + "dhen Mh\u00e0rt", + "dhen Ghiblean", + "dhen Ch\u00e8itean", + "dhen \u00d2gmhios", + "dhen Iuchar", + "dhen L\u00f9nastal", + "dhen t-Sultain", + "dhen D\u00e0mhair", + "dhen t-Samhain", + "dhen D\u00f9bhlachd" + ], + "SHORTDAY": [ + "DiD", + "DiL", + "DiM", + "DiC", + "Dia", + "Dih", + "DiS" + ], + "SHORTMONTH": [ + "Faoi", + "Gearr", + "M\u00e0rt", + "Gibl", + "C\u00e8it", + "\u00d2gmh", + "Iuch", + "L\u00f9na", + "Sult", + "D\u00e0mh", + "Samh", + "D\u00f9bh" + ], + "STANDALONEMONTH": [ + "Am Faoilleach", + "An Gearran", + "Am M\u00e0rt", + "An Giblean", + "An C\u00e8itean", + "An t-\u00d2gmhios", + "An t-Iuchar", + "An L\u00f9nastal", + "An t-Sultain", + "An D\u00e0mhair", + "An t-Samhain", + "An D\u00f9bhlachd" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d'mh' MMMM y", + "longDate": "d'mh' MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "gd", + "localeID": "gd", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gl-es.js b/src/ngLocale/angular-locale_gl-es.js index 91350a560ac6..127afc48c023 100644 --- a/src/ngLocale/angular-locale_gl-es.js +++ b/src/ngLocale/angular-locale_gl-es.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Xaneiro","Febreiro","Marzo","Abril","Maio","Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"],"SHORTMONTH":["Xan","Feb","Mar","Abr","Mai","Xuñ","Xul","Ago","Set","Out","Nov","Dec"],"DAY":["Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado"],"SHORTDAY":["Dom","Lun","Mar","Mér","Xov","Ven","Sáb"],"AMPMS":["AM","PM"],"medium":"d MMM, y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE dd MMMM y","longDate":"dd MMMM y","mediumDate":"d MMM, y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"gl-es"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "domingo", + "luns", + "martes", + "m\u00e9rcores", + "xoves", + "venres", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "xaneiro", + "febreiro", + "marzo", + "abril", + "maio", + "xu\u00f1o", + "xullo", + "agosto", + "setembro", + "outubro", + "novembro", + "decembro" + ], + "SHORTDAY": [ + "dom.", + "luns", + "mar.", + "m\u00e9r.", + "xov.", + "ven.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "xan.", + "feb.", + "mar.", + "abr.", + "maio", + "xu\u00f1o", + "xul.", + "ago.", + "set.", + "out.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "Xaneiro", + "Febreiro", + "Marzo", + "Abril", + "Maio", + "Xu\u00f1o", + "Xullo", + "Agosto", + "Setembro", + "Outubro", + "Novembro", + "Decembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d 'de' MMM 'de' y HH:mm:ss", + "mediumDate": "d 'de' MMM 'de' y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "gl-es", + "localeID": "gl_ES", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gl.js b/src/ngLocale/angular-locale_gl.js index ac17ec8d46cd..264b017c343b 100644 --- a/src/ngLocale/angular-locale_gl.js +++ b/src/ngLocale/angular-locale_gl.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Xaneiro","Febreiro","Marzo","Abril","Maio","Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"],"SHORTMONTH":["Xan","Feb","Mar","Abr","Mai","Xuñ","Xul","Ago","Set","Out","Nov","Dec"],"DAY":["Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado"],"SHORTDAY":["Dom","Lun","Mar","Mér","Xov","Ven","Sáb"],"AMPMS":["AM","PM"],"medium":"d MMM, y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE dd MMMM y","longDate":"dd MMMM y","mediumDate":"d MMM, y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"gl"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "domingo", + "luns", + "martes", + "m\u00e9rcores", + "xoves", + "venres", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "despois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "xaneiro", + "febreiro", + "marzo", + "abril", + "maio", + "xu\u00f1o", + "xullo", + "agosto", + "setembro", + "outubro", + "novembro", + "decembro" + ], + "SHORTDAY": [ + "dom.", + "luns", + "mar.", + "m\u00e9r.", + "xov.", + "ven.", + "s\u00e1b." + ], + "SHORTMONTH": [ + "xan.", + "feb.", + "mar.", + "abr.", + "maio", + "xu\u00f1o", + "xul.", + "ago.", + "set.", + "out.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "Xaneiro", + "Febreiro", + "Marzo", + "Abril", + "Maio", + "Xu\u00f1o", + "Xullo", + "Agosto", + "Setembro", + "Outubro", + "Novembro", + "Decembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d 'de' MMM 'de' y HH:mm:ss", + "mediumDate": "d 'de' MMM 'de' y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "gl", + "localeID": "gl", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gsw-ch.js b/src/ngLocale/angular-locale_gsw-ch.js index 07d3d9834ee3..4dd95dbfa115 100644 --- a/src/ngLocale/angular-locale_gsw-ch.js +++ b/src/ngLocale/angular-locale_gsw-ch.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":"’","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Fr."},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Januar","Februar","März","April","Mai","Juni","Juli","Auguscht","Septämber","Oktoober","Novämber","Dezämber"],"SHORTMONTH":["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],"DAY":["Sunntig","Määntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"],"SHORTDAY":["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."],"AMPMS":["vorm.","nam."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"gsw-ch"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am Vormittag", + "am Namittag" + ], + "DAY": [ + "Sunntig", + "M\u00e4\u00e4ntig", + "Ziischtig", + "Mittwuch", + "Dunschtig", + "Friitig", + "Samschtig" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "Auguscht", + "Sept\u00e4mber", + "Oktoober", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "SHORTDAY": [ + "Su.", + "M\u00e4.", + "Zi.", + "Mi.", + "Du.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "M\u00e4r", + "Apr", + "Mai", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Dez" + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "Auguscht", + "Sept\u00e4mber", + "Oktoober", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "gsw-ch", + "localeID": "gsw_CH", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gsw-fr.js b/src/ngLocale/angular-locale_gsw-fr.js new file mode 100644 index 000000000000..74dd423d4b82 --- /dev/null +++ b/src/ngLocale/angular-locale_gsw-fr.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am Vormittag", + "am Namittag" + ], + "DAY": [ + "Sunntig", + "M\u00e4\u00e4ntig", + "Ziischtig", + "Mittwuch", + "Dunschtig", + "Friitig", + "Samschtig" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "Auguscht", + "Sept\u00e4mber", + "Oktoober", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "SHORTDAY": [ + "Su.", + "M\u00e4.", + "Zi.", + "Mi.", + "Du.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "M\u00e4r", + "Apr", + "Mai", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Dez" + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "Auguscht", + "Sept\u00e4mber", + "Oktoober", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "gsw-fr", + "localeID": "gsw_FR", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gsw-li.js b/src/ngLocale/angular-locale_gsw-li.js new file mode 100644 index 000000000000..a13d6ec2066c --- /dev/null +++ b/src/ngLocale/angular-locale_gsw-li.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am Vormittag", + "am Namittag" + ], + "DAY": [ + "Sunntig", + "M\u00e4\u00e4ntig", + "Ziischtig", + "Mittwuch", + "Dunschtig", + "Friitig", + "Samschtig" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "Auguscht", + "Sept\u00e4mber", + "Oktoober", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "SHORTDAY": [ + "Su.", + "M\u00e4.", + "Zi.", + "Mi.", + "Du.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "M\u00e4r", + "Apr", + "Mai", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Dez" + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "Auguscht", + "Sept\u00e4mber", + "Oktoober", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "gsw-li", + "localeID": "gsw_LI", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gsw.js b/src/ngLocale/angular-locale_gsw.js index 1e7ec9de50e1..21bdc982167b 100644 --- a/src/ngLocale/angular-locale_gsw.js +++ b/src/ngLocale/angular-locale_gsw.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Januar","Februar","März","April","Mai","Juni","Juli","Auguscht","Septämber","Oktoober","Novämber","Dezämber"],"SHORTMONTH":["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],"DAY":["Sunntig","Määntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"],"SHORTDAY":["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."],"AMPMS":["vorm.","nam."],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":"’","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Fr."},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"gsw"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am Vormittag", + "am Namittag" + ], + "DAY": [ + "Sunntig", + "M\u00e4\u00e4ntig", + "Ziischtig", + "Mittwuch", + "Dunschtig", + "Friitig", + "Samschtig" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "Auguscht", + "Sept\u00e4mber", + "Oktoober", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "SHORTDAY": [ + "Su.", + "M\u00e4.", + "Zi.", + "Mi.", + "Du.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "M\u00e4r", + "Apr", + "Mai", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Dez" + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "Auguscht", + "Sept\u00e4mber", + "Oktoober", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.y HH:mm:ss", + "mediumDate": "dd.MM.y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "gsw", + "localeID": "gsw", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gu-in.js b/src/ngLocale/angular-locale_gu-in.js index 4abfb02b622c..7596ea569bef 100644 --- a/src/ngLocale/angular-locale_gu-in.js +++ b/src/ngLocale/angular-locale_gu-in.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["જાન્યુઆરી","ફેબ્રુઆરી","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટેમ્બર","ઑક્ટ્બર","નવેમ્બર","ડિસેમ્બર"],"SHORTMONTH":["જાન્યુ","ફેબ્રુ","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટે","ઑક્ટો","નવે","ડિસે"],"DAY":["રવિવાર","સોમવાર","મંગળવાર","બુધવાર","ગુરુવાર","શુક્રવાર","શનિવાર"],"SHORTDAY":["રવિ","સોમ","મંગળ","બુધ","ગુરુ","શુક્ર","શનિ"],"AMPMS":["પૂર્વ મધ્યાહ્ન","ઉત્તર મધ્યાહ્ન"],"medium":"d MMM, y hh:mm:ss a","short":"d-MM-yy hh:mm a","fullDate":"EEEE, d MMMM, y","longDate":"d MMMM, y","mediumDate":"d MMM, y","shortDate":"d-MM-yy","mediumTime":"hh:mm:ss a","shortTime":"hh:mm a"},"id":"gu-in"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0", + "\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0", + "\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0", + "\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0", + "\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0", + "\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0", + "\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0" + ], + "ERANAMES": [ + "\u0a88\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8 \u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7", + "\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8" + ], + "ERAS": [ + "\u0a88.\u0ab8.\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7", + "\u0a88.\u0ab8." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0", + "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0", + "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "\u0aae\u0ac7", + "\u0a9c\u0ac2\u0aa8", + "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0", + "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0" + ], + "SHORTDAY": [ + "\u0ab0\u0ab5\u0abf", + "\u0ab8\u0acb\u0aae", + "\u0aae\u0a82\u0a97\u0ab3", + "\u0aac\u0ac1\u0aa7", + "\u0a97\u0ac1\u0ab0\u0ac1", + "\u0ab6\u0ac1\u0a95\u0acd\u0ab0", + "\u0ab6\u0aa8\u0abf" + ], + "SHORTMONTH": [ + "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1", + "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1", + "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "\u0aae\u0ac7", + "\u0a9c\u0ac2\u0aa8", + "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7", + "\u0a91\u0a95\u0acd\u0a9f\u0acb", + "\u0aa8\u0ab5\u0ac7", + "\u0aa1\u0abf\u0ab8\u0ac7" + ], + "STANDALONEMONTH": [ + "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0", + "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0", + "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "\u0aae\u0ac7", + "\u0a9c\u0ac2\u0aa8", + "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0", + "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y hh:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "hh:mm:ss a", + "short": "d/M/yy hh:mm a", + "shortDate": "d/M/yy", + "shortTime": "hh:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "gu-in", + "localeID": "gu_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gu.js b/src/ngLocale/angular-locale_gu.js index 5d5e1f991399..67f9a9eedf07 100644 --- a/src/ngLocale/angular-locale_gu.js +++ b/src/ngLocale/angular-locale_gu.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["જાન્યુઆરી","ફેબ્રુઆરી","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટેમ્બર","ઑક્ટ્બર","નવેમ્બર","ડિસેમ્બર"],"SHORTMONTH":["જાન્યુ","ફેબ્રુ","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટે","ઑક્ટો","નવે","ડિસે"],"DAY":["રવિવાર","સોમવાર","મંગળવાર","બુધવાર","ગુરુવાર","શુક્રવાર","શનિવાર"],"SHORTDAY":["રવિ","સોમ","મંગળ","બુધ","ગુરુ","શુક્ર","શનિ"],"AMPMS":["પૂર્વ મધ્યાહ્ન","ઉત્તર મધ્યાહ્ન"],"medium":"d MMM, y hh:mm:ss a","short":"d-MM-yy hh:mm a","fullDate":"EEEE, d MMMM, y","longDate":"d MMMM, y","mediumDate":"d MMM, y","shortDate":"d-MM-yy","mediumTime":"hh:mm:ss a","shortTime":"hh:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"gu"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0", + "\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0", + "\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0", + "\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0", + "\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0", + "\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0", + "\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0" + ], + "ERANAMES": [ + "\u0a88\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8 \u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7", + "\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8" + ], + "ERAS": [ + "\u0a88.\u0ab8.\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7", + "\u0a88.\u0ab8." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0", + "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0", + "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "\u0aae\u0ac7", + "\u0a9c\u0ac2\u0aa8", + "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0", + "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0" + ], + "SHORTDAY": [ + "\u0ab0\u0ab5\u0abf", + "\u0ab8\u0acb\u0aae", + "\u0aae\u0a82\u0a97\u0ab3", + "\u0aac\u0ac1\u0aa7", + "\u0a97\u0ac1\u0ab0\u0ac1", + "\u0ab6\u0ac1\u0a95\u0acd\u0ab0", + "\u0ab6\u0aa8\u0abf" + ], + "SHORTMONTH": [ + "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1", + "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1", + "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "\u0aae\u0ac7", + "\u0a9c\u0ac2\u0aa8", + "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7", + "\u0a91\u0a95\u0acd\u0a9f\u0acb", + "\u0aa8\u0ab5\u0ac7", + "\u0aa1\u0abf\u0ab8\u0ac7" + ], + "STANDALONEMONTH": [ + "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0", + "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0", + "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "\u0aae\u0ac7", + "\u0a9c\u0ac2\u0aa8", + "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0", + "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y hh:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "hh:mm:ss a", + "short": "d/M/yy hh:mm a", + "shortDate": "d/M/yy", + "shortTime": "hh:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "gu", + "localeID": "gu", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_guz-ke.js b/src/ngLocale/angular-locale_guz-ke.js new file mode 100644 index 000000000000..5d807f2205bc --- /dev/null +++ b/src/ngLocale/angular-locale_guz-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Mambia", + "Mog" + ], + "DAY": [ + "Chumapiri", + "Chumatato", + "Chumaine", + "Chumatano", + "Aramisi", + "Ichuma", + "Esabato" + ], + "ERANAMES": [ + "Yeso ataiborwa", + "Yeso kaiboirwe" + ], + "ERAS": [ + "YA", + "YK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Chanuari", + "Feburari", + "Machi", + "Apiriri", + "Mei", + "Juni", + "Chulai", + "Agosti", + "Septemba", + "Okitoba", + "Nobemba", + "Disemba" + ], + "SHORTDAY": [ + "Cpr", + "Ctt", + "Cmn", + "Cmt", + "Ars", + "Icm", + "Est" + ], + "SHORTMONTH": [ + "Can", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Cul", + "Agt", + "Sep", + "Okt", + "Nob", + "Dis" + ], + "STANDALONEMONTH": [ + "Chanuari", + "Feburari", + "Machi", + "Apiriri", + "Mei", + "Juni", + "Chulai", + "Agosti", + "Septemba", + "Okitoba", + "Nobemba", + "Disemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "guz-ke", + "localeID": "guz_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_guz.js b/src/ngLocale/angular-locale_guz.js new file mode 100644 index 000000000000..d309804d7189 --- /dev/null +++ b/src/ngLocale/angular-locale_guz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Mambia", + "Mog" + ], + "DAY": [ + "Chumapiri", + "Chumatato", + "Chumaine", + "Chumatano", + "Aramisi", + "Ichuma", + "Esabato" + ], + "ERANAMES": [ + "Yeso ataiborwa", + "Yeso kaiboirwe" + ], + "ERAS": [ + "YA", + "YK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Chanuari", + "Feburari", + "Machi", + "Apiriri", + "Mei", + "Juni", + "Chulai", + "Agosti", + "Septemba", + "Okitoba", + "Nobemba", + "Disemba" + ], + "SHORTDAY": [ + "Cpr", + "Ctt", + "Cmn", + "Cmt", + "Ars", + "Icm", + "Est" + ], + "SHORTMONTH": [ + "Can", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Cul", + "Agt", + "Sep", + "Okt", + "Nob", + "Dis" + ], + "STANDALONEMONTH": [ + "Chanuari", + "Feburari", + "Machi", + "Apiriri", + "Mei", + "Juni", + "Chulai", + "Agosti", + "Septemba", + "Okitoba", + "Nobemba", + "Disemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "guz", + "localeID": "guz", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gv-im.js b/src/ngLocale/angular-locale_gv-im.js new file mode 100644 index 000000000000..118c67497af3 --- /dev/null +++ b/src/ngLocale/angular-locale_gv-im.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "Jedoonee", + "Jelhein", + "Jemayrt", + "Jercean", + "Jerdein", + "Jeheiney", + "Jesarn" + ], + "ERANAMES": [ + "RC", + "AD" + ], + "ERAS": [ + "RC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jerrey-geuree", + "Toshiaght-arree", + "Mayrnt", + "Averil", + "Boaldyn", + "Mean-souree", + "Jerrey-souree", + "Luanistyn", + "Mean-fouyir", + "Jerrey-fouyir", + "Mee Houney", + "Mee ny Nollick" + ], + "SHORTDAY": [ + "Jed", + "Jel", + "Jem", + "Jerc", + "Jerd", + "Jeh", + "Jes" + ], + "SHORTMONTH": [ + "J-guer", + "T-arree", + "Mayrnt", + "Avrril", + "Boaldyn", + "M-souree", + "J-souree", + "Luanistyn", + "M-fouyir", + "J-fouyir", + "M-Houney", + "M-Nollick" + ], + "STANDALONEMONTH": [ + "Jerrey-geuree", + "Toshiaght-arree", + "Mayrnt", + "Averil", + "Boaldyn", + "Mean-souree", + "Jerrey-souree", + "Luanistyn", + "Mean-fouyir", + "Jerrey-fouyir", + "Mee Houney", + "Mee ny Nollick" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "gv-im", + "localeID": "gv_IM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_gv.js b/src/ngLocale/angular-locale_gv.js new file mode 100644 index 000000000000..b8fb5d02c90d --- /dev/null +++ b/src/ngLocale/angular-locale_gv.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "Jedoonee", + "Jelhein", + "Jemayrt", + "Jercean", + "Jerdein", + "Jeheiney", + "Jesarn" + ], + "ERANAMES": [ + "RC", + "AD" + ], + "ERAS": [ + "RC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jerrey-geuree", + "Toshiaght-arree", + "Mayrnt", + "Averil", + "Boaldyn", + "Mean-souree", + "Jerrey-souree", + "Luanistyn", + "Mean-fouyir", + "Jerrey-fouyir", + "Mee Houney", + "Mee ny Nollick" + ], + "SHORTDAY": [ + "Jed", + "Jel", + "Jem", + "Jerc", + "Jerd", + "Jeh", + "Jes" + ], + "SHORTMONTH": [ + "J-guer", + "T-arree", + "Mayrnt", + "Avrril", + "Boaldyn", + "M-souree", + "J-souree", + "Luanistyn", + "M-fouyir", + "J-fouyir", + "M-Houney", + "M-Nollick" + ], + "STANDALONEMONTH": [ + "Jerrey-geuree", + "Toshiaght-arree", + "Mayrnt", + "Averil", + "Boaldyn", + "Mean-souree", + "Jerrey-souree", + "Luanistyn", + "Mean-fouyir", + "Jerrey-fouyir", + "Mee Houney", + "Mee ny Nollick" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "gv", + "localeID": "gv", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ha-gh.js b/src/ngLocale/angular-locale_ha-gh.js new file mode 100644 index 000000000000..24d46a97220f --- /dev/null +++ b/src/ngLocale/angular-locale_ha-gh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Lahadi", + "Litinin", + "Talata", + "Laraba", + "Alhamis", + "Jumma\u02bca", + "Asabar" + ], + "ERANAMES": [ + "Kafin haihuwar annab", + "Bayan haihuwar annab" + ], + "ERAS": [ + "KHAI", + "BHAI" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janairu", + "Faburairu", + "Maris", + "Afirilu", + "Mayu", + "Yuni", + "Yuli", + "Agusta", + "Satumba", + "Oktoba", + "Nuwamba", + "Disamba" + ], + "SHORTDAY": [ + "Lah", + "Lit", + "Tal", + "Lar", + "Alh", + "Jum", + "Asa" + ], + "SHORTMONTH": [ + "Jan", + "Fab", + "Mar", + "Afi", + "May", + "Yun", + "Yul", + "Agu", + "Sat", + "Okt", + "Nuw", + "Dis" + ], + "STANDALONEMONTH": [ + "Janairu", + "Faburairu", + "Maris", + "Afirilu", + "Mayu", + "Yuni", + "Yuli", + "Agusta", + "Satumba", + "Oktoba", + "Nuwamba", + "Disamba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GHS", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ha-gh", + "localeID": "ha_GH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ha-ne.js b/src/ngLocale/angular-locale_ha-ne.js new file mode 100644 index 000000000000..75041d55cfe0 --- /dev/null +++ b/src/ngLocale/angular-locale_ha-ne.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Lahadi", + "Litinin", + "Talata", + "Laraba", + "Alhamis", + "Jumma\u02bca", + "Asabar" + ], + "ERANAMES": [ + "Kafin haihuwar annab", + "Bayan haihuwar annab" + ], + "ERAS": [ + "KHAI", + "BHAI" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janairu", + "Faburairu", + "Maris", + "Afirilu", + "Mayu", + "Yuni", + "Yuli", + "Agusta", + "Satumba", + "Oktoba", + "Nuwamba", + "Disamba" + ], + "SHORTDAY": [ + "Lah", + "Lit", + "Tal", + "Lar", + "Alh", + "Jum", + "Asa" + ], + "SHORTMONTH": [ + "Jan", + "Fab", + "Mar", + "Afi", + "May", + "Yun", + "Yul", + "Agu", + "Sat", + "Okt", + "Nuw", + "Dis" + ], + "STANDALONEMONTH": [ + "Janairu", + "Faburairu", + "Maris", + "Afirilu", + "Mayu", + "Yuni", + "Yuli", + "Agusta", + "Satumba", + "Oktoba", + "Nuwamba", + "Disamba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ha-ne", + "localeID": "ha_NE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ha-ng.js b/src/ngLocale/angular-locale_ha-ng.js new file mode 100644 index 000000000000..607899ce3a5b --- /dev/null +++ b/src/ngLocale/angular-locale_ha-ng.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Lahadi", + "Litinin", + "Talata", + "Laraba", + "Alhamis", + "Jumma\u02bca", + "Asabar" + ], + "ERANAMES": [ + "Kafin haihuwar annab", + "Bayan haihuwar annab" + ], + "ERAS": [ + "KHAI", + "BHAI" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janairu", + "Faburairu", + "Maris", + "Afirilu", + "Mayu", + "Yuni", + "Yuli", + "Agusta", + "Satumba", + "Oktoba", + "Nuwamba", + "Disamba" + ], + "SHORTDAY": [ + "Lah", + "Lit", + "Tal", + "Lar", + "Alh", + "Jum", + "Asa" + ], + "SHORTMONTH": [ + "Jan", + "Fab", + "Mar", + "Afi", + "May", + "Yun", + "Yul", + "Agu", + "Sat", + "Okt", + "Nuw", + "Dis" + ], + "STANDALONEMONTH": [ + "Janairu", + "Faburairu", + "Maris", + "Afirilu", + "Mayu", + "Yuni", + "Yuli", + "Agusta", + "Satumba", + "Oktoba", + "Nuwamba", + "Disamba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a6", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ha-ng", + "localeID": "ha_NG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ha.js b/src/ngLocale/angular-locale_ha.js new file mode 100644 index 000000000000..8e6c865d69d7 --- /dev/null +++ b/src/ngLocale/angular-locale_ha.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Lahadi", + "Litinin", + "Talata", + "Laraba", + "Alhamis", + "Jumma\u02bca", + "Asabar" + ], + "ERANAMES": [ + "Kafin haihuwar annab", + "Bayan haihuwar annab" + ], + "ERAS": [ + "KHAI", + "BHAI" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janairu", + "Faburairu", + "Maris", + "Afirilu", + "Mayu", + "Yuni", + "Yuli", + "Agusta", + "Satumba", + "Oktoba", + "Nuwamba", + "Disamba" + ], + "SHORTDAY": [ + "Lah", + "Lit", + "Tal", + "Lar", + "Alh", + "Jum", + "Asa" + ], + "SHORTMONTH": [ + "Jan", + "Fab", + "Mar", + "Afi", + "May", + "Yun", + "Yul", + "Agu", + "Sat", + "Okt", + "Nuw", + "Dis" + ], + "STANDALONEMONTH": [ + "Janairu", + "Faburairu", + "Maris", + "Afirilu", + "Mayu", + "Yuni", + "Yuli", + "Agusta", + "Satumba", + "Oktoba", + "Nuwamba", + "Disamba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a6", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ha", + "localeID": "ha", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_haw-us.js b/src/ngLocale/angular-locale_haw-us.js new file mode 100644 index 000000000000..2dab59b50c3e --- /dev/null +++ b/src/ngLocale/angular-locale_haw-us.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "L\u0101pule", + "Po\u02bbakahi", + "Po\u02bbalua", + "Po\u02bbakolu", + "Po\u02bbah\u0101", + "Po\u02bbalima", + "Po\u02bbaono" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Ianuali", + "Pepeluali", + "Malaki", + "\u02bbApelila", + "Mei", + "Iune", + "Iulai", + "\u02bbAukake", + "Kepakemapa", + "\u02bbOkakopa", + "Nowemapa", + "Kekemapa" + ], + "SHORTDAY": [ + "LP", + "P1", + "P2", + "P3", + "P4", + "P5", + "P6" + ], + "SHORTMONTH": [ + "Ian.", + "Pep.", + "Mal.", + "\u02bbAp.", + "Mei", + "Iun.", + "Iul.", + "\u02bbAu.", + "Kep.", + "\u02bbOk.", + "Now.", + "Kek." + ], + "STANDALONEMONTH": [ + "Ianuali", + "Pepeluali", + "Malaki", + "\u02bbApelila", + "Mei", + "Iune", + "Iulai", + "\u02bbAukake", + "Kepakemapa", + "\u02bbOkakopa", + "Nowemapa", + "Kekemapa" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "haw-us", + "localeID": "haw_US", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_haw.js b/src/ngLocale/angular-locale_haw.js new file mode 100644 index 000000000000..c1cd77e66954 --- /dev/null +++ b/src/ngLocale/angular-locale_haw.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "L\u0101pule", + "Po\u02bbakahi", + "Po\u02bbalua", + "Po\u02bbakolu", + "Po\u02bbah\u0101", + "Po\u02bbalima", + "Po\u02bbaono" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Ianuali", + "Pepeluali", + "Malaki", + "\u02bbApelila", + "Mei", + "Iune", + "Iulai", + "\u02bbAukake", + "Kepakemapa", + "\u02bbOkakopa", + "Nowemapa", + "Kekemapa" + ], + "SHORTDAY": [ + "LP", + "P1", + "P2", + "P3", + "P4", + "P5", + "P6" + ], + "SHORTMONTH": [ + "Ian.", + "Pep.", + "Mal.", + "\u02bbAp.", + "Mei", + "Iun.", + "Iul.", + "\u02bbAu.", + "Kep.", + "\u02bbOk.", + "Now.", + "Kek." + ], + "STANDALONEMONTH": [ + "Ianuali", + "Pepeluali", + "Malaki", + "\u02bbApelila", + "Mei", + "Iune", + "Iulai", + "\u02bbAukake", + "Kepakemapa", + "\u02bbOkakopa", + "Nowemapa", + "Kekemapa" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "haw", + "localeID": "haw", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_he-il.js b/src/ngLocale/angular-locale_he-il.js index 1e1f2002e259..6c8ed7d027e3 100644 --- a/src/ngLocale/angular-locale_he-il.js +++ b/src/ngLocale/angular-locale_he-il.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₪"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["ינואר","פברואר","מרס","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],"SHORTMONTH":["ינו","פבר","מרס","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב","דצמ"],"DAY":["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","יום שבת"],"SHORTDAY":["יום א׳","יום ב׳","יום ג׳","יום ד׳","יום ה׳","יום ו׳","שבת"],"AMPMS":["לפנה״צ","אחה״צ"],"medium":"d בMMM yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, d בMMMM y","longDate":"d בMMMM y","mediumDate":"d בMMM yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"he-il"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6", + "\u05d0\u05d7\u05d4\u05f4\u05e6" + ], + "DAY": [ + "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", + "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", + "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", + "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", + "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", + "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", + "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea" + ], + "ERANAMES": [ + "\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4", + "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4" + ], + "ERAS": [ + "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1", + "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u05d9\u05e0\u05d5\u05d0\u05e8", + "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05d9\u05dc", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "\u05d3\u05e6\u05de\u05d1\u05e8" + ], + "SHORTDAY": [ + "\u05d9\u05d5\u05dd \u05d0\u05f3", + "\u05d9\u05d5\u05dd \u05d1\u05f3", + "\u05d9\u05d5\u05dd \u05d2\u05f3", + "\u05d9\u05d5\u05dd \u05d3\u05f3", + "\u05d9\u05d5\u05dd \u05d4\u05f3", + "\u05d9\u05d5\u05dd \u05d5\u05f3", + "\u05e9\u05d1\u05ea" + ], + "SHORTMONTH": [ + "\u05d9\u05e0\u05d5\u05f3", + "\u05e4\u05d1\u05e8\u05f3", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05f3", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05f3", + "\u05e1\u05e4\u05d8\u05f3", + "\u05d0\u05d5\u05e7\u05f3", + "\u05e0\u05d5\u05d1\u05f3", + "\u05d3\u05e6\u05de\u05f3" + ], + "STANDALONEMONTH": [ + "\u05d9\u05e0\u05d5\u05d0\u05e8", + "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05d9\u05dc", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "\u05d3\u05e6\u05de\u05d1\u05e8" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE, d \u05d1MMMM y", + "longDate": "d \u05d1MMMM y", + "medium": "d \u05d1MMM y H:mm:ss", + "mediumDate": "d \u05d1MMM y", + "mediumTime": "H:mm:ss", + "short": "d.M.y H:mm", + "shortDate": "d.M.y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20aa", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u200f-", + "negSuf": "\u00a0\u00a4", + "posPre": "\u200f", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "he-il", + "localeID": "he_IL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (i == 2 && vf.v == 0) { return PLURAL_CATEGORY.TWO; } if (vf.v == 0 && (n < 0 || n > 10) && n % 10 == 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_he.js b/src/ngLocale/angular-locale_he.js index 5f6a9181fb19..c66acddfab2f 100644 --- a/src/ngLocale/angular-locale_he.js +++ b/src/ngLocale/angular-locale_he.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ינואר","פברואר","מרס","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],"SHORTMONTH":["ינו","פבר","מרס","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב","דצמ"],"DAY":["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","יום שבת"],"SHORTDAY":["יום א׳","יום ב׳","יום ג׳","יום ד׳","יום ה׳","יום ו׳","שבת"],"AMPMS":["לפנה״צ","אחה״צ"],"medium":"d בMMM yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, d בMMMM y","longDate":"d בMMMM y","mediumDate":"d בMMM yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₪"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"he"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6", + "\u05d0\u05d7\u05d4\u05f4\u05e6" + ], + "DAY": [ + "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", + "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", + "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", + "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", + "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", + "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", + "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea" + ], + "ERANAMES": [ + "\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4", + "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4" + ], + "ERAS": [ + "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1", + "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u05d9\u05e0\u05d5\u05d0\u05e8", + "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05d9\u05dc", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "\u05d3\u05e6\u05de\u05d1\u05e8" + ], + "SHORTDAY": [ + "\u05d9\u05d5\u05dd \u05d0\u05f3", + "\u05d9\u05d5\u05dd \u05d1\u05f3", + "\u05d9\u05d5\u05dd \u05d2\u05f3", + "\u05d9\u05d5\u05dd \u05d3\u05f3", + "\u05d9\u05d5\u05dd \u05d4\u05f3", + "\u05d9\u05d5\u05dd \u05d5\u05f3", + "\u05e9\u05d1\u05ea" + ], + "SHORTMONTH": [ + "\u05d9\u05e0\u05d5\u05f3", + "\u05e4\u05d1\u05e8\u05f3", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05f3", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05f3", + "\u05e1\u05e4\u05d8\u05f3", + "\u05d0\u05d5\u05e7\u05f3", + "\u05e0\u05d5\u05d1\u05f3", + "\u05d3\u05e6\u05de\u05f3" + ], + "STANDALONEMONTH": [ + "\u05d9\u05e0\u05d5\u05d0\u05e8", + "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05d9\u05dc", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "\u05d3\u05e6\u05de\u05d1\u05e8" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE, d \u05d1MMMM y", + "longDate": "d \u05d1MMMM y", + "medium": "d \u05d1MMM y H:mm:ss", + "mediumDate": "d \u05d1MMM y", + "mediumTime": "H:mm:ss", + "short": "d.M.y H:mm", + "shortDate": "d.M.y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20aa", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u200f-", + "negSuf": "\u00a0\u00a4", + "posPre": "\u200f", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "he", + "localeID": "he", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (i == 2 && vf.v == 0) { return PLURAL_CATEGORY.TWO; } if (vf.v == 0 && (n < 0 || n > 10) && n % 10 == 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hi-in.js b/src/ngLocale/angular-locale_hi-in.js index 3bbadffc17f6..f6117003b90f 100644 --- a/src/ngLocale/angular-locale_hi-in.js +++ b/src/ngLocale/angular-locale_hi-in.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर"],"SHORTMONTH":["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर"],"DAY":["रविवार","सोमवार","मंगलवार","बुधवार","बृहस्पतिवार","शुक्रवार","शनिवार"],"SHORTDAY":["रवि.","सोम.","मंगल.","बुध.","बृह.","शुक्र.","शनि."],"AMPMS":["पूर्वाह्न","अपराह्न"],"medium":"dd-MM-yyyy h:mm:ss a","short":"d-M-yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"dd-MM-yyyy","shortDate":"d-M-yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"hi-in"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am", + "pm" + ], + "DAY": [ + "\u0930\u0935\u093f\u0935\u093e\u0930", + "\u0938\u094b\u092e\u0935\u093e\u0930", + "\u092e\u0902\u0917\u0932\u0935\u093e\u0930", + "\u092c\u0941\u0927\u0935\u093e\u0930", + "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "\u0936\u0928\u093f\u0935\u093e\u0930" + ], + "ERANAMES": [ + "\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935", + "\u0908\u0938\u0935\u0940 \u0938\u0928" + ], + "ERAS": [ + "\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935", + "\u0908\u0938\u094d\u0935\u0940" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u093c\u0930\u0935\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u0948\u0932", + "\u092e\u0908", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u0924", + "\u0938\u093f\u0924\u0902\u092c\u0930", + "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", + "\u0928\u0935\u0902\u092c\u0930", + "\u0926\u093f\u0938\u0902\u092c\u0930" + ], + "SHORTDAY": [ + "\u0930\u0935\u093f", + "\u0938\u094b\u092e", + "\u092e\u0902\u0917\u0932", + "\u092c\u0941\u0927", + "\u0917\u0941\u0930\u0941", + "\u0936\u0941\u0915\u094d\u0930", + "\u0936\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u0928\u0970", + "\u092b\u093c\u0930\u0970", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u0948\u0932", + "\u092e\u0908", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0970", + "\u0905\u0917\u0970", + "\u0938\u093f\u0924\u0970", + "\u0905\u0915\u094d\u0924\u0942\u0970", + "\u0928\u0935\u0970", + "\u0926\u093f\u0938\u0970" + ], + "STANDALONEMONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u093c\u0930\u0935\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u0948\u0932", + "\u092e\u0908", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u0924", + "\u0938\u093f\u0924\u0902\u092c\u0930", + "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", + "\u0928\u0935\u0902\u092c\u0930", + "\u0926\u093f\u0938\u0902\u092c\u0930" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd/MM/y h:mm:ss a", + "mediumDate": "dd/MM/y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "hi-in", + "localeID": "hi_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hi.js b/src/ngLocale/angular-locale_hi.js index eedc8a46e52e..246678f13819 100644 --- a/src/ngLocale/angular-locale_hi.js +++ b/src/ngLocale/angular-locale_hi.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर"],"SHORTMONTH":["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर"],"DAY":["रविवार","सोमवार","मंगलवार","बुधवार","बृहस्पतिवार","शुक्रवार","शनिवार"],"SHORTDAY":["रवि.","सोम.","मंगल.","बुध.","बृह.","शुक्र.","शनि."],"AMPMS":["पूर्वाह्न","अपराह्न"],"medium":"dd-MM-yyyy h:mm:ss a","short":"d-M-yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"dd-MM-yyyy","shortDate":"d-M-yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"hi"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am", + "pm" + ], + "DAY": [ + "\u0930\u0935\u093f\u0935\u093e\u0930", + "\u0938\u094b\u092e\u0935\u093e\u0930", + "\u092e\u0902\u0917\u0932\u0935\u093e\u0930", + "\u092c\u0941\u0927\u0935\u093e\u0930", + "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "\u0936\u0928\u093f\u0935\u093e\u0930" + ], + "ERANAMES": [ + "\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935", + "\u0908\u0938\u0935\u0940 \u0938\u0928" + ], + "ERAS": [ + "\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935", + "\u0908\u0938\u094d\u0935\u0940" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u093c\u0930\u0935\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u0948\u0932", + "\u092e\u0908", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u0924", + "\u0938\u093f\u0924\u0902\u092c\u0930", + "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", + "\u0928\u0935\u0902\u092c\u0930", + "\u0926\u093f\u0938\u0902\u092c\u0930" + ], + "SHORTDAY": [ + "\u0930\u0935\u093f", + "\u0938\u094b\u092e", + "\u092e\u0902\u0917\u0932", + "\u092c\u0941\u0927", + "\u0917\u0941\u0930\u0941", + "\u0936\u0941\u0915\u094d\u0930", + "\u0936\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u0928\u0970", + "\u092b\u093c\u0930\u0970", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u0948\u0932", + "\u092e\u0908", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0970", + "\u0905\u0917\u0970", + "\u0938\u093f\u0924\u0970", + "\u0905\u0915\u094d\u0924\u0942\u0970", + "\u0928\u0935\u0970", + "\u0926\u093f\u0938\u0970" + ], + "STANDALONEMONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u093c\u0930\u0935\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u0948\u0932", + "\u092e\u0908", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u0924", + "\u0938\u093f\u0924\u0902\u092c\u0930", + "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", + "\u0928\u0935\u0902\u092c\u0930", + "\u0926\u093f\u0938\u0902\u092c\u0930" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd/MM/y h:mm:ss a", + "mediumDate": "dd/MM/y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "hi", + "localeID": "hi", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hr-ba.js b/src/ngLocale/angular-locale_hr-ba.js new file mode 100644 index 000000000000..b593b53a51f3 --- /dev/null +++ b/src/ngLocale/angular-locale_hr-ba.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "nedjelja", + "ponedjeljak", + "utorak", + "srijeda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "prije Krista", + "poslije Krista" + ], + "ERAS": [ + "pr. Kr.", + "po. Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "sije\u010dnja", + "velja\u010de", + "o\u017eujka", + "travnja", + "svibnja", + "lipnja", + "srpnja", + "kolovoza", + "rujna", + "listopada", + "studenoga", + "prosinca" + ], + "SHORTDAY": [ + "ned", + "pon", + "uto", + "sri", + "\u010det", + "pet", + "sub" + ], + "SHORTMONTH": [ + "sij", + "velj", + "o\u017eu", + "tra", + "svi", + "lip", + "srp", + "kol", + "ruj", + "lis", + "stu", + "pro" + ], + "STANDALONEMONTH": [ + "sije\u010danj", + "velja\u010da", + "o\u017eujak", + "travanj", + "svibanj", + "lipanj", + "srpanj", + "kolovoz", + "rujan", + "listopad", + "studeni", + "prosinac" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y.", + "longDate": "d. MMMM y.", + "medium": "d. MMM y. HH:mm:ss", + "mediumDate": "d. MMM y.", + "mediumTime": "HH:mm:ss", + "short": "d. M. yy. HH:mm", + "shortDate": "d. M. yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KM", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "hr-ba", + "localeID": "hr_BA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hr-hr.js b/src/ngLocale/angular-locale_hr-hr.js index 47dead456b0a..b6a6bdb0d0d5 100644 --- a/src/ngLocale/angular-locale_hr-hr.js +++ b/src/ngLocale/angular-locale_hr-hr.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"kn"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"],"SHORTMONTH":["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],"DAY":["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],"SHORTDAY":["ned","pon","uto","sri","čet","pet","sub"],"AMPMS":["AM","PM"],"medium":"d. M. yyyy. HH:mm:ss","short":"dd. MM. yyyy. HH:mm","fullDate":"EEEE, d. MMMM y.","longDate":"d. MMMM y.","mediumDate":"d. M. yyyy.","shortDate":"dd. MM. yyyy.","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"hr-hr"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "nedjelja", + "ponedjeljak", + "utorak", + "srijeda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "prije Krista", + "poslije Krista" + ], + "ERAS": [ + "pr. Kr.", + "po. Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "sije\u010dnja", + "velja\u010de", + "o\u017eujka", + "travnja", + "svibnja", + "lipnja", + "srpnja", + "kolovoza", + "rujna", + "listopada", + "studenoga", + "prosinca" + ], + "SHORTDAY": [ + "ned", + "pon", + "uto", + "sri", + "\u010det", + "pet", + "sub" + ], + "SHORTMONTH": [ + "sij", + "velj", + "o\u017eu", + "tra", + "svi", + "lip", + "srp", + "kol", + "ruj", + "lis", + "stu", + "pro" + ], + "STANDALONEMONTH": [ + "sije\u010danj", + "velja\u010da", + "o\u017eujak", + "travanj", + "svibanj", + "lipanj", + "srpanj", + "kolovoz", + "rujan", + "listopad", + "studeni", + "prosinac" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y.", + "longDate": "d. MMMM y.", + "medium": "d. MMM y. HH:mm:ss", + "mediumDate": "d. MMM y.", + "mediumTime": "HH:mm:ss", + "short": "dd. MM. y. HH:mm", + "shortDate": "dd. MM. y.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kn", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "hr-hr", + "localeID": "hr_HR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hr.js b/src/ngLocale/angular-locale_hr.js index 17b5031595c8..254b57fcfad3 100644 --- a/src/ngLocale/angular-locale_hr.js +++ b/src/ngLocale/angular-locale_hr.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"],"SHORTMONTH":["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],"DAY":["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],"SHORTDAY":["ned","pon","uto","sri","čet","pet","sub"],"AMPMS":["AM","PM"],"medium":"d. M. yyyy. HH:mm:ss","short":"dd. MM. yyyy. HH:mm","fullDate":"EEEE, d. MMMM y.","longDate":"d. MMMM y.","mediumDate":"d. M. yyyy.","shortDate":"dd. MM. yyyy.","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"kn"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"id":"hr"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "nedjelja", + "ponedjeljak", + "utorak", + "srijeda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "prije Krista", + "poslije Krista" + ], + "ERAS": [ + "pr. Kr.", + "po. Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "sije\u010dnja", + "velja\u010de", + "o\u017eujka", + "travnja", + "svibnja", + "lipnja", + "srpnja", + "kolovoza", + "rujna", + "listopada", + "studenoga", + "prosinca" + ], + "SHORTDAY": [ + "ned", + "pon", + "uto", + "sri", + "\u010det", + "pet", + "sub" + ], + "SHORTMONTH": [ + "sij", + "velj", + "o\u017eu", + "tra", + "svi", + "lip", + "srp", + "kol", + "ruj", + "lis", + "stu", + "pro" + ], + "STANDALONEMONTH": [ + "sije\u010danj", + "velja\u010da", + "o\u017eujak", + "travanj", + "svibanj", + "lipanj", + "srpanj", + "kolovoz", + "rujan", + "listopad", + "studeni", + "prosinac" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y.", + "longDate": "d. MMMM y.", + "medium": "d. MMM y. HH:mm:ss", + "mediumDate": "d. MMM y.", + "mediumTime": "HH:mm:ss", + "short": "dd. MM. y. HH:mm", + "shortDate": "dd. MM. y.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kn", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "hr", + "localeID": "hr", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hsb-de.js b/src/ngLocale/angular-locale_hsb-de.js new file mode 100644 index 000000000000..5e5ff8dd85e1 --- /dev/null +++ b/src/ngLocale/angular-locale_hsb-de.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "dopo\u0142dnja", + "popo\u0142dnju" + ], + "DAY": [ + "njed\u017aela", + "p\u00f3nd\u017aela", + "wutora", + "srjeda", + "\u0161tw\u00f3rtk", + "pjatk", + "sobota" + ], + "ERANAMES": [ + "p\u0159ed Chrystowym narod\u017aenjom", + "po Chrystowym narod\u017aenju" + ], + "ERAS": [ + "p\u0159.Chr.n.", + "po Chr.n." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januara", + "februara", + "m\u011brca", + "apryla", + "meje", + "junija", + "julija", + "awgusta", + "septembra", + "oktobra", + "nowembra", + "decembra" + ], + "SHORTDAY": [ + "nje", + "p\u00f3n", + "wut", + "srj", + "\u0161tw", + "pja", + "sob" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "m\u011br.", + "apr.", + "mej.", + "jun.", + "jul.", + "awg.", + "sep.", + "okt.", + "now.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "m\u011brc", + "apryl", + "meja", + "junij", + "julij", + "awgust", + "september", + "oktober", + "nowember", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.y H:mm:ss", + "mediumDate": "d.M.y", + "mediumTime": "H:mm:ss", + "short": "d.M.yy H:mm 'hod\u017a'.", + "shortDate": "d.M.yy", + "shortTime": "H:mm 'hod\u017a'." + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "hsb-de", + "localeID": "hsb_DE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hsb.js b/src/ngLocale/angular-locale_hsb.js new file mode 100644 index 000000000000..513d701038af --- /dev/null +++ b/src/ngLocale/angular-locale_hsb.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "dopo\u0142dnja", + "popo\u0142dnju" + ], + "DAY": [ + "njed\u017aela", + "p\u00f3nd\u017aela", + "wutora", + "srjeda", + "\u0161tw\u00f3rtk", + "pjatk", + "sobota" + ], + "ERANAMES": [ + "p\u0159ed Chrystowym narod\u017aenjom", + "po Chrystowym narod\u017aenju" + ], + "ERAS": [ + "p\u0159.Chr.n.", + "po Chr.n." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januara", + "februara", + "m\u011brca", + "apryla", + "meje", + "junija", + "julija", + "awgusta", + "septembra", + "oktobra", + "nowembra", + "decembra" + ], + "SHORTDAY": [ + "nje", + "p\u00f3n", + "wut", + "srj", + "\u0161tw", + "pja", + "sob" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "m\u011br.", + "apr.", + "mej.", + "jun.", + "jul.", + "awg.", + "sep.", + "okt.", + "now.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "m\u011brc", + "apryl", + "meja", + "junij", + "julij", + "awgust", + "september", + "oktober", + "nowember", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.y H:mm:ss", + "mediumDate": "d.M.y", + "mediumTime": "H:mm:ss", + "short": "d.M.yy H:mm 'hod\u017a'.", + "shortDate": "d.M.yy", + "shortTime": "H:mm 'hod\u017a'." + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "hsb", + "localeID": "hsb", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hu-hu.js b/src/ngLocale/angular-locale_hu-hu.js index 906769f0a8f2..9d0bd6da96fc 100644 --- a/src/ngLocale/angular-locale_hu-hu.js +++ b/src/ngLocale/angular-locale_hu-hu.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Ft"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"],"SHORTMONTH":["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec."],"DAY":["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],"SHORTDAY":["V","H","K","Sze","Cs","P","Szo"],"AMPMS":["de.","du."],"medium":"yyyy.MM.dd. H:mm:ss","short":"yyyy.MM.dd. H:mm","fullDate":"y. MMMM d., EEEE","longDate":"y. MMMM d.","mediumDate":"yyyy.MM.dd.","shortDate":"yyyy.MM.dd.","mediumTime":"H:mm:ss","shortTime":"H:mm"},"id":"hu-hu"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "de.", + "du." + ], + "DAY": [ + "vas\u00e1rnap", + "h\u00e9tf\u0151", + "kedd", + "szerda", + "cs\u00fct\u00f6rt\u00f6k", + "p\u00e9ntek", + "szombat" + ], + "ERANAMES": [ + "id\u0151sz\u00e1m\u00edt\u00e1sunk el\u0151tt", + "id\u0151sz\u00e1m\u00edt\u00e1sunk szerint" + ], + "ERAS": [ + "i. e.", + "i. sz." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janu\u00e1r", + "febru\u00e1r", + "m\u00e1rcius", + "\u00e1prilis", + "m\u00e1jus", + "j\u00fanius", + "j\u00falius", + "augusztus", + "szeptember", + "okt\u00f3ber", + "november", + "december" + ], + "SHORTDAY": [ + "V", + "H", + "K", + "Sze", + "Cs", + "P", + "Szo" + ], + "SHORTMONTH": [ + "jan.", + "febr.", + "m\u00e1rc.", + "\u00e1pr.", + "m\u00e1j.", + "j\u00fan.", + "j\u00fal.", + "aug.", + "szept.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "janu\u00e1r", + "febru\u00e1r", + "m\u00e1rcius", + "\u00e1prilis", + "m\u00e1jus", + "j\u00fanius", + "j\u00falius", + "augusztus", + "szeptember", + "okt\u00f3ber", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y. MMMM d., EEEE", + "longDate": "y. MMMM d.", + "medium": "y. MMM d. H:mm:ss", + "mediumDate": "y. MMM d.", + "mediumTime": "H:mm:ss", + "short": "y. MM. dd. H:mm", + "shortDate": "y. MM. dd.", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ft", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "hu-hu", + "localeID": "hu_HU", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hu.js b/src/ngLocale/angular-locale_hu.js index 024eaa41c5f3..6fe1ec1e5a84 100644 --- a/src/ngLocale/angular-locale_hu.js +++ b/src/ngLocale/angular-locale_hu.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"],"SHORTMONTH":["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec."],"DAY":["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],"SHORTDAY":["V","H","K","Sze","Cs","P","Szo"],"AMPMS":["de.","du."],"medium":"yyyy.MM.dd. H:mm:ss","short":"yyyy.MM.dd. H:mm","fullDate":"y. MMMM d., EEEE","longDate":"y. MMMM d.","mediumDate":"yyyy.MM.dd.","shortDate":"yyyy.MM.dd.","mediumTime":"H:mm:ss","shortTime":"H:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Ft"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"hu"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "de.", + "du." + ], + "DAY": [ + "vas\u00e1rnap", + "h\u00e9tf\u0151", + "kedd", + "szerda", + "cs\u00fct\u00f6rt\u00f6k", + "p\u00e9ntek", + "szombat" + ], + "ERANAMES": [ + "id\u0151sz\u00e1m\u00edt\u00e1sunk el\u0151tt", + "id\u0151sz\u00e1m\u00edt\u00e1sunk szerint" + ], + "ERAS": [ + "i. e.", + "i. sz." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janu\u00e1r", + "febru\u00e1r", + "m\u00e1rcius", + "\u00e1prilis", + "m\u00e1jus", + "j\u00fanius", + "j\u00falius", + "augusztus", + "szeptember", + "okt\u00f3ber", + "november", + "december" + ], + "SHORTDAY": [ + "V", + "H", + "K", + "Sze", + "Cs", + "P", + "Szo" + ], + "SHORTMONTH": [ + "jan.", + "febr.", + "m\u00e1rc.", + "\u00e1pr.", + "m\u00e1j.", + "j\u00fan.", + "j\u00fal.", + "aug.", + "szept.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "janu\u00e1r", + "febru\u00e1r", + "m\u00e1rcius", + "\u00e1prilis", + "m\u00e1jus", + "j\u00fanius", + "j\u00falius", + "augusztus", + "szeptember", + "okt\u00f3ber", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y. MMMM d., EEEE", + "longDate": "y. MMMM d.", + "medium": "y. MMM d. H:mm:ss", + "mediumDate": "y. MMM d.", + "mediumTime": "H:mm:ss", + "short": "y. MM. dd. H:mm", + "shortDate": "y. MM. dd.", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ft", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "hu", + "localeID": "hu", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hy-am.js b/src/ngLocale/angular-locale_hy-am.js new file mode 100644 index 000000000000..87bf471887f4 --- /dev/null +++ b/src/ngLocale/angular-locale_hy-am.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u056f\u056b\u0580\u0561\u056f\u056b", + "\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b", + "\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", + "\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", + "\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b", + "\u0578\u0582\u0580\u0562\u0561\u0569", + "\u0577\u0561\u0562\u0561\u0569" + ], + "ERANAMES": [ + "\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0561\u057c\u0561\u057b", + "\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0570\u0565\u057f\u0578" + ], + "ERAS": [ + "\u0574.\u0569.\u0561.", + "\u0574.\u0569." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b", + "\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b", + "\u0574\u0561\u0580\u057f\u056b", + "\u0561\u057a\u0580\u056b\u056c\u056b", + "\u0574\u0561\u0575\u056b\u057d\u056b", + "\u0570\u0578\u0582\u0576\u056b\u057d\u056b", + "\u0570\u0578\u0582\u056c\u056b\u057d\u056b", + "\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b", + "\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b", + "\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b", + "\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b", + "\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b" + ], + "SHORTDAY": [ + "\u056f\u056b\u0580", + "\u0565\u0580\u056f", + "\u0565\u0580\u0584", + "\u0579\u0580\u0584", + "\u0570\u0576\u0563", + "\u0578\u0582\u0580", + "\u0577\u0562\u0569" + ], + "SHORTMONTH": [ + "\u0570\u0576\u057e", + "\u0583\u057f\u057e", + "\u0574\u0580\u057f", + "\u0561\u057a\u0580", + "\u0574\u0575\u057d", + "\u0570\u0576\u057d", + "\u0570\u056c\u057d", + "\u0585\u0563\u057d", + "\u057d\u0565\u057a", + "\u0570\u0578\u056f", + "\u0576\u0578\u0575", + "\u0564\u0565\u056f" + ], + "STANDALONEMONTH": [ + "\u0570\u0578\u0582\u0576\u057e\u0561\u0580", + "\u0583\u0565\u057f\u0580\u057e\u0561\u0580", + "\u0574\u0561\u0580\u057f", + "\u0561\u057a\u0580\u056b\u056c", + "\u0574\u0561\u0575\u056b\u057d", + "\u0570\u0578\u0582\u0576\u056b\u057d", + "\u0570\u0578\u0582\u056c\u056b\u057d", + "\u0585\u0563\u0578\u057d\u057f\u0578\u057d", + "\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580", + "\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580", + "\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580", + "\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y \u0569. MMMM d, EEEE", + "longDate": "dd MMMM, y \u0569.", + "medium": "dd MMM, y \u0569. HH:mm:ss", + "mediumDate": "dd MMM, y \u0569.", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Dram", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "hy-am", + "localeID": "hy_AM", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_hy.js b/src/ngLocale/angular-locale_hy.js new file mode 100644 index 000000000000..2c7d5122a136 --- /dev/null +++ b/src/ngLocale/angular-locale_hy.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u056f\u056b\u0580\u0561\u056f\u056b", + "\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b", + "\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", + "\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", + "\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b", + "\u0578\u0582\u0580\u0562\u0561\u0569", + "\u0577\u0561\u0562\u0561\u0569" + ], + "ERANAMES": [ + "\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0561\u057c\u0561\u057b", + "\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0570\u0565\u057f\u0578" + ], + "ERAS": [ + "\u0574.\u0569.\u0561.", + "\u0574.\u0569." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b", + "\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b", + "\u0574\u0561\u0580\u057f\u056b", + "\u0561\u057a\u0580\u056b\u056c\u056b", + "\u0574\u0561\u0575\u056b\u057d\u056b", + "\u0570\u0578\u0582\u0576\u056b\u057d\u056b", + "\u0570\u0578\u0582\u056c\u056b\u057d\u056b", + "\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b", + "\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b", + "\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b", + "\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b", + "\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b" + ], + "SHORTDAY": [ + "\u056f\u056b\u0580", + "\u0565\u0580\u056f", + "\u0565\u0580\u0584", + "\u0579\u0580\u0584", + "\u0570\u0576\u0563", + "\u0578\u0582\u0580", + "\u0577\u0562\u0569" + ], + "SHORTMONTH": [ + "\u0570\u0576\u057e", + "\u0583\u057f\u057e", + "\u0574\u0580\u057f", + "\u0561\u057a\u0580", + "\u0574\u0575\u057d", + "\u0570\u0576\u057d", + "\u0570\u056c\u057d", + "\u0585\u0563\u057d", + "\u057d\u0565\u057a", + "\u0570\u0578\u056f", + "\u0576\u0578\u0575", + "\u0564\u0565\u056f" + ], + "STANDALONEMONTH": [ + "\u0570\u0578\u0582\u0576\u057e\u0561\u0580", + "\u0583\u0565\u057f\u0580\u057e\u0561\u0580", + "\u0574\u0561\u0580\u057f", + "\u0561\u057a\u0580\u056b\u056c", + "\u0574\u0561\u0575\u056b\u057d", + "\u0570\u0578\u0582\u0576\u056b\u057d", + "\u0570\u0578\u0582\u056c\u056b\u057d", + "\u0585\u0563\u0578\u057d\u057f\u0578\u057d", + "\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580", + "\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580", + "\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580", + "\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y \u0569. MMMM d, EEEE", + "longDate": "dd MMMM, y \u0569.", + "medium": "dd MMM, y \u0569. HH:mm:ss", + "mediumDate": "dd MMM, y \u0569.", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Dram", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "hy", + "localeID": "hy", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_id-id.js b/src/ngLocale/angular-locale_id-id.js index 8c4311e6f13b..8b5d5602dfdf 100644 --- a/src/ngLocale/angular-locale_id-id.js +++ b/src/ngLocale/angular-locale_id-id.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rp"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],"SHORTMONTH":["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agt","Sep","Okt","Nov","Des"],"DAY":["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],"SHORTDAY":["Min","Sen","Sel","Rab","Kam","Jum","Sab"],"AMPMS":["pagi","malam"],"medium":"d MMM yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, dd MMMM yyyy","longDate":"d MMMM yyyy","mediumDate":"d MMM yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"id-id"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Minggu", + "Senin", + "Selasa", + "Rabu", + "Kamis", + "Jumat", + "Sabtu" + ], + "ERANAMES": [ + "Sebelum Masehi", + "Masehi" + ], + "ERAS": [ + "SM", + "M" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januari", + "Februari", + "Maret", + "April", + "Mei", + "Juni", + "Juli", + "Agustus", + "September", + "Oktober", + "November", + "Desember" + ], + "SHORTDAY": [ + "Min", + "Sen", + "Sel", + "Rab", + "Kam", + "Jum", + "Sab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "Mei", + "Jun", + "Jul", + "Agt", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Maret", + "April", + "Mei", + "Juni", + "Juli", + "Agustus", + "September", + "Oktober", + "November", + "Desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH.mm.ss", + "mediumDate": "d MMM y", + "mediumTime": "HH.mm.ss", + "short": "dd/MM/yy HH.mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rp", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "id-id", + "localeID": "id_ID", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_id.js b/src/ngLocale/angular-locale_id.js index 23bee9fa69d1..12d48077a47e 100644 --- a/src/ngLocale/angular-locale_id.js +++ b/src/ngLocale/angular-locale_id.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],"SHORTMONTH":["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agt","Sep","Okt","Nov","Des"],"DAY":["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],"SHORTDAY":["Min","Sen","Sel","Rab","Kam","Jum","Sab"],"AMPMS":["pagi","malam"],"medium":"d MMM yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, dd MMMM yyyy","longDate":"d MMMM yyyy","mediumDate":"d MMM yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rp"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"id"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Minggu", + "Senin", + "Selasa", + "Rabu", + "Kamis", + "Jumat", + "Sabtu" + ], + "ERANAMES": [ + "Sebelum Masehi", + "Masehi" + ], + "ERAS": [ + "SM", + "M" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januari", + "Februari", + "Maret", + "April", + "Mei", + "Juni", + "Juli", + "Agustus", + "September", + "Oktober", + "November", + "Desember" + ], + "SHORTDAY": [ + "Min", + "Sen", + "Sel", + "Rab", + "Kam", + "Jum", + "Sab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "Mei", + "Jun", + "Jul", + "Agt", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Maret", + "April", + "Mei", + "Juni", + "Juli", + "Agustus", + "September", + "Oktober", + "November", + "Desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH.mm.ss", + "mediumDate": "d MMM y", + "mediumTime": "HH.mm.ss", + "short": "dd/MM/yy HH.mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rp", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "id", + "localeID": "id", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ig-ng.js b/src/ngLocale/angular-locale_ig-ng.js new file mode 100644 index 000000000000..c8aa6c6c952d --- /dev/null +++ b/src/ngLocale/angular-locale_ig-ng.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "A.M.", + "P.M." + ], + "DAY": [ + "Mb\u1ecds\u1ecb \u1ee4ka", + "M\u1ecdnde", + "Tiuzdee", + "Wenezdee", + "T\u1ecd\u1ecdzdee", + "Fra\u1ecbdee", + "Sat\u1ecddee" + ], + "ERANAMES": [ + "Tupu Kristi", + "Af\u1ecd Kristi" + ], + "ERAS": [ + "T.K.", + "A.K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jen\u1ee5war\u1ecb", + "Febr\u1ee5war\u1ecb", + "Maach\u1ecb", + "Eprel", + "Mee", + "Juun", + "Jula\u1ecb", + "\u1eccg\u1ecd\u1ecdst", + "Septemba", + "\u1eccktoba", + "Novemba", + "Disemba" + ], + "SHORTDAY": [ + "\u1ee4ka", + "M\u1ecdn", + "Tiu", + "Wen", + "T\u1ecd\u1ecd", + "Fra\u1ecb", + "Sat" + ], + "SHORTMONTH": [ + "Jen", + "Feb", + "Maa", + "Epr", + "Mee", + "Juu", + "Jul", + "\u1eccg\u1ecd", + "Sep", + "\u1ecckt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Jen\u1ee5war\u1ecb", + "Febr\u1ee5war\u1ecb", + "Maach\u1ecb", + "Eprel", + "Mee", + "Juun", + "Jula\u1ecb", + "\u1eccg\u1ecd\u1ecdst", + "Septemba", + "\u1eccktoba", + "Novemba", + "Disemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a6", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ig-ng", + "localeID": "ig_NG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ig.js b/src/ngLocale/angular-locale_ig.js new file mode 100644 index 000000000000..34098ea5baac --- /dev/null +++ b/src/ngLocale/angular-locale_ig.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "A.M.", + "P.M." + ], + "DAY": [ + "Mb\u1ecds\u1ecb \u1ee4ka", + "M\u1ecdnde", + "Tiuzdee", + "Wenezdee", + "T\u1ecd\u1ecdzdee", + "Fra\u1ecbdee", + "Sat\u1ecddee" + ], + "ERANAMES": [ + "Tupu Kristi", + "Af\u1ecd Kristi" + ], + "ERAS": [ + "T.K.", + "A.K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jen\u1ee5war\u1ecb", + "Febr\u1ee5war\u1ecb", + "Maach\u1ecb", + "Eprel", + "Mee", + "Juun", + "Jula\u1ecb", + "\u1eccg\u1ecd\u1ecdst", + "Septemba", + "\u1eccktoba", + "Novemba", + "Disemba" + ], + "SHORTDAY": [ + "\u1ee4ka", + "M\u1ecdn", + "Tiu", + "Wen", + "T\u1ecd\u1ecd", + "Fra\u1ecb", + "Sat" + ], + "SHORTMONTH": [ + "Jen", + "Feb", + "Maa", + "Epr", + "Mee", + "Juu", + "Jul", + "\u1eccg\u1ecd", + "Sep", + "\u1ecckt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Jen\u1ee5war\u1ecb", + "Febr\u1ee5war\u1ecb", + "Maach\u1ecb", + "Eprel", + "Mee", + "Juun", + "Jula\u1ecb", + "\u1eccg\u1ecd\u1ecdst", + "Septemba", + "\u1eccktoba", + "Novemba", + "Disemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a6", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ig", + "localeID": "ig", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ii-cn.js b/src/ngLocale/angular-locale_ii-cn.js new file mode 100644 index 000000000000..fc62f38f7a04 --- /dev/null +++ b/src/ngLocale/angular-locale_ii-cn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\ua3b8\ua111", + "\ua06f\ua2d2" + ], + "DAY": [ + "\ua46d\ua18f\ua44d", + "\ua18f\ua282\ua2cd", + "\ua18f\ua282\ua44d", + "\ua18f\ua282\ua315", + "\ua18f\ua282\ua1d6", + "\ua18f\ua282\ua26c", + "\ua18f\ua282\ua0d8" + ], + "ERANAMES": [ + "\ua0c5\ua2ca\ua0bf", + "\ua0c5\ua2ca\ua282" + ], + "ERAS": [ + "\ua0c5\ua2ca\ua0bf", + "\ua0c5\ua2ca\ua282" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\ua2cd\ua1aa", + "\ua44d\ua1aa", + "\ua315\ua1aa", + "\ua1d6\ua1aa", + "\ua26c\ua1aa", + "\ua0d8\ua1aa", + "\ua3c3\ua1aa", + "\ua246\ua1aa", + "\ua22c\ua1aa", + "\ua2b0\ua1aa", + "\ua2b0\ua2aa\ua1aa", + "\ua2b0\ua44b\ua1aa" + ], + "SHORTDAY": [ + "\ua46d\ua18f", + "\ua18f\ua2cd", + "\ua18f\ua44d", + "\ua18f\ua315", + "\ua18f\ua1d6", + "\ua18f\ua26c", + "\ua18f\ua0d8" + ], + "SHORTMONTH": [ + "\ua2cd\ua1aa", + "\ua44d\ua1aa", + "\ua315\ua1aa", + "\ua1d6\ua1aa", + "\ua26c\ua1aa", + "\ua0d8\ua1aa", + "\ua3c3\ua1aa", + "\ua246\ua1aa", + "\ua22c\ua1aa", + "\ua2b0\ua1aa", + "\ua2b0\ua2aa\ua1aa", + "\ua2b0\ua44b\ua1aa" + ], + "STANDALONEMONTH": [ + "\ua2cd\ua1aa", + "\ua44d\ua1aa", + "\ua315\ua1aa", + "\ua1d6\ua1aa", + "\ua26c\ua1aa", + "\ua0d8\ua1aa", + "\ua3c3\ua1aa", + "\ua246\ua1aa", + "\ua22c\ua1aa", + "\ua2b0\ua1aa", + "\ua2b0\ua2aa\ua1aa", + "\ua2b0\ua44b\ua1aa" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ii-cn", + "localeID": "ii_CN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ii.js b/src/ngLocale/angular-locale_ii.js new file mode 100644 index 000000000000..ca0e5fecb208 --- /dev/null +++ b/src/ngLocale/angular-locale_ii.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\ua3b8\ua111", + "\ua06f\ua2d2" + ], + "DAY": [ + "\ua46d\ua18f\ua44d", + "\ua18f\ua282\ua2cd", + "\ua18f\ua282\ua44d", + "\ua18f\ua282\ua315", + "\ua18f\ua282\ua1d6", + "\ua18f\ua282\ua26c", + "\ua18f\ua282\ua0d8" + ], + "ERANAMES": [ + "\ua0c5\ua2ca\ua0bf", + "\ua0c5\ua2ca\ua282" + ], + "ERAS": [ + "\ua0c5\ua2ca\ua0bf", + "\ua0c5\ua2ca\ua282" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\ua2cd\ua1aa", + "\ua44d\ua1aa", + "\ua315\ua1aa", + "\ua1d6\ua1aa", + "\ua26c\ua1aa", + "\ua0d8\ua1aa", + "\ua3c3\ua1aa", + "\ua246\ua1aa", + "\ua22c\ua1aa", + "\ua2b0\ua1aa", + "\ua2b0\ua2aa\ua1aa", + "\ua2b0\ua44b\ua1aa" + ], + "SHORTDAY": [ + "\ua46d\ua18f", + "\ua18f\ua2cd", + "\ua18f\ua44d", + "\ua18f\ua315", + "\ua18f\ua1d6", + "\ua18f\ua26c", + "\ua18f\ua0d8" + ], + "SHORTMONTH": [ + "\ua2cd\ua1aa", + "\ua44d\ua1aa", + "\ua315\ua1aa", + "\ua1d6\ua1aa", + "\ua26c\ua1aa", + "\ua0d8\ua1aa", + "\ua3c3\ua1aa", + "\ua246\ua1aa", + "\ua22c\ua1aa", + "\ua2b0\ua1aa", + "\ua2b0\ua2aa\ua1aa", + "\ua2b0\ua44b\ua1aa" + ], + "STANDALONEMONTH": [ + "\ua2cd\ua1aa", + "\ua44d\ua1aa", + "\ua315\ua1aa", + "\ua1d6\ua1aa", + "\ua26c\ua1aa", + "\ua0d8\ua1aa", + "\ua3c3\ua1aa", + "\ua246\ua1aa", + "\ua22c\ua1aa", + "\ua2b0\ua1aa", + "\ua2b0\ua2aa\ua1aa", + "\ua2b0\ua44b\ua1aa" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ii", + "localeID": "ii", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_in.js b/src/ngLocale/angular-locale_in.js index c1ecdbe918b0..98eaf0216d6f 100644 --- a/src/ngLocale/angular-locale_in.js +++ b/src/ngLocale/angular-locale_in.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],"SHORTMONTH":["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agt","Sep","Okt","Nov","Des"],"DAY":["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],"SHORTDAY":["Min","Sen","Sel","Rab","Kam","Jum","Sab"],"AMPMS":["pagi","malam"],"medium":"d MMM yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, dd MMMM yyyy","longDate":"d MMMM yyyy","mediumDate":"d MMM yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rp"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"in"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Minggu", + "Senin", + "Selasa", + "Rabu", + "Kamis", + "Jumat", + "Sabtu" + ], + "ERANAMES": [ + "Sebelum Masehi", + "Masehi" + ], + "ERAS": [ + "SM", + "M" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januari", + "Februari", + "Maret", + "April", + "Mei", + "Juni", + "Juli", + "Agustus", + "September", + "Oktober", + "November", + "Desember" + ], + "SHORTDAY": [ + "Min", + "Sen", + "Sel", + "Rab", + "Kam", + "Jum", + "Sab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "Mei", + "Jun", + "Jul", + "Agt", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Maret", + "April", + "Mei", + "Juni", + "Juli", + "Agustus", + "September", + "Oktober", + "November", + "Desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH.mm.ss", + "mediumDate": "d MMM y", + "mediumTime": "HH.mm.ss", + "short": "dd/MM/yy HH.mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rp", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "in", + "localeID": "in", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_is-is.js b/src/ngLocale/angular-locale_is-is.js index 471201b860c5..85a79055d6cc 100644 --- a/src/ngLocale/angular-locale_is-is.js +++ b/src/ngLocale/angular-locale_is-is.js @@ -1,4 +1,156 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"kr"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember"],"SHORTMONTH":["jan","feb","mar","apr","maí","jún","júl","ágú","sep","okt","nóv","des"],"DAY":["sunnudagur","mánudagur","þriðjudagur","miðvikudagur","fimmtudagur","föstudagur","laugardagur"],"SHORTDAY":["sun","mán","þri","mið","fim","fös","lau"],"AMPMS":["f.h.","e.h."],"medium":"d.M.yyyy HH:mm:ss","short":"d.M.yyyy HH:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"d.M.yyyy","shortDate":"d.M.yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"is-is"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +function getWT(v, f) { + if (f === 0) { + return {w: 0, t: 0}; + } + + while ((f % 10) === 0) { + f /= 10; + v--; + } + + return {w: v, t: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "f.h.", + "e.h." + ], + "DAY": [ + "sunnudagur", + "m\u00e1nudagur", + "\u00feri\u00f0judagur", + "mi\u00f0vikudagur", + "fimmtudagur", + "f\u00f6studagur", + "laugardagur" + ], + "ERANAMES": [ + "fyrir Krist", + "eftir Krist" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "jan\u00faar", + "febr\u00faar", + "mars", + "apr\u00edl", + "ma\u00ed", + "j\u00fan\u00ed", + "j\u00fal\u00ed", + "\u00e1g\u00fast", + "september", + "okt\u00f3ber", + "n\u00f3vember", + "desember" + ], + "SHORTDAY": [ + "sun.", + "m\u00e1n.", + "\u00feri.", + "mi\u00f0.", + "fim.", + "f\u00f6s.", + "lau." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "ma\u00ed", + "j\u00fan.", + "j\u00fal.", + "\u00e1g\u00fa.", + "sep.", + "okt.", + "n\u00f3v.", + "des." + ], + "STANDALONEMONTH": [ + "jan\u00faar", + "febr\u00faar", + "mars", + "apr\u00edl", + "ma\u00ed", + "j\u00fan\u00ed", + "j\u00fal\u00ed", + "\u00e1g\u00fast", + "september", + "okt\u00f3ber", + "n\u00f3vember", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "d.M.y HH:mm", + "shortDate": "d.M.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "is-is", + "localeID": "is_IS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); var wt = getWT(vf.v, vf.f); if (wt.t == 0 && i % 10 == 1 && i % 100 != 11 || wt.t != 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_is.js b/src/ngLocale/angular-locale_is.js index d53228fe8177..8a602c2f71ef 100644 --- a/src/ngLocale/angular-locale_is.js +++ b/src/ngLocale/angular-locale_is.js @@ -1,4 +1,156 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember"],"SHORTMONTH":["jan","feb","mar","apr","maí","jún","júl","ágú","sep","okt","nóv","des"],"DAY":["sunnudagur","mánudagur","þriðjudagur","miðvikudagur","fimmtudagur","föstudagur","laugardagur"],"SHORTDAY":["sun","mán","þri","mið","fim","fös","lau"],"AMPMS":["f.h.","e.h."],"medium":"d.M.yyyy HH:mm:ss","short":"d.M.yyyy HH:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"d.M.yyyy","shortDate":"d.M.yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"kr"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"is"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +function getWT(v, f) { + if (f === 0) { + return {w: 0, t: 0}; + } + + while ((f % 10) === 0) { + f /= 10; + v--; + } + + return {w: v, t: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "f.h.", + "e.h." + ], + "DAY": [ + "sunnudagur", + "m\u00e1nudagur", + "\u00feri\u00f0judagur", + "mi\u00f0vikudagur", + "fimmtudagur", + "f\u00f6studagur", + "laugardagur" + ], + "ERANAMES": [ + "fyrir Krist", + "eftir Krist" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "jan\u00faar", + "febr\u00faar", + "mars", + "apr\u00edl", + "ma\u00ed", + "j\u00fan\u00ed", + "j\u00fal\u00ed", + "\u00e1g\u00fast", + "september", + "okt\u00f3ber", + "n\u00f3vember", + "desember" + ], + "SHORTDAY": [ + "sun.", + "m\u00e1n.", + "\u00feri.", + "mi\u00f0.", + "fim.", + "f\u00f6s.", + "lau." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "ma\u00ed", + "j\u00fan.", + "j\u00fal.", + "\u00e1g\u00fa.", + "sep.", + "okt.", + "n\u00f3v.", + "des." + ], + "STANDALONEMONTH": [ + "jan\u00faar", + "febr\u00faar", + "mars", + "apr\u00edl", + "ma\u00ed", + "j\u00fan\u00ed", + "j\u00fal\u00ed", + "\u00e1g\u00fast", + "september", + "okt\u00f3ber", + "n\u00f3vember", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "d.M.y HH:mm", + "shortDate": "d.M.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "is", + "localeID": "is", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); var wt = getWT(vf.v, vf.f); if (wt.t == 0 && i % 10 == 1 && i % 100 != 11 || wt.t != 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_it-ch.js b/src/ngLocale/angular-locale_it-ch.js new file mode 100644 index 000000000000..c469d675f397 --- /dev/null +++ b/src/ngLocale/angular-locale_it-ch.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "domenica", + "luned\u00ec", + "marted\u00ec", + "mercoled\u00ec", + "gioved\u00ec", + "venerd\u00ec", + "sabato" + ], + "ERANAMES": [ + "avanti Cristo", + "dopo Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "SHORTDAY": [ + "dom", + "lun", + "mar", + "mer", + "gio", + "ven", + "sab" + ], + "SHORTMONTH": [ + "gen", + "feb", + "mar", + "apr", + "mag", + "giu", + "lug", + "ago", + "set", + "ott", + "nov", + "dic" + ], + "STANDALONEMONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "it-ch", + "localeID": "it_CH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_it-it.js b/src/ngLocale/angular-locale_it-it.js index 5818317f5b3a..ba723af2dda2 100644 --- a/src/ngLocale/angular-locale_it-it.js +++ b/src/ngLocale/angular-locale_it-it.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],"SHORTMONTH":["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],"DAY":["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],"SHORTDAY":["dom","lun","mar","mer","gio","ven","sab"],"AMPMS":["m.","p."],"medium":"dd/MMM/y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"dd MMMM y","mediumDate":"dd/MMM/y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"it-it"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "domenica", + "luned\u00ec", + "marted\u00ec", + "mercoled\u00ec", + "gioved\u00ec", + "venerd\u00ec", + "sabato" + ], + "ERANAMES": [ + "avanti Cristo", + "dopo Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "SHORTDAY": [ + "dom", + "lun", + "mar", + "mer", + "gio", + "ven", + "sab" + ], + "SHORTMONTH": [ + "gen", + "feb", + "mar", + "apr", + "mag", + "giu", + "lug", + "ago", + "set", + "ott", + "nov", + "dic" + ], + "STANDALONEMONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "it-it", + "localeID": "it_IT", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_it-sm.js b/src/ngLocale/angular-locale_it-sm.js new file mode 100644 index 000000000000..cb9d4351d04c --- /dev/null +++ b/src/ngLocale/angular-locale_it-sm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "domenica", + "luned\u00ec", + "marted\u00ec", + "mercoled\u00ec", + "gioved\u00ec", + "venerd\u00ec", + "sabato" + ], + "ERANAMES": [ + "avanti Cristo", + "dopo Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "SHORTDAY": [ + "dom", + "lun", + "mar", + "mer", + "gio", + "ven", + "sab" + ], + "SHORTMONTH": [ + "gen", + "feb", + "mar", + "apr", + "mag", + "giu", + "lug", + "ago", + "set", + "ott", + "nov", + "dic" + ], + "STANDALONEMONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "it-sm", + "localeID": "it_SM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_it-va.js b/src/ngLocale/angular-locale_it-va.js new file mode 100644 index 000000000000..4ab07dbeaac7 --- /dev/null +++ b/src/ngLocale/angular-locale_it-va.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "domenica", + "luned\u00ec", + "marted\u00ec", + "mercoled\u00ec", + "gioved\u00ec", + "venerd\u00ec", + "sabato" + ], + "ERANAMES": [ + "avanti Cristo", + "dopo Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "SHORTDAY": [ + "dom", + "lun", + "mar", + "mer", + "gio", + "ven", + "sab" + ], + "SHORTMONTH": [ + "gen", + "feb", + "mar", + "apr", + "mag", + "giu", + "lug", + "ago", + "set", + "ott", + "nov", + "dic" + ], + "STANDALONEMONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "it-va", + "localeID": "it_VA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_it.js b/src/ngLocale/angular-locale_it.js index 2c6029f030dc..1388721887cb 100644 --- a/src/ngLocale/angular-locale_it.js +++ b/src/ngLocale/angular-locale_it.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],"SHORTMONTH":["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],"DAY":["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],"SHORTDAY":["dom","lun","mar","mer","gio","ven","sab"],"AMPMS":["m.","p."],"medium":"dd/MMM/y HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"dd MMMM y","mediumDate":"dd/MMM/y","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"it"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "domenica", + "luned\u00ec", + "marted\u00ec", + "mercoled\u00ec", + "gioved\u00ec", + "venerd\u00ec", + "sabato" + ], + "ERANAMES": [ + "avanti Cristo", + "dopo Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "SHORTDAY": [ + "dom", + "lun", + "mar", + "mer", + "gio", + "ven", + "sab" + ], + "SHORTMONTH": [ + "gen", + "feb", + "mar", + "apr", + "mag", + "giu", + "lug", + "ago", + "set", + "ott", + "nov", + "dic" + ], + "STANDALONEMONTH": [ + "gennaio", + "febbraio", + "marzo", + "aprile", + "maggio", + "giugno", + "luglio", + "agosto", + "settembre", + "ottobre", + "novembre", + "dicembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "it", + "localeID": "it", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_iw.js b/src/ngLocale/angular-locale_iw.js index 8252cce6cba8..88be53633a0f 100644 --- a/src/ngLocale/angular-locale_iw.js +++ b/src/ngLocale/angular-locale_iw.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ינואר","פברואר","מרס","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],"SHORTMONTH":["ינו","פבר","מרס","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב","דצמ"],"DAY":["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","יום שבת"],"SHORTDAY":["יום א׳","יום ב׳","יום ג׳","יום ד׳","יום ה׳","יום ו׳","שבת"],"AMPMS":["לפנה״צ","אחה״צ"],"medium":"d בMMM yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, d בMMMM y","longDate":"d בMMMM y","mediumDate":"d בMMM yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₪"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"iw"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6", + "\u05d0\u05d7\u05d4\u05f4\u05e6" + ], + "DAY": [ + "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", + "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", + "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", + "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", + "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", + "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", + "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea" + ], + "ERANAMES": [ + "\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4", + "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4" + ], + "ERAS": [ + "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1", + "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u05d9\u05e0\u05d5\u05d0\u05e8", + "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05d9\u05dc", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "\u05d3\u05e6\u05de\u05d1\u05e8" + ], + "SHORTDAY": [ + "\u05d9\u05d5\u05dd \u05d0\u05f3", + "\u05d9\u05d5\u05dd \u05d1\u05f3", + "\u05d9\u05d5\u05dd \u05d2\u05f3", + "\u05d9\u05d5\u05dd \u05d3\u05f3", + "\u05d9\u05d5\u05dd \u05d4\u05f3", + "\u05d9\u05d5\u05dd \u05d5\u05f3", + "\u05e9\u05d1\u05ea" + ], + "SHORTMONTH": [ + "\u05d9\u05e0\u05d5\u05f3", + "\u05e4\u05d1\u05e8\u05f3", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05f3", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05f3", + "\u05e1\u05e4\u05d8\u05f3", + "\u05d0\u05d5\u05e7\u05f3", + "\u05e0\u05d5\u05d1\u05f3", + "\u05d3\u05e6\u05de\u05f3" + ], + "STANDALONEMONTH": [ + "\u05d9\u05e0\u05d5\u05d0\u05e8", + "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05d9\u05dc", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "\u05d3\u05e6\u05de\u05d1\u05e8" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE, d \u05d1MMMM y", + "longDate": "d \u05d1MMMM y", + "medium": "d \u05d1MMM y H:mm:ss", + "mediumDate": "d \u05d1MMM y", + "mediumTime": "H:mm:ss", + "short": "d.M.y H:mm", + "shortDate": "d.M.y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20aa", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u200f-", + "negSuf": "\u00a0\u00a4", + "posPre": "\u200f", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "iw", + "localeID": "iw", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (i == 2 && vf.v == 0) { return PLURAL_CATEGORY.TWO; } if (vf.v == 0 && (n < 0 || n > 10) && n % 10 == 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ja-jp.js b/src/ngLocale/angular-locale_ja-jp.js index 32fd7864d698..e4b9d5bafb32 100644 --- a/src/ngLocale/angular-locale_ja-jp.js +++ b/src/ngLocale/angular-locale_ja-jp.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"¥"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"SHORTMONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"DAY":["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],"SHORTDAY":["日","月","火","水","木","金","土"],"AMPMS":["午前","午後"],"medium":"yyyy/MM/dd H:mm:ss","short":"yy/MM/dd H:mm","fullDate":"y年M月d日EEEE","longDate":"y年M月d日","mediumDate":"yyyy/MM/dd","shortDate":"yy/MM/dd","mediumTime":"H:mm:ss","shortTime":"H:mm"},"id":"ja-jp"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u5348\u524d", + "\u5348\u5f8c" + ], + "DAY": [ + "\u65e5\u66dc\u65e5", + "\u6708\u66dc\u65e5", + "\u706b\u66dc\u65e5", + "\u6c34\u66dc\u65e5", + "\u6728\u66dc\u65e5", + "\u91d1\u66dc\u65e5", + "\u571f\u66dc\u65e5" + ], + "ERANAMES": [ + "\u7d00\u5143\u524d", + "\u897f\u66a6" + ], + "ERAS": [ + "\u7d00\u5143\u524d", + "\u897f\u66a6" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u65e5", + "\u6708", + "\u706b", + "\u6c34", + "\u6728", + "\u91d1", + "\u571f" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y/MM/dd H:mm:ss", + "mediumDate": "y/MM/dd", + "mediumTime": "H:mm:ss", + "short": "y/MM/dd H:mm", + "shortDate": "y/MM/dd", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ja-jp", + "localeID": "ja_JP", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ja.js b/src/ngLocale/angular-locale_ja.js index a82356df44c6..f528314eca7e 100644 --- a/src/ngLocale/angular-locale_ja.js +++ b/src/ngLocale/angular-locale_ja.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"SHORTMONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"DAY":["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],"SHORTDAY":["日","月","火","水","木","金","土"],"AMPMS":["午前","午後"],"medium":"yyyy/MM/dd H:mm:ss","short":"yy/MM/dd H:mm","fullDate":"y年M月d日EEEE","longDate":"y年M月d日","mediumDate":"yyyy/MM/dd","shortDate":"yy/MM/dd","mediumTime":"H:mm:ss","shortTime":"H:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"¥"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"ja"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u5348\u524d", + "\u5348\u5f8c" + ], + "DAY": [ + "\u65e5\u66dc\u65e5", + "\u6708\u66dc\u65e5", + "\u706b\u66dc\u65e5", + "\u6c34\u66dc\u65e5", + "\u6728\u66dc\u65e5", + "\u91d1\u66dc\u65e5", + "\u571f\u66dc\u65e5" + ], + "ERANAMES": [ + "\u7d00\u5143\u524d", + "\u897f\u66a6" + ], + "ERAS": [ + "\u7d00\u5143\u524d", + "\u897f\u66a6" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u65e5", + "\u6708", + "\u706b", + "\u6c34", + "\u6728", + "\u91d1", + "\u571f" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y/MM/dd H:mm:ss", + "mediumDate": "y/MM/dd", + "mediumTime": "H:mm:ss", + "short": "y/MM/dd H:mm", + "shortDate": "y/MM/dd", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ja", + "localeID": "ja", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_jgo-cm.js b/src/ngLocale/angular-locale_jgo-cm.js new file mode 100644 index 000000000000..9d6b05d783e1 --- /dev/null +++ b/src/ngLocale/angular-locale_jgo-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "mba\ua78cmba\ua78c", + "\u014bka mb\u0254\u0301t nji" + ], + "DAY": [ + "S\u0254\u0301ndi", + "M\u0254\u0301ndi", + "\u00c1pta M\u0254\u0301ndi", + "W\u025b\u0301n\u025bs\u025bd\u025b", + "T\u0254\u0301s\u025bd\u025b", + "F\u025bl\u00e2y\u025bd\u025b", + "S\u00e1sid\u025b" + ], + "ERANAMES": [ + "ts\u025btts\u025bt m\u025b\u014bgu\ua78c mi \u025b\u0301 l\u025b\u025bn\u025b K\u025bl\u00eds\u025bt\u0254 g\u0254 \u0144\u0254\u0301", + "ts\u025btts\u025bt m\u025b\u014bgu\ua78c mi \u025b\u0301 f\u00fan\u025b K\u025bl\u00eds\u025bt\u0254 t\u0254\u0301 m\u0254\u0301" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Ndu\u014bmbi Sa\u014b", + "P\u025bsa\u014b P\u025b\u0301p\u00e1", + "P\u025bsa\u014b P\u025b\u0301t\u00e1t", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301kwa", + "P\u025bsa\u014b Pataa", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301nt\u00fak\u00fa", + "P\u025bsa\u014b Saamb\u00e1", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301f\u0254m", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301pf\u00fa\ua78b\u00fa", + "P\u025bsa\u014b N\u025bg\u025b\u0301m", + "P\u025bsa\u014b Nts\u0254\u030cpm\u0254\u0301", + "P\u025bsa\u014b Nts\u0254\u030cpp\u00e1" + ], + "SHORTDAY": [ + "S\u0254\u0301ndi", + "M\u0254\u0301ndi", + "\u00c1pta M\u0254\u0301ndi", + "W\u025b\u0301n\u025bs\u025bd\u025b", + "T\u0254\u0301s\u025bd\u025b", + "F\u025bl\u00e2y\u025bd\u025b", + "S\u00e1sid\u025b" + ], + "SHORTMONTH": [ + "Ndu\u014bmbi Sa\u014b", + "P\u025bsa\u014b P\u025b\u0301p\u00e1", + "P\u025bsa\u014b P\u025b\u0301t\u00e1t", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301kwa", + "P\u025bsa\u014b Pataa", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301nt\u00fak\u00fa", + "P\u025bsa\u014b Saamb\u00e1", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301f\u0254m", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301pf\u00fa\ua78b\u00fa", + "P\u025bsa\u014b N\u025bg\u025b\u0301m", + "P\u025bsa\u014b Nts\u0254\u030cpm\u0254\u0301", + "P\u025bsa\u014b Nts\u0254\u030cpp\u00e1" + ], + "STANDALONEMONTH": [ + "Ndu\u014bmbi Sa\u014b", + "P\u025bsa\u014b P\u025b\u0301p\u00e1", + "P\u025bsa\u014b P\u025b\u0301t\u00e1t", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301kwa", + "P\u025bsa\u014b Pataa", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301nt\u00fak\u00fa", + "P\u025bsa\u014b Saamb\u00e1", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301f\u0254m", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301pf\u00fa\ua78b\u00fa", + "P\u025bsa\u014b N\u025bg\u025b\u0301m", + "P\u025bsa\u014b Nts\u0254\u030cpm\u0254\u0301", + "P\u025bsa\u014b Nts\u0254\u030cpp\u00e1" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y MMMM dd", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "jgo-cm", + "localeID": "jgo_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_jgo.js b/src/ngLocale/angular-locale_jgo.js new file mode 100644 index 000000000000..1879a505b7e9 --- /dev/null +++ b/src/ngLocale/angular-locale_jgo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "mba\ua78cmba\ua78c", + "\u014bka mb\u0254\u0301t nji" + ], + "DAY": [ + "S\u0254\u0301ndi", + "M\u0254\u0301ndi", + "\u00c1pta M\u0254\u0301ndi", + "W\u025b\u0301n\u025bs\u025bd\u025b", + "T\u0254\u0301s\u025bd\u025b", + "F\u025bl\u00e2y\u025bd\u025b", + "S\u00e1sid\u025b" + ], + "ERANAMES": [ + "ts\u025btts\u025bt m\u025b\u014bgu\ua78c mi \u025b\u0301 l\u025b\u025bn\u025b K\u025bl\u00eds\u025bt\u0254 g\u0254 \u0144\u0254\u0301", + "ts\u025btts\u025bt m\u025b\u014bgu\ua78c mi \u025b\u0301 f\u00fan\u025b K\u025bl\u00eds\u025bt\u0254 t\u0254\u0301 m\u0254\u0301" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Ndu\u014bmbi Sa\u014b", + "P\u025bsa\u014b P\u025b\u0301p\u00e1", + "P\u025bsa\u014b P\u025b\u0301t\u00e1t", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301kwa", + "P\u025bsa\u014b Pataa", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301nt\u00fak\u00fa", + "P\u025bsa\u014b Saamb\u00e1", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301f\u0254m", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301pf\u00fa\ua78b\u00fa", + "P\u025bsa\u014b N\u025bg\u025b\u0301m", + "P\u025bsa\u014b Nts\u0254\u030cpm\u0254\u0301", + "P\u025bsa\u014b Nts\u0254\u030cpp\u00e1" + ], + "SHORTDAY": [ + "S\u0254\u0301ndi", + "M\u0254\u0301ndi", + "\u00c1pta M\u0254\u0301ndi", + "W\u025b\u0301n\u025bs\u025bd\u025b", + "T\u0254\u0301s\u025bd\u025b", + "F\u025bl\u00e2y\u025bd\u025b", + "S\u00e1sid\u025b" + ], + "SHORTMONTH": [ + "Ndu\u014bmbi Sa\u014b", + "P\u025bsa\u014b P\u025b\u0301p\u00e1", + "P\u025bsa\u014b P\u025b\u0301t\u00e1t", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301kwa", + "P\u025bsa\u014b Pataa", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301nt\u00fak\u00fa", + "P\u025bsa\u014b Saamb\u00e1", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301f\u0254m", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301pf\u00fa\ua78b\u00fa", + "P\u025bsa\u014b N\u025bg\u025b\u0301m", + "P\u025bsa\u014b Nts\u0254\u030cpm\u0254\u0301", + "P\u025bsa\u014b Nts\u0254\u030cpp\u00e1" + ], + "STANDALONEMONTH": [ + "Ndu\u014bmbi Sa\u014b", + "P\u025bsa\u014b P\u025b\u0301p\u00e1", + "P\u025bsa\u014b P\u025b\u0301t\u00e1t", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301kwa", + "P\u025bsa\u014b Pataa", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301nt\u00fak\u00fa", + "P\u025bsa\u014b Saamb\u00e1", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301f\u0254m", + "P\u025bsa\u014b P\u025b\u0301n\u025b\u0301pf\u00fa\ua78b\u00fa", + "P\u025bsa\u014b N\u025bg\u025b\u0301m", + "P\u025bsa\u014b Nts\u0254\u030cpm\u0254\u0301", + "P\u025bsa\u014b Nts\u0254\u030cpp\u00e1" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y MMMM dd", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "jgo", + "localeID": "jgo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_jmc-tz.js b/src/ngLocale/angular-locale_jmc-tz.js new file mode 100644 index 000000000000..9cb38f86336c --- /dev/null +++ b/src/ngLocale/angular-locale_jmc-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "utuko", + "kyiukonyi" + ], + "DAY": [ + "Jumapilyi", + "Jumatatuu", + "Jumanne", + "Jumatanu", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristu", + "Baada ya Kristu" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "jmc-tz", + "localeID": "jmc_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_jmc.js b/src/ngLocale/angular-locale_jmc.js new file mode 100644 index 000000000000..eb35f9b10df6 --- /dev/null +++ b/src/ngLocale/angular-locale_jmc.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "utuko", + "kyiukonyi" + ], + "DAY": [ + "Jumapilyi", + "Jumatatuu", + "Jumanne", + "Jumatanu", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristu", + "Baada ya Kristu" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "jmc", + "localeID": "jmc", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ka-ge.js b/src/ngLocale/angular-locale_ka-ge.js new file mode 100644 index 000000000000..db989ad46b51 --- /dev/null +++ b/src/ngLocale/angular-locale_ka-ge.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u10d9\u10d5\u10d8\u10e0\u10d0", + "\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8", + "\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8" + ], + "ERANAMES": [ + "\u10eb\u10d5\u10d4\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7", + "\u10d0\u10ee\u10d0\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7" + ], + "ERAS": [ + "\u10eb\u10d5. \u10ec.", + "\u10d0\u10ee. \u10ec." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8", + "\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8", + "\u10db\u10d0\u10e0\u10e2\u10d8", + "\u10d0\u10de\u10e0\u10d8\u10da\u10d8", + "\u10db\u10d0\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10da\u10d8\u10e1\u10d8", + "\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd", + "\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8" + ], + "SHORTDAY": [ + "\u10d9\u10d5\u10d8", + "\u10dd\u10e0\u10e8", + "\u10e1\u10d0\u10db", + "\u10dd\u10d7\u10ee", + "\u10ee\u10e3\u10d7", + "\u10de\u10d0\u10e0", + "\u10e8\u10d0\u10d1" + ], + "SHORTMONTH": [ + "\u10d8\u10d0\u10dc", + "\u10d7\u10d4\u10d1", + "\u10db\u10d0\u10e0", + "\u10d0\u10de\u10e0", + "\u10db\u10d0\u10d8", + "\u10d8\u10d5\u10dc", + "\u10d8\u10d5\u10da", + "\u10d0\u10d2\u10d5", + "\u10e1\u10d4\u10e5", + "\u10dd\u10e5\u10e2", + "\u10dc\u10dd\u10d4", + "\u10d3\u10d4\u10d9" + ], + "STANDALONEMONTH": [ + "\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8", + "\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8", + "\u10db\u10d0\u10e0\u10e2\u10d8", + "\u10d0\u10de\u10e0\u10d8\u10da\u10d8", + "\u10db\u10d0\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10da\u10d8\u10e1\u10d8", + "\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd", + "\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM. y HH:mm:ss", + "mediumDate": "d MMM. y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GEL", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ka-ge", + "localeID": "ka_GE", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ka.js b/src/ngLocale/angular-locale_ka.js new file mode 100644 index 000000000000..41cb4a4359e0 --- /dev/null +++ b/src/ngLocale/angular-locale_ka.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u10d9\u10d5\u10d8\u10e0\u10d0", + "\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8", + "\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8" + ], + "ERANAMES": [ + "\u10eb\u10d5\u10d4\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7", + "\u10d0\u10ee\u10d0\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7" + ], + "ERAS": [ + "\u10eb\u10d5. \u10ec.", + "\u10d0\u10ee. \u10ec." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8", + "\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8", + "\u10db\u10d0\u10e0\u10e2\u10d8", + "\u10d0\u10de\u10e0\u10d8\u10da\u10d8", + "\u10db\u10d0\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10da\u10d8\u10e1\u10d8", + "\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd", + "\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8" + ], + "SHORTDAY": [ + "\u10d9\u10d5\u10d8", + "\u10dd\u10e0\u10e8", + "\u10e1\u10d0\u10db", + "\u10dd\u10d7\u10ee", + "\u10ee\u10e3\u10d7", + "\u10de\u10d0\u10e0", + "\u10e8\u10d0\u10d1" + ], + "SHORTMONTH": [ + "\u10d8\u10d0\u10dc", + "\u10d7\u10d4\u10d1", + "\u10db\u10d0\u10e0", + "\u10d0\u10de\u10e0", + "\u10db\u10d0\u10d8", + "\u10d8\u10d5\u10dc", + "\u10d8\u10d5\u10da", + "\u10d0\u10d2\u10d5", + "\u10e1\u10d4\u10e5", + "\u10dd\u10e5\u10e2", + "\u10dc\u10dd\u10d4", + "\u10d3\u10d4\u10d9" + ], + "STANDALONEMONTH": [ + "\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8", + "\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8", + "\u10db\u10d0\u10e0\u10e2\u10d8", + "\u10d0\u10de\u10e0\u10d8\u10da\u10d8", + "\u10db\u10d0\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10da\u10d8\u10e1\u10d8", + "\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd", + "\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM. y HH:mm:ss", + "mediumDate": "d MMM. y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GEL", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ka", + "localeID": "ka", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kab-dz.js b/src/ngLocale/angular-locale_kab-dz.js new file mode 100644 index 000000000000..bb00bb3b067b --- /dev/null +++ b/src/ngLocale/angular-locale_kab-dz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "n tufat", + "n tmeddit" + ], + "DAY": [ + "Yanass", + "Sanass", + "Kra\u1e0dass", + "Ku\u1e93ass", + "Samass", + "S\u1e0disass", + "Sayass" + ], + "ERANAMES": [ + "send talalit n \u0190isa", + "seld talalit n \u0190isa" + ], + "ERAS": [ + "snd. T.\u0190", + "sld. T.\u0190" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "Yennayer", + "Fu\u1e5bar", + "Me\u0263res", + "Yebrir", + "Mayyu", + "Yunyu", + "Yulyu", + "\u0194uct", + "Ctembe\u1e5b", + "Tube\u1e5b", + "Nunembe\u1e5b", + "Du\u01e7embe\u1e5b" + ], + "SHORTDAY": [ + "Yan", + "San", + "Kra\u1e0d", + "Ku\u1e93", + "Sam", + "S\u1e0dis", + "Say" + ], + "SHORTMONTH": [ + "Yen", + "Fur", + "Me\u0263", + "Yeb", + "May", + "Yun", + "Yul", + "\u0194uc", + "Cte", + "Tub", + "Nun", + "Du\u01e7" + ], + "STANDALONEMONTH": [ + "Yennayer", + "Fu\u1e5bar", + "Me\u0263res", + "Yebrir", + "Mayyu", + "Yunyu", + "Yulyu", + "\u0194uct", + "Ctembe\u1e5b", + "Tube\u1e5b", + "Nunembe\u1e5b", + "Du\u01e7embe\u1e5b" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/y h:mm a", + "shortDate": "d/M/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "kab-dz", + "localeID": "kab_DZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kab.js b/src/ngLocale/angular-locale_kab.js new file mode 100644 index 000000000000..00dbb5c367bf --- /dev/null +++ b/src/ngLocale/angular-locale_kab.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "n tufat", + "n tmeddit" + ], + "DAY": [ + "Yanass", + "Sanass", + "Kra\u1e0dass", + "Ku\u1e93ass", + "Samass", + "S\u1e0disass", + "Sayass" + ], + "ERANAMES": [ + "send talalit n \u0190isa", + "seld talalit n \u0190isa" + ], + "ERAS": [ + "snd. T.\u0190", + "sld. T.\u0190" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "Yennayer", + "Fu\u1e5bar", + "Me\u0263res", + "Yebrir", + "Mayyu", + "Yunyu", + "Yulyu", + "\u0194uct", + "Ctembe\u1e5b", + "Tube\u1e5b", + "Nunembe\u1e5b", + "Du\u01e7embe\u1e5b" + ], + "SHORTDAY": [ + "Yan", + "San", + "Kra\u1e0d", + "Ku\u1e93", + "Sam", + "S\u1e0dis", + "Say" + ], + "SHORTMONTH": [ + "Yen", + "Fur", + "Me\u0263", + "Yeb", + "May", + "Yun", + "Yul", + "\u0194uc", + "Cte", + "Tub", + "Nun", + "Du\u01e7" + ], + "STANDALONEMONTH": [ + "Yennayer", + "Fu\u1e5bar", + "Me\u0263res", + "Yebrir", + "Mayyu", + "Yunyu", + "Yulyu", + "\u0194uct", + "Ctembe\u1e5b", + "Tube\u1e5b", + "Nunembe\u1e5b", + "Du\u01e7embe\u1e5b" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/y h:mm a", + "shortDate": "d/M/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "kab", + "localeID": "kab", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kam-ke.js b/src/ngLocale/angular-locale_kam-ke.js new file mode 100644 index 000000000000..cb34eac35aeb --- /dev/null +++ b/src/ngLocale/angular-locale_kam-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0128yakwakya", + "\u0128yaw\u0129oo" + ], + "DAY": [ + "Wa kyumwa", + "Wa kwamb\u0129l\u0129lya", + "Wa kel\u0129", + "Wa katat\u0169", + "Wa kana", + "Wa katano", + "Wa thanthat\u0169" + ], + "ERANAMES": [ + "Mbee wa Yes\u0169", + "\u0128tina wa Yes\u0169" + ], + "ERAS": [ + "MY", + "IY" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mwai wa mbee", + "Mwai wa kel\u0129", + "Mwai wa katat\u0169", + "Mwai wa kana", + "Mwai wa katano", + "Mwai wa thanthat\u0169", + "Mwai wa muonza", + "Mwai wa nyaanya", + "Mwai wa kenda", + "Mwai wa \u0129kumi", + "Mwai wa \u0129kumi na \u0129mwe", + "Mwai wa \u0129kumi na il\u0129" + ], + "SHORTDAY": [ + "Wky", + "Wkw", + "Wkl", + "Wt\u0169", + "Wkn", + "Wtn", + "Wth" + ], + "SHORTMONTH": [ + "Mbe", + "Kel", + "Kt\u0169", + "Kan", + "Ktn", + "Tha", + "Moo", + "Nya", + "Knd", + "\u0128ku", + "\u0128km", + "\u0128kl" + ], + "STANDALONEMONTH": [ + "Mwai wa mbee", + "Mwai wa kel\u0129", + "Mwai wa katat\u0169", + "Mwai wa kana", + "Mwai wa katano", + "Mwai wa thanthat\u0169", + "Mwai wa muonza", + "Mwai wa nyaanya", + "Mwai wa kenda", + "Mwai wa \u0129kumi", + "Mwai wa \u0129kumi na \u0129mwe", + "Mwai wa \u0129kumi na il\u0129" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kam-ke", + "localeID": "kam_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kam.js b/src/ngLocale/angular-locale_kam.js new file mode 100644 index 000000000000..f6db3268cb73 --- /dev/null +++ b/src/ngLocale/angular-locale_kam.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0128yakwakya", + "\u0128yaw\u0129oo" + ], + "DAY": [ + "Wa kyumwa", + "Wa kwamb\u0129l\u0129lya", + "Wa kel\u0129", + "Wa katat\u0169", + "Wa kana", + "Wa katano", + "Wa thanthat\u0169" + ], + "ERANAMES": [ + "Mbee wa Yes\u0169", + "\u0128tina wa Yes\u0169" + ], + "ERAS": [ + "MY", + "IY" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mwai wa mbee", + "Mwai wa kel\u0129", + "Mwai wa katat\u0169", + "Mwai wa kana", + "Mwai wa katano", + "Mwai wa thanthat\u0169", + "Mwai wa muonza", + "Mwai wa nyaanya", + "Mwai wa kenda", + "Mwai wa \u0129kumi", + "Mwai wa \u0129kumi na \u0129mwe", + "Mwai wa \u0129kumi na il\u0129" + ], + "SHORTDAY": [ + "Wky", + "Wkw", + "Wkl", + "Wt\u0169", + "Wkn", + "Wtn", + "Wth" + ], + "SHORTMONTH": [ + "Mbe", + "Kel", + "Kt\u0169", + "Kan", + "Ktn", + "Tha", + "Moo", + "Nya", + "Knd", + "\u0128ku", + "\u0128km", + "\u0128kl" + ], + "STANDALONEMONTH": [ + "Mwai wa mbee", + "Mwai wa kel\u0129", + "Mwai wa katat\u0169", + "Mwai wa kana", + "Mwai wa katano", + "Mwai wa thanthat\u0169", + "Mwai wa muonza", + "Mwai wa nyaanya", + "Mwai wa kenda", + "Mwai wa \u0129kumi", + "Mwai wa \u0129kumi na \u0129mwe", + "Mwai wa \u0129kumi na il\u0129" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kam", + "localeID": "kam", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kde-tz.js b/src/ngLocale/angular-locale_kde-tz.js new file mode 100644 index 000000000000..9d95a23bb6b5 --- /dev/null +++ b/src/ngLocale/angular-locale_kde-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Muhi", + "Chilo" + ], + "DAY": [ + "Liduva lyapili", + "Liduva lyatatu", + "Liduva lyanchechi", + "Liduva lyannyano", + "Liduva lyannyano na linji", + "Liduva lyannyano na mavili", + "Liduva litandi" + ], + "ERANAMES": [ + "Akanapawa Yesu", + "Nankuida Yesu" + ], + "ERAS": [ + "AY", + "NY" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Mwedi Ntandi", + "Mwedi wa Pili", + "Mwedi wa Tatu", + "Mwedi wa Nchechi", + "Mwedi wa Nnyano", + "Mwedi wa Nnyano na Umo", + "Mwedi wa Nnyano na Mivili", + "Mwedi wa Nnyano na Mitatu", + "Mwedi wa Nnyano na Nchechi", + "Mwedi wa Nnyano na Nnyano", + "Mwedi wa Nnyano na Nnyano na U", + "Mwedi wa Nnyano na Nnyano na M" + ], + "SHORTDAY": [ + "Ll2", + "Ll3", + "Ll4", + "Ll5", + "Ll6", + "Ll7", + "Ll1" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Mwedi Ntandi", + "Mwedi wa Pili", + "Mwedi wa Tatu", + "Mwedi wa Nchechi", + "Mwedi wa Nnyano", + "Mwedi wa Nnyano na Umo", + "Mwedi wa Nnyano na Mivili", + "Mwedi wa Nnyano na Mitatu", + "Mwedi wa Nnyano na Nchechi", + "Mwedi wa Nnyano na Nnyano", + "Mwedi wa Nnyano na Nnyano na U", + "Mwedi wa Nnyano na Nnyano na M" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kde-tz", + "localeID": "kde_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kde.js b/src/ngLocale/angular-locale_kde.js new file mode 100644 index 000000000000..322c48dfd88d --- /dev/null +++ b/src/ngLocale/angular-locale_kde.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Muhi", + "Chilo" + ], + "DAY": [ + "Liduva lyapili", + "Liduva lyatatu", + "Liduva lyanchechi", + "Liduva lyannyano", + "Liduva lyannyano na linji", + "Liduva lyannyano na mavili", + "Liduva litandi" + ], + "ERANAMES": [ + "Akanapawa Yesu", + "Nankuida Yesu" + ], + "ERAS": [ + "AY", + "NY" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Mwedi Ntandi", + "Mwedi wa Pili", + "Mwedi wa Tatu", + "Mwedi wa Nchechi", + "Mwedi wa Nnyano", + "Mwedi wa Nnyano na Umo", + "Mwedi wa Nnyano na Mivili", + "Mwedi wa Nnyano na Mitatu", + "Mwedi wa Nnyano na Nchechi", + "Mwedi wa Nnyano na Nnyano", + "Mwedi wa Nnyano na Nnyano na U", + "Mwedi wa Nnyano na Nnyano na M" + ], + "SHORTDAY": [ + "Ll2", + "Ll3", + "Ll4", + "Ll5", + "Ll6", + "Ll7", + "Ll1" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Mwedi Ntandi", + "Mwedi wa Pili", + "Mwedi wa Tatu", + "Mwedi wa Nchechi", + "Mwedi wa Nnyano", + "Mwedi wa Nnyano na Umo", + "Mwedi wa Nnyano na Mivili", + "Mwedi wa Nnyano na Mitatu", + "Mwedi wa Nnyano na Nchechi", + "Mwedi wa Nnyano na Nnyano", + "Mwedi wa Nnyano na Nnyano na U", + "Mwedi wa Nnyano na Nnyano na M" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kde", + "localeID": "kde", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kea-cv.js b/src/ngLocale/angular-locale_kea-cv.js new file mode 100644 index 000000000000..e396a697913e --- /dev/null +++ b/src/ngLocale/angular-locale_kea-cv.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am", + "pm" + ], + "DAY": [ + "dumingu", + "sigunda-fera", + "tersa-fera", + "kuarta-fera", + "kinta-fera", + "sesta-fera", + "sabadu" + ], + "ERANAMES": [ + "Antis di Kristu", + "Dispos di Kristu" + ], + "ERAS": [ + "AK", + "DK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janeru", + "Febreru", + "Marsu", + "Abril", + "Maiu", + "Junhu", + "Julhu", + "Agostu", + "Setenbru", + "Otubru", + "Nuvenbru", + "Dizenbru" + ], + "SHORTDAY": [ + "dum", + "sig", + "ter", + "kua", + "kin", + "ses", + "sab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Abr", + "Mai", + "Jun", + "Jul", + "Ago", + "Set", + "Otu", + "Nuv", + "Diz" + ], + "STANDALONEMONTH": [ + "Janeru", + "Febreru", + "Marsu", + "Abril", + "Maiu", + "Junhu", + "Julhu", + "Agostu", + "Setenbru", + "Otubru", + "Nuvenbru", + "Dizenbru" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'di' MMMM 'di' y", + "longDate": "d 'di' MMMM 'di' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CVE", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "kea-cv", + "localeID": "kea_CV", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kea.js b/src/ngLocale/angular-locale_kea.js new file mode 100644 index 000000000000..7bd3cab369e3 --- /dev/null +++ b/src/ngLocale/angular-locale_kea.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am", + "pm" + ], + "DAY": [ + "dumingu", + "sigunda-fera", + "tersa-fera", + "kuarta-fera", + "kinta-fera", + "sesta-fera", + "sabadu" + ], + "ERANAMES": [ + "Antis di Kristu", + "Dispos di Kristu" + ], + "ERAS": [ + "AK", + "DK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janeru", + "Febreru", + "Marsu", + "Abril", + "Maiu", + "Junhu", + "Julhu", + "Agostu", + "Setenbru", + "Otubru", + "Nuvenbru", + "Dizenbru" + ], + "SHORTDAY": [ + "dum", + "sig", + "ter", + "kua", + "kin", + "ses", + "sab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Abr", + "Mai", + "Jun", + "Jul", + "Ago", + "Set", + "Otu", + "Nuv", + "Diz" + ], + "STANDALONEMONTH": [ + "Janeru", + "Febreru", + "Marsu", + "Abril", + "Maiu", + "Junhu", + "Julhu", + "Agostu", + "Setenbru", + "Otubru", + "Nuvenbru", + "Dizenbru" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'di' MMMM 'di' y", + "longDate": "d 'di' MMMM 'di' y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CVE", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "kea", + "localeID": "kea", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_khq-ml.js b/src/ngLocale/angular-locale_khq-ml.js new file mode 100644 index 000000000000..e26e8db8522e --- /dev/null +++ b/src/ngLocale/angular-locale_khq-ml.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Adduha", + "Aluula" + ], + "DAY": [ + "Alhadi", + "Atini", + "Atalata", + "Alarba", + "Alhamiisa", + "Aljuma", + "Assabdu" + ], + "ERANAMES": [ + "Isaa jine", + "Isaa jamanoo" + ], + "ERAS": [ + "IJ", + "IZ" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "SHORTDAY": [ + "Alh", + "Ati", + "Ata", + "Ala", + "Alm", + "Alj", + "Ass" + ], + "SHORTMONTH": [ + "\u017dan", + "Fee", + "Mar", + "Awi", + "Me", + "\u017duw", + "\u017duy", + "Ut", + "Sek", + "Okt", + "Noo", + "Dee" + ], + "STANDALONEMONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "khq-ml", + "localeID": "khq_ML", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_khq.js b/src/ngLocale/angular-locale_khq.js new file mode 100644 index 000000000000..8035933cf0e8 --- /dev/null +++ b/src/ngLocale/angular-locale_khq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Adduha", + "Aluula" + ], + "DAY": [ + "Alhadi", + "Atini", + "Atalata", + "Alarba", + "Alhamiisa", + "Aljuma", + "Assabdu" + ], + "ERANAMES": [ + "Isaa jine", + "Isaa jamanoo" + ], + "ERAS": [ + "IJ", + "IZ" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "SHORTDAY": [ + "Alh", + "Ati", + "Ata", + "Ala", + "Alm", + "Alj", + "Ass" + ], + "SHORTMONTH": [ + "\u017dan", + "Fee", + "Mar", + "Awi", + "Me", + "\u017duw", + "\u017duy", + "Ut", + "Sek", + "Okt", + "Noo", + "Dee" + ], + "STANDALONEMONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "khq", + "localeID": "khq", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ki-ke.js b/src/ngLocale/angular-locale_ki-ke.js new file mode 100644 index 000000000000..ffae9b898dac --- /dev/null +++ b/src/ngLocale/angular-locale_ki-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Kiroko", + "Hwa\u0129-in\u0129" + ], + "DAY": [ + "Kiumia", + "Njumatat\u0169", + "Njumaine", + "Njumatana", + "Aramithi", + "Njumaa", + "Njumamothi" + ], + "ERANAMES": [ + "Mbere ya Kristo", + "Thutha wa Kristo" + ], + "ERAS": [ + "MK", + "TK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Njenuar\u0129", + "Mwere wa ker\u0129", + "Mwere wa gatat\u0169", + "Mwere wa kana", + "Mwere wa gatano", + "Mwere wa gatandat\u0169", + "Mwere wa m\u0169gwanja", + "Mwere wa kanana", + "Mwere wa kenda", + "Mwere wa ik\u0169mi", + "Mwere wa ik\u0169mi na \u0169mwe", + "Ndithemba" + ], + "SHORTDAY": [ + "KMA", + "NTT", + "NMN", + "NMT", + "ART", + "NMA", + "NMM" + ], + "SHORTMONTH": [ + "JEN", + "WKR", + "WGT", + "WKN", + "WTN", + "WTD", + "WMJ", + "WNN", + "WKD", + "WIK", + "WMW", + "DIT" + ], + "STANDALONEMONTH": [ + "Njenuar\u0129", + "Mwere wa ker\u0129", + "Mwere wa gatat\u0169", + "Mwere wa kana", + "Mwere wa gatano", + "Mwere wa gatandat\u0169", + "Mwere wa m\u0169gwanja", + "Mwere wa kanana", + "Mwere wa kenda", + "Mwere wa ik\u0169mi", + "Mwere wa ik\u0169mi na \u0169mwe", + "Ndithemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ki-ke", + "localeID": "ki_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ki.js b/src/ngLocale/angular-locale_ki.js new file mode 100644 index 000000000000..aa511cc94455 --- /dev/null +++ b/src/ngLocale/angular-locale_ki.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Kiroko", + "Hwa\u0129-in\u0129" + ], + "DAY": [ + "Kiumia", + "Njumatat\u0169", + "Njumaine", + "Njumatana", + "Aramithi", + "Njumaa", + "Njumamothi" + ], + "ERANAMES": [ + "Mbere ya Kristo", + "Thutha wa Kristo" + ], + "ERAS": [ + "MK", + "TK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Njenuar\u0129", + "Mwere wa ker\u0129", + "Mwere wa gatat\u0169", + "Mwere wa kana", + "Mwere wa gatano", + "Mwere wa gatandat\u0169", + "Mwere wa m\u0169gwanja", + "Mwere wa kanana", + "Mwere wa kenda", + "Mwere wa ik\u0169mi", + "Mwere wa ik\u0169mi na \u0169mwe", + "Ndithemba" + ], + "SHORTDAY": [ + "KMA", + "NTT", + "NMN", + "NMT", + "ART", + "NMA", + "NMM" + ], + "SHORTMONTH": [ + "JEN", + "WKR", + "WGT", + "WKN", + "WTN", + "WTD", + "WMJ", + "WNN", + "WKD", + "WIK", + "WMW", + "DIT" + ], + "STANDALONEMONTH": [ + "Njenuar\u0129", + "Mwere wa ker\u0129", + "Mwere wa gatat\u0169", + "Mwere wa kana", + "Mwere wa gatano", + "Mwere wa gatandat\u0169", + "Mwere wa m\u0169gwanja", + "Mwere wa kanana", + "Mwere wa kenda", + "Mwere wa ik\u0169mi", + "Mwere wa ik\u0169mi na \u0169mwe", + "Ndithemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ki", + "localeID": "ki", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kk-kz.js b/src/ngLocale/angular-locale_kk-kz.js new file mode 100644 index 000000000000..6c6db105e6fa --- /dev/null +++ b/src/ngLocale/angular-locale_kk-kz.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456", + "\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456", + "\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456", + "\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456", + "\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456", + "\u0436\u04b1\u043c\u0430", + "\u0441\u0435\u043d\u0431\u0456" + ], + "ERANAMES": [ + "\u0411\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437\u0493\u0430 \u0434\u0435\u0439\u0456\u043d", + "\u0411\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437" + ], + "ERAS": [ + "\u0431.\u0437.\u0434.", + "\u0431.\u0437." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u049b\u0430\u04a3\u0442\u0430\u0440", + "\u0430\u049b\u043f\u0430\u043d", + "\u043d\u0430\u0443\u0440\u044b\u0437", + "\u0441\u04d9\u0443\u0456\u0440", + "\u043c\u0430\u043c\u044b\u0440", + "\u043c\u0430\u0443\u0441\u044b\u043c", + "\u0448\u0456\u043b\u0434\u0435", + "\u0442\u0430\u043c\u044b\u0437", + "\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a", + "\u049b\u0430\u0437\u0430\u043d", + "\u049b\u0430\u0440\u0430\u0448\u0430", + "\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d" + ], + "SHORTDAY": [ + "\u0416\u0441", + "\u0414\u0441", + "\u0421\u0441", + "\u0421\u0440", + "\u0411\u0441", + "\u0416\u043c", + "\u0421\u0431" + ], + "SHORTMONTH": [ + "\u049b\u0430\u04a3.", + "\u0430\u049b\u043f.", + "\u043d\u0430\u0443.", + "\u0441\u04d9\u0443.", + "\u043c\u0430\u043c.", + "\u043c\u0430\u0443.", + "\u0448\u0456\u043b.", + "\u0442\u0430\u043c.", + "\u049b\u044b\u0440.", + "\u049b\u0430\u0437.", + "\u049b\u0430\u0440.", + "\u0436\u0435\u043b." + ], + "STANDALONEMONTH": [ + "\u049a\u0430\u04a3\u0442\u0430\u0440", + "\u0410\u049b\u043f\u0430\u043d", + "\u041d\u0430\u0443\u0440\u044b\u0437", + "\u0421\u04d9\u0443\u0456\u0440", + "\u041c\u0430\u043c\u044b\u0440", + "\u041c\u0430\u0443\u0441\u044b\u043c", + "\u0428\u0456\u043b\u0434\u0435", + "\u0422\u0430\u043c\u044b\u0437", + "\u049a\u044b\u0440\u043a\u04af\u0439\u0435\u043a", + "\u049a\u0430\u0437\u0430\u043d", + "\u049a\u0430\u0440\u0430\u0448\u0430", + "\u0416\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y '\u0436'. d MMMM, EEEE", + "longDate": "y '\u0436'. d MMMM", + "medium": "y '\u0436'. dd MMM HH:mm:ss", + "mediumDate": "y '\u0436'. dd MMM", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b8", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "kk-kz", + "localeID": "kk_KZ", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kk.js b/src/ngLocale/angular-locale_kk.js new file mode 100644 index 000000000000..7babcd0b0b8b --- /dev/null +++ b/src/ngLocale/angular-locale_kk.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456", + "\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456", + "\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456", + "\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456", + "\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456", + "\u0436\u04b1\u043c\u0430", + "\u0441\u0435\u043d\u0431\u0456" + ], + "ERANAMES": [ + "\u0411\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437\u0493\u0430 \u0434\u0435\u0439\u0456\u043d", + "\u0411\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437" + ], + "ERAS": [ + "\u0431.\u0437.\u0434.", + "\u0431.\u0437." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u049b\u0430\u04a3\u0442\u0430\u0440", + "\u0430\u049b\u043f\u0430\u043d", + "\u043d\u0430\u0443\u0440\u044b\u0437", + "\u0441\u04d9\u0443\u0456\u0440", + "\u043c\u0430\u043c\u044b\u0440", + "\u043c\u0430\u0443\u0441\u044b\u043c", + "\u0448\u0456\u043b\u0434\u0435", + "\u0442\u0430\u043c\u044b\u0437", + "\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a", + "\u049b\u0430\u0437\u0430\u043d", + "\u049b\u0430\u0440\u0430\u0448\u0430", + "\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d" + ], + "SHORTDAY": [ + "\u0416\u0441", + "\u0414\u0441", + "\u0421\u0441", + "\u0421\u0440", + "\u0411\u0441", + "\u0416\u043c", + "\u0421\u0431" + ], + "SHORTMONTH": [ + "\u049b\u0430\u04a3.", + "\u0430\u049b\u043f.", + "\u043d\u0430\u0443.", + "\u0441\u04d9\u0443.", + "\u043c\u0430\u043c.", + "\u043c\u0430\u0443.", + "\u0448\u0456\u043b.", + "\u0442\u0430\u043c.", + "\u049b\u044b\u0440.", + "\u049b\u0430\u0437.", + "\u049b\u0430\u0440.", + "\u0436\u0435\u043b." + ], + "STANDALONEMONTH": [ + "\u049a\u0430\u04a3\u0442\u0430\u0440", + "\u0410\u049b\u043f\u0430\u043d", + "\u041d\u0430\u0443\u0440\u044b\u0437", + "\u0421\u04d9\u0443\u0456\u0440", + "\u041c\u0430\u043c\u044b\u0440", + "\u041c\u0430\u0443\u0441\u044b\u043c", + "\u0428\u0456\u043b\u0434\u0435", + "\u0422\u0430\u043c\u044b\u0437", + "\u049a\u044b\u0440\u043a\u04af\u0439\u0435\u043a", + "\u049a\u0430\u0437\u0430\u043d", + "\u049a\u0430\u0440\u0430\u0448\u0430", + "\u0416\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y '\u0436'. d MMMM, EEEE", + "longDate": "y '\u0436'. d MMMM", + "medium": "y '\u0436'. dd MMM HH:mm:ss", + "mediumDate": "y '\u0436'. dd MMM", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b8", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "kk", + "localeID": "kk", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kkj-cm.js b/src/ngLocale/angular-locale_kkj-cm.js new file mode 100644 index 000000000000..99559e507c43 --- /dev/null +++ b/src/ngLocale/angular-locale_kkj-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "s\u0254ndi", + "lundi", + "mardi", + "m\u025brk\u025br\u025bdi", + "yedi", + "va\u014bd\u025br\u025bdi", + "m\u0254n\u0254 s\u0254ndi" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "pamba", + "wanja", + "mbiy\u0254 m\u025bndo\u014bg\u0254", + "Ny\u0254l\u0254mb\u0254\u014bg\u0254", + "M\u0254n\u0254 \u014bgbanja", + "Nya\u014bgw\u025b \u014bgbanja", + "ku\u014bgw\u025b", + "f\u025b", + "njapi", + "nyukul", + "11", + "\u0253ul\u0253us\u025b" + ], + "SHORTDAY": [ + "s\u0254ndi", + "lundi", + "mardi", + "m\u025brk\u025br\u025bdi", + "yedi", + "va\u014bd\u025br\u025bdi", + "m\u0254n\u0254 s\u0254ndi" + ], + "SHORTMONTH": [ + "pamba", + "wanja", + "mbiy\u0254 m\u025bndo\u014bg\u0254", + "Ny\u0254l\u0254mb\u0254\u014bg\u0254", + "M\u0254n\u0254 \u014bgbanja", + "Nya\u014bgw\u025b \u014bgbanja", + "ku\u014bgw\u025b", + "f\u025b", + "njapi", + "nyukul", + "11", + "\u0253ul\u0253us\u025b" + ], + "STANDALONEMONTH": [ + "pamba", + "wanja", + "mbiy\u0254 m\u025bndo\u014bg\u0254", + "Ny\u0254l\u0254mb\u0254\u014bg\u0254", + "M\u0254n\u0254 \u014bgbanja", + "Nya\u014bgw\u025b \u014bgbanja", + "ku\u014bgw\u025b", + "f\u025b", + "njapi", + "nyukul", + "11", + "\u0253ul\u0253us\u025b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM y HH:mm", + "shortDate": "dd/MM y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "kkj-cm", + "localeID": "kkj_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kkj.js b/src/ngLocale/angular-locale_kkj.js new file mode 100644 index 000000000000..247c7aaf3eda --- /dev/null +++ b/src/ngLocale/angular-locale_kkj.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "s\u0254ndi", + "lundi", + "mardi", + "m\u025brk\u025br\u025bdi", + "yedi", + "va\u014bd\u025br\u025bdi", + "m\u0254n\u0254 s\u0254ndi" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "pamba", + "wanja", + "mbiy\u0254 m\u025bndo\u014bg\u0254", + "Ny\u0254l\u0254mb\u0254\u014bg\u0254", + "M\u0254n\u0254 \u014bgbanja", + "Nya\u014bgw\u025b \u014bgbanja", + "ku\u014bgw\u025b", + "f\u025b", + "njapi", + "nyukul", + "11", + "\u0253ul\u0253us\u025b" + ], + "SHORTDAY": [ + "s\u0254ndi", + "lundi", + "mardi", + "m\u025brk\u025br\u025bdi", + "yedi", + "va\u014bd\u025br\u025bdi", + "m\u0254n\u0254 s\u0254ndi" + ], + "SHORTMONTH": [ + "pamba", + "wanja", + "mbiy\u0254 m\u025bndo\u014bg\u0254", + "Ny\u0254l\u0254mb\u0254\u014bg\u0254", + "M\u0254n\u0254 \u014bgbanja", + "Nya\u014bgw\u025b \u014bgbanja", + "ku\u014bgw\u025b", + "f\u025b", + "njapi", + "nyukul", + "11", + "\u0253ul\u0253us\u025b" + ], + "STANDALONEMONTH": [ + "pamba", + "wanja", + "mbiy\u0254 m\u025bndo\u014bg\u0254", + "Ny\u0254l\u0254mb\u0254\u014bg\u0254", + "M\u0254n\u0254 \u014bgbanja", + "Nya\u014bgw\u025b \u014bgbanja", + "ku\u014bgw\u025b", + "f\u025b", + "njapi", + "nyukul", + "11", + "\u0253ul\u0253us\u025b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM y HH:mm", + "shortDate": "dd/MM y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "kkj", + "localeID": "kkj", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kl-gl.js b/src/ngLocale/angular-locale_kl-gl.js new file mode 100644 index 000000000000..92d9770a2ca9 --- /dev/null +++ b/src/ngLocale/angular-locale_kl-gl.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "sabaat", + "ataasinngorneq", + "marlunngorneq", + "pingasunngorneq", + "sisamanngorneq", + "tallimanngorneq", + "arfininngorneq" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "martsi", + "aprili", + "maji", + "juni", + "juli", + "augustusi", + "septemberi", + "oktoberi", + "novemberi", + "decemberi" + ], + "SHORTDAY": [ + "sab", + "ata", + "mar", + "pin", + "sis", + "tal", + "arf" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "aug", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "martsi", + "aprili", + "maji", + "juni", + "juli", + "augustusi", + "septemberi", + "oktoberi", + "novemberi", + "decemberi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kl-gl", + "localeID": "kl_GL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kl.js b/src/ngLocale/angular-locale_kl.js new file mode 100644 index 000000000000..f2d9d9e21192 --- /dev/null +++ b/src/ngLocale/angular-locale_kl.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "sabaat", + "ataasinngorneq", + "marlunngorneq", + "pingasunngorneq", + "sisamanngorneq", + "tallimanngorneq", + "arfininngorneq" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "martsi", + "aprili", + "maji", + "juni", + "juli", + "augustusi", + "septemberi", + "oktoberi", + "novemberi", + "decemberi" + ], + "SHORTDAY": [ + "sab", + "ata", + "mar", + "pin", + "sis", + "tal", + "arf" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "aug", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "martsi", + "aprili", + "maji", + "juni", + "juli", + "augustusi", + "septemberi", + "oktoberi", + "novemberi", + "decemberi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kl", + "localeID": "kl", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kln-ke.js b/src/ngLocale/angular-locale_kln-ke.js new file mode 100644 index 000000000000..25e2e7a0bf15 --- /dev/null +++ b/src/ngLocale/angular-locale_kln-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "karoon", + "kooskoliny" + ], + "DAY": [ + "Kotisap", + "Kotaai", + "Koaeng\u2019", + "Kosomok", + "Koang\u2019wan", + "Komuut", + "Kolo" + ], + "ERANAMES": [ + "Amait kesich Jesu", + "Kokakesich Jesu" + ], + "ERAS": [ + "AM", + "KO" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mulgul", + "Ng\u2019atyaato", + "Kiptaamo", + "Iwootkuut", + "Mamuut", + "Paagi", + "Ng\u2019eiyeet", + "Rooptui", + "Bureet", + "Epeeso", + "Kipsuunde ne taai", + "Kipsuunde nebo aeng\u2019" + ], + "SHORTDAY": [ + "Kts", + "Kot", + "Koo", + "Kos", + "Koa", + "Kom", + "Kol" + ], + "SHORTMONTH": [ + "Mul", + "Ngat", + "Taa", + "Iwo", + "Mam", + "Paa", + "Nge", + "Roo", + "Bur", + "Epe", + "Kpt", + "Kpa" + ], + "STANDALONEMONTH": [ + "Mulgul", + "Ng\u2019atyaato", + "Kiptaamo", + "Iwootkuut", + "Mamuut", + "Paagi", + "Ng\u2019eiyeet", + "Rooptui", + "Bureet", + "Epeeso", + "Kipsuunde ne taai", + "Kipsuunde nebo aeng\u2019" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kln-ke", + "localeID": "kln_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kln.js b/src/ngLocale/angular-locale_kln.js new file mode 100644 index 000000000000..ab3938905587 --- /dev/null +++ b/src/ngLocale/angular-locale_kln.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "karoon", + "kooskoliny" + ], + "DAY": [ + "Kotisap", + "Kotaai", + "Koaeng\u2019", + "Kosomok", + "Koang\u2019wan", + "Komuut", + "Kolo" + ], + "ERANAMES": [ + "Amait kesich Jesu", + "Kokakesich Jesu" + ], + "ERAS": [ + "AM", + "KO" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mulgul", + "Ng\u2019atyaato", + "Kiptaamo", + "Iwootkuut", + "Mamuut", + "Paagi", + "Ng\u2019eiyeet", + "Rooptui", + "Bureet", + "Epeeso", + "Kipsuunde ne taai", + "Kipsuunde nebo aeng\u2019" + ], + "SHORTDAY": [ + "Kts", + "Kot", + "Koo", + "Kos", + "Koa", + "Kom", + "Kol" + ], + "SHORTMONTH": [ + "Mul", + "Ngat", + "Taa", + "Iwo", + "Mam", + "Paa", + "Nge", + "Roo", + "Bur", + "Epe", + "Kpt", + "Kpa" + ], + "STANDALONEMONTH": [ + "Mulgul", + "Ng\u2019atyaato", + "Kiptaamo", + "Iwootkuut", + "Mamuut", + "Paagi", + "Ng\u2019eiyeet", + "Rooptui", + "Bureet", + "Epeeso", + "Kipsuunde ne taai", + "Kipsuunde nebo aeng\u2019" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kln", + "localeID": "kln", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_km-kh.js b/src/ngLocale/angular-locale_km-kh.js new file mode 100644 index 000000000000..9118a3a3f508 --- /dev/null +++ b/src/ngLocale/angular-locale_km-kh.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", + "\u1785\u17d0\u1793\u17d2\u1791", + "\u17a2\u1784\u17d2\u1782\u17b6\u179a", + "\u1796\u17bb\u1792", + "\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd", + "\u179f\u17bb\u1780\u17d2\u179a", + "\u179f\u17c5\u179a\u17cd" + ], + "ERANAMES": [ + "\u1798\u17bb\u1793\u200b\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787", + "\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787" + ], + "ERAS": [ + "\u1798\u17bb\u1793 \u1782.\u179f.", + "\u1782.\u179f." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u1798\u1780\u179a\u17b6", + "\u1780\u17bb\u1798\u17d2\u1797\u17c8", + "\u1798\u17b8\u1793\u17b6", + "\u1798\u17c1\u179f\u17b6", + "\u17a7\u179f\u1797\u17b6", + "\u1798\u17b7\u1790\u17bb\u1793\u17b6", + "\u1780\u1780\u17d2\u1780\u178a\u17b6", + "\u179f\u17b8\u17a0\u17b6", + "\u1780\u1789\u17d2\u1789\u17b6", + "\u178f\u17bb\u179b\u17b6", + "\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6", + "\u1792\u17d2\u1793\u17bc" + ], + "SHORTDAY": [ + "\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", + "\u1785\u17d0\u1793\u17d2\u1791", + "\u17a2\u1784\u17d2\u1782\u17b6\u179a", + "\u1796\u17bb\u1792", + "\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd", + "\u179f\u17bb\u1780\u17d2\u179a", + "\u179f\u17c5\u179a\u17cd" + ], + "SHORTMONTH": [ + "\u1798\u1780\u179a\u17b6", + "\u1780\u17bb\u1798\u17d2\u1797\u17c8", + "\u1798\u17b8\u1793\u17b6", + "\u1798\u17c1\u179f\u17b6", + "\u17a7\u179f\u1797\u17b6", + "\u1798\u17b7\u1790\u17bb\u1793\u17b6", + "\u1780\u1780\u17d2\u1780\u178a\u17b6", + "\u179f\u17b8\u17a0\u17b6", + "\u1780\u1789\u17d2\u1789\u17b6", + "\u178f\u17bb\u179b\u17b6", + "\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6", + "\u1792\u17d2\u1793\u17bc" + ], + "STANDALONEMONTH": [ + "\u1798\u1780\u179a\u17b6", + "\u1780\u17bb\u1798\u17d2\u1797\u17c8", + "\u1798\u17b8\u1793\u17b6", + "\u1798\u17c1\u179f\u17b6", + "\u17a7\u179f\u1797\u17b6", + "\u1798\u17b7\u1790\u17bb\u1793\u17b6", + "\u1780\u1780\u17d2\u1780\u178a\u17b6", + "\u179f\u17b8\u17a0\u17b6", + "\u1780\u1789\u17d2\u1789\u17b6", + "\u178f\u17bb\u179b\u17b6", + "\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6", + "\u1792\u17d2\u1793\u17bc" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Riel", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "km-kh", + "localeID": "km_KH", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_km.js b/src/ngLocale/angular-locale_km.js new file mode 100644 index 000000000000..af5af7fdb85f --- /dev/null +++ b/src/ngLocale/angular-locale_km.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", + "\u1785\u17d0\u1793\u17d2\u1791", + "\u17a2\u1784\u17d2\u1782\u17b6\u179a", + "\u1796\u17bb\u1792", + "\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd", + "\u179f\u17bb\u1780\u17d2\u179a", + "\u179f\u17c5\u179a\u17cd" + ], + "ERANAMES": [ + "\u1798\u17bb\u1793\u200b\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787", + "\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787" + ], + "ERAS": [ + "\u1798\u17bb\u1793 \u1782.\u179f.", + "\u1782.\u179f." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u1798\u1780\u179a\u17b6", + "\u1780\u17bb\u1798\u17d2\u1797\u17c8", + "\u1798\u17b8\u1793\u17b6", + "\u1798\u17c1\u179f\u17b6", + "\u17a7\u179f\u1797\u17b6", + "\u1798\u17b7\u1790\u17bb\u1793\u17b6", + "\u1780\u1780\u17d2\u1780\u178a\u17b6", + "\u179f\u17b8\u17a0\u17b6", + "\u1780\u1789\u17d2\u1789\u17b6", + "\u178f\u17bb\u179b\u17b6", + "\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6", + "\u1792\u17d2\u1793\u17bc" + ], + "SHORTDAY": [ + "\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", + "\u1785\u17d0\u1793\u17d2\u1791", + "\u17a2\u1784\u17d2\u1782\u17b6\u179a", + "\u1796\u17bb\u1792", + "\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd", + "\u179f\u17bb\u1780\u17d2\u179a", + "\u179f\u17c5\u179a\u17cd" + ], + "SHORTMONTH": [ + "\u1798\u1780\u179a\u17b6", + "\u1780\u17bb\u1798\u17d2\u1797\u17c8", + "\u1798\u17b8\u1793\u17b6", + "\u1798\u17c1\u179f\u17b6", + "\u17a7\u179f\u1797\u17b6", + "\u1798\u17b7\u1790\u17bb\u1793\u17b6", + "\u1780\u1780\u17d2\u1780\u178a\u17b6", + "\u179f\u17b8\u17a0\u17b6", + "\u1780\u1789\u17d2\u1789\u17b6", + "\u178f\u17bb\u179b\u17b6", + "\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6", + "\u1792\u17d2\u1793\u17bc" + ], + "STANDALONEMONTH": [ + "\u1798\u1780\u179a\u17b6", + "\u1780\u17bb\u1798\u17d2\u1797\u17c8", + "\u1798\u17b8\u1793\u17b6", + "\u1798\u17c1\u179f\u17b6", + "\u17a7\u179f\u1797\u17b6", + "\u1798\u17b7\u1790\u17bb\u1793\u17b6", + "\u1780\u1780\u17d2\u1780\u178a\u17b6", + "\u179f\u17b8\u17a0\u17b6", + "\u1780\u1789\u17d2\u1789\u17b6", + "\u178f\u17bb\u179b\u17b6", + "\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6", + "\u1792\u17d2\u1793\u17bc" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Riel", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "km", + "localeID": "km", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kn-in.js b/src/ngLocale/angular-locale_kn-in.js index cc4bf7ff0245..bc40a6058392 100644 --- a/src/ngLocale/angular-locale_kn-in.js +++ b/src/ngLocale/angular-locale_kn-in.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["ಜನವರೀ","ಫೆಬ್ರವರೀ","ಮಾರ್ಚ್","ಎಪ್ರಿಲ್","ಮೆ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸಪ್ಟೆಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"],"SHORTMONTH":["ಜನವರೀ","ಫೆಬ್ರವರೀ","ಮಾರ್ಚ್","ಎಪ್ರಿಲ್","ಮೆ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸಪ್ಟೆಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"],"DAY":["ರವಿವಾರ","ಸೋಮವಾರ","ಮಂಗಳವಾರ","ಬುಧವಾರ","ಗುರುವಾರ","ಶುಕ್ರವಾರ","ಶನಿವಾರ"],"SHORTDAY":["ರ.","ಸೋ.","ಮಂ.","ಬು.","ಗು.","ಶು.","ಶನಿ."],"AMPMS":["am","pm"],"medium":"d MMM y hh:mm:ss a","short":"d-M-yy hh:mm a","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d-M-yy","mediumTime":"hh:mm:ss a","shortTime":"hh:mm a"},"id":"kn-in"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0cbe\u0cb9\u0ccd\u0ca8", + "\u0c85\u0caa\u0cb0\u0cbe\u0cb9\u0ccd\u0ca8" + ], + "DAY": [ + "\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0", + "\u0cb8\u0ccb\u0cae\u0cb5\u0cbe\u0cb0", + "\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0", + "\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0", + "\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0", + "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0", + "\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0" + ], + "ERANAMES": [ + "\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5", + "\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0cb6\u0c95" + ], + "ERAS": [ + "\u0c95\u0ccd\u0cb0\u0cbf.\u0caa\u0cc2", + "\u0c95\u0ccd\u0cb0\u0cbf.\u0cb6" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf", + "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf", + "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", + "\u0cae\u0cc7", + "\u0c9c\u0cc2\u0ca8\u0ccd", + "\u0c9c\u0cc1\u0cb2\u0cc8", + "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", + "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", + "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd" + ], + "SHORTDAY": [ + "\u0cad\u0cbe\u0ca8\u0cc1", + "\u0cb8\u0ccb\u0cae", + "\u0cae\u0c82\u0c97\u0cb3", + "\u0cac\u0cc1\u0ca7", + "\u0c97\u0cc1\u0cb0\u0cc1", + "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0", + "\u0cb6\u0ca8\u0cbf" + ], + "SHORTMONTH": [ + "\u0c9c\u0ca8", + "\u0cab\u0cc6\u0cac\u0ccd\u0cb0", + "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf", + "\u0cae\u0cc7", + "\u0c9c\u0cc2\u0ca8\u0ccd", + "\u0c9c\u0cc1\u0cb2\u0cc8", + "\u0c86\u0c97", + "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82", + "\u0c85\u0c95\u0ccd\u0c9f\u0ccb", + "\u0ca8\u0cb5\u0cc6\u0c82", + "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82" + ], + "STANDALONEMONTH": [ + "\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf", + "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf", + "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", + "\u0cae\u0cc7", + "\u0c9c\u0cc2\u0ca8\u0ccd", + "\u0c9c\u0cc1\u0cb2\u0cc8", + "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", + "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", + "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y hh:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "hh:mm:ss a", + "short": "d/M/yy hh:mm a", + "shortDate": "d/M/yy", + "shortTime": "hh:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kn-in", + "localeID": "kn_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kn.js b/src/ngLocale/angular-locale_kn.js index 38d1c8179000..18196c092b6f 100644 --- a/src/ngLocale/angular-locale_kn.js +++ b/src/ngLocale/angular-locale_kn.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ಜನವರೀ","ಫೆಬ್ರವರೀ","ಮಾರ್ಚ್","ಎಪ್ರಿಲ್","ಮೆ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸಪ್ಟೆಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"],"SHORTMONTH":["ಜನವರೀ","ಫೆಬ್ರವರೀ","ಮಾರ್ಚ್","ಎಪ್ರಿಲ್","ಮೆ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸಪ್ಟೆಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"],"DAY":["ರವಿವಾರ","ಸೋಮವಾರ","ಮಂಗಳವಾರ","ಬುಧವಾರ","ಗುರುವಾರ","ಶುಕ್ರವಾರ","ಶನಿವಾರ"],"SHORTDAY":["ರ.","ಸೋ.","ಮಂ.","ಬು.","ಗು.","ಶು.","ಶನಿ."],"AMPMS":["am","pm"],"medium":"d MMM y hh:mm:ss a","short":"d-M-yy hh:mm a","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d-M-yy","mediumTime":"hh:mm:ss a","shortTime":"hh:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"kn"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0cbe\u0cb9\u0ccd\u0ca8", + "\u0c85\u0caa\u0cb0\u0cbe\u0cb9\u0ccd\u0ca8" + ], + "DAY": [ + "\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0", + "\u0cb8\u0ccb\u0cae\u0cb5\u0cbe\u0cb0", + "\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0", + "\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0", + "\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0", + "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0", + "\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0" + ], + "ERANAMES": [ + "\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5", + "\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0cb6\u0c95" + ], + "ERAS": [ + "\u0c95\u0ccd\u0cb0\u0cbf.\u0caa\u0cc2", + "\u0c95\u0ccd\u0cb0\u0cbf.\u0cb6" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf", + "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf", + "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", + "\u0cae\u0cc7", + "\u0c9c\u0cc2\u0ca8\u0ccd", + "\u0c9c\u0cc1\u0cb2\u0cc8", + "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", + "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", + "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd" + ], + "SHORTDAY": [ + "\u0cad\u0cbe\u0ca8\u0cc1", + "\u0cb8\u0ccb\u0cae", + "\u0cae\u0c82\u0c97\u0cb3", + "\u0cac\u0cc1\u0ca7", + "\u0c97\u0cc1\u0cb0\u0cc1", + "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0", + "\u0cb6\u0ca8\u0cbf" + ], + "SHORTMONTH": [ + "\u0c9c\u0ca8", + "\u0cab\u0cc6\u0cac\u0ccd\u0cb0", + "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf", + "\u0cae\u0cc7", + "\u0c9c\u0cc2\u0ca8\u0ccd", + "\u0c9c\u0cc1\u0cb2\u0cc8", + "\u0c86\u0c97", + "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82", + "\u0c85\u0c95\u0ccd\u0c9f\u0ccb", + "\u0ca8\u0cb5\u0cc6\u0c82", + "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82" + ], + "STANDALONEMONTH": [ + "\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf", + "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf", + "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", + "\u0cae\u0cc7", + "\u0c9c\u0cc2\u0ca8\u0ccd", + "\u0c9c\u0cc1\u0cb2\u0cc8", + "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", + "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", + "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y hh:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "hh:mm:ss a", + "short": "d/M/yy hh:mm a", + "shortDate": "d/M/yy", + "shortTime": "hh:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kn", + "localeID": "kn", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ko-kp.js b/src/ngLocale/angular-locale_ko-kp.js new file mode 100644 index 000000000000..8e126ec8ebbc --- /dev/null +++ b/src/ngLocale/angular-locale_ko-kp.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\uc624\uc804", + "\uc624\ud6c4" + ], + "DAY": [ + "\uc77c\uc694\uc77c", + "\uc6d4\uc694\uc77c", + "\ud654\uc694\uc77c", + "\uc218\uc694\uc77c", + "\ubaa9\uc694\uc77c", + "\uae08\uc694\uc77c", + "\ud1a0\uc694\uc77c" + ], + "ERANAMES": [ + "\uae30\uc6d0\uc804", + "\uc11c\uae30" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" + ], + "SHORTDAY": [ + "\uc77c", + "\uc6d4", + "\ud654", + "\uc218", + "\ubaa9", + "\uae08", + "\ud1a0" + ], + "SHORTMONTH": [ + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" + ], + "STANDALONEMONTH": [ + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\ub144 M\uc6d4 d\uc77c EEEE", + "longDate": "y\ub144 M\uc6d4 d\uc77c", + "medium": "y. M. d. a h:mm:ss", + "mediumDate": "y. M. d.", + "mediumTime": "a h:mm:ss", + "short": "yy. M. d. a h:mm", + "shortDate": "yy. M. d.", + "shortTime": "a h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a9KP", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ko-kp", + "localeID": "ko_KP", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ko-kr.js b/src/ngLocale/angular-locale_ko-kr.js index 3d92e3de7c39..96a33fe960a1 100644 --- a/src/ngLocale/angular-locale_ko-kr.js +++ b/src/ngLocale/angular-locale_ko-kr.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₩"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],"SHORTMONTH":["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],"DAY":["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],"SHORTDAY":["일","월","화","수","목","금","토"],"AMPMS":["오전","오후"],"medium":"yyyy. M. d. a h:mm:ss","short":"yy. M. d. a h:mm","fullDate":"y년 M월 d일 EEEE","longDate":"y년 M월 d일","mediumDate":"yyyy. M. d.","shortDate":"yy. M. d.","mediumTime":"a h:mm:ss","shortTime":"a h:mm"},"id":"ko-kr"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\uc624\uc804", + "\uc624\ud6c4" + ], + "DAY": [ + "\uc77c\uc694\uc77c", + "\uc6d4\uc694\uc77c", + "\ud654\uc694\uc77c", + "\uc218\uc694\uc77c", + "\ubaa9\uc694\uc77c", + "\uae08\uc694\uc77c", + "\ud1a0\uc694\uc77c" + ], + "ERANAMES": [ + "\uae30\uc6d0\uc804", + "\uc11c\uae30" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" + ], + "SHORTDAY": [ + "\uc77c", + "\uc6d4", + "\ud654", + "\uc218", + "\ubaa9", + "\uae08", + "\ud1a0" + ], + "SHORTMONTH": [ + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" + ], + "STANDALONEMONTH": [ + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\ub144 M\uc6d4 d\uc77c EEEE", + "longDate": "y\ub144 M\uc6d4 d\uc77c", + "medium": "y. M. d. a h:mm:ss", + "mediumDate": "y. M. d.", + "mediumTime": "a h:mm:ss", + "short": "yy. M. d. a h:mm", + "shortDate": "yy. M. d.", + "shortTime": "a h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ko-kr", + "localeID": "ko_KR", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ko.js b/src/ngLocale/angular-locale_ko.js index 4a8e0886c4cc..50958e043e2d 100644 --- a/src/ngLocale/angular-locale_ko.js +++ b/src/ngLocale/angular-locale_ko.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],"SHORTMONTH":["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],"DAY":["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],"SHORTDAY":["일","월","화","수","목","금","토"],"AMPMS":["오전","오후"],"medium":"yyyy. M. d. a h:mm:ss","short":"yy. M. d. a h:mm","fullDate":"y년 M월 d일 EEEE","longDate":"y년 M월 d일","mediumDate":"yyyy. M. d.","shortDate":"yy. M. d.","mediumTime":"a h:mm:ss","shortTime":"a h:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₩"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"ko"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\uc624\uc804", + "\uc624\ud6c4" + ], + "DAY": [ + "\uc77c\uc694\uc77c", + "\uc6d4\uc694\uc77c", + "\ud654\uc694\uc77c", + "\uc218\uc694\uc77c", + "\ubaa9\uc694\uc77c", + "\uae08\uc694\uc77c", + "\ud1a0\uc694\uc77c" + ], + "ERANAMES": [ + "\uae30\uc6d0\uc804", + "\uc11c\uae30" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" + ], + "SHORTDAY": [ + "\uc77c", + "\uc6d4", + "\ud654", + "\uc218", + "\ubaa9", + "\uae08", + "\ud1a0" + ], + "SHORTMONTH": [ + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" + ], + "STANDALONEMONTH": [ + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\ub144 M\uc6d4 d\uc77c EEEE", + "longDate": "y\ub144 M\uc6d4 d\uc77c", + "medium": "y. M. d. a h:mm:ss", + "mediumDate": "y. M. d.", + "mediumTime": "a h:mm:ss", + "short": "yy. M. d. a h:mm", + "shortDate": "yy. M. d.", + "shortTime": "a h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ko", + "localeID": "ko", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kok-in.js b/src/ngLocale/angular-locale_kok-in.js new file mode 100644 index 000000000000..c5c33aebdd5d --- /dev/null +++ b/src/ngLocale/angular-locale_kok-in.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u092e.\u092a\u0942.", + "\u092e.\u0928\u0902." + ], + "DAY": [ + "\u0906\u0926\u093f\u0924\u094d\u092f\u0935\u093e\u0930", + "\u0938\u094b\u092e\u0935\u093e\u0930", + "\u092e\u0902\u0917\u0933\u093e\u0930", + "\u092c\u0941\u0927\u0935\u093e\u0930", + "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "\u0936\u0928\u093f\u0935\u093e\u0930" + ], + "ERANAMES": [ + "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u092a\u0942\u0930\u094d\u0935", + "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u0936\u0916\u093e" + ], + "ERAS": [ + "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u092a\u0942\u0930\u094d\u0935", + "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u0936\u0916\u093e" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0913\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0913\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "SHORTDAY": [ + "\u0930\u0935\u093f", + "\u0938\u094b\u092e", + "\u092e\u0902\u0917\u0933", + "\u092c\u0941\u0927", + "\u0917\u0941\u0930\u0941", + "\u0936\u0941\u0915\u094d\u0930", + "\u0936\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0913\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0913\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "STANDALONEMONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0913\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0913\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "kok-in", + "localeID": "kok_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kok.js b/src/ngLocale/angular-locale_kok.js new file mode 100644 index 000000000000..63944905f126 --- /dev/null +++ b/src/ngLocale/angular-locale_kok.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u092e.\u092a\u0942.", + "\u092e.\u0928\u0902." + ], + "DAY": [ + "\u0906\u0926\u093f\u0924\u094d\u092f\u0935\u093e\u0930", + "\u0938\u094b\u092e\u0935\u093e\u0930", + "\u092e\u0902\u0917\u0933\u093e\u0930", + "\u092c\u0941\u0927\u0935\u093e\u0930", + "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "\u0936\u0928\u093f\u0935\u093e\u0930" + ], + "ERANAMES": [ + "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u092a\u0942\u0930\u094d\u0935", + "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u0936\u0916\u093e" + ], + "ERAS": [ + "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u092a\u0942\u0930\u094d\u0935", + "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u0936\u0916\u093e" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0913\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0913\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "SHORTDAY": [ + "\u0930\u0935\u093f", + "\u0938\u094b\u092e", + "\u092e\u0902\u0917\u0933", + "\u092c\u0941\u0927", + "\u0917\u0941\u0930\u0941", + "\u0936\u0941\u0915\u094d\u0930", + "\u0936\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0913\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0913\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "STANDALONEMONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0913\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0913\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "kok", + "localeID": "kok", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ks-in.js b/src/ngLocale/angular-locale_ks-in.js new file mode 100644 index 000000000000..3789d8caee51 --- /dev/null +++ b/src/ngLocale/angular-locale_ks-in.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0627\u064e\u062a\u06be\u0648\u0627\u0631", + "\u0698\u0654\u0646\u065b\u062f\u0631\u0655\u0631\u0648\u0627\u0631", + "\u0628\u0648\u065a\u0645\u0648\u0627\u0631", + "\u0628\u0648\u062f\u0648\u0627\u0631", + "\u0628\u0631\u065b\u066e\u06ea\u0633\u0648\u0627\u0631", + "\u062c\u064f\u0645\u06c1", + "\u0628\u0679\u0648\u0627\u0631" + ], + "ERANAMES": [ + "\u0642\u0628\u0655\u0644 \u0645\u0633\u06cc\u0656\u062d", + "\u0639\u06cc\u0656\u0633\u0648\u06cc \u0633\u0646\u06c1\u0655" + ], + "ERAS": [ + "\u0628\u06cc \u0633\u06cc", + "\u0627\u06d2 \u0688\u06cc" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u062c\u0646\u0624\u0631\u06cc", + "\u0641\u0631\u0624\u0631\u06cc", + "\u0645\u0627\u0631\u0655\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc\u0654", + "\u062c\u0648\u0657\u0646", + "\u062c\u0648\u0657\u0644\u0627\u06cc\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0657\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0622\u062a\u06be\u0648\u0627\u0631", + "\u0698\u0654\u0646\u065b\u062f\u0655\u0631\u0648\u0627\u0631", + "\u0628\u0648\u065a\u0645\u0648\u0627\u0631", + "\u0628\u0648\u062f\u0648\u0627\u0631", + "\u0628\u0631\u065b\u066e\u06ea\u0633\u0648\u0627\u0631", + "\u062c\u064f\u0645\u06c1", + "\u0628\u0679\u0648\u0627\u0631" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0624\u0631\u06cc", + "\u0641\u0631\u0624\u0631\u06cc", + "\u0645\u0627\u0631\u0655\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc\u0654", + "\u062c\u0648\u0657\u0646", + "\u062c\u0648\u0657\u0644\u0627\u06cc\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0657\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0624\u0631\u06cc", + "\u0641\u0631\u0624\u0631\u06cc", + "\u0645\u0627\u0631\u0655\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc\u0654", + "\u062c\u0648\u0657\u0646", + "\u062c\u0648\u0657\u0644\u0627\u06cc\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0657\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ks-in", + "localeID": "ks_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ks.js b/src/ngLocale/angular-locale_ks.js new file mode 100644 index 000000000000..7c64c70b6a37 --- /dev/null +++ b/src/ngLocale/angular-locale_ks.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0627\u064e\u062a\u06be\u0648\u0627\u0631", + "\u0698\u0654\u0646\u065b\u062f\u0631\u0655\u0631\u0648\u0627\u0631", + "\u0628\u0648\u065a\u0645\u0648\u0627\u0631", + "\u0628\u0648\u062f\u0648\u0627\u0631", + "\u0628\u0631\u065b\u066e\u06ea\u0633\u0648\u0627\u0631", + "\u062c\u064f\u0645\u06c1", + "\u0628\u0679\u0648\u0627\u0631" + ], + "ERANAMES": [ + "\u0642\u0628\u0655\u0644 \u0645\u0633\u06cc\u0656\u062d", + "\u0639\u06cc\u0656\u0633\u0648\u06cc \u0633\u0646\u06c1\u0655" + ], + "ERAS": [ + "\u0628\u06cc \u0633\u06cc", + "\u0627\u06d2 \u0688\u06cc" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u062c\u0646\u0624\u0631\u06cc", + "\u0641\u0631\u0624\u0631\u06cc", + "\u0645\u0627\u0631\u0655\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc\u0654", + "\u062c\u0648\u0657\u0646", + "\u062c\u0648\u0657\u0644\u0627\u06cc\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0657\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0622\u062a\u06be\u0648\u0627\u0631", + "\u0698\u0654\u0646\u065b\u062f\u0655\u0631\u0648\u0627\u0631", + "\u0628\u0648\u065a\u0645\u0648\u0627\u0631", + "\u0628\u0648\u062f\u0648\u0627\u0631", + "\u0628\u0631\u065b\u066e\u06ea\u0633\u0648\u0627\u0631", + "\u062c\u064f\u0645\u06c1", + "\u0628\u0679\u0648\u0627\u0631" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0624\u0631\u06cc", + "\u0641\u0631\u0624\u0631\u06cc", + "\u0645\u0627\u0631\u0655\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc\u0654", + "\u062c\u0648\u0657\u0646", + "\u062c\u0648\u0657\u0644\u0627\u06cc\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0657\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0624\u0631\u06cc", + "\u0641\u0631\u0624\u0631\u06cc", + "\u0645\u0627\u0631\u0655\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc\u0654", + "\u062c\u0648\u0657\u0646", + "\u062c\u0648\u0657\u0644\u0627\u06cc\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0657\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ks", + "localeID": "ks", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ksb-tz.js b/src/ngLocale/angular-locale_ksb-tz.js new file mode 100644 index 000000000000..dce2395d0968 --- /dev/null +++ b/src/ngLocale/angular-locale_ksb-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "makeo", + "nyiaghuo" + ], + "DAY": [ + "Jumaapii", + "Jumaatatu", + "Jumaane", + "Jumaatano", + "Alhamisi", + "Ijumaa", + "Jumaamosi" + ], + "ERANAMES": [ + "Kabla ya Klisto", + "Baada ya Klisto" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januali", + "Febluali", + "Machi", + "Aplili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jmn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januali", + "Febluali", + "Machi", + "Aplili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "ksb-tz", + "localeID": "ksb_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ksb.js b/src/ngLocale/angular-locale_ksb.js new file mode 100644 index 000000000000..5ca5dd971446 --- /dev/null +++ b/src/ngLocale/angular-locale_ksb.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "makeo", + "nyiaghuo" + ], + "DAY": [ + "Jumaapii", + "Jumaatatu", + "Jumaane", + "Jumaatano", + "Alhamisi", + "Ijumaa", + "Jumaamosi" + ], + "ERANAMES": [ + "Kabla ya Klisto", + "Baada ya Klisto" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januali", + "Febluali", + "Machi", + "Aplili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jmn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januali", + "Febluali", + "Machi", + "Aplili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "ksb", + "localeID": "ksb", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ksf-cm.js b/src/ngLocale/angular-locale_ksf-cm.js new file mode 100644 index 000000000000..19ea5d6a452c --- /dev/null +++ b/src/ngLocale/angular-locale_ksf-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "s\u00e1r\u00faw\u00e1", + "c\u025b\u025b\u0301nko" + ], + "DAY": [ + "s\u0254\u0301nd\u01dd", + "l\u01ddnd\u00ed", + "maad\u00ed", + "m\u025bkr\u025bd\u00ed", + "j\u01dd\u01ddd\u00ed", + "j\u00famb\u00e1", + "samd\u00ed" + ], + "ERANAMES": [ + "di Y\u025b\u0301sus ak\u00e1 y\u00e1l\u025b", + "c\u00e1m\u025b\u025bn k\u01dd k\u01ddb\u0254pka Y" + ], + "ERAS": [ + "d.Y.", + "k.Y." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u014bw\u00ed\u00ed a nt\u0254\u0301nt\u0254", + "\u014bw\u00ed\u00ed ak\u01dd b\u025b\u0301\u025b", + "\u014bw\u00ed\u00ed ak\u01dd r\u00e1\u00e1", + "\u014bw\u00ed\u00ed ak\u01dd nin", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1an", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1af\u0254k", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1ab\u025b\u025b", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1araa", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1anin", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk di b\u0254\u0301k", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk di b\u025b\u0301\u025b" + ], + "SHORTDAY": [ + "s\u0254\u0301n", + "l\u01ddn", + "maa", + "m\u025bk", + "j\u01dd\u01dd", + "j\u00fam", + "sam" + ], + "SHORTMONTH": [ + "\u014b1", + "\u014b2", + "\u014b3", + "\u014b4", + "\u014b5", + "\u014b6", + "\u014b7", + "\u014b8", + "\u014b9", + "\u014b10", + "\u014b11", + "\u014b12" + ], + "STANDALONEMONTH": [ + "\u014bw\u00ed\u00ed a nt\u0254\u0301nt\u0254", + "\u014bw\u00ed\u00ed ak\u01dd b\u025b\u0301\u025b", + "\u014bw\u00ed\u00ed ak\u01dd r\u00e1\u00e1", + "\u014bw\u00ed\u00ed ak\u01dd nin", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1an", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1af\u0254k", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1ab\u025b\u025b", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1araa", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1anin", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk di b\u0254\u0301k", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk di b\u025b\u0301\u025b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ksf-cm", + "localeID": "ksf_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ksf.js b/src/ngLocale/angular-locale_ksf.js new file mode 100644 index 000000000000..36e62a8d062f --- /dev/null +++ b/src/ngLocale/angular-locale_ksf.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "s\u00e1r\u00faw\u00e1", + "c\u025b\u025b\u0301nko" + ], + "DAY": [ + "s\u0254\u0301nd\u01dd", + "l\u01ddnd\u00ed", + "maad\u00ed", + "m\u025bkr\u025bd\u00ed", + "j\u01dd\u01ddd\u00ed", + "j\u00famb\u00e1", + "samd\u00ed" + ], + "ERANAMES": [ + "di Y\u025b\u0301sus ak\u00e1 y\u00e1l\u025b", + "c\u00e1m\u025b\u025bn k\u01dd k\u01ddb\u0254pka Y" + ], + "ERAS": [ + "d.Y.", + "k.Y." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u014bw\u00ed\u00ed a nt\u0254\u0301nt\u0254", + "\u014bw\u00ed\u00ed ak\u01dd b\u025b\u0301\u025b", + "\u014bw\u00ed\u00ed ak\u01dd r\u00e1\u00e1", + "\u014bw\u00ed\u00ed ak\u01dd nin", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1an", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1af\u0254k", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1ab\u025b\u025b", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1araa", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1anin", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk di b\u0254\u0301k", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk di b\u025b\u0301\u025b" + ], + "SHORTDAY": [ + "s\u0254\u0301n", + "l\u01ddn", + "maa", + "m\u025bk", + "j\u01dd\u01dd", + "j\u00fam", + "sam" + ], + "SHORTMONTH": [ + "\u014b1", + "\u014b2", + "\u014b3", + "\u014b4", + "\u014b5", + "\u014b6", + "\u014b7", + "\u014b8", + "\u014b9", + "\u014b10", + "\u014b11", + "\u014b12" + ], + "STANDALONEMONTH": [ + "\u014bw\u00ed\u00ed a nt\u0254\u0301nt\u0254", + "\u014bw\u00ed\u00ed ak\u01dd b\u025b\u0301\u025b", + "\u014bw\u00ed\u00ed ak\u01dd r\u00e1\u00e1", + "\u014bw\u00ed\u00ed ak\u01dd nin", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1an", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1af\u0254k", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1ab\u025b\u025b", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1araa", + "\u014bw\u00ed\u00ed ak\u01dd t\u00e1anin", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk di b\u0254\u0301k", + "\u014bw\u00ed\u00ed ak\u01dd nt\u025bk di b\u025b\u0301\u025b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ksf", + "localeID": "ksf", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ksh-de.js b/src/ngLocale/angular-locale_ksh-de.js new file mode 100644 index 000000000000..b38f41139eff --- /dev/null +++ b/src/ngLocale/angular-locale_ksh-de.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Uhr v\u00f6rmiddaachs", + "Uhr nommendaachs" + ], + "DAY": [ + "Sunndaach", + "Mohndaach", + "Dinnsdaach", + "Metwoch", + "Dunnersdaach", + "Friidaach", + "Samsdaach" + ], + "ERANAMES": [ + "v\u00fcr Krestos", + "noh Krestos" + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jannewa", + "F\u00e4browa", + "M\u00e4\u00e4z", + "Aprell", + "Mai", + "Juuni", + "Juuli", + "Oujo\u00df", + "Sept\u00e4mber", + "Oktohber", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "SHORTDAY": [ + "Su.", + "Mo.", + "Di.", + "Me.", + "Du.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan", + "F\u00e4b", + "M\u00e4z", + "Apr", + "Mai", + "Jun", + "Jul", + "Ouj", + "S\u00e4p", + "Okt", + "Nov", + "Dez" + ], + "STANDALONEMONTH": [ + "Jannewa", + "F\u00e4browa", + "M\u00e4\u00e4z", + "Aprell", + "Mai", + "Juuni", + "Juuli", + "Oujo\u00df", + "Sept\u00e4mber", + "Oktohber", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, 'd\u00e4' d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM. y HH:mm:ss", + "mediumDate": "d. MMM. y", + "mediumTime": "HH:mm:ss", + "short": "d. M. y HH:mm", + "shortDate": "d. M. y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ksh-de", + "localeID": "ksh_DE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ksh.js b/src/ngLocale/angular-locale_ksh.js new file mode 100644 index 000000000000..b6e38cb61aad --- /dev/null +++ b/src/ngLocale/angular-locale_ksh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Uhr v\u00f6rmiddaachs", + "Uhr nommendaachs" + ], + "DAY": [ + "Sunndaach", + "Mohndaach", + "Dinnsdaach", + "Metwoch", + "Dunnersdaach", + "Friidaach", + "Samsdaach" + ], + "ERANAMES": [ + "v\u00fcr Krestos", + "noh Krestos" + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jannewa", + "F\u00e4browa", + "M\u00e4\u00e4z", + "Aprell", + "Mai", + "Juuni", + "Juuli", + "Oujo\u00df", + "Sept\u00e4mber", + "Oktohber", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "SHORTDAY": [ + "Su.", + "Mo.", + "Di.", + "Me.", + "Du.", + "Fr.", + "Sa." + ], + "SHORTMONTH": [ + "Jan", + "F\u00e4b", + "M\u00e4z", + "Apr", + "Mai", + "Jun", + "Jul", + "Ouj", + "S\u00e4p", + "Okt", + "Nov", + "Dez" + ], + "STANDALONEMONTH": [ + "Jannewa", + "F\u00e4browa", + "M\u00e4\u00e4z", + "Aprell", + "Mai", + "Juuni", + "Juuli", + "Oujo\u00df", + "Sept\u00e4mber", + "Oktohber", + "Nov\u00e4mber", + "Dez\u00e4mber" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, 'd\u00e4' d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM. y HH:mm:ss", + "mediumDate": "d. MMM. y", + "mediumTime": "HH:mm:ss", + "short": "d. M. y HH:mm", + "shortDate": "d. M. y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ksh", + "localeID": "ksh", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kw-gb.js b/src/ngLocale/angular-locale_kw-gb.js new file mode 100644 index 000000000000..8aad7fc5554d --- /dev/null +++ b/src/ngLocale/angular-locale_kw-gb.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "dy Sul", + "dy Lun", + "dy Meurth", + "dy Merher", + "dy Yow", + "dy Gwener", + "dy Sadorn" + ], + "ERANAMES": [ + "RC", + "AD" + ], + "ERAS": [ + "RC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "mis Genver", + "mis Hwevrer", + "mis Meurth", + "mis Ebrel", + "mis Me", + "mis Metheven", + "mis Gortheren", + "mis Est", + "mis Gwynngala", + "mis Hedra", + "mis Du", + "mis Kevardhu" + ], + "SHORTDAY": [ + "Sul", + "Lun", + "Mth", + "Mhr", + "Yow", + "Gwe", + "Sad" + ], + "SHORTMONTH": [ + "Gen", + "Hwe", + "Meu", + "Ebr", + "Me", + "Met", + "Gor", + "Est", + "Gwn", + "Hed", + "Du", + "Kev" + ], + "STANDALONEMONTH": [ + "mis Genver", + "mis Hwevrer", + "mis Meurth", + "mis Ebrel", + "mis Me", + "mis Metheven", + "mis Gortheren", + "mis Est", + "mis Gwynngala", + "mis Hedra", + "mis Du", + "mis Kevardhu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kw-gb", + "localeID": "kw_GB", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_kw.js b/src/ngLocale/angular-locale_kw.js new file mode 100644 index 000000000000..2df471a712c7 --- /dev/null +++ b/src/ngLocale/angular-locale_kw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "dy Sul", + "dy Lun", + "dy Meurth", + "dy Merher", + "dy Yow", + "dy Gwener", + "dy Sadorn" + ], + "ERANAMES": [ + "RC", + "AD" + ], + "ERAS": [ + "RC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "mis Genver", + "mis Hwevrer", + "mis Meurth", + "mis Ebrel", + "mis Me", + "mis Metheven", + "mis Gortheren", + "mis Est", + "mis Gwynngala", + "mis Hedra", + "mis Du", + "mis Kevardhu" + ], + "SHORTDAY": [ + "Sul", + "Lun", + "Mth", + "Mhr", + "Yow", + "Gwe", + "Sad" + ], + "SHORTMONTH": [ + "Gen", + "Hwe", + "Meu", + "Ebr", + "Me", + "Met", + "Gor", + "Est", + "Gwn", + "Hed", + "Du", + "Kev" + ], + "STANDALONEMONTH": [ + "mis Genver", + "mis Hwevrer", + "mis Meurth", + "mis Ebrel", + "mis Me", + "mis Metheven", + "mis Gortheren", + "mis Est", + "mis Gwynngala", + "mis Hedra", + "mis Du", + "mis Kevardhu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "kw", + "localeID": "kw", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ky-kg.js b/src/ngLocale/angular-locale_ky-kg.js new file mode 100644 index 000000000000..e79cd4ce0d98 --- /dev/null +++ b/src/ngLocale/angular-locale_ky-kg.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0442\u0430\u04a3\u043a\u044b", + "\u0442\u04af\u0448\u0442\u04e9\u043d \u043a\u0438\u0439\u0438\u043d\u043a\u0438" + ], + "DAY": [ + "\u0436\u0435\u043a\u0448\u0435\u043c\u0431\u0438", + "\u0434\u04af\u0439\u0448\u04e9\u043c\u0431\u04af", + "\u0448\u0435\u0439\u0448\u0435\u043c\u0431\u0438", + "\u0448\u0430\u0440\u0448\u0435\u043c\u0431\u0438", + "\u0431\u0435\u0439\u0448\u0435\u043c\u0431\u0438", + "\u0436\u0443\u043c\u0430", + "\u0438\u0448\u0435\u043c\u0431\u0438" + ], + "ERANAMES": [ + "\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d\u0433\u0430 \u0447\u0435\u0439\u0438\u043d", + "\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d" + ], + "ERAS": [ + "\u0431.\u0437.\u0447.", + "\u0431.\u0437." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "SHORTDAY": [ + "\u0436\u0435\u043a.", + "\u0434\u04af\u0439.", + "\u0448\u0435\u0439\u0448.", + "\u0448\u0430\u0440\u0448.", + "\u0431\u0435\u0439\u0448.", + "\u0436\u0443\u043c\u0430", + "\u0438\u0448\u043c." + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d.", + "\u0438\u044e\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u042f\u043d\u0432\u0430\u0440\u044c", + "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", + "\u041c\u0430\u0440\u0442", + "\u0410\u043f\u0440\u0435\u043b\u044c", + "\u041c\u0430\u0439", + "\u0418\u044e\u043d\u044c", + "\u0418\u044e\u043b\u044c", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u041d\u043e\u044f\u0431\u0440\u044c", + "\u0414\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y-'\u0436'., d-MMMM, EEEE", + "longDate": "y-'\u0436'., d-MMMM", + "medium": "y-'\u0436'., d-MMM HH:mm:ss", + "mediumDate": "y-'\u0436'., d-MMM", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KGS", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ky-kg", + "localeID": "ky_KG", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ky.js b/src/ngLocale/angular-locale_ky.js new file mode 100644 index 000000000000..5d0780e4fbf5 --- /dev/null +++ b/src/ngLocale/angular-locale_ky.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0442\u0430\u04a3\u043a\u044b", + "\u0442\u04af\u0448\u0442\u04e9\u043d \u043a\u0438\u0439\u0438\u043d\u043a\u0438" + ], + "DAY": [ + "\u0436\u0435\u043a\u0448\u0435\u043c\u0431\u0438", + "\u0434\u04af\u0439\u0448\u04e9\u043c\u0431\u04af", + "\u0448\u0435\u0439\u0448\u0435\u043c\u0431\u0438", + "\u0448\u0430\u0440\u0448\u0435\u043c\u0431\u0438", + "\u0431\u0435\u0439\u0448\u0435\u043c\u0431\u0438", + "\u0436\u0443\u043c\u0430", + "\u0438\u0448\u0435\u043c\u0431\u0438" + ], + "ERANAMES": [ + "\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d\u0433\u0430 \u0447\u0435\u0439\u0438\u043d", + "\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d" + ], + "ERAS": [ + "\u0431.\u0437.\u0447.", + "\u0431.\u0437." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "SHORTDAY": [ + "\u0436\u0435\u043a.", + "\u0434\u04af\u0439.", + "\u0448\u0435\u0439\u0448.", + "\u0448\u0430\u0440\u0448.", + "\u0431\u0435\u0439\u0448.", + "\u0436\u0443\u043c\u0430", + "\u0438\u0448\u043c." + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d.", + "\u0438\u044e\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u042f\u043d\u0432\u0430\u0440\u044c", + "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", + "\u041c\u0430\u0440\u0442", + "\u0410\u043f\u0440\u0435\u043b\u044c", + "\u041c\u0430\u0439", + "\u0418\u044e\u043d\u044c", + "\u0418\u044e\u043b\u044c", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u041d\u043e\u044f\u0431\u0440\u044c", + "\u0414\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y-'\u0436'., d-MMMM, EEEE", + "longDate": "y-'\u0436'., d-MMMM", + "medium": "y-'\u0436'., d-MMM HH:mm:ss", + "mediumDate": "y-'\u0436'., d-MMM", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KGS", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ky", + "localeID": "ky", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lag-tz.js b/src/ngLocale/angular-locale_lag-tz.js new file mode 100644 index 000000000000..40c9a58d2868 --- /dev/null +++ b/src/ngLocale/angular-locale_lag-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "TOO", + "MUU" + ], + "DAY": [ + "Jumap\u00ediri", + "Jumat\u00e1tu", + "Juma\u00edne", + "Jumat\u00e1ano", + "Alam\u00edisi", + "Ijum\u00e1a", + "Jumam\u00f3osi" + ], + "ERANAMES": [ + "K\u0268r\u0268sit\u0289 s\u0268 anavyaal", + "K\u0268r\u0268sit\u0289 akavyaalwe" + ], + "ERAS": [ + "KSA", + "KA" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "K\u0289f\u00fangat\u0268", + "K\u0289naan\u0268", + "K\u0289keenda", + "Kwiikumi", + "Kwiinyamb\u00e1la", + "Kwiidwaata", + "K\u0289m\u0289\u0289nch\u0268", + "K\u0289v\u0268\u0268r\u0268", + "K\u0289saat\u0289", + "Kwiinyi", + "K\u0289saano", + "K\u0289sasat\u0289" + ], + "SHORTDAY": [ + "P\u00edili", + "T\u00e1atu", + "\u00cdne", + "T\u00e1ano", + "Alh", + "Ijm", + "M\u00f3osi" + ], + "SHORTMONTH": [ + "F\u00fangat\u0268", + "Naan\u0268", + "Keenda", + "Ik\u00fami", + "Inyambala", + "Idwaata", + "M\u0289\u0289nch\u0268", + "V\u0268\u0268r\u0268", + "Saat\u0289", + "Inyi", + "Saano", + "Sasat\u0289" + ], + "STANDALONEMONTH": [ + "K\u0289f\u00fangat\u0268", + "K\u0289naan\u0268", + "K\u0289keenda", + "Kwiikumi", + "Kwiinyamb\u00e1la", + "Kwiidwaata", + "K\u0289m\u0289\u0289nch\u0268", + "K\u0289v\u0268\u0268r\u0268", + "K\u0289saat\u0289", + "Kwiinyi", + "K\u0289saano", + "K\u0289sasat\u0289" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "lag-tz", + "localeID": "lag_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lag.js b/src/ngLocale/angular-locale_lag.js new file mode 100644 index 000000000000..b17c57ad0e79 --- /dev/null +++ b/src/ngLocale/angular-locale_lag.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "TOO", + "MUU" + ], + "DAY": [ + "Jumap\u00ediri", + "Jumat\u00e1tu", + "Juma\u00edne", + "Jumat\u00e1ano", + "Alam\u00edisi", + "Ijum\u00e1a", + "Jumam\u00f3osi" + ], + "ERANAMES": [ + "K\u0268r\u0268sit\u0289 s\u0268 anavyaal", + "K\u0268r\u0268sit\u0289 akavyaalwe" + ], + "ERAS": [ + "KSA", + "KA" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "K\u0289f\u00fangat\u0268", + "K\u0289naan\u0268", + "K\u0289keenda", + "Kwiikumi", + "Kwiinyamb\u00e1la", + "Kwiidwaata", + "K\u0289m\u0289\u0289nch\u0268", + "K\u0289v\u0268\u0268r\u0268", + "K\u0289saat\u0289", + "Kwiinyi", + "K\u0289saano", + "K\u0289sasat\u0289" + ], + "SHORTDAY": [ + "P\u00edili", + "T\u00e1atu", + "\u00cdne", + "T\u00e1ano", + "Alh", + "Ijm", + "M\u00f3osi" + ], + "SHORTMONTH": [ + "F\u00fangat\u0268", + "Naan\u0268", + "Keenda", + "Ik\u00fami", + "Inyambala", + "Idwaata", + "M\u0289\u0289nch\u0268", + "V\u0268\u0268r\u0268", + "Saat\u0289", + "Inyi", + "Saano", + "Sasat\u0289" + ], + "STANDALONEMONTH": [ + "K\u0289f\u00fangat\u0268", + "K\u0289naan\u0268", + "K\u0289keenda", + "Kwiikumi", + "Kwiinyamb\u00e1la", + "Kwiidwaata", + "K\u0289m\u0289\u0289nch\u0268", + "K\u0289v\u0268\u0268r\u0268", + "K\u0289saat\u0289", + "Kwiinyi", + "K\u0289saano", + "K\u0289sasat\u0289" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "lag", + "localeID": "lag", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lb-lu.js b/src/ngLocale/angular-locale_lb-lu.js new file mode 100644 index 000000000000..a55c1f0302d6 --- /dev/null +++ b/src/ngLocale/angular-locale_lb-lu.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "moies", + "nom\u00ebttes" + ], + "DAY": [ + "Sonndeg", + "M\u00e9indeg", + "D\u00ebnschdeg", + "M\u00ebttwoch", + "Donneschdeg", + "Freideg", + "Samschdeg" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4erz", + "Abr\u00ebll", + "Mee", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "Son.", + "M\u00e9i.", + "D\u00ebn.", + "M\u00ebt.", + "Don.", + "Fre.", + "Sam." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "M\u00e4e.", + "Abr.", + "Mee", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4erz", + "Abr\u00ebll", + "Mee", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "lb-lu", + "localeID": "lb_LU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lb.js b/src/ngLocale/angular-locale_lb.js new file mode 100644 index 000000000000..92fd0f938fac --- /dev/null +++ b/src/ngLocale/angular-locale_lb.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "moies", + "nom\u00ebttes" + ], + "DAY": [ + "Sonndeg", + "M\u00e9indeg", + "D\u00ebnschdeg", + "M\u00ebttwoch", + "Donneschdeg", + "Freideg", + "Samschdeg" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr." + ], + "ERAS": [ + "v. Chr.", + "n. Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januar", + "Februar", + "M\u00e4erz", + "Abr\u00ebll", + "Mee", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "SHORTDAY": [ + "Son.", + "M\u00e9i.", + "D\u00ebn.", + "M\u00ebt.", + "Don.", + "Fre.", + "Sam." + ], + "SHORTMONTH": [ + "Jan.", + "Feb.", + "M\u00e4e.", + "Abr.", + "Mee", + "Juni", + "Juli", + "Aug.", + "Sep.", + "Okt.", + "Nov.", + "Dez." + ], + "STANDALONEMONTH": [ + "Januar", + "Februar", + "M\u00e4erz", + "Abr\u00ebll", + "Mee", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "lb", + "localeID": "lb", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lg-ug.js b/src/ngLocale/angular-locale_lg-ug.js new file mode 100644 index 000000000000..c6b6b0e219ba --- /dev/null +++ b/src/ngLocale/angular-locale_lg-ug.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sabbiiti", + "Balaza", + "Lwakubiri", + "Lwakusatu", + "Lwakuna", + "Lwakutaano", + "Lwamukaaga" + ], + "ERANAMES": [ + "Kulisito nga tannaza", + "Bukya Kulisito Azaal" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janwaliyo", + "Febwaliyo", + "Marisi", + "Apuli", + "Maayi", + "Juuni", + "Julaayi", + "Agusito", + "Sebuttemba", + "Okitobba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Sab", + "Bal", + "Lw2", + "Lw3", + "Lw4", + "Lw5", + "Lw6" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apu", + "Maa", + "Juu", + "Jul", + "Agu", + "Seb", + "Oki", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Janwaliyo", + "Febwaliyo", + "Marisi", + "Apuli", + "Maayi", + "Juuni", + "Julaayi", + "Agusito", + "Sebuttemba", + "Okitobba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "lg-ug", + "localeID": "lg_UG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lg.js b/src/ngLocale/angular-locale_lg.js new file mode 100644 index 000000000000..32e75c399714 --- /dev/null +++ b/src/ngLocale/angular-locale_lg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sabbiiti", + "Balaza", + "Lwakubiri", + "Lwakusatu", + "Lwakuna", + "Lwakutaano", + "Lwamukaaga" + ], + "ERANAMES": [ + "Kulisito nga tannaza", + "Bukya Kulisito Azaal" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janwaliyo", + "Febwaliyo", + "Marisi", + "Apuli", + "Maayi", + "Juuni", + "Julaayi", + "Agusito", + "Sebuttemba", + "Okitobba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Sab", + "Bal", + "Lw2", + "Lw3", + "Lw4", + "Lw5", + "Lw6" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apu", + "Maa", + "Juu", + "Jul", + "Agu", + "Seb", + "Oki", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Janwaliyo", + "Febwaliyo", + "Marisi", + "Apuli", + "Maayi", + "Juuni", + "Julaayi", + "Agusito", + "Sebuttemba", + "Okitobba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "lg", + "localeID": "lg", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lkt-us.js b/src/ngLocale/angular-locale_lkt-us.js new file mode 100644 index 000000000000..5b25fb62a54d --- /dev/null +++ b/src/ngLocale/angular-locale_lkt-us.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "A\u014bp\u00e9tuwak\u021fa\u014b", + "A\u014bp\u00e9tuwa\u014b\u017ei", + "A\u014bp\u00e9tunu\u014bpa", + "A\u014bp\u00e9tuyamni", + "A\u014bp\u00e9tutopa", + "A\u014bp\u00e9tuzapta\u014b", + "Ow\u00e1\u014bgyu\u017ea\u017eapi" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Wi\u00f3the\u021fika W\u00ed", + "Thiy\u00f3\u021feyu\u014bka W\u00ed", + "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", + "P\u021fe\u017e\u00edt\u021fo W\u00ed", + "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", + "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", + "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", + "Was\u00fat\u021fu\u014b W\u00ed", + "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", + "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", + "Wan\u00edyetu W\u00ed", + "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" + ], + "SHORTDAY": [ + "A\u014bp\u00e9tuwak\u021fa\u014b", + "A\u014bp\u00e9tuwa\u014b\u017ei", + "A\u014bp\u00e9tunu\u014bpa", + "A\u014bp\u00e9tuyamni", + "A\u014bp\u00e9tutopa", + "A\u014bp\u00e9tuzapta\u014b", + "Ow\u00e1\u014bgyu\u017ea\u017eapi" + ], + "SHORTMONTH": [ + "Wi\u00f3the\u021fika W\u00ed", + "Thiy\u00f3\u021feyu\u014bka W\u00ed", + "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", + "P\u021fe\u017e\u00edt\u021fo W\u00ed", + "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", + "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", + "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", + "Was\u00fat\u021fu\u014b W\u00ed", + "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", + "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", + "Wan\u00edyetu W\u00ed", + "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" + ], + "STANDALONEMONTH": [ + "Wi\u00f3the\u021fika W\u00ed", + "Thiy\u00f3\u021feyu\u014bka W\u00ed", + "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", + "P\u021fe\u017e\u00edt\u021fo W\u00ed", + "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", + "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", + "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", + "Was\u00fat\u021fu\u014b W\u00ed", + "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", + "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", + "Wan\u00edyetu W\u00ed", + "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "lkt-us", + "localeID": "lkt_US", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lkt.js b/src/ngLocale/angular-locale_lkt.js new file mode 100644 index 000000000000..db9c59fd1e54 --- /dev/null +++ b/src/ngLocale/angular-locale_lkt.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "A\u014bp\u00e9tuwak\u021fa\u014b", + "A\u014bp\u00e9tuwa\u014b\u017ei", + "A\u014bp\u00e9tunu\u014bpa", + "A\u014bp\u00e9tuyamni", + "A\u014bp\u00e9tutopa", + "A\u014bp\u00e9tuzapta\u014b", + "Ow\u00e1\u014bgyu\u017ea\u017eapi" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Wi\u00f3the\u021fika W\u00ed", + "Thiy\u00f3\u021feyu\u014bka W\u00ed", + "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", + "P\u021fe\u017e\u00edt\u021fo W\u00ed", + "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", + "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", + "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", + "Was\u00fat\u021fu\u014b W\u00ed", + "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", + "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", + "Wan\u00edyetu W\u00ed", + "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" + ], + "SHORTDAY": [ + "A\u014bp\u00e9tuwak\u021fa\u014b", + "A\u014bp\u00e9tuwa\u014b\u017ei", + "A\u014bp\u00e9tunu\u014bpa", + "A\u014bp\u00e9tuyamni", + "A\u014bp\u00e9tutopa", + "A\u014bp\u00e9tuzapta\u014b", + "Ow\u00e1\u014bgyu\u017ea\u017eapi" + ], + "SHORTMONTH": [ + "Wi\u00f3the\u021fika W\u00ed", + "Thiy\u00f3\u021feyu\u014bka W\u00ed", + "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", + "P\u021fe\u017e\u00edt\u021fo W\u00ed", + "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", + "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", + "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", + "Was\u00fat\u021fu\u014b W\u00ed", + "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", + "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", + "Wan\u00edyetu W\u00ed", + "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" + ], + "STANDALONEMONTH": [ + "Wi\u00f3the\u021fika W\u00ed", + "Thiy\u00f3\u021feyu\u014bka W\u00ed", + "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", + "P\u021fe\u017e\u00edt\u021fo W\u00ed", + "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", + "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", + "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", + "Was\u00fat\u021fu\u014b W\u00ed", + "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", + "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", + "Wan\u00edyetu W\u00ed", + "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "lkt", + "localeID": "lkt", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ln-ao.js b/src/ngLocale/angular-locale_ln-ao.js new file mode 100644 index 000000000000..a3bc1090f4f9 --- /dev/null +++ b/src/ngLocale/angular-locale_ln-ao.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "nt\u0254\u0301ng\u0254\u0301", + "mp\u00f3kwa" + ], + "DAY": [ + "eyenga", + "mok\u0254l\u0254 mwa yambo", + "mok\u0254l\u0254 mwa m\u00edbal\u00e9", + "mok\u0254l\u0254 mwa m\u00eds\u00e1to", + "mok\u0254l\u0254 ya m\u00edn\u00e9i", + "mok\u0254l\u0254 ya m\u00edt\u00e1no", + "mp\u0254\u0301s\u0254" + ], + "ERANAMES": [ + "Yambo ya Y\u00e9zu Kr\u00eds", + "Nsima ya Y\u00e9zu Kr\u00eds" + ], + "ERAS": [ + "lib\u00f3so ya", + "nsima ya Y" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "SHORTDAY": [ + "eye", + "ybo", + "mbl", + "mst", + "min", + "mtn", + "mps" + ], + "SHORTMONTH": [ + "yan", + "fbl", + "msi", + "apl", + "mai", + "yun", + "yul", + "agt", + "stb", + "\u0254tb", + "nvb", + "dsb" + ], + "STANDALONEMONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Kz", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ln-ao", + "localeID": "ln_AO", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ln-cd.js b/src/ngLocale/angular-locale_ln-cd.js index b66b8c3a4227..d46aa944f3fd 100644 --- a/src/ngLocale/angular-locale_ln-cd.js +++ b/src/ngLocale/angular-locale_ln-cd.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"F"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"],"SHORTMONTH":["s1","s2","s3","s4","s5","s6","s7","s8","s9","s10","s11","s12"],"DAY":["eyenga","mokɔlɔ ya libosó","mokɔlɔ ya míbalé","mokɔlɔ ya mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],"SHORTDAY":["eye","m1","m2","m3","m4","m5","mps"],"AMPMS":["AM","PM"],"medium":"y MMM d HH:mm:ss","short":"yy/MM/dd HH:mm","fullDate":"EEEE, y MMMM dd","longDate":"y MMMM d","mediumDate":"y MMM d","shortDate":"yy/MM/dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"ln-cd"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "nt\u0254\u0301ng\u0254\u0301", + "mp\u00f3kwa" + ], + "DAY": [ + "eyenga", + "mok\u0254l\u0254 mwa yambo", + "mok\u0254l\u0254 mwa m\u00edbal\u00e9", + "mok\u0254l\u0254 mwa m\u00eds\u00e1to", + "mok\u0254l\u0254 ya m\u00edn\u00e9i", + "mok\u0254l\u0254 ya m\u00edt\u00e1no", + "mp\u0254\u0301s\u0254" + ], + "ERANAMES": [ + "Yambo ya Y\u00e9zu Kr\u00eds", + "Nsima ya Y\u00e9zu Kr\u00eds" + ], + "ERAS": [ + "lib\u00f3so ya", + "nsima ya Y" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "SHORTDAY": [ + "eye", + "ybo", + "mbl", + "mst", + "min", + "mtn", + "mps" + ], + "SHORTMONTH": [ + "yan", + "fbl", + "msi", + "apl", + "mai", + "yun", + "yul", + "agt", + "stb", + "\u0254tb", + "nvb", + "dsb" + ], + "STANDALONEMONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FrCD", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ln-cd", + "localeID": "ln_CD", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ln-cf.js b/src/ngLocale/angular-locale_ln-cf.js new file mode 100644 index 000000000000..9f2a70b3df77 --- /dev/null +++ b/src/ngLocale/angular-locale_ln-cf.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "nt\u0254\u0301ng\u0254\u0301", + "mp\u00f3kwa" + ], + "DAY": [ + "eyenga", + "mok\u0254l\u0254 mwa yambo", + "mok\u0254l\u0254 mwa m\u00edbal\u00e9", + "mok\u0254l\u0254 mwa m\u00eds\u00e1to", + "mok\u0254l\u0254 ya m\u00edn\u00e9i", + "mok\u0254l\u0254 ya m\u00edt\u00e1no", + "mp\u0254\u0301s\u0254" + ], + "ERANAMES": [ + "Yambo ya Y\u00e9zu Kr\u00eds", + "Nsima ya Y\u00e9zu Kr\u00eds" + ], + "ERAS": [ + "lib\u00f3so ya", + "nsima ya Y" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "SHORTDAY": [ + "eye", + "ybo", + "mbl", + "mst", + "min", + "mtn", + "mps" + ], + "SHORTMONTH": [ + "yan", + "fbl", + "msi", + "apl", + "mai", + "yun", + "yul", + "agt", + "stb", + "\u0254tb", + "nvb", + "dsb" + ], + "STANDALONEMONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ln-cf", + "localeID": "ln_CF", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ln-cg.js b/src/ngLocale/angular-locale_ln-cg.js new file mode 100644 index 000000000000..4402f5e92769 --- /dev/null +++ b/src/ngLocale/angular-locale_ln-cg.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "nt\u0254\u0301ng\u0254\u0301", + "mp\u00f3kwa" + ], + "DAY": [ + "eyenga", + "mok\u0254l\u0254 mwa yambo", + "mok\u0254l\u0254 mwa m\u00edbal\u00e9", + "mok\u0254l\u0254 mwa m\u00eds\u00e1to", + "mok\u0254l\u0254 ya m\u00edn\u00e9i", + "mok\u0254l\u0254 ya m\u00edt\u00e1no", + "mp\u0254\u0301s\u0254" + ], + "ERANAMES": [ + "Yambo ya Y\u00e9zu Kr\u00eds", + "Nsima ya Y\u00e9zu Kr\u00eds" + ], + "ERAS": [ + "lib\u00f3so ya", + "nsima ya Y" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "SHORTDAY": [ + "eye", + "ybo", + "mbl", + "mst", + "min", + "mtn", + "mps" + ], + "SHORTMONTH": [ + "yan", + "fbl", + "msi", + "apl", + "mai", + "yun", + "yul", + "agt", + "stb", + "\u0254tb", + "nvb", + "dsb" + ], + "STANDALONEMONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ln-cg", + "localeID": "ln_CG", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ln.js b/src/ngLocale/angular-locale_ln.js index 1e6b1daeb964..63ad366ed60f 100644 --- a/src/ngLocale/angular-locale_ln.js +++ b/src/ngLocale/angular-locale_ln.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"],"SHORTMONTH":["s1","s2","s3","s4","s5","s6","s7","s8","s9","s10","s11","s12"],"DAY":["eyenga","mokɔlɔ ya libosó","mokɔlɔ ya míbalé","mokɔlɔ ya mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],"SHORTDAY":["eye","m1","m2","m3","m4","m5","mps"],"AMPMS":["AM","PM"],"medium":"y MMM d HH:mm:ss","short":"yy/MM/dd HH:mm","fullDate":"EEEE, y MMMM dd","longDate":"y MMMM d","mediumDate":"y MMM d","shortDate":"yy/MM/dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"F"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"ln"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "nt\u0254\u0301ng\u0254\u0301", + "mp\u00f3kwa" + ], + "DAY": [ + "eyenga", + "mok\u0254l\u0254 mwa yambo", + "mok\u0254l\u0254 mwa m\u00edbal\u00e9", + "mok\u0254l\u0254 mwa m\u00eds\u00e1to", + "mok\u0254l\u0254 ya m\u00edn\u00e9i", + "mok\u0254l\u0254 ya m\u00edt\u00e1no", + "mp\u0254\u0301s\u0254" + ], + "ERANAMES": [ + "Yambo ya Y\u00e9zu Kr\u00eds", + "Nsima ya Y\u00e9zu Kr\u00eds" + ], + "ERAS": [ + "lib\u00f3so ya", + "nsima ya Y" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "SHORTDAY": [ + "eye", + "ybo", + "mbl", + "mst", + "min", + "mtn", + "mps" + ], + "SHORTMONTH": [ + "yan", + "fbl", + "msi", + "apl", + "mai", + "yun", + "yul", + "agt", + "stb", + "\u0254tb", + "nvb", + "dsb" + ], + "STANDALONEMONTH": [ + "s\u00e1nz\u00e1 ya yambo", + "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "s\u00e1nz\u00e1 ya m\u00ednei", + "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "s\u00e1nz\u00e1 ya nsambo", + "s\u00e1nz\u00e1 ya mwambe", + "s\u00e1nz\u00e1 ya libwa", + "s\u00e1nz\u00e1 ya z\u00f3mi", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FrCD", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ln", + "localeID": "ln", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lo-la.js b/src/ngLocale/angular-locale_lo-la.js new file mode 100644 index 000000000000..192bf3785ba5 --- /dev/null +++ b/src/ngLocale/angular-locale_lo-la.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87", + "\u0eab\u0ebc\u0eb1\u0e87\u0e97\u0ec8\u0ebd\u0e87" + ], + "DAY": [ + "\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94", + "\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99", + "\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", + "\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94", + "\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94", + "\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81", + "\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2" + ], + "ERANAMES": [ + "\u0e81\u0ec8\u0ead\u0e99\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94", + "\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94" + ], + "ERAS": [ + "\u0e81\u0ec8\u0ead\u0e99 \u0e84.\u0eaa.", + "\u0e84.\u0eaa." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", + "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", + "\u0ea1\u0eb5\u0e99\u0eb2", + "\u0ec0\u0ea1\u0eaa\u0eb2", + "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", + "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", + "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", + "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", + "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", + "\u0e95\u0eb8\u0ea5\u0eb2", + "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", + "\u0e97\u0eb1\u0e99\u0ea7\u0eb2" + ], + "SHORTDAY": [ + "\u0ead\u0eb2\u0e97\u0eb4\u0e94", + "\u0e88\u0eb1\u0e99", + "\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", + "\u0e9e\u0eb8\u0e94", + "\u0e9e\u0eb0\u0eab\u0eb1\u0e94", + "\u0eaa\u0eb8\u0e81", + "\u0ec0\u0eaa\u0ebb\u0eb2" + ], + "SHORTMONTH": [ + "\u0ea1.\u0e81.", + "\u0e81.\u0e9e.", + "\u0ea1.\u0e99.", + "\u0ea1.\u0eaa.", + "\u0e9e.\u0e9e.", + "\u0ea1\u0eb4.\u0e96.", + "\u0e81.\u0ea5.", + "\u0eaa.\u0eab.", + "\u0e81.\u0e8d.", + "\u0e95.\u0ea5.", + "\u0e9e.\u0e88.", + "\u0e97.\u0ea7." + ], + "STANDALONEMONTH": [ + "\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", + "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", + "\u0ea1\u0eb5\u0e99\u0eb2", + "\u0ec0\u0ea1\u0eaa\u0eb2", + "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", + "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", + "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", + "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", + "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", + "\u0e95\u0eb8\u0ea5\u0eb2", + "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", + "\u0e97\u0eb1\u0e99\u0ea7\u0eb2" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE \u0e97\u0eb5 d MMMM G y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/y H:mm", + "shortDate": "d/M/y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ad", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "lo-la", + "localeID": "lo_LA", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lo.js b/src/ngLocale/angular-locale_lo.js new file mode 100644 index 000000000000..6d488d193035 --- /dev/null +++ b/src/ngLocale/angular-locale_lo.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87", + "\u0eab\u0ebc\u0eb1\u0e87\u0e97\u0ec8\u0ebd\u0e87" + ], + "DAY": [ + "\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94", + "\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99", + "\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", + "\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94", + "\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94", + "\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81", + "\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2" + ], + "ERANAMES": [ + "\u0e81\u0ec8\u0ead\u0e99\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94", + "\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94" + ], + "ERAS": [ + "\u0e81\u0ec8\u0ead\u0e99 \u0e84.\u0eaa.", + "\u0e84.\u0eaa." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", + "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", + "\u0ea1\u0eb5\u0e99\u0eb2", + "\u0ec0\u0ea1\u0eaa\u0eb2", + "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", + "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", + "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", + "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", + "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", + "\u0e95\u0eb8\u0ea5\u0eb2", + "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", + "\u0e97\u0eb1\u0e99\u0ea7\u0eb2" + ], + "SHORTDAY": [ + "\u0ead\u0eb2\u0e97\u0eb4\u0e94", + "\u0e88\u0eb1\u0e99", + "\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", + "\u0e9e\u0eb8\u0e94", + "\u0e9e\u0eb0\u0eab\u0eb1\u0e94", + "\u0eaa\u0eb8\u0e81", + "\u0ec0\u0eaa\u0ebb\u0eb2" + ], + "SHORTMONTH": [ + "\u0ea1.\u0e81.", + "\u0e81.\u0e9e.", + "\u0ea1.\u0e99.", + "\u0ea1.\u0eaa.", + "\u0e9e.\u0e9e.", + "\u0ea1\u0eb4.\u0e96.", + "\u0e81.\u0ea5.", + "\u0eaa.\u0eab.", + "\u0e81.\u0e8d.", + "\u0e95.\u0ea5.", + "\u0e9e.\u0e88.", + "\u0e97.\u0ea7." + ], + "STANDALONEMONTH": [ + "\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", + "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", + "\u0ea1\u0eb5\u0e99\u0eb2", + "\u0ec0\u0ea1\u0eaa\u0eb2", + "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", + "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", + "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", + "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", + "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", + "\u0e95\u0eb8\u0ea5\u0eb2", + "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", + "\u0e97\u0eb1\u0e99\u0ea7\u0eb2" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE \u0e97\u0eb5 d MMMM G y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/y H:mm", + "shortDate": "d/M/y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ad", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "lo", + "localeID": "lo", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lrc-iq.js b/src/ngLocale/angular-locale_lrc-iq.js new file mode 100644 index 000000000000..83a3a0c13c3c --- /dev/null +++ b/src/ngLocale/angular-locale_lrc-iq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u062c\u0627\u0646\u06a4\u06cc\u06d5", + "\u0641\u0626\u06a4\u0631\u06cc\u06d5", + "\u0645\u0627\u0631\u0633", + "\u0622\u06a4\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0659\u0623\u0646", + "\u062c\u0648\u0659\u0644\u0627", + "\u0622\u06af\u0648\u0633\u062a", + "\u0633\u0626\u067e\u062a\u0627\u0645\u0631", + "\u0626\u0648\u06a9\u062a\u0648\u06a4\u0631", + "\u0646\u0648\u06a4\u0627\u0645\u0631", + "\u062f\u0626\u0633\u0627\u0645\u0631" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "\u062c\u0627\u0646\u06a4\u06cc\u06d5", + "\u0641\u0626\u06a4\u0631\u06cc\u06d5", + "\u0645\u0627\u0631\u0633", + "\u0622\u06a4\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0659\u0623\u0646", + "\u062c\u0648\u0659\u0644\u0627", + "\u0622\u06af\u0648\u0633\u062a", + "\u0633\u0626\u067e\u062a\u0627\u0645\u0631", + "\u0626\u0648\u06a9\u062a\u0648\u06a4\u0631", + "\u0646\u0648\u06a4\u0627\u0645\u0631", + "\u062f\u0626\u0633\u0627\u0645\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0627\u0646\u06a4\u06cc\u06d5", + "\u0641\u0626\u06a4\u0631\u06cc\u06d5", + "\u0645\u0627\u0631\u0633", + "\u0622\u06a4\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0659\u0623\u0646", + "\u062c\u0648\u0659\u0644\u0627", + "\u0622\u06af\u0648\u0633\u062a", + "\u0633\u0626\u067e\u062a\u0627\u0645\u0631", + "\u0626\u0648\u06a9\u062a\u0648\u06a4\u0631", + "\u0646\u0648\u06a4\u0627\u0645\u0631", + "\u062f\u0626\u0633\u0627\u0645\u0631" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "lrc-iq", + "localeID": "lrc_IQ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lrc-ir.js b/src/ngLocale/angular-locale_lrc-ir.js new file mode 100644 index 000000000000..bf6e2e1d32f1 --- /dev/null +++ b/src/ngLocale/angular-locale_lrc-ir.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u062c\u0627\u0646\u06a4\u06cc\u06d5", + "\u0641\u0626\u06a4\u0631\u06cc\u06d5", + "\u0645\u0627\u0631\u0633", + "\u0622\u06a4\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0659\u0623\u0646", + "\u062c\u0648\u0659\u0644\u0627", + "\u0622\u06af\u0648\u0633\u062a", + "\u0633\u0626\u067e\u062a\u0627\u0645\u0631", + "\u0626\u0648\u06a9\u062a\u0648\u06a4\u0631", + "\u0646\u0648\u06a4\u0627\u0645\u0631", + "\u062f\u0626\u0633\u0627\u0645\u0631" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "\u062c\u0627\u0646\u06a4\u06cc\u06d5", + "\u0641\u0626\u06a4\u0631\u06cc\u06d5", + "\u0645\u0627\u0631\u0633", + "\u0622\u06a4\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0659\u0623\u0646", + "\u062c\u0648\u0659\u0644\u0627", + "\u0622\u06af\u0648\u0633\u062a", + "\u0633\u0626\u067e\u062a\u0627\u0645\u0631", + "\u0626\u0648\u06a9\u062a\u0648\u06a4\u0631", + "\u0646\u0648\u06a4\u0627\u0645\u0631", + "\u062f\u0626\u0633\u0627\u0645\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0627\u0646\u06a4\u06cc\u06d5", + "\u0641\u0626\u06a4\u0631\u06cc\u06d5", + "\u0645\u0627\u0631\u0633", + "\u0622\u06a4\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0659\u0623\u0646", + "\u062c\u0648\u0659\u0644\u0627", + "\u0622\u06af\u0648\u0633\u062a", + "\u0633\u0626\u067e\u062a\u0627\u0645\u0631", + "\u0626\u0648\u06a9\u062a\u0648\u06a4\u0631", + "\u0646\u0648\u06a4\u0627\u0645\u0631", + "\u062f\u0626\u0633\u0627\u0645\u0631" + ], + "WEEKENDRANGE": [ + 4, + 4 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "lrc-ir", + "localeID": "lrc_IR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lrc.js b/src/ngLocale/angular-locale_lrc.js new file mode 100644 index 000000000000..1351fbf3fbcf --- /dev/null +++ b/src/ngLocale/angular-locale_lrc.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u062c\u0627\u0646\u06a4\u06cc\u06d5", + "\u0641\u0626\u06a4\u0631\u06cc\u06d5", + "\u0645\u0627\u0631\u0633", + "\u0622\u06a4\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0659\u0623\u0646", + "\u062c\u0648\u0659\u0644\u0627", + "\u0622\u06af\u0648\u0633\u062a", + "\u0633\u0626\u067e\u062a\u0627\u0645\u0631", + "\u0626\u0648\u06a9\u062a\u0648\u06a4\u0631", + "\u0646\u0648\u06a4\u0627\u0645\u0631", + "\u062f\u0626\u0633\u0627\u0645\u0631" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "\u062c\u0627\u0646\u06a4\u06cc\u06d5", + "\u0641\u0626\u06a4\u0631\u06cc\u06d5", + "\u0645\u0627\u0631\u0633", + "\u0622\u06a4\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0659\u0623\u0646", + "\u062c\u0648\u0659\u0644\u0627", + "\u0622\u06af\u0648\u0633\u062a", + "\u0633\u0626\u067e\u062a\u0627\u0645\u0631", + "\u0626\u0648\u06a9\u062a\u0648\u06a4\u0631", + "\u0646\u0648\u06a4\u0627\u0645\u0631", + "\u062f\u0626\u0633\u0627\u0645\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0627\u0646\u06a4\u06cc\u06d5", + "\u0641\u0626\u06a4\u0631\u06cc\u06d5", + "\u0645\u0627\u0631\u0633", + "\u0622\u06a4\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0659\u0623\u0646", + "\u062c\u0648\u0659\u0644\u0627", + "\u0622\u06af\u0648\u0633\u062a", + "\u0633\u0626\u067e\u062a\u0627\u0645\u0631", + "\u0626\u0648\u06a9\u062a\u0648\u06a4\u0631", + "\u0646\u0648\u06a4\u0627\u0645\u0631", + "\u062f\u0626\u0633\u0627\u0645\u0631" + ], + "WEEKENDRANGE": [ + 4, + 4 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "lrc", + "localeID": "lrc", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lt-lt.js b/src/ngLocale/angular-locale_lt-lt.js index 73d1ccf295a4..cd4d0e9a0ab6 100644 --- a/src/ngLocale/angular-locale_lt-lt.js +++ b/src/ngLocale/angular-locale_lt-lt.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Lt"},"pluralCat":function (n) { if ((n % 10) == 1 && ((n % 100) < 11 || (n % 100) > 19)) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 9 && ((n % 100) < 11 || (n % 100) > 19) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"],"SHORTMONTH":["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd"],"DAY":["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],"SHORTDAY":["Sk","Pr","An","Tr","Kt","Pn","Št"],"AMPMS":["priešpiet","popiet"],"medium":"yyyy.MM.dd HH:mm:ss","short":"yyyy-MM-dd HH:mm","fullDate":"y 'm'. MMMM d 'd'.,EEEE","longDate":"y 'm'. MMMM d 'd'.","mediumDate":"yyyy.MM.dd","shortDate":"yyyy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"lt-lt"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "prie\u0161piet", + "popiet" + ], + "DAY": [ + "sekmadienis", + "pirmadienis", + "antradienis", + "tre\u010diadienis", + "ketvirtadienis", + "penktadienis", + "\u0161e\u0161tadienis" + ], + "ERANAMES": [ + "prie\u0161 Krist\u0173", + "po Kristaus" + ], + "ERAS": [ + "pr. Kr.", + "po Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "sausio", + "vasario", + "kovo", + "baland\u017eio", + "gegu\u017e\u0117s", + "bir\u017eelio", + "liepos", + "rugpj\u016b\u010dio", + "rugs\u0117jo", + "spalio", + "lapkri\u010dio", + "gruod\u017eio" + ], + "SHORTDAY": [ + "sk", + "pr", + "an", + "tr", + "kt", + "pn", + "\u0161t" + ], + "SHORTMONTH": [ + "saus.", + "vas.", + "kov.", + "bal.", + "geg.", + "bir\u017e.", + "liep.", + "rugp.", + "rugs.", + "spal.", + "lapkr.", + "gruod." + ], + "STANDALONEMONTH": [ + "sausis", + "vasaris", + "kovas", + "balandis", + "gegu\u017e\u0117", + "bir\u017eelis", + "liepa", + "rugpj\u016btis", + "rugs\u0117jis", + "spalis", + "lapkritis", + "gruodis" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y 'm'. MMMM d 'd'., EEEE", + "longDate": "y 'm'. MMMM d 'd'.", + "medium": "y-MM-dd HH:mm:ss", + "mediumDate": "y-MM-dd", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "lt-lt", + "localeID": "lt_LT", + "pluralCat": function(n, opt_precision) { var vf = getVF(n, opt_precision); if (n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.ONE; } if (n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.FEW; } if (vf.f != 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lt.js b/src/ngLocale/angular-locale_lt.js index 4e6cad0ad2ab..24cb315031a5 100644 --- a/src/ngLocale/angular-locale_lt.js +++ b/src/ngLocale/angular-locale_lt.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"],"SHORTMONTH":["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd"],"DAY":["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],"SHORTDAY":["Sk","Pr","An","Tr","Kt","Pn","Št"],"AMPMS":["priešpiet","popiet"],"medium":"yyyy.MM.dd HH:mm:ss","short":"yyyy-MM-dd HH:mm","fullDate":"y 'm'. MMMM d 'd'.,EEEE","longDate":"y 'm'. MMMM d 'd'.","mediumDate":"yyyy.MM.dd","shortDate":"yyyy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Lt"},"pluralCat":function (n) { if ((n % 10) == 1 && ((n % 100) < 11 || (n % 100) > 19)) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 9 && ((n % 100) < 11 || (n % 100) > 19) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"id":"lt"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "prie\u0161piet", + "popiet" + ], + "DAY": [ + "sekmadienis", + "pirmadienis", + "antradienis", + "tre\u010diadienis", + "ketvirtadienis", + "penktadienis", + "\u0161e\u0161tadienis" + ], + "ERANAMES": [ + "prie\u0161 Krist\u0173", + "po Kristaus" + ], + "ERAS": [ + "pr. Kr.", + "po Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "sausio", + "vasario", + "kovo", + "baland\u017eio", + "gegu\u017e\u0117s", + "bir\u017eelio", + "liepos", + "rugpj\u016b\u010dio", + "rugs\u0117jo", + "spalio", + "lapkri\u010dio", + "gruod\u017eio" + ], + "SHORTDAY": [ + "sk", + "pr", + "an", + "tr", + "kt", + "pn", + "\u0161t" + ], + "SHORTMONTH": [ + "saus.", + "vas.", + "kov.", + "bal.", + "geg.", + "bir\u017e.", + "liep.", + "rugp.", + "rugs.", + "spal.", + "lapkr.", + "gruod." + ], + "STANDALONEMONTH": [ + "sausis", + "vasaris", + "kovas", + "balandis", + "gegu\u017e\u0117", + "bir\u017eelis", + "liepa", + "rugpj\u016btis", + "rugs\u0117jis", + "spalis", + "lapkritis", + "gruodis" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y 'm'. MMMM d 'd'., EEEE", + "longDate": "y 'm'. MMMM d 'd'.", + "medium": "y-MM-dd HH:mm:ss", + "mediumDate": "y-MM-dd", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "lt", + "localeID": "lt", + "pluralCat": function(n, opt_precision) { var vf = getVF(n, opt_precision); if (n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.ONE; } if (n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.FEW; } if (vf.f != 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lu-cd.js b/src/ngLocale/angular-locale_lu-cd.js new file mode 100644 index 000000000000..a274e9d81b0a --- /dev/null +++ b/src/ngLocale/angular-locale_lu-cd.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Dinda", + "Dilolo" + ], + "DAY": [ + "Lumingu", + "Nkodya", + "Nd\u00e0ay\u00e0", + "Ndang\u00f9", + "Nj\u00f2wa", + "Ng\u00f2vya", + "Lubingu" + ], + "ERANAMES": [ + "Kumpala kwa Yezu Kli", + "Kunyima kwa Yezu Kli" + ], + "ERAS": [ + "kmp. Y.K.", + "kny. Y. K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Ciongo", + "L\u00f9ishi", + "Lus\u00f2lo", + "M\u00f9uy\u00e0", + "Lum\u00f9ng\u00f9l\u00f9", + "Lufuimi", + "Kab\u00e0l\u00e0sh\u00ecp\u00f9", + "L\u00f9sh\u00eck\u00e0", + "Lutongolo", + "Lung\u00f9di", + "Kasw\u00e8k\u00e8s\u00e8", + "Cisw\u00e0" + ], + "SHORTDAY": [ + "Lum", + "Nko", + "Ndy", + "Ndg", + "Njw", + "Ngv", + "Lub" + ], + "SHORTMONTH": [ + "Cio", + "Lui", + "Lus", + "Muu", + "Lum", + "Luf", + "Kab", + "Lush", + "Lut", + "Lun", + "Kas", + "Cis" + ], + "STANDALONEMONTH": [ + "Ciongo", + "L\u00f9ishi", + "Lus\u00f2lo", + "M\u00f9uy\u00e0", + "Lum\u00f9ng\u00f9l\u00f9", + "Lufuimi", + "Kab\u00e0l\u00e0sh\u00ecp\u00f9", + "L\u00f9sh\u00eck\u00e0", + "Lutongolo", + "Lung\u00f9di", + "Kasw\u00e8k\u00e8s\u00e8", + "Cisw\u00e0" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FrCD", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "lu-cd", + "localeID": "lu_CD", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lu.js b/src/ngLocale/angular-locale_lu.js new file mode 100644 index 000000000000..efbfd6a87c27 --- /dev/null +++ b/src/ngLocale/angular-locale_lu.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Dinda", + "Dilolo" + ], + "DAY": [ + "Lumingu", + "Nkodya", + "Nd\u00e0ay\u00e0", + "Ndang\u00f9", + "Nj\u00f2wa", + "Ng\u00f2vya", + "Lubingu" + ], + "ERANAMES": [ + "Kumpala kwa Yezu Kli", + "Kunyima kwa Yezu Kli" + ], + "ERAS": [ + "kmp. Y.K.", + "kny. Y. K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Ciongo", + "L\u00f9ishi", + "Lus\u00f2lo", + "M\u00f9uy\u00e0", + "Lum\u00f9ng\u00f9l\u00f9", + "Lufuimi", + "Kab\u00e0l\u00e0sh\u00ecp\u00f9", + "L\u00f9sh\u00eck\u00e0", + "Lutongolo", + "Lung\u00f9di", + "Kasw\u00e8k\u00e8s\u00e8", + "Cisw\u00e0" + ], + "SHORTDAY": [ + "Lum", + "Nko", + "Ndy", + "Ndg", + "Njw", + "Ngv", + "Lub" + ], + "SHORTMONTH": [ + "Cio", + "Lui", + "Lus", + "Muu", + "Lum", + "Luf", + "Kab", + "Lush", + "Lut", + "Lun", + "Kas", + "Cis" + ], + "STANDALONEMONTH": [ + "Ciongo", + "L\u00f9ishi", + "Lus\u00f2lo", + "M\u00f9uy\u00e0", + "Lum\u00f9ng\u00f9l\u00f9", + "Lufuimi", + "Kab\u00e0l\u00e0sh\u00ecp\u00f9", + "L\u00f9sh\u00eck\u00e0", + "Lutongolo", + "Lung\u00f9di", + "Kasw\u00e8k\u00e8s\u00e8", + "Cisw\u00e0" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FrCD", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "lu", + "localeID": "lu", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_luo-ke.js b/src/ngLocale/angular-locale_luo-ke.js new file mode 100644 index 000000000000..2a36813f47d0 --- /dev/null +++ b/src/ngLocale/angular-locale_luo-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "OD", + "OT" + ], + "DAY": [ + "Jumapil", + "Wuok Tich", + "Tich Ariyo", + "Tich Adek", + "Tich Ang\u2019wen", + "Tich Abich", + "Ngeso" + ], + "ERANAMES": [ + "Kapok Kristo obiro", + "Ka Kristo osebiro" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Dwe mar Achiel", + "Dwe mar Ariyo", + "Dwe mar Adek", + "Dwe mar Ang\u2019wen", + "Dwe mar Abich", + "Dwe mar Auchiel", + "Dwe mar Abiriyo", + "Dwe mar Aboro", + "Dwe mar Ochiko", + "Dwe mar Apar", + "Dwe mar gi achiel", + "Dwe mar Apar gi ariyo" + ], + "SHORTDAY": [ + "JMP", + "WUT", + "TAR", + "TAD", + "TAN", + "TAB", + "NGS" + ], + "SHORTMONTH": [ + "DAC", + "DAR", + "DAD", + "DAN", + "DAH", + "DAU", + "DAO", + "DAB", + "DOC", + "DAP", + "DGI", + "DAG" + ], + "STANDALONEMONTH": [ + "Dwe mar Achiel", + "Dwe mar Ariyo", + "Dwe mar Adek", + "Dwe mar Ang\u2019wen", + "Dwe mar Abich", + "Dwe mar Auchiel", + "Dwe mar Abiriyo", + "Dwe mar Aboro", + "Dwe mar Ochiko", + "Dwe mar Apar", + "Dwe mar gi achiel", + "Dwe mar Apar gi ariyo" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "luo-ke", + "localeID": "luo_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_luo.js b/src/ngLocale/angular-locale_luo.js new file mode 100644 index 000000000000..1ab5517dbb9a --- /dev/null +++ b/src/ngLocale/angular-locale_luo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "OD", + "OT" + ], + "DAY": [ + "Jumapil", + "Wuok Tich", + "Tich Ariyo", + "Tich Adek", + "Tich Ang\u2019wen", + "Tich Abich", + "Ngeso" + ], + "ERANAMES": [ + "Kapok Kristo obiro", + "Ka Kristo osebiro" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Dwe mar Achiel", + "Dwe mar Ariyo", + "Dwe mar Adek", + "Dwe mar Ang\u2019wen", + "Dwe mar Abich", + "Dwe mar Auchiel", + "Dwe mar Abiriyo", + "Dwe mar Aboro", + "Dwe mar Ochiko", + "Dwe mar Apar", + "Dwe mar gi achiel", + "Dwe mar Apar gi ariyo" + ], + "SHORTDAY": [ + "JMP", + "WUT", + "TAR", + "TAD", + "TAN", + "TAB", + "NGS" + ], + "SHORTMONTH": [ + "DAC", + "DAR", + "DAD", + "DAN", + "DAH", + "DAU", + "DAO", + "DAB", + "DOC", + "DAP", + "DGI", + "DAG" + ], + "STANDALONEMONTH": [ + "Dwe mar Achiel", + "Dwe mar Ariyo", + "Dwe mar Adek", + "Dwe mar Ang\u2019wen", + "Dwe mar Abich", + "Dwe mar Auchiel", + "Dwe mar Abiriyo", + "Dwe mar Aboro", + "Dwe mar Ochiko", + "Dwe mar Apar", + "Dwe mar gi achiel", + "Dwe mar Apar gi ariyo" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "luo", + "localeID": "luo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_luy-ke.js b/src/ngLocale/angular-locale_luy-ke.js new file mode 100644 index 000000000000..59ccdbafe2fd --- /dev/null +++ b/src/ngLocale/angular-locale_luy-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "Jumapiri", + "Jumatatu", + "Jumanne", + "Jumatano", + "Murwa wa Kanne", + "Murwa wa Katano", + "Jumamosi" + ], + "ERANAMES": [ + "Imberi ya Kuuza Kwa", + "Muhiga Kuvita Kuuza" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "J2", + "J3", + "J4", + "J5", + "Al", + "Ij", + "J1" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-\u00a0", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "luy-ke", + "localeID": "luy_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_luy.js b/src/ngLocale/angular-locale_luy.js new file mode 100644 index 000000000000..90735f358689 --- /dev/null +++ b/src/ngLocale/angular-locale_luy.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "Jumapiri", + "Jumatatu", + "Jumanne", + "Jumatano", + "Murwa wa Kanne", + "Murwa wa Katano", + "Jumamosi" + ], + "ERANAMES": [ + "Imberi ya Kuuza Kwa", + "Muhiga Kuvita Kuuza" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "J2", + "J3", + "J4", + "J5", + "Al", + "Ij", + "J1" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-\u00a0", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "luy", + "localeID": "luy", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lv-lv.js b/src/ngLocale/angular-locale_lv-lv.js index 30cf1dc470c8..e06a9225e88a 100644 --- a/src/ngLocale/angular-locale_lv-lv.js +++ b/src/ngLocale/angular-locale_lv-lv.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Ls"},"pluralCat":function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janvāris","februāris","marts","aprīlis","maijs","jūnijs","jūlijs","augusts","septembris","oktobris","novembris","decembris"],"SHORTMONTH":["janv.","febr.","marts","apr.","maijs","jūn.","jūl.","aug.","sept.","okt.","nov.","dec."],"DAY":["svētdiena","pirmdiena","otrdiena","trešdiena","ceturtdiena","piektdiena","sestdiena"],"SHORTDAY":["Sv","Pr","Ot","Tr","Ce","Pk","Se"],"AMPMS":["priekšpusdienā","pēcpusdienā"],"medium":"y. 'gada' d. MMM HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, y. 'gada' d. MMMM","longDate":"y. 'gada' d. MMMM","mediumDate":"y. 'gada' d. MMM","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"lv-lv"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "priek\u0161pusdien\u0101", + "p\u0113cpusdien\u0101" + ], + "DAY": [ + "sv\u0113tdiena", + "pirmdiena", + "otrdiena", + "tre\u0161diena", + "ceturtdiena", + "piektdiena", + "sestdiena" + ], + "ERANAMES": [ + "pirms m\u016bsu \u0113ras", + "m\u016bsu \u0113r\u0101" + ], + "ERAS": [ + "p.m.\u0113.", + "m.\u0113." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janv\u0101ris", + "febru\u0101ris", + "marts", + "apr\u012blis", + "maijs", + "j\u016bnijs", + "j\u016blijs", + "augusts", + "septembris", + "oktobris", + "novembris", + "decembris" + ], + "SHORTDAY": [ + "sv\u0113td.", + "pirmd.", + "otrd.", + "tre\u0161d.", + "ceturtd.", + "piektd.", + "sestd." + ], + "SHORTMONTH": [ + "janv.", + "febr.", + "marts", + "apr.", + "maijs", + "j\u016bn.", + "j\u016bl.", + "aug.", + "sept.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "janv\u0101ris", + "febru\u0101ris", + "marts", + "apr\u012blis", + "maijs", + "j\u016bnijs", + "j\u016blijs", + "augusts", + "septembris", + "oktobris", + "novembris", + "decembris" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y. 'gada' d. MMMM", + "longDate": "y. 'gada' d. MMMM", + "medium": "y. 'gada' d. MMM HH:mm:ss", + "mediumDate": "y. 'gada' d. MMM", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "lv-lv", + "localeID": "lv_LV", + "pluralCat": function(n, opt_precision) { var vf = getVF(n, opt_precision); if (n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19 || vf.v == 2 && vf.f % 100 >= 11 && vf.f % 100 <= 19) { return PLURAL_CATEGORY.ZERO; } if (n % 10 == 1 && n % 100 != 11 || vf.v == 2 && vf.f % 10 == 1 && vf.f % 100 != 11 || vf.v != 2 && vf.f % 10 == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_lv.js b/src/ngLocale/angular-locale_lv.js index 4db4191810ff..9f5f3887d7b7 100644 --- a/src/ngLocale/angular-locale_lv.js +++ b/src/ngLocale/angular-locale_lv.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["janvāris","februāris","marts","aprīlis","maijs","jūnijs","jūlijs","augusts","septembris","oktobris","novembris","decembris"],"SHORTMONTH":["janv.","febr.","marts","apr.","maijs","jūn.","jūl.","aug.","sept.","okt.","nov.","dec."],"DAY":["svētdiena","pirmdiena","otrdiena","trešdiena","ceturtdiena","piektdiena","sestdiena"],"SHORTDAY":["Sv","Pr","Ot","Tr","Ce","Pk","Se"],"AMPMS":["priekšpusdienā","pēcpusdienā"],"medium":"y. 'gada' d. MMM HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, y. 'gada' d. MMMM","longDate":"y. 'gada' d. MMMM","mediumDate":"y. 'gada' d. MMM","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Ls"},"pluralCat":function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"lv"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "priek\u0161pusdien\u0101", + "p\u0113cpusdien\u0101" + ], + "DAY": [ + "sv\u0113tdiena", + "pirmdiena", + "otrdiena", + "tre\u0161diena", + "ceturtdiena", + "piektdiena", + "sestdiena" + ], + "ERANAMES": [ + "pirms m\u016bsu \u0113ras", + "m\u016bsu \u0113r\u0101" + ], + "ERAS": [ + "p.m.\u0113.", + "m.\u0113." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janv\u0101ris", + "febru\u0101ris", + "marts", + "apr\u012blis", + "maijs", + "j\u016bnijs", + "j\u016blijs", + "augusts", + "septembris", + "oktobris", + "novembris", + "decembris" + ], + "SHORTDAY": [ + "sv\u0113td.", + "pirmd.", + "otrd.", + "tre\u0161d.", + "ceturtd.", + "piektd.", + "sestd." + ], + "SHORTMONTH": [ + "janv.", + "febr.", + "marts", + "apr.", + "maijs", + "j\u016bn.", + "j\u016bl.", + "aug.", + "sept.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "janv\u0101ris", + "febru\u0101ris", + "marts", + "apr\u012blis", + "maijs", + "j\u016bnijs", + "j\u016blijs", + "augusts", + "septembris", + "oktobris", + "novembris", + "decembris" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y. 'gada' d. MMMM", + "longDate": "y. 'gada' d. MMMM", + "medium": "y. 'gada' d. MMM HH:mm:ss", + "mediumDate": "y. 'gada' d. MMM", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "lv", + "localeID": "lv", + "pluralCat": function(n, opt_precision) { var vf = getVF(n, opt_precision); if (n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19 || vf.v == 2 && vf.f % 100 >= 11 && vf.f % 100 <= 19) { return PLURAL_CATEGORY.ZERO; } if (n % 10 == 1 && n % 100 != 11 || vf.v == 2 && vf.f % 10 == 1 && vf.f % 100 != 11 || vf.v != 2 && vf.f % 10 == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mas-ke.js b/src/ngLocale/angular-locale_mas-ke.js new file mode 100644 index 000000000000..b16170298a94 --- /dev/null +++ b/src/ngLocale/angular-locale_mas-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0190nkak\u025bny\u00e1", + "\u0190nd\u00e1m\u00e2" + ], + "DAY": [ + "Jumap\u00edl\u00ed", + "Jumat\u00e1tu", + "Jumane", + "Jumat\u00e1n\u0254", + "Ala\u00e1misi", + "Jum\u00e1a", + "Jumam\u00f3si" + ], + "ERANAMES": [ + "Me\u00edn\u014d Y\u025b\u0301s\u0289", + "E\u00edn\u014d Y\u025b\u0301s\u0289" + ], + "ERAS": [ + "MY", + "EY" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Oladal\u0289\u0301", + "Ar\u00e1t", + "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", + "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", + "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", + "K\u00faj\u00fa\u0254r\u0254k", + "M\u00f3rus\u00e1sin", + "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", + "K\u00fash\u00een", + "Olg\u00edsan", + "P\u0289sh\u0289\u0301ka", + "Nt\u0289\u0301\u014b\u0289\u0301s" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Dal", + "Ar\u00e1", + "\u0186\u025bn", + "Doy", + "L\u00e9p", + "Rok", + "S\u00e1s", + "B\u0254\u0301r", + "K\u00fas", + "G\u00eds", + "Sh\u0289\u0301", + "Nt\u0289\u0301" + ], + "STANDALONEMONTH": [ + "Oladal\u0289\u0301", + "Ar\u00e1t", + "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", + "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", + "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", + "K\u00faj\u00fa\u0254r\u0254k", + "M\u00f3rus\u00e1sin", + "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", + "K\u00fash\u00een", + "Olg\u00edsan", + "P\u0289sh\u0289\u0301ka", + "Nt\u0289\u0301\u014b\u0289\u0301s" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mas-ke", + "localeID": "mas_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mas-tz.js b/src/ngLocale/angular-locale_mas-tz.js new file mode 100644 index 000000000000..2e7a42945742 --- /dev/null +++ b/src/ngLocale/angular-locale_mas-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0190nkak\u025bny\u00e1", + "\u0190nd\u00e1m\u00e2" + ], + "DAY": [ + "Jumap\u00edl\u00ed", + "Jumat\u00e1tu", + "Jumane", + "Jumat\u00e1n\u0254", + "Ala\u00e1misi", + "Jum\u00e1a", + "Jumam\u00f3si" + ], + "ERANAMES": [ + "Me\u00edn\u014d Y\u025b\u0301s\u0289", + "E\u00edn\u014d Y\u025b\u0301s\u0289" + ], + "ERAS": [ + "MY", + "EY" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Oladal\u0289\u0301", + "Ar\u00e1t", + "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", + "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", + "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", + "K\u00faj\u00fa\u0254r\u0254k", + "M\u00f3rus\u00e1sin", + "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", + "K\u00fash\u00een", + "Olg\u00edsan", + "P\u0289sh\u0289\u0301ka", + "Nt\u0289\u0301\u014b\u0289\u0301s" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Dal", + "Ar\u00e1", + "\u0186\u025bn", + "Doy", + "L\u00e9p", + "Rok", + "S\u00e1s", + "B\u0254\u0301r", + "K\u00fas", + "G\u00eds", + "Sh\u0289\u0301", + "Nt\u0289\u0301" + ], + "STANDALONEMONTH": [ + "Oladal\u0289\u0301", + "Ar\u00e1t", + "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", + "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", + "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", + "K\u00faj\u00fa\u0254r\u0254k", + "M\u00f3rus\u00e1sin", + "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", + "K\u00fash\u00een", + "Olg\u00edsan", + "P\u0289sh\u0289\u0301ka", + "Nt\u0289\u0301\u014b\u0289\u0301s" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mas-tz", + "localeID": "mas_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mas.js b/src/ngLocale/angular-locale_mas.js new file mode 100644 index 000000000000..44f41f774ab8 --- /dev/null +++ b/src/ngLocale/angular-locale_mas.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0190nkak\u025bny\u00e1", + "\u0190nd\u00e1m\u00e2" + ], + "DAY": [ + "Jumap\u00edl\u00ed", + "Jumat\u00e1tu", + "Jumane", + "Jumat\u00e1n\u0254", + "Ala\u00e1misi", + "Jum\u00e1a", + "Jumam\u00f3si" + ], + "ERANAMES": [ + "Me\u00edn\u014d Y\u025b\u0301s\u0289", + "E\u00edn\u014d Y\u025b\u0301s\u0289" + ], + "ERAS": [ + "MY", + "EY" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Oladal\u0289\u0301", + "Ar\u00e1t", + "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", + "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", + "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", + "K\u00faj\u00fa\u0254r\u0254k", + "M\u00f3rus\u00e1sin", + "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", + "K\u00fash\u00een", + "Olg\u00edsan", + "P\u0289sh\u0289\u0301ka", + "Nt\u0289\u0301\u014b\u0289\u0301s" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Dal", + "Ar\u00e1", + "\u0186\u025bn", + "Doy", + "L\u00e9p", + "Rok", + "S\u00e1s", + "B\u0254\u0301r", + "K\u00fas", + "G\u00eds", + "Sh\u0289\u0301", + "Nt\u0289\u0301" + ], + "STANDALONEMONTH": [ + "Oladal\u0289\u0301", + "Ar\u00e1t", + "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", + "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", + "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", + "K\u00faj\u00fa\u0254r\u0254k", + "M\u00f3rus\u00e1sin", + "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", + "K\u00fash\u00een", + "Olg\u00edsan", + "P\u0289sh\u0289\u0301ka", + "Nt\u0289\u0301\u014b\u0289\u0301s" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mas", + "localeID": "mas", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mer-ke.js b/src/ngLocale/angular-locale_mer-ke.js new file mode 100644 index 000000000000..d826ab034a64 --- /dev/null +++ b/src/ngLocale/angular-locale_mer-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "R\u0168", + "\u0168G" + ], + "DAY": [ + "Kiumia", + "Muramuko", + "Wairi", + "Wethatu", + "Wena", + "Wetano", + "Jumamosi" + ], + "ERANAMES": [ + "Mbere ya Krist\u0169", + "Nyuma ya Krist\u0169" + ], + "ERAS": [ + "MK", + "NK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januar\u0129", + "Feburuar\u0129", + "Machi", + "\u0128pur\u0169", + "M\u0129\u0129", + "Njuni", + "Njura\u0129", + "Agasti", + "Septemba", + "Okt\u0169ba", + "Novemba", + "Dicemba" + ], + "SHORTDAY": [ + "KIU", + "MRA", + "WAI", + "WET", + "WEN", + "WTN", + "JUM" + ], + "SHORTMONTH": [ + "JAN", + "FEB", + "MAC", + "\u0128PU", + "M\u0128\u0128", + "NJU", + "NJR", + "AGA", + "SPT", + "OKT", + "NOV", + "DEC" + ], + "STANDALONEMONTH": [ + "Januar\u0129", + "Feburuar\u0129", + "Machi", + "\u0128pur\u0169", + "M\u0129\u0129", + "Njuni", + "Njura\u0129", + "Agasti", + "Septemba", + "Okt\u0169ba", + "Novemba", + "Dicemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mer-ke", + "localeID": "mer_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mer.js b/src/ngLocale/angular-locale_mer.js new file mode 100644 index 000000000000..22367fb78d89 --- /dev/null +++ b/src/ngLocale/angular-locale_mer.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "R\u0168", + "\u0168G" + ], + "DAY": [ + "Kiumia", + "Muramuko", + "Wairi", + "Wethatu", + "Wena", + "Wetano", + "Jumamosi" + ], + "ERANAMES": [ + "Mbere ya Krist\u0169", + "Nyuma ya Krist\u0169" + ], + "ERAS": [ + "MK", + "NK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januar\u0129", + "Feburuar\u0129", + "Machi", + "\u0128pur\u0169", + "M\u0129\u0129", + "Njuni", + "Njura\u0129", + "Agasti", + "Septemba", + "Okt\u0169ba", + "Novemba", + "Dicemba" + ], + "SHORTDAY": [ + "KIU", + "MRA", + "WAI", + "WET", + "WEN", + "WTN", + "JUM" + ], + "SHORTMONTH": [ + "JAN", + "FEB", + "MAC", + "\u0128PU", + "M\u0128\u0128", + "NJU", + "NJR", + "AGA", + "SPT", + "OKT", + "NOV", + "DEC" + ], + "STANDALONEMONTH": [ + "Januar\u0129", + "Feburuar\u0129", + "Machi", + "\u0128pur\u0169", + "M\u0129\u0129", + "Njuni", + "Njura\u0129", + "Agasti", + "Septemba", + "Okt\u0169ba", + "Novemba", + "Dicemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mer", + "localeID": "mer", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mfe-mu.js b/src/ngLocale/angular-locale_mfe-mu.js new file mode 100644 index 000000000000..4e158b0d7d50 --- /dev/null +++ b/src/ngLocale/angular-locale_mfe-mu.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimans", + "lindi", + "mardi", + "merkredi", + "zedi", + "vandredi", + "samdi" + ], + "ERANAMES": [ + "avan Zezi-Krist", + "apre Zezi-Krist" + ], + "ERAS": [ + "av. Z-K", + "ap. Z-K" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "zanvie", + "fevriye", + "mars", + "avril", + "me", + "zin", + "zilye", + "out", + "septam", + "oktob", + "novam", + "desam" + ], + "SHORTDAY": [ + "dim", + "lin", + "mar", + "mer", + "ze", + "van", + "sam" + ], + "SHORTMONTH": [ + "zan", + "fev", + "mar", + "avr", + "me", + "zin", + "zil", + "out", + "sep", + "okt", + "nov", + "des" + ], + "STANDALONEMONTH": [ + "zanvie", + "fevriye", + "mars", + "avril", + "me", + "zin", + "zilye", + "out", + "septam", + "oktob", + "novam", + "desam" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MURs", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mfe-mu", + "localeID": "mfe_MU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mfe.js b/src/ngLocale/angular-locale_mfe.js new file mode 100644 index 000000000000..e48e27bd39b0 --- /dev/null +++ b/src/ngLocale/angular-locale_mfe.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimans", + "lindi", + "mardi", + "merkredi", + "zedi", + "vandredi", + "samdi" + ], + "ERANAMES": [ + "avan Zezi-Krist", + "apre Zezi-Krist" + ], + "ERAS": [ + "av. Z-K", + "ap. Z-K" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "zanvie", + "fevriye", + "mars", + "avril", + "me", + "zin", + "zilye", + "out", + "septam", + "oktob", + "novam", + "desam" + ], + "SHORTDAY": [ + "dim", + "lin", + "mar", + "mer", + "ze", + "van", + "sam" + ], + "SHORTMONTH": [ + "zan", + "fev", + "mar", + "avr", + "me", + "zin", + "zil", + "out", + "sep", + "okt", + "nov", + "des" + ], + "STANDALONEMONTH": [ + "zanvie", + "fevriye", + "mars", + "avril", + "me", + "zin", + "zilye", + "out", + "septam", + "oktob", + "novam", + "desam" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MURs", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mfe", + "localeID": "mfe", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mg-mg.js b/src/ngLocale/angular-locale_mg-mg.js new file mode 100644 index 000000000000..951c4e3eaf40 --- /dev/null +++ b/src/ngLocale/angular-locale_mg-mg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Alahady", + "Alatsinainy", + "Talata", + "Alarobia", + "Alakamisy", + "Zoma", + "Asabotsy" + ], + "ERANAMES": [ + "Alohan\u2019i JK", + "Aorian\u2019i JK" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janoary", + "Febroary", + "Martsa", + "Aprily", + "Mey", + "Jona", + "Jolay", + "Aogositra", + "Septambra", + "Oktobra", + "Novambra", + "Desambra" + ], + "SHORTDAY": [ + "Alah", + "Alats", + "Tal", + "Alar", + "Alak", + "Zom", + "Asab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "Mey", + "Jon", + "Jol", + "Aog", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Janoary", + "Febroary", + "Martsa", + "Aprily", + "Mey", + "Jona", + "Jolay", + "Aogositra", + "Septambra", + "Oktobra", + "Novambra", + "Desambra" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ar", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mg-mg", + "localeID": "mg_MG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mg.js b/src/ngLocale/angular-locale_mg.js new file mode 100644 index 000000000000..bab587d1b703 --- /dev/null +++ b/src/ngLocale/angular-locale_mg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Alahady", + "Alatsinainy", + "Talata", + "Alarobia", + "Alakamisy", + "Zoma", + "Asabotsy" + ], + "ERANAMES": [ + "Alohan\u2019i JK", + "Aorian\u2019i JK" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janoary", + "Febroary", + "Martsa", + "Aprily", + "Mey", + "Jona", + "Jolay", + "Aogositra", + "Septambra", + "Oktobra", + "Novambra", + "Desambra" + ], + "SHORTDAY": [ + "Alah", + "Alats", + "Tal", + "Alar", + "Alak", + "Zom", + "Asab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "Mey", + "Jon", + "Jol", + "Aog", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Janoary", + "Febroary", + "Martsa", + "Aprily", + "Mey", + "Jona", + "Jolay", + "Aogositra", + "Septambra", + "Oktobra", + "Novambra", + "Desambra" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ar", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mg", + "localeID": "mg", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mgh-mz.js b/src/ngLocale/angular-locale_mgh-mz.js new file mode 100644 index 000000000000..72ddab6da433 --- /dev/null +++ b/src/ngLocale/angular-locale_mgh-mz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "wichishu", + "mchochil\u2019l" + ], + "DAY": [ + "Sabato", + "Jumatatu", + "Jumanne", + "Jumatano", + "Arahamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Hinapiya yesu", + "Yopia yesu" + ], + "ERAS": [ + "HY", + "YY" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mweri wo kwanza", + "Mweri wo unayeli", + "Mweri wo uneraru", + "Mweri wo unecheshe", + "Mweri wo unethanu", + "Mweri wo thanu na mocha", + "Mweri wo saba", + "Mweri wo nane", + "Mweri wo tisa", + "Mweri wo kumi", + "Mweri wo kumi na moja", + "Mweri wo kumi na yel\u2019li" + ], + "SHORTDAY": [ + "Sab", + "Jtt", + "Jnn", + "Jtn", + "Ara", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Kwa", + "Una", + "Rar", + "Che", + "Tha", + "Moc", + "Sab", + "Nan", + "Tis", + "Kum", + "Moj", + "Yel" + ], + "STANDALONEMONTH": [ + "Mweri wo kwanza", + "Mweri wo unayeli", + "Mweri wo uneraru", + "Mweri wo unecheshe", + "Mweri wo unethanu", + "Mweri wo thanu na mocha", + "Mweri wo saba", + "Mweri wo nane", + "Mweri wo tisa", + "Mweri wo kumi", + "Mweri wo kumi na moja", + "Mweri wo kumi na yel\u2019li" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MTn", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mgh-mz", + "localeID": "mgh_MZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mgh.js b/src/ngLocale/angular-locale_mgh.js new file mode 100644 index 000000000000..3c34989aea4f --- /dev/null +++ b/src/ngLocale/angular-locale_mgh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "wichishu", + "mchochil\u2019l" + ], + "DAY": [ + "Sabato", + "Jumatatu", + "Jumanne", + "Jumatano", + "Arahamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Hinapiya yesu", + "Yopia yesu" + ], + "ERAS": [ + "HY", + "YY" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Mweri wo kwanza", + "Mweri wo unayeli", + "Mweri wo uneraru", + "Mweri wo unecheshe", + "Mweri wo unethanu", + "Mweri wo thanu na mocha", + "Mweri wo saba", + "Mweri wo nane", + "Mweri wo tisa", + "Mweri wo kumi", + "Mweri wo kumi na moja", + "Mweri wo kumi na yel\u2019li" + ], + "SHORTDAY": [ + "Sab", + "Jtt", + "Jnn", + "Jtn", + "Ara", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Kwa", + "Una", + "Rar", + "Che", + "Tha", + "Moc", + "Sab", + "Nan", + "Tis", + "Kum", + "Moj", + "Yel" + ], + "STANDALONEMONTH": [ + "Mweri wo kwanza", + "Mweri wo unayeli", + "Mweri wo uneraru", + "Mweri wo unecheshe", + "Mweri wo unethanu", + "Mweri wo thanu na mocha", + "Mweri wo saba", + "Mweri wo nane", + "Mweri wo tisa", + "Mweri wo kumi", + "Mweri wo kumi na moja", + "Mweri wo kumi na yel\u2019li" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MTn", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mgh", + "localeID": "mgh", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mgo-cm.js b/src/ngLocale/angular-locale_mgo-cm.js new file mode 100644 index 000000000000..f1f4cf4c94ef --- /dev/null +++ b/src/ngLocale/angular-locale_mgo-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Aneg 1", + "Aneg 2", + "Aneg 3", + "Aneg 4", + "Aneg 5", + "Aneg 6", + "Aneg 7" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "im\u0259g mbegtug", + "imeg \u00e0b\u00f9b\u00ec", + "imeg mb\u0259\u014bchubi", + "im\u0259g ngw\u0259\u0300t", + "im\u0259g fog", + "im\u0259g ichiib\u0254d", + "im\u0259g \u00e0d\u00f9mb\u0259\u0300\u014b", + "im\u0259g ichika", + "im\u0259g kud", + "im\u0259g t\u00e8si\u02bce", + "im\u0259g z\u00f2", + "im\u0259g krizmed" + ], + "SHORTDAY": [ + "Aneg 1", + "Aneg 2", + "Aneg 3", + "Aneg 4", + "Aneg 5", + "Aneg 6", + "Aneg 7" + ], + "SHORTMONTH": [ + "mbegtug", + "imeg \u00e0b\u00f9b\u00ec", + "imeg mb\u0259\u014bchubi", + "im\u0259g ngw\u0259\u0300t", + "im\u0259g fog", + "im\u0259g ichiib\u0254d", + "im\u0259g \u00e0d\u00f9mb\u0259\u0300\u014b", + "im\u0259g ichika", + "im\u0259g kud", + "im\u0259g t\u00e8si\u02bce", + "im\u0259g z\u00f2", + "im\u0259g krizmed" + ], + "STANDALONEMONTH": [ + "im\u0259g mbegtug", + "imeg \u00e0b\u00f9b\u00ec", + "imeg mb\u0259\u014bchubi", + "im\u0259g ngw\u0259\u0300t", + "im\u0259g fog", + "im\u0259g ichiib\u0254d", + "im\u0259g \u00e0d\u00f9mb\u0259\u0300\u014b", + "im\u0259g ichika", + "im\u0259g kud", + "im\u0259g t\u00e8si\u02bce", + "im\u0259g z\u00f2", + "im\u0259g krizmed" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y MMMM dd", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mgo-cm", + "localeID": "mgo_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mgo.js b/src/ngLocale/angular-locale_mgo.js new file mode 100644 index 000000000000..23ab0b1e5433 --- /dev/null +++ b/src/ngLocale/angular-locale_mgo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Aneg 1", + "Aneg 2", + "Aneg 3", + "Aneg 4", + "Aneg 5", + "Aneg 6", + "Aneg 7" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "im\u0259g mbegtug", + "imeg \u00e0b\u00f9b\u00ec", + "imeg mb\u0259\u014bchubi", + "im\u0259g ngw\u0259\u0300t", + "im\u0259g fog", + "im\u0259g ichiib\u0254d", + "im\u0259g \u00e0d\u00f9mb\u0259\u0300\u014b", + "im\u0259g ichika", + "im\u0259g kud", + "im\u0259g t\u00e8si\u02bce", + "im\u0259g z\u00f2", + "im\u0259g krizmed" + ], + "SHORTDAY": [ + "Aneg 1", + "Aneg 2", + "Aneg 3", + "Aneg 4", + "Aneg 5", + "Aneg 6", + "Aneg 7" + ], + "SHORTMONTH": [ + "mbegtug", + "imeg \u00e0b\u00f9b\u00ec", + "imeg mb\u0259\u014bchubi", + "im\u0259g ngw\u0259\u0300t", + "im\u0259g fog", + "im\u0259g ichiib\u0254d", + "im\u0259g \u00e0d\u00f9mb\u0259\u0300\u014b", + "im\u0259g ichika", + "im\u0259g kud", + "im\u0259g t\u00e8si\u02bce", + "im\u0259g z\u00f2", + "im\u0259g krizmed" + ], + "STANDALONEMONTH": [ + "im\u0259g mbegtug", + "imeg \u00e0b\u00f9b\u00ec", + "imeg mb\u0259\u014bchubi", + "im\u0259g ngw\u0259\u0300t", + "im\u0259g fog", + "im\u0259g ichiib\u0254d", + "im\u0259g \u00e0d\u00f9mb\u0259\u0300\u014b", + "im\u0259g ichika", + "im\u0259g kud", + "im\u0259g t\u00e8si\u02bce", + "im\u0259g z\u00f2", + "im\u0259g krizmed" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y MMMM dd", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mgo", + "localeID": "mgo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mk-mk.js b/src/ngLocale/angular-locale_mk-mk.js new file mode 100644 index 000000000000..0e211176d3fb --- /dev/null +++ b/src/ngLocale/angular-locale_mk-mk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0434\u043d\u0435", + "\u043f\u043e\u043f\u043b\u0430\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u043b\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a", + "\u043f\u0435\u0442\u043e\u043a", + "\u0441\u0430\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430", + "\u043e\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430" + ], + "ERAS": [ + "\u043f\u0440.\u043d.\u0435.", + "\u043d.\u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440\u0438", + "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d\u0438", + "\u0458\u0443\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434.", + "\u043f\u043e\u043d.", + "\u0432\u0442.", + "\u0441\u0440\u0435.", + "\u0447\u0435\u0442.", + "\u043f\u0435\u0442.", + "\u0441\u0430\u0431." + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d.", + "\u0444\u0435\u0432.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d.", + "\u0458\u0443\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043f\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u0435\u043c.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440\u0438", + "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d\u0438", + "\u0458\u0443\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd.M.y HH:mm:ss", + "mediumDate": "dd.M.y", + "mediumTime": "HH:mm:ss", + "short": "dd.M.yy HH:mm", + "shortDate": "dd.M.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "mk-mk", + "localeID": "mk_MK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 || vf.f % 10 == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mk.js b/src/ngLocale/angular-locale_mk.js new file mode 100644 index 000000000000..7437a24e8948 --- /dev/null +++ b/src/ngLocale/angular-locale_mk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0434\u043d\u0435", + "\u043f\u043e\u043f\u043b\u0430\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u043b\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a", + "\u043f\u0435\u0442\u043e\u043a", + "\u0441\u0430\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430", + "\u043e\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430" + ], + "ERAS": [ + "\u043f\u0440.\u043d.\u0435.", + "\u043d.\u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440\u0438", + "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d\u0438", + "\u0458\u0443\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434.", + "\u043f\u043e\u043d.", + "\u0432\u0442.", + "\u0441\u0440\u0435.", + "\u0447\u0435\u0442.", + "\u043f\u0435\u0442.", + "\u0441\u0430\u0431." + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d.", + "\u0444\u0435\u0432.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d.", + "\u0458\u0443\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043f\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u0435\u043c.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440\u0438", + "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d\u0438", + "\u0458\u0443\u043b\u0438", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd.M.y HH:mm:ss", + "mediumDate": "dd.M.y", + "mediumTime": "HH:mm:ss", + "short": "dd.M.yy HH:mm", + "shortDate": "dd.M.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "mk", + "localeID": "mk", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 || vf.f % 10 == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ml-in.js b/src/ngLocale/angular-locale_ml-in.js index 7df7c5b85314..2ad814ffcd9e 100644 --- a/src/ngLocale/angular-locale_ml-in.js +++ b/src/ngLocale/angular-locale_ml-in.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":"\u00A4","negPre":"-","negSuf":"\u00A4","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["ജനുവരി","ഫെബ്രുവരി","മാര്‍ച്ച്","ഏപ്രില്‍","മേയ്","ജൂണ്‍","ജൂലൈ","ആഗസ്റ്റ്","സെപ്റ്റംബര്‍","ഒക്ടോബര്‍","നവംബര്‍","ഡിസംബര്‍"],"SHORTMONTH":["ജനു","ഫെബ്രു","മാര്‍","ഏപ്രി","മേയ്","ജൂണ്‍","ജൂലൈ","ഓഗ","സെപ്റ്റം","ഒക്ടോ","നവം","ഡിസം"],"DAY":["ഞായറാഴ്ച","തിങ്കളാഴ്ച","ചൊവ്വാഴ്ച","ബുധനാഴ്ച","വ്യാഴാഴ്ച","വെള്ളിയാഴ്ച","ശനിയാഴ്ച"],"SHORTDAY":["ഞായര്‍","തിങ്കള്‍","ചൊവ്വ","ബുധന്‍","വ്യാഴം","വെള്ളി","ശനി"],"AMPMS":["രാവിലെ","വൈകുന്നേരം"],"medium":"y, MMM d h:mm:ss a","short":"dd/MM/yy h:mm a","fullDate":"y, MMMM d, EEEE","longDate":"y, MMMM d","mediumDate":"y, MMM d","shortDate":"dd/MM/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"ml-in"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a", + "\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a" + ], + "ERANAMES": [ + "\u0d15\u0d4d\u0d30\u0d3f\u0d38\u0d4d\u200c\u0d24\u0d41\u0d35\u0d3f\u0d28\u0d4d \u0d2e\u0d41\u0d2e\u0d4d\u0d2a\u0d4d", + "\u0d06\u0d28\u0d4d\u0d28\u0d4b \u0d21\u0d4a\u0d2e\u0d3f\u0d28\u0d3f" + ], + "ERAS": [ + "\u0d15\u0d4d\u0d30\u0d3f.\u0d2e\u0d41.", + "\u0d0e\u0d21\u0d3f" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f", + "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f", + "\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d", + "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d", + "\u0d2e\u0d47\u0d2f\u0d4d", + "\u0d1c\u0d42\u0d7a", + "\u0d1c\u0d42\u0d32\u0d48", + "\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d", + "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c", + "\u0d12\u0d15\u0d4d\u200c\u0d1f\u0d4b\u0d2c\u0d7c", + "\u0d28\u0d35\u0d02\u0d2c\u0d7c", + "\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c" + ], + "SHORTDAY": [ + "\u0d1e\u0d3e\u0d2f\u0d7c", + "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e", + "\u0d1a\u0d4a\u0d35\u0d4d\u0d35", + "\u0d2c\u0d41\u0d27\u0d7b", + "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02", + "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f", + "\u0d36\u0d28\u0d3f" + ], + "SHORTMONTH": [ + "\u0d1c\u0d28\u0d41", + "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41", + "\u0d2e\u0d3e\u0d7c", + "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f", + "\u0d2e\u0d47\u0d2f\u0d4d", + "\u0d1c\u0d42\u0d7a", + "\u0d1c\u0d42\u0d32\u0d48", + "\u0d13\u0d17", + "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02", + "\u0d12\u0d15\u0d4d\u0d1f\u0d4b", + "\u0d28\u0d35\u0d02", + "\u0d21\u0d3f\u0d38\u0d02" + ], + "STANDALONEMONTH": [ + "\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f", + "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f", + "\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d", + "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d", + "\u0d2e\u0d47\u0d2f\u0d4d", + "\u0d1c\u0d42\u0d7a", + "\u0d1c\u0d42\u0d32\u0d48", + "\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d", + "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c", + "\u0d12\u0d15\u0d4d\u200c\u0d1f\u0d4b\u0d2c\u0d7c", + "\u0d28\u0d35\u0d02\u0d2c\u0d7c", + "\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "y, MMMM d, EEEE", + "longDate": "y, MMMM d", + "medium": "y, MMM d h:mm:ss a", + "mediumDate": "y, MMM d", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ml-in", + "localeID": "ml_IN", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ml.js b/src/ngLocale/angular-locale_ml.js index 516649a0969f..6dd78842f705 100644 --- a/src/ngLocale/angular-locale_ml.js +++ b/src/ngLocale/angular-locale_ml.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ജനുവരി","ഫെബ്രുവരി","മാര്‍ച്ച്","ഏപ്രില്‍","മേയ്","ജൂണ്‍","ജൂലൈ","ആഗസ്റ്റ്","സെപ്റ്റംബര്‍","ഒക്ടോബര്‍","നവംബര്‍","ഡിസംബര്‍"],"SHORTMONTH":["ജനു","ഫെബ്രു","മാര്‍","ഏപ്രി","മേയ്","ജൂണ്‍","ജൂലൈ","ഓഗ","സെപ്റ്റം","ഒക്ടോ","നവം","ഡിസം"],"DAY":["ഞായറാഴ്ച","തിങ്കളാഴ്ച","ചൊവ്വാഴ്ച","ബുധനാഴ്ച","വ്യാഴാഴ്ച","വെള്ളിയാഴ്ച","ശനിയാഴ്ച"],"SHORTDAY":["ഞായര്‍","തിങ്കള്‍","ചൊവ്വ","ബുധന്‍","വ്യാഴം","വെള്ളി","ശനി"],"AMPMS":["രാവിലെ","വൈകുന്നേരം"],"medium":"y, MMM d h:mm:ss a","short":"dd/MM/yy h:mm a","fullDate":"y, MMMM d, EEEE","longDate":"y, MMMM d","mediumDate":"y, MMM d","shortDate":"dd/MM/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":"\u00A4","negPre":"-","negSuf":"\u00A4","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"ml"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a", + "\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a", + "\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a" + ], + "ERANAMES": [ + "\u0d15\u0d4d\u0d30\u0d3f\u0d38\u0d4d\u200c\u0d24\u0d41\u0d35\u0d3f\u0d28\u0d4d \u0d2e\u0d41\u0d2e\u0d4d\u0d2a\u0d4d", + "\u0d06\u0d28\u0d4d\u0d28\u0d4b \u0d21\u0d4a\u0d2e\u0d3f\u0d28\u0d3f" + ], + "ERAS": [ + "\u0d15\u0d4d\u0d30\u0d3f.\u0d2e\u0d41.", + "\u0d0e\u0d21\u0d3f" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f", + "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f", + "\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d", + "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d", + "\u0d2e\u0d47\u0d2f\u0d4d", + "\u0d1c\u0d42\u0d7a", + "\u0d1c\u0d42\u0d32\u0d48", + "\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d", + "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c", + "\u0d12\u0d15\u0d4d\u200c\u0d1f\u0d4b\u0d2c\u0d7c", + "\u0d28\u0d35\u0d02\u0d2c\u0d7c", + "\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c" + ], + "SHORTDAY": [ + "\u0d1e\u0d3e\u0d2f\u0d7c", + "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e", + "\u0d1a\u0d4a\u0d35\u0d4d\u0d35", + "\u0d2c\u0d41\u0d27\u0d7b", + "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02", + "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f", + "\u0d36\u0d28\u0d3f" + ], + "SHORTMONTH": [ + "\u0d1c\u0d28\u0d41", + "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41", + "\u0d2e\u0d3e\u0d7c", + "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f", + "\u0d2e\u0d47\u0d2f\u0d4d", + "\u0d1c\u0d42\u0d7a", + "\u0d1c\u0d42\u0d32\u0d48", + "\u0d13\u0d17", + "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02", + "\u0d12\u0d15\u0d4d\u0d1f\u0d4b", + "\u0d28\u0d35\u0d02", + "\u0d21\u0d3f\u0d38\u0d02" + ], + "STANDALONEMONTH": [ + "\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f", + "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f", + "\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d", + "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d", + "\u0d2e\u0d47\u0d2f\u0d4d", + "\u0d1c\u0d42\u0d7a", + "\u0d1c\u0d42\u0d32\u0d48", + "\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d", + "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c", + "\u0d12\u0d15\u0d4d\u200c\u0d1f\u0d4b\u0d2c\u0d7c", + "\u0d28\u0d35\u0d02\u0d2c\u0d7c", + "\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "y, MMMM d, EEEE", + "longDate": "y, MMMM d", + "medium": "y, MMM d h:mm:ss a", + "mediumDate": "y, MMM d", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ml", + "localeID": "ml", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mn-mn.js b/src/ngLocale/angular-locale_mn-mn.js new file mode 100644 index 000000000000..aff52e045d13 --- /dev/null +++ b/src/ngLocale/angular-locale_mn-mn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u04af.\u04e9", + "\u04af.\u0445" + ], + "DAY": [ + "\u043d\u044f\u043c", + "\u0434\u0430\u0432\u0430\u0430", + "\u043c\u044f\u0433\u043c\u0430\u0440", + "\u043b\u0445\u0430\u0433\u0432\u0430", + "\u043f\u04af\u0440\u044d\u0432", + "\u0431\u0430\u0430\u0441\u0430\u043d", + "\u0431\u044f\u043c\u0431\u0430" + ], + "ERANAMES": [ + "\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439 \u04e9\u043c\u043d\u04e9\u0445", + "\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439" + ], + "ERAS": [ + "\u043c.\u044d.\u04e9", + "\u043c.\u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0417\u0443\u0440\u0433\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0414\u043e\u043b\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440" + ], + "SHORTDAY": [ + "\u041d\u044f", + "\u0414\u0430", + "\u041c\u044f", + "\u041b\u0445", + "\u041f\u04af", + "\u0411\u0430", + "\u0411\u044f" + ], + "SHORTMONTH": [ + "1-\u0440 \u0441\u0430\u0440", + "2-\u0440 \u0441\u0430\u0440", + "3-\u0440 \u0441\u0430\u0440", + "4-\u0440 \u0441\u0430\u0440", + "5-\u0440 \u0441\u0430\u0440", + "6-\u0440 \u0441\u0430\u0440", + "7-\u0440 \u0441\u0430\u0440", + "8-\u0440 \u0441\u0430\u0440", + "9-\u0440 \u0441\u0430\u0440", + "10-\u0440 \u0441\u0430\u0440", + "11-\u0440 \u0441\u0430\u0440", + "12-\u0440 \u0441\u0430\u0440" + ], + "STANDALONEMONTH": [ + "\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0417\u0443\u0440\u0433\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0414\u043e\u043b\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y '\u043e\u043d\u044b' MM '\u0441\u0430\u0440\u044b\u043d' d", + "longDate": "y'\u043e\u043d\u044b' MMMM'\u0441\u0430\u0440\u044b\u043d' d'\u04e9\u0434\u04e9\u0440'", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ae", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mn-mn", + "localeID": "mn_MN", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mn.js b/src/ngLocale/angular-locale_mn.js new file mode 100644 index 000000000000..890e8614fb26 --- /dev/null +++ b/src/ngLocale/angular-locale_mn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u04af.\u04e9", + "\u04af.\u0445" + ], + "DAY": [ + "\u043d\u044f\u043c", + "\u0434\u0430\u0432\u0430\u0430", + "\u043c\u044f\u0433\u043c\u0430\u0440", + "\u043b\u0445\u0430\u0433\u0432\u0430", + "\u043f\u04af\u0440\u044d\u0432", + "\u0431\u0430\u0430\u0441\u0430\u043d", + "\u0431\u044f\u043c\u0431\u0430" + ], + "ERANAMES": [ + "\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439 \u04e9\u043c\u043d\u04e9\u0445", + "\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439" + ], + "ERAS": [ + "\u043c.\u044d.\u04e9", + "\u043c.\u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0417\u0443\u0440\u0433\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0414\u043e\u043b\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440" + ], + "SHORTDAY": [ + "\u041d\u044f", + "\u0414\u0430", + "\u041c\u044f", + "\u041b\u0445", + "\u041f\u04af", + "\u0411\u0430", + "\u0411\u044f" + ], + "SHORTMONTH": [ + "1-\u0440 \u0441\u0430\u0440", + "2-\u0440 \u0441\u0430\u0440", + "3-\u0440 \u0441\u0430\u0440", + "4-\u0440 \u0441\u0430\u0440", + "5-\u0440 \u0441\u0430\u0440", + "6-\u0440 \u0441\u0430\u0440", + "7-\u0440 \u0441\u0430\u0440", + "8-\u0440 \u0441\u0430\u0440", + "9-\u0440 \u0441\u0430\u0440", + "10-\u0440 \u0441\u0430\u0440", + "11-\u0440 \u0441\u0430\u0440", + "12-\u0440 \u0441\u0430\u0440" + ], + "STANDALONEMONTH": [ + "\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0417\u0443\u0440\u0433\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0414\u043e\u043b\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", + "\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y '\u043e\u043d\u044b' MM '\u0441\u0430\u0440\u044b\u043d' d", + "longDate": "y'\u043e\u043d\u044b' MMMM'\u0441\u0430\u0440\u044b\u043d' d'\u04e9\u0434\u04e9\u0440'", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ae", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mn", + "localeID": "mn", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mo.js b/src/ngLocale/angular-locale_mo.js index 22bc44a3f015..b790138493d7 100644 --- a/src/ngLocale/angular-locale_mo.js +++ b/src/ngLocale/angular-locale_mo.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],"SHORTMONTH":["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],"DAY":["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],"SHORTDAY":["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],"AMPMS":["AM","PM"],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yyyy HH:mm","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"MDL"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n != 1 && (n % 100) >= 1 && (n % 100) <= 19 && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"id":"mo"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "duminic\u0103", + "luni", + "mar\u021bi", + "miercuri", + "joi", + "vineri", + "s\u00e2mb\u0103t\u0103" + ], + "ERANAMES": [ + "\u00eenainte de Hristos", + "dup\u0103 Hristos" + ], + "ERAS": [ + "\u00ee.Hr.", + "d.Hr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ianuarie", + "februarie", + "martie", + "aprilie", + "mai", + "iunie", + "iulie", + "august", + "septembrie", + "octombrie", + "noiembrie", + "decembrie" + ], + "SHORTDAY": [ + "Dum", + "Lun", + "Mar", + "Mie", + "Joi", + "Vin", + "S\u00e2m" + ], + "SHORTMONTH": [ + "ian.", + "feb.", + "mar.", + "apr.", + "mai", + "iun.", + "iul.", + "aug.", + "sept.", + "oct.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "ianuarie", + "februarie", + "martie", + "aprilie", + "mai", + "iunie", + "iulie", + "august", + "septembrie", + "octombrie", + "noiembrie", + "decembrie" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MDL", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "mo", + "localeID": "mo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (vf.v != 0 || n == 0 || n != 1 && n % 100 >= 1 && n % 100 <= 19) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mr-in.js b/src/ngLocale/angular-locale_mr-in.js index 972c6e56765c..d184dd6cc410 100644 --- a/src/ngLocale/angular-locale_mr-in.js +++ b/src/ngLocale/angular-locale_mr-in.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"],"SHORTMONTH":["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"],"DAY":["रविवार","सोमवार","मंगळवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],"SHORTDAY":["रवि","सोम","मंगळ","बुध","गुरु","शुक्र","शनि"],"AMPMS":["am","pm"],"medium":"d MMM y h-mm-ss a","short":"d-M-yy h-mm a","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d-M-yy","mediumTime":"h-mm-ss a","shortTime":"h-mm a"},"id":"mr-in"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u092e.\u092a\u0942.", + "\u092e.\u0909." + ], + "DAY": [ + "\u0930\u0935\u093f\u0935\u093e\u0930", + "\u0938\u094b\u092e\u0935\u093e\u0930", + "\u092e\u0902\u0917\u0933\u0935\u093e\u0930", + "\u092c\u0941\u0927\u0935\u093e\u0930", + "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "\u0936\u0928\u093f\u0935\u093e\u0930" + ], + "ERANAMES": [ + "\u0908\u0938\u0935\u0940\u0938\u0928\u092a\u0942\u0930\u094d\u0935", + "\u0908\u0938\u0935\u0940\u0938\u0928" + ], + "ERAS": [ + "\u0907. \u0938. \u092a\u0942.", + "\u0907. \u0938." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0911\u0917\u0938\u094d\u091f", + "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "SHORTDAY": [ + "\u0930\u0935\u093f", + "\u0938\u094b\u092e", + "\u092e\u0902\u0917\u0933", + "\u092c\u0941\u0927", + "\u0917\u0941\u0930\u0941", + "\u0936\u0941\u0915\u094d\u0930", + "\u0936\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u093e\u0928\u0947", + "\u092b\u0947\u092c\u094d\u0930\u0941", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0911\u0917", + "\u0938\u092a\u094d\u091f\u0947\u0902", + "\u0911\u0915\u094d\u091f\u094b", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902", + "\u0921\u093f\u0938\u0947\u0902" + ], + "STANDALONEMONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0911\u0917\u0938\u094d\u091f", + "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mr-in", + "localeID": "mr_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mr.js b/src/ngLocale/angular-locale_mr.js index 74d6e73d3e00..868b0d0e36bb 100644 --- a/src/ngLocale/angular-locale_mr.js +++ b/src/ngLocale/angular-locale_mr.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"],"SHORTMONTH":["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"],"DAY":["रविवार","सोमवार","मंगळवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],"SHORTDAY":["रवि","सोम","मंगळ","बुध","गुरु","शुक्र","शनि"],"AMPMS":["am","pm"],"medium":"d MMM y h-mm-ss a","short":"d-M-yy h-mm a","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d-M-yy","mediumTime":"h-mm-ss a","shortTime":"h-mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"mr"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u092e.\u092a\u0942.", + "\u092e.\u0909." + ], + "DAY": [ + "\u0930\u0935\u093f\u0935\u093e\u0930", + "\u0938\u094b\u092e\u0935\u093e\u0930", + "\u092e\u0902\u0917\u0933\u0935\u093e\u0930", + "\u092c\u0941\u0927\u0935\u093e\u0930", + "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "\u0936\u0928\u093f\u0935\u093e\u0930" + ], + "ERANAMES": [ + "\u0908\u0938\u0935\u0940\u0938\u0928\u092a\u0942\u0930\u094d\u0935", + "\u0908\u0938\u0935\u0940\u0938\u0928" + ], + "ERAS": [ + "\u0907. \u0938. \u092a\u0942.", + "\u0907. \u0938." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0911\u0917\u0938\u094d\u091f", + "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "SHORTDAY": [ + "\u0930\u0935\u093f", + "\u0938\u094b\u092e", + "\u092e\u0902\u0917\u0933", + "\u092c\u0941\u0927", + "\u0917\u0941\u0930\u0941", + "\u0936\u0941\u0915\u094d\u0930", + "\u0936\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u093e\u0928\u0947", + "\u092b\u0947\u092c\u094d\u0930\u0941", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0911\u0917", + "\u0938\u092a\u094d\u091f\u0947\u0902", + "\u0911\u0915\u094d\u091f\u094b", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902", + "\u0921\u093f\u0938\u0947\u0902" + ], + "STANDALONEMONTH": [ + "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u090f\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u0948", + "\u0911\u0917\u0938\u094d\u091f", + "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mr", + "localeID": "mr", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ms-bn.js b/src/ngLocale/angular-locale_ms-bn.js new file mode 100644 index 000000000000..fbe09b76da67 --- /dev/null +++ b/src/ngLocale/angular-locale_ms-bn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "PG", + "PTG" + ], + "DAY": [ + "Ahad", + "Isnin", + "Selasa", + "Rabu", + "Khamis", + "Jumaat", + "Sabtu" + ], + "ERANAMES": [ + "S.M.", + "TM" + ], + "ERAS": [ + "S.M.", + "TM" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ], + "SHORTDAY": [ + "Ahd", + "Isn", + "Sel", + "Rab", + "Kha", + "Jum", + "Sab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ogo", + "Sep", + "Okt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ms-bn", + "localeID": "ms_BN", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ms-my.js b/src/ngLocale/angular-locale_ms-my.js index c99adc05e48f..5da0298a20ef 100644 --- a/src/ngLocale/angular-locale_ms-my.js +++ b/src/ngLocale/angular-locale_ms-my.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"RM"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],"SHORTMONTH":["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogos","Sep","Okt","Nov","Dis"],"DAY":["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],"SHORTDAY":["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],"AMPMS":["AM","PM"],"medium":"dd/MM/yyyy h:mm:ss a","short":"d/MM/yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"dd/MM/yyyy","shortDate":"d/MM/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"ms-my"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "PG", + "PTG" + ], + "DAY": [ + "Ahad", + "Isnin", + "Selasa", + "Rabu", + "Khamis", + "Jumaat", + "Sabtu" + ], + "ERANAMES": [ + "S.M.", + "TM" + ], + "ERAS": [ + "S.M.", + "TM" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ], + "SHORTDAY": [ + "Ahd", + "Isn", + "Sel", + "Rab", + "Kha", + "Jum", + "Sab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ogo", + "Sep", + "Okt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RM", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ms-my", + "localeID": "ms_MY", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ms-sg.js b/src/ngLocale/angular-locale_ms-sg.js new file mode 100644 index 000000000000..854031fe2bb0 --- /dev/null +++ b/src/ngLocale/angular-locale_ms-sg.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "PG", + "PTG" + ], + "DAY": [ + "Ahad", + "Isnin", + "Selasa", + "Rabu", + "Khamis", + "Jumaat", + "Sabtu" + ], + "ERANAMES": [ + "S.M.", + "TM" + ], + "ERAS": [ + "S.M.", + "TM" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ], + "SHORTDAY": [ + "Ahd", + "Isn", + "Sel", + "Rab", + "Kha", + "Jum", + "Sab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ogo", + "Sep", + "Okt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ms-sg", + "localeID": "ms_SG", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ms.js b/src/ngLocale/angular-locale_ms.js index db78245dbfa4..14b9b40b0683 100644 --- a/src/ngLocale/angular-locale_ms.js +++ b/src/ngLocale/angular-locale_ms.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],"SHORTMONTH":["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogos","Sep","Okt","Nov","Dis"],"DAY":["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],"SHORTDAY":["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],"AMPMS":["AM","PM"],"medium":"dd/MM/yyyy h:mm:ss a","short":"d/MM/yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"dd/MM/yyyy","shortDate":"d/MM/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"RM"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"ms"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "PG", + "PTG" + ], + "DAY": [ + "Ahad", + "Isnin", + "Selasa", + "Rabu", + "Khamis", + "Jumaat", + "Sabtu" + ], + "ERANAMES": [ + "S.M.", + "TM" + ], + "ERAS": [ + "S.M.", + "TM" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ], + "SHORTDAY": [ + "Ahd", + "Isn", + "Sel", + "Rab", + "Kha", + "Jum", + "Sab" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ogo", + "Sep", + "Okt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RM", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ms", + "localeID": "ms", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mt-mt.js b/src/ngLocale/angular-locale_mt-mt.js index 650f840446d9..bb1e89d8e841 100644 --- a/src/ngLocale/angular-locale_mt-mt.js +++ b/src/ngLocale/angular-locale_mt-mt.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₤"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || ((n % 100) >= 2 && (n % 100) <= 4 && n == Math.floor(n))) { return PLURAL_CATEGORY.FEW; } if ((n % 100) >= 11 && (n % 100) <= 19 && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Jannar","Frar","Marzu","April","Mejju","Ġunju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Diċembru"],"SHORTMONTH":["Jan","Fra","Mar","Apr","Mej","Ġun","Lul","Aww","Set","Ott","Nov","Diċ"],"DAY":["Il-Ħadd","It-Tnejn","It-Tlieta","L-Erbgħa","Il-Ħamis","Il-Ġimgħa","Is-Sibt"],"SHORTDAY":["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"],"AMPMS":["QN","WN"],"medium":"dd MMM y HH:mm:ss","short":"dd/MM/yyyy HH:mm","fullDate":"EEEE, d 'ta'’ MMMM y","longDate":"d 'ta'’ MMMM y","mediumDate":"dd MMM y","shortDate":"dd/MM/yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"mt-mt"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Il-\u0126add", + "It-Tnejn", + "It-Tlieta", + "L-Erbg\u0127a", + "Il-\u0126amis", + "Il-\u0120img\u0127a", + "Is-Sibt" + ], + "ERANAMES": [ + "Qabel Kristu", + "Wara Kristu" + ], + "ERAS": [ + "QK", + "WK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Jannar", + "Frar", + "Marzu", + "April", + "Mejju", + "\u0120unju", + "Lulju", + "Awwissu", + "Settembru", + "Ottubru", + "Novembru", + "Di\u010bembru" + ], + "SHORTDAY": [ + "\u0126ad", + "Tne", + "Tli", + "Erb", + "\u0126am", + "\u0120im", + "Sib" + ], + "SHORTMONTH": [ + "Jan", + "Fra", + "Mar", + "Apr", + "Mej", + "\u0120un", + "Lul", + "Aww", + "Set", + "Ott", + "Nov", + "Di\u010b" + ], + "STANDALONEMONTH": [ + "Jannar", + "Frar", + "Marzu", + "April", + "Mejju", + "\u0120unju", + "Lulju", + "Awwissu", + "Settembru", + "Ottubru", + "Novembru", + "Di\u010bembru" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'ta'\u2019 MMMM y", + "longDate": "d 'ta'\u2019 MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mt-mt", + "localeID": "mt_MT", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n % 100 >= 2 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 19) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mt.js b/src/ngLocale/angular-locale_mt.js index e8d0d1ed4654..48da84e96d69 100644 --- a/src/ngLocale/angular-locale_mt.js +++ b/src/ngLocale/angular-locale_mt.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Jannar","Frar","Marzu","April","Mejju","Ġunju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Diċembru"],"SHORTMONTH":["Jan","Fra","Mar","Apr","Mej","Ġun","Lul","Aww","Set","Ott","Nov","Diċ"],"DAY":["Il-Ħadd","It-Tnejn","It-Tlieta","L-Erbgħa","Il-Ħamis","Il-Ġimgħa","Is-Sibt"],"SHORTDAY":["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"],"AMPMS":["QN","WN"],"medium":"dd MMM y HH:mm:ss","short":"dd/MM/yyyy HH:mm","fullDate":"EEEE, d 'ta'’ MMMM y","longDate":"d 'ta'’ MMMM y","mediumDate":"dd MMM y","shortDate":"dd/MM/yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₤"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || ((n % 100) >= 2 && (n % 100) <= 4 && n == Math.floor(n))) { return PLURAL_CATEGORY.FEW; } if ((n % 100) >= 11 && (n % 100) <= 19 && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"id":"mt"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Il-\u0126add", + "It-Tnejn", + "It-Tlieta", + "L-Erbg\u0127a", + "Il-\u0126amis", + "Il-\u0120img\u0127a", + "Is-Sibt" + ], + "ERANAMES": [ + "Qabel Kristu", + "Wara Kristu" + ], + "ERAS": [ + "QK", + "WK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Jannar", + "Frar", + "Marzu", + "April", + "Mejju", + "\u0120unju", + "Lulju", + "Awwissu", + "Settembru", + "Ottubru", + "Novembru", + "Di\u010bembru" + ], + "SHORTDAY": [ + "\u0126ad", + "Tne", + "Tli", + "Erb", + "\u0126am", + "\u0120im", + "Sib" + ], + "SHORTMONTH": [ + "Jan", + "Fra", + "Mar", + "Apr", + "Mej", + "\u0120un", + "Lul", + "Aww", + "Set", + "Ott", + "Nov", + "Di\u010b" + ], + "STANDALONEMONTH": [ + "Jannar", + "Frar", + "Marzu", + "April", + "Mejju", + "\u0120unju", + "Lulju", + "Awwissu", + "Settembru", + "Ottubru", + "Novembru", + "Di\u010bembru" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'ta'\u2019 MMMM y", + "longDate": "d 'ta'\u2019 MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mt", + "localeID": "mt", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n % 100 >= 2 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n % 100 >= 11 && n % 100 <= 19) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mua-cm.js b/src/ngLocale/angular-locale_mua-cm.js new file mode 100644 index 000000000000..74dc6309cabb --- /dev/null +++ b/src/ngLocale/angular-locale_mua-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "comme", + "lilli" + ], + "DAY": [ + "Com\u2019yakke", + "Comlaa\u0257ii", + "Comzyii\u0257ii", + "Comkolle", + "Comkald\u01dd\u0253lii", + "Comgaisuu", + "Comzye\u0253suu" + ], + "ERANAMES": [ + "K\u01ddPel Kristu", + "Pel Kristu" + ], + "ERAS": [ + "KK", + "PK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "F\u0129i Loo", + "Cokcwakla\u014bne", + "Cokcwaklii", + "F\u0129i Marfoo", + "Mad\u01dd\u01dduut\u01ddbija\u014b", + "Mam\u01dd\u014bgw\u00e3afahbii", + "Mam\u01dd\u014bgw\u00e3alii", + "Mad\u01ddmbii", + "F\u0129i D\u01dd\u0253lii", + "F\u0129i Munda\u014b", + "F\u0129i Gwahlle", + "F\u0129i Yuru" + ], + "SHORTDAY": [ + "Cya", + "Cla", + "Czi", + "Cko", + "Cka", + "Cga", + "Cze" + ], + "SHORTMONTH": [ + "FLO", + "CLA", + "CKI", + "FMF", + "MAD", + "MBI", + "MLI", + "MAM", + "FDE", + "FMU", + "FGW", + "FYU" + ], + "STANDALONEMONTH": [ + "F\u0129i Loo", + "Cokcwakla\u014bne", + "Cokcwaklii", + "F\u0129i Marfoo", + "Mad\u01dd\u01dduut\u01ddbija\u014b", + "Mam\u01dd\u014bgw\u00e3afahbii", + "Mam\u01dd\u014bgw\u00e3alii", + "Mad\u01ddmbii", + "F\u0129i D\u01dd\u0253lii", + "F\u0129i Munda\u014b", + "F\u0129i Gwahlle", + "F\u0129i Yuru" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mua-cm", + "localeID": "mua_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mua.js b/src/ngLocale/angular-locale_mua.js new file mode 100644 index 000000000000..3035de87ea1f --- /dev/null +++ b/src/ngLocale/angular-locale_mua.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "comme", + "lilli" + ], + "DAY": [ + "Com\u2019yakke", + "Comlaa\u0257ii", + "Comzyii\u0257ii", + "Comkolle", + "Comkald\u01dd\u0253lii", + "Comgaisuu", + "Comzye\u0253suu" + ], + "ERANAMES": [ + "K\u01ddPel Kristu", + "Pel Kristu" + ], + "ERAS": [ + "KK", + "PK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "F\u0129i Loo", + "Cokcwakla\u014bne", + "Cokcwaklii", + "F\u0129i Marfoo", + "Mad\u01dd\u01dduut\u01ddbija\u014b", + "Mam\u01dd\u014bgw\u00e3afahbii", + "Mam\u01dd\u014bgw\u00e3alii", + "Mad\u01ddmbii", + "F\u0129i D\u01dd\u0253lii", + "F\u0129i Munda\u014b", + "F\u0129i Gwahlle", + "F\u0129i Yuru" + ], + "SHORTDAY": [ + "Cya", + "Cla", + "Czi", + "Cko", + "Cka", + "Cga", + "Cze" + ], + "SHORTMONTH": [ + "FLO", + "CLA", + "CKI", + "FMF", + "MAD", + "MBI", + "MLI", + "MAM", + "FDE", + "FMU", + "FGW", + "FYU" + ], + "STANDALONEMONTH": [ + "F\u0129i Loo", + "Cokcwakla\u014bne", + "Cokcwaklii", + "F\u0129i Marfoo", + "Mad\u01dd\u01dduut\u01ddbija\u014b", + "Mam\u01dd\u014bgw\u00e3afahbii", + "Mam\u01dd\u014bgw\u00e3alii", + "Mad\u01ddmbii", + "F\u0129i D\u01dd\u0253lii", + "F\u0129i Munda\u014b", + "F\u0129i Gwahlle", + "F\u0129i Yuru" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "mua", + "localeID": "mua", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_my-mm.js b/src/ngLocale/angular-locale_my-mm.js new file mode 100644 index 000000000000..721d59d82439 --- /dev/null +++ b/src/ngLocale/angular-locale_my-mm.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u1014\u1036\u1014\u1000\u103a", + "\u100a\u1014\u1031" + ], + "DAY": [ + "\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031", + "\u1010\u1014\u1004\u103a\u1039\u101c\u102c", + "\u1021\u1004\u103a\u1039\u1002\u102b", + "\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038", + "\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038", + "\u101e\u1031\u102c\u1000\u103c\u102c", + "\u1005\u1014\u1031" + ], + "ERANAMES": [ + "\u1001\u101b\u1005\u103a\u1010\u1031\u102c\u103a \u1019\u1015\u1031\u102b\u103a\u1019\u102e\u1014\u103e\u1005\u103a", + "\u1001\u101b\u1005\u103a\u1014\u103e\u1005\u103a" + ], + "ERAS": [ + "\u1018\u102e\u1005\u102e", + "\u1021\u1031\u1012\u102e" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e", + "\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e", + "\u1019\u1010\u103a", + "\u1027\u1015\u103c\u102e", + "\u1019\u1031", + "\u1007\u103d\u1014\u103a", + "\u1007\u1030\u101c\u102d\u102f\u1004\u103a", + "\u1029\u1002\u102f\u1010\u103a", + "\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c", + "\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c", + "\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c", + "\u1012\u102e\u1007\u1004\u103a\u1018\u102c" + ], + "SHORTDAY": [ + "\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031", + "\u1010\u1014\u1004\u103a\u1039\u101c\u102c", + "\u1021\u1004\u103a\u1039\u1002\u102b", + "\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038", + "\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038", + "\u101e\u1031\u102c\u1000\u103c\u102c", + "\u1005\u1014\u1031" + ], + "SHORTMONTH": [ + "\u1007\u1014\u103a", + "\u1016\u1031", + "\u1019\u1010\u103a", + "\u1027", + "\u1019\u1031", + "\u1007\u103d\u1014\u103a", + "\u1007\u1030", + "\u1029", + "\u1005\u1000\u103a", + "\u1021\u1031\u102c\u1000\u103a", + "\u1014\u102d\u102f", + "\u1012\u102e" + ], + "STANDALONEMONTH": [ + "\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e", + "\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e", + "\u1019\u1010\u103a", + "\u1027\u1015\u103c\u102e", + "\u1019\u1031", + "\u1007\u103d\u1014\u103a", + "\u1007\u1030\u101c\u102d\u102f\u1004\u103a", + "\u1029\u1002\u102f\u1010\u103a", + "\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c", + "\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c", + "\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c", + "\u1012\u102e\u1007\u1004\u103a\u1018\u102c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "K", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "my-mm", + "localeID": "my_MM", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_my.js b/src/ngLocale/angular-locale_my.js new file mode 100644 index 000000000000..92e3a3ed11fc --- /dev/null +++ b/src/ngLocale/angular-locale_my.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u1014\u1036\u1014\u1000\u103a", + "\u100a\u1014\u1031" + ], + "DAY": [ + "\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031", + "\u1010\u1014\u1004\u103a\u1039\u101c\u102c", + "\u1021\u1004\u103a\u1039\u1002\u102b", + "\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038", + "\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038", + "\u101e\u1031\u102c\u1000\u103c\u102c", + "\u1005\u1014\u1031" + ], + "ERANAMES": [ + "\u1001\u101b\u1005\u103a\u1010\u1031\u102c\u103a \u1019\u1015\u1031\u102b\u103a\u1019\u102e\u1014\u103e\u1005\u103a", + "\u1001\u101b\u1005\u103a\u1014\u103e\u1005\u103a" + ], + "ERAS": [ + "\u1018\u102e\u1005\u102e", + "\u1021\u1031\u1012\u102e" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e", + "\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e", + "\u1019\u1010\u103a", + "\u1027\u1015\u103c\u102e", + "\u1019\u1031", + "\u1007\u103d\u1014\u103a", + "\u1007\u1030\u101c\u102d\u102f\u1004\u103a", + "\u1029\u1002\u102f\u1010\u103a", + "\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c", + "\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c", + "\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c", + "\u1012\u102e\u1007\u1004\u103a\u1018\u102c" + ], + "SHORTDAY": [ + "\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031", + "\u1010\u1014\u1004\u103a\u1039\u101c\u102c", + "\u1021\u1004\u103a\u1039\u1002\u102b", + "\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038", + "\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038", + "\u101e\u1031\u102c\u1000\u103c\u102c", + "\u1005\u1014\u1031" + ], + "SHORTMONTH": [ + "\u1007\u1014\u103a", + "\u1016\u1031", + "\u1019\u1010\u103a", + "\u1027", + "\u1019\u1031", + "\u1007\u103d\u1014\u103a", + "\u1007\u1030", + "\u1029", + "\u1005\u1000\u103a", + "\u1021\u1031\u102c\u1000\u103a", + "\u1014\u102d\u102f", + "\u1012\u102e" + ], + "STANDALONEMONTH": [ + "\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e", + "\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e", + "\u1019\u1010\u103a", + "\u1027\u1015\u103c\u102e", + "\u1019\u1031", + "\u1007\u103d\u1014\u103a", + "\u1007\u1030\u101c\u102d\u102f\u1004\u103a", + "\u1029\u1002\u102f\u1010\u103a", + "\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c", + "\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c", + "\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c", + "\u1012\u102e\u1007\u1004\u103a\u1018\u102c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "K", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "my", + "localeID": "my", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mzn-ir.js b/src/ngLocale/angular-locale_mzn-ir.js new file mode 100644 index 000000000000..335ca39e778b --- /dev/null +++ b/src/ngLocale/angular-locale_mzn-ir.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0645\u06cc\u0644\u0627\u062f", + "\u0628\u0639\u062f \u0645\u06cc\u0644\u0627\u062f" + ], + "ERAS": [ + "\u067e.\u0645", + "\u0645." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647", + "\u0641\u0648\u0631\u06cc\u0647", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647", + "\u0641\u0648\u0631\u06cc\u0647", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647", + "\u0641\u0648\u0631\u06cc\u0647", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 4 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mzn-ir", + "localeID": "mzn_IR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_mzn.js b/src/ngLocale/angular-locale_mzn.js new file mode 100644 index 000000000000..3f014bca990b --- /dev/null +++ b/src/ngLocale/angular-locale_mzn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0645\u06cc\u0644\u0627\u062f", + "\u0628\u0639\u062f \u0645\u06cc\u0644\u0627\u062f" + ], + "ERAS": [ + "\u067e.\u0645", + "\u0645." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647", + "\u0641\u0648\u0631\u06cc\u0647", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647", + "\u0641\u0648\u0631\u06cc\u0647", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u0698\u0627\u0646\u0648\u06cc\u0647", + "\u0641\u0648\u0631\u06cc\u0647", + "\u0645\u0627\u0631\u0633", + "\u0622\u0648\u0631\u06cc\u0644", + "\u0645\u0647", + "\u0698\u0648\u0626\u0646", + "\u0698\u0648\u0626\u06cc\u0647", + "\u0627\u0648\u062a", + "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0628\u0631", + "\u0646\u0648\u0627\u0645\u0628\u0631", + "\u062f\u0633\u0627\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 4, + 4 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "mzn", + "localeID": "mzn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_naq-na.js b/src/ngLocale/angular-locale_naq-na.js new file mode 100644 index 000000000000..89b0ae42f196 --- /dev/null +++ b/src/ngLocale/angular-locale_naq-na.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u01c1goagas", + "\u01c3uias" + ], + "DAY": [ + "Sontaxtsees", + "Mantaxtsees", + "Denstaxtsees", + "Wunstaxtsees", + "Dondertaxtsees", + "Fraitaxtsees", + "Satertaxtsees" + ], + "ERANAMES": [ + "Xristub ai\u01c3\u00e2", + "Xristub khao\u01c3g\u00e2" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u01c3Khanni", + "\u01c3Khan\u01c0g\u00f4ab", + "\u01c0Khuu\u01c1kh\u00e2b", + "\u01c3H\u00f4a\u01c2khaib", + "\u01c3Khaits\u00e2b", + "Gama\u01c0aeb", + "\u01c2Khoesaob", + "Ao\u01c1khuum\u00fb\u01c1kh\u00e2b", + "Tara\u01c0khuum\u00fb\u01c1kh\u00e2b", + "\u01c2N\u00fb\u01c1n\u00e2iseb", + "\u01c0Hoo\u01c2gaeb", + "H\u00f4asore\u01c1kh\u00e2b" + ], + "SHORTDAY": [ + "Son", + "Ma", + "De", + "Wu", + "Do", + "Fr", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "\u01c3Khanni", + "\u01c3Khan\u01c0g\u00f4ab", + "\u01c0Khuu\u01c1kh\u00e2b", + "\u01c3H\u00f4a\u01c2khaib", + "\u01c3Khaits\u00e2b", + "Gama\u01c0aeb", + "\u01c2Khoesaob", + "Ao\u01c1khuum\u00fb\u01c1kh\u00e2b", + "Tara\u01c0khuum\u00fb\u01c1kh\u00e2b", + "\u01c2N\u00fb\u01c1n\u00e2iseb", + "\u01c0Hoo\u01c2gaeb", + "H\u00f4asore\u01c1kh\u00e2b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "naq-na", + "localeID": "naq_NA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_naq.js b/src/ngLocale/angular-locale_naq.js new file mode 100644 index 000000000000..e4297ea4c877 --- /dev/null +++ b/src/ngLocale/angular-locale_naq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u01c1goagas", + "\u01c3uias" + ], + "DAY": [ + "Sontaxtsees", + "Mantaxtsees", + "Denstaxtsees", + "Wunstaxtsees", + "Dondertaxtsees", + "Fraitaxtsees", + "Satertaxtsees" + ], + "ERANAMES": [ + "Xristub ai\u01c3\u00e2", + "Xristub khao\u01c3g\u00e2" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u01c3Khanni", + "\u01c3Khan\u01c0g\u00f4ab", + "\u01c0Khuu\u01c1kh\u00e2b", + "\u01c3H\u00f4a\u01c2khaib", + "\u01c3Khaits\u00e2b", + "Gama\u01c0aeb", + "\u01c2Khoesaob", + "Ao\u01c1khuum\u00fb\u01c1kh\u00e2b", + "Tara\u01c0khuum\u00fb\u01c1kh\u00e2b", + "\u01c2N\u00fb\u01c1n\u00e2iseb", + "\u01c0Hoo\u01c2gaeb", + "H\u00f4asore\u01c1kh\u00e2b" + ], + "SHORTDAY": [ + "Son", + "Ma", + "De", + "Wu", + "Do", + "Fr", + "Sat" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "\u01c3Khanni", + "\u01c3Khan\u01c0g\u00f4ab", + "\u01c0Khuu\u01c1kh\u00e2b", + "\u01c3H\u00f4a\u01c2khaib", + "\u01c3Khaits\u00e2b", + "Gama\u01c0aeb", + "\u01c2Khoesaob", + "Ao\u01c1khuum\u00fb\u01c1kh\u00e2b", + "Tara\u01c0khuum\u00fb\u01c1kh\u00e2b", + "\u01c2N\u00fb\u01c1n\u00e2iseb", + "\u01c0Hoo\u01c2gaeb", + "H\u00f4asore\u01c1kh\u00e2b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "naq", + "localeID": "naq", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nb-no.js b/src/ngLocale/angular-locale_nb-no.js new file mode 100644 index 000000000000..4b90ae07fcf6 --- /dev/null +++ b/src/ngLocale/angular-locale_nb-no.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "s\u00f8ndag", + "mandag", + "tirsdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f8rdag" + ], + "ERANAMES": [ + "f\u00f8r Kristus", + "etter Kristus" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "s\u00f8n.", + "man.", + "tir.", + "ons.", + "tor.", + "fre.", + "l\u00f8r." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "mai", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nb-no", + "localeID": "nb_NO", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nb-sj.js b/src/ngLocale/angular-locale_nb-sj.js new file mode 100644 index 000000000000..2e9ff7001928 --- /dev/null +++ b/src/ngLocale/angular-locale_nb-sj.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "s\u00f8ndag", + "mandag", + "tirsdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f8rdag" + ], + "ERANAMES": [ + "f\u00f8r Kristus", + "etter Kristus" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "s\u00f8n.", + "man.", + "tir.", + "ons.", + "tor.", + "fre.", + "l\u00f8r." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "mai", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nb-sj", + "localeID": "nb_SJ", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nb.js b/src/ngLocale/angular-locale_nb.js new file mode 100644 index 000000000000..3db8284c0f9c --- /dev/null +++ b/src/ngLocale/angular-locale_nb.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "s\u00f8ndag", + "mandag", + "tirsdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f8rdag" + ], + "ERANAMES": [ + "f\u00f8r Kristus", + "etter Kristus" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "s\u00f8n.", + "man.", + "tir.", + "ons.", + "tor.", + "fre.", + "l\u00f8r." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "mai", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nb", + "localeID": "nb", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nd-zw.js b/src/ngLocale/angular-locale_nd-zw.js new file mode 100644 index 000000000000..3bb8b1716d52 --- /dev/null +++ b/src/ngLocale/angular-locale_nd-zw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sonto", + "Mvulo", + "Sibili", + "Sithathu", + "Sine", + "Sihlanu", + "Mgqibelo" + ], + "ERANAMES": [ + "UKristo angakabuyi", + "Ukristo ebuyile" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Zibandlela", + "Nhlolanja", + "Mbimbitho", + "Mabasa", + "Nkwenkwezi", + "Nhlangula", + "Ntulikazi", + "Ncwabakazi", + "Mpandula", + "Mfumfu", + "Lwezi", + "Mpalakazi" + ], + "SHORTDAY": [ + "Son", + "Mvu", + "Sib", + "Sit", + "Sin", + "Sih", + "Mgq" + ], + "SHORTMONTH": [ + "Zib", + "Nhlo", + "Mbi", + "Mab", + "Nkw", + "Nhla", + "Ntu", + "Ncw", + "Mpan", + "Mfu", + "Lwe", + "Mpal" + ], + "STANDALONEMONTH": [ + "Zibandlela", + "Nhlolanja", + "Mbimbitho", + "Mabasa", + "Nkwenkwezi", + "Nhlangula", + "Ntulikazi", + "Ncwabakazi", + "Mpandula", + "Mfumfu", + "Lwezi", + "Mpalakazi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "nd-zw", + "localeID": "nd_ZW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nd.js b/src/ngLocale/angular-locale_nd.js new file mode 100644 index 000000000000..c03642c59d25 --- /dev/null +++ b/src/ngLocale/angular-locale_nd.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sonto", + "Mvulo", + "Sibili", + "Sithathu", + "Sine", + "Sihlanu", + "Mgqibelo" + ], + "ERANAMES": [ + "UKristo angakabuyi", + "Ukristo ebuyile" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Zibandlela", + "Nhlolanja", + "Mbimbitho", + "Mabasa", + "Nkwenkwezi", + "Nhlangula", + "Ntulikazi", + "Ncwabakazi", + "Mpandula", + "Mfumfu", + "Lwezi", + "Mpalakazi" + ], + "SHORTDAY": [ + "Son", + "Mvu", + "Sib", + "Sit", + "Sin", + "Sih", + "Mgq" + ], + "SHORTMONTH": [ + "Zib", + "Nhlo", + "Mbi", + "Mab", + "Nkw", + "Nhla", + "Ntu", + "Ncw", + "Mpan", + "Mfu", + "Lwe", + "Mpal" + ], + "STANDALONEMONTH": [ + "Zibandlela", + "Nhlolanja", + "Mbimbitho", + "Mabasa", + "Nkwenkwezi", + "Nhlangula", + "Ntulikazi", + "Ncwabakazi", + "Mpandula", + "Mfumfu", + "Lwezi", + "Mpalakazi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "nd", + "localeID": "nd", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nds-de.js b/src/ngLocale/angular-locale_nds-de.js new file mode 100644 index 000000000000..21778c78354e --- /dev/null +++ b/src/ngLocale/angular-locale_nds-de.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "M01", + "M02", + "M03", + "M04", + "M05", + "M06", + "M07", + "M08", + "M09", + "M10", + "M11", + "M12" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "M01", + "M02", + "M03", + "M04", + "M05", + "M06", + "M07", + "M08", + "M09", + "M10", + "M11", + "M12" + ], + "STANDALONEMONTH": [ + "M01", + "M02", + "M03", + "M04", + "M05", + "M06", + "M07", + "M08", + "M09", + "M10", + "M11", + "M12" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nds-de", + "localeID": "nds_DE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nds-nl.js b/src/ngLocale/angular-locale_nds-nl.js new file mode 100644 index 000000000000..3eb28a026c1f --- /dev/null +++ b/src/ngLocale/angular-locale_nds-nl.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "M01", + "M02", + "M03", + "M04", + "M05", + "M06", + "M07", + "M08", + "M09", + "M10", + "M11", + "M12" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "M01", + "M02", + "M03", + "M04", + "M05", + "M06", + "M07", + "M08", + "M09", + "M10", + "M11", + "M12" + ], + "STANDALONEMONTH": [ + "M01", + "M02", + "M03", + "M04", + "M05", + "M06", + "M07", + "M08", + "M09", + "M10", + "M11", + "M12" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nds-nl", + "localeID": "nds_NL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nds.js b/src/ngLocale/angular-locale_nds.js new file mode 100644 index 000000000000..af7dadc434d8 --- /dev/null +++ b/src/ngLocale/angular-locale_nds.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "M01", + "M02", + "M03", + "M04", + "M05", + "M06", + "M07", + "M08", + "M09", + "M10", + "M11", + "M12" + ], + "SHORTDAY": [ + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + ], + "SHORTMONTH": [ + "M01", + "M02", + "M03", + "M04", + "M05", + "M06", + "M07", + "M08", + "M09", + "M10", + "M11", + "M12" + ], + "STANDALONEMONTH": [ + "M01", + "M02", + "M03", + "M04", + "M05", + "M06", + "M07", + "M08", + "M09", + "M10", + "M11", + "M12" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nds", + "localeID": "nds", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ne-in.js b/src/ngLocale/angular-locale_ne-in.js new file mode 100644 index 000000000000..e13a8e9916c8 --- /dev/null +++ b/src/ngLocale/angular-locale_ne-in.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u092a\u0942\u0930\u094d\u0935\u093e\u0939\u094d\u0928", + "\u0905\u092a\u0930\u093e\u0939\u094d\u0928" + ], + "DAY": [ + "\u0906\u0907\u0924\u092c\u093e\u0930", + "\u0938\u094b\u092e\u092c\u093e\u0930", + "\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930", + "\u092c\u0941\u0927\u092c\u093e\u0930", + "\u092c\u093f\u0939\u093f\u092c\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930", + "\u0936\u0928\u093f\u092c\u093e\u0930" + ], + "ERANAMES": [ + "\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928\u094d" + ], + "ERAS": [ + "\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928\u094d" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0908", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", + "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", + "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930" + ], + "SHORTDAY": [ + "\u0906\u0907\u0924", + "\u0938\u094b\u092e", + "\u092e\u0919\u094d\u0917\u0932", + "\u092c\u0941\u0927", + "\u092c\u093f\u0939\u093f", + "\u0936\u0941\u0915\u094d\u0930", + "\u0936\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", + "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", + "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930" + ], + "STANDALONEMONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", + "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", + "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ne-in", + "localeID": "ne_IN", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ne-np.js b/src/ngLocale/angular-locale_ne-np.js new file mode 100644 index 000000000000..0eace95f5918 --- /dev/null +++ b/src/ngLocale/angular-locale_ne-np.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u092a\u0942\u0930\u094d\u0935\u093e\u0939\u094d\u0928", + "\u0905\u092a\u0930\u093e\u0939\u094d\u0928" + ], + "DAY": [ + "\u0906\u0907\u0924\u092c\u093e\u0930", + "\u0938\u094b\u092e\u092c\u093e\u0930", + "\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930", + "\u092c\u0941\u0927\u092c\u093e\u0930", + "\u092c\u093f\u0939\u093f\u092c\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930", + "\u0936\u0928\u093f\u092c\u093e\u0930" + ], + "ERANAMES": [ + "\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928\u094d" + ], + "ERAS": [ + "\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928\u094d" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0908", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", + "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", + "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930" + ], + "SHORTDAY": [ + "\u0906\u0907\u0924", + "\u0938\u094b\u092e", + "\u092e\u0919\u094d\u0917\u0932", + "\u092c\u0941\u0927", + "\u092c\u093f\u0939\u093f", + "\u0936\u0941\u0915\u094d\u0930", + "\u0936\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", + "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", + "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930" + ], + "STANDALONEMONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", + "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", + "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ne-np", + "localeID": "ne_NP", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ne.js b/src/ngLocale/angular-locale_ne.js new file mode 100644 index 000000000000..57deb63616f4 --- /dev/null +++ b/src/ngLocale/angular-locale_ne.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u092a\u0942\u0930\u094d\u0935\u093e\u0939\u094d\u0928", + "\u0905\u092a\u0930\u093e\u0939\u094d\u0928" + ], + "DAY": [ + "\u0906\u0907\u0924\u092c\u093e\u0930", + "\u0938\u094b\u092e\u092c\u093e\u0930", + "\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930", + "\u092c\u0941\u0927\u092c\u093e\u0930", + "\u092c\u093f\u0939\u093f\u092c\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930", + "\u0936\u0928\u093f\u092c\u093e\u0930" + ], + "ERANAMES": [ + "\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928\u094d" + ], + "ERAS": [ + "\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935", + "\u0938\u0928\u094d" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0908", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", + "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", + "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930" + ], + "SHORTDAY": [ + "\u0906\u0907\u0924", + "\u0938\u094b\u092e", + "\u092e\u0919\u094d\u0917\u0932", + "\u092c\u0941\u0927", + "\u092c\u093f\u0939\u093f", + "\u0936\u0941\u0915\u094d\u0930", + "\u0936\u0928\u093f" + ], + "SHORTMONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", + "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", + "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930" + ], + "STANDALONEMONTH": [ + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u093f\u0932", + "\u092e\u0947", + "\u091c\u0941\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u091f", + "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", + "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", + "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", + "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ne", + "localeID": "ne", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nl-aw.js b/src/ngLocale/angular-locale_nl-aw.js new file mode 100644 index 000000000000..76a15853ff29 --- /dev/null +++ b/src/ngLocale/angular-locale_nl-aw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "zondag", + "maandag", + "dinsdag", + "woensdag", + "donderdag", + "vrijdag", + "zaterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.Chr.", + "n.Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "zo", + "ma", + "di", + "wo", + "do", + "vr", + "za" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mrt.", + "apr.", + "mei", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Afl.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nl-aw", + "localeID": "nl_AW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nl-be.js b/src/ngLocale/angular-locale_nl-be.js new file mode 100644 index 000000000000..c7ccb05baf95 --- /dev/null +++ b/src/ngLocale/angular-locale_nl-be.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "zondag", + "maandag", + "dinsdag", + "woensdag", + "donderdag", + "vrijdag", + "zaterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.Chr.", + "n.Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "zo", + "ma", + "di", + "wo", + "do", + "vr", + "za" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mrt.", + "apr.", + "mei", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/MM/yy HH:mm", + "shortDate": "d/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "nl-be", + "localeID": "nl_BE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nl-bq.js b/src/ngLocale/angular-locale_nl-bq.js new file mode 100644 index 000000000000..9bf46a1ccc2a --- /dev/null +++ b/src/ngLocale/angular-locale_nl-bq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "zondag", + "maandag", + "dinsdag", + "woensdag", + "donderdag", + "vrijdag", + "zaterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.Chr.", + "n.Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "zo", + "ma", + "di", + "wo", + "do", + "vr", + "za" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mrt.", + "apr.", + "mei", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nl-bq", + "localeID": "nl_BQ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nl-cw.js b/src/ngLocale/angular-locale_nl-cw.js new file mode 100644 index 000000000000..57efc8922f76 --- /dev/null +++ b/src/ngLocale/angular-locale_nl-cw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "zondag", + "maandag", + "dinsdag", + "woensdag", + "donderdag", + "vrijdag", + "zaterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.Chr.", + "n.Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "zo", + "ma", + "di", + "wo", + "do", + "vr", + "za" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mrt.", + "apr.", + "mei", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "NAf.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nl-cw", + "localeID": "nl_CW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nl-nl.js b/src/ngLocale/angular-locale_nl-nl.js index 4214893deda4..ad00626ee6b5 100644 --- a/src/ngLocale/angular-locale_nl-nl.js +++ b/src/ngLocale/angular-locale_nl-nl.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 ","negSuf":"-","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],"SHORTMONTH":["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],"DAY":["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],"SHORTDAY":["zo","ma","di","wo","do","vr","za"],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd-MM-yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd-MM-yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"nl-nl"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "zondag", + "maandag", + "dinsdag", + "woensdag", + "donderdag", + "vrijdag", + "zaterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.Chr.", + "n.Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "zo", + "ma", + "di", + "wo", + "do", + "vr", + "za" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mrt.", + "apr.", + "mei", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nl-nl", + "localeID": "nl_NL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nl-sr.js b/src/ngLocale/angular-locale_nl-sr.js new file mode 100644 index 000000000000..2baf21cf0170 --- /dev/null +++ b/src/ngLocale/angular-locale_nl-sr.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "zondag", + "maandag", + "dinsdag", + "woensdag", + "donderdag", + "vrijdag", + "zaterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.Chr.", + "n.Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "zo", + "ma", + "di", + "wo", + "do", + "vr", + "za" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mrt.", + "apr.", + "mei", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nl-sr", + "localeID": "nl_SR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nl-sx.js b/src/ngLocale/angular-locale_nl-sx.js new file mode 100644 index 000000000000..e314d4f86a04 --- /dev/null +++ b/src/ngLocale/angular-locale_nl-sx.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "zondag", + "maandag", + "dinsdag", + "woensdag", + "donderdag", + "vrijdag", + "zaterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.Chr.", + "n.Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "zo", + "ma", + "di", + "wo", + "do", + "vr", + "za" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mrt.", + "apr.", + "mei", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "NAf.", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nl-sx", + "localeID": "nl_SX", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nl.js b/src/ngLocale/angular-locale_nl.js index 0400bb0b101a..51f6fbc4398d 100644 --- a/src/ngLocale/angular-locale_nl.js +++ b/src/ngLocale/angular-locale_nl.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],"SHORTMONTH":["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],"DAY":["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],"SHORTDAY":["zo","ma","di","wo","do","vr","za"],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd-MM-yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd-MM-yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 ","negSuf":"-","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"nl"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "zondag", + "maandag", + "dinsdag", + "woensdag", + "donderdag", + "vrijdag", + "zaterdag" + ], + "ERANAMES": [ + "voor Christus", + "na Christus" + ], + "ERAS": [ + "v.Chr.", + "n.Chr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "zo", + "ma", + "di", + "wo", + "do", + "vr", + "za" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mrt.", + "apr.", + "mei", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "maart", + "april", + "mei", + "juni", + "juli", + "augustus", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nl", + "localeID": "nl", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nmg-cm.js b/src/ngLocale/angular-locale_nmg-cm.js new file mode 100644 index 000000000000..38ab5a9b65ee --- /dev/null +++ b/src/ngLocale/angular-locale_nmg-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "man\u00e1", + "kug\u00fa" + ], + "DAY": [ + "s\u0254\u0301nd\u0254", + "m\u0254\u0301nd\u0254", + "s\u0254\u0301nd\u0254 maf\u00fa m\u00e1ba", + "s\u0254\u0301nd\u0254 maf\u00fa m\u00e1lal", + "s\u0254\u0301nd\u0254 maf\u00fa m\u00e1na", + "mab\u00e1g\u00e1 m\u00e1 sukul", + "s\u00e1sadi" + ], + "ERANAMES": [ + "B\u00f3 Lahl\u025b\u0304", + "Pfi\u025b Bur\u012b" + ], + "ERAS": [ + "BL", + "PB" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ngw\u025bn mat\u00e1hra", + "ngw\u025bn \u0144mba", + "ngw\u025bn \u0144lal", + "ngw\u025bn \u0144na", + "ngw\u025bn \u0144tan", + "ngw\u025bn \u0144tu\u00f3", + "ngw\u025bn h\u025bmbu\u025br\u00ed", + "ngw\u025bn l\u0254mbi", + "ngw\u025bn r\u025bbvu\u00e2", + "ngw\u025bn wum", + "ngw\u025bn wum nav\u01d4r", + "kr\u00edsimin" + ], + "SHORTDAY": [ + "s\u0254\u0301n", + "m\u0254\u0301n", + "smb", + "sml", + "smn", + "mbs", + "sas" + ], + "SHORTMONTH": [ + "ng1", + "ng2", + "ng3", + "ng4", + "ng5", + "ng6", + "ng7", + "ng8", + "ng9", + "ng10", + "ng11", + "kris" + ], + "STANDALONEMONTH": [ + "ngw\u025bn mat\u00e1hra", + "ngw\u025bn \u0144mba", + "ngw\u025bn \u0144lal", + "ngw\u025bn \u0144na", + "ngw\u025bn \u0144tan", + "ngw\u025bn \u0144tu\u00f3", + "ngw\u025bn h\u025bmbu\u025br\u00ed", + "ngw\u025bn l\u0254mbi", + "ngw\u025bn r\u025bbvu\u00e2", + "ngw\u025bn wum", + "ngw\u025bn wum nav\u01d4r", + "kr\u00edsimin" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "nmg-cm", + "localeID": "nmg_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nmg.js b/src/ngLocale/angular-locale_nmg.js new file mode 100644 index 000000000000..254572516dac --- /dev/null +++ b/src/ngLocale/angular-locale_nmg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "man\u00e1", + "kug\u00fa" + ], + "DAY": [ + "s\u0254\u0301nd\u0254", + "m\u0254\u0301nd\u0254", + "s\u0254\u0301nd\u0254 maf\u00fa m\u00e1ba", + "s\u0254\u0301nd\u0254 maf\u00fa m\u00e1lal", + "s\u0254\u0301nd\u0254 maf\u00fa m\u00e1na", + "mab\u00e1g\u00e1 m\u00e1 sukul", + "s\u00e1sadi" + ], + "ERANAMES": [ + "B\u00f3 Lahl\u025b\u0304", + "Pfi\u025b Bur\u012b" + ], + "ERAS": [ + "BL", + "PB" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ngw\u025bn mat\u00e1hra", + "ngw\u025bn \u0144mba", + "ngw\u025bn \u0144lal", + "ngw\u025bn \u0144na", + "ngw\u025bn \u0144tan", + "ngw\u025bn \u0144tu\u00f3", + "ngw\u025bn h\u025bmbu\u025br\u00ed", + "ngw\u025bn l\u0254mbi", + "ngw\u025bn r\u025bbvu\u00e2", + "ngw\u025bn wum", + "ngw\u025bn wum nav\u01d4r", + "kr\u00edsimin" + ], + "SHORTDAY": [ + "s\u0254\u0301n", + "m\u0254\u0301n", + "smb", + "sml", + "smn", + "mbs", + "sas" + ], + "SHORTMONTH": [ + "ng1", + "ng2", + "ng3", + "ng4", + "ng5", + "ng6", + "ng7", + "ng8", + "ng9", + "ng10", + "ng11", + "kris" + ], + "STANDALONEMONTH": [ + "ngw\u025bn mat\u00e1hra", + "ngw\u025bn \u0144mba", + "ngw\u025bn \u0144lal", + "ngw\u025bn \u0144na", + "ngw\u025bn \u0144tan", + "ngw\u025bn \u0144tu\u00f3", + "ngw\u025bn h\u025bmbu\u025br\u00ed", + "ngw\u025bn l\u0254mbi", + "ngw\u025bn r\u025bbvu\u00e2", + "ngw\u025bn wum", + "ngw\u025bn wum nav\u01d4r", + "kr\u00edsimin" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "nmg", + "localeID": "nmg", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nn-no.js b/src/ngLocale/angular-locale_nn-no.js new file mode 100644 index 000000000000..15370bc072af --- /dev/null +++ b/src/ngLocale/angular-locale_nn-no.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "formiddag", + "ettermiddag" + ], + "DAY": [ + "s\u00f8ndag", + "m\u00e5ndag", + "tysdag", + "onsdag", + "torsdag", + "fredag", + "laurdag" + ], + "ERANAMES": [ + "f.Kr.", + "e.Kr." + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "s\u00f8.", + "m\u00e5.", + "ty.", + "on.", + "to.", + "fr.", + "la." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mars", + "apr.", + "mai", + "juni", + "juli", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "nn-no", + "localeID": "nn_NO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nn.js b/src/ngLocale/angular-locale_nn.js new file mode 100644 index 000000000000..2ca6886b29d3 --- /dev/null +++ b/src/ngLocale/angular-locale_nn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "formiddag", + "ettermiddag" + ], + "DAY": [ + "s\u00f8ndag", + "m\u00e5ndag", + "tysdag", + "onsdag", + "torsdag", + "fredag", + "laurdag" + ], + "ERANAMES": [ + "f.Kr.", + "e.Kr." + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "s\u00f8.", + "m\u00e5.", + "ty.", + "on.", + "to.", + "fr.", + "la." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mars", + "apr.", + "mai", + "juni", + "juli", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "nn", + "localeID": "nn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nnh-cm.js b/src/ngLocale/angular-locale_nnh-cm.js new file mode 100644 index 000000000000..9d3a3e29e4ea --- /dev/null +++ b/src/ngLocale/angular-locale_nnh-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "mba\u02bc\u00e1mba\u02bc", + "ncw\u00f2nz\u00e9m" + ], + "DAY": [ + "ly\u025b\u02bc\u025b\u0301 s\u1e85\u00ed\u014bt\u00e8", + "mvf\u00f2 ly\u025b\u030c\u02bc", + "mb\u0254\u0301\u0254nt\u00e8 mvf\u00f2 ly\u025b\u030c\u02bc", + "ts\u00e8ts\u025b\u0300\u025b ly\u025b\u030c\u02bc", + "mb\u0254\u0301\u0254nt\u00e8 tsets\u025b\u0300\u025b ly\u025b\u030c\u02bc", + "mvf\u00f2 m\u00e0ga ly\u025b\u030c\u02bc", + "m\u00e0ga ly\u025b\u030c\u02bc" + ], + "ERANAMES": [ + "m\u00e9 zy\u00e9 Y\u011bs\u00f4", + "m\u00e9 g\u00ffo \u0144zy\u00e9 Y\u011bs\u00f4" + ], + "ERAS": [ + "m.z.Y.", + "m.g.n.Y." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "sa\u014b tsets\u025b\u0300\u025b l\u00f9m", + "sa\u014b k\u00e0g ngw\u00f3\u014b", + "sa\u014b lepy\u00e8 sh\u00fam", + "sa\u014b c\u00ff\u00f3", + "sa\u014b ts\u025b\u0300\u025b c\u00ff\u00f3", + "sa\u014b nj\u00ffol\u00e1\u02bc", + "sa\u014b ty\u025b\u0300b ty\u025b\u0300b mb\u0289\u0300\u014b", + "sa\u014b mb\u0289\u0300\u014b", + "sa\u014b ngw\u0254\u0300\u02bc mb\u00ff\u025b", + "sa\u014b t\u00e0\u014ba tsets\u00e1\u02bc", + "sa\u014b mejwo\u014b\u00f3", + "sa\u014b l\u00f9m" + ], + "SHORTDAY": [ + "ly\u025b\u02bc\u025b\u0301 s\u1e85\u00ed\u014bt\u00e8", + "mvf\u00f2 ly\u025b\u030c\u02bc", + "mb\u0254\u0301\u0254nt\u00e8 mvf\u00f2 ly\u025b\u030c\u02bc", + "ts\u00e8ts\u025b\u0300\u025b ly\u025b\u030c\u02bc", + "mb\u0254\u0301\u0254nt\u00e8 tsets\u025b\u0300\u025b ly\u025b\u030c\u02bc", + "mvf\u00f2 m\u00e0ga ly\u025b\u030c\u02bc", + "m\u00e0ga ly\u025b\u030c\u02bc" + ], + "SHORTMONTH": [ + "sa\u014b tsets\u025b\u0300\u025b l\u00f9m", + "sa\u014b k\u00e0g ngw\u00f3\u014b", + "sa\u014b lepy\u00e8 sh\u00fam", + "sa\u014b c\u00ff\u00f3", + "sa\u014b ts\u025b\u0300\u025b c\u00ff\u00f3", + "sa\u014b nj\u00ffol\u00e1\u02bc", + "sa\u014b ty\u025b\u0300b ty\u025b\u0300b mb\u0289\u0300\u014b", + "sa\u014b mb\u0289\u0300\u014b", + "sa\u014b ngw\u0254\u0300\u02bc mb\u00ff\u025b", + "sa\u014b t\u00e0\u014ba tsets\u00e1\u02bc", + "sa\u014b mejwo\u014b\u00f3", + "sa\u014b l\u00f9m" + ], + "STANDALONEMONTH": [ + "sa\u014b tsets\u025b\u0300\u025b l\u00f9m", + "sa\u014b k\u00e0g ngw\u00f3\u014b", + "sa\u014b lepy\u00e8 sh\u00fam", + "sa\u014b c\u00ff\u00f3", + "sa\u014b ts\u025b\u0300\u025b c\u00ff\u00f3", + "sa\u014b nj\u00ffol\u00e1\u02bc", + "sa\u014b ty\u025b\u0300b ty\u025b\u0300b mb\u0289\u0300\u014b", + "sa\u014b mb\u0289\u0300\u014b", + "sa\u014b ngw\u0254\u0300\u02bc mb\u00ff\u025b", + "sa\u014b t\u00e0\u014ba tsets\u00e1\u02bc", + "sa\u014b mejwo\u014b\u00f3", + "sa\u014b l\u00f9m" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE , 'ly\u025b'\u030c\u02bc d 'na' MMMM, y", + "longDate": "'ly\u025b'\u030c\u02bc d 'na' MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nnh-cm", + "localeID": "nnh_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nnh.js b/src/ngLocale/angular-locale_nnh.js new file mode 100644 index 000000000000..28e4c761db92 --- /dev/null +++ b/src/ngLocale/angular-locale_nnh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "mba\u02bc\u00e1mba\u02bc", + "ncw\u00f2nz\u00e9m" + ], + "DAY": [ + "ly\u025b\u02bc\u025b\u0301 s\u1e85\u00ed\u014bt\u00e8", + "mvf\u00f2 ly\u025b\u030c\u02bc", + "mb\u0254\u0301\u0254nt\u00e8 mvf\u00f2 ly\u025b\u030c\u02bc", + "ts\u00e8ts\u025b\u0300\u025b ly\u025b\u030c\u02bc", + "mb\u0254\u0301\u0254nt\u00e8 tsets\u025b\u0300\u025b ly\u025b\u030c\u02bc", + "mvf\u00f2 m\u00e0ga ly\u025b\u030c\u02bc", + "m\u00e0ga ly\u025b\u030c\u02bc" + ], + "ERANAMES": [ + "m\u00e9 zy\u00e9 Y\u011bs\u00f4", + "m\u00e9 g\u00ffo \u0144zy\u00e9 Y\u011bs\u00f4" + ], + "ERAS": [ + "m.z.Y.", + "m.g.n.Y." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "sa\u014b tsets\u025b\u0300\u025b l\u00f9m", + "sa\u014b k\u00e0g ngw\u00f3\u014b", + "sa\u014b lepy\u00e8 sh\u00fam", + "sa\u014b c\u00ff\u00f3", + "sa\u014b ts\u025b\u0300\u025b c\u00ff\u00f3", + "sa\u014b nj\u00ffol\u00e1\u02bc", + "sa\u014b ty\u025b\u0300b ty\u025b\u0300b mb\u0289\u0300\u014b", + "sa\u014b mb\u0289\u0300\u014b", + "sa\u014b ngw\u0254\u0300\u02bc mb\u00ff\u025b", + "sa\u014b t\u00e0\u014ba tsets\u00e1\u02bc", + "sa\u014b mejwo\u014b\u00f3", + "sa\u014b l\u00f9m" + ], + "SHORTDAY": [ + "ly\u025b\u02bc\u025b\u0301 s\u1e85\u00ed\u014bt\u00e8", + "mvf\u00f2 ly\u025b\u030c\u02bc", + "mb\u0254\u0301\u0254nt\u00e8 mvf\u00f2 ly\u025b\u030c\u02bc", + "ts\u00e8ts\u025b\u0300\u025b ly\u025b\u030c\u02bc", + "mb\u0254\u0301\u0254nt\u00e8 tsets\u025b\u0300\u025b ly\u025b\u030c\u02bc", + "mvf\u00f2 m\u00e0ga ly\u025b\u030c\u02bc", + "m\u00e0ga ly\u025b\u030c\u02bc" + ], + "SHORTMONTH": [ + "sa\u014b tsets\u025b\u0300\u025b l\u00f9m", + "sa\u014b k\u00e0g ngw\u00f3\u014b", + "sa\u014b lepy\u00e8 sh\u00fam", + "sa\u014b c\u00ff\u00f3", + "sa\u014b ts\u025b\u0300\u025b c\u00ff\u00f3", + "sa\u014b nj\u00ffol\u00e1\u02bc", + "sa\u014b ty\u025b\u0300b ty\u025b\u0300b mb\u0289\u0300\u014b", + "sa\u014b mb\u0289\u0300\u014b", + "sa\u014b ngw\u0254\u0300\u02bc mb\u00ff\u025b", + "sa\u014b t\u00e0\u014ba tsets\u00e1\u02bc", + "sa\u014b mejwo\u014b\u00f3", + "sa\u014b l\u00f9m" + ], + "STANDALONEMONTH": [ + "sa\u014b tsets\u025b\u0300\u025b l\u00f9m", + "sa\u014b k\u00e0g ngw\u00f3\u014b", + "sa\u014b lepy\u00e8 sh\u00fam", + "sa\u014b c\u00ff\u00f3", + "sa\u014b ts\u025b\u0300\u025b c\u00ff\u00f3", + "sa\u014b nj\u00ffol\u00e1\u02bc", + "sa\u014b ty\u025b\u0300b ty\u025b\u0300b mb\u0289\u0300\u014b", + "sa\u014b mb\u0289\u0300\u014b", + "sa\u014b ngw\u0254\u0300\u02bc mb\u00ff\u025b", + "sa\u014b t\u00e0\u014ba tsets\u00e1\u02bc", + "sa\u014b mejwo\u014b\u00f3", + "sa\u014b l\u00f9m" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE , 'ly\u025b'\u030c\u02bc d 'na' MMMM, y", + "longDate": "'ly\u025b'\u030c\u02bc d 'na' MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "nnh", + "localeID": "nnh", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_no-no.js b/src/ngLocale/angular-locale_no-no.js new file mode 100644 index 000000000000..48b969e92a50 --- /dev/null +++ b/src/ngLocale/angular-locale_no-no.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "s\u00f8ndag", + "mandag", + "tirsdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f8rdag" + ], + "ERANAMES": [ + "f\u00f8r Kristus", + "etter Kristus" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "s\u00f8n.", + "man.", + "tir.", + "ons.", + "tor.", + "fre.", + "l\u00f8r." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "mai", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "no-no", + "localeID": "no_NO", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_no.js b/src/ngLocale/angular-locale_no.js index b7d82e9e9981..61c3b3d00c62 100644 --- a/src/ngLocale/angular-locale_no.js +++ b/src/ngLocale/angular-locale_no.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],"SHORTMONTH":["jan.","feb.","mars","apr.","mai","juni","juli","aug.","sep.","okt.","nov.","des."],"DAY":["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],"SHORTDAY":["søn.","man.","tir.","ons.","tor.","fre.","lør."],"AMPMS":["AM","PM"],"medium":"d. MMM y HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE d. MMMM y","longDate":"d. MMMM y","mediumDate":"d. MMM y","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"kr"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"no"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "s\u00f8ndag", + "mandag", + "tirsdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f8rdag" + ], + "ERANAMES": [ + "f\u00f8r Kristus", + "etter Kristus" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "SHORTDAY": [ + "s\u00f8n.", + "man.", + "tir.", + "ons.", + "tor.", + "fre.", + "l\u00f8r." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "mai", + "jun.", + "jul.", + "aug.", + "sep.", + "okt.", + "nov.", + "des." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "no", + "localeID": "no", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nus-ss.js b/src/ngLocale/angular-locale_nus-ss.js new file mode 100644 index 000000000000..d3824dcb427c --- /dev/null +++ b/src/ngLocale/angular-locale_nus-ss.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "RW", + "T\u014a" + ], + "DAY": [ + "C\u00e4\u014b ku\u0254th", + "Jiec la\u0331t", + "R\u025bw l\u00e4tni", + "Di\u0254\u0331k l\u00e4tni", + "\u014auaan l\u00e4tni", + "Dhieec l\u00e4tni", + "B\u00e4k\u025bl l\u00e4tni" + ], + "ERANAMES": [ + "A ka\u0331n Yecu ni dap", + "\u0190 ca Yecu dap" + ], + "ERAS": [ + "AY", + "\u0190Y" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Tiop thar p\u025bt", + "P\u025bt", + "Du\u0254\u0331\u0254\u0331\u014b", + "Guak", + "Du\u00e4t", + "Kornyoot", + "Pay yie\u0331tni", + "Tho\u0331o\u0331r", + "T\u025b\u025br", + "Laath", + "Kur", + "Tio\u0331p in di\u0331i\u0331t" + ], + "SHORTDAY": [ + "C\u00e4\u014b", + "Jiec", + "R\u025bw", + "Di\u0254\u0331k", + "\u014auaan", + "Dhieec", + "B\u00e4k\u025bl" + ], + "SHORTMONTH": [ + "Tiop", + "P\u025bt", + "Du\u0254\u0331\u0254\u0331", + "Guak", + "Du\u00e4", + "Kor", + "Pay", + "Thoo", + "T\u025b\u025b", + "Laa", + "Kur", + "Tid" + ], + "STANDALONEMONTH": [ + "Tiop thar p\u025bt", + "P\u025bt", + "Du\u0254\u0331\u0254\u0331\u014b", + "Guak", + "Du\u00e4t", + "Kornyoot", + "Pay yie\u0331tni", + "Tho\u0331o\u0331r", + "T\u025b\u025br", + "Laath", + "Kur", + "Tio\u0331p in di\u0331i\u0331t" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/MM/y h:mm a", + "shortDate": "d/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "nus-ss", + "localeID": "nus_SS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nus.js b/src/ngLocale/angular-locale_nus.js new file mode 100644 index 000000000000..351dff8786f9 --- /dev/null +++ b/src/ngLocale/angular-locale_nus.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "RW", + "T\u014a" + ], + "DAY": [ + "C\u00e4\u014b ku\u0254th", + "Jiec la\u0331t", + "R\u025bw l\u00e4tni", + "Di\u0254\u0331k l\u00e4tni", + "\u014auaan l\u00e4tni", + "Dhieec l\u00e4tni", + "B\u00e4k\u025bl l\u00e4tni" + ], + "ERANAMES": [ + "A ka\u0331n Yecu ni dap", + "\u0190 ca Yecu dap" + ], + "ERAS": [ + "AY", + "\u0190Y" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Tiop thar p\u025bt", + "P\u025bt", + "Du\u0254\u0331\u0254\u0331\u014b", + "Guak", + "Du\u00e4t", + "Kornyoot", + "Pay yie\u0331tni", + "Tho\u0331o\u0331r", + "T\u025b\u025br", + "Laath", + "Kur", + "Tio\u0331p in di\u0331i\u0331t" + ], + "SHORTDAY": [ + "C\u00e4\u014b", + "Jiec", + "R\u025bw", + "Di\u0254\u0331k", + "\u014auaan", + "Dhieec", + "B\u00e4k\u025bl" + ], + "SHORTMONTH": [ + "Tiop", + "P\u025bt", + "Du\u0254\u0331\u0254\u0331", + "Guak", + "Du\u00e4", + "Kor", + "Pay", + "Thoo", + "T\u025b\u025b", + "Laa", + "Kur", + "Tid" + ], + "STANDALONEMONTH": [ + "Tiop thar p\u025bt", + "P\u025bt", + "Du\u0254\u0331\u0254\u0331\u014b", + "Guak", + "Du\u00e4t", + "Kornyoot", + "Pay yie\u0331tni", + "Tho\u0331o\u0331r", + "T\u025b\u025br", + "Laath", + "Kur", + "Tio\u0331p in di\u0331i\u0331t" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/MM/y h:mm a", + "shortDate": "d/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "nus", + "localeID": "nus", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nyn-ug.js b/src/ngLocale/angular-locale_nyn-ug.js new file mode 100644 index 000000000000..946c8c144caa --- /dev/null +++ b/src/ngLocale/angular-locale_nyn-ug.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sande", + "Orwokubanza", + "Orwakabiri", + "Orwakashatu", + "Orwakana", + "Orwakataano", + "Orwamukaaga" + ], + "ERANAMES": [ + "Kurisito Atakaijire", + "Kurisito Yaijire" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Okwokubanza", + "Okwakabiri", + "Okwakashatu", + "Okwakana", + "Okwakataana", + "Okwamukaaga", + "Okwamushanju", + "Okwamunaana", + "Okwamwenda", + "Okwaikumi", + "Okwaikumi na kumwe", + "Okwaikumi na ibiri" + ], + "SHORTDAY": [ + "SAN", + "ORK", + "OKB", + "OKS", + "OKN", + "OKT", + "OMK" + ], + "SHORTMONTH": [ + "KBZ", + "KBR", + "KST", + "KKN", + "KTN", + "KMK", + "KMS", + "KMN", + "KMW", + "KKM", + "KNK", + "KNB" + ], + "STANDALONEMONTH": [ + "Okwokubanza", + "Okwakabiri", + "Okwakashatu", + "Okwakana", + "Okwakataana", + "Okwamukaaga", + "Okwamushanju", + "Okwamunaana", + "Okwamwenda", + "Okwaikumi", + "Okwaikumi na kumwe", + "Okwaikumi na ibiri" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "nyn-ug", + "localeID": "nyn_UG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_nyn.js b/src/ngLocale/angular-locale_nyn.js new file mode 100644 index 000000000000..856972932b44 --- /dev/null +++ b/src/ngLocale/angular-locale_nyn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sande", + "Orwokubanza", + "Orwakabiri", + "Orwakashatu", + "Orwakana", + "Orwakataano", + "Orwamukaaga" + ], + "ERANAMES": [ + "Kurisito Atakaijire", + "Kurisito Yaijire" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Okwokubanza", + "Okwakabiri", + "Okwakashatu", + "Okwakana", + "Okwakataana", + "Okwamukaaga", + "Okwamushanju", + "Okwamunaana", + "Okwamwenda", + "Okwaikumi", + "Okwaikumi na kumwe", + "Okwaikumi na ibiri" + ], + "SHORTDAY": [ + "SAN", + "ORK", + "OKB", + "OKS", + "OKN", + "OKT", + "OMK" + ], + "SHORTMONTH": [ + "KBZ", + "KBR", + "KST", + "KKN", + "KTN", + "KMK", + "KMS", + "KMN", + "KMW", + "KKM", + "KNK", + "KNB" + ], + "STANDALONEMONTH": [ + "Okwokubanza", + "Okwakabiri", + "Okwakashatu", + "Okwakana", + "Okwakataana", + "Okwamukaaga", + "Okwamushanju", + "Okwamunaana", + "Okwamwenda", + "Okwaikumi", + "Okwaikumi na kumwe", + "Okwaikumi na ibiri" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "nyn", + "localeID": "nyn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_om-et.js b/src/ngLocale/angular-locale_om-et.js new file mode 100644 index 000000000000..0adcf1b1c6ab --- /dev/null +++ b/src/ngLocale/angular-locale_om-et.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "WD", + "WB" + ], + "DAY": [ + "Dilbata", + "Wiixata", + "Qibxata", + "Roobii", + "Kamiisa", + "Jimaata", + "Sanbata" + ], + "ERANAMES": [ + "Dheengadda Jeesu", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Amajjii", + "Guraandhala", + "Bitooteessa", + "Elba", + "Caamsa", + "Waxabajjii", + "Adooleessa", + "Hagayya", + "Fuulbana", + "Onkololeessa", + "Sadaasa", + "Muddee" + ], + "SHORTDAY": [ + "Dil", + "Wix", + "Qib", + "Rob", + "Kam", + "Jim", + "San" + ], + "SHORTMONTH": [ + "Ama", + "Gur", + "Bit", + "Elb", + "Cam", + "Wax", + "Ado", + "Hag", + "Ful", + "Onk", + "Sad", + "Mud" + ], + "STANDALONEMONTH": [ + "Amajjii", + "Guraandhala", + "Bitooteessa", + "Elba", + "Caamsa", + "Waxabajjii", + "Adooleessa", + "Hagayya", + "Fuulbana", + "Onkololeessa", + "Sadaasa", + "Muddee" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Birr", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "om-et", + "localeID": "om_ET", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_om-ke.js b/src/ngLocale/angular-locale_om-ke.js new file mode 100644 index 000000000000..ba8e91f38121 --- /dev/null +++ b/src/ngLocale/angular-locale_om-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "WD", + "WB" + ], + "DAY": [ + "Dilbata", + "Wiixata", + "Qibxata", + "Roobii", + "Kamiisa", + "Jimaata", + "Sanbata" + ], + "ERANAMES": [ + "Dheengadda Jeesu", + "CE" + ], + "ERAS": [ + "KD", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Amajjii", + "Guraandhala", + "Bitooteessa", + "Elba", + "Caamsa", + "Waxabajjii", + "Adooleessa", + "Hagayya", + "Fuulbana", + "Onkololeessa", + "Sadaasa", + "Muddee" + ], + "SHORTDAY": [ + "Dil", + "Wix", + "Qib", + "Rob", + "Kam", + "Jim", + "San" + ], + "SHORTMONTH": [ + "Ama", + "Gur", + "Bit", + "Elb", + "Cam", + "Wax", + "Ado", + "Hag", + "Ful", + "Onk", + "Sad", + "Mud" + ], + "STANDALONEMONTH": [ + "Amajjii", + "Guraandhala", + "Bitooteessa", + "Elba", + "Caamsa", + "Waxabajjii", + "Adooleessa", + "Hagayya", + "Fuulbana", + "Onkololeessa", + "Sadaasa", + "Muddee" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y HH:mm:ss", + "mediumDate": "dd-MMM-y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "om-ke", + "localeID": "om_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_om.js b/src/ngLocale/angular-locale_om.js new file mode 100644 index 000000000000..ed44a7bc4e8c --- /dev/null +++ b/src/ngLocale/angular-locale_om.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "WD", + "WB" + ], + "DAY": [ + "Dilbata", + "Wiixata", + "Qibxata", + "Roobii", + "Kamiisa", + "Jimaata", + "Sanbata" + ], + "ERANAMES": [ + "Dheengadda Jeesu", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Amajjii", + "Guraandhala", + "Bitooteessa", + "Elba", + "Caamsa", + "Waxabajjii", + "Adooleessa", + "Hagayya", + "Fuulbana", + "Onkololeessa", + "Sadaasa", + "Muddee" + ], + "SHORTDAY": [ + "Dil", + "Wix", + "Qib", + "Rob", + "Kam", + "Jim", + "San" + ], + "SHORTMONTH": [ + "Ama", + "Gur", + "Bit", + "Elb", + "Cam", + "Wax", + "Ado", + "Hag", + "Ful", + "Onk", + "Sad", + "Mud" + ], + "STANDALONEMONTH": [ + "Amajjii", + "Guraandhala", + "Bitooteessa", + "Elba", + "Caamsa", + "Waxabajjii", + "Adooleessa", + "Hagayya", + "Fuulbana", + "Onkololeessa", + "Sadaasa", + "Muddee" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Birr", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "om", + "localeID": "om", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_or-in.js b/src/ngLocale/angular-locale_or-in.js index 2ffe7739037c..1e560908e9ba 100644 --- a/src/ngLocale/angular-locale_or-in.js +++ b/src/ngLocale/angular-locale_or-in.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["ଜାନୁଆରୀ","ଫେବ୍ରୁୟାରୀ","ମାର୍ଚ୍ଚ","ଅପ୍ରେଲ","ମେ","ଜୁନ","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"],"SHORTMONTH":["ଜାନୁଆରୀ","ଫେବ୍ରୁୟାରୀ","ମାର୍ଚ୍ଚ","ଅପ୍ରେଲ","ମେ","ଜୁନ","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"],"DAY":["ରବିବାର","ସୋମବାର","ମଙ୍ଗଳବାର","ବୁଧବାର","ଗୁରୁବାର","ଶୁକ୍ରବାର","ଶନିବାର"],"SHORTDAY":["ରବି","ସୋମ","ମଙ୍ଗଳ","ବୁଧ","ଗୁରୁ","ଶୁକ୍ର","ଶନି"],"AMPMS":["am","pm"],"medium":"d MMM y h:mm:ss a","short":"d-M-yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d-M-yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"or-in"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am", + "pm" + ], + "DAY": [ + "\u0b30\u0b2c\u0b3f\u0b2c\u0b3e\u0b30", + "\u0b38\u0b4b\u0b2e\u0b2c\u0b3e\u0b30", + "\u0b2e\u0b19\u0b4d\u0b17\u0b33\u0b2c\u0b3e\u0b30", + "\u0b2c\u0b41\u0b27\u0b2c\u0b3e\u0b30", + "\u0b17\u0b41\u0b30\u0b41\u0b2c\u0b3e\u0b30", + "\u0b36\u0b41\u0b15\u0b4d\u0b30\u0b2c\u0b3e\u0b30", + "\u0b36\u0b28\u0b3f\u0b2c\u0b3e\u0b30" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40", + "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "\u0b2e\u0b07", + "\u0b1c\u0b41\u0b28", + "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + ], + "SHORTDAY": [ + "\u0b30\u0b2c\u0b3f", + "\u0b38\u0b4b\u0b2e", + "\u0b2e\u0b19\u0b4d\u0b17\u0b33", + "\u0b2c\u0b41\u0b27", + "\u0b17\u0b41\u0b30\u0b41", + "\u0b36\u0b41\u0b15\u0b4d\u0b30", + "\u0b36\u0b28\u0b3f" + ], + "SHORTMONTH": [ + "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40", + "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "\u0b2e\u0b07", + "\u0b1c\u0b41\u0b28", + "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + ], + "STANDALONEMONTH": [ + "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40", + "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "\u0b2e\u0b07", + "\u0b1c\u0b41\u0b28", + "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d-M-yy h:mm a", + "shortDate": "d-M-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "or-in", + "localeID": "or_IN", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_or.js b/src/ngLocale/angular-locale_or.js index 9b85988b1410..9e4623524bc7 100644 --- a/src/ngLocale/angular-locale_or.js +++ b/src/ngLocale/angular-locale_or.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ଜାନୁଆରୀ","ଫେବ୍ରୁୟାରୀ","ମାର୍ଚ୍ଚ","ଅପ୍ରେଲ","ମେ","ଜୁନ","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"],"SHORTMONTH":["ଜାନୁଆରୀ","ଫେବ୍ରୁୟାରୀ","ମାର୍ଚ୍ଚ","ଅପ୍ରେଲ","ମେ","ଜୁନ","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"],"DAY":["ରବିବାର","ସୋମବାର","ମଙ୍ଗଳବାର","ବୁଧବାର","ଗୁରୁବାର","ଶୁକ୍ରବାର","ଶନିବାର"],"SHORTDAY":["ରବି","ସୋମ","ମଙ୍ଗଳ","ବୁଧ","ଗୁରୁ","ଶୁକ୍ର","ଶନି"],"AMPMS":["am","pm"],"medium":"d MMM y h:mm:ss a","short":"d-M-yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d-M-yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"or"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "am", + "pm" + ], + "DAY": [ + "\u0b30\u0b2c\u0b3f\u0b2c\u0b3e\u0b30", + "\u0b38\u0b4b\u0b2e\u0b2c\u0b3e\u0b30", + "\u0b2e\u0b19\u0b4d\u0b17\u0b33\u0b2c\u0b3e\u0b30", + "\u0b2c\u0b41\u0b27\u0b2c\u0b3e\u0b30", + "\u0b17\u0b41\u0b30\u0b41\u0b2c\u0b3e\u0b30", + "\u0b36\u0b41\u0b15\u0b4d\u0b30\u0b2c\u0b3e\u0b30", + "\u0b36\u0b28\u0b3f\u0b2c\u0b3e\u0b30" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40", + "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "\u0b2e\u0b07", + "\u0b1c\u0b41\u0b28", + "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + ], + "SHORTDAY": [ + "\u0b30\u0b2c\u0b3f", + "\u0b38\u0b4b\u0b2e", + "\u0b2e\u0b19\u0b4d\u0b17\u0b33", + "\u0b2c\u0b41\u0b27", + "\u0b17\u0b41\u0b30\u0b41", + "\u0b36\u0b41\u0b15\u0b4d\u0b30", + "\u0b36\u0b28\u0b3f" + ], + "SHORTMONTH": [ + "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40", + "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "\u0b2e\u0b07", + "\u0b1c\u0b41\u0b28", + "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + ], + "STANDALONEMONTH": [ + "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40", + "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "\u0b2e\u0b07", + "\u0b1c\u0b41\u0b28", + "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d-M-yy h:mm a", + "shortDate": "d-M-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "or", + "localeID": "or", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_os-ge.js b/src/ngLocale/angular-locale_os-ge.js new file mode 100644 index 000000000000..e9020122393f --- /dev/null +++ b/src/ngLocale/angular-locale_os-ge.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u04d5\u043c\u0431\u0438\u0441\u0431\u043e\u043d\u044b \u0440\u0430\u0437\u043c\u04d5", + "\u04d5\u043c\u0431\u0438\u0441\u0431\u043e\u043d\u044b \u0444\u04d5\u0441\u0442\u04d5" + ], + "DAY": [ + "\u0445\u0443\u044b\u0446\u0430\u0443\u0431\u043e\u043d", + "\u043a\u044a\u0443\u044b\u0440\u0438\u0441\u04d5\u0440", + "\u0434\u044b\u0446\u0446\u04d5\u0433", + "\u04d5\u0440\u0442\u044b\u0446\u0446\u04d5\u0433", + "\u0446\u044b\u043f\u043f\u04d5\u0440\u04d5\u043c", + "\u043c\u0430\u0439\u0440\u04d5\u043c\u0431\u043e\u043d", + "\u0441\u0430\u0431\u0430\u0442" + ], + "ERANAMES": [ + "\u043d.\u0434.\u0430.", + "\u043d.\u0434." + ], + "ERAS": [ + "\u043d.\u0434.\u0430.", + "\u043d.\u0434." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044b", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044b", + "\u043c\u0430\u0440\u0442\u044a\u0438\u0439\u044b", + "\u0430\u043f\u0440\u0435\u043b\u044b", + "\u043c\u0430\u0439\u044b", + "\u0438\u044e\u043d\u044b", + "\u0438\u044e\u043b\u044b", + "\u0430\u0432\u0433\u0443\u0441\u0442\u044b", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044b", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044b", + "\u043d\u043e\u044f\u0431\u0440\u044b", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044b" + ], + "SHORTDAY": [ + "\u0445\u0446\u0431", + "\u043a\u0440\u0441", + "\u0434\u0446\u0433", + "\u04d5\u0440\u0442", + "\u0446\u043f\u0440", + "\u043c\u0440\u0431", + "\u0441\u0431\u0442" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0439\u044b", + "\u0438\u044e\u043d\u044b", + "\u0438\u044e\u043b\u044b", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u042f\u043d\u0432\u0430\u0440\u044c", + "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", + "\u041c\u0430\u0440\u0442\u044a\u0438", + "\u0410\u043f\u0440\u0435\u043b\u044c", + "\u041c\u0430\u0439", + "\u0418\u044e\u043d\u044c", + "\u0418\u044e\u043b\u044c", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u041d\u043e\u044f\u0431\u0440\u044c", + "\u0414\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y '\u0430\u0437'", + "longDate": "d MMMM, y '\u0430\u0437'", + "medium": "dd MMM y '\u0430\u0437' HH:mm:ss", + "mediumDate": "dd MMM y '\u0430\u0437'", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GEL", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "os-ge", + "localeID": "os_GE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_os-ru.js b/src/ngLocale/angular-locale_os-ru.js new file mode 100644 index 000000000000..c31981c48da0 --- /dev/null +++ b/src/ngLocale/angular-locale_os-ru.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u04d5\u043c\u0431\u0438\u0441\u0431\u043e\u043d\u044b \u0440\u0430\u0437\u043c\u04d5", + "\u04d5\u043c\u0431\u0438\u0441\u0431\u043e\u043d\u044b \u0444\u04d5\u0441\u0442\u04d5" + ], + "DAY": [ + "\u0445\u0443\u044b\u0446\u0430\u0443\u0431\u043e\u043d", + "\u043a\u044a\u0443\u044b\u0440\u0438\u0441\u04d5\u0440", + "\u0434\u044b\u0446\u0446\u04d5\u0433", + "\u04d5\u0440\u0442\u044b\u0446\u0446\u04d5\u0433", + "\u0446\u044b\u043f\u043f\u04d5\u0440\u04d5\u043c", + "\u043c\u0430\u0439\u0440\u04d5\u043c\u0431\u043e\u043d", + "\u0441\u0430\u0431\u0430\u0442" + ], + "ERANAMES": [ + "\u043d.\u0434.\u0430.", + "\u043d.\u0434." + ], + "ERAS": [ + "\u043d.\u0434.\u0430.", + "\u043d.\u0434." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044b", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044b", + "\u043c\u0430\u0440\u0442\u044a\u0438\u0439\u044b", + "\u0430\u043f\u0440\u0435\u043b\u044b", + "\u043c\u0430\u0439\u044b", + "\u0438\u044e\u043d\u044b", + "\u0438\u044e\u043b\u044b", + "\u0430\u0432\u0433\u0443\u0441\u0442\u044b", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044b", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044b", + "\u043d\u043e\u044f\u0431\u0440\u044b", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044b" + ], + "SHORTDAY": [ + "\u0445\u0446\u0431", + "\u043a\u0440\u0441", + "\u0434\u0446\u0433", + "\u04d5\u0440\u0442", + "\u0446\u043f\u0440", + "\u043c\u0440\u0431", + "\u0441\u0431\u0442" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0439\u044b", + "\u0438\u044e\u043d\u044b", + "\u0438\u044e\u043b\u044b", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u042f\u043d\u0432\u0430\u0440\u044c", + "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", + "\u041c\u0430\u0440\u0442\u044a\u0438", + "\u0410\u043f\u0440\u0435\u043b\u044c", + "\u041c\u0430\u0439", + "\u0418\u044e\u043d\u044c", + "\u0418\u044e\u043b\u044c", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u041d\u043e\u044f\u0431\u0440\u044c", + "\u0414\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y '\u0430\u0437'", + "longDate": "d MMMM, y '\u0430\u0437'", + "medium": "dd MMM y '\u0430\u0437' HH:mm:ss", + "mediumDate": "dd MMM y '\u0430\u0437'", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bd", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "os-ru", + "localeID": "os_RU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_os.js b/src/ngLocale/angular-locale_os.js new file mode 100644 index 000000000000..1ac44eae69e7 --- /dev/null +++ b/src/ngLocale/angular-locale_os.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u04d5\u043c\u0431\u0438\u0441\u0431\u043e\u043d\u044b \u0440\u0430\u0437\u043c\u04d5", + "\u04d5\u043c\u0431\u0438\u0441\u0431\u043e\u043d\u044b \u0444\u04d5\u0441\u0442\u04d5" + ], + "DAY": [ + "\u0445\u0443\u044b\u0446\u0430\u0443\u0431\u043e\u043d", + "\u043a\u044a\u0443\u044b\u0440\u0438\u0441\u04d5\u0440", + "\u0434\u044b\u0446\u0446\u04d5\u0433", + "\u04d5\u0440\u0442\u044b\u0446\u0446\u04d5\u0433", + "\u0446\u044b\u043f\u043f\u04d5\u0440\u04d5\u043c", + "\u043c\u0430\u0439\u0440\u04d5\u043c\u0431\u043e\u043d", + "\u0441\u0430\u0431\u0430\u0442" + ], + "ERANAMES": [ + "\u043d.\u0434.\u0430.", + "\u043d.\u0434." + ], + "ERAS": [ + "\u043d.\u0434.\u0430.", + "\u043d.\u0434." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044b", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044b", + "\u043c\u0430\u0440\u0442\u044a\u0438\u0439\u044b", + "\u0430\u043f\u0440\u0435\u043b\u044b", + "\u043c\u0430\u0439\u044b", + "\u0438\u044e\u043d\u044b", + "\u0438\u044e\u043b\u044b", + "\u0430\u0432\u0433\u0443\u0441\u0442\u044b", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044b", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044b", + "\u043d\u043e\u044f\u0431\u0440\u044b", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044b" + ], + "SHORTDAY": [ + "\u0445\u0446\u0431", + "\u043a\u0440\u0441", + "\u0434\u0446\u0433", + "\u04d5\u0440\u0442", + "\u0446\u043f\u0440", + "\u043c\u0440\u0431", + "\u0441\u0431\u0442" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0439\u044b", + "\u0438\u044e\u043d\u044b", + "\u0438\u044e\u043b\u044b", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u042f\u043d\u0432\u0430\u0440\u044c", + "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", + "\u041c\u0430\u0440\u0442\u044a\u0438", + "\u0410\u043f\u0440\u0435\u043b\u044c", + "\u041c\u0430\u0439", + "\u0418\u044e\u043d\u044c", + "\u0418\u044e\u043b\u044c", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u041d\u043e\u044f\u0431\u0440\u044c", + "\u0414\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y '\u0430\u0437'", + "longDate": "d MMMM, y '\u0430\u0437'", + "medium": "dd MMM y '\u0430\u0437' HH:mm:ss", + "mediumDate": "dd MMM y '\u0430\u0437'", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "GEL", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "os", + "localeID": "os", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pa-arab-pk.js b/src/ngLocale/angular-locale_pa-arab-pk.js new file mode 100644 index 000000000000..fd36b6c3120d --- /dev/null +++ b/src/ngLocale/angular-locale_pa-arab-pk.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u067e\u06cc\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u064f\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "ERANAMES": [ + "\u0627\u064a\u0633\u0627\u067e\u0648\u0631\u0648", + "\u0633\u06ba" + ], + "ERAS": [ + "\u0627\u064a\u0633\u0627\u067e\u0648\u0631\u0648", + "\u0633\u06ba" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u067e\u06cc\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u064f\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "pa-arab-pk", + "localeID": "pa_Arab_PK", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pa-arab.js b/src/ngLocale/angular-locale_pa-arab.js new file mode 100644 index 000000000000..5ddf75247a10 --- /dev/null +++ b/src/ngLocale/angular-locale_pa-arab.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u067e\u06cc\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u064f\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "ERANAMES": [ + "\u0627\u064a\u0633\u0627\u067e\u0648\u0631\u0648", + "\u0633\u06ba" + ], + "ERAS": [ + "\u0627\u064a\u0633\u0627\u067e\u0648\u0631\u0648", + "\u0633\u06ba" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u067e\u06cc\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u064f\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "pa-arab", + "localeID": "pa_Arab", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pa-guru-in.js b/src/ngLocale/angular-locale_pa-guru-in.js new file mode 100644 index 000000000000..a1378f2af972 --- /dev/null +++ b/src/ngLocale/angular-locale_pa-guru-in.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0a2a\u0a42.\u0a26\u0a41.", + "\u0a2c\u0a3e.\u0a26\u0a41." + ], + "DAY": [ + "\u0a10\u0a24\u0a35\u0a3e\u0a30", + "\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30", + "\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30", + "\u0a2c\u0a41\u0a71\u0a27\u0a35\u0a3e\u0a30", + "\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30", + "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30", + "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30\u0a35\u0a3e\u0a30" + ], + "ERANAMES": [ + "\u0a08\u0a38\u0a35\u0a40 \u0a2a\u0a42\u0a30\u0a35", + "\u0a08\u0a38\u0a35\u0a40 \u0a38\u0a70\u0a28" + ], + "ERAS": [ + "\u0a08. \u0a2a\u0a42.", + "\u0a38\u0a70\u0a28" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0a1c\u0a28\u0a35\u0a30\u0a40", + "\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40", + "\u0a2e\u0a3e\u0a30\u0a1a", + "\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32", + "\u0a2e\u0a08", + "\u0a1c\u0a42\u0a28", + "\u0a1c\u0a41\u0a32\u0a3e\u0a08", + "\u0a05\u0a17\u0a38\u0a24", + "\u0a38\u0a24\u0a70\u0a2c\u0a30", + "\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30", + "\u0a28\u0a35\u0a70\u0a2c\u0a30", + "\u0a26\u0a38\u0a70\u0a2c\u0a30" + ], + "SHORTDAY": [ + "\u0a10\u0a24", + "\u0a38\u0a4b\u0a2e", + "\u0a2e\u0a70\u0a17\u0a32", + "\u0a2c\u0a41\u0a71\u0a27", + "\u0a35\u0a40\u0a30", + "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30", + "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30" + ], + "SHORTMONTH": [ + "\u0a1c\u0a28", + "\u0a2b\u0a3c\u0a30", + "\u0a2e\u0a3e\u0a30\u0a1a", + "\u0a05\u0a2a\u0a4d\u0a30\u0a48", + "\u0a2e\u0a08", + "\u0a1c\u0a42\u0a28", + "\u0a1c\u0a41\u0a32\u0a3e", + "\u0a05\u0a17", + "\u0a38\u0a24\u0a70", + "\u0a05\u0a15\u0a24\u0a42", + "\u0a28\u0a35\u0a70", + "\u0a26\u0a38\u0a70" + ], + "STANDALONEMONTH": [ + "\u0a1c\u0a28\u0a35\u0a30\u0a40", + "\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40", + "\u0a2e\u0a3e\u0a30\u0a1a", + "\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32", + "\u0a2e\u0a08", + "\u0a1c\u0a42\u0a28", + "\u0a1c\u0a41\u0a32\u0a3e\u0a08", + "\u0a05\u0a17\u0a38\u0a24", + "\u0a38\u0a24\u0a70\u0a2c\u0a30", + "\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30", + "\u0a28\u0a35\u0a70\u0a2c\u0a30", + "\u0a26\u0a38\u0a70\u0a2c\u0a30" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "pa-guru-in", + "localeID": "pa_Guru_IN", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pa-guru.js b/src/ngLocale/angular-locale_pa-guru.js new file mode 100644 index 000000000000..1b470081daeb --- /dev/null +++ b/src/ngLocale/angular-locale_pa-guru.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0a2a\u0a42.\u0a26\u0a41.", + "\u0a2c\u0a3e.\u0a26\u0a41." + ], + "DAY": [ + "\u0a10\u0a24\u0a35\u0a3e\u0a30", + "\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30", + "\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30", + "\u0a2c\u0a41\u0a71\u0a27\u0a35\u0a3e\u0a30", + "\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30", + "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30", + "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30\u0a35\u0a3e\u0a30" + ], + "ERANAMES": [ + "\u0a08\u0a38\u0a35\u0a40 \u0a2a\u0a42\u0a30\u0a35", + "\u0a08\u0a38\u0a35\u0a40 \u0a38\u0a70\u0a28" + ], + "ERAS": [ + "\u0a08. \u0a2a\u0a42.", + "\u0a38\u0a70\u0a28" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0a1c\u0a28\u0a35\u0a30\u0a40", + "\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40", + "\u0a2e\u0a3e\u0a30\u0a1a", + "\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32", + "\u0a2e\u0a08", + "\u0a1c\u0a42\u0a28", + "\u0a1c\u0a41\u0a32\u0a3e\u0a08", + "\u0a05\u0a17\u0a38\u0a24", + "\u0a38\u0a24\u0a70\u0a2c\u0a30", + "\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30", + "\u0a28\u0a35\u0a70\u0a2c\u0a30", + "\u0a26\u0a38\u0a70\u0a2c\u0a30" + ], + "SHORTDAY": [ + "\u0a10\u0a24", + "\u0a38\u0a4b\u0a2e", + "\u0a2e\u0a70\u0a17\u0a32", + "\u0a2c\u0a41\u0a71\u0a27", + "\u0a35\u0a40\u0a30", + "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30", + "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30" + ], + "SHORTMONTH": [ + "\u0a1c\u0a28", + "\u0a2b\u0a3c\u0a30", + "\u0a2e\u0a3e\u0a30\u0a1a", + "\u0a05\u0a2a\u0a4d\u0a30\u0a48", + "\u0a2e\u0a08", + "\u0a1c\u0a42\u0a28", + "\u0a1c\u0a41\u0a32\u0a3e", + "\u0a05\u0a17", + "\u0a38\u0a24\u0a70", + "\u0a05\u0a15\u0a24\u0a42", + "\u0a28\u0a35\u0a70", + "\u0a26\u0a38\u0a70" + ], + "STANDALONEMONTH": [ + "\u0a1c\u0a28\u0a35\u0a30\u0a40", + "\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40", + "\u0a2e\u0a3e\u0a30\u0a1a", + "\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32", + "\u0a2e\u0a08", + "\u0a1c\u0a42\u0a28", + "\u0a1c\u0a41\u0a32\u0a3e\u0a08", + "\u0a05\u0a17\u0a38\u0a24", + "\u0a38\u0a24\u0a70\u0a2c\u0a30", + "\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30", + "\u0a28\u0a35\u0a70\u0a2c\u0a30", + "\u0a26\u0a38\u0a70\u0a2c\u0a30" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "pa-guru", + "localeID": "pa_Guru", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pa.js b/src/ngLocale/angular-locale_pa.js new file mode 100644 index 000000000000..b1d9d51539dc --- /dev/null +++ b/src/ngLocale/angular-locale_pa.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0a2a\u0a42.\u0a26\u0a41.", + "\u0a2c\u0a3e.\u0a26\u0a41." + ], + "DAY": [ + "\u0a10\u0a24\u0a35\u0a3e\u0a30", + "\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30", + "\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30", + "\u0a2c\u0a41\u0a71\u0a27\u0a35\u0a3e\u0a30", + "\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30", + "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30", + "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30\u0a35\u0a3e\u0a30" + ], + "ERANAMES": [ + "\u0a08\u0a38\u0a35\u0a40 \u0a2a\u0a42\u0a30\u0a35", + "\u0a08\u0a38\u0a35\u0a40 \u0a38\u0a70\u0a28" + ], + "ERAS": [ + "\u0a08. \u0a2a\u0a42.", + "\u0a38\u0a70\u0a28" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0a1c\u0a28\u0a35\u0a30\u0a40", + "\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40", + "\u0a2e\u0a3e\u0a30\u0a1a", + "\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32", + "\u0a2e\u0a08", + "\u0a1c\u0a42\u0a28", + "\u0a1c\u0a41\u0a32\u0a3e\u0a08", + "\u0a05\u0a17\u0a38\u0a24", + "\u0a38\u0a24\u0a70\u0a2c\u0a30", + "\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30", + "\u0a28\u0a35\u0a70\u0a2c\u0a30", + "\u0a26\u0a38\u0a70\u0a2c\u0a30" + ], + "SHORTDAY": [ + "\u0a10\u0a24", + "\u0a38\u0a4b\u0a2e", + "\u0a2e\u0a70\u0a17\u0a32", + "\u0a2c\u0a41\u0a71\u0a27", + "\u0a35\u0a40\u0a30", + "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30", + "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30" + ], + "SHORTMONTH": [ + "\u0a1c\u0a28", + "\u0a2b\u0a3c\u0a30", + "\u0a2e\u0a3e\u0a30\u0a1a", + "\u0a05\u0a2a\u0a4d\u0a30\u0a48", + "\u0a2e\u0a08", + "\u0a1c\u0a42\u0a28", + "\u0a1c\u0a41\u0a32\u0a3e", + "\u0a05\u0a17", + "\u0a38\u0a24\u0a70", + "\u0a05\u0a15\u0a24\u0a42", + "\u0a28\u0a35\u0a70", + "\u0a26\u0a38\u0a70" + ], + "STANDALONEMONTH": [ + "\u0a1c\u0a28\u0a35\u0a30\u0a40", + "\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40", + "\u0a2e\u0a3e\u0a30\u0a1a", + "\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32", + "\u0a2e\u0a08", + "\u0a1c\u0a42\u0a28", + "\u0a1c\u0a41\u0a32\u0a3e\u0a08", + "\u0a05\u0a17\u0a38\u0a24", + "\u0a38\u0a24\u0a70\u0a2c\u0a30", + "\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30", + "\u0a28\u0a35\u0a70\u0a2c\u0a30", + "\u0a26\u0a38\u0a70\u0a2c\u0a30" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "pa", + "localeID": "pa", + "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pl-pl.js b/src/ngLocale/angular-locale_pl-pl.js index 18577a258aed..3ff2180ecc0a 100644 --- a/src/ngLocale/angular-locale_pl-pl.js +++ b/src/ngLocale/angular-locale_pl-pl.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"zł"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || n != 1 && (n % 10) == 1 || ((n % 10) >= 5 && (n % 10) <= 9 || (n % 100) >= 12 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"],"SHORTMONTH":["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],"DAY":["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],"SHORTDAY":["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd.MM.yyyy HH:mm","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd.MM.yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"pl-pl"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "niedziela", + "poniedzia\u0142ek", + "wtorek", + "\u015broda", + "czwartek", + "pi\u0105tek", + "sobota" + ], + "ERANAMES": [ + "przed nasz\u0105 er\u0105", + "naszej ery" + ], + "ERAS": [ + "p.n.e.", + "n.e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "stycznia", + "lutego", + "marca", + "kwietnia", + "maja", + "czerwca", + "lipca", + "sierpnia", + "wrze\u015bnia", + "pa\u017adziernika", + "listopada", + "grudnia" + ], + "SHORTDAY": [ + "niedz.", + "pon.", + "wt.", + "\u015br.", + "czw.", + "pt.", + "sob." + ], + "SHORTMONTH": [ + "sty", + "lut", + "mar", + "kwi", + "maj", + "cze", + "lip", + "sie", + "wrz", + "pa\u017a", + "lis", + "gru" + ], + "STANDALONEMONTH": [ + "stycze\u0144", + "luty", + "marzec", + "kwiecie\u0144", + "maj", + "czerwiec", + "lipiec", + "sierpie\u0144", + "wrzesie\u0144", + "pa\u017adziernik", + "listopad", + "grudzie\u0144" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "z\u0142", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pl-pl", + "localeID": "pl_PL", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i != 1 && i % 10 >= 0 && i % 10 <= 1 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 12 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pl.js b/src/ngLocale/angular-locale_pl.js index 7cd5aeaa8030..5816af8aa0e1 100644 --- a/src/ngLocale/angular-locale_pl.js +++ b/src/ngLocale/angular-locale_pl.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"],"SHORTMONTH":["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],"DAY":["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],"SHORTDAY":["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd.MM.yyyy HH:mm","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd.MM.yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"zł"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || n != 1 && (n % 10) == 1 || ((n % 10) >= 5 && (n % 10) <= 9 || (n % 100) >= 12 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"id":"pl"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "niedziela", + "poniedzia\u0142ek", + "wtorek", + "\u015broda", + "czwartek", + "pi\u0105tek", + "sobota" + ], + "ERANAMES": [ + "przed nasz\u0105 er\u0105", + "naszej ery" + ], + "ERAS": [ + "p.n.e.", + "n.e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "stycznia", + "lutego", + "marca", + "kwietnia", + "maja", + "czerwca", + "lipca", + "sierpnia", + "wrze\u015bnia", + "pa\u017adziernika", + "listopada", + "grudnia" + ], + "SHORTDAY": [ + "niedz.", + "pon.", + "wt.", + "\u015br.", + "czw.", + "pt.", + "sob." + ], + "SHORTMONTH": [ + "sty", + "lut", + "mar", + "kwi", + "maj", + "cze", + "lip", + "sie", + "wrz", + "pa\u017a", + "lis", + "gru" + ], + "STANDALONEMONTH": [ + "stycze\u0144", + "luty", + "marzec", + "kwiecie\u0144", + "maj", + "czerwiec", + "lipiec", + "sierpie\u0144", + "wrzesie\u0144", + "pa\u017adziernik", + "listopad", + "grudzie\u0144" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "z\u0142", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pl", + "localeID": "pl", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i != 1 && i % 10 >= 0 && i % 10 <= 1 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 12 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_prg-001.js b/src/ngLocale/angular-locale_prg-001.js new file mode 100644 index 000000000000..672f9b1a895f --- /dev/null +++ b/src/ngLocale/angular-locale_prg-001.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ankst\u0101inan", + "pa pussideinan" + ], + "DAY": [ + "nad\u012bli", + "panad\u012bli", + "wisas\u012bdis", + "pussisawaiti", + "ketwirtiks", + "p\u0113ntniks", + "sabattika" + ], + "ERANAMES": [ + "BC", + "AD" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "rags", + "wassarins", + "p\u016blis", + "sakkis", + "zallaws", + "s\u012bmenis", + "l\u012bpa", + "daggis", + "sillins", + "spallins", + "lapkr\u016btis", + "sallaws" + ], + "SHORTDAY": [ + "nad", + "pan", + "wis", + "pus", + "ket", + "p\u0113n", + "sab" + ], + "SHORTMONTH": [ + "rag", + "was", + "p\u016bl", + "sak", + "zal", + "s\u012bm", + "l\u012bp", + "dag", + "sil", + "spa", + "lap", + "sal" + ], + "STANDALONEMONTH": [ + "rags", + "wassarins", + "p\u016blis", + "sakkis", + "zallaws", + "s\u012bmenis", + "l\u012bpa", + "daggis", + "sillins", + "spallins", + "lapkr\u016btis", + "sallaws" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y 'mettas' d. MMMM", + "longDate": "y 'mettas' d. MMMM", + "medium": "dd.MM 'st'. y HH:mm:ss", + "mediumDate": "dd.MM 'st'. y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "prg-001", + "localeID": "prg_001", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_prg.js b/src/ngLocale/angular-locale_prg.js new file mode 100644 index 000000000000..d2023c87eeca --- /dev/null +++ b/src/ngLocale/angular-locale_prg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ankst\u0101inan", + "pa pussideinan" + ], + "DAY": [ + "nad\u012bli", + "panad\u012bli", + "wisas\u012bdis", + "pussisawaiti", + "ketwirtiks", + "p\u0113ntniks", + "sabattika" + ], + "ERANAMES": [ + "BC", + "AD" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "rags", + "wassarins", + "p\u016blis", + "sakkis", + "zallaws", + "s\u012bmenis", + "l\u012bpa", + "daggis", + "sillins", + "spallins", + "lapkr\u016btis", + "sallaws" + ], + "SHORTDAY": [ + "nad", + "pan", + "wis", + "pus", + "ket", + "p\u0113n", + "sab" + ], + "SHORTMONTH": [ + "rag", + "was", + "p\u016bl", + "sak", + "zal", + "s\u012bm", + "l\u012bp", + "dag", + "sil", + "spa", + "lap", + "sal" + ], + "STANDALONEMONTH": [ + "rags", + "wassarins", + "p\u016blis", + "sakkis", + "zallaws", + "s\u012bmenis", + "l\u012bpa", + "daggis", + "sillins", + "spallins", + "lapkr\u016btis", + "sallaws" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, y 'mettas' d. MMMM", + "longDate": "y 'mettas' d. MMMM", + "medium": "dd.MM 'st'. y HH:mm:ss", + "mediumDate": "dd.MM 'st'. y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "prg", + "localeID": "prg", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ps-af.js b/src/ngLocale/angular-locale_ps-af.js new file mode 100644 index 000000000000..ebc0b1ac0bf6 --- /dev/null +++ b/src/ngLocale/angular-locale_ps-af.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u063a.\u0645.", + "\u063a.\u0648." + ], + "DAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "ERANAMES": [ + "\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0693\u0627\u0646\u062f\u06d0", + "\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0631\u0648\u0633\u062a\u0647" + ], + "ERAS": [ + "\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0648\u0693\u0627\u0646\u062f\u06d0", + "\u0645." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u064a", + "\u0641\u0628\u0631\u0648\u0631\u064a", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cd", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06ab\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648\u0631\u064a", + "\u0641\u0628\u0631\u0648\u0631\u064a", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cd", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06ab\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u064a", + "\u0641\u0628\u0631\u0648\u0631\u064a", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cd", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06ab\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 3, + 4 + ], + "fullDate": "EEEE \u062f y \u062f MMMM d", + "longDate": "\u062f y \u062f MMMM d", + "medium": "y MMM d H:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "H:mm:ss", + "short": "y/M/d H:mm", + "shortDate": "y/M/d", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Af.", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ps-af", + "localeID": "ps_AF", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ps.js b/src/ngLocale/angular-locale_ps.js new file mode 100644 index 000000000000..66eb24591550 --- /dev/null +++ b/src/ngLocale/angular-locale_ps.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u063a.\u0645.", + "\u063a.\u0648." + ], + "DAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "ERANAMES": [ + "\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0693\u0627\u0646\u062f\u06d0", + "\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0631\u0648\u0633\u062a\u0647" + ], + "ERAS": [ + "\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0648\u0693\u0627\u0646\u062f\u06d0", + "\u0645." + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u064a", + "\u0641\u0628\u0631\u0648\u0631\u064a", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cd", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06ab\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648\u0631\u064a", + "\u0641\u0628\u0631\u0648\u0631\u064a", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cd", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06ab\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u064a", + "\u0641\u0628\u0631\u0648\u0631\u064a", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cd", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06ab\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 3, + 4 + ], + "fullDate": "EEEE \u062f y \u062f MMMM d", + "longDate": "\u062f y \u062f MMMM d", + "medium": "y MMM d H:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "H:mm:ss", + "short": "y/M/d H:mm", + "shortDate": "y/M/d", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Af.", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ps", + "localeID": "ps", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-ao.js b/src/ngLocale/angular-locale_pt-ao.js new file mode 100644 index 000000000000..164609a5a732 --- /dev/null +++ b/src/ngLocale/angular-locale_pt-ao.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Kz", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-ao", + "localeID": "pt_AO", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-br.js b/src/ngLocale/angular-locale_pt-br.js index 3568156b1f15..0e2332a3aaf3 100644 --- a/src/ngLocale/angular-locale_pt-br.js +++ b/src/ngLocale/angular-locale_pt-br.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],"SHORTMONTH":["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],"DAY":["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],"SHORTDAY":["dom","seg","ter","qua","qui","sex","sáb"],"AMPMS":["AM","PM"],"medium":"dd/MM/yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, d 'de' MMMM 'de' y","longDate":"d 'de' MMMM 'de' y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"R$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"pt-br"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "dom", + "seg", + "ter", + "qua", + "qui", + "sex", + "s\u00e1b" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d 'de' MMM 'de' y HH:mm:ss", + "mediumDate": "d 'de' MMM 'de' y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "pt-br", + "localeID": "pt_BR", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-ch.js b/src/ngLocale/angular-locale_pt-ch.js new file mode 100644 index 000000000000..7fffa7200f17 --- /dev/null +++ b/src/ngLocale/angular-locale_pt-ch.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-ch", + "localeID": "pt_CH", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-cv.js b/src/ngLocale/angular-locale_pt-cv.js new file mode 100644 index 000000000000..00a0b2fe48bd --- /dev/null +++ b/src/ngLocale/angular-locale_pt-cv.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CVE", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-cv", + "localeID": "pt_CV", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-gq.js b/src/ngLocale/angular-locale_pt-gq.js new file mode 100644 index 000000000000..f9862d17fe84 --- /dev/null +++ b/src/ngLocale/angular-locale_pt-gq.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-gq", + "localeID": "pt_GQ", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-gw.js b/src/ngLocale/angular-locale_pt-gw.js new file mode 100644 index 000000000000..dd86bc388809 --- /dev/null +++ b/src/ngLocale/angular-locale_pt-gw.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-gw", + "localeID": "pt_GW", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-lu.js b/src/ngLocale/angular-locale_pt-lu.js new file mode 100644 index 000000000000..fcb132dc0b46 --- /dev/null +++ b/src/ngLocale/angular-locale_pt-lu.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-lu", + "localeID": "pt_LU", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-mo.js b/src/ngLocale/angular-locale_pt-mo.js new file mode 100644 index 000000000000..3122fb0f353f --- /dev/null +++ b/src/ngLocale/angular-locale_pt-mo.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y h:mm:ss a", + "mediumDate": "dd/MM/y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MOP", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-mo", + "localeID": "pt_MO", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-mz.js b/src/ngLocale/angular-locale_pt-mz.js new file mode 100644 index 000000000000..fdf84c6b9000 --- /dev/null +++ b/src/ngLocale/angular-locale_pt-mz.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MTn", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-mz", + "localeID": "pt_MZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-pt.js b/src/ngLocale/angular-locale_pt-pt.js index bc2c34fb82c3..30146f67dc31 100644 --- a/src/ngLocale/angular-locale_pt-pt.js +++ b/src/ngLocale/angular-locale_pt-pt.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],"SHORTMONTH":["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],"DAY":["Domingo","Segunda-feira","Terça-feira","Quarta-feira","Quinta-feira","Sexta-feira","Sábado"],"SHORTDAY":["dom","seg","ter","qua","qui","sex","sáb"],"AMPMS":["Antes do meio-dia","Depois do meio-dia"],"medium":"d 'de' MMM 'de' yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, d 'de' MMMM 'de' y","longDate":"d 'de' MMMM 'de' y","mediumDate":"d 'de' MMM 'de' yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"pt-pt"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-pt", + "localeID": "pt_PT", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-st.js b/src/ngLocale/angular-locale_pt-st.js new file mode 100644 index 000000000000..678565506962 --- /dev/null +++ b/src/ngLocale/angular-locale_pt-st.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Db", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-st", + "localeID": "pt_ST", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt-tl.js b/src/ngLocale/angular-locale_pt-tl.js new file mode 100644 index 000000000000..57b2fdcaed85 --- /dev/null +++ b/src/ngLocale/angular-locale_pt-tl.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "da manh\u00e3", + "da tarde" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "domingo", + "segunda", + "ter\u00e7a", + "quarta", + "quinta", + "sexta", + "s\u00e1bado" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/y HH:mm:ss", + "mediumDate": "dd/MM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "pt-tl", + "localeID": "pt_TL", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_pt.js b/src/ngLocale/angular-locale_pt.js index e938261f556f..b7c915ce0985 100644 --- a/src/ngLocale/angular-locale_pt.js +++ b/src/ngLocale/angular-locale_pt.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],"SHORTMONTH":["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],"DAY":["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],"SHORTDAY":["dom","seg","ter","qua","qui","sex","sáb"],"AMPMS":["AM","PM"],"medium":"dd/MM/yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, d 'de' MMMM 'de' y","longDate":"d 'de' MMMM 'de' y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"R$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"pt"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "domingo", + "segunda-feira", + "ter\u00e7a-feira", + "quarta-feira", + "quinta-feira", + "sexta-feira", + "s\u00e1bado" + ], + "ERANAMES": [ + "antes de Cristo", + "depois de Cristo" + ], + "ERAS": [ + "a.C.", + "d.C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "SHORTDAY": [ + "dom", + "seg", + "ter", + "qua", + "qui", + "sex", + "s\u00e1b" + ], + "SHORTMONTH": [ + "jan", + "fev", + "mar", + "abr", + "mai", + "jun", + "jul", + "ago", + "set", + "out", + "nov", + "dez" + ], + "STANDALONEMONTH": [ + "janeiro", + "fevereiro", + "mar\u00e7o", + "abril", + "maio", + "junho", + "julho", + "agosto", + "setembro", + "outubro", + "novembro", + "dezembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d 'de' MMM 'de' y HH:mm:ss", + "mediumDate": "d 'de' MMM 'de' y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "pt", + "localeID": "pt", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i >= 0 && i <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_qu-bo.js b/src/ngLocale/angular-locale_qu-bo.js new file mode 100644 index 000000000000..b1fbf1ee79dd --- /dev/null +++ b/src/ngLocale/angular-locale_qu-bo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "Domingo", + "Lunes", + "Martes", + "Mi\u00e9rcoles", + "Jueves", + "Viernes", + "S\u00e1bado" + ], + "ERANAMES": [ + "BCE", + "d.C." + ], + "ERAS": [ + "BCE", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Qulla puquy", + "Hatun puquy", + "Pauqar waray", + "Ayriwa", + "Aymuray", + "Inti raymi", + "Anta Sitwa", + "Qhapaq Sitwa", + "Uma raymi", + "Kantaray", + "Ayamarq\u02bca", + "Kapaq Raymi" + ], + "SHORTDAY": [ + "Dom", + "Lun", + "Mar", + "Mi\u00e9", + "Jue", + "Vie", + "Sab" + ], + "SHORTMONTH": [ + "Qul", + "Hat", + "Pau", + "Ayr", + "Aym", + "Int", + "Ant", + "Qha", + "Uma", + "Kan", + "Aya", + "Kap" + ], + "STANDALONEMONTH": [ + "Qulla puquy", + "Hatun puquy", + "Pauqar waray", + "Ayriwa", + "Aymuray", + "Inti raymi", + "Anta Sitwa", + "Qhapaq Sitwa", + "Uma raymi", + "Kantaray", + "Ayamarq\u02bca", + "Kapaq Raymi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Bs", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "qu-bo", + "localeID": "qu_BO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_qu-ec.js b/src/ngLocale/angular-locale_qu-ec.js new file mode 100644 index 000000000000..4266caf00816 --- /dev/null +++ b/src/ngLocale/angular-locale_qu-ec.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "Domingo", + "Lunes", + "Martes", + "Mi\u00e9rcoles", + "Jueves", + "Viernes", + "S\u00e1bado" + ], + "ERANAMES": [ + "BCE", + "d.C." + ], + "ERAS": [ + "BCE", + "d.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Qulla puquy", + "Hatun puquy", + "Pauqar waray", + "Ayriwa", + "Aymuray", + "Inti raymi", + "Anta Sitwa", + "Qhapaq Sitwa", + "Uma raymi", + "Kantaray", + "Ayamarq\u02bca", + "Kapaq Raymi" + ], + "SHORTDAY": [ + "Dom", + "Lun", + "Mar", + "Mi\u00e9", + "Jue", + "Vie", + "Sab" + ], + "SHORTMONTH": [ + "Qul", + "Hat", + "Pau", + "Ayr", + "Aym", + "Int", + "Ant", + "Qha", + "Uma", + "Kan", + "Aya", + "Kap" + ], + "STANDALONEMONTH": [ + "Qulla puquy", + "Hatun puquy", + "Pauqar waray", + "Ayriwa", + "Aymuray", + "Inti raymi", + "Anta Sitwa", + "Qhapaq Sitwa", + "Uma raymi", + "Kantaray", + "Ayamarq\u02bca", + "Kapaq Raymi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "qu-ec", + "localeID": "qu_EC", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_qu-pe.js b/src/ngLocale/angular-locale_qu-pe.js new file mode 100644 index 000000000000..f440a6239ab3 --- /dev/null +++ b/src/ngLocale/angular-locale_qu-pe.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "Domingo", + "Lunes", + "Martes", + "Mi\u00e9rcoles", + "Jueves", + "Viernes", + "S\u00e1bado" + ], + "ERANAMES": [ + "BCE", + "d.C." + ], + "ERAS": [ + "BCE", + "d.C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Qulla puquy", + "Hatun puquy", + "Pauqar waray", + "Ayriwa", + "Aymuray", + "Inti raymi", + "Anta Sitwa", + "Qhapaq Sitwa", + "Uma raymi", + "Kantaray", + "Ayamarq\u02bca", + "Kapaq Raymi" + ], + "SHORTDAY": [ + "Dom", + "Lun", + "Mar", + "Mi\u00e9", + "Jue", + "Vie", + "Sab" + ], + "SHORTMONTH": [ + "Qul", + "Hat", + "Pau", + "Ayr", + "Aym", + "Int", + "Ant", + "Qha", + "Uma", + "Kan", + "Aya", + "Kap" + ], + "STANDALONEMONTH": [ + "Qulla puquy", + "Hatun puquy", + "Pauqar waray", + "Ayriwa", + "Aymuray", + "Inti raymi", + "Anta Sitwa", + "Qhapaq Sitwa", + "Uma raymi", + "Kantaray", + "Ayamarq\u02bca", + "Kapaq Raymi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "S/.", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "qu-pe", + "localeID": "qu_PE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_qu.js b/src/ngLocale/angular-locale_qu.js new file mode 100644 index 000000000000..5688150dba3b --- /dev/null +++ b/src/ngLocale/angular-locale_qu.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "Domingo", + "Lunes", + "Martes", + "Mi\u00e9rcoles", + "Jueves", + "Viernes", + "S\u00e1bado" + ], + "ERANAMES": [ + "BCE", + "d.C." + ], + "ERAS": [ + "BCE", + "d.C." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Qulla puquy", + "Hatun puquy", + "Pauqar waray", + "Ayriwa", + "Aymuray", + "Inti raymi", + "Anta Sitwa", + "Qhapaq Sitwa", + "Uma raymi", + "Kantaray", + "Ayamarq\u02bca", + "Kapaq Raymi" + ], + "SHORTDAY": [ + "Dom", + "Lun", + "Mar", + "Mi\u00e9", + "Jue", + "Vie", + "Sab" + ], + "SHORTMONTH": [ + "Qul", + "Hat", + "Pau", + "Ayr", + "Aym", + "Int", + "Ant", + "Qha", + "Uma", + "Kan", + "Aya", + "Kap" + ], + "STANDALONEMONTH": [ + "Qulla puquy", + "Hatun puquy", + "Pauqar waray", + "Ayriwa", + "Aymuray", + "Inti raymi", + "Anta Sitwa", + "Qhapaq Sitwa", + "Uma raymi", + "Kantaray", + "Ayamarq\u02bca", + "Kapaq Raymi" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "S/.", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "qu", + "localeID": "qu", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rm-ch.js b/src/ngLocale/angular-locale_rm-ch.js new file mode 100644 index 000000000000..25d9d3236d80 --- /dev/null +++ b/src/ngLocale/angular-locale_rm-ch.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dumengia", + "glindesdi", + "mardi", + "mesemna", + "gievgia", + "venderdi", + "sonda" + ], + "ERANAMES": [ + "avant Cristus", + "suenter Cristus" + ], + "ERAS": [ + "av. Cr.", + "s. Cr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "schaner", + "favrer", + "mars", + "avrigl", + "matg", + "zercladur", + "fanadur", + "avust", + "settember", + "october", + "november", + "december" + ], + "SHORTDAY": [ + "du", + "gli", + "ma", + "me", + "gie", + "ve", + "so" + ], + "SHORTMONTH": [ + "schan.", + "favr.", + "mars", + "avr.", + "matg", + "zercl.", + "fan.", + "avust", + "sett.", + "oct.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "schaner", + "favrer", + "mars", + "avrigl", + "matg", + "zercladur", + "fanadur", + "avust", + "settember", + "october", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, 'ils' d 'da' MMMM y", + "longDate": "d 'da' MMMM y", + "medium": "dd-MM-y HH:mm:ss", + "mediumDate": "dd-MM-y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "rm-ch", + "localeID": "rm_CH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rm.js b/src/ngLocale/angular-locale_rm.js new file mode 100644 index 000000000000..179220af63da --- /dev/null +++ b/src/ngLocale/angular-locale_rm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dumengia", + "glindesdi", + "mardi", + "mesemna", + "gievgia", + "venderdi", + "sonda" + ], + "ERANAMES": [ + "avant Cristus", + "suenter Cristus" + ], + "ERAS": [ + "av. Cr.", + "s. Cr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "schaner", + "favrer", + "mars", + "avrigl", + "matg", + "zercladur", + "fanadur", + "avust", + "settember", + "october", + "november", + "december" + ], + "SHORTDAY": [ + "du", + "gli", + "ma", + "me", + "gie", + "ve", + "so" + ], + "SHORTMONTH": [ + "schan.", + "favr.", + "mars", + "avr.", + "matg", + "zercl.", + "fan.", + "avust", + "sett.", + "oct.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "schaner", + "favrer", + "mars", + "avrigl", + "matg", + "zercladur", + "fanadur", + "avust", + "settember", + "october", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, 'ils' d 'da' MMMM y", + "longDate": "d 'da' MMMM y", + "medium": "dd-MM-y HH:mm:ss", + "mediumDate": "dd-MM-y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "rm", + "localeID": "rm", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rn-bi.js b/src/ngLocale/angular-locale_rn-bi.js new file mode 100644 index 000000000000..c51776503da2 --- /dev/null +++ b/src/ngLocale/angular-locale_rn-bi.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Z.MU.", + "Z.MW." + ], + "DAY": [ + "Ku w\u2019indwi", + "Ku wa mbere", + "Ku wa kabiri", + "Ku wa gatatu", + "Ku wa kane", + "Ku wa gatanu", + "Ku wa gatandatu" + ], + "ERANAMES": [ + "Mbere ya Yezu", + "Nyuma ya Yezu" + ], + "ERAS": [ + "Mb.Y.", + "Ny.Y" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Nzero", + "Ruhuhuma", + "Ntwarante", + "Ndamukiza", + "Rusama", + "Ruheshi", + "Mukakaro", + "Nyandagaro", + "Nyakanga", + "Gitugutu", + "Munyonyo", + "Kigarama" + ], + "SHORTDAY": [ + "cu.", + "mbe.", + "kab.", + "gtu.", + "kan.", + "gnu.", + "gnd." + ], + "SHORTMONTH": [ + "Mut.", + "Gas.", + "Wer.", + "Mat.", + "Gic.", + "Kam.", + "Nya.", + "Kan.", + "Nze.", + "Ukw.", + "Ugu.", + "Uku." + ], + "STANDALONEMONTH": [ + "Nzero", + "Ruhuhuma", + "Ntwarante", + "Ndamukiza", + "Rusama", + "Ruheshi", + "Mukakaro", + "Nyandagaro", + "Nyakanga", + "Gitugutu", + "Munyonyo", + "Kigarama" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FBu", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "rn-bi", + "localeID": "rn_BI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rn.js b/src/ngLocale/angular-locale_rn.js new file mode 100644 index 000000000000..8dee14cef5d0 --- /dev/null +++ b/src/ngLocale/angular-locale_rn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Z.MU.", + "Z.MW." + ], + "DAY": [ + "Ku w\u2019indwi", + "Ku wa mbere", + "Ku wa kabiri", + "Ku wa gatatu", + "Ku wa kane", + "Ku wa gatanu", + "Ku wa gatandatu" + ], + "ERANAMES": [ + "Mbere ya Yezu", + "Nyuma ya Yezu" + ], + "ERAS": [ + "Mb.Y.", + "Ny.Y" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Nzero", + "Ruhuhuma", + "Ntwarante", + "Ndamukiza", + "Rusama", + "Ruheshi", + "Mukakaro", + "Nyandagaro", + "Nyakanga", + "Gitugutu", + "Munyonyo", + "Kigarama" + ], + "SHORTDAY": [ + "cu.", + "mbe.", + "kab.", + "gtu.", + "kan.", + "gnu.", + "gnd." + ], + "SHORTMONTH": [ + "Mut.", + "Gas.", + "Wer.", + "Mat.", + "Gic.", + "Kam.", + "Nya.", + "Kan.", + "Nze.", + "Ukw.", + "Ugu.", + "Uku." + ], + "STANDALONEMONTH": [ + "Nzero", + "Ruhuhuma", + "Ntwarante", + "Ndamukiza", + "Rusama", + "Ruheshi", + "Mukakaro", + "Nyandagaro", + "Nyakanga", + "Gitugutu", + "Munyonyo", + "Kigarama" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FBu", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "rn", + "localeID": "rn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ro-md.js b/src/ngLocale/angular-locale_ro-md.js new file mode 100644 index 000000000000..5213ad478f00 --- /dev/null +++ b/src/ngLocale/angular-locale_ro-md.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "duminic\u0103", + "luni", + "mar\u021bi", + "miercuri", + "joi", + "vineri", + "s\u00e2mb\u0103t\u0103" + ], + "ERANAMES": [ + "\u00eenainte de Hristos", + "dup\u0103 Hristos" + ], + "ERAS": [ + "\u00ee.Hr.", + "d.Hr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ianuarie", + "februarie", + "martie", + "aprilie", + "mai", + "iunie", + "iulie", + "august", + "septembrie", + "octombrie", + "noiembrie", + "decembrie" + ], + "SHORTDAY": [ + "Dum", + "Lun", + "Mar", + "Mie", + "Joi", + "Vin", + "S\u00e2m" + ], + "SHORTMONTH": [ + "ian.", + "feb.", + "mar.", + "apr.", + "mai", + "iun.", + "iul.", + "aug.", + "sept.", + "oct.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "ianuarie", + "februarie", + "martie", + "aprilie", + "mai", + "iunie", + "iulie", + "august", + "septembrie", + "octombrie", + "noiembrie", + "decembrie" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MDL", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ro-md", + "localeID": "ro_MD", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (vf.v != 0 || n == 0 || n != 1 && n % 100 >= 1 && n % 100 <= 19) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ro-ro.js b/src/ngLocale/angular-locale_ro-ro.js index 36c53ff131ad..933162581f19 100644 --- a/src/ngLocale/angular-locale_ro-ro.js +++ b/src/ngLocale/angular-locale_ro-ro.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"L"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n != 1 && (n % 100) >= 1 && (n % 100) <= 19 && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],"SHORTMONTH":["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],"DAY":["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],"SHORTDAY":["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],"AMPMS":["AM","PM"],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yyyy HH:mm","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"ro-ro"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "duminic\u0103", + "luni", + "mar\u021bi", + "miercuri", + "joi", + "vineri", + "s\u00e2mb\u0103t\u0103" + ], + "ERANAMES": [ + "\u00eenainte de Hristos", + "dup\u0103 Hristos" + ], + "ERAS": [ + "\u00ee.Hr.", + "d.Hr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ianuarie", + "februarie", + "martie", + "aprilie", + "mai", + "iunie", + "iulie", + "august", + "septembrie", + "octombrie", + "noiembrie", + "decembrie" + ], + "SHORTDAY": [ + "dum.", + "lun.", + "mar.", + "mie.", + "joi", + "vin.", + "s\u00e2m." + ], + "SHORTMONTH": [ + "ian.", + "feb.", + "mar.", + "apr.", + "mai", + "iun.", + "iul.", + "aug.", + "sept.", + "oct.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "ianuarie", + "februarie", + "martie", + "aprilie", + "mai", + "iunie", + "iulie", + "august", + "septembrie", + "octombrie", + "noiembrie", + "decembrie" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RON", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ro-ro", + "localeID": "ro_RO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (vf.v != 0 || n == 0 || n != 1 && n % 100 >= 1 && n % 100 <= 19) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ro.js b/src/ngLocale/angular-locale_ro.js index c80e712d83e3..02bfbe2bbae7 100644 --- a/src/ngLocale/angular-locale_ro.js +++ b/src/ngLocale/angular-locale_ro.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],"SHORTMONTH":["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],"DAY":["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],"SHORTDAY":["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],"AMPMS":["AM","PM"],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yyyy HH:mm","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"L"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n != 1 && (n % 100) >= 1 && (n % 100) <= 19 && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"id":"ro"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "a.m.", + "p.m." + ], + "DAY": [ + "duminic\u0103", + "luni", + "mar\u021bi", + "miercuri", + "joi", + "vineri", + "s\u00e2mb\u0103t\u0103" + ], + "ERANAMES": [ + "\u00eenainte de Hristos", + "dup\u0103 Hristos" + ], + "ERAS": [ + "\u00ee.Hr.", + "d.Hr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "ianuarie", + "februarie", + "martie", + "aprilie", + "mai", + "iunie", + "iulie", + "august", + "septembrie", + "octombrie", + "noiembrie", + "decembrie" + ], + "SHORTDAY": [ + "dum.", + "lun.", + "mar.", + "mie.", + "joi", + "vin.", + "s\u00e2m." + ], + "SHORTMONTH": [ + "ian.", + "feb.", + "mar.", + "apr.", + "mai", + "iun.", + "iul.", + "aug.", + "sept.", + "oct.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "ianuarie", + "februarie", + "martie", + "aprilie", + "mai", + "iunie", + "iulie", + "august", + "septembrie", + "octombrie", + "noiembrie", + "decembrie" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RON", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ro", + "localeID": "ro", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (vf.v != 0 || n == 0 || n != 1 && n % 100 >= 1 && n % 100 <= 19) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rof-tz.js b/src/ngLocale/angular-locale_rof-tz.js new file mode 100644 index 000000000000..a36b94f0bf42 --- /dev/null +++ b/src/ngLocale/angular-locale_rof-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "kang\u2019ama", + "kingoto" + ], + "DAY": [ + "Ijumapili", + "Ijumatatu", + "Ijumanne", + "Ijumatano", + "Alhamisi", + "Ijumaa", + "Ijumamosi" + ], + "ERANAMES": [ + "Kabla ya Mayesu", + "Baada ya Mayesu" + ], + "ERAS": [ + "KM", + "BM" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Mweri wa kwanza", + "Mweri wa kaili", + "Mweri wa katatu", + "Mweri wa kaana", + "Mweri wa tanu", + "Mweri wa sita", + "Mweri wa saba", + "Mweri wa nane", + "Mweri wa tisa", + "Mweri wa ikumi", + "Mweri wa ikumi na moja", + "Mweri wa ikumi na mbili" + ], + "SHORTDAY": [ + "Ijp", + "Ijt", + "Ijn", + "Ijtn", + "Alh", + "Iju", + "Ijm" + ], + "SHORTMONTH": [ + "M1", + "M2", + "M3", + "M4", + "M5", + "M6", + "M7", + "M8", + "M9", + "M10", + "M11", + "M12" + ], + "STANDALONEMONTH": [ + "Mweri wa kwanza", + "Mweri wa kaili", + "Mweri wa katatu", + "Mweri wa kaana", + "Mweri wa tanu", + "Mweri wa sita", + "Mweri wa saba", + "Mweri wa nane", + "Mweri wa tisa", + "Mweri wa ikumi", + "Mweri wa ikumi na moja", + "Mweri wa ikumi na mbili" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "rof-tz", + "localeID": "rof_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rof.js b/src/ngLocale/angular-locale_rof.js new file mode 100644 index 000000000000..2d62de253e6e --- /dev/null +++ b/src/ngLocale/angular-locale_rof.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "kang\u2019ama", + "kingoto" + ], + "DAY": [ + "Ijumapili", + "Ijumatatu", + "Ijumanne", + "Ijumatano", + "Alhamisi", + "Ijumaa", + "Ijumamosi" + ], + "ERANAMES": [ + "Kabla ya Mayesu", + "Baada ya Mayesu" + ], + "ERAS": [ + "KM", + "BM" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Mweri wa kwanza", + "Mweri wa kaili", + "Mweri wa katatu", + "Mweri wa kaana", + "Mweri wa tanu", + "Mweri wa sita", + "Mweri wa saba", + "Mweri wa nane", + "Mweri wa tisa", + "Mweri wa ikumi", + "Mweri wa ikumi na moja", + "Mweri wa ikumi na mbili" + ], + "SHORTDAY": [ + "Ijp", + "Ijt", + "Ijn", + "Ijtn", + "Alh", + "Iju", + "Ijm" + ], + "SHORTMONTH": [ + "M1", + "M2", + "M3", + "M4", + "M5", + "M6", + "M7", + "M8", + "M9", + "M10", + "M11", + "M12" + ], + "STANDALONEMONTH": [ + "Mweri wa kwanza", + "Mweri wa kaili", + "Mweri wa katatu", + "Mweri wa kaana", + "Mweri wa tanu", + "Mweri wa sita", + "Mweri wa saba", + "Mweri wa nane", + "Mweri wa tisa", + "Mweri wa ikumi", + "Mweri wa ikumi na moja", + "Mweri wa ikumi na mbili" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "rof", + "localeID": "rof", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ru-by.js b/src/ngLocale/angular-locale_ru-by.js new file mode 100644 index 000000000000..fd75de259443 --- /dev/null +++ b/src/ngLocale/angular-locale_ru-by.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0414\u041f", + "\u041f\u041f" + ], + "DAY": [ + "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", + "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", + "\u0441\u0443\u0431\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430", + "\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430" + ], + "ERAS": [ + "\u0434\u043e \u043d. \u044d.", + "\u043d. \u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044f", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", + "\u043c\u0430\u0440\u0442\u0430", + "\u0430\u043f\u0440\u0435\u043b\u044f", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d\u044f", + "\u0438\u044e\u043b\u044f", + "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", + "\u043d\u043e\u044f\u0431\u0440\u044f", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044f" + ], + "SHORTDAY": [ + "\u0432\u0441", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432\u0440.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d.", + "\u0438\u044e\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f\u0431.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d MMM y '\u0433'. H:mm:ss", + "mediumDate": "d MMM y '\u0433'.", + "mediumTime": "H:mm:ss", + "short": "dd.MM.y H:mm", + "shortDate": "dd.MM.y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "BYN", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ru-by", + "localeID": "ru_BY", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ru-kg.js b/src/ngLocale/angular-locale_ru-kg.js new file mode 100644 index 000000000000..302ab2afeec2 --- /dev/null +++ b/src/ngLocale/angular-locale_ru-kg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0414\u041f", + "\u041f\u041f" + ], + "DAY": [ + "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", + "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", + "\u0441\u0443\u0431\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430", + "\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430" + ], + "ERAS": [ + "\u0434\u043e \u043d. \u044d.", + "\u043d. \u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044f", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", + "\u043c\u0430\u0440\u0442\u0430", + "\u0430\u043f\u0440\u0435\u043b\u044f", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d\u044f", + "\u0438\u044e\u043b\u044f", + "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", + "\u043d\u043e\u044f\u0431\u0440\u044f", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044f" + ], + "SHORTDAY": [ + "\u0432\u0441", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432\u0440.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d.", + "\u0438\u044e\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f\u0431.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d MMM y '\u0433'. H:mm:ss", + "mediumDate": "d MMM y '\u0433'.", + "mediumTime": "H:mm:ss", + "short": "dd.MM.y H:mm", + "shortDate": "dd.MM.y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KGS", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ru-kg", + "localeID": "ru_KG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ru-kz.js b/src/ngLocale/angular-locale_ru-kz.js new file mode 100644 index 000000000000..57e1a52d7401 --- /dev/null +++ b/src/ngLocale/angular-locale_ru-kz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0414\u041f", + "\u041f\u041f" + ], + "DAY": [ + "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", + "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", + "\u0441\u0443\u0431\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430", + "\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430" + ], + "ERAS": [ + "\u0434\u043e \u043d. \u044d.", + "\u043d. \u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044f", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", + "\u043c\u0430\u0440\u0442\u0430", + "\u0430\u043f\u0440\u0435\u043b\u044f", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d\u044f", + "\u0438\u044e\u043b\u044f", + "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", + "\u043d\u043e\u044f\u0431\u0440\u044f", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044f" + ], + "SHORTDAY": [ + "\u0432\u0441", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432\u0440.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d.", + "\u0438\u044e\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f\u0431.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d MMM y '\u0433'. H:mm:ss", + "mediumDate": "d MMM y '\u0433'.", + "mediumTime": "H:mm:ss", + "short": "dd.MM.y H:mm", + "shortDate": "dd.MM.y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b8", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ru-kz", + "localeID": "ru_KZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ru-md.js b/src/ngLocale/angular-locale_ru-md.js new file mode 100644 index 000000000000..b3837e0229ae --- /dev/null +++ b/src/ngLocale/angular-locale_ru-md.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0414\u041f", + "\u041f\u041f" + ], + "DAY": [ + "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", + "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", + "\u0441\u0443\u0431\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430", + "\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430" + ], + "ERAS": [ + "\u0434\u043e \u043d. \u044d.", + "\u043d. \u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044f", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", + "\u043c\u0430\u0440\u0442\u0430", + "\u0430\u043f\u0440\u0435\u043b\u044f", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d\u044f", + "\u0438\u044e\u043b\u044f", + "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", + "\u043d\u043e\u044f\u0431\u0440\u044f", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044f" + ], + "SHORTDAY": [ + "\u0432\u0441", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432\u0440.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d.", + "\u0438\u044e\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f\u0431.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d MMM y '\u0433'. H:mm:ss", + "mediumDate": "d MMM y '\u0433'.", + "mediumTime": "H:mm:ss", + "short": "dd.MM.y H:mm", + "shortDate": "dd.MM.y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MDL", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ru-md", + "localeID": "ru_MD", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ru-ru.js b/src/ngLocale/angular-locale_ru-ru.js index 7224ecaea626..34d4431698ae 100644 --- a/src/ngLocale/angular-locale_ru-ru.js +++ b/src/ngLocale/angular-locale_ru-ru.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"руб"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"],"SHORTMONTH":["янв.","февр.","марта","апр.","мая","июня","июля","авг.","сент.","окт.","нояб.","дек."],"DAY":["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],"SHORTDAY":["вс","пн","вт","ср","чт","пт","сб"],"AMPMS":["AM","PM"],"medium":"dd.MM.yyyy H:mm:ss","short":"dd.MM.yy H:mm","fullDate":"EEEE, d MMMM y 'г'.","longDate":"d MMMM y 'г'.","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"id":"ru-ru"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0414\u041f", + "\u041f\u041f" + ], + "DAY": [ + "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", + "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", + "\u0441\u0443\u0431\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430", + "\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430" + ], + "ERAS": [ + "\u0434\u043e \u043d. \u044d.", + "\u043d. \u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044f", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", + "\u043c\u0430\u0440\u0442\u0430", + "\u0430\u043f\u0440\u0435\u043b\u044f", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d\u044f", + "\u0438\u044e\u043b\u044f", + "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", + "\u043d\u043e\u044f\u0431\u0440\u044f", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044f" + ], + "SHORTDAY": [ + "\u0432\u0441", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432\u0440.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d.", + "\u0438\u044e\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f\u0431.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d MMM y '\u0433'. H:mm:ss", + "mediumDate": "d MMM y '\u0433'.", + "mediumTime": "H:mm:ss", + "short": "dd.MM.y H:mm", + "shortDate": "dd.MM.y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bd", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ru-ru", + "localeID": "ru_RU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ru-ua.js b/src/ngLocale/angular-locale_ru-ua.js new file mode 100644 index 000000000000..0958afad6ab4 --- /dev/null +++ b/src/ngLocale/angular-locale_ru-ua.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", + "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", + "\u0441\u0443\u0431\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430", + "\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430" + ], + "ERAS": [ + "\u0434\u043e \u043d. \u044d.", + "\u043d. \u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044f", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", + "\u043c\u0430\u0440\u0442\u0430", + "\u0430\u043f\u0440\u0435\u043b\u044f", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d\u044f", + "\u0438\u044e\u043b\u044f", + "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", + "\u043d\u043e\u044f\u0431\u0440\u044f", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044f" + ], + "SHORTDAY": [ + "\u0432\u0441", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432\u0440.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d.", + "\u0438\u044e\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f\u0431.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d MMM y '\u0433'. HH:mm:ss", + "mediumDate": "d MMM y '\u0433'.", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u0433\u0440\u043d.", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ru-ua", + "localeID": "ru_UA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ru.js b/src/ngLocale/angular-locale_ru.js index f4bd6ad6af31..3e66f05d2105 100644 --- a/src/ngLocale/angular-locale_ru.js +++ b/src/ngLocale/angular-locale_ru.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"],"SHORTMONTH":["янв.","февр.","марта","апр.","мая","июня","июля","авг.","сент.","окт.","нояб.","дек."],"DAY":["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],"SHORTDAY":["вс","пн","вт","ср","чт","пт","сб"],"AMPMS":["AM","PM"],"medium":"dd.MM.yyyy H:mm:ss","short":"dd.MM.yy H:mm","fullDate":"EEEE, d MMMM y 'г'.","longDate":"d MMMM y 'г'.","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"руб"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"id":"ru"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0414\u041f", + "\u041f\u041f" + ], + "DAY": [ + "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", + "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", + "\u0441\u0443\u0431\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430", + "\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430" + ], + "ERAS": [ + "\u0434\u043e \u043d. \u044d.", + "\u043d. \u044d." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044f", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", + "\u043c\u0430\u0440\u0442\u0430", + "\u0430\u043f\u0440\u0435\u043b\u044f", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d\u044f", + "\u0438\u044e\u043b\u044f", + "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", + "\u043d\u043e\u044f\u0431\u0440\u044f", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044f" + ], + "SHORTDAY": [ + "\u0432\u0441", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432.", + "\u0444\u0435\u0432\u0440.", + "\u043c\u0430\u0440.", + "\u0430\u043f\u0440.", + "\u043c\u0430\u044f", + "\u0438\u044e\u043d.", + "\u0438\u044e\u043b.", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043d\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u044f\u0431.", + "\u0434\u0435\u043a." + ], + "STANDALONEMONTH": [ + "\u044f\u043d\u0432\u0430\u0440\u044c", + "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b\u044c", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d\u044c", + "\u0438\u044e\u043b\u044c", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u043d\u043e\u044f\u0431\u0440\u044c", + "\u0434\u0435\u043a\u0430\u0431\u0440\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0433'.", + "longDate": "d MMMM y '\u0433'.", + "medium": "d MMM y '\u0433'. H:mm:ss", + "mediumDate": "d MMM y '\u0433'.", + "mediumTime": "H:mm:ss", + "short": "dd.MM.y H:mm", + "shortDate": "dd.MM.y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bd", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "ru", + "localeID": "ru", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rw-rw.js b/src/ngLocale/angular-locale_rw-rw.js new file mode 100644 index 000000000000..1210a3a6e5ed --- /dev/null +++ b/src/ngLocale/angular-locale_rw-rw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Ku cyumweru", + "Kuwa mbere", + "Kuwa kabiri", + "Kuwa gatatu", + "Kuwa kane", + "Kuwa gatanu", + "Kuwa gatandatu" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Mutarama", + "Gashyantare", + "Werurwe", + "Mata", + "Gicuransi", + "Kamena", + "Nyakanga", + "Kanama", + "Nzeli", + "Ukwakira", + "Ugushyingo", + "Ukuboza" + ], + "SHORTDAY": [ + "cyu.", + "mbe.", + "kab.", + "gtu.", + "kan.", + "gnu.", + "gnd." + ], + "SHORTMONTH": [ + "mut.", + "gas.", + "wer.", + "mat.", + "gic.", + "kam.", + "nya.", + "kan.", + "nze.", + "ukw.", + "ugu.", + "uku." + ], + "STANDALONEMONTH": [ + "Mutarama", + "Gashyantare", + "Werurwe", + "Mata", + "Gicuransi", + "Kamena", + "Nyakanga", + "Kanama", + "Nzeli", + "Ukwakira", + "Ugushyingo", + "Ukuboza" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RF", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "rw-rw", + "localeID": "rw_RW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rw.js b/src/ngLocale/angular-locale_rw.js new file mode 100644 index 000000000000..bad3818918a8 --- /dev/null +++ b/src/ngLocale/angular-locale_rw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Ku cyumweru", + "Kuwa mbere", + "Kuwa kabiri", + "Kuwa gatatu", + "Kuwa kane", + "Kuwa gatanu", + "Kuwa gatandatu" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Mutarama", + "Gashyantare", + "Werurwe", + "Mata", + "Gicuransi", + "Kamena", + "Nyakanga", + "Kanama", + "Nzeli", + "Ukwakira", + "Ugushyingo", + "Ukuboza" + ], + "SHORTDAY": [ + "cyu.", + "mbe.", + "kab.", + "gtu.", + "kan.", + "gnu.", + "gnd." + ], + "SHORTMONTH": [ + "mut.", + "gas.", + "wer.", + "mat.", + "gic.", + "kam.", + "nya.", + "kan.", + "nze.", + "ukw.", + "ugu.", + "uku." + ], + "STANDALONEMONTH": [ + "Mutarama", + "Gashyantare", + "Werurwe", + "Mata", + "Gicuransi", + "Kamena", + "Nyakanga", + "Kanama", + "Nzeli", + "Ukwakira", + "Ugushyingo", + "Ukuboza" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RF", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "rw", + "localeID": "rw", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rwk-tz.js b/src/ngLocale/angular-locale_rwk-tz.js new file mode 100644 index 000000000000..38b85962c07d --- /dev/null +++ b/src/ngLocale/angular-locale_rwk-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "utuko", + "kyiukonyi" + ], + "DAY": [ + "Jumapilyi", + "Jumatatuu", + "Jumanne", + "Jumatanu", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristu", + "Baada ya Kristu" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "rwk-tz", + "localeID": "rwk_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_rwk.js b/src/ngLocale/angular-locale_rwk.js new file mode 100644 index 000000000000..8c4a48a7fef1 --- /dev/null +++ b/src/ngLocale/angular-locale_rwk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "utuko", + "kyiukonyi" + ], + "DAY": [ + "Jumapilyi", + "Jumatatuu", + "Jumanne", + "Jumatanu", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristu", + "Baada ya Kristu" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "rwk", + "localeID": "rwk", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sah-ru.js b/src/ngLocale/angular-locale_sah-ru.js new file mode 100644 index 000000000000..2a90d28c6ddf --- /dev/null +++ b/src/ngLocale/angular-locale_sah-ru.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u042d\u0418", + "\u042d\u041a" + ], + "DAY": [ + "\u0431\u0430\u0441\u043a\u044b\u04bb\u044b\u0430\u043d\u043d\u044c\u0430", + "\u0431\u044d\u043d\u0438\u0434\u0438\u044d\u043d\u043d\u044c\u0438\u043a", + "\u043e\u043f\u0442\u0443\u043e\u0440\u0443\u043d\u043d\u044c\u0443\u043a", + "\u0441\u044d\u0440\u044d\u0434\u044d", + "\u0447\u044d\u043f\u043f\u0438\u044d\u0440", + "\u0411\u044d\u044d\u0442\u0438\u04a5\u0441\u044d", + "\u0441\u0443\u0431\u0443\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0431. \u044d. \u0438.", + "\u0431. \u044d" + ], + "ERAS": [ + "\u0431. \u044d. \u0438.", + "\u0431. \u044d" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0422\u043e\u0445\u0441\u0443\u043d\u043d\u044c\u0443", + "\u041e\u043b\u0443\u043d\u043d\u044c\u0443", + "\u041a\u0443\u043b\u0443\u043d \u0442\u0443\u0442\u0430\u0440", + "\u041c\u0443\u0443\u0441 \u0443\u0441\u0442\u0430\u0440", + "\u042b\u0430\u043c \u044b\u0439\u044b\u043d", + "\u0411\u044d\u0441 \u044b\u0439\u044b\u043d", + "\u041e\u0442 \u044b\u0439\u044b\u043d", + "\u0410\u0442\u044b\u0440\u0434\u044c\u044b\u0445 \u044b\u0439\u044b\u043d", + "\u0411\u0430\u043b\u0430\u0495\u0430\u043d \u044b\u0439\u044b\u043d", + "\u0410\u043b\u0442\u044b\u043d\u043d\u044c\u044b", + "\u0421\u044d\u0442\u0438\u043d\u043d\u044c\u0438", + "\u0430\u0445\u0441\u044b\u043d\u043d\u044c\u044b" + ], + "SHORTDAY": [ + "\u0431\u0441", + "\u0431\u043d", + "\u043e\u043f", + "\u0441\u044d", + "\u0447\u043f", + "\u0431\u044d", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u0422\u043e\u0445\u0441", + "\u041e\u043b\u0443\u043d", + "\u041a\u043b\u043d", + "\u041c\u0441\u0443", + "\u042b\u0430\u043c", + "\u0411\u044d\u0441", + "\u041e\u0442\u0439", + "\u0410\u0442\u0440", + "\u0411\u043b\u0495", + "\u0410\u043b\u0442", + "\u0421\u044d\u0442", + "\u0410\u0445\u0441" + ], + "STANDALONEMONTH": [ + "\u0442\u043e\u0445\u0441\u0443\u043d\u043d\u044c\u0443", + "\u043e\u043b\u0443\u043d\u043d\u044c\u0443", + "\u043a\u0443\u043b\u0443\u043d \u0442\u0443\u0442\u0430\u0440", + "\u043c\u0443\u0443\u0441 \u0443\u0441\u0442\u0430\u0440", + "\u044b\u0430\u043c \u044b\u0439\u0430", + "\u0431\u044d\u0441 \u044b\u0439\u0430", + "\u043e\u0442 \u044b\u0439\u0430", + "\u0430\u0442\u044b\u0440\u0434\u044c\u044b\u0445 \u044b\u0439\u0430", + "\u0431\u0430\u043b\u0430\u0495\u0430\u043d \u044b\u0439\u0430", + "\u0430\u043b\u0442\u044b\u043d\u043d\u044c\u044b", + "\u0441\u044d\u0442\u0438\u043d\u043d\u044c\u0438", + "\u0430\u0445\u0441\u044b\u043d\u043d\u044c\u044b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y '\u0441\u044b\u043b' MMMM d '\u043a\u04af\u043d\u044d', EEEE", + "longDate": "y, MMMM d", + "medium": "y, MMM d HH:mm:ss", + "mediumDate": "y, MMM d", + "mediumTime": "HH:mm:ss", + "short": "yy/M/d HH:mm", + "shortDate": "yy/M/d", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bd", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sah-ru", + "localeID": "sah_RU", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sah.js b/src/ngLocale/angular-locale_sah.js new file mode 100644 index 000000000000..f844ac53f6e5 --- /dev/null +++ b/src/ngLocale/angular-locale_sah.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u042d\u0418", + "\u042d\u041a" + ], + "DAY": [ + "\u0431\u0430\u0441\u043a\u044b\u04bb\u044b\u0430\u043d\u043d\u044c\u0430", + "\u0431\u044d\u043d\u0438\u0434\u0438\u044d\u043d\u043d\u044c\u0438\u043a", + "\u043e\u043f\u0442\u0443\u043e\u0440\u0443\u043d\u043d\u044c\u0443\u043a", + "\u0441\u044d\u0440\u044d\u0434\u044d", + "\u0447\u044d\u043f\u043f\u0438\u044d\u0440", + "\u0411\u044d\u044d\u0442\u0438\u04a5\u0441\u044d", + "\u0441\u0443\u0431\u0443\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0431. \u044d. \u0438.", + "\u0431. \u044d" + ], + "ERAS": [ + "\u0431. \u044d. \u0438.", + "\u0431. \u044d" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0422\u043e\u0445\u0441\u0443\u043d\u043d\u044c\u0443", + "\u041e\u043b\u0443\u043d\u043d\u044c\u0443", + "\u041a\u0443\u043b\u0443\u043d \u0442\u0443\u0442\u0430\u0440", + "\u041c\u0443\u0443\u0441 \u0443\u0441\u0442\u0430\u0440", + "\u042b\u0430\u043c \u044b\u0439\u044b\u043d", + "\u0411\u044d\u0441 \u044b\u0439\u044b\u043d", + "\u041e\u0442 \u044b\u0439\u044b\u043d", + "\u0410\u0442\u044b\u0440\u0434\u044c\u044b\u0445 \u044b\u0439\u044b\u043d", + "\u0411\u0430\u043b\u0430\u0495\u0430\u043d \u044b\u0439\u044b\u043d", + "\u0410\u043b\u0442\u044b\u043d\u043d\u044c\u044b", + "\u0421\u044d\u0442\u0438\u043d\u043d\u044c\u0438", + "\u0430\u0445\u0441\u044b\u043d\u043d\u044c\u044b" + ], + "SHORTDAY": [ + "\u0431\u0441", + "\u0431\u043d", + "\u043e\u043f", + "\u0441\u044d", + "\u0447\u043f", + "\u0431\u044d", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u0422\u043e\u0445\u0441", + "\u041e\u043b\u0443\u043d", + "\u041a\u043b\u043d", + "\u041c\u0441\u0443", + "\u042b\u0430\u043c", + "\u0411\u044d\u0441", + "\u041e\u0442\u0439", + "\u0410\u0442\u0440", + "\u0411\u043b\u0495", + "\u0410\u043b\u0442", + "\u0421\u044d\u0442", + "\u0410\u0445\u0441" + ], + "STANDALONEMONTH": [ + "\u0442\u043e\u0445\u0441\u0443\u043d\u043d\u044c\u0443", + "\u043e\u043b\u0443\u043d\u043d\u044c\u0443", + "\u043a\u0443\u043b\u0443\u043d \u0442\u0443\u0442\u0430\u0440", + "\u043c\u0443\u0443\u0441 \u0443\u0441\u0442\u0430\u0440", + "\u044b\u0430\u043c \u044b\u0439\u0430", + "\u0431\u044d\u0441 \u044b\u0439\u0430", + "\u043e\u0442 \u044b\u0439\u0430", + "\u0430\u0442\u044b\u0440\u0434\u044c\u044b\u0445 \u044b\u0439\u0430", + "\u0431\u0430\u043b\u0430\u0495\u0430\u043d \u044b\u0439\u0430", + "\u0430\u043b\u0442\u044b\u043d\u043d\u044c\u044b", + "\u0441\u044d\u0442\u0438\u043d\u043d\u044c\u0438", + "\u0430\u0445\u0441\u044b\u043d\u043d\u044c\u044b" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y '\u0441\u044b\u043b' MMMM d '\u043a\u04af\u043d\u044d', EEEE", + "longDate": "y, MMMM d", + "medium": "y, MMM d HH:mm:ss", + "mediumDate": "y, MMM d", + "mediumTime": "HH:mm:ss", + "short": "yy/M/d HH:mm", + "shortDate": "yy/M/d", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20bd", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sah", + "localeID": "sah", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_saq-ke.js b/src/ngLocale/angular-locale_saq-ke.js new file mode 100644 index 000000000000..01e2328d7774 --- /dev/null +++ b/src/ngLocale/angular-locale_saq-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Tesiran", + "Teipa" + ], + "DAY": [ + "Mderot ee are", + "Mderot ee kuni", + "Mderot ee ong\u2019wan", + "Mderot ee inet", + "Mderot ee ile", + "Mderot ee sapa", + "Mderot ee kwe" + ], + "ERANAMES": [ + "Kabla ya Christo", + "Baada ya Christo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Lapa le obo", + "Lapa le waare", + "Lapa le okuni", + "Lapa le ong\u2019wan", + "Lapa le imet", + "Lapa le ile", + "Lapa le sapa", + "Lapa le isiet", + "Lapa le saal", + "Lapa le tomon", + "Lapa le tomon obo", + "Lapa le tomon waare" + ], + "SHORTDAY": [ + "Are", + "Kun", + "Ong", + "Ine", + "Ile", + "Sap", + "Kwe" + ], + "SHORTMONTH": [ + "Obo", + "Waa", + "Oku", + "Ong", + "Ime", + "Ile", + "Sap", + "Isi", + "Saa", + "Tom", + "Tob", + "Tow" + ], + "STANDALONEMONTH": [ + "Lapa le obo", + "Lapa le waare", + "Lapa le okuni", + "Lapa le ong\u2019wan", + "Lapa le imet", + "Lapa le ile", + "Lapa le sapa", + "Lapa le isiet", + "Lapa le saal", + "Lapa le tomon", + "Lapa le tomon obo", + "Lapa le tomon waare" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "saq-ke", + "localeID": "saq_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_saq.js b/src/ngLocale/angular-locale_saq.js new file mode 100644 index 000000000000..24fe989e26e0 --- /dev/null +++ b/src/ngLocale/angular-locale_saq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Tesiran", + "Teipa" + ], + "DAY": [ + "Mderot ee are", + "Mderot ee kuni", + "Mderot ee ong\u2019wan", + "Mderot ee inet", + "Mderot ee ile", + "Mderot ee sapa", + "Mderot ee kwe" + ], + "ERANAMES": [ + "Kabla ya Christo", + "Baada ya Christo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Lapa le obo", + "Lapa le waare", + "Lapa le okuni", + "Lapa le ong\u2019wan", + "Lapa le imet", + "Lapa le ile", + "Lapa le sapa", + "Lapa le isiet", + "Lapa le saal", + "Lapa le tomon", + "Lapa le tomon obo", + "Lapa le tomon waare" + ], + "SHORTDAY": [ + "Are", + "Kun", + "Ong", + "Ine", + "Ile", + "Sap", + "Kwe" + ], + "SHORTMONTH": [ + "Obo", + "Waa", + "Oku", + "Ong", + "Ime", + "Ile", + "Sap", + "Isi", + "Saa", + "Tom", + "Tob", + "Tow" + ], + "STANDALONEMONTH": [ + "Lapa le obo", + "Lapa le waare", + "Lapa le okuni", + "Lapa le ong\u2019wan", + "Lapa le imet", + "Lapa le ile", + "Lapa le sapa", + "Lapa le isiet", + "Lapa le saal", + "Lapa le tomon", + "Lapa le tomon obo", + "Lapa le tomon waare" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "saq", + "localeID": "saq", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sbp-tz.js b/src/ngLocale/angular-locale_sbp-tz.js new file mode 100644 index 000000000000..3464a84c98b4 --- /dev/null +++ b/src/ngLocale/angular-locale_sbp-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Lwamilawu", + "Pashamihe" + ], + "DAY": [ + "Mulungu", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alahamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Ashanali uKilisito", + "Pamwandi ya Kilisto" + ], + "ERAS": [ + "AK", + "PK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Mupalangulwa", + "Mwitope", + "Mushende", + "Munyi", + "Mushende Magali", + "Mujimbi", + "Mushipepo", + "Mupuguto", + "Munyense", + "Mokhu", + "Musongandembwe", + "Muhaano" + ], + "SHORTDAY": [ + "Mul", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Mup", + "Mwi", + "Msh", + "Mun", + "Mag", + "Muj", + "Msp", + "Mpg", + "Mye", + "Mok", + "Mus", + "Muh" + ], + "STANDALONEMONTH": [ + "Mupalangulwa", + "Mwitope", + "Mushende", + "Munyi", + "Mushende Magali", + "Mujimbi", + "Mushipepo", + "Mupuguto", + "Munyense", + "Mokhu", + "Musongandembwe", + "Muhaano" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "sbp-tz", + "localeID": "sbp_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sbp.js b/src/ngLocale/angular-locale_sbp.js new file mode 100644 index 000000000000..a198bf6bd8b9 --- /dev/null +++ b/src/ngLocale/angular-locale_sbp.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Lwamilawu", + "Pashamihe" + ], + "DAY": [ + "Mulungu", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alahamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Ashanali uKilisito", + "Pamwandi ya Kilisto" + ], + "ERAS": [ + "AK", + "PK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Mupalangulwa", + "Mwitope", + "Mushende", + "Munyi", + "Mushende Magali", + "Mujimbi", + "Mushipepo", + "Mupuguto", + "Munyense", + "Mokhu", + "Musongandembwe", + "Muhaano" + ], + "SHORTDAY": [ + "Mul", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Mup", + "Mwi", + "Msh", + "Mun", + "Mag", + "Muj", + "Msp", + "Mpg", + "Mye", + "Mok", + "Mus", + "Muh" + ], + "STANDALONEMONTH": [ + "Mupalangulwa", + "Mwitope", + "Mushende", + "Munyi", + "Mushende Magali", + "Mujimbi", + "Mushipepo", + "Mupuguto", + "Munyense", + "Mokhu", + "Musongandembwe", + "Muhaano" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "sbp", + "localeID": "sbp", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_se-fi.js b/src/ngLocale/angular-locale_se-fi.js new file mode 100644 index 000000000000..4fdcceec8cb4 --- /dev/null +++ b/src/ngLocale/angular-locale_se-fi.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "i\u0111itbeaivet", + "eahketbeaivet" + ], + "DAY": [ + "sotnabeaivi", + "vuoss\u00e1rgga", + "ma\u014b\u014beb\u00e1rgga", + "gaskavahku", + "duorastaga", + "bearjadaga", + "l\u00e1vvardaga" + ], + "ERANAMES": [ + "ovdal Kristtusa", + "ma\u014b\u014bel Kristtusa" + ], + "ERAS": [ + "o.Kr.", + "m.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "o\u0111\u0111ajagem\u00e1nnu", + "guovvam\u00e1nnu", + "njuk\u010dam\u00e1nnu", + "cuo\u014bom\u00e1nnu", + "miessem\u00e1nnu", + "geassem\u00e1nnu", + "suoidnem\u00e1nnu", + "borgem\u00e1nnu", + "\u010dak\u010dam\u00e1nnu", + "golggotm\u00e1nnu", + "sk\u00e1bmam\u00e1nnu", + "juovlam\u00e1nnu" + ], + "SHORTDAY": [ + "sotn", + "vuos", + "ma\u014b", + "gask", + "duor", + "bear", + "l\u00e1v" + ], + "SHORTMONTH": [ + "o\u0111\u0111j", + "guov", + "njuk", + "cuo", + "mies", + "geas", + "suoi", + "borg", + "\u010dak\u010d", + "golg", + "sk\u00e1b", + "juov" + ], + "STANDALONEMONTH": [ + "o\u0111\u0111ajagem\u00e1nnu", + "guovvam\u00e1nnu", + "njuk\u010dam\u00e1nnu", + "cuo\u014bom\u00e1nnu", + "miessem\u00e1nnu", + "geassem\u00e1nnu", + "suoidnem\u00e1nnu", + "borgem\u00e1nnu", + "\u010dak\u010dam\u00e1nnu", + "golggotm\u00e1nnu", + "sk\u00e1bmam\u00e1nnu", + "juovlam\u00e1nnu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "se-fi", + "localeID": "se_FI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_se-no.js b/src/ngLocale/angular-locale_se-no.js new file mode 100644 index 000000000000..4fa6e3a1913a --- /dev/null +++ b/src/ngLocale/angular-locale_se-no.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "i\u0111itbeaivet", + "eahketbeaivet" + ], + "DAY": [ + "sotnabeaivi", + "vuoss\u00e1rga", + "ma\u014b\u014beb\u00e1rga", + "gaskavahkku", + "duorasdat", + "bearjadat", + "l\u00e1vvardat" + ], + "ERANAMES": [ + "ovdal Kristtusa", + "ma\u014b\u014bel Kristtusa" + ], + "ERAS": [ + "o.Kr.", + "m.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "o\u0111\u0111ajagem\u00e1nnu", + "guovvam\u00e1nnu", + "njuk\u010dam\u00e1nnu", + "cuo\u014bom\u00e1nnu", + "miessem\u00e1nnu", + "geassem\u00e1nnu", + "suoidnem\u00e1nnu", + "borgem\u00e1nnu", + "\u010dak\u010dam\u00e1nnu", + "golggotm\u00e1nnu", + "sk\u00e1bmam\u00e1nnu", + "juovlam\u00e1nnu" + ], + "SHORTDAY": [ + "sotn", + "vuos", + "ma\u014b", + "gask", + "duor", + "bear", + "l\u00e1v" + ], + "SHORTMONTH": [ + "o\u0111\u0111j", + "guov", + "njuk", + "cuo", + "mies", + "geas", + "suoi", + "borg", + "\u010dak\u010d", + "golg", + "sk\u00e1b", + "juov" + ], + "STANDALONEMONTH": [ + "o\u0111\u0111ajagem\u00e1nnu", + "guovvam\u00e1nnu", + "njuk\u010dam\u00e1nnu", + "cuo\u014bom\u00e1nnu", + "miessem\u00e1nnu", + "geassem\u00e1nnu", + "suoidnem\u00e1nnu", + "borgem\u00e1nnu", + "\u010dak\u010dam\u00e1nnu", + "golggotm\u00e1nnu", + "sk\u00e1bmam\u00e1nnu", + "juovlam\u00e1nnu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "se-no", + "localeID": "se_NO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_se-se.js b/src/ngLocale/angular-locale_se-se.js new file mode 100644 index 000000000000..ea4545ea99ea --- /dev/null +++ b/src/ngLocale/angular-locale_se-se.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "i\u0111itbeaivet", + "eahketbeaivet" + ], + "DAY": [ + "sotnabeaivi", + "vuoss\u00e1rga", + "ma\u014b\u014beb\u00e1rga", + "gaskavahkku", + "duorasdat", + "bearjadat", + "l\u00e1vvardat" + ], + "ERANAMES": [ + "ovdal Kristtusa", + "ma\u014b\u014bel Kristtusa" + ], + "ERAS": [ + "o.Kr.", + "m.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "o\u0111\u0111ajagem\u00e1nnu", + "guovvam\u00e1nnu", + "njuk\u010dam\u00e1nnu", + "cuo\u014bom\u00e1nnu", + "miessem\u00e1nnu", + "geassem\u00e1nnu", + "suoidnem\u00e1nnu", + "borgem\u00e1nnu", + "\u010dak\u010dam\u00e1nnu", + "golggotm\u00e1nnu", + "sk\u00e1bmam\u00e1nnu", + "juovlam\u00e1nnu" + ], + "SHORTDAY": [ + "sotn", + "vuos", + "ma\u014b", + "gask", + "duor", + "bear", + "l\u00e1v" + ], + "SHORTMONTH": [ + "o\u0111\u0111j", + "guov", + "njuk", + "cuo", + "mies", + "geas", + "suoi", + "borg", + "\u010dak\u010d", + "golg", + "sk\u00e1b", + "juov" + ], + "STANDALONEMONTH": [ + "o\u0111\u0111ajagem\u00e1nnu", + "guovvam\u00e1nnu", + "njuk\u010dam\u00e1nnu", + "cuo\u014bom\u00e1nnu", + "miessem\u00e1nnu", + "geassem\u00e1nnu", + "suoidnem\u00e1nnu", + "borgem\u00e1nnu", + "\u010dak\u010dam\u00e1nnu", + "golggotm\u00e1nnu", + "sk\u00e1bmam\u00e1nnu", + "juovlam\u00e1nnu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "se-se", + "localeID": "se_SE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_se.js b/src/ngLocale/angular-locale_se.js new file mode 100644 index 000000000000..2434e7bdc143 --- /dev/null +++ b/src/ngLocale/angular-locale_se.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "i\u0111itbeaivet", + "eahketbeaivet" + ], + "DAY": [ + "sotnabeaivi", + "vuoss\u00e1rga", + "ma\u014b\u014beb\u00e1rga", + "gaskavahkku", + "duorasdat", + "bearjadat", + "l\u00e1vvardat" + ], + "ERANAMES": [ + "ovdal Kristtusa", + "ma\u014b\u014bel Kristtusa" + ], + "ERAS": [ + "o.Kr.", + "m.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "o\u0111\u0111ajagem\u00e1nnu", + "guovvam\u00e1nnu", + "njuk\u010dam\u00e1nnu", + "cuo\u014bom\u00e1nnu", + "miessem\u00e1nnu", + "geassem\u00e1nnu", + "suoidnem\u00e1nnu", + "borgem\u00e1nnu", + "\u010dak\u010dam\u00e1nnu", + "golggotm\u00e1nnu", + "sk\u00e1bmam\u00e1nnu", + "juovlam\u00e1nnu" + ], + "SHORTDAY": [ + "sotn", + "vuos", + "ma\u014b", + "gask", + "duor", + "bear", + "l\u00e1v" + ], + "SHORTMONTH": [ + "o\u0111\u0111j", + "guov", + "njuk", + "cuo", + "mies", + "geas", + "suoi", + "borg", + "\u010dak\u010d", + "golg", + "sk\u00e1b", + "juov" + ], + "STANDALONEMONTH": [ + "o\u0111\u0111ajagem\u00e1nnu", + "guovvam\u00e1nnu", + "njuk\u010dam\u00e1nnu", + "cuo\u014bom\u00e1nnu", + "miessem\u00e1nnu", + "geassem\u00e1nnu", + "suoidnem\u00e1nnu", + "borgem\u00e1nnu", + "\u010dak\u010dam\u00e1nnu", + "golggotm\u00e1nnu", + "sk\u00e1bmam\u00e1nnu", + "juovlam\u00e1nnu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "se", + "localeID": "se", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_seh-mz.js b/src/ngLocale/angular-locale_seh-mz.js new file mode 100644 index 000000000000..754cf3a28a94 --- /dev/null +++ b/src/ngLocale/angular-locale_seh-mz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Dimingu", + "Chiposi", + "Chipiri", + "Chitatu", + "Chinai", + "Chishanu", + "Sabudu" + ], + "ERANAMES": [ + "Antes de Cristo", + "Anno Domini" + ], + "ERAS": [ + "AC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Janeiro", + "Fevreiro", + "Marco", + "Abril", + "Maio", + "Junho", + "Julho", + "Augusto", + "Setembro", + "Otubro", + "Novembro", + "Decembro" + ], + "SHORTDAY": [ + "Dim", + "Pos", + "Pir", + "Tat", + "Nai", + "Sha", + "Sab" + ], + "SHORTMONTH": [ + "Jan", + "Fev", + "Mar", + "Abr", + "Mai", + "Jun", + "Jul", + "Aug", + "Set", + "Otu", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "Janeiro", + "Fevreiro", + "Marco", + "Abril", + "Maio", + "Junho", + "Julho", + "Augusto", + "Setembro", + "Otubro", + "Novembro", + "Decembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d 'de' MMM 'de' y HH:mm:ss", + "mediumDate": "d 'de' MMM 'de' y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MTn", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "seh-mz", + "localeID": "seh_MZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_seh.js b/src/ngLocale/angular-locale_seh.js new file mode 100644 index 000000000000..69e4680a4661 --- /dev/null +++ b/src/ngLocale/angular-locale_seh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Dimingu", + "Chiposi", + "Chipiri", + "Chitatu", + "Chinai", + "Chishanu", + "Sabudu" + ], + "ERANAMES": [ + "Antes de Cristo", + "Anno Domini" + ], + "ERAS": [ + "AC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Janeiro", + "Fevreiro", + "Marco", + "Abril", + "Maio", + "Junho", + "Julho", + "Augusto", + "Setembro", + "Otubro", + "Novembro", + "Decembro" + ], + "SHORTDAY": [ + "Dim", + "Pos", + "Pir", + "Tat", + "Nai", + "Sha", + "Sab" + ], + "SHORTMONTH": [ + "Jan", + "Fev", + "Mar", + "Abr", + "Mai", + "Jun", + "Jul", + "Aug", + "Set", + "Otu", + "Nov", + "Dec" + ], + "STANDALONEMONTH": [ + "Janeiro", + "Fevreiro", + "Marco", + "Abril", + "Maio", + "Junho", + "Julho", + "Augusto", + "Setembro", + "Otubro", + "Novembro", + "Decembro" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d 'de' MMM 'de' y HH:mm:ss", + "mediumDate": "d 'de' MMM 'de' y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MTn", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "seh", + "localeID": "seh", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ses-ml.js b/src/ngLocale/angular-locale_ses-ml.js new file mode 100644 index 000000000000..16f810b1bf86 --- /dev/null +++ b/src/ngLocale/angular-locale_ses-ml.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Adduha", + "Aluula" + ], + "DAY": [ + "Alhadi", + "Atinni", + "Atalaata", + "Alarba", + "Alhamiisa", + "Alzuma", + "Asibti" + ], + "ERANAMES": [ + "Isaa jine", + "Isaa zamanoo" + ], + "ERAS": [ + "IJ", + "IZ" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "SHORTDAY": [ + "Alh", + "Ati", + "Ata", + "Ala", + "Alm", + "Alz", + "Asi" + ], + "SHORTMONTH": [ + "\u017dan", + "Fee", + "Mar", + "Awi", + "Me", + "\u017duw", + "\u017duy", + "Ut", + "Sek", + "Okt", + "Noo", + "Dee" + ], + "STANDALONEMONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "ses-ml", + "localeID": "ses_ML", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ses.js b/src/ngLocale/angular-locale_ses.js new file mode 100644 index 000000000000..816e7d87e535 --- /dev/null +++ b/src/ngLocale/angular-locale_ses.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Adduha", + "Aluula" + ], + "DAY": [ + "Alhadi", + "Atinni", + "Atalaata", + "Alarba", + "Alhamiisa", + "Alzuma", + "Asibti" + ], + "ERANAMES": [ + "Isaa jine", + "Isaa zamanoo" + ], + "ERAS": [ + "IJ", + "IZ" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "SHORTDAY": [ + "Alh", + "Ati", + "Ata", + "Ala", + "Alm", + "Alz", + "Asi" + ], + "SHORTMONTH": [ + "\u017dan", + "Fee", + "Mar", + "Awi", + "Me", + "\u017duw", + "\u017duy", + "Ut", + "Sek", + "Okt", + "Noo", + "Dee" + ], + "STANDALONEMONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "ses", + "localeID": "ses", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sg-cf.js b/src/ngLocale/angular-locale_sg-cf.js new file mode 100644 index 000000000000..c988bf9434c8 --- /dev/null +++ b/src/ngLocale/angular-locale_sg-cf.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ND", + "LK" + ], + "DAY": [ + "Bikua-\u00f4ko", + "B\u00efkua-\u00fbse", + "B\u00efkua-pt\u00e2", + "B\u00efkua-us\u00ef\u00f6", + "B\u00efkua-ok\u00fc", + "L\u00e2p\u00f4s\u00f6", + "L\u00e2yenga" + ], + "ERANAMES": [ + "K\u00f4zo na Kr\u00eestu", + "Na pek\u00f4 t\u00ee Kr\u00eestu" + ], + "ERAS": [ + "KnK", + "NpK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Nyenye", + "Fulund\u00efgi", + "Mb\u00e4ng\u00fc", + "Ngub\u00f9e", + "B\u00eal\u00e4w\u00fc", + "F\u00f6ndo", + "Lengua", + "K\u00fck\u00fcr\u00fc", + "Mvuka", + "Ngberere", + "Nab\u00e4nd\u00fcru", + "Kakauka" + ], + "SHORTDAY": [ + "Bk1", + "Bk2", + "Bk3", + "Bk4", + "Bk5", + "L\u00e2p", + "L\u00e2y" + ], + "SHORTMONTH": [ + "Nye", + "Ful", + "Mb\u00e4", + "Ngu", + "B\u00eal", + "F\u00f6n", + "Len", + "K\u00fck", + "Mvu", + "Ngb", + "Nab", + "Kak" + ], + "STANDALONEMONTH": [ + "Nyenye", + "Fulund\u00efgi", + "Mb\u00e4ng\u00fc", + "Ngub\u00f9e", + "B\u00eal\u00e4w\u00fc", + "F\u00f6ndo", + "Lengua", + "K\u00fck\u00fcr\u00fc", + "Mvuka", + "Ngberere", + "Nab\u00e4nd\u00fcru", + "Kakauka" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "sg-cf", + "localeID": "sg_CF", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sg.js b/src/ngLocale/angular-locale_sg.js new file mode 100644 index 000000000000..d4b9a504f746 --- /dev/null +++ b/src/ngLocale/angular-locale_sg.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ND", + "LK" + ], + "DAY": [ + "Bikua-\u00f4ko", + "B\u00efkua-\u00fbse", + "B\u00efkua-pt\u00e2", + "B\u00efkua-us\u00ef\u00f6", + "B\u00efkua-ok\u00fc", + "L\u00e2p\u00f4s\u00f6", + "L\u00e2yenga" + ], + "ERANAMES": [ + "K\u00f4zo na Kr\u00eestu", + "Na pek\u00f4 t\u00ee Kr\u00eestu" + ], + "ERAS": [ + "KnK", + "NpK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Nyenye", + "Fulund\u00efgi", + "Mb\u00e4ng\u00fc", + "Ngub\u00f9e", + "B\u00eal\u00e4w\u00fc", + "F\u00f6ndo", + "Lengua", + "K\u00fck\u00fcr\u00fc", + "Mvuka", + "Ngberere", + "Nab\u00e4nd\u00fcru", + "Kakauka" + ], + "SHORTDAY": [ + "Bk1", + "Bk2", + "Bk3", + "Bk4", + "Bk5", + "L\u00e2p", + "L\u00e2y" + ], + "SHORTMONTH": [ + "Nye", + "Ful", + "Mb\u00e4", + "Ngu", + "B\u00eal", + "F\u00f6n", + "Len", + "K\u00fck", + "Mvu", + "Ngb", + "Nab", + "Kak" + ], + "STANDALONEMONTH": [ + "Nyenye", + "Fulund\u00efgi", + "Mb\u00e4ng\u00fc", + "Ngub\u00f9e", + "B\u00eal\u00e4w\u00fc", + "F\u00f6ndo", + "Lengua", + "K\u00fck\u00fcr\u00fc", + "Mvuka", + "Ngberere", + "Nab\u00e4nd\u00fcru", + "Kakauka" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "sg", + "localeID": "sg", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sh.js b/src/ngLocale/angular-locale_sh.js new file mode 100644 index 000000000000..2a242aeddb65 --- /dev/null +++ b/src/ngLocale/angular-locale_sh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "pre podne", + "po podne" + ], + "DAY": [ + "nedelja", + "ponedeljak", + "utorak", + "sreda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "pre nove ere", + "nove ere" + ], + "ERAS": [ + "p. n. e.", + "n. e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "SHORTDAY": [ + "ned", + "pon", + "uto", + "sre", + "\u010det", + "pet", + "sub" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "avg", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sh", + "localeID": "sh", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_shi-latn-ma.js b/src/ngLocale/angular-locale_shi-latn-ma.js new file mode 100644 index 000000000000..7fdd8709e6d2 --- /dev/null +++ b/src/ngLocale/angular-locale_shi-latn-ma.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "tifawt", + "tadgg\u02b7at" + ], + "DAY": [ + "asamas", + "aynas", + "asinas", + "ak\u1e5bas", + "akwas", + "asimwas", + "asi\u1e0dyas" + ], + "ERANAMES": [ + "dat n \u025bisa", + "dffir n \u025bisa" + ], + "ERAS": [ + "da\u025b", + "df\u025b" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "innayr", + "b\u1e5bay\u1e5b", + "ma\u1e5b\u1e63", + "ibrir", + "mayyu", + "yunyu", + "yulyuz", + "\u0263uct", + "cutanbir", + "ktubr", + "nuwanbir", + "dujanbir" + ], + "SHORTDAY": [ + "asa", + "ayn", + "asi", + "ak\u1e5b", + "akw", + "asim", + "asi\u1e0d" + ], + "SHORTMONTH": [ + "inn", + "b\u1e5ba", + "ma\u1e5b", + "ibr", + "may", + "yun", + "yul", + "\u0263uc", + "cut", + "ktu", + "nuw", + "duj" + ], + "STANDALONEMONTH": [ + "innayr", + "b\u1e5bay\u1e5b", + "ma\u1e5b\u1e63", + "ibrir", + "mayyu", + "yunyu", + "yulyuz", + "\u0263uct", + "cutanbir", + "ktubr", + "nuwanbir", + "dujanbir" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "shi-latn-ma", + "localeID": "shi_Latn_MA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_shi-latn.js b/src/ngLocale/angular-locale_shi-latn.js new file mode 100644 index 000000000000..b7265b627d7e --- /dev/null +++ b/src/ngLocale/angular-locale_shi-latn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "tifawt", + "tadgg\u02b7at" + ], + "DAY": [ + "asamas", + "aynas", + "asinas", + "ak\u1e5bas", + "akwas", + "asimwas", + "asi\u1e0dyas" + ], + "ERANAMES": [ + "dat n \u025bisa", + "dffir n \u025bisa" + ], + "ERAS": [ + "da\u025b", + "df\u025b" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "innayr", + "b\u1e5bay\u1e5b", + "ma\u1e5b\u1e63", + "ibrir", + "mayyu", + "yunyu", + "yulyuz", + "\u0263uct", + "cutanbir", + "ktubr", + "nuwanbir", + "dujanbir" + ], + "SHORTDAY": [ + "asa", + "ayn", + "asi", + "ak\u1e5b", + "akw", + "asim", + "asi\u1e0d" + ], + "SHORTMONTH": [ + "inn", + "b\u1e5ba", + "ma\u1e5b", + "ibr", + "may", + "yun", + "yul", + "\u0263uc", + "cut", + "ktu", + "nuw", + "duj" + ], + "STANDALONEMONTH": [ + "innayr", + "b\u1e5bay\u1e5b", + "ma\u1e5b\u1e63", + "ibrir", + "mayyu", + "yunyu", + "yulyuz", + "\u0263uct", + "cutanbir", + "ktubr", + "nuwanbir", + "dujanbir" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "shi-latn", + "localeID": "shi_Latn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_shi-tfng-ma.js b/src/ngLocale/angular-locale_shi-tfng-ma.js new file mode 100644 index 000000000000..a4ba704423df --- /dev/null +++ b/src/ngLocale/angular-locale_shi-tfng-ma.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u2d5c\u2d49\u2d3c\u2d30\u2d61\u2d5c", + "\u2d5c\u2d30\u2d37\u2d33\u2d33\u2d6f\u2d30\u2d5c" + ], + "DAY": [ + "\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59", + "\u2d30\u2d62\u2d4f\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59", + "\u2d30\u2d3d\u2d55\u2d30\u2d59", + "\u2d30\u2d3d\u2d61\u2d30\u2d59", + "\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59" + ], + "ERANAMES": [ + "\u2d37\u2d30\u2d5c \u2d4f \u2d44\u2d49\u2d59\u2d30", + "\u2d37\u2d3c\u2d3c\u2d49\u2d54 \u2d4f \u2d44\u2d49\u2d59\u2d30" + ], + "ERAS": [ + "\u2d37\u2d30\u2d44", + "\u2d37\u2d3c\u2d44" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "SHORTDAY": [ + "\u2d30\u2d59\u2d30", + "\u2d30\u2d62\u2d4f", + "\u2d30\u2d59\u2d49", + "\u2d30\u2d3d\u2d55", + "\u2d30\u2d3d\u2d61", + "\u2d30\u2d59\u2d49\u2d4e", + "\u2d30\u2d59\u2d49\u2d39" + ], + "SHORTMONTH": [ + "\u2d49\u2d4f\u2d4f", + "\u2d31\u2d55\u2d30", + "\u2d4e\u2d30\u2d55", + "\u2d49\u2d31\u2d54", + "\u2d4e\u2d30\u2d62", + "\u2d62\u2d53\u2d4f", + "\u2d62\u2d53\u2d4d", + "\u2d56\u2d53\u2d5b", + "\u2d5b\u2d53\u2d5c", + "\u2d3d\u2d5c\u2d53", + "\u2d4f\u2d53\u2d61", + "\u2d37\u2d53\u2d4a" + ], + "STANDALONEMONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "shi-tfng-ma", + "localeID": "shi_Tfng_MA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_shi-tfng.js b/src/ngLocale/angular-locale_shi-tfng.js new file mode 100644 index 000000000000..2186dacdada7 --- /dev/null +++ b/src/ngLocale/angular-locale_shi-tfng.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u2d5c\u2d49\u2d3c\u2d30\u2d61\u2d5c", + "\u2d5c\u2d30\u2d37\u2d33\u2d33\u2d6f\u2d30\u2d5c" + ], + "DAY": [ + "\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59", + "\u2d30\u2d62\u2d4f\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59", + "\u2d30\u2d3d\u2d55\u2d30\u2d59", + "\u2d30\u2d3d\u2d61\u2d30\u2d59", + "\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59" + ], + "ERANAMES": [ + "\u2d37\u2d30\u2d5c \u2d4f \u2d44\u2d49\u2d59\u2d30", + "\u2d37\u2d3c\u2d3c\u2d49\u2d54 \u2d4f \u2d44\u2d49\u2d59\u2d30" + ], + "ERAS": [ + "\u2d37\u2d30\u2d44", + "\u2d37\u2d3c\u2d44" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "SHORTDAY": [ + "\u2d30\u2d59\u2d30", + "\u2d30\u2d62\u2d4f", + "\u2d30\u2d59\u2d49", + "\u2d30\u2d3d\u2d55", + "\u2d30\u2d3d\u2d61", + "\u2d30\u2d59\u2d49\u2d4e", + "\u2d30\u2d59\u2d49\u2d39" + ], + "SHORTMONTH": [ + "\u2d49\u2d4f\u2d4f", + "\u2d31\u2d55\u2d30", + "\u2d4e\u2d30\u2d55", + "\u2d49\u2d31\u2d54", + "\u2d4e\u2d30\u2d62", + "\u2d62\u2d53\u2d4f", + "\u2d62\u2d53\u2d4d", + "\u2d56\u2d53\u2d5b", + "\u2d5b\u2d53\u2d5c", + "\u2d3d\u2d5c\u2d53", + "\u2d4f\u2d53\u2d61", + "\u2d37\u2d53\u2d4a" + ], + "STANDALONEMONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "shi-tfng", + "localeID": "shi_Tfng", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_shi.js b/src/ngLocale/angular-locale_shi.js new file mode 100644 index 000000000000..a3cd7b7ee39f --- /dev/null +++ b/src/ngLocale/angular-locale_shi.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u2d5c\u2d49\u2d3c\u2d30\u2d61\u2d5c", + "\u2d5c\u2d30\u2d37\u2d33\u2d33\u2d6f\u2d30\u2d5c" + ], + "DAY": [ + "\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59", + "\u2d30\u2d62\u2d4f\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59", + "\u2d30\u2d3d\u2d55\u2d30\u2d59", + "\u2d30\u2d3d\u2d61\u2d30\u2d59", + "\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59" + ], + "ERANAMES": [ + "\u2d37\u2d30\u2d5c \u2d4f \u2d44\u2d49\u2d59\u2d30", + "\u2d37\u2d3c\u2d3c\u2d49\u2d54 \u2d4f \u2d44\u2d49\u2d59\u2d30" + ], + "ERAS": [ + "\u2d37\u2d30\u2d44", + "\u2d37\u2d3c\u2d44" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "SHORTDAY": [ + "\u2d30\u2d59\u2d30", + "\u2d30\u2d62\u2d4f", + "\u2d30\u2d59\u2d49", + "\u2d30\u2d3d\u2d55", + "\u2d30\u2d3d\u2d61", + "\u2d30\u2d59\u2d49\u2d4e", + "\u2d30\u2d59\u2d49\u2d39" + ], + "SHORTMONTH": [ + "\u2d49\u2d4f\u2d4f", + "\u2d31\u2d55\u2d30", + "\u2d4e\u2d30\u2d55", + "\u2d49\u2d31\u2d54", + "\u2d4e\u2d30\u2d62", + "\u2d62\u2d53\u2d4f", + "\u2d62\u2d53\u2d4d", + "\u2d56\u2d53\u2d5b", + "\u2d5b\u2d53\u2d5c", + "\u2d3d\u2d5c\u2d53", + "\u2d4f\u2d53\u2d61", + "\u2d37\u2d53\u2d4a" + ], + "STANDALONEMONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "shi", + "localeID": "shi", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_si-lk.js b/src/ngLocale/angular-locale_si-lk.js new file mode 100644 index 000000000000..b6e49f8d47d4 --- /dev/null +++ b/src/ngLocale/angular-locale_si-lk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0db4\u0dd9.\u0dc0.", + "\u0db4.\u0dc0." + ], + "DAY": [ + "\u0d89\u0dbb\u0dd2\u0daf\u0dcf", + "\u0dc3\u0db3\u0dd4\u0daf\u0dcf", + "\u0d85\u0d9f\u0dc4\u0dbb\u0dd4\u0dc0\u0dcf\u0daf\u0dcf", + "\u0db6\u0daf\u0dcf\u0daf\u0dcf", + "\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca\u0db4\u0dad\u0dd2\u0db1\u0dca\u0daf\u0dcf", + "\u0dc3\u0dd2\u0d9a\u0dd4\u0dbb\u0dcf\u0daf\u0dcf", + "\u0dc3\u0dd9\u0db1\u0dc3\u0dd4\u0dbb\u0dcf\u0daf\u0dcf" + ], + "ERANAMES": [ + "\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0db4\u0dd6\u0dbb\u0dca\u0dc0", + "\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0dc0\u0dbb\u0dca\u0dc2" + ], + "ERAS": [ + "\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0db4\u0dd6.", + "\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0dc0." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2", + "\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2", + "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", + "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", + "\u0db8\u0dd0\u0dba\u0dd2", + "\u0da2\u0dd6\u0db1\u0dd2", + "\u0da2\u0dd6\u0dbd\u0dd2", + "\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4", + "\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", + "\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca", + "\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", + "\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca" + ], + "SHORTDAY": [ + "\u0d89\u0dbb\u0dd2\u0daf\u0dcf", + "\u0dc3\u0db3\u0dd4\u0daf\u0dcf", + "\u0d85\u0d9f\u0dc4", + "\u0db6\u0daf\u0dcf\u0daf\u0dcf", + "\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca", + "\u0dc3\u0dd2\u0d9a\u0dd4", + "\u0dc3\u0dd9\u0db1" + ], + "SHORTMONTH": [ + "\u0da2\u0db1", + "\u0db4\u0dd9\u0db6", + "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", + "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", + "\u0db8\u0dd0\u0dba\u0dd2", + "\u0da2\u0dd6\u0db1\u0dd2", + "\u0da2\u0dd6\u0dbd\u0dd2", + "\u0d85\u0d9c\u0ddd", + "\u0dc3\u0dd0\u0db4\u0dca", + "\u0d94\u0d9a\u0dca", + "\u0db1\u0ddc\u0dc0\u0dd0", + "\u0daf\u0dd9\u0dc3\u0dd0" + ], + "STANDALONEMONTH": [ + "\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2", + "\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2", + "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", + "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", + "\u0db8\u0dd0\u0dba\u0dd2", + "\u0da2\u0dd6\u0db1\u0dd2", + "\u0da2\u0dd6\u0dbd\u0dd2", + "\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4", + "\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", + "\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca", + "\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", + "\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH.mm.ss", + "mediumDate": "y MMM d", + "mediumTime": "HH.mm.ss", + "short": "y-MM-dd HH.mm", + "shortDate": "y-MM-dd", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "si-lk", + "localeID": "si_LK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if ((n == 0 || n == 1) || i == 0 && vf.f == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_si.js b/src/ngLocale/angular-locale_si.js new file mode 100644 index 000000000000..e16b93e29aa8 --- /dev/null +++ b/src/ngLocale/angular-locale_si.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0db4\u0dd9.\u0dc0.", + "\u0db4.\u0dc0." + ], + "DAY": [ + "\u0d89\u0dbb\u0dd2\u0daf\u0dcf", + "\u0dc3\u0db3\u0dd4\u0daf\u0dcf", + "\u0d85\u0d9f\u0dc4\u0dbb\u0dd4\u0dc0\u0dcf\u0daf\u0dcf", + "\u0db6\u0daf\u0dcf\u0daf\u0dcf", + "\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca\u0db4\u0dad\u0dd2\u0db1\u0dca\u0daf\u0dcf", + "\u0dc3\u0dd2\u0d9a\u0dd4\u0dbb\u0dcf\u0daf\u0dcf", + "\u0dc3\u0dd9\u0db1\u0dc3\u0dd4\u0dbb\u0dcf\u0daf\u0dcf" + ], + "ERANAMES": [ + "\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0db4\u0dd6\u0dbb\u0dca\u0dc0", + "\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0dc0\u0dbb\u0dca\u0dc2" + ], + "ERAS": [ + "\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0db4\u0dd6.", + "\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0dc0." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2", + "\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2", + "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", + "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", + "\u0db8\u0dd0\u0dba\u0dd2", + "\u0da2\u0dd6\u0db1\u0dd2", + "\u0da2\u0dd6\u0dbd\u0dd2", + "\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4", + "\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", + "\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca", + "\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", + "\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca" + ], + "SHORTDAY": [ + "\u0d89\u0dbb\u0dd2\u0daf\u0dcf", + "\u0dc3\u0db3\u0dd4\u0daf\u0dcf", + "\u0d85\u0d9f\u0dc4", + "\u0db6\u0daf\u0dcf\u0daf\u0dcf", + "\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca", + "\u0dc3\u0dd2\u0d9a\u0dd4", + "\u0dc3\u0dd9\u0db1" + ], + "SHORTMONTH": [ + "\u0da2\u0db1", + "\u0db4\u0dd9\u0db6", + "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", + "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", + "\u0db8\u0dd0\u0dba\u0dd2", + "\u0da2\u0dd6\u0db1\u0dd2", + "\u0da2\u0dd6\u0dbd\u0dd2", + "\u0d85\u0d9c\u0ddd", + "\u0dc3\u0dd0\u0db4\u0dca", + "\u0d94\u0d9a\u0dca", + "\u0db1\u0ddc\u0dc0\u0dd0", + "\u0daf\u0dd9\u0dc3\u0dd0" + ], + "STANDALONEMONTH": [ + "\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2", + "\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2", + "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", + "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", + "\u0db8\u0dd0\u0dba\u0dd2", + "\u0da2\u0dd6\u0db1\u0dd2", + "\u0da2\u0dd6\u0dbd\u0dd2", + "\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4", + "\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", + "\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca", + "\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", + "\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH.mm.ss", + "mediumDate": "y MMM d", + "mediumTime": "HH.mm.ss", + "short": "y-MM-dd HH.mm", + "shortDate": "y-MM-dd", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "si", + "localeID": "si", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if ((n == 0 || n == 1) || i == 0 && vf.f == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sk-sk.js b/src/ngLocale/angular-locale_sk-sk.js index 1f24ed805e35..4a3427e73376 100644 --- a/src/ngLocale/angular-locale_sk-sk.js +++ b/src/ngLocale/angular-locale_sk-sk.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Sk"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2 || n == 3 || n == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra"],"SHORTMONTH":["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],"DAY":["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],"SHORTDAY":["ne","po","ut","st","št","pi","so"],"AMPMS":["dopoludnia","popoludní"],"medium":"d.M.yyyy H:mm:ss","short":"d.M.yyyy H:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"d.M.yyyy","shortDate":"d.M.yyyy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"id":"sk-sk"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "nede\u013ea", + "pondelok", + "utorok", + "streda", + "\u0161tvrtok", + "piatok", + "sobota" + ], + "ERANAMES": [ + "pred Kristom", + "po Kristovi" + ], + "ERAS": [ + "pred Kr.", + "po Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janu\u00e1ra", + "febru\u00e1ra", + "marca", + "apr\u00edla", + "m\u00e1ja", + "j\u00fana", + "j\u00fala", + "augusta", + "septembra", + "okt\u00f3bra", + "novembra", + "decembra" + ], + "SHORTDAY": [ + "ne", + "po", + "ut", + "st", + "\u0161t", + "pi", + "so" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "m\u00e1j", + "j\u00fan", + "j\u00fal", + "aug", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "janu\u00e1r", + "febru\u00e1r", + "marec", + "apr\u00edl", + "m\u00e1j", + "j\u00fan", + "j\u00fal", + "august", + "september", + "okt\u00f3ber", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. M. y H:mm:ss", + "mediumDate": "d. M. y", + "mediumTime": "H:mm:ss", + "short": "d. M. y H:mm", + "shortDate": "d. M. y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sk-sk", + "localeID": "sk_SK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (i >= 2 && i <= 4 && vf.v == 0) { return PLURAL_CATEGORY.FEW; } if (vf.v != 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sk.js b/src/ngLocale/angular-locale_sk.js index 1a4c42763345..6ff0148f4c8d 100644 --- a/src/ngLocale/angular-locale_sk.js +++ b/src/ngLocale/angular-locale_sk.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra"],"SHORTMONTH":["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],"DAY":["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],"SHORTDAY":["ne","po","ut","st","št","pi","so"],"AMPMS":["dopoludnia","popoludní"],"medium":"d.M.yyyy H:mm:ss","short":"d.M.yyyy H:mm","fullDate":"EEEE, d. MMMM y","longDate":"d. MMMM y","mediumDate":"d.M.yyyy","shortDate":"d.M.yyyy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Sk"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2 || n == 3 || n == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"id":"sk"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "nede\u013ea", + "pondelok", + "utorok", + "streda", + "\u0161tvrtok", + "piatok", + "sobota" + ], + "ERANAMES": [ + "pred Kristom", + "po Kristovi" + ], + "ERAS": [ + "pred Kr.", + "po Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janu\u00e1ra", + "febru\u00e1ra", + "marca", + "apr\u00edla", + "m\u00e1ja", + "j\u00fana", + "j\u00fala", + "augusta", + "septembra", + "okt\u00f3bra", + "novembra", + "decembra" + ], + "SHORTDAY": [ + "ne", + "po", + "ut", + "st", + "\u0161t", + "pi", + "so" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "m\u00e1j", + "j\u00fan", + "j\u00fal", + "aug", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "janu\u00e1r", + "febru\u00e1r", + "marec", + "apr\u00edl", + "m\u00e1j", + "j\u00fan", + "j\u00fal", + "august", + "september", + "okt\u00f3ber", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. M. y H:mm:ss", + "mediumDate": "d. M. y", + "mediumTime": "H:mm:ss", + "short": "d. M. y H:mm", + "shortDate": "d. M. y", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sk", + "localeID": "sk", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } if (i >= 2 && i <= 4 && vf.v == 0) { return PLURAL_CATEGORY.FEW; } if (vf.v != 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sl-si.js b/src/ngLocale/angular-locale_sl-si.js index 6c19c601fa7d..6489321556b8 100644 --- a/src/ngLocale/angular-locale_sl-si.js +++ b/src/ngLocale/angular-locale_sl-si.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if ((n % 100) == 1) { return PLURAL_CATEGORY.ONE; } if ((n % 100) == 2) { return PLURAL_CATEGORY.TWO; } if ((n % 100) == 3 || (n % 100) == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"],"SHORTMONTH":["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],"DAY":["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"],"SHORTDAY":["ned","pon","tor","sre","čet","pet","sob"],"AMPMS":["dop.","pop."],"medium":"d. MMM yyyy HH:mm:ss","short":"d. MM. yy HH:mm","fullDate":"EEEE, dd. MMMM y","longDate":"dd. MMMM y","mediumDate":"d. MMM yyyy","shortDate":"d. MM. yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"sl-si"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "dop.", + "pop." + ], + "DAY": [ + "nedelja", + "ponedeljek", + "torek", + "sreda", + "\u010detrtek", + "petek", + "sobota" + ], + "ERANAMES": [ + "pred Kristusom", + "po Kristusu" + ], + "ERAS": [ + "pr. Kr.", + "po Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "marec", + "april", + "maj", + "junij", + "julij", + "avgust", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "ned.", + "pon.", + "tor.", + "sre.", + "\u010det.", + "pet.", + "sob." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "maj", + "jun.", + "jul.", + "avg.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "marec", + "april", + "maj", + "junij", + "julij", + "avgust", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y", + "longDate": "dd. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "d. MM. yy HH:mm", + "shortDate": "d. MM. yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sl-si", + "localeID": "sl_SI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 100 == 1) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 100 == 2) { return PLURAL_CATEGORY.TWO; } if (vf.v == 0 && i % 100 >= 3 && i % 100 <= 4 || vf.v != 0) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sl.js b/src/ngLocale/angular-locale_sl.js index 4c22f2fea680..3fccc5fef2b3 100644 --- a/src/ngLocale/angular-locale_sl.js +++ b/src/ngLocale/angular-locale_sl.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"],"SHORTMONTH":["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],"DAY":["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"],"SHORTDAY":["ned","pon","tor","sre","čet","pet","sob"],"AMPMS":["dop.","pop."],"medium":"d. MMM yyyy HH:mm:ss","short":"d. MM. yy HH:mm","fullDate":"EEEE, dd. MMMM y","longDate":"dd. MMMM y","mediumDate":"d. MMM yyyy","shortDate":"d. MM. yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if ((n % 100) == 1) { return PLURAL_CATEGORY.ONE; } if ((n % 100) == 2) { return PLURAL_CATEGORY.TWO; } if ((n % 100) == 3 || (n % 100) == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"id":"sl"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "dop.", + "pop." + ], + "DAY": [ + "nedelja", + "ponedeljek", + "torek", + "sreda", + "\u010detrtek", + "petek", + "sobota" + ], + "ERANAMES": [ + "pred Kristusom", + "po Kristusu" + ], + "ERAS": [ + "pr. Kr.", + "po Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "marec", + "april", + "maj", + "junij", + "julij", + "avgust", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "ned.", + "pon.", + "tor.", + "sre.", + "\u010det.", + "pet.", + "sob." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mar.", + "apr.", + "maj", + "jun.", + "jul.", + "avg.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "marec", + "april", + "maj", + "junij", + "julij", + "avgust", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y", + "longDate": "dd. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "d. MM. yy HH:mm", + "shortDate": "d. MM. yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sl", + "localeID": "sl", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 100 == 1) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 100 == 2) { return PLURAL_CATEGORY.TWO; } if (vf.v == 0 && i % 100 >= 3 && i % 100 <= 4 || vf.v != 0) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_smn-fi.js b/src/ngLocale/angular-locale_smn-fi.js new file mode 100644 index 000000000000..fd9483f0e8f7 --- /dev/null +++ b/src/ngLocale/angular-locale_smn-fi.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ip.", + "ep." + ], + "DAY": [ + "pasepeeivi", + "vuossaarg\u00e2", + "majebaarg\u00e2", + "koskoho", + "tuor\u00e2stuv", + "v\u00e1stuppeeivi", + "l\u00e1vurduv" + ], + "ERANAMES": [ + "Ovdil Kristus \u0161odd\u00e2m", + "ma\u014ba Kristus \u0161odd\u00e2m" + ], + "ERAS": [ + "oKr.", + "mKr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "u\u0111\u0111\u00e2ivem\u00e1\u00e1nu", + "kuov\u00e2m\u00e1\u00e1nu", + "njuh\u010d\u00e2m\u00e1\u00e1nu", + "cu\u00e1\u014buim\u00e1\u00e1nu", + "vyesim\u00e1\u00e1nu", + "kesim\u00e1\u00e1nu", + "syeinim\u00e1\u00e1nu", + "porgem\u00e1\u00e1nu", + "\u010doh\u010d\u00e2m\u00e1\u00e1nu", + "roovv\u00e2dm\u00e1\u00e1nu", + "skamm\u00e2m\u00e1\u00e1nu", + "juovl\u00e2m\u00e1\u00e1nu" + ], + "SHORTDAY": [ + "pas", + "vuo", + "maj", + "kos", + "tuo", + "v\u00e1s", + "l\u00e1v" + ], + "SHORTMONTH": [ + "u\u0111iv", + "kuov\u00e2", + "njuh\u010d\u00e2", + "cu\u00e1\u014bui", + "vyesi", + "kesi", + "syeini", + "porge", + "\u010doh\u010d\u00e2", + "roovv\u00e2d", + "skamm\u00e2", + "juovl\u00e2" + ], + "STANDALONEMONTH": [ + "u\u0111\u0111\u00e2ivem\u00e1\u00e1nu", + "kuov\u00e2m\u00e1\u00e1nu", + "njuh\u010d\u00e2m\u00e1\u00e1nu", + "cu\u00e1\u014buim\u00e1\u00e1nu", + "vyesim\u00e1\u00e1nu", + "kesim\u00e1\u00e1nu", + "syeinim\u00e1\u00e1nu", + "porgem\u00e1\u00e1nu", + "\u010doh\u010d\u00e2m\u00e1\u00e1nu", + "roovv\u00e2dm\u00e1\u00e1nu", + "skamm\u00e2m\u00e1\u00e1nu", + "juovl\u00e2m\u00e1\u00e1nu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "cccc, MMMM d. y", + "longDate": "MMMM d. y", + "medium": "MMM d. y H.mm.ss", + "mediumDate": "MMM d. y", + "mediumTime": "H.mm.ss", + "short": "d.M.y H.mm", + "shortDate": "d.M.y", + "shortTime": "H.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "smn-fi", + "localeID": "smn_FI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_smn.js b/src/ngLocale/angular-locale_smn.js new file mode 100644 index 000000000000..d122e7444b22 --- /dev/null +++ b/src/ngLocale/angular-locale_smn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ip.", + "ep." + ], + "DAY": [ + "pasepeeivi", + "vuossaarg\u00e2", + "majebaarg\u00e2", + "koskoho", + "tuor\u00e2stuv", + "v\u00e1stuppeeivi", + "l\u00e1vurduv" + ], + "ERANAMES": [ + "Ovdil Kristus \u0161odd\u00e2m", + "ma\u014ba Kristus \u0161odd\u00e2m" + ], + "ERAS": [ + "oKr.", + "mKr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "u\u0111\u0111\u00e2ivem\u00e1\u00e1nu", + "kuov\u00e2m\u00e1\u00e1nu", + "njuh\u010d\u00e2m\u00e1\u00e1nu", + "cu\u00e1\u014buim\u00e1\u00e1nu", + "vyesim\u00e1\u00e1nu", + "kesim\u00e1\u00e1nu", + "syeinim\u00e1\u00e1nu", + "porgem\u00e1\u00e1nu", + "\u010doh\u010d\u00e2m\u00e1\u00e1nu", + "roovv\u00e2dm\u00e1\u00e1nu", + "skamm\u00e2m\u00e1\u00e1nu", + "juovl\u00e2m\u00e1\u00e1nu" + ], + "SHORTDAY": [ + "pas", + "vuo", + "maj", + "kos", + "tuo", + "v\u00e1s", + "l\u00e1v" + ], + "SHORTMONTH": [ + "u\u0111iv", + "kuov\u00e2", + "njuh\u010d\u00e2", + "cu\u00e1\u014bui", + "vyesi", + "kesi", + "syeini", + "porge", + "\u010doh\u010d\u00e2", + "roovv\u00e2d", + "skamm\u00e2", + "juovl\u00e2" + ], + "STANDALONEMONTH": [ + "u\u0111\u0111\u00e2ivem\u00e1\u00e1nu", + "kuov\u00e2m\u00e1\u00e1nu", + "njuh\u010d\u00e2m\u00e1\u00e1nu", + "cu\u00e1\u014buim\u00e1\u00e1nu", + "vyesim\u00e1\u00e1nu", + "kesim\u00e1\u00e1nu", + "syeinim\u00e1\u00e1nu", + "porgem\u00e1\u00e1nu", + "\u010doh\u010d\u00e2m\u00e1\u00e1nu", + "roovv\u00e2dm\u00e1\u00e1nu", + "skamm\u00e2m\u00e1\u00e1nu", + "juovl\u00e2m\u00e1\u00e1nu" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "cccc, MMMM d. y", + "longDate": "MMMM d. y", + "medium": "MMM d. y H.mm.ss", + "mediumDate": "MMM d. y", + "mediumTime": "H.mm.ss", + "short": "d.M.y H.mm", + "shortDate": "d.M.y", + "shortTime": "H.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "smn", + "localeID": "smn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sn-zw.js b/src/ngLocale/angular-locale_sn-zw.js new file mode 100644 index 000000000000..9efc08183f1b --- /dev/null +++ b/src/ngLocale/angular-locale_sn-zw.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Svondo", + "Muvhuro", + "Chipiri", + "Chitatu", + "China", + "Chishanu", + "Mugovera" + ], + "ERANAMES": [ + "Kristo asati auya", + "mugore ramambo vedu" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Ndira", + "Kukadzi", + "Kurume", + "Kubvumbi", + "Chivabvu", + "Chikumi", + "Chikunguru", + "Nyamavhuvhu", + "Gunyana", + "Gumiguru", + "Mbudzi", + "Zvita" + ], + "SHORTDAY": [ + "Svo", + "Muv", + "Chp", + "Cht", + "Chn", + "Chs", + "Mug" + ], + "SHORTMONTH": [ + "Ndi", + "Kuk", + "Kur", + "Kub", + "Chv", + "Chk", + "Chg", + "Nya", + "Gun", + "Gum", + "Mbu", + "Zvi" + ], + "STANDALONEMONTH": [ + "Ndira", + "Kukadzi", + "Kurume", + "Kubvumbi", + "Chivabvu", + "Chikumi", + "Chikunguru", + "Nyamavhuvhu", + "Gunyana", + "Gumiguru", + "Mbudzi", + "Zvita" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "sn-zw", + "localeID": "sn_ZW", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sn.js b/src/ngLocale/angular-locale_sn.js new file mode 100644 index 000000000000..a59bb09a3fbe --- /dev/null +++ b/src/ngLocale/angular-locale_sn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Svondo", + "Muvhuro", + "Chipiri", + "Chitatu", + "China", + "Chishanu", + "Mugovera" + ], + "ERANAMES": [ + "Kristo asati auya", + "mugore ramambo vedu" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Ndira", + "Kukadzi", + "Kurume", + "Kubvumbi", + "Chivabvu", + "Chikumi", + "Chikunguru", + "Nyamavhuvhu", + "Gunyana", + "Gumiguru", + "Mbudzi", + "Zvita" + ], + "SHORTDAY": [ + "Svo", + "Muv", + "Chp", + "Cht", + "Chn", + "Chs", + "Mug" + ], + "SHORTMONTH": [ + "Ndi", + "Kuk", + "Kur", + "Kub", + "Chv", + "Chk", + "Chg", + "Nya", + "Gun", + "Gum", + "Mbu", + "Zvi" + ], + "STANDALONEMONTH": [ + "Ndira", + "Kukadzi", + "Kurume", + "Kubvumbi", + "Chivabvu", + "Chikumi", + "Chikunguru", + "Nyamavhuvhu", + "Gunyana", + "Gumiguru", + "Mbudzi", + "Zvita" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "sn", + "localeID": "sn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_so-dj.js b/src/ngLocale/angular-locale_so-dj.js new file mode 100644 index 000000000000..71ac785620e1 --- /dev/null +++ b/src/ngLocale/angular-locale_so-dj.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "sn.", + "gn." + ], + "DAY": [ + "Axad", + "Isniin", + "Talaado", + "Arbaco", + "Khamiis", + "Jimco", + "Sabti" + ], + "ERANAMES": [ + "CK", + "CD" + ], + "ERAS": [ + "CK", + "CD" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "SHORTDAY": [ + "Axd", + "Isn", + "Tal", + "Arb", + "Kha", + "Jim", + "Sab" + ], + "SHORTMONTH": [ + "Kob", + "Lab", + "Sad", + "Afr", + "Sha", + "Lix", + "Tod", + "Sid", + "Sag", + "Tob", + "KIT", + "LIT" + ], + "STANDALONEMONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM dd, y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Fdj", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "so-dj", + "localeID": "so_DJ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_so-et.js b/src/ngLocale/angular-locale_so-et.js new file mode 100644 index 000000000000..a78b24426b86 --- /dev/null +++ b/src/ngLocale/angular-locale_so-et.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "sn.", + "gn." + ], + "DAY": [ + "Axad", + "Isniin", + "Talaado", + "Arbaco", + "Khamiis", + "Jimco", + "Sabti" + ], + "ERANAMES": [ + "CK", + "CD" + ], + "ERAS": [ + "CK", + "CD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "SHORTDAY": [ + "Axd", + "Isn", + "Tal", + "Arb", + "Kha", + "Jim", + "Sab" + ], + "SHORTMONTH": [ + "Kob", + "Lab", + "Sad", + "Afr", + "Sha", + "Lix", + "Tod", + "Sid", + "Sag", + "Tob", + "KIT", + "LIT" + ], + "STANDALONEMONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM dd, y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Birr", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "so-et", + "localeID": "so_ET", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_so-ke.js b/src/ngLocale/angular-locale_so-ke.js new file mode 100644 index 000000000000..cd67c8469512 --- /dev/null +++ b/src/ngLocale/angular-locale_so-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "sn.", + "gn." + ], + "DAY": [ + "Axad", + "Isniin", + "Talaado", + "Arbaco", + "Khamiis", + "Jimco", + "Sabti" + ], + "ERANAMES": [ + "CK", + "CD" + ], + "ERAS": [ + "CK", + "CD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "SHORTDAY": [ + "Axd", + "Isn", + "Tal", + "Arb", + "Kha", + "Jim", + "Sab" + ], + "SHORTMONTH": [ + "Kob", + "Lab", + "Sad", + "Afr", + "Sha", + "Lix", + "Tod", + "Sid", + "Sag", + "Tob", + "KIT", + "LIT" + ], + "STANDALONEMONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM dd, y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y HH:mm:ss", + "mediumDate": "dd-MMM-y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "so-ke", + "localeID": "so_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_so-so.js b/src/ngLocale/angular-locale_so-so.js new file mode 100644 index 000000000000..6bca4081e998 --- /dev/null +++ b/src/ngLocale/angular-locale_so-so.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "sn.", + "gn." + ], + "DAY": [ + "Axad", + "Isniin", + "Talaado", + "Arbaco", + "Khamiis", + "Jimco", + "Sabti" + ], + "ERANAMES": [ + "CK", + "CD" + ], + "ERAS": [ + "CK", + "CD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "SHORTDAY": [ + "Axd", + "Isn", + "Tal", + "Arb", + "Kha", + "Jim", + "Sab" + ], + "SHORTMONTH": [ + "Kob", + "Lab", + "Sad", + "Afr", + "Sha", + "Lix", + "Tod", + "Sid", + "Sag", + "Tob", + "KIT", + "LIT" + ], + "STANDALONEMONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM dd, y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "SOS", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "so-so", + "localeID": "so_SO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_so.js b/src/ngLocale/angular-locale_so.js new file mode 100644 index 000000000000..307c6cb5a850 --- /dev/null +++ b/src/ngLocale/angular-locale_so.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "sn.", + "gn." + ], + "DAY": [ + "Axad", + "Isniin", + "Talaado", + "Arbaco", + "Khamiis", + "Jimco", + "Sabti" + ], + "ERANAMES": [ + "CK", + "CD" + ], + "ERAS": [ + "CK", + "CD" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "SHORTDAY": [ + "Axd", + "Isn", + "Tal", + "Arb", + "Kha", + "Jim", + "Sab" + ], + "SHORTMONTH": [ + "Kob", + "Lab", + "Sad", + "Afr", + "Sha", + "Lix", + "Tod", + "Sid", + "Sag", + "Tob", + "KIT", + "LIT" + ], + "STANDALONEMONTH": [ + "Bisha Koobaad", + "Bisha Labaad", + "Bisha Saddexaad", + "Bisha Afraad", + "Bisha Shanaad", + "Bisha Lixaad", + "Bisha Todobaad", + "Bisha Sideedaad", + "Bisha Sagaalaad", + "Bisha Tobnaad", + "Bisha Kow iyo Tobnaad", + "Bisha Laba iyo Tobnaad" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM dd, y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "SOS", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "so", + "localeID": "so", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sq-al.js b/src/ngLocale/angular-locale_sq-al.js index db68783fd9f7..db4e4ba7cabf 100644 --- a/src/ngLocale/angular-locale_sq-al.js +++ b/src/ngLocale/angular-locale_sq-al.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Lek"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"],"SHORTMONTH":["Jan","Shk","Mar","Pri","Maj","Qer","Kor","Gsh","Sht","Tet","Nën","Dhj"],"DAY":["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],"SHORTDAY":["Die","Hën","Mar","Mër","Enj","Pre","Sht"],"AMPMS":["PD","MD"],"medium":"yyyy-MM-dd h.mm.ss.a","short":"yy-MM-dd h.mm.a","fullDate":"EEEE, dd MMMM y","longDate":"dd MMMM y","mediumDate":"yyyy-MM-dd","shortDate":"yy-MM-dd","mediumTime":"h.mm.ss.a","shortTime":"h.mm.a"},"id":"sq-al"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "e paradites", + "e pasdites" + ], + "DAY": [ + "e diel", + "e h\u00ebn\u00eb", + "e mart\u00eb", + "e m\u00ebrkur\u00eb", + "e enjte", + "e premte", + "e shtun\u00eb" + ], + "ERANAMES": [ + "para Krishtit", + "mbas Krishtit" + ], + "ERAS": [ + "p.K.", + "mb.K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janar", + "shkurt", + "mars", + "prill", + "maj", + "qershor", + "korrik", + "gusht", + "shtator", + "tetor", + "n\u00ebntor", + "dhjetor" + ], + "SHORTDAY": [ + "Die", + "H\u00ebn", + "Mar", + "M\u00ebr", + "Enj", + "Pre", + "Sht" + ], + "SHORTMONTH": [ + "jan", + "shk", + "mar", + "pri", + "maj", + "qer", + "kor", + "gsh", + "sht", + "tet", + "n\u00ebn", + "dhj" + ], + "STANDALONEMONTH": [ + "Janar", + "Shkurt", + "Mars", + "Prill", + "Maj", + "Qershor", + "Korrik", + "Gusht", + "Shtator", + "Tetor", + "N\u00ebntor", + "Dhjetor" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d.M.yy h:mm a", + "shortDate": "d.M.yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Lek", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sq-al", + "localeID": "sq_AL", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sq-mk.js b/src/ngLocale/angular-locale_sq-mk.js new file mode 100644 index 000000000000..4f18094f2a90 --- /dev/null +++ b/src/ngLocale/angular-locale_sq-mk.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "e paradites", + "e pasdites" + ], + "DAY": [ + "e diel", + "e h\u00ebn\u00eb", + "e mart\u00eb", + "e m\u00ebrkur\u00eb", + "e enjte", + "e premte", + "e shtun\u00eb" + ], + "ERANAMES": [ + "para Krishtit", + "mbas Krishtit" + ], + "ERAS": [ + "p.K.", + "mb.K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janar", + "shkurt", + "mars", + "prill", + "maj", + "qershor", + "korrik", + "gusht", + "shtator", + "tetor", + "n\u00ebntor", + "dhjetor" + ], + "SHORTDAY": [ + "Die", + "H\u00ebn", + "Mar", + "M\u00ebr", + "Enj", + "Pre", + "Sht" + ], + "SHORTMONTH": [ + "jan", + "shk", + "mar", + "pri", + "maj", + "qer", + "kor", + "gsh", + "sht", + "tet", + "n\u00ebn", + "dhj" + ], + "STANDALONEMONTH": [ + "Janar", + "Shkurt", + "Mars", + "Prill", + "Maj", + "Qershor", + "Korrik", + "Gusht", + "Shtator", + "Tetor", + "N\u00ebntor", + "Dhjetor" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy HH:mm", + "shortDate": "d.M.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sq-mk", + "localeID": "sq_MK", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sq-xk.js b/src/ngLocale/angular-locale_sq-xk.js new file mode 100644 index 000000000000..bfa8d80def49 --- /dev/null +++ b/src/ngLocale/angular-locale_sq-xk.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "e paradites", + "e pasdites" + ], + "DAY": [ + "e diel", + "e h\u00ebn\u00eb", + "e mart\u00eb", + "e m\u00ebrkur\u00eb", + "e enjte", + "e premte", + "e shtun\u00eb" + ], + "ERANAMES": [ + "para Krishtit", + "mbas Krishtit" + ], + "ERAS": [ + "p.K.", + "mb.K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janar", + "shkurt", + "mars", + "prill", + "maj", + "qershor", + "korrik", + "gusht", + "shtator", + "tetor", + "n\u00ebntor", + "dhjetor" + ], + "SHORTDAY": [ + "Die", + "H\u00ebn", + "Mar", + "M\u00ebr", + "Enj", + "Pre", + "Sht" + ], + "SHORTMONTH": [ + "jan", + "shk", + "mar", + "pri", + "maj", + "qer", + "kor", + "gsh", + "sht", + "tet", + "n\u00ebn", + "dhj" + ], + "STANDALONEMONTH": [ + "Janar", + "Shkurt", + "Mars", + "Prill", + "Maj", + "Qershor", + "Korrik", + "Gusht", + "Shtator", + "Tetor", + "N\u00ebntor", + "Dhjetor" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy HH:mm", + "shortDate": "d.M.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sq-xk", + "localeID": "sq_XK", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sq.js b/src/ngLocale/angular-locale_sq.js index 2edb644aa25f..f8d1cb2b731b 100644 --- a/src/ngLocale/angular-locale_sq.js +++ b/src/ngLocale/angular-locale_sq.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"],"SHORTMONTH":["Jan","Shk","Mar","Pri","Maj","Qer","Kor","Gsh","Sht","Tet","Nën","Dhj"],"DAY":["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],"SHORTDAY":["Die","Hën","Mar","Mër","Enj","Pre","Sht"],"AMPMS":["PD","MD"],"medium":"yyyy-MM-dd h.mm.ss.a","short":"yy-MM-dd h.mm.a","fullDate":"EEEE, dd MMMM y","longDate":"dd MMMM y","mediumDate":"yyyy-MM-dd","shortDate":"yy-MM-dd","mediumTime":"h.mm.ss.a","shortTime":"h.mm.a"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Lek"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"sq"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "e paradites", + "e pasdites" + ], + "DAY": [ + "e diel", + "e h\u00ebn\u00eb", + "e mart\u00eb", + "e m\u00ebrkur\u00eb", + "e enjte", + "e premte", + "e shtun\u00eb" + ], + "ERANAMES": [ + "para Krishtit", + "mbas Krishtit" + ], + "ERAS": [ + "p.K.", + "mb.K." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "janar", + "shkurt", + "mars", + "prill", + "maj", + "qershor", + "korrik", + "gusht", + "shtator", + "tetor", + "n\u00ebntor", + "dhjetor" + ], + "SHORTDAY": [ + "Die", + "H\u00ebn", + "Mar", + "M\u00ebr", + "Enj", + "Pre", + "Sht" + ], + "SHORTMONTH": [ + "jan", + "shk", + "mar", + "pri", + "maj", + "qer", + "kor", + "gsh", + "sht", + "tet", + "n\u00ebn", + "dhj" + ], + "STANDALONEMONTH": [ + "Janar", + "Shkurt", + "Mars", + "Prill", + "Maj", + "Qershor", + "Korrik", + "Gusht", + "Shtator", + "Tetor", + "N\u00ebntor", + "Dhjetor" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d.M.yy h:mm a", + "shortDate": "d.M.yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Lek", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sq", + "localeID": "sq", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-cyrl-ba.js b/src/ngLocale/angular-locale_sr-cyrl-ba.js new file mode 100644 index 000000000000..164bdf591bed --- /dev/null +++ b/src/ngLocale/angular-locale_sr-cyrl-ba.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0438\u0458\u0435 \u043f\u043e\u0434\u043d\u0435", + "\u043f\u043e \u043f\u043e\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0458\u0435\u0459\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "\u0443\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0440\u0438\u0458\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "\u043f\u0435\u0442\u0430\u043a", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0438\u0458\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", + "\u043d\u043e\u0432\u0435 \u0435\u0440\u0435" + ], + "ERAS": [ + "\u043f. \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434.", + "\u043f\u043e\u043d.", + "\u0443\u0442.", + "\u0441\u0440.", + "\u0447\u0435\u0442.", + "\u043f\u0435\u0442.", + "\u0441\u0443\u0431." + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d.", + "\u0444\u0435\u0431.", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043f\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u0432.", + "\u0434\u0435\u0446." + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KM", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-cyrl-ba", + "localeID": "sr_Cyrl_BA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-cyrl-me.js b/src/ngLocale/angular-locale_sr-cyrl-me.js new file mode 100644 index 000000000000..12979456c02d --- /dev/null +++ b/src/ngLocale/angular-locale_sr-cyrl-me.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0438\u0458\u0435 \u043f\u043e\u0434\u043d\u0435", + "\u043f\u043e \u043f\u043e\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0458\u0435\u0459\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "\u0443\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0440\u0438\u0458\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "\u043f\u0435\u0442\u0430\u043a", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0438\u0458\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", + "\u043d\u043e\u0432\u0435 \u0435\u0440\u0435" + ], + "ERAS": [ + "\u043f. \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434.", + "\u043f\u043e\u043d.", + "\u0443\u0442.", + "\u0441\u0440.", + "\u0447\u0435\u0442.", + "\u043f\u0435\u0442.", + "\u0441\u0443\u0431." + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d.", + "\u0444\u0435\u0431.", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043f\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u0432.", + "\u0434\u0435\u0446." + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-cyrl-me", + "localeID": "sr_Cyrl_ME", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-cyrl-rs.js b/src/ngLocale/angular-locale_sr-cyrl-rs.js index 2c8d555fc827..3bbf26ab3322 100644 --- a/src/ngLocale/angular-locale_sr-cyrl-rs.js +++ b/src/ngLocale/angular-locale_sr-cyrl-rs.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"РСД"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],"SHORTMONTH":["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],"DAY":["недеља","понедељак","уторак","среда","четвртак","петак","субота"],"SHORTDAY":["нед","пон","уто","сре","чет","пет","суб"],"AMPMS":["пре подне","поподне"],"medium":"dd.MM.y. HH.mm.ss","short":"d.M.yy. HH.mm","fullDate":"EEEE, dd. MMMM y.","longDate":"dd. MMMM y.","mediumDate":"dd.MM.y.","shortDate":"d.M.yy.","mediumTime":"HH.mm.ss","shortTime":"HH.mm"},"id":"sr-cyrl-rs"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", + "\u043f\u043e \u043f\u043e\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u0459\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "\u0443\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "\u043f\u0435\u0442\u0430\u043a", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", + "\u043d\u043e\u0432\u0435 \u0435\u0440\u0435" + ], + "ERAS": [ + "\u043f. \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434", + "\u043f\u043e\u043d", + "\u0443\u0442\u043e", + "\u0441\u0440\u0435", + "\u0447\u0435\u0442", + "\u043f\u0435\u0442", + "\u0441\u0443\u0431" + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d", + "\u0444\u0435\u0431", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043f", + "\u043e\u043a\u0442", + "\u043d\u043e\u0432", + "\u0434\u0435\u0446" + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-cyrl-rs", + "localeID": "sr_Cyrl_RS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-cyrl-xk.js b/src/ngLocale/angular-locale_sr-cyrl-xk.js new file mode 100644 index 000000000000..1d8ad8863f3c --- /dev/null +++ b/src/ngLocale/angular-locale_sr-cyrl-xk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", + "\u043f\u043e \u043f\u043e\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u0459\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "\u0443\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "\u043f\u0435\u0442\u0430\u043a", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", + "\u043d\u043e\u0432\u0435 \u0435\u0440\u0435" + ], + "ERAS": [ + "\u043f. \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434.", + "\u043f\u043e\u043d.", + "\u0443\u0442.", + "\u0441\u0440.", + "\u0447\u0435\u0442.", + "\u043f\u0435\u0442.", + "\u0441\u0443\u0431." + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d.", + "\u0444\u0435\u0431.", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440.", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433.", + "\u0441\u0435\u043f\u0442.", + "\u043e\u043a\u0442.", + "\u043d\u043e\u0432.", + "\u0434\u0435\u0446." + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-cyrl-xk", + "localeID": "sr_Cyrl_XK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-cyrl.js b/src/ngLocale/angular-locale_sr-cyrl.js new file mode 100644 index 000000000000..679afb834216 --- /dev/null +++ b/src/ngLocale/angular-locale_sr-cyrl.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", + "\u043f\u043e \u043f\u043e\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u0459\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "\u0443\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "\u043f\u0435\u0442\u0430\u043a", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", + "\u043d\u043e\u0432\u0435 \u0435\u0440\u0435" + ], + "ERAS": [ + "\u043f. \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434", + "\u043f\u043e\u043d", + "\u0443\u0442\u043e", + "\u0441\u0440\u0435", + "\u0447\u0435\u0442", + "\u043f\u0435\u0442", + "\u0441\u0443\u0431" + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d", + "\u0444\u0435\u0431", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043f", + "\u043e\u043a\u0442", + "\u043d\u043e\u0432", + "\u0434\u0435\u0446" + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-cyrl", + "localeID": "sr_Cyrl", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-latn-ba.js b/src/ngLocale/angular-locale_sr-latn-ba.js new file mode 100644 index 000000000000..fd67003c14be --- /dev/null +++ b/src/ngLocale/angular-locale_sr-latn-ba.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "prije podne", + "po podne" + ], + "DAY": [ + "nedjelja", + "ponedeljak", + "utorak", + "srijeda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "prije nove ere", + "nove ere" + ], + "ERAS": [ + "p. n. e.", + "n. e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "SHORTDAY": [ + "ned.", + "pon.", + "ut.", + "sr.", + "\u010det.", + "pet.", + "sub." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mart", + "apr.", + "maj", + "jun", + "jul", + "avg.", + "sept.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "KM", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-latn-ba", + "localeID": "sr_Latn_BA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-latn-me.js b/src/ngLocale/angular-locale_sr-latn-me.js new file mode 100644 index 000000000000..b5c189625ff8 --- /dev/null +++ b/src/ngLocale/angular-locale_sr-latn-me.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "prije podne", + "po podne" + ], + "DAY": [ + "nedjelja", + "ponedeljak", + "utorak", + "srijeda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "prije nove ere", + "nove ere" + ], + "ERAS": [ + "p. n. e.", + "n. e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "SHORTDAY": [ + "ned.", + "pon.", + "ut.", + "sr.", + "\u010det.", + "pet.", + "sub." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mart", + "apr.", + "maj", + "jun", + "jul", + "avg.", + "sept.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-latn-me", + "localeID": "sr_Latn_ME", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-latn-rs.js b/src/ngLocale/angular-locale_sr-latn-rs.js index 60f25c046208..47ef1d5f64c9 100644 --- a/src/ngLocale/angular-locale_sr-latn-rs.js +++ b/src/ngLocale/angular-locale_sr-latn-rs.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"РСД"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],"SHORTMONTH":["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],"DAY":["недеља","понедељак","уторак","среда","четвртак","петак","субота"],"SHORTDAY":["нед","пон","уто","сре","чет","пет","суб"],"AMPMS":["пре подне","поподне"],"medium":"dd.MM.y. HH.mm.ss","short":"d.M.yy. HH.mm","fullDate":"EEEE, dd. MMMM y.","longDate":"dd. MMMM y.","mediumDate":"dd.MM.y.","shortDate":"d.M.yy.","mediumTime":"HH.mm.ss","shortTime":"HH.mm"},"id":"sr-latn-rs"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "pre podne", + "po podne" + ], + "DAY": [ + "nedelja", + "ponedeljak", + "utorak", + "sreda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "pre nove ere", + "nove ere" + ], + "ERAS": [ + "p. n. e.", + "n. e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "SHORTDAY": [ + "ned", + "pon", + "uto", + "sre", + "\u010det", + "pet", + "sub" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "avg", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-latn-rs", + "localeID": "sr_Latn_RS", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-latn-xk.js b/src/ngLocale/angular-locale_sr-latn-xk.js new file mode 100644 index 000000000000..63d12b1fc677 --- /dev/null +++ b/src/ngLocale/angular-locale_sr-latn-xk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "pre podne", + "po podne" + ], + "DAY": [ + "nedelja", + "ponedeljak", + "utorak", + "sreda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "pre nove ere", + "nove ere" + ], + "ERAS": [ + "p. n. e.", + "n. e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "SHORTDAY": [ + "ned.", + "pon.", + "ut.", + "sr.", + "\u010det.", + "pet.", + "sub." + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mart", + "apr.", + "maj", + "jun", + "jul", + "avg.", + "sept.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-latn-xk", + "localeID": "sr_Latn_XK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-latn.js b/src/ngLocale/angular-locale_sr-latn.js new file mode 100644 index 000000000000..18458493798f --- /dev/null +++ b/src/ngLocale/angular-locale_sr-latn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "pre podne", + "po podne" + ], + "DAY": [ + "nedelja", + "ponedeljak", + "utorak", + "sreda", + "\u010detvrtak", + "petak", + "subota" + ], + "ERANAMES": [ + "pre nove ere", + "nove ere" + ], + "ERAS": [ + "p. n. e.", + "n. e." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "SHORTDAY": [ + "ned", + "pon", + "uto", + "sre", + "\u010det", + "pet", + "sub" + ], + "SHORTMONTH": [ + "jan", + "feb", + "mar", + "apr", + "maj", + "jun", + "jul", + "avg", + "sep", + "okt", + "nov", + "dec" + ], + "STANDALONEMONTH": [ + "januar", + "februar", + "mart", + "april", + "maj", + "jun", + "jul", + "avgust", + "septembar", + "oktobar", + "novembar", + "decembar" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr-latn", + "localeID": "sr_Latn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sr-rs.js b/src/ngLocale/angular-locale_sr-rs.js deleted file mode 100644 index 9f4fccc79525..000000000000 --- a/src/ngLocale/angular-locale_sr-rs.js +++ /dev/null @@ -1,4 +0,0 @@ -angular.module("ngLocale", [], ["$provide", function($provide) { -var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"РСД"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],"SHORTMONTH":["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],"DAY":["недеља","понедељак","уторак","среда","четвртак","петак","субота"],"SHORTDAY":["нед","пон","уто","сре","чет","пет","суб"],"AMPMS":["пре подне","поподне"],"medium":"dd.MM.y. HH.mm.ss","short":"d.M.yy. HH.mm","fullDate":"EEEE, dd. MMMM y.","longDate":"dd. MMMM y.","mediumDate":"dd.MM.y.","shortDate":"d.M.yy.","mediumTime":"HH.mm.ss","shortTime":"HH.mm"},"id":"sr-rs"}); -}]); \ No newline at end of file diff --git a/src/ngLocale/angular-locale_sr.js b/src/ngLocale/angular-locale_sr.js index f1533d250ced..1199c0e8d491 100644 --- a/src/ngLocale/angular-locale_sr.js +++ b/src/ngLocale/angular-locale_sr.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],"SHORTMONTH":["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],"DAY":["недеља","понедељак","уторак","среда","четвртак","петак","субота"],"SHORTDAY":["нед","пон","уто","сре","чет","пет","суб"],"AMPMS":["пре подне","поподне"],"medium":"dd.MM.y. HH.mm.ss","short":"d.M.yy. HH.mm","fullDate":"EEEE, dd. MMMM y.","longDate":"dd. MMMM y.","mediumDate":"dd.MM.y.","shortDate":"d.M.yy.","mediumTime":"HH.mm.ss","shortTime":"HH.mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"РСД"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"id":"sr"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", + "\u043f\u043e \u043f\u043e\u0434\u043d\u0435" + ], + "DAY": [ + "\u043d\u0435\u0434\u0435\u0459\u0430", + "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "\u0443\u0442\u043e\u0440\u0430\u043a", + "\u0441\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "\u043f\u0435\u0442\u0430\u043a", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u043f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", + "\u043d\u043e\u0432\u0435 \u0435\u0440\u0435" + ], + "ERAS": [ + "\u043f. \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "SHORTDAY": [ + "\u043d\u0435\u0434", + "\u043f\u043e\u043d", + "\u0443\u0442\u043e", + "\u0441\u0440\u0435", + "\u0447\u0435\u0442", + "\u043f\u0435\u0442", + "\u0441\u0443\u0431" + ], + "SHORTMONTH": [ + "\u0458\u0430\u043d", + "\u0444\u0435\u0431", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043f", + "\u043e\u043a\u0442", + "\u043d\u043e\u0432", + "\u0434\u0435\u0446" + ], + "STANDALONEMONTH": [ + "\u0458\u0430\u043d\u0443\u0430\u0440", + "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0438\u043b", + "\u043c\u0430\u0458", + "\u0458\u0443\u043d", + "\u0458\u0443\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH:mm:ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.yy. HH:mm", + "shortDate": "d.M.yy.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sr", + "localeID": "sr", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11 || vf.f % 10 == 1 && vf.f % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14) || vf.f % 10 >= 2 && vf.f % 10 <= 4 && (vf.f % 100 < 12 || vf.f % 100 > 14)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sv-ax.js b/src/ngLocale/angular-locale_sv-ax.js new file mode 100644 index 000000000000..919d4a69d59a --- /dev/null +++ b/src/ngLocale/angular-locale_sv-ax.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "fm", + "em" + ], + "DAY": [ + "s\u00f6ndag", + "m\u00e5ndag", + "tisdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f6rdag" + ], + "ERANAMES": [ + "f\u00f6re Kristus", + "efter Kristus" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "mars", + "april", + "maj", + "juni", + "juli", + "augusti", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "s\u00f6n", + "m\u00e5n", + "tis", + "ons", + "tors", + "fre", + "l\u00f6r" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mars", + "apr.", + "maj", + "juni", + "juli", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "mars", + "april", + "maj", + "juni", + "juli", + "augusti", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sv-ax", + "localeID": "sv_AX", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sv-fi.js b/src/ngLocale/angular-locale_sv-fi.js new file mode 100644 index 000000000000..0a8bd8f2014c --- /dev/null +++ b/src/ngLocale/angular-locale_sv-fi.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "fm", + "em" + ], + "DAY": [ + "s\u00f6ndag", + "m\u00e5ndag", + "tisdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f6rdag" + ], + "ERANAMES": [ + "f\u00f6re Kristus", + "efter Kristus" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "mars", + "april", + "maj", + "juni", + "juli", + "augusti", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "s\u00f6n", + "m\u00e5n", + "tis", + "ons", + "tors", + "fre", + "l\u00f6r" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mars", + "apr.", + "maj", + "juni", + "juli", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "mars", + "april", + "maj", + "juni", + "juli", + "augusti", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-y HH:mm", + "shortDate": "dd-MM-y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sv-fi", + "localeID": "sv_FI", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sv-se.js b/src/ngLocale/angular-locale_sv-se.js index ffe127754099..4498117b0c67 100644 --- a/src/ngLocale/angular-locale_sv-se.js +++ b/src/ngLocale/angular-locale_sv-se.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"kr"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],"SHORTMONTH":["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],"DAY":["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],"SHORTDAY":["sön","mån","tis","ons","tors","fre","lör"],"AMPMS":["fm","em"],"medium":"d MMM y HH:mm:ss","short":"yyyy-MM-dd HH:mm","fullDate":"EEEE'en' 'den' d:'e' MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"yyyy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"sv-se"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "fm", + "em" + ], + "DAY": [ + "s\u00f6ndag", + "m\u00e5ndag", + "tisdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f6rdag" + ], + "ERANAMES": [ + "f\u00f6re Kristus", + "efter Kristus" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "mars", + "april", + "maj", + "juni", + "juli", + "augusti", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "s\u00f6n", + "m\u00e5n", + "tis", + "ons", + "tors", + "fre", + "l\u00f6r" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mars", + "apr.", + "maj", + "juni", + "juli", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "mars", + "april", + "maj", + "juni", + "juli", + "augusti", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sv-se", + "localeID": "sv_SE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sv.js b/src/ngLocale/angular-locale_sv.js index 69c622d0285f..6849415844d7 100644 --- a/src/ngLocale/angular-locale_sv.js +++ b/src/ngLocale/angular-locale_sv.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],"SHORTMONTH":["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],"DAY":["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],"SHORTDAY":["sön","mån","tis","ons","tors","fre","lör"],"AMPMS":["fm","em"],"medium":"d MMM y HH:mm:ss","short":"yyyy-MM-dd HH:mm","fullDate":"EEEE'en' 'den' d:'e' MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"yyyy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"kr"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"sv"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "fm", + "em" + ], + "DAY": [ + "s\u00f6ndag", + "m\u00e5ndag", + "tisdag", + "onsdag", + "torsdag", + "fredag", + "l\u00f6rdag" + ], + "ERANAMES": [ + "f\u00f6re Kristus", + "efter Kristus" + ], + "ERAS": [ + "f.Kr.", + "e.Kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "januari", + "februari", + "mars", + "april", + "maj", + "juni", + "juli", + "augusti", + "september", + "oktober", + "november", + "december" + ], + "SHORTDAY": [ + "s\u00f6n", + "m\u00e5n", + "tis", + "ons", + "tors", + "fre", + "l\u00f6r" + ], + "SHORTMONTH": [ + "jan.", + "feb.", + "mars", + "apr.", + "maj", + "juni", + "juli", + "aug.", + "sep.", + "okt.", + "nov.", + "dec." + ], + "STANDALONEMONTH": [ + "januari", + "februari", + "mars", + "april", + "maj", + "juni", + "juli", + "augusti", + "september", + "oktober", + "november", + "december" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "sv", + "localeID": "sv", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sw-cd.js b/src/ngLocale/angular-locale_sw-cd.js new file mode 100644 index 000000000000..855a037fc843 --- /dev/null +++ b/src/ngLocale/angular-locale_sw-cd.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Asubuhi", + "Mchana" + ], + "DAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristo", + "Baada ya Kristo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FrCD", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "sw-cd", + "localeID": "sw_CD", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sw-ke.js b/src/ngLocale/angular-locale_sw-ke.js new file mode 100644 index 000000000000..9f6e9974b8b1 --- /dev/null +++ b/src/ngLocale/angular-locale_sw-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristo", + "Baada ya Kristo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "sw-ke", + "localeID": "sw_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sw-tz.js b/src/ngLocale/angular-locale_sw-tz.js index c4d49fc7f3ed..1d02d0a54e1b 100644 --- a/src/ngLocale/angular-locale_sw-tz.js +++ b/src/ngLocale/angular-locale_sw-tz.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"TZS"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"],"SHORTMONTH":["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],"DAY":["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],"SHORTDAY":["J2","J3","J4","J5","Alh","Ij","J1"],"AMPMS":["asubuhi","alasiri"],"medium":"d MMM y h:mm:ss a","short":"dd/MM/yyyy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yyyy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"sw-tz"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Asubuhi", + "Mchana" + ], + "DAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristo", + "Baada ya Kristo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "sw-tz", + "localeID": "sw_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sw-ug.js b/src/ngLocale/angular-locale_sw-ug.js new file mode 100644 index 000000000000..93f7025307a7 --- /dev/null +++ b/src/ngLocale/angular-locale_sw-ug.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Asubuhi", + "Mchana" + ], + "DAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristo", + "Baada ya Kristo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "sw-ug", + "localeID": "sw_UG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_sw.js b/src/ngLocale/angular-locale_sw.js index 1452f5102618..3241426741ff 100644 --- a/src/ngLocale/angular-locale_sw.js +++ b/src/ngLocale/angular-locale_sw.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"],"SHORTMONTH":["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],"DAY":["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],"SHORTDAY":["J2","J3","J4","J5","Alh","Ij","J1"],"AMPMS":["asubuhi","alasiri"],"medium":"d MMM y h:mm:ss a","short":"dd/MM/yyyy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yyyy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"TZS"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"sw"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Asubuhi", + "Mchana" + ], + "DAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristo", + "Baada ya Kristo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jumapili", + "Jumatatu", + "Jumanne", + "Jumatano", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprili", + "Mei", + "Juni", + "Julai", + "Agosti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "sw", + "localeID": "sw", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ta-in.js b/src/ngLocale/angular-locale_ta-in.js index 51f405b5b031..29c56149781d 100644 --- a/src/ngLocale/angular-locale_ta-in.js +++ b/src/ngLocale/angular-locale_ta-in.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டெம்ப்ர்","அக்டோபர்","நவம்பர்","டிசம்பர்"],"SHORTMONTH":["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],"DAY":["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],"SHORTDAY":["ஞா","தி","செ","பு","வி","வெ","ச"],"AMPMS":["am","pm"],"medium":"d MMM, y h:mm:ss a","short":"d-M-yy h:mm a","fullDate":"EEEE, d MMMM, y","longDate":"d MMMM, y","mediumDate":"d MMM, y","shortDate":"d-M-yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"ta-in"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd", + "\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd" + ], + "DAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", + "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", + "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", + "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", + "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", + "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", + "\u0b9a\u0ba9\u0bbf" + ], + "ERANAMES": [ + "\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd", + "\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf" + ], + "ERAS": [ + "\u0b95\u0bbf.\u0bae\u0bc1.", + "\u0b95\u0bbf.\u0baa\u0bbf." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "SHORTDAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf.", + "\u0ba4\u0bbf\u0b99\u0bcd.", + "\u0b9a\u0bc6\u0bb5\u0bcd.", + "\u0baa\u0bc1\u0ba4.", + "\u0bb5\u0bbf\u0baf\u0bbe.", + "\u0bb5\u0bc6\u0bb3\u0bcd.", + "\u0b9a\u0ba9\u0bbf" + ], + "SHORTMONTH": [ + "\u0b9c\u0ba9.", + "\u0baa\u0bbf\u0baa\u0bcd.", + "\u0bae\u0bbe\u0bb0\u0bcd.", + "\u0b8f\u0baa\u0bcd.", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95.", + "\u0b9a\u0bc6\u0baa\u0bcd.", + "\u0b85\u0b95\u0bcd.", + "\u0ba8\u0bb5.", + "\u0b9f\u0bbf\u0b9a." + ], + "STANDALONEMONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y a h:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "a h:mm:ss", + "short": "d/M/yy a h:mm", + "shortDate": "d/M/yy", + "shortTime": "a h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ta-in", + "localeID": "ta_IN", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ta-lk.js b/src/ngLocale/angular-locale_ta-lk.js new file mode 100644 index 000000000000..21942eb7f414 --- /dev/null +++ b/src/ngLocale/angular-locale_ta-lk.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd", + "\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd" + ], + "DAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", + "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", + "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", + "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", + "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", + "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", + "\u0b9a\u0ba9\u0bbf" + ], + "ERANAMES": [ + "\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd", + "\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf" + ], + "ERAS": [ + "\u0b95\u0bbf.\u0bae\u0bc1.", + "\u0b95\u0bbf.\u0baa\u0bbf." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "SHORTDAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf.", + "\u0ba4\u0bbf\u0b99\u0bcd.", + "\u0b9a\u0bc6\u0bb5\u0bcd.", + "\u0baa\u0bc1\u0ba4.", + "\u0bb5\u0bbf\u0baf\u0bbe.", + "\u0bb5\u0bc6\u0bb3\u0bcd.", + "\u0b9a\u0ba9\u0bbf" + ], + "SHORTMONTH": [ + "\u0b9c\u0ba9.", + "\u0baa\u0bbf\u0baa\u0bcd.", + "\u0bae\u0bbe\u0bb0\u0bcd.", + "\u0b8f\u0baa\u0bcd.", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95.", + "\u0b9a\u0bc6\u0baa\u0bcd.", + "\u0b85\u0b95\u0bcd.", + "\u0ba8\u0bb5.", + "\u0b9f\u0bbf\u0b9a." + ], + "STANDALONEMONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ta-lk", + "localeID": "ta_LK", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ta-my.js b/src/ngLocale/angular-locale_ta-my.js new file mode 100644 index 000000000000..7963f1bb9642 --- /dev/null +++ b/src/ngLocale/angular-locale_ta-my.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd", + "\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd" + ], + "DAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", + "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", + "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", + "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", + "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", + "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", + "\u0b9a\u0ba9\u0bbf" + ], + "ERANAMES": [ + "\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd", + "\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf" + ], + "ERAS": [ + "\u0b95\u0bbf.\u0bae\u0bc1.", + "\u0b95\u0bbf.\u0baa\u0bbf." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "SHORTDAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf.", + "\u0ba4\u0bbf\u0b99\u0bcd.", + "\u0b9a\u0bc6\u0bb5\u0bcd.", + "\u0baa\u0bc1\u0ba4.", + "\u0bb5\u0bbf\u0baf\u0bbe.", + "\u0bb5\u0bc6\u0bb3\u0bcd.", + "\u0b9a\u0ba9\u0bbf" + ], + "SHORTMONTH": [ + "\u0b9c\u0ba9.", + "\u0baa\u0bbf\u0baa\u0bcd.", + "\u0bae\u0bbe\u0bb0\u0bcd.", + "\u0b8f\u0baa\u0bcd.", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95.", + "\u0b9a\u0bc6\u0baa\u0bcd.", + "\u0b85\u0b95\u0bcd.", + "\u0ba8\u0bb5.", + "\u0b9f\u0bbf\u0b9a." + ], + "STANDALONEMONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y a h:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "a h:mm:ss", + "short": "d/M/yy a h:mm", + "shortDate": "d/M/yy", + "shortTime": "a h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RM", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ta-my", + "localeID": "ta_MY", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ta-sg.js b/src/ngLocale/angular-locale_ta-sg.js new file mode 100644 index 000000000000..c862ad306f2d --- /dev/null +++ b/src/ngLocale/angular-locale_ta-sg.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd", + "\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd" + ], + "DAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", + "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", + "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", + "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", + "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", + "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", + "\u0b9a\u0ba9\u0bbf" + ], + "ERANAMES": [ + "\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd", + "\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf" + ], + "ERAS": [ + "\u0b95\u0bbf.\u0bae\u0bc1.", + "\u0b95\u0bbf.\u0baa\u0bbf." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "SHORTDAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf.", + "\u0ba4\u0bbf\u0b99\u0bcd.", + "\u0b9a\u0bc6\u0bb5\u0bcd.", + "\u0baa\u0bc1\u0ba4.", + "\u0bb5\u0bbf\u0baf\u0bbe.", + "\u0bb5\u0bc6\u0bb3\u0bcd.", + "\u0b9a\u0ba9\u0bbf" + ], + "SHORTMONTH": [ + "\u0b9c\u0ba9.", + "\u0baa\u0bbf\u0baa\u0bcd.", + "\u0bae\u0bbe\u0bb0\u0bcd.", + "\u0b8f\u0baa\u0bcd.", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95.", + "\u0b9a\u0bc6\u0baa\u0bcd.", + "\u0b85\u0b95\u0bcd.", + "\u0ba8\u0bb5.", + "\u0b9f\u0bbf\u0b9a." + ], + "STANDALONEMONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y a h:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "a h:mm:ss", + "short": "d/M/yy a h:mm", + "shortDate": "d/M/yy", + "shortTime": "a h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ta-sg", + "localeID": "ta_SG", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ta.js b/src/ngLocale/angular-locale_ta.js index 8cf71f6a6942..9701a55ba658 100644 --- a/src/ngLocale/angular-locale_ta.js +++ b/src/ngLocale/angular-locale_ta.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டெம்ப்ர்","அக்டோபர்","நவம்பர்","டிசம்பர்"],"SHORTMONTH":["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],"DAY":["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],"SHORTDAY":["ஞா","தி","செ","பு","வி","வெ","ச"],"AMPMS":["am","pm"],"medium":"d MMM, y h:mm:ss a","short":"d-M-yy h:mm a","fullDate":"EEEE, d MMMM, y","longDate":"d MMMM, y","mediumDate":"d MMM, y","shortDate":"d-M-yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"ta"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd", + "\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd" + ], + "DAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", + "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", + "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", + "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", + "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", + "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", + "\u0b9a\u0ba9\u0bbf" + ], + "ERANAMES": [ + "\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd", + "\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf" + ], + "ERAS": [ + "\u0b95\u0bbf.\u0bae\u0bc1.", + "\u0b95\u0bbf.\u0baa\u0bbf." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "SHORTDAY": [ + "\u0b9e\u0bbe\u0baf\u0bbf.", + "\u0ba4\u0bbf\u0b99\u0bcd.", + "\u0b9a\u0bc6\u0bb5\u0bcd.", + "\u0baa\u0bc1\u0ba4.", + "\u0bb5\u0bbf\u0baf\u0bbe.", + "\u0bb5\u0bc6\u0bb3\u0bcd.", + "\u0b9a\u0ba9\u0bbf" + ], + "SHORTMONTH": [ + "\u0b9c\u0ba9.", + "\u0baa\u0bbf\u0baa\u0bcd.", + "\u0bae\u0bbe\u0bb0\u0bcd.", + "\u0b8f\u0baa\u0bcd.", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95.", + "\u0b9a\u0bc6\u0baa\u0bcd.", + "\u0b85\u0b95\u0bcd.", + "\u0ba8\u0bb5.", + "\u0b9f\u0bbf\u0b9a." + ], + "STANDALONEMONTH": [ + "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "\u0bae\u0bc7", + "\u0b9c\u0bc2\u0ba9\u0bcd", + "\u0b9c\u0bc2\u0bb2\u0bc8", + "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y a h:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "a h:mm:ss", + "short": "d/M/yy a h:mm", + "shortDate": "d/M/yy", + "shortTime": "a h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ta", + "localeID": "ta", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_te-in.js b/src/ngLocale/angular-locale_te-in.js index 97c570119670..dd4dfe1c1821 100644 --- a/src/ngLocale/angular-locale_te-in.js +++ b/src/ngLocale/angular-locale_te-in.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జూలై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"],"SHORTMONTH":["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జూలై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"],"DAY":["ఆదివారం","సోమవారం","మంగళవారం","బుధవారం","గురువారం","శుక్రవారం","శనివారం"],"SHORTDAY":["ఆది","సోమ","మంగళ","బుధ","గురు","శుక్ర","శని"],"AMPMS":["ఉ","సా"],"medium":"d MMM y h:mm:ss a","short":"dd-MM-yy h:mm a","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd-MM-yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"te-in"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02", + "\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02", + "\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02", + "\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02", + "\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02", + "\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02", + "\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02" + ], + "ERANAMES": [ + "\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c02", + "\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c36\u0c15\u0c02" + ], + "ERAS": [ + "\u0c15\u0c4d\u0c30\u0c40\u0c2a\u0c42", + "\u0c15\u0c4d\u0c30\u0c40\u0c36" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0c1c\u0c28\u0c35\u0c30\u0c3f", + "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", + "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", + "\u0c2e\u0c47", + "\u0c1c\u0c42\u0c28\u0c4d", + "\u0c1c\u0c41\u0c32\u0c48", + "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", + "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", + "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", + "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", + "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" + ], + "SHORTDAY": [ + "\u0c06\u0c26\u0c3f", + "\u0c38\u0c4b\u0c2e", + "\u0c2e\u0c02\u0c17\u0c33", + "\u0c2c\u0c41\u0c27", + "\u0c17\u0c41\u0c30\u0c41", + "\u0c36\u0c41\u0c15\u0c4d\u0c30", + "\u0c36\u0c28\u0c3f" + ], + "SHORTMONTH": [ + "\u0c1c\u0c28", + "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30", + "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f", + "\u0c2e\u0c47", + "\u0c1c\u0c42\u0c28\u0c4d", + "\u0c1c\u0c41\u0c32\u0c48", + "\u0c06\u0c17", + "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02", + "\u0c05\u0c15\u0c4d\u0c1f\u0c4b", + "\u0c28\u0c35\u0c02", + "\u0c21\u0c3f\u0c38\u0c46\u0c02" + ], + "STANDALONEMONTH": [ + "\u0c1c\u0c28\u0c35\u0c30\u0c3f", + "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", + "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", + "\u0c2e\u0c47", + "\u0c1c\u0c42\u0c28\u0c4d", + "\u0c1c\u0c41\u0c32\u0c48", + "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", + "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", + "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", + "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", + "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "d, MMMM y, EEEE", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "dd-MM-yy h:mm a", + "shortDate": "dd-MM-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "te-in", + "localeID": "te_IN", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_te.js b/src/ngLocale/angular-locale_te.js index b0a8d3d8524f..5154acd123a2 100644 --- a/src/ngLocale/angular-locale_te.js +++ b/src/ngLocale/angular-locale_te.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జూలై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"],"SHORTMONTH":["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జూలై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"],"DAY":["ఆదివారం","సోమవారం","మంగళవారం","బుధవారం","గురువారం","శుక్రవారం","శనివారం"],"SHORTDAY":["ఆది","సోమ","మంగళ","బుధ","గురు","శుక్ర","శని"],"AMPMS":["ఉ","సా"],"medium":"d MMM y h:mm:ss a","short":"dd-MM-yy h:mm a","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd-MM-yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":2,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":2,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"te"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02", + "\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02", + "\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02", + "\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02", + "\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02", + "\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02", + "\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02" + ], + "ERANAMES": [ + "\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c02", + "\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c36\u0c15\u0c02" + ], + "ERAS": [ + "\u0c15\u0c4d\u0c30\u0c40\u0c2a\u0c42", + "\u0c15\u0c4d\u0c30\u0c40\u0c36" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0c1c\u0c28\u0c35\u0c30\u0c3f", + "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", + "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", + "\u0c2e\u0c47", + "\u0c1c\u0c42\u0c28\u0c4d", + "\u0c1c\u0c41\u0c32\u0c48", + "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", + "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", + "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", + "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", + "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" + ], + "SHORTDAY": [ + "\u0c06\u0c26\u0c3f", + "\u0c38\u0c4b\u0c2e", + "\u0c2e\u0c02\u0c17\u0c33", + "\u0c2c\u0c41\u0c27", + "\u0c17\u0c41\u0c30\u0c41", + "\u0c36\u0c41\u0c15\u0c4d\u0c30", + "\u0c36\u0c28\u0c3f" + ], + "SHORTMONTH": [ + "\u0c1c\u0c28", + "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30", + "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f", + "\u0c2e\u0c47", + "\u0c1c\u0c42\u0c28\u0c4d", + "\u0c1c\u0c41\u0c32\u0c48", + "\u0c06\u0c17", + "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02", + "\u0c05\u0c15\u0c4d\u0c1f\u0c4b", + "\u0c28\u0c35\u0c02", + "\u0c21\u0c3f\u0c38\u0c46\u0c02" + ], + "STANDALONEMONTH": [ + "\u0c1c\u0c28\u0c35\u0c30\u0c3f", + "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", + "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", + "\u0c2e\u0c47", + "\u0c1c\u0c42\u0c28\u0c4d", + "\u0c1c\u0c41\u0c32\u0c48", + "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", + "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", + "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", + "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", + "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "d, MMMM y, EEEE", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "dd-MM-yy h:mm a", + "shortDate": "dd-MM-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "te", + "localeID": "te", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_teo-ke.js b/src/ngLocale/angular-locale_teo-ke.js new file mode 100644 index 000000000000..70feee6e8b44 --- /dev/null +++ b/src/ngLocale/angular-locale_teo-ke.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Taparachu", + "Ebongi" + ], + "DAY": [ + "Nakaejuma", + "Nakaebarasa", + "Nakaare", + "Nakauni", + "Nakaung\u2019on", + "Nakakany", + "Nakasabiti" + ], + "ERANAMES": [ + "Kabla ya Christo", + "Baada ya Christo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Orara", + "Omuk", + "Okwamg\u2019", + "Odung\u2019el", + "Omaruk", + "Omodok\u2019king\u2019ol", + "Ojola", + "Opedel", + "Osokosokoma", + "Otibar", + "Olabor", + "Opoo" + ], + "SHORTDAY": [ + "Jum", + "Bar", + "Aar", + "Uni", + "Ung", + "Kan", + "Sab" + ], + "SHORTMONTH": [ + "Rar", + "Muk", + "Kwa", + "Dun", + "Mar", + "Mod", + "Jol", + "Ped", + "Sok", + "Tib", + "Lab", + "Poo" + ], + "STANDALONEMONTH": [ + "Orara", + "Omuk", + "Okwamg\u2019", + "Odung\u2019el", + "Omaruk", + "Omodok\u2019king\u2019ol", + "Ojola", + "Opedel", + "Osokosokoma", + "Otibar", + "Olabor", + "Opoo" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ksh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "teo-ke", + "localeID": "teo_KE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_teo-ug.js b/src/ngLocale/angular-locale_teo-ug.js new file mode 100644 index 000000000000..326f3f537bd4 --- /dev/null +++ b/src/ngLocale/angular-locale_teo-ug.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Taparachu", + "Ebongi" + ], + "DAY": [ + "Nakaejuma", + "Nakaebarasa", + "Nakaare", + "Nakauni", + "Nakaung\u2019on", + "Nakakany", + "Nakasabiti" + ], + "ERANAMES": [ + "Kabla ya Christo", + "Baada ya Christo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Orara", + "Omuk", + "Okwamg\u2019", + "Odung\u2019el", + "Omaruk", + "Omodok\u2019king\u2019ol", + "Ojola", + "Opedel", + "Osokosokoma", + "Otibar", + "Olabor", + "Opoo" + ], + "SHORTDAY": [ + "Jum", + "Bar", + "Aar", + "Uni", + "Ung", + "Kan", + "Sab" + ], + "SHORTMONTH": [ + "Rar", + "Muk", + "Kwa", + "Dun", + "Mar", + "Mod", + "Jol", + "Ped", + "Sok", + "Tib", + "Lab", + "Poo" + ], + "STANDALONEMONTH": [ + "Orara", + "Omuk", + "Okwamg\u2019", + "Odung\u2019el", + "Omaruk", + "Omodok\u2019king\u2019ol", + "Ojola", + "Opedel", + "Osokosokoma", + "Otibar", + "Olabor", + "Opoo" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "teo-ug", + "localeID": "teo_UG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_teo.js b/src/ngLocale/angular-locale_teo.js new file mode 100644 index 000000000000..477460f7bd4a --- /dev/null +++ b/src/ngLocale/angular-locale_teo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Taparachu", + "Ebongi" + ], + "DAY": [ + "Nakaejuma", + "Nakaebarasa", + "Nakaare", + "Nakauni", + "Nakaung\u2019on", + "Nakakany", + "Nakasabiti" + ], + "ERANAMES": [ + "Kabla ya Christo", + "Baada ya Christo" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Orara", + "Omuk", + "Okwamg\u2019", + "Odung\u2019el", + "Omaruk", + "Omodok\u2019king\u2019ol", + "Ojola", + "Opedel", + "Osokosokoma", + "Otibar", + "Olabor", + "Opoo" + ], + "SHORTDAY": [ + "Jum", + "Bar", + "Aar", + "Uni", + "Ung", + "Kan", + "Sab" + ], + "SHORTMONTH": [ + "Rar", + "Muk", + "Kwa", + "Dun", + "Mar", + "Mod", + "Jol", + "Ped", + "Sok", + "Tib", + "Lab", + "Poo" + ], + "STANDALONEMONTH": [ + "Orara", + "Omuk", + "Okwamg\u2019", + "Odung\u2019el", + "Omaruk", + "Omodok\u2019king\u2019ol", + "Ojola", + "Opedel", + "Osokosokoma", + "Otibar", + "Olabor", + "Opoo" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "teo", + "localeID": "teo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_th-th.js b/src/ngLocale/angular-locale_th-th.js index 763782b56b3b..6918c564cbfd 100644 --- a/src/ngLocale/angular-locale_th-th.js +++ b/src/ngLocale/angular-locale_th-th.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"฿"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],"SHORTMONTH":["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],"DAY":["วันอาทิตย์","วันจันทร์","วันอังคาร","วันพุธ","วันพฤหัสบดี","วันศุกร์","วันเสาร์"],"SHORTDAY":["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],"AMPMS":["ก่อนเที่ยง","หลังเที่ยง"],"medium":"d MMM y H:mm:ss","short":"d/M/yyyy H:mm","fullDate":"EEEEที่ d MMMM G y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d/M/yyyy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"id":"th-th"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", + "\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07" + ], + "DAY": [ + "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", + "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", + "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", + "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", + "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", + "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", + "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c" + ], + "ERANAMES": [ + "\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a", + "\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a" + ], + "ERAS": [ + "\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19 \u0e04.\u0e28.", + "\u0e04.\u0e28." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", + "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", + "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", + "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", + "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", + "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", + "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", + "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", + "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", + "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", + "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", + "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21" + ], + "SHORTDAY": [ + "\u0e2d\u0e32.", + "\u0e08.", + "\u0e2d.", + "\u0e1e.", + "\u0e1e\u0e24.", + "\u0e28.", + "\u0e2a." + ], + "SHORTMONTH": [ + "\u0e21.\u0e04.", + "\u0e01.\u0e1e.", + "\u0e21\u0e35.\u0e04.", + "\u0e40\u0e21.\u0e22.", + "\u0e1e.\u0e04.", + "\u0e21\u0e34.\u0e22.", + "\u0e01.\u0e04.", + "\u0e2a.\u0e04.", + "\u0e01.\u0e22.", + "\u0e15.\u0e04.", + "\u0e1e.\u0e22.", + "\u0e18.\u0e04." + ], + "STANDALONEMONTH": [ + "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", + "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", + "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", + "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", + "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", + "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", + "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", + "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", + "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", + "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", + "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", + "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u0e17\u0e35\u0e48 d MMMM G y", + "longDate": "d MMMM G y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u0e3f", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "th-th", + "localeID": "th_TH", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_th.js b/src/ngLocale/angular-locale_th.js index 0b98be8c314e..4a8ebc3a94fe 100644 --- a/src/ngLocale/angular-locale_th.js +++ b/src/ngLocale/angular-locale_th.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],"SHORTMONTH":["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],"DAY":["วันอาทิตย์","วันจันทร์","วันอังคาร","วันพุธ","วันพฤหัสบดี","วันศุกร์","วันเสาร์"],"SHORTDAY":["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],"AMPMS":["ก่อนเที่ยง","หลังเที่ยง"],"medium":"d MMM y H:mm:ss","short":"d/M/yyyy H:mm","fullDate":"EEEEที่ d MMMM G y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d/M/yyyy","mediumTime":"H:mm:ss","shortTime":"H:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"฿"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"th"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", + "\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07" + ], + "DAY": [ + "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", + "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", + "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", + "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", + "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", + "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", + "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c" + ], + "ERANAMES": [ + "\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a", + "\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a" + ], + "ERAS": [ + "\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19 \u0e04.\u0e28.", + "\u0e04.\u0e28." + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", + "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", + "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", + "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", + "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", + "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", + "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", + "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", + "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", + "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", + "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", + "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21" + ], + "SHORTDAY": [ + "\u0e2d\u0e32.", + "\u0e08.", + "\u0e2d.", + "\u0e1e.", + "\u0e1e\u0e24.", + "\u0e28.", + "\u0e2a." + ], + "SHORTMONTH": [ + "\u0e21.\u0e04.", + "\u0e01.\u0e1e.", + "\u0e21\u0e35.\u0e04.", + "\u0e40\u0e21.\u0e22.", + "\u0e1e.\u0e04.", + "\u0e21\u0e34.\u0e22.", + "\u0e01.\u0e04.", + "\u0e2a.\u0e04.", + "\u0e01.\u0e22.", + "\u0e15.\u0e04.", + "\u0e1e.\u0e22.", + "\u0e18.\u0e04." + ], + "STANDALONEMONTH": [ + "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", + "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", + "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", + "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", + "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", + "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", + "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", + "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", + "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", + "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", + "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", + "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u0e17\u0e35\u0e48 d MMMM G y", + "longDate": "d MMMM G y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yy HH:mm", + "shortDate": "d/M/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u0e3f", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "th", + "localeID": "th", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ti-er.js b/src/ngLocale/angular-locale_ti-er.js new file mode 100644 index 000000000000..8431c8b22505 --- /dev/null +++ b/src/ngLocale/angular-locale_ti-er.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u1295\u1309\u1206 \u1230\u12d3\u1270", + "\u12f5\u1215\u122d \u1230\u12d3\u1275" + ], + "DAY": [ + "\u1230\u1295\u1260\u1275", + "\u1230\u1291\u12ed", + "\u1220\u1209\u1235", + "\u1228\u1261\u12d5", + "\u1283\u1219\u1235", + "\u12d3\u122d\u1262", + "\u1240\u12f3\u121d" + ], + "ERANAMES": [ + "\u12d3\u1218\u1270 \u12d3\u1208\u121d", + "\u12d3\u1218\u1270 \u121d\u1205\u1228\u1275" + ], + "ERAS": [ + "\u12d3/\u12d3", + "\u12d3/\u121d" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u1325\u122a", + "\u1208\u12ab\u1272\u1275", + "\u1218\u130b\u1262\u1275", + "\u121a\u12eb\u12dd\u12eb", + "\u130d\u1295\u1266\u1275", + "\u1230\u1290", + "\u1213\u121d\u1208", + "\u1290\u1213\u1230", + "\u1218\u1235\u12a8\u1228\u121d", + "\u1325\u1245\u121d\u1272", + "\u1215\u12f3\u122d", + "\u1273\u1215\u1233\u1235" + ], + "SHORTDAY": [ + "\u1230\u1295", + "\u1230\u1291", + "\u1230\u1209", + "\u1228\u1261", + "\u1213\u1219", + "\u12d3\u122d", + "\u1240\u12f3" + ], + "SHORTMONTH": [ + "\u1325\u122a", + "\u1208\u12ab", + "\u1218\u130b", + "\u121a\u12eb", + "\u130d\u1295", + "\u1230\u1290", + "\u1213\u121d", + "\u1290\u1213", + "\u1218\u1235", + "\u1325\u1245", + "\u1215\u12f3", + "\u1273\u1215" + ], + "STANDALONEMONTH": [ + "\u1325\u122a", + "\u1208\u12ab\u1272\u1275", + "\u1218\u130b\u1262\u1275", + "\u121a\u12eb\u12dd\u12eb", + "\u130d\u1295\u1266\u1275", + "\u1230\u1290", + "\u1213\u121d\u1208", + "\u1290\u1213\u1230", + "\u1218\u1235\u12a8\u1228\u121d", + "\u1325\u1245\u121d\u1272", + "\u1215\u12f3\u122d", + "\u1273\u1215\u1233\u1235" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u1363 dd MMMM \u1218\u12d3\u120d\u1272 y G", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Nfk", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ti-er", + "localeID": "ti_ER", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ti-et.js b/src/ngLocale/angular-locale_ti-et.js new file mode 100644 index 000000000000..26b77204da76 --- /dev/null +++ b/src/ngLocale/angular-locale_ti-et.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u1295\u1309\u1206 \u1230\u12d3\u1270", + "\u12f5\u1215\u122d \u1230\u12d3\u1275" + ], + "DAY": [ + "\u1230\u1295\u1260\u1275", + "\u1230\u1291\u12ed", + "\u1220\u1209\u1235", + "\u1228\u1261\u12d5", + "\u1283\u1219\u1235", + "\u12d3\u122d\u1262", + "\u1240\u12f3\u121d" + ], + "ERANAMES": [ + "\u12d3/\u12d3", + "\u12d3\u1218\u1270 \u121d\u1205\u1228\u1275" + ], + "ERAS": [ + "\u12d3/\u12d3", + "\u12d3/\u121d" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u1325\u122a", + "\u1208\u12ab\u1272\u1275", + "\u1218\u130b\u1262\u1275", + "\u121a\u12eb\u12dd\u12eb", + "\u130d\u1295\u1266\u1275", + "\u1230\u1290", + "\u1213\u121d\u1208", + "\u1290\u1213\u1230", + "\u1218\u1235\u12a8\u1228\u121d", + "\u1325\u1245\u121d\u1272", + "\u1215\u12f3\u122d", + "\u1273\u1215\u1233\u1235" + ], + "SHORTDAY": [ + "\u1230\u1295", + "\u1230\u1291", + "\u1230\u1209", + "\u1228\u1261", + "\u1213\u1219", + "\u12d3\u122d", + "\u1240\u12f3" + ], + "SHORTMONTH": [ + "\u1325\u122a", + "\u1208\u12ab", + "\u1218\u130b", + "\u121a\u12eb", + "\u130d\u1295", + "\u1230\u1290", + "\u1213\u121d", + "\u1290\u1213", + "\u1218\u1235", + "\u1325\u1245", + "\u1215\u12f3", + "\u1273\u1215" + ], + "STANDALONEMONTH": [ + "\u1325\u122a", + "\u1208\u12ab\u1272\u1275", + "\u1218\u130b\u1262\u1275", + "\u121a\u12eb\u12dd\u12eb", + "\u130d\u1295\u1266\u1275", + "\u1230\u1290", + "\u1213\u121d\u1208", + "\u1290\u1213\u1230", + "\u1218\u1235\u12a8\u1228\u121d", + "\u1325\u1245\u121d\u1272", + "\u1215\u12f3\u122d", + "\u1273\u1215\u1233\u1235" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u1363 dd MMMM \u1218\u12d3\u120d\u1272 y G", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Birr", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ti-et", + "localeID": "ti_ET", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ti.js b/src/ngLocale/angular-locale_ti.js new file mode 100644 index 000000000000..393245235ab8 --- /dev/null +++ b/src/ngLocale/angular-locale_ti.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u1295\u1309\u1206 \u1230\u12d3\u1270", + "\u12f5\u1215\u122d \u1230\u12d3\u1275" + ], + "DAY": [ + "\u1230\u1295\u1260\u1275", + "\u1230\u1291\u12ed", + "\u1220\u1209\u1235", + "\u1228\u1261\u12d5", + "\u1283\u1219\u1235", + "\u12d3\u122d\u1262", + "\u1240\u12f3\u121d" + ], + "ERANAMES": [ + "\u12d3/\u12d3", + "\u12d3\u1218\u1270 \u121d\u1205\u1228\u1275" + ], + "ERAS": [ + "\u12d3/\u12d3", + "\u12d3/\u121d" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u1325\u122a", + "\u1208\u12ab\u1272\u1275", + "\u1218\u130b\u1262\u1275", + "\u121a\u12eb\u12dd\u12eb", + "\u130d\u1295\u1266\u1275", + "\u1230\u1290", + "\u1213\u121d\u1208", + "\u1290\u1213\u1230", + "\u1218\u1235\u12a8\u1228\u121d", + "\u1325\u1245\u121d\u1272", + "\u1215\u12f3\u122d", + "\u1273\u1215\u1233\u1235" + ], + "SHORTDAY": [ + "\u1230\u1295", + "\u1230\u1291", + "\u1230\u1209", + "\u1228\u1261", + "\u1213\u1219", + "\u12d3\u122d", + "\u1240\u12f3" + ], + "SHORTMONTH": [ + "\u1325\u122a", + "\u1208\u12ab", + "\u1218\u130b", + "\u121a\u12eb", + "\u130d\u1295", + "\u1230\u1290", + "\u1213\u121d", + "\u1290\u1213", + "\u1218\u1235", + "\u1325\u1245", + "\u1215\u12f3", + "\u1273\u1215" + ], + "STANDALONEMONTH": [ + "\u1325\u122a", + "\u1208\u12ab\u1272\u1275", + "\u1218\u130b\u1262\u1275", + "\u121a\u12eb\u12dd\u12eb", + "\u130d\u1295\u1266\u1275", + "\u1230\u1290", + "\u1213\u121d\u1208", + "\u1290\u1213\u1230", + "\u1218\u1235\u12a8\u1228\u121d", + "\u1325\u1245\u121d\u1272", + "\u1215\u12f3\u122d", + "\u1273\u1215\u1233\u1235" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u1363 dd MMMM \u1218\u12d3\u120d\u1272 y G", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Birr", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ti", + "localeID": "ti", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_tk-tm.js b/src/ngLocale/angular-locale_tk-tm.js new file mode 100644 index 000000000000..e9b4d9eefbdb --- /dev/null +++ b/src/ngLocale/angular-locale_tk-tm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u00fdek\u015fenbe", + "du\u015fenbe", + "si\u015fenbe", + "\u00e7ar\u015fenbe", + "pen\u015fenbe", + "anna", + "\u015fenbe" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u00fdanwar", + "fewral", + "mart", + "aprel", + "ma\u00fd", + "i\u00fdun", + "i\u00fdul", + "awgust", + "sent\u00fdabr", + "okt\u00fdabr", + "no\u00fdabr", + "dekabr" + ], + "SHORTDAY": [ + "\u00fdb", + "db", + "sb", + "\u00e7b", + "pb", + "an", + "\u015fb" + ], + "SHORTMONTH": [ + "\u00fdan", + "few", + "mart", + "apr", + "ma\u00fd", + "i\u00fdun", + "i\u00fdul", + "awg", + "sen", + "okt", + "no\u00fd", + "dek" + ], + "STANDALONEMONTH": [ + "\u00fdanwar", + "fewral", + "mart", + "aprel", + "ma\u00fd", + "i\u00fdun", + "i\u00fdul", + "awgust", + "sent\u00fdabr", + "okt\u00fdabr", + "no\u00fdabr", + "dekabr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TMT", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "tk-tm", + "localeID": "tk_TM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_tk.js b/src/ngLocale/angular-locale_tk.js new file mode 100644 index 000000000000..11ab126df5d1 --- /dev/null +++ b/src/ngLocale/angular-locale_tk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u00fdek\u015fenbe", + "du\u015fenbe", + "si\u015fenbe", + "\u00e7ar\u015fenbe", + "pen\u015fenbe", + "anna", + "\u015fenbe" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u00fdanwar", + "fewral", + "mart", + "aprel", + "ma\u00fd", + "i\u00fdun", + "i\u00fdul", + "awgust", + "sent\u00fdabr", + "okt\u00fdabr", + "no\u00fdabr", + "dekabr" + ], + "SHORTDAY": [ + "\u00fdb", + "db", + "sb", + "\u00e7b", + "pb", + "an", + "\u015fb" + ], + "SHORTMONTH": [ + "\u00fdan", + "few", + "mart", + "apr", + "ma\u00fd", + "i\u00fdun", + "i\u00fdul", + "awg", + "sen", + "okt", + "no\u00fd", + "dek" + ], + "STANDALONEMONTH": [ + "\u00fdanwar", + "fewral", + "mart", + "aprel", + "ma\u00fd", + "i\u00fdun", + "i\u00fdul", + "awgust", + "sent\u00fdabr", + "okt\u00fdabr", + "no\u00fdabr", + "dekabr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.y HH:mm", + "shortDate": "dd.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TMT", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "tk", + "localeID": "tk", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_tl-ph.js b/src/ngLocale/angular-locale_tl-ph.js deleted file mode 100644 index 2a424e181ea3..000000000000 --- a/src/ngLocale/angular-locale_tl-ph.js +++ /dev/null @@ -1,4 +0,0 @@ -angular.module("ngLocale", [], ["$provide", function($provide) { -var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"P"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"],"SHORTMONTH":["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],"DAY":["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],"SHORTDAY":["Lin","Lun","Mar","Mye","Huw","Bye","Sab"],"AMPMS":["AM","PM"],"medium":"MMM d, y HH:mm:ss","short":"M/d/yy HH:mm","fullDate":"EEEE, MMMM dd y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"tl-ph"}); -}]); \ No newline at end of file diff --git a/src/ngLocale/angular-locale_tl.js b/src/ngLocale/angular-locale_tl.js index 323a156536ef..ba7e457b830c 100644 --- a/src/ngLocale/angular-locale_tl.js +++ b/src/ngLocale/angular-locale_tl.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"],"SHORTMONTH":["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],"DAY":["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],"SHORTDAY":["Lin","Lun","Mar","Mye","Huw","Bye","Sab"],"AMPMS":["AM","PM"],"medium":"MMM d, y HH:mm:ss","short":"M/d/yy HH:mm","fullDate":"EEEE, MMMM dd y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"P"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"tl"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Linggo", + "Lunes", + "Martes", + "Miyerkules", + "Huwebes", + "Biyernes", + "Sabado" + ], + "ERANAMES": [ + "BC", + "AD" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "Enero", + "Pebrero", + "Marso", + "Abril", + "Mayo", + "Hunyo", + "Hulyo", + "Agosto", + "Setyembre", + "Oktubre", + "Nobyembre", + "Disyembre" + ], + "SHORTDAY": [ + "Lin", + "Lun", + "Mar", + "Miy", + "Huw", + "Biy", + "Sab" + ], + "SHORTMONTH": [ + "Ene", + "Peb", + "Mar", + "Abr", + "May", + "Hun", + "Hul", + "Ago", + "Set", + "Okt", + "Nob", + "Dis" + ], + "STANDALONEMONTH": [ + "Enero", + "Pebrero", + "Marso", + "Abril", + "Mayo", + "Hunyo", + "Hulyo", + "Agosto", + "Setyembre", + "Oktubre", + "Nobyembre", + "Disyembre" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b1", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "tl", + "localeID": "tl", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && (i == 1 || i == 2 || i == 3) || vf.v == 0 && i % 10 != 4 && i % 10 != 6 && i % 10 != 9 || vf.v != 0 && vf.f % 10 != 4 && vf.f % 10 != 6 && vf.f % 10 != 9) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_to-to.js b/src/ngLocale/angular-locale_to-to.js new file mode 100644 index 000000000000..aab9a8e2c62b --- /dev/null +++ b/src/ngLocale/angular-locale_to-to.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "hengihengi", + "efiafi" + ], + "DAY": [ + "S\u0101pate", + "M\u014dnite", + "T\u016bsite", + "Pulelulu", + "Tu\u02bbapulelulu", + "Falaite", + "Tokonaki" + ], + "ERANAMES": [ + "ki mu\u02bba", + "ta\u02bbu \u02bbo S\u012bs\u016b" + ], + "ERAS": [ + "KM", + "TS" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "S\u0101nuali", + "F\u0113pueli", + "Ma\u02bbasi", + "\u02bbEpeleli", + "M\u0113", + "Sune", + "Siulai", + "\u02bbAokosi", + "Sepitema", + "\u02bbOkatopa", + "N\u014dvema", + "T\u012bsema" + ], + "SHORTDAY": [ + "S\u0101p", + "M\u014dn", + "T\u016bs", + "Pul", + "Tu\u02bba", + "Fal", + "Tok" + ], + "SHORTMONTH": [ + "S\u0101n", + "F\u0113p", + "Ma\u02bba", + "\u02bbEpe", + "M\u0113", + "Sun", + "Siu", + "\u02bbAok", + "Sep", + "\u02bbOka", + "N\u014dv", + "T\u012bs" + ], + "STANDALONEMONTH": [ + "S\u0101nuali", + "F\u0113pueli", + "Ma\u02bbasi", + "\u02bbEpeleli", + "M\u0113", + "Sune", + "Siulai", + "\u02bbAokosi", + "Sepitema", + "\u02bbOkatopa", + "N\u014dvema", + "T\u012bsema" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "T$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "to-to", + "localeID": "to_TO", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_to.js b/src/ngLocale/angular-locale_to.js new file mode 100644 index 000000000000..97c89d5f6b2f --- /dev/null +++ b/src/ngLocale/angular-locale_to.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "hengihengi", + "efiafi" + ], + "DAY": [ + "S\u0101pate", + "M\u014dnite", + "T\u016bsite", + "Pulelulu", + "Tu\u02bbapulelulu", + "Falaite", + "Tokonaki" + ], + "ERANAMES": [ + "ki mu\u02bba", + "ta\u02bbu \u02bbo S\u012bs\u016b" + ], + "ERAS": [ + "KM", + "TS" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "S\u0101nuali", + "F\u0113pueli", + "Ma\u02bbasi", + "\u02bbEpeleli", + "M\u0113", + "Sune", + "Siulai", + "\u02bbAokosi", + "Sepitema", + "\u02bbOkatopa", + "N\u014dvema", + "T\u012bsema" + ], + "SHORTDAY": [ + "S\u0101p", + "M\u014dn", + "T\u016bs", + "Pul", + "Tu\u02bba", + "Fal", + "Tok" + ], + "SHORTMONTH": [ + "S\u0101n", + "F\u0113p", + "Ma\u02bba", + "\u02bbEpe", + "M\u0113", + "Sun", + "Siu", + "\u02bbAok", + "Sep", + "\u02bbOka", + "N\u014dv", + "T\u012bs" + ], + "STANDALONEMONTH": [ + "S\u0101nuali", + "F\u0113pueli", + "Ma\u02bbasi", + "\u02bbEpeleli", + "M\u0113", + "Sune", + "Siulai", + "\u02bbAokosi", + "Sepitema", + "\u02bbOkatopa", + "N\u014dvema", + "T\u012bsema" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "T$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "to", + "localeID": "to", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_tr-cy.js b/src/ngLocale/angular-locale_tr-cy.js new file mode 100644 index 000000000000..017cdea41c86 --- /dev/null +++ b/src/ngLocale/angular-locale_tr-cy.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u00d6\u00d6", + "\u00d6S" + ], + "DAY": [ + "Pazar", + "Pazartesi", + "Sal\u0131", + "\u00c7ar\u015famba", + "Per\u015fembe", + "Cuma", + "Cumartesi" + ], + "ERANAMES": [ + "Milattan \u00d6nce", + "Milattan Sonra" + ], + "ERAS": [ + "M\u00d6", + "MS" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Ocak", + "\u015eubat", + "Mart", + "Nisan", + "May\u0131s", + "Haziran", + "Temmuz", + "A\u011fustos", + "Eyl\u00fcl", + "Ekim", + "Kas\u0131m", + "Aral\u0131k" + ], + "SHORTDAY": [ + "Paz", + "Pzt", + "Sal", + "\u00c7ar", + "Per", + "Cum", + "Cmt" + ], + "SHORTMONTH": [ + "Oca", + "\u015eub", + "Mar", + "Nis", + "May", + "Haz", + "Tem", + "A\u011fu", + "Eyl", + "Eki", + "Kas", + "Ara" + ], + "STANDALONEMONTH": [ + "Ocak", + "\u015eubat", + "Mart", + "Nisan", + "May\u0131s", + "Haziran", + "Temmuz", + "A\u011fustos", + "Eyl\u00fcl", + "Ekim", + "Kas\u0131m", + "Aral\u0131k" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d.MM.y h:mm a", + "shortDate": "d.MM.y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "tr-cy", + "localeID": "tr_CY", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_tr-tr.js b/src/ngLocale/angular-locale_tr-tr.js index ea78a734feb9..4aa5f87c17c7 100644 --- a/src/ngLocale/angular-locale_tr-tr.js +++ b/src/ngLocale/angular-locale_tr-tr.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"YTL"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],"SHORTMONTH":["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],"DAY":["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],"SHORTDAY":["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],"AMPMS":["AM","PM"],"medium":"dd MMM y HH:mm:ss","short":"dd MM yyyy HH:mm","fullDate":"dd MMMM y EEEE","longDate":"dd MMMM y","mediumDate":"dd MMM y","shortDate":"dd MM yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"tr-tr"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u00d6\u00d6", + "\u00d6S" + ], + "DAY": [ + "Pazar", + "Pazartesi", + "Sal\u0131", + "\u00c7ar\u015famba", + "Per\u015fembe", + "Cuma", + "Cumartesi" + ], + "ERANAMES": [ + "Milattan \u00d6nce", + "Milattan Sonra" + ], + "ERAS": [ + "M\u00d6", + "MS" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Ocak", + "\u015eubat", + "Mart", + "Nisan", + "May\u0131s", + "Haziran", + "Temmuz", + "A\u011fustos", + "Eyl\u00fcl", + "Ekim", + "Kas\u0131m", + "Aral\u0131k" + ], + "SHORTDAY": [ + "Paz", + "Pzt", + "Sal", + "\u00c7ar", + "Per", + "Cum", + "Cmt" + ], + "SHORTMONTH": [ + "Oca", + "\u015eub", + "Mar", + "Nis", + "May", + "Haz", + "Tem", + "A\u011fu", + "Eyl", + "Eki", + "Kas", + "Ara" + ], + "STANDALONEMONTH": [ + "Ocak", + "\u015eubat", + "Mart", + "Nisan", + "May\u0131s", + "Haziran", + "Temmuz", + "A\u011fustos", + "Eyl\u00fcl", + "Ekim", + "Kas\u0131m", + "Aral\u0131k" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d.MM.y HH:mm", + "shortDate": "d.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TL", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "tr-tr", + "localeID": "tr_TR", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_tr.js b/src/ngLocale/angular-locale_tr.js index e7522aeca784..743a70ae51bd 100644 --- a/src/ngLocale/angular-locale_tr.js +++ b/src/ngLocale/angular-locale_tr.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],"SHORTMONTH":["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],"DAY":["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],"SHORTDAY":["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],"AMPMS":["AM","PM"],"medium":"dd MMM y HH:mm:ss","short":"dd MM yyyy HH:mm","fullDate":"dd MMMM y EEEE","longDate":"dd MMMM y","mediumDate":"dd MMM y","shortDate":"dd MM yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"YTL"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"tr"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u00d6\u00d6", + "\u00d6S" + ], + "DAY": [ + "Pazar", + "Pazartesi", + "Sal\u0131", + "\u00c7ar\u015famba", + "Per\u015fembe", + "Cuma", + "Cumartesi" + ], + "ERANAMES": [ + "Milattan \u00d6nce", + "Milattan Sonra" + ], + "ERAS": [ + "M\u00d6", + "MS" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Ocak", + "\u015eubat", + "Mart", + "Nisan", + "May\u0131s", + "Haziran", + "Temmuz", + "A\u011fustos", + "Eyl\u00fcl", + "Ekim", + "Kas\u0131m", + "Aral\u0131k" + ], + "SHORTDAY": [ + "Paz", + "Pzt", + "Sal", + "\u00c7ar", + "Per", + "Cum", + "Cmt" + ], + "SHORTMONTH": [ + "Oca", + "\u015eub", + "Mar", + "Nis", + "May", + "Haz", + "Tem", + "A\u011fu", + "Eyl", + "Eki", + "Kas", + "Ara" + ], + "STANDALONEMONTH": [ + "Ocak", + "\u015eubat", + "Mart", + "Nisan", + "May\u0131s", + "Haziran", + "Temmuz", + "A\u011fustos", + "Eyl\u00fcl", + "Ekim", + "Kas\u0131m", + "Aral\u0131k" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "d MMMM y EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d.MM.y HH:mm", + "shortDate": "d.MM.y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TL", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "tr", + "localeID": "tr", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_twq-ne.js b/src/ngLocale/angular-locale_twq-ne.js new file mode 100644 index 000000000000..71d17fce5fcc --- /dev/null +++ b/src/ngLocale/angular-locale_twq-ne.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Subbaahi", + "Zaarikay b" + ], + "DAY": [ + "Alhadi", + "Atinni", + "Atalaata", + "Alarba", + "Alhamiisa", + "Alzuma", + "Asibti" + ], + "ERANAMES": [ + "Isaa jine", + "Isaa zamanoo" + ], + "ERAS": [ + "IJ", + "IZ" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "SHORTDAY": [ + "Alh", + "Ati", + "Ata", + "Ala", + "Alm", + "Alz", + "Asi" + ], + "SHORTMONTH": [ + "\u017dan", + "Fee", + "Mar", + "Awi", + "Me", + "\u017duw", + "\u017duy", + "Ut", + "Sek", + "Okt", + "Noo", + "Dee" + ], + "STANDALONEMONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "twq-ne", + "localeID": "twq_NE", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_twq.js b/src/ngLocale/angular-locale_twq.js new file mode 100644 index 000000000000..8fb664e6a754 --- /dev/null +++ b/src/ngLocale/angular-locale_twq.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Subbaahi", + "Zaarikay b" + ], + "DAY": [ + "Alhadi", + "Atinni", + "Atalaata", + "Alarba", + "Alhamiisa", + "Alzuma", + "Asibti" + ], + "ERANAMES": [ + "Isaa jine", + "Isaa zamanoo" + ], + "ERAS": [ + "IJ", + "IZ" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "SHORTDAY": [ + "Alh", + "Ati", + "Ata", + "Ala", + "Alm", + "Alz", + "Asi" + ], + "SHORTMONTH": [ + "\u017dan", + "Fee", + "Mar", + "Awi", + "Me", + "\u017duw", + "\u017duy", + "Ut", + "Sek", + "Okt", + "Noo", + "Dee" + ], + "STANDALONEMONTH": [ + "\u017danwiye", + "Feewiriye", + "Marsi", + "Awiril", + "Me", + "\u017duwe\u014b", + "\u017duyye", + "Ut", + "Sektanbur", + "Oktoobur", + "Noowanbur", + "Deesanbur" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "twq", + "localeID": "twq", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_tzm-ma.js b/src/ngLocale/angular-locale_tzm-ma.js new file mode 100644 index 000000000000..c4b648f8468a --- /dev/null +++ b/src/ngLocale/angular-locale_tzm-ma.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Zdat azal", + "\u1e0ceffir aza" + ], + "DAY": [ + "Asamas", + "Aynas", + "Asinas", + "Akras", + "Akwas", + "Asimwas", + "Asi\u1e0dyas" + ], + "ERANAMES": [ + "Zdat \u0190isa (TA\u0194)", + "\u1e0ceffir \u0190isa (TA\u0194)" + ], + "ERAS": [ + "Z\u0190", + "\u1e0c\u0190" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "Yennayer", + "Yebrayer", + "Mars", + "Ibrir", + "Mayyu", + "Yunyu", + "Yulyuz", + "\u0194uct", + "Cutanbir", + "K\u1e6duber", + "Nwanbir", + "Dujanbir" + ], + "SHORTDAY": [ + "Asa", + "Ayn", + "Asn", + "Akr", + "Akw", + "Asm", + "As\u1e0d" + ], + "SHORTMONTH": [ + "Yen", + "Yeb", + "Mar", + "Ibr", + "May", + "Yun", + "Yul", + "\u0194uc", + "Cut", + "K\u1e6du", + "Nwa", + "Duj" + ], + "STANDALONEMONTH": [ + "Yennayer", + "Yebrayer", + "Mars", + "Ibrir", + "Mayyu", + "Yunyu", + "Yulyuz", + "\u0194uct", + "Cutanbir", + "K\u1e6duber", + "Nwanbir", + "Dujanbir" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "tzm-ma", + "localeID": "tzm_MA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_tzm.js b/src/ngLocale/angular-locale_tzm.js new file mode 100644 index 000000000000..4786c033ca23 --- /dev/null +++ b/src/ngLocale/angular-locale_tzm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Zdat azal", + "\u1e0ceffir aza" + ], + "DAY": [ + "Asamas", + "Aynas", + "Asinas", + "Akras", + "Akwas", + "Asimwas", + "Asi\u1e0dyas" + ], + "ERANAMES": [ + "Zdat \u0190isa (TA\u0194)", + "\u1e0ceffir \u0190isa (TA\u0194)" + ], + "ERAS": [ + "Z\u0190", + "\u1e0c\u0190" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "Yennayer", + "Yebrayer", + "Mars", + "Ibrir", + "Mayyu", + "Yunyu", + "Yulyuz", + "\u0194uct", + "Cutanbir", + "K\u1e6duber", + "Nwanbir", + "Dujanbir" + ], + "SHORTDAY": [ + "Asa", + "Ayn", + "Asn", + "Akr", + "Akw", + "Asm", + "As\u1e0d" + ], + "SHORTMONTH": [ + "Yen", + "Yeb", + "Mar", + "Ibr", + "May", + "Yun", + "Yul", + "\u0194uc", + "Cut", + "K\u1e6du", + "Nwa", + "Duj" + ], + "STANDALONEMONTH": [ + "Yennayer", + "Yebrayer", + "Mars", + "Ibrir", + "Mayyu", + "Yunyu", + "Yulyuz", + "\u0194uct", + "Cutanbir", + "K\u1e6duber", + "Nwanbir", + "Dujanbir" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "tzm", + "localeID": "tzm", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ug-cn.js b/src/ngLocale/angular-locale_ug-cn.js new file mode 100644 index 000000000000..ed3eb01c3de3 --- /dev/null +++ b/src/ngLocale/angular-locale_ug-cn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646", + "\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646" + ], + "DAY": [ + "\u064a\u06d5\u0643\u0634\u06d5\u0646\u0628\u06d5", + "\u062f\u06c8\u0634\u06d5\u0646\u0628\u06d5", + "\u0633\u06d5\u064a\u0634\u06d5\u0646\u0628\u06d5", + "\u0686\u0627\u0631\u0634\u06d5\u0646\u0628\u06d5", + "\u067e\u06d5\u064a\u0634\u06d5\u0646\u0628\u06d5", + "\u062c\u06c8\u0645\u06d5", + "\u0634\u06d5\u0646\u0628\u06d5" + ], + "ERANAMES": [ + "\u0645\u0649\u0644\u0627\u062f\u0649\u064a\u06d5\u062f\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646", + "\u0645\u0649\u0644\u0627\u062f\u0649\u064a\u06d5" + ], + "ERAS": [ + "BCE", + "\u0645\u0649\u0644\u0627\u062f\u0649\u064a\u06d5" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u064a\u0627\u0646\u06cb\u0627\u0631", + "\u0641\u06d0\u06cb\u0631\u0627\u0644", + "\u0645\u0627\u0631\u062a", + "\u0626\u0627\u067e\u0631\u06d0\u0644", + "\u0645\u0627\u064a", + "\u0626\u0649\u064a\u06c7\u0646", + "\u0626\u0649\u064a\u06c7\u0644", + "\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a", + "\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631", + "\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631", + "\u0646\u0648\u064a\u0627\u0628\u0649\u0631", + "\u062f\u06d0\u0643\u0627\u0628\u0649\u0631" + ], + "SHORTDAY": [ + "\u064a\u06d5", + "\u062f\u06c8", + "\u0633\u06d5", + "\u0686\u0627", + "\u067e\u06d5", + "\u062c\u06c8", + "\u0634\u06d5" + ], + "SHORTMONTH": [ + "\u064a\u0627\u0646\u06cb\u0627\u0631", + "\u0641\u06d0\u06cb\u0631\u0627\u0644", + "\u0645\u0627\u0631\u062a", + "\u0626\u0627\u067e\u0631\u06d0\u0644", + "\u0645\u0627\u064a", + "\u0626\u0649\u064a\u06c7\u0646", + "\u0626\u0649\u064a\u06c7\u0644", + "\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a", + "\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631", + "\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631", + "\u0646\u0648\u064a\u0627\u0628\u0649\u0631", + "\u062f\u06d0\u0643\u0627\u0628\u0649\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0627\u0646\u06cb\u0627\u0631", + "\u0641\u06d0\u06cb\u0631\u0627\u0644", + "\u0645\u0627\u0631\u062a", + "\u0626\u0627\u067e\u0631\u06d0\u0644", + "\u0645\u0627\u064a", + "\u0626\u0649\u064a\u06c7\u0646", + "\u0626\u0649\u064a\u06c7\u0644", + "\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a", + "\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631", + "\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631", + "\u0646\u0648\u064a\u0627\u0628\u0649\u0631", + "\u062f\u06d0\u0643\u0627\u0628\u0649\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y d-MMMM\u060c EEEE", + "longDate": "d-MMMM\u060c y", + "medium": "d-MMM\u060c y h:mm:ss a", + "mediumDate": "d-MMM\u060c y", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ug-cn", + "localeID": "ug_CN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ug.js b/src/ngLocale/angular-locale_ug.js new file mode 100644 index 000000000000..735933f7fce6 --- /dev/null +++ b/src/ngLocale/angular-locale_ug.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646", + "\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646" + ], + "DAY": [ + "\u064a\u06d5\u0643\u0634\u06d5\u0646\u0628\u06d5", + "\u062f\u06c8\u0634\u06d5\u0646\u0628\u06d5", + "\u0633\u06d5\u064a\u0634\u06d5\u0646\u0628\u06d5", + "\u0686\u0627\u0631\u0634\u06d5\u0646\u0628\u06d5", + "\u067e\u06d5\u064a\u0634\u06d5\u0646\u0628\u06d5", + "\u062c\u06c8\u0645\u06d5", + "\u0634\u06d5\u0646\u0628\u06d5" + ], + "ERANAMES": [ + "\u0645\u0649\u0644\u0627\u062f\u0649\u064a\u06d5\u062f\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646", + "\u0645\u0649\u0644\u0627\u062f\u0649\u064a\u06d5" + ], + "ERAS": [ + "BCE", + "\u0645\u0649\u0644\u0627\u062f\u0649\u064a\u06d5" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u064a\u0627\u0646\u06cb\u0627\u0631", + "\u0641\u06d0\u06cb\u0631\u0627\u0644", + "\u0645\u0627\u0631\u062a", + "\u0626\u0627\u067e\u0631\u06d0\u0644", + "\u0645\u0627\u064a", + "\u0626\u0649\u064a\u06c7\u0646", + "\u0626\u0649\u064a\u06c7\u0644", + "\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a", + "\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631", + "\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631", + "\u0646\u0648\u064a\u0627\u0628\u0649\u0631", + "\u062f\u06d0\u0643\u0627\u0628\u0649\u0631" + ], + "SHORTDAY": [ + "\u064a\u06d5", + "\u062f\u06c8", + "\u0633\u06d5", + "\u0686\u0627", + "\u067e\u06d5", + "\u062c\u06c8", + "\u0634\u06d5" + ], + "SHORTMONTH": [ + "\u064a\u0627\u0646\u06cb\u0627\u0631", + "\u0641\u06d0\u06cb\u0631\u0627\u0644", + "\u0645\u0627\u0631\u062a", + "\u0626\u0627\u067e\u0631\u06d0\u0644", + "\u0645\u0627\u064a", + "\u0626\u0649\u064a\u06c7\u0646", + "\u0626\u0649\u064a\u06c7\u0644", + "\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a", + "\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631", + "\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631", + "\u0646\u0648\u064a\u0627\u0628\u0649\u0631", + "\u062f\u06d0\u0643\u0627\u0628\u0649\u0631" + ], + "STANDALONEMONTH": [ + "\u064a\u0627\u0646\u06cb\u0627\u0631", + "\u0641\u06d0\u06cb\u0631\u0627\u0644", + "\u0645\u0627\u0631\u062a", + "\u0626\u0627\u067e\u0631\u06d0\u0644", + "\u0645\u0627\u064a", + "\u0626\u0649\u064a\u06c7\u0646", + "\u0626\u0649\u064a\u06c7\u0644", + "\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a", + "\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631", + "\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631", + "\u0646\u0648\u064a\u0627\u0628\u0649\u0631", + "\u062f\u06d0\u0643\u0627\u0628\u0649\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y d-MMMM\u060c EEEE", + "longDate": "d-MMMM\u060c y", + "medium": "d-MMM\u060c y h:mm:ss a", + "mediumDate": "d-MMM\u060c y", + "mediumTime": "h:mm:ss a", + "short": "y-MM-dd h:mm a", + "shortDate": "y-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "ug", + "localeID": "ug", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_uk-ua.js b/src/ngLocale/angular-locale_uk-ua.js index db5674ea1013..2491667aa2cc 100644 --- a/src/ngLocale/angular-locale_uk-ua.js +++ b/src/ngLocale/angular-locale_uk-ua.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₴"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["січня","лютого","березня","квітня","травня","червня","липня","серпня","вересня","жовтня","листопада","грудня"],"SHORTMONTH":["січ.","лют.","бер.","квіт.","трав.","черв.","лип.","серп.","вер.","жовт.","лист.","груд."],"DAY":["Неділя","Понеділок","Вівторок","Середа","Четвер","Пʼятниця","Субота"],"SHORTDAY":["Нд","Пн","Вт","Ср","Чт","Пт","Сб"],"AMPMS":["дп","пп"],"medium":"d MMM y HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, d MMMM y 'р'.","longDate":"d MMMM y 'р'.","mediumDate":"d MMM y","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"uk-ua"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0434\u043f", + "\u043f\u043f" + ], + "DAY": [ + "\u043d\u0435\u0434\u0456\u043b\u044f", + "\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", + "\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a", + "\u0441\u0435\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0435\u0440", + "\u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438", + "\u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438" + ], + "ERAS": [ + "\u0434\u043e \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0441\u0456\u0447\u043d\u044f", + "\u043b\u044e\u0442\u043e\u0433\u043e", + "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", + "\u043a\u0432\u0456\u0442\u043d\u044f", + "\u0442\u0440\u0430\u0432\u043d\u044f", + "\u0447\u0435\u0440\u0432\u043d\u044f", + "\u043b\u0438\u043f\u043d\u044f", + "\u0441\u0435\u0440\u043f\u043d\u044f", + "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", + "\u0436\u043e\u0432\u0442\u043d\u044f", + "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", + "\u0433\u0440\u0443\u0434\u043d\u044f" + ], + "SHORTDAY": [ + "\u043d\u0434", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u0441\u0456\u0447.", + "\u043b\u044e\u0442.", + "\u0431\u0435\u0440.", + "\u043a\u0432\u0456\u0442.", + "\u0442\u0440\u0430\u0432.", + "\u0447\u0435\u0440\u0432.", + "\u043b\u0438\u043f.", + "\u0441\u0435\u0440\u043f.", + "\u0432\u0435\u0440.", + "\u0436\u043e\u0432\u0442.", + "\u043b\u0438\u0441\u0442.", + "\u0433\u0440\u0443\u0434." + ], + "STANDALONEMONTH": [ + "\u0441\u0456\u0447\u0435\u043d\u044c", + "\u043b\u044e\u0442\u0438\u0439", + "\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c", + "\u043a\u0432\u0456\u0442\u0435\u043d\u044c", + "\u0442\u0440\u0430\u0432\u0435\u043d\u044c", + "\u0447\u0435\u0440\u0432\u0435\u043d\u044c", + "\u043b\u0438\u043f\u0435\u043d\u044c", + "\u0441\u0435\u0440\u043f\u0435\u043d\u044c", + "\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c", + "\u0436\u043e\u0432\u0442\u0435\u043d\u044c", + "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434", + "\u0433\u0440\u0443\u0434\u0435\u043d\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0440'.", + "longDate": "d MMMM y '\u0440'.", + "medium": "d MMM y '\u0440'. HH:mm:ss", + "mediumDate": "d MMM y '\u0440'.", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u0433\u0440\u043d.", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "uk-ua", + "localeID": "uk_UA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_uk.js b/src/ngLocale/angular-locale_uk.js index c6a3c95ce495..5b460d6cedba 100644 --- a/src/ngLocale/angular-locale_uk.js +++ b/src/ngLocale/angular-locale_uk.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["січня","лютого","березня","квітня","травня","червня","липня","серпня","вересня","жовтня","листопада","грудня"],"SHORTMONTH":["січ.","лют.","бер.","квіт.","трав.","черв.","лип.","серп.","вер.","жовт.","лист.","груд."],"DAY":["Неділя","Понеділок","Вівторок","Середа","Четвер","Пʼятниця","Субота"],"SHORTDAY":["Нд","Пн","Вт","Ср","Чт","Пт","Сб"],"AMPMS":["дп","пп"],"medium":"d MMM y HH:mm:ss","short":"dd.MM.yy HH:mm","fullDate":"EEEE, d MMMM y 'р'.","longDate":"d MMMM y 'р'.","mediumDate":"d MMM y","shortDate":"dd.MM.yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":" ","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₴"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"id":"uk"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0434\u043f", + "\u043f\u043f" + ], + "DAY": [ + "\u043d\u0435\u0434\u0456\u043b\u044f", + "\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", + "\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a", + "\u0441\u0435\u0440\u0435\u0434\u0430", + "\u0447\u0435\u0442\u0432\u0435\u0440", + "\u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f", + "\u0441\u0443\u0431\u043e\u0442\u0430" + ], + "ERANAMES": [ + "\u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438", + "\u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438" + ], + "ERAS": [ + "\u0434\u043e \u043d. \u0435.", + "\u043d. \u0435." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u0441\u0456\u0447\u043d\u044f", + "\u043b\u044e\u0442\u043e\u0433\u043e", + "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", + "\u043a\u0432\u0456\u0442\u043d\u044f", + "\u0442\u0440\u0430\u0432\u043d\u044f", + "\u0447\u0435\u0440\u0432\u043d\u044f", + "\u043b\u0438\u043f\u043d\u044f", + "\u0441\u0435\u0440\u043f\u043d\u044f", + "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", + "\u0436\u043e\u0432\u0442\u043d\u044f", + "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", + "\u0433\u0440\u0443\u0434\u043d\u044f" + ], + "SHORTDAY": [ + "\u043d\u0434", + "\u043f\u043d", + "\u0432\u0442", + "\u0441\u0440", + "\u0447\u0442", + "\u043f\u0442", + "\u0441\u0431" + ], + "SHORTMONTH": [ + "\u0441\u0456\u0447.", + "\u043b\u044e\u0442.", + "\u0431\u0435\u0440.", + "\u043a\u0432\u0456\u0442.", + "\u0442\u0440\u0430\u0432.", + "\u0447\u0435\u0440\u0432.", + "\u043b\u0438\u043f.", + "\u0441\u0435\u0440\u043f.", + "\u0432\u0435\u0440.", + "\u0436\u043e\u0432\u0442.", + "\u043b\u0438\u0441\u0442.", + "\u0433\u0440\u0443\u0434." + ], + "STANDALONEMONTH": [ + "\u0441\u0456\u0447\u0435\u043d\u044c", + "\u043b\u044e\u0442\u0438\u0439", + "\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c", + "\u043a\u0432\u0456\u0442\u0435\u043d\u044c", + "\u0442\u0440\u0430\u0432\u0435\u043d\u044c", + "\u0447\u0435\u0440\u0432\u0435\u043d\u044c", + "\u043b\u0438\u043f\u0435\u043d\u044c", + "\u0441\u0435\u0440\u043f\u0435\u043d\u044c", + "\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c", + "\u0436\u043e\u0432\u0442\u0435\u043d\u044c", + "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434", + "\u0433\u0440\u0443\u0434\u0435\u043d\u044c" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y '\u0440'.", + "longDate": "d MMMM y '\u0440'.", + "medium": "d MMM y '\u0440'. HH:mm:ss", + "mediumDate": "d MMM y '\u0440'.", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u0433\u0440\u043d.", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "uk", + "localeID": "uk", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (vf.v == 0 && i % 10 == 1 && i % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (vf.v == 0 && i % 10 >= 2 && i % 10 <= 4 && (i % 100 < 12 || i % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (vf.v == 0 && i % 10 == 0 || vf.v == 0 && i % 10 >= 5 && i % 10 <= 9 || vf.v == 0 && i % 100 >= 11 && i % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ur-in.js b/src/ngLocale/angular-locale_ur-in.js new file mode 100644 index 000000000000..4e7b31eecdb8 --- /dev/null +++ b/src/ngLocale/angular-locale_ur-in.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u067e\u06cc\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d", + "\u0639\u06cc\u0633\u0648\u06cc" + ], + "ERAS": [ + "\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d", + "\u0639\u06cc\u0633\u0648\u06cc" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u067e\u06cc\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 6, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ur-in", + "localeID": "ur_IN", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ur-pk.js b/src/ngLocale/angular-locale_ur-pk.js index d13dd779417d..6e07ddb0080f 100644 --- a/src/ngLocale/angular-locale_ur-pk.js +++ b/src/ngLocale/angular-locale_ur-pk.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs."},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["جنوری","فروری","مار چ","اپريل","مئ","جون","جولائ","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],"SHORTMONTH":["جنوری","فروری","مار چ","اپريل","مئ","جون","جولائ","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],"DAY":["اتوار","پير","منگل","بده","جمعرات","جمعہ","ہفتہ"],"SHORTDAY":["اتوار","پير","منگل","بده","جمعرات","جمعہ","ہفتہ"],"AMPMS":["قبل دوپہر","بعد دوپہر"],"medium":"d, MMM y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, d, MMMM y","longDate":"d, MMMM y","mediumDate":"d, MMM y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"ur-pk"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u0633\u0648\u0645\u0648\u0627\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d", + "\u0639\u06cc\u0633\u0648\u06cc" + ], + "ERAS": [ + "\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d", + "\u0639\u06cc\u0633\u0648\u06cc" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u0633\u0648\u0645\u0648\u0627\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ur-pk", + "localeID": "ur_PK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_ur.js b/src/ngLocale/angular-locale_ur.js index 995d77760f3f..2f866e8ed782 100644 --- a/src/ngLocale/angular-locale_ur.js +++ b/src/ngLocale/angular-locale_ur.js @@ -1,4 +1,143 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["جنوری","فروری","مار چ","اپريل","مئ","جون","جولائ","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],"SHORTMONTH":["جنوری","فروری","مار چ","اپريل","مئ","جون","جولائ","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],"DAY":["اتوار","پير","منگل","بده","جمعرات","جمعہ","ہفتہ"],"SHORTDAY":["اتوار","پير","منگل","بده","جمعرات","جمعہ","ہفتہ"],"AMPMS":["قبل دوپہر","بعد دوپہر"],"medium":"d, MMM y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, d, MMMM y","longDate":"d, MMMM y","mediumDate":"d, MMM y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"Rs."},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"ur"}); -}]); \ No newline at end of file +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u0633\u0648\u0645\u0648\u0627\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "ERANAMES": [ + "\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d", + "\u0639\u06cc\u0633\u0648\u06cc" + ], + "ERAS": [ + "\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d", + "\u0639\u06cc\u0633\u0648\u06cc" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u0627\u062a\u0648\u0627\u0631", + "\u0633\u0648\u0645\u0648\u0627\u0631", + "\u0645\u0646\u06af\u0644", + "\u0628\u062f\u06be", + "\u062c\u0645\u0639\u0631\u0627\u062a", + "\u062c\u0645\u0639\u06c1", + "\u06c1\u0641\u062a\u06c1" + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u0626\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u0626\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "y MMM d h:mm:ss a", + "mediumDate": "y MMM d", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 2, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "ur", + "localeID": "ur", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_uz-arab-af.js b/src/ngLocale/angular-locale_uz-arab-af.js new file mode 100644 index 000000000000..3b7ea7abca0c --- /dev/null +++ b/src/ngLocale/angular-locale_uz-arab-af.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0628\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u06cc.", + "\u062f.", + "\u0633.", + "\u0686.", + "\u067e.", + "\u062c.", + "\u0634." + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648", + "\u0641\u0628\u0631", + "\u0645\u0627\u0631", + "\u0627\u067e\u0631", + "\u0645\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644", + "\u0627\u06af\u0633", + "\u0633\u067e\u062a", + "\u0627\u06a9\u062a", + "\u0646\u0648\u0645", + "\u062f\u0633\u0645" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0628\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 3, + 4 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Af.", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "uz-arab-af", + "localeID": "uz_Arab_AF", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_uz-arab.js b/src/ngLocale/angular-locale_uz-arab.js new file mode 100644 index 000000000000..0246c209687e --- /dev/null +++ b/src/ngLocale/angular-locale_uz-arab.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "\u062f\u0648\u0634\u0646\u0628\u0647", + "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "\u062c\u0645\u0639\u0647", + "\u0634\u0646\u0628\u0647" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0628\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "SHORTDAY": [ + "\u06cc.", + "\u062f.", + "\u0633.", + "\u0686.", + "\u067e.", + "\u062c.", + "\u0634." + ], + "SHORTMONTH": [ + "\u062c\u0646\u0648", + "\u0641\u0628\u0631", + "\u0645\u0627\u0631", + "\u0627\u067e\u0631", + "\u0645\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644", + "\u0627\u06af\u0633", + "\u0633\u067e\u062a", + "\u0627\u06a9\u062a", + "\u0646\u0648\u0645", + "\u062f\u0633\u0645" + ], + "STANDALONEMONTH": [ + "\u062c\u0646\u0648\u0631\u06cc", + "\u0641\u0628\u0631\u0648\u0631\u06cc", + "\u0645\u0627\u0631\u0686", + "\u0627\u067e\u0631\u06cc\u0644", + "\u0645\u06cc", + "\u062c\u0648\u0646", + "\u062c\u0648\u0644\u0627\u06cc", + "\u0627\u06af\u0633\u062a", + "\u0633\u067e\u062a\u0645\u0628\u0631", + "\u0627\u06a9\u062a\u0648\u0628\u0631", + "\u0646\u0648\u0645\u0628\u0631", + "\u062f\u0633\u0645\u0628\u0631" + ], + "WEEKENDRANGE": [ + 3, + 4 + ], + "fullDate": "y MMMM d, EEEE", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Af.", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "uz-arab", + "localeID": "uz_Arab", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_uz-cyrl-uz.js b/src/ngLocale/angular-locale_uz-cyrl-uz.js new file mode 100644 index 000000000000..d1723c814506 --- /dev/null +++ b/src/ngLocale/angular-locale_uz-cyrl-uz.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0422\u041e", + "\u0422\u041a" + ], + "DAY": [ + "\u044f\u043a\u0448\u0430\u043d\u0431\u0430", + "\u0434\u0443\u0448\u0430\u043d\u0431\u0430", + "\u0441\u0435\u0448\u0430\u043d\u0431\u0430", + "\u0447\u043e\u0440\u0448\u0430\u043d\u0431\u0430", + "\u043f\u0430\u0439\u0448\u0430\u043d\u0431\u0430", + "\u0436\u0443\u043c\u0430", + "\u0448\u0430\u043d\u0431\u0430" + ], + "ERANAMES": [ + "\u043c\u0438\u043b\u043e\u0434\u0434\u0430\u043d \u0430\u0432\u0432\u0430\u043b\u0433\u0438", + "\u043c\u0438\u043b\u043e\u0434\u0438\u0439" + ], + "ERAS": [ + "\u043c.\u0430.", + "\u043c\u0438\u043b\u043e\u0434\u0438\u0439" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440", + "\u0444\u0435\u0432\u0440\u0430\u043b", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d", + "\u0438\u044e\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440", + "\u043e\u043a\u0442\u044f\u0431\u0440", + "\u043d\u043e\u044f\u0431\u0440", + "\u0434\u0435\u043a\u0430\u0431\u0440" + ], + "SHORTDAY": [ + "\u044f\u043a\u0448", + "\u0434\u0443\u0448", + "\u0441\u0435\u0448", + "\u0447\u043e\u0440", + "\u043f\u0430\u0439", + "\u0436\u0443\u043c", + "\u0448\u0430\u043d" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432", + "\u0444\u0435\u0432", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d", + "\u0438\u044e\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043d", + "\u043e\u043a\u0442", + "\u043d\u043e\u044f", + "\u0434\u0435\u043a" + ], + "STANDALONEMONTH": [ + "\u042f\u043d\u0432\u0430\u0440", + "\u0424\u0435\u0432\u0440\u0430\u043b", + "\u041c\u0430\u0440\u0442", + "\u0410\u043f\u0440\u0435\u043b", + "\u041c\u0430\u0439", + "\u0418\u044e\u043d", + "\u0418\u044e\u043b", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u044f\u0431\u0440", + "\u041e\u043a\u0442\u044f\u0431\u0440", + "\u041d\u043e\u044f\u0431\u0440", + "\u0414\u0435\u043a\u0430\u0431\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "so\u02bcm", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "uz-cyrl-uz", + "localeID": "uz_Cyrl_UZ", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_uz-cyrl.js b/src/ngLocale/angular-locale_uz-cyrl.js new file mode 100644 index 000000000000..e3cf1744abae --- /dev/null +++ b/src/ngLocale/angular-locale_uz-cyrl.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u0422\u041e", + "\u0422\u041a" + ], + "DAY": [ + "\u044f\u043a\u0448\u0430\u043d\u0431\u0430", + "\u0434\u0443\u0448\u0430\u043d\u0431\u0430", + "\u0441\u0435\u0448\u0430\u043d\u0431\u0430", + "\u0447\u043e\u0440\u0448\u0430\u043d\u0431\u0430", + "\u043f\u0430\u0439\u0448\u0430\u043d\u0431\u0430", + "\u0436\u0443\u043c\u0430", + "\u0448\u0430\u043d\u0431\u0430" + ], + "ERANAMES": [ + "\u043c\u0438\u043b\u043e\u0434\u0434\u0430\u043d \u0430\u0432\u0432\u0430\u043b\u0433\u0438", + "\u043c\u0438\u043b\u043e\u0434\u0438\u0439" + ], + "ERAS": [ + "\u043c.\u0430.", + "\u043c\u0438\u043b\u043e\u0434\u0438\u0439" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u044f\u043d\u0432\u0430\u0440", + "\u0444\u0435\u0432\u0440\u0430\u043b", + "\u043c\u0430\u0440\u0442", + "\u0430\u043f\u0440\u0435\u043b", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d", + "\u0438\u044e\u043b", + "\u0430\u0432\u0433\u0443\u0441\u0442", + "\u0441\u0435\u043d\u0442\u044f\u0431\u0440", + "\u043e\u043a\u0442\u044f\u0431\u0440", + "\u043d\u043e\u044f\u0431\u0440", + "\u0434\u0435\u043a\u0430\u0431\u0440" + ], + "SHORTDAY": [ + "\u044f\u043a\u0448", + "\u0434\u0443\u0448", + "\u0441\u0435\u0448", + "\u0447\u043e\u0440", + "\u043f\u0430\u0439", + "\u0436\u0443\u043c", + "\u0448\u0430\u043d" + ], + "SHORTMONTH": [ + "\u044f\u043d\u0432", + "\u0444\u0435\u0432", + "\u043c\u0430\u0440", + "\u0430\u043f\u0440", + "\u043c\u0430\u0439", + "\u0438\u044e\u043d", + "\u0438\u044e\u043b", + "\u0430\u0432\u0433", + "\u0441\u0435\u043d", + "\u043e\u043a\u0442", + "\u043d\u043e\u044f", + "\u0434\u0435\u043a" + ], + "STANDALONEMONTH": [ + "\u042f\u043d\u0432\u0430\u0440", + "\u0424\u0435\u0432\u0440\u0430\u043b", + "\u041c\u0430\u0440\u0442", + "\u0410\u043f\u0440\u0435\u043b", + "\u041c\u0430\u0439", + "\u0418\u044e\u043d", + "\u0418\u044e\u043b", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u044f\u0431\u0440", + "\u041e\u043a\u0442\u044f\u0431\u0440", + "\u041d\u043e\u044f\u0431\u0440", + "\u0414\u0435\u043a\u0430\u0431\u0440" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, dd MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "so\u02bcm", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "uz-cyrl", + "localeID": "uz_Cyrl", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_uz-latn-uz.js b/src/ngLocale/angular-locale_uz-latn-uz.js new file mode 100644 index 000000000000..b8afec112c1d --- /dev/null +++ b/src/ngLocale/angular-locale_uz-latn-uz.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "TO", + "TK" + ], + "DAY": [ + "yakshanba", + "dushanba", + "seshanba", + "chorshanba", + "payshanba", + "juma", + "shanba" + ], + "ERANAMES": [ + "miloddan avvalgi", + "milodiy" + ], + "ERAS": [ + "m.a.", + "milodiy" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "yanvar", + "fevral", + "mart", + "aprel", + "may", + "iyun", + "iyul", + "avgust", + "sentabr", + "oktabr", + "noyabr", + "dekabr" + ], + "SHORTDAY": [ + "Yak", + "Dush", + "Sesh", + "Chor", + "Pay", + "Jum", + "Shan" + ], + "SHORTMONTH": [ + "yan", + "fev", + "mar", + "apr", + "may", + "iyn", + "iyl", + "avg", + "sen", + "okt", + "noy", + "dek" + ], + "STANDALONEMONTH": [ + "Yanvar", + "Fevral", + "Mart", + "Aprel", + "May", + "Iyun", + "Iyul", + "Avgust", + "Sentabr", + "Oktabr", + "Noyabr", + "Dekabr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d-MMMM, y", + "longDate": "d-MMMM, y", + "medium": "d-MMM, y HH:mm:ss", + "mediumDate": "d-MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "so\u02bcm", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "uz-latn-uz", + "localeID": "uz_Latn_UZ", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_uz-latn.js b/src/ngLocale/angular-locale_uz-latn.js new file mode 100644 index 000000000000..56724d156836 --- /dev/null +++ b/src/ngLocale/angular-locale_uz-latn.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "TO", + "TK" + ], + "DAY": [ + "yakshanba", + "dushanba", + "seshanba", + "chorshanba", + "payshanba", + "juma", + "shanba" + ], + "ERANAMES": [ + "miloddan avvalgi", + "milodiy" + ], + "ERAS": [ + "m.a.", + "milodiy" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "yanvar", + "fevral", + "mart", + "aprel", + "may", + "iyun", + "iyul", + "avgust", + "sentabr", + "oktabr", + "noyabr", + "dekabr" + ], + "SHORTDAY": [ + "Yak", + "Dush", + "Sesh", + "Chor", + "Pay", + "Jum", + "Shan" + ], + "SHORTMONTH": [ + "yan", + "fev", + "mar", + "apr", + "may", + "iyn", + "iyl", + "avg", + "sen", + "okt", + "noy", + "dek" + ], + "STANDALONEMONTH": [ + "Yanvar", + "Fevral", + "Mart", + "Aprel", + "May", + "Iyun", + "Iyul", + "Avgust", + "Sentabr", + "Oktabr", + "Noyabr", + "Dekabr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d-MMMM, y", + "longDate": "d-MMMM, y", + "medium": "d-MMM, y HH:mm:ss", + "mediumDate": "d-MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "so\u02bcm", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "uz-latn", + "localeID": "uz_Latn", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_uz.js b/src/ngLocale/angular-locale_uz.js new file mode 100644 index 000000000000..0af75a831589 --- /dev/null +++ b/src/ngLocale/angular-locale_uz.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "TO", + "TK" + ], + "DAY": [ + "yakshanba", + "dushanba", + "seshanba", + "chorshanba", + "payshanba", + "juma", + "shanba" + ], + "ERANAMES": [ + "miloddan avvalgi", + "milodiy" + ], + "ERAS": [ + "m.a.", + "milodiy" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "yanvar", + "fevral", + "mart", + "aprel", + "may", + "iyun", + "iyul", + "avgust", + "sentabr", + "oktabr", + "noyabr", + "dekabr" + ], + "SHORTDAY": [ + "Yak", + "Dush", + "Sesh", + "Chor", + "Pay", + "Jum", + "Shan" + ], + "SHORTMONTH": [ + "yan", + "fev", + "mar", + "apr", + "may", + "iyn", + "iyl", + "avg", + "sen", + "okt", + "noy", + "dek" + ], + "STANDALONEMONTH": [ + "Yanvar", + "Fevral", + "Mart", + "Aprel", + "May", + "Iyun", + "Iyul", + "Avgust", + "Sentabr", + "Oktabr", + "Noyabr", + "Dekabr" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d-MMMM, y", + "longDate": "d-MMMM, y", + "medium": "d-MMM, y HH:mm:ss", + "mediumDate": "d-MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "so\u02bcm", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "uz", + "localeID": "uz", + "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vai-latn-lr.js b/src/ngLocale/angular-locale_vai-latn-lr.js new file mode 100644 index 000000000000..0800e469b1f9 --- /dev/null +++ b/src/ngLocale/angular-locale_vai-latn-lr.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "lahadi", + "t\u025b\u025bn\u025b\u025b", + "talata", + "alaba", + "aimisa", + "aijima", + "si\u0253iti" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "luukao kem\u00e3", + "\u0253anda\u0253u", + "v\u0254\u0254", + "fulu", + "goo", + "6", + "7", + "k\u0254nde", + "saah", + "galo", + "kenpkato \u0253olol\u0254", + "luukao l\u0254ma" + ], + "SHORTDAY": [ + "lahadi", + "t\u025b\u025bn\u025b\u025b", + "talata", + "alaba", + "aimisa", + "aijima", + "si\u0253iti" + ], + "SHORTMONTH": [ + "luukao kem\u00e3", + "\u0253anda\u0253u", + "v\u0254\u0254", + "fulu", + "goo", + "6", + "7", + "k\u0254nde", + "saah", + "galo", + "kenpkato \u0253olol\u0254", + "luukao l\u0254ma" + ], + "STANDALONEMONTH": [ + "luukao kem\u00e3", + "\u0253anda\u0253u", + "v\u0254\u0254", + "fulu", + "goo", + "6", + "7", + "k\u0254nde", + "saah", + "galo", + "kenpkato \u0253olol\u0254", + "luukao l\u0254ma" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "vai-latn-lr", + "localeID": "vai_Latn_LR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vai-latn.js b/src/ngLocale/angular-locale_vai-latn.js new file mode 100644 index 000000000000..8bb7e498e4c6 --- /dev/null +++ b/src/ngLocale/angular-locale_vai-latn.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "lahadi", + "t\u025b\u025bn\u025b\u025b", + "talata", + "alaba", + "aimisa", + "aijima", + "si\u0253iti" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "luukao kem\u00e3", + "\u0253anda\u0253u", + "v\u0254\u0254", + "fulu", + "goo", + "6", + "7", + "k\u0254nde", + "saah", + "galo", + "kenpkato \u0253olol\u0254", + "luukao l\u0254ma" + ], + "SHORTDAY": [ + "lahadi", + "t\u025b\u025bn\u025b\u025b", + "talata", + "alaba", + "aimisa", + "aijima", + "si\u0253iti" + ], + "SHORTMONTH": [ + "luukao kem\u00e3", + "\u0253anda\u0253u", + "v\u0254\u0254", + "fulu", + "goo", + "6", + "7", + "k\u0254nde", + "saah", + "galo", + "kenpkato \u0253olol\u0254", + "luukao l\u0254ma" + ], + "STANDALONEMONTH": [ + "luukao kem\u00e3", + "\u0253anda\u0253u", + "v\u0254\u0254", + "fulu", + "goo", + "6", + "7", + "k\u0254nde", + "saah", + "galo", + "kenpkato \u0253olol\u0254", + "luukao l\u0254ma" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "vai-latn", + "localeID": "vai_Latn", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vai-vaii-lr.js b/src/ngLocale/angular-locale_vai-vaii-lr.js new file mode 100644 index 000000000000..022470e71c5e --- /dev/null +++ b/src/ngLocale/angular-locale_vai-vaii-lr.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\ua55e\ua54c\ua535", + "\ua5f3\ua5e1\ua609", + "\ua55a\ua55e\ua55a", + "\ua549\ua55e\ua552", + "\ua549\ua524\ua546\ua562", + "\ua549\ua524\ua540\ua56e", + "\ua53b\ua52c\ua533" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\ua5a8\ua56a\ua583 \ua51e\ua56e", + "\ua552\ua561\ua59d\ua595", + "\ua57e\ua5ba", + "\ua5a2\ua595", + "\ua591\ua571", + "6", + "7", + "\ua5db\ua515", + "\ua562\ua54c", + "\ua56d\ua583", + "\ua51e\ua60b\ua554\ua57f \ua578\ua583\ua5cf", + "\ua5a8\ua56a\ua571 \ua5cf\ua56e" + ], + "SHORTDAY": [ + "\ua55e\ua54c\ua535", + "\ua5f3\ua5e1\ua609", + "\ua55a\ua55e\ua55a", + "\ua549\ua55e\ua552", + "\ua549\ua524\ua546\ua562", + "\ua549\ua524\ua540\ua56e", + "\ua53b\ua52c\ua533" + ], + "SHORTMONTH": [ + "\ua5a8\ua56a\ua583 \ua51e\ua56e", + "\ua552\ua561\ua59d\ua595", + "\ua57e\ua5ba", + "\ua5a2\ua595", + "\ua591\ua571", + "6", + "7", + "\ua5db\ua515", + "\ua562\ua54c", + "\ua56d\ua583", + "\ua51e\ua60b\ua554\ua57f \ua578\ua583\ua5cf", + "\ua5a8\ua56a\ua571 \ua5cf\ua56e" + ], + "STANDALONEMONTH": [ + "\ua5a8\ua56a\ua583 \ua51e\ua56e", + "\ua552\ua561\ua59d\ua595", + "\ua57e\ua5ba", + "\ua5a2\ua595", + "\ua591\ua571", + "6", + "7", + "\ua5db\ua515", + "\ua562\ua54c", + "\ua56d\ua583", + "\ua51e\ua60b\ua554\ua57f \ua578\ua583\ua5cf", + "\ua5a8\ua56a\ua571 \ua5cf\ua56e" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "vai-vaii-lr", + "localeID": "vai_Vaii_LR", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vai-vaii.js b/src/ngLocale/angular-locale_vai-vaii.js new file mode 100644 index 000000000000..807b6aebdef6 --- /dev/null +++ b/src/ngLocale/angular-locale_vai-vaii.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\ua55e\ua54c\ua535", + "\ua5f3\ua5e1\ua609", + "\ua55a\ua55e\ua55a", + "\ua549\ua55e\ua552", + "\ua549\ua524\ua546\ua562", + "\ua549\ua524\ua540\ua56e", + "\ua53b\ua52c\ua533" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\ua5a8\ua56a\ua583 \ua51e\ua56e", + "\ua552\ua561\ua59d\ua595", + "\ua57e\ua5ba", + "\ua5a2\ua595", + "\ua591\ua571", + "6", + "7", + "\ua5db\ua515", + "\ua562\ua54c", + "\ua56d\ua583", + "\ua51e\ua60b\ua554\ua57f \ua578\ua583\ua5cf", + "\ua5a8\ua56a\ua571 \ua5cf\ua56e" + ], + "SHORTDAY": [ + "\ua55e\ua54c\ua535", + "\ua5f3\ua5e1\ua609", + "\ua55a\ua55e\ua55a", + "\ua549\ua55e\ua552", + "\ua549\ua524\ua546\ua562", + "\ua549\ua524\ua540\ua56e", + "\ua53b\ua52c\ua533" + ], + "SHORTMONTH": [ + "\ua5a8\ua56a\ua583 \ua51e\ua56e", + "\ua552\ua561\ua59d\ua595", + "\ua57e\ua5ba", + "\ua5a2\ua595", + "\ua591\ua571", + "6", + "7", + "\ua5db\ua515", + "\ua562\ua54c", + "\ua56d\ua583", + "\ua51e\ua60b\ua554\ua57f \ua578\ua583\ua5cf", + "\ua5a8\ua56a\ua571 \ua5cf\ua56e" + ], + "STANDALONEMONTH": [ + "\ua5a8\ua56a\ua583 \ua51e\ua56e", + "\ua552\ua561\ua59d\ua595", + "\ua57e\ua5ba", + "\ua5a2\ua595", + "\ua591\ua571", + "6", + "7", + "\ua5db\ua515", + "\ua562\ua54c", + "\ua56d\ua583", + "\ua51e\ua60b\ua554\ua57f \ua578\ua583\ua5cf", + "\ua5a8\ua56a\ua571 \ua5cf\ua56e" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "vai-vaii", + "localeID": "vai_Vaii", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vai.js b/src/ngLocale/angular-locale_vai.js new file mode 100644 index 000000000000..36c32ae8605d --- /dev/null +++ b/src/ngLocale/angular-locale_vai.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "\ua55e\ua54c\ua535", + "\ua5f3\ua5e1\ua609", + "\ua55a\ua55e\ua55a", + "\ua549\ua55e\ua552", + "\ua549\ua524\ua546\ua562", + "\ua549\ua524\ua540\ua56e", + "\ua53b\ua52c\ua533" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\ua5a8\ua56a\ua583 \ua51e\ua56e", + "\ua552\ua561\ua59d\ua595", + "\ua57e\ua5ba", + "\ua5a2\ua595", + "\ua591\ua571", + "6", + "7", + "\ua5db\ua515", + "\ua562\ua54c", + "\ua56d\ua583", + "\ua51e\ua60b\ua554\ua57f \ua578\ua583\ua5cf", + "\ua5a8\ua56a\ua571 \ua5cf\ua56e" + ], + "SHORTDAY": [ + "\ua55e\ua54c\ua535", + "\ua5f3\ua5e1\ua609", + "\ua55a\ua55e\ua55a", + "\ua549\ua55e\ua552", + "\ua549\ua524\ua546\ua562", + "\ua549\ua524\ua540\ua56e", + "\ua53b\ua52c\ua533" + ], + "SHORTMONTH": [ + "\ua5a8\ua56a\ua583 \ua51e\ua56e", + "\ua552\ua561\ua59d\ua595", + "\ua57e\ua5ba", + "\ua5a2\ua595", + "\ua591\ua571", + "6", + "7", + "\ua5db\ua515", + "\ua562\ua54c", + "\ua56d\ua583", + "\ua51e\ua60b\ua554\ua57f \ua578\ua583\ua5cf", + "\ua5a8\ua56a\ua571 \ua5cf\ua56e" + ], + "STANDALONEMONTH": [ + "\ua5a8\ua56a\ua583 \ua51e\ua56e", + "\ua552\ua561\ua59d\ua595", + "\ua57e\ua5ba", + "\ua5a2\ua595", + "\ua591\ua571", + "6", + "7", + "\ua5db\ua515", + "\ua562\ua54c", + "\ua56d\ua583", + "\ua51e\ua60b\ua554\ua57f \ua578\ua583\ua5cf", + "\ua5a8\ua56a\ua571 \ua5cf\ua56e" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/y h:mm a", + "shortDate": "dd/MM/y", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "vai", + "localeID": "vai", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vi-vn.js b/src/ngLocale/angular-locale_vi-vn.js index 05b708e58b3a..40dd78cfb3bb 100644 --- a/src/ngLocale/angular-locale_vi-vn.js +++ b/src/ngLocale/angular-locale_vi-vn.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₫"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["tháng một","tháng hai","tháng ba","tháng tư","tháng năm","tháng sáu","tháng bảy","tháng tám","tháng chín","tháng mười","tháng mười một","tháng mười hai"],"SHORTMONTH":["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"],"DAY":["Chủ nhật","Thứ hai","Thứ ba","Thứ tư","Thứ năm","Thứ sáu","Thứ bảy"],"SHORTDAY":["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],"AMPMS":["SA","CH"],"medium":"dd-MM-yyyy HH:mm:ss","short":"dd/MM/yyyy HH:mm","fullDate":"EEEE, 'ngày' dd MMMM 'năm' y","longDate":"'Ngày' dd 'tháng' M 'năm' y","mediumDate":"dd-MM-yyyy","shortDate":"dd/MM/yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"vi-vn"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "SA", + "CH" + ], + "DAY": [ + "Ch\u1ee7 Nh\u1eadt", + "Th\u1ee9 Hai", + "Th\u1ee9 Ba", + "Th\u1ee9 T\u01b0", + "Th\u1ee9 N\u0103m", + "Th\u1ee9 S\u00e1u", + "Th\u1ee9 B\u1ea3y" + ], + "ERANAMES": [ + "Tr\u01b0\u1edbc CN", + "sau CN" + ], + "ERAS": [ + "Tr\u01b0\u1edbc CN", + "sau CN" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "th\u00e1ng 1", + "th\u00e1ng 2", + "th\u00e1ng 3", + "th\u00e1ng 4", + "th\u00e1ng 5", + "th\u00e1ng 6", + "th\u00e1ng 7", + "th\u00e1ng 8", + "th\u00e1ng 9", + "th\u00e1ng 10", + "th\u00e1ng 11", + "th\u00e1ng 12" + ], + "SHORTDAY": [ + "CN", + "Th 2", + "Th 3", + "Th 4", + "Th 5", + "Th 6", + "Th 7" + ], + "SHORTMONTH": [ + "thg 1", + "thg 2", + "thg 3", + "thg 4", + "thg 5", + "thg 6", + "thg 7", + "thg 8", + "thg 9", + "thg 10", + "thg 11", + "thg 12" + ], + "STANDALONEMONTH": [ + "Th\u00e1ng 1", + "Th\u00e1ng 2", + "Th\u00e1ng 3", + "Th\u00e1ng 4", + "Th\u00e1ng 5", + "Th\u00e1ng 6", + "Th\u00e1ng 7", + "Th\u00e1ng 8", + "Th\u00e1ng 9", + "Th\u00e1ng 10", + "Th\u00e1ng 11", + "Th\u00e1ng 12" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ab", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "vi-vn", + "localeID": "vi_VN", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vi.js b/src/ngLocale/angular-locale_vi.js index 6b2cf0a96668..74cdcadc8053 100644 --- a/src/ngLocale/angular-locale_vi.js +++ b/src/ngLocale/angular-locale_vi.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["tháng một","tháng hai","tháng ba","tháng tư","tháng năm","tháng sáu","tháng bảy","tháng tám","tháng chín","tháng mười","tháng mười một","tháng mười hai"],"SHORTMONTH":["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"],"DAY":["Chủ nhật","Thứ hai","Thứ ba","Thứ tư","Thứ năm","Thứ sáu","Thứ bảy"],"SHORTDAY":["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],"AMPMS":["SA","CH"],"medium":"dd-MM-yyyy HH:mm:ss","short":"dd/MM/yyyy HH:mm","fullDate":"EEEE, 'ngày' dd MMMM 'năm' y","longDate":"'Ngày' dd 'tháng' M 'năm' y","mediumDate":"dd-MM-yyyy","shortDate":"dd/MM/yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"₫"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"vi"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "SA", + "CH" + ], + "DAY": [ + "Ch\u1ee7 Nh\u1eadt", + "Th\u1ee9 Hai", + "Th\u1ee9 Ba", + "Th\u1ee9 T\u01b0", + "Th\u1ee9 N\u0103m", + "Th\u1ee9 S\u00e1u", + "Th\u1ee9 B\u1ea3y" + ], + "ERANAMES": [ + "Tr\u01b0\u1edbc CN", + "sau CN" + ], + "ERAS": [ + "Tr\u01b0\u1edbc CN", + "sau CN" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "th\u00e1ng 1", + "th\u00e1ng 2", + "th\u00e1ng 3", + "th\u00e1ng 4", + "th\u00e1ng 5", + "th\u00e1ng 6", + "th\u00e1ng 7", + "th\u00e1ng 8", + "th\u00e1ng 9", + "th\u00e1ng 10", + "th\u00e1ng 11", + "th\u00e1ng 12" + ], + "SHORTDAY": [ + "CN", + "Th 2", + "Th 3", + "Th 4", + "Th 5", + "Th 6", + "Th 7" + ], + "SHORTMONTH": [ + "thg 1", + "thg 2", + "thg 3", + "thg 4", + "thg 5", + "thg 6", + "thg 7", + "thg 8", + "thg 9", + "thg 10", + "thg 11", + "thg 12" + ], + "STANDALONEMONTH": [ + "Th\u00e1ng 1", + "Th\u00e1ng 2", + "Th\u00e1ng 3", + "Th\u00e1ng 4", + "Th\u00e1ng 5", + "Th\u00e1ng 6", + "Th\u00e1ng 7", + "Th\u00e1ng 8", + "Th\u00e1ng 9", + "Th\u00e1ng 10", + "Th\u00e1ng 11", + "Th\u00e1ng 12" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ab", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "vi", + "localeID": "vi", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vo-001.js b/src/ngLocale/angular-locale_vo-001.js new file mode 100644 index 000000000000..fe64c0c5bc92 --- /dev/null +++ b/src/ngLocale/angular-locale_vo-001.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "sudel", + "mudel", + "tudel", + "vedel", + "d\u00f6del", + "fridel", + "z\u00e4del" + ], + "ERANAMES": [ + "b. t. kr.", + "p. t. kr." + ], + "ERAS": [ + "b. t. kr.", + "p. t. kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "yanul", + "febul", + "m\u00e4zul", + "prilul", + "mayul", + "yunul", + "yulul", + "gustul", + "setul", + "tobul", + "novul", + "dekul" + ], + "SHORTDAY": [ + "su.", + "mu.", + "tu.", + "ve.", + "d\u00f6.", + "fr.", + "z\u00e4." + ], + "SHORTMONTH": [ + "yan", + "feb", + "m\u00e4z", + "prl", + "may", + "yun", + "yul", + "gst", + "set", + "ton", + "nov", + "dek" + ], + "STANDALONEMONTH": [ + "yanul", + "febul", + "m\u00e4zul", + "prilul", + "mayul", + "yunul", + "yulul", + "gustul", + "setul", + "tobul", + "novul", + "dekul" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM'a' 'd'. d'id'", + "longDate": "y MMMM d", + "medium": "y MMM. d HH:mm:ss", + "mediumDate": "y MMM. d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "vo-001", + "localeID": "vo_001", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vo.js b/src/ngLocale/angular-locale_vo.js new file mode 100644 index 000000000000..d76a390d4349 --- /dev/null +++ b/src/ngLocale/angular-locale_vo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "sudel", + "mudel", + "tudel", + "vedel", + "d\u00f6del", + "fridel", + "z\u00e4del" + ], + "ERANAMES": [ + "b. t. kr.", + "p. t. kr." + ], + "ERAS": [ + "b. t. kr.", + "p. t. kr." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "yanul", + "febul", + "m\u00e4zul", + "prilul", + "mayul", + "yunul", + "yulul", + "gustul", + "setul", + "tobul", + "novul", + "dekul" + ], + "SHORTDAY": [ + "su.", + "mu.", + "tu.", + "ve.", + "d\u00f6.", + "fr.", + "z\u00e4." + ], + "SHORTMONTH": [ + "yan", + "feb", + "m\u00e4z", + "prl", + "may", + "yun", + "yul", + "gst", + "set", + "ton", + "nov", + "dek" + ], + "STANDALONEMONTH": [ + "yanul", + "febul", + "m\u00e4zul", + "prilul", + "mayul", + "yunul", + "yulul", + "gustul", + "setul", + "tobul", + "novul", + "dekul" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y MMMM'a' 'd'. d'id'", + "longDate": "y MMMM d", + "medium": "y MMM. d HH:mm:ss", + "mediumDate": "y MMM. d", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "vo", + "localeID": "vo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vun-tz.js b/src/ngLocale/angular-locale_vun-tz.js new file mode 100644 index 000000000000..7f1900e634b5 --- /dev/null +++ b/src/ngLocale/angular-locale_vun-tz.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "utuko", + "kyiukonyi" + ], + "DAY": [ + "Jumapilyi", + "Jumatatuu", + "Jumanne", + "Jumatanu", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristu", + "Baada ya Kristu" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "vun-tz", + "localeID": "vun_TZ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_vun.js b/src/ngLocale/angular-locale_vun.js new file mode 100644 index 000000000000..33adf4116d66 --- /dev/null +++ b/src/ngLocale/angular-locale_vun.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "utuko", + "kyiukonyi" + ], + "DAY": [ + "Jumapilyi", + "Jumatatuu", + "Jumanne", + "Jumatanu", + "Alhamisi", + "Ijumaa", + "Jumamosi" + ], + "ERANAMES": [ + "Kabla ya Kristu", + "Baada ya Kristu" + ], + "ERAS": [ + "KK", + "BK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Jpi", + "Jtt", + "Jnn", + "Jtn", + "Alh", + "Iju", + "Jmo" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ago", + "Sep", + "Okt", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Januari", + "Februari", + "Machi", + "Aprilyi", + "Mei", + "Junyi", + "Julyai", + "Agusti", + "Septemba", + "Oktoba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "vun", + "localeID": "vun", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_wae-ch.js b/src/ngLocale/angular-locale_wae-ch.js new file mode 100644 index 000000000000..92aa7e8e5ab0 --- /dev/null +++ b/src/ngLocale/angular-locale_wae-ch.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunntag", + "M\u00e4ntag", + "Zi\u0161tag", + "Mittwu\u010d", + "Fr\u00f3ntag", + "Fritag", + "Sam\u0161tag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr" + ], + "ERAS": [ + "v. Chr.", + "n. Chr" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jenner", + "Hornig", + "M\u00e4rze", + "Abrille", + "Meije", + "Br\u00e1\u010det", + "Heiwet", + "\u00d6ig\u0161te", + "Herb\u0161tm\u00e1net", + "W\u00edm\u00e1net", + "Winterm\u00e1net", + "Chri\u0161tm\u00e1net" + ], + "SHORTDAY": [ + "Sun", + "M\u00e4n", + "Zi\u0161", + "Mit", + "Fr\u00f3", + "Fri", + "Sam" + ], + "SHORTMONTH": [ + "Jen", + "Hor", + "M\u00e4r", + "Abr", + "Mei", + "Br\u00e1", + "Hei", + "\u00d6ig", + "Her", + "W\u00edm", + "Win", + "Chr" + ], + "STANDALONEMONTH": [ + "Jenner", + "Hornig", + "M\u00e4rze", + "Abrille", + "Meije", + "Br\u00e1\u010det", + "Heiwet", + "\u00d6ig\u0161te", + "Herb\u0161tm\u00e1net", + "W\u00edm\u00e1net", + "Winterm\u00e1net", + "Chri\u0161tm\u00e1net" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "wae-ch", + "localeID": "wae_CH", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_wae.js b/src/ngLocale/angular-locale_wae.js new file mode 100644 index 000000000000..12a13a12a545 --- /dev/null +++ b/src/ngLocale/angular-locale_wae.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "Sunntag", + "M\u00e4ntag", + "Zi\u0161tag", + "Mittwu\u010d", + "Fr\u00f3ntag", + "Fritag", + "Sam\u0161tag" + ], + "ERANAMES": [ + "v. Chr.", + "n. Chr" + ], + "ERAS": [ + "v. Chr.", + "n. Chr" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Jenner", + "Hornig", + "M\u00e4rze", + "Abrille", + "Meije", + "Br\u00e1\u010det", + "Heiwet", + "\u00d6ig\u0161te", + "Herb\u0161tm\u00e1net", + "W\u00edm\u00e1net", + "Winterm\u00e1net", + "Chri\u0161tm\u00e1net" + ], + "SHORTDAY": [ + "Sun", + "M\u00e4n", + "Zi\u0161", + "Mit", + "Fr\u00f3", + "Fri", + "Sam" + ], + "SHORTMONTH": [ + "Jen", + "Hor", + "M\u00e4r", + "Abr", + "Mei", + "Br\u00e1", + "Hei", + "\u00d6ig", + "Her", + "W\u00edm", + "Win", + "Chr" + ], + "STANDALONEMONTH": [ + "Jenner", + "Hornig", + "M\u00e4rze", + "Abrille", + "Meije", + "Br\u00e1\u010det", + "Heiwet", + "\u00d6ig\u0161te", + "Herb\u0161tm\u00e1net", + "W\u00edm\u00e1net", + "Winterm\u00e1net", + "Chri\u0161tm\u00e1net" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "y-MM-dd HH:mm", + "shortDate": "y-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u2019", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "wae", + "localeID": "wae", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_xog-ug.js b/src/ngLocale/angular-locale_xog-ug.js new file mode 100644 index 000000000000..c17dd023e0b1 --- /dev/null +++ b/src/ngLocale/angular-locale_xog-ug.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Munkyo", + "Eigulo" + ], + "DAY": [ + "Sabiiti", + "Balaza", + "Owokubili", + "Owokusatu", + "Olokuna", + "Olokutaanu", + "Olomukaaga" + ], + "ERANAMES": [ + "Kulisto nga azilawo", + "Kulisto nga affile" + ], + "ERAS": [ + "AZ", + "AF" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janwaliyo", + "Febwaliyo", + "Marisi", + "Apuli", + "Maayi", + "Juuni", + "Julaayi", + "Agusito", + "Sebuttemba", + "Okitobba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Sabi", + "Bala", + "Kubi", + "Kusa", + "Kuna", + "Kuta", + "Muka" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apu", + "Maa", + "Juu", + "Jul", + "Agu", + "Seb", + "Oki", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Janwaliyo", + "Febwaliyo", + "Marisi", + "Apuli", + "Maayi", + "Juuni", + "Julaayi", + "Agusito", + "Sebuttemba", + "Okitobba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "xog-ug", + "localeID": "xog_UG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_xog.js b/src/ngLocale/angular-locale_xog.js new file mode 100644 index 000000000000..88b7d160cb53 --- /dev/null +++ b/src/ngLocale/angular-locale_xog.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "Munkyo", + "Eigulo" + ], + "DAY": [ + "Sabiiti", + "Balaza", + "Owokubili", + "Owokusatu", + "Olokuna", + "Olokutaanu", + "Olomukaaga" + ], + "ERANAMES": [ + "Kulisto nga azilawo", + "Kulisto nga affile" + ], + "ERAS": [ + "AZ", + "AF" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Janwaliyo", + "Febwaliyo", + "Marisi", + "Apuli", + "Maayi", + "Juuni", + "Julaayi", + "Agusito", + "Sebuttemba", + "Okitobba", + "Novemba", + "Desemba" + ], + "SHORTDAY": [ + "Sabi", + "Bala", + "Kubi", + "Kusa", + "Kuna", + "Kuta", + "Muka" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mar", + "Apu", + "Maa", + "Juu", + "Jul", + "Agu", + "Seb", + "Oki", + "Nov", + "Des" + ], + "STANDALONEMONTH": [ + "Janwaliyo", + "Febwaliyo", + "Marisi", + "Apuli", + "Maayi", + "Juuni", + "Julaayi", + "Agusito", + "Sebuttemba", + "Okitobba", + "Novemba", + "Desemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "UGX", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "xog", + "localeID": "xog", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_yav-cm.js b/src/ngLocale/angular-locale_yav-cm.js new file mode 100644 index 000000000000..9c93a7ee9258 --- /dev/null +++ b/src/ngLocale/angular-locale_yav-cm.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ki\u025bm\u025b\u0301\u025bm", + "kis\u025b\u0301nd\u025b" + ], + "DAY": [ + "s\u0254\u0301ndi\u025b", + "m\u00f3ndie", + "mu\u00e1ny\u00e1\u014bm\u00f3ndie", + "met\u00fakp\u00ed\u00e1p\u025b", + "k\u00fap\u00e9limet\u00fakpiap\u025b", + "fel\u00e9te", + "s\u00e9sel\u00e9" + ], + "ERANAMES": [ + "katikup\u00eden Y\u00e9suse", + "\u00e9k\u00e9l\u00e9mk\u00fanup\u00ed\u00e9n n" + ], + "ERAS": [ + "k.Y.", + "+J.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "pik\u00edt\u00edk\u00edtie, o\u00f3l\u00ed \u00fa kut\u00faan", + "si\u025by\u025b\u0301, o\u00f3li \u00fa k\u00e1nd\u00ed\u025b", + "\u0254ns\u00famb\u0254l, o\u00f3li \u00fa k\u00e1t\u00e1t\u00fa\u025b", + "mesi\u014b, o\u00f3li \u00fa k\u00e9nie", + "ensil, o\u00f3li \u00fa k\u00e1t\u00e1nu\u025b", + "\u0254s\u0254n", + "efute", + "pisuy\u00fa", + "im\u025b\u014b i pu\u0254s", + "im\u025b\u014b i put\u00fak,o\u00f3li \u00fa k\u00e1t\u00ed\u025b", + "makandik\u025b", + "pil\u0254nd\u0254\u0301" + ], + "SHORTDAY": [ + "sd", + "md", + "mw", + "et", + "kl", + "fl", + "ss" + ], + "SHORTMONTH": [ + "o.1", + "o.2", + "o.3", + "o.4", + "o.5", + "o.6", + "o.7", + "o.8", + "o.9", + "o.10", + "o.11", + "o.12" + ], + "STANDALONEMONTH": [ + "pik\u00edt\u00edk\u00edtie, o\u00f3l\u00ed \u00fa kut\u00faan", + "si\u025by\u025b\u0301, o\u00f3li \u00fa k\u00e1nd\u00ed\u025b", + "\u0254ns\u00famb\u0254l, o\u00f3li \u00fa k\u00e1t\u00e1t\u00fa\u025b", + "mesi\u014b, o\u00f3li \u00fa k\u00e9nie", + "ensil, o\u00f3li \u00fa k\u00e1t\u00e1nu\u025b", + "\u0254s\u0254n", + "efute", + "pisuy\u00fa", + "im\u025b\u014b i pu\u0254s", + "im\u025b\u014b i put\u00fak,o\u00f3li \u00fa k\u00e1t\u00ed\u025b", + "makandik\u025b", + "pil\u0254nd\u0254\u0301" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "yav-cm", + "localeID": "yav_CM", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_yav.js b/src/ngLocale/angular-locale_yav.js new file mode 100644 index 000000000000..77ba2f0d6e1a --- /dev/null +++ b/src/ngLocale/angular-locale_yav.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "ki\u025bm\u025b\u0301\u025bm", + "kis\u025b\u0301nd\u025b" + ], + "DAY": [ + "s\u0254\u0301ndi\u025b", + "m\u00f3ndie", + "mu\u00e1ny\u00e1\u014bm\u00f3ndie", + "met\u00fakp\u00ed\u00e1p\u025b", + "k\u00fap\u00e9limet\u00fakpiap\u025b", + "fel\u00e9te", + "s\u00e9sel\u00e9" + ], + "ERANAMES": [ + "katikup\u00eden Y\u00e9suse", + "\u00e9k\u00e9l\u00e9mk\u00fanup\u00ed\u00e9n n" + ], + "ERAS": [ + "k.Y.", + "+J.C." + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "pik\u00edt\u00edk\u00edtie, o\u00f3l\u00ed \u00fa kut\u00faan", + "si\u025by\u025b\u0301, o\u00f3li \u00fa k\u00e1nd\u00ed\u025b", + "\u0254ns\u00famb\u0254l, o\u00f3li \u00fa k\u00e1t\u00e1t\u00fa\u025b", + "mesi\u014b, o\u00f3li \u00fa k\u00e9nie", + "ensil, o\u00f3li \u00fa k\u00e1t\u00e1nu\u025b", + "\u0254s\u0254n", + "efute", + "pisuy\u00fa", + "im\u025b\u014b i pu\u0254s", + "im\u025b\u014b i put\u00fak,o\u00f3li \u00fa k\u00e1t\u00ed\u025b", + "makandik\u025b", + "pil\u0254nd\u0254\u0301" + ], + "SHORTDAY": [ + "sd", + "md", + "mw", + "et", + "kl", + "fl", + "ss" + ], + "SHORTMONTH": [ + "o.1", + "o.2", + "o.3", + "o.4", + "o.5", + "o.6", + "o.7", + "o.8", + "o.9", + "o.10", + "o.11", + "o.12" + ], + "STANDALONEMONTH": [ + "pik\u00edt\u00edk\u00edtie, o\u00f3l\u00ed \u00fa kut\u00faan", + "si\u025by\u025b\u0301, o\u00f3li \u00fa k\u00e1nd\u00ed\u025b", + "\u0254ns\u00famb\u0254l, o\u00f3li \u00fa k\u00e1t\u00e1t\u00fa\u025b", + "mesi\u014b, o\u00f3li \u00fa k\u00e9nie", + "ensil, o\u00f3li \u00fa k\u00e1t\u00e1nu\u025b", + "\u0254s\u0254n", + "efute", + "pisuy\u00fa", + "im\u025b\u014b i pu\u0254s", + "im\u025b\u014b i put\u00fak,o\u00f3li \u00fa k\u00e1t\u00ed\u025b", + "makandik\u025b", + "pil\u0254nd\u0254\u0301" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FCFA", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "yav", + "localeID": "yav", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_yi-001.js b/src/ngLocale/angular-locale_yi-001.js new file mode 100644 index 000000000000..0e049960063d --- /dev/null +++ b/src/ngLocale/angular-locale_yi-001.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u05e4\u05bf\u05d0\u05b7\u05e8\u05de\u05d9\u05d8\u05d0\u05b8\u05d2", + "\u05e0\u05d0\u05b8\u05db\u05de\u05d9\u05d8\u05d0\u05b8\u05d2" + ], + "DAY": [ + "\u05d6\u05d5\u05e0\u05d8\u05d9\u05e7", + "\u05de\u05d0\u05b8\u05e0\u05d8\u05d9\u05e7", + "\u05d3\u05d9\u05e0\u05e1\u05d8\u05d9\u05e7", + "\u05de\u05d9\u05d8\u05d5\u05d5\u05d0\u05da", + "\u05d3\u05d0\u05e0\u05e2\u05e8\u05e9\u05d8\u05d9\u05e7", + "\u05e4\u05bf\u05e8\u05f2\u05b7\u05d8\u05d9\u05e7", + "\u05e9\u05d1\u05ea" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u05d9\u05d0\u05b7\u05e0\u05d5\u05d0\u05b7\u05e8", + "\u05e4\u05bf\u05e2\u05d1\u05e8\u05d5\u05d0\u05b7\u05e8", + "\u05de\u05e2\u05e8\u05e5", + "\u05d0\u05b7\u05e4\u05bc\u05e8\u05d9\u05dc", + "\u05de\u05d9\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d9\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e2\u05e4\u05bc\u05d8\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d0\u05e7\u05d8\u05d0\u05d1\u05e2\u05e8", + "\u05e0\u05d0\u05d5\u05d5\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d3\u05e2\u05e6\u05e2\u05de\u05d1\u05e2\u05e8" + ], + "SHORTDAY": [ + "\u05d6\u05d5\u05e0\u05d8\u05d9\u05e7", + "\u05de\u05d0\u05b8\u05e0\u05d8\u05d9\u05e7", + "\u05d3\u05d9\u05e0\u05e1\u05d8\u05d9\u05e7", + "\u05de\u05d9\u05d8\u05d5\u05d5\u05d0\u05da", + "\u05d3\u05d0\u05e0\u05e2\u05e8\u05e9\u05d8\u05d9\u05e7", + "\u05e4\u05bf\u05e8\u05f2\u05b7\u05d8\u05d9\u05e7", + "\u05e9\u05d1\u05ea" + ], + "SHORTMONTH": [ + "\u05d9\u05d0\u05b7\u05e0\u05d5\u05d0\u05b7\u05e8", + "\u05e4\u05bf\u05e2\u05d1\u05e8\u05d5\u05d0\u05b7\u05e8", + "\u05de\u05e2\u05e8\u05e5", + "\u05d0\u05b7\u05e4\u05bc\u05e8\u05d9\u05dc", + "\u05de\u05d9\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d9\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e2\u05e4\u05bc\u05d8\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d0\u05e7\u05d8\u05d0\u05d1\u05e2\u05e8", + "\u05e0\u05d0\u05d5\u05d5\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d3\u05e2\u05e6\u05e2\u05de\u05d1\u05e2\u05e8" + ], + "STANDALONEMONTH": [ + "\u05d9\u05d0\u05b7\u05e0\u05d5\u05d0\u05b7\u05e8", + "\u05e4\u05bf\u05e2\u05d1\u05e8\u05d5\u05d0\u05b7\u05e8", + "\u05de\u05e2\u05e8\u05e5", + "\u05d0\u05b7\u05e4\u05bc\u05e8\u05d9\u05dc", + "\u05de\u05d9\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d9\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e2\u05e4\u05bc\u05d8\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d0\u05e7\u05d8\u05d0\u05d1\u05e2\u05e8", + "\u05e0\u05d0\u05d5\u05d5\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d3\u05e2\u05e6\u05e2\u05de\u05d1\u05e2\u05e8" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d\u05d8\u05df MMMM y", + "longDate": "d\u05d8\u05df MMMM y", + "medium": "d\u05d8\u05df MMM y HH:mm:ss", + "mediumDate": "d\u05d8\u05df MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "yi-001", + "localeID": "yi_001", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_yi.js b/src/ngLocale/angular-locale_yi.js new file mode 100644 index 000000000000..c74f10a85364 --- /dev/null +++ b/src/ngLocale/angular-locale_yi.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u05e4\u05bf\u05d0\u05b7\u05e8\u05de\u05d9\u05d8\u05d0\u05b8\u05d2", + "\u05e0\u05d0\u05b8\u05db\u05de\u05d9\u05d8\u05d0\u05b8\u05d2" + ], + "DAY": [ + "\u05d6\u05d5\u05e0\u05d8\u05d9\u05e7", + "\u05de\u05d0\u05b8\u05e0\u05d8\u05d9\u05e7", + "\u05d3\u05d9\u05e0\u05e1\u05d8\u05d9\u05e7", + "\u05de\u05d9\u05d8\u05d5\u05d5\u05d0\u05da", + "\u05d3\u05d0\u05e0\u05e2\u05e8\u05e9\u05d8\u05d9\u05e7", + "\u05e4\u05bf\u05e8\u05f2\u05b7\u05d8\u05d9\u05e7", + "\u05e9\u05d1\u05ea" + ], + "ERANAMES": [ + "BCE", + "CE" + ], + "ERAS": [ + "BCE", + "CE" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "\u05d9\u05d0\u05b7\u05e0\u05d5\u05d0\u05b7\u05e8", + "\u05e4\u05bf\u05e2\u05d1\u05e8\u05d5\u05d0\u05b7\u05e8", + "\u05de\u05e2\u05e8\u05e5", + "\u05d0\u05b7\u05e4\u05bc\u05e8\u05d9\u05dc", + "\u05de\u05d9\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d9\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e2\u05e4\u05bc\u05d8\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d0\u05e7\u05d8\u05d0\u05d1\u05e2\u05e8", + "\u05e0\u05d0\u05d5\u05d5\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d3\u05e2\u05e6\u05e2\u05de\u05d1\u05e2\u05e8" + ], + "SHORTDAY": [ + "\u05d6\u05d5\u05e0\u05d8\u05d9\u05e7", + "\u05de\u05d0\u05b8\u05e0\u05d8\u05d9\u05e7", + "\u05d3\u05d9\u05e0\u05e1\u05d8\u05d9\u05e7", + "\u05de\u05d9\u05d8\u05d5\u05d5\u05d0\u05da", + "\u05d3\u05d0\u05e0\u05e2\u05e8\u05e9\u05d8\u05d9\u05e7", + "\u05e4\u05bf\u05e8\u05f2\u05b7\u05d8\u05d9\u05e7", + "\u05e9\u05d1\u05ea" + ], + "SHORTMONTH": [ + "\u05d9\u05d0\u05b7\u05e0\u05d5\u05d0\u05b7\u05e8", + "\u05e4\u05bf\u05e2\u05d1\u05e8\u05d5\u05d0\u05b7\u05e8", + "\u05de\u05e2\u05e8\u05e5", + "\u05d0\u05b7\u05e4\u05bc\u05e8\u05d9\u05dc", + "\u05de\u05d9\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d9\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e2\u05e4\u05bc\u05d8\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d0\u05e7\u05d8\u05d0\u05d1\u05e2\u05e8", + "\u05e0\u05d0\u05d5\u05d5\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d3\u05e2\u05e6\u05e2\u05de\u05d1\u05e2\u05e8" + ], + "STANDALONEMONTH": [ + "\u05d9\u05d0\u05b7\u05e0\u05d5\u05d0\u05b7\u05e8", + "\u05e4\u05bf\u05e2\u05d1\u05e8\u05d5\u05d0\u05b7\u05e8", + "\u05de\u05e2\u05e8\u05e5", + "\u05d0\u05b7\u05e4\u05bc\u05e8\u05d9\u05dc", + "\u05de\u05d9\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d9\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e2\u05e4\u05bc\u05d8\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d0\u05e7\u05d8\u05d0\u05d1\u05e2\u05e8", + "\u05e0\u05d0\u05d5\u05d5\u05e2\u05de\u05d1\u05e2\u05e8", + "\u05d3\u05e2\u05e6\u05e2\u05de\u05d1\u05e2\u05e8" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d\u05d8\u05df MMMM y", + "longDate": "d\u05d8\u05df MMMM y", + "medium": "d\u05d8\u05df MMM y HH:mm:ss", + "mediumDate": "d\u05d8\u05df MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4\u00a0", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + ] + }, + "id": "yi", + "localeID": "yi", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_yo-bj.js b/src/ngLocale/angular-locale_yo-bj.js new file mode 100644 index 000000000000..6044e7161095 --- /dev/null +++ b/src/ngLocale/angular-locale_yo-bj.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u00c0\u00e1r\u0254\u0300", + "\u0186\u0300s\u00e1n" + ], + "DAY": [ + "\u0186j\u0254\u0301 \u00c0\u00eck\u00fa", + "\u0186j\u0254\u0301 Aj\u00e9", + "\u0186j\u0254\u0301 \u00ccs\u025b\u0301gun", + "\u0186j\u0254\u0301r\u00fa", + "\u0186j\u0254\u0301b\u0254", + "\u0186j\u0254\u0301 \u0190t\u00ec", + "\u0186j\u0254\u0301 \u00c0b\u00e1m\u025b\u0301ta" + ], + "ERANAMES": [ + "Saju Kristi", + "Lehin Kristi" + ], + "ERAS": [ + "BCE", + "LK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "Osh\u00f9 Sh\u025b\u0301r\u025b\u0301", + "Osh\u00f9 \u00c8r\u00e8l\u00e8", + "Osh\u00f9 \u0190r\u025b\u0300n\u00e0", + "Osh\u00f9 \u00ccgb\u00e9", + "Osh\u00f9 \u0190\u0300bibi", + "Osh\u00f9 \u00d2k\u00fadu", + "Osh\u00f9 Ag\u025bm\u0254", + "Osh\u00f9 \u00d2g\u00fan", + "Osh\u00f9 Owewe", + "Osh\u00f9 \u0186\u0300w\u00e0r\u00e0", + "Osh\u00f9 B\u00e9l\u00fa", + "Osh\u00f9 \u0186\u0300p\u025b\u0300" + ], + "SHORTDAY": [ + "\u00c0\u00eck\u00fa", + "Aj\u00e9", + "\u00ccs\u025b\u0301gun", + "\u0186j\u0254\u0301r\u00fa", + "\u0186j\u0254\u0301b\u0254", + "\u0190t\u00ec", + "\u00c0b\u00e1m\u025b\u0301ta" + ], + "SHORTMONTH": [ + "Sh\u025b\u0301r\u025b\u0301", + "\u00c8r\u00e8l\u00e8", + "\u0190r\u025b\u0300n\u00e0", + "\u00ccgb\u00e9", + "\u0190\u0300bibi", + "\u00d2k\u00fadu", + "Ag\u025bm\u0254", + "\u00d2g\u00fan", + "Owewe", + "\u0186\u0300w\u00e0r\u00e0", + "B\u00e9l\u00fa", + "\u0186\u0300p\u025b\u0300" + ], + "STANDALONEMONTH": [ + "Osh\u00f9 Sh\u025b\u0301r\u025b\u0301", + "Osh\u00f9 \u00c8r\u00e8l\u00e8", + "Osh\u00f9 \u0190r\u025b\u0300n\u00e0", + "Osh\u00f9 \u00ccgb\u00e9", + "Osh\u00f9 \u0190\u0300bibi", + "Osh\u00f9 \u00d2k\u00fadu", + "Osh\u00f9 Ag\u025bm\u0254", + "Osh\u00f9 \u00d2g\u00fan", + "Osh\u00f9 Owewe", + "Osh\u00f9 \u0186\u0300w\u00e0r\u00e0", + "Osh\u00f9 B\u00e9l\u00fa", + "Osh\u00f9 \u0186\u0300p\u025b\u0300" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CFA", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 0, + "minFrac": 0, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "yo-bj", + "localeID": "yo_BJ", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_yo-ng.js b/src/ngLocale/angular-locale_yo-ng.js new file mode 100644 index 000000000000..5c959c4c7741 --- /dev/null +++ b/src/ngLocale/angular-locale_yo-ng.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u00c0\u00e1r\u1ecd\u0300", + "\u1ecc\u0300s\u00e1n" + ], + "DAY": [ + "\u1eccj\u1ecd\u0301 \u00c0\u00eck\u00fa", + "\u1eccj\u1ecd\u0301 Aj\u00e9", + "\u1eccj\u1ecd\u0301 \u00ccs\u1eb9\u0301gun", + "\u1eccj\u1ecd\u0301r\u00fa", + "\u1eccj\u1ecd\u0301b\u1ecd", + "\u1eccj\u1ecd\u0301 \u1eb8t\u00ec", + "\u1eccj\u1ecd\u0301 \u00c0b\u00e1m\u1eb9\u0301ta" + ], + "ERANAMES": [ + "Saju Kristi", + "Lehin Kristi" + ], + "ERAS": [ + "BCE", + "LK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "O\u1e63\u00f9 \u1e62\u1eb9\u0301r\u1eb9\u0301", + "O\u1e63\u00f9 \u00c8r\u00e8l\u00e8", + "O\u1e63\u00f9 \u1eb8r\u1eb9\u0300n\u00e0", + "O\u1e63\u00f9 \u00ccgb\u00e9", + "O\u1e63\u00f9 \u1eb8\u0300bibi", + "O\u1e63\u00f9 \u00d2k\u00fadu", + "O\u1e63\u00f9 Ag\u1eb9m\u1ecd", + "O\u1e63\u00f9 \u00d2g\u00fan", + "O\u1e63\u00f9 Owewe", + "O\u1e63\u00f9 \u1ecc\u0300w\u00e0r\u00e0", + "O\u1e63\u00f9 B\u00e9l\u00fa", + "O\u1e63\u00f9 \u1ecc\u0300p\u1eb9\u0300" + ], + "SHORTDAY": [ + "\u00c0\u00eck\u00fa", + "Aj\u00e9", + "\u00ccs\u1eb9\u0301gun", + "\u1eccj\u1ecd\u0301r\u00fa", + "\u1eccj\u1ecd\u0301b\u1ecd", + "\u1eb8t\u00ec", + "\u00c0b\u00e1m\u1eb9\u0301ta" + ], + "SHORTMONTH": [ + "\u1e62\u1eb9\u0301r\u1eb9\u0301", + "\u00c8r\u00e8l\u00e8", + "\u1eb8r\u1eb9\u0300n\u00e0", + "\u00ccgb\u00e9", + "\u1eb8\u0300bibi", + "\u00d2k\u00fadu", + "Ag\u1eb9m\u1ecd", + "\u00d2g\u00fan", + "Owewe", + "\u1ecc\u0300w\u00e0r\u00e0", + "B\u00e9l\u00fa", + "\u1ecc\u0300p\u1eb9\u0300" + ], + "STANDALONEMONTH": [ + "O\u1e63\u00f9 \u1e62\u1eb9\u0301r\u1eb9\u0301", + "O\u1e63\u00f9 \u00c8r\u00e8l\u00e8", + "O\u1e63\u00f9 \u1eb8r\u1eb9\u0300n\u00e0", + "O\u1e63\u00f9 \u00ccgb\u00e9", + "O\u1e63\u00f9 \u1eb8\u0300bibi", + "O\u1e63\u00f9 \u00d2k\u00fadu", + "O\u1e63\u00f9 Ag\u1eb9m\u1ecd", + "O\u1e63\u00f9 \u00d2g\u00fan", + "O\u1e63\u00f9 Owewe", + "O\u1e63\u00f9 \u1ecc\u0300w\u00e0r\u00e0", + "O\u1e63\u00f9 B\u00e9l\u00fa", + "O\u1e63\u00f9 \u1ecc\u0300p\u1eb9\u0300" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a6", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "yo-ng", + "localeID": "yo_NG", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_yo.js b/src/ngLocale/angular-locale_yo.js new file mode 100644 index 000000000000..23c7be168f4a --- /dev/null +++ b/src/ngLocale/angular-locale_yo.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u00c0\u00e1r\u1ecd\u0300", + "\u1ecc\u0300s\u00e1n" + ], + "DAY": [ + "\u1eccj\u1ecd\u0301 \u00c0\u00eck\u00fa", + "\u1eccj\u1ecd\u0301 Aj\u00e9", + "\u1eccj\u1ecd\u0301 \u00ccs\u1eb9\u0301gun", + "\u1eccj\u1ecd\u0301r\u00fa", + "\u1eccj\u1ecd\u0301b\u1ecd", + "\u1eccj\u1ecd\u0301 \u1eb8t\u00ec", + "\u1eccj\u1ecd\u0301 \u00c0b\u00e1m\u1eb9\u0301ta" + ], + "ERANAMES": [ + "Saju Kristi", + "Lehin Kristi" + ], + "ERAS": [ + "BCE", + "LK" + ], + "FIRSTDAYOFWEEK": 0, + "MONTH": [ + "O\u1e63\u00f9 \u1e62\u1eb9\u0301r\u1eb9\u0301", + "O\u1e63\u00f9 \u00c8r\u00e8l\u00e8", + "O\u1e63\u00f9 \u1eb8r\u1eb9\u0300n\u00e0", + "O\u1e63\u00f9 \u00ccgb\u00e9", + "O\u1e63\u00f9 \u1eb8\u0300bibi", + "O\u1e63\u00f9 \u00d2k\u00fadu", + "O\u1e63\u00f9 Ag\u1eb9m\u1ecd", + "O\u1e63\u00f9 \u00d2g\u00fan", + "O\u1e63\u00f9 Owewe", + "O\u1e63\u00f9 \u1ecc\u0300w\u00e0r\u00e0", + "O\u1e63\u00f9 B\u00e9l\u00fa", + "O\u1e63\u00f9 \u1ecc\u0300p\u1eb9\u0300" + ], + "SHORTDAY": [ + "\u00c0\u00eck\u00fa", + "Aj\u00e9", + "\u00ccs\u1eb9\u0301gun", + "\u1eccj\u1ecd\u0301r\u00fa", + "\u1eccj\u1ecd\u0301b\u1ecd", + "\u1eb8t\u00ec", + "\u00c0b\u00e1m\u1eb9\u0301ta" + ], + "SHORTMONTH": [ + "\u1e62\u1eb9\u0301r\u1eb9\u0301", + "\u00c8r\u00e8l\u00e8", + "\u1eb8r\u1eb9\u0300n\u00e0", + "\u00ccgb\u00e9", + "\u1eb8\u0300bibi", + "\u00d2k\u00fadu", + "Ag\u1eb9m\u1ecd", + "\u00d2g\u00fan", + "Owewe", + "\u1ecc\u0300w\u00e0r\u00e0", + "B\u00e9l\u00fa", + "\u1ecc\u0300p\u1eb9\u0300" + ], + "STANDALONEMONTH": [ + "O\u1e63\u00f9 \u1e62\u1eb9\u0301r\u1eb9\u0301", + "O\u1e63\u00f9 \u00c8r\u00e8l\u00e8", + "O\u1e63\u00f9 \u1eb8r\u1eb9\u0300n\u00e0", + "O\u1e63\u00f9 \u00ccgb\u00e9", + "O\u1e63\u00f9 \u1eb8\u0300bibi", + "O\u1e63\u00f9 \u00d2k\u00fadu", + "O\u1e63\u00f9 Ag\u1eb9m\u1ecd", + "O\u1e63\u00f9 \u00d2g\u00fan", + "O\u1e63\u00f9 Owewe", + "O\u1e63\u00f9 \u1ecc\u0300w\u00e0r\u00e0", + "O\u1e63\u00f9 B\u00e9l\u00fa", + "O\u1e63\u00f9 \u1ecc\u0300p\u1eb9\u0300" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/y HH:mm", + "shortDate": "dd/MM/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a6", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "yo", + "localeID": "yo", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_yue-hk.js b/src/ngLocale/angular-locale_yue-hk.js new file mode 100644 index 000000000000..294e3bdb2a64 --- /dev/null +++ b/src/ngLocale/angular-locale_yue-hk.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "ERAS": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u9031\u65e5", + "\u9031\u4e00", + "\u9031\u4e8c", + "\u9031\u4e09", + "\u9031\u56db", + "\u9031\u4e94", + "\u9031\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5 EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "yue-hk", + "localeID": "yue_HK", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_yue.js b/src/ngLocale/angular-locale_yue.js new file mode 100644 index 000000000000..cf1c4aaf19b5 --- /dev/null +++ b/src/ngLocale/angular-locale_yue.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "ERAS": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u9031\u65e5", + "\u9031\u4e00", + "\u9031\u4e8c", + "\u9031\u4e09", + "\u9031\u56db", + "\u9031\u4e94", + "\u9031\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5 EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "yue", + "localeID": "yue", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zgh-ma.js b/src/ngLocale/angular-locale_zgh-ma.js new file mode 100644 index 000000000000..3e6aea22bed1 --- /dev/null +++ b/src/ngLocale/angular-locale_zgh-ma.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u2d5c\u2d49\u2d3c\u2d30\u2d61\u2d5c", + "\u2d5c\u2d30\u2d37\u2d33\u2d33\u2d6f\u2d30\u2d5c" + ], + "DAY": [ + "\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59", + "\u2d30\u2d62\u2d4f\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59", + "\u2d30\u2d3d\u2d55\u2d30\u2d59", + "\u2d30\u2d3d\u2d61\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59" + ], + "ERANAMES": [ + "\u2d37\u2d30\u2d5c \u2d4f \u2d44\u2d49\u2d59\u2d30", + "\u2d37\u2d3c\u2d3c\u2d49\u2d54 \u2d4f \u2d44\u2d49\u2d59\u2d30" + ], + "ERAS": [ + "\u2d37\u2d30\u2d44", + "\u2d37\u2d3c\u2d44" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "SHORTDAY": [ + "\u2d30\u2d59\u2d30", + "\u2d30\u2d62\u2d4f", + "\u2d30\u2d59\u2d49", + "\u2d30\u2d3d\u2d55", + "\u2d30\u2d3d\u2d61", + "\u2d30\u2d59\u2d49\u2d4e", + "\u2d30\u2d59\u2d49\u2d39" + ], + "SHORTMONTH": [ + "\u2d49\u2d4f\u2d4f", + "\u2d31\u2d55\u2d30", + "\u2d4e\u2d30\u2d55", + "\u2d49\u2d31\u2d54", + "\u2d4e\u2d30\u2d62", + "\u2d62\u2d53\u2d4f", + "\u2d62\u2d53\u2d4d", + "\u2d56\u2d53\u2d5b", + "\u2d5b\u2d53\u2d5c", + "\u2d3d\u2d5c\u2d53", + "\u2d4f\u2d53\u2d61", + "\u2d37\u2d53\u2d4a" + ], + "STANDALONEMONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "zgh-ma", + "localeID": "zgh_MA", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zgh.js b/src/ngLocale/angular-locale_zgh.js new file mode 100644 index 000000000000..9f51e216ed4c --- /dev/null +++ b/src/ngLocale/angular-locale_zgh.js @@ -0,0 +1,143 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +function getDecimals(n) { + n = n + ''; + var i = n.indexOf('.'); + return (i == -1) ? 0 : n.length - i - 1; +} + +function getVF(n, opt_precision) { + var v = opt_precision; + + if (undefined === v) { + v = Math.min(getDecimals(n), 3); + } + + var base = Math.pow(10, v); + var f = ((n * base) | 0) % base; + return {v: v, f: f}; +} + +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u2d5c\u2d49\u2d3c\u2d30\u2d61\u2d5c", + "\u2d5c\u2d30\u2d37\u2d33\u2d33\u2d6f\u2d30\u2d5c" + ], + "DAY": [ + "\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59", + "\u2d30\u2d62\u2d4f\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59", + "\u2d30\u2d3d\u2d55\u2d30\u2d59", + "\u2d30\u2d3d\u2d61\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59", + "\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59" + ], + "ERANAMES": [ + "\u2d37\u2d30\u2d5c \u2d4f \u2d44\u2d49\u2d59\u2d30", + "\u2d37\u2d3c\u2d3c\u2d49\u2d54 \u2d4f \u2d44\u2d49\u2d59\u2d30" + ], + "ERAS": [ + "\u2d37\u2d30\u2d44", + "\u2d37\u2d3c\u2d44" + ], + "FIRSTDAYOFWEEK": 5, + "MONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "SHORTDAY": [ + "\u2d30\u2d59\u2d30", + "\u2d30\u2d62\u2d4f", + "\u2d30\u2d59\u2d49", + "\u2d30\u2d3d\u2d55", + "\u2d30\u2d3d\u2d61", + "\u2d30\u2d59\u2d49\u2d4e", + "\u2d30\u2d59\u2d49\u2d39" + ], + "SHORTMONTH": [ + "\u2d49\u2d4f\u2d4f", + "\u2d31\u2d55\u2d30", + "\u2d4e\u2d30\u2d55", + "\u2d49\u2d31\u2d54", + "\u2d4e\u2d30\u2d62", + "\u2d62\u2d53\u2d4f", + "\u2d62\u2d53\u2d4d", + "\u2d56\u2d53\u2d5b", + "\u2d5b\u2d53\u2d5c", + "\u2d3d\u2d5c\u2d53", + "\u2d4f\u2d53\u2d61", + "\u2d37\u2d53\u2d4a" + ], + "STANDALONEMONTH": [ + "\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54", + "\u2d31\u2d55\u2d30\u2d62\u2d55", + "\u2d4e\u2d30\u2d55\u2d5a", + "\u2d49\u2d31\u2d54\u2d49\u2d54", + "\u2d4e\u2d30\u2d62\u2d62\u2d53", + "\u2d62\u2d53\u2d4f\u2d62\u2d53", + "\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63", + "\u2d56\u2d53\u2d5b\u2d5c", + "\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d3d\u2d5c\u2d53\u2d31\u2d54", + "\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54", + "\u2d37\u2d53\u2d4a\u2d30\u2d4f\u2d31\u2d49\u2d54" + ], + "WEEKENDRANGE": [ + 4, + 5 + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "d/M/y HH:mm", + "shortDate": "d/M/y", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "dh", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + ] + }, + "id": "zgh", + "localeID": "zgh", + "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-cn.js b/src/ngLocale/angular-locale_zh-cn.js index 52658017ba23..0471b82b631b 100644 --- a/src/ngLocale/angular-locale_zh-cn.js +++ b/src/ngLocale/angular-locale_zh-cn.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"SHORTMONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"DAY":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],"SHORTDAY":["周日","周一","周二","周三","周四","周五","周六"],"AMPMS":["上午","下午"],"medium":"yyyy-M-d ah:mm:ss","short":"yy-M-d ah:mm","fullDate":"y年M月d日EEEE","longDate":"y年M月d日","mediumDate":"yyyy-M-d","shortDate":"yy-M-d","mediumTime":"ah:mm:ss","shortTime":"ah:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"¥"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"zh-cn"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "SHORTDAY": [ + "\u5468\u65e5", + "\u5468\u4e00", + "\u5468\u4e8c", + "\u5468\u4e09", + "\u5468\u56db", + "\u5468\u4e94", + "\u5468\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-cn", + "localeID": "zh_CN", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hans-cn.js b/src/ngLocale/angular-locale_zh-hans-cn.js index a9a162b8b420..ddec04514bb8 100644 --- a/src/ngLocale/angular-locale_zh-hans-cn.js +++ b/src/ngLocale/angular-locale_zh-hans-cn.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"¥"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"SHORTMONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"DAY":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],"SHORTDAY":["周日","周一","周二","周三","周四","周五","周六"],"AMPMS":["上午","下午"],"medium":"yyyy-M-d ah:mm:ss","short":"yy-M-d ah:mm","fullDate":"y年M月d日EEEE","longDate":"y年M月d日","mediumDate":"yyyy-M-d","shortDate":"yy-M-d","mediumTime":"ah:mm:ss","shortTime":"ah:mm"},"id":"zh-hans-cn"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "SHORTDAY": [ + "\u5468\u65e5", + "\u5468\u4e00", + "\u5468\u4e8c", + "\u5468\u4e09", + "\u5468\u56db", + "\u5468\u4e94", + "\u5468\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hans-cn", + "localeID": "zh_Hans_CN", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hans-hk.js b/src/ngLocale/angular-locale_zh-hans-hk.js new file mode 100644 index 000000000000..f19d3ffda313 --- /dev/null +++ b/src/ngLocale/angular-locale_zh-hans-hk.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "SHORTDAY": [ + "\u5468\u65e5", + "\u5468\u4e00", + "\u5468\u4e8c", + "\u5468\u4e09", + "\u5468\u56db", + "\u5468\u4e94", + "\u5468\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "d/M/yy ah:mm", + "shortDate": "d/M/yy", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hans-hk", + "localeID": "zh_Hans_HK", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hans-mo.js b/src/ngLocale/angular-locale_zh-hans-mo.js new file mode 100644 index 000000000000..a5f5f6b89ac7 --- /dev/null +++ b/src/ngLocale/angular-locale_zh-hans-mo.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "SHORTDAY": [ + "\u5468\u65e5", + "\u5468\u4e00", + "\u5468\u4e8c", + "\u5468\u4e09", + "\u5468\u56db", + "\u5468\u4e94", + "\u5468\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "d/M/yy ah:mm", + "shortDate": "d/M/yy", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MOP", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hans-mo", + "localeID": "zh_Hans_MO", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hans-sg.js b/src/ngLocale/angular-locale_zh-hans-sg.js new file mode 100644 index 000000000000..9e9f6a428d7b --- /dev/null +++ b/src/ngLocale/angular-locale_zh-hans-sg.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "SHORTDAY": [ + "\u5468\u65e5", + "\u5468\u4e00", + "\u5468\u4e8c", + "\u5468\u4e09", + "\u5468\u56db", + "\u5468\u4e94", + "\u5468\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "dd/MM/yy ah:mm", + "shortDate": "dd/MM/yy", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hans-sg", + "localeID": "zh_Hans_SG", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hans.js b/src/ngLocale/angular-locale_zh-hans.js index d966d8a26fc2..5948e7cd0b64 100644 --- a/src/ngLocale/angular-locale_zh-hans.js +++ b/src/ngLocale/angular-locale_zh-hans.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"¥"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"SHORTMONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"DAY":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],"SHORTDAY":["周日","周一","周二","周三","周四","周五","周六"],"AMPMS":["上午","下午"],"medium":"yyyy-M-d ah:mm:ss","short":"yy-M-d ah:mm","fullDate":"y年M月d日EEEE","longDate":"y年M月d日","mediumDate":"yyyy-M-d","shortDate":"yy-M-d","mediumTime":"ah:mm:ss","shortTime":"ah:mm"},"id":"zh-hans"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "SHORTDAY": [ + "\u5468\u65e5", + "\u5468\u4e00", + "\u5468\u4e8c", + "\u5468\u4e09", + "\u5468\u56db", + "\u5468\u4e94", + "\u5468\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hans", + "localeID": "zh_Hans", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hant-hk.js b/src/ngLocale/angular-locale_zh-hant-hk.js new file mode 100644 index 000000000000..cc19c70f81c8 --- /dev/null +++ b/src/ngLocale/angular-locale_zh-hant-hk.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u9031\u65e5", + "\u9031\u4e00", + "\u9031\u4e8c", + "\u9031\u4e09", + "\u9031\u56db", + "\u9031\u4e94", + "\u9031\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "d/M/y ah:mm", + "shortDate": "d/M/y", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hant-hk", + "localeID": "zh_Hant_HK", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hant-mo.js b/src/ngLocale/angular-locale_zh-hant-mo.js new file mode 100644 index 000000000000..8664ba0fea56 --- /dev/null +++ b/src/ngLocale/angular-locale_zh-hant-mo.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u9031\u65e5", + "\u9031\u4e00", + "\u9031\u4e8c", + "\u9031\u4e09", + "\u9031\u56db", + "\u9031\u4e94", + "\u9031\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "d/M/y ah:mm", + "shortDate": "d/M/y", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "MOP", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hant-mo", + "localeID": "zh_Hant_MO", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hant-tw.js b/src/ngLocale/angular-locale_zh-hant-tw.js new file mode 100644 index 000000000000..870b74a5c05f --- /dev/null +++ b/src/ngLocale/angular-locale_zh-hant-tw.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "ERAS": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u9031\u65e5", + "\u9031\u4e00", + "\u9031\u4e8c", + "\u9031\u4e09", + "\u9031\u56db", + "\u9031\u4e94", + "\u9031\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5 EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "NT$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hant-tw", + "localeID": "zh_Hant_TW", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hant.js b/src/ngLocale/angular-locale_zh-hant.js new file mode 100644 index 000000000000..38dbf142a9fd --- /dev/null +++ b/src/ngLocale/angular-locale_zh-hant.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "ERAS": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u9031\u65e5", + "\u9031\u4e00", + "\u9031\u4e8c", + "\u9031\u4e09", + "\u9031\u56db", + "\u9031\u4e94", + "\u9031\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5 EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "NT$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hant", + "localeID": "zh_Hant", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-hk.js b/src/ngLocale/angular-locale_zh-hk.js index c7a82ab7c61e..fc77243680fa 100644 --- a/src/ngLocale/angular-locale_zh-hk.js +++ b/src/ngLocale/angular-locale_zh-hk.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"SHORTMONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"DAY":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],"SHORTDAY":["週日","週一","週二","週三","週四","週五","週六"],"AMPMS":["上午","下午"],"medium":"y年M月d日 ahh:mm:ss","short":"yy年M月d日 ah:mm","fullDate":"y年M月d日EEEE","longDate":"y年M月d日","mediumDate":"y年M月d日","shortDate":"yy年M月d日","mediumTime":"ahh:mm:ss","shortTime":"ah:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"zh-hk"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u9031\u65e5", + "\u9031\u4e00", + "\u9031\u4e8c", + "\u9031\u4e09", + "\u9031\u56db", + "\u9031\u4e94", + "\u9031\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "d/M/y ah:mm", + "shortDate": "d/M/y", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-hk", + "localeID": "zh_HK", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh-tw.js b/src/ngLocale/angular-locale_zh-tw.js index 1fc184620b97..53b1b3db8b23 100644 --- a/src/ngLocale/angular-locale_zh-tw.js +++ b/src/ngLocale/angular-locale_zh-tw.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"SHORTMONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"DAY":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],"SHORTDAY":["週日","週一","週二","週三","週四","週五","週六"],"AMPMS":["上午","下午"],"medium":"yyyy/M/d ah:mm:ss","short":"yy/M/d ah:mm","fullDate":"y年M月d日EEEE","longDate":"y年M月d日","mediumDate":"yyyy/M/d","shortDate":"yy/M/d","mediumTime":"ah:mm:ss","shortTime":"ah:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"NT$"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"zh-tw"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "ERAS": [ + "\u897f\u5143\u524d", + "\u897f\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "SHORTDAY": [ + "\u9031\u65e5", + "\u9031\u4e00", + "\u9031\u4e8c", + "\u9031\u4e09", + "\u9031\u56db", + "\u9031\u4e94", + "\u9031\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5 EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "NT$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh-tw", + "localeID": "zh_TW", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zh.js b/src/ngLocale/angular-locale_zh.js index 87785853da76..7334880400ae 100644 --- a/src/ngLocale/angular-locale_zh.js +++ b/src/ngLocale/angular-locale_zh.js @@ -1,4 +1,125 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"SHORTMONTH":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"DAY":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],"SHORTDAY":["周日","周一","周二","周三","周四","周五","周六"],"AMPMS":["上午","下午"],"medium":"yyyy-M-d ah:mm:ss","short":"yy-M-d ah:mm","fullDate":"y年M月d日EEEE","longDate":"y年M月d日","mediumDate":"yyyy-M-d","shortDate":"yy-M-d","mediumTime":"ah:mm:ss","shortTime":"ah:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"\u00A4-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"¥"},"pluralCat":function (n) { return PLURAL_CATEGORY.OTHER;},"id":"zh"}); -}]); \ No newline at end of file +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "\u4e0a\u5348", + "\u4e0b\u5348" + ], + "DAY": [ + "\u661f\u671f\u65e5", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" + ], + "ERANAMES": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "ERAS": [ + "\u516c\u5143\u524d", + "\u516c\u5143" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "SHORTDAY": [ + "\u5468\u65e5", + "\u5468\u4e00", + "\u5468\u4e8c", + "\u5468\u4e09", + "\u5468\u56db", + "\u5468\u4e94", + "\u5468\u516d" + ], + "SHORTMONTH": [ + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" + ], + "STANDALONEMONTH": [ + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ah:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zh", + "localeID": "zh", + "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zu-za.js b/src/ngLocale/angular-locale_zu-za.js new file mode 100644 index 000000000000..293982325bd0 --- /dev/null +++ b/src/ngLocale/angular-locale_zu-za.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "ISonto", + "UMsombuluko", + "ULwesibili", + "ULwesithathu", + "ULwesine", + "ULwesihlanu", + "UMgqibelo" + ], + "ERANAMES": [ + "BC", + "AD" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "UMasingana", + "Februwari", + "Mashi", + "Ephreli", + "Meyi", + "Juni", + "Julayi", + "Agasti", + "Septhemba", + "Okthoba", + "Novemba", + "Disemba" + ], + "SHORTDAY": [ + "Son", + "Mso", + "Bil", + "Tha", + "Sin", + "Hla", + "Mgq" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mas", + "Eph", + "Mey", + "Jun", + "Jul", + "Aga", + "Sep", + "Okt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Januwari", + "Februwari", + "Mashi", + "Ephreli", + "Meyi", + "Juni", + "Julayi", + "Agasti", + "Septhemba", + "Okthoba", + "Novemba", + "Disemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y HH:mm:ss", + "mediumDate": "MMM d, y", + "mediumTime": "HH:mm:ss", + "short": "M/d/yy HH:mm", + "shortDate": "M/d/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zu-za", + "localeID": "zu_ZA", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngLocale/angular-locale_zu.js b/src/ngLocale/angular-locale_zu.js new file mode 100644 index 000000000000..3d802906910e --- /dev/null +++ b/src/ngLocale/angular-locale_zu.js @@ -0,0 +1,125 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "ISonto", + "UMsombuluko", + "ULwesibili", + "ULwesithathu", + "ULwesine", + "ULwesihlanu", + "UMgqibelo" + ], + "ERANAMES": [ + "BC", + "AD" + ], + "ERAS": [ + "BC", + "AD" + ], + "FIRSTDAYOFWEEK": 6, + "MONTH": [ + "UMasingana", + "Februwari", + "Mashi", + "Ephreli", + "Meyi", + "Juni", + "Julayi", + "Agasti", + "Septhemba", + "Okthoba", + "Novemba", + "Disemba" + ], + "SHORTDAY": [ + "Son", + "Mso", + "Bil", + "Tha", + "Sin", + "Hla", + "Mgq" + ], + "SHORTMONTH": [ + "Jan", + "Feb", + "Mas", + "Eph", + "Mey", + "Jun", + "Jul", + "Aga", + "Sep", + "Okt", + "Nov", + "Dis" + ], + "STANDALONEMONTH": [ + "Januwari", + "Februwari", + "Mashi", + "Ephreli", + "Meyi", + "Juni", + "Julayi", + "Agasti", + "Septhemba", + "Okthoba", + "Novemba", + "Disemba" + ], + "WEEKENDRANGE": [ + 5, + 6 + ], + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y HH:mm:ss", + "mediumDate": "MMM d, y", + "mediumTime": "HH:mm:ss", + "short": "M/d/yy HH:mm", + "shortDate": "M/d/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-\u00a4", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + ] + }, + "id": "zu", + "localeID": "zu", + "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); diff --git a/src/ngMessageFormat/.eslintrc.json b/src/ngMessageFormat/.eslintrc.json new file mode 100644 index 000000000000..01073b5ac51f --- /dev/null +++ b/src/ngMessageFormat/.eslintrc.json @@ -0,0 +1,5 @@ +{ + "globals": { + "goog": false // see src/module_closure.prefix + } +} diff --git a/src/ngMessageFormat/messageFormatCommon.js b/src/ngMessageFormat/messageFormatCommon.js new file mode 100644 index 000000000000..29ed30c4d5c8 --- /dev/null +++ b/src/ngMessageFormat/messageFormatCommon.js @@ -0,0 +1,67 @@ +'use strict'; + +// NOTE: ADVANCED_OPTIMIZATIONS mode. +// +// This file is compiled with Closure compiler's ADVANCED_OPTIMIZATIONS flag! Be wary of using +// constructs incompatible with that mode. + +/* global isFunction: false */ +/* global noop: false */ +/* global toJson: false */ +/* global $$stringify: false */ + +// Convert an index into the string into line/column for use in error messages +// As such, this doesn't have to be efficient. +function indexToLineAndColumn(text, index) { + var lines = text.split(/\n/g); + for (var i = 0; i < lines.length; i++) { + var line = lines[i]; + if (index >= line.length) { + index -= line.length; + } else { + return { line: i + 1, column: index + 1 }; + } + } +} +var PARSE_CACHE_FOR_TEXT_LITERALS = Object.create(null); + +function parseTextLiteral(text) { + var cachedFn = PARSE_CACHE_FOR_TEXT_LITERALS[text]; + if (cachedFn != null) { + return cachedFn; + } + function parsedFn(context) { return text; } + parsedFn['$$watchDelegate'] = function watchDelegate(scope, listener, objectEquality) { + var unwatch = scope['$watch'](noop, + function textLiteralWatcher() { + listener(text, text, scope); + unwatch(); + }, + objectEquality); + return unwatch; + }; + PARSE_CACHE_FOR_TEXT_LITERALS[text] = parsedFn; + parsedFn['exp'] = text; // Needed to pretend to be $interpolate for tests copied from interpolateSpec.js + parsedFn['expressions'] = []; // Require this to call $compile.$$addBindingInfo() which allows Protractor to find elements by binding. + return parsedFn; +} + +function subtractOffset(expressionFn, offset) { + if (offset === 0) { + return expressionFn; + } + function minusOffset(value) { + return (value == null) ? value : value - offset; + } + function parsedFn(context) { return minusOffset(expressionFn(context)); } + var unwatch; + parsedFn['$$watchDelegate'] = function watchDelegate(scope, listener, objectEquality) { + unwatch = scope['$watch'](expressionFn, + function pluralExpressionWatchListener(newValue, oldValue) { + listener(minusOffset(newValue), minusOffset(oldValue), scope); + }, + objectEquality); + return unwatch; + }; + return parsedFn; +} diff --git a/src/ngMessageFormat/messageFormatInterpolationParts.js b/src/ngMessageFormat/messageFormatInterpolationParts.js new file mode 100644 index 000000000000..422f1350753c --- /dev/null +++ b/src/ngMessageFormat/messageFormatInterpolationParts.js @@ -0,0 +1,131 @@ +'use strict'; + +// NOTE: ADVANCED_OPTIMIZATIONS mode. +// +// This file is compiled with Closure compiler's ADVANCED_OPTIMIZATIONS flag! Be wary of using +// constructs incompatible with that mode. + +/* global $interpolateMinErr: false */ +/* global isFunction: false */ +/* global parseTextLiteral: false */ + +/** + * @constructor + * @private + */ +function InterpolationParts(trustedContext, allOrNothing) { + this.trustedContext = trustedContext; + this.allOrNothing = allOrNothing; + this.textParts = []; + this.expressionFns = []; + this.expressionIndices = []; + this.partialText = ''; + this.concatParts = null; +} + +InterpolationParts.prototype.flushPartialText = function flushPartialText() { + if (this.partialText) { + if (this.concatParts == null) { + this.textParts.push(this.partialText); + } else { + this.textParts.push(this.concatParts.join('')); + this.concatParts = null; + } + this.partialText = ''; + } +}; + +InterpolationParts.prototype.addText = function addText(text) { + if (text.length) { + if (!this.partialText) { + this.partialText = text; + } else if (this.concatParts) { + this.concatParts.push(text); + } else { + this.concatParts = [this.partialText, text]; + } + } +}; + +InterpolationParts.prototype.addExpressionFn = function addExpressionFn(expressionFn) { + this.flushPartialText(); + this.expressionIndices.push(this.textParts.length); + this.expressionFns.push(expressionFn); + this.textParts.push(''); +}; + +InterpolationParts.prototype.getExpressionValues = function getExpressionValues(context) { + var expressionValues = new Array(this.expressionFns.length); + for (var i = 0; i < this.expressionFns.length; i++) { + expressionValues[i] = this.expressionFns[i](context); + } + return expressionValues; +}; + +InterpolationParts.prototype.getResult = function getResult(expressionValues) { + for (var i = 0; i < this.expressionIndices.length; i++) { + var expressionValue = expressionValues[i]; + if (this.allOrNothing && expressionValue === undefined) return; + this.textParts[this.expressionIndices[i]] = expressionValue; + } + return this.textParts.join(''); +}; + + +InterpolationParts.prototype.toParsedFn = function toParsedFn(mustHaveExpression, originalText) { + var self = this; + this.flushPartialText(); + if (mustHaveExpression && this.expressionFns.length === 0) { + return undefined; + } + if (this.textParts.length === 0) { + return parseTextLiteral(''); + } + if (this.trustedContext && this.textParts.length > 1) { + $interpolateMinErr['throwNoconcat'](originalText); + } + if (this.expressionFns.length === 0) { + if (this.textParts.length !== 1) { this.errorInParseLogic(); } + return parseTextLiteral(this.textParts[0]); + } + var parsedFn = function(context) { + return self.getResult(self.getExpressionValues(context)); + }; + parsedFn['$$watchDelegate'] = function $$watchDelegate(scope, listener, objectEquality) { + return self.watchDelegate(scope, listener, objectEquality); + }; + + parsedFn['exp'] = originalText; // Needed to pretend to be $interpolate for tests copied from interpolateSpec.js + parsedFn['expressions'] = new Array(this.expressionFns.length); // Require this to call $compile.$$addBindingInfo() which allows Protractor to find elements by binding. + for (var i = 0; i < this.expressionFns.length; i++) { + parsedFn['expressions'][i] = this.expressionFns[i]['exp']; + } + + return parsedFn; +}; + +InterpolationParts.prototype.watchDelegate = function watchDelegate(scope, listener, objectEquality) { + var watcher = new InterpolationPartsWatcher(this, scope, listener, objectEquality); + return function() { watcher.cancelWatch(); }; +}; + +function InterpolationPartsWatcher(interpolationParts, scope, listener, objectEquality) { + this.interpolationParts = interpolationParts; + this.scope = scope; + this.previousResult = (undefined); + this.listener = listener; + var self = this; + this.expressionFnsWatcher = scope['$watchGroup'](interpolationParts.expressionFns, function(newExpressionValues, oldExpressionValues) { + self.watchListener(newExpressionValues, oldExpressionValues); + }); +} + +InterpolationPartsWatcher.prototype.watchListener = function watchListener(newExpressionValues, oldExpressionValues) { + var result = this.interpolationParts.getResult(newExpressionValues); + this.listener.call(null, result, newExpressionValues === oldExpressionValues ? result : this.previousResult, this.scope); + this.previousResult = result; +}; + +InterpolationPartsWatcher.prototype.cancelWatch = function cancelWatch() { + this.expressionFnsWatcher(); +}; diff --git a/src/ngMessageFormat/messageFormatParser.js b/src/ngMessageFormat/messageFormatParser.js new file mode 100644 index 000000000000..5c4782e51264 --- /dev/null +++ b/src/ngMessageFormat/messageFormatParser.js @@ -0,0 +1,522 @@ +'use strict'; + +// NOTE: ADVANCED_OPTIMIZATIONS mode. +// +// This file is compiled with Closure compiler's ADVANCED_OPTIMIZATIONS flag! Be wary of using +// constructs incompatible with that mode. + +/* global $interpolateMinErr: false */ +/* global indexToLineAndColumn: false */ +/* global InterpolationParts: false */ +/* global PluralMessage: false */ +/* global SelectMessage: false */ +/* global subtractOffset: false */ + +// The params src and dst are exactly one of two types: NestedParserState or MessageFormatParser. +// This function is fully optimized by V8. (inspect via IRHydra or --trace-deopt.) +// The idea behind writing it this way is to avoid repeating oneself. This is the ONE place where +// the parser state that is saved/restored when parsing nested mustaches is specified. +function copyNestedParserState(src, dst) { + dst.expressionFn = src.expressionFn; + dst.expressionMinusOffsetFn = src.expressionMinusOffsetFn; + dst.pluralOffset = src.pluralOffset; + dst.choices = src.choices; + dst.choiceKey = src.choiceKey; + dst.interpolationParts = src.interpolationParts; + dst.ruleChoiceKeyword = src.ruleChoiceKeyword; + dst.msgStartIndex = src.msgStartIndex; + dst.expressionStartIndex = src.expressionStartIndex; +} + +function NestedParserState(parser) { + copyNestedParserState(parser, this); +} + +/** + * @constructor + * @private + */ +function MessageFormatParser(text, startIndex, $parse, pluralCat, stringifier, + mustHaveExpression, trustedContext, allOrNothing) { + this.text = text; + this.index = startIndex || 0; + this.$parse = $parse; + this.pluralCat = pluralCat; + this.stringifier = stringifier; + this.mustHaveExpression = !!mustHaveExpression; + this.trustedContext = trustedContext; + this.allOrNothing = !!allOrNothing; + this.expressionFn = null; + this.expressionMinusOffsetFn = null; + this.pluralOffset = null; + this.choices = null; + this.choiceKey = null; + this.interpolationParts = null; + this.msgStartIndex = null; + this.nestedStateStack = []; + this.parsedFn = null; + this.rule = null; + this.ruleStack = null; + this.ruleChoiceKeyword = null; + this.interpNestLevel = null; + this.expressionStartIndex = null; + this.stringStartIndex = null; + this.stringQuote = null; + this.stringInterestsRe = null; + this.angularOperatorStack = null; + this.textPart = null; +} + +// preserve v8 optimization. +var EMPTY_STATE = new NestedParserState(new MessageFormatParser( + /* text= */ '', /* startIndex= */ 0, /* $parse= */ null, /* pluralCat= */ null, /* stringifier= */ null, + /* mustHaveExpression= */ false, /* trustedContext= */ null, /* allOrNothing */ false)); + +MessageFormatParser.prototype.pushState = function pushState() { + this.nestedStateStack.push(new NestedParserState(this)); + copyNestedParserState(EMPTY_STATE, this); +}; + +MessageFormatParser.prototype.popState = function popState() { + if (this.nestedStateStack.length === 0) { + this.errorInParseLogic(); + } + var previousState = this.nestedStateStack.pop(); + copyNestedParserState(previousState, this); +}; + +// Oh my JavaScript! Who knew you couldn't match a regex at a specific +// location in a string but will always search forward?! +// Apparently you'll be growing this ability via the sticky flag (y) in +// ES6. I'll just to work around you for now. +MessageFormatParser.prototype.matchRe = function matchRe(re, search) { + re.lastIndex = this.index; + var match = re.exec(this.text); + if (match != null && (search === true || (match.index === this.index))) { + this.index = re.lastIndex; + return match; + } + return null; +}; + +MessageFormatParser.prototype.searchRe = function searchRe(re) { + return this.matchRe(re, true); +}; + + +MessageFormatParser.prototype.consumeRe = function consumeRe(re) { + // Without the sticky flag, we can't use the .test() method to consume a + // match at the current index. Instead, we'll use the slower .exec() method + // and verify match.index. + return !!this.matchRe(re); +}; + +// Run through our grammar avoiding deeply nested function call chains. +MessageFormatParser.prototype.run = function run(initialRule) { + this.ruleStack = [initialRule]; + do { + this.rule = this.ruleStack.pop(); + while (this.rule) { + this.rule(); + } + this.assertRuleOrNull(this.rule); + } while (this.ruleStack.length > 0); +}; + +MessageFormatParser.prototype.errorInParseLogic = function errorInParseLogic() { + throw $interpolateMinErr('logicbug', + 'The messageformat parser has encountered an internal error. Please file a github issue against the AngularJS project and provide this message text that triggers the bug. Text: “{0}”', + this.text); +}; + +MessageFormatParser.prototype.assertRuleOrNull = function assertRuleOrNull(rule) { + if (rule === undefined) { + this.errorInParseLogic(); + } +}; + +var NEXT_WORD_RE = /\s*(\w+)\s*/g; +MessageFormatParser.prototype.errorExpecting = function errorExpecting() { + // What was wrong with the syntax? Unsupported type, missing comma, or something else? + var match = this.matchRe(NEXT_WORD_RE), position; + if (match == null) { + position = indexToLineAndColumn(this.text, this.index); + throw $interpolateMinErr('reqarg', + 'Expected one of “plural” or “select” at line {0}, column {1} of text “{2}”', + position.line, position.column, this.text); + } + var word = match[1]; + if (word === 'select' || word === 'plural') { + position = indexToLineAndColumn(this.text, this.index); + throw $interpolateMinErr('reqcomma', + 'Expected a comma after the keyword “{0}” at line {1}, column {2} of text “{3}”', + word, position.line, position.column, this.text); + } else { + position = indexToLineAndColumn(this.text, this.index); + throw $interpolateMinErr('unknarg', + 'Unsupported keyword “{0}” at line {0}, column {1}. Only “plural” and “select” are currently supported. Text: “{3}”', + word, position.line, position.column, this.text); + } +}; + +var STRING_START_RE = /['"]/g; +MessageFormatParser.prototype.ruleString = function ruleString() { + var match = this.matchRe(STRING_START_RE); + if (match == null) { + var position = indexToLineAndColumn(this.text, this.index); + throw $interpolateMinErr('wantstring', + 'Expected the beginning of a string at line {0}, column {1} in text “{2}”', + position.line, position.column, this.text); + } + this.startStringAtMatch(match); +}; + +MessageFormatParser.prototype.startStringAtMatch = function startStringAtMatch(match) { + this.stringStartIndex = match.index; + this.stringQuote = match[0]; + this.stringInterestsRe = this.stringQuote === '\'' ? SQUOTED_STRING_INTEREST_RE : DQUOTED_STRING_INTEREST_RE; + this.rule = this.ruleInsideString; +}; + +var SQUOTED_STRING_INTEREST_RE = /\\(?:\\|'|u[0-9A-Fa-f]{4}|x[0-9A-Fa-f]{2}|[0-7]{3}|\r\n|\n|[\s\S])|'/g; +var DQUOTED_STRING_INTEREST_RE = /\\(?:\\|"|u[0-9A-Fa-f]{4}|x[0-9A-Fa-f]{2}|[0-7]{3}|\r\n|\n|[\s\S])|"/g; +MessageFormatParser.prototype.ruleInsideString = function ruleInsideString() { + var match = this.searchRe(this.stringInterestsRe); + if (match == null) { + var position = indexToLineAndColumn(this.text, this.stringStartIndex); + throw $interpolateMinErr('untermstr', + 'The string beginning at line {0}, column {1} is unterminated in text “{2}”', + position.line, position.column, this.text); + } + if (match[0] === this.stringQuote) { + this.rule = null; + } +}; + +var PLURAL_OR_SELECT_ARG_TYPE_RE = /\s*(plural|select)\s*,\s*/g; +MessageFormatParser.prototype.rulePluralOrSelect = function rulePluralOrSelect() { + var match = this.searchRe(PLURAL_OR_SELECT_ARG_TYPE_RE); + if (match == null) { + this.errorExpecting(); + } + var argType = match[1]; + switch (argType) { + case 'plural': this.rule = this.rulePluralStyle; break; + case 'select': this.rule = this.ruleSelectStyle; break; + default: this.errorInParseLogic(); + } +}; + +MessageFormatParser.prototype.rulePluralStyle = function rulePluralStyle() { + this.choices = Object.create(null); + this.ruleChoiceKeyword = this.rulePluralValueOrKeyword; + this.rule = this.rulePluralOffset; +}; + +MessageFormatParser.prototype.ruleSelectStyle = function ruleSelectStyle() { + this.choices = Object.create(null); + this.ruleChoiceKeyword = this.ruleSelectKeyword; + this.rule = this.ruleSelectKeyword; +}; + +var NUMBER_RE = /[0]|(?:[1-9][0-9]*)/g; +var PLURAL_OFFSET_RE = new RegExp('\\s*offset\\s*:\\s*(' + NUMBER_RE.source + ')', 'g'); + +MessageFormatParser.prototype.rulePluralOffset = function rulePluralOffset() { + var match = this.matchRe(PLURAL_OFFSET_RE); + this.pluralOffset = (match == null) ? 0 : parseInt(match[1], 10); + this.expressionMinusOffsetFn = subtractOffset(this.expressionFn, this.pluralOffset); + this.rule = this.rulePluralValueOrKeyword; +}; + +MessageFormatParser.prototype.assertChoiceKeyIsNew = function assertChoiceKeyIsNew(choiceKey, index) { + if (this.choices[choiceKey] !== undefined) { + var position = indexToLineAndColumn(this.text, index); + throw $interpolateMinErr('dupvalue', + 'The choice “{0}” is specified more than once. Duplicate key is at line {1}, column {2} in text “{3}”', + choiceKey, position.line, position.column, this.text); + } +}; + +var SELECT_KEYWORD = /\s*(\w+)/g; +MessageFormatParser.prototype.ruleSelectKeyword = function ruleSelectKeyword() { + var match = this.matchRe(SELECT_KEYWORD); + if (match == null) { + this.parsedFn = new SelectMessage(this.expressionFn, this.choices).parsedFn; + this.rule = null; + return; + } + this.choiceKey = match[1]; + this.assertChoiceKeyIsNew(this.choiceKey, match.index); + this.rule = this.ruleMessageText; +}; + +var EXPLICIT_VALUE_OR_KEYWORD_RE = new RegExp('\\s*(?:(?:=(' + NUMBER_RE.source + '))|(\\w+))', 'g'); +MessageFormatParser.prototype.rulePluralValueOrKeyword = function rulePluralValueOrKeyword() { + var match = this.matchRe(EXPLICIT_VALUE_OR_KEYWORD_RE); + if (match == null) { + this.parsedFn = new PluralMessage(this.expressionFn, this.choices, this.pluralOffset, this.pluralCat).parsedFn; + this.rule = null; + return; + } + if (match[1] != null) { + this.choiceKey = parseInt(match[1], 10); + } else { + this.choiceKey = match[2]; + } + this.assertChoiceKeyIsNew(this.choiceKey, match.index); + this.rule = this.ruleMessageText; +}; + +var BRACE_OPEN_RE = /\s*\{/g; +var BRACE_CLOSE_RE = /}/g; +MessageFormatParser.prototype.ruleMessageText = function ruleMessageText() { + if (!this.consumeRe(BRACE_OPEN_RE)) { + var position = indexToLineAndColumn(this.text, this.index); + throw $interpolateMinErr('reqopenbrace', + 'The plural choice “{0}” must be followed by a message in braces at line {1}, column {2} in text “{3}”', + this.choiceKey, position.line, position.column, this.text); + } + this.msgStartIndex = this.index; + this.interpolationParts = new InterpolationParts(this.trustedContext, this.allOrNothing); + this.rule = this.ruleInInterpolationOrMessageText; +}; + +// Note: Since "\" is used as an escape character, don't allow it to be part of the +// startSymbol/endSymbol when I add the feature to allow them to be redefined. +var INTERP_OR_END_MESSAGE_RE = /\\.|{{|}/g; +var INTERP_OR_PLURALVALUE_OR_END_MESSAGE_RE = /\\.|{{|#|}/g; +var ESCAPE_OR_MUSTACHE_BEGIN_RE = /\\.|{{/g; +MessageFormatParser.prototype.advanceInInterpolationOrMessageText = function advanceInInterpolationOrMessageText() { + var currentIndex = this.index, match; + if (this.ruleChoiceKeyword == null) { // interpolation + match = this.searchRe(ESCAPE_OR_MUSTACHE_BEGIN_RE); + if (match == null) { // End of interpolation text. Nothing more to process. + this.textPart = this.text.substring(currentIndex); + this.index = this.text.length; + return null; + } + } else { + match = this.searchRe(this.ruleChoiceKeyword === this.rulePluralValueOrKeyword ? + INTERP_OR_PLURALVALUE_OR_END_MESSAGE_RE : INTERP_OR_END_MESSAGE_RE); + if (match == null) { + var position = indexToLineAndColumn(this.text, this.msgStartIndex); + throw $interpolateMinErr('reqendbrace', + 'The plural/select choice “{0}” message starting at line {1}, column {2} does not have an ending closing brace. Text “{3}”', + this.choiceKey, position.line, position.column, this.text); + } + } + // match is non-null. + var token = match[0]; + this.textPart = this.text.substring(currentIndex, match.index); + return token; +}; + +MessageFormatParser.prototype.ruleInInterpolationOrMessageText = function ruleInInterpolationOrMessageText() { + var currentIndex = this.index; + var token = this.advanceInInterpolationOrMessageText(); + if (token == null) { + // End of interpolation text. Nothing more to process. + this.index = this.text.length; + this.interpolationParts.addText(this.text.substring(currentIndex)); + this.rule = null; + return; + } + if (token[0] === '\\') { + // unescape next character and continue + this.interpolationParts.addText(this.textPart + token[1]); + return; + } + this.interpolationParts.addText(this.textPart); + if (token === '{{') { + this.pushState(); + this.ruleStack.push(this.ruleEndMustacheInInterpolationOrMessage); + this.rule = this.ruleEnteredMustache; + } else if (token === '}') { + this.choices[this.choiceKey] = this.interpolationParts.toParsedFn(/*mustHaveExpression=*/false, this.text); + this.rule = this.ruleChoiceKeyword; + } else if (token === '#') { + this.interpolationParts.addExpressionFn(this.expressionMinusOffsetFn); + } else { + this.errorInParseLogic(); + } +}; + +MessageFormatParser.prototype.ruleInterpolate = function ruleInterpolate() { + this.interpolationParts = new InterpolationParts(this.trustedContext, this.allOrNothing); + this.rule = this.ruleInInterpolation; +}; + +MessageFormatParser.prototype.ruleInInterpolation = function ruleInInterpolation() { + var currentIndex = this.index; + var match = this.searchRe(ESCAPE_OR_MUSTACHE_BEGIN_RE); + if (match == null) { + // End of interpolation text. Nothing more to process. + this.index = this.text.length; + this.interpolationParts.addText(this.text.substring(currentIndex)); + this.parsedFn = this.interpolationParts.toParsedFn(this.mustHaveExpression, this.text); + this.rule = null; + return; + } + var token = match[0]; + if (token[0] === '\\') { + // unescape next character and continue + this.interpolationParts.addText(this.text.substring(currentIndex, match.index) + token[1]); + return; + } + this.interpolationParts.addText(this.text.substring(currentIndex, match.index)); + this.pushState(); + this.ruleStack.push(this.ruleInterpolationEndMustache); + this.rule = this.ruleEnteredMustache; +}; + +MessageFormatParser.prototype.ruleInterpolationEndMustache = function ruleInterpolationEndMustache() { + var expressionFn = this.parsedFn; + this.popState(); + this.interpolationParts.addExpressionFn(expressionFn); + this.rule = this.ruleInInterpolation; +}; + +MessageFormatParser.prototype.ruleEnteredMustache = function ruleEnteredMustache() { + this.parsedFn = null; + this.ruleStack.push(this.ruleEndMustache); + this.rule = this.ruleAngularExpression; +}; + +MessageFormatParser.prototype.ruleEndMustacheInInterpolationOrMessage = function ruleEndMustacheInInterpolationOrMessage() { + var expressionFn = this.parsedFn; + this.popState(); + this.interpolationParts.addExpressionFn(expressionFn); + this.rule = this.ruleInInterpolationOrMessageText; +}; + + + +var INTERP_END_RE = /\s*}}/g; +MessageFormatParser.prototype.ruleEndMustache = function ruleEndMustache() { + var match = this.matchRe(INTERP_END_RE); + if (match == null) { + var position = indexToLineAndColumn(this.text, this.index); + throw $interpolateMinErr('reqendinterp', + 'Expecting end of interpolation symbol, “{0}”, at line {1}, column {2} in text “{3}”', + '}}', position.line, position.column, this.text); + } + if (this.parsedFn == null) { + // If we parsed a MessageFormat extension, (e.g. select/plural today, maybe more some other + // day), then the result *has* to be a string and those rules would have already set + // this.parsedFn. If there was no MessageFormat extension, then there is no requirement to + // stringify the result and parsedFn isn't set. We set it here. While we could have set it + // unconditionally when exiting the AngularJS expression, I intend for us to not just replace + // $interpolate, but also to replace $parse in a future version (so ng-bind can work), and in + // such a case we do not want to unnecessarily stringify something if it's not going to be used + // in a string context. + this.parsedFn = this.$parse(this.expressionFn, this.stringifier); + this.parsedFn['exp'] = this.expressionFn['exp']; // Needed to pretend to be $interpolate for tests copied from interpolateSpec.js + this.parsedFn['expressions'] = this.expressionFn['expressions']; // Require this to call $compile.$$addBindingInfo() which allows Protractor to find elements by binding. + } + this.rule = null; +}; + +MessageFormatParser.prototype.ruleAngularExpression = function ruleAngularExpression() { + this.angularOperatorStack = []; + this.expressionStartIndex = this.index; + this.rule = this.ruleInAngularExpression; +}; + +function getEndOperator(opBegin) { + switch (opBegin) { + case '{': return '}'; + case '[': return ']'; + case '(': return ')'; + default: return null; + } +} + +function getBeginOperator(opEnd) { + switch (opEnd) { + case '}': return '{'; + case ']': return '['; + case ')': return '('; + default: return null; + } +} + +// TODO(chirayu): The interpolation endSymbol must also be accounted for. It +// just so happens that "}" is an operator so it's in the list below. But we +// should support any other type of start/end interpolation symbol. +var INTERESTING_OPERATORS_RE = /[[\]{}()'",]/g; +MessageFormatParser.prototype.ruleInAngularExpression = function ruleInAngularExpression() { + var match = this.searchRe(INTERESTING_OPERATORS_RE); + var position; + if (match == null) { + if (this.angularOperatorStack.length === 0) { + // This is the end of the AngularJS expression so this is actually a + // success. Note that when inside an interpolation, this means we even + // consumed the closing interpolation symbols if they were curlies. This + // is NOT an error at this point but will become an error further up the + // stack when the part that saw the opening curlies is unable to find the + // closing ones. + this.index = this.text.length; + this.expressionFn = this.$parse(this.text.substring(this.expressionStartIndex, this.index)); + // Needed to pretend to be $interpolate for tests copied from interpolateSpec.js + this.expressionFn['exp'] = this.text.substring(this.expressionStartIndex, this.index); + this.expressionFn['expressions'] = this.expressionFn['expressions']; + this.rule = null; + return; + } + var innermostOperator = this.angularOperatorStack[0]; + throw $interpolateMinErr('badexpr', + 'Unexpected end of AngularJS expression. Expecting operator “{0}” at the end of the text “{1}”', + this.getEndOperator(innermostOperator), this.text); + } + var operator = match[0]; + if (operator === '\'' || operator === '"') { + this.ruleStack.push(this.ruleInAngularExpression); + this.startStringAtMatch(match); + return; + } + if (operator === ',') { + if (this.trustedContext) { + position = indexToLineAndColumn(this.text, this.index); + throw $interpolateMinErr('unsafe', + 'Use of select/plural MessageFormat syntax is currently disallowed in a secure context ({0}). At line {1}, column {2} of text “{3}”', + this.trustedContext, position.line, position.column, this.text); + } + // only the top level comma has relevance. + if (this.angularOperatorStack.length === 0) { + // todo: does this need to be trimmed? + this.expressionFn = this.$parse(this.text.substring(this.expressionStartIndex, match.index)); + // Needed to pretend to be $interpolate for tests copied from interpolateSpec.js + this.expressionFn['exp'] = this.text.substring(this.expressionStartIndex, match.index); + this.expressionFn['expressions'] = this.expressionFn['expressions']; + this.rule = null; + this.rule = this.rulePluralOrSelect; + } + return; + } + if (getEndOperator(operator) != null) { + this.angularOperatorStack.unshift(operator); + return; + } + var beginOperator = getBeginOperator(operator); + if (beginOperator == null) { + this.errorInParseLogic(); + } + if (this.angularOperatorStack.length > 0) { + if (beginOperator === this.angularOperatorStack[0]) { + this.angularOperatorStack.shift(); + return; + } + position = indexToLineAndColumn(this.text, this.index); + throw $interpolateMinErr('badexpr', + 'Unexpected operator “{0}” at line {1}, column {2} in text. Was expecting “{3}”. Text: “{4}”', + operator, position.line, position.column, getEndOperator(this.angularOperatorStack[0]), this.text); + } + // We are trying to pop off the operator stack but there really isn't anything to pop off. + this.index = match.index; + this.expressionFn = this.$parse(this.text.substring(this.expressionStartIndex, this.index)); + // Needed to pretend to be $interpolate for tests copied from interpolateSpec.js + this.expressionFn['exp'] = this.text.substring(this.expressionStartIndex, this.index); + this.expressionFn['expressions'] = this.expressionFn['expressions']; + this.rule = null; +}; diff --git a/src/ngMessageFormat/messageFormatSelector.js b/src/ngMessageFormat/messageFormatSelector.js new file mode 100644 index 000000000000..f5b110214194 --- /dev/null +++ b/src/ngMessageFormat/messageFormatSelector.js @@ -0,0 +1,119 @@ +'use strict'; + +// NOTE: ADVANCED_OPTIMIZATIONS mode. +// +// This file is compiled with Closure compiler's ADVANCED_OPTIMIZATIONS flag! Be wary of using +// constructs incompatible with that mode. + +/* global $interpolateMinErr: false */ +/* global isFunction: false */ +/* global noop: false */ + +/** + * @constructor + * @private + */ +function MessageSelectorBase(expressionFn, choices) { + var self = this; + this.expressionFn = expressionFn; + this.choices = choices; + if (choices['other'] === undefined) { + throw $interpolateMinErr('reqother', '“other” is a required option.'); + } + this.parsedFn = function(context) { return self.getResult(context); }; + this.parsedFn['$$watchDelegate'] = function $$watchDelegate(scope, listener, objectEquality) { + return self.watchDelegate(scope, listener, objectEquality); + }; + this.parsedFn['exp'] = expressionFn['exp']; + this.parsedFn['expressions'] = expressionFn['expressions']; +} + +MessageSelectorBase.prototype.getMessageFn = function getMessageFn(value) { + return this.choices[this.categorizeValue(value)]; +}; + +MessageSelectorBase.prototype.getResult = function getResult(context) { + return this.getMessageFn(this.expressionFn(context))(context); +}; + +MessageSelectorBase.prototype.watchDelegate = function watchDelegate(scope, listener, objectEquality) { + var watchers = new MessageSelectorWatchers(this, scope, listener, objectEquality); + return function() { watchers.cancelWatch(); }; +}; + +/** + * @constructor + * @private + */ +function MessageSelectorWatchers(msgSelector, scope, listener, objectEquality) { + var self = this; + this.scope = scope; + this.msgSelector = msgSelector; + this.listener = listener; + this.objectEquality = objectEquality; + this.lastMessage = undefined; + this.messageFnWatcher = noop; + var expressionFnListener = function(newValue, oldValue) { return self.expressionFnListener(newValue, oldValue); }; + this.expressionFnWatcher = scope['$watch'](msgSelector.expressionFn, expressionFnListener, objectEquality); +} + +MessageSelectorWatchers.prototype.expressionFnListener = function expressionFnListener(newValue, oldValue) { + var self = this; + this.messageFnWatcher(); + var messageFnListener = function(newMessage, oldMessage) { return self.messageFnListener(newMessage, oldMessage); }; + var messageFn = this.msgSelector.getMessageFn(newValue); + this.messageFnWatcher = this.scope['$watch'](messageFn, messageFnListener, this.objectEquality); +}; + +MessageSelectorWatchers.prototype.messageFnListener = function messageFnListener(newMessage, oldMessage) { + this.listener.call(null, newMessage, newMessage === oldMessage ? newMessage : this.lastMessage, this.scope); + this.lastMessage = newMessage; +}; + +MessageSelectorWatchers.prototype.cancelWatch = function cancelWatch() { + this.expressionFnWatcher(); + this.messageFnWatcher(); +}; + +/** + * @constructor + * @extends MessageSelectorBase + * @private + */ +function SelectMessage(expressionFn, choices) { + MessageSelectorBase.call(this, expressionFn, choices); +} + +function SelectMessageProto() {} +SelectMessageProto.prototype = MessageSelectorBase.prototype; + +SelectMessage.prototype = new SelectMessageProto(); +SelectMessage.prototype.categorizeValue = function categorizeSelectValue(value) { + return (this.choices[value] !== undefined) ? value : 'other'; +}; + +/** + * @constructor + * @extends MessageSelectorBase + * @private + */ +function PluralMessage(expressionFn, choices, offset, pluralCat) { + MessageSelectorBase.call(this, expressionFn, choices); + this.offset = offset; + this.pluralCat = pluralCat; +} + +function PluralMessageProto() {} +PluralMessageProto.prototype = MessageSelectorBase.prototype; + +PluralMessage.prototype = new PluralMessageProto(); +PluralMessage.prototype.categorizeValue = function categorizePluralValue(value) { + if (isNaN(value)) { + return 'other'; + } else if (this.choices[value] !== undefined) { + return value; + } else { + var category = this.pluralCat(value - this.offset); + return (this.choices[category] !== undefined) ? category : 'other'; + } +}; diff --git a/src/ngMessageFormat/messageFormatService.js b/src/ngMessageFormat/messageFormatService.js new file mode 100644 index 000000000000..c10ff8847baa --- /dev/null +++ b/src/ngMessageFormat/messageFormatService.js @@ -0,0 +1,229 @@ +'use strict'; + +// NOTE: ADVANCED_OPTIMIZATIONS mode. +// +// This file is compiled with Closure compiler's ADVANCED_OPTIMIZATIONS flag! Be wary of using +// constructs incompatible with that mode. + +/* global $interpolateMinErr: true */ +/* global isFunction: true */ +/* global noop: true */ +/* global toJson: true */ +/* global MessageFormatParser: false */ + +/** + * @ngdoc module + * @name ngMessageFormat + * @packageName angular-message-format + * + * @description + * + * ## What is ngMessageFormat? + * + * The ngMessageFormat module extends the AngularJS {@link ng.$interpolate `$interpolate`} service + * with a syntax for handling pluralization and gender specific messages, which is based on the + * [ICU MessageFormat syntax][ICU]. + * + * See [the design doc][ngMessageFormat doc] for more information. + * + * [ICU]: http://userguide.icu-project.org/formatparse/messages#TOC-MessageFormat + * [ngMessageFormat doc]: https://docs.google.com/a/google.com/document/d/1pbtW2yvtmFBikfRrJd8VAsabiFkKezmYZ_PbgdjQOVU/edit + * + * ## Examples + * + * ### Gender + * + * This example uses the "select" keyword to specify the message based on gender. + * + * + * + *
    + * Select Recipient:
    + +

    {{recipient.gender, select, + male {{{recipient.name}} unwrapped his gift. } + female {{{recipient.name}} unwrapped her gift. } + other {{{recipient.name}} unwrapped their gift. } + }}

    + *
    + *
    + * + * function Person(name, gender) { + * this.name = name; + * this.gender = gender; + * } + * + * var alice = new Person('Alice', 'female'), + * bob = new Person('Bob', 'male'), + * ashley = new Person('Ashley', ''); + * + * angular.module('msgFmtExample', ['ngMessageFormat']) + * .controller('AppController', ['$scope', function($scope) { + * $scope.recipients = [alice, bob, ashley]; + * $scope.recipient = $scope.recipients[0]; + * }]); + * + *
    + * + * ### Plural + * + * This example shows how the "plural" keyword is used to account for a variable number of entities. + * The "#" variable holds the current number and can be embedded in the message. + * + * Note that "=1" takes precedence over "one". + * + * The example also shows the "offset" keyword, which allows you to offset the value of the "#" variable. + * + * + * + *
    + *
    + * Select recipients:
    + *
    + *

    {{recipients.length, plural, offset:1 + * =0 {{{sender.name}} gave no gifts (\#=#)} + * =1 {{{sender.name}} gave a gift to {{recipients[0].name}} (\#=#)} + * one {{{sender.name}} gave {{recipients[0].name}} and one other person a gift (\#=#)} + * other {{{sender.name}} gave {{recipients[0].name}} and # other people a gift (\#=#)} + * }}

    + *
    + *
    + * + * + * function Person(name, gender) { + * this.name = name; + * this.gender = gender; + * } + * + * var alice = new Person('Alice', 'female'), + * bob = new Person('Bob', 'male'), + * sarah = new Person('Sarah', 'female'), + * harry = new Person('Harry Potter', 'male'), + * ashley = new Person('Ashley', ''); + * + * angular.module('msgFmtExample', ['ngMessageFormat']) + * .controller('AppController', ['$scope', function($scope) { + * $scope.people = [alice, bob, sarah, ashley]; + * $scope.recipients = [alice, bob, sarah]; + * $scope.sender = harry; + * }]); + * + * + * + * describe('MessageFormat plural', function() { + * + * it('should pluralize initial values', function() { + * var messageElem = element(by.binding('recipients.length')), + * decreaseRecipientsBtn = element(by.id('decreaseRecipients')); + * + * expect(messageElem.getText()).toEqual('Harry Potter gave Alice and 2 other people a gift (#=2)'); + * decreaseRecipientsBtn.click(); + * expect(messageElem.getText()).toEqual('Harry Potter gave Alice and one other person a gift (#=1)'); + * decreaseRecipientsBtn.click(); + * expect(messageElem.getText()).toEqual('Harry Potter gave a gift to Alice (#=0)'); + * decreaseRecipientsBtn.click(); + * expect(messageElem.getText()).toEqual('Harry Potter gave no gifts (#=-1)'); + * }); + * }); + * + *
    + * + * ### Plural and Gender together + * + * This example shows how you can specify gender rules for specific plural matches - in this case, + * =1 is special cased for gender. + * + * + *
    + Select recipients:
    +
    +

    {{recipients.length, plural, + =0 {{{sender.name}} has not given any gifts to anyone.} + =1 { {{recipients[0].gender, select, + female { {{sender.name}} gave {{recipients[0].name}} her gift.} + male { {{sender.name}} gave {{recipients[0].name}} his gift.} + other { {{sender.name}} gave {{recipients[0].name}} their gift.} + }} + } + other {{{sender.name}} gave {{recipients.length}} people gifts.} + }}

    + + * + * function Person(name, gender) { + * this.name = name; + * this.gender = gender; + * } + * + * var alice = new Person('Alice', 'female'), + * bob = new Person('Bob', 'male'), + * harry = new Person('Harry Potter', 'male'), + * ashley = new Person('Ashley', ''); + * + * angular.module('msgFmtExample', ['ngMessageFormat']) + * .controller('AppController', ['$scope', function($scope) { + * $scope.people = [alice, bob, ashley]; + * $scope.recipients = [alice]; + * $scope.sender = harry; + * }]); + * + + */ + +var $$MessageFormatFactory = ['$parse', '$locale', '$sce', '$exceptionHandler', function $$messageFormat( + $parse, $locale, $sce, $exceptionHandler) { + + function getStringifier(trustedContext, allOrNothing, text) { + return function stringifier(value) { + try { + value = trustedContext ? $sce['getTrusted'](trustedContext, value) : $sce['valueOf'](value); + return allOrNothing && (value === undefined) ? value : $$stringify(value); + } catch (err) { + $exceptionHandler($interpolateMinErr['interr'](text, err)); + } + }; + } + + function interpolate(text, mustHaveExpression, trustedContext, allOrNothing) { + var stringifier = getStringifier(trustedContext, allOrNothing, text); + var parser = new MessageFormatParser(text, 0, $parse, $locale['pluralCat'], stringifier, + mustHaveExpression, trustedContext, allOrNothing); + parser.run(parser.ruleInterpolate); + return parser.parsedFn; + } + + return { + 'interpolate': interpolate + }; +}]; + +var $$interpolateDecorator = ['$$messageFormat', '$delegate', function $$interpolateDecorator($$messageFormat, $interpolate) { + if ($interpolate['startSymbol']() !== '{{' || $interpolate['endSymbol']() !== '}}') { + throw $interpolateMinErr('nochgmustache', 'angular-message-format.js currently does not allow you to use custom start and end symbols for interpolation.'); + } + var interpolate = $$messageFormat['interpolate']; + interpolate['startSymbol'] = $interpolate['startSymbol']; + interpolate['endSymbol'] = $interpolate['endSymbol']; + return interpolate; +}]; + +var $interpolateMinErr; +var isFunction; +var noop; +var toJson; +var $$stringify; + +var ngModule = window['angular']['module']('ngMessageFormat', ['ng']); +ngModule['info']({ 'angularVersion': '"NG_VERSION_FULL"' }); +ngModule['factory']('$$messageFormat', $$MessageFormatFactory); +ngModule['config'](['$provide', function($provide) { + $interpolateMinErr = window['angular']['$interpolateMinErr']; + isFunction = window['angular']['isFunction']; + noop = window['angular']['noop']; + toJson = window['angular']['toJson']; + $$stringify = window['angular']['$$stringify']; + + $provide['decorator']('$interpolate', $$interpolateDecorator); +}]); diff --git a/src/ngMessages/messages.js b/src/ngMessages/messages.js new file mode 100644 index 000000000000..6ab4da49646c --- /dev/null +++ b/src/ngMessages/messages.js @@ -0,0 +1,821 @@ +'use strict'; + +var forEach; +var isArray; +var isString; +var jqLite; + +/** + * @ngdoc module + * @name ngMessages + * @description + * + * The `ngMessages` module provides enhanced support for displaying messages within templates + * (typically within forms or when rendering message objects that return key/value data). + * Instead of relying on JavaScript code and/or complex ng-if statements within your form template to + * show and hide error messages specific to the state of an input field, the `ngMessages` and + * `ngMessage` directives are designed to handle the complexity, inheritance and priority + * sequencing based on the order of how the messages are defined in the template. + * + * Currently, the ngMessages module only contains the code for the `ngMessages`, `ngMessagesInclude` + * `ngMessage`, `ngMessageExp` and `ngMessageDefault` directives. + * + * ## Usage + * The `ngMessages` directive allows keys in a key/value collection to be associated with a child element + * (or 'message') that will show or hide based on the truthiness of that key's value in the collection. A common use + * case for `ngMessages` is to display error messages for inputs using the `$error` object exposed by the + * {@link ngModel ngModel} directive. + * + * The child elements of the `ngMessages` directive are matched to the collection keys by a `ngMessage` or + * `ngMessageExp` directive. The value of these attributes must match a key in the collection that is provided by + * the `ngMessages` directive. + * + * Consider the following example, which illustrates a typical use case of `ngMessages`. Within the form `myForm` we + * have a text input named `myField` which is bound to the scope variable `field` using the {@link ngModel ngModel} + * directive. + * + * The `myField` field is a required input of type `email` with a maximum length of 15 characters. + * + * ```html + *
    + * + *
    + *
    Please enter a value for this field.
    + *
    This field must be a valid email address.
    + *
    This field can be at most 15 characters long.
    + *
    + *
    + * ``` + * + * In order to show error messages corresponding to `myField` we first create an element with an `ngMessages` attribute + * set to the `$error` object owned by the `myField` input in our `myForm` form. + * + * Within this element we then create separate elements for each of the possible errors that `myField` could have. + * The `ngMessage` attribute is used to declare which element(s) will appear for which error - for example, + * setting `ng-message="required"` specifies that this particular element should be displayed when there + * is no value present for the required field `myField` (because the key `required` will be `true` in the object + * `myForm.myField.$error`). + * + * ### Message order + * + * By default, `ngMessages` will only display one message for a particular key/value collection at any time. If more + * than one message (or error) key is currently true, then which message is shown is determined by the order of messages + * in the HTML template code (messages declared first are prioritised). This mechanism means the developer does not have + * to prioritize messages using custom JavaScript code. + * + * Given the following error object for our example (which informs us that the field `myField` currently has both the + * `required` and `email` errors): + * + * ```javascript + * + * myField.$error = { required : true, email: true, maxlength: false }; + * ``` + * The `required` message will be displayed to the user since it appears before the `email` message in the DOM. + * Once the user types a single character, the `required` message will disappear (since the field now has a value) + * but the `email` message will be visible because it is still applicable. + * + * ### Displaying multiple messages at the same time + * + * While `ngMessages` will by default only display one error element at a time, the `ng-messages-multiple` attribute can + * be applied to the `ngMessages` container element to cause it to display all applicable error messages at once: + * + * ```html + * + *
    ...
    + * + * + * ... + * ``` + * + * ## Reusing and Overriding Messages + * In addition to prioritization, ngMessages also allows for including messages from a remote or an inline + * template. This allows for generic collection of messages to be reused across multiple parts of an + * application. + * + * ```html + * + * + *
    + *
    + *
    + * ``` + * + * However, including generic messages may not be useful enough to match all input fields, therefore, + * `ngMessages` provides the ability to override messages defined in the remote template by redefining + * them within the directive container. + * + * ```html + * + * + * + *
    + * + * + *
    + * + *
    You did not enter your email address
    + * + * + *
    Your email address is invalid
    + * + * + *
    + *
    + *
    + * ``` + * + * In the example HTML code above the message that is set on required will override the corresponding + * required message defined within the remote template. Therefore, with particular input fields (such + * email addresses, date fields, autocomplete inputs, etc...), specialized error messages can be applied + * while more generic messages can be used to handle other, more general input errors. + * + * ## Dynamic Messaging + * ngMessages also supports using expressions to dynamically change key values. Using arrays and + * repeaters to list messages is also supported. This means that the code below will be able to + * fully adapt itself and display the appropriate message when any of the expression data changes: + * + * ```html + *
    + * + *
    + *
    You did not enter your email address
    + *
    + * + *
    {{ errorMessage.text }}
    + *
    + *
    + *
    + * ``` + * + * The `errorMessage.type` expression can be a string value or it can be an array so + * that multiple errors can be associated with a single error message: + * + * ```html + * + *
    + *
    You did not enter your email address
    + *
    + * Your email must be between 5 and 100 characters long + *
    + *
    + * ``` + * + * Feel free to use other structural directives such as ng-if and ng-switch to further control + * what messages are active and when. Be careful, if you place ng-message on the same element + * as these structural directives, AngularJS may not be able to determine if a message is active + * or not. Therefore it is best to place the ng-message on a child element of the structural + * directive. + * + * ```html + *
    + *
    + *
    Please enter something
    + *
    + *
    + * ``` + * + * ## Animations + * If the `ngAnimate` module is active within the application then the `ngMessages`, `ngMessage` and + * `ngMessageExp` directives will trigger animations whenever any messages are added and removed from + * the DOM by the `ngMessages` directive. + * + * Whenever the `ngMessages` directive contains one or more visible messages then the `.ng-active` CSS + * class will be added to the element. The `.ng-inactive` CSS class will be applied when there are no + * messages present. Therefore, CSS transitions and keyframes as well as JavaScript animations can + * hook into the animations whenever these classes are added/removed. + * + * Let's say that our HTML code for our messages container looks like so: + * + * ```html + * + * ``` + * + * Then the CSS animation code for the message container looks like so: + * + * ```css + * .my-messages { + * transition:1s linear all; + * } + * .my-messages.ng-active { + * // messages are visible + * } + * .my-messages.ng-inactive { + * // messages are hidden + * } + * ``` + * + * Whenever an inner message is attached (becomes visible) or removed (becomes hidden) then the enter + * and leave animation is triggered for each particular element bound to the `ngMessage` directive. + * + * Therefore, the CSS code for the inner messages looks like so: + * + * ```css + * .some-message { + * transition:1s linear all; + * } + * + * .some-message.ng-enter {} + * .some-message.ng-enter.ng-enter-active {} + * + * .some-message.ng-leave {} + * .some-message.ng-leave.ng-leave-active {} + * ``` + * + * {@link ngAnimate See the ngAnimate docs} to learn how to use JavaScript animations or to learn + * more about ngAnimate. + * + * ## Displaying a default message + * If the ngMessages renders no inner ngMessage directive (i.e. when none of the truthy + * keys are matched by a defined message), then it will render a default message + * using the {@link ngMessageDefault} directive. + * Note that matched messages will always take precedence over unmatched messages. That means + * the default message will not be displayed when another message is matched. This is also + * true for `ng-messages-multiple`. + * + * ```html + *
    + *
    This field is required
    + *
    This field is too short
    + *
    This field has an input error
    + *
    + * ``` + * + + */ +angular.module('ngMessages', [], function initAngularHelpers() { + // Access helpers from AngularJS core. + // Do it inside a `config` block to ensure `window.angular` is available. + forEach = angular.forEach; + isArray = angular.isArray; + isString = angular.isString; + jqLite = angular.element; +}) + .info({ angularVersion: '"NG_VERSION_FULL"' }) + + /** + * @ngdoc directive + * @module ngMessages + * @name ngMessages + * @restrict AE + * + * @description + * `ngMessages` is a directive that is designed to show and hide messages based on the state + * of a key/value object that it listens on. The directive itself complements error message + * reporting with the `ngModel` $error object (which stores a key/value state of validation errors). + * + * `ngMessages` manages the state of internal messages within its container element. The internal + * messages use the `ngMessage` directive and will be inserted/removed from the page depending + * on if they're present within the key/value object. By default, only one message will be displayed + * at a time and this depends on the prioritization of the messages within the template. (This can + * be changed by using the `ng-messages-multiple` or `multiple` attribute on the directive container.) + * + * A remote template can also be used (With {@link ngMessagesInclude}) to promote message + * reusability and messages can also be overridden. + * + * A default message can also be displayed when no `ngMessage` directive is inserted, using the + * {@link ngMessageDefault} directive. + * + * {@link module:ngMessages Click here} to learn more about `ngMessages` and `ngMessage`. + * + * @usage + * ```html + * + * + * ... + * ... + * ... + * ... + * + * + * + * + * ... + * ... + * ... + * ... + * + * ``` + * + * @param {string} ngMessages an AngularJS expression evaluating to a key/value object + * (this is typically the $error object on an ngModel instance). + * @param {string=} ngMessagesMultiple|multiple when set, all messages will be displayed with true + * + * @example + * + * + *
    + * + *
    myForm.myName.$error = {{ myForm.myName.$error | json }}
    + * + *
    + *
    You did not enter a field
    + *
    Your field is too short
    + *
    Your field is too long
    + *
    This field has an input error
    + *
    + *
    + *
    + * + * angular.module('ngMessagesExample', ['ngMessages']); + * + *
    + */ + .directive('ngMessages', ['$animate', function($animate) { + var ACTIVE_CLASS = 'ng-active'; + var INACTIVE_CLASS = 'ng-inactive'; + + return { + require: 'ngMessages', + restrict: 'AE', + controller: ['$element', '$scope', '$attrs', function NgMessagesCtrl($element, $scope, $attrs) { + var ctrl = this; + var latestKey = 0; + var nextAttachId = 0; + + this.getAttachId = function getAttachId() { return nextAttachId++; }; + + var messages = this.messages = {}; + var renderLater, cachedCollection; + + this.render = function(collection) { + collection = collection || {}; + + renderLater = false; + cachedCollection = collection; + + // this is true if the attribute is empty or if the attribute value is truthy + var multiple = isAttrTruthy($scope, $attrs.ngMessagesMultiple) || + isAttrTruthy($scope, $attrs.multiple); + + var unmatchedMessages = []; + var matchedKeys = {}; + var truthyKeys = 0; + var messageItem = ctrl.head; + var messageFound = false; + var totalMessages = 0; + + // we use != instead of !== to allow for both undefined and null values + while (messageItem != null) { + totalMessages++; + var messageCtrl = messageItem.message; + + var messageUsed = false; + if (!messageFound) { + forEach(collection, function(value, key) { + if (truthy(value) && !messageUsed) { + truthyKeys++; + + if (messageCtrl.test(key)) { + // this is to prevent the same error name from showing up twice + if (matchedKeys[key]) return; + matchedKeys[key] = true; + + messageUsed = true; + messageCtrl.attach(); + } + } + }); + } + + if (messageUsed) { + // unless we want to display multiple messages then we should + // set a flag here to avoid displaying the next message in the list + messageFound = !multiple; + } else { + unmatchedMessages.push(messageCtrl); + } + + messageItem = messageItem.next; + } + + forEach(unmatchedMessages, function(messageCtrl) { + messageCtrl.detach(); + }); + + var messageMatched = unmatchedMessages.length !== totalMessages; + var attachDefault = ctrl.default && !messageMatched && truthyKeys > 0; + + if (attachDefault) { + ctrl.default.attach(); + } else if (ctrl.default) { + ctrl.default.detach(); + } + + if (messageMatched || attachDefault) { + $animate.setClass($element, ACTIVE_CLASS, INACTIVE_CLASS); + } else { + $animate.setClass($element, INACTIVE_CLASS, ACTIVE_CLASS); + } + }; + + $scope.$watchCollection($attrs.ngMessages || $attrs['for'], ctrl.render); + + this.reRender = function() { + if (!renderLater) { + renderLater = true; + $scope.$evalAsync(function() { + if (renderLater && cachedCollection) { + ctrl.render(cachedCollection); + } + }); + } + }; + + this.register = function(comment, messageCtrl, isDefault) { + if (isDefault) { + ctrl.default = messageCtrl; + } else { + var nextKey = latestKey.toString(); + messages[nextKey] = { + message: messageCtrl + }; + insertMessageNode($element[0], comment, nextKey); + comment.$$ngMessageNode = nextKey; + latestKey++; + } + + ctrl.reRender(); + }; + + this.deregister = function(comment, isDefault) { + if (isDefault) { + delete ctrl.default; + } else { + var key = comment.$$ngMessageNode; + delete comment.$$ngMessageNode; + removeMessageNode($element[0], comment, key); + delete messages[key]; + } + ctrl.reRender(); + }; + + function findPreviousMessage(parent, comment) { + var prevNode = comment; + var parentLookup = []; + + while (prevNode && prevNode !== parent) { + var prevKey = prevNode.$$ngMessageNode; + if (prevKey && prevKey.length) { + return messages[prevKey]; + } + + // dive deeper into the DOM and examine its children for any ngMessage + // comments that may be in an element that appears deeper in the list + if (prevNode.childNodes.length && parentLookup.indexOf(prevNode) === -1) { + parentLookup.push(prevNode); + prevNode = prevNode.childNodes[prevNode.childNodes.length - 1]; + } else if (prevNode.previousSibling) { + prevNode = prevNode.previousSibling; + } else { + prevNode = prevNode.parentNode; + parentLookup.push(prevNode); + } + } + } + + function insertMessageNode(parent, comment, key) { + var messageNode = messages[key]; + if (!ctrl.head) { + ctrl.head = messageNode; + } else { + var match = findPreviousMessage(parent, comment); + if (match) { + messageNode.next = match.next; + match.next = messageNode; + } else { + messageNode.next = ctrl.head; + ctrl.head = messageNode; + } + } + } + + function removeMessageNode(parent, comment, key) { + var messageNode = messages[key]; + + // This message node may have already been removed by a call to deregister() + if (!messageNode) return; + + var match = findPreviousMessage(parent, comment); + if (match) { + match.next = messageNode.next; + } else { + ctrl.head = messageNode.next; + } + } + }] + }; + + function isAttrTruthy(scope, attr) { + return (isString(attr) && attr.length === 0) || //empty attribute + truthy(scope.$eval(attr)); + } + + function truthy(val) { + return isString(val) ? val.length : !!val; + } + }]) + + /** + * @ngdoc directive + * @name ngMessagesInclude + * @restrict AE + * @scope + * + * @description + * `ngMessagesInclude` is a directive with the purpose to import existing ngMessage template + * code from a remote template and place the downloaded template code into the exact spot + * that the ngMessagesInclude directive is placed within the ngMessages container. This allows + * for a series of pre-defined messages to be reused and also allows for the developer to + * determine what messages are overridden due to the placement of the ngMessagesInclude directive. + * + * @usage + * ```html + * + * + * ... + * + * + * + * + * ... + * + * ``` + * + * {@link module:ngMessages Click here} to learn more about `ngMessages` and `ngMessage`. + * + * @param {string} ngMessagesInclude|src a string value corresponding to the remote template. + */ + .directive('ngMessagesInclude', + ['$templateRequest', '$document', '$compile', function($templateRequest, $document, $compile) { + + return { + restrict: 'AE', + require: '^^ngMessages', // we only require this for validation sake + link: function($scope, element, attrs) { + var src = attrs.ngMessagesInclude || attrs.src; + $templateRequest(src).then(function(html) { + if ($scope.$$destroyed) return; + + if (isString(html) && !html.trim()) { + // Empty template - nothing to compile + replaceElementWithMarker(element, src); + } else { + // Non-empty template - compile and link + $compile(html)($scope, function(contents) { + element.after(contents); + replaceElementWithMarker(element, src); + }); + } + }); + } + }; + + // Helpers + function replaceElementWithMarker(element, src) { + // A comment marker is placed for debugging purposes + var comment = $compile.$$createComment ? + $compile.$$createComment('ngMessagesInclude', src) : + $document[0].createComment(' ngMessagesInclude: ' + src + ' '); + var marker = jqLite(comment); + element.after(marker); + + // Don't pollute the DOM anymore by keeping an empty directive element + element.remove(); + } + }]) + + /** + * @ngdoc directive + * @name ngMessage + * @restrict AE + * @scope + * @priority 1 + * + * @description + * `ngMessage` is a directive with the purpose to show and hide a particular message. + * For `ngMessage` to operate, a parent `ngMessages` directive on a parent DOM element + * must be situated since it determines which messages are visible based on the state + * of the provided key/value map that `ngMessages` listens on. + * + * More information about using `ngMessage` can be found in the + * {@link module:ngMessages `ngMessages` module documentation}. + * + * @usage + * ```html + * + * + * ... + * ... + * + * + * + * + * ... + * ... + * + * ``` + * + * @param {expression} ngMessage|when a string value corresponding to the message key. + */ + .directive('ngMessage', ngMessageDirectiveFactory()) + + + /** + * @ngdoc directive + * @name ngMessageExp + * @restrict AE + * @priority 1 + * @scope + * + * @description + * `ngMessageExp` is the same as {@link directive:ngMessage `ngMessage`}, but instead of a static + * value, it accepts an expression to be evaluated for the message key. + * + * @usage + * ```html + * + * + * ... + * + * + * + * + * ... + * + * ``` + * + * {@link module:ngMessages Click here} to learn more about `ngMessages` and `ngMessage`. + * + * @param {expression} ngMessageExp|whenExp an expression value corresponding to the message key. + */ + .directive('ngMessageExp', ngMessageDirectiveFactory()) + + /** + * @ngdoc directive + * @name ngMessageDefault + * @restrict AE + * @scope + * + * @description + * `ngMessageDefault` is a directive with the purpose to show and hide a default message for + * {@link directive:ngMessages}, when none of provided messages matches. + * + * More information about using `ngMessageDefault` can be found in the + * {@link module:ngMessages `ngMessages` module documentation}. + * + * @usage + * ```html + * + * + * ... + * ... + * ... + * + * + * + * + * ... + * ... + * ... + * + * + */ + .directive('ngMessageDefault', ngMessageDirectiveFactory(true)); + +function ngMessageDirectiveFactory(isDefault) { + return ['$animate', function($animate) { + return { + restrict: 'AE', + transclude: 'element', + priority: 1, // must run before ngBind, otherwise the text is set on the comment + terminal: true, + require: '^^ngMessages', + link: function(scope, element, attrs, ngMessagesCtrl, $transclude) { + var commentNode, records, staticExp, dynamicExp; + + if (!isDefault) { + commentNode = element[0]; + staticExp = attrs.ngMessage || attrs.when; + dynamicExp = attrs.ngMessageExp || attrs.whenExp; + + var assignRecords = function(items) { + records = items + ? (isArray(items) + ? items + : items.split(/[\s,]+/)) + : null; + ngMessagesCtrl.reRender(); + }; + + if (dynamicExp) { + assignRecords(scope.$eval(dynamicExp)); + scope.$watchCollection(dynamicExp, assignRecords); + } else { + assignRecords(staticExp); + } + } + + var currentElement, messageCtrl; + ngMessagesCtrl.register(commentNode, messageCtrl = { + test: function(name) { + return contains(records, name); + }, + attach: function() { + if (!currentElement) { + $transclude(function(elm, newScope) { + $animate.enter(elm, null, element); + currentElement = elm; + + // Each time we attach this node to a message we get a new id that we can match + // when we are destroying the node later. + var $$attachId = currentElement.$$attachId = ngMessagesCtrl.getAttachId(); + + // in the event that the element or a parent element is destroyed + // by another structural directive then it's time + // to deregister the message from the controller + currentElement.on('$destroy', function() { + // If the message element was removed via a call to `detach` then `currentElement` will be null + // So this handler only handles cases where something else removed the message element. + if (currentElement && currentElement.$$attachId === $$attachId) { + ngMessagesCtrl.deregister(commentNode, isDefault); + messageCtrl.detach(); + } + newScope.$destroy(); + }); + }); + } + }, + detach: function() { + if (currentElement) { + var elm = currentElement; + currentElement = null; + $animate.leave(elm); + } + } + }, isDefault); + + // We need to ensure that this directive deregisters itself when it no longer exists + // Normally this is done when the attached element is destroyed; but if this directive + // gets removed before we attach the message to the DOM there is nothing to watch + // in which case we must deregister when the containing scope is destroyed. + scope.$on('$destroy', function() { + ngMessagesCtrl.deregister(commentNode, isDefault); + }); + } + }; + }]; + + function contains(collection, key) { + if (collection) { + return isArray(collection) + ? collection.indexOf(key) >= 0 + : collection.hasOwnProperty(key); + } + } +} diff --git a/src/ngMock/.eslintrc.json b/src/ngMock/.eslintrc.json new file mode 100644 index 000000000000..65e328086562 --- /dev/null +++ b/src/ngMock/.eslintrc.json @@ -0,0 +1,6 @@ +{ + "globals": { + "expect": false, + "jQuery": false + } +} diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index 3bd93a409333..12ab4ecf20db 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -1,60 +1,62 @@ -/** - * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2012 Google, Inc. http://angularjs.org - * License: MIT - * - * TODO(vojta): wrap whole file into closure during build - */ +'use strict'; + +/* global routeToRegExp: false */ /** - * @ngdoc overview + * @ngdoc object * @name angular.mock * @description * * Namespace from 'angular-mocks.js' which contains testing related code. + * */ angular.mock = {}; /** * ! This is a private undocumented service ! * - * @name ngMock.$browser + * @name $browser * * @description * This service is a mock implementation of {@link ng.$browser}. It provides fake * implementation for commonly used browser apis that are hard to test, e.g. setTimeout, xhr, - * cookies, etc... + * cookies, etc. * * The api of this service is the same as that of the real {@link ng.$browser $browser}, except * that there are several helper methods available which can be used in tests. */ angular.mock.$BrowserProvider = function() { - this.$get = function(){ - return new angular.mock.$Browser(); - }; + this.$get = [ + '$log', '$$taskTrackerFactory', + function($log, $$taskTrackerFactory) { + return new angular.mock.$Browser($log, $$taskTrackerFactory); + } + ]; }; -angular.mock.$Browser = function() { +angular.mock.$Browser = function($log, $$taskTrackerFactory) { var self = this; + var taskTracker = $$taskTrackerFactory($log); this.isMock = true; - self.$$url = "http://server/"; + self.$$url = 'http://server/'; self.$$lastUrl = self.$$url; // used by url polling fn self.pollFns = []; - // TODO(vojta): remove this temporary api - self.$$completeOutstandingRequest = angular.noop; - self.$$incOutstandingRequestCount = angular.noop; - + // Task-tracking API + self.$$completeOutstandingRequest = taskTracker.completeTask; + self.$$incOutstandingRequestCount = taskTracker.incTaskCount; + self.notifyWhenNoOutstandingRequests = taskTracker.notifyWhenNoPendingTasks; // register url polling fn self.onUrlChange = function(listener) { self.pollFns.push( function() { - if (self.$$lastUrl != self.$$url) { + if (self.$$lastUrl !== self.$$url || self.$$state !== self.$$lastState) { self.$$lastUrl = self.$$url; - listener(self.$$url); + self.$$lastState = self.$$state; + listener(self.$$url, self.$$state); } } ); @@ -62,31 +64,50 @@ angular.mock.$Browser = function() { return listener; }; - self.cookieHash = {}; - self.lastCookieHash = {}; + self.$$applicationDestroyed = angular.noop; + self.$$checkUrlChange = angular.noop; + self.deferredFns = []; self.deferredNextId = 0; - self.defer = function(fn, delay) { + self.defer = function(fn, delay, taskType) { + var timeoutId = self.deferredNextId++; + delay = delay || 0; - self.deferredFns.push({time:(self.defer.now + delay), fn:fn, id: self.deferredNextId}); - self.deferredFns.sort(function(a,b){ return a.time - b.time;}); - return self.deferredNextId++; + taskType = taskType || taskTracker.DEFAULT_TASK_TYPE; + + taskTracker.incTaskCount(taskType); + self.deferredFns.push({ + id: timeoutId, + type: taskType, + time: (self.defer.now + delay), + fn: fn + }); + self.deferredFns.sort(function(a, b) { return a.time - b.time; }); + + return timeoutId; }; + /** + * @name $browser#defer.now + * + * @description + * Current milliseconds mock time. + */ self.defer.now = 0; self.defer.cancel = function(deferId) { - var fnIndex; + var taskIndex; - angular.forEach(self.deferredFns, function(fn, index) { - if (fn.id === deferId) fnIndex = index; + angular.forEach(self.deferredFns, function(task, index) { + if (task.id === deferId) taskIndex = index; }); - if (fnIndex !== undefined) { - self.deferredFns.splice(fnIndex, 1); + if (angular.isDefined(taskIndex)) { + var task = self.deferredFns.splice(taskIndex, 1)[0]; + taskTracker.completeTask(angular.noop, task.type); return true; } @@ -95,116 +116,227 @@ angular.mock.$Browser = function() { /** - * @name ngMock.$browser#defer.flush - * @methodOf ngMock.$browser + * @name $browser#defer.flush * * @description * Flushes all pending requests and executes the defer callbacks. * + * See {@link ngMock.$flushPendingsTasks} for more info. + * * @param {number=} number of milliseconds to flush. See {@link #defer.now} */ self.defer.flush = function(delay) { + var nextTime; + if (angular.isDefined(delay)) { - self.defer.now += delay; + // A delay was passed so compute the next time + nextTime = self.defer.now + delay; + } else if (self.deferredFns.length) { + // No delay was passed so set the next time so that it clears the deferred queue + nextTime = self.deferredFns[self.deferredFns.length - 1].time; } else { - if (self.deferredFns.length) { - self.defer.now = self.deferredFns[self.deferredFns.length-1].time; - } else { - throw Error('No deferred tasks to be flushed'); - } + // No delay passed, but there are no deferred tasks so flush - indicates an error! + throw new Error('No deferred tasks to be flushed'); } - while (self.deferredFns.length && self.deferredFns[0].time <= self.defer.now) { - self.deferredFns.shift().fn(); + while (self.deferredFns.length && self.deferredFns[0].time <= nextTime) { + // Increment the time and call the next deferred function + self.defer.now = self.deferredFns[0].time; + var task = self.deferredFns.shift(); + taskTracker.completeTask(task.fn, task.type); } + + // Ensure that the current time is correct + self.defer.now = nextTime; + }; + + /** + * @name $browser#defer.getPendingTasks + * + * @description + * Returns the currently pending tasks that need to be flushed. + * You can request a specific type of tasks only, by specifying a `taskType`. + * + * @param {string=} taskType - The type tasks to return. + */ + self.defer.getPendingTasks = function(taskType) { + return !taskType + ? self.deferredFns + : self.deferredFns.filter(function(task) { return task.type === taskType; }); }; + /** - * @name ngMock.$browser#defer.now - * @propertyOf ngMock.$browser + * @name $browser#defer.formatPendingTasks * * @description - * Current milliseconds mock time. + * Formats each task in a list of pending tasks as a string, suitable for use in error messages. + * + * @param {Array} pendingTasks - A list of task objects. + * @return {Array} A list of stringified tasks. + */ + self.defer.formatPendingTasks = function(pendingTasks) { + return pendingTasks.map(function(task) { + return '{id: ' + task.id + ', type: ' + task.type + ', time: ' + task.time + '}'; + }); + }; + + /** + * @name $browser#defer.verifyNoPendingTasks + * + * @description + * Verifies that there are no pending tasks that need to be flushed. + * You can check for a specific type of tasks only, by specifying a `taskType`. + * + * See {@link $verifyNoPendingTasks} for more info. + * + * @param {string=} taskType - The type tasks to check for. */ + self.defer.verifyNoPendingTasks = function(taskType) { + var pendingTasks = self.defer.getPendingTasks(taskType); + + if (pendingTasks.length) { + var formattedTasks = self.defer.formatPendingTasks(pendingTasks).join('\n '); + throw new Error('Deferred tasks to flush (' + pendingTasks.length + '):\n ' + + formattedTasks); + } + }; - self.$$baseHref = ''; + self.$$baseHref = '/'; self.baseHref = function() { return this.$$baseHref; }; }; angular.mock.$Browser.prototype = { -/** - * @name ngMock.$browser#poll - * @methodOf ngMock.$browser - * - * @description - * run all fns in pollFns - */ + /** + * @name $browser#poll + * + * @description + * run all fns in pollFns + */ poll: function poll() { - angular.forEach(this.pollFns, function(pollFn){ + angular.forEach(this.pollFns, function(pollFn) { pollFn(); }); }, - addPollFn: function(pollFn) { - this.pollFns.push(pollFn); - return pollFn; - }, - - url: function(url, replace) { + url: function(url, replace, state) { + if (angular.isUndefined(state)) { + state = null; + } if (url) { - this.$$url = url; + // The `$browser` service trims empty hashes; simulate it. + this.$$url = url.replace(/#$/, ''); + // Native pushState serializes & copies the object; simulate it. + this.$$state = angular.copy(state); return this; } return this.$$url; }, - cookies: function(name, value) { - if (name) { - if (value == undefined) { - delete this.cookieHash[name]; - } else { - if (angular.isString(value) && //strings only - value.length <= 4096) { //strict cookie storage limits - this.cookieHash[name] = value; - } - } - } else { - if (!angular.equals(this.cookieHash, this.lastCookieHash)) { - this.lastCookieHash = angular.copy(this.cookieHash); - this.cookieHash = angular.copy(this.cookieHash); - } - return this.cookieHash; - } - }, - - notifyWhenNoOutstandingRequests: function(fn) { - fn(); + state: function() { + return this.$$state; } }; +/** + * @ngdoc service + * @name $flushPendingTasks + * + * @description + * Flushes all currently pending tasks and executes the corresponding callbacks. + * + * Optionally, you can also pass a `delay` argument to only flush tasks that are scheduled to be + * executed within `delay` milliseconds. Currently, `delay` only applies to timeouts, since all + * other tasks have a delay of 0 (i.e. they are scheduled to be executed as soon as possible, but + * still asynchronously). + * + * If no delay is specified, it uses a delay such that all currently pending tasks are flushed. + * + * The types of tasks that are flushed include: + * + * - Pending timeouts (via {@link $timeout}). + * - Pending tasks scheduled via {@link ng.$rootScope.Scope#$applyAsync $applyAsync}. + * - Pending tasks scheduled via {@link ng.$rootScope.Scope#$evalAsync $evalAsync}. + * These include tasks scheduled via `$evalAsync()` indirectly (such as {@link $q} promises). + * + *
    + * Periodic tasks scheduled via {@link $interval} use a different queue and are not flushed by + * `$flushPendingTasks()`. Use {@link ngMock.$interval#flush $interval.flush(millis)} instead. + *
    + * + * @param {number=} delay - The number of milliseconds to flush. + */ +angular.mock.$FlushPendingTasksProvider = function() { + this.$get = [ + '$browser', + function($browser) { + return function $flushPendingTasks(delay) { + return $browser.defer.flush(delay); + }; + } + ]; +}; + +/** + * @ngdoc service + * @name $verifyNoPendingTasks + * + * @description + * Verifies that there are no pending tasks that need to be flushed. It throws an error if there are + * still pending tasks. + * + * You can check for a specific type of tasks only, by specifying a `taskType`. + * + * Available task types: + * + * - `$timeout`: Pending timeouts (via {@link $timeout}). + * - `$http`: Pending HTTP requests (via {@link $http}). + * - `$route`: In-progress route transitions (via {@link $route}). + * - `$applyAsync`: Pending tasks scheduled via {@link ng.$rootScope.Scope#$applyAsync $applyAsync}. + * - `$evalAsync`: Pending tasks scheduled via {@link ng.$rootScope.Scope#$evalAsync $evalAsync}. + * These include tasks scheduled via `$evalAsync()` indirectly (such as {@link $q} promises). + * + *
    + * Periodic tasks scheduled via {@link $interval} use a different queue and are not taken into + * account by `$verifyNoPendingTasks()`. There is currently no way to verify that there are no + * pending {@link $interval} tasks. + *
    + * + * @param {string=} taskType - The type of tasks to check for. + */ +angular.mock.$VerifyNoPendingTasksProvider = function() { + this.$get = [ + '$browser', + function($browser) { + return function $verifyNoPendingTasks(taskType) { + return $browser.defer.verifyNoPendingTasks(taskType); + }; + } + ]; +}; /** - * @ngdoc object - * @name ngMock.$exceptionHandlerProvider + * @ngdoc provider + * @name $exceptionHandlerProvider * * @description - * Configures the mock implementation of {@link ng.$exceptionHandler} to rethrow or to log errors passed - * into the `$exceptionHandler`. + * Configures the mock implementation of {@link ng.$exceptionHandler} to rethrow or to log errors + * passed to the `$exceptionHandler`. */ /** - * @ngdoc object - * @name ngMock.$exceptionHandler + * @ngdoc service + * @name $exceptionHandler * * @description * Mock implementation of {@link ng.$exceptionHandler} that rethrows or logs errors passed - * into it. See {@link ngMock.$exceptionHandlerProvider $exceptionHandlerProvider} for configuration + * to it. See {@link ngMock.$exceptionHandlerProvider $exceptionHandlerProvider} for configuration * information. * * - *
    + * ```js
      *   describe('$exceptionHandlerProvider', function() {
      *
      *     it('should capture log messages and exceptions', function() {
    @@ -225,7 +357,7 @@ angular.mock.$Browser.prototype = {
      *       });
      *     });
      *   });
    - * 
    + * ``` */ angular.mock.$ExceptionHandlerProvider = function() { @@ -233,44 +365,42 @@ angular.mock.$ExceptionHandlerProvider = function() { /** * @ngdoc method - * @name ngMock.$exceptionHandlerProvider#mode - * @methodOf ngMock.$exceptionHandlerProvider + * @name $exceptionHandlerProvider#mode * * @description * Sets the logging mode. * * @param {string} mode Mode of operation, defaults to `rethrow`. * - * - `rethrow`: If any errors are are passed into the handler in tests, it typically - * means that there is a bug in the application or test, so this mock will - * make these tests fail. - * - `log`: Sometimes it is desirable to test that an error is throw, for this case the `log` mode stores an - * array of errors in `$exceptionHandler.errors`, to allow later assertion of them. - * See {@link ngMock.$log#assertEmpty assertEmpty()} and - * {@link ngMock.$log#reset reset()} + * - `log`: Sometimes it is desirable to test that an error is thrown, for this case the `log` + * mode stores an array of errors in `$exceptionHandler.errors`, to allow later assertion of + * them. See {@link ngMock.$log#assertEmpty assertEmpty()} and + * {@link ngMock.$log#reset reset()}. + * - `rethrow`: If any errors are passed to the handler in tests, it typically means that there + * is a bug in the application or test, so this mock will make these tests fail. For any + * implementations that expect exceptions to be thrown, the `rethrow` mode will also maintain + * a log of thrown errors in `$exceptionHandler.errors`. */ this.mode = function(mode) { - switch(mode) { - case 'rethrow': - handler = function(e) { - throw e; - }; - break; + + switch (mode) { case 'log': + case 'rethrow': var errors = []; - handler = function(e) { - if (arguments.length == 1) { + if (arguments.length === 1) { errors.push(e); } else { errors.push([].slice.call(arguments, 0)); } + if (mode === 'rethrow') { + throw e; + } }; - handler.errors = errors; break; default: - throw Error("Unknown mode '" + mode + "', only 'log'/'rethrow' modes are allowed!"); + throw new Error('Unknown mode \'' + mode + '\', only \'log\'/\'rethrow\' modes are allowed!'); } }; @@ -284,7 +414,7 @@ angular.mock.$ExceptionHandlerProvider = function() { /** * @ngdoc service - * @name ngMock.$log + * @name $log * * @description * Mock implementation of {@link ng.$log} that gathers all logged messages in arrays @@ -293,87 +423,135 @@ angular.mock.$ExceptionHandlerProvider = function() { * */ angular.mock.$LogProvider = function() { + var debug = true; function concat(array1, array2, index) { return array1.concat(Array.prototype.slice.call(array2, index)); } + this.debugEnabled = function(flag) { + if (angular.isDefined(flag)) { + debug = flag; + return this; + } else { + return debug; + } + }; - this.$get = function () { + this.$get = function() { var $log = { log: function() { $log.log.logs.push(concat([], arguments, 0)); }, warn: function() { $log.warn.logs.push(concat([], arguments, 0)); }, info: function() { $log.info.logs.push(concat([], arguments, 0)); }, - error: function() { $log.error.logs.push(concat([], arguments, 0)); } + error: function() { $log.error.logs.push(concat([], arguments, 0)); }, + debug: function() { + if (debug) { + $log.debug.logs.push(concat([], arguments, 0)); + } + } }; /** * @ngdoc method - * @name ngMock.$log#reset - * @methodOf ngMock.$log + * @name $log#reset * * @description * Reset all of the logging arrays to empty. */ - $log.reset = function () { + $log.reset = function() { /** * @ngdoc property - * @name ngMock.$log#log.logs - * @propertyOf ngMock.$log + * @name $log#log.logs * * @description - * Array of logged messages. + * Array of messages logged using {@link ng.$log#log `log()`}. + * + * @example + * ```js + * $log.log('Some Log'); + * var first = $log.log.logs.unshift(); + * ``` */ $log.log.logs = []; /** * @ngdoc property - * @name ngMock.$log#warn.logs - * @propertyOf ngMock.$log + * @name $log#info.logs * * @description - * Array of logged messages. + * Array of messages logged using {@link ng.$log#info `info()`}. + * + * @example + * ```js + * $log.info('Some Info'); + * var first = $log.info.logs.unshift(); + * ``` */ - $log.warn.logs = []; + $log.info.logs = []; /** * @ngdoc property - * @name ngMock.$log#info.logs - * @propertyOf ngMock.$log + * @name $log#warn.logs * * @description - * Array of logged messages. + * Array of messages logged using {@link ng.$log#warn `warn()`}. + * + * @example + * ```js + * $log.warn('Some Warning'); + * var first = $log.warn.logs.unshift(); + * ``` */ - $log.info.logs = []; + $log.warn.logs = []; /** * @ngdoc property - * @name ngMock.$log#error.logs - * @propertyOf ngMock.$log + * @name $log#error.logs * * @description - * Array of logged messages. + * Array of messages logged using {@link ng.$log#error `error()`}. + * + * @example + * ```js + * $log.error('Some Error'); + * var first = $log.error.logs.unshift(); + * ``` */ $log.error.logs = []; + /** + * @ngdoc property + * @name $log#debug.logs + * + * @description + * Array of messages logged using {@link ng.$log#debug `debug()`}. + * + * @example + * ```js + * $log.debug('Some Error'); + * var first = $log.debug.logs.unshift(); + * ``` + */ + $log.debug.logs = []; }; /** * @ngdoc method - * @name ngMock.$log#assertEmpty - * @methodOf ngMock.$log + * @name $log#assertEmpty * * @description - * Assert that the all of the logging methods have no logged messages. If messages present, an exception is thrown. + * Assert that all of the logging methods have no logged messages. If any messages are present, + * an exception is thrown. */ $log.assertEmpty = function() { var errors = []; - angular.forEach(['error', 'warn', 'info', 'log'], function(logLevel) { + angular.forEach(['error', 'warn', 'info', 'log', 'debug'], function(logLevel) { angular.forEach($log[logLevel].logs, function(log) { - angular.forEach(log, function (logItem) { - errors.push('MOCK $log (' + logLevel + '): ' + String(logItem) + '\n' + (logItem.stack || '')); + angular.forEach(log, function(logItem) { + errors.push('MOCK $log (' + logLevel + '): ' + String(logItem) + '\n' + + (logItem.stack || '')); }); }); }); if (errors.length) { - errors.unshift("Expected $log to be empty! Either a message was logged unexpectedly, or an expected " + - "log message was not checked and removed:"); + errors.unshift('Expected $log to be empty! Either a message was logged unexpectedly, or ' + + 'an expected log message was not checked and removed:'); errors.push(''); throw new Error(errors.join('\n---------\n')); } @@ -385,237 +563,526 @@ angular.mock.$LogProvider = function() { }; -(function() { - var R_ISO8061_STR = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?:\:?(\d\d)(?:\:?(\d\d)(?:\.(\d{3}))?)?)?(Z|([+-])(\d\d):?(\d\d)))?$/; +/** + * @ngdoc service + * @name $interval + * + * @description + * Mock implementation of the $interval service. + * + * Use {@link ngMock.$interval#flush `$interval.flush(millis)`} to + * move forward by `millis` milliseconds and trigger any functions scheduled to run in that + * time. + * + * @param {function()} fn A function that should be called repeatedly. + * @param {number} delay Number of milliseconds between each function call. + * @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat + * indefinitely. + * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise + * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. + * @param {...*=} Pass additional parameters to the executed function. + * @returns {promise} A promise which will be notified on each iteration. + */ +angular.mock.$IntervalProvider = function() { + this.$get = ['$browser', '$$intervalFactory', + function($browser, $$intervalFactory) { + var repeatFns = [], + nextRepeatId = 0, + now = 0, + setIntervalFn = function(tick, delay, deferred, skipApply) { + var id = nextRepeatId++; + var fn = !skipApply ? tick : function() { + tick(); + $browser.defer.flush(); + }; + + repeatFns.push({ + nextTime: (now + (delay || 0)), + delay: delay || 1, + fn: fn, + id: id, + deferred: deferred + }); + repeatFns.sort(function(a, b) { return a.nextTime - b.nextTime; }); + + return id; + }, + clearIntervalFn = function(id) { + for (var fnIndex = repeatFns.length - 1; fnIndex >= 0; fnIndex--) { + if (repeatFns[fnIndex].id === id) { + repeatFns.splice(fnIndex, 1); + break; + } + } + }; + + var $interval = $$intervalFactory(setIntervalFn, clearIntervalFn); + + /** + * @ngdoc method + * @name $interval#cancel + * + * @description + * Cancels a task associated with the `promise`. + * + * @param {promise} promise A promise from calling the `$interval` function. + * @returns {boolean} Returns `true` if the task was successfully cancelled. + */ + $interval.cancel = function(promise) { + if (!promise) return false; + + for (var fnIndex = repeatFns.length - 1; fnIndex >= 0; fnIndex--) { + if (repeatFns[fnIndex].id === promise.$$intervalId) { + var deferred = repeatFns[fnIndex].deferred; + deferred.promise.then(undefined, function() {}); + deferred.reject('canceled'); + repeatFns.splice(fnIndex, 1); + return true; + } + } + + return false; + }; - function jsonStringToDate(string){ - var match; - if (match = string.match(R_ISO8061_STR)) { - var date = new Date(0), - tzHour = 0, - tzMin = 0; - if (match[9]) { - tzHour = int(match[9] + match[10]); - tzMin = int(match[9] + match[11]); + /** + * @ngdoc method + * @name $interval#flush + * @description + * + * Runs interval tasks scheduled to be run in the next `millis` milliseconds. + * + * @param {number} millis maximum timeout amount to flush up until. + * + * @return {number} The amount of time moved forward. + */ + $interval.flush = function(millis) { + var before = now; + now += millis; + while (repeatFns.length && repeatFns[0].nextTime <= now) { + var task = repeatFns[0]; + task.fn(); + if (task.nextTime === before) { + // this can only happen the first time + // a zero-delay interval gets triggered + task.nextTime++; + } + task.nextTime += task.delay; + repeatFns.sort(function(a, b) { return a.nextTime - b.nextTime;}); } - date.setUTCFullYear(int(match[1]), int(match[2]) - 1, int(match[3])); - date.setUTCHours(int(match[4]||0) - tzHour, int(match[5]||0) - tzMin, int(match[6]||0), int(match[7]||0)); - return date; + return millis; + }; + + return $interval; + }]; +}; + + +function jsonStringToDate(string) { + // The R_ISO8061_STR regex is never going to fit into the 100 char limit! + // eslit-disable-next-line max-len + var R_ISO8061_STR = /^(-?\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d{3}))?)?)?(Z|([+-])(\d\d):?(\d\d)))?$/; + + var match; + if ((match = string.match(R_ISO8061_STR))) { + var date = new Date(0), + tzHour = 0, + tzMin = 0; + if (match[9]) { + tzHour = toInt(match[9] + match[10]); + tzMin = toInt(match[9] + match[11]); } - return string; + date.setUTCFullYear(toInt(match[1]), toInt(match[2]) - 1, toInt(match[3])); + date.setUTCHours(toInt(match[4] || 0) - tzHour, + toInt(match[5] || 0) - tzMin, + toInt(match[6] || 0), + toInt(match[7] || 0)); + return date; } + return string; +} - function int(str) { - return parseInt(str, 10); +function toInt(str) { + return parseInt(str, 10); +} + +function padNumberInMock(num, digits, trim) { + var neg = ''; + if (num < 0) { + neg = '-'; + num = -num; } + num = '' + num; + while (num.length < digits) num = '0' + num; + if (trim) { + num = num.substr(num.length - digits); + } + return neg + num; +} - function padNumber(num, digits, trim) { - var neg = ''; - if (num < 0) { - neg = '-'; - num = -num; + +/** + * @ngdoc type + * @name angular.mock.TzDate + * @description + * + * *NOTE*: this is not an injectable instance, just a globally available mock class of `Date`. + * + * Mock of the Date type which has its timezone specified via constructor arg. + * + * The main purpose is to create Date-like instances with timezone fixed to the specified timezone + * offset, so that we can test code that depends on local timezone settings without dependency on + * the time zone settings of the machine where the code is running. + * + * @param {number} offset Offset of the *desired* timezone in hours (fractions will be honored) + * @param {(number|string)} timestamp Timestamp representing the desired time in *UTC* + * + * @example + * !!!! WARNING !!!!! + * This is not a complete Date object so only methods that were implemented can be called safely. + * To make matters worse, TzDate instances inherit stuff from Date via a prototype. + * + * We do our best to intercept calls to "unimplemented" methods, but since the list of methods is + * incomplete we might be missing some non-standard methods. This can result in errors like: + * "Date.prototype.foo called on incompatible Object". + * + * ```js + * var newYearInBratislava = new TzDate(-1, '2009-12-31T23:00:00Z'); + * newYearInBratislava.getTimezoneOffset() => -60; + * newYearInBratislava.getFullYear() => 2010; + * newYearInBratislava.getMonth() => 0; + * newYearInBratislava.getDate() => 1; + * newYearInBratislava.getHours() => 0; + * newYearInBratislava.getMinutes() => 0; + * newYearInBratislava.getSeconds() => 0; + * ``` + * + */ +angular.mock.TzDate = function(offset, timestamp) { + var self = new Date(0); + if (angular.isString(timestamp)) { + var tsStr = timestamp; + + self.origDate = jsonStringToDate(timestamp); + + timestamp = self.origDate.getTime(); + if (isNaN(timestamp)) { + // eslint-disable-next-line no-throw-literal + throw { + name: 'Illegal Argument', + message: 'Arg \'' + tsStr + '\' passed into TzDate constructor is not a valid date string' + }; } - num = '' + num; - while(num.length < digits) num = '0' + num; - if (trim) - num = num.substr(num.length - digits); - return neg + num; + } else { + self.origDate = new Date(timestamp); } + var localOffset = new Date(timestamp).getTimezoneOffset(); + self.offsetDiff = localOffset * 60 * 1000 - offset * 1000 * 60 * 60; + self.date = new Date(timestamp + self.offsetDiff); - /** - * @ngdoc object - * @name angular.mock.TzDate - * @description - * - * *NOTE*: this is not an injectable instance, just a globally available mock class of `Date`. - * - * Mock of the Date type which has its timezone specified via constroctor arg. - * - * The main purpose is to create Date-like instances with timezone fixed to the specified timezone - * offset, so that we can test code that depends on local timezone settings without dependency on - * the time zone settings of the machine where the code is running. - * - * @param {number} offset Offset of the *desired* timezone in hours (fractions will be honored) - * @param {(number|string)} timestamp Timestamp representing the desired time in *UTC* - * - * @example - * !!!! WARNING !!!!! - * This is not a complete Date object so only methods that were implemented can be called safely. - * To make matters worse, TzDate instances inherit stuff from Date via a prototype. - * - * We do our best to intercept calls to "unimplemented" methods, but since the list of methods is - * incomplete we might be missing some non-standard methods. This can result in errors like: - * "Date.prototype.foo called on incompatible Object". - * - *
    -   * var newYearInBratislava = new TzDate(-1, '2009-12-31T23:00:00Z');
    -   * newYearInBratislava.getTimezoneOffset() => -60;
    -   * newYearInBratislava.getFullYear() => 2010;
    -   * newYearInBratislava.getMonth() => 0;
    -   * newYearInBratislava.getDate() => 1;
    -   * newYearInBratislava.getHours() => 0;
    -   * newYearInBratislava.getMinutes() => 0;
    -   * newYearInBratislava.getSeconds() => 0;
    -   * 
    - * - */ - angular.mock.TzDate = function (offset, timestamp) { - var self = new Date(0); - if (angular.isString(timestamp)) { - var tsStr = timestamp; - - self.origDate = jsonStringToDate(timestamp); - - timestamp = self.origDate.getTime(); - if (isNaN(timestamp)) - throw { - name: "Illegal Argument", - message: "Arg '" + tsStr + "' passed into TzDate constructor is not a valid date string" - }; - } else { - self.origDate = new Date(timestamp); - } + self.getTime = function() { + return self.date.getTime() - self.offsetDiff; + }; - var localOffset = new Date(timestamp).getTimezoneOffset(); - self.offsetDiff = localOffset*60*1000 - offset*1000*60*60; - self.date = new Date(timestamp + self.offsetDiff); + self.toLocaleDateString = function() { + return self.date.toLocaleDateString(); + }; - self.getTime = function() { - return self.date.getTime() - self.offsetDiff; - }; + self.getFullYear = function() { + return self.date.getFullYear(); + }; - self.toLocaleDateString = function() { - return self.date.toLocaleDateString(); - }; + self.getMonth = function() { + return self.date.getMonth(); + }; - self.getFullYear = function() { - return self.date.getFullYear(); - }; + self.getDate = function() { + return self.date.getDate(); + }; - self.getMonth = function() { - return self.date.getMonth(); - }; + self.getHours = function() { + return self.date.getHours(); + }; - self.getDate = function() { - return self.date.getDate(); - }; + self.getMinutes = function() { + return self.date.getMinutes(); + }; - self.getHours = function() { - return self.date.getHours(); - }; + self.getSeconds = function() { + return self.date.getSeconds(); + }; - self.getMinutes = function() { - return self.date.getMinutes(); - }; + self.getMilliseconds = function() { + return self.date.getMilliseconds(); + }; - self.getSeconds = function() { - return self.date.getSeconds(); - }; + self.getTimezoneOffset = function() { + return offset * 60; + }; - self.getMilliseconds = function() { - return self.date.getMilliseconds(); - }; + self.getUTCFullYear = function() { + return self.origDate.getUTCFullYear(); + }; - self.getTimezoneOffset = function() { - return offset * 60; - }; + self.getUTCMonth = function() { + return self.origDate.getUTCMonth(); + }; - self.getUTCFullYear = function() { - return self.origDate.getUTCFullYear(); - }; + self.getUTCDate = function() { + return self.origDate.getUTCDate(); + }; - self.getUTCMonth = function() { - return self.origDate.getUTCMonth(); - }; + self.getUTCHours = function() { + return self.origDate.getUTCHours(); + }; - self.getUTCDate = function() { - return self.origDate.getUTCDate(); - }; + self.getUTCMinutes = function() { + return self.origDate.getUTCMinutes(); + }; - self.getUTCHours = function() { - return self.origDate.getUTCHours(); - }; + self.getUTCSeconds = function() { + return self.origDate.getUTCSeconds(); + }; - self.getUTCMinutes = function() { - return self.origDate.getUTCMinutes(); - }; + self.getUTCMilliseconds = function() { + return self.origDate.getUTCMilliseconds(); + }; - self.getUTCSeconds = function() { - return self.origDate.getUTCSeconds(); - }; + self.getDay = function() { + return self.date.getDay(); + }; - self.getUTCMilliseconds = function() { - return self.origDate.getUTCMilliseconds(); + // provide this method only on browsers that already have it + if (self.toISOString) { + self.toISOString = function() { + return padNumberInMock(self.origDate.getUTCFullYear(), 4) + '-' + + padNumberInMock(self.origDate.getUTCMonth() + 1, 2) + '-' + + padNumberInMock(self.origDate.getUTCDate(), 2) + 'T' + + padNumberInMock(self.origDate.getUTCHours(), 2) + ':' + + padNumberInMock(self.origDate.getUTCMinutes(), 2) + ':' + + padNumberInMock(self.origDate.getUTCSeconds(), 2) + '.' + + padNumberInMock(self.origDate.getUTCMilliseconds(), 3) + 'Z'; }; + } - self.getDay = function() { - return self.date.getDay(); + //hide all methods not implemented in this mock that the Date prototype exposes + var unimplementedMethods = ['getUTCDay', + 'getYear', 'setDate', 'setFullYear', 'setHours', 'setMilliseconds', + 'setMinutes', 'setMonth', 'setSeconds', 'setTime', 'setUTCDate', 'setUTCFullYear', + 'setUTCHours', 'setUTCMilliseconds', 'setUTCMinutes', 'setUTCMonth', 'setUTCSeconds', + 'setYear', 'toDateString', 'toGMTString', 'toJSON', 'toLocaleFormat', 'toLocaleString', + 'toLocaleTimeString', 'toSource', 'toString', 'toTimeString', 'toUTCString', 'valueOf']; + + angular.forEach(unimplementedMethods, function(methodName) { + self[methodName] = function() { + throw new Error('Method \'' + methodName + '\' is not implemented in the TzDate mock'); }; + }); - // provide this method only on browsers that already have it - if (self.toISOString) { - self.toISOString = function() { - return padNumber(self.origDate.getUTCFullYear(), 4) + '-' + - padNumber(self.origDate.getUTCMonth() + 1, 2) + '-' + - padNumber(self.origDate.getUTCDate(), 2) + 'T' + - padNumber(self.origDate.getUTCHours(), 2) + ':' + - padNumber(self.origDate.getUTCMinutes(), 2) + ':' + - padNumber(self.origDate.getUTCSeconds(), 2) + '.' + - padNumber(self.origDate.getUTCMilliseconds(), 3) + 'Z' - } - } - - //hide all methods not implemented in this mock that the Date prototype exposes - var unimplementedMethods = ['getUTCDay', - 'getYear', 'setDate', 'setFullYear', 'setHours', 'setMilliseconds', - 'setMinutes', 'setMonth', 'setSeconds', 'setTime', 'setUTCDate', 'setUTCFullYear', - 'setUTCHours', 'setUTCMilliseconds', 'setUTCMinutes', 'setUTCMonth', 'setUTCSeconds', - 'setYear', 'toDateString', 'toGMTString', 'toJSON', 'toLocaleFormat', 'toLocaleString', - 'toLocaleTimeString', 'toSource', 'toString', 'toTimeString', 'toUTCString', 'valueOf']; - - angular.forEach(unimplementedMethods, function(methodName) { - self[methodName] = function() { - throw Error("Method '" + methodName + "' is not implemented in the TzDate mock"); - }; - }); - - return self; - }; + return self; +}; - //make "tzDateInstance instanceof Date" return true - angular.mock.TzDate.prototype = Date.prototype; -})(); +//make "tzDateInstance instanceof Date" return true +angular.mock.TzDate.prototype = Date.prototype; /** - * @ngdoc function - * @name angular.mock.dump - * @description - * - * *NOTE*: this is not an injectable instance, just a globally available function. - * - * Method for serializing common angular objects (scope, elements, etc..) into strings, useful for debugging. + * @ngdoc service + * @name $animate * - * This method is also available on window, where it can be used to display objects on debug console. + * @description + * Mock implementation of the {@link ng.$animate `$animate`} service. Exposes two additional methods + * for testing animations. * - * @param {*} object - any object to turn into string. - * @return {string} a serialized string of the argument + * You need to require the `ngAnimateMock` module in your test suite for instance `beforeEach(module('ngAnimateMock'))` */ -angular.mock.dump = function(object) { - return serialize(object); +angular.mock.animate = angular.module('ngAnimateMock', ['ng']) + .info({ angularVersion: '"NG_VERSION_FULL"' }) - function serialize(object) { - var out; + .config(['$provide', function($provide) { - if (angular.isElement(object)) { - object = angular.element(object); - out = angular.element('
    '); - angular.forEach(object, function(element) { - out.append(angular.element(element).clone()); - }); - out = out.html(); - } else if (angular.isArray(object)) { + $provide.factory('$$forceReflow', function() { + function reflowFn() { + reflowFn.totalReflows++; + } + reflowFn.totalReflows = 0; + return reflowFn; + }); + + $provide.factory('$$animateAsyncRun', function() { + var queue = []; + var queueFn = function() { + return function(fn) { + queue.push(fn); + }; + }; + queueFn.flush = function() { + if (queue.length === 0) return false; + + for (var i = 0; i < queue.length; i++) { + queue[i](); + } + queue = []; + + return true; + }; + return queueFn; + }); + + $provide.decorator('$$animateJs', ['$delegate', function($delegate) { + var runners = []; + + var animateJsConstructor = function() { + var animator = $delegate.apply($delegate, arguments); + // If no javascript animation is found, animator is undefined + if (animator) { + runners.push(animator); + } + return animator; + }; + + animateJsConstructor.$closeAndFlush = function() { + runners.forEach(function(runner) { + runner.end(); + }); + runners = []; + }; + + return animateJsConstructor; + }]); + + $provide.decorator('$animateCss', ['$delegate', function($delegate) { + var runners = []; + + var animateCssConstructor = function(element, options) { + var animator = $delegate(element, options); + runners.push(animator); + return animator; + }; + + animateCssConstructor.$closeAndFlush = function() { + runners.forEach(function(runner) { + runner.end(); + }); + runners = []; + }; + + return animateCssConstructor; + }]); + + $provide.decorator('$animate', ['$delegate', '$timeout', '$browser', '$$rAF', '$animateCss', '$$animateJs', + '$$forceReflow', '$$animateAsyncRun', '$rootScope', + function($delegate, $timeout, $browser, $$rAF, $animateCss, $$animateJs, + $$forceReflow, $$animateAsyncRun, $rootScope) { + var animate = { + queue: [], + cancel: $delegate.cancel, + on: $delegate.on, + off: $delegate.off, + pin: $delegate.pin, + get reflows() { + return $$forceReflow.totalReflows; + }, + enabled: $delegate.enabled, + /** + * @ngdoc method + * @name $animate#closeAndFlush + * @description + * + * This method will close all pending animations (both {@link ngAnimate#javascript-based-animations Javascript} + * and {@link ngAnimate.$animateCss CSS}) and it will also flush any remaining animation frames and/or callbacks. + */ + closeAndFlush: function() { + // we allow the flush command to swallow the errors + // because depending on whether CSS or JS animations are + // used, there may not be a RAF flush. The primary flush + // at the end of this function must throw an exception + // because it will track if there were pending animations + this.flush(true); + $animateCss.$closeAndFlush(); + $$animateJs.$closeAndFlush(); + this.flush(); + }, + /** + * @ngdoc method + * @name $animate#flush + * @description + * + * This method is used to flush the pending callbacks and animation frames to either start + * an animation or conclude an animation. Note that this will not actually close an + * actively running animation (see {@link ngMock.$animate#closeAndFlush `closeAndFlush()`} for that). + */ + flush: function(hideErrors) { + $rootScope.$digest(); + + var doNextRun, somethingFlushed = false; + do { + doNextRun = false; + + if ($$rAF.queue.length) { + $$rAF.flush(); + doNextRun = somethingFlushed = true; + } + + if ($$animateAsyncRun.flush()) { + doNextRun = somethingFlushed = true; + } + } while (doNextRun); + + if (!somethingFlushed && !hideErrors) { + throw new Error('No pending animations ready to be closed or flushed'); + } + + $rootScope.$digest(); + } + }; + + angular.forEach( + ['animate','enter','leave','move','addClass','removeClass','setClass'], function(method) { + animate[method] = function() { + animate.queue.push({ + event: method, + element: arguments[0], + options: arguments[arguments.length - 1], + args: arguments + }); + return $delegate[method].apply($delegate, arguments); + }; + }); + + return animate; + }]); + + }]); + + +/** + * @ngdoc function + * @name angular.mock.dump + * @description + * + * *NOTE*: This is not an injectable instance, just a globally available function. + * + * Method for serializing common AngularJS objects (scope, elements, etc..) into strings. + * It is useful for logging objects to the console when debugging. + * + * @param {*} object - any object to turn into string. + * @return {string} a serialized string of the argument + */ +angular.mock.dump = function(object) { + return serialize(object); + + function serialize(object) { + var out; + + if (angular.isElement(object)) { + object = angular.element(object); + out = angular.element('
    '); + angular.forEach(object, function(element) { + out.append(angular.element(element).clone()); + }); + out = out.html(); + } else if (angular.isArray(object)) { out = []; angular.forEach(object, function(o) { out.push(serialize(o)); @@ -627,6 +1094,8 @@ angular.mock.dump = function(object) { } else if (object instanceof Error) { out = object.stack || ('' + object.name + ': ' + object.message); } else { + // TODO(i): this prevents methods being logged, + // we should have a better way to serialize objects out = angular.toJson(object, true); } } else { @@ -639,13 +1108,13 @@ angular.mock.dump = function(object) { function serializeScope(scope, offset) { offset = offset || ' '; var log = [offset + 'Scope(' + scope.$id + '): {']; - for ( var key in scope ) { - if (scope.hasOwnProperty(key) && !key.match(/^(\$|this)/)) { + for (var key in scope) { + if (Object.prototype.hasOwnProperty.call(scope, key) && !key.match(/^(\$|this)/)) { log.push(' ' + key + ': ' + angular.toJson(scope[key])); } } var child = scope.$$childHead; - while(child) { + while (child) { log.push(serializeScope(child, offset + ' ')); child = child.$$nextSibling; } @@ -655,18 +1124,20 @@ angular.mock.dump = function(object) { }; /** - * @ngdoc object - * @name ngMock.$httpBackend + * @ngdoc service + * @name $httpBackend * @description - * Fake HTTP backend implementation suitable for unit testing application that use the + * Fake HTTP backend implementation suitable for unit testing applications that use the * {@link ng.$http $http service}. * - * *Note*: For fake http backend implementation suitable for end-to-end testing or backend-less + *
    + * **Note**: For fake HTTP backend implementation suitable for end-to-end testing or backend-less * development please see {@link ngMockE2E.$httpBackend e2e $httpBackend mock}. + *
    * * During unit testing, we want our unit tests to run quickly and have no external dependencies so - * we don’t want to send {@link https://developer.mozilla.org/en/xmlhttprequest XHR} or - * {@link http://en.wikipedia.org/wiki/JSONP JSONP} requests to a real server. All we really need is + * we don’t want to send [XHR](https://developer.mozilla.org/en/xmlhttprequest) or + * [JSONP](http://en.wikipedia.org/wiki/JSONP) requests to a real server. All we really need is * to verify whether a certain request has been sent or not, or alternatively just let the * application make requests, respond with pre-trained responses and assert that the end result is * what we expect it to be. @@ -674,10 +1145,10 @@ angular.mock.dump = function(object) { * This mock implementation can be used to respond with static or dynamic responses via the * `expect` and `when` apis and their shortcuts (`expectGET`, `whenPOST`, etc). * - * When an Angular application needs some data from a server, it calls the $http service, which + * When an AngularJS application needs some data from a server, it calls the $http service, which * sends the request to a real server using $httpBackend service. With dependency injection, it is * easy to inject $httpBackend mock (which has the same API as $httpBackend) and use it to verify - * the requests and respond with some testing data without sending a request to real server. + * the requests and respond with some testing data without sending a request to a real server. * * There are two ways to specify what test data should be returned as http responses by the mock * backend when the code under test makes http requests: @@ -686,7 +1157,7 @@ angular.mock.dump = function(object) { * - `$httpBackend.when` - specifies a backend definition * * - * # Request Expectations vs Backend Definitions + * ## Request Expectations vs Backend Definitions * * Request expectations provide a way to make assertions about requests made by the application and * to define responses for those requests. The test will fail if the expected requests are not made @@ -742,92 +1213,218 @@ angular.mock.dump = function(object) { * the request. The response from the first matched definition is returned. * * - * # Flushing HTTP requests + * ## Flushing HTTP requests + * + * The $httpBackend used in production always responds to requests asynchronously. If we preserved + * this behavior in unit testing, we'd have to create async unit tests, which are hard to write, + * to follow and to maintain. But neither can the testing mock respond synchronously; that would + * change the execution of the code under test. For this reason, the mock $httpBackend has a + * `flush()` method, which allows the test to explicitly flush pending requests. This preserves + * the async api of the backend, while allowing the test to execute synchronously. * - * The $httpBackend used in production, always responds to requests with responses asynchronously. - * If we preserved this behavior in unit testing, we'd have to create async unit tests, which are - * hard to write, follow and maintain. At the same time the testing mock, can't respond - * synchronously because that would change the execution of the code under test. For this reason the - * mock $httpBackend has a `flush()` method, which allows the test to explicitly flush pending - * requests and thus preserving the async api of the backend, while allowing the test to execute - * synchronously. * + * ## Unit testing with mock $httpBackend + * The following code shows how to setup and use the mock backend when unit testing a controller. + * First we create the controller under test: * - * # Unit testing with mock $httpBackend + ```js + // The module code + angular + .module('MyApp', []) + .controller('MyController', MyController); + + // The controller code + function MyController($scope, $http) { + var authToken; + + $http.get('/auth.py').then(function(response) { + authToken = response.headers('A-Token'); + $scope.user = response.data; + }).catch(function() { + $scope.status = 'Failed...'; + }); + + $scope.saveMessage = function(message) { + var headers = { 'Authorization': authToken }; + $scope.status = 'Saving...'; + + $http.post('/add-msg.py', message, { headers: headers } ).then(function(response) { + $scope.status = ''; + }).catch(function() { + $scope.status = 'Failed...'; + }); + }; + } + ``` * - *
    -   // controller
    -   function MyController($scope, $http) {
    -     $http.get('/auth.py').success(function(data) {
    -       $scope.user = data;
    -     });
    + * Now we setup the mock backend and create the test specs:
    + *
    +  ```js
    +    // testing controller
    +    describe('MyController', function() {
    +       var $httpBackend, $rootScope, createController, authRequestHandler;
    +
    +       // Set up the module
    +       beforeEach(module('MyApp'));
    +
    +       beforeEach(inject(function($injector) {
    +         // Set up the mock http service responses
    +         $httpBackend = $injector.get('$httpBackend');
    +         // backend definition common for all tests
    +         authRequestHandler = $httpBackend.when('GET', '/auth.py')
    +                                .respond({userId: 'userX'}, {'A-Token': 'xxx'});
    +
    +         // Get hold of a scope (i.e. the root scope)
    +         $rootScope = $injector.get('$rootScope');
    +         // The $controller service is used to create instances of controllers
    +         var $controller = $injector.get('$controller');
    +
    +         createController = function() {
    +           return $controller('MyController', {'$scope' : $rootScope });
    +         };
    +       }));
    +
    +
    +       afterEach(function() {
    +         $httpBackend.verifyNoOutstandingExpectation();
    +         $httpBackend.verifyNoOutstandingRequest();
    +       });
     
    -     this.saveMessage = function(message) {
    -       $scope.status = 'Saving...';
    -       $http.post('/add-msg.py', message).success(function(response) {
    -         $scope.status = '';
    -       }).error(function() {
    -         $scope.status = 'ERROR!';
    +
    +       it('should fetch authentication token', function() {
    +         $httpBackend.expectGET('/auth.py');
    +         var controller = createController();
    +         $httpBackend.flush();
            });
    -     };
    -   }
     
    -   // testing controller
    -   var $httpBackend;
     
    -   beforeEach(inject(function($injector) {
    -     $httpBackend = $injector.get('$httpBackend');
    +       it('should fail authentication', function() {
    +
    +         // Notice how you can change the response even after it was set
    +         authRequestHandler.respond(401, '');
    +
    +         $httpBackend.expectGET('/auth.py');
    +         var controller = createController();
    +         $httpBackend.flush();
    +         expect($rootScope.status).toBe('Failed...');
    +       });
    +
     
    -     // backend definition common for all tests
    -     $httpBackend.when('GET', '/auth.py').respond({userId: 'userX'}, {'A-Token': 'xxx'});
    -   }));
    +       it('should send msg to server', function() {
    +         var controller = createController();
    +         $httpBackend.flush();
     
    +         // now you don’t care about the authentication, but
    +         // the controller will still send the request and
    +         // $httpBackend will respond without you having to
    +         // specify the expectation and response for this request
     
    -   afterEach(function() {
    -     $httpBackend.verifyNoOutstandingExpectation();
    -     $httpBackend.verifyNoOutstandingRequest();
    -   });
    +         $httpBackend.expectPOST('/add-msg.py', 'message content').respond(201, '');
    +         $rootScope.saveMessage('message content');
    +         expect($rootScope.status).toBe('Saving...');
    +         $httpBackend.flush();
    +         expect($rootScope.status).toBe('');
    +       });
     
     
    -   it('should fetch authentication token', function() {
    -     $httpBackend.expectGET('/auth.py');
    -     var controller = scope.$new(MyController);
    -     $httpBackend.flush();
    -   });
    +       it('should send auth header', function() {
    +         var controller = createController();
    +         $httpBackend.flush();
     
    +         $httpBackend.expectPOST('/add-msg.py', undefined, function(headers) {
    +           // check if the header was sent, if it wasn't the expectation won't
    +           // match the request and the test will fail
    +           return headers['Authorization'] === 'xxx';
    +         }).respond(201, '');
     
    -   it('should send msg to server', function() {
    -     // now you don’t care about the authentication, but
    -     // the controller will still send the request and
    -     // $httpBackend will respond without you having to
    -     // specify the expectation and response for this request
    -     $httpBackend.expectPOST('/add-msg.py', 'message content').respond(201, '');
    +         $rootScope.saveMessage('whatever');
    +         $httpBackend.flush();
    +       });
    +    });
    +  ```
    + *
    + * ## Dynamic responses
    + *
    + * You define a response to a request by chaining a call to `respond()` onto a definition or expectation.
    + * If you provide a **callback** as the first parameter to `respond(callback)` then you can dynamically generate
    + * a response based on the properties of the request.
    + *
    + * The `callback` function should be of the form `function(method, url, data, headers, params)`.
    + *
    + * ### Query parameters
    + *
    + * By default, query parameters on request URLs are parsed into the `params` object. So a request URL
    + * of `/list?q=searchstr&orderby=-name` would set `params` to be `{q: 'searchstr', orderby: '-name'}`.
    + *
    + * ### Regex parameter matching
    + *
    + * If an expectation or definition uses a **regex** to match the URL, you can provide an array of **keys** via a
    + * `params` argument. The index of each **key** in the array will match the index of a **group** in the
    + * **regex**.
    + *
    + * The `params` object in the **callback** will now have properties with these keys, which hold the value of the
    + * corresponding **group** in the **regex**.
    + *
    + * This also applies to the `when` and `expect` shortcut methods.
    + *
    + *
    + * ```js
    + *   $httpBackend.expect('GET', /\/user\/(.+)/, undefined, undefined, ['id'])
    + *     .respond(function(method, url, data, headers, params) {
    + *       // for requested url of '/user/1234' params is {id: '1234'}
    + *     });
    + *
    + *   $httpBackend.whenPATCH(/\/user\/(.+)\/article\/(.+)/, undefined, undefined, ['user', 'article'])
    + *     .respond(function(method, url, data, headers, params) {
    + *       // for url of '/user/1234/article/567' params is {user: '1234', article: '567'}
    + *     });
    + * ```
    + *
    + * ## Matching route requests
    + *
    + * For extra convenience, `whenRoute` and `expectRoute` shortcuts are available. These methods offer colon
    + * delimited matching of the url path, ignoring the query string and trailing slashes. This allows declarations
    + * similar to how application routes are configured with `$routeProvider`. Because these methods convert
    + * the definition url to regex, declaration order is important. Combined with query parameter parsing,
    + * the following is possible:
    + *
    +  ```js
    +    $httpBackend.whenRoute('GET', '/users/:id')
    +      .respond(function(method, url, data, headers, params) {
    +        return [200, MockUserList[Number(params.id)]];
    +      });
     
    -     var controller = scope.$new(MyController);
    -     $httpBackend.flush();
    -     controller.saveMessage('message content');
    -     expect(controller.status).toBe('Saving...');
    -     $httpBackend.flush();
    -     expect(controller.status).toBe('');
    -   });
    +    $httpBackend.whenRoute('GET', '/users')
    +      .respond(function(method, url, data, headers, params) {
    +        var userList = angular.copy(MockUserList),
    +          defaultSort = 'lastName',
    +          count, pages, isPrevious, isNext;
     
    +        // paged api response '/v1/users?page=2'
    +        params.page = Number(params.page) || 1;
     
    -   it('should send auth header', function() {
    -     $httpBackend.expectPOST('/add-msg.py', undefined, function(headers) {
    -       // check if the header was send, if it wasn't the expectation won't
    -       // match the request and the test will fail
    -       return headers['Authorization'] == 'xxx';
    -     }).respond(201, '');
    +        // query for last names '/v1/users?q=Archer'
    +        if (params.q) {
    +          userList = $filter('filter')({lastName: params.q});
    +        }
     
    -     var controller = scope.$new(MyController);
    -     controller.saveMessage('whatever');
    -     $httpBackend.flush();
    -   });
    -   
    + pages = Math.ceil(userList.length / pagingLength); + isPrevious = params.page > 1; + isNext = params.page < pages; + + return [200, { + count: userList.length, + previous: isPrevious, + next: isNext, + // sort field -> '/v1/users?sortBy=firstName' + results: $filter('orderBy')(userList, params.sortBy || defaultSort) + .splice((params.page - 1) * pagingLength, pagingLength) + }]; + }); + ``` */ -angular.mock.$HttpBackendProvider = function() { - this.$get = [createHttpBackendMock]; -}; +angular.mock.$httpBackendDecorator = + ['$rootScope', '$timeout', '$delegate', createHttpBackendMock]; /** * General factory function for $httpBackend mock. @@ -843,110 +1440,176 @@ angular.mock.$HttpBackendProvider = function() { * @param {Object=} $browser Auto-flushing enabled if specified * @return {Object} Instance of $httpBackend mock */ -function createHttpBackendMock($delegate, $browser) { +function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) { var definitions = [], expectations = [], + matchLatestDefinition = false, responses = [], - responsesPush = angular.bind(responses, responses.push); + responsesPush = angular.bind(responses, responses.push), + copy = angular.copy, + // We cache the original backend so that if both ngMock and ngMockE2E override the + // service the ngMockE2E version can pass through to the real backend + originalHttpBackend = $delegate.$$originalHttpBackend || $delegate; - function createResponse(status, data, headers) { + function createResponse(status, data, headers, statusText) { if (angular.isFunction(status)) return status; return function() { return angular.isNumber(status) - ? [status, data, headers] - : [200, status, data]; + ? [status, data, headers, statusText, 'complete'] + : [200, status, data, headers, 'complete']; }; } // TODO(vojta): change params to: method, url, data, headers, callback - function $httpBackend(method, url, data, callback, headers) { + function $httpBackend(method, url, data, callback, headers, timeout, withCredentials, responseType, eventHandlers, uploadEventHandlers) { + var xhr = new MockXhr(), expectation = expectations[0], wasExpected = false; + xhr.$$events = eventHandlers; + xhr.upload.$$events = uploadEventHandlers; + function prettyPrint(data) { return (angular.isString(data) || angular.isFunction(data) || data instanceof RegExp) ? data : angular.toJson(data); } + function wrapResponse(wrapped) { + if (!$browser && timeout) { + if (timeout.then) { + timeout.then(function() { + handlePrematureEnd(angular.isDefined(timeout.$$timeoutId) ? 'timeout' : 'abort'); + }); + } else { + $timeout(function() { + handlePrematureEnd('timeout'); + }, timeout); + } + } + + handleResponse.description = method + ' ' + url; + return handleResponse; + + function handleResponse() { + var response = wrapped.response(method, url, data, headers, wrapped.params(url)); + xhr.$$respHeaders = response[2]; + callback(copy(response[0]), copy(response[1]), xhr.getAllResponseHeaders(), + copy(response[3] || ''), copy(response[4])); + } + + function handlePrematureEnd(reason) { + for (var i = 0, ii = responses.length; i < ii; i++) { + if (responses[i] === handleResponse) { + responses.splice(i, 1); + callback(-1, undefined, '', undefined, reason); + break; + } + } + } + } + + function createFatalError(message) { + var error = new Error(message); + // In addition to being converted to a rejection, these errors also need to be passed to + // the $exceptionHandler and be rethrown (so that the test fails). + error.$$passToExceptionHandler = true; + return error; + } + if (expectation && expectation.match(method, url)) { - if (!expectation.matchData(data)) - throw Error('Expected ' + expectation + ' with different data\n' + - 'EXPECTED: ' + prettyPrint(expectation.data) + '\nGOT: ' + data); + if (!expectation.matchData(data)) { + throw createFatalError('Expected ' + expectation + ' with different data\n' + + 'EXPECTED: ' + prettyPrint(expectation.data) + '\n' + + 'GOT: ' + data); + } - if (!expectation.matchHeaders(headers)) - throw Error('Expected ' + expectation + ' with different headers\n' + - 'EXPECTED: ' + prettyPrint(expectation.headers) + '\nGOT: ' + - prettyPrint(headers)); + if (!expectation.matchHeaders(headers)) { + throw createFatalError('Expected ' + expectation + ' with different headers\n' + + 'EXPECTED: ' + prettyPrint(expectation.headers) + '\n' + + 'GOT: ' + prettyPrint(headers)); + } expectations.shift(); if (expectation.response) { - responses.push(function() { - var response = expectation.response(method, url, data, headers); - xhr.$$respHeaders = response[2]; - callback(response[0], response[1], xhr.getAllResponseHeaders()); - }); + responses.push(wrapResponse(expectation)); return; } wasExpected = true; } - var i = -1, definition; - while ((definition = definitions[++i])) { + var i = matchLatestDefinition ? definitions.length : -1, definition; + + while ((definition = definitions[matchLatestDefinition ? --i : ++i])) { if (definition.match(method, url, data, headers || {})) { if (definition.response) { // if $browser specified, we do auto flush all requests - ($browser ? $browser.defer : responsesPush)(function() { - var response = definition.response(method, url, data, headers); - xhr.$$respHeaders = response[2]; - callback(response[0], response[1], xhr.getAllResponseHeaders()); - }); + ($browser ? $browser.defer : responsesPush)(wrapResponse(definition)); } else if (definition.passThrough) { - $delegate(method, url, data, callback, headers); - } else throw Error('No response defined !'); + originalHttpBackend(method, url, data, callback, headers, timeout, withCredentials, responseType, eventHandlers, uploadEventHandlers); + } else throw createFatalError('No response defined !'); return; } } - throw wasExpected ? - Error('No response defined !') : - Error('Unexpected request: ' + method + ' ' + url + '\n' + - (expectation ? 'Expected ' + expectation : 'No more request expected')); + + if (wasExpected) { + throw createFatalError('No response defined !'); + } + + throw createFatalError('Unexpected request: ' + method + ' ' + url + '\n' + + (expectation ? 'Expected ' + expectation : 'No more request expected')); } /** * @ngdoc method - * @name ngMock.$httpBackend#when - * @methodOf ngMock.$httpBackend + * @name $httpBackend#when * @description * Creates a new backend definition. * * @param {string} method HTTP method. - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives + * data string and returns true if the data is as expected. * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header * object and returns true if the headers match the current definition. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. * - * - respond – `{function([status,] data[, headers])|function(function(method, url, data, headers)}` - * – The respond method takes a set of static data to be returned or a function that can return - * an array containing response status (number), response data (string) and response headers - * (Object). + * - respond – + * ```js + * {function([status,] data[, headers, statusText]) + * | function(function(method, url, data, headers, params)} + * ``` + * – The respond method takes a set of static data to be returned or a function that can + * return an array containing response status (number), response data (Array|Object|string), + * response headers (Object), HTTP status text (string), and XMLHttpRequest status (string: + * `complete`, `error`, `timeout` or `abort`). The respond method returns the `requestHandler` + * object for possible overrides. */ - $httpBackend.when = function(method, url, data, headers) { - var definition = new MockHttpExpectation(method, url, data, headers), + $httpBackend.when = function(method, url, data, headers, keys) { + + assertArgDefined(arguments, 1, 'url'); + + var definition = new MockHttpExpectation(method, url, data, headers, keys), chain = { - respond: function(status, data, headers) { - definition.response = createResponse(status, data, headers); + respond: function(status, data, headers, statusText) { + definition.passThrough = undefined; + definition.response = createResponse(status, data, headers, statusText); + return chain; } }; if ($browser) { chain.passThrough = function() { + definition.response = undefined; definition.passThrough = true; + return chain; }; } @@ -956,243 +1619,388 @@ function createHttpBackendMock($delegate, $browser) { /** * @ngdoc method - * @name ngMock.$httpBackend#whenGET - * @methodOf ngMock.$httpBackend + * @name $httpBackend#matchLatestDefinitionEnabled + * @description + * This method can be used to change which mocked responses `$httpBackend` returns, when defining + * them with {@link ngMock.$httpBackend#when $httpBackend.when()} (and shortcut methods). + * By default, `$httpBackend` returns the first definition that matches. When setting + * `$http.matchLatestDefinitionEnabled(true)`, it will use the last response that matches, i.e. the + * one that was added last. + * + * ```js + * hb.when('GET', '/url1').respond(200, 'content', {}); + * hb.when('GET', '/url1').respond(201, 'another', {}); + * hb('GET', '/url1'); // receives "content" + * + * $http.matchLatestDefinitionEnabled(true) + * hb('GET', '/url1'); // receives "another" + * + * hb.when('GET', '/url1').respond(201, 'onemore', {}); + * hb('GET', '/url1'); // receives "onemore" + * ``` + * + * This is useful if a you have a default response that is overriden inside specific tests. + * + * Note that different from config methods on providers, `matchLatestDefinitionEnabled()` can be changed + * even when the application is already running. + * + * @param {Boolean=} value value to set, either `true` or `false`. Default is `false`. + * If omitted, it will return the current value. + * @return {$httpBackend|Boolean} self when used as a setter, and the current value when used + * as a getter + */ + $httpBackend.matchLatestDefinitionEnabled = function(value) { + if (angular.isDefined(value)) { + matchLatestDefinition = value; + return this; + } else { + return matchLatestDefinition; + } + }; + + /** + * @ngdoc method + * @name $httpBackend#whenGET * @description * Creates a new backend definition for GET requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current definition. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#whenHEAD - * @methodOf ngMock.$httpBackend + * @name $httpBackend#whenHEAD * @description * Creates a new backend definition for HEAD requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current definition. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#whenDELETE - * @methodOf ngMock.$httpBackend + * @name $httpBackend#whenDELETE * @description * Creates a new backend definition for DELETE requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current definition. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#whenPOST - * @methodOf ngMock.$httpBackend + * @name $httpBackend#whenPOST * @description * Creates a new backend definition for POST requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives + * data string and returns true if the data is as expected. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current definition. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#whenPUT - * @methodOf ngMock.$httpBackend + * @name $httpBackend#whenPUT * @description * Creates a new backend definition for PUT requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives + * data string and returns true if the data is as expected. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current definition. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#whenJSONP - * @methodOf ngMock.$httpBackend + * @name $httpBackend#whenJSONP * @description * Creates a new backend definition for JSONP requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ createShortMethods('when'); + /** + * @ngdoc method + * @name $httpBackend#whenRoute + * @description + * Creates a new backend definition that compares only with the requested route. + * + * @param {string} method HTTP method. + * @param {string} url HTTP url string that supports colon param matching. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. + * See {@link ngMock.$httpBackend#when `when`} for more info. + */ + $httpBackend.whenRoute = function(method, url) { + var parsed = parseRouteUrl(url); + return $httpBackend.when(method, parsed.regexp, undefined, undefined, parsed.keys); + }; /** * @ngdoc method - * @name ngMock.$httpBackend#expect - * @methodOf ngMock.$httpBackend + * @name $httpBackend#expect * @description * Creates a new request expectation. * * @param {string} method HTTP method. - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(string|RegExp|function(string)|Object)=} data HTTP request body or function that + * receives data string and returns true if the data is as expected, or Object if request body + * is in JSON format. * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header * object and returns true if the headers match the current expectation. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. * - * - respond – `{function([status,] data[, headers])|function(function(method, url, data, headers)}` - * – The respond method takes a set of static data to be returned or a function that can return - * an array containing response status (number), response data (string) and response headers - * (Object). + * - respond – + * ```js + * {function([status,] data[, headers, statusText]) + * | function(function(method, url, data, headers, params)} + * ``` + * – The respond method takes a set of static data to be returned or a function that can + * return an array containing response status (number), response data (Array|Object|string), + * response headers (Object), HTTP status text (string), and XMLHttpRequest status (string: + * `complete`, `error`, `timeout` or `abort`). The respond method returns the `requestHandler` + * object for possible overrides. */ - $httpBackend.expect = function(method, url, data, headers) { - var expectation = new MockHttpExpectation(method, url, data, headers); + $httpBackend.expect = function(method, url, data, headers, keys) { + + assertArgDefined(arguments, 1, 'url'); + + var expectation = new MockHttpExpectation(method, url, data, headers, keys), + chain = { + respond: function(status, data, headers, statusText) { + expectation.response = createResponse(status, data, headers, statusText); + return chain; + } + }; + expectations.push(expectation); - return { - respond: function(status, data, headers) { - expectation.response = createResponse(status, data, headers); - } - }; + return chain; }; - /** * @ngdoc method - * @name ngMock.$httpBackend#expectGET - * @methodOf ngMock.$httpBackend + * @name $httpBackend#expectGET * @description * Creates a new request expectation for GET requests. For more info see `expect()`. * - * @param {string|RegExp} url HTTP url. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. See #expect for more info. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current expectation. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current expectation. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. See #expect for more info. */ /** * @ngdoc method - * @name ngMock.$httpBackend#expectHEAD - * @methodOf ngMock.$httpBackend + * @name $httpBackend#expectHEAD * @description * Creates a new request expectation for HEAD requests. For more info see `expect()`. * - * @param {string|RegExp} url HTTP url. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current expectation. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current expectation. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#expectDELETE - * @methodOf ngMock.$httpBackend + * @name $httpBackend#expectDELETE * @description * Creates a new request expectation for DELETE requests. For more info see `expect()`. * - * @param {string|RegExp} url HTTP url. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current expectation. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current expectation. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#expectPOST - * @methodOf ngMock.$httpBackend + * @name $httpBackend#expectPOST * @description * Creates a new request expectation for POST requests. For more info see `expect()`. * - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current expectation. + * @param {(string|RegExp|function(string)|Object)=} data HTTP request body or function that + * receives data string and returns true if the data is as expected, or Object if request body + * is in JSON format. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current expectation. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#expectPUT - * @methodOf ngMock.$httpBackend + * @name $httpBackend#expectPUT * @description * Creates a new request expectation for PUT requests. For more info see `expect()`. * - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current expectation. + * @param {(string|RegExp|function(string)|Object)=} data HTTP request body or function that + * receives data string and returns true if the data is as expected, or Object if request body + * is in JSON format. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current expectation. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#expectPATCH - * @methodOf ngMock.$httpBackend + * @name $httpBackend#expectPATCH * @description * Creates a new request expectation for PATCH requests. For more info see `expect()`. * - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current expectation. + * @param {(string|RegExp|function(string)|Object)=} data HTTP request body or function that + * receives data string and returns true if the data is as expected, or Object if request body + * is in JSON format. + * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header + * object and returns true if the headers match the current expectation. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMock.$httpBackend#expectJSONP - * @methodOf ngMock.$httpBackend + * @name $httpBackend#expectJSONP * @description * Creates a new request expectation for JSONP requests. For more info see `expect()`. * - * @param {string|RegExp} url HTTP url. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives an url + * and returns true if the url matches the current expectation. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described above. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. */ createShortMethods('expect'); + /** + * @ngdoc method + * @name $httpBackend#expectRoute + * @description + * Creates a new request expectation that compares only with the requested route. + * + * @param {string} method HTTP method. + * @param {string} url HTTP url string that supports colon param matching. + * @returns {requestHandler} Returns an object with `respond` method that controls how a matched + * request is handled. You can save this object for later use and invoke `respond` again in + * order to change how a matched request is handled. + * See {@link ngMock.$httpBackend#expect `expect`} for more info. + */ + $httpBackend.expectRoute = function(method, url) { + var parsed = parseRouteUrl(url); + return $httpBackend.expect(method, parsed.regexp, undefined, undefined, parsed.keys); + }; + /** * @ngdoc method - * @name ngMock.$httpBackend#flush - * @methodOf ngMock.$httpBackend + * @name $httpBackend#flush * @description - * Flushes all pending requests using the trained responses. + * Flushes pending requests using the trained responses. Requests are flushed in the order they + * were made, but it is also possible to skip one or more requests (for example to have them + * flushed later). This is useful for simulating scenarios where responses arrive from the server + * in any order. * - * @param {number=} count Number of responses to flush (in the order they arrived). If undefined, - * all pending requests will be flushed. If there are no pending requests when the flush method - * is called an exception is thrown (as this typically a sign of programming error). + * If there are no pending requests to flush when the method is called, an exception is thrown (as + * this is typically a sign of programming error). + * + * @param {number=} count - Number of responses to flush. If undefined/null, all pending requests + * (starting after `skip`) will be flushed. + * @param {number=} [skip=0] - Number of pending requests to skip. For example, a value of `5` + * would skip the first 5 pending requests and start flushing from the 6th onwards. */ - $httpBackend.flush = function(count) { - if (!responses.length) throw Error('No pending request to flush !'); + $httpBackend.flush = function(count, skip, digest) { + if (digest !== false) $rootScope.$digest(); + + skip = skip || 0; + if (skip >= responses.length) throw new Error('No pending request to flush !'); - if (angular.isDefined(count)) { + if (angular.isDefined(count) && count !== null) { while (count--) { - if (!responses.length) throw Error('No more pending request to flush !'); - responses.shift()(); + var part = responses.splice(skip, 1); + if (!part.length) throw new Error('No more pending request to flush !'); + part[0](); } } else { - while (responses.length) { - responses.shift()(); + while (responses.length > skip) { + responses.splice(skip, 1)[0](); } } - $httpBackend.verifyNoOutstandingExpectation(); + $httpBackend.verifyNoOutstandingExpectation(digest); }; /** * @ngdoc method - * @name ngMock.$httpBackend#verifyNoOutstandingExpectation - * @methodOf ngMock.$httpBackend + * @name $httpBackend#verifyNoOutstandingExpectation * @description * Verifies that all of the requests defined via the `expect` api were made. If any of the * requests were not made, verifyNoOutstandingExpectation throws an exception. @@ -1200,42 +2008,44 @@ function createHttpBackendMock($delegate, $browser) { * Typically, you would call this method following each test case that asserts requests using an * "afterEach" clause. * - *
    -   *   afterEach($httpBackend.verifyExpectations);
    -   * 
    + * ```js + * afterEach($httpBackend.verifyNoOutstandingExpectation); + * ``` */ - $httpBackend.verifyNoOutstandingExpectation = function() { + $httpBackend.verifyNoOutstandingExpectation = function(digest) { + if (digest !== false) $rootScope.$digest(); if (expectations.length) { - throw Error('Unsatisfied requests: ' + expectations.join(', ')); + throw new Error('Unsatisfied requests: ' + expectations.join(', ')); } }; /** * @ngdoc method - * @name ngMock.$httpBackend#verifyNoOutstandingRequest - * @methodOf ngMock.$httpBackend + * @name $httpBackend#verifyNoOutstandingRequest * @description * Verifies that there are no outstanding requests that need to be flushed. * * Typically, you would call this method following each test case that asserts requests using an * "afterEach" clause. * - *
    +   * ```js
        *   afterEach($httpBackend.verifyNoOutstandingRequest);
    -   * 
    + * ``` */ - $httpBackend.verifyNoOutstandingRequest = function() { + $httpBackend.verifyNoOutstandingRequest = function(digest) { + if (digest !== false) $rootScope.$digest(); if (responses.length) { - throw Error('Unflushed requests: ' + responses.length); + var unflushedDescriptions = responses.map(function(res) { return res.description; }); + throw new Error('Unflushed requests: ' + responses.length + '\n ' + + unflushedDescriptions.join('\n ')); } }; /** * @ngdoc method - * @name ngMock.$httpBackend#resetExpectations - * @methodOf ngMock.$httpBackend + * @name $httpBackend#resetExpectations * @description * Resets all request expectations, but preserves all backend definitions. Typically, you would * call resetExpectations during a multiple-phase test when you want to reuse the same instance of @@ -1246,59 +2056,170 @@ function createHttpBackendMock($delegate, $browser) { responses.length = 0; }; + $httpBackend.$$originalHttpBackend = originalHttpBackend; + return $httpBackend; function createShortMethods(prefix) { - angular.forEach(['GET', 'DELETE', 'JSONP'], function(method) { - $httpBackend[prefix + method] = function(url, headers) { - return $httpBackend[prefix](method, url, undefined, headers) - } + angular.forEach(['GET', 'DELETE', 'JSONP', 'HEAD'], function(method) { + $httpBackend[prefix + method] = function(url, headers, keys) { + assertArgDefined(arguments, 0, 'url'); + + // Change url to `null` if `undefined` to stop it throwing an exception further down + if (angular.isUndefined(url)) url = null; + + return $httpBackend[prefix](method, url, undefined, headers, keys); + }; }); angular.forEach(['PUT', 'POST', 'PATCH'], function(method) { - $httpBackend[prefix + method] = function(url, data, headers) { - return $httpBackend[prefix](method, url, data, headers) - } + $httpBackend[prefix + method] = function(url, data, headers, keys) { + assertArgDefined(arguments, 0, 'url'); + + // Change url to `null` if `undefined` to stop it throwing an exception further down + if (angular.isUndefined(url)) url = null; + + return $httpBackend[prefix](method, url, data, headers, keys); + }; }); } + + function parseRouteUrl(url) { + var strippedUrl = stripQueryAndHash(url); + var parseOptions = {caseInsensitiveMatch: true, ignoreTrailingSlashes: true}; + return routeToRegExp(strippedUrl, parseOptions); + } +} + +function assertArgDefined(args, index, name) { + if (args.length > index && angular.isUndefined(args[index])) { + throw new Error('Undefined argument `' + name + '`; the argument is provided but not defined'); + } +} + +function stripQueryAndHash(url) { + return url.replace(/[?#].*$/, ''); } -function MockHttpExpectation(method, url, data, headers) { +function MockHttpExpectation(expectedMethod, expectedUrl, expectedData, expectedHeaders, + expectedKeys) { - this.data = data; - this.headers = headers; + this.data = expectedData; + this.headers = expectedHeaders; - this.match = function(m, u, d, h) { - if (method != m) return false; - if (!this.matchUrl(u)) return false; - if (angular.isDefined(d) && !this.matchData(d)) return false; - if (angular.isDefined(h) && !this.matchHeaders(h)) return false; + this.match = function(method, url, data, headers) { + if (expectedMethod !== method) return false; + if (!this.matchUrl(url)) return false; + if (angular.isDefined(data) && !this.matchData(data)) return false; + if (angular.isDefined(headers) && !this.matchHeaders(headers)) return false; return true; }; - this.matchUrl = function(u) { - if (!url) return true; - if (angular.isFunction(url.test)) return url.test(u); - return url == u; + this.matchUrl = function(url) { + if (!expectedUrl) return true; + if (angular.isFunction(expectedUrl.test)) return expectedUrl.test(url); + if (angular.isFunction(expectedUrl)) return expectedUrl(url); + return (expectedUrl === url || compareUrlWithQuery(url)); }; - this.matchHeaders = function(h) { - if (angular.isUndefined(headers)) return true; - if (angular.isFunction(headers)) return headers(h); - return angular.equals(headers, h); + this.matchHeaders = function(headers) { + if (angular.isUndefined(expectedHeaders)) return true; + if (angular.isFunction(expectedHeaders)) return expectedHeaders(headers); + return angular.equals(expectedHeaders, headers); }; - this.matchData = function(d) { - if (angular.isUndefined(data)) return true; - if (data && angular.isFunction(data.test)) return data.test(d); - if (data && !angular.isString(data)) return angular.toJson(data) == d; - return data == d; + this.matchData = function(data) { + if (angular.isUndefined(expectedData)) return true; + if (expectedData && angular.isFunction(expectedData.test)) return expectedData.test(data); + if (expectedData && angular.isFunction(expectedData)) return expectedData(data); + if (expectedData && !angular.isString(expectedData)) { + return angular.equals(angular.fromJson(angular.toJson(expectedData)), angular.fromJson(data)); + } + // eslint-disable-next-line eqeqeq + return expectedData == data; }; this.toString = function() { - return method + ' ' + url; + return expectedMethod + ' ' + expectedUrl; }; + + this.params = function(url) { + var queryStr = url.indexOf('?') === -1 ? '' : url.substring(url.indexOf('?') + 1); + var strippedUrl = stripQueryAndHash(url); + + return angular.extend(extractParamsFromQuery(queryStr), extractParamsFromPath(strippedUrl)); + }; + + function compareUrlWithQuery(url) { + var urlWithQueryRe = /^([^?]*)\?(.*)$/; + + var expectedMatch = urlWithQueryRe.exec(expectedUrl); + var actualMatch = urlWithQueryRe.exec(url); + + return !!(expectedMatch && actualMatch) && + (expectedMatch[1] === actualMatch[1]) && + (normalizeQuery(expectedMatch[2]) === normalizeQuery(actualMatch[2])); + } + + function normalizeQuery(queryStr) { + return queryStr.split('&').sort().join('&'); + } + + function extractParamsFromPath(strippedUrl) { + var keyObj = {}; + + if (!expectedUrl || !angular.isFunction(expectedUrl.test) || + !expectedKeys || !expectedKeys.length) return keyObj; + + var match = expectedUrl.exec(strippedUrl); + if (!match) return keyObj; + + for (var i = 1, len = match.length; i < len; ++i) { + var key = expectedKeys[i - 1]; + var val = match[i]; + if (key && val) { + keyObj[key.name || key] = val; + } + } + + return keyObj; + } + + function extractParamsFromQuery(queryStr) { + var obj = {}, + keyValuePairs = queryStr.split('&'). + filter(angular.identity). // Ignore empty segments. + map(function(keyValue) { return keyValue.replace(/\+/g, '%20').split('='); }); + + angular.forEach(keyValuePairs, function(pair) { + var key = tryDecodeURIComponent(pair[0]); + if (angular.isDefined(key)) { + var val = angular.isDefined(pair[1]) ? tryDecodeURIComponent(pair[1]) : true; + if (!hasOwnProperty.call(obj, key)) { + obj[key] = val; + } else if (angular.isArray(obj[key])) { + obj[key].push(val); + } else { + obj[key] = [obj[key], val]; + } + } + }); + + return obj; + } + + function tryDecodeURIComponent(value) { + try { + return decodeURIComponent(value); + } catch (e) { + // Ignore any invalid uri component + } + } +} + +function createMockXhr() { + return new MockXhr(); } function MockXhr() { @@ -1323,17 +2244,18 @@ function MockXhr() { }; this.getResponseHeader = function(name) { - // the lookup must be case insensitive, that's why we try two quick lookups and full scan at last + // the lookup must be case insensitive, + // that's why we try two quick lookups first and full scan last var header = this.$$respHeaders[name]; if (header) return header; - name = angular.lowercase(name); + name = angular.$$lowercase(name); header = this.$$respHeaders[name]; if (header) return header; header = undefined; angular.forEach(this.$$respHeaders, function(headerVal, headerName) { - if (!header && angular.lowercase(headerName) == name) header = headerVal; + if (!header && angular.$$lowercase(headerName) === name) header = headerVal; }); return header; }; @@ -1347,109 +2269,381 @@ function MockXhr() { return lines.join('\n'); }; - this.abort = angular.noop; + this.abort = function() { + if (isFunction(this.onabort)) { + this.onabort(); + } + }; + + // This section simulates the events on a real XHR object (and the upload object) + // When we are testing $httpBackend (inside the AngularJS project) we make partial use of this + // but store the events directly ourselves on `$$events`, instead of going through the `addEventListener` + this.$$events = {}; + this.addEventListener = function(name, listener) { + if (angular.isUndefined(this.$$events[name])) this.$$events[name] = []; + this.$$events[name].push(listener); + }; + + this.upload = { + $$events: {}, + addEventListener: this.addEventListener + }; } /** - * @ngdoc function - * @name ngMock.$timeout + * @ngdoc service + * @name $timeout * @description * * This service is just a simple decorator for {@link ng.$timeout $timeout} service * that adds a "flush" and "verifyNoPendingTasks" methods. - */ + */ -angular.mock.$TimeoutDecorator = function($delegate, $browser) { +angular.mock.$TimeoutDecorator = ['$delegate', '$browser', function($delegate, $browser) { /** * @ngdoc method - * @name ngMock.$timeout#flush - * @methodOf ngMock.$timeout + * @name $timeout#flush + * + * @deprecated + * sinceVersion="1.7.3" + * + * This method flushes all types of tasks (not only timeouts), which is unintuitive. + * It is recommended to use {@link ngMock.$flushPendingTasks} instead. + * * @description * * Flushes the queue of pending tasks. + * + * _This method is essentially an alias of {@link ngMock.$flushPendingTasks}._ + * + *
    + * For historical reasons, this method will also flush non-`$timeout` pending tasks, such as + * {@link $q} promises and tasks scheduled via + * {@link ng.$rootScope.Scope#$applyAsync $applyAsync} and + * {@link ng.$rootScope.Scope#$evalAsync $evalAsync}. + *
    + * + * @param {number=} delay maximum timeout amount to flush up until */ - $delegate.flush = function() { - $browser.defer.flush(); + $delegate.flush = function(delay) { + // For historical reasons, `$timeout.flush()` flushes all types of pending tasks. + // Keep the same behavior for backwards compatibility (and because it doesn't make sense to + // selectively flush scheduled events out of order). + $browser.defer.flush(delay); }; /** * @ngdoc method - * @name ngMock.$timeout#verifyNoPendingTasks - * @methodOf ngMock.$timeout + * @name $timeout#verifyNoPendingTasks + * + * @deprecated + * sinceVersion="1.7.3" + * + * This method takes all types of tasks (not only timeouts) into account, which is unintuitive. + * It is recommended to use {@link ngMock.$verifyNoPendingTasks} instead, which additionally + * allows checking for timeouts only (with `$verifyNoPendingTasks('$timeout')`). + * * @description * - * Verifies that there are no pending tasks that need to be flushed. - */ + * Verifies that there are no pending tasks that need to be flushed. It throws an error if there + * are still pending tasks. + * + * _This method is essentially an alias of {@link ngMock.$verifyNoPendingTasks} (called with no + * arguments)._ + * + *
    + *

    + * For historical reasons, this method will also verify non-`$timeout` pending tasks, such as + * pending {@link $http} requests, in-progress {@link $route} transitions, unresolved + * {@link $q} promises and tasks scheduled via + * {@link ng.$rootScope.Scope#$applyAsync $applyAsync} and + * {@link ng.$rootScope.Scope#$evalAsync $evalAsync}. + *

    + *

    + * It is recommended to use {@link ngMock.$verifyNoPendingTasks} instead, which additionally + * supports verifying a specific type of tasks. For example, you can verify there are no + * pending timeouts with `$verifyNoPendingTasks('$timeout')`. + *

    + *
    + */ $delegate.verifyNoPendingTasks = function() { - if ($browser.deferredFns.length) { - throw Error('Deferred tasks to flush (' + $browser.deferredFns.length + '): ' + - formatPendingTasksAsString($browser.deferredFns)); + // For historical reasons, `$timeout.verifyNoPendingTasks()` takes all types of pending tasks + // into account. Keep the same behavior for backwards compatibility. + var pendingTasks = $browser.defer.getPendingTasks(); + + if (pendingTasks.length) { + var formattedTasks = $browser.defer.formatPendingTasks(pendingTasks).join('\n '); + var hasPendingTimeout = pendingTasks.some(function(task) { return task.type === '$timeout'; }); + var extraMessage = hasPendingTimeout ? '' : '\n\nNone of the pending tasks are timeouts. ' + + 'If you only want to verify pending timeouts, use ' + + '`$verifyNoPendingTasks(\'$timeout\')` instead.'; + + throw new Error('Deferred tasks to flush (' + pendingTasks.length + '):\n ' + + formattedTasks + extraMessage); } }; - function formatPendingTasksAsString(tasks) { - var result = []; - angular.forEach(tasks, function(task) { - result.push('{id: ' + task.id + ', ' + 'time: ' + task.time + '}'); - }); + return $delegate; +}]; - return result.join(', '); - } +angular.mock.$RAFDecorator = ['$delegate', function($delegate) { + var rafFn = function(fn) { + var index = rafFn.queue.length; + rafFn.queue.push(fn); + return function() { + rafFn.queue.splice(index, 1); + }; + }; - return $delegate; -}; + rafFn.queue = []; + rafFn.supported = $delegate.supported; + + rafFn.flush = function() { + if (rafFn.queue.length === 0) { + throw new Error('No rAF callbacks present'); + } + + var length = rafFn.queue.length; + for (var i = 0; i < length; i++) { + rafFn.queue[i](); + } + + rafFn.queue = rafFn.queue.slice(i); + }; + + return rafFn; +}]; /** * */ +var originalRootElement; angular.mock.$RootElementProvider = function() { - this.$get = function() { - return angular.element('
    '); - } + this.$get = ['$injector', function($injector) { + originalRootElement = angular.element('
    ').data('$injector', $injector); + return originalRootElement; + }]; }; /** - * @ngdoc overview + * @ngdoc service + * @name $controller + * @description + * A decorator for {@link ng.$controller} with additional `bindings` parameter, useful when testing + * controllers of directives that use {@link $compile#-bindtocontroller- `bindToController`}. + * + * ## Example + * + * ```js + * + * // Directive definition ... + * + * myMod.directive('myDirective', { + * controller: 'MyDirectiveController', + * bindToController: { + * name: '@' + * } + * }); + * + * + * // Controller definition ... + * + * myMod.controller('MyDirectiveController', ['$log', function($log) { + * this.log = function() { + * $log.info(this.name); + * }; + * }]); + * + * + * // In a test ... + * + * describe('myDirectiveController', function() { + * describe('log()', function() { + * it('should write the bound name to the log', inject(function($controller, $log) { + * var ctrl = $controller('MyDirectiveController', { /* no locals */ }, { name: 'Clark Kent' }); + * ctrl.log(); + * + * expect(ctrl.name).toEqual('Clark Kent'); + * expect($log.info.logs).toEqual(['Clark Kent']); + * })); + * }); + * }); + * + * ``` + * + * @param {Function|string} constructor If called with a function then it's considered to be the + * controller constructor function. Otherwise it's considered to be a string which is used + * to retrieve the controller constructor using the following steps: + * + * * check if a controller with given name is registered via `$controllerProvider` + * * check if evaluating the string on the current scope returns a constructor + * + * The string can use the `controller as property` syntax, where the controller instance is published + * as the specified property on the `scope`; the `scope` must be injected into `locals` param for this + * to work correctly. + * + * @param {Object} locals Injection locals for Controller. + * @param {Object=} bindings Properties to add to the controller instance. This is used to simulate + * the `bindToController` feature and simplify certain kinds of tests. + * @return {Object} Instance of given controller. + */ +function createControllerDecorator() { + angular.mock.$ControllerDecorator = ['$delegate', function($delegate) { + return function(expression, locals, later, ident) { + if (later && typeof later === 'object') { + var instantiate = $delegate(expression, locals, true, ident); + var instance = instantiate(); + angular.extend(instance, later); + return instance; + } + return $delegate(expression, locals, later, ident); + }; + }]; + + return angular.mock.$ControllerDecorator; +} + +/** + * @ngdoc service + * @name $componentController + * @description + * A service that can be used to create instances of component controllers. Useful for unit-testing. + * + * Be aware that the controller will be instantiated and attached to the scope as specified in + * the component definition object. If you do not provide a `$scope` object in the `locals` param + * then the helper will create a new isolated scope as a child of `$rootScope`. + * + * If you are using `$element` or `$attrs` in the controller, make sure to provide them as `locals`. + * The `$element` must be a jqLite-wrapped DOM element, and `$attrs` should be an object that + * has all properties / functions that you are using in the controller. If this is getting too complex, + * you should compile the component instead and access the component's controller via the + * {@link angular.element#methods `controller`} function. + * + * See also the section on {@link guide/component#unit-testing-component-controllers unit-testing component controllers} + * in the guide. + * + * @param {string} componentName the name of the component whose controller we want to instantiate + * @param {Object} locals Injection locals for Controller. + * @param {Object=} bindings Properties to add to the controller before invoking the constructor. This is used + * to simulate the `bindToController` feature and simplify certain kinds of tests. + * @param {string=} ident Override the property name to use when attaching the controller to the scope. + * @return {Object} Instance of requested controller. + */ +angular.mock.$ComponentControllerProvider = ['$compileProvider', + function ComponentControllerProvider($compileProvider) { + this.$get = ['$controller','$injector', '$rootScope', function($controller, $injector, $rootScope) { + return function $componentController(componentName, locals, bindings, ident) { + // get all directives associated to the component name + var directives = $injector.get(componentName + 'Directive'); + // look for those directives that are components + var candidateDirectives = directives.filter(function(directiveInfo) { + // components have controller, controllerAs and restrict:'E' + return directiveInfo.controller && directiveInfo.controllerAs && directiveInfo.restrict === 'E'; + }); + // check if valid directives found + if (candidateDirectives.length === 0) { + throw new Error('No component found'); + } + if (candidateDirectives.length > 1) { + throw new Error('Too many components found'); + } + // get the info of the component + var directiveInfo = candidateDirectives[0]; + // create a scope if needed + locals = locals || {}; + locals.$scope = locals.$scope || $rootScope.$new(true); + return $controller(directiveInfo.controller, locals, bindings, ident || directiveInfo.controllerAs); + }; + }]; +}]; + + +/** + * @ngdoc module * @name ngMock + * @packageName angular-mocks * @description * - * The `ngMock` is an angular module which is used with `ng` module and adds unit-test configuration as well as useful - * mocks to the {@link AUTO.$injector $injector}. + * The `ngMock` module provides support to inject and mock AngularJS services into unit tests. + * In addition, ngMock also extends various core AngularJS services such that they can be + * inspected and controlled in a synchronous manner within test code. + * + * @installation + * + * First, download the file: + * * [Google CDN](https://developers.google.com/speed/libraries/devguide#angularjs) e.g. + * `"//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/angular-mocks.js"` + * * [NPM](https://www.npmjs.com/) e.g. `npm install angular-mocks@X.Y.Z` + * * [Yarn](https://yarnpkg.com) e.g. `yarn add angular-mocks@X.Y.Z` + * * [Bower](http://bower.io) e.g. `bower install angular-mocks#X.Y.Z` + * * [code.angularjs.org](https://code.angularjs.org/) (discouraged for production use) e.g. + * `"//code.angularjs.org/X.Y.Z/angular-mocks.js"` + * + * where X.Y.Z is the AngularJS version you are running. + * + * Then, configure your test runner to load `angular-mocks.js` after `angular.js`. + * This example uses Karma: + * + * ``` + * config.set({ + * files: [ + * 'build/angular.js', // and other module files you need + * 'build/angular-mocks.js', + * '', + * '' + * ] + * }); + * ``` + * + * Including the `angular-mocks.js` file automatically adds the `ngMock` module, so your tests + * are ready to go! */ angular.module('ngMock', ['ng']).provider({ $browser: angular.mock.$BrowserProvider, $exceptionHandler: angular.mock.$ExceptionHandlerProvider, $log: angular.mock.$LogProvider, - $httpBackend: angular.mock.$HttpBackendProvider, - $rootElement: angular.mock.$RootElementProvider -}).config(function($provide) { + $interval: angular.mock.$IntervalProvider, + $rootElement: angular.mock.$RootElementProvider, + $componentController: angular.mock.$ComponentControllerProvider, + $flushPendingTasks: angular.mock.$FlushPendingTasksProvider, + $verifyNoPendingTasks: angular.mock.$VerifyNoPendingTasksProvider +}).config(['$provide', '$compileProvider', function($provide, $compileProvider) { $provide.decorator('$timeout', angular.mock.$TimeoutDecorator); -}); + $provide.decorator('$$rAF', angular.mock.$RAFDecorator); + $provide.decorator('$rootScope', angular.mock.$RootScopeDecorator); + $provide.decorator('$controller', createControllerDecorator($compileProvider)); + $provide.decorator('$httpBackend', angular.mock.$httpBackendDecorator); +}]).info({ angularVersion: '"NG_VERSION_FULL"' }); /** - * @ngdoc overview + * @ngdoc module * @name ngMockE2E + * @module ngMockE2E + * @packageName angular-mocks * @description * - * The `ngMockE2E` is an angular module which contains mocks suitable for end-to-end testing. + * The `ngMockE2E` is an AngularJS module which contains mocks suitable for end-to-end testing. * Currently there is only one mock present in this module - * the {@link ngMockE2E.$httpBackend e2e $httpBackend} mock. */ -angular.module('ngMockE2E', ['ng']).config(function($provide) { +angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) { $provide.decorator('$httpBackend', angular.mock.e2e.$httpBackendDecorator); -}); +}]).info({ angularVersion: '"NG_VERSION_FULL"' }); /** - * @ngdoc object - * @name ngMockE2E.$httpBackend + * @ngdoc service + * @name $httpBackend + * @module ngMockE2E * @description * Fake HTTP backend implementation suitable for end-to-end testing or backend-less development of * applications that use the {@link ng.$http $http service}. * - * *Note*: For fake http backend implementation suitable for unit testing please see + *
    + * **Note**: For fake http backend implementation suitable for unit testing please see * {@link ngMock.$httpBackend unit-testing $httpBackend mock}. + *
    * * This implementation can be used to respond with static or dynamic responses via the `when` api * and its shortcuts (`whenGET`, `whenPOST`, etc) and optionally pass through requests to the @@ -1463,272 +2657,661 @@ angular.module('ngMockE2E', ['ng']).config(function($provide) { * use the `passThrough` request handler of `when` instead of `respond`. * * Additionally, we don't want to manually have to flush mocked out requests like we do during unit - * testing. For this reason the e2e $httpBackend automatically flushes mocked out requests + * testing. For this reason the e2e $httpBackend flushes mocked out requests * automatically, closely simulating the behavior of the XMLHttpRequest object. * * To setup the application to run with this http backend, you have to create a module that depends * on the `ngMockE2E` and your application modules and defines the fake backend: * - *
    - *   myAppDev = angular.module('myAppDev', ['myApp', 'ngMockE2E']);
    + * ```js
    + *   var myAppDev = angular.module('myAppDev', ['myApp', 'ngMockE2E']);
      *   myAppDev.run(function($httpBackend) {
    - *     phones = [{name: 'phone1'}, {name: 'phone2'}];
    + *     var phones = [{name: 'phone1'}, {name: 'phone2'}];
      *
      *     // returns the current list of phones
      *     $httpBackend.whenGET('/phones').respond(phones);
      *
      *     // adds a new phone to the phones array
      *     $httpBackend.whenPOST('/phones').respond(function(method, url, data) {
    - *       phones.push(angular.fromJSON(data));
    + *       var phone = angular.fromJson(data);
    + *       phones.push(phone);
    + *       return [200, phone, {}];
      *     });
    - *     $httpBackend.whenGET(/^\/templates\//).passThrough();
    + *     $httpBackend.whenGET(/^\/templates\//).passThrough(); // Requests for templates are handled by the real server
      *     //...
      *   });
    - * 
    + * ``` * * Afterwards, bootstrap your app with this new module. + * + * @example + * + * + * var myApp = angular.module('myApp', []); + * + * myApp.controller('MainCtrl', function MainCtrl($http) { + * var ctrl = this; + * + * ctrl.phones = []; + * ctrl.newPhone = { + * name: '' + * }; + * + * ctrl.getPhones = function() { + * $http.get('/phones').then(function(response) { + * ctrl.phones = response.data; + * }); + * }; + * + * ctrl.addPhone = function(phone) { + * $http.post('/phones', phone).then(function() { + * ctrl.newPhone = {name: ''}; + * return ctrl.getPhones(); + * }); + * }; + * + * ctrl.getPhones(); + * }); + * + * + * var myAppDev = angular.module('myAppE2E', ['myApp', 'ngMockE2E']); + * + * myAppDev.run(function($httpBackend) { + * var phones = [{name: 'phone1'}, {name: 'phone2'}]; + * + * // returns the current list of phones + * $httpBackend.whenGET('/phones').respond(phones); + * + * // adds a new phone to the phones array + * $httpBackend.whenPOST('/phones').respond(function(method, url, data) { + * var phone = angular.fromJson(data); + * phones.push(phone); + * return [200, phone, {}]; + * }); + * }); + * + * + *
    + *
    + * + * + *
    + *

    Phones

    + *
      + *
    • {{phone.name}}
    • + *
    + *
    + *
    + *
    + * + * */ /** * @ngdoc method - * @name ngMockE2E.$httpBackend#when - * @methodOf ngMockE2E.$httpBackend + * @name $httpBackend#when + * @module ngMockE2E * @description * Creates a new backend definition. * * @param {string} method HTTP method. - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives + * data string and returns true if the data is as expected. * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header * object and returns true if the headers match the current definition. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described on + * {@link ngMock.$httpBackend $httpBackend mock}. * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. + * control how a matched request is handled. You can save this object for later use and invoke + * `respond` or `passThrough` again in order to change how a matched request is handled. * - * - respond – `{function([status,] data[, headers])|function(function(method, url, data, headers)}` + * - respond – + * ``` + * { function([status,] data[, headers, statusText]) + * | function(function(method, url, data, headers, params)} + * ``` * – The respond method takes a set of static data to be returned or a function that can return - * an array containing response status (number), response data (string) and response headers - * (Object). - * - passThrough – `{function()}` – Any request matching a backend definition with `passThrough` - * handler, will be pass through to the real backend (an XHR request will be made to the - * server. + * an array containing response status (number), response data (Array|Object|string), response + * headers (Object), and the text for the status (string). + * - passThrough – `{function()}` – Any request matching a backend definition with + * `passThrough` handler will be passed through to the real backend (an XHR request will be made + * to the server.) + * - Both methods return the `requestHandler` object for possible overrides. */ /** * @ngdoc method - * @name ngMockE2E.$httpBackend#whenGET - * @methodOf ngMockE2E.$httpBackend + * @name $httpBackend#whenGET + * @module ngMockE2E * @description * Creates a new backend definition for GET requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. * @param {(Object|function(Object))=} headers HTTP headers. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described on + * {@link ngMock.$httpBackend $httpBackend mock}. * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. + * control how a matched request is handled. You can save this object for later use and invoke + * `respond` or `passThrough` again in order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMockE2E.$httpBackend#whenHEAD - * @methodOf ngMockE2E.$httpBackend + * @name $httpBackend#whenHEAD + * @module ngMockE2E * @description * Creates a new backend definition for HEAD requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. * @param {(Object|function(Object))=} headers HTTP headers. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described on + * {@link ngMock.$httpBackend $httpBackend mock}. * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. + * control how a matched request is handled. You can save this object for later use and invoke + * `respond` or `passThrough` again in order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMockE2E.$httpBackend#whenDELETE - * @methodOf ngMockE2E.$httpBackend + * @name $httpBackend#whenDELETE + * @module ngMockE2E * @description * Creates a new backend definition for DELETE requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. * @param {(Object|function(Object))=} headers HTTP headers. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described on + * {@link ngMock.$httpBackend $httpBackend mock}. * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. + * control how a matched request is handled. You can save this object for later use and invoke + * `respond` or `passThrough` again in order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMockE2E.$httpBackend#whenPOST - * @methodOf ngMockE2E.$httpBackend + * @name $httpBackend#whenPOST + * @module ngMockE2E * @description * Creates a new backend definition for POST requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives + * data string and returns true if the data is as expected. * @param {(Object|function(Object))=} headers HTTP headers. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described on + * {@link ngMock.$httpBackend $httpBackend mock}. * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. + * control how a matched request is handled. You can save this object for later use and invoke + * `respond` or `passThrough` again in order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMockE2E.$httpBackend#whenPUT - * @methodOf ngMockE2E.$httpBackend + * @name $httpBackend#whenPUT + * @module ngMockE2E * @description * Creates a new backend definition for PUT requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives + * data string and returns true if the data is as expected. * @param {(Object|function(Object))=} headers HTTP headers. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described on + * {@link ngMock.$httpBackend $httpBackend mock}. * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. + * control how a matched request is handled. You can save this object for later use and invoke + * `respond` or `passThrough` again in order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMockE2E.$httpBackend#whenPATCH - * @methodOf ngMockE2E.$httpBackend + * @name $httpBackend#whenPATCH + * @module ngMockE2E * @description * Creates a new backend definition for PATCH requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. - * @param {(string|RegExp)=} data HTTP request body. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives + * data string and returns true if the data is as expected. * @param {(Object|function(Object))=} headers HTTP headers. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described on + * {@link ngMock.$httpBackend $httpBackend mock}. * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. + * control how a matched request is handled. You can save this object for later use and invoke + * `respond` or `passThrough` again in order to change how a matched request is handled. */ /** * @ngdoc method - * @name ngMockE2E.$httpBackend#whenJSONP - * @methodOf ngMockE2E.$httpBackend + * @name $httpBackend#whenJSONP + * @module ngMockE2E * @description * Creates a new backend definition for JSONP requests. For more info see `when()`. * - * @param {string|RegExp} url HTTP url. + * @param {string|RegExp|function(string)=} url HTTP url or function that receives a url + * and returns true if the url matches the current definition. + * @param {(Array)=} keys Array of keys to assign to regex matches in request url described on + * {@link ngMock.$httpBackend $httpBackend mock}. + * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that + * control how a matched request is handled. You can save this object for later use and invoke + * `respond` or `passThrough` again in order to change how a matched request is handled. + */ +/** + * @ngdoc method + * @name $httpBackend#whenRoute + * @module ngMockE2E + * @description + * Creates a new backend definition that compares only with the requested route. + * + * @param {string} method HTTP method. + * @param {string} url HTTP url string that supports colon param matching. * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. + * control how a matched request is handled. You can save this object for later use and invoke + * `respond` or `passThrough` again in order to change how a matched request is handled. + */ +/** + * @ngdoc method + * @name $httpBackend#matchLatestDefinitionEnabled + * @module ngMockE2E + * @description + * This method can be used to change which mocked responses `$httpBackend` returns, when defining + * them with {@link ngMock.$httpBackend#when $httpBackend.when()} (and shortcut methods). + * By default, `$httpBackend` returns the first definition that matches. When setting + * `$http.matchLatestDefinitionEnabled(true)`, it will use the last response that matches, i.e. the + * one that was added last. + * + * ```js + * hb.when('GET', '/url1').respond(200, 'content', {}); + * hb.when('GET', '/url1').respond(201, 'another', {}); + * hb('GET', '/url1'); // receives "content" + * + * $http.matchLatestDefinitionEnabled(true) + * hb('GET', '/url1'); // receives "another" + * + * hb.when('GET', '/url1').respond(201, 'onemore', {}); + * hb('GET', '/url1'); // receives "onemore" + * ``` + * + * This is useful if a you have a default response that is overriden inside specific tests. + * + * Note that different from config methods on providers, `matchLatestDefinitionEnabled()` can be changed + * even when the application is already running. + * + * @param {Boolean=} value value to set, either `true` or `false`. Default is `false`. + * If omitted, it will return the current value. + * @return {$httpBackend|Boolean} self when used as a setter, and the current value when used + * as a getter */ angular.mock.e2e = {}; -angular.mock.e2e.$httpBackendDecorator = ['$delegate', '$browser', createHttpBackendMock]; +angular.mock.e2e.$httpBackendDecorator = + ['$rootScope', '$timeout', '$delegate', '$browser', createHttpBackendMock]; -angular.mock.clearDataCache = function() { - var key, - cache = angular.element.cache; +/** + * @ngdoc type + * @name $rootScope.Scope + * @module ngMock + * @description + * {@link ng.$rootScope.Scope Scope} type decorated with helper methods useful for testing. These + * methods are automatically available on any {@link ng.$rootScope.Scope Scope} instance when + * `ngMock` module is loaded. + * + * In addition to all the regular `Scope` methods, the following helper methods are available: + */ +angular.mock.$RootScopeDecorator = ['$delegate', function($delegate) { - for(key in cache) { - if (cache.hasOwnProperty(key)) { - var handle = cache[key].handle; + var $rootScopePrototype = Object.getPrototypeOf($delegate); - handle && angular.element(handle.elem).unbind(); - delete cache[key]; - } - } -}; + $rootScopePrototype.$countChildScopes = countChildScopes; + $rootScopePrototype.$countWatchers = countWatchers; + + return $delegate; + // ------------------------------------------------------------------------------------------ // -window.jstestdriver && (function(window) { /** - * Global method to output any number of objects into JSTD console. Useful for debugging. + * @ngdoc method + * @name $rootScope.Scope#$countChildScopes + * @module ngMock + * @this $rootScope.Scope + * @description + * Counts all the direct and indirect child scopes of the current scope. + * + * The current scope is excluded from the count. The count includes all isolate child scopes. + * + * @returns {number} Total number of child scopes. */ - window.dump = function() { - var args = []; - angular.forEach(arguments, function(arg) { - args.push(angular.mock.dump(arg)); - }); - jstestdriver.console.log.apply(jstestdriver.console, args); - if (window.console) { - window.console.log.apply(window.console, args); + function countChildScopes() { + var count = 0; // exclude the current scope + var pendingChildHeads = [this.$$childHead]; + var currentScope; + + while (pendingChildHeads.length) { + currentScope = pendingChildHeads.shift(); + + while (currentScope) { + count += 1; + pendingChildHeads.push(currentScope.$$childHead); + currentScope = currentScope.$$nextSibling; + } } - }; -})(window); + return count; + } -(window.jasmine || window.mocha) && (function(window) { - - var currentSpec = null; - - beforeEach(function() { - currentSpec = this; - }); - - afterEach(function() { - var injector = currentSpec.$injector; - currentSpec.$injector = null; - currentSpec.$modules = null; - currentSpec = null; - - if (injector) { - injector.get('$rootElement').unbind(); - injector.get('$browser').pollFns.length = 0; + /** + * @ngdoc method + * @name $rootScope.Scope#$countWatchers + * @this $rootScope.Scope + * @module ngMock + * @description + * Counts all the watchers of direct and indirect child scopes of the current scope. + * + * The watchers of the current scope are included in the count and so are all the watchers of + * isolate child scopes. + * + * @returns {number} Total number of watchers. + */ + function countWatchers() { + var count = this.$$watchers ? this.$$watchers.length : 0; // include the current scope + var pendingChildHeads = [this.$$childHead]; + var currentScope; + + while (pendingChildHeads.length) { + currentScope = pendingChildHeads.shift(); + + while (currentScope) { + count += currentScope.$$watchers ? currentScope.$$watchers.length : 0; + pendingChildHeads.push(currentScope.$$childHead); + currentScope = currentScope.$$nextSibling; + } } - angular.mock.clearDataCache(); + return count; + } +}]; - // clean up jquery's fragment cache - angular.forEach(angular.element.fragments, function(val, key) { - delete angular.element.fragments[key]; - }); - MockXhr.$$lastInstance = null; +(function(jasmineOrMocha) { - angular.forEach(angular.callbacks, function(val, key) { - delete angular.callbacks[key]; - }); - angular.callbacks.counter = 0; - }); - - function isSpecRunning() { - return currentSpec && currentSpec.queue.running; + if (!jasmineOrMocha) { + return; } + var currentSpec = null, + injectorState = new InjectorState(), + annotatedFunctions = [], + wasInjectorCreated = function() { + return !!currentSpec; + }; + + angular.mock.$$annotate = angular.injector.$$annotate; + angular.injector.$$annotate = function(fn) { + if (typeof fn === 'function' && !fn.$inject) { + annotatedFunctions.push(fn); + } + return angular.mock.$$annotate.apply(this, arguments); + }; + /** * @ngdoc function * @name angular.mock.module * @description * - * *NOTE*: This is function is also published on window for easy access.
    - * *NOTE*: Only available with {@link http://pivotal.github.com/jasmine/ jasmine}. + * *NOTE*: This function is also published on window for easy access.
    + * *NOTE*: This function is declared ONLY WHEN running tests with jasmine or mocha * * This function registers a module configuration code. It collects the configuration information * which will be used when the injector is created by {@link angular.mock.inject inject}. * * See {@link angular.mock.inject inject} for usage example * - * @param {...(string|Function)} fns any number of modules which are represented as string + * @param {...(string|Function|Object)} fns any number of modules which are represented as string * aliases or as anonymous module initialization functions. The modules are used to - * configure the injector. The 'ng' and 'ngMock' modules are automatically loaded. + * configure the injector. The 'ng' and 'ngMock' modules are automatically loaded. If an + * object literal is passed each key-value pair will be registered on the module via + * {@link auto.$provide $provide}.value, the key being the string name (or token) to associate + * with the value on the injector. */ - window.module = angular.mock.module = function() { + var module = window.module = angular.mock.module = function() { var moduleFns = Array.prototype.slice.call(arguments, 0); - return isSpecRunning() ? workFn() : workFn; + return wasInjectorCreated() ? workFn() : workFn; ///////////////////// function workFn() { if (currentSpec.$injector) { - throw Error('Injector already created, can not register a module!'); + throw new Error('Injector already created, can not register a module!'); } else { - var modules = currentSpec.$modules || (currentSpec.$modules = []); + var fn, modules = currentSpec.$modules || (currentSpec.$modules = []); angular.forEach(moduleFns, function(module) { - modules.push(module); + if (angular.isObject(module) && !angular.isArray(module)) { + fn = ['$provide', function($provide) { + angular.forEach(module, function(value, key) { + $provide.value(key, value); + }); + }]; + } else { + fn = module; + } + if (currentSpec.$providerInjector) { + currentSpec.$providerInjector.invoke(fn); + } else { + modules.push(fn); + } }); } } }; + module.$$beforeAllHook = (window.before || window.beforeAll); + module.$$afterAllHook = (window.after || window.afterAll); + + // purely for testing ngMock itself + module.$$currentSpec = function(to) { + if (arguments.length === 0) return to; + currentSpec = to; + }; + + /** + * @ngdoc function + * @name angular.mock.module.sharedInjector + * @description + * + * *NOTE*: This function is declared ONLY WHEN running tests with jasmine or mocha + * + * This function ensures a single injector will be used for all tests in a given describe context. + * This contrasts with the default behaviour where a new injector is created per test case. + * + * Use sharedInjector when you want to take advantage of Jasmine's `beforeAll()`, or mocha's + * `before()` methods. Call `module.sharedInjector()` before you setup any other hooks that + * will create (i.e call `module()`) or use (i.e call `inject()`) the injector. + * + * You cannot call `sharedInjector()` from within a context already using `sharedInjector()`. + * + * ## Example + * + * Typically beforeAll is used to make many assertions about a single operation. This can + * cut down test run-time as the test setup doesn't need to be re-run, and enabling focussed + * tests each with a single assertion. + * + * ```js + * describe("Deep Thought", function() { + * + * module.sharedInjector(); + * + * beforeAll(module("UltimateQuestion")); + * + * beforeAll(inject(function(DeepThought) { + * expect(DeepThought.answer).toBeUndefined(); + * DeepThought.generateAnswer(); + * })); + * + * it("has calculated the answer correctly", inject(function(DeepThought) { + * // Because of sharedInjector, we have access to the instance of the DeepThought service + * // that was provided to the beforeAll() hook. Therefore we can test the generated answer + * expect(DeepThought.answer).toBe(42); + * })); + * + * it("has calculated the answer within the expected time", inject(function(DeepThought) { + * expect(DeepThought.runTimeMillennia).toBeLessThan(8000); + * })); + * + * it("has double checked the answer", inject(function(DeepThought) { + * expect(DeepThought.absolutelySureItIsTheRightAnswer).toBe(true); + * })); + * + * }); + * + * ``` + */ + module.sharedInjector = function() { + if (!(module.$$beforeAllHook && module.$$afterAllHook)) { + throw Error('sharedInjector() cannot be used unless your test runner defines beforeAll/afterAll'); + } + + var initialized = false; + + module.$$beforeAllHook(/** @this */ function() { + if (injectorState.shared) { + injectorState.sharedError = Error('sharedInjector() cannot be called inside a context that has already called sharedInjector()'); + throw injectorState.sharedError; + } + initialized = true; + currentSpec = this; + injectorState.shared = true; + }); + + module.$$afterAllHook(function() { + if (initialized) { + injectorState = new InjectorState(); + module.$$cleanup(); + } else { + injectorState.sharedError = null; + } + }); + }; + + module.$$beforeEach = function() { + if (injectorState.shared && currentSpec && currentSpec !== this) { + var state = currentSpec; + currentSpec = this; + angular.forEach(['$injector','$modules','$providerInjector', '$injectorStrict'], function(k) { + currentSpec[k] = state[k]; + state[k] = null; + }); + } else { + currentSpec = this; + originalRootElement = null; + annotatedFunctions = []; + } + }; + + module.$$afterEach = function() { + if (injectorState.cleanupAfterEach()) { + module.$$cleanup(); + } + }; + + module.$$cleanup = function() { + var injector = currentSpec.$injector; + + annotatedFunctions.forEach(function(fn) { + delete fn.$inject; + }); + + currentSpec.$injector = null; + currentSpec.$modules = null; + currentSpec.$providerInjector = null; + currentSpec = null; + + if (injector) { + // Ensure `$rootElement` is instantiated, before checking `originalRootElement` + var $rootElement = injector.get('$rootElement'); + var rootNode = $rootElement && $rootElement[0]; + var cleanUpNodes = !originalRootElement ? [] : [originalRootElement[0]]; + if (rootNode && (!originalRootElement || rootNode !== originalRootElement[0])) { + cleanUpNodes.push(rootNode); + } + angular.element.cleanData(cleanUpNodes); + + // Ensure `$destroy()` is available, before calling it + // (a mocked `$rootScope` might not implement it (or not even be an object at all)) + var $rootScope = injector.get('$rootScope'); + if ($rootScope && $rootScope.$destroy) $rootScope.$destroy(); + } + + // clean up jquery's fragment cache + angular.forEach(angular.element.fragments, function(val, key) { + delete angular.element.fragments[key]; + }); + + MockXhr.$$lastInstance = null; + + angular.forEach(angular.callbacks, function(val, key) { + delete angular.callbacks[key]; + }); + angular.callbacks.$$counter = 0; + }; + + (window.beforeEach || window.setup)(module.$$beforeEach); + (window.afterEach || window.teardown)(module.$$afterEach); + /** * @ngdoc function * @name angular.mock.inject * @description * - * *NOTE*: This is function is also published on window for easy access.
    - * *NOTE*: Only available with {@link http://pivotal.github.com/jasmine/ jasmine}. + * *NOTE*: This function is also published on window for easy access.
    + * *NOTE*: This function is declared ONLY WHEN running tests with jasmine or mocha * * The inject function wraps a function into an injectable function. The inject() creates new - * instance of {@link AUTO.$injector $injector} per test, which is then used for + * instance of {@link auto.$injector $injector} per test, which is then used for * resolving references. * - * See also {@link angular.mock.module module} * + * ## Resolving References (Underscore Wrapping) + * Often, we would like to inject a reference once, in a `beforeEach()` block and reuse this + * in multiple `it()` clauses. To be able to do this we must assign the reference to a variable + * that is declared in the scope of the `describe()` block. Since we would, most likely, want + * the variable to have the same name of the reference we have a problem, since the parameter + * to the `inject()` function would hide the outer variable. + * + * To help with this, the injected parameters can, optionally, be enclosed with underscores. + * These are ignored by the injector when the reference name is resolved. + * + * For example, the parameter `_myService_` would be resolved as the reference `myService`. + * Since it is available in the function body as `_myService_`, we can then assign it to a variable + * defined in an outer scope. + * + * ``` + * // Defined out reference variable outside + * var myService; + * + * // Wrap the parameter in underscores + * beforeEach( inject( function(_myService_){ + * myService = _myService_; + * })); + * + * // Use myService in a series of tests. + * it('makes use of myService', function() { + * myService.doStuff(); + * }); + * + * ``` + * + * See also {@link angular.mock.module angular.mock.module} + * + * ## Example * Example of what a typical jasmine tests looks like with the inject method. - *
    +   * ```js
        *
        *   angular.module('myApplicationModule', [])
        *       .value('mode', 'app')
    @@ -1759,32 +3342,71 @@ window.jstestdriver && (function(window) {
        *       inject(function(version) {
        *         expect(version).toEqual('overridden');
        *       });
    -   *     ));
    +   *     });
        *   });
        *
    -   * 
    + * ``` * * @param {...Function} fns any number of functions which will be injected using the injector. */ + + + + var ErrorAddingDeclarationLocationStack = function ErrorAddingDeclarationLocationStack(e, errorForStack) { + this.message = e.message; + this.name = e.name; + if (e.line) this.line = e.line; + if (e.sourceId) this.sourceId = e.sourceId; + if (e.stack && errorForStack) + this.stack = e.stack + '\n' + errorForStack.stack; + if (e.stackArray) this.stackArray = e.stackArray; + }; + ErrorAddingDeclarationLocationStack.prototype = Error.prototype; + window.inject = angular.mock.inject = function() { var blockFns = Array.prototype.slice.call(arguments, 0); var errorForStack = new Error('Declaration Location'); - return isSpecRunning() ? workFn() : workFn; + // IE10+ and PhanthomJS do not set stack trace information, until the error is thrown + if (!errorForStack.stack) { + try { + throw errorForStack; + } catch (e) { /* empty */ } + } + return wasInjectorCreated() ? WorkFn.call(currentSpec) : WorkFn; ///////////////////// - function workFn() { + function WorkFn() { var modules = currentSpec.$modules || []; - + var strictDi = !!currentSpec.$injectorStrict; + modules.unshift(['$injector', function($injector) { + currentSpec.$providerInjector = $injector; + }]); modules.unshift('ngMock'); modules.unshift('ng'); var injector = currentSpec.$injector; if (!injector) { - injector = currentSpec.$injector = angular.injector(modules); + if (strictDi) { + // If strictDi is enabled, annotate the providerInjector blocks + angular.forEach(modules, function(moduleFn) { + if (typeof moduleFn === 'function') { + angular.injector.$$annotate(moduleFn); + } + }); + } + injector = currentSpec.$injector = angular.injector(modules, strictDi); + currentSpec.$injectorStrict = strictDi; } - for(var i = 0, ii = blockFns.length; i < ii; i++) { + for (var i = 0, ii = blockFns.length; i < ii; i++) { + if (currentSpec.$injectorStrict) { + // If the injector is strict / strictDi, and the spec wants to inject using automatic + // annotation, then annotate the function here. + injector.annotate(blockFns[i]); + } try { injector.invoke(blockFns[i] || angular.noop, this); } catch (e) { - if(e.stack) e.stack += '\n' + errorForStack.stack; + if (e.stack && errorForStack) { + throw new ErrorAddingDeclarationLocationStack(e, errorForStack); + } throw e; } finally { errorForStack = null; @@ -1792,4 +3414,29 @@ window.jstestdriver && (function(window) { } } }; -})(window); + + + angular.mock.inject.strictDi = function(value) { + value = arguments.length ? !!value : true; + return wasInjectorCreated() ? workFn() : workFn; + + function workFn() { + if (value !== currentSpec.$injectorStrict) { + if (currentSpec.$injector) { + throw new Error('Injector already created, can not modify strict annotations'); + } else { + currentSpec.$injectorStrict = value; + } + } + } + }; + + function InjectorState() { + this.shared = false; + this.sharedError = null; + + this.cleanupAfterEach = function() { + return !this.shared || this.sharedError; + }; + } +})(window.jasmine || window.mocha); diff --git a/src/ngMock/browserTrigger.js b/src/ngMock/browserTrigger.js new file mode 100644 index 000000000000..a0092fec083f --- /dev/null +++ b/src/ngMock/browserTrigger.js @@ -0,0 +1,257 @@ +'use strict'; + +(function() { + /** + * @ngdoc function + * @name browserTrigger + * @description + * + * This is a global (window) function that is only available when the {@link ngMock} module is + * included. + * + * It can be used to trigger a native browser event on an element, which is useful for unit testing. + * + * + * @param {Object} element Either a wrapped jQuery/jqLite node or a DOMElement + * @param {string=} eventType Optional event type. If none is specified, the function tries + * to determine the right event type for the element, e.g. `change` for + * `input[text]`. + * @param {Object=} eventData An optional object which contains additional event data that is used + * when creating the event: + * + * - `bubbles`: [Event.bubbles](https://developer.mozilla.org/docs/Web/API/Event/bubbles). + * Not applicable to all events. + * + * - `cancelable`: [Event.cancelable](https://developer.mozilla.org/docs/Web/API/Event/cancelable). + * Not applicable to all events. + * + * - `charcode`: [charCode](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/charcode) + * for keyboard events (keydown, keypress, and keyup). + * + * - `data`: [data](https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/data) for + * [CompositionEvents](https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent). + * + * - `elapsedTime`: the elapsedTime for + * [TransitionEvent](https://developer.mozilla.org/docs/Web/API/TransitionEvent) + * and [AnimationEvent](https://developer.mozilla.org/docs/Web/API/AnimationEvent). + * + * - `keycode`: [keyCode](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/keycode) + * for keyboard events (keydown, keypress, and keyup). + * + * - `keys`: an array of possible modifier keys (ctrl, alt, shift, meta) for + * [MouseEvent](https://developer.mozilla.org/docs/Web/API/MouseEvent) and + * keyboard events (keydown, keypress, and keyup). + * + * - `relatedTarget`: the + * [relatedTarget](https://developer.mozilla.org/docs/Web/API/MouseEvent/relatedTarget) + * for [MouseEvent](https://developer.mozilla.org/docs/Web/API/MouseEvent). + * + * - `which`: [which](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/which) + * for keyboard events (keydown, keypress, and keyup). + * + * - `x`: x-coordinates for [MouseEvent](https://developer.mozilla.org/docs/Web/API/MouseEvent) + * and [TouchEvent](https://developer.mozilla.org/docs/Web/API/TouchEvent). + * + * - `y`: y-coordinates for [MouseEvent](https://developer.mozilla.org/docs/Web/API/MouseEvent) + * and [TouchEvent](https://developer.mozilla.org/docs/Web/API/TouchEvent). + * + */ + window.browserTrigger = function browserTrigger(element, eventType, eventData) { + if (element && !element.nodeName) element = element[0]; + if (!element) return; + + eventData = eventData || {}; + var relatedTarget = eventData.relatedTarget || element; + var keys = eventData.keys; + var x = eventData.x; + var y = eventData.y; + + var inputType = (element.type) ? element.type.toLowerCase() : null, + nodeName = element.nodeName.toLowerCase(); + if (!eventType) { + eventType = { + 'text': 'change', + 'textarea': 'change', + 'hidden': 'change', + 'password': 'change', + 'button': 'click', + 'submit': 'click', + 'reset': 'click', + 'image': 'click', + 'checkbox': 'click', + 'radio': 'click', + 'select-one': 'change', + 'select-multiple': 'change', + '_default_': 'click' + }[inputType || '_default_']; + } + + if (nodeName === 'option') { + element.parentNode.value = element.value; + element = element.parentNode; + eventType = 'change'; + } + + keys = keys || []; + function pressed(key) { + return keys.indexOf(key) !== -1; + } + + var evnt; + if (/transitionend/.test(eventType)) { + if (window.WebKitTransitionEvent) { + evnt = new window.WebKitTransitionEvent(eventType, eventData); + evnt.initEvent(eventType, eventData.bubbles, true); + } else { + try { + evnt = new window.TransitionEvent(eventType, eventData); + } catch (e) { + evnt = window.document.createEvent('TransitionEvent'); + evnt.initTransitionEvent(eventType, eventData.bubbles, null, null, eventData.elapsedTime || 0); + } + } + } else if (/animationend/.test(eventType)) { + if (window.WebKitAnimationEvent) { + evnt = new window.WebKitAnimationEvent(eventType, eventData); + evnt.initEvent(eventType, eventData.bubbles, true); + } else { + try { + evnt = new window.AnimationEvent(eventType, eventData); + } catch (e) { + evnt = window.document.createEvent('AnimationEvent'); + evnt.initAnimationEvent(eventType, eventData.bubbles, null, null, eventData.elapsedTime || 0); + } + } + } else if (/touch/.test(eventType) && supportsTouchEvents()) { + evnt = createTouchEvent(element, eventType, x, y); + } else if (/key/.test(eventType)) { + evnt = window.document.createEvent('Events'); + evnt.initEvent(eventType, eventData.bubbles, eventData.cancelable); + evnt.view = window; + evnt.ctrlKey = pressed('ctrl'); + evnt.altKey = pressed('alt'); + evnt.shiftKey = pressed('shift'); + evnt.metaKey = pressed('meta'); + evnt.keyCode = eventData.keyCode; + evnt.charCode = eventData.charCode; + evnt.which = eventData.which; + } else if (/composition/.test(eventType)) { + try { + evnt = new window.CompositionEvent(eventType, { + data: eventData.data + }); + } catch (e) { + // Support: IE9+ + evnt = window.document.createEvent('CompositionEvent', {}); + evnt.initCompositionEvent( + eventType, + eventData.bubbles, + eventData.cancelable, + window, + eventData.data, + null + ); + } + + } else { + evnt = window.document.createEvent('MouseEvents'); + x = x || 0; + y = y || 0; + evnt.initMouseEvent(eventType, true, true, window, 0, x, y, x, y, pressed('ctrl'), + pressed('alt'), pressed('shift'), pressed('meta'), 0, relatedTarget); + } + + /* we're unable to change the timeStamp value directly so this + * is only here to allow for testing where the timeStamp value is + * read */ + evnt.$manualTimeStamp = eventData.timeStamp; + + if (!evnt) return; + + if (!eventData.bubbles || supportsEventBubblingInDetachedTree() || isAttachedToDocument(element)) { + return element.dispatchEvent(evnt); + } else { + triggerForPath(element, evnt); + } + }; + + function supportsTouchEvents() { + if ('_cached' in supportsTouchEvents) { + return supportsTouchEvents._cached; + } + if (!window.document.createTouch || !window.document.createTouchList) { + supportsTouchEvents._cached = false; + return false; + } + try { + window.document.createEvent('TouchEvent'); + } catch (e) { + supportsTouchEvents._cached = false; + return false; + } + supportsTouchEvents._cached = true; + return true; + } + + function createTouchEvent(element, eventType, x, y) { + var evnt = new window.Event(eventType); + x = x || 0; + y = y || 0; + + var touch = window.document.createTouch(window, element, Date.now(), x, y, x, y); + var touches = window.document.createTouchList(touch); + + evnt.touches = touches; + + return evnt; + } + + function supportsEventBubblingInDetachedTree() { + if ('_cached' in supportsEventBubblingInDetachedTree) { + return supportsEventBubblingInDetachedTree._cached; + } + supportsEventBubblingInDetachedTree._cached = false; + var doc = window.document; + if (doc) { + var parent = doc.createElement('div'), + child = parent.cloneNode(); + parent.appendChild(child); + parent.addEventListener('e', function() { + supportsEventBubblingInDetachedTree._cached = true; + }); + var evnt = window.document.createEvent('Events'); + evnt.initEvent('e', true, true); + child.dispatchEvent(evnt); + } + return supportsEventBubblingInDetachedTree._cached; + } + + function triggerForPath(element, evnt) { + var stop = false; + + var _stopPropagation = evnt.stopPropagation; + evnt.stopPropagation = function() { + stop = true; + _stopPropagation.apply(evnt, arguments); + }; + patchEventTargetForBubbling(evnt, element); + do { + element.dispatchEvent(evnt); + // eslint-disable-next-line no-unmodified-loop-condition + } while (!stop && (element = element.parentNode)); + } + + function patchEventTargetForBubbling(event, target) { + event._target = target; + Object.defineProperty(event, 'target', {get: function() { return this._target;}}); + } + + function isAttachedToDocument(element) { + while ((element = element.parentNode)) { + if (element === window) { + return true; + } + } + return false; + } +})(); diff --git a/src/ngParseExt/module.js b/src/ngParseExt/module.js new file mode 100644 index 000000000000..710e5fe2c50f --- /dev/null +++ b/src/ngParseExt/module.js @@ -0,0 +1,49 @@ +'use strict'; + +/* eslint-disable new-cap */ + +/** + * @ngdoc module + * @name ngParseExt + * @packageName angular-parse-ext + * + * @description + * + * The `ngParseExt` module provides functionality to allow Unicode characters in + * identifiers inside AngularJS expressions. + * + * This module allows the usage of any identifier that follows ES6 identifier naming convention + * to be used as an identifier in an AngularJS expression. ES6 delegates some of the identifier + * rules definition to Unicode, this module uses ES6 and Unicode 8.0 identifiers convention. + * + *
    + * You cannot use Unicode characters for variable names in the {@link ngRepeat} or {@link ngOptions} + * expressions (e.g. `ng-repeat="f in поля"`), because even with `ngParseExt` included, these + * special expressions are not parsed by the {@link $parse} service. + *
    + */ + +/* global angularParseExtModule: true, + IDS_Y, + IDC_Y +*/ + +function isValidIdentifierStart(ch, cp) { + return ch === '$' || + ch === '_' || + IDS_Y(cp); +} + +function isValidIdentifierContinue(ch, cp) { + return ch === '$' || + ch === '_' || + cp === 0x200C || // + cp === 0x200D || // + IDC_Y(cp); +} + +angular.module('ngParseExt', []) + .config(['$parseProvider', function($parseProvider) { + $parseProvider.setIdentifierFns(isValidIdentifierStart, isValidIdentifierContinue); + }]) + .info({ angularVersion: '"NG_VERSION_FULL"' }); diff --git a/src/ngParseExt/ucd.js b/src/ngParseExt/ucd.js new file mode 100644 index 000000000000..b6886fd31e27 --- /dev/null +++ b/src/ngParseExt/ucd.js @@ -0,0 +1,1217 @@ +/****************************************************** + * Generated file, do not modify * + * * + *****************************************************/ +"use strict"; +function IDS_Y(cp) { + if (0x0041 <= cp && cp <= 0x005A) return true; + if (0x0061 <= cp && cp <= 0x007A) return true; + if (cp === 0x00AA) return true; + if (cp === 0x00B5) return true; + if (cp === 0x00BA) return true; + if (0x00C0 <= cp && cp <= 0x00D6) return true; + if (0x00D8 <= cp && cp <= 0x00F6) return true; + if (0x00F8 <= cp && cp <= 0x02C1) return true; + if (0x02C6 <= cp && cp <= 0x02D1) return true; + if (0x02E0 <= cp && cp <= 0x02E4) return true; + if (cp === 0x02EC) return true; + if (cp === 0x02EE) return true; + if (0x0370 <= cp && cp <= 0x0374) return true; + if (0x0376 <= cp && cp <= 0x0377) return true; + if (0x037A <= cp && cp <= 0x037D) return true; + if (cp === 0x037F) return true; + if (cp === 0x0386) return true; + if (0x0388 <= cp && cp <= 0x038A) return true; + if (cp === 0x038C) return true; + if (0x038E <= cp && cp <= 0x03A1) return true; + if (0x03A3 <= cp && cp <= 0x03F5) return true; + if (0x03F7 <= cp && cp <= 0x0481) return true; + if (0x048A <= cp && cp <= 0x052F) return true; + if (0x0531 <= cp && cp <= 0x0556) return true; + if (cp === 0x0559) return true; + if (0x0561 <= cp && cp <= 0x0587) return true; + if (0x05D0 <= cp && cp <= 0x05EA) return true; + if (0x05F0 <= cp && cp <= 0x05F2) return true; + if (0x0620 <= cp && cp <= 0x064A) return true; + if (0x066E <= cp && cp <= 0x066F) return true; + if (0x0671 <= cp && cp <= 0x06D3) return true; + if (cp === 0x06D5) return true; + if (0x06E5 <= cp && cp <= 0x06E6) return true; + if (0x06EE <= cp && cp <= 0x06EF) return true; + if (0x06FA <= cp && cp <= 0x06FC) return true; + if (cp === 0x06FF) return true; + if (cp === 0x0710) return true; + if (0x0712 <= cp && cp <= 0x072F) return true; + if (0x074D <= cp && cp <= 0x07A5) return true; + if (cp === 0x07B1) return true; + if (0x07CA <= cp && cp <= 0x07EA) return true; + if (0x07F4 <= cp && cp <= 0x07F5) return true; + if (cp === 0x07FA) return true; + if (0x0800 <= cp && cp <= 0x0815) return true; + if (cp === 0x081A) return true; + if (cp === 0x0824) return true; + if (cp === 0x0828) return true; + if (0x0840 <= cp && cp <= 0x0858) return true; + if (0x08A0 <= cp && cp <= 0x08B4) return true; + if (0x0904 <= cp && cp <= 0x0939) return true; + if (cp === 0x093D) return true; + if (cp === 0x0950) return true; + if (0x0958 <= cp && cp <= 0x0961) return true; + if (0x0971 <= cp && cp <= 0x0980) return true; + if (0x0985 <= cp && cp <= 0x098C) return true; + if (0x098F <= cp && cp <= 0x0990) return true; + if (0x0993 <= cp && cp <= 0x09A8) return true; + if (0x09AA <= cp && cp <= 0x09B0) return true; + if (cp === 0x09B2) return true; + if (0x09B6 <= cp && cp <= 0x09B9) return true; + if (cp === 0x09BD) return true; + if (cp === 0x09CE) return true; + if (0x09DC <= cp && cp <= 0x09DD) return true; + if (0x09DF <= cp && cp <= 0x09E1) return true; + if (0x09F0 <= cp && cp <= 0x09F1) return true; + if (0x0A05 <= cp && cp <= 0x0A0A) return true; + if (0x0A0F <= cp && cp <= 0x0A10) return true; + if (0x0A13 <= cp && cp <= 0x0A28) return true; + if (0x0A2A <= cp && cp <= 0x0A30) return true; + if (0x0A32 <= cp && cp <= 0x0A33) return true; + if (0x0A35 <= cp && cp <= 0x0A36) return true; + if (0x0A38 <= cp && cp <= 0x0A39) return true; + if (0x0A59 <= cp && cp <= 0x0A5C) return true; + if (cp === 0x0A5E) return true; + if (0x0A72 <= cp && cp <= 0x0A74) return true; + if (0x0A85 <= cp && cp <= 0x0A8D) return true; + if (0x0A8F <= cp && cp <= 0x0A91) return true; + if (0x0A93 <= cp && cp <= 0x0AA8) return true; + if (0x0AAA <= cp && cp <= 0x0AB0) return true; + if (0x0AB2 <= cp && cp <= 0x0AB3) return true; + if (0x0AB5 <= cp && cp <= 0x0AB9) return true; + if (cp === 0x0ABD) return true; + if (cp === 0x0AD0) return true; + if (0x0AE0 <= cp && cp <= 0x0AE1) return true; + if (cp === 0x0AF9) return true; + if (0x0B05 <= cp && cp <= 0x0B0C) return true; + if (0x0B0F <= cp && cp <= 0x0B10) return true; + if (0x0B13 <= cp && cp <= 0x0B28) return true; + if (0x0B2A <= cp && cp <= 0x0B30) return true; + if (0x0B32 <= cp && cp <= 0x0B33) return true; + if (0x0B35 <= cp && cp <= 0x0B39) return true; + if (cp === 0x0B3D) return true; + if (0x0B5C <= cp && cp <= 0x0B5D) return true; + if (0x0B5F <= cp && cp <= 0x0B61) return true; + if (cp === 0x0B71) return true; + if (cp === 0x0B83) return true; + if (0x0B85 <= cp && cp <= 0x0B8A) return true; + if (0x0B8E <= cp && cp <= 0x0B90) return true; + if (0x0B92 <= cp && cp <= 0x0B95) return true; + if (0x0B99 <= cp && cp <= 0x0B9A) return true; + if (cp === 0x0B9C) return true; + if (0x0B9E <= cp && cp <= 0x0B9F) return true; + if (0x0BA3 <= cp && cp <= 0x0BA4) return true; + if (0x0BA8 <= cp && cp <= 0x0BAA) return true; + if (0x0BAE <= cp && cp <= 0x0BB9) return true; + if (cp === 0x0BD0) return true; + if (0x0C05 <= cp && cp <= 0x0C0C) return true; + if (0x0C0E <= cp && cp <= 0x0C10) return true; + if (0x0C12 <= cp && cp <= 0x0C28) return true; + if (0x0C2A <= cp && cp <= 0x0C39) return true; + if (cp === 0x0C3D) return true; + if (0x0C58 <= cp && cp <= 0x0C5A) return true; + if (0x0C60 <= cp && cp <= 0x0C61) return true; + if (0x0C85 <= cp && cp <= 0x0C8C) return true; + if (0x0C8E <= cp && cp <= 0x0C90) return true; + if (0x0C92 <= cp && cp <= 0x0CA8) return true; + if (0x0CAA <= cp && cp <= 0x0CB3) return true; + if (0x0CB5 <= cp && cp <= 0x0CB9) return true; + if (cp === 0x0CBD) return true; + if (cp === 0x0CDE) return true; + if (0x0CE0 <= cp && cp <= 0x0CE1) return true; + if (0x0CF1 <= cp && cp <= 0x0CF2) return true; + if (0x0D05 <= cp && cp <= 0x0D0C) return true; + if (0x0D0E <= cp && cp <= 0x0D10) return true; + if (0x0D12 <= cp && cp <= 0x0D3A) return true; + if (cp === 0x0D3D) return true; + if (cp === 0x0D4E) return true; + if (0x0D5F <= cp && cp <= 0x0D61) return true; + if (0x0D7A <= cp && cp <= 0x0D7F) return true; + if (0x0D85 <= cp && cp <= 0x0D96) return true; + if (0x0D9A <= cp && cp <= 0x0DB1) return true; + if (0x0DB3 <= cp && cp <= 0x0DBB) return true; + if (cp === 0x0DBD) return true; + if (0x0DC0 <= cp && cp <= 0x0DC6) return true; + if (0x0E01 <= cp && cp <= 0x0E30) return true; + if (0x0E32 <= cp && cp <= 0x0E33) return true; + if (0x0E40 <= cp && cp <= 0x0E46) return true; + if (0x0E81 <= cp && cp <= 0x0E82) return true; + if (cp === 0x0E84) return true; + if (0x0E87 <= cp && cp <= 0x0E88) return true; + if (cp === 0x0E8A) return true; + if (cp === 0x0E8D) return true; + if (0x0E94 <= cp && cp <= 0x0E97) return true; + if (0x0E99 <= cp && cp <= 0x0E9F) return true; + if (0x0EA1 <= cp && cp <= 0x0EA3) return true; + if (cp === 0x0EA5) return true; + if (cp === 0x0EA7) return true; + if (0x0EAA <= cp && cp <= 0x0EAB) return true; + if (0x0EAD <= cp && cp <= 0x0EB0) return true; + if (0x0EB2 <= cp && cp <= 0x0EB3) return true; + if (cp === 0x0EBD) return true; + if (0x0EC0 <= cp && cp <= 0x0EC4) return true; + if (cp === 0x0EC6) return true; + if (0x0EDC <= cp && cp <= 0x0EDF) return true; + if (cp === 0x0F00) return true; + if (0x0F40 <= cp && cp <= 0x0F47) return true; + if (0x0F49 <= cp && cp <= 0x0F6C) return true; + if (0x0F88 <= cp && cp <= 0x0F8C) return true; + if (0x1000 <= cp && cp <= 0x102A) return true; + if (cp === 0x103F) return true; + if (0x1050 <= cp && cp <= 0x1055) return true; + if (0x105A <= cp && cp <= 0x105D) return true; + if (cp === 0x1061) return true; + if (0x1065 <= cp && cp <= 0x1066) return true; + if (0x106E <= cp && cp <= 0x1070) return true; + if (0x1075 <= cp && cp <= 0x1081) return true; + if (cp === 0x108E) return true; + if (0x10A0 <= cp && cp <= 0x10C5) return true; + if (cp === 0x10C7) return true; + if (cp === 0x10CD) return true; + if (0x10D0 <= cp && cp <= 0x10FA) return true; + if (0x10FC <= cp && cp <= 0x1248) return true; + if (0x124A <= cp && cp <= 0x124D) return true; + if (0x1250 <= cp && cp <= 0x1256) return true; + if (cp === 0x1258) return true; + if (0x125A <= cp && cp <= 0x125D) return true; + if (0x1260 <= cp && cp <= 0x1288) return true; + if (0x128A <= cp && cp <= 0x128D) return true; + if (0x1290 <= cp && cp <= 0x12B0) return true; + if (0x12B2 <= cp && cp <= 0x12B5) return true; + if (0x12B8 <= cp && cp <= 0x12BE) return true; + if (cp === 0x12C0) return true; + if (0x12C2 <= cp && cp <= 0x12C5) return true; + if (0x12C8 <= cp && cp <= 0x12D6) return true; + if (0x12D8 <= cp && cp <= 0x1310) return true; + if (0x1312 <= cp && cp <= 0x1315) return true; + if (0x1318 <= cp && cp <= 0x135A) return true; + if (0x1380 <= cp && cp <= 0x138F) return true; + if (0x13A0 <= cp && cp <= 0x13F5) return true; + if (0x13F8 <= cp && cp <= 0x13FD) return true; + if (0x1401 <= cp && cp <= 0x166C) return true; + if (0x166F <= cp && cp <= 0x167F) return true; + if (0x1681 <= cp && cp <= 0x169A) return true; + if (0x16A0 <= cp && cp <= 0x16EA) return true; + if (0x16EE <= cp && cp <= 0x16F8) return true; + if (0x1700 <= cp && cp <= 0x170C) return true; + if (0x170E <= cp && cp <= 0x1711) return true; + if (0x1720 <= cp && cp <= 0x1731) return true; + if (0x1740 <= cp && cp <= 0x1751) return true; + if (0x1760 <= cp && cp <= 0x176C) return true; + if (0x176E <= cp && cp <= 0x1770) return true; + if (0x1780 <= cp && cp <= 0x17B3) return true; + if (cp === 0x17D7) return true; + if (cp === 0x17DC) return true; + if (0x1820 <= cp && cp <= 0x1877) return true; + if (0x1880 <= cp && cp <= 0x18A8) return true; + if (cp === 0x18AA) return true; + if (0x18B0 <= cp && cp <= 0x18F5) return true; + if (0x1900 <= cp && cp <= 0x191E) return true; + if (0x1950 <= cp && cp <= 0x196D) return true; + if (0x1970 <= cp && cp <= 0x1974) return true; + if (0x1980 <= cp && cp <= 0x19AB) return true; + if (0x19B0 <= cp && cp <= 0x19C9) return true; + if (0x1A00 <= cp && cp <= 0x1A16) return true; + if (0x1A20 <= cp && cp <= 0x1A54) return true; + if (cp === 0x1AA7) return true; + if (0x1B05 <= cp && cp <= 0x1B33) return true; + if (0x1B45 <= cp && cp <= 0x1B4B) return true; + if (0x1B83 <= cp && cp <= 0x1BA0) return true; + if (0x1BAE <= cp && cp <= 0x1BAF) return true; + if (0x1BBA <= cp && cp <= 0x1BE5) return true; + if (0x1C00 <= cp && cp <= 0x1C23) return true; + if (0x1C4D <= cp && cp <= 0x1C4F) return true; + if (0x1C5A <= cp && cp <= 0x1C7D) return true; + if (0x1CE9 <= cp && cp <= 0x1CEC) return true; + if (0x1CEE <= cp && cp <= 0x1CF1) return true; + if (0x1CF5 <= cp && cp <= 0x1CF6) return true; + if (0x1D00 <= cp && cp <= 0x1DBF) return true; + if (0x1E00 <= cp && cp <= 0x1F15) return true; + if (0x1F18 <= cp && cp <= 0x1F1D) return true; + if (0x1F20 <= cp && cp <= 0x1F45) return true; + if (0x1F48 <= cp && cp <= 0x1F4D) return true; + if (0x1F50 <= cp && cp <= 0x1F57) return true; + if (cp === 0x1F59) return true; + if (cp === 0x1F5B) return true; + if (cp === 0x1F5D) return true; + if (0x1F5F <= cp && cp <= 0x1F7D) return true; + if (0x1F80 <= cp && cp <= 0x1FB4) return true; + if (0x1FB6 <= cp && cp <= 0x1FBC) return true; + if (cp === 0x1FBE) return true; + if (0x1FC2 <= cp && cp <= 0x1FC4) return true; + if (0x1FC6 <= cp && cp <= 0x1FCC) return true; + if (0x1FD0 <= cp && cp <= 0x1FD3) return true; + if (0x1FD6 <= cp && cp <= 0x1FDB) return true; + if (0x1FE0 <= cp && cp <= 0x1FEC) return true; + if (0x1FF2 <= cp && cp <= 0x1FF4) return true; + if (0x1FF6 <= cp && cp <= 0x1FFC) return true; + if (cp === 0x2071) return true; + if (cp === 0x207F) return true; + if (0x2090 <= cp && cp <= 0x209C) return true; + if (cp === 0x2102) return true; + if (cp === 0x2107) return true; + if (0x210A <= cp && cp <= 0x2113) return true; + if (cp === 0x2115) return true; + if (0x2118 <= cp && cp <= 0x211D) return true; + if (cp === 0x2124) return true; + if (cp === 0x2126) return true; + if (cp === 0x2128) return true; + if (0x212A <= cp && cp <= 0x2139) return true; + if (0x213C <= cp && cp <= 0x213F) return true; + if (0x2145 <= cp && cp <= 0x2149) return true; + if (cp === 0x214E) return true; + if (0x2160 <= cp && cp <= 0x2188) return true; + if (0x2C00 <= cp && cp <= 0x2C2E) return true; + if (0x2C30 <= cp && cp <= 0x2C5E) return true; + if (0x2C60 <= cp && cp <= 0x2CE4) return true; + if (0x2CEB <= cp && cp <= 0x2CEE) return true; + if (0x2CF2 <= cp && cp <= 0x2CF3) return true; + if (0x2D00 <= cp && cp <= 0x2D25) return true; + if (cp === 0x2D27) return true; + if (cp === 0x2D2D) return true; + if (0x2D30 <= cp && cp <= 0x2D67) return true; + if (cp === 0x2D6F) return true; + if (0x2D80 <= cp && cp <= 0x2D96) return true; + if (0x2DA0 <= cp && cp <= 0x2DA6) return true; + if (0x2DA8 <= cp && cp <= 0x2DAE) return true; + if (0x2DB0 <= cp && cp <= 0x2DB6) return true; + if (0x2DB8 <= cp && cp <= 0x2DBE) return true; + if (0x2DC0 <= cp && cp <= 0x2DC6) return true; + if (0x2DC8 <= cp && cp <= 0x2DCE) return true; + if (0x2DD0 <= cp && cp <= 0x2DD6) return true; + if (0x2DD8 <= cp && cp <= 0x2DDE) return true; + if (0x3005 <= cp && cp <= 0x3007) return true; + if (0x3021 <= cp && cp <= 0x3029) return true; + if (0x3031 <= cp && cp <= 0x3035) return true; + if (0x3038 <= cp && cp <= 0x303C) return true; + if (0x3041 <= cp && cp <= 0x3096) return true; + if (0x309B <= cp && cp <= 0x309F) return true; + if (0x30A1 <= cp && cp <= 0x30FA) return true; + if (0x30FC <= cp && cp <= 0x30FF) return true; + if (0x3105 <= cp && cp <= 0x312D) return true; + if (0x3131 <= cp && cp <= 0x318E) return true; + if (0x31A0 <= cp && cp <= 0x31BA) return true; + if (0x31F0 <= cp && cp <= 0x31FF) return true; + if (0x3400 <= cp && cp <= 0x4DB5) return true; + if (0x4E00 <= cp && cp <= 0x9FD5) return true; + if (0xA000 <= cp && cp <= 0xA48C) return true; + if (0xA4D0 <= cp && cp <= 0xA4FD) return true; + if (0xA500 <= cp && cp <= 0xA60C) return true; + if (0xA610 <= cp && cp <= 0xA61F) return true; + if (0xA62A <= cp && cp <= 0xA62B) return true; + if (0xA640 <= cp && cp <= 0xA66E) return true; + if (0xA67F <= cp && cp <= 0xA69D) return true; + if (0xA6A0 <= cp && cp <= 0xA6EF) return true; + if (0xA717 <= cp && cp <= 0xA71F) return true; + if (0xA722 <= cp && cp <= 0xA788) return true; + if (0xA78B <= cp && cp <= 0xA7AD) return true; + if (0xA7B0 <= cp && cp <= 0xA7B7) return true; + if (0xA7F7 <= cp && cp <= 0xA801) return true; + if (0xA803 <= cp && cp <= 0xA805) return true; + if (0xA807 <= cp && cp <= 0xA80A) return true; + if (0xA80C <= cp && cp <= 0xA822) return true; + if (0xA840 <= cp && cp <= 0xA873) return true; + if (0xA882 <= cp && cp <= 0xA8B3) return true; + if (0xA8F2 <= cp && cp <= 0xA8F7) return true; + if (cp === 0xA8FB) return true; + if (cp === 0xA8FD) return true; + if (0xA90A <= cp && cp <= 0xA925) return true; + if (0xA930 <= cp && cp <= 0xA946) return true; + if (0xA960 <= cp && cp <= 0xA97C) return true; + if (0xA984 <= cp && cp <= 0xA9B2) return true; + if (cp === 0xA9CF) return true; + if (0xA9E0 <= cp && cp <= 0xA9E4) return true; + if (0xA9E6 <= cp && cp <= 0xA9EF) return true; + if (0xA9FA <= cp && cp <= 0xA9FE) return true; + if (0xAA00 <= cp && cp <= 0xAA28) return true; + if (0xAA40 <= cp && cp <= 0xAA42) return true; + if (0xAA44 <= cp && cp <= 0xAA4B) return true; + if (0xAA60 <= cp && cp <= 0xAA76) return true; + if (cp === 0xAA7A) return true; + if (0xAA7E <= cp && cp <= 0xAAAF) return true; + if (cp === 0xAAB1) return true; + if (0xAAB5 <= cp && cp <= 0xAAB6) return true; + if (0xAAB9 <= cp && cp <= 0xAABD) return true; + if (cp === 0xAAC0) return true; + if (cp === 0xAAC2) return true; + if (0xAADB <= cp && cp <= 0xAADD) return true; + if (0xAAE0 <= cp && cp <= 0xAAEA) return true; + if (0xAAF2 <= cp && cp <= 0xAAF4) return true; + if (0xAB01 <= cp && cp <= 0xAB06) return true; + if (0xAB09 <= cp && cp <= 0xAB0E) return true; + if (0xAB11 <= cp && cp <= 0xAB16) return true; + if (0xAB20 <= cp && cp <= 0xAB26) return true; + if (0xAB28 <= cp && cp <= 0xAB2E) return true; + if (0xAB30 <= cp && cp <= 0xAB5A) return true; + if (0xAB5C <= cp && cp <= 0xAB65) return true; + if (0xAB70 <= cp && cp <= 0xABE2) return true; + if (0xAC00 <= cp && cp <= 0xD7A3) return true; + if (0xD7B0 <= cp && cp <= 0xD7C6) return true; + if (0xD7CB <= cp && cp <= 0xD7FB) return true; + if (0xF900 <= cp && cp <= 0xFA6D) return true; + if (0xFA70 <= cp && cp <= 0xFAD9) return true; + if (0xFB00 <= cp && cp <= 0xFB06) return true; + if (0xFB13 <= cp && cp <= 0xFB17) return true; + if (cp === 0xFB1D) return true; + if (0xFB1F <= cp && cp <= 0xFB28) return true; + if (0xFB2A <= cp && cp <= 0xFB36) return true; + if (0xFB38 <= cp && cp <= 0xFB3C) return true; + if (cp === 0xFB3E) return true; + if (0xFB40 <= cp && cp <= 0xFB41) return true; + if (0xFB43 <= cp && cp <= 0xFB44) return true; + if (0xFB46 <= cp && cp <= 0xFBB1) return true; + if (0xFBD3 <= cp && cp <= 0xFD3D) return true; + if (0xFD50 <= cp && cp <= 0xFD8F) return true; + if (0xFD92 <= cp && cp <= 0xFDC7) return true; + if (0xFDF0 <= cp && cp <= 0xFDFB) return true; + if (0xFE70 <= cp && cp <= 0xFE74) return true; + if (0xFE76 <= cp && cp <= 0xFEFC) return true; + if (0xFF21 <= cp && cp <= 0xFF3A) return true; + if (0xFF41 <= cp && cp <= 0xFF5A) return true; + if (0xFF66 <= cp && cp <= 0xFFBE) return true; + if (0xFFC2 <= cp && cp <= 0xFFC7) return true; + if (0xFFCA <= cp && cp <= 0xFFCF) return true; + if (0xFFD2 <= cp && cp <= 0xFFD7) return true; + if (0xFFDA <= cp && cp <= 0xFFDC) return true; + if (0x10000 <= cp && cp <= 0x1000B) return true; + if (0x1000D <= cp && cp <= 0x10026) return true; + if (0x10028 <= cp && cp <= 0x1003A) return true; + if (0x1003C <= cp && cp <= 0x1003D) return true; + if (0x1003F <= cp && cp <= 0x1004D) return true; + if (0x10050 <= cp && cp <= 0x1005D) return true; + if (0x10080 <= cp && cp <= 0x100FA) return true; + if (0x10140 <= cp && cp <= 0x10174) return true; + if (0x10280 <= cp && cp <= 0x1029C) return true; + if (0x102A0 <= cp && cp <= 0x102D0) return true; + if (0x10300 <= cp && cp <= 0x1031F) return true; + if (0x10330 <= cp && cp <= 0x1034A) return true; + if (0x10350 <= cp && cp <= 0x10375) return true; + if (0x10380 <= cp && cp <= 0x1039D) return true; + if (0x103A0 <= cp && cp <= 0x103C3) return true; + if (0x103C8 <= cp && cp <= 0x103CF) return true; + if (0x103D1 <= cp && cp <= 0x103D5) return true; + if (0x10400 <= cp && cp <= 0x1049D) return true; + if (0x10500 <= cp && cp <= 0x10527) return true; + if (0x10530 <= cp && cp <= 0x10563) return true; + if (0x10600 <= cp && cp <= 0x10736) return true; + if (0x10740 <= cp && cp <= 0x10755) return true; + if (0x10760 <= cp && cp <= 0x10767) return true; + if (0x10800 <= cp && cp <= 0x10805) return true; + if (cp === 0x10808) return true; + if (0x1080A <= cp && cp <= 0x10835) return true; + if (0x10837 <= cp && cp <= 0x10838) return true; + if (cp === 0x1083C) return true; + if (0x1083F <= cp && cp <= 0x10855) return true; + if (0x10860 <= cp && cp <= 0x10876) return true; + if (0x10880 <= cp && cp <= 0x1089E) return true; + if (0x108E0 <= cp && cp <= 0x108F2) return true; + if (0x108F4 <= cp && cp <= 0x108F5) return true; + if (0x10900 <= cp && cp <= 0x10915) return true; + if (0x10920 <= cp && cp <= 0x10939) return true; + if (0x10980 <= cp && cp <= 0x109B7) return true; + if (0x109BE <= cp && cp <= 0x109BF) return true; + if (cp === 0x10A00) return true; + if (0x10A10 <= cp && cp <= 0x10A13) return true; + if (0x10A15 <= cp && cp <= 0x10A17) return true; + if (0x10A19 <= cp && cp <= 0x10A33) return true; + if (0x10A60 <= cp && cp <= 0x10A7C) return true; + if (0x10A80 <= cp && cp <= 0x10A9C) return true; + if (0x10AC0 <= cp && cp <= 0x10AC7) return true; + if (0x10AC9 <= cp && cp <= 0x10AE4) return true; + if (0x10B00 <= cp && cp <= 0x10B35) return true; + if (0x10B40 <= cp && cp <= 0x10B55) return true; + if (0x10B60 <= cp && cp <= 0x10B72) return true; + if (0x10B80 <= cp && cp <= 0x10B91) return true; + if (0x10C00 <= cp && cp <= 0x10C48) return true; + if (0x10C80 <= cp && cp <= 0x10CB2) return true; + if (0x10CC0 <= cp && cp <= 0x10CF2) return true; + if (0x11003 <= cp && cp <= 0x11037) return true; + if (0x11083 <= cp && cp <= 0x110AF) return true; + if (0x110D0 <= cp && cp <= 0x110E8) return true; + if (0x11103 <= cp && cp <= 0x11126) return true; + if (0x11150 <= cp && cp <= 0x11172) return true; + if (cp === 0x11176) return true; + if (0x11183 <= cp && cp <= 0x111B2) return true; + if (0x111C1 <= cp && cp <= 0x111C4) return true; + if (cp === 0x111DA) return true; + if (cp === 0x111DC) return true; + if (0x11200 <= cp && cp <= 0x11211) return true; + if (0x11213 <= cp && cp <= 0x1122B) return true; + if (0x11280 <= cp && cp <= 0x11286) return true; + if (cp === 0x11288) return true; + if (0x1128A <= cp && cp <= 0x1128D) return true; + if (0x1128F <= cp && cp <= 0x1129D) return true; + if (0x1129F <= cp && cp <= 0x112A8) return true; + if (0x112B0 <= cp && cp <= 0x112DE) return true; + if (0x11305 <= cp && cp <= 0x1130C) return true; + if (0x1130F <= cp && cp <= 0x11310) return true; + if (0x11313 <= cp && cp <= 0x11328) return true; + if (0x1132A <= cp && cp <= 0x11330) return true; + if (0x11332 <= cp && cp <= 0x11333) return true; + if (0x11335 <= cp && cp <= 0x11339) return true; + if (cp === 0x1133D) return true; + if (cp === 0x11350) return true; + if (0x1135D <= cp && cp <= 0x11361) return true; + if (0x11480 <= cp && cp <= 0x114AF) return true; + if (0x114C4 <= cp && cp <= 0x114C5) return true; + if (cp === 0x114C7) return true; + if (0x11580 <= cp && cp <= 0x115AE) return true; + if (0x115D8 <= cp && cp <= 0x115DB) return true; + if (0x11600 <= cp && cp <= 0x1162F) return true; + if (cp === 0x11644) return true; + if (0x11680 <= cp && cp <= 0x116AA) return true; + if (0x11700 <= cp && cp <= 0x11719) return true; + if (0x118A0 <= cp && cp <= 0x118DF) return true; + if (cp === 0x118FF) return true; + if (0x11AC0 <= cp && cp <= 0x11AF8) return true; + if (0x12000 <= cp && cp <= 0x12399) return true; + if (0x12400 <= cp && cp <= 0x1246E) return true; + if (0x12480 <= cp && cp <= 0x12543) return true; + if (0x13000 <= cp && cp <= 0x1342E) return true; + if (0x14400 <= cp && cp <= 0x14646) return true; + if (0x16800 <= cp && cp <= 0x16A38) return true; + if (0x16A40 <= cp && cp <= 0x16A5E) return true; + if (0x16AD0 <= cp && cp <= 0x16AED) return true; + if (0x16B00 <= cp && cp <= 0x16B2F) return true; + if (0x16B40 <= cp && cp <= 0x16B43) return true; + if (0x16B63 <= cp && cp <= 0x16B77) return true; + if (0x16B7D <= cp && cp <= 0x16B8F) return true; + if (0x16F00 <= cp && cp <= 0x16F44) return true; + if (cp === 0x16F50) return true; + if (0x16F93 <= cp && cp <= 0x16F9F) return true; + if (0x1B000 <= cp && cp <= 0x1B001) return true; + if (0x1BC00 <= cp && cp <= 0x1BC6A) return true; + if (0x1BC70 <= cp && cp <= 0x1BC7C) return true; + if (0x1BC80 <= cp && cp <= 0x1BC88) return true; + if (0x1BC90 <= cp && cp <= 0x1BC99) return true; + if (0x1D400 <= cp && cp <= 0x1D454) return true; + if (0x1D456 <= cp && cp <= 0x1D49C) return true; + if (0x1D49E <= cp && cp <= 0x1D49F) return true; + if (cp === 0x1D4A2) return true; + if (0x1D4A5 <= cp && cp <= 0x1D4A6) return true; + if (0x1D4A9 <= cp && cp <= 0x1D4AC) return true; + if (0x1D4AE <= cp && cp <= 0x1D4B9) return true; + if (cp === 0x1D4BB) return true; + if (0x1D4BD <= cp && cp <= 0x1D4C3) return true; + if (0x1D4C5 <= cp && cp <= 0x1D505) return true; + if (0x1D507 <= cp && cp <= 0x1D50A) return true; + if (0x1D50D <= cp && cp <= 0x1D514) return true; + if (0x1D516 <= cp && cp <= 0x1D51C) return true; + if (0x1D51E <= cp && cp <= 0x1D539) return true; + if (0x1D53B <= cp && cp <= 0x1D53E) return true; + if (0x1D540 <= cp && cp <= 0x1D544) return true; + if (cp === 0x1D546) return true; + if (0x1D54A <= cp && cp <= 0x1D550) return true; + if (0x1D552 <= cp && cp <= 0x1D6A5) return true; + if (0x1D6A8 <= cp && cp <= 0x1D6C0) return true; + if (0x1D6C2 <= cp && cp <= 0x1D6DA) return true; + if (0x1D6DC <= cp && cp <= 0x1D6FA) return true; + if (0x1D6FC <= cp && cp <= 0x1D714) return true; + if (0x1D716 <= cp && cp <= 0x1D734) return true; + if (0x1D736 <= cp && cp <= 0x1D74E) return true; + if (0x1D750 <= cp && cp <= 0x1D76E) return true; + if (0x1D770 <= cp && cp <= 0x1D788) return true; + if (0x1D78A <= cp && cp <= 0x1D7A8) return true; + if (0x1D7AA <= cp && cp <= 0x1D7C2) return true; + if (0x1D7C4 <= cp && cp <= 0x1D7CB) return true; + if (0x1E800 <= cp && cp <= 0x1E8C4) return true; + if (0x1EE00 <= cp && cp <= 0x1EE03) return true; + if (0x1EE05 <= cp && cp <= 0x1EE1F) return true; + if (0x1EE21 <= cp && cp <= 0x1EE22) return true; + if (cp === 0x1EE24) return true; + if (cp === 0x1EE27) return true; + if (0x1EE29 <= cp && cp <= 0x1EE32) return true; + if (0x1EE34 <= cp && cp <= 0x1EE37) return true; + if (cp === 0x1EE39) return true; + if (cp === 0x1EE3B) return true; + if (cp === 0x1EE42) return true; + if (cp === 0x1EE47) return true; + if (cp === 0x1EE49) return true; + if (cp === 0x1EE4B) return true; + if (0x1EE4D <= cp && cp <= 0x1EE4F) return true; + if (0x1EE51 <= cp && cp <= 0x1EE52) return true; + if (cp === 0x1EE54) return true; + if (cp === 0x1EE57) return true; + if (cp === 0x1EE59) return true; + if (cp === 0x1EE5B) return true; + if (cp === 0x1EE5D) return true; + if (cp === 0x1EE5F) return true; + if (0x1EE61 <= cp && cp <= 0x1EE62) return true; + if (cp === 0x1EE64) return true; + if (0x1EE67 <= cp && cp <= 0x1EE6A) return true; + if (0x1EE6C <= cp && cp <= 0x1EE72) return true; + if (0x1EE74 <= cp && cp <= 0x1EE77) return true; + if (0x1EE79 <= cp && cp <= 0x1EE7C) return true; + if (cp === 0x1EE7E) return true; + if (0x1EE80 <= cp && cp <= 0x1EE89) return true; + if (0x1EE8B <= cp && cp <= 0x1EE9B) return true; + if (0x1EEA1 <= cp && cp <= 0x1EEA3) return true; + if (0x1EEA5 <= cp && cp <= 0x1EEA9) return true; + if (0x1EEAB <= cp && cp <= 0x1EEBB) return true; + if (0x20000 <= cp && cp <= 0x2A6D6) return true; + if (0x2A700 <= cp && cp <= 0x2B734) return true; + if (0x2B740 <= cp && cp <= 0x2B81D) return true; + if (0x2B820 <= cp && cp <= 0x2CEA1) return true; + if (0x2F800 <= cp && cp <= 0x2FA1D) return true; + return false; +} +function IDC_Y(cp) { + if (0x0030 <= cp && cp <= 0x0039) return true; + if (0x0041 <= cp && cp <= 0x005A) return true; + if (cp === 0x005F) return true; + if (0x0061 <= cp && cp <= 0x007A) return true; + if (cp === 0x00AA) return true; + if (cp === 0x00B5) return true; + if (cp === 0x00B7) return true; + if (cp === 0x00BA) return true; + if (0x00C0 <= cp && cp <= 0x00D6) return true; + if (0x00D8 <= cp && cp <= 0x00F6) return true; + if (0x00F8 <= cp && cp <= 0x02C1) return true; + if (0x02C6 <= cp && cp <= 0x02D1) return true; + if (0x02E0 <= cp && cp <= 0x02E4) return true; + if (cp === 0x02EC) return true; + if (cp === 0x02EE) return true; + if (0x0300 <= cp && cp <= 0x0374) return true; + if (0x0376 <= cp && cp <= 0x0377) return true; + if (0x037A <= cp && cp <= 0x037D) return true; + if (cp === 0x037F) return true; + if (0x0386 <= cp && cp <= 0x038A) return true; + if (cp === 0x038C) return true; + if (0x038E <= cp && cp <= 0x03A1) return true; + if (0x03A3 <= cp && cp <= 0x03F5) return true; + if (0x03F7 <= cp && cp <= 0x0481) return true; + if (0x0483 <= cp && cp <= 0x0487) return true; + if (0x048A <= cp && cp <= 0x052F) return true; + if (0x0531 <= cp && cp <= 0x0556) return true; + if (cp === 0x0559) return true; + if (0x0561 <= cp && cp <= 0x0587) return true; + if (0x0591 <= cp && cp <= 0x05BD) return true; + if (cp === 0x05BF) return true; + if (0x05C1 <= cp && cp <= 0x05C2) return true; + if (0x05C4 <= cp && cp <= 0x05C5) return true; + if (cp === 0x05C7) return true; + if (0x05D0 <= cp && cp <= 0x05EA) return true; + if (0x05F0 <= cp && cp <= 0x05F2) return true; + if (0x0610 <= cp && cp <= 0x061A) return true; + if (0x0620 <= cp && cp <= 0x0669) return true; + if (0x066E <= cp && cp <= 0x06D3) return true; + if (0x06D5 <= cp && cp <= 0x06DC) return true; + if (0x06DF <= cp && cp <= 0x06E8) return true; + if (0x06EA <= cp && cp <= 0x06FC) return true; + if (cp === 0x06FF) return true; + if (0x0710 <= cp && cp <= 0x074A) return true; + if (0x074D <= cp && cp <= 0x07B1) return true; + if (0x07C0 <= cp && cp <= 0x07F5) return true; + if (cp === 0x07FA) return true; + if (0x0800 <= cp && cp <= 0x082D) return true; + if (0x0840 <= cp && cp <= 0x085B) return true; + if (0x08A0 <= cp && cp <= 0x08B4) return true; + if (0x08E3 <= cp && cp <= 0x0963) return true; + if (0x0966 <= cp && cp <= 0x096F) return true; + if (0x0971 <= cp && cp <= 0x0983) return true; + if (0x0985 <= cp && cp <= 0x098C) return true; + if (0x098F <= cp && cp <= 0x0990) return true; + if (0x0993 <= cp && cp <= 0x09A8) return true; + if (0x09AA <= cp && cp <= 0x09B0) return true; + if (cp === 0x09B2) return true; + if (0x09B6 <= cp && cp <= 0x09B9) return true; + if (0x09BC <= cp && cp <= 0x09C4) return true; + if (0x09C7 <= cp && cp <= 0x09C8) return true; + if (0x09CB <= cp && cp <= 0x09CE) return true; + if (cp === 0x09D7) return true; + if (0x09DC <= cp && cp <= 0x09DD) return true; + if (0x09DF <= cp && cp <= 0x09E3) return true; + if (0x09E6 <= cp && cp <= 0x09F1) return true; + if (0x0A01 <= cp && cp <= 0x0A03) return true; + if (0x0A05 <= cp && cp <= 0x0A0A) return true; + if (0x0A0F <= cp && cp <= 0x0A10) return true; + if (0x0A13 <= cp && cp <= 0x0A28) return true; + if (0x0A2A <= cp && cp <= 0x0A30) return true; + if (0x0A32 <= cp && cp <= 0x0A33) return true; + if (0x0A35 <= cp && cp <= 0x0A36) return true; + if (0x0A38 <= cp && cp <= 0x0A39) return true; + if (cp === 0x0A3C) return true; + if (0x0A3E <= cp && cp <= 0x0A42) return true; + if (0x0A47 <= cp && cp <= 0x0A48) return true; + if (0x0A4B <= cp && cp <= 0x0A4D) return true; + if (cp === 0x0A51) return true; + if (0x0A59 <= cp && cp <= 0x0A5C) return true; + if (cp === 0x0A5E) return true; + if (0x0A66 <= cp && cp <= 0x0A75) return true; + if (0x0A81 <= cp && cp <= 0x0A83) return true; + if (0x0A85 <= cp && cp <= 0x0A8D) return true; + if (0x0A8F <= cp && cp <= 0x0A91) return true; + if (0x0A93 <= cp && cp <= 0x0AA8) return true; + if (0x0AAA <= cp && cp <= 0x0AB0) return true; + if (0x0AB2 <= cp && cp <= 0x0AB3) return true; + if (0x0AB5 <= cp && cp <= 0x0AB9) return true; + if (0x0ABC <= cp && cp <= 0x0AC5) return true; + if (0x0AC7 <= cp && cp <= 0x0AC9) return true; + if (0x0ACB <= cp && cp <= 0x0ACD) return true; + if (cp === 0x0AD0) return true; + if (0x0AE0 <= cp && cp <= 0x0AE3) return true; + if (0x0AE6 <= cp && cp <= 0x0AEF) return true; + if (cp === 0x0AF9) return true; + if (0x0B01 <= cp && cp <= 0x0B03) return true; + if (0x0B05 <= cp && cp <= 0x0B0C) return true; + if (0x0B0F <= cp && cp <= 0x0B10) return true; + if (0x0B13 <= cp && cp <= 0x0B28) return true; + if (0x0B2A <= cp && cp <= 0x0B30) return true; + if (0x0B32 <= cp && cp <= 0x0B33) return true; + if (0x0B35 <= cp && cp <= 0x0B39) return true; + if (0x0B3C <= cp && cp <= 0x0B44) return true; + if (0x0B47 <= cp && cp <= 0x0B48) return true; + if (0x0B4B <= cp && cp <= 0x0B4D) return true; + if (0x0B56 <= cp && cp <= 0x0B57) return true; + if (0x0B5C <= cp && cp <= 0x0B5D) return true; + if (0x0B5F <= cp && cp <= 0x0B63) return true; + if (0x0B66 <= cp && cp <= 0x0B6F) return true; + if (cp === 0x0B71) return true; + if (0x0B82 <= cp && cp <= 0x0B83) return true; + if (0x0B85 <= cp && cp <= 0x0B8A) return true; + if (0x0B8E <= cp && cp <= 0x0B90) return true; + if (0x0B92 <= cp && cp <= 0x0B95) return true; + if (0x0B99 <= cp && cp <= 0x0B9A) return true; + if (cp === 0x0B9C) return true; + if (0x0B9E <= cp && cp <= 0x0B9F) return true; + if (0x0BA3 <= cp && cp <= 0x0BA4) return true; + if (0x0BA8 <= cp && cp <= 0x0BAA) return true; + if (0x0BAE <= cp && cp <= 0x0BB9) return true; + if (0x0BBE <= cp && cp <= 0x0BC2) return true; + if (0x0BC6 <= cp && cp <= 0x0BC8) return true; + if (0x0BCA <= cp && cp <= 0x0BCD) return true; + if (cp === 0x0BD0) return true; + if (cp === 0x0BD7) return true; + if (0x0BE6 <= cp && cp <= 0x0BEF) return true; + if (0x0C00 <= cp && cp <= 0x0C03) return true; + if (0x0C05 <= cp && cp <= 0x0C0C) return true; + if (0x0C0E <= cp && cp <= 0x0C10) return true; + if (0x0C12 <= cp && cp <= 0x0C28) return true; + if (0x0C2A <= cp && cp <= 0x0C39) return true; + if (0x0C3D <= cp && cp <= 0x0C44) return true; + if (0x0C46 <= cp && cp <= 0x0C48) return true; + if (0x0C4A <= cp && cp <= 0x0C4D) return true; + if (0x0C55 <= cp && cp <= 0x0C56) return true; + if (0x0C58 <= cp && cp <= 0x0C5A) return true; + if (0x0C60 <= cp && cp <= 0x0C63) return true; + if (0x0C66 <= cp && cp <= 0x0C6F) return true; + if (0x0C81 <= cp && cp <= 0x0C83) return true; + if (0x0C85 <= cp && cp <= 0x0C8C) return true; + if (0x0C8E <= cp && cp <= 0x0C90) return true; + if (0x0C92 <= cp && cp <= 0x0CA8) return true; + if (0x0CAA <= cp && cp <= 0x0CB3) return true; + if (0x0CB5 <= cp && cp <= 0x0CB9) return true; + if (0x0CBC <= cp && cp <= 0x0CC4) return true; + if (0x0CC6 <= cp && cp <= 0x0CC8) return true; + if (0x0CCA <= cp && cp <= 0x0CCD) return true; + if (0x0CD5 <= cp && cp <= 0x0CD6) return true; + if (cp === 0x0CDE) return true; + if (0x0CE0 <= cp && cp <= 0x0CE3) return true; + if (0x0CE6 <= cp && cp <= 0x0CEF) return true; + if (0x0CF1 <= cp && cp <= 0x0CF2) return true; + if (0x0D01 <= cp && cp <= 0x0D03) return true; + if (0x0D05 <= cp && cp <= 0x0D0C) return true; + if (0x0D0E <= cp && cp <= 0x0D10) return true; + if (0x0D12 <= cp && cp <= 0x0D3A) return true; + if (0x0D3D <= cp && cp <= 0x0D44) return true; + if (0x0D46 <= cp && cp <= 0x0D48) return true; + if (0x0D4A <= cp && cp <= 0x0D4E) return true; + if (cp === 0x0D57) return true; + if (0x0D5F <= cp && cp <= 0x0D63) return true; + if (0x0D66 <= cp && cp <= 0x0D6F) return true; + if (0x0D7A <= cp && cp <= 0x0D7F) return true; + if (0x0D82 <= cp && cp <= 0x0D83) return true; + if (0x0D85 <= cp && cp <= 0x0D96) return true; + if (0x0D9A <= cp && cp <= 0x0DB1) return true; + if (0x0DB3 <= cp && cp <= 0x0DBB) return true; + if (cp === 0x0DBD) return true; + if (0x0DC0 <= cp && cp <= 0x0DC6) return true; + if (cp === 0x0DCA) return true; + if (0x0DCF <= cp && cp <= 0x0DD4) return true; + if (cp === 0x0DD6) return true; + if (0x0DD8 <= cp && cp <= 0x0DDF) return true; + if (0x0DE6 <= cp && cp <= 0x0DEF) return true; + if (0x0DF2 <= cp && cp <= 0x0DF3) return true; + if (0x0E01 <= cp && cp <= 0x0E3A) return true; + if (0x0E40 <= cp && cp <= 0x0E4E) return true; + if (0x0E50 <= cp && cp <= 0x0E59) return true; + if (0x0E81 <= cp && cp <= 0x0E82) return true; + if (cp === 0x0E84) return true; + if (0x0E87 <= cp && cp <= 0x0E88) return true; + if (cp === 0x0E8A) return true; + if (cp === 0x0E8D) return true; + if (0x0E94 <= cp && cp <= 0x0E97) return true; + if (0x0E99 <= cp && cp <= 0x0E9F) return true; + if (0x0EA1 <= cp && cp <= 0x0EA3) return true; + if (cp === 0x0EA5) return true; + if (cp === 0x0EA7) return true; + if (0x0EAA <= cp && cp <= 0x0EAB) return true; + if (0x0EAD <= cp && cp <= 0x0EB9) return true; + if (0x0EBB <= cp && cp <= 0x0EBD) return true; + if (0x0EC0 <= cp && cp <= 0x0EC4) return true; + if (cp === 0x0EC6) return true; + if (0x0EC8 <= cp && cp <= 0x0ECD) return true; + if (0x0ED0 <= cp && cp <= 0x0ED9) return true; + if (0x0EDC <= cp && cp <= 0x0EDF) return true; + if (cp === 0x0F00) return true; + if (0x0F18 <= cp && cp <= 0x0F19) return true; + if (0x0F20 <= cp && cp <= 0x0F29) return true; + if (cp === 0x0F35) return true; + if (cp === 0x0F37) return true; + if (cp === 0x0F39) return true; + if (0x0F3E <= cp && cp <= 0x0F47) return true; + if (0x0F49 <= cp && cp <= 0x0F6C) return true; + if (0x0F71 <= cp && cp <= 0x0F84) return true; + if (0x0F86 <= cp && cp <= 0x0F97) return true; + if (0x0F99 <= cp && cp <= 0x0FBC) return true; + if (cp === 0x0FC6) return true; + if (0x1000 <= cp && cp <= 0x1049) return true; + if (0x1050 <= cp && cp <= 0x109D) return true; + if (0x10A0 <= cp && cp <= 0x10C5) return true; + if (cp === 0x10C7) return true; + if (cp === 0x10CD) return true; + if (0x10D0 <= cp && cp <= 0x10FA) return true; + if (0x10FC <= cp && cp <= 0x1248) return true; + if (0x124A <= cp && cp <= 0x124D) return true; + if (0x1250 <= cp && cp <= 0x1256) return true; + if (cp === 0x1258) return true; + if (0x125A <= cp && cp <= 0x125D) return true; + if (0x1260 <= cp && cp <= 0x1288) return true; + if (0x128A <= cp && cp <= 0x128D) return true; + if (0x1290 <= cp && cp <= 0x12B0) return true; + if (0x12B2 <= cp && cp <= 0x12B5) return true; + if (0x12B8 <= cp && cp <= 0x12BE) return true; + if (cp === 0x12C0) return true; + if (0x12C2 <= cp && cp <= 0x12C5) return true; + if (0x12C8 <= cp && cp <= 0x12D6) return true; + if (0x12D8 <= cp && cp <= 0x1310) return true; + if (0x1312 <= cp && cp <= 0x1315) return true; + if (0x1318 <= cp && cp <= 0x135A) return true; + if (0x135D <= cp && cp <= 0x135F) return true; + if (0x1369 <= cp && cp <= 0x1371) return true; + if (0x1380 <= cp && cp <= 0x138F) return true; + if (0x13A0 <= cp && cp <= 0x13F5) return true; + if (0x13F8 <= cp && cp <= 0x13FD) return true; + if (0x1401 <= cp && cp <= 0x166C) return true; + if (0x166F <= cp && cp <= 0x167F) return true; + if (0x1681 <= cp && cp <= 0x169A) return true; + if (0x16A0 <= cp && cp <= 0x16EA) return true; + if (0x16EE <= cp && cp <= 0x16F8) return true; + if (0x1700 <= cp && cp <= 0x170C) return true; + if (0x170E <= cp && cp <= 0x1714) return true; + if (0x1720 <= cp && cp <= 0x1734) return true; + if (0x1740 <= cp && cp <= 0x1753) return true; + if (0x1760 <= cp && cp <= 0x176C) return true; + if (0x176E <= cp && cp <= 0x1770) return true; + if (0x1772 <= cp && cp <= 0x1773) return true; + if (0x1780 <= cp && cp <= 0x17D3) return true; + if (cp === 0x17D7) return true; + if (0x17DC <= cp && cp <= 0x17DD) return true; + if (0x17E0 <= cp && cp <= 0x17E9) return true; + if (0x180B <= cp && cp <= 0x180D) return true; + if (0x1810 <= cp && cp <= 0x1819) return true; + if (0x1820 <= cp && cp <= 0x1877) return true; + if (0x1880 <= cp && cp <= 0x18AA) return true; + if (0x18B0 <= cp && cp <= 0x18F5) return true; + if (0x1900 <= cp && cp <= 0x191E) return true; + if (0x1920 <= cp && cp <= 0x192B) return true; + if (0x1930 <= cp && cp <= 0x193B) return true; + if (0x1946 <= cp && cp <= 0x196D) return true; + if (0x1970 <= cp && cp <= 0x1974) return true; + if (0x1980 <= cp && cp <= 0x19AB) return true; + if (0x19B0 <= cp && cp <= 0x19C9) return true; + if (0x19D0 <= cp && cp <= 0x19DA) return true; + if (0x1A00 <= cp && cp <= 0x1A1B) return true; + if (0x1A20 <= cp && cp <= 0x1A5E) return true; + if (0x1A60 <= cp && cp <= 0x1A7C) return true; + if (0x1A7F <= cp && cp <= 0x1A89) return true; + if (0x1A90 <= cp && cp <= 0x1A99) return true; + if (cp === 0x1AA7) return true; + if (0x1AB0 <= cp && cp <= 0x1ABD) return true; + if (0x1B00 <= cp && cp <= 0x1B4B) return true; + if (0x1B50 <= cp && cp <= 0x1B59) return true; + if (0x1B6B <= cp && cp <= 0x1B73) return true; + if (0x1B80 <= cp && cp <= 0x1BF3) return true; + if (0x1C00 <= cp && cp <= 0x1C37) return true; + if (0x1C40 <= cp && cp <= 0x1C49) return true; + if (0x1C4D <= cp && cp <= 0x1C7D) return true; + if (0x1CD0 <= cp && cp <= 0x1CD2) return true; + if (0x1CD4 <= cp && cp <= 0x1CF6) return true; + if (0x1CF8 <= cp && cp <= 0x1CF9) return true; + if (0x1D00 <= cp && cp <= 0x1DF5) return true; + if (0x1DFC <= cp && cp <= 0x1F15) return true; + if (0x1F18 <= cp && cp <= 0x1F1D) return true; + if (0x1F20 <= cp && cp <= 0x1F45) return true; + if (0x1F48 <= cp && cp <= 0x1F4D) return true; + if (0x1F50 <= cp && cp <= 0x1F57) return true; + if (cp === 0x1F59) return true; + if (cp === 0x1F5B) return true; + if (cp === 0x1F5D) return true; + if (0x1F5F <= cp && cp <= 0x1F7D) return true; + if (0x1F80 <= cp && cp <= 0x1FB4) return true; + if (0x1FB6 <= cp && cp <= 0x1FBC) return true; + if (cp === 0x1FBE) return true; + if (0x1FC2 <= cp && cp <= 0x1FC4) return true; + if (0x1FC6 <= cp && cp <= 0x1FCC) return true; + if (0x1FD0 <= cp && cp <= 0x1FD3) return true; + if (0x1FD6 <= cp && cp <= 0x1FDB) return true; + if (0x1FE0 <= cp && cp <= 0x1FEC) return true; + if (0x1FF2 <= cp && cp <= 0x1FF4) return true; + if (0x1FF6 <= cp && cp <= 0x1FFC) return true; + if (0x203F <= cp && cp <= 0x2040) return true; + if (cp === 0x2054) return true; + if (cp === 0x2071) return true; + if (cp === 0x207F) return true; + if (0x2090 <= cp && cp <= 0x209C) return true; + if (0x20D0 <= cp && cp <= 0x20DC) return true; + if (cp === 0x20E1) return true; + if (0x20E5 <= cp && cp <= 0x20F0) return true; + if (cp === 0x2102) return true; + if (cp === 0x2107) return true; + if (0x210A <= cp && cp <= 0x2113) return true; + if (cp === 0x2115) return true; + if (0x2118 <= cp && cp <= 0x211D) return true; + if (cp === 0x2124) return true; + if (cp === 0x2126) return true; + if (cp === 0x2128) return true; + if (0x212A <= cp && cp <= 0x2139) return true; + if (0x213C <= cp && cp <= 0x213F) return true; + if (0x2145 <= cp && cp <= 0x2149) return true; + if (cp === 0x214E) return true; + if (0x2160 <= cp && cp <= 0x2188) return true; + if (0x2C00 <= cp && cp <= 0x2C2E) return true; + if (0x2C30 <= cp && cp <= 0x2C5E) return true; + if (0x2C60 <= cp && cp <= 0x2CE4) return true; + if (0x2CEB <= cp && cp <= 0x2CF3) return true; + if (0x2D00 <= cp && cp <= 0x2D25) return true; + if (cp === 0x2D27) return true; + if (cp === 0x2D2D) return true; + if (0x2D30 <= cp && cp <= 0x2D67) return true; + if (cp === 0x2D6F) return true; + if (0x2D7F <= cp && cp <= 0x2D96) return true; + if (0x2DA0 <= cp && cp <= 0x2DA6) return true; + if (0x2DA8 <= cp && cp <= 0x2DAE) return true; + if (0x2DB0 <= cp && cp <= 0x2DB6) return true; + if (0x2DB8 <= cp && cp <= 0x2DBE) return true; + if (0x2DC0 <= cp && cp <= 0x2DC6) return true; + if (0x2DC8 <= cp && cp <= 0x2DCE) return true; + if (0x2DD0 <= cp && cp <= 0x2DD6) return true; + if (0x2DD8 <= cp && cp <= 0x2DDE) return true; + if (0x2DE0 <= cp && cp <= 0x2DFF) return true; + if (0x3005 <= cp && cp <= 0x3007) return true; + if (0x3021 <= cp && cp <= 0x302F) return true; + if (0x3031 <= cp && cp <= 0x3035) return true; + if (0x3038 <= cp && cp <= 0x303C) return true; + if (0x3041 <= cp && cp <= 0x3096) return true; + if (0x3099 <= cp && cp <= 0x309F) return true; + if (0x30A1 <= cp && cp <= 0x30FA) return true; + if (0x30FC <= cp && cp <= 0x30FF) return true; + if (0x3105 <= cp && cp <= 0x312D) return true; + if (0x3131 <= cp && cp <= 0x318E) return true; + if (0x31A0 <= cp && cp <= 0x31BA) return true; + if (0x31F0 <= cp && cp <= 0x31FF) return true; + if (0x3400 <= cp && cp <= 0x4DB5) return true; + if (0x4E00 <= cp && cp <= 0x9FD5) return true; + if (0xA000 <= cp && cp <= 0xA48C) return true; + if (0xA4D0 <= cp && cp <= 0xA4FD) return true; + if (0xA500 <= cp && cp <= 0xA60C) return true; + if (0xA610 <= cp && cp <= 0xA62B) return true; + if (0xA640 <= cp && cp <= 0xA66F) return true; + if (0xA674 <= cp && cp <= 0xA67D) return true; + if (0xA67F <= cp && cp <= 0xA6F1) return true; + if (0xA717 <= cp && cp <= 0xA71F) return true; + if (0xA722 <= cp && cp <= 0xA788) return true; + if (0xA78B <= cp && cp <= 0xA7AD) return true; + if (0xA7B0 <= cp && cp <= 0xA7B7) return true; + if (0xA7F7 <= cp && cp <= 0xA827) return true; + if (0xA840 <= cp && cp <= 0xA873) return true; + if (0xA880 <= cp && cp <= 0xA8C4) return true; + if (0xA8D0 <= cp && cp <= 0xA8D9) return true; + if (0xA8E0 <= cp && cp <= 0xA8F7) return true; + if (cp === 0xA8FB) return true; + if (cp === 0xA8FD) return true; + if (0xA900 <= cp && cp <= 0xA92D) return true; + if (0xA930 <= cp && cp <= 0xA953) return true; + if (0xA960 <= cp && cp <= 0xA97C) return true; + if (0xA980 <= cp && cp <= 0xA9C0) return true; + if (0xA9CF <= cp && cp <= 0xA9D9) return true; + if (0xA9E0 <= cp && cp <= 0xA9FE) return true; + if (0xAA00 <= cp && cp <= 0xAA36) return true; + if (0xAA40 <= cp && cp <= 0xAA4D) return true; + if (0xAA50 <= cp && cp <= 0xAA59) return true; + if (0xAA60 <= cp && cp <= 0xAA76) return true; + if (0xAA7A <= cp && cp <= 0xAAC2) return true; + if (0xAADB <= cp && cp <= 0xAADD) return true; + if (0xAAE0 <= cp && cp <= 0xAAEF) return true; + if (0xAAF2 <= cp && cp <= 0xAAF6) return true; + if (0xAB01 <= cp && cp <= 0xAB06) return true; + if (0xAB09 <= cp && cp <= 0xAB0E) return true; + if (0xAB11 <= cp && cp <= 0xAB16) return true; + if (0xAB20 <= cp && cp <= 0xAB26) return true; + if (0xAB28 <= cp && cp <= 0xAB2E) return true; + if (0xAB30 <= cp && cp <= 0xAB5A) return true; + if (0xAB5C <= cp && cp <= 0xAB65) return true; + if (0xAB70 <= cp && cp <= 0xABEA) return true; + if (0xABEC <= cp && cp <= 0xABED) return true; + if (0xABF0 <= cp && cp <= 0xABF9) return true; + if (0xAC00 <= cp && cp <= 0xD7A3) return true; + if (0xD7B0 <= cp && cp <= 0xD7C6) return true; + if (0xD7CB <= cp && cp <= 0xD7FB) return true; + if (0xF900 <= cp && cp <= 0xFA6D) return true; + if (0xFA70 <= cp && cp <= 0xFAD9) return true; + if (0xFB00 <= cp && cp <= 0xFB06) return true; + if (0xFB13 <= cp && cp <= 0xFB17) return true; + if (0xFB1D <= cp && cp <= 0xFB28) return true; + if (0xFB2A <= cp && cp <= 0xFB36) return true; + if (0xFB38 <= cp && cp <= 0xFB3C) return true; + if (cp === 0xFB3E) return true; + if (0xFB40 <= cp && cp <= 0xFB41) return true; + if (0xFB43 <= cp && cp <= 0xFB44) return true; + if (0xFB46 <= cp && cp <= 0xFBB1) return true; + if (0xFBD3 <= cp && cp <= 0xFD3D) return true; + if (0xFD50 <= cp && cp <= 0xFD8F) return true; + if (0xFD92 <= cp && cp <= 0xFDC7) return true; + if (0xFDF0 <= cp && cp <= 0xFDFB) return true; + if (0xFE00 <= cp && cp <= 0xFE0F) return true; + if (0xFE20 <= cp && cp <= 0xFE2F) return true; + if (0xFE33 <= cp && cp <= 0xFE34) return true; + if (0xFE4D <= cp && cp <= 0xFE4F) return true; + if (0xFE70 <= cp && cp <= 0xFE74) return true; + if (0xFE76 <= cp && cp <= 0xFEFC) return true; + if (0xFF10 <= cp && cp <= 0xFF19) return true; + if (0xFF21 <= cp && cp <= 0xFF3A) return true; + if (cp === 0xFF3F) return true; + if (0xFF41 <= cp && cp <= 0xFF5A) return true; + if (0xFF66 <= cp && cp <= 0xFFBE) return true; + if (0xFFC2 <= cp && cp <= 0xFFC7) return true; + if (0xFFCA <= cp && cp <= 0xFFCF) return true; + if (0xFFD2 <= cp && cp <= 0xFFD7) return true; + if (0xFFDA <= cp && cp <= 0xFFDC) return true; + if (0x10000 <= cp && cp <= 0x1000B) return true; + if (0x1000D <= cp && cp <= 0x10026) return true; + if (0x10028 <= cp && cp <= 0x1003A) return true; + if (0x1003C <= cp && cp <= 0x1003D) return true; + if (0x1003F <= cp && cp <= 0x1004D) return true; + if (0x10050 <= cp && cp <= 0x1005D) return true; + if (0x10080 <= cp && cp <= 0x100FA) return true; + if (0x10140 <= cp && cp <= 0x10174) return true; + if (cp === 0x101FD) return true; + if (0x10280 <= cp && cp <= 0x1029C) return true; + if (0x102A0 <= cp && cp <= 0x102D0) return true; + if (cp === 0x102E0) return true; + if (0x10300 <= cp && cp <= 0x1031F) return true; + if (0x10330 <= cp && cp <= 0x1034A) return true; + if (0x10350 <= cp && cp <= 0x1037A) return true; + if (0x10380 <= cp && cp <= 0x1039D) return true; + if (0x103A0 <= cp && cp <= 0x103C3) return true; + if (0x103C8 <= cp && cp <= 0x103CF) return true; + if (0x103D1 <= cp && cp <= 0x103D5) return true; + if (0x10400 <= cp && cp <= 0x1049D) return true; + if (0x104A0 <= cp && cp <= 0x104A9) return true; + if (0x10500 <= cp && cp <= 0x10527) return true; + if (0x10530 <= cp && cp <= 0x10563) return true; + if (0x10600 <= cp && cp <= 0x10736) return true; + if (0x10740 <= cp && cp <= 0x10755) return true; + if (0x10760 <= cp && cp <= 0x10767) return true; + if (0x10800 <= cp && cp <= 0x10805) return true; + if (cp === 0x10808) return true; + if (0x1080A <= cp && cp <= 0x10835) return true; + if (0x10837 <= cp && cp <= 0x10838) return true; + if (cp === 0x1083C) return true; + if (0x1083F <= cp && cp <= 0x10855) return true; + if (0x10860 <= cp && cp <= 0x10876) return true; + if (0x10880 <= cp && cp <= 0x1089E) return true; + if (0x108E0 <= cp && cp <= 0x108F2) return true; + if (0x108F4 <= cp && cp <= 0x108F5) return true; + if (0x10900 <= cp && cp <= 0x10915) return true; + if (0x10920 <= cp && cp <= 0x10939) return true; + if (0x10980 <= cp && cp <= 0x109B7) return true; + if (0x109BE <= cp && cp <= 0x109BF) return true; + if (0x10A00 <= cp && cp <= 0x10A03) return true; + if (0x10A05 <= cp && cp <= 0x10A06) return true; + if (0x10A0C <= cp && cp <= 0x10A13) return true; + if (0x10A15 <= cp && cp <= 0x10A17) return true; + if (0x10A19 <= cp && cp <= 0x10A33) return true; + if (0x10A38 <= cp && cp <= 0x10A3A) return true; + if (cp === 0x10A3F) return true; + if (0x10A60 <= cp && cp <= 0x10A7C) return true; + if (0x10A80 <= cp && cp <= 0x10A9C) return true; + if (0x10AC0 <= cp && cp <= 0x10AC7) return true; + if (0x10AC9 <= cp && cp <= 0x10AE6) return true; + if (0x10B00 <= cp && cp <= 0x10B35) return true; + if (0x10B40 <= cp && cp <= 0x10B55) return true; + if (0x10B60 <= cp && cp <= 0x10B72) return true; + if (0x10B80 <= cp && cp <= 0x10B91) return true; + if (0x10C00 <= cp && cp <= 0x10C48) return true; + if (0x10C80 <= cp && cp <= 0x10CB2) return true; + if (0x10CC0 <= cp && cp <= 0x10CF2) return true; + if (0x11000 <= cp && cp <= 0x11046) return true; + if (0x11066 <= cp && cp <= 0x1106F) return true; + if (0x1107F <= cp && cp <= 0x110BA) return true; + if (0x110D0 <= cp && cp <= 0x110E8) return true; + if (0x110F0 <= cp && cp <= 0x110F9) return true; + if (0x11100 <= cp && cp <= 0x11134) return true; + if (0x11136 <= cp && cp <= 0x1113F) return true; + if (0x11150 <= cp && cp <= 0x11173) return true; + if (cp === 0x11176) return true; + if (0x11180 <= cp && cp <= 0x111C4) return true; + if (0x111CA <= cp && cp <= 0x111CC) return true; + if (0x111D0 <= cp && cp <= 0x111DA) return true; + if (cp === 0x111DC) return true; + if (0x11200 <= cp && cp <= 0x11211) return true; + if (0x11213 <= cp && cp <= 0x11237) return true; + if (0x11280 <= cp && cp <= 0x11286) return true; + if (cp === 0x11288) return true; + if (0x1128A <= cp && cp <= 0x1128D) return true; + if (0x1128F <= cp && cp <= 0x1129D) return true; + if (0x1129F <= cp && cp <= 0x112A8) return true; + if (0x112B0 <= cp && cp <= 0x112EA) return true; + if (0x112F0 <= cp && cp <= 0x112F9) return true; + if (0x11300 <= cp && cp <= 0x11303) return true; + if (0x11305 <= cp && cp <= 0x1130C) return true; + if (0x1130F <= cp && cp <= 0x11310) return true; + if (0x11313 <= cp && cp <= 0x11328) return true; + if (0x1132A <= cp && cp <= 0x11330) return true; + if (0x11332 <= cp && cp <= 0x11333) return true; + if (0x11335 <= cp && cp <= 0x11339) return true; + if (0x1133C <= cp && cp <= 0x11344) return true; + if (0x11347 <= cp && cp <= 0x11348) return true; + if (0x1134B <= cp && cp <= 0x1134D) return true; + if (cp === 0x11350) return true; + if (cp === 0x11357) return true; + if (0x1135D <= cp && cp <= 0x11363) return true; + if (0x11366 <= cp && cp <= 0x1136C) return true; + if (0x11370 <= cp && cp <= 0x11374) return true; + if (0x11480 <= cp && cp <= 0x114C5) return true; + if (cp === 0x114C7) return true; + if (0x114D0 <= cp && cp <= 0x114D9) return true; + if (0x11580 <= cp && cp <= 0x115B5) return true; + if (0x115B8 <= cp && cp <= 0x115C0) return true; + if (0x115D8 <= cp && cp <= 0x115DD) return true; + if (0x11600 <= cp && cp <= 0x11640) return true; + if (cp === 0x11644) return true; + if (0x11650 <= cp && cp <= 0x11659) return true; + if (0x11680 <= cp && cp <= 0x116B7) return true; + if (0x116C0 <= cp && cp <= 0x116C9) return true; + if (0x11700 <= cp && cp <= 0x11719) return true; + if (0x1171D <= cp && cp <= 0x1172B) return true; + if (0x11730 <= cp && cp <= 0x11739) return true; + if (0x118A0 <= cp && cp <= 0x118E9) return true; + if (cp === 0x118FF) return true; + if (0x11AC0 <= cp && cp <= 0x11AF8) return true; + if (0x12000 <= cp && cp <= 0x12399) return true; + if (0x12400 <= cp && cp <= 0x1246E) return true; + if (0x12480 <= cp && cp <= 0x12543) return true; + if (0x13000 <= cp && cp <= 0x1342E) return true; + if (0x14400 <= cp && cp <= 0x14646) return true; + if (0x16800 <= cp && cp <= 0x16A38) return true; + if (0x16A40 <= cp && cp <= 0x16A5E) return true; + if (0x16A60 <= cp && cp <= 0x16A69) return true; + if (0x16AD0 <= cp && cp <= 0x16AED) return true; + if (0x16AF0 <= cp && cp <= 0x16AF4) return true; + if (0x16B00 <= cp && cp <= 0x16B36) return true; + if (0x16B40 <= cp && cp <= 0x16B43) return true; + if (0x16B50 <= cp && cp <= 0x16B59) return true; + if (0x16B63 <= cp && cp <= 0x16B77) return true; + if (0x16B7D <= cp && cp <= 0x16B8F) return true; + if (0x16F00 <= cp && cp <= 0x16F44) return true; + if (0x16F50 <= cp && cp <= 0x16F7E) return true; + if (0x16F8F <= cp && cp <= 0x16F9F) return true; + if (0x1B000 <= cp && cp <= 0x1B001) return true; + if (0x1BC00 <= cp && cp <= 0x1BC6A) return true; + if (0x1BC70 <= cp && cp <= 0x1BC7C) return true; + if (0x1BC80 <= cp && cp <= 0x1BC88) return true; + if (0x1BC90 <= cp && cp <= 0x1BC99) return true; + if (0x1BC9D <= cp && cp <= 0x1BC9E) return true; + if (0x1D165 <= cp && cp <= 0x1D169) return true; + if (0x1D16D <= cp && cp <= 0x1D172) return true; + if (0x1D17B <= cp && cp <= 0x1D182) return true; + if (0x1D185 <= cp && cp <= 0x1D18B) return true; + if (0x1D1AA <= cp && cp <= 0x1D1AD) return true; + if (0x1D242 <= cp && cp <= 0x1D244) return true; + if (0x1D400 <= cp && cp <= 0x1D454) return true; + if (0x1D456 <= cp && cp <= 0x1D49C) return true; + if (0x1D49E <= cp && cp <= 0x1D49F) return true; + if (cp === 0x1D4A2) return true; + if (0x1D4A5 <= cp && cp <= 0x1D4A6) return true; + if (0x1D4A9 <= cp && cp <= 0x1D4AC) return true; + if (0x1D4AE <= cp && cp <= 0x1D4B9) return true; + if (cp === 0x1D4BB) return true; + if (0x1D4BD <= cp && cp <= 0x1D4C3) return true; + if (0x1D4C5 <= cp && cp <= 0x1D505) return true; + if (0x1D507 <= cp && cp <= 0x1D50A) return true; + if (0x1D50D <= cp && cp <= 0x1D514) return true; + if (0x1D516 <= cp && cp <= 0x1D51C) return true; + if (0x1D51E <= cp && cp <= 0x1D539) return true; + if (0x1D53B <= cp && cp <= 0x1D53E) return true; + if (0x1D540 <= cp && cp <= 0x1D544) return true; + if (cp === 0x1D546) return true; + if (0x1D54A <= cp && cp <= 0x1D550) return true; + if (0x1D552 <= cp && cp <= 0x1D6A5) return true; + if (0x1D6A8 <= cp && cp <= 0x1D6C0) return true; + if (0x1D6C2 <= cp && cp <= 0x1D6DA) return true; + if (0x1D6DC <= cp && cp <= 0x1D6FA) return true; + if (0x1D6FC <= cp && cp <= 0x1D714) return true; + if (0x1D716 <= cp && cp <= 0x1D734) return true; + if (0x1D736 <= cp && cp <= 0x1D74E) return true; + if (0x1D750 <= cp && cp <= 0x1D76E) return true; + if (0x1D770 <= cp && cp <= 0x1D788) return true; + if (0x1D78A <= cp && cp <= 0x1D7A8) return true; + if (0x1D7AA <= cp && cp <= 0x1D7C2) return true; + if (0x1D7C4 <= cp && cp <= 0x1D7CB) return true; + if (0x1D7CE <= cp && cp <= 0x1D7FF) return true; + if (0x1DA00 <= cp && cp <= 0x1DA36) return true; + if (0x1DA3B <= cp && cp <= 0x1DA6C) return true; + if (cp === 0x1DA75) return true; + if (cp === 0x1DA84) return true; + if (0x1DA9B <= cp && cp <= 0x1DA9F) return true; + if (0x1DAA1 <= cp && cp <= 0x1DAAF) return true; + if (0x1E800 <= cp && cp <= 0x1E8C4) return true; + if (0x1E8D0 <= cp && cp <= 0x1E8D6) return true; + if (0x1EE00 <= cp && cp <= 0x1EE03) return true; + if (0x1EE05 <= cp && cp <= 0x1EE1F) return true; + if (0x1EE21 <= cp && cp <= 0x1EE22) return true; + if (cp === 0x1EE24) return true; + if (cp === 0x1EE27) return true; + if (0x1EE29 <= cp && cp <= 0x1EE32) return true; + if (0x1EE34 <= cp && cp <= 0x1EE37) return true; + if (cp === 0x1EE39) return true; + if (cp === 0x1EE3B) return true; + if (cp === 0x1EE42) return true; + if (cp === 0x1EE47) return true; + if (cp === 0x1EE49) return true; + if (cp === 0x1EE4B) return true; + if (0x1EE4D <= cp && cp <= 0x1EE4F) return true; + if (0x1EE51 <= cp && cp <= 0x1EE52) return true; + if (cp === 0x1EE54) return true; + if (cp === 0x1EE57) return true; + if (cp === 0x1EE59) return true; + if (cp === 0x1EE5B) return true; + if (cp === 0x1EE5D) return true; + if (cp === 0x1EE5F) return true; + if (0x1EE61 <= cp && cp <= 0x1EE62) return true; + if (cp === 0x1EE64) return true; + if (0x1EE67 <= cp && cp <= 0x1EE6A) return true; + if (0x1EE6C <= cp && cp <= 0x1EE72) return true; + if (0x1EE74 <= cp && cp <= 0x1EE77) return true; + if (0x1EE79 <= cp && cp <= 0x1EE7C) return true; + if (cp === 0x1EE7E) return true; + if (0x1EE80 <= cp && cp <= 0x1EE89) return true; + if (0x1EE8B <= cp && cp <= 0x1EE9B) return true; + if (0x1EEA1 <= cp && cp <= 0x1EEA3) return true; + if (0x1EEA5 <= cp && cp <= 0x1EEA9) return true; + if (0x1EEAB <= cp && cp <= 0x1EEBB) return true; + if (0x20000 <= cp && cp <= 0x2A6D6) return true; + if (0x2A700 <= cp && cp <= 0x2B734) return true; + if (0x2B740 <= cp && cp <= 0x2B81D) return true; + if (0x2B820 <= cp && cp <= 0x2CEA1) return true; + if (0x2F800 <= cp && cp <= 0x2FA1D) return true; + if (0xE0100 <= cp && cp <= 0xE01EF) return true; + return false; +} diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 0bcf4cceab44..11bb45ba20b3 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -1,15 +1,80 @@ 'use strict'; +var $resourceMinErr = angular.$$minErr('$resource'); + +// Helper functions and regex to lookup a dotted path on an object +// stopping at undefined/null. The path must be composed of ASCII +// identifiers (just like $parse) +var MEMBER_NAME_REGEX = /^(\.[a-zA-Z_$@][0-9a-zA-Z_$@]*)+$/; + +function isValidDottedPath(path) { + return (path != null && path !== '' && path !== 'hasOwnProperty' && + MEMBER_NAME_REGEX.test('.' + path)); +} + +function lookupDottedPath(obj, path) { + if (!isValidDottedPath(path)) { + throw $resourceMinErr('badmember', 'Dotted member path "@{0}" is invalid.', path); + } + var keys = path.split('.'); + for (var i = 0, ii = keys.length; i < ii && angular.isDefined(obj); i++) { + var key = keys[i]; + obj = (obj !== null) ? obj[key] : undefined; + } + return obj; +} + +/** + * Create a shallow copy of an object and clear other fields from the destination + */ +function shallowClearAndCopy(src, dst) { + dst = dst || {}; + + angular.forEach(dst, function(value, key) { + delete dst[key]; + }); + + for (var key in src) { + if (src.hasOwnProperty(key) && !(key.charAt(0) === '$' && key.charAt(1) === '$')) { + dst[key] = src[key]; + } + } + + return dst; +} + /** - * @ngdoc overview + * @ngdoc module * @name ngResource * @description + * + * The `ngResource` module provides interaction support with RESTful services + * via the $resource service. + * + * See {@link ngResource.$resourceProvider} and {@link ngResource.$resource} for usage. */ /** - * @ngdoc object - * @name ngResource.$resource + * @ngdoc provider + * @name $resourceProvider + * + * @description + * + * Use `$resourceProvider` to change the default behavior of the {@link ngResource.$resource} + * service. + * + * ## Dependencies + * Requires the {@link ngResource } module to be installed. + * + */ + +/** + * @ngdoc service + * @name $resource * @requires $http + * @requires ng.$log + * @requires $q + * @requires ng.$timeout * * @description * A factory which creates a resource object that lets you interact with @@ -18,482 +83,821 @@ * The returned resource object has action methods which provide high-level behaviors without * the need to interact with the low level {@link ng.$http $http} service. * + * Requires the {@link ngResource `ngResource`} module to be installed. + * + * By default, trailing slashes will be stripped from the calculated URLs, + * which can pose problems with server backends that do not expect that + * behavior. This can be disabled by configuring the `$resourceProvider` like + * this: + * + * ```js + app.config(['$resourceProvider', function($resourceProvider) { + // Don't strip trailing slashes from calculated URLs + $resourceProvider.defaults.stripTrailingSlashes = false; + }]); + * ``` + * * @param {string} url A parameterized URL template with parameters prefixed by `:` as in * `/user/:username`. If you are using a URL with a port number (e.g. - * `http://example.com:8080/api`), you'll need to escape the colon character before the port - * number, like this: `$resource('http://example.com//:8080/api')`. + * `http://example.com:8080/api`), it will be respected. + * + * If you are using a url with a suffix, just add the suffix, like this: + * `$resource('http://example.com/resource.json')` or `$resource('http://example.com/:id.json')` + * or even `$resource('http://example.com/resource/:resource_id.:format')` + * If the parameter before the suffix is empty, :resource_id in this case, then the `/.` will be + * collapsed down to a single `.`. If you need this sequence to appear and not collapse then you + * can escape it with `/\.`. * * @param {Object=} paramDefaults Default values for `url` parameters. These can be overridden in - * `actions` methods. If any of the parameter value is a function, it will be executed every time - * when a param value needs to be obtained for a request (unless the param was overriden). + * `actions` methods. If a parameter value is a function, it will be called every time + * a param value needs to be obtained for a request (unless the param was overridden). The + * function will be passed the current data value as an argument. * * Each key value in the parameter object is first bound to url template if present and then any * excess keys are appended to the url search query after the `?`. * - * Given a template `/path/:verb` and parameter `{verb:'greet', salutation:'Hello'}` results in + * Given a template `/path/:verb` and parameter `{verb: 'greet', salutation: 'Hello'}` results in * URL `/path/greet?salutation=Hello`. * - * If the parameter value is prefixed with `@` then the value of that parameter is extracted from - * the data object (useful for non-GET operations). + * If the parameter value is prefixed with `@`, then the value for that parameter will be + * extracted from the corresponding property on the `data` object (provided when calling actions + * with a request body). + * For example, if the `defaultParam` object is `{someParam: '@someProp'}` then the value of + * `someParam` will be `data.someProp`. + * Note that the parameter will be ignored, when calling a "GET" action method (i.e. an action + * method that does not accept a request body). * - * @param {Object.=} actions Hash with declaration of custom action that should extend the - * default set of resource actions. The declaration should be created in the format of {@link - * ng.$http#Parameters $http.config}: + * @param {Object.=} actions Hash with declaration of custom actions that will be available + * in addition to the default set of resource actions (see below). If a custom action has the same + * key as a default action (e.g. `save`), then the default action will be *overwritten*, and not + * extended. * - * {action1: {method:?, params:?, isArray:?, headers:?, ...}, - * action2: {method:?, params:?, isArray:?, headers:?, ...}, - * ...} + * The declaration should be created in the format of {@link ng.$http#usage $http.config}: + * + * { + * action1: {method:?, params:?, isArray:?, headers:?, ...}, + * action2: {method:?, params:?, isArray:?, headers:?, ...}, + * ... + * } * * Where: * - * - **`action`** – {string} – The name of action. This name becomes the name of the method on your - * resource object. - * - **`method`** – {string} – HTTP request method. Valid methods are: `GET`, `POST`, `PUT`, `DELETE`, - * and `JSONP`. - * - **`params`** – {Object=} – Optional set of pre-bound parameters for this action. If any of the - * parameter value is a function, it will be executed every time when a param value needs to be - * obtained for a request (unless the param was overriden). - * - **`isArray`** – {boolean=} – If true then the returned object for this action is an array, see - * `returns` section. - * - **`transformRequest`** – `{function(data, headersGetter)|Array.}` – - * transform function or an array of such functions. The transform function takes the http + * - **`action`** – {string} – The name of action. This name becomes the name of the method on + * your resource object. + * - **`method`** – {string} – Case insensitive HTTP method (e.g. `GET`, `POST`, `PUT`, + * `DELETE`, `JSONP`, etc). + * - **`params`** – {Object=} – Optional set of pre-bound parameters for this action. If any of + * the parameter value is a function, it will be called every time when a param value needs to + * be obtained for a request (unless the param was overridden). The function will be passed the + * current data value as an argument. + * - **`url`** – {string} – Action specific `url` override. The url templating is supported just + * like for the resource-level urls. + * - **`isArray`** – {boolean=} – If true then the returned object for this action is an array, + * see `returns` section. + * - **`transformRequest`** – + * `{function(data, headersGetter)|Array.}` – + * Transform function or an array of such functions. The transform function takes the http * request body and headers and returns its transformed (typically serialized) version. - * - **`transformResponse`** – `{function(data, headersGetter)|Array.}` – - * transform function or an array of such functions. The transform function takes the http - * response body and headers and returns its transformed (typically deserialized) version. - * - **`cache`** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the - * GET request, otherwise if a cache instance built with - * {@link ng.$cacheFactory $cacheFactory}, this cache will be used for - * caching. - * - **`timeout`** – `{number}` – timeout in milliseconds. - * - **`withCredentials`** - `{boolean}` - whether to to set the `withCredentials` flag on the - * XHR object. See {@link https://developer.mozilla.org/en/http_access_control#section_5 - * requests with credentials} for more information. - * - **`responseType`** - `{string}` - see {@link - * https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType requestType}. + * By default, transformRequest will contain one function that checks if the request data is + * an object and serializes it using `angular.toJson`. To prevent this behavior, set + * `transformRequest` to an empty array: `transformRequest: []` + * - **`transformResponse`** – + * `{function(data, headersGetter, status)|Array.}` – + * Transform function or an array of such functions. The transform function takes the HTTP + * response body, headers and status and returns its transformed (typically deserialized) + * version. + * By default, transformResponse will contain one function that checks if the response looks + * like a JSON string and deserializes it using `angular.fromJson`. To prevent this behavior, + * set `transformResponse` to an empty array: `transformResponse: []` + * - **`cache`** – `{boolean|Cache}` – A boolean value or object created with + * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of the HTTP response. + * See {@link $http#caching $http Caching} for more information. + * - **`timeout`** – `{number}` – Timeout in milliseconds.
    + * **Note:** In contrast to {@link ng.$http#usage $http.config}, {@link ng.$q promises} are + * **not** supported in `$resource`, because the same value would be used for multiple requests. + * If you are looking for a way to cancel requests, you should use the `cancellable` option. + * - **`cancellable`** – `{boolean}` – If true, the request made by a "non-instance" call will be + * cancelled (if not already completed) by calling `$cancelRequest()` on the call's return + * value. Calling `$cancelRequest()` for a non-cancellable or an already completed/cancelled + * request will have no effect. + * - **`withCredentials`** – `{boolean}` – Whether to set the `withCredentials` flag on the + * XHR object. See + * [XMLHttpRequest.withCredentials](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials) + * for more information. + * - **`responseType`** – `{string}` – See + * [XMLHttpRequest.responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/responseType). + * - **`interceptor`** – `{Object=}` – The interceptor object has four optional methods - + * `request`, `requestError`, `response`, and `responseError`. See + * {@link ng.$http#interceptors $http interceptors} for details. Note that + * `request`/`requestError` interceptors are applied before calling `$http`, thus before any + * global `$http` interceptors. Also, rejecting or throwing an error inside the `request` + * interceptor will result in calling the `responseError` interceptor. + * The resource instance or collection is available on the `resource` property of the + * `http response` object passed to `response`/`responseError` interceptors. + * Keep in mind that the associated promise will be resolved with the value returned by the + * response interceptors. Make sure you return an appropriate value and not the `response` + * object passed as input. For reference, the default `response` interceptor (which gets applied + * if you don't specify a custom one) returns `response.resource`.
    + * See {@link ngResource.$resource#using-interceptors below} for an example of using + * interceptors in `$resource`. + * - **`hasBody`** – `{boolean}` – If true, then the request will have a body. + * If not specified, then only POST, PUT and PATCH requests will have a body. * + * @param {Object} options Hash with custom settings that should extend the + * default `$resourceProvider` behavior. The supported options are: + * + * - **`stripTrailingSlashes`** – {boolean} – If true then the trailing + * slashes from any calculated URL will be stripped. (Defaults to true.) + * - **`cancellable`** – {boolean} – If true, the request made by a "non-instance" call will be + * cancelled (if not already completed) by calling `$cancelRequest()` on the call's return value. + * This can be overwritten per action. (Defaults to false.) * * @returns {Object} A resource "class" object with methods for the default set of resource actions * optionally extended with custom `actions`. The default set contains these actions: + * ```js + * { + * 'get': {method: 'GET'}, + * 'save': {method: 'POST'}, + * 'query': {method: 'GET', isArray: true}, + * 'remove': {method: 'DELETE'}, + * 'delete': {method: 'DELETE'} + * } + * ``` * - * { 'get': {method:'GET'}, - * 'save': {method:'POST'}, - * 'query': {method:'GET', isArray:true}, - * 'remove': {method:'DELETE'}, - * 'delete': {method:'DELETE'} }; - * - * Calling these methods invoke an {@link ng.$http} with the specified http method, - * destination and parameters. When the data is returned from the server then the object is an - * instance of the resource class. The actions `save`, `remove` and `delete` are available on it - * as methods with the `$` prefix. This allows you to easily perform CRUD operations (create, - * read, update, delete) on server-side data like this: - *
    -        var User = $resource('/user/:userId', {userId:'@id'});
    -        var user = User.get({userId:123}, function() {
    -          user.abc = true;
    -          user.$save();
    -        });
    -     
    + * Calling these methods invoke {@link ng.$http} with the specified http method, destination and + * parameters. When the data is returned from the server then the object is an instance of the + * resource class. The actions `save`, `remove` and `delete` are available on it as methods with + * the `$` prefix. This allows you to easily perform CRUD operations (create, read, update, + * delete) on server-side data like this: + * ```js + * var User = $resource('/user/:userId', {userId: '@id'}); + * User.get({userId: 123}).$promise.then(function(user) { + * user.abc = true; + * user.$save(); + * }); + * ``` * - * It is important to realize that invoking a $resource object method immediately returns an + * It is important to realize that invoking a `$resource` object method immediately returns an * empty reference (object or array depending on `isArray`). Once the data is returned from the * server the existing reference is populated with the actual data. This is a useful trick since * usually the resource is assigned to a model which is then rendered by the view. Having an empty * object results in no rendering, once the data arrives from the server then the object is * populated with the data and the view automatically re-renders itself showing the new data. This - * means that in most case one never has to write a callback function for the action methods. + * means that in most cases one never has to write a callback function for the action methods. * * The action methods on the class object or instance object can be invoked with the following * parameters: * - * - HTTP GET "class" actions: `Resource.action([parameters], [success], [error])` - * - non-GET "class" actions: `Resource.action([parameters], postData, [success], [error])` - * - non-GET instance actions: `instance.$action([parameters], [success], [error])` + * - "class" actions without a body: `Resource.action([parameters], [success], [error])` + * - "class" actions with a body: `Resource.action([parameters], postData, [success], [error])` + * - instance actions: `instance.$action([parameters], [success], [error])` + * + * + * When calling instance methods, the instance itself is used as the request body (if the action + * should have a body). By default, only actions using `POST`, `PUT` or `PATCH` have request + * bodies, but you can use the `hasBody` configuration option to specify whether an action + * should have a body or not (regardless of its HTTP method). + * + * + * Success callback is called with (value (Object|Array), responseHeaders (Function), + * status (number), statusText (string)) arguments, where `value` is the populated resource + * instance or collection object. The error callback is called with (httpResponse) argument. * + * Class actions return an empty instance (with the additional properties listed below). + * Instance actions return a promise for the operation. * - * The Resource instances and collection have these additional properties: + * The Resource instances and collections have these additional properties: * - * - `$then`: the `then` method of a {@link ng.$q promise} derived from the underlying - * {@link ng.$http $http} call. + * - `$promise`: The {@link ng.$q promise} of the original server interaction that created this + * instance or collection. * - * The success callback for the `$then` method will be resolved if the underlying `$http` requests - * succeeds. + * On success, the promise is resolved with the same resource instance or collection object, + * updated with data from server. This makes it easy to use in the + * {@link ngRoute.$routeProvider `resolve` section of `$routeProvider.when()`} to defer view + * rendering until the resource(s) are loaded. * - * The success callback is called with a single object which is the {@link ng.$http http response} - * object extended with a new property `resource`. This `resource` property is a reference to the - * result of the resource action — resource object or array of resources. + * On failure, the promise is rejected with the {@link ng.$http http response} object. * - * The error callback is called with the {@link ng.$http http response} object when an http - * error occurs. + * If an interceptor object was provided, the promise will instead be resolved with the value + * returned by the response interceptor (on success) or responceError interceptor (on failure). * - * - `$resolved`: true if the promise has been resolved (either with success or rejection); - * Knowing if the Resource has been resolved is useful in data-binding. + * - `$resolved`: `true` after first server interaction is completed (either with success or + * rejection), `false` before that. Knowing if the Resource has been resolved is useful in + * data-binding. If there is a response/responseError interceptor and it returns a promise, + * `$resolved` will wait for that too. + * + * The Resource instances and collections have these additional methods: + * + * - `$cancelRequest`: If there is a cancellable, pending request related to the instance or + * collection, calling this method will abort the request. + * + * The Resource instances have these additional methods: + * + * - `toJSON`: It returns a simple object without any of the extra properties added as part of + * the Resource API. This object can be serialized through {@link angular.toJson} safely + * without attaching AngularJS-specific fields. Notice that `JSON.stringify` (and + * `angular.toJson`) automatically use this method when serializing a Resource instance + * (see [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON%28%29_behavior)). * * @example * - * # Credit card resource + * ### Basic usage * - *
    -     // Define CreditCard class
    -     var CreditCard = $resource('/user/:userId/card/:cardId',
    -      {userId:123, cardId:'@id'}, {
    -       charge: {method:'POST', params:{charge:true}}
    -      });
    +   ```js
    +     // Define a CreditCard class
    +     var CreditCard = $resource('/users/:userId/cards/:cardId',
    +       {userId: 123, cardId: '@id'}, {
    +         charge: {method: 'POST', params: {charge: true}}
    +       });
     
          // We can retrieve a collection from the server
    -     var cards = CreditCard.query(function() {
    -       // GET: /user/123/card
    -       // server returns: [ {id:456, number:'1234', name:'Smith'} ];
    +     var cards = CreditCard.query();
    +         // GET: /users/123/cards
    +         // server returns: [{id: 456, number: '1234', name: 'Smith'}]
     
    +     // Wait for the request to complete
    +     cards.$promise.then(function() {
            var card = cards[0];
    -       // each item is an instance of CreditCard
    +
    +       // Each item is an instance of CreditCard
            expect(card instanceof CreditCard).toEqual(true);
    -       card.name = "J. Smith";
    -       // non GET methods are mapped onto the instances
    +
    +       // Non-GET methods are mapped onto the instances
    +       card.name = 'J. Smith';
            card.$save();
    -       // POST: /user/123/card/456 {id:456, number:'1234', name:'J. Smith'}
    -       // server returns: {id:456, number:'1234', name: 'J. Smith'};
    +           // POST: /users/123/cards/456 {id: 456, number: '1234', name: 'J. Smith'}
    +           // server returns: {id: 456, number: '1234', name: 'J. Smith'}
     
    -       // our custom method is mapped as well.
    -       card.$charge({amount:9.99});
    -       // POST: /user/123/card/456?amount=9.99&charge=true {id:456, number:'1234', name:'J. Smith'}
    +       // Our custom method is mapped as well (since it uses POST)
    +       card.$charge({amount: 9.99});
    +           // POST: /users/123/cards/456?amount=9.99&charge=true {id: 456, number: '1234', name: 'J. Smith'}
          });
     
    -     // we can create an instance as well
    -     var newCard = new CreditCard({number:'0123'});
    -     newCard.name = "Mike Smith";
    -     newCard.$save();
    -     // POST: /user/123/card {number:'0123', name:'Mike Smith'}
    -     // server returns: {id:789, number:'01234', name: 'Mike Smith'};
    -     expect(newCard.id).toEqual(789);
    - * 
    + // We can create an instance as well + var newCard = new CreditCard({number: '0123'}); + newCard.name = 'Mike Smith'; + + var savePromise = newCard.$save(); + // POST: /users/123/cards {number: '0123', name: 'Mike Smith'} + // server returns: {id: 789, number: '0123', name: 'Mike Smith'} + + savePromise.then(function() { + // Once the promise is resolved, the created instance + // is populated with the data returned by the server + expect(newCard.id).toEqual(789); + }); + ``` + * + * The object returned from a call to `$resource` is a resource "class" which has one "static" + * method for each action in the definition. + * + * Calling these methods invokes `$http` on the `url` template with the given HTTP `method`, + * `params` and `headers`. + * + * @example * - * The object returned from this function execution is a resource "class" which has "static" method - * for each action in the definition. + * ### Accessing the response * - * Calling these methods invoke `$http` on the `url` template with the given `method`, `params` and `headers`. * When the data is returned from the server then the object is an instance of the resource type and * all of the non-GET methods are available with `$` prefix. This allows you to easily support CRUD * operations (create, read, update, delete) on server-side data. - -
    -     var User = $resource('/user/:userId', {userId:'@id'});
    -     var user = User.get({userId:123}, function() {
    + *
    +   ```js
    +     var User = $resource('/users/:userId', {userId: '@id'});
    +     User.get({userId: 123}).$promise.then(function(user) {
            user.abc = true;
            user.$save();
          });
    -   
    - * - * It's worth noting that the success callback for `get`, `query` and other method gets passed - * in the response that came from the server as well as $http header getter function, so one - * could rewrite the above example and get access to http headers as: - * -
    -     var User = $resource('/user/:userId', {userId:'@id'});
    -     User.get({userId:123}, function(u, getResponseHeaders){
    -       u.abc = true;
    -       u.$save(function(u, putResponseHeaders) {
    -         //u => saved user object
    -         //putResponseHeaders => $http header getter
    +   ```
    + *
    + * It's worth noting that the success callback for `get`, `query` and other methods gets called with
    + * the resource instance (populated with the data that came from the server) as well as an `$http`
    + * header getter function, the HTTP status code and the response status text. So one could rewrite
    + * the above example and get access to HTTP headers as follows:
    + *
    +   ```js
    +     var User = $resource('/users/:userId', {userId: '@id'});
    +     User.get({userId: 123}, function(user, getResponseHeaders) {
    +       user.abc = true;
    +       user.$save(function(user, putResponseHeaders) {
    +         // `user` => saved `User` object
    +         // `putResponseHeaders` => `$http` header getter
            });
          });
    -   
    - - * # Buzz client - - Let's look at what a buzz client created with the `$resource` service looks like: - - - - -
    - - -
    -
    -

    - - {{item.actor.name}} - Expand replies: {{item.links.replies[0].count}} -

    - {{item.object.content | html}} -
    - - {{reply.actor.name}}: {{reply.content | html}} -
    -
    -
    -
    - - -
    + } + } + }); + + Thing.save({foo: 'bar'}).$promise.then(function(thing) { + console.log('That thing was saved in ' + thing.saveLatency + 'ms.'); + }); + ``` + * */ angular.module('ngResource', ['ng']). - factory('$resource', ['$http', '$parse', function($http, $parse) { - var DEFAULT_ACTIONS = { - 'get': {method:'GET'}, - 'save': {method:'POST'}, - 'query': {method:'GET', isArray:true}, - 'remove': {method:'DELETE'}, - 'delete': {method:'DELETE'} - }; - var noop = angular.noop, - forEach = angular.forEach, - extend = angular.extend, - copy = angular.copy, - isFunction = angular.isFunction, - getter = function(obj, path) { - return $parse(path)(obj); - }; - - /** - * We need our custom method because encodeURIComponent is too aggressive and doesn't follow - * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path - * segments: - * segment = *pchar - * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" - * pct-encoded = "%" HEXDIG HEXDIG - * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" - * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" - * / "*" / "+" / "," / ";" / "=" - */ - function encodeUriSegment(val) { - return encodeUriQuery(val, true). - replace(/%26/gi, '&'). - replace(/%3D/gi, '='). - replace(/%2B/gi, '+'); - } + info({ angularVersion: '"NG_VERSION_FULL"' }). + provider('$resource', function ResourceProvider() { + var PROTOCOL_AND_IPV6_REGEX = /^https?:\/\/\[[^\]]*][^/]*/; + var provider = this; /** - * This method is intended for encoding *key* or *value* parts of query component. We need a custom - * method becuase encodeURIComponent is too agressive and encodes stuff that doesn't have to be - * encoded per http://tools.ietf.org/html/rfc3986: - * query = *( pchar / "/" / "?" ) - * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" - * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" - * pct-encoded = "%" HEXDIG HEXDIG - * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" - * / "*" / "+" / "," / ";" / "=" + * @ngdoc property + * @name $resourceProvider#defaults + * @description + * Object containing default options used when creating `$resource` instances. + * + * The default values satisfy a wide range of usecases, but you may choose to overwrite any of + * them to further customize your instances. The available properties are: + * + * - **stripTrailingSlashes** – `{boolean}` – If true, then the trailing slashes from any + * calculated URL will be stripped.
    + * (Defaults to true.) + * - **cancellable** – `{boolean}` – If true, the request made by a "non-instance" call will be + * cancelled (if not already completed) by calling `$cancelRequest()` on the call's return + * value. For more details, see {@link ngResource.$resource}. This can be overwritten per + * resource class or action.
    + * (Defaults to false.) + * - **actions** - `{Object.}` - A hash with default actions declarations. Actions are + * high-level methods corresponding to RESTful actions/methods on resources. An action may + * specify what HTTP method to use, what URL to hit, if the return value will be a single + * object or a collection (array) of objects etc. For more details, see + * {@link ngResource.$resource}. The actions can also be enhanced or overwritten per resource + * class.
    + * The default actions are: + * ```js + * { + * get: {method: 'GET'}, + * save: {method: 'POST'}, + * query: {method: 'GET', isArray: true}, + * remove: {method: 'DELETE'}, + * delete: {method: 'DELETE'} + * } + * ``` + * + * #### Example + * + * For example, you can specify a new `update` action that uses the `PUT` HTTP verb: + * + * ```js + * angular. + * module('myApp'). + * config(['$resourceProvider', function ($resourceProvider) { + * $resourceProvider.defaults.actions.update = { + * method: 'PUT' + * }; + * }]); + * ``` + * + * Or you can even overwrite the whole `actions` list and specify your own: + * + * ```js + * angular. + * module('myApp'). + * config(['$resourceProvider', function ($resourceProvider) { + * $resourceProvider.defaults.actions = { + * create: {method: 'POST'}, + * get: {method: 'GET'}, + * getAll: {method: 'GET', isArray:true}, + * update: {method: 'PUT'}, + * delete: {method: 'DELETE'} + * }; + * }); + * ``` + * */ - function encodeUriQuery(val, pctEncodeSpaces) { - return encodeURIComponent(val). - replace(/%40/gi, '@'). - replace(/%3A/gi, ':'). - replace(/%24/g, '$'). - replace(/%2C/gi, ','). - replace((pctEncodeSpaces ? null : /%20/g), '+'); - } + this.defaults = { + // Strip slashes by default + stripTrailingSlashes: true, + + // Make non-instance requests cancellable (via `$cancelRequest()`) + cancellable: false, + + // Default actions configuration + actions: { + 'get': {method: 'GET'}, + 'save': {method: 'POST'}, + 'query': {method: 'GET', isArray: true}, + 'remove': {method: 'DELETE'}, + 'delete': {method: 'DELETE'} + } + }; - function Route(template, defaults) { - this.template = template = template + '#'; - this.defaults = defaults || {}; - var urlParams = this.urlParams = {}; - forEach(template.split(/\W/), function(param){ - if (param && (new RegExp("(^|[^\\\\]):" + param + "\\W").test(template))) { - urlParams[param] = true; - } - }); - this.template = template.replace(/\\:/g, ':'); - } + this.$get = ['$http', '$log', '$q', '$timeout', function($http, $log, $q, $timeout) { + + var noop = angular.noop, + forEach = angular.forEach, + extend = angular.extend, + copy = angular.copy, + isArray = angular.isArray, + isDefined = angular.isDefined, + isFunction = angular.isFunction, + isNumber = angular.isNumber, + encodeUriQuery = angular.$$encodeUriQuery, + encodeUriSegment = angular.$$encodeUriSegment; + + function Route(template, defaults) { + this.template = template; + this.defaults = extend({}, provider.defaults, defaults); + this.urlParams = {}; + } - Route.prototype = { - setUrlParams: function(config, params) { - var self = this, - url = this.template, + Route.prototype = { + setUrlParams: function(config, params, actionUrl) { + var self = this, + url = actionUrl || self.template, val, - encodedVal; - - params = params || {}; - forEach(this.urlParams, function(_, urlParam){ - val = params.hasOwnProperty(urlParam) ? params[urlParam] : self.defaults[urlParam]; - if (angular.isDefined(val) && val !== null) { - encodedVal = encodeUriSegment(val); - url = url.replace(new RegExp(":" + urlParam + "(\\W)", "g"), encodedVal + "$1"); - } else { - url = url.replace(new RegExp("(\/?):" + urlParam + "(\\W)", "g"), function(match, - leadingSlashes, tail) { - if (tail.charAt(0) == '/') { - return tail; + encodedVal, + protocolAndIpv6 = ''; + + var urlParams = self.urlParams = Object.create(null); + forEach(url.split(/\W/), function(param) { + if (param === 'hasOwnProperty') { + throw $resourceMinErr('badname', 'hasOwnProperty is not a valid parameter name.'); + } + if (!(new RegExp('^\\d+$').test(param)) && param && + (new RegExp('(^|[^\\\\]):' + param + '(\\W|$)').test(url))) { + urlParams[param] = { + isQueryParamValue: (new RegExp('\\?.*=:' + param + '(?:\\W|$)')).test(url) + }; + } + }); + url = url.replace(/\\:/g, ':'); + url = url.replace(PROTOCOL_AND_IPV6_REGEX, function(match) { + protocolAndIpv6 = match; + return ''; + }); + + params = params || {}; + forEach(self.urlParams, function(paramInfo, urlParam) { + val = params.hasOwnProperty(urlParam) ? params[urlParam] : self.defaults[urlParam]; + if (isDefined(val) && val !== null) { + if (paramInfo.isQueryParamValue) { + encodedVal = encodeUriQuery(val, true); } else { - return leadingSlashes + tail; + encodedVal = encodeUriSegment(val); } - }); + url = url.replace(new RegExp(':' + urlParam + '(\\W|$)', 'g'), function(match, p1) { + return encodedVal + p1; + }); + } else { + url = url.replace(new RegExp('(/?):' + urlParam + '(\\W|$)', 'g'), function(match, + leadingSlashes, tail) { + if (tail.charAt(0) === '/') { + return tail; + } else { + return leadingSlashes + tail; + } + }); + } + }); + + // strip trailing slashes and set the url (unless this behavior is specifically disabled) + if (self.defaults.stripTrailingSlashes) { + url = url.replace(/\/+$/, '') || '/'; } - }); - // set the url - config.url = url.replace(/\/?#$/, '').replace(/\/*$/, ''); + // Collapse `/.` if found in the last URL path segment before the query. + // E.g. `http://url.com/id/.format?q=x` becomes `http://url.com/id.format?q=x`. + url = url.replace(/\/\.(?=\w+($|\?))/, '.'); + // Replace escaped `/\.` with `/.`. + // (If `\.` comes from a param value, it will be encoded as `%5C.`.) + config.url = protocolAndIpv6 + url.replace(/\/(\\|%5C)\./, '/.'); - // set params - delegate param encoding to $http - forEach(params, function(value, key){ - if (!self.urlParams[key]) { - config.params = config.params || {}; - config.params[key] = value; - } - }); - } - }; + // set params - delegate param encoding to $http + forEach(params, function(value, key) { + if (!self.urlParams[key]) { + config.params = config.params || {}; + config.params[key] = value; + } + }); + } + }; - function ResourceFactory(url, paramDefaults, actions) { - var route = new Route(url); - actions = extend({}, DEFAULT_ACTIONS, actions); + function resourceFactory(url, paramDefaults, actions, options) { + var route = new Route(url, options); - function extractParams(data, actionParams){ - var ids = {}; - actionParams = extend({}, paramDefaults, actionParams); - forEach(actionParams, function(value, key){ - if (isFunction(value)) { value = value(); } - ids[key] = value.charAt && value.charAt(0) == '@' ? getter(data, value.substr(1)) : value; - }); - return ids; - } + actions = extend({}, provider.defaults.actions, actions); - function Resource(value){ - copy(value || {}, this); - } + function extractParams(data, actionParams) { + var ids = {}; + actionParams = extend({}, paramDefaults, actionParams); + forEach(actionParams, function(value, key) { + if (isFunction(value)) { value = value(data); } + ids[key] = value && value.charAt && value.charAt(0) === '@' ? + lookupDottedPath(data, value.substr(1)) : value; + }); + return ids; + } - forEach(actions, function(action, name) { - action.method = angular.uppercase(action.method); - var hasBody = action.method == 'POST' || action.method == 'PUT' || action.method == 'PATCH'; - Resource[name] = function(a1, a2, a3, a4) { - var params = {}; - var data; - var success = noop; - var error = null; - var promise; - - switch(arguments.length) { - case 4: - error = a4; - success = a3; - //fallthrough - case 3: - case 2: - if (isFunction(a2)) { - if (isFunction(a1)) { - success = a1; - error = a2; - break; - } + function defaultResponseInterceptor(response) { + return response.resource; + } - success = a2; - error = a3; - //fallthrough - } else { - params = a1; - data = a2; - success = a3; - break; - } - case 1: - if (isFunction(a1)) success = a1; - else if (hasBody) data = a1; - else params = a1; - break; - case 0: break; - default: - throw "Expected between 0-4 arguments [params, data, success, error], got " + - arguments.length + " arguments."; - } + function Resource(value) { + shallowClearAndCopy(value || {}, this); + } - var value = this instanceof Resource ? this : (action.isArray ? [] : new Resource(data)); - var httpConfig = {}, - promise; + Resource.prototype.toJSON = function() { + var data = extend({}, this); + delete data.$promise; + delete data.$resolved; + delete data.$cancelRequest; + return data; + }; - forEach(action, function(value, key) { - if (key != 'params' && key != 'isArray' ) { - httpConfig[key] = copy(value); - } - }); - httpConfig.data = data; - route.setUrlParams(httpConfig, extend({}, extractParams(data, action.params || {}), params)); + forEach(actions, function(action, name) { + var hasBody = action.hasBody === true || (action.hasBody !== false && /^(POST|PUT|PATCH)$/i.test(action.method)); + var numericTimeout = action.timeout; + var cancellable = isDefined(action.cancellable) ? + action.cancellable : route.defaults.cancellable; + + if (numericTimeout && !isNumber(numericTimeout)) { + $log.debug('ngResource:\n' + + ' Only numeric values are allowed as `timeout`.\n' + + ' Promises are not supported in $resource, because the same value would ' + + 'be used for multiple requests. If you are looking for a way to cancel ' + + 'requests, you should use the `cancellable` option.'); + delete action.timeout; + numericTimeout = null; + } - function markResolved() { value.$resolved = true; } + Resource[name] = function(a1, a2, a3, a4) { + var params = {}, data, onSuccess, onError; + + switch (arguments.length) { + case 4: + onError = a4; + onSuccess = a3; + // falls through + case 3: + case 2: + if (isFunction(a2)) { + if (isFunction(a1)) { + onSuccess = a1; + onError = a2; + break; + } + + onSuccess = a2; + onError = a3; + // falls through + } else { + params = a1; + data = a2; + onSuccess = a3; + break; + } + // falls through + case 1: + if (isFunction(a1)) onSuccess = a1; + else if (hasBody) data = a1; + else params = a1; + break; + case 0: break; + default: + throw $resourceMinErr('badargs', + 'Expected up to 4 arguments [params, data, success, error], got {0} arguments', + arguments.length); + } - promise = $http(httpConfig); - value.$resolved = false; + var isInstanceCall = this instanceof Resource; + var value = isInstanceCall ? data : (action.isArray ? [] : new Resource(data)); + var httpConfig = {}; + var requestInterceptor = action.interceptor && action.interceptor.request || undefined; + var requestErrorInterceptor = action.interceptor && action.interceptor.requestError || + undefined; + var responseInterceptor = action.interceptor && action.interceptor.response || + defaultResponseInterceptor; + var responseErrorInterceptor = action.interceptor && action.interceptor.responseError || + $q.reject; + var successCallback = onSuccess ? function(val) { + onSuccess(val, response.headers, response.status, response.statusText); + } : undefined; + var errorCallback = onError || undefined; + var timeoutDeferred; + var numericTimeoutPromise; + var response; + + forEach(action, function(value, key) { + switch (key) { + default: + httpConfig[key] = copy(value); + break; + case 'params': + case 'isArray': + case 'interceptor': + case 'cancellable': + break; + } + }); - promise.then(markResolved, markResolved); - value.$then = promise.then(function(response) { - var data = response.data; - var then = value.$then, resolved = value.$resolved; + if (!isInstanceCall && cancellable) { + timeoutDeferred = $q.defer(); + httpConfig.timeout = timeoutDeferred.promise; - if (data) { - if (action.isArray) { - value.length = 0; - forEach(data, function(item) { - value.push(new Resource(item)); - }); - } else { - copy(data, value); - value.$then = then; - value.$resolved = resolved; + if (numericTimeout) { + numericTimeoutPromise = $timeout(timeoutDeferred.resolve, numericTimeout); } } - (success||noop)(value, response.headers); + if (hasBody) httpConfig.data = data; + route.setUrlParams(httpConfig, + extend({}, extractParams(data, action.params || {}), params), + action.url); + + // Start the promise chain + var promise = $q. + resolve(httpConfig). + then(requestInterceptor). + catch(requestErrorInterceptor). + then($http); + + promise = promise.then(function(resp) { + var data = resp.data; + + if (data) { + // Need to convert action.isArray to boolean in case it is undefined + if (isArray(data) !== (!!action.isArray)) { + throw $resourceMinErr('badcfg', + 'Error in resource configuration for action `{0}`. Expected response to ' + + 'contain an {1} but got an {2} (Request: {3} {4})', name, action.isArray ? 'array' : 'object', + isArray(data) ? 'array' : 'object', httpConfig.method, httpConfig.url); + } + if (action.isArray) { + value.length = 0; + forEach(data, function(item) { + if (typeof item === 'object') { + value.push(new Resource(item)); + } else { + // Valid JSON values may be string literals, and these should not be converted + // into objects. These items will not have access to the Resource prototype + // methods, but unfortunately there + value.push(item); + } + }); + } else { + var promise = value.$promise; // Save the promise + shallowClearAndCopy(data, value); + value.$promise = promise; // Restore the promise + } + } - response.resource = value; - return response; - }, error).then; + resp.resource = value; + response = resp; + return responseInterceptor(resp); + }, function(rejectionOrResponse) { + rejectionOrResponse.resource = value; + response = rejectionOrResponse; + return responseErrorInterceptor(rejectionOrResponse); + }); - return value; - }; + promise = promise['finally'](function() { + value.$resolved = true; + if (!isInstanceCall && cancellable) { + value.$cancelRequest = noop; + $timeout.cancel(numericTimeoutPromise); + timeoutDeferred = numericTimeoutPromise = httpConfig.timeout = null; + } + }); + // Run the `success`/`error` callbacks, but do not let them affect the returned promise. + promise.then(successCallback, errorCallback); - Resource.prototype['$' + name] = function(a1, a2, a3) { - var params = extractParams(this), - success = noop, - error; + if (!isInstanceCall) { + // we are creating instance / collection + // - set the initial promise + // - return the instance / collection + value.$promise = promise; + value.$resolved = false; + if (cancellable) value.$cancelRequest = cancelRequest; - switch(arguments.length) { - case 3: params = a1; success = a2; error = a3; break; - case 2: - case 1: - if (isFunction(a1)) { - success = a1; - error = a2; - } else { - params = a1; - success = a2 || noop; + return value; } - case 0: break; - default: - throw "Expected between 1-3 arguments [params, success, error], got " + - arguments.length + " arguments."; - } - var data = hasBody ? this : undefined; - Resource[name].call(this, params, data, success, error); - }; - }); - Resource.bind = function(additionalParamDefaults){ - return ResourceFactory(url, extend({}, paramDefaults, additionalParamDefaults), actions); - }; + // instance call + return promise; - return Resource; - } + function cancelRequest(value) { + promise.catch(noop); + if (timeoutDeferred !== null) { + timeoutDeferred.resolve(value); + } + } + }; + + + Resource.prototype['$' + name] = function(params, success, error) { + if (isFunction(params)) { + error = success; success = params; params = {}; + } + var result = Resource[name].call(this, params, this, success, error); + return result.$promise || result; + }; + }); + + return Resource; + } - return ResourceFactory; - }]); + return resourceFactory; + }]; + }); diff --git a/src/ngRoute/.eslintrc.json b/src/ngRoute/.eslintrc.json new file mode 100644 index 000000000000..99cb2c41cca4 --- /dev/null +++ b/src/ngRoute/.eslintrc.json @@ -0,0 +1,5 @@ +{ + "globals": { + "ngRouteModule": false + } +} diff --git a/src/ngRoute/directive/ngView.js b/src/ngRoute/directive/ngView.js new file mode 100644 index 000000000000..4dbff0048641 --- /dev/null +++ b/src/ngRoute/directive/ngView.js @@ -0,0 +1,284 @@ +'use strict'; + +ngRouteModule.directive('ngView', ngViewFactory); +ngRouteModule.directive('ngView', ngViewFillContentFactory); + + +/** + * @ngdoc directive + * @name ngView + * @restrict ECA + * + * @description + * `ngView` is a directive that complements the {@link ngRoute.$route $route} service by + * including the rendered template of the current route into the main layout (`index.html`) file. + * Every time the current route changes, the included view changes with it according to the + * configuration of the `$route` service. + * + * Requires the {@link ngRoute `ngRoute`} module to be installed. + * + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#enter enter} | when the new element is inserted to the DOM | + * | {@link ng.$animate#leave leave} | when the old element is removed from to the DOM | + * + * The enter and leave animation occur concurrently. + * + * @scope + * @priority 400 + * @param {string=} onload Expression to evaluate whenever the view updates. + * + * @param {string=} autoscroll Whether `ngView` should call {@link ng.$anchorScroll + * $anchorScroll} to scroll the viewport after the view is updated. + * + * - If the attribute is not set, disable scrolling. + * - If the attribute is set without value, enable scrolling. + * - Otherwise enable scrolling only if the `autoscroll` attribute value evaluated + * as an expression yields a truthy value. + * @example + + +
    + Choose: + Moby | + Moby: Ch1 | + Gatsby | + Gatsby: Ch4 | + Scarlet Letter
    + +
    +
    +
    +
    + +
    $location.path() = {{main.$location.path()}}
    +
    $route.current.templateUrl = {{main.$route.current.templateUrl}}
    +
    $route.current.params = {{main.$route.current.params}}
    +
    $routeParams = {{main.$routeParams}}
    +
    +
    + + +
    + controller: {{book.name}}
    + Book Id: {{book.params.bookId}}
    +
    +
    + + +
    + controller: {{chapter.name}}
    + Book Id: {{chapter.params.bookId}}
    + Chapter Id: {{chapter.params.chapterId}} +
    +
    + + + .view-animate-container { + position:relative; + height:100px!important; + background:white; + border:1px solid black; + height:40px; + overflow:hidden; + } + + .view-animate { + padding:10px; + } + + .view-animate.ng-enter, .view-animate.ng-leave { + transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s; + + display:block; + width:100%; + border-left:1px solid black; + + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + padding:10px; + } + + .view-animate.ng-enter { + left:100%; + } + .view-animate.ng-enter.ng-enter-active { + left:0; + } + .view-animate.ng-leave.ng-leave-active { + left:-100%; + } + + + + angular.module('ngViewExample', ['ngRoute', 'ngAnimate']) + .config(['$routeProvider', '$locationProvider', + function($routeProvider, $locationProvider) { + $routeProvider + .when('/Book/:bookId', { + templateUrl: 'book.html', + controller: 'BookCtrl', + controllerAs: 'book' + }) + .when('/Book/:bookId/ch/:chapterId', { + templateUrl: 'chapter.html', + controller: 'ChapterCtrl', + controllerAs: 'chapter' + }); + + $locationProvider.html5Mode(true); + }]) + .controller('MainCtrl', ['$route', '$routeParams', '$location', + function MainCtrl($route, $routeParams, $location) { + this.$route = $route; + this.$location = $location; + this.$routeParams = $routeParams; + }]) + .controller('BookCtrl', ['$routeParams', function BookCtrl($routeParams) { + this.name = 'BookCtrl'; + this.params = $routeParams; + }]) + .controller('ChapterCtrl', ['$routeParams', function ChapterCtrl($routeParams) { + this.name = 'ChapterCtrl'; + this.params = $routeParams; + }]); + + + + + it('should load and compile correct template', function() { + element(by.linkText('Moby: Ch1')).click(); + var content = element(by.css('[ng-view]')).getText(); + expect(content).toMatch(/controller: ChapterCtrl/); + expect(content).toMatch(/Book Id: Moby/); + expect(content).toMatch(/Chapter Id: 1/); + + element(by.partialLinkText('Scarlet')).click(); + + content = element(by.css('[ng-view]')).getText(); + expect(content).toMatch(/controller: BookCtrl/); + expect(content).toMatch(/Book Id: Scarlet/); + }); + +
    + */ + + +/** + * @ngdoc event + * @name ngView#$viewContentLoaded + * @eventType emit on the current ngView scope + * @description + * Emitted every time the ngView content is reloaded. + */ +ngViewFactory.$inject = ['$route', '$anchorScroll', '$animate']; +function ngViewFactory($route, $anchorScroll, $animate) { + return { + restrict: 'ECA', + terminal: true, + priority: 400, + transclude: 'element', + link: function(scope, $element, attr, ctrl, $transclude) { + var currentScope, + currentElement, + previousLeaveAnimation, + autoScrollExp = attr.autoscroll, + onloadExp = attr.onload || ''; + + scope.$on('$routeChangeSuccess', update); + update(); + + function cleanupLastView() { + if (previousLeaveAnimation) { + $animate.cancel(previousLeaveAnimation); + previousLeaveAnimation = null; + } + + if (currentScope) { + currentScope.$destroy(); + currentScope = null; + } + if (currentElement) { + previousLeaveAnimation = $animate.leave(currentElement); + previousLeaveAnimation.done(function(response) { + if (response !== false) previousLeaveAnimation = null; + }); + currentElement = null; + } + } + + function update() { + var locals = $route.current && $route.current.locals, + template = locals && locals.$template; + + if (angular.isDefined(template)) { + var newScope = scope.$new(); + var current = $route.current; + + // Note: This will also link all children of ng-view that were contained in the original + // html. If that content contains controllers, ... they could pollute/change the scope. + // However, using ng-view on an element with additional content does not make sense... + // Note: We can't remove them in the cloneAttchFn of $transclude as that + // function is called before linking the content, which would apply child + // directives to non existing elements. + var clone = $transclude(newScope, function(clone) { + $animate.enter(clone, null, currentElement || $element).done(function onNgViewEnter(response) { + if (response !== false && angular.isDefined(autoScrollExp) + && (!autoScrollExp || scope.$eval(autoScrollExp))) { + $anchorScroll(); + } + }); + cleanupLastView(); + }); + + currentElement = clone; + currentScope = current.scope = newScope; + currentScope.$emit('$viewContentLoaded'); + currentScope.$eval(onloadExp); + } else { + cleanupLastView(); + } + } + } + }; +} + +// This directive is called during the $transclude call of the first `ngView` directive. +// It will replace and compile the content of the element with the loaded template. +// We need this directive so that the element content is already filled when +// the link function of another directive on the same element as ngView +// is called. +ngViewFillContentFactory.$inject = ['$compile', '$controller', '$route']; +function ngViewFillContentFactory($compile, $controller, $route) { + return { + restrict: 'ECA', + priority: -400, + link: function(scope, $element) { + var current = $route.current, + locals = current.locals; + + $element.html(locals.$template); + + var link = $compile($element.contents()); + + if (current.controller) { + locals.$scope = scope; + var controller = $controller(current.controller, locals); + if (current.controllerAs) { + scope[current.controllerAs] = controller; + } + $element.data('$ngControllerController', controller); + $element.children().data('$ngControllerController', controller); + } + scope[current.resolveAs || '$resolve'] = locals; + + link(scope); + } + }; +} diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js new file mode 100644 index 000000000000..224455052ebd --- /dev/null +++ b/src/ngRoute/route.js @@ -0,0 +1,862 @@ +'use strict'; + +/* global routeToRegExp: false */ +/* global shallowCopy: false */ + +// `isArray` and `isObject` are necessary for `shallowCopy()` (included via `src/shallowCopy.js`). +// They are initialized inside the `$RouteProvider`, to ensure `window.angular` is available. +var isArray; +var isObject; +var isDefined; +var noop; + +/** + * @ngdoc module + * @name ngRoute + * @description + * + * The `ngRoute` module provides routing and deeplinking services and directives for AngularJS apps. + * + * ## Example + * See {@link ngRoute.$route#examples $route} for an example of configuring and using `ngRoute`. + * + */ +/* global -ngRouteModule */ +var ngRouteModule = angular. + module('ngRoute', []). + info({ angularVersion: '"NG_VERSION_FULL"' }). + provider('$route', $RouteProvider). + // Ensure `$route` will be instantiated in time to capture the initial `$locationChangeSuccess` + // event (unless explicitly disabled). This is necessary in case `ngView` is included in an + // asynchronously loaded template. + run(instantiateRoute); +var $routeMinErr = angular.$$minErr('ngRoute'); +var isEagerInstantiationEnabled; + + +/** + * @ngdoc provider + * @name $routeProvider + * @this + * + * @description + * + * Used for configuring routes. + * + * ## Example + * See {@link ngRoute.$route#examples $route} for an example of configuring and using `ngRoute`. + * + * ## Dependencies + * Requires the {@link ngRoute `ngRoute`} module to be installed. + */ +function $RouteProvider() { + isArray = angular.isArray; + isObject = angular.isObject; + isDefined = angular.isDefined; + noop = angular.noop; + + function inherit(parent, extra) { + return angular.extend(Object.create(parent), extra); + } + + var routes = {}; + + /** + * @ngdoc method + * @name $routeProvider#when + * + * @param {string} path Route path (matched against `$location.path`). If `$location.path` + * contains redundant trailing slash or is missing one, the route will still match and the + * `$location.path` will be updated to add or drop the trailing slash to exactly match the + * route definition. + * + * * `path` can contain named groups starting with a colon: e.g. `:name`. All characters up + * to the next slash are matched and stored in `$routeParams` under the given `name` + * when the route matches. + * * `path` can contain named groups starting with a colon and ending with a star: + * e.g.`:name*`. All characters are eagerly stored in `$routeParams` under the given `name` + * when the route matches. + * * `path` can contain optional named groups with a question mark: e.g.`:name?`. + * + * For example, routes like `/color/:color/largecode/:largecode*\/edit` will match + * `/color/brown/largecode/code/with/slashes/edit` and extract: + * + * * `color: brown` + * * `largecode: code/with/slashes`. + * + * + * @param {Object} route Mapping information to be assigned to `$route.current` on route + * match. + * + * Object properties: + * + * - `controller` – `{(string|Function)=}` – Controller fn that should be associated with + * newly created scope or the name of a {@link angular.Module#controller registered + * controller} if passed as a string. + * - `controllerAs` – `{string=}` – An identifier name for a reference to the controller. + * If present, the controller will be published to scope under the `controllerAs` name. + * - `template` – `{(string|Function)=}` – html template as a string or a function that + * returns an html template as a string which should be used by {@link + * ngRoute.directive:ngView ngView} or {@link ng.directive:ngInclude ngInclude} directives. + * This property takes precedence over `templateUrl`. + * + * If `template` is a function, it will be called with the following parameters: + * + * - `{Array.}` - route parameters extracted from the current + * `$location.path()` by applying the current route + * + * One of `template` or `templateUrl` is required. + * + * - `templateUrl` – `{(string|Function)=}` – path or function that returns a path to an html + * template that should be used by {@link ngRoute.directive:ngView ngView}. + * + * If `templateUrl` is a function, it will be called with the following parameters: + * + * - `{Array.}` - route parameters extracted from the current + * `$location.path()` by applying the current route + * + * One of `templateUrl` or `template` is required. + * + * - `resolve` - `{Object.=}` - An optional map of dependencies which should + * be injected into the controller. If any of these dependencies are promises, the router + * will wait for them all to be resolved or one to be rejected before the controller is + * instantiated. + * If all the promises are resolved successfully, the values of the resolved promises are + * injected and {@link ngRoute.$route#$routeChangeSuccess $routeChangeSuccess} event is + * fired. If any of the promises are rejected the + * {@link ngRoute.$route#$routeChangeError $routeChangeError} event is fired. + * For easier access to the resolved dependencies from the template, the `resolve` map will + * be available on the scope of the route, under `$resolve` (by default) or a custom name + * specified by the `resolveAs` property (see below). This can be particularly useful, when + * working with {@link angular.Module#component components} as route templates.
    + *
    + * **Note:** If your scope already contains a property with this name, it will be hidden + * or overwritten. Make sure, you specify an appropriate name for this property, that + * does not collide with other properties on the scope. + *
    + * The map object is: + * + * - `key` – `{string}`: a name of a dependency to be injected into the controller. + * - `factory` - `{string|Function}`: If `string` then it is an alias for a service. + * Otherwise if function, then it is {@link auto.$injector#invoke injected} + * and the return value is treated as the dependency. If the result is a promise, it is + * resolved before its value is injected into the controller. Be aware that + * `ngRoute.$routeParams` will still refer to the previous route within these resolve + * functions. Use `$route.current.params` to access the new route parameters, instead. + * + * - `resolveAs` - `{string=}` - The name under which the `resolve` map will be available on + * the scope of the route. If omitted, defaults to `$resolve`. + * + * - `redirectTo` – `{(string|Function)=}` – value to update + * {@link ng.$location $location} path with and trigger route redirection. + * + * If `redirectTo` is a function, it will be called with the following parameters: + * + * - `{Object.}` - route parameters extracted from the current + * `$location.path()` by applying the current route templateUrl. + * - `{string}` - current `$location.path()` + * - `{Object}` - current `$location.search()` + * + * The custom `redirectTo` function is expected to return a string which will be used + * to update `$location.url()`. If the function throws an error, no further processing will + * take place and the {@link ngRoute.$route#$routeChangeError $routeChangeError} event will + * be fired. + * + * Routes that specify `redirectTo` will not have their controllers, template functions + * or resolves called, the `$location` will be changed to the redirect url and route + * processing will stop. The exception to this is if the `redirectTo` is a function that + * returns `undefined`. In this case the route transition occurs as though there was no + * redirection. + * + * - `resolveRedirectTo` – `{Function=}` – a function that will (eventually) return the value + * to update {@link ng.$location $location} URL with and trigger route redirection. In + * contrast to `redirectTo`, dependencies can be injected into `resolveRedirectTo` and the + * return value can be either a string or a promise that will be resolved to a string. + * + * Similar to `redirectTo`, if the return value is `undefined` (or a promise that gets + * resolved to `undefined`), no redirection takes place and the route transition occurs as + * though there was no redirection. + * + * If the function throws an error or the returned promise gets rejected, no further + * processing will take place and the + * {@link ngRoute.$route#$routeChangeError $routeChangeError} event will be fired. + * + * `redirectTo` takes precedence over `resolveRedirectTo`, so specifying both on the same + * route definition, will cause the latter to be ignored. + * + * - `[reloadOnUrl=true]` - `{boolean=}` - reload route when any part of the URL changes + * (including the path) even if the new URL maps to the same route. + * + * If the option is set to `false` and the URL in the browser changes, but the new URL maps + * to the same route, then a `$routeUpdate` event is broadcasted on the root scope (without + * reloading the route). + * + * - `[reloadOnSearch=true]` - `{boolean=}` - reload route when only `$location.search()` + * or `$location.hash()` changes. + * + * If the option is set to `false` and the URL in the browser changes, then a `$routeUpdate` + * event is broadcasted on the root scope (without reloading the route). + * + *
    + * **Note:** This option has no effect if `reloadOnUrl` is set to `false`. + *
    + * + * - `[caseInsensitiveMatch=false]` - `{boolean=}` - match routes without being case sensitive + * + * If the option is set to `true`, then the particular route can be matched without being + * case sensitive + * + * @returns {Object} self + * + * @description + * Adds a new route definition to the `$route` service. + */ + this.when = function(path, route) { + //copy original route object to preserve params inherited from proto chain + var routeCopy = shallowCopy(route); + if (angular.isUndefined(routeCopy.reloadOnUrl)) { + routeCopy.reloadOnUrl = true; + } + if (angular.isUndefined(routeCopy.reloadOnSearch)) { + routeCopy.reloadOnSearch = true; + } + if (angular.isUndefined(routeCopy.caseInsensitiveMatch)) { + routeCopy.caseInsensitiveMatch = this.caseInsensitiveMatch; + } + routes[path] = angular.extend( + routeCopy, + {originalPath: path}, + path && routeToRegExp(path, routeCopy) + ); + + // create redirection for trailing slashes + if (path) { + var redirectPath = (path[path.length - 1] === '/') + ? path.substr(0, path.length - 1) + : path + '/'; + + routes[redirectPath] = angular.extend( + {originalPath: path, redirectTo: path}, + routeToRegExp(redirectPath, routeCopy) + ); + } + + return this; + }; + + /** + * @ngdoc property + * @name $routeProvider#caseInsensitiveMatch + * @description + * + * A boolean property indicating if routes defined + * using this provider should be matched using a case insensitive + * algorithm. Defaults to `false`. + */ + this.caseInsensitiveMatch = false; + + /** + * @ngdoc method + * @name $routeProvider#otherwise + * + * @description + * Sets route definition that will be used on route change when no other route definition + * is matched. + * + * @param {Object|string} params Mapping information to be assigned to `$route.current`. + * If called with a string, the value maps to `redirectTo`. + * @returns {Object} self + */ + this.otherwise = function(params) { + if (typeof params === 'string') { + params = {redirectTo: params}; + } + this.when(null, params); + return this; + }; + + /** + * @ngdoc method + * @name $routeProvider#eagerInstantiationEnabled + * @kind function + * + * @description + * Call this method as a setter to enable/disable eager instantiation of the + * {@link ngRoute.$route $route} service upon application bootstrap. You can also call it as a + * getter (i.e. without any arguments) to get the current value of the + * `eagerInstantiationEnabled` flag. + * + * Instantiating `$route` early is necessary for capturing the initial + * {@link ng.$location#$locationChangeStart $locationChangeStart} event and navigating to the + * appropriate route. Usually, `$route` is instantiated in time by the + * {@link ngRoute.ngView ngView} directive. Yet, in cases where `ngView` is included in an + * asynchronously loaded template (e.g. in another directive's template), the directive factory + * might not be called soon enough for `$route` to be instantiated _before_ the initial + * `$locationChangeSuccess` event is fired. Eager instantiation ensures that `$route` is always + * instantiated in time, regardless of when `ngView` will be loaded. + * + * The default value is true. + * + * **Note**:
    + * You may want to disable the default behavior when unit-testing modules that depend on + * `ngRoute`, in order to avoid an unexpected request for the default route's template. + * + * @param {boolean=} enabled - If provided, update the internal `eagerInstantiationEnabled` flag. + * + * @returns {*} The current value of the `eagerInstantiationEnabled` flag if used as a getter or + * itself (for chaining) if used as a setter. + */ + isEagerInstantiationEnabled = true; + this.eagerInstantiationEnabled = function eagerInstantiationEnabled(enabled) { + if (isDefined(enabled)) { + isEagerInstantiationEnabled = enabled; + return this; + } + + return isEagerInstantiationEnabled; + }; + + + this.$get = ['$rootScope', + '$location', + '$routeParams', + '$q', + '$injector', + '$templateRequest', + '$sce', + '$browser', + function($rootScope, $location, $routeParams, $q, $injector, $templateRequest, $sce, $browser) { + + /** + * @ngdoc service + * @name $route + * @requires $location + * @requires $routeParams + * + * @property {Object} current Reference to the current route definition. + * The route definition contains: + * + * - `controller`: The controller constructor as defined in the route definition. + * - `locals`: A map of locals which is used by {@link ng.$controller $controller} service for + * controller instantiation. The `locals` contain + * the resolved values of the `resolve` map. Additionally the `locals` also contain: + * + * - `$scope` - The current route scope. + * - `$template` - The current route template HTML. + * + * The `locals` will be assigned to the route scope's `$resolve` property. You can override + * the property name, using `resolveAs` in the route definition. See + * {@link ngRoute.$routeProvider $routeProvider} for more info. + * + * @property {Object} routes Object with all route configuration Objects as its properties. + * + * @description + * `$route` is used for deep-linking URLs to controllers and views (HTML partials). + * It watches `$location.url()` and tries to map the path to an existing route definition. + * + * Requires the {@link ngRoute `ngRoute`} module to be installed. + * + * You can define routes through {@link ngRoute.$routeProvider $routeProvider}'s API. + * + * The `$route` service is typically used in conjunction with the + * {@link ngRoute.directive:ngView `ngView`} directive and the + * {@link ngRoute.$routeParams `$routeParams`} service. + * + * @example + * This example shows how changing the URL hash causes the `$route` to match a route against the + * URL, and the `ngView` pulls in the partial. + * + * + * + *
    + * Choose: + * Moby | + * Moby: Ch1 | + * Gatsby | + * Gatsby: Ch4 | + * Scarlet Letter
    + * + *
    + * + *
    + * + *
    $location.path() = {{$location.path()}}
    + *
    $route.current.templateUrl = {{$route.current.templateUrl}}
    + *
    $route.current.params = {{$route.current.params}}
    + *
    $route.current.scope.name = {{$route.current.scope.name}}
    + *
    $routeParams = {{$routeParams}}
    + *
    + *
    + * + * + * controller: {{name}}
    + * Book Id: {{params.bookId}}
    + *
    + * + * + * controller: {{name}}
    + * Book Id: {{params.bookId}}
    + * Chapter Id: {{params.chapterId}} + *
    + * + * + * angular.module('ngRouteExample', ['ngRoute']) + * + * .controller('MainController', function($scope, $route, $routeParams, $location) { + * $scope.$route = $route; + * $scope.$location = $location; + * $scope.$routeParams = $routeParams; + * }) + * + * .controller('BookController', function($scope, $routeParams) { + * $scope.name = 'BookController'; + * $scope.params = $routeParams; + * }) + * + * .controller('ChapterController', function($scope, $routeParams) { + * $scope.name = 'ChapterController'; + * $scope.params = $routeParams; + * }) + * + * .config(function($routeProvider, $locationProvider) { + * $routeProvider + * .when('/Book/:bookId', { + * templateUrl: 'book.html', + * controller: 'BookController', + * resolve: { + * // I will cause a 1 second delay + * delay: function($q, $timeout) { + * var delay = $q.defer(); + * $timeout(delay.resolve, 1000); + * return delay.promise; + * } + * } + * }) + * .when('/Book/:bookId/ch/:chapterId', { + * templateUrl: 'chapter.html', + * controller: 'ChapterController' + * }); + * + * // configure html5 to get links working on jsfiddle + * $locationProvider.html5Mode(true); + * }); + * + * + * + * + * it('should load and compile correct template', function() { + * element(by.linkText('Moby: Ch1')).click(); + * var content = element(by.css('[ng-view]')).getText(); + * expect(content).toMatch(/controller: ChapterController/); + * expect(content).toMatch(/Book Id: Moby/); + * expect(content).toMatch(/Chapter Id: 1/); + * + * element(by.partialLinkText('Scarlet')).click(); + * + * content = element(by.css('[ng-view]')).getText(); + * expect(content).toMatch(/controller: BookController/); + * expect(content).toMatch(/Book Id: Scarlet/); + * }); + * + *
    + */ + + /** + * @ngdoc event + * @name $route#$routeChangeStart + * @eventType broadcast on root scope + * @description + * Broadcasted before a route change. At this point the route services starts + * resolving all of the dependencies needed for the route change to occur. + * Typically this involves fetching the view template as well as any dependencies + * defined in `resolve` route property. Once all of the dependencies are resolved + * `$routeChangeSuccess` is fired. + * + * The route change (and the `$location` change that triggered it) can be prevented + * by calling `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} + * for more details about event object. + * + * @param {Object} angularEvent Synthetic event object. + * @param {Route} next Future route information. + * @param {Route} current Current route information. + */ + + /** + * @ngdoc event + * @name $route#$routeChangeSuccess + * @eventType broadcast on root scope + * @description + * Broadcasted after a route change has happened successfully. + * The `resolve` dependencies are now available in the `current.locals` property. + * + * {@link ngRoute.directive:ngView ngView} listens for the directive + * to instantiate the controller and render the view. + * + * @param {Object} angularEvent Synthetic event object. + * @param {Route} current Current route information. + * @param {Route|Undefined} previous Previous route information, or undefined if current is + * first route entered. + */ + + /** + * @ngdoc event + * @name $route#$routeChangeError + * @eventType broadcast on root scope + * @description + * Broadcasted if a redirection function fails or any redirection or resolve promises are + * rejected. + * + * @param {Object} angularEvent Synthetic event object + * @param {Route} current Current route information. + * @param {Route} previous Previous route information. + * @param {Route} rejection The thrown error or the rejection reason of the promise. Usually + * the rejection reason is the error that caused the promise to get rejected. + */ + + /** + * @ngdoc event + * @name $route#$routeUpdate + * @eventType broadcast on root scope + * @description + * Broadcasted if the same instance of a route (including template, controller instance, + * resolved dependencies, etc.) is being reused. This can happen if either `reloadOnSearch` or + * `reloadOnUrl` has been set to `false`. + * + * @param {Object} angularEvent Synthetic event object + * @param {Route} current Current/previous route information. + */ + + var forceReload = false, + preparedRoute, + preparedRouteIsUpdateOnly, + $route = { + routes: routes, + + /** + * @ngdoc method + * @name $route#reload + * + * @description + * Causes `$route` service to reload the current route even if + * {@link ng.$location $location} hasn't changed. + * + * As a result of that, {@link ngRoute.directive:ngView ngView} + * creates new scope and reinstantiates the controller. + */ + reload: function() { + forceReload = true; + + var fakeLocationEvent = { + defaultPrevented: false, + preventDefault: function fakePreventDefault() { + this.defaultPrevented = true; + forceReload = false; + } + }; + + $rootScope.$evalAsync(function() { + prepareRoute(fakeLocationEvent); + if (!fakeLocationEvent.defaultPrevented) commitRoute(); + }); + }, + + /** + * @ngdoc method + * @name $route#updateParams + * + * @description + * Causes `$route` service to update the current URL, replacing + * current route parameters with those specified in `newParams`. + * Provided property names that match the route's path segment + * definitions will be interpolated into the location's path, while + * remaining properties will be treated as query params. + * + * @param {!Object} newParams mapping of URL parameter names to values + */ + updateParams: function(newParams) { + if (this.current && this.current.$$route) { + newParams = angular.extend({}, this.current.params, newParams); + $location.path(interpolate(this.current.$$route.originalPath, newParams)); + // interpolate modifies newParams, only query params are left + $location.search(newParams); + } else { + throw $routeMinErr('norout', 'Tried updating route with no current route'); + } + } + }; + + $rootScope.$on('$locationChangeStart', prepareRoute); + $rootScope.$on('$locationChangeSuccess', commitRoute); + + return $route; + + ///////////////////////////////////////////////////// + + /** + * @param on {string} current url + * @param route {Object} route regexp to match the url against + * @return {?Object} + * + * @description + * Check if the route matches the current url. + * + * Inspired by match in + * visionmedia/express/lib/router/router.js. + */ + function switchRouteMatcher(on, route) { + var keys = route.keys, + params = {}; + + if (!route.regexp) return null; + + var m = route.regexp.exec(on); + if (!m) return null; + + for (var i = 1, len = m.length; i < len; ++i) { + var key = keys[i - 1]; + + var val = m[i]; + + if (key && val) { + params[key.name] = val; + } + } + return params; + } + + function prepareRoute($locationEvent) { + var lastRoute = $route.current; + + preparedRoute = parseRoute(); + preparedRouteIsUpdateOnly = isNavigationUpdateOnly(preparedRoute, lastRoute); + + if (!preparedRouteIsUpdateOnly && (lastRoute || preparedRoute)) { + if ($rootScope.$broadcast('$routeChangeStart', preparedRoute, lastRoute).defaultPrevented) { + if ($locationEvent) { + $locationEvent.preventDefault(); + } + } + } + } + + function commitRoute() { + var lastRoute = $route.current; + var nextRoute = preparedRoute; + + if (preparedRouteIsUpdateOnly) { + lastRoute.params = nextRoute.params; + angular.copy(lastRoute.params, $routeParams); + $rootScope.$broadcast('$routeUpdate', lastRoute); + } else if (nextRoute || lastRoute) { + forceReload = false; + $route.current = nextRoute; + + var nextRoutePromise = $q.resolve(nextRoute); + + $browser.$$incOutstandingRequestCount('$route'); + + nextRoutePromise. + then(getRedirectionData). + then(handlePossibleRedirection). + then(function(keepProcessingRoute) { + return keepProcessingRoute && nextRoutePromise. + then(resolveLocals). + then(function(locals) { + // after route change + if (nextRoute === $route.current) { + if (nextRoute) { + nextRoute.locals = locals; + angular.copy(nextRoute.params, $routeParams); + } + $rootScope.$broadcast('$routeChangeSuccess', nextRoute, lastRoute); + } + }); + }).catch(function(error) { + if (nextRoute === $route.current) { + $rootScope.$broadcast('$routeChangeError', nextRoute, lastRoute, error); + } + }).finally(function() { + // Because `commitRoute()` is called from a `$rootScope.$evalAsync` block (see + // `$locationWatch`), this `$$completeOutstandingRequest()` call will not cause + // `outstandingRequestCount` to hit zero. This is important in case we are redirecting + // to a new route which also requires some asynchronous work. + + $browser.$$completeOutstandingRequest(noop, '$route'); + }); + } + } + + function getRedirectionData(route) { + var data = { + route: route, + hasRedirection: false + }; + + if (route) { + if (route.redirectTo) { + if (angular.isString(route.redirectTo)) { + data.path = interpolate(route.redirectTo, route.params); + data.search = route.params; + data.hasRedirection = true; + } else { + var oldPath = $location.path(); + var oldSearch = $location.search(); + var newUrl = route.redirectTo(route.pathParams, oldPath, oldSearch); + + if (angular.isDefined(newUrl)) { + data.url = newUrl; + data.hasRedirection = true; + } + } + } else if (route.resolveRedirectTo) { + return $q. + resolve($injector.invoke(route.resolveRedirectTo)). + then(function(newUrl) { + if (angular.isDefined(newUrl)) { + data.url = newUrl; + data.hasRedirection = true; + } + + return data; + }); + } + } + + return data; + } + + function handlePossibleRedirection(data) { + var keepProcessingRoute = true; + + if (data.route !== $route.current) { + keepProcessingRoute = false; + } else if (data.hasRedirection) { + var oldUrl = $location.url(); + var newUrl = data.url; + + if (newUrl) { + $location. + url(http://github.com/newUrl). + replace(); + } else { + newUrl = $location. + path(data.path). + search(data.search). + replace(). + url(); + } + + if (newUrl !== oldUrl) { + // Exit out and don't process current next value, + // wait for next location change from redirect + keepProcessingRoute = false; + } + } + + return keepProcessingRoute; + } + + function resolveLocals(route) { + if (route) { + var locals = angular.extend({}, route.resolve); + angular.forEach(locals, function(value, key) { + locals[key] = angular.isString(value) ? + $injector.get(value) : + $injector.invoke(value, null, null, key); + }); + var template = getTemplateFor(route); + if (angular.isDefined(template)) { + locals['$template'] = template; + } + return $q.all(locals); + } + } + + function getTemplateFor(route) { + var template, templateUrl; + if (angular.isDefined(template = route.template)) { + if (angular.isFunction(template)) { + template = template(route.params); + } + } else if (angular.isDefined(templateUrl = route.templateUrl)) { + if (angular.isFunction(templateUrl)) { + templateUrl = templateUrl(route.params); + } + if (angular.isDefined(templateUrl)) { + route.loadedTemplateUrl = $sce.valueOf(templateUrl); + template = $templateRequest(templateUrl); + } + } + return template; + } + + /** + * @returns {Object} the current active route, by matching it against the URL + */ + function parseRoute() { + // Match a route + var params, match; + angular.forEach(routes, function(route, path) { + if (!match && (params = switchRouteMatcher($location.path(), route))) { + match = inherit(route, { + params: angular.extend({}, $location.search(), params), + pathParams: params}); + match.$$route = route; + } + }); + // No route matched; fallback to "otherwise" route + return match || routes[null] && inherit(routes[null], {params: {}, pathParams:{}}); + } + + /** + * @param {Object} newRoute - The new route configuration (as returned by `parseRoute()`). + * @param {Object} oldRoute - The previous route configuration (as returned by `parseRoute()`). + * @returns {boolean} Whether this is an "update-only" navigation, i.e. the URL maps to the same + * route and it can be reused (based on the config and the type of change). + */ + function isNavigationUpdateOnly(newRoute, oldRoute) { + // IF this is not a forced reload + return !forceReload + // AND both `newRoute`/`oldRoute` are defined + && newRoute && oldRoute + // AND they map to the same Route Definition Object + && (newRoute.$$route === oldRoute.$$route) + // AND `reloadOnUrl` is disabled + && (!newRoute.reloadOnUrl + // OR `reloadOnSearch` is disabled + || (!newRoute.reloadOnSearch + // AND both routes have the same path params + && angular.equals(newRoute.pathParams, oldRoute.pathParams) + ) + ); + } + + /** + * @returns {string} interpolation of the redirect path with the parameters + */ + function interpolate(string, params) { + var result = []; + angular.forEach((string || '').split(':'), function(segment, i) { + if (i === 0) { + result.push(segment); + } else { + var segmentMatch = segment.match(/(\w+)(?:[?*])?(.*)/); + var key = segmentMatch[1]; + result.push(params[key]); + result.push(segmentMatch[2] || ''); + delete params[key]; + } + }); + return result.join(''); + } + }]; +} + +instantiateRoute.$inject = ['$injector']; +function instantiateRoute($injector) { + if (isEagerInstantiationEnabled) { + // Instantiate `$route` + $injector.get('$route'); + } +} diff --git a/src/ngRoute/routeParams.js b/src/ngRoute/routeParams.js new file mode 100644 index 000000000000..483d27a1e64a --- /dev/null +++ b/src/ngRoute/routeParams.js @@ -0,0 +1,42 @@ +'use strict'; + +ngRouteModule.provider('$routeParams', $RouteParamsProvider); + + +/** + * @ngdoc service + * @name $routeParams + * @requires $route + * @this + * + * @description + * The `$routeParams` service allows you to retrieve the current set of route parameters. + * + * Requires the {@link ngRoute `ngRoute`} module to be installed. + * + * The route parameters are a combination of {@link ng.$location `$location`}'s + * {@link ng.$location#search `search()`} and {@link ng.$location#path `path()`}. + * The `path` parameters are extracted when the {@link ngRoute.$route `$route`} path is matched. + * + * In case of parameter name collision, `path` params take precedence over `search` params. + * + * The service guarantees that the identity of the `$routeParams` object will remain unchanged + * (but its properties will likely change) even when a route change occurs. + * + * Note that the `$routeParams` are only updated *after* a route change completes successfully. + * This means that you cannot rely on `$routeParams` being correct in route resolve functions. + * Instead you can use `$route.current.params` to access the new route's parameters. + * + * @example + * ```js + * // Given: + * // URL: http://server.com/index.html#/Chapter/1/Section/2?search=moby + * // Route: /Chapter/:chapterId/Section/:sectionId + * // + * // Then + * $routeParams ==> {chapterId:'1', sectionId:'2', search:'moby'} + * ``` + */ +function $RouteParamsProvider() { + this.$get = function() { return {}; }; +} diff --git a/src/ngSanitize/.eslintrc.json b/src/ngSanitize/.eslintrc.json new file mode 100644 index 000000000000..d3d2b601ab4b --- /dev/null +++ b/src/ngSanitize/.eslintrc.json @@ -0,0 +1,5 @@ +{ + "globals": { + "sanitizeText": false + } +} diff --git a/src/ngSanitize/directive/ngBindHtml.js b/src/ngSanitize/directive/ngBindHtml.js deleted file mode 100644 index 150e6bdc1e21..000000000000 --- a/src/ngSanitize/directive/ngBindHtml.js +++ /dev/null @@ -1,25 +0,0 @@ -'use strict'; - - -/** - * @ngdoc directive - * @name ngSanitize.directive:ngBindHtml - * - * @description - * Creates a binding that will sanitize the result of evaluating the `expression` with the - * {@link ngSanitize.$sanitize $sanitize} service and innerHTML the result into the current element. - * - * See {@link ngSanitize.$sanitize $sanitize} docs for examples. - * - * @element ANY - * @param {expression} ngBindHtml {@link guide/expression Expression} to evaluate. - */ -angular.module('ngSanitize').directive('ngBindHtml', ['$sanitize', function($sanitize) { - return function(scope, element, attr) { - element.addClass('ng-binding').data('$binding', attr.ngBindHtml); - scope.$watch(attr.ngBindHtml, function ngBindHtmlWatchAction(value) { - value = $sanitize(value); - element.html(value || ''); - }); - }; -}]); diff --git a/src/ngSanitize/filter/linky.js b/src/ngSanitize/filter/linky.js index cc0f7aa6a0b2..564799d59e4b 100644 --- a/src/ngSanitize/filter/linky.js +++ b/src/ngSanitize/filter/linky.js @@ -1,40 +1,44 @@ +'use strict'; + /** * @ngdoc filter - * @name ngSanitize.filter:linky - * @function + * @name linky + * @kind function * * @description - * Finds links in text input and turns them into html links. Supports http/https/ftp/mailto and - * plain email address links. + * Finds links in text input and turns them into html links. Supports `http/https/ftp/sftp/mailto` and + * plain email address links. + * + * Requires the {@link ngSanitize `ngSanitize`} module to be installed. * * @param {string} text Input text. - * @param {string} target Window (_blank|_self|_parent|_top) or named frame to open links in. - * @returns {string} Html-linkified text. + * @param {string} [target] Window (`_blank|_self|_parent|_top`) or named frame to open links in. + * @param {object|function(url)} [attributes] Add custom attributes to the link element. + * + * Can be one of: + * + * - `object`: A map of attributes + * - `function`: Takes the url as a parameter and returns a map of attributes + * + * If the map of attributes contains a value for `target`, it overrides the value of + * the target parameter. + * + * + * @returns {string} Html-linkified and {@link $sanitize sanitized} text. * * @usage * * @example - - - -
    + + +
    Snippet: - - - + + + @@ -48,10 +52,19 @@ + + + + + @@ -60,71 +73,125 @@
    FilterSourceRenderedFilterSourceRendered
    linky filter
    linky target -
    <div ng-bind-html="snippetWithTarget | linky:'_blank'">
    </div>
    +
    <div ng-bind-html="snippetWithSingleURL | linky:'_blank'">
    </div>
    +
    +
    +
    linky custom attributes +
    <div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}">
    </div>
    -
    +
    - - + + + angular.module('linkyExample', ['ngSanitize']) + .controller('ExampleController', ['$scope', function($scope) { + $scope.snippet = + 'Pretty text with some links:\n' + + 'http://angularjs.org/,/n' + + 'mailto:us@somewhere.org,\n' + + 'another@somewhere.org,\n' + + 'and one more: ftp://127.0.0.1/.'; + $scope.snippetWithSingleURL = 'http://angularjs.org/'; + }]); + + it('should linkify the snippet with urls', function() { - expect(using('#linky-filter').binding('snippet | linky')). - toBe('Pretty text with some links: ' + - 'http://angularjs.org/, ' + - 'us@somewhere.org, ' + - 'another@somewhere.org, ' + - 'and one more: ftp://127.0.0.1/.'); + expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). + toBe('Pretty text with some links: http://angularjs.org/, us@somewhere.org, ' + + 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); + expect(element.all(by.css('#linky-filter a')).count()).toEqual(4); }); - it ('should not linkify snippet without the linky filter', function() { - expect(using('#escaped-html').binding('snippet')). - toBe("Pretty text with some links:\n" + - "http://angularjs.org/,/n" + - "mailto:us@somewhere.org,\n" + - "another@somewhere.org,\n" + - "and one more: ftp://127.0.0.1/."); + it('should not linkify snippet without the linky filter', function() { + expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()). + toBe('Pretty text with some links: http://angularjs.org/, mailto:us@somewhere.org, ' + + 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); + expect(element.all(by.css('#escaped-html a')).count()).toEqual(0); }); it('should update', function() { - input('snippet').enter('new http://link.'); - expect(using('#linky-filter').binding('snippet | linky')). - toBe('new http://link.'); - expect(using('#escaped-html').binding('snippet')).toBe('new http://link.'); + element(by.model('snippet')).clear(); + element(by.model('snippet')).sendKeys('new http://link.'); + expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). + toBe('new http://link.'); + expect(element.all(by.css('#linky-filter a')).count()).toEqual(1); + expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()) + .toBe('new http://link.'); }); it('should work with the target property', function() { - expect(using('#linky-target').binding("snippetWithTarget | linky:'_blank'")). - toBe('http://angularjs.org/'); + expect(element(by.id('linky-target')). + element(by.binding("snippetWithSingleURL | linky:'_blank'")).getText()). + toBe('http://angularjs.org/'); + expect(element(by.css('#linky-target a')).getAttribute('target')).toEqual('_blank'); + }); + + it('should optionally add custom attributes', function() { + expect(element(by.id('linky-custom-attributes')). + element(by.binding("snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}")).getText()). + toBe('http://angularjs.org/'); + expect(element(by.css('#linky-custom-attributes a')).getAttribute('rel')).toEqual('nofollow'); }); - - + + */ -angular.module('ngSanitize').filter('linky', function() { - var LINKY_URL_REGEXP = /((ftp|https?):\/\/|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s\.\;\,\(\)\{\}\<\>]/, - MAILTO_REGEXP = /^mailto:/; +angular.module('ngSanitize').filter('linky', ['$sanitize', function($sanitize) { + var LINKY_URL_REGEXP = + /((s?ftp|https?):\/\/|(www\.)|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s.;,(){}<>"\u201d\u2019]/i, + MAILTO_REGEXP = /^mailto:/i; + + var linkyMinErr = angular.$$minErr('linky'); + var isDefined = angular.isDefined; + var isFunction = angular.isFunction; + var isObject = angular.isObject; + var isString = angular.isString; + + return function(text, target, attributes) { + if (text == null || text === '') return text; + if (!isString(text)) throw linkyMinErr('notstring', 'Expected string but received: {0}', text); + + var attributesFn = + isFunction(attributes) ? attributes : + isObject(attributes) ? function getAttributesObject() {return attributes;} : + function getEmptyAttributesObject() {return {};}; - return function(text, target) { - if (!text) return text; var match; var raw = text; var html = []; - // TODO(vojta): use $sanitize instead - var writer = htmlSanitizeWriter(html); var url; var i; - var properties = {}; - if (angular.isDefined(target)) { - properties.target = target; - } while ((match = raw.match(LINKY_URL_REGEXP))) { // We can not end in these as they are sometimes found at the end of the sentence url = match[0]; - // if we did not match ftp/http/mailto then assume mailto - if (match[2] == match[3]) url = 'mailto:' + url; + // if we did not match ftp/http/www/mailto then assume mailto + if (!match[2] && !match[4]) { + url = (match[3] ? 'http://' : 'mailto:') + url; + } i = match.index; - writer.chars(raw.substr(0, i)); - properties.href = url; - writer.start('a', properties); - writer.chars(match[0].replace(MAILTO_REGEXP, '')); - writer.end('a'); + addText(raw.substr(0, i)); + addLink(url, match[0].replace(MAILTO_REGEXP, '')); raw = raw.substring(i + match[0].length); } - writer.chars(raw); - return html.join(''); + addText(raw); + return $sanitize(html.join('')); + + function addText(text) { + if (!text) { + return; + } + html.push(sanitizeText(text)); + } + + function addLink(url, text) { + var key, linkAttributes = attributesFn(url); + html.push(''); + addText(text); + html.push(''); + } }; -}); +}]); diff --git a/src/ngSanitize/sanitize.js b/src/ngSanitize/sanitize.js index 04eafa0d77dc..34e0e09ba532 100644 --- a/src/ngSanitize/sanitize.js +++ b/src/ngSanitize/sanitize.js @@ -1,395 +1,687 @@ 'use strict'; +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +var $sanitizeMinErr = angular.$$minErr('$sanitize'); +var bind; +var extend; +var forEach; +var isArray; +var isDefined; +var lowercase; +var noop; +var nodeContains; +var htmlParser; +var htmlSanitizeWriter; + /** - * @ngdoc overview + * @ngdoc module * @name ngSanitize * @description - */ - -/* - * HTML Parser By Misko Hevery (misko@hevery.com) - * based on: HTML Parser By John Resig (ejohn.org) - * Original code by Erik Arvidsson, Mozilla Public License - * http://erik.eae.net/simplehtmlparser/simplehtmlparser.js * - * // Use like so: - * htmlParser(htmlString, { - * start: function(tag, attrs, unary) {}, - * end: function(tag) {}, - * chars: function(text) {}, - * comment: function(text) {} - * }); + * The `ngSanitize` module provides functionality to sanitize HTML. * + * See {@link ngSanitize.$sanitize `$sanitize`} for usage. */ - /** * @ngdoc service - * @name ngSanitize.$sanitize - * @function + * @name $sanitize + * @kind function * * @description - * The input is sanitized by parsing the html into tokens. All safe tokens (from a whitelist) are - * then serialized back to properly escaped html string. This means that no unsafe input can make - * it into the returned string, however, since our parser is more strict than a typical browser - * parser, it's possible that some obscure input, which would be recognized as valid HTML by a - * browser, won't make it through the sanitizer. + * Sanitizes an html string by stripping all potentially dangerous tokens. + * + * The input is sanitized by parsing the HTML into tokens. All safe tokens (from a trusted URI list) are + * then serialized back to a properly escaped HTML string. This means that no unsafe input can make + * it into the returned string. + * + * The trusted URIs for URL sanitization of attribute values is configured using the functions + * `aHrefSanitizationTrustedUrlList` and `imgSrcSanitizationTrustedUrlList` of {@link $compileProvider}. * - * @param {string} html Html input. - * @returns {string} Sanitized html. + * The input may also contain SVG markup if this is enabled via {@link $sanitizeProvider}. + * + * @param {string} html HTML input. + * @returns {string} Sanitized HTML. * * @example - - - -
    - Snippet: - - - - - - - - - - - - - - - - - - - - - -
    FilterSourceRendered
    html filter -
    <div ng-bind-html="snippet">
    </div>
    -
    -
    -
    no filter
    <div ng-bind="snippet">
    </div>
    unsafe html filter
    <div ng-bind-html-unsafe="snippet">
    </div>
    -
    -
    - - it('should sanitize the html snippet ', function() { - expect(using('#html-filter').element('div').html()). - toBe('

    an html\nclick here\nsnippet

    '); - }); - - it('should escape snippet without any filter', function() { - expect(using('#escaped-html').element('div').html()). - toBe("<p style=\"color:blue\">an html\n" + - "<em onmouseover=\"this.textContent='PWN3D!'\">click here</em>\n" + - "snippet</p>"); - }); - - it('should inline raw snippet if filtered as unsafe', function() { - expect(using('#html-unsafe-filter').element("div").html()). - toBe("

    an html\n" + - "click here\n" + - "snippet

    "); - }); - - it('should update', function() { - input('snippet').enter('new text'); - expect(using('#html-filter').binding('snippet')).toBe('new text'); - expect(using('#escaped-html').element('div').html()).toBe("new <b>text</b>"); - expect(using('#html-unsafe-filter').binding("snippet")).toBe('new text'); - }); -
    -
    + + + +
    + Snippet: + + + + + + + + + + + + + + + + + + + + + + + + + +
    DirectiveHowSourceRendered
    ng-bind-htmlAutomatically uses $sanitize
    <div ng-bind-html="snippet">
    </div>
    ng-bind-htmlBypass $sanitize by explicitly trusting the dangerous value +
    <div ng-bind-html="deliberatelyTrustDangerousSnippet()">
    +</div>
    +
    ng-bindAutomatically escapes
    <div ng-bind="snippet">
    </div>
    +
    +
    + + it('should sanitize the html snippet by default', function() { + expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). + toBe('

    an html\nclick here\nsnippet

    '); + }); + + it('should inline raw snippet if bound to a trusted value', function() { + expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')). + toBe("

    an html\n" + + "click here\n" + + "snippet

    "); + }); + + it('should escape snippet without any filter', function() { + expect(element(by.css('#bind-default div')).getAttribute('innerHTML')). + toBe("<p style=\"color:blue\">an html\n" + + "<em onmouseover=\"this.textContent='PWN3D!'\">click here</em>\n" + + "snippet</p>"); + }); + + it('should update', function() { + element(by.model('snippet')).clear(); + element(by.model('snippet')).sendKeys('new text'); + expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). + toBe('new text'); + expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')).toBe( + 'new text'); + expect(element(by.css('#bind-default div')).getAttribute('innerHTML')).toBe( + "new <b onclick=\"alert(1)\">text</b>"); + }); +
    +
    */ -var $sanitize = function(html) { - var buf = []; - htmlParser(html, htmlSanitizeWriter(buf)); - return buf.join(''); -}; - - -// Regular Expressions for parsing tags and attributes -var START_TAG_REGEXP = /^<\s*([\w:-]+)((?:\s+[\w:-]+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)\s*>/, - END_TAG_REGEXP = /^<\s*\/\s*([\w:-]+)[^>]*>/, - ATTR_REGEXP = /([\w:-]+)(?:\s*=\s*(?:(?:"((?:[^"])*)")|(?:'((?:[^'])*)')|([^>\s]+)))?/g, - BEGIN_TAG_REGEXP = /^/g, - CDATA_REGEXP = //g, - URI_REGEXP = /^((ftp|https?):\/\/|mailto:|tel:|#)/, - NON_ALPHANUMERIC_REGEXP = /([^\#-~| |!])/g; // Match everything outside of normal chars and " (quote character) - - -// Good source of info about elements and attributes -// http://dev.w3.org/html5/spec/Overview.html#semantics -// http://simon.html5.org/html-elements - -// Safe Void Elements - HTML5 -// http://dev.w3.org/html5/spec/Overview.html#void-elements -var voidElements = makeMap("area,br,col,hr,img,wbr"); - -// Elements that you can, intentionally, leave open (and which close themselves) -// http://dev.w3.org/html5/spec/Overview.html#optional-tags -var optionalEndTagBlockElements = makeMap("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"), - optionalEndTagInlineElements = makeMap("rp,rt"), - optionalEndTagElements = angular.extend({}, optionalEndTagInlineElements, optionalEndTagBlockElements); - -// Safe Block Elements - HTML5 -var blockElements = angular.extend({}, optionalEndTagBlockElements, makeMap("address,article,aside," + - "blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6," + - "header,hgroup,hr,ins,map,menu,nav,ol,pre,script,section,table,ul")); - -// Inline Elements - HTML5 -var inlineElements = angular.extend({}, optionalEndTagInlineElements, makeMap("a,abbr,acronym,b,bdi,bdo," + - "big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,samp,small," + - "span,strike,strong,sub,sup,time,tt,u,var")); - - -// Special Elements (can contain anything) -var specialElements = makeMap("script,style"); - -var validElements = angular.extend({}, voidElements, blockElements, inlineElements, optionalEndTagElements); - -//Attributes that have href and hence need to be sanitized -var uriAttrs = makeMap("background,cite,href,longdesc,src,usemap"); -var validAttrs = angular.extend({}, uriAttrs, makeMap( - 'abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,'+ - 'color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,'+ - 'ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,'+ - 'scope,scrolling,shape,span,start,summary,target,title,type,'+ - 'valign,value,vspace,width')); - -function makeMap(str) { - var obj = {}, items = str.split(','), i; - for (i = 0; i < items.length; i++) obj[items[i]] = true; - return obj; -} /** - * @example - * htmlParser(htmlString, { - * start: function(tag, attrs, unary) {}, - * end: function(tag) {}, - * chars: function(text) {}, - * comment: function(text) {} - * }); + * @ngdoc provider + * @name $sanitizeProvider + * @this * - * @param {string} html string - * @param {object} handler + * @description + * Creates and configures {@link $sanitize} instance. */ -function htmlParser( html, handler ) { - var index, chars, match, stack = [], last = html; - stack.last = function() { return stack[ stack.length - 1 ]; }; - - while ( html ) { - chars = true; - - // Make sure we're not in a script or style element - if ( !stack.last() || !specialElements[ stack.last() ] ) { - - // Comment - if ( html.indexOf(""); +function $SanitizeProvider() { + var hasBeenInstantiated = false; + var svgEnabled = false; + + this.$get = ['$$sanitizeUri', function($$sanitizeUri) { + hasBeenInstantiated = true; + if (svgEnabled) { + extend(validElements, svgElements); + } + return function(html) { + var buf = []; + htmlParser(html, htmlSanitizeWriter(buf, function(uri, isImage) { + return !/^unsafe:/.test($$sanitizeUri(uri, isImage)); + })); + return buf.join(''); + }; + }]; + + + /** + * @ngdoc method + * @name $sanitizeProvider#enableSvg + * @kind function + * + * @description + * Enables a subset of svg to be supported by the sanitizer. + * + *
    + *

    By enabling this setting without taking other precautions, you might expose your + * application to click-hijacking attacks. In these attacks, sanitized svg elements could be positioned + * outside of the containing element and be rendered over other elements on the page (e.g. a login + * link). Such behavior can then result in phishing incidents.

    + * + *

    To protect against these, explicitly setup `overflow: hidden` css rule for all potential svg + * tags within the sanitized content:

    + * + *
    + * + *
    
    +   *   .rootOfTheIncludedContent svg {
    +   *     overflow: hidden !important;
    +   *   }
    +   *   
    + *
    + * + * @param {boolean=} flag Enable or disable SVG support in the sanitizer. + * @returns {boolean|$sanitizeProvider} Returns the currently configured value if called + * without an argument or self for chaining otherwise. + */ + this.enableSvg = function(enableSvg) { + if (isDefined(enableSvg)) { + svgEnabled = enableSvg; + return this; + } else { + return svgEnabled; + } + }; - if ( index >= 0 ) { - if (handler.comment) handler.comment( html.substring( 4, index ) ); - html = html.substring( index + 3 ); - chars = false; - } - // end tag - } else if ( BEGING_END_TAGE_REGEXP.test(html) ) { - match = html.match( END_TAG_REGEXP ); + /** + * @ngdoc method + * @name $sanitizeProvider#addValidElements + * @kind function + * + * @description + * Extends the built-in lists of valid HTML/SVG elements, i.e. elements that are considered safe + * and are not stripped off during sanitization. You can extend the following lists of elements: + * + * - `htmlElements`: A list of elements (tag names) to extend the current list of safe HTML + * elements. HTML elements considered safe will not be removed during sanitization. All other + * elements will be stripped off. + * + * - `htmlVoidElements`: This is similar to `htmlElements`, but marks the elements as + * "void elements" (similar to HTML + * [void elements](https://rawgit.com/w3c/html/html5.1-2/single-page.html#void-elements)). These + * elements have no end tag and cannot have content. + * + * - `svgElements`: This is similar to `htmlElements`, but for SVG elements. This list is only + * taken into account if SVG is {@link ngSanitize.$sanitizeProvider#enableSvg enabled} for + * `$sanitize`. + * + *
    + * This method must be called during the {@link angular.Module#config config} phase. Once the + * `$sanitize` service has been instantiated, this method has no effect. + *
    + * + *
    + * Keep in mind that extending the built-in lists of elements may expose your app to XSS or + * other vulnerabilities. Be very mindful of the elements you add. + *
    + * + * @param {Array|Object} elements - A list of valid HTML elements or an object with one or + * more of the following properties: + * - **htmlElements** - `{Array}` - A list of elements to extend the current list of + * HTML elements. + * - **htmlVoidElements** - `{Array}` - A list of elements to extend the current list of + * void HTML elements; i.e. elements that do not have an end tag. + * - **svgElements** - `{Array}` - A list of elements to extend the current list of SVG + * elements. The list of SVG elements is only taken into account if SVG is + * {@link ngSanitize.$sanitizeProvider#enableSvg enabled} for `$sanitize`. + * + * Passing an array (`[...]`) is equivalent to passing `{htmlElements: [...]}`. + * + * @return {$sanitizeProvider} Returns self for chaining. + */ + this.addValidElements = function(elements) { + if (!hasBeenInstantiated) { + if (isArray(elements)) { + elements = {htmlElements: elements}; + } - if ( match ) { - html = html.substring( match[0].length ); - match[0].replace( END_TAG_REGEXP, parseEndTag ); - chars = false; - } + addElementsTo(svgElements, elements.svgElements); + addElementsTo(voidElements, elements.htmlVoidElements); + addElementsTo(validElements, elements.htmlVoidElements); + addElementsTo(validElements, elements.htmlElements); + } - // start tag - } else if ( BEGIN_TAG_REGEXP.test(html) ) { - match = html.match( START_TAG_REGEXP ); + return this; + }; - if ( match ) { - html = html.substring( match[0].length ); - match[0].replace( START_TAG_REGEXP, parseStartTag ); - chars = false; - } - } - if ( chars ) { - index = html.indexOf("<"); + /** + * @ngdoc method + * @name $sanitizeProvider#addValidAttrs + * @kind function + * + * @description + * Extends the built-in list of valid attributes, i.e. attributes that are considered safe and are + * not stripped off during sanitization. + * + * **Note**: + * The new attributes will not be treated as URI attributes, which means their values will not be + * sanitized as URIs using `$compileProvider`'s + * {@link ng.$compileProvider#aHrefSanitizationTrustedUrlList aHrefSanitizationTrustedUrlList} and + * {@link ng.$compileProvider#imgSrcSanitizationTrustedUrlList imgSrcSanitizationTrustedUrlList}. + * + *
    + * This method must be called during the {@link angular.Module#config config} phase. Once the + * `$sanitize` service has been instantiated, this method has no effect. + *
    + * + *
    + * Keep in mind that extending the built-in list of attributes may expose your app to XSS or + * other vulnerabilities. Be very mindful of the attributes you add. + *
    + * + * @param {Array} attrs - A list of valid attributes. + * + * @returns {$sanitizeProvider} Returns self for chaining. + */ + this.addValidAttrs = function(attrs) { + if (!hasBeenInstantiated) { + extend(validAttrs, arrayToMap(attrs, true)); + } + return this; + }; - var text = index < 0 ? html : html.substring( 0, index ); - html = index < 0 ? "" : html.substring( index ); + ////////////////////////////////////////////////////////////////////////////////////////////////// + // Private stuff + ////////////////////////////////////////////////////////////////////////////////////////////////// - if (handler.chars) handler.chars( decodeEntities(text) ); - } + bind = angular.bind; + extend = angular.extend; + forEach = angular.forEach; + isArray = angular.isArray; + isDefined = angular.isDefined; + lowercase = angular.$$lowercase; + noop = angular.noop; - } else { - html = html.replace(new RegExp("(.*)<\\s*\\/\\s*" + stack.last() + "[^>]*>", 'i'), function(all, text){ - text = text. - replace(COMMENT_REGEXP, "$1"). - replace(CDATA_REGEXP, "$1"); + htmlParser = htmlParserImpl; + htmlSanitizeWriter = htmlSanitizeWriterImpl; - if (handler.chars) handler.chars( decodeEntities(text) ); + nodeContains = window.Node.prototype.contains || /** @this */ function(arg) { + // eslint-disable-next-line no-bitwise + return !!(this.compareDocumentPosition(arg) & 16); + }; - return ""; - }); + // Regular Expressions for parsing tags and attributes + var SURROGATE_PAIR_REGEXP = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + // Match everything outside of normal chars and " (quote character) + NON_ALPHANUMERIC_REGEXP = /([^#-~ |!])/g; + + + // Good source of info about elements and attributes + // http://dev.w3.org/html5/spec/Overview.html#semantics + // http://simon.html5.org/html-elements + + // Safe Void Elements - HTML5 + // http://dev.w3.org/html5/spec/Overview.html#void-elements + var voidElements = stringToMap('area,br,col,hr,img,wbr'); + + // Elements that you can, intentionally, leave open (and which close themselves) + // http://dev.w3.org/html5/spec/Overview.html#optional-tags + var optionalEndTagBlockElements = stringToMap('colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr'), + optionalEndTagInlineElements = stringToMap('rp,rt'), + optionalEndTagElements = extend({}, + optionalEndTagInlineElements, + optionalEndTagBlockElements); + + // Safe Block Elements - HTML5 + var blockElements = extend({}, optionalEndTagBlockElements, stringToMap('address,article,' + + 'aside,blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,' + + 'h6,header,hgroup,hr,ins,map,menu,nav,ol,pre,section,table,ul')); + + // Inline Elements - HTML5 + var inlineElements = extend({}, optionalEndTagInlineElements, stringToMap('a,abbr,acronym,b,' + + 'bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,' + + 'samp,small,span,strike,strong,sub,sup,time,tt,u,var')); + + // SVG Elements + // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Elements + // Note: the elements animate,animateColor,animateMotion,animateTransform,set are intentionally omitted. + // They can potentially allow for arbitrary javascript to be executed. See #11290 + var svgElements = stringToMap('circle,defs,desc,ellipse,font-face,font-face-name,font-face-src,g,glyph,' + + 'hkern,image,linearGradient,line,marker,metadata,missing-glyph,mpath,path,polygon,polyline,' + + 'radialGradient,rect,stop,svg,switch,text,title,tspan'); + + // Blocked Elements (will be stripped) + var blockedElements = stringToMap('script,style'); + + var validElements = extend({}, + voidElements, + blockElements, + inlineElements, + optionalEndTagElements); + + //Attributes that have href and hence need to be sanitized + var uriAttrs = stringToMap('background,cite,href,longdesc,src,xlink:href,xml:base'); + + var htmlAttrs = stringToMap('abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,' + + 'color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,' + + 'ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,' + + 'scope,scrolling,shape,size,span,start,summary,tabindex,target,title,type,' + + 'valign,value,vspace,width'); + + // SVG attributes (without "id" and "name" attributes) + // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Attributes + var svgAttrs = stringToMap('accent-height,accumulate,additive,alphabetic,arabic-form,ascent,' + + 'baseProfile,bbox,begin,by,calcMode,cap-height,class,color,color-rendering,content,' + + 'cx,cy,d,dx,dy,descent,display,dur,end,fill,fill-rule,font-family,font-size,font-stretch,' + + 'font-style,font-variant,font-weight,from,fx,fy,g1,g2,glyph-name,gradientUnits,hanging,' + + 'height,horiz-adv-x,horiz-origin-x,ideographic,k,keyPoints,keySplines,keyTimes,lang,' + + 'marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mathematical,' + + 'max,min,offset,opacity,orient,origin,overline-position,overline-thickness,panose-1,' + + 'path,pathLength,points,preserveAspectRatio,r,refX,refY,repeatCount,repeatDur,' + + 'requiredExtensions,requiredFeatures,restart,rotate,rx,ry,slope,stemh,stemv,stop-color,' + + 'stop-opacity,strikethrough-position,strikethrough-thickness,stroke,stroke-dasharray,' + + 'stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,' + + 'stroke-width,systemLanguage,target,text-anchor,to,transform,type,u1,u2,underline-position,' + + 'underline-thickness,unicode,unicode-range,units-per-em,values,version,viewBox,visibility,' + + 'width,widths,x,x-height,x1,x2,xlink:actuate,xlink:arcrole,xlink:role,xlink:show,xlink:title,' + + 'xlink:type,xml:base,xml:lang,xml:space,xmlns,xmlns:xlink,y,y1,y2,zoomAndPan', true); + + var validAttrs = extend({}, + uriAttrs, + svgAttrs, + htmlAttrs); + + function stringToMap(str, lowercaseKeys) { + return arrayToMap(str.split(','), lowercaseKeys); + } - parseEndTag( "", stack.last() ); + function arrayToMap(items, lowercaseKeys) { + var obj = {}, i; + for (i = 0; i < items.length; i++) { + obj[lowercaseKeys ? lowercase(items[i]) : items[i]] = true; } + return obj; + } - if ( html == last ) { - throw "Parse Error: " + html; + function addElementsTo(elementsMap, newElements) { + if (newElements && newElements.length) { + extend(elementsMap, arrayToMap(newElements)); } - last = html; } - // Clean up any remaining tags - parseEndTag(); + /** + * Create an inert document that contains the dirty HTML that needs sanitizing. + * We use the DOMParser API by default and fall back to createHTMLDocument if DOMParser is not + * available. + */ + var getInertBodyElement /* function(html: string): HTMLBodyElement */ = (function(window, document) { + if (isDOMParserAvailable()) { + return getInertBodyElement_DOMParser; + } - function parseStartTag( tag, tagName, rest, unary ) { - tagName = angular.lowercase(tagName); - if ( blockElements[ tagName ] ) { - while ( stack.last() && inlineElements[ stack.last() ] ) { - parseEndTag( "", stack.last() ); + if (!document || !document.implementation) { + throw $sanitizeMinErr('noinert', 'Can\'t create an inert html document'); + } + var inertDocument = document.implementation.createHTMLDocument('inert'); + var inertBodyElement = (inertDocument.documentElement || inertDocument.getDocumentElement()).querySelector('body'); + return getInertBodyElement_InertDocument; + + function isDOMParserAvailable() { + try { + return !!getInertBodyElement_DOMParser(''); + } catch (e) { + return false; } } - if ( optionalEndTagElements[ tagName ] && stack.last() == tagName ) { - parseEndTag( "", tagName ); + function getInertBodyElement_DOMParser(html) { + // We add this dummy element to ensure that the rest of the content is parsed as expected + // e.g. leading whitespace is maintained and tags like `` do not get hoisted to the `` tag. + html = '' + html; + try { + var body = new window.DOMParser().parseFromString(html, 'text/html').body; + body.firstChild.remove(); + return body; + } catch (e) { + return undefined; + } } - unary = voidElements[ tagName ] || !!unary; + function getInertBodyElement_InertDocument(html) { + inertBodyElement.innerHTML = html; - if ( !unary ) - stack.push( tagName ); + // Support: IE 9-11 only + // strip custom-namespaced attributes on IE<=11 + if (document.documentMode) { + stripCustomNsAttrs(inertBodyElement); + } - var attrs = {}; + return inertBodyElement; + } + })(window, window.document); + + /** + * @example + * htmlParser(htmlString, { + * start: function(tag, attrs) {}, + * end: function(tag) {}, + * chars: function(text) {}, + * comment: function(text) {} + * }); + * + * @param {string} html string + * @param {object} handler + */ + function htmlParserImpl(html, handler) { + if (html === null || html === undefined) { + html = ''; + } else if (typeof html !== 'string') { + html = '' + html; + } - rest.replace(ATTR_REGEXP, function(match, name, doubleQuotedValue, singleQoutedValue, unqoutedValue) { - var value = doubleQuotedValue - || singleQoutedValue - || unqoutedValue - || ''; + var inertBodyElement = getInertBodyElement(html); + if (!inertBodyElement) return ''; - attrs[name] = decodeEntities(value); - }); - if (handler.start) handler.start( tagName, attrs, unary ); - } - - function parseEndTag( tag, tagName ) { - var pos = 0, i; - tagName = angular.lowercase(tagName); - if ( tagName ) - // Find the closest opened tag of the same type - for ( pos = stack.length - 1; pos >= 0; pos-- ) - if ( stack[ pos ] == tagName ) + //mXSS protection + var mXSSAttempts = 5; + do { + if (mXSSAttempts === 0) { + throw $sanitizeMinErr('uinput', 'Failed to sanitize html because the input is unstable'); + } + mXSSAttempts--; + + // trigger mXSS if it is going to happen by reading and writing the innerHTML + html = inertBodyElement.innerHTML; + inertBodyElement = getInertBodyElement(html); + } while (html !== inertBodyElement.innerHTML); + + var node = inertBodyElement.firstChild; + while (node) { + switch (node.nodeType) { + case 1: // ELEMENT_NODE + handler.start(node.nodeName.toLowerCase(), attrToMap(node.attributes)); + break; + case 3: // TEXT NODE + handler.chars(node.textContent); break; + } - if ( pos >= 0 ) { - // Close all the open elements, up the stack - for ( i = stack.length - 1; i >= pos; i-- ) - if (handler.end) handler.end( stack[ i ] ); + var nextNode; + if (!(nextNode = node.firstChild)) { + if (node.nodeType === 1) { + handler.end(node.nodeName.toLowerCase()); + } + nextNode = getNonDescendant('nextSibling', node); + if (!nextNode) { + while (nextNode == null) { + node = getNonDescendant('parentNode', node); + if (node === inertBodyElement) break; + nextNode = getNonDescendant('nextSibling', node); + if (node.nodeType === 1) { + handler.end(node.nodeName.toLowerCase()); + } + } + } + } + node = nextNode; + } - // Remove the open elements from the stack - stack.length = pos; + while ((node = inertBodyElement.firstChild)) { + inertBodyElement.removeChild(node); } } -} -/** - * decodes all entities into regular string - * @param value - * @returns {string} A string with decoded entities. - */ -var hiddenPre=document.createElement("pre"); -function decodeEntities(value) { - hiddenPre.innerHTML=value.replace(//g, '>'); -} -/** - * create an HTML/XML writer which writes to buffer - * @param {Array} buf use buf.jain('') to get out sanitized html string - * @returns {object} in the form of { - * start: function(tag, attrs, unary) {}, - * end: function(tag) {}, - * chars: function(text) {}, - * comment: function(text) {} - * } - */ -function htmlSanitizeWriter(buf){ - var ignore = false; - var out = angular.bind(buf, buf.push); - return { - start: function(tag, attrs, unary){ - tag = angular.lowercase(tag); - if (!ignore && specialElements[tag]) { - ignore = tag; - } - if (!ignore && validElements[tag] == true) { - out('<'); - out(tag); - angular.forEach(attrs, function(value, key){ - var lkey=angular.lowercase(key); - if (validAttrs[lkey]==true && (uriAttrs[lkey]!==true || value.match(URI_REGEXP))) { - out(' '); - out(key); - out('="'); - out(encodeEntities(value)); - out('"'); - } - }); - out(unary ? '/>' : '>'); - } - }, - end: function(tag){ - tag = angular.lowercase(tag); - if (!ignore && validElements[tag] == true) { + /** + * Escapes all potentially dangerous characters, so that the + * resulting string can be safely inserted into attribute or + * element text. + * @param value + * @returns {string} escaped text + */ + function encodeEntities(value) { + return value. + replace(/&/g, '&'). + replace(SURROGATE_PAIR_REGEXP, function(value) { + var hi = value.charCodeAt(0); + var low = value.charCodeAt(1); + return '&#' + (((hi - 0xD800) * 0x400) + (low - 0xDC00) + 0x10000) + ';'; + }). + replace(NON_ALPHANUMERIC_REGEXP, function(value) { + return '&#' + value.charCodeAt(0) + ';'; + }). + replace(//g, '>'); + } + + /** + * create an HTML/XML writer which writes to buffer + * @param {Array} buf use buf.join('') to get out sanitized html string + * @returns {object} in the form of { + * start: function(tag, attrs) {}, + * end: function(tag) {}, + * chars: function(text) {}, + * comment: function(text) {} + * } + */ + function htmlSanitizeWriterImpl(buf, uriValidator) { + var ignoreCurrentElement = false; + var out = bind(buf, buf.push); + return { + start: function(tag, attrs) { + tag = lowercase(tag); + if (!ignoreCurrentElement && blockedElements[tag]) { + ignoreCurrentElement = tag; + } + if (!ignoreCurrentElement && validElements[tag] === true) { + out('<'); + out(tag); + forEach(attrs, function(value, key) { + var lkey = lowercase(key); + var isImage = (tag === 'img' && lkey === 'src') || (lkey === 'background'); + if (validAttrs[lkey] === true && + (uriAttrs[lkey] !== true || uriValidator(value, isImage))) { + out(' '); + out(key); + out('="'); + out(encodeEntities(value)); + out('"'); + } + }); + out('>'); + } + }, + end: function(tag) { + tag = lowercase(tag); + if (!ignoreCurrentElement && validElements[tag] === true && voidElements[tag] !== true) { out(''); } - if (tag == ignore) { - ignore = false; + // eslint-disable-next-line eqeqeq + if (tag == ignoreCurrentElement) { + ignoreCurrentElement = false; } }, - chars: function(chars){ - if (!ignore) { + chars: function(chars) { + if (!ignoreCurrentElement) { out(encodeEntities(chars)); } } - }; + }; + } + + + /** + * When IE9-11 comes across an unknown namespaced attribute e.g. 'xlink:foo' it adds 'xmlns:ns1' attribute to declare + * ns1 namespace and prefixes the attribute with 'ns1' (e.g. 'ns1:xlink:foo'). This is undesirable since we don't want + * to allow any of these custom attributes. This method strips them all. + * + * @param node Root element to process + */ + function stripCustomNsAttrs(node) { + while (node) { + if (node.nodeType === window.Node.ELEMENT_NODE) { + var attrs = node.attributes; + for (var i = 0, l = attrs.length; i < l; i++) { + var attrNode = attrs[i]; + var attrName = attrNode.name.toLowerCase(); + if (attrName === 'xmlns:ns1' || attrName.lastIndexOf('ns1:', 0) === 0) { + node.removeAttributeNode(attrNode); + i--; + l--; + } + } + } + + var nextNode = node.firstChild; + if (nextNode) { + stripCustomNsAttrs(nextNode); + } + + node = getNonDescendant('nextSibling', node); + } + } + + function getNonDescendant(propName, node) { + // An element is clobbered if its `propName` property points to one of its descendants + var nextNode = node[propName]; + if (nextNode && nodeContains.call(node, nextNode)) { + throw $sanitizeMinErr('elclob', 'Failed to sanitize html because the element is clobbered: {0}', node.outerHTML || node.outerText); + } + return nextNode; + } +} + +function sanitizeText(chars) { + var buf = []; + var writer = htmlSanitizeWriter(buf, noop); + writer.chars(chars); + return buf.join(''); } // define ngSanitize module and register $sanitize service -angular.module('ngSanitize', []).value('$sanitize', $sanitize); +angular.module('ngSanitize', []) + .provider('$sanitize', $SanitizeProvider) + .info({ angularVersion: '"NG_VERSION_FULL"' }); diff --git a/src/ngScenario/Application.js b/src/ngScenario/Application.js deleted file mode 100644 index 2ca6c8fdf555..000000000000 --- a/src/ngScenario/Application.js +++ /dev/null @@ -1,107 +0,0 @@ -'use strict'; - -/** - * Represents the application currently being tested and abstracts usage - * of iframes or separate windows. - * - * @param {Object} context jQuery wrapper around HTML context. - */ -angular.scenario.Application = function(context) { - this.context = context; - context.append( - '

    Current URL: None

    ' + - '
    ' - ); -}; - -/** - * Gets the jQuery collection of frames. Don't use this directly because - * frames may go stale. - * - * @private - * @return {Object} jQuery collection - */ -angular.scenario.Application.prototype.getFrame_ = function() { - return this.context.find('#test-frames iframe:last'); -}; - -/** - * Gets the window of the test runner frame. Always favor executeAction() - * instead of this method since it prevents you from getting a stale window. - * - * @private - * @return {Object} the window of the frame - */ -angular.scenario.Application.prototype.getWindow_ = function() { - var contentWindow = this.getFrame_().prop('contentWindow'); - if (!contentWindow) - throw 'Frame window is not accessible.'; - return contentWindow; -}; - -/** - * Changes the location of the frame. - * - * @param {string} url The URL. If it begins with a # then only the - * hash of the page is changed. - * @param {function()} loadFn function($window, $document) Called when frame loads. - * @param {function()} errorFn function(error) Called if any error when loading. - */ -angular.scenario.Application.prototype.navigateTo = function(url, loadFn, errorFn) { - var self = this; - var frame = this.getFrame_(); - //TODO(esprehn): Refactor to use rethrow() - errorFn = errorFn || function(e) { throw e; }; - if (url === 'about:blank') { - errorFn('Sandbox Error: Navigating to about:blank is not allowed.'); - } else if (url.charAt(0) === '#') { - url = frame.attr('src').split('#')[0] + url; - frame.attr('src', url); - this.executeAction(loadFn); - } else { - frame.remove(); - this.context.find('#test-frames').append('')($rootScope); + $rootScope.testUrl = 'different_page'; + $rootScope.$apply(); + expect(element.attr('src')).toEqual('different_page'); + })); - attr.$set('ngMyAttr', undefined); - expect(element.attr('ng-my-attr')).toBe(undefined); + it('should clear out src attributes for a different domain', inject(function($compile, $rootScope, $sce) { + element = $compile('')($rootScope); + $rootScope.testUrl = 'http://a.different.domain.example.com/'; + expect(function() { $rootScope.$apply(); }).toThrowMinErr( + '$interpolate', 'interr', 'Can\'t interpolate: {{testUrl}}\nError: [$sce:insecurl] Blocked ' + + 'loading resource from url not allowed by $sceDelegate policy. URL: ' + + 'http://a.different.domain.example.com/'); + })); - attr.$set('ngMyAttr', 'value'); - attr.$set('ngMyAttr', null); - expect(element.attr('ng-my-attr')).toBe(undefined); - }); + it('should clear out JS src attributes', inject(function($compile, $rootScope, $sce) { + element = $compile('')($rootScope); + $rootScope.testUrl = 'javascript:alert(1);'; + expect(function() { $rootScope.$apply(); }).toThrowMinErr( + '$interpolate', 'interr', 'Can\'t interpolate: {{testUrl}}\nError: [$sce:insecurl] Blocked ' + + 'loading resource from url not allowed by $sceDelegate policy. URL: ' + + 'javascript:alert(1);'); + })); + it('should clear out non-resource_url src attributes', inject(function($compile, $rootScope, $sce) { + element = $compile('')($rootScope); + $rootScope.testUrl = $sce.trustAsUrl('javascript:doTrustedStuff()'); + expect($rootScope.$apply).toThrowMinErr( + '$interpolate', 'interr', 'Can\'t interpolate: {{testUrl}}\nError: [$sce:insecurl] Blocked ' + + 'loading resource from url not allowed by $sceDelegate policy. URL: javascript:doTrustedStuff()'); + })); - it('should not set DOM element attr if writeAttr false', function() { - attr.$set('test', 'value', false); + it('should pass through $sce.trustAs() values in src attributes', inject(function($compile, $rootScope, $sce) { + element = $compile('')($rootScope); + $rootScope.testUrl = $sce.trustAsResourceUrl('javascript:doTrustedStuff()'); + $rootScope.$apply(); - expect(element.attr('test')).toBeUndefined(); - expect(attr.test).toBe('value'); - }); - }); + expect(element.attr('src')).toEqual('javascript:doTrustedStuff()'); + })); }); + describe('base[href]', function() { + it('should be a RESOURCE_URL context', inject(function($compile, $rootScope, $sce) { + element = $compile('')($rootScope); - describe('isolated locals', function() { - var componentScope; + $rootScope.testUrl = $sce.trustAsResourceUrl('https://example.com/'); + $rootScope.$apply(); + expect(element.attr('href')).toContain('https://example.com/'); - beforeEach(module(function() { - directive('myComponent', function() { - return { - scope: { - attr: '@', - attrAlias: '@attr', - ref: '=', - refAlias: '= ref', - reference: '=', - expr: '&', - exprAlias: '&expr' - }, - link: function(scope) { - componentScope = scope; - } - }; - }); - directive('badDeclaration', function() { - return { - scope: { attr: 'xxx' } - }; - }); + $rootScope.testUrl = 'https://not.example.com/'; + expect(function() { $rootScope.$apply(); }).toThrowMinErr( + '$interpolate', 'interr', 'Can\'t interpolate: {{testUrl}}\nError: [$sce:insecurl] Blocked ' + + 'loading resource from url not allowed by $sceDelegate policy. URL: ' + + 'https://not.example.com/'); })); + }); - describe('attribute', function() { - it('should copy simple attribute', inject(function() { - compile('
    '); + describe('form[action]', function() { + it('should pass through action attribute for the same domain', inject(function($compile, $rootScope, $sce) { + element = $compile('
    ')($rootScope); + $rootScope.testUrl = 'different_page'; + $rootScope.$apply(); + expect(element.attr('action')).toEqual('different_page'); + })); - expect(componentScope.attr).toEqual('some text'); - expect(componentScope.attrAlias).toEqual('some text'); - expect(componentScope.attrAlias).toEqual(componentScope.attr); - })); + it('should clear out action attribute for a different domain', inject(function($compile, $rootScope, $sce) { + element = $compile('
    ')($rootScope); + $rootScope.testUrl = 'http://a.different.domain.example.com/'; + expect(function() { $rootScope.$apply(); }).toThrowMinErr( + '$interpolate', 'interr', 'Can\'t interpolate: {{testUrl}}\nError: [$sce:insecurl] Blocked ' + + 'loading resource from url not allowed by $sceDelegate policy. URL: ' + + 'http://a.different.domain.example.com/'); + })); - it('should set up the interpolation before it reaches the link function', inject(function() { - $rootScope.name = 'misko'; - compile('
    '); - expect(componentScope.attr).toEqual('hello misko'); - expect(componentScope.attrAlias).toEqual('hello misko'); - })); + it('should clear out JS action attribute', inject(function($compile, $rootScope, $sce) { + element = $compile('
    ')($rootScope); + $rootScope.testUrl = 'javascript:alert(1);'; + expect(function() { $rootScope.$apply(); }).toThrowMinErr( + '$interpolate', 'interr', 'Can\'t interpolate: {{testUrl}}\nError: [$sce:insecurl] Blocked ' + + 'loading resource from url not allowed by $sceDelegate policy. URL: ' + + 'javascript:alert(1);'); + })); - it('should update when interpolated attribute updates', inject(function() { - compile('
    '); + it('should clear out non-resource_url action attribute', inject(function($compile, $rootScope, $sce) { + element = $compile('
    ')($rootScope); + $rootScope.testUrl = $sce.trustAsUrl('javascript:doTrustedStuff()'); + expect($rootScope.$apply).toThrowMinErr( + '$interpolate', 'interr', 'Can\'t interpolate: {{testUrl}}\nError: [$sce:insecurl] Blocked ' + + 'loading resource from url not allowed by $sceDelegate policy. URL: javascript:doTrustedStuff()'); + })); - $rootScope.name = 'igor'; - $rootScope.$apply(); - expect(componentScope.attr).toEqual('hello igor'); - expect(componentScope.attrAlias).toEqual('hello igor'); - })); - }); + it('should pass through $sce.trustAsResourceUrl() values in action attribute', inject(function($compile, $rootScope, $sce) { + element = $compile('
    ')($rootScope); + $rootScope.testUrl = $sce.trustAsResourceUrl('javascript:doTrustedStuff()'); + $rootScope.$apply(); + expect(element.attr('action')).toEqual('javascript:doTrustedStuff()'); + })); + }); - describe('object reference', function() { - it('should update local when origin changes', inject(function() { - compile('
    '); - expect(componentScope.ref).toBe(undefined); - expect(componentScope.refAlias).toBe(componentScope.ref); + describe('link[href]', function() { + it('should reject invalid RESOURCE_URLs', inject(function($compile, $rootScope) { + element = $compile('')($rootScope); + $rootScope.testUrl = 'https://evil.example.org/css.css'; + expect(function() { $rootScope.$apply(); }).toThrowMinErr( + '$interpolate', 'interr', 'Can\'t interpolate: {{testUrl}}\nError: [$sce:insecurl] Blocked ' + + 'loading resource from url not allowed by $sceDelegate policy. URL: ' + + 'https://evil.example.org/css.css'); + })); - $rootScope.name = 'misko'; - $rootScope.$apply(); - expect(componentScope.ref).toBe($rootScope.name); - expect(componentScope.refAlias).toBe($rootScope.name); + it('should accept valid RESOURCE_URLs', inject(function($compile, $rootScope, $sce) { + element = $compile('')($rootScope); - $rootScope.name = {}; - $rootScope.$apply(); - expect(componentScope.ref).toBe($rootScope.name); - expect(componentScope.refAlias).toBe($rootScope.name); - })); + $rootScope.testUrl = './css1.css'; + $rootScope.$apply(); + expect(element.attr('href')).toContain('css1.css'); + $rootScope.testUrl = $sce.trustAsResourceUrl('https://elsewhere.example.org/css2.css'); + $rootScope.$apply(); + expect(element.attr('href')).toContain('https://elsewhere.example.org/css2.css'); + })); - it('should update local when origin changes', inject(function() { - compile('
    '); - expect(componentScope.ref).toBe(undefined); - expect(componentScope.refAlias).toBe(componentScope.ref); + it('should accept valid constants', inject(function($compile, $rootScope) { + element = $compile('')($rootScope); - componentScope.ref = 'misko'; - $rootScope.$apply(); - expect($rootScope.name).toBe('misko'); - expect(componentScope.ref).toBe('misko'); - expect($rootScope.name).toBe(componentScope.ref); - expect(componentScope.refAlias).toBe(componentScope.ref); + $rootScope.$apply(); + expect(element.attr('href')).toContain('https://elsewhere.example.org/css2.css'); + })); + }); - componentScope.name = {}; - $rootScope.$apply(); - expect($rootScope.name).toBe(componentScope.ref); - expect(componentScope.refAlias).toBe(componentScope.ref); + // Support: IE 9-10 only + // IEs <11 don't support srcdoc + if (!msie || msie === 11) { + describe('iframe[srcdoc]', function() { + it('should NOT set iframe contents for untrusted values', inject(function($compile, $rootScope, $sce) { + element = $compile('')($rootScope); + $rootScope.html = '
    hello
    '; + expect(function() { $rootScope.$digest(); }).toThrowMinErr('$interpolate', 'interr', new RegExp( + /Can't interpolate: {{html}}\n/.source + + /[^[]*\[\$sce:unsafe] Attempting to use an unsafe value in a safe context./.source)); })); + it('should NOT set html for wrongly typed values', inject(function($rootScope, $compile, $sce) { + element = $compile('')($rootScope); + $rootScope.html = $sce.trustAsCss('
    hello
    '); + expect(function() { $rootScope.$digest(); }).toThrowMinErr('$interpolate', 'interr', new RegExp( + /Can't interpolate: \{\{html}}\n/.source + + /[^[]*\[\$sce:unsafe] Attempting to use an unsafe value in a safe context./.source)); + })); - it('should update local when both change', inject(function() { - compile('
    '); - $rootScope.name = {mark:123}; - componentScope.ref = 'misko'; + it('should set html for trusted values', inject(function($rootScope, $compile, $sce) { + element = $compile('')($rootScope); + $rootScope.html = $sce.trustAsHtml('
    hello
    '); + $rootScope.$digest(); + expect(lowercase(element.attr('srcdoc'))).toEqual('
    hello
    '); + })); + }); + } - $rootScope.$apply(); - expect($rootScope.name).toEqual({mark:123}) - expect(componentScope.ref).toBe($rootScope.name); - expect(componentScope.refAlias).toBe($rootScope.name); + describe('ngAttr* attribute binding', function() { + it('should bind after digest but not before', inject(function() { + $rootScope.name = 'Misko'; + element = $compile('')($rootScope); + expect(element.attr('test')).toBeUndefined(); + $rootScope.$digest(); + expect(element.attr('test')).toBe('Misko'); + })); - $rootScope.name = 'igor'; - componentScope.ref = {}; - $rootScope.$apply(); - expect($rootScope.name).toEqual('igor') - expect(componentScope.ref).toBe($rootScope.name); - expect(componentScope.refAlias).toBe($rootScope.name); + it('should bind after digest but not before when after overridden attribute', inject(function() { + $rootScope.name = 'Misko'; + element = $compile('')($rootScope); + expect(element.attr('test')).toBe('123'); + $rootScope.$digest(); + expect(element.attr('test')).toBe('Misko'); + })); + + it('should bind after digest but not before when before overridden attribute', inject(function() { + $rootScope.name = 'Misko'; + element = $compile('')($rootScope); + expect(element.attr('test')).toBe('123'); + $rootScope.$digest(); + expect(element.attr('test')).toBe('Misko'); + })); + + it('should set the attribute (after digest) even if there is no interpolation', inject(function() { + element = $compile('')($rootScope); + expect(element.attr('test')).toBeUndefined(); + + $rootScope.$digest(); + expect(element.attr('test')).toBe('foo'); + })); + + it('should remove attribute if any bindings are undefined', inject(function() { + element = $compile('')($rootScope); + $rootScope.$digest(); + expect(element.attr('test')).toBeUndefined(); + $rootScope.name = 'caitp'; + $rootScope.$digest(); + expect(element.attr('test')).toBeUndefined(); + $rootScope.emphasis = '!!!'; + $rootScope.$digest(); + expect(element.attr('test')).toBe('caitp!!!'); + })); + + describe('in directive', function() { + var log; + + beforeEach(module(function() { + directive('syncTest', function(log) { + return { + link: { + pre: function(s, e, attr) { log(attr.test); }, + post: function(s, e, attr) { log(attr.test); } + } + }; + }); + directive('asyncTest', function(log) { + return { + templateUrl: 'async.html', + link: { + pre: function(s, e, attr) { log(attr.test); }, + post: function(s, e, attr) { log(attr.test); } + } + }; + }); })); - it('should complain on non assignable changes', inject(function() { - compile('
    '); - $rootScope.name = 'world'; - $rootScope.$apply(); - expect(componentScope.ref).toBe('hello world'); + beforeEach(inject(function($templateCache, _log_) { + log = _log_; + $templateCache.put('async.html', '

    Test

    '); + })); - componentScope.ref = 'ignore me'; - expect($rootScope.$apply). - toThrow("Non-assignable model expression: 'hello ' + name (directive: myComponent)"); - expect(componentScope.ref).toBe('hello world'); - // reset since the exception was rethrown which prevented phase clearing - $rootScope.$$phase = null; + it('should provide post-digest value in synchronous directive link functions when after overridden attribute', + function() { + $rootScope.test = 'TEST'; + element = $compile('
    ')($rootScope); + expect(element.attr('test')).toBe('123'); + expect(log.toArray()).toEqual(['TEST', 'TEST']); + } + ); + + it('should provide post-digest value in synchronous directive link functions when before overridden attribute', + function() { + $rootScope.test = 'TEST'; + element = $compile('
    ')($rootScope); + expect(element.attr('test')).toBe('123'); + expect(log.toArray()).toEqual(['TEST', 'TEST']); + } + ); - $rootScope.name = 'misko'; - $rootScope.$apply(); - expect(componentScope.ref).toBe('hello misko'); - })); - // regression - it('should stabilize model', inject(function() { - compile('
    '); + it('should provide post-digest value in asynchronous directive link functions when after overridden attribute', + function() { + $rootScope.test = 'TEST'; + element = $compile('
    ')($rootScope); + expect(element.attr('test')).toBe('123'); + $rootScope.$digest(); + expect(log.toArray()).toEqual(['TEST', 'TEST']); + } + ); - var lastRefValueInParent; - $rootScope.$watch('name', function(ref) { - lastRefValueInParent = ref; - }); + it('should provide post-digest value in asynchronous directive link functions when before overridden attribute', + function() { + $rootScope.test = 'TEST'; + element = $compile('
    ')($rootScope); + expect(element.attr('test')).toBe('123'); + $rootScope.$digest(); + expect(log.toArray()).toEqual(['TEST', 'TEST']); + } + ); + }); - $rootScope.name = 'aaa'; - $rootScope.$apply(); + it('should work with different prefixes', inject(function() { + $rootScope.name = 'Misko'; + element = $compile('')($rootScope); + expect(element.attr('test')).toBeUndefined(); + expect(element.attr('test2')).toBeUndefined(); + expect(element.attr('test3')).toBeUndefined(); + $rootScope.$digest(); + expect(element.attr('test')).toBe('Misko'); + expect(element.attr('test2')).toBe('Misko'); + expect(element.attr('test3')).toBe('Misko'); + })); - componentScope.reference = 'new'; + it('should use the non-prefixed name in $attr mappings', function() { + var attrs; + module(function() { + directive('attrExposer', valueFn({ + link: function($scope, $element, $attrs) { + attrs = $attrs; + } + })); + }); + inject(function($compile, $rootScope) { + $compile('
    ')($rootScope); $rootScope.$apply(); - expect(lastRefValueInParent).toBe('new'); - })); + expect(attrs.title).toBe('12'); + expect(attrs.$attr.title).toBe('title'); + expect(attrs.ngAttrTitle).toBeUndefined(); + expect(attrs.$attr.ngAttrTitle).toBeUndefined(); + + expect(attrs.superTitle).toBe('34'); + expect(attrs.$attr.superTitle).toBe('super-title'); + expect(attrs.ngAttrSuperTitle).toBeUndefined(); + expect(attrs.$attr.ngAttrSuperTitle).toBeUndefined(); + + // Note the casing is incorrect: https://github.com/angular/angular.js/issues/16624 + expect(attrs.myCameltitle).toBe('56'); + expect(attrs.$attr.myCameltitle).toBe('my-camelTitle'); + expect(attrs.ngAttrMyCameltitle).toBeUndefined(); + expect(attrs.ngAttrMyCamelTitle).toBeUndefined(); + expect(attrs.$attr.ngAttrMyCameltitle).toBeUndefined(); + expect(attrs.$attr.ngAttrMyCamelTitle).toBeUndefined(); + }); }); + it('should work with the "href" attribute', inject(function() { + $rootScope.value = 'test'; + element = $compile('')($rootScope); + $rootScope.$digest(); + expect(element.attr('href')).toBe('test/test'); + })); - describe('executable expression', function() { - it('should allow expression execution with locals', inject(function() { - compile('
    '); - $rootScope.count = 2; + it('should work if they are prefixed with x- or data- and different prefixes', inject(function() { + $rootScope.name = 'Misko'; + element = $compile('')($rootScope); + expect(element.attr('test2')).toBeUndefined(); + expect(element.attr('test3')).toBeUndefined(); + expect(element.attr('test4')).toBeUndefined(); + expect(element.attr('test5')).toBeUndefined(); + expect(element.attr('test6')).toBeUndefined(); + $rootScope.$digest(); + expect(element.attr('test2')).toBe('Misko'); + expect(element.attr('test3')).toBe('Misko'); + expect(element.attr('test4')).toBe('Misko'); + expect(element.attr('test5')).toBe('Misko'); + expect(element.attr('test6')).toBe('Misko'); + })); - expect(typeof componentScope.expr).toBe('function'); - expect(typeof componentScope.exprAlias).toBe('function'); + describe('with media url attributes', function() { + it('should work with interpolated ng-attr-src', inject(function() { + $rootScope.name = 'some-image.png'; + element = $compile('')($rootScope); + expect(element.attr('src')).toBeUndefined(); - expect(componentScope.expr({offset: 1})).toEqual(3); - expect($rootScope.count).toEqual(3); + $rootScope.$digest(); + expect(element.attr('src')).toBe('some-image.png'); - expect(componentScope.exprAlias({offset: 10})).toEqual(13); - expect($rootScope.count).toEqual(13); + $rootScope.name = 'other-image.png'; + $rootScope.$digest(); + expect(element.attr('src')).toBe('other-image.png'); })); - }); - it('should throw on unknown definition', inject(function() { - expect(function() { - compile('
    '); - }).toThrow('Invalid isolate scope definition for directive badDeclaration: xxx'); - })); + it('should work with interpolated ng-attr-data-src', inject(function() { + $rootScope.name = 'some-image.png'; + element = $compile('')($rootScope); + expect(element.attr('data-src')).toBeUndefined(); - it('should expose a $$isolateBindings property onto the scope', inject(function() { - compile('
    '); + $rootScope.$digest(); + expect(element.attr('data-src')).toBe('some-image.png'); - expect(typeof componentScope.$$isolateBindings).toBe('object'); + $rootScope.name = 'other-image.png'; + $rootScope.$digest(); + expect(element.attr('data-src')).toBe('other-image.png'); + })); - expect(componentScope.$$isolateBindings.attr).toBe('@attr'); - expect(componentScope.$$isolateBindings.attrAlias).toBe('@attr'); - expect(componentScope.$$isolateBindings.ref).toBe('=ref'); - expect(componentScope.$$isolateBindings.refAlias).toBe('=ref'); - expect(componentScope.$$isolateBindings.reference).toBe('=reference'); - expect(componentScope.$$isolateBindings.expr).toBe('&expr'); - expect(componentScope.$$isolateBindings.exprAlias).toBe('&expr'); + it('should work alongside constant [src]-attribute and [ng-attr-data-src] attributes', inject(function() { + $rootScope.name = 'some-image.png'; + element = $compile('')($rootScope); + expect(element.attr('data-src')).toBeUndefined(); - })); - }); + $rootScope.$digest(); + expect(element.attr('src')).toBe('constant.png'); + expect(element.attr('data-src')).toBe('some-image.png'); + $rootScope.name = 'other-image.png'; + $rootScope.$digest(); + expect(element.attr('src')).toBe('constant.png'); + expect(element.attr('data-src')).toBe('other-image.png'); + })); + }); - describe('controller', function() { - it('should get required controller', function() { - module(function() { - directive('main', function(log) { - return { - priority: 2, - controller: function() { - this.name = 'main'; - }, - link: function(scope, element, attrs, controller) { - log(controller.name); - } - }; - }); - directive('dep', function(log) { - return { - priority: 1, - require: 'main', - link: function(scope, element, attrs, controller) { - log('dep:' + controller.name); - } - }; + describe('when an attribute has a dash-separated name', function() { + it('should work with different prefixes', inject(function() { + $rootScope.name = 'JamieMason'; + element = $compile('')($rootScope); + expect(element.attr('dash-test')).toBeUndefined(); + expect(element.attr('dash-test2')).toBeUndefined(); + expect(element.attr('dash-test3')).toBeUndefined(); + $rootScope.$digest(); + expect(element.attr('dash-test')).toBe('JamieMason'); + expect(element.attr('dash-test2')).toBe('JamieMason'); + expect(element.attr('dash-test3')).toBe('JamieMason'); + })); + + it('should work if they are prefixed with x- or data-', inject(function() { + $rootScope.name = 'JamieMason'; + element = $compile('')($rootScope); + expect(element.attr('dash-test2')).toBeUndefined(); + expect(element.attr('dash-test3')).toBeUndefined(); + expect(element.attr('dash-test4')).toBeUndefined(); + $rootScope.$digest(); + expect(element.attr('dash-test2')).toBe('JamieMason'); + expect(element.attr('dash-test3')).toBe('JamieMason'); + expect(element.attr('dash-test4')).toBe('JamieMason'); + })); + + it('should keep attributes ending with -start single-element directives', function() { + module(function($compileProvider) { + $compileProvider.directive('dashStarter', function(log) { + return { + link: function(scope, element, attrs) { + log(attrs.onDashStart); + } + }; + }); }); - directive('other', function(log) { - return { - link: function(scope, element, attrs, controller) { - log(!!controller); // should be false - } - }; + inject(function($compile, $rootScope, log) { + $compile('')($rootScope); + $rootScope.$digest(); + expect(log).toEqual('starter'); }); }); - inject(function(log, $compile, $rootScope) { - element = $compile('
    ')($rootScope); - expect(log).toEqual('main; dep:main; false'); + + it('should keep attributes ending with -end single-element directives', function() { + module(function($compileProvider) { + $compileProvider.directive('dashEnder', function(log) { + return { + link: function(scope, element, attrs) { + log(attrs.onDashEnd); + } + }; + }); + }); + inject(function($compile, $rootScope, log) { + $compile('')($rootScope); + $rootScope.$digest(); + expect(log).toEqual('ender'); + }); }); }); + }); - it('should require controller on parent element',function() { - module(function() { - directive('main', function(log) { - return { - controller: function() { - this.name = 'main'; - } - }; - }); - directive('dep', function(log) { - return { - require: '^main', - link: function(scope, element, attrs, controller) { - log('dep:' + controller.name); - } - }; - }); + describe('addPropertySecurityContext', function() { + function testProvider(provider) { + module(provider); + inject(function($compile) { /* done! */ }); + } + + it('should allow adding new properties', function() { + testProvider(function($compileProvider) { + $compileProvider.addPropertySecurityContext('div', 'title', 'mediaUrl'); + $compileProvider.addPropertySecurityContext('*', 'my-prop', 'resourceUrl'); }); - inject(function(log, $compile, $rootScope) { - element = $compile('
    ')($rootScope); - expect(log).toEqual('dep:main'); + }); + + it('should allow different sce types of a property on different element types', function() { + testProvider(function($compileProvider) { + $compileProvider.addPropertySecurityContext('div', 'title', 'mediaUrl'); + $compileProvider.addPropertySecurityContext('span', 'title', 'css'); + $compileProvider.addPropertySecurityContext('*', 'title', 'resourceUrl'); + $compileProvider.addPropertySecurityContext('article', 'title', 'html'); }); }); + it('should throw \'ctxoverride\' when changing an existing context', function() { + testProvider(function($compileProvider) { + $compileProvider.addPropertySecurityContext('div', 'title', 'mediaUrl'); - it('should have optional controller on current element', function() { - module(function() { - directive('dep', function(log) { - return { - require: '?main', - link: function(scope, element, attrs, controller) { - log('dep:' + !!controller); - } - }; - }); - }); - inject(function(log, $compile, $rootScope) { - element = $compile('
    ')($rootScope); - expect(log).toEqual('dep:false'); + expect(function() { + $compileProvider.addPropertySecurityContext('div', 'title', 'resourceUrl'); + }) + .toThrowMinErr('$compile', 'ctxoverride', 'Property context \'div.title\' already set to \'mediaUrl\', cannot override to \'resourceUrl\'.'); }); }); + it('should allow setting the same property/element to the same value', function() { + testProvider(function($compileProvider) { + $compileProvider.addPropertySecurityContext('div', 'title', 'mediaUrl'); + $compileProvider.addPropertySecurityContext('div', 'title', 'mediaUrl'); + }); + }); - it('should support multiple controllers', function() { - module(function() { - directive('c1', valueFn({ - controller: function() { this.name = 'c1'; } - })); - directive('c2', valueFn({ - controller: function() { this.name = 'c2'; } - })); - directive('dep', function(log) { - return { - require: ['^c1', '^c2'], - link: function(scope, element, attrs, controller) { - log('dep:' + controller[0].name + '-' + controller[1].name); - } - }; - }); + it('should enforce the specified sce type for properties added for specific elements', function() { + module(function($compileProvider) { + $compileProvider.addPropertySecurityContext('div', 'foo', 'mediaUrl'); }); - inject(function(log, $compile, $rootScope) { - element = $compile('
    ')($rootScope); - expect(log).toEqual('dep:c1-c2'); + inject(function($compile, $rootScope, $sce) { + var element = $compile('
    ')($rootScope); + + $rootScope.bar = 'untrusted:test1'; + $rootScope.$apply(); + expect(element.prop('foo')).toBe('unsafe:untrusted:test1'); + + $rootScope.bar = $sce.trustAsCss('untrusted:test2'); + $rootScope.$apply(); + expect(element.prop('foo')).toBe('unsafe:untrusted:test2'); + + $rootScope.bar = $sce.trustAsMediaUrl('untrusted:test3'); + $rootScope.$apply(); + expect(element.prop('foo')).toBe('untrusted:test3'); }); }); + it('should enforce the specified sce type for properties added for all elements (*)', function() { + module(function($compileProvider) { + $compileProvider.addPropertySecurityContext('*', 'foo', 'mediaUrl'); + }); + inject(function($compile, $rootScope, $sce) { + var element = $compile('
    ')($rootScope); - it('should instantiate the controller just once when template/templateUrl', function() { - var syncCtrlSpy = jasmine.createSpy('sync controller'), - asyncCtrlSpy = jasmine.createSpy('async controller'); + $rootScope.bar = 'untrusted:test1'; + $rootScope.$apply(); + expect(element.prop('foo')).toBe('unsafe:untrusted:test1'); - module(function() { - directive('myDirectiveSync', valueFn({ - template: '
    Hello!
    ', - controller: syncCtrlSpy - })); - directive('myDirectiveAsync', valueFn({ - templateUrl: 'myDirectiveAsync.html', - controller: asyncCtrlSpy, - compile: function() { - return function() { - } - } - })); + $rootScope.bar = $sce.trustAsCss('untrusted:test2'); + $rootScope.$apply(); + expect(element.prop('foo')).toBe('unsafe:untrusted:test2'); + + $rootScope.bar = $sce.trustAsMediaUrl('untrusted:test3'); + $rootScope.$apply(); + expect(element.prop('foo')).toBe('untrusted:test3'); }); + }); - inject(function($templateCache, $compile, $rootScope) { - expect(syncCtrlSpy).not.toHaveBeenCalled(); - expect(asyncCtrlSpy).not.toHaveBeenCalled(); + it('should enforce the specific sce type when both an element specific and generic exist', function() { + module(function($compileProvider) { + $compileProvider.addPropertySecurityContext('*', 'foo', 'css'); + $compileProvider.addPropertySecurityContext('div', 'foo', 'mediaUrl'); + }); + inject(function($compile, $rootScope, $sce) { + var element = $compile('
    ')($rootScope); - $templateCache.put('myDirectiveAsync.html', '
    Hello!
    '); - element = $compile('
    '+ - '' + - '' + - '
    ')($rootScope); - expect(syncCtrlSpy).not.toHaveBeenCalled(); - expect(asyncCtrlSpy).not.toHaveBeenCalled(); + $rootScope.bar = 'untrusted:test1'; + $rootScope.$apply(); + expect(element.prop('foo')).toBe('unsafe:untrusted:test1'); + $rootScope.bar = $sce.trustAsCss('untrusted:test2'); $rootScope.$apply(); + expect(element.prop('foo')).toBe('unsafe:untrusted:test2'); - //expect(syncCtrlSpy).toHaveBeenCalledOnce(); - expect(asyncCtrlSpy).toHaveBeenCalledOnce(); + $rootScope.bar = $sce.trustAsMediaUrl('untrusted:test3'); + $rootScope.$apply(); + expect(element.prop('foo')).toBe('untrusted:test3'); }); }); }); - describe('transclude', function() { - it('should compile get templateFn', function() { - module(function() { - directive('trans', function(log) { - return { - transclude: 'element', - priority: 2, - controller: function($transclude) { this.$transclude = $transclude; }, - compile: function(element, attrs, template) { - log('compile: ' + angular.mock.dump(element)); - return function(scope, element, attrs, ctrl) { - log('link'); - var cursor = element; - template(scope.$new(), function(clone) {cursor.after(cursor = clone)}); - ctrl.$transclude(function(clone) {cursor.after(clone)}); - }; - } + describe('when an attribute has an underscore-separated name', function() { + + it('should work with different prefixes', inject(function($compile, $rootScope) { + $rootScope.dimensions = '0 0 0 0'; + element = $compile('')($rootScope); + expect(element.attr('viewBox')).toBeUndefined(); + $rootScope.$digest(); + expect(element.attr('viewBox')).toBe('0 0 0 0'); + })); + + it('should work if they are prefixed with x- or data-', inject(function($compile, $rootScope) { + $rootScope.dimensions = '0 0 0 0'; + $rootScope.number = 0.42; + $rootScope.scale = 1; + element = $compile('' + + '' + + '' + + '' + + '' + + '')($rootScope); + expect(element.attr('viewBox')).toBeUndefined(); + $rootScope.$digest(); + expect(element.attr('viewBox')).toBe('0 0 0 0'); + expect(element.find('filter').attr('filterUnits')).toBe('0.42'); + expect(element.find('feDiffuseLighting').attr('surfaceScale')).toBe('1'); + expect(element.find('feSpecularLighting').attr('surfaceScale')).toBe('1'); + })); + }); + + describe('multi-element directive', function() { + it('should group on link function', inject(function($compile, $rootScope) { + $rootScope.show = false; + element = $compile( + '
    ' + + '' + + '' + + '
    ')($rootScope); + $rootScope.$digest(); + var spans = element.find('span'); + expect(spans.eq(0)).toBeHidden(); + expect(spans.eq(1)).toBeHidden(); + })); + + + it('should group on compile function', inject(function($compile, $rootScope) { + $rootScope.show = false; + element = $compile( + '
    ' + + '{{i}}A' + + '{{i}}B;' + + '
    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toEqual('1A1B;2A2B;'); + })); + + + it('should support grouping over text nodes', inject(function($compile, $rootScope) { + $rootScope.show = false; + element = $compile( + '
    ' + + '{{i}}A' + + ':' + // Important: proves that we can iterate over non-elements + '{{i}}B;' + + '
    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toEqual('1A:1B;2A:2B;'); + })); + + + it('should group on $root compile function', inject(function($compile, $rootScope) { + $rootScope.show = false; + element = $compile( + '
    ' + + '{{i}}A' + + '{{i}}B;' + + '
    ')($rootScope); + $rootScope.$digest(); + element = jqLite(element[0].parentNode.childNodes); // reset because repeater is top level. + expect(element.text()).toEqual('1A1B;2A2B;'); + })); + + + it('should group on nested groups', function() { + module(function($compileProvider) { + $compileProvider.directive('ngMultiBind', valueFn({ + multiElement: true, + link: function(scope, element, attr) { + element.text(scope.$eval(attr.ngMultiBind)); } - }); + })); }); - inject(function(log, $rootScope, $compile) { - element = $compile('
    {{$parent.$id}}-{{$id}};
    ') - ($rootScope); - $rootScope.$apply(); - expect(log).toEqual('compile: ; HIGH; link; LOG; LOG'); - expect(element.text()).toEqual('001-002;001-003;'); + inject(function($compile, $rootScope) { + $rootScope.show = false; + element = $compile( + '
    ' + + '
    {{i}}A
    ' + + '' + + '' + + '
    {{i}}B;
    ' + + '
    ')($rootScope); + $rootScope.$digest(); + element = jqLite(element[0].parentNode.childNodes); // reset because repeater is top level. + expect(element.text()).toEqual('1A..1B;2A..2B;'); }); }); - it('should support transclude directive', function() { - module(function() { - directive('trans', function() { + it('should group on nested groups of same directive', inject(function($compile, $rootScope) { + $rootScope.show = false; + element = $compile( + '
    ' + + '
    {{i}}(
    ' + + '{{j}}-' + + '{{j}}' + + '
    ){{i}};
    ' + + '
    ')($rootScope); + $rootScope.$digest(); + element = jqLite(element[0].parentNode.childNodes); // reset because repeater is top level. + expect(element.text()).toEqual('1(2-23-3)1;2(2-23-3)2;'); + })); + + + it('should set up and destroy the transclusion scopes correctly', + inject(function($compile, $rootScope) { + element = $compile( + '
    ' + + '
    ' + + '
    ' + + '
    ' + )($rootScope); + $rootScope.$apply('val0 = true; val1 = true; val2 = true'); + + // At this point we should have something like: + // + //
    + // + // + // + //
    + // + // + // + //
    + // + //
    + // + // + // + //
    + // + // + //
    + var ngIfStartScope = element.find('div').eq(0).scope(); + var ngIfEndScope = element.find('div').eq(1).scope(); + + expect(ngIfStartScope.$id).toEqual(ngIfEndScope.$id); + + var ngIf1Scope = element.find('span').eq(0).scope(); + var ngIf2Scope = element.find('span').eq(1).scope(); + + expect(ngIf1Scope.$id).not.toEqual(ngIf2Scope.$id); + expect(ngIf1Scope.$parent.$id).toEqual(ngIf2Scope.$parent.$id); + + $rootScope.$apply('val1 = false'); + + // Now we should have something like: + // + //
    + // + //
    + // + //
    + //
    + // + // + // + //
    + // + //
    + + expect(ngIfStartScope.$$destroyed).not.toEqual(true); + expect(ngIf1Scope.$$destroyed).toEqual(true); + expect(ngIf2Scope.$$destroyed).not.toEqual(true); + + $rootScope.$apply('val0 = false'); + + // Now we should have something like: + // + //
    + // + //
    + + expect(ngIfStartScope.$$destroyed).toEqual(true); + expect(ngIf1Scope.$$destroyed).toEqual(true); + expect(ngIf2Scope.$$destroyed).toEqual(true); + })); + + + it('should set up and destroy the transclusion scopes correctly', + inject(function($compile, $rootScope) { + element = $compile( + '
    ' + + '
    ' + + '
    ' + + '
    ' + )($rootScope); + + // To begin with there is (almost) nothing: + //
    + // + //
    + + expect(element.scope().$id).toEqual($rootScope.$id); + + // Now we create all the elements + $rootScope.$apply('val0 = [1]; val1 = true; val2 = true'); + + // At this point we have: + // + //
    + // + // + // + //
    + //
    + // + // + // + //
    + //
    + // + // + //
    + var ngIf1Scope = element.find('div').eq(0).scope(); + var ngIf2Scope = element.find('div').eq(1).scope(); + var ngRepeatScope = ngIf1Scope.$parent; + + expect(ngIf1Scope.$id).not.toEqual(ngIf2Scope.$id); + expect(ngIf1Scope.$parent.$id).toEqual(ngRepeatScope.$id); + expect(ngIf2Scope.$parent.$id).toEqual(ngRepeatScope.$id); + + // What is happening here?? + // We seem to have a repeater scope which doesn't actually match to any element + expect(ngRepeatScope.$parent.$id).toEqual($rootScope.$id); + + + // Now remove the first ngIf element from the first item in the repeater + $rootScope.$apply('val1 = false'); + + // At this point we should have: + // + //
    + // + // + // + // + // + //
    + // + // + // + //
    + // + expect(ngRepeatScope.$$destroyed).toEqual(false); + expect(ngIf1Scope.$$destroyed).toEqual(true); + expect(ngIf2Scope.$$destroyed).toEqual(false); + + // Now remove the second ngIf element from the first item in the repeater + $rootScope.$apply('val2 = false'); + + // We are mostly back to where we started + // + //
    + // + // + // + // + //
    + + expect(ngRepeatScope.$$destroyed).toEqual(false); + expect(ngIf1Scope.$$destroyed).toEqual(true); + expect(ngIf2Scope.$$destroyed).toEqual(true); + + // Finally remove the repeat items + $rootScope.$apply('val0 = []'); + + // Somehow this ngRepeat scope knows how to destroy itself... + expect(ngRepeatScope.$$destroyed).toEqual(true); + expect(ngIf1Scope.$$destroyed).toEqual(true); + expect(ngIf2Scope.$$destroyed).toEqual(true); + })); + + it('should throw error if unterminated', function() { + module(function($compileProvider) { + $compileProvider.directive('foo', function() { return { - transclude: 'content', - replace: true, - scope: true, - template: '
    • W:{{$parent.$id}}-{{$id}};
    ' - } + multiElement: true + }; }); }); - inject(function(log, $rootScope, $compile) { - element = $compile('
    T:{{$parent.$id}}-{{$id}};
    ') - ($rootScope); - $rootScope.$apply(); - expect(element.text()).toEqual('W:001-002;T:001-003;'); - expect(jqLite(element.find('span')[0]).text()).toEqual('T:001-003'); - expect(jqLite(element.find('span')[1]).text()).toEqual(';'); + inject(function($compile, $rootScope) { + expect(function() { + element = $compile( + '
    ' + + '' + + '
    '); + }).toThrowMinErr('$compile', 'uterdir', 'Unterminated attribute, found \'foo-start\' but no matching \'foo-end\' found.'); }); }); - it('should transclude transcluded content', function() { - module(function() { - directive('book', valueFn({ - transclude: 'content', - template: '
    book-
    (
    )
    ' - })); - directive('chapter', valueFn({ - transclude: 'content', - templateUrl: 'chapter.html' - })); - directive('section', valueFn({ - transclude: 'content', - template: '
    section-!
    !
    ' - })); - return function($httpBackend) { - $httpBackend. - expect('GET', 'chapter.html'). - respond('
    chapter-
    [
    ]
    '); - } + it('should correctly collect ranges on multiple directives on a single element', function() { + module(function($compileProvider) { + $compileProvider.directive('emptyDirective', function() { + return { + multiElement: true, + link: function(scope, element) { + element.data('x', 'abc'); + } + }; + }); + $compileProvider.directive('rangeDirective', function() { + return { + multiElement: true, + link: function(scope) { + scope.x = 'X'; + scope.y = 'Y'; + } + }; + }); }); - inject(function(log, $rootScope, $compile, $httpBackend) { - element = $compile('
    paragraph
    ')($rootScope); - $rootScope.$apply(); - expect(element.text()).toEqual('book-'); + inject(function($compile, $rootScope) { + element = $compile( + '
    ' + + '
    {{x}}
    ' + + '
    {{y}}
    ' + + '
    ' + )($rootScope); - $httpBackend.flush(); - $rootScope.$apply(); - expect(element.text()).toEqual('book-chapter-section-![(paragraph)]!'); + $rootScope.$digest(); + expect(element.text()).toBe('XY'); + expect(angular.element(element[0].firstChild).data('x')).toBe('abc'); }); }); - it('should only allow one transclude per element', function() { - module(function() { - directive('first', valueFn({ - scope: {}, - restrict: 'CA', - transclude: 'content' - })); - directive('second', valueFn({ - restrict: 'CA', - transclude: 'content' - })); + it('should throw error if unterminated (containing termination as a child)', function() { + module(function($compileProvider) { + $compileProvider.directive('foo', function() { + return { + multiElement: true + }; + }); }); inject(function($compile) { expect(function() { - $compile('
    '); - }).toThrow('Multiple directives [first, second] asking for transclusion on: ' + - '
    '); + element = $compile( + '
    ' + + '' + + '
    '); + }).toThrowMinErr('$compile', 'uterdir', 'Unterminated attribute, found \'foo-start\' but no matching \'foo-end\' found.'); }); }); - it('should remove transclusion scope, when the DOM is destroyed', function() { - module(function() { - directive('box', valueFn({ - transclude: 'content', - scope: { name: '=', show: '=' }, - template: '

    Hello: {{name}}!

    ', - link: function(scope, element) { - scope.$watch( - 'show', - function(show) { - if (!show) { - element.find('div').find('div').remove(); - } - } - ); - } - })); - }); - inject(function($compile, $rootScope) { - $rootScope.username = 'Misko'; - $rootScope.select = true; - element = $compile( - '
    user: {{username}}
    ') - ($rootScope); - $rootScope.$apply(); - expect(element.text()).toEqual('Hello: Misko!user: Misko'); + it('should support data- and x- prefix', inject(function($compile, $rootScope) { + $rootScope.show = false; + element = $compile( + '
    ' + + '' + + '' + + '' + + '' + + '
    ')($rootScope); + $rootScope.$digest(); + var spans = element.find('span'); + expect(spans.eq(0)).toBeHidden(); + expect(spans.eq(1)).toBeHidden(); + expect(spans.eq(2)).toBeHidden(); + expect(spans.eq(3)).toBeHidden(); + })); + }); - var widgetScope = $rootScope.$$childHead; - var transcludeScope = widgetScope.$$nextSibling; - expect(widgetScope.name).toEqual('Misko'); - expect(widgetScope.$parent).toEqual($rootScope); - expect(transcludeScope.$parent).toEqual($rootScope); + describe('$animate animation hooks', function() { - $rootScope.select = false; - $rootScope.$apply(); - expect(element.text()).toEqual('Hello: Misko!'); - expect(widgetScope.$$nextSibling).toEqual(null); - }); - }); + beforeEach(module('ngAnimateMock')); + it('should automatically fire the addClass and removeClass animation hooks', + inject(function($compile, $animate, $rootScope) { - it('should support transcluded element on root content', function() { - var comment; - module(function() { - directive('transclude', valueFn({ - transclude: 'element', - compile: function(element, attr, linker) { - return function(scope, element, attr) { - comment = element; - }; - } - })); - }); - inject(function($compile, $rootScope) { - var element = jqLite('
    before
    after
    ').contents(); - expect(element.length).toEqual(3); - expect(nodeName_(element[1])).toBe('DIV'); + var data, element = jqLite('
    '); $compile(element)($rootScope); - expect(nodeName_(element[1])).toBe('#comment'); - expect(nodeName_(comment)).toBe('#comment'); - }); - }); + $rootScope.$digest(); - it('should safely create transclude comment node and not break with "-->"', - inject(function($rootScope) { - // see: https://github.com/angular/angular.js/issues/1740 - element = $compile('
    • {{item}}|
    ')($rootScope); - $rootScope.$digest(); + expect(element.hasClass('fire')).toBe(true); - expect(element.text()).toBe('-->|x|'); - })); + $rootScope.val1 = 'ice'; + $rootScope.val2 = 'rice'; + $rootScope.$digest(); + data = $animate.queue.shift(); + expect(data.event).toBe('addClass'); + expect(data.args[1]).toBe('ice rice'); - it('should add a $$transcluded property onto the transcluded scope', function() { - module(function() { - directive('trans', function() { - return { - transclude: true, - replace: true, - scope: true, - template: '
    I:{{$$transcluded}}
    ' - }; - }); - }); - inject(function(log, $rootScope, $compile) { - element = $compile('
    T:{{$$transcluded}}
    ') - ($rootScope); - $rootScope.$apply(); - expect(jqLite(element.find('span')[0]).text()).toEqual('I:'); - expect(jqLite(element.find('span')[1]).text()).toEqual('T:true'); - }); - }); - }); + expect(element.hasClass('ice')).toBe(true); + expect(element.hasClass('rice')).toBe(true); + expect(element.hasClass('fire')).toBe(true); + $rootScope.val2 = 'dice'; + $rootScope.$digest(); - describe('href sanitization', function() { + data = $animate.queue.shift(); + expect(data.event).toBe('addClass'); + expect(data.args[1]).toBe('dice'); - it('should sanitize javascript: urls', inject(function($compile, $rootScope) { - element = $compile('')($rootScope); - $rootScope.testUrl = "javascript:doEvilStuff()"; - $rootScope.$apply(); + data = $animate.queue.shift(); + expect(data.event).toBe('removeClass'); + expect(data.args[1]).toBe('rice'); - expect(element.attr('href')).toBe('unsafe:javascript:doEvilStuff()'); - })); + expect(element.hasClass('ice')).toBe(true); + expect(element.hasClass('dice')).toBe(true); + expect(element.hasClass('fire')).toBe(true); + $rootScope.val1 = ''; + $rootScope.val2 = ''; + $rootScope.$digest(); - it('should sanitize data: urls', inject(function($compile, $rootScope) { - element = $compile('')($rootScope); - $rootScope.testUrl = "data:evilPayload"; - $rootScope.$apply(); + data = $animate.queue.shift(); + expect(data.event).toBe('removeClass'); + expect(data.args[1]).toBe('ice dice'); - expect(element.attr('href')).toBe('unsafe:data:evilPayload'); - })); + expect(element.hasClass('ice')).toBe(false); + expect(element.hasClass('dice')).toBe(false); + expect(element.hasClass('fire')).toBe(true); + })); + }); + describe('element replacement', function() { + it('should broadcast $destroy only on removed elements, not replaced', function() { + var linkCalls = []; + var destroyCalls = []; - it('should sanitize obfuscated javascript: urls', inject(function($compile, $rootScope) { - element = $compile('')($rootScope); + module(function($compileProvider) { + $compileProvider.directive('replace', function() { + return { + multiElement: true, + replace: true, + templateUrl: 'template123' + }; + }); - // case-sensitive - $rootScope.testUrl = "JaVaScRiPt:doEvilStuff()"; - $rootScope.$apply(); - expect(element[0].href).toBe('unsafe:javascript:doEvilStuff()'); + $compileProvider.directive('foo', function() { + return { + priority: 1, // before the replace directive + link: function($scope, $element, $attrs) { + linkCalls.push($attrs.foo); + $element.on('$destroy', function() { + destroyCalls.push($attrs.foo); + }); + } + }; + }); + }); - // tab in protocol - $rootScope.testUrl = "java\u0009script:doEvilStuff()"; - $rootScope.$apply(); - expect(element[0].href).toMatch(/(http:\/\/|unsafe:javascript:doEvilStuff\(\))/); + inject(function($compile, $templateCache, $rootScope) { + $templateCache.put('template123', '

    '); - // space before - $rootScope.testUrl = " javascript:doEvilStuff()"; - $rootScope.$apply(); - expect(element[0].href).toBe('unsafe:javascript:doEvilStuff()'); + $compile( + '
    ' + + '
    ' + + '
    ' + )($rootScope); - // ws chars before - $rootScope.testUrl = " \u000e javascript:doEvilStuff()"; - $rootScope.$apply(); - expect(element[0].href).toMatch(/(http:\/\/|unsafe:javascript:doEvilStuff\(\))/); + expect(linkCalls).toEqual(['2', '3']); + expect(destroyCalls).toEqual([]); + $rootScope.$apply(); + expect(linkCalls).toEqual(['2', '3', '1']); + expect(destroyCalls).toEqual(['2', '3']); + }); + }); - // post-fixed with proper url - $rootScope.testUrl = "javascript:doEvilStuff(); http://make.me/look/good"; - $rootScope.$apply(); - expect(element[0].href).toBeOneOf( - 'unsafe:javascript:doEvilStuff(); http://make.me/look/good', - 'unsafe:javascript:doEvilStuff();%20http://make.me/look/good' - ); - })); + function getAll($root) { + // check for .querySelectorAll to support comment nodes + return [$root[0]].concat($root[0].querySelectorAll ? sliceArgs($root[0].querySelectorAll('*')) : []); + } + function testCompileLinkDataCleanup(template) { + inject(function($compile, $rootScope) { + var toCompile = jqLite(template); - it('should sanitize ngHref bindings as well', inject(function($compile, $rootScope) { - element = $compile('')($rootScope); - $rootScope.testUrl = "javascript:doEvilStuff()"; - $rootScope.$apply(); + var preCompiledChildren = getAll(toCompile); + forEach(preCompiledChildren, function(element, i) { + jqLite.data(element, 'foo', 'template#' + i); + }); - expect(element[0].href).toBe('unsafe:javascript:doEvilStuff()'); - })); + var linkedElements = $compile(toCompile)($rootScope); + $rootScope.$apply(); + linkedElements.remove(); + forEach(preCompiledChildren, function(element, i) { + expect(jqLite.hasData(element)).toBe(false, 'template#' + i); + }); + forEach(getAll(linkedElements), function(element, i) { + expect(jqLite.hasData(element)).toBe(false, 'linked#' + i); + }); + }); + } + it('should clean data of element-transcluded link-cloned elements', function() { + testCompileLinkDataCleanup('
    '); + }); + it('should clean data of element-transcluded elements', function() { + testCompileLinkDataCleanup('
    '); + }); - it('should not sanitize valid urls', inject(function($compile, $rootScope) { - element = $compile('')($rootScope); + function testReplaceElementCleanup(dirOptions) { + var template = '
    '; + module(function($compileProvider) { + $compileProvider.directive('theDir', function() { + return { + multiElement: true, + replace: dirOptions.replace, + transclude: dirOptions.transclude, + template: dirOptions.asyncTemplate ? undefined : template, + templateUrl: dirOptions.asyncTemplate ? 'the-dir-template-url' : undefined + }; + }); + }); + inject(function($templateCache, $compile, $rootScope) { + $templateCache.put('the-dir-template-url', template); + + testCompileLinkDataCleanup( + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + ); + }); + } + it('should clean data of elements removed for directive template', function() { + testReplaceElementCleanup({}); + }); + it('should clean data of elements removed for directive templateUrl', function() { + testReplaceElementCleanup({asyncTemplate: true}); + }); + it('should clean data of elements transcluded into directive template', function() { + testReplaceElementCleanup({transclude: true}); + }); + it('should clean data of elements transcluded into directive templateUrl', function() { + testReplaceElementCleanup({transclude: true, asyncTemplate: true}); + }); + it('should clean data of elements replaced with directive template', function() { + testReplaceElementCleanup({replace: true}); + }); + it('should clean data of elements replaced with directive templateUrl', function() { + testReplaceElementCleanup({replace: true, asyncTemplate: true}); + }); + }); - $rootScope.testUrl = "foo/bar"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('foo/bar'); + describe('component helper', function() { + it('should return the module', function() { + var myModule = angular.module('my', []); + expect(myModule.component('myComponent', {})).toBe(myModule); + expect(myModule.component({})).toBe(myModule); + }); - $rootScope.testUrl = "/foo/bar"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('/foo/bar'); + it('should register a directive', function() { + angular.module('my', []).component('myComponent', { + template: '
    SUCCESS
    ', + controller: function(log) { + log('OK'); + } + }); + module('my'); - $rootScope.testUrl = "../foo/bar"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('../foo/bar'); + inject(function($compile, $rootScope, log) { + element = $compile('')($rootScope); + expect(element.find('div').text()).toEqual('SUCCESS'); + expect(log).toEqual('OK'); + }); + }); - $rootScope.testUrl = "#foo"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('#foo'); + it('should register multiple directives when object passed as first parameter', function() { + var log = ''; + angular.module('my', []).component({ + fooComponent: { + template: '
    FOO SUCCESS
    ', + controller: function() { + log += 'FOO:OK'; + } + }, + barComponent: { + template: '
    BAR SUCCESS
    ', + controller: function() { + log += 'BAR:OK'; + } + } + }); + module('my'); - $rootScope.testUrl = "http://foo/bar"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('http://foo/bar'); + inject(function($compile, $rootScope) { + var fooElement = $compile('')($rootScope); + var barElement = $compile('')($rootScope); - $rootScope.testUrl = " http://foo/bar"; - $rootScope.$apply(); - expect(element.attr('href')).toBe(' http://foo/bar'); + expect(fooElement.find('div').text()).toEqual('FOO SUCCESS'); + expect(barElement.find('div').text()).toEqual('BAR SUCCESS'); + expect(log).toEqual('FOO:OKBAR:OK'); + }); + }); - $rootScope.testUrl = "https://foo/bar"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('https://foo/bar'); + it('should register a directive via $compileProvider.component()', function() { + module(function($compileProvider) { + $compileProvider.component('myComponent', { + template: '
    SUCCESS
    ', + controller: function(log) { + log('OK'); + } + }); + }); - $rootScope.testUrl = "ftp://foo/bar"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('ftp://foo/bar'); + inject(function($compile, $rootScope, log) { + element = $compile('')($rootScope); + expect(element.find('div').text()).toEqual('SUCCESS'); + expect(log).toEqual('OK'); + }); + }); - $rootScope.testUrl = "mailto:foo@bar.com"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('mailto:foo@bar.com'); - })); + it('should add additional annotations to directive factory', function() { + var myModule = angular.module('my', []).component('myComponent', { + $canActivate: 'canActivate', + $routeConfig: 'routeConfig', + $customAnnotation: 'XXX' + }); + expect(myModule._invokeQueue.pop().pop()[1]).toEqual(jasmine.objectContaining({ + $canActivate: 'canActivate', + $routeConfig: 'routeConfig', + $customAnnotation: 'XXX' + })); + }); + it('should expose additional annotations on the directive definition object', function() { + angular.module('my', []).component('myComponent', { + $canActivate: 'canActivate', + $routeConfig: 'routeConfig', + $customAnnotation: 'XXX' + }); + module('my'); + inject(function(myComponentDirective) { + expect(myComponentDirective[0]).toEqual(jasmine.objectContaining({ + $canActivate: 'canActivate', + $routeConfig: 'routeConfig', + $customAnnotation: 'XXX' + })); + }); + }); - it('should not sanitize href on elements other than anchor', inject(function($compile, $rootScope) { - element = $compile('
    ')($rootScope); - $rootScope.testUrl = "javascript:doEvilStuff()"; - $rootScope.$apply(); + it('should support custom annotations if the controller is named', function() { + angular.module('my', []).component('myComponent', { + $customAnnotation: 'XXX', + controller: 'SomeNamedController' + }); + module('my'); + inject(function(myComponentDirective) { + expect(myComponentDirective[0]).toEqual(jasmine.objectContaining({ + $customAnnotation: 'XXX' + })); + }); + }); - expect(element.attr('href')).toBe('javascript:doEvilStuff()'); - })); + it('should provide a new empty controller if none is specified', function() { + angular. + module('my', []). + component('myComponent1', {$customAnnotation1: 'XXX'}). + component('myComponent2', {$customAnnotation2: 'YYY'}); + module('my'); - it('should not sanitize attributes other than href', inject(function($compile, $rootScope) { - element = $compile('')($rootScope); - $rootScope.testUrl = "javascript:doEvilStuff()"; - $rootScope.$apply(); + inject(function(myComponent1Directive, myComponent2Directive) { + var ctrl1 = myComponent1Directive[0].controller; + var ctrl2 = myComponent2Directive[0].controller; - expect(element.attr('title')).toBe('javascript:doEvilStuff()'); - })); + expect(ctrl1).not.toBe(ctrl2); + expect(ctrl1.$customAnnotation1).toBe('XXX'); + expect(ctrl1.$customAnnotation2).toBeUndefined(); + expect(ctrl2.$customAnnotation1).toBeUndefined(); + expect(ctrl2.$customAnnotation2).toBe('YYY'); + }); + }); + + it('should return ddo with reasonable defaults', function() { + angular.module('my', []).component('myComponent', {}); + module('my'); + inject(function(myComponentDirective) { + expect(myComponentDirective[0]).toEqual(jasmine.objectContaining({ + controller: jasmine.any(Function), + controllerAs: '$ctrl', + template: '', + templateUrl: undefined, + transclude: undefined, + scope: {}, + bindToController: {}, + restrict: 'E' + })); + }); + }); + + it('should return ddo with assigned options', function() { + function myCtrl() {} + angular.module('my', []).component('myComponent', { + controller: myCtrl, + controllerAs: 'ctrl', + template: 'abc', + templateUrl: 'def.html', + transclude: true, + bindings: {abc: '='} + }); + module('my'); + inject(function(myComponentDirective) { + expect(myComponentDirective[0]).toEqual(jasmine.objectContaining({ + controller: myCtrl, + controllerAs: 'ctrl', + template: 'abc', + templateUrl: 'def.html', + transclude: true, + scope: {}, + bindToController: {abc: '='}, + restrict: 'E' + })); + }); + }); + + it('should allow passing injectable functions as template/templateUrl', function() { + var log = ''; + angular.module('my', []).component('myComponent', { + template: function($element, $attrs, myValue) { + log += 'template,' + $element + ',' + $attrs + ',' + myValue + '\n'; + }, + templateUrl: function($element, $attrs, myValue) { + log += 'templateUrl,' + $element + ',' + $attrs + ',' + myValue + '\n'; + } + }).value('myValue', 'blah'); + module('my'); + inject(function(myComponentDirective) { + myComponentDirective[0].template('a', 'b'); + myComponentDirective[0].templateUrl('c', 'd'); + expect(log).toEqual('template,a,b,blah\ntemplateUrl,c,d,blah\n'); + }); + }); + + it('should allow passing injectable arrays as template/templateUrl', function() { + var log = ''; + angular.module('my', []).component('myComponent', { + template: ['$element', '$attrs', 'myValue', function($element, $attrs, myValue) { + log += 'template,' + $element + ',' + $attrs + ',' + myValue + '\n'; + }], + templateUrl: ['$element', '$attrs', 'myValue', function($element, $attrs, myValue) { + log += 'templateUrl,' + $element + ',' + $attrs + ',' + myValue + '\n'; + }] + }).value('myValue', 'blah'); + module('my'); + inject(function(myComponentDirective) { + myComponentDirective[0].template('a', 'b'); + myComponentDirective[0].templateUrl('c', 'd'); + expect(log).toEqual('template,a,b,blah\ntemplateUrl,c,d,blah\n'); + }); + }); + + it('should allow passing transclude as object', function() { + angular.module('my', []).component('myComponent', { + transclude: {} + }); + module('my'); + inject(function(myComponentDirective) { + expect(myComponentDirective[0]).toEqual(jasmine.objectContaining({ + transclude: {} + })); + }); + }); + it('should give ctrl as syntax priority over controllerAs', function() { + angular.module('my', []).component('myComponent', { + controller: 'MyCtrl as vm' + }); + module('my'); + inject(function(myComponentDirective) { + expect(myComponentDirective[0]).toEqual(jasmine.objectContaining({ + controllerAs: 'vm' + })); + }); + }); + }); - it('should allow reconfiguration of the href whitelist', function() { + describe('$$createComment', function() { + it('should create empty comments if `debugInfoEnabled` is false', function() { module(function($compileProvider) { - expect($compileProvider.urlSanitizationWhitelist() instanceof RegExp).toBe(true); - var returnVal = $compileProvider.urlSanitizationWhitelist(/javascript:/); - expect(returnVal).toBe($compileProvider); + $compileProvider.debugInfoEnabled(false); }); - inject(function($compile, $rootScope) { - element = $compile('')($rootScope); + inject(function($compile) { + var comment = $compile.$$createComment('foo', 'bar'); + expect(comment.data).toBe(''); + }); + }); - $rootScope.testUrl = "javascript:doEvilStuff()"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('javascript:doEvilStuff()'); + it('should create descriptive comments if `debugInfoEnabled` is true', function() { + module(function($compileProvider) { + $compileProvider.debugInfoEnabled(true); + }); - $rootScope.testUrl = "http://recon/figured"; - $rootScope.$apply(); - expect(element.attr('href')).toBe('unsafe:http://recon/figured'); + inject(function($compile) { + var comment = $compile.$$createComment('foo', 'bar'); + expect(comment.data).toBe(' foo: bar '); }); }); }); diff --git a/test/ng/controllerSpec.js b/test/ng/controllerSpec.js index 2abcace9b66a..56bfcf404bbf 100644 --- a/test/ng/controllerSpec.js +++ b/test/ng/controllerSpec.js @@ -16,7 +16,7 @@ describe('$controller', function() { describe('provider', function() { it('should allow registration of controllers', function() { - var FooCtrl = function($scope) { $scope.foo = 'bar' }, + var FooCtrl = function($scope) { $scope.foo = 'bar'; }, scope = {}, ctrl; @@ -27,14 +27,26 @@ describe('$controller', function() { expect(ctrl instanceof FooCtrl).toBe(true); }); + it('should allow registration of bound controller functions', function() { + var FooCtrl = function($scope) { $scope.foo = 'bar'; }, + scope = {}, + ctrl; + + var BoundFooCtrl = FooCtrl.bind(null); + + $controllerProvider.register('FooCtrl', ['$scope', BoundFooCtrl]); + ctrl = $controller('FooCtrl', {$scope: scope}); + + expect(scope.foo).toBe('bar'); + }); it('should allow registration of map of controllers', function() { - var FooCtrl = function($scope) { $scope.foo = 'foo' }, - BarCtrl = function($scope) { $scope.bar = 'bar' }, + var FooCtrl = function($scope) { $scope.foo = 'foo'; }, + BarCtrl = function($scope) { $scope.bar = 'bar'; }, scope = {}, ctrl; - $controllerProvider.register({FooCtrl: FooCtrl, BarCtrl: BarCtrl} ); + $controllerProvider.register({FooCtrl: FooCtrl, BarCtrl: BarCtrl}); ctrl = $controller('FooCtrl', {$scope: scope}); expect(scope.foo).toBe('foo'); @@ -47,7 +59,7 @@ describe('$controller', function() { it('should allow registration of controllers annotated with arrays', function() { - var FooCtrl = function($scope) { $scope.foo = 'bar' }, + var FooCtrl = function($scope) { $scope.foo = 'bar'; }, scope = {}, ctrl; @@ -57,6 +69,39 @@ describe('$controller', function() { expect(scope.foo).toBe('bar'); expect(ctrl instanceof FooCtrl).toBe(true); }); + + + it('should throw an exception if a controller is called "hasOwnProperty"', function() { + expect(function() { + $controllerProvider.register('hasOwnProperty', function($scope) {}); + }).toThrowMinErr('ng', 'badname', 'hasOwnProperty is not a valid controller name'); + }); + + + it('should allow checking the availability of a controller', function() { + $controllerProvider.register('FooCtrl', noop); + $controllerProvider.register('BarCtrl', ['dep1', 'dep2', noop]); + $controllerProvider.register({ + 'BazCtrl': noop, + 'QuxCtrl': ['dep1', 'dep2', noop] + }); + + expect($controllerProvider.has('FooCtrl')).toBe(true); + expect($controllerProvider.has('BarCtrl')).toBe(true); + expect($controllerProvider.has('BazCtrl')).toBe(true); + expect($controllerProvider.has('QuxCtrl')).toBe(true); + + expect($controllerProvider.has('UnknownCtrl')).toBe(false); + }); + + + it('should throw ctrlfmt if name contains spaces', function() { + expect(function() { + $controller('ctrl doom'); + }).toThrowMinErr('$controller', 'ctrlfmt', + 'Badly formed controller string \'ctrl doom\'. ' + + 'Must match `__name__ as __id__` or `__name__`.'); + }); }); @@ -88,4 +133,99 @@ describe('$controller', function() { expect(ctrl.$scope).toBe(scope); }); + + + it('should not instantiate a controller defined on window', inject(function($window) { + var scope = {}; + var Foo = function() {}; + + $window.a = {Foo: Foo}; + + expect(function() { + $controller('a.Foo', {$scope: scope}); + }).toThrow(); + })); + + it('should throw ctrlreg when the controller name does not match a registered controller', function() { + expect(function() { + $controller('IDoNotExist', {$scope: {}}); + }).toThrowMinErr('$controller', 'ctrlreg', 'The controller with the name \'IDoNotExist\' is not registered.'); + }); + + + describe('ctrl as syntax', function() { + + it('should publish controller instance into scope', function() { + var scope = {}; + + $controllerProvider.register('FooCtrl', function() { this.mark = 'foo'; }); + + var foo = $controller('FooCtrl as foo', {$scope: scope}); + expect(scope.foo).toBe(foo); + expect(scope.foo.mark).toBe('foo'); + }); + + + it('should allow controllers with dots', function() { + var scope = {}; + + $controllerProvider.register('a.b.FooCtrl', function() { this.mark = 'foo'; }); + + var foo = $controller('a.b.FooCtrl as foo', {$scope: scope}); + expect(scope.foo).toBe(foo); + expect(scope.foo.mark).toBe('foo'); + }); + + + it('should throw an error if $scope is not provided', function() { + $controllerProvider.register('a.b.FooCtrl', function() { this.mark = 'foo'; }); + + expect(function() { + $controller('a.b.FooCtrl as foo'); + }).toThrowMinErr('$controller', 'noscp', 'Cannot export controller \'a.b.FooCtrl\' as \'foo\'! No $scope object provided via `locals`.'); + + }); + + + it('should throw ctrlfmt if identifier contains non-ident characters', function() { + expect(function() { + $controller('ctrl as foo -1 ? cookie.substr(0, eqPos) : cookie; + var parts = path.split('/'); + while (parts.length) { + document.cookie = name + '=;path=' + (parts.join('/') || '/') + ';expires=Thu, 01 Jan 1970 00:00:00 GMT'; + parts.pop(); + } + } + } + + beforeEach(function() { + document = window.document; + deleteAllCookies(); + expect(document.cookie).toEqual(''); + + inject(function(_$$cookieReader_) { + $$cookieReader = _$$cookieReader_; + }); + }); + + afterEach(function() { + deleteAllCookies(); + expect(document.cookie).toEqual(''); + }); + + + describe('get via $$cookieReader()[cookieName]', function() { + + it('should return undefined for nonexistent cookie', function() { + expect($$cookieReader().nonexistent).not.toBeDefined(); + }); + + + it('should return a value for an existing cookie', function() { + document.cookie = 'foo=bar=baz;path=/'; + expect($$cookieReader().foo).toEqual('bar=baz'); + }); + + + it('should return the the first value provided for a cookie', function() { + // For a cookie that has different values that differ by path, the + // value for the most specific path appears first. $$cookieReader() + // should provide that value for the cookie. + document.cookie = 'foo="first"; foo="second"'; + expect($$cookieReader()['foo']).toBe('"first"'); + }); + + + it('should decode cookie values that were encoded by puts', function() { + document.cookie = 'cookie2%3Dbar%3Bbaz=val%3Due;path=/'; + expect($$cookieReader()['cookie2=bar;baz']).toEqual('val=ue'); + }); + + + it('should preserve leading & trailing spaces in names and values', function() { + document.cookie = '%20cookie%20name%20=%20cookie%20value%20'; + expect($$cookieReader()[' cookie name ']).toEqual(' cookie value '); + expect($$cookieReader()['cookie name']).not.toBeDefined(); + }); + + + it('should decode special characters in cookie values', function() { + document.cookie = 'cookie_name=cookie_value_%E2%82%AC'; + expect($$cookieReader()['cookie_name']).toEqual('cookie_value_€'); + }); + + + it('should not decode cookie values that do not appear to be encoded', function() { + // see #9211 - sometimes cookies contain a value that causes decodeURIComponent to throw + document.cookie = 'cookie_name=cookie_value_%XX'; + expect($$cookieReader()['cookie_name']).toEqual('cookie_value_%XX'); + }); + + }); + + + describe('getAll via $$cookieReader()', function() { + + it('should return cookies as hash', function() { + document.cookie = 'foo1=bar1;path=/'; + document.cookie = 'foo2=bar2;path=/'; + expect($$cookieReader()).toEqual({'foo1':'bar1', 'foo2':'bar2'}); + }); + + + it('should return empty hash if no cookies exist', function() { + expect($$cookieReader()).toEqual({}); + }); + + }); + + + it('should initialize cookie cache with existing cookies', function() { + document.cookie = 'existingCookie=existingValue;path=/'; + expect($$cookieReader()).toEqual({'existingCookie':'existingValue'}); + }); + + }); + + + describe('without access to `document.cookie`', function() { + var cookieSpy; + + beforeEach(module(function($provide) { + cookieSpy = jasmine.createSpy('cookie').and.throwError('Can\'t touch this!'); + document = Object.create({}, {'cookie': {get: cookieSpy}}); + + $provide.value('$document', [document]); + })); + + beforeEach(inject(function(_$$cookieReader_) { + $$cookieReader = _$$cookieReader_; + })); + + + it('should return an empty object', function() { + expect($$cookieReader()).toEqual({}); + expect(cookieSpy).toHaveBeenCalled(); + }); + + }); + +}); diff --git a/test/ng/directive/aSpec.js b/test/ng/directive/aSpec.js index a284f4bc8199..7a7964f650c5 100644 --- a/test/ng/directive/aSpec.js +++ b/test/ng/directive/aSpec.js @@ -3,6 +3,25 @@ describe('a', function() { var element, $compile, $rootScope; + beforeEach(module(function($compileProvider) { + $compileProvider. + directive('linkTo', valueFn({ + restrict: 'A', + template: '', + replace: true, + scope: { + destination: '@linkTo' + } + })). + directive('linkNot', valueFn({ + restrict: 'A', + template: '', + replace: true, + scope: { + destination: '@linkNot' + } + })); + })); beforeEach(inject(function(_$compile_, _$rootScope_) { $compile = _$compile_; @@ -10,43 +29,33 @@ describe('a', function() { })); - afterEach(function(){ + afterEach(function() { dealoc(element); }); it('should prevent default action to be executed when href is empty', function() { - var orgLocation = document.location.href, + var orgLocation = window.document.location.href, preventDefaultCalled = false, event; element = $compile('empty link')($rootScope); - if (msie < 9) { - - event = document.createEventObject(); - expect(event.returnValue).not.toBeDefined(); - element[0].fireEvent('onclick', event); - expect(event.returnValue).toEqual(false); - - } else { + event = window.document.createEvent('MouseEvent'); + event.initMouseEvent( + 'click', true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null); - event = document.createEvent('MouseEvent'); - event.initMouseEvent( - 'click', true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null); + event.preventDefaultOrg = event.preventDefault; + event.preventDefault = function() { + preventDefaultCalled = true; + if (this.preventDefaultOrg) this.preventDefaultOrg(); + }; - event.preventDefaultOrg = event.preventDefault; - event.preventDefault = function() { - preventDefaultCalled = true; - if (this.preventDefaultOrg) this.preventDefaultOrg(); - }; + element[0].dispatchEvent(event); - element[0].dispatchEvent(event); + expect(preventDefaultCalled).toEqual(true); - expect(preventDefaultCalled).toEqual(true); - } - - expect(document.location.href).toEqual(orgLocation); + expect(window.document.location.href).toEqual(orgLocation); }); @@ -58,4 +67,94 @@ describe('a', function() { expect(element.text()).toBe('hello@you'); }); + + + it('should not link and hookup an event if href is present at compile', function() { + var jq = jQuery || jqLite; + element = jq('hello@you'); + var linker = $compile(element); + + spyOn(jq.prototype, 'on'); + + linker($rootScope); + + expect(jq.prototype.on).not.toHaveBeenCalled(); + }); + + + it('should not preventDefault if anchor element is replaced with href-containing element', function() { + spyOn(jqLite.prototype, 'on').and.callThrough(); + element = $compile('')($rootScope); + $rootScope.$digest(); + + var child = element.children('a'); + var preventDefault = jasmine.createSpy('preventDefault'); + + child.triggerHandler({ + type: 'click', + preventDefault: preventDefault + }); + + expect(preventDefault).not.toHaveBeenCalled(); + }); + + + it('should preventDefault if anchor element is replaced with element without href attribute', function() { + spyOn(jqLite.prototype, 'on').and.callThrough(); + element = $compile('')($rootScope); + $rootScope.$digest(); + + var child = element.children('a'); + var preventDefault = jasmine.createSpy('preventDefault'); + + child.triggerHandler({ + type: 'click', + preventDefault: preventDefault + }); + + expect(preventDefault).toHaveBeenCalled(); + }); + + + if (isDefined(window.SVGElement)) { + describe('SVGAElement', function() { + it('should prevent default action to be executed when href is empty', function() { + var orgLocation = window.document.location.href, + preventDefaultCalled = false, + event, + child; + + element = $compile('empty link')($rootScope); + child = element.children('a'); + + event = window.document.createEvent('MouseEvent'); + event.initMouseEvent( + 'click', true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null); + + event.preventDefaultOrg = event.preventDefault; + event.preventDefault = function() { + preventDefaultCalled = true; + if (this.preventDefaultOrg) this.preventDefaultOrg(); + }; + + child[0].dispatchEvent(event); + + expect(preventDefaultCalled).toEqual(true); + expect(window.document.location.href).toEqual(orgLocation); + }); + + + it('should not link and hookup an event if xlink:href is present at compile', function() { + var jq = jQuery || jqLite; + element = jq('hello@you'); + var linker = $compile(element); + + spyOn(jq.prototype, 'on'); + + linker($rootScope); + + expect(jq.prototype.on).not.toHaveBeenCalled(); + }); + }); + } }); diff --git a/test/ng/directive/booleanAttrsSpec.js b/test/ng/directive/booleanAttrsSpec.js index 0ce6b555108e..8d68ab999666 100644 --- a/test/ng/directive/booleanAttrsSpec.js +++ b/test/ng/directive/booleanAttrsSpec.js @@ -10,7 +10,7 @@ describe('boolean attr directives', function() { it('should properly evaluate 0 as false', inject(function($rootScope, $compile) { // jQuery does not treat 0 as false, when setting attr() - element = $compile('')($rootScope) + element = $compile('')($rootScope); $rootScope.isDisabled = 0; $rootScope.$digest(); expect(element.attr('disabled')).toBeFalsy(); @@ -21,7 +21,7 @@ describe('boolean attr directives', function() { it('should bind disabled', inject(function($rootScope, $compile) { - element = $compile('')($rootScope) + element = $compile('')($rootScope); $rootScope.isDisabled = false; $rootScope.$digest(); expect(element.attr('disabled')).toBeFalsy(); @@ -32,133 +32,89 @@ describe('boolean attr directives', function() { it('should bind checked', inject(function($rootScope, $compile) { - element = $compile('')($rootScope) + element = $compile('')($rootScope); $rootScope.isChecked = false; $rootScope.$digest(); expect(element.attr('checked')).toBeFalsy(); - $rootScope.isChecked=true; + $rootScope.isChecked = true; $rootScope.$digest(); expect(element.attr('checked')).toBeTruthy(); })); + it('should not bind checked when ngModel is present', inject(function($rootScope, $compile, $document, $rootElement) { + // test for https://github.com/angular/angular.js/issues/10662 + element = $compile('')($rootScope); + + // Append the app to the document so that "click" triggers "change" + // Support: Chrome, Safari 8, 9 + jqLite($document[0].body).append($rootElement.append(element)); + + $rootScope.value = 'true'; + $rootScope.$digest(); + expect(element[0].checked).toBe(true); + browserTrigger(element, 'click'); + expect(element[0].checked).toBe(false); + expect($rootScope.value).toBe('false'); + browserTrigger(element, 'click'); + expect(element[0].checked).toBe(true); + expect($rootScope.value).toBe('true'); + })); + + it('should bind selected', inject(function($rootScope, $compile) { - element = $compile('')($rootScope) - jqLite(document.body).append(element) - $rootScope.isSelected=false; + element = $compile('')($rootScope); + jqLite(window.document.body).append(element); + $rootScope.isSelected = false; $rootScope.$digest(); expect(element.children()[1].selected).toBeFalsy(); - $rootScope.isSelected=true; + $rootScope.isSelected = true; $rootScope.$digest(); expect(element.children()[1].selected).toBeTruthy(); })); it('should bind readonly', inject(function($rootScope, $compile) { - element = $compile('')($rootScope) - $rootScope.isReadonly=false; + element = $compile('')($rootScope); + $rootScope.isReadonly = false; $rootScope.$digest(); expect(element.attr('readOnly')).toBeFalsy(); - $rootScope.isReadonly=true; + $rootScope.isReadonly = true; $rootScope.$digest(); expect(element.attr('readOnly')).toBeTruthy(); })); - it('should bind multiple', inject(function($rootScope, $compile) { - element = $compile('')($rootScope) - $rootScope.isMultiple=false; - $rootScope.$digest(); - expect(element.attr('multiple')).toBeFalsy(); - $rootScope.isMultiple='multiple'; - $rootScope.$digest(); - expect(element.attr('multiple')).toBeTruthy(); - })); - it('should bind open', inject(function($rootScope, $compile) { - element = $compile('
    ')($rootScope) - $rootScope.isOpen=false; + element = $compile('
    ')($rootScope); + $rootScope.isOpen = false; $rootScope.$digest(); expect(element.attr('open')).toBeFalsy(); - $rootScope.isOpen=true; + $rootScope.isOpen = true; $rootScope.$digest(); expect(element.attr('open')).toBeTruthy(); })); -}); - - -describe('ngSrc', function() { - - it('should interpolate the expression and bind to src', inject(function($compile, $rootScope) { - var element = $compile('
    ')($rootScope); - - $rootScope.$digest(); - expect(element.attr('src')).toEqual('some/'); - - $rootScope.$apply(function() { - $rootScope.id = 1; - }); - expect(element.attr('src')).toEqual('some/1'); - - dealoc(element); - })); - - if (msie) { - it('should update the element property as well as the attribute', inject( - function($compile, $rootScope) { - // on IE, if "ng:src" directive declaration is used and "src" attribute doesn't exist - // then calling element.setAttribute('src', 'foo') doesn't do anything, so we need - // to set the property as well to achieve the desired effect - var element = $compile('
    ')($rootScope); + describe('multiple', function() { + it('should NOT bind to multiple via ngMultiple', inject(function($rootScope, $compile) { + element = $compile('')($rootScope); + $rootScope.isMultiple = false; $rootScope.$digest(); - expect(element.prop('src')).toEqual('some/'); - - $rootScope.$apply(function() { - $rootScope.id = 1; - }); - expect(element.prop('src')).toEqual('some/1'); - - dealoc(element); + expect(element.attr('multiple')).toBeFalsy(); + $rootScope.isMultiple = 'multiple'; + $rootScope.$digest(); + expect(element.attr('multiple')).toBeFalsy(); // ignore })); - } -}); -describe('ngHref', function() { - var element; + it('should throw an exception if binding to multiple attribute', inject(function($rootScope, $compile) { + expect(function() { + $compile(''); + }).toThrowMinErr('$compile', 'selmulti', 'Binding to the \'multiple\' attribute is not supported. ' + + 'Element: ' + + '' + '')(scope); + scope.inputPresent = true; + scope.$digest(); var form = scope.myForm; control.$setValidity('required', false); expect(form.alias).toBe(control); expect(form.$error.required).toEqual([control]); - doc.find('input').remove(); - expect(form.$error.required).toBe(false); + // remove nested control + scope.inputPresent = false; + scope.$apply(); + + expect(form.$error.required).toBeFalsy(); expect(form.alias).toBeUndefined(); }); + it('should ignore changes in manually removed controls', function() { + doc = $compile( + '
    ' + + '' + + '
    ')(scope); + + var form = scope.myForm; + + var input = doc.find('input').eq(0); + var inputController = input.controller('ngModel'); + + changeInputValue(input, 'ab'); + scope.$apply(); + + expect(form.$error.maxlength).toBeTruthy(); + expect(form.$dirty).toBe(true); + expect(form.$error.maxlength[0].$name).toBe('control'); + + // remove control + form.$removeControl(form.control); + expect(form.control).toBeUndefined(); + expect(form.$error.maxlength).toBeFalsy(); + + inputController.$setPristine(); + expect(form.$dirty).toBe(true); + + form.$setPristine(); + + changeInputValue(input, 'abc'); + scope.$apply(); + + expect(form.$error.maxlength).toBeFalsy(); + expect(form.$dirty).toBe(false); + }); + + + it('should react to validation changes in manually added controls', function() { + doc = $compile( + '
    ' + + '' + + '
    ')(scope); + + scope.$digest(); + + var form = scope.myForm; + + var input = doc.find('input').eq(0); + + // remove control and invalidate it + form.$removeControl(control); + expect(form.control).toBeUndefined(); + + changeInputValue(input, 'abc'); + expect(control.$error.maxlength).toBe(true); + expect(control.$dirty).toBe(true); + expect(form.$error.maxlength).toBeFalsy(); + expect(form.$dirty).toBe(false); + + // re-add the control; its current validation state is not propagated + form.$addControl(control); + expect(form.control).toBe(control); + expect(form.$error.maxlength).toBeFalsy(); + expect(form.$dirty).toBe(false); + + // Only when the input changes again its validation state is propagated + changeInputValue(input, 'abcd'); + expect(form.$error.maxlength[0]).toBe(control); + expect(form.$dirty).toBe(false); + }); + + + it('should use the correct parent when renaming and removing dynamically added controls', function() { + scope.controlName = 'childControl'; + scope.hasChildControl = true; + + doc = $compile( + '
    ' + + '
    ' + + '' + + '
    ' + + '
    ' + + '
    ')(scope); + + scope.$digest(); + + var form = scope.myForm; + var otherForm = scope.otherForm; + var childControl = form.childControl; + + // remove child form and add it to another form + form.$removeControl(childControl); + otherForm.$addControl(childControl); + + expect(form.childControl).toBeUndefined(); + expect(otherForm.childControl).toBe(childControl); + + // rename the childControl + scope.controlName = 'childControlMoved'; + scope.$digest(); + + expect(form.childControlMoved).toBeUndefined(); + expect(otherForm.childControl).toBeUndefined(); + expect(otherForm.childControlMoved).toBe(childControl); + + scope.hasChildControl = false; + scope.$digest(); + + expect(form.childControlMoved).toBeUndefined(); + expect(otherForm.childControlMoved).toBeUndefined(); + }); + + + it('should remove scope reference when form with no parent form is removed from the DOM', function() { + var formController; + scope.ctrl = {}; + doc = $compile( + '
    ' + + '' + + '
    ')(scope); + + scope.$digest(); + expect(scope.ctrl.myForm).toBeUndefined(); + + scope.$apply('formPresent = true'); + expect(scope.ctrl.myForm).toBeDefined(); + + formController = doc.find('form').controller('form'); + expect(scope.ctrl.myForm).toBe(formController); + + scope.$apply('formPresent = false'); + expect(scope.ctrl.myForm).toBeUndefined(); + }); + it('should use ngForm value as form name', function() { doc = $compile( '
    ' + @@ -63,6 +202,17 @@ describe('form', function() { expect(scope.myForm.alias).toBeDefined(); }); + it('should use ngForm value as form name when nested inside form', function() { + doc = $compile( + '
    ' + + '
    ' + + '
    ')(scope); + + expect(scope.myForm).toBeDefined(); + expect(scope.myForm.nestedForm).toBeDefined(); + expect(scope.myForm.nestedForm.alias).toBeDefined(); + }); + it('should publish form to scope when name attr is defined', function() { doc = $compile('
    ')(scope); @@ -72,10 +222,11 @@ describe('form', function() { }); - it('should allow form name to be an expression', function() { + it('should support expression in form name', function() { doc = $compile('
    ')(scope); - expect(scope['obj.myForm']).toBeTruthy(); + expect(scope.obj).toBeDefined(); + expect(scope.obj.myForm).toBeTruthy(); }); @@ -107,8 +258,8 @@ describe('form', function() { expect(scope.firstName).toBe('val1'); expect(scope.lastName).toBe('val2'); - expect(scope.formA.$error.required).toBe(false); - expect(scope.formB.$error.required).toBe(false); + expect(scope.formA.$error.required).toBeFalsy(); + expect(scope.formB.$error.required).toBeFalsy(); }); @@ -125,9 +276,109 @@ describe('form', function() { }); + it('should throw an exception if an input has name="hasOwnProperty"', function() { + doc = jqLite( + '
    ' + + '' + + '' + + '
    '); + expect(function() { + $compile(doc)(scope); + }).toThrowMinErr('ng', 'badname'); + }); + + describe('triggering commit value on submit', function() { + it('should trigger update on form submit', function() { + var form = $compile( + '
    ' + + '' + + '
    ')(scope); + scope.$digest(); + + var inputElm = form.find('input').eq(0); + changeInputValue(inputElm, 'a'); + expect(scope.name).toEqual(undefined); + browserTrigger(form, 'submit'); + expect(scope.name).toEqual('a'); + dealoc(form); + }); + + it('should trigger update on form submit with nested forms', function() { + var form = $compile( + '
    ' + + '
    ' + + '' + + '
    ' + + '
    ')(scope); + scope.$digest(); + + var inputElm = form.find('input').eq(0); + changeInputValue(inputElm, 'a'); + expect(scope.name).toEqual(undefined); + browserTrigger(form, 'submit'); + expect(scope.name).toEqual('a'); + dealoc(form); + }); + + it('should trigger update before ng-submit is invoked', function() { + var form = $compile( + '
    ' + + '' + + '
    ')(scope); + scope.$digest(); + + var inputElm = form.find('input').eq(0); + changeInputValue(inputElm, 'a'); + scope.submit = jasmine.createSpy('submit').and.callFake(function() { + expect(scope.name).toEqual('a'); + }); + browserTrigger(form, 'submit'); + expect(scope.submit).toHaveBeenCalled(); + dealoc(form); + }); + }); + + describe('rollback view value', function() { + it('should trigger rollback on form controls', function() { + var form = $compile( + '
    ' + + '' + + '
    ' + - '' + - '
    '); - - var form = doc.find('form'), - destroyed = false, - nextTurn = false, - submitted = false, - reloadPrevented; - - scope.destroy = function() { - // yes, I know, scope methods should not do direct DOM manipulation, but I wanted to keep - // this test small. Imagine that the destroy action will cause a model change (e.g. - // $location change) that will cause some directive to destroy the dom (e.g. ngView+$route) - doc.html(''); - destroyed = true; - } - - scope.submitMe = function() { - submitted = true; - } - - var assertPreventDefaultListener = function(e) { - reloadPrevented = e.defaultPrevented || (e.returnValue === false); - }; - - // native dom event listeners in IE8 fire in LIFO order so we have to register them - // there in different order than in other browsers - if (msie == 8) addEventListenerFn(form[0], 'submit', assertPreventDefaultListener); - - $compile(doc)(scope); - - if (msie != 8) addEventListenerFn(form[0], 'submit', assertPreventDefaultListener); - - browserTrigger(doc.find('button'), 'click'); - - // let the browser process all events (and potentially reload the page) - setTimeout(function() { nextTurn = true;}, 100); - - waitsFor(function() { return nextTurn; }); - - - // I can't get IE8 to automatically trigger submit in this test, in production it does it - // properly - if (msie == 8) browserTrigger(form, 'submit'); - - runs(function() { - expect(doc.html()).toBe(''); - expect(destroyed).toBe(true); - expect(submitted).toBe(false); // this is known corner-case that is not currently handled - // the issue is that the submit listener is destroyed before - // the event propagates there. we can fix this if we see - // the issue in the wild, I'm not going to bother to do it - // now. (i) - - // IE9 is special and it doesn't fire submit event when form was destroyed - if (msie != 9) { - expect(reloadPrevented).toBe(true); - $timeout.flush(); - } - - // prevent mem leak in test - removeEventListenerFn(form[0], 'submit', assertPreventDefaultListener); + it('should prevent the default when the form is destroyed by a submission via a click event', function(done) { + inject(function($timeout) { + doc = jqLite('
    ' + + '
    ' + + '' + + '
    ' + + '
    '); + // Support: Chrome 60+ (on Windows) + // We need to add the form to the DOM in order for `submit` events to be properly fired. + window.document.body.appendChild(doc[0]); + + var form = doc.find('form'), + destroyed = false, + nextTurn = false, + submitted = false, + reloadPrevented = 'never called'; + + scope.destroy = function() { + // yes, I know, scope methods should not do direct DOM manipulation, but I wanted to keep + // this test small. Imagine that the destroy action will cause a model change (e.g. + // $location change) that will cause some directive to destroy the dom (e.g. ngView+$route) + doc.empty(); + destroyed = true; + }; + + scope.submitMe = function() { + submitted = true; + }; + + var assertPreventDefaultListener = function(e) { + reloadPrevented = e.defaultPrevented || (e.returnValue === false); + }; + + $compile(doc)(scope); + + form[0].addEventListener('submit', assertPreventDefaultListener); + + browserTrigger(doc.find('button'), 'click'); + + // let the browser process all events (and potentially reload the page) + window.setTimeout(function() { nextTurn = true;}, 100); + + var job = createAsync(done); + job.waitsFor(function() { return nextTurn; }) + .runs(function() { + expect(doc.html()).toBe(''); + expect(destroyed).toBe(true); + expect(submitted).toBe(false); // this is known corner-case that is not currently handled + // the issue is that the submit listener is destroyed before + // the event propagates there. we can fix this if we see + // the issue in the wild, I'm not going to bother to do it + // now. (i) + + // Support: Chrome 60+ (on Windows) + // Chrome 60+ on Windows does not fire `submit` events when the form is not attached to + // the DOM. Verify that the `submit` listener was either never fired or (if fired) the + // reload was prevented. + expect(reloadPrevented).not.toBe(false); + + // prevent mem leak in test + form[0].removeEventListener('submit', assertPreventDefaultListener); + }) + .done(); + job.start(); }); - })); + }); it('should NOT prevent form submission if action attribute present', function() { - var callback = jasmine.createSpy('submit').andCallFake(function(event) { + var callback = jasmine.createSpy('submit').and.callFake(function(event) { expect(event.isDefaultPrevented()).toBe(false); event.preventDefault(); }); doc = $compile('
    ')(scope); - doc.bind('submit', callback); + doc.on('submit', callback); browserTrigger(doc, 'submit'); expect(callback).toHaveBeenCalledOnce(); @@ -282,13 +529,123 @@ describe('form', function() { expect(child.$error.MyError).toEqual([inputB]); inputB.$setValidity('MyError', true); - expect(parent.$error.MyError).toBe(false); - expect(child.$error.MyError).toBe(false); + expect(parent.$error.MyError).toBeFalsy(); + expect(child.$error.MyError).toBeFalsy(); child.$setDirty(); expect(parent.$dirty).toBeTruthy(); + + child.$setSubmitted(); + expect(parent.$submitted).toBeTruthy(); }); + it('should set $submitted to true on child forms when parent is submitted', function() { + doc = jqLite( + '' + + '' + + '' + + '' + + '' + + ''); + $compile(doc)(scope); + + var parent = scope.parent, + child = scope.child; + + parent.$setSubmitted(); + expect(parent.$submitted).toBeTruthy(); + expect(child.$submitted).toBeTruthy(); + }); + + + it('should not propagate $submitted state on removed child forms when parent is submitted', function() { + doc = jqLite( + '' + + '' + + '' + + '' + + '' + + '' + + ''); + $compile(doc)(scope); + + var parent = scope.parent, + child = scope.child, + grandchild = scope.grandchild, + ggchild = scope.greatgrandchild; + + parent.$removeControl(child); + + parent.$setSubmitted(); + expect(parent.$submitted).toBeTruthy(); + expect(child.$submitted).not.toBeTruthy(); + expect(grandchild.$submitted).not.toBeTruthy(); + + parent.$addControl(child); + + expect(parent.$submitted).toBeTruthy(); + expect(child.$submitted).not.toBeTruthy(); + expect(grandchild.$submitted).not.toBeTruthy(); + + parent.$setSubmitted(); + expect(parent.$submitted).toBeTruthy(); + expect(child.$submitted).toBeTruthy(); + expect(grandchild.$submitted).toBeTruthy(); + + parent.$removeControl(child); + + expect(parent.$submitted).toBeTruthy(); + expect(child.$submitted).toBeTruthy(); + expect(grandchild.$submitted).toBeTruthy(); + + parent.$setPristine(); // sets $submitted to false + expect(parent.$submitted).not.toBeTruthy(); + expect(child.$submitted).toBeTruthy(); + expect(grandchild.$submitted).toBeTruthy(); + + grandchild.$setPristine(); + expect(grandchild.$submitted).not.toBeTruthy(); + + child.$setSubmitted(); + expect(parent.$submitted).not.toBeTruthy(); + expect(child.$submitted).toBeTruthy(); + expect(grandchild.$submitted).toBeTruthy(); + + child.$setPristine(); + expect(parent.$submitted).not.toBeTruthy(); + expect(child.$submitted).not.toBeTruthy(); + expect(grandchild.$submitted).not.toBeTruthy(); + + // Test upwards submission setting + grandchild.$setSubmitted(); + expect(parent.$submitted).not.toBeTruthy(); + expect(child.$submitted).toBeTruthy(); + expect(grandchild.$submitted).toBeTruthy(); + }); + + + it('should set $submitted to true on child and parent forms when form is submitted', function() { + doc = jqLite( + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''); + $compile(doc)(scope); + + var parent = scope.parent, + child = scope.child, + grandchild = scope.grandchild; + + child.$setSubmitted(); + + expect(parent.$submitted).toBeTruthy(); + expect(child.$submitted).toBeTruthy(); + expect(grandchild.$submitted).toBeTruthy(); + }); it('should deregister a child form when its DOM is removed', function() { doc = jqLite( @@ -310,18 +667,43 @@ describe('form', function() { expect(parent.child).toBeUndefined(); expect(scope.child).toBeUndefined(); - expect(parent.$error.required).toBe(false); + expect(parent.$error.required).toBeFalsy(); + }); + + + it('should deregister a child form whose name is an expression when its DOM is removed', function() { + doc = jqLite( + '
    ' + + '
    ' + + '' + + '
    ' + + '
    '); + $compile(doc)(scope); + scope.$apply(); + + var parent = scope.parent, + child = scope.child.form; + + expect(parent).toBeDefined(); + expect(child).toBeDefined(); + expect(parent.$error.required).toEqual([child]); + doc.children().remove(); //remove child + + expect(parent.child).toBeUndefined(); + expect(scope.child.form).toBeUndefined(); + expect(parent.$error.required).toBeFalsy(); }); - it('should deregister a input when its removed from DOM', function() { + it('should deregister a input when it is removed from DOM', function() { doc = jqLite( '
    ' + '
    ' + - '' + + '' + '
    ' + '
    '); $compile(doc)(scope); + scope.inputPresent = true; scope.$apply(); var parent = scope.parent, @@ -330,20 +712,222 @@ describe('form', function() { expect(parent).toBeDefined(); expect(child).toBeDefined(); + expect(parent.$error.required).toEqual([child]); + expect(parent.$$success.maxlength).toEqual([child]); + expect(child.$error.required).toEqual([input]); + expect(child.$$success.maxlength).toEqual([input]); + expect(doc.hasClass('ng-invalid')).toBe(true); expect(doc.hasClass('ng-invalid-required')).toBe(true); + expect(doc.hasClass('ng-valid-maxlength')).toBe(true); expect(doc.find('div').hasClass('ng-invalid')).toBe(true); expect(doc.find('div').hasClass('ng-invalid-required')).toBe(true); - doc.find('input').remove(); //remove child + expect(doc.find('div').hasClass('ng-valid-maxlength')).toBe(true); + + //remove child input + scope.$apply('inputPresent = false'); + + expect(parent.$error.required).toBeFalsy(); + expect(parent.$$success.maxlength).toBeFalsy(); + + expect(child.$error.required).toBeFalsy(); + expect(child.$$success.maxlength).toBeFalsy(); - expect(parent.$error.required).toBe(false); - expect(child.$error.required).toBe(false); expect(doc.hasClass('ng-valid')).toBe(true); - expect(doc.hasClass('ng-valid-required')).toBe(true); + expect(doc.hasClass('ng-valid-required')).toBe(false); + expect(doc.hasClass('ng-invalid-required')).toBe(false); + expect(doc.hasClass('ng-valid-maxlength')).toBe(false); + expect(doc.hasClass('ng-invalid-maxlength')).toBe(false); + expect(doc.find('div').hasClass('ng-valid')).toBe(true); - expect(doc.find('div').hasClass('ng-valid-required')).toBe(true); + expect(doc.find('div').hasClass('ng-valid-required')).toBe(false); + expect(doc.find('div').hasClass('ng-invalid-required')).toBe(false); + expect(doc.find('div').hasClass('ng-valid-maxlength')).toBe(false); + expect(doc.find('div').hasClass('ng-invalid-maxlength')).toBe(false); + }); + + it('should deregister a input that is $pending when it is removed from DOM', function() { + doc = jqLite( + '
    ' + + '
    ' + + '' + + '
    ' + + '
    '); + $compile(doc)(scope); + scope.$apply('inputPresent = true'); + + var parent = scope.parent; + var child = scope.child; + var input = child.inputA; + + scope.$apply(child.inputA.$setValidity('fake', undefined)); + + expect(parent).toBeDefined(); + expect(child).toBeDefined(); + + expect(parent.$pending.fake).toEqual([child]); + expect(child.$pending.fake).toEqual([input]); + + expect(doc.hasClass('ng-pending')).toBe(true); + expect(doc.find('div').hasClass('ng-pending')).toBe(true); + + //remove child input + scope.$apply('inputPresent = false'); + + expect(parent.$pending).toBeUndefined(); + expect(child.$pending).toBeUndefined(); + + expect(doc.hasClass('ng-pending')).toBe(false); + expect(doc.find('div').hasClass('ng-pending')).toBe(false); + }); + + + it('should leave the parent form invalid when deregister a removed input', function() { + doc = jqLite( + '
    ' + + '
    ' + + '' + + '' + + '
    ' + + '
    '); + $compile(doc)(scope); + scope.inputPresent = true; + scope.$apply(); + + var parent = scope.parent, + child = scope.child, + inputA = child.inputA, + inputB = child.inputB; + + expect(parent).toBeDefined(); + expect(child).toBeDefined(); + expect(parent.$error.required).toEqual([child]); + expect(child.$error.required).toEqual([inputB, inputA]); + + //remove child input + scope.inputPresent = false; + scope.$apply(); + + expect(parent.$error.required).toEqual([child]); + expect(child.$error.required).toEqual([inputB]); + }); + + + it('should ignore changes in manually removed child forms', function() { + doc = $compile( + '
    ' + + '' + + '' + + '' + + '
    ')(scope); + + var form = scope.myForm; + var childformController = doc.find('ng-form').eq(0).controller('form'); + + var input = doc.find('input').eq(0); + var inputController = input.controller('ngModel'); + + changeInputValue(input, 'ab'); + scope.$apply(); + + expect(form.$dirty).toBe(true); + expect(form.$error.maxlength).toBeTruthy(); + expect(form.$error.maxlength[0].$name).toBe('childform'); + + inputController.$setPristine(); + expect(form.$dirty).toBe(true); + + form.$setPristine(); + + // remove child form + form.$removeControl(childformController); + expect(form.childform).toBeUndefined(); + expect(form.$error.maxlength).toBeFalsy(); + + changeInputValue(input, 'abc'); + scope.$apply(); + + expect(form.$error.maxlength).toBeFalsy(); + expect(form.$dirty).toBe(false); + }); + + + it('should react to changes in manually added child forms', function() { + doc = $compile( + '
    ' + + '' + + '' + + '' + + '
    ')(scope); + + var form = scope.myForm; + var childFormController = doc.find('ng-form').eq(0).controller('form'); + + var input = doc.find('input').eq(0); + + // remove child form so we can add it manually + form.$removeControl(childFormController); + changeInputValue(input, 'ab'); + + expect(form.childForm).toBeUndefined(); + expect(form.$dirty).toBe(false); + expect(form.$error.maxlength).toBeFalsy(); + + // re-add the child form; its current validation state is not propagated + form.$addControl(childFormController); + expect(form.childForm).toBe(childFormController); + expect(form.$error.maxlength).toBeFalsy(); + expect(form.$dirty).toBe(false); + + // Only when the input inside the child form changes, the validation state is propagated + changeInputValue(input, 'abc'); + expect(form.$error.maxlength[0]).toBe(childFormController); + expect(form.$dirty).toBe(false); + }); + + + it('should use the correct parent when renaming and removing dynamically added forms', function() { + scope.formName = 'childForm'; + scope.hasChildForm = true; + + doc = $compile( + '
    ' + + '
    ' + + '' + + '' + + '' + + '
    ' + + '
    ' + + '
    ')(scope); + + scope.$digest(); + + var form = scope.myForm; + var otherForm = scope.otherForm; + var childForm = form.childForm; + + // remove child form and add it to another form + form.$removeControl(childForm); + otherForm.$addControl(childForm); + + expect(form.childForm).toBeUndefined(); + expect(otherForm.childForm).toBe(childForm); + + // rename the childForm + scope.formName = 'childFormMoved'; + scope.$digest(); + + expect(form.childFormMoved).toBeUndefined(); + expect(otherForm.childForm).toBeUndefined(); + expect(otherForm.childFormMoved).toBe(childForm); + + scope.hasChildForm = false; + scope.$digest(); + + expect(form.childFormMoved).toBeUndefined(); + expect(otherForm.childFormMoved).toBeUndefined(); }); @@ -374,10 +958,10 @@ describe('form', function() { expect(parent.$error.myRule).toEqual([child]); input.$setValidity('myRule', true); - expect(parent.$error.myRule).toBe(false); - expect(child.$error.myRule).toBe(false); + expect(parent.$error.myRule).toBeFalsy(); + expect(child.$error.myRule).toBeFalsy(); }); - }) + }); describe('validation', function() { @@ -396,17 +980,20 @@ describe('form', function() { expect(doc).toBeValid(); control.$setValidity('error', false); + scope.$digest(); expect(doc).toBeInvalid(); expect(doc.hasClass('ng-valid-error')).toBe(false); expect(doc.hasClass('ng-invalid-error')).toBe(true); control.$setValidity('another', false); + scope.$digest(); expect(doc.hasClass('ng-valid-error')).toBe(false); expect(doc.hasClass('ng-invalid-error')).toBe(true); expect(doc.hasClass('ng-valid-another')).toBe(false); expect(doc.hasClass('ng-invalid-another')).toBe(true); control.$setValidity('error', true); + scope.$digest(); expect(doc).toBeInvalid(); expect(doc.hasClass('ng-valid-error')).toBe(true); expect(doc.hasClass('ng-invalid-error')).toBe(false); @@ -414,13 +1001,22 @@ describe('form', function() { expect(doc.hasClass('ng-invalid-another')).toBe(true); control.$setValidity('another', true); + scope.$digest(); expect(doc).toBeValid(); expect(doc.hasClass('ng-valid-error')).toBe(true); expect(doc.hasClass('ng-invalid-error')).toBe(false); expect(doc.hasClass('ng-valid-another')).toBe(true); expect(doc.hasClass('ng-invalid-another')).toBe(false); - }); + // validators are skipped, e.g. because of a parser error + control.$setValidity('error', null); + control.$setValidity('another', null); + scope.$digest(); + expect(doc.hasClass('ng-valid-error')).toBe(false); + expect(doc.hasClass('ng-invalid-error')).toBe(false); + expect(doc.hasClass('ng-valid-another')).toBe(false); + expect(doc.hasClass('ng-invalid-another')).toBe(false); + }); it('should have ng-pristine/ng-dirty css class', function() { expect(doc).toBePristine(); @@ -431,6 +1027,35 @@ describe('form', function() { }); }); + describe('$pending', function() { + beforeEach(function() { + doc = $compile('
    ')(scope); + scope.$digest(); + }); + + it('should set valid and invalid to undefined when a validation error state is set as pending', inject(function($q, $rootScope) { + var defer, form = doc.data('$formController'); + + var ctrl = {}; + form.$setValidity('matias', undefined, ctrl); + + expect(form.$valid).toBeUndefined(); + expect(form.$invalid).toBeUndefined(); + expect(form.$pending.matias).toEqual([ctrl]); + + form.$setValidity('matias', true, ctrl); + + expect(form.$valid).toBe(true); + expect(form.$invalid).toBe(false); + expect(form.$pending).toBeUndefined(); + + form.$setValidity('matias', false, ctrl); + + expect(form.$valid).toBe(false); + expect(form.$invalid).toBe(true); + expect(form.$pending).toBeUndefined(); + })); + }); describe('$setPristine', function() { @@ -458,7 +1083,9 @@ describe('form', function() { expect(input1).toBeDirty(); expect(input2).toBeDirty(); + formCtrl.$setPristine(); + scope.$digest(); expect(form).toBePristine(); expect(formCtrl.$pristine).toBe(true); expect(formCtrl.$dirty).toBe(false); @@ -491,6 +1118,7 @@ describe('form', function() { expect(input).toBeDirty(); formCtrl.$setPristine(); + scope.$digest(); expect(form).toBePristine(); expect(formCtrl.$pristine).toBe(true); expect(formCtrl.$dirty).toBe(false); @@ -525,7 +1153,10 @@ describe('form', function() { expect(nestedInput).toBeDirty(); formCtrl.$setPristine(); + scope.$digest(); expect(form).toBePristine(); + scope.$digest(); + expect(formCtrl.$pristine).toBe(true); expect(formCtrl.$dirty).toBe(false); expect(nestedForm).toBePristine(); @@ -536,4 +1167,255 @@ describe('form', function() { expect(nestedInputCtrl.$dirty).toBe(false); }); }); + + describe('$setUntouched', function() { + it('should trigger setUntouched on form controls', function() { + var form = $compile( + '
    ' + + '' + + '
    ')(scope); + scope.$digest(); + + scope.myForm.alias.$setTouched(); + expect(scope.myForm.alias.$touched).toBe(true); + scope.myForm.$setUntouched(); + expect(scope.myForm.alias.$touched).toBe(false); + dealoc(form); + }); + + it('should trigger setUntouched on form controls with nested forms', function() { + var form = $compile( + '
    ' + + '
    ' + + '' + + '
    ' + + '
    ')(scope); + scope.$digest(); + + scope.myForm.childForm.alias.$setTouched(); + expect(scope.myForm.childForm.alias.$touched).toBe(true); + scope.myForm.$setUntouched(); + expect(scope.myForm.childForm.alias.$touched).toBe(false); + dealoc(form); + }); + }); + + describe('$getControls', function() { + it('should return an empty array if the controller has no controls', function() { + doc = $compile('
    ')(scope); + + scope.$digest(); + + var formCtrl = scope.testForm; + + expect(formCtrl.$getControls()).toEqual([]); + }); + + it('should return a shallow copy of the form controls', function() { + doc = $compile( + '
    ' + + '' + + '
    ' + + '' + + '
    ' + + '
    ')(scope); + + scope.$digest(); + + var form = doc, + formCtrl = scope.testForm, + formInput = form.children('input').eq(0), + formInputCtrl = formInput.controller('ngModel'), + nestedForm = form.find('div'), + nestedFormCtrl = nestedForm.controller('form'), + nestedInput = nestedForm.children('input').eq(0), + nestedInputCtrl = nestedInput.controller('ngModel'); + + var controls = formCtrl.$getControls(); + + expect(controls).not.toBe(formCtrl.$$controls); + + controls.push('something'); + expect(formCtrl.$$controls).not.toContain('something'); + + expect(controls[0]).toBe(formInputCtrl); + expect(controls[1]).toBe(nestedFormCtrl); + + var nestedControls = controls[1].$getControls(); + + expect(nestedControls[0]).toBe(nestedInputCtrl); + }); + }); + + it('should rename nested form controls when interpolated name changes', function() { + scope.idA = 'A'; + scope.idB = 'X'; + + doc = $compile( + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '' + )(scope); + + scope.$digest(); + var formA = scope.form.nestedA; + expect(formA).toBeDefined(); + expect(formA.$name).toBe('nestedA'); + + var formX = formA.nestedX; + expect(formX).toBeDefined(); + expect(formX.$name).toBe('nestedX'); + + scope.idA = 'B'; + scope.idB = 'Y'; + scope.$digest(); + + expect(scope.form.nestedA).toBeUndefined(); + expect(scope.form.nestedB).toBe(formA); + expect(formA.nestedX).toBeUndefined(); + expect(formA.nestedY).toBe(formX); + }); + + + it('should rename forms with no parent when interpolated name changes', function() { + var element = $compile('
    ')(scope); + var element2 = $compile('
    ')(scope); + scope.nameID = 'A'; + scope.$digest(); + var form = element.controller('form'); + var form2 = element2.controller('form'); + expect(scope.nameA).toBe(form); + expect(scope.ngformA).toBe(form2); + expect(form.$name).toBe('nameA'); + expect(form2.$name).toBe('ngformA'); + + scope.nameID = 'B'; + scope.$digest(); + expect(scope.nameA).toBeUndefined(); + expect(scope.ngformA).toBeUndefined(); + expect(scope.nameB).toBe(form); + expect(scope.ngformB).toBe(form2); + expect(form.$name).toBe('nameB'); + expect(form2.$name).toBe('ngformB'); + }); + + it('should rename forms with an initially blank name', function() { + var element = $compile('
    ')(scope); + scope.$digest(); + var form = element.controller('form'); + expect(scope['']).toBe(form); + expect(form.$name).toBe(''); + scope.name = 'foo'; + scope.$digest(); + expect(scope.foo).toBe(form); + expect(form.$name).toBe('foo'); + expect(scope.foo).toBe(form); + }); + + describe('$setSubmitted', function() { + beforeEach(function() { + doc = $compile( + '
    ' + + '' + + '' + + '
    ')(scope); + + scope.$digest(); + }); + + it('should not init in submitted state', function() { + expect(scope.form.$submitted).toBe(false); + }); + + it('should be in submitted state when submitted', function() { + browserTrigger(doc, 'submit'); + expect(scope.form.$submitted).toBe(true); + }); + + it('should revert submitted back to false when $setPristine is called on the form', function() { + scope.form.$submitted = true; + scope.form.$setPristine(); + expect(scope.form.$submitted).toBe(false); + }); + }); +}); + +describe('form animations', function() { + beforeEach(module('ngAnimateMock')); + + function assertValidAnimation(animation, event, classNameAdded, classNameRemoved) { + expect(animation.event).toBe(event); + expect(animation.args[1]).toBe(classNameAdded); + expect(animation.args[2]).toBe(classNameRemoved); + } + + var doc, scope, form; + beforeEach(inject(function($rootScope, $compile, $rootElement, $animate) { + scope = $rootScope.$new(); + doc = jqLite('
    '); + $rootElement.append(doc); + $compile(doc)(scope); + $animate.queue = []; + form = scope.myForm; + })); + + afterEach(function() { + dealoc(doc); + }); + + it('should trigger an animation when invalid', inject(function($animate) { + form.$setValidity('required', false); + + assertValidAnimation($animate.queue[0], 'removeClass', 'ng-valid'); + assertValidAnimation($animate.queue[1], 'addClass', 'ng-invalid'); + assertValidAnimation($animate.queue[2], 'addClass', 'ng-invalid-required'); + })); + + it('should trigger an animation when valid', inject(function($animate) { + form.$setValidity('required', false); + + $animate.queue = []; + + form.$setValidity('required', true); + + assertValidAnimation($animate.queue[0], 'addClass', 'ng-valid'); + assertValidAnimation($animate.queue[1], 'removeClass', 'ng-invalid'); + assertValidAnimation($animate.queue[2], 'addClass', 'ng-valid-required'); + })); + + it('should trigger an animation when dirty', inject(function($animate) { + form.$setDirty(); + + assertValidAnimation($animate.queue[0], 'removeClass', 'ng-pristine'); + assertValidAnimation($animate.queue[1], 'addClass', 'ng-dirty'); + })); + + it('should trigger an animation when pristine', inject(function($animate) { + form.$setDirty(); + + $animate.queue = []; + + form.$setPristine(); + + assertValidAnimation($animate.queue[0], 'setClass', 'ng-pristine', 'ng-dirty ng-submitted'); + })); + + it('should trigger custom errors as addClass/removeClass when invalid/valid', inject(function($animate) { + form.$setValidity('custom-error', false); + + assertValidAnimation($animate.queue[0], 'removeClass', 'ng-valid'); + assertValidAnimation($animate.queue[1], 'addClass', 'ng-invalid'); + assertValidAnimation($animate.queue[2], 'addClass', 'ng-invalid-custom-error'); + + $animate.queue = []; + form.$setValidity('custom-error', true); + + assertValidAnimation($animate.queue[0], 'addClass', 'ng-valid'); + assertValidAnimation($animate.queue[1], 'removeClass', 'ng-invalid'); + assertValidAnimation($animate.queue[2], 'addClass', 'ng-valid-custom-error'); + assertValidAnimation($animate.queue[3], 'removeClass', 'ng-invalid-custom-error'); + })); }); diff --git a/test/ng/directive/inputSpec.js b/test/ng/directive/inputSpec.js index 4dcb79a38d12..34ae2e127734 100644 --- a/test/ng/directive/inputSpec.js +++ b/test/ng/directive/inputSpec.js @@ -1,421 +1,550 @@ 'use strict'; -describe('NgModelController', function() { - var ctrl, scope, ngModelAccessor, element, parentFormCtrl; +/* globals generateInputCompilerHelper: false */ - beforeEach(inject(function($rootScope, $controller) { - var attrs = {name: 'testAlias', ngModel: 'value'}; +describe('input', function() { + var helper = {}, $compile, $rootScope, $browser, $sniffer; - parentFormCtrl = { - $setValidity: jasmine.createSpy('$setValidity'), - $setDirty: jasmine.createSpy('$setDirty') - } + // UA sniffing to exclude Edge from some date input tests + var isEdge = /\bEdge\//.test(window.navigator.userAgent); - element = jqLite('
    '); - element.data('$formController', parentFormCtrl); + generateInputCompilerHelper(helper); - scope = $rootScope; - ngModelAccessor = jasmine.createSpy('ngModel accessor'); - ctrl = $controller(NgModelController, { - $scope: scope, $element: element.find('input'), $attrs: attrs - }); + beforeEach(inject(function(_$compile_, _$rootScope_, _$browser_, _$sniffer_) { + $compile = _$compile_; + $rootScope = _$rootScope_; + $browser = _$browser_; + $sniffer = _$sniffer_; })); - afterEach(function() { - dealoc(element); - }); + it('should bind to a model', function() { + var inputElm = helper.compileInput(''); + $rootScope.$apply('name = \'misko\''); - it('should fail on non-assignable model binding', inject(function($controller) { - var exception; + expect(inputElm.val()).toBe('misko'); + }); - try { - $controller(NgModelController, { - $scope: null, - $element: jqLite(''), - $attrs: { - ngModel: '1+2' - } - }); - } catch (e) { - exception = e; - } - expect(exception.message). - toMatch(/Non-assignable model expression: 1\+2 \(\)/); - })); + it('should not set readonly or disabled property on ie7', function() { + jasmine.addMatchers({ + toBeOff: function() { + return { + compare: function(actual, attributeName) { + var actualValue = actual.attr(attributeName); + var message = function() { + return 'Attribute \'' + attributeName + '\' expected to be off but was \'' + actualValue + + '\' in: ' + angular.mock.dump(actual); + }; + + return { + pass: !actualValue || actualValue === 'false', + message: message + }; + } + }; + } + }); + var inputElm = helper.compileInput(''); + expect(inputElm.prop('readOnly')).toBe(false); + expect(inputElm.prop('disabled')).toBe(false); - it('should init the properties', function() { - expect(ctrl.$dirty).toBe(false); - expect(ctrl.$pristine).toBe(true); - expect(ctrl.$valid).toBe(true); - expect(ctrl.$invalid).toBe(false); + expect(inputElm).toBeOff('readOnly'); + expect(inputElm).toBeOff('readonly'); + expect(inputElm).toBeOff('disabled'); + }); - expect(ctrl.$viewValue).toBeDefined(); - expect(ctrl.$modelValue).toBeDefined(); - expect(ctrl.$formatters).toEqual([]); - expect(ctrl.$parsers).toEqual([]); + it('should update the model on "blur" event', function() { + var inputElm = helper.compileInput(''); - expect(ctrl.$name).toBe('testAlias'); + helper.changeInputValueTo('adam'); + expect($rootScope.name).toEqual('adam'); }); - describe('setValidity', function() { + it('should not add the property to the scope if name is unspecified', function() { + helper.compileInput(''); + + expect($rootScope.form['undefined']).toBeUndefined(); + expect($rootScope.form.$addControl).not.toHaveBeenCalled(); + expect($rootScope.form.$$renameControl).not.toHaveBeenCalled(); + }); - it('should propagate invalid to the parent form only when valid', function() { - expect(parentFormCtrl.$setValidity).not.toHaveBeenCalled(); - ctrl.$setValidity('ERROR', false); - expect(parentFormCtrl.$setValidity).toHaveBeenCalledOnceWith('ERROR', false, ctrl); - parentFormCtrl.$setValidity.reset(); - ctrl.$setValidity('ERROR', false); - expect(parentFormCtrl.$setValidity).not.toHaveBeenCalled(); + it('should not set the `val` property when the value is equal to the current value', inject(function($rootScope, $compile) { + // This is a workaround for Firefox validation. Look at #12102. + var input = jqLite(''); + var setterCalls = 0; + $rootScope.foo = ''; + Object.defineProperty(input[0], 'value', { + get: function() { + return ''; + }, + set: function() { + setterCalls++; + } }); + $compile(input)($rootScope); + $rootScope.$digest(); + expect(setterCalls).toBe(0); + })); + describe('compositionevents', function() { + it('should not update the model between "compositionstart" and "compositionend" on non android', function() { - it('should set and unset the error', function() { - ctrl.$setValidity('required', false); - expect(ctrl.$error.required).toBe(true); + $sniffer.android = false; - ctrl.$setValidity('required', true); - expect(ctrl.$error.required).toBe(false); + var inputElm = helper.compileInput(''); + helper.changeInputValueTo('a'); + expect($rootScope.name).toEqual('a'); + browserTrigger(inputElm, 'compositionstart'); + helper.changeInputValueTo('adam'); + expect($rootScope.name).toEqual('a'); + browserTrigger(inputElm, 'compositionend'); + helper.changeInputValueTo('adam'); + expect($rootScope.name).toEqual('adam'); }); - it('should set valid/invalid', function() { - ctrl.$setValidity('first', false); - expect(ctrl.$valid).toBe(false); - expect(ctrl.$invalid).toBe(true); + it('should update the model between "compositionstart" and "compositionend" on android', function() { + $sniffer.android = true; - ctrl.$setValidity('second', false); - expect(ctrl.$valid).toBe(false); - expect(ctrl.$invalid).toBe(true); + var inputElm = helper.compileInput(''); + helper.changeInputValueTo('a'); + expect($rootScope.name).toEqual('a'); + browserTrigger(inputElm, 'compositionstart'); + helper.changeInputValueTo('adam'); + expect($rootScope.name).toEqual('adam'); + browserTrigger(inputElm, 'compositionend'); + helper.changeInputValueTo('adam2'); + expect($rootScope.name).toEqual('adam2'); + }); - ctrl.$setValidity('second', true); - expect(ctrl.$valid).toBe(false); - expect(ctrl.$invalid).toBe(true); - ctrl.$setValidity('first', true); - expect(ctrl.$valid).toBe(true); - expect(ctrl.$invalid).toBe(false); + it('should update the model on "compositionend"', function() { + var inputElm = helper.compileInput(''); + browserTrigger(inputElm, 'compositionstart'); + helper.changeInputValueTo('caitp'); + expect($rootScope.name).toBeUndefined(); + browserTrigger(inputElm, 'compositionend'); + expect($rootScope.name).toEqual('caitp'); }); - it('should emit $valid only when $invalid', function() { - ctrl.$setValidity('error', true); - expect(parentFormCtrl.$setValidity).toHaveBeenCalledOnceWith('error', true, ctrl); - parentFormCtrl.$setValidity.reset(); - - ctrl.$setValidity('error', false); - expect(parentFormCtrl.$setValidity).toHaveBeenCalledOnceWith('error', false, ctrl); - parentFormCtrl.$setValidity.reset(); - ctrl.$setValidity('error', true); - expect(parentFormCtrl.$setValidity).toHaveBeenCalledOnceWith('error', true, ctrl); + it('should end composition on "compositionupdate" when event.data is ""', function() { + // This tests a bug workaround for IE9-11 + // During composition, when an input is de-focussed by clicking away from it, + // the compositionupdate event is called with '', followed by a change event. + var inputElm = helper.compileInput(''); + browserTrigger(inputElm, 'compositionstart'); + helper.changeInputValueTo('caitp'); + expect($rootScope.name).toBeUndefined(); + browserTrigger(inputElm, 'compositionupdate', {data: ''}); + browserTrigger(inputElm, 'change'); + expect($rootScope.name).toEqual('caitp'); }); }); - describe('setPristine', function() { - it('should set control to its pristine state', function() { - ctrl.$setViewValue('edit'); - expect(ctrl.$dirty).toBe(true); - expect(ctrl.$pristine).toBe(false); + describe('IE placeholder input events', function() { + // Support: IE 9-11 only + //IE fires an input event whenever a placeholder visually changes, essentially treating it as a value + //Events: + // placeholder attribute change: *input* + // focus (which visually removes the placeholder value): focusin focus *input* + // blur (which visually creates the placeholder value): focusout *input* blur + //However none of these occur if the placeholder is not visible at the time of the event. + //These tests try simulate various scenarios which do/do-not fire the extra input event + + it('should not dirty the model on an input event in response to a placeholder change', function() { + var inputElm = helper.compileInput(''); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm.attr('placeholder')).toBe('Test'); + expect(inputElm).toBePristine(); - ctrl.$setPristine(); - expect(ctrl.$dirty).toBe(false); - expect(ctrl.$pristine).toBe(true); + helper.attrs.$set('placeholder', ''); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm.attr('placeholder')).toBe(''); + expect(inputElm).toBePristine(); + + helper.attrs.$set('placeholder', 'Test Again'); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm.attr('placeholder')).toBe('Test Again'); + expect(inputElm).toBePristine(); + + helper.attrs.$set('placeholder', undefined); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm.attr('placeholder')).toBeUndefined(); + expect(inputElm).toBePristine(); + + helper.changeInputValueTo('foo'); + expect(inputElm).toBeDirty(); }); - }); - describe('view -> model', function() { - it('should set the value to $viewValue', function() { - ctrl.$setViewValue('some-val'); - expect(ctrl.$viewValue).toBe('some-val'); + it('should not dirty the model on an input event in response to a interpolated placeholder change', function() { + var inputElm = helper.compileInput(''); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm).toBePristine(); + + $rootScope.ph = 1; + $rootScope.$digest(); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm).toBePristine(); + + $rootScope.ph = ''; + $rootScope.$digest(); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm).toBePristine(); + + helper.changeInputValueTo('foo'); + expect(inputElm).toBeDirty(); }); - it('should pipeline all registered parsers and set result to $modelValue', function() { - var log = []; + it('should dirty the model on an input event while in focus even if the placeholder changes', function() { + $rootScope.ph = 'Test'; + var inputElm = helper.compileInput(''); + expect(inputElm).toBePristine(); - ctrl.$parsers.push(function(value) { - log.push(value); - return value + '-a'; - }); + browserTrigger(inputElm, 'focusin'); + browserTrigger(inputElm, 'focus'); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm.attr('placeholder')).toBe('Test'); + expect(inputElm).toBePristine(); - ctrl.$parsers.push(function(value) { - log.push(value); - return value + '-b'; - }); + $rootScope.ph = 'Test Again'; + $rootScope.$digest(); + expect(inputElm).toBePristine(); - ctrl.$setViewValue('init'); - expect(log).toEqual(['init', 'init-a']); - expect(ctrl.$modelValue).toBe('init-a-b'); + helper.changeInputValueTo('foo'); + expect(inputElm).toBeDirty(); }); - it('should fire viewChangeListeners when the value changes in the view (even if invalid)', - function() { - var spy = jasmine.createSpy('viewChangeListener'); - ctrl.$viewChangeListeners.push(spy); - ctrl.$setViewValue('val'); - expect(spy).toHaveBeenCalledOnce(); - spy.reset(); + it('should not dirty the model on an input event in response to a ng-attr-placeholder change', function() { + var inputElm = helper.compileInput(''); + expect(inputElm).toBePristine(); + + $rootScope.ph = 1; + $rootScope.$digest(); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm).toBePristine(); + + $rootScope.ph = ''; + $rootScope.$digest(); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm).toBePristine(); - // invalid - ctrl.$parsers.push(function() {return undefined;}); - ctrl.$setViewValue('val'); - expect(spy).toHaveBeenCalledOnce(); + helper.changeInputValueTo('foo'); + expect(inputElm).toBeDirty(); }); - it('should reset the model when the view is invalid', function() { - ctrl.$setViewValue('aaaa'); - expect(ctrl.$modelValue).toBe('aaaa'); + it('should not dirty the model on an input event in response to a focus', function() { + var inputElm = helper.compileInput(''); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm.attr('placeholder')).toBe('Test'); + expect(inputElm).toBePristine(); + + browserTrigger(inputElm, 'focusin'); + browserTrigger(inputElm, 'focus'); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm.attr('placeholder')).toBe('Test'); + expect(inputElm).toBePristine(); - // add a validator that will make any input invalid - ctrl.$parsers.push(function() {return undefined;}); - expect(ctrl.$modelValue).toBe('aaaa'); - ctrl.$setViewValue('bbbb'); - expect(ctrl.$modelValue).toBeUndefined(); + helper.changeInputValueTo('foo'); + expect(inputElm).toBeDirty(); }); - it('should call parentForm.$setDirty only when pristine', function() { - ctrl.$setViewValue(''); - expect(ctrl.$pristine).toBe(false); - expect(ctrl.$dirty).toBe(true); - expect(parentFormCtrl.$setDirty).toHaveBeenCalledOnce(); + it('should not dirty the model on an input event in response to a blur', function() { + var inputElm = helper.compileInput(''); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm.attr('placeholder')).toBe('Test'); + expect(inputElm).toBePristine(); + + browserTrigger(inputElm, 'focusin'); + browserTrigger(inputElm, 'focus'); + if (msie) { + browserTrigger(inputElm, 'input'); + } + expect(inputElm).toBePristine(); + + browserTrigger(inputElm, 'focusout'); + if (msie) { + browserTrigger(inputElm, 'input'); + } + browserTrigger(inputElm, 'blur'); + expect(inputElm).toBePristine(); - parentFormCtrl.$setDirty.reset(); - ctrl.$setViewValue(''); - expect(ctrl.$pristine).toBe(false); - expect(ctrl.$dirty).toBe(true); - expect(parentFormCtrl.$setDirty).not.toHaveBeenCalled(); + helper.changeInputValueTo('foo'); + expect(inputElm).toBeDirty(); }); - }); - describe('model -> view', function() { + it('should dirty the model on an input event if there is a placeholder and value', function() { + $rootScope.name = 'foo'; + var inputElm = helper.compileInput(''); + expect(inputElm.val()).toBe($rootScope.name); + expect(inputElm).toBePristine(); - it('should set the value to $modelValue', function() { - scope.$apply(function() { - scope.value = 10; - }); - expect(ctrl.$modelValue).toBe(10); + helper.changeInputValueTo('bar'); + expect(inputElm).toBeDirty(); }); - it('should pipeline all registered formatters in reversed order and set result to $viewValue', - function() { - var log = []; + it('should dirty the model on an input event if there is a placeholder and value after focusing', function() { + $rootScope.name = 'foo'; + var inputElm = helper.compileInput(''); + expect(inputElm.val()).toBe($rootScope.name); + expect(inputElm).toBePristine(); - ctrl.$formatters.unshift(function(value) { - log.push(value); - return value + 2; - }); + browserTrigger(inputElm, 'focusin'); + browserTrigger(inputElm, 'focus'); + helper.changeInputValueTo('bar'); + expect(inputElm).toBeDirty(); + }); - ctrl.$formatters.unshift(function(value) { - log.push(value); - return value + ''; - }); - scope.$apply(function() { - scope.value = 3; - }); - expect(log).toEqual([3, 5]); - expect(ctrl.$viewValue).toBe('5'); + it('should dirty the model on an input event if there is a placeholder and value after bluring', function() { + $rootScope.name = 'foo'; + var inputElm = helper.compileInput(''); + expect(inputElm.val()).toBe($rootScope.name); + expect(inputElm).toBePristine(); + + browserTrigger(inputElm, 'focusin'); + browserTrigger(inputElm, 'focus'); + expect(inputElm).toBePristine(); + + browserTrigger(inputElm, 'focusout'); + browserTrigger(inputElm, 'blur'); + helper.changeInputValueTo('bar'); + expect(inputElm).toBeDirty(); }); + }); - it('should $render only if value changed', function() { - spyOn(ctrl, '$render'); + describe('interpolated names', function() { - scope.$apply(function() { - scope.value = 3; - }); - expect(ctrl.$render).toHaveBeenCalledOnce(); - ctrl.$render.reset(); + it('should interpolate input names', function() { + $rootScope.nameID = '47'; + var inputElm = helper.compileInput(''); + expect($rootScope.form.name47.$pristine).toBeTruthy(); + helper.changeInputValueTo('caitp'); + expect($rootScope.form.name47.$dirty).toBeTruthy(); + }); - ctrl.$formatters.push(function() {return 3;}); - scope.$apply(function() { - scope.value = 5; - }); - expect(ctrl.$render).not.toHaveBeenCalled(); + + it('should rename form controls in form when interpolated name changes', function() { + $rootScope.nameID = 'A'; + var inputElm = helper.compileInput(''); + expect($rootScope.form.nameA.$name).toBe('nameA'); + var oldModel = $rootScope.form.nameA; + $rootScope.nameID = 'B'; + $rootScope.$digest(); + expect($rootScope.form.nameA).toBeUndefined(); + expect($rootScope.form.nameB).toBe(oldModel); + expect($rootScope.form.nameB.$name).toBe('nameB'); }); - it('should clear the view even if invalid', function() { - spyOn(ctrl, '$render'); + it('should rename form controls in null form when interpolated name changes', function() { + $rootScope.nameID = 'A'; + var inputElm = helper.compileInput(''); + var model = inputElm.controller('ngModel'); + expect(model.$name).toBe('nameA'); - ctrl.$formatters.push(function() {return undefined;}); - scope.$apply(function() { - scope.value = 5; - }); - expect(ctrl.$render).toHaveBeenCalledOnce(); + $rootScope.nameID = 'B'; + $rootScope.$digest(); + expect(model.$name).toBe('nameB'); }); }); -}); -describe('ngModel', function() { + describe('"change" event', function() { + var assertBrowserSupportsChangeEvent; + + beforeEach(function() { + assertBrowserSupportsChangeEvent = function(inputEventSupported) { + // Force browser to report a lack of an 'input' event + $sniffer.hasEvent = function(eventName) { + return !(eventName === 'input' && !inputEventSupported); + }; + var inputElm = helper.compileInput(''); + + inputElm.val('mark'); + browserTrigger(inputElm, 'change'); + expect($rootScope.name).toEqual('mark'); + }; + }); - it('should set css classes (ng-valid, ng-invalid, ng-pristine, ng-dirty)', - inject(function($compile, $rootScope, $sniffer) { - var element = $compile('')($rootScope); - $rootScope.$digest(); - expect(element).toBeValid(); - expect(element).toBePristine(); - expect(element.hasClass('ng-valid-email')).toBe(true); - expect(element.hasClass('ng-invalid-email')).toBe(false); - - $rootScope.$apply(function() { - $rootScope.value = 'invalid-email'; - }); - expect(element).toBeInvalid(); - expect(element).toBePristine(); - expect(element.hasClass('ng-valid-email')).toBe(false); - expect(element.hasClass('ng-invalid-email')).toBe(true); - - element.val('invalid-again'); - browserTrigger(element, ($sniffer.hasEvent('input')) ? 'input' : 'change'); - expect(element).toBeInvalid(); - expect(element).toBeDirty(); - expect(element.hasClass('ng-valid-email')).toBe(false); - expect(element.hasClass('ng-invalid-email')).toBe(true); - - element.val('vojta@google.com'); - browserTrigger(element, $sniffer.hasEvent('input') ? 'input' : 'change'); - expect(element).toBeValid(); - expect(element).toBeDirty(); - expect(element.hasClass('ng-valid-email')).toBe(true); - expect(element.hasClass('ng-invalid-email')).toBe(false); - - dealoc(element); - })); + it('should update the model event if the browser does not support the "input" event',function() { + assertBrowserSupportsChangeEvent(false); + }); - it('should set invalid classes on init', inject(function($compile, $rootScope) { - var element = $compile('')($rootScope); - $rootScope.$digest(); + it('should update the model event if the browser supports the "input" ' + + 'event so that form auto complete works',function() { + assertBrowserSupportsChangeEvent(true); + }); - expect(element).toBeInvalid(); - expect(element).toHaveClass('ng-invalid-required'); - })); -}); + if (!_jqLiteMode) { + describe('double $digest when triggering an event using jQuery', function() { + var run; -describe('input', function() { - var formElm, inputElm, scope, $compile, changeInputValueTo; - - function compileInput(inputHtml) { - inputElm = jqLite(inputHtml); - formElm = jqLite('
    '); - formElm.append(inputElm); - $compile(formElm)(scope); - } - - beforeEach(inject(function($injector, $sniffer) { - $compile = $injector.get('$compile'); - scope = $injector.get('$rootScope'); - - changeInputValueTo = function(value) { - inputElm.val(value); - browserTrigger(inputElm, $sniffer.hasEvent('input') ? 'input' : 'change'); - }; - })); + beforeEach(function() { + run = function(scope) { - afterEach(function() { - dealoc(formElm); - }); + $sniffer.hasEvent = function(eventName) { return eventName !== 'input'; }; + scope = scope || $rootScope; - it('should bind to a model', function() { - compileInput(''); + var inputElm = helper.compileInput('', false, scope); - scope.$apply(function() { - scope.name = 'misko'; - }); + scope.field = 'fake field'; + scope.$watch('field', function() { + inputElm.trigger('change'); + }); + scope.$apply(); + }; + }); - expect(inputElm.val()).toBe('misko'); + it('should not cause the double $digest with non isolate scopes', function() { + run(); + }); + + it('should not cause the double $digest with isolate scopes', function() { + run($rootScope.$new(true)); + }); + }); + } }); + describe('"keydown", "paste", "cut" and "drop" events', function() { + beforeEach(function() { + // Force browser to report a lack of an 'input' event + $sniffer.hasEvent = function(eventName) { + return eventName !== 'input'; + }; + }); + - it('should not set readonly or disabled property on ie7', function() { - this.addMatchers({ - toBeOff: function(attributeName) { - var actualValue = this.actual.attr(attributeName); - this.message = function() { - return "Attribute '" + attributeName + "' expected to be off but was '" + actualValue + - "' in: " + angular.mock.dump(this.actual); - } + it('should update the model on "paste" event if the input value changes', function() { + var inputElm = helper.compileInput(''); - return !actualValue || actualValue == 'false'; - } + browserTrigger(inputElm, 'keydown'); + $browser.defer.flush(); + expect(inputElm).toBePristine(); + + inputElm.val('mark'); + browserTrigger(inputElm, 'paste'); + $browser.defer.flush(); + expect($rootScope.name).toEqual('mark'); }); - compileInput(''); - expect(inputElm.prop('readOnly')).toBe(false); - expect(inputElm.prop('disabled')).toBe(false); + it('should update the model on "drop" event if the input value changes', function() { + var inputElm = helper.compileInput(''); - expect(inputElm).toBeOff('readOnly'); - expect(inputElm).toBeOff('readonly'); - expect(inputElm).toBeOff('disabled'); - }); + browserTrigger(inputElm, 'keydown'); + $browser.defer.flush(); + expect(inputElm).toBePristine(); + inputElm.val('mark'); + browserTrigger(inputElm, 'drop'); + $browser.defer.flush(); + expect($rootScope.name).toEqual('mark'); + }); - it('should cleanup it self from the parent form', function() { - compileInput(''); + it('should update the model on "cut" event', function() { + var inputElm = helper.compileInput(''); - scope.$apply(); - expect(scope.form.$error.required.length).toBe(1); + inputElm.val('john'); + browserTrigger(inputElm, 'cut'); + $browser.defer.flush(); + expect($rootScope.name).toEqual('john'); + }); - inputElm.remove(); - expect(scope.form.$error.required).toBe(false); - }); + it('should cancel the delayed dirty if a change occurs', function() { + var inputElm = helper.compileInput(''); + var ctrl = inputElm.controller('ngModel'); - it('should update the model on "blur" event', function() { - compileInput(''); + browserTrigger(inputElm, 'keydown', {target: inputElm[0]}); + inputElm.val('f'); + browserTrigger(inputElm, 'change'); + expect(inputElm).toBeDirty(); + + ctrl.$setPristine(); + $rootScope.$apply(); - changeInputValueTo('adam'); - expect(scope.name).toEqual('adam'); + $browser.defer.flush(); + expect(inputElm).toBePristine(); + }); }); - it('should update the model and trim the value', function() { - compileInput(''); + describe('ngTrim', function() { - changeInputValueTo(' a '); - expect(scope.name).toEqual('a'); - }); + it('should update the model and trim the value', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo(' a '); + expect($rootScope.name).toEqual('a'); + }); - it('should update the model and not trim the value', function() { - compileInput(''); + it('should update the model and not trim the value', function() { + var inputElm = helper.compileInput(''); - changeInputValueTo(' a '); - expect(scope.name).toEqual(' a '); + helper.changeInputValueTo(' a '); + expect($rootScope.name).toEqual(' a '); + }); }); it('should allow complex reference binding', function() { - compileInput(''); + var inputElm = helper.compileInput(''); - scope.$apply(function() { - scope.obj = { abc: { name: 'Misko'} }; - }); + $rootScope.$apply('obj = { abc: { name: \'Misko\'} }'); expect(inputElm.val()).toEqual('Misko'); }); it('should ignore input without ngModel directive', function() { - compileInput(''); + var inputElm = helper.compileInput(''); - changeInputValueTo(''); + helper.changeInputValueTo(''); expect(inputElm.hasClass('ng-valid')).toBe(false); expect(inputElm.hasClass('ng-invalid')).toBe(false); expect(inputElm.hasClass('ng-pristine')).toBe(false); @@ -425,288 +554,4223 @@ describe('input', function() { it('should report error on assignment error', function() { expect(function() { - compileInput(''); - scope.$digest(); - }).toThrow("Syntax Error: Token '''' is an unexpected token at column 7 of the expression [throw ''] starting at ['']."); + var inputElm = helper.compileInput(''); + }).toThrowMinErr('$parse', 'syntax', 'Syntax Error: Token \'\'\'\' is an unexpected token at column 7 of the expression [throw \'\'] starting at [\'\'].'); }); - it("should render as blank if null", function() { - compileInput(''); + it('should render as blank if null', function() { + var inputElm = helper.compileInput(''); - scope.$apply(function() { - scope.age = null; - }); + $rootScope.$apply('age = null'); - expect(scope.age).toBeNull(); + expect($rootScope.age).toBeNull(); expect(inputElm.val()).toEqual(''); }); it('should render 0 even if it is a number', function() { - compileInput(''); - scope.$apply(function() { - scope.value = 0; - }); + var inputElm = helper.compileInput(''); + $rootScope.$apply('value = 0'); expect(inputElm.val()).toBe('0'); }); - describe('pattern', function() { + it('should render the $viewValue when $modelValue is empty', function() { + var inputElm = helper.compileInput(''); + + var ctrl = inputElm.controller('ngModel'); + + ctrl.$modelValue = null; + + expect(ctrl.$isEmpty(ctrl.$modelValue)).toBe(true); + + ctrl.$viewValue = 'abc'; + ctrl.$render(); + + expect(inputElm.val()).toBe('abc'); + }); + + + // INPUT TYPES + describe('month', function() { + it('should throw if model is not a Date object', function() { + var inputElm = helper.compileInput(''); + + expect(function() { + $rootScope.$apply(function() { + $rootScope.january = '2013-01'; + }); + }).toThrowMinErr('ngModel', 'datefmt', 'Expected `2013-01` to be a date'); + }); + + + it('should set the view if the model is a valid Date object', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.march = new Date(2013, 2, 1); + }); + + expect(inputElm.val()).toBe('2013-03'); + }); + + + it('should set the model undefined if the input is an invalid month string', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.value = new Date(2013, 0, 1); + }); + + + expect(inputElm.val()).toBe('2013-01'); - it('should validate in-lined pattern', function() { - compileInput(''); - scope.$digest(); + //set to text for browsers with datetime-local validation. + inputElm[0].setAttribute('type', 'text'); - changeInputValueTo('x000-00-0000x'); + helper.changeInputValueTo('stuff'); + expect(inputElm.val()).toBe('stuff'); + expect($rootScope.value).toBeUndefined(); + expect(inputElm).toHaveClass('ng-invalid-month'); expect(inputElm).toBeInvalid(); + }); - changeInputValueTo('000-00-0000'); - expect(inputElm).toBeValid(); - changeInputValueTo('000-00-0000x'); + it('should not set error=month when a later parser returns undefined', function() { + var inputElm = helper.compileInput(''); + var ctrl = inputElm.controller('ngModel'); + + ctrl.$parsers.push(function() { + return undefined; + }); + + inputElm[0].setAttribute('type', 'text'); + + helper.changeInputValueTo('2017-01'); + + expect($rootScope.value).toBeUndefined(); + expect(ctrl.$error.month).toBeFalsy(); + expect(ctrl.$error.parse).toBeTruthy(); + expect(inputElm).not.toHaveClass('ng-invalid-month'); + expect(inputElm).toHaveClass('ng-invalid-parse'); expect(inputElm).toBeInvalid(); - changeInputValueTo('123-45-6789'); - expect(inputElm).toBeValid(); + helper.changeInputValueTo('asdf'); - changeInputValueTo('x'); + expect($rootScope.value).toBeUndefined(); + expect(ctrl.$error.month).toBeTruthy(); + expect(ctrl.$error.parse).toBeFalsy(); + expect(inputElm).toHaveClass('ng-invalid-month'); + expect(inputElm).not.toHaveClass('ng-invalid-parse'); expect(inputElm).toBeInvalid(); }); - it('should validate pattern from scope', function() { - compileInput(''); - scope.regexp = /^\d\d\d-\d\d-\d\d\d\d$/; - scope.$digest(); + it('should render as blank if null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('test = null'); - changeInputValueTo('x000-00-0000x'); - expect(inputElm).toBeInvalid(); + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toEqual(''); + }); + + + it('should come up blank when no value specified', function() { + var inputElm = helper.compileInput(''); + + expect(inputElm.val()).toBe(''); + + $rootScope.$apply('test = null'); + + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toBe(''); + }); + + + it('should parse empty string to null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.test = new Date(2011, 0, 1); + }); - changeInputValueTo('000-00-0000'); + helper.changeInputValueTo(''); + expect($rootScope.test).toBeNull(); expect(inputElm).toBeValid(); + }); + + + it('should use UTC if specified in the options', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2013-07'); + expect(+$rootScope.value).toBe(Date.UTC(2013, 6, 1)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2014, 6, 1)); + }); + expect(inputElm.val()).toBe('2014-07'); + }); + + + it('should be possible to override the timezone', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2013-07'); + expect(+$rootScope.value).toBe(Date.UTC(2013, 6, 1)); + + inputElm.controller('ngModel').$overrideModelOptions({timezone: '-0500'}); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2013, 6, 1)); + }); + expect(inputElm.val()).toBe('2013-06'); + }); + + + they('should use any timezone if specified in the options (format: $prop)', + {'+HHmm': '+0500', '+HH:mm': '+05:00'}, + function(tz) { + var ngModelOptions = '{timezone: \'' + tz + '\'}'; + var inputElm = helper.compileInput( + ''); - changeInputValueTo('000-00-0000x'); + helper.changeInputValueTo('2013-07'); + expect(+$rootScope.value).toBe(Date.UTC(2013, 5, 30, 19, 0, 0)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2014, 5, 30, 19, 0, 0)); + }); + expect(inputElm.val()).toBe('2014-07'); + } + ); + + + it('should label parse errors as `month`', function() { + var inputElm = helper.compileInput('', { + valid: false, + badInput: true + }); + + helper.changeInputValueTo('xxx'); expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.month).toBeTruthy(); + }); - changeInputValueTo('123-45-6789'); - expect(inputElm).toBeValid(); - changeInputValueTo('x'); - expect(inputElm).toBeInvalid(); + // Support: Edge 16 + // Edge does not support years with any number of digits other than 4. + if (!isEdge) { + it('should allow four or more digits in year', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('10123-03'); + expect(+$rootScope.value).toBe(Date.UTC(10123, 2, 1, 0, 0, 0)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(20456, 3, 1, 0, 0, 0)); + }); + expect(inputElm.val()).toBe('20456-04'); + }); + } + + it('should only change the month of a bound date', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2013, 7, 1, 1, 0, 0, 0)); + }); + helper.changeInputValueTo('2013-12'); + expect(+$rootScope.value).toBe(Date.UTC(2013, 11, 1, 1, 0, 0, 0)); + expect(inputElm.val()).toBe('2013-12'); + }); + + it('should only change the month of a bound date in any timezone', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2013, 6, 31, 20, 0, 0)); + }); + helper.changeInputValueTo('2013-09'); + expect(+$rootScope.value).toBe(Date.UTC(2013, 7, 31, 20, 0, 0)); + expect(inputElm.val()).toBe('2013-09'); + }); + + describe('min', function() { + var inputElm; + beforeEach(function() { + $rootScope.minVal = '2013-01'; + inputElm = helper.compileInput(''); + }); + + it('should invalidate', function() { + helper.changeInputValueTo('2012-12'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + }); + + it('should validate', function() { + helper.changeInputValueTo('2013-07'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(2013, 6, 1)); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should revalidate when the min value changes', function() { + helper.changeInputValueTo('2013-07'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + + $rootScope.minVal = '2014-01'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + }); + + it('should validate if min is empty', function() { + $rootScope.minVal = undefined; + $rootScope.value = new Date(-9999, 0, 1, 0, 0, 0); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + }); + }); + + describe('max', function() { + var inputElm; + beforeEach(function() { + $rootScope.maxVal = '2013-01'; + inputElm = helper.compileInput(''); + }); + + it('should validate', function() { + helper.changeInputValueTo('2012-03'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(2012, 2, 1)); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should invalidate', function() { + helper.changeInputValueTo('2013-05'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + }); + + it('should revalidate when the max value changes', function() { + helper.changeInputValueTo('2012-07'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + + $rootScope.maxVal = '2012-01'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + }); + + it('should validate if max is empty', function() { + $rootScope.maxVal = undefined; + $rootScope.value = new Date(9999, 11, 31, 23, 59, 59); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should validate when timezone is provided.', function() { + inputElm = helper.compileInput(''); + $rootScope.maxVal = '2013-01'; + $rootScope.value = new Date(Date.UTC(2013, 0, 1, 0, 0, 0)); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + + $rootScope.value = ''; + helper.changeInputValueTo('2013-01'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + }); + }); + }); + + + describe('week', function() { + it('should throw if model is not a Date object', function() { + var inputElm = helper.compileInput(''); + + expect(function() { + $rootScope.$apply(function() { + $rootScope.secondWeek = '2013-W02'; + }); + }).toThrowMinErr('ngModel', 'datefmt', 'Expected `2013-W02` to be a date'); + }); + + + it('should set the view if the model is a valid Date object', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.secondWeek = new Date(2013, 0, 11); + }); + + expect(inputElm.val()).toBe('2013-W02'); + }); + + + it('should not affect the hours or minutes of a bound date', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.secondWeek = new Date(2013, 0, 11, 1, 0, 0, 0); + }); + + helper.changeInputValueTo('2013-W03'); + + expect(+$rootScope.secondWeek).toBe(+new Date(2013, 0, 17, 1, 0, 0, 0)); + }); + + + it('should set the model undefined if the input is an invalid week string', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.value = new Date(2013, 0, 11); + }); + + + expect(inputElm.val()).toBe('2013-W02'); + + //set to text for browsers with datetime-local validation. + inputElm[0].setAttribute('type', 'text'); + + helper.changeInputValueTo('stuff'); + expect(inputElm.val()).toBe('stuff'); + expect($rootScope.value).toBeUndefined(); + expect(inputElm).toBeInvalid(); + }); + + + it('should render as blank if null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('test = null'); + + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toEqual(''); + }); + + + it('should come up blank when no value specified', function() { + var inputElm = helper.compileInput(''); + + expect(inputElm.val()).toBe(''); + + $rootScope.$apply('test = null'); + + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toBe(''); + }); + + + it('should parse empty string to null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.test = new Date(2011, 0, 1); + }); + + helper.changeInputValueTo(''); + expect($rootScope.test).toBeNull(); + expect(inputElm).toBeValid(); + }); + + // Support: Edge 16 + // Edge does not support years with any number of digits other than 4. + if (!isEdge) { + it('should allow four or more digits in year', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('10123-W03'); + expect(+$rootScope.value).toBe(Date.UTC(10123, 0, 21)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(20456, 0, 28)); + }); + expect(inputElm.val()).toBe('20456-W04'); + }); + } + + it('should use UTC if specified in the options', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2013-W03'); + expect(+$rootScope.value).toBe(Date.UTC(2013, 0, 17)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2014, 0, 17)); + }); + expect(inputElm.val()).toBe('2014-W03'); + }); + + + it('should be possible to override the timezone', function() { + var inputElm = helper.compileInput(''); + + // January 19 2013 is a Saturday + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2013, 0, 19)); + }); + + expect(inputElm.val()).toBe('2013-W03'); + + inputElm.controller('ngModel').$overrideModelOptions({timezone: '+2400'}); + + // To check that the timezone overwrite works, apply an offset of +24 hours. + // Since January 19 is a Saturday, +24 will turn the formatted Date into January 20 - Sunday - + // which is in calendar week 4 instead of 3. + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2013, 0, 19)); + }); + + // Verifying that the displayed week is week 4 confirms that overriding the timezone worked + expect(inputElm.val()).toBe('2013-W04'); + }); + + + they('should use any timezone if specified in the options (format: $prop)', + {'+HHmm': '+0500', '+HH:mm': '+05:00'}, + function(tz) { + var ngModelOptions = '{timezone: \'' + tz + '\'}'; + var inputElm = helper.compileInput( + ''); + + helper.changeInputValueTo('2013-W03'); + expect(+$rootScope.value).toBe(Date.UTC(2013, 0, 16, 19, 0, 0)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2014, 0, 16, 19, 0, 0)); + }); + expect(inputElm.val()).toBe('2014-W03'); + } + ); + + + it('should label parse errors as `week`', function() { + var inputElm = helper.compileInput('', { + valid: false, + badInput: true + }); + + helper.changeInputValueTo('yyy'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.week).toBeTruthy(); + }); + + describe('min', function() { + var inputElm; + beforeEach(function() { + $rootScope.minVal = '2013-W01'; + inputElm = helper.compileInput(''); + }); + + it('should invalidate', function() { + helper.changeInputValueTo('2012-W12'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + }); + + it('should validate', function() { + helper.changeInputValueTo('2013-W03'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(2013, 0, 17)); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should revalidate when the min value changes', function() { + helper.changeInputValueTo('2013-W03'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + + $rootScope.minVal = '2014-W01'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + }); + + it('should validate if min is empty', function() { + $rootScope.minVal = undefined; + $rootScope.value = new Date(-9999, 0, 1, 0, 0, 0); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + }); + }); + + describe('max', function() { + var inputElm; + + beforeEach(function() { + $rootScope.maxVal = '2013-W01'; + inputElm = helper.compileInput(''); + }); + + it('should validate', function() { + helper.changeInputValueTo('2012-W01'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(2012, 0, 5)); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should invalidate', function() { + helper.changeInputValueTo('2013-W03'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + }); + + it('should revalidate when the max value changes', function() { + helper.changeInputValueTo('2012-W03'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + + $rootScope.maxVal = '2012-W01'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + }); + + it('should validate if max is empty', function() { + $rootScope.maxVal = undefined; + $rootScope.value = new Date(9999, 11, 31, 23, 59, 59); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should validate when timezone is provided.', function() { + inputElm = helper.compileInput(''); + // The calendar week comparison date is January 17. Setting the timezone to -2400 + // makes the January 18 date value valid. + $rootScope.maxVal = '2013-W03'; + $rootScope.value = new Date(Date.UTC(2013, 0, 18)); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + + $rootScope.value = ''; + helper.changeInputValueTo('2013-W03'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + }); + }); + }); + + + describe('datetime-local', function() { + it('should throw if model is not a Date object', function() { + var inputElm = helper.compileInput(''); + + expect(function() { + $rootScope.$apply(function() { + $rootScope.lunchtime = '2013-12-16T11:30:00'; + }); + }).toThrowMinErr('ngModel', 'datefmt', 'Expected `2013-12-16T11:30:00` to be a date'); + }); + + + it('should set the view if the model if a valid Date object.', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.halfSecondToNextYear = new Date(2013, 11, 31, 23, 59, 59, 500); + }); + + expect(inputElm.val()).toBe('2013-12-31T23:59:59.500'); + }); + + + it('should set the model undefined if the view is invalid', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.breakMe = new Date(2009, 0, 6, 16, 25, 1, 337); + }); + + expect(inputElm.val()).toBe('2009-01-06T16:25:01.337'); + + //set to text for browsers with datetime-local validation. + inputElm[0].setAttribute('type', 'text'); + + helper.changeInputValueTo('stuff'); + expect(inputElm.val()).toBe('stuff'); + expect($rootScope.breakMe).toBeUndefined(); + expect(inputElm).toBeInvalid(); + }); + + + it('should render as blank if null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('test = null'); + + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toEqual(''); + }); + + + it('should come up blank when no value specified', function() { + var inputElm = helper.compileInput(''); + + expect(inputElm.val()).toBe(''); + + $rootScope.$apply('test = null'); + + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toBe(''); + }); + + + it('should parse empty string to null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.test = new Date(2011, 0, 1); + }); + + helper.changeInputValueTo(''); + expect($rootScope.test).toBeNull(); + expect(inputElm).toBeValid(); + }); + + + it('should use UTC if specified in the options', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2000-01-01T01:02:03.456'); + expect(+$rootScope.value).toBe(Date.UTC(2000, 0, 1, 1, 2, 3, 456)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2001, 0, 1, 1, 2, 3, 456)); + }); + expect(inputElm.val()).toBe('2001-01-01T01:02:03.456'); + }); + + + it('should be possible to override the timezone', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2000-01-01T01:02:03.456'); + expect(+$rootScope.value).toBe(Date.UTC(2000, 0, 1, 1, 2, 3, 456)); + + inputElm.controller('ngModel').$overrideModelOptions({timezone: '+0500'}); + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2001, 0, 1, 1, 2, 3, 456)); + }); + expect(inputElm.val()).toBe('2001-01-01T06:02:03.456'); + + inputElm.controller('ngModel').$overrideModelOptions({timezone: 'UTC'}); + + helper.changeInputValueTo('2000-01-01T01:02:03.456'); + expect(+$rootScope.value).toBe(Date.UTC(2000, 0, 1, 1, 2, 3, 456)); + }); + + + they('should use any timezone if specified in the options (format: $prop)', + {'+HHmm': '+0500', '+HH:mm': '+05:00'}, + function(tz) { + var ngModelOptions = '{timezone: \'' + tz + '\'}'; + var inputElm = helper.compileInput( + ''); + + helper.changeInputValueTo('2000-01-01T06:02:03.456'); + expect(+$rootScope.value).toBe(Date.UTC(2000, 0, 1, 1, 2, 3, 456)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2001, 0, 1, 1, 2, 3, 456)); + }); + expect(inputElm.val()).toBe('2001-01-01T06:02:03.456'); + } + ); + + + it('should fallback to default timezone in case an unknown timezone was passed', function() { + var inputElm = helper.compileInput( + '' + + ''); + + helper.changeGivenInputTo(inputElm.eq(0), '2000-01-01T06:02'); + helper.changeGivenInputTo(inputElm.eq(1), '2000-01-01T06:02'); + expect($rootScope.value1).toEqual($rootScope.value2); + }); + + + it('should allow to specify the milliseconds', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2000-01-01T01:02:03.500'); + expect(+$rootScope.value).toBe(+new Date(2000, 0, 1, 1, 2, 3, 500)); + }); + + + it('should allow to specify single digit milliseconds', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2000-01-01T01:02:03.4'); + expect(+$rootScope.value).toBe(+new Date(2000, 0, 1, 1, 2, 3, 400)); + }); + + + it('should allow to specify the seconds', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2000-01-01T01:02:03.456'); + expect(+$rootScope.value).toBe(+new Date(2000, 0, 1, 1, 2, 3, 456)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(2001, 0, 1, 1, 2, 3, 456); + }); + expect(inputElm.val()).toBe('2001-01-01T01:02:03.456'); + }); + + + it('should allow to skip the seconds', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2000-01-01T01:02'); + expect(+$rootScope.value).toBe(+new Date(2000, 0, 1, 1, 2, 0)); + }); + + + // Support: Edge 16 + // Edge does not support years with any number of digits other than 4. + if (!isEdge) { + it('should allow four or more digits in year', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('10123-01-01T01:02:03.456'); + expect(+$rootScope.value).toBe(+new Date(10123, 0, 1, 1, 2, 3, 456)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(20456, 1, 1, 1, 2, 3, 456); + }); + expect(inputElm.val()).toBe('20456-02-01T01:02:03.456'); + } + ); + } + + + it('should label parse errors as `datetimelocal`', function() { + var inputElm = helper.compileInput('', { + valid: false, + badInput: true + }); + + helper.changeInputValueTo('zzz'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.datetimelocal).toBeTruthy(); + }); + + it('should use the timeSecondsFormat specified in ngModelOptions', function() { + var inputElm = helper.compileInput( + '' + ); + + var ctrl = inputElm.controller('ngModel'); + + $rootScope.$apply(function() { + $rootScope.time = new Date(1970, 0, 1, 15, 41, 0, 500); + }); + expect(inputElm.val()).toBe('1970-01-01T15:41'); + + $rootScope.$apply(function() { + $rootScope.time = new Date(1970, 0, 1, 15, 41, 50, 500); + }); + expect(inputElm.val()).toBe('1970-01-01T15:41'); + + ctrl.$overrideModelOptions({timeSecondsFormat: 'ss'}); + + $rootScope.$apply(function() { + $rootScope.time = new Date(1970, 0, 1, 15, 41, 5, 500); + }); + expect(inputElm.val()).toBe('1970-01-01T15:41:05'); + + ctrl.$overrideModelOptions({timeSecondsFormat: 'ss.sss'}); + + $rootScope.$apply(function() { + $rootScope.time = new Date(1970, 0, 1, 15, 41, 50, 50); + }); + expect(inputElm.val()).toBe('1970-01-01T15:41:50.050'); + }); + + + it('should strip empty milliseconds and seconds if specified in ngModelOptions', function() { + var inputElm = helper.compileInput( + '' + ); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 50, 500); + }); + + expect(inputElm.val()).toBe('1970-01-01T15:41:50.500'); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 0, 500); + }); + + expect(inputElm.val()).toBe('1970-01-01T15:41:00.500'); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 50, 0); + }); + + expect(inputElm.val()).toBe('1970-01-01T15:41:50'); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 0, 0); + }); + + expect(inputElm.val()).toBe('1970-01-01T15:41'); + }); + + + it('should apply timeStripZeroSeconds after timeSecondsFormat', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 50, 500); + }); + + expect(inputElm.val()).toBe('1970-01-01T15:41:50'); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 0, 500); + }); + + expect(inputElm.val()).toBe('1970-01-01T15:41'); + }); + + describe('min', function() { + var inputElm; + beforeEach(function() { + $rootScope.minVal = '2000-01-01T12:30:00'; + inputElm = helper.compileInput(''); + }); + + it('should invalidate', function() { + helper.changeInputValueTo('1999-12-31T01:02:00'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + }); + + it('should validate', function() { + helper.changeInputValueTo('2000-01-01T23:02:00'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(2000, 0, 1, 23, 2, 0)); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should revalidate when the min value changes', function() { + helper.changeInputValueTo('2000-02-01T01:02:00'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + + $rootScope.minVal = '2010-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + }); + + it('should validate if min is empty', function() { + $rootScope.minVal = undefined; + $rootScope.value = new Date(-9999, 0, 1, 0, 0, 0); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + }); + + }); + + describe('max', function() { + var inputElm; + beforeEach(function() { + $rootScope.maxVal = '2019-01-01T01:02:00'; + inputElm = helper.compileInput(''); + }); + + it('should invalidate', function() { + helper.changeInputValueTo('2019-12-31T01:02:00'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + }); + + it('should validate', function() { + helper.changeInputValueTo('2000-01-01T01:02:00'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(2000, 0, 1, 1, 2, 0)); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should revalidate when the max value changes', function() { + helper.changeInputValueTo('2000-02-01T01:02:00'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + + $rootScope.maxVal = '2000-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + }); + + it('should validate if max is empty', function() { + $rootScope.maxVal = undefined; + $rootScope.value = new Date(3000, 11, 31, 23, 59, 59); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should validate when timezone is provided.', function() { + inputElm = helper.compileInput(''); + $rootScope.maxVal = '2013-01-01T00:00:00'; + $rootScope.value = new Date(Date.UTC(2013, 0, 1, 0, 0, 0)); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + + $rootScope.value = ''; + helper.changeInputValueTo('2013-01-01T00:00:00'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + }); + }); + + + it('should validate even if max value changes on-the-fly', function() { + $rootScope.max = '2013-01-01T01:02:00'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2014-01-01T12:34:00'); + expect(inputElm).toBeInvalid(); + + $rootScope.max = '2001-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.max = '2024-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should validate even if min value changes on-the-fly', function() { + $rootScope.min = '2013-01-01T01:02:00'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2010-01-01T12:34:00'); + expect(inputElm).toBeInvalid(); + + $rootScope.min = '2014-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.min = '2009-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should validate even if ng-max value changes on-the-fly', function() { + $rootScope.max = '2013-01-01T01:02:00'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2014-01-01T12:34:00'); + expect(inputElm).toBeInvalid(); + + $rootScope.max = '2001-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.max = '2024-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should validate even if ng-min value changes on-the-fly', function() { + $rootScope.min = '2013-01-01T01:02:00'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2010-01-01T12:34:00'); + expect(inputElm).toBeInvalid(); + + $rootScope.min = '2014-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.min = '2009-01-01T01:02:00'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + // Support: Edge 16 + // Edge does not support years with any number of digits other than 4. + if (!isEdge) { + it('should correctly handle 2-digit years', function() { + helper.compileInput(''); + + helper.changeInputValueTo('0001-01-01T12:34:00'); + expect($rootScope.value.getFullYear()).toBe(1); + + helper.changeInputValueTo('0099-01-01T12:34:00'); + expect($rootScope.value.getFullYear()).toBe(99); + + helper.changeInputValueTo('0100-01-01T12:34:00'); + expect($rootScope.value.getFullYear()).toBe(100); + }); + } + }); + + + describe('time', function() { + it('should throw if model is not a Date object', function() { + var inputElm = helper.compileInput(''); + + expect(function() { + $rootScope.$apply(function() { + $rootScope.lunchtime = '11:30:00'; + }); + }).toThrowMinErr('ngModel', 'datefmt', 'Expected `11:30:00` to be a date'); + }); + + + it('should set the view if the model is a valid Date object.', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 0, 500); + }); + + expect(inputElm.val()).toBe('15:41:00.500'); + }); + + + it('should set the model to undefined if the view is invalid', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.breakMe = new Date(1970, 0, 1, 16, 25, 0); + }); + + expect(inputElm.val()).toBe('16:25:00.000'); + + //set to text for browsers with time validation. + inputElm[0].setAttribute('type', 'text'); + + helper.changeInputValueTo('stuff'); + expect(inputElm.val()).toBe('stuff'); + expect($rootScope.breakMe).toBeUndefined(); + expect(inputElm).toBeInvalid(); + }); + + + it('should set blank if null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('test = null'); + + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toEqual(''); + }); + + + it('should set blank when no value specified', function() { + var inputElm = helper.compileInput(''); + + expect(inputElm.val()).toBe(''); + + $rootScope.$apply('test = null'); + + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toBe(''); + }); + + it('should use the timeSecondsFormat specified in ngModelOptions', function() { + var inputElm = helper.compileInput( + '' + ); + + var ctrl = inputElm.controller('ngModel'); + + $rootScope.$apply(function() { + $rootScope.time = new Date(1970, 0, 1, 15, 41, 0, 500); + }); + expect(inputElm.val()).toBe('15:41'); + + $rootScope.$apply(function() { + $rootScope.time = new Date(1970, 0, 1, 15, 41, 50, 500); + }); + expect(inputElm.val()).toBe('15:41'); + + ctrl.$overrideModelOptions({timeSecondsFormat: 'ss'}); + + $rootScope.$apply(function() { + $rootScope.time = new Date(1970, 0, 1, 15, 41, 5, 500); + }); + expect(inputElm.val()).toBe('15:41:05'); + + ctrl.$overrideModelOptions({timeSecondsFormat: 'ss.sss'}); + + $rootScope.$apply(function() { + $rootScope.time = new Date(1970, 0, 1, 15, 41, 50, 50); + }); + expect(inputElm.val()).toBe('15:41:50.050'); + }); + + + it('should strip empty milliseconds and seconds if specified in ngModelOptions', function() { + var inputElm = helper.compileInput( + '' + ); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 50, 500); + }); + + expect(inputElm.val()).toBe('15:41:50.500'); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 0, 500); + }); + + expect(inputElm.val()).toBe('15:41:00.500'); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 50, 0); + }); + + expect(inputElm.val()).toBe('15:41:50'); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 0, 0); + }); + + expect(inputElm.val()).toBe('15:41'); + }); + + + it('should apply timeStripZeroSeconds after timeSecondsFormat', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 50, 500); + }); + + expect(inputElm.val()).toBe('15:41:50'); + + $rootScope.$apply(function() { + $rootScope.threeFortyOnePm = new Date(1970, 0, 1, 15, 41, 0, 500); + }); + + expect(inputElm.val()).toBe('15:41'); + }); + + + it('should parse empty string to null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.test = new Date(2011, 0, 1); + }); + + helper.changeInputValueTo(''); + expect($rootScope.test).toBeNull(); + expect(inputElm).toBeValid(); + }); + + + it('should use UTC if specified in the options', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('23:02:00'); + expect(+$rootScope.value).toBe(Date.UTC(1970, 0, 1, 23, 2, 0)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(1971, 0, 1, 23, 2, 0)); + }); + expect(inputElm.val()).toBe('23:02:00.000'); + }); + + + it('should be possible to override the timezone', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('23:02:00'); + expect(+$rootScope.value).toBe(Date.UTC(1970, 0, 1, 23, 2, 0)); + + inputElm.controller('ngModel').$overrideModelOptions({timezone: '-0500'}); + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(1971, 0, 1, 23, 2, 0)); + }); + expect(inputElm.val()).toBe('18:02:00.000'); + + inputElm.controller('ngModel').$overrideModelOptions({timezone: 'UTC'}); + helper.changeInputValueTo('23:02:00'); + // The year is still set from the previous date + expect(+$rootScope.value).toBe(Date.UTC(1971, 0, 1, 23, 2, 0)); + }); + + + they('should use any timezone if specified in the options (format: $prop)', + {'+HHmm': '+0500', '+HH:mm': '+05:00'}, + function(tz) { + var ngModelOptions = '{timezone: \'' + tz + '\'}'; + var inputElm = helper.compileInput( + ''); + + helper.changeInputValueTo('23:02:00'); + expect(+$rootScope.value).toBe(Date.UTC(1970, 0, 1, 18, 2, 0)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(1971, 0, 1, 18, 2, 0)); + }); + expect(inputElm.val()).toBe('23:02:00.000'); + } + ); + + + it('should allow to specify the milliseconds', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('01:02:03.500'); + expect(+$rootScope.value).toBe(+new Date(1970, 0, 1, 1, 2, 3, 500)); + }); + + + it('should allow to specify single digit milliseconds', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('01:02:03.4'); + expect(+$rootScope.value).toBe(+new Date(1970, 0, 1, 1, 2, 3, 400)); + }); + + + it('should allow to specify the seconds', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('01:02:03'); + expect(+$rootScope.value).toBe(+new Date(1970, 0, 1, 1, 2, 3)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(1970, 0, 1, 1, 2, 3); + }); + expect(inputElm.val()).toBe('01:02:03.000'); + }); + + + it('should allow to skip the seconds', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('01:02'); + expect(+$rootScope.value).toBe(+new Date(1970, 0, 1, 1, 2, 0)); + }); + + + it('should label parse errors as `time`', function() { + var inputElm = helper.compileInput('', { + valid: false, + badInput: true + }); + + helper.changeInputValueTo('mmm'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.time).toBeTruthy(); + }); + + + it('should only change hours and minute of a bound date', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.value = new Date(2013, 2, 3, 1, 0, 0); + }); + + helper.changeInputValueTo('01:02'); + expect(+$rootScope.value).toBe(+new Date(2013, 2, 3, 1, 2, 0)); + }); + + describe('min', function() { + var inputElm; + beforeEach(function() { + $rootScope.minVal = '09:30:00'; + inputElm = helper.compileInput(''); + }); + + it('should invalidate', function() { + helper.changeInputValueTo('01:02:00'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + }); + + it('should validate', function() { + helper.changeInputValueTo('23:02:00'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(1970, 0, 1, 23, 2, 0)); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should revalidate when the min value changes', function() { + helper.changeInputValueTo('23:02:00'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + + $rootScope.minVal = '23:55:00'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + }); + + it('should validate if min is empty', function() { + $rootScope.minVal = undefined; + $rootScope.value = new Date(-9999, 0, 1, 0, 0, 0); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + }); + }); + + describe('max', function() { + var inputElm; + beforeEach(function() { + $rootScope.maxVal = '22:30:00'; + inputElm = helper.compileInput(''); + }); + + it('should invalidate', function() { + helper.changeInputValueTo('23:00:00'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + }); + + it('should validate', function() { + helper.changeInputValueTo('05:30:00'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(1970, 0, 1, 5, 30, 0)); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should validate if max is empty', function() { + $rootScope.maxVal = undefined; + $rootScope.value = new Date(9999, 11, 31, 23, 59, 59); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should validate when timezone is provided.', function() { + inputElm = helper.compileInput(''); + $rootScope.maxVal = '22:30:00'; + $rootScope.value = new Date(Date.UTC(1970, 0, 1, 22, 30, 0)); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + + $rootScope.value = ''; + helper.changeInputValueTo('22:30:00'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + }); + }); + + + it('should validate even if max value changes on-the-fly', function() { + $rootScope.max = '04:02:00'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('05:34:00'); + expect(inputElm).toBeInvalid(); + + $rootScope.max = '06:34:00'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should validate even if min value changes on-the-fly', function() { + $rootScope.min = '08:45:00'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('06:15:00'); + expect(inputElm).toBeInvalid(); + + $rootScope.min = '05:50:00'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should validate even if ng-max value changes on-the-fly', function() { + $rootScope.max = '04:02:00'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('05:34:00'); + expect(inputElm).toBeInvalid(); + + $rootScope.max = '06:34:00'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should validate even if ng-min value changes on-the-fly', function() { + $rootScope.min = '08:45:00'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('06:15:00'); + expect(inputElm).toBeInvalid(); + + $rootScope.min = '05:50:00'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + }); + + + describe('date', function() { + it('should throw if model is not a Date object.', function() { + var inputElm = helper.compileInput(''); + + expect(function() { + $rootScope.$apply(function() { + $rootScope.birthday = '1977-10-22'; + }); + }).toThrowMinErr('ngModel', 'datefmt', 'Expected `1977-10-22` to be a date'); + }); + + + it('should set the view to empty when the model is an InvalidDate', function() { + var inputElm = helper.compileInput(''); + // reset the element type to text otherwise newer browsers + // would always set the input.value to empty for invalid dates... + inputElm.attr('type', 'text'); + + $rootScope.$apply(function() { + $rootScope.val = new Date('a'); + }); + + expect(inputElm.val()).toBe(''); + }); + + + it('should set the view if the model if a valid Date object.', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.christmas = new Date(2013, 11, 25); + }); + + expect(inputElm.val()).toBe('2013-12-25'); + }); + + + it('should set the model undefined if the view is invalid', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.arrMatey = new Date(2014, 8, 14); + }); + + expect(inputElm.val()).toBe('2014-09-14'); + + //set to text for browsers with date validation. + inputElm[0].setAttribute('type', 'text'); + + helper.changeInputValueTo('1-2-3'); + expect(inputElm.val()).toBe('1-2-3'); + expect($rootScope.arrMatey).toBeUndefined(); + expect(inputElm).toBeInvalid(); + }); + + + it('should render as blank if null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('test = null'); + + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toEqual(''); + }); + + + it('should come up blank when no value specified', function() { + var inputElm = helper.compileInput(''); + + expect(inputElm.val()).toBe(''); + + $rootScope.$apply('test = null'); + + expect($rootScope.test).toBeNull(); + expect(inputElm.val()).toBe(''); + }); + + + it('should parse empty string to null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.test = new Date(2011, 0, 1); + }); + + helper.changeInputValueTo(''); + expect($rootScope.test).toBeNull(); + expect(inputElm).toBeValid(); + }); + + + it('should use UTC if specified in the options', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2000-01-01'); + expect(+$rootScope.value).toBe(Date.UTC(2000, 0, 1)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2001, 0, 1)); + }); + expect(inputElm.val()).toBe('2001-01-01'); + }); + + + it('should be possible to override the timezone', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2000-01-01'); + expect(+$rootScope.value).toBe(Date.UTC(2000, 0, 1)); + + inputElm.controller('ngModel').$overrideModelOptions({timezone: '-0500'}); + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2001, 0, 1)); + }); + expect(inputElm.val()).toBe('2000-12-31'); + + inputElm.controller('ngModel').$overrideModelOptions({timezone: 'UTC'}); + helper.changeInputValueTo('2000-01-01'); + expect(+$rootScope.value).toBe(Date.UTC(2000, 0, 1, 0)); + }); + + + they('should use any timezone if specified in the options (format: $prop)', + {'+HHmm': '+0500', '+HH:mm': '+05:00'}, + function(tz) { + var ngModelOptions = '{timezone: \'' + tz + '\'}'; + var inputElm = helper.compileInput( + ''); + + helper.changeInputValueTo('2000-01-01'); + expect(+$rootScope.value).toBe(Date.UTC(1999, 11, 31, 19, 0, 0)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2000, 11, 31, 19, 0, 0)); + }); + expect(inputElm.val()).toBe('2001-01-01'); + } + ); + + if (!isEdge) { + it('should allow four or more digits in year', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('10123-01-01'); + expect(+$rootScope.value).toBe(Date.UTC(10123, 0, 1, 0, 0, 0)); + + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(20456, 1, 1, 0, 0, 0)); + }); + expect(inputElm.val()).toBe('20456-02-01'); + } + ); + } + + it('should label parse errors as `date`', function() { + var inputElm = helper.compileInput('', { + valid: false, + badInput: true + }); + + helper.changeInputValueTo('nnn'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.date).toBeTruthy(); + }); + + + it('should work with multiple date types bound to the same model', function() { + var formElm = jqLite('
    '); + + var timeElm = jqLite(''), + monthElm = jqLite(''), + weekElm = jqLite(''); + + formElm.append(timeElm); + formElm.append(monthElm); + formElm.append(weekElm); + + $compile(formElm)($rootScope); + + $rootScope.$apply(function() { + $rootScope.val = new Date(2013, 1, 2, 3, 4, 5, 6); + }); + + expect(timeElm.val()).toBe('03:04:05.006'); + expect(monthElm.val()).toBe('2013-02'); + expect(weekElm.val()).toBe('2013-W05'); + + helper.changeGivenInputTo(monthElm, '2012-02'); + expect(monthElm.val()).toBe('2012-02'); + expect(timeElm.val()).toBe('03:04:05.006'); + expect(weekElm.val()).toBe('2012-W05'); + + helper.changeGivenInputTo(timeElm, '04:05:06'); + expect(monthElm.val()).toBe('2012-02'); + expect(timeElm.val()).toBe('04:05:06'); + expect(weekElm.val()).toBe('2012-W05'); + + helper.changeGivenInputTo(weekElm, '2014-W01'); + expect(monthElm.val()).toBe('2014-01'); + expect(timeElm.val()).toBe('04:05:06.000'); + expect(weekElm.val()).toBe('2014-W01'); + + expect(+$rootScope.val).toBe(+new Date(2014, 0, 2, 4, 5, 6, 0)); + + dealoc(formElm); + }); + + it('should not reuse the hours part of a previous date object after changing the timezone', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2000-01-01'); + // The Date parser sets the hours part of the Date to 0 (00:00) (UTC) + expect(+$rootScope.value).toBe(Date.UTC(2000, 0, 1, 0)); + + // Change the timezone offset so that the display date is a day earlier + // This does not change the model, but our implementation + // internally caches a Date object with this offset + // and re-uses it if part of the Date changes. + // See https://github.com/angular/angular.js/commit/1a1ef62903c8fdf4ceb81277d966a8eff67f0a96 + inputElm.controller('ngModel').$overrideModelOptions({timezone: '-0500'}); + $rootScope.$apply(function() { + $rootScope.value = new Date(Date.UTC(2000, 0, 1, 0)); + }); + expect(inputElm.val()).toBe('1999-12-31'); + + // At this point, the cached Date has its hours set to to 19 (00:00 - 05:00 = 19:00) + inputElm.controller('ngModel').$overrideModelOptions({timezone: 'UTC'}); + + // When changing the timezone back to UTC, the hours part of the Date should be set to + // the default 0 (UTC) and not use the modified value of the cached Date object. + helper.changeInputValueTo('2000-01-01'); + expect(+$rootScope.value).toBe(Date.UTC(2000, 0, 1, 0)); + }); + + + describe('min', function() { + + it('should invalidate', function() { + var inputElm = helper.compileInput(''); + helper.changeInputValueTo('1999-12-31'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + }); + + it('should validate', function() { + var inputElm = helper.compileInput(''); + helper.changeInputValueTo('2000-01-01'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(2000, 0, 1)); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should parse ISO-based date strings as a valid min date value', function() { + var inputElm = helper.compileInput(''); + + $rootScope.value = new Date(2010, 1, 1, 0, 0, 0); + $rootScope.min = new Date(2014, 10, 10, 0, 0, 0).toISOString(); + $rootScope.$digest(); + + expect($rootScope.form.myControl.$error.min).toBeTruthy(); + }); + + it('should parse interpolated Date objects as a valid min date value', function() { + var inputElm = helper.compileInput(''); + + $rootScope.value = new Date(2010, 1, 1, 0, 0, 0); + $rootScope.min = new Date(2014, 10, 10, 0, 0, 0); + $rootScope.$digest(); + + expect($rootScope.form.myControl.$error.min).toBeTruthy(); + }); + + it('should validate if min is empty', function() { + var inputElm = helper.compileInput( + ''); + + $rootScope.value = new Date(-9999, 0, 1, 0, 0, 0); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.minVal = '2000-01-01'; + $rootScope.value = new Date(2010, 1, 1, 0, 0, 0); + + var inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + }); + + }); + + describe('max', function() { + + it('should invalidate', function() { + var inputElm = helper.compileInput(''); + helper.changeInputValueTo('2019-12-31'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + }); + + it('should validate', function() { + var inputElm = helper.compileInput(''); + helper.changeInputValueTo('2000-01-01'); + expect(inputElm).toBeValid(); + expect(+$rootScope.value).toBe(+new Date(2000, 0, 1)); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should parse ISO-based date strings as a valid max date value', function() { + var inputElm = helper.compileInput(''); + + $rootScope.value = new Date(2020, 1, 1, 0, 0, 0); + $rootScope.max = new Date(2014, 10, 10, 0, 0, 0).toISOString(); + $rootScope.$digest(); + + expect($rootScope.form.myControl.$error.max).toBeTruthy(); + }); + + it('should parse interpolated Date objects as a valid max date value', function() { + var inputElm = helper.compileInput(''); + + $rootScope.value = new Date(2020, 1, 1, 0, 0, 0); + $rootScope.max = new Date(2014, 10, 10, 0, 0, 0); + $rootScope.$digest(); + + expect($rootScope.form.myControl.$error.max).toBeTruthy(); + }); + + it('should validate if max is empty', function() { + var inputElm = helper.compileInput( + ''); + + $rootScope.value = new Date(9999, 11, 31, 23, 59, 59); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + it('should validate when timezone is provided.', function() { + var inputElm = helper.compileInput(''); + + $rootScope.maxVal = '2013-12-01'; + $rootScope.value = new Date(Date.UTC(2013, 11, 1, 0, 0, 0)); + $rootScope.$digest(); + + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + + $rootScope.value = ''; + helper.changeInputValueTo('2013-12-01'); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + expect($rootScope.form.alias.$valid).toBeTruthy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.maxVal = '2000-01-01'; + $rootScope.value = new Date(2020, 1, 1, 0, 0, 0); + + var inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + + inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + }); + }); + + + it('should validate even if max value changes on-the-fly', function() { + $rootScope.max = '2013-01-01'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2014-01-01'); + expect(inputElm).toBeInvalid(); + + $rootScope.max = '2001-01-01'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.max = '2021-01-01'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should validate even if min value changes on-the-fly', function() { + $rootScope.min = '2013-01-01'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2010-01-01'); + expect(inputElm).toBeInvalid(); + + $rootScope.min = '2014-01-01'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.min = '2009-01-01'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should validate even if ng-max value changes on-the-fly', function() { + $rootScope.max = '2013-01-01'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2014-01-01'); + expect(inputElm).toBeInvalid(); + + $rootScope.max = '2001-01-01'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.max = '2021-01-01'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should validate even if ng-min value changes on-the-fly', function() { + $rootScope.min = '2013-01-01'; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2010-01-01'); + expect(inputElm).toBeInvalid(); + + $rootScope.min = '2014-01-01'; + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.min = '2009-01-01'; + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should allow Date objects as valid ng-max values', function() { + $rootScope.max = new Date(2012, 1, 1, 1, 2, 0); + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2014-01-01'); + expect(inputElm).toBeInvalid(); + + $rootScope.max = new Date(2013, 1, 1, 1, 2, 0); + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.max = new Date(2014, 1, 1, 1, 2, 0); + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + + it('should allow Date objects as valid ng-min values', function() { + $rootScope.min = new Date(2013, 1, 1, 1, 2, 0); + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('2010-01-01'); + expect(inputElm).toBeInvalid(); + + $rootScope.min = new Date(2014, 1, 1, 1, 2, 0); + $rootScope.$digest(); + + expect(inputElm).toBeInvalid(); + + $rootScope.min = new Date(2009, 1, 1, 1, 2, 0); + $rootScope.$digest(); + + expect(inputElm).toBeValid(); + }); + + // Support: Edge 16 + // Edge does not support years with any number of digits other than 4. + if (!isEdge) { + it('should correctly handle 2-digit years', function() { + helper.compileInput(''); + + helper.changeInputValueTo('0001-01-01'); + expect($rootScope.value.getFullYear()).toBe(1); + + helper.changeInputValueTo('0099-01-01'); + expect($rootScope.value.getFullYear()).toBe(99); + + helper.changeInputValueTo('0100-01-01'); + expect($rootScope.value.getFullYear()).toBe(100); + }); + } + + + describe('ISO_DATE_REGEXP', function() { + var dates = [ + // Validate date + ['00:00:00.0000+01:01', false], // date must be specified + ['2010.06.15T00:00:00.0000+01:01', false], // date must use dash separator + ['x2010-06-15T00:00:00.0000+01:01', false], // invalid leading characters + + // Validate year + ['2010-06-15T00:00:00.0000+01:01', true], // year has four or more digits + ['20100-06-15T00:00:00.0000+01:01', true], // year has four or more digits + ['-06-15T00:00:00.0000+01:01', false], // year has too few digits + ['2-06-15T00:00:00.0000+01:01', false], // year has too few digits + ['20-06-15T00:00:00.0000+01:01', false], // year has too few digits + ['201-06-15T00:00:00.0000+01:01', false], // year has too few digits + + // Validate month + ['2010-01-15T00:00:00.0000+01:01', true], // month has two digits + ['2010--15T00:00:00.0000+01:01', false], // month has too few digits + ['2010-0-15T00:00:00.0000+01:01', false], // month has too few digits + ['2010-1-15T00:00:00.0000+01:01', false], // month has too few digits + ['2010-111-15T00:00:00.0000+01:01', false], // month has too many digits + ['2010-22-15T00:00:00.0000+01:01', false], // month is too large + + // Validate day + ['2010-01-01T00:00:00.0000+01:01', true], // day has two digits + ['2010-01-T00:00:00.0000+01:01', false], // day has too few digits + ['2010-01-1T00:00:00.0000+01:01', false], // day has too few digits + ['2010-01-200T00:00:00.0000+01:01', false], // day has too many digits + ['2010-01-41T00:00:00.0000+01:01', false], // day is too large + + // Validate time + ['2010-01-01', false], // time must be specified + ['2010-01-0101:00:00.0000+01:01', false], // missing date time separator + ['2010-01-01V01:00:00.0000+01:01', false], // invalid date time separator + ['2010-01-01T01-00-00.0000+01:01', false], // time must use colon separator + + // Validate hour + ['2010-01-01T01:00:00.0000+01:01', true], // hour has two digits + ['2010-01-01T-01:00:00.0000+01:01', false], // hour must be positive + ['2010-01-01T:00:00.0000+01:01', false], // hour has too few digits + ['2010-01-01T1:00:00.0000+01:01', false], // hour has too few digits + ['2010-01-01T220:00:00.0000+01:01', false], // hour has too many digits + ['2010-01-01T32:00:00.0000+01:01', false], // hour is too large + + // Validate minutes + ['2010-01-01T01:00:00.0000+01:01', true], // minute has two digits + ['2010-01-01T01:-00:00.0000+01:01', false], // minute must be positive + ['2010-01-01T01::00.0000+01:01', false], // minute has too few digits + ['2010-01-01T01:0:00.0000+01:01', false], // minute has too few digits + ['2010-01-01T01:100:00.0000+01:01', false], // minute has too many digits + ['2010-01-01T01:60:00.0000+01:01', false], // minute is too large + + // Validate seconds + ['2010-01-01T01:00:00.0000+01:01', true], // second has two digits + ['2010-01-01T01:00:-00.0000+01:01', false], // second must be positive + ['2010-01-01T01:00:.0000+01:01', false], // second has too few digits + ['2010-01-01T01:00:0.0000+01:01', false], // second has too few digits + ['2010-01-01T01:00:100.0000+01:01', false], // second has too many digits + ['2010-01-01T01:00:60.0000+01:01', false], // second is too large + + // Validate milliseconds + ['2010-01-01T01:00:00+01:01', false], // millisecond must be specified + ['2010-01-01T01:00:00.-0000+01:01', false], // millisecond must be positive + ['2010-01-01T01:00:00:0000+01:01', false], // millisecond must use period separator + ['2010-01-01T01:00:00.+01:01', false], // millisecond has too few digits + + // Validate timezone + ['2010-06-15T00:00:00.0000', false], // timezone must be specified + + // Validate timezone offset + ['2010-06-15T00:00:00.0000+01:01', true], // timezone offset can be positive hours and minutes + ['2010-06-15T00:00:00.0000-01:01', true], // timezone offset can be negative hours and minutes + ['2010-06-15T00:00:00.0000~01:01', false], // timezone has postive/negative indicator + ['2010-06-15T00:00:00.000001:01', false], // timezone has postive/negative indicator + ['2010-06-15T00:00:00.0000+00:01Z', false], // timezone invalid trailing characters + ['2010-06-15T00:00:00.0000+00:01 ', false], // timezone invalid trailing characters + + // Validate timezone hour offset + ['2010-06-15T00:00:00.0000+:01', false], // timezone hour offset has too few digits + ['2010-06-15T00:00:00.0000+0:01', false], // timezone hour offset has too few digits + ['2010-06-15T00:00:00.0000+211:01', false], // timezone hour offset too many digits + ['2010-06-15T00:00:00.0000+31:01', false], // timezone hour offset value too large + + // Validate timezone minute offset + ['2010-06-15T00:00:00.0000+00:-01', false], // timezone minute offset must be positive + ['2010-06-15T00:00:00.0000+00.01', false], // timezone minute offset must use colon separator + ['2010-06-15T00:00:00.0000+0101', false], // timezone minute offset must use colon separator + ['2010-06-15T00:00:00.0000+010', false], // timezone minute offset must use colon separator + ['2010-06-15T00:00:00.0000+00', false], // timezone minute offset has too few digits + ['2010-06-15T00:00:00.0000+00:', false], // timezone minute offset has too few digits + ['2010-06-15T00:00:00.0000+00:0', false], // timezone minute offset has too few digits + ['2010-06-15T00:00:00.0000+00:211', false], // timezone minute offset has too many digits + ['2010-06-15T00:00:00.0000+01010', false], // timezone minute offset has too many digits + ['2010-06-15T00:00:00.0000+00:61', false], // timezone minute offset is too large + + // Validate timezone UTC + ['2010-06-15T00:00:00.0000Z', true], // UTC timezone can be indicated with Z + ['2010-06-15T00:00:00.0000K', false], // UTC timezone indicator is invalid + ['2010-06-15T00:00:00.0000 Z', false], // UTC timezone indicator has extra space + ['2010-06-15T00:00:00.0000ZZ', false], // UTC timezone indicator invalid trailing characters + ['2010-06-15T00:00:00.0000Z ', false] // UTC timezone indicator invalid trailing characters + ]; + + they('should validate date: $prop', dates, function(item) { + var date = item[0]; + var valid = item[1]; + + /* global ISO_DATE_REGEXP: false */ + expect(ISO_DATE_REGEXP.test(date)).toBe(valid); + }); + }); + }); + + ['month', 'week', 'time', 'date', 'datetime-local'].forEach(function(inputType) { + if (jqLite('').prop('type') !== inputType) { + return; + } + + describe(inputType, function() { + they('should re-validate and dirty when partially editing the input value ($prop event)', + ['keydown', 'wheel', 'mousedown'], + function(validationEvent) { + var mockValidity = {valid: true, badInput: false}; + var inputElm = helper.compileInput('', mockValidity); + + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$pristine).toBeTruthy(); + + inputElm.triggerHandler({type: validationEvent}); + mockValidity.valid = false; + mockValidity.badInput = true; + $browser.defer.flush(); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$pristine).toBeFalsy(); + } + ); + + they('should do nothing when $prop event fired but validity does not change', + ['keydown', 'wheel', 'mousedown'], + function(validationEvent) { + var mockValidity = {valid: true, badInput: false}; + var inputElm = helper.compileInput('', mockValidity); + + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$pristine).toBeTruthy(); + + inputElm.triggerHandler({type: validationEvent}); + $browser.defer.flush(); + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$pristine).toBeTruthy(); + } + ); + + they('should re-validate dirty when already $invalid and partially editing the input value ($prop event)', + ['keydown', 'wheel', 'mousedown'], + function(validationEvent) { + var mockValidity = {valid: false, valueMissing: true, badInput: false}; + var inputElm = helper.compileInput('', mockValidity); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$pristine).toBeTruthy(); + + inputElm.triggerHandler({type: validationEvent}); + mockValidity.valid = false; + mockValidity.valueMissing = true; + mockValidity.badInput = true; + $browser.defer.flush(); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$pristine).toBeFalsy(); + } + ); + + they('should do nothing when already $invalid and $prop event fired but validity does not change', + ['keydown', 'wheel', 'mousedown'], + function(validationEvent) { + var mockValidity = {valid: false, valueMissing: true, badInput: false}; + var inputElm = helper.compileInput('', mockValidity); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$pristine).toBeTruthy(); + + inputElm.triggerHandler({type: validationEvent}); + $browser.defer.flush(); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$pristine).toBeTruthy(); + } + ); + }); + }); + + + describe('number', function() { + + // Helpers for min / max tests + var subtract = function(value) { + return value - 5; + }; + + var add = function(value) { + return value + 5; + }; + + it('should reset the model if view is invalid', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('age = 123'); + expect(inputElm.val()).toBe('123'); + + // to allow non-number values, we have to change type so that + // the browser which have number validation will not interfere with + // this test. + inputElm[0].setAttribute('type', 'text'); + + helper.changeInputValueTo('123X'); + expect(inputElm.val()).toBe('123X'); + expect($rootScope.age).toBeUndefined(); + expect(inputElm).toBeInvalid(); + }); + + + it('should render as blank if null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('age = null'); + + expect($rootScope.age).toBeNull(); + expect(inputElm.val()).toEqual(''); + }); + + + it('should come up blank when no value specified', function() { + var inputElm = helper.compileInput(''); + + expect(inputElm.val()).toBe(''); + + $rootScope.$apply('age = null'); + + expect($rootScope.age).toBeNull(); + expect(inputElm.val()).toBe(''); + }); + + + it('should parse empty string to null', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('age = 10'); + + helper.changeInputValueTo(''); + expect($rootScope.age).toBeNull(); + expect(inputElm).toBeValid(); + }); + + + it('should only invalidate the model if suffering from bad input when the data is parsed', function() { + var inputElm = helper.compileInput('', { + valid: false, + badInput: true + }); + + expect($rootScope.age).toBeUndefined(); + expect(inputElm).toBeValid(); + + helper.changeInputValueTo('this-will-fail-because-of-the-badInput-flag'); + + expect($rootScope.age).toBeUndefined(); + expect(inputElm).toBeInvalid(); + }); + + + it('should validate number if transition from bad input to empty string', function() { + var validity = { + valid: false, + badInput: true + }; + var inputElm = helper.compileInput('', validity); + helper.changeInputValueTo('10a'); + validity.badInput = false; + validity.valid = true; + helper.changeInputValueTo(''); + expect($rootScope.age).toBeNull(); + expect(inputElm).toBeValid(); + }); + + + it('should validate with undefined viewValue when $validate() called', function() { + var inputElm = helper.compileInput(''); + + $rootScope.form.alias.$validate(); + + expect(inputElm).toBeValid(); + expect($rootScope.form.alias.$error.number).toBeUndefined(); + }); + + + it('should throw if the model value is not a number', function() { + expect(function() { + $rootScope.value = 'one'; + var inputElm = helper.compileInput(''); + }).toThrowMinErr('ngModel', 'numfmt', 'Expected `one` to be a number'); + }); + + + it('should parse exponential notation', function() { + var inputElm = helper.compileInput(''); + + // #.###e+## + $rootScope.form.alias.$setViewValue('1.23214124123412412e+26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(1.23214124123412412e+26); + + // #.###e## + $rootScope.form.alias.$setViewValue('1.23214124123412412e26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(1.23214124123412412e26); + + // #.###e-## + $rootScope.form.alias.$setViewValue('1.23214124123412412e-26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(1.23214124123412412e-26); + + // ####e+## + $rootScope.form.alias.$setViewValue('123214124123412412e+26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(123214124123412412e26); + + // ####e## + $rootScope.form.alias.$setViewValue('123214124123412412e26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(123214124123412412e26); + + // ####e-## + $rootScope.form.alias.$setViewValue('123214124123412412e-26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(123214124123412412e-26); + + // #.###E+## + $rootScope.form.alias.$setViewValue('1.23214124123412412E+26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(1.23214124123412412e+26); + + // #.###E## + $rootScope.form.alias.$setViewValue('1.23214124123412412E26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(1.23214124123412412e26); + + // #.###E-## + $rootScope.form.alias.$setViewValue('1.23214124123412412E-26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(1.23214124123412412e-26); + + // ####E+## + $rootScope.form.alias.$setViewValue('123214124123412412E+26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(123214124123412412e26); + + // ####E## + $rootScope.form.alias.$setViewValue('123214124123412412E26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(123214124123412412e26); + + // ####E-## + $rootScope.form.alias.$setViewValue('123214124123412412E-26'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(123214124123412412e-26); + }); + + it('should not set $error number if any other parser fails', function() { + var inputElm = helper.compileInput(''); + var ctrl = inputElm.controller('ngModel'); + + var previousParserFail = false; + var laterParserFail = false; + + ctrl.$parsers.unshift(function(value) { + return previousParserFail ? undefined : value; + }); + + ctrl.$parsers.push(function(value) { + return laterParserFail ? undefined : value; + }); + + // to allow non-number values, we have to change type so that + // the browser which have number validation will not interfere with + // this test. + inputElm[0].setAttribute('type', 'text'); + + helper.changeInputValueTo('123X'); + expect(inputElm.val()).toBe('123X'); + + expect($rootScope.age).toBeUndefined(); + expect(inputElm).toBeInvalid(); + expect(ctrl.$error.number).toBe(true); + expect(ctrl.$error.parse).toBeFalsy(); + expect(inputElm).toHaveClass('ng-invalid-number'); + expect(inputElm).not.toHaveClass('ng-invalid-parse'); + + previousParserFail = true; + helper.changeInputValueTo('123'); + expect(inputElm.val()).toBe('123'); + + expect($rootScope.age).toBeUndefined(); + expect(inputElm).toBeInvalid(); + expect(ctrl.$error.number).toBeFalsy(); + expect(ctrl.$error.parse).toBe(true); + expect(inputElm).not.toHaveClass('ng-invalid-number'); + expect(inputElm).toHaveClass('ng-invalid-parse'); + + previousParserFail = false; + laterParserFail = true; + + helper.changeInputValueTo('1234'); + expect(inputElm.val()).toBe('1234'); + + expect($rootScope.age).toBeUndefined(); + expect(inputElm).toBeInvalid(); + expect(ctrl.$error.number).toBeFalsy(); + expect(ctrl.$error.parse).toBe(true); + expect(inputElm).not.toHaveClass('ng-invalid-number'); + expect(inputElm).toHaveClass('ng-invalid-parse'); + + laterParserFail = false; + + helper.changeInputValueTo('12345'); + expect(inputElm.val()).toBe('12345'); + + expect($rootScope.age).toBe(12345); + expect(inputElm).toBeValid(); + expect(ctrl.$error.number).toBeFalsy(); + expect(ctrl.$error.parse).toBeFalsy(); + expect(inputElm).not.toHaveClass('ng-invalid-number'); + expect(inputElm).not.toHaveClass('ng-invalid-parse'); + }); + + + describe('min', function() { + + it('should validate', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('1'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + + helper.changeInputValueTo('100'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(100); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + + it('should validate against the viewValue', function() { + var inputElm = helper.compileInput( + ''); + + var ngModelCtrl = inputElm.controller('ngModel'); + ngModelCtrl.$parsers.push(subtract); + + helper.changeInputValueTo('10'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(5); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + + ngModelCtrl.$parsers.pop(); + ngModelCtrl.$parsers.push(add); + + helper.changeInputValueTo('5'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + expect($rootScope.value).toBe(10); + }); + + + it('should validate even if min value changes on-the-fly', function() { + $rootScope.min = undefined; + var inputElm = helper.compileInput(''); + expect(inputElm).toBeValid(); + + helper.changeInputValueTo('15'); + expect(inputElm).toBeValid(); + + $rootScope.min = 10; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + + $rootScope.min = 20; + $rootScope.$digest(); + expect(inputElm).toBeInvalid(); + + $rootScope.min = null; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + + $rootScope.min = '20'; + $rootScope.$digest(); + expect(inputElm).toBeInvalid(); + + $rootScope.min = 'abc'; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.value = 5; + $rootScope.minVal = 3; + var inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + }); + + }); + + describe('ngMin', function() { + + it('should validate', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('1'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeFalsy(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + + helper.changeInputValueTo('100'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(100); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + }); + + + it('should validate against the viewValue', function() { + var inputElm = helper.compileInput( + ''); + var ngModelCtrl = inputElm.controller('ngModel'); + ngModelCtrl.$parsers.push(subtract); + + helper.changeInputValueTo('10'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(5); + expect($rootScope.form.alias.$error.min).toBeFalsy(); + + ngModelCtrl.$parsers.pop(); + ngModelCtrl.$parsers.push(add); + + helper.changeInputValueTo('5'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.min).toBeTruthy(); + expect($rootScope.value).toBe(10); + }); + + + it('should validate even if the ngMin value changes on-the-fly', function() { + $rootScope.min = undefined; + var inputElm = helper.compileInput(''); + expect(inputElm).toBeValid(); + + helper.changeInputValueTo('15'); + expect(inputElm).toBeValid(); + + $rootScope.min = 10; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + + $rootScope.min = 20; + $rootScope.$digest(); + expect(inputElm).toBeInvalid(); + + $rootScope.min = null; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + + $rootScope.min = '20'; + $rootScope.$digest(); + expect(inputElm).toBeInvalid(); + + $rootScope.min = 'abc'; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.value = 5; + $rootScope.minVal = 3; + var inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.min).toBe(1); + }); + }); + + + describe('max', function() { + + it('should validate', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('20'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + + helper.changeInputValueTo('0'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(0); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + + it('should validate against the viewValue', function() { + var inputElm = helper.compileInput(''); + var ngModelCtrl = inputElm.controller('ngModel'); + ngModelCtrl.$parsers.push(add); + + helper.changeInputValueTo('10'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(15); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + + ngModelCtrl.$parsers.pop(); + ngModelCtrl.$parsers.push(subtract); + + helper.changeInputValueTo('15'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + expect($rootScope.value).toBe(10); + }); + + + it('should validate even if max value changes on-the-fly', function() { + $rootScope.max = undefined; + var inputElm = helper.compileInput(''); + expect(inputElm).toBeValid(); + + helper.changeInputValueTo('5'); + expect(inputElm).toBeValid(); + + $rootScope.max = 10; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + + $rootScope.max = 0; + $rootScope.$digest(); + expect(inputElm).toBeInvalid(); + + $rootScope.max = null; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + + $rootScope.max = '4'; + $rootScope.$digest(); + expect(inputElm).toBeInvalid(); + + $rootScope.max = 'abc'; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.value = 5; + $rootScope.maxVal = 3; + var inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + }); + + }); + + describe('ngMax', function() { + + it('should validate', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('20'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + + helper.changeInputValueTo('0'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(0); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + }); + + + it('should validate against the viewValue', function() { + var inputElm = helper.compileInput(''); + var ngModelCtrl = inputElm.controller('ngModel'); + ngModelCtrl.$parsers.push(add); + + helper.changeInputValueTo('10'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(15); + expect($rootScope.form.alias.$error.max).toBeFalsy(); + + ngModelCtrl.$parsers.pop(); + ngModelCtrl.$parsers.push(subtract); + + helper.changeInputValueTo('15'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.max).toBeTruthy(); + expect($rootScope.value).toBe(10); + }); + + + it('should validate even if the ngMax value changes on-the-fly', function() { + $rootScope.max = undefined; + var inputElm = helper.compileInput(''); + expect(inputElm).toBeValid(); + + helper.changeInputValueTo('5'); + expect(inputElm).toBeValid(); + + $rootScope.max = 10; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + + $rootScope.max = 0; + $rootScope.$digest(); + expect(inputElm).toBeInvalid(); + + $rootScope.max = null; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + + $rootScope.max = '4'; + $rootScope.$digest(); + expect(inputElm).toBeInvalid(); + + $rootScope.max = 'abc'; + $rootScope.$digest(); + expect(inputElm).toBeValid(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.value = 5; + $rootScope.maxVal = 3; + var inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.max).toBe(1); + }); + }); + + + forEach({ + step: 'step="{{step}}"', + ngStep: 'ng-step="step"' + }, function(attrHtml, attrName) { + + describe(attrName, function() { + + it('should validate', function() { + $rootScope.step = 10; + $rootScope.value = 20; + var inputElm = helper.compileInput( + ''); + + expect(inputElm.val()).toBe('20'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(20); + expect($rootScope.form.alias.$error.step).toBeFalsy(); + + helper.changeInputValueTo('18'); + expect(inputElm).toBeInvalid(); + expect(inputElm.val()).toBe('18'); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.alias.$error.step).toBeTruthy(); + + helper.changeInputValueTo('10'); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('10'); + expect($rootScope.value).toBe(10); + expect($rootScope.form.alias.$error.step).toBeFalsy(); + + $rootScope.$apply('value = 12'); + expect(inputElm).toBeInvalid(); + expect(inputElm.val()).toBe('12'); + expect($rootScope.value).toBe(12); + expect($rootScope.form.alias.$error.step).toBeTruthy(); + }); + + it('should validate even if the step value changes on-the-fly', function() { + $rootScope.step = 10; + var inputElm = helper.compileInput( + ''); + + helper.changeInputValueTo('10'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(10); + + // Step changes, but value matches + $rootScope.$apply('step = 5'); + expect(inputElm.val()).toBe('10'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(10); + expect($rootScope.form.alias.$error.step).toBeFalsy(); + + // Step changes, value does not match + $rootScope.$apply('step = 6'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeUndefined(); + expect(inputElm.val()).toBe('10'); + expect($rootScope.form.alias.$error.step).toBeTruthy(); + + // null = valid + $rootScope.$apply('step = null'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(10); + expect(inputElm.val()).toBe('10'); + expect($rootScope.form.alias.$error.step).toBeFalsy(); + + // Step val as string + $rootScope.$apply('step = "7"'); + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeUndefined(); + expect(inputElm.val()).toBe('10'); + expect($rootScope.form.alias.$error.step).toBeTruthy(); + + // unparsable string is ignored + $rootScope.$apply('step = "abc"'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(10); + expect(inputElm.val()).toBe('10'); + expect($rootScope.form.alias.$error.step).toBeFalsy(); + }); + + it('should use the correct "step base" when `[min]` is specified', function() { + $rootScope.min = 5; + $rootScope.step = 10; + $rootScope.value = 10; + var inputElm = helper.compileInput( + ''); + var ngModel = inputElm.controller('ngModel'); + + expect(inputElm.val()).toBe('10'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBe(10); // an initially invalid value should not be changed + + helper.changeInputValueTo('15'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(15); + + $rootScope.$apply('step = 3'); + expect(inputElm.val()).toBe('15'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBeUndefined(); + + helper.changeInputValueTo('8'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(8); + + $rootScope.$apply('min = 10; step = 20'); + helper.changeInputValueTo('30'); + expect(inputElm.val()).toBe('30'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(30); + + $rootScope.$apply('min = 5'); + expect(inputElm.val()).toBe('30'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBeUndefined(); + + $rootScope.$apply('step = 0.00000001'); + expect(inputElm.val()).toBe('30'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(30); + + // 0.3 - 0.2 === 0.09999999999999998 + $rootScope.$apply('min = 0.2; step = (0.3 - 0.2)'); + helper.changeInputValueTo('0.3'); + expect(inputElm.val()).toBe('0.3'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBeUndefined(); + }); + + it('should correctly validate even in cases where the JS floating point arithmetic fails', + function() { + $rootScope.step = 0.1; + var inputElm = helper.compileInput( + ''); + var ngModel = inputElm.controller('ngModel'); + + expect(inputElm.val()).toBe(''); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBeUndefined(); + + helper.changeInputValueTo('0.3'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(0.3); + + helper.changeInputValueTo('2.9999999999999996'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBeUndefined(); + + // 0.5 % 0.1 === 0.09999999999999998 + helper.changeInputValueTo('0.5'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(0.5); + + // 3.5 % 0.1 === 0.09999999999999981 + helper.changeInputValueTo('3.5'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(3.5); + + // 1.16 % 0.01 === 0.009999999999999896 + // 1.16 * 100 === 115.99999999999999 + $rootScope.step = 0.01; + helper.changeInputValueTo('1.16'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(1.16); + } + ); + + it('should validate only once after compilation inside ngRepeat', function() { + $rootScope.step = 10; + $rootScope.value = 20; + var inputElm = helper.compileInput('
    ' + + '' + + '
    '); + + expect(helper.validationCounter.step).toBe(1); + }); + + }); + }); + + + describe('required', function() { + + it('should be valid even if value is 0', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('0'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(0); + expect($rootScope.form.alias.$error.required).toBeFalsy(); + }); + + it('should be valid even if value 0 is set from model', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('value = 0'); + + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('0'); + expect($rootScope.form.alias.$error.required).toBeFalsy(); + }); + + it('should register required on non boolean elements', function() { + var inputElm = helper.compileInput('
    '); + + $rootScope.$apply('value = \'\''); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.alias.$error.required).toBeTruthy(); + }); + + it('should not invalidate number if ng-required=false and viewValue has not been committed', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('required = false'); + + expect(inputElm).toBeValid(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.value = 'text'; + var inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.required).toBe(1); + }); + }); + + describe('ngRequired', function() { + + describe('when the ngRequired expression initially evaluates to true', function() { + + it('should be valid even if value is 0', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('0'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(0); + expect($rootScope.form.numberInput.$error.required).toBeFalsy(); + }); + + it('should be valid even if value 0 is set from model', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('value = 0'); + + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('0'); + expect($rootScope.form.numberInput.$error.required).toBeFalsy(); + }); + + it('should register required on non boolean elements', function() { + var inputElm = helper.compileInput('
    '); + + $rootScope.$apply('value = \'\''); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.numberInput.$error.required).toBeTruthy(); + }); + + it('should change from invalid to valid when the value is empty and the ngRequired expression changes to false', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('ngRequiredExpr = true'); + + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.numberInput.$error.required).toBeTruthy(); + + $rootScope.$apply('ngRequiredExpr = false'); + + expect(inputElm).toBeValid(); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.numberInput.$error.required).toBeFalsy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.value = 'text'; + $rootScope.isRequired = true; + var inputElm = helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); + + expect(helper.validationCounter.required).toBe(1); + }); + }); + + describe('when the ngRequired expression initially evaluates to false', function() { + + it('should be valid even if value is empty', function() { + var inputElm = helper.compileInput(''); + + expect(inputElm).toBeValid(); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.numberInput.$error.required).toBeFalsy(); + expect($rootScope.form.numberInput.$error.number).toBeFalsy(); + }); + + it('should be valid if value is non-empty', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('42'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(42); + expect($rootScope.form.numberInput.$error.required).toBeFalsy(); + }); + + it('should not register required on non boolean elements', function() { + var inputElm = helper.compileInput('
    '); + + $rootScope.$apply('value = \'\''); + + expect(inputElm).toBeValid(); + expect($rootScope.form.numberInput.$error.required).toBeFalsy(); + }); + + it('should change from valid to invalid when the value is empty and the ngRequired expression changes to true', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply('ngRequiredExpr = false'); + + expect(inputElm).toBeValid(); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.numberInput.$error.required).toBeFalsy(); + + $rootScope.$apply('ngRequiredExpr = true'); + + expect(inputElm).toBeInvalid(); + expect($rootScope.value).toBeUndefined(); + expect($rootScope.form.numberInput.$error.required).toBeTruthy(); + }); + }); + }); + + describe('minlength', function() { + + it('should invalidate values that are shorter than the given minlength', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('12'); + expect(inputElm).toBeInvalid(); + + helper.changeInputValueTo('123'); + expect(inputElm).toBeValid(); + }); + + it('should listen on ng-minlength when minlength is observed', function() { + var value = 0; + var inputElm = helper.compileInput(''); + helper.attrs.$observe('minlength', function(v) { + value = toInt(helper.attrs.minlength); + }); + + $rootScope.$apply(function() { + $rootScope.min = 5; + }); + + expect(value).toBe(5); + }); + + it('should observe the standard minlength attribute and register it as a validator on the model', function() { + var inputElm = helper.compileInput(''); + $rootScope.$apply(function() { + $rootScope.min = 10; + }); + + helper.changeInputValueTo('12345'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.input.$error.minlength).toBe(true); + + $rootScope.$apply(function() { + $rootScope.min = 5; + }); + + expect(inputElm).toBeValid(); + expect($rootScope.form.input.$error.minlength).not.toBe(true); + }); + }); + + + describe('maxlength', function() { + + it('should invalidate values that are longer than the given maxlength', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('12345678'); + expect(inputElm).toBeInvalid(); + + helper.changeInputValueTo('123'); + expect(inputElm).toBeValid(); + }); + + it('should listen on ng-maxlength when maxlength is observed', function() { + var value = 0; + var inputElm = helper.compileInput(''); + helper.attrs.$observe('maxlength', function(v) { + value = toInt(helper.attrs.maxlength); + }); + + $rootScope.$apply(function() { + $rootScope.max = 10; + }); + + expect(value).toBe(10); + }); + + it('should observe the standard maxlength attribute and register it as a validator on the model', function() { + var inputElm = helper.compileInput(''); + $rootScope.$apply(function() { + $rootScope.max = 1; + }); + + helper.changeInputValueTo('12345'); + expect(inputElm).toBeInvalid(); + expect($rootScope.form.input.$error.maxlength).toBe(true); + + $rootScope.$apply(function() { + $rootScope.max = 6; + }); + + expect(inputElm).toBeValid(); + expect($rootScope.form.input.$error.maxlength).not.toBe(true); + }); + }); + }); + + describe('range', function() { + var scope; + + var rangeTestEl = angular.element(''); + var supportsRange = rangeTestEl[0].type === 'range'; + beforeEach(function() { + scope = $rootScope; + }); + + if (supportsRange) { + // This behavior only applies to browsers that implement the range input, which do not + // allow to set a non-number value and will set the value of the input to 50 even when you + // change it directly on the element. + // Other browsers fall back to text inputs, where setting a model value of 50 does not make + // sense if the input value is a string. These browsers will mark the input as invalid instead. + + it('should render as 50 if null', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('25'); + expect(scope.age).toBe(25); + + scope.$apply('age = null'); + + expect(inputElm.val()).toEqual('50'); + }); + + it('should set model to 50 when no value specified and default min/max', function() { + var inputElm = helper.compileInput(''); + + expect(inputElm.val()).toBe('50'); + + scope.$apply('age = null'); + + expect(scope.age).toBe(50); + }); + + it('should parse non-number values to 50 when default min/max', function() { + var inputElm = helper.compileInput(''); + + scope.$apply('age = 10'); + expect(inputElm.val()).toBe('10'); + + helper.changeInputValueTo(''); + expect(scope.age).toBe(50); + expect(inputElm).toBeValid(); + }); + } else { + + it('should reset the model if view is invalid', function() { + var inputElm = helper.compileInput(''); + + scope.$apply('age = 100'); + expect(inputElm.val()).toBe('100'); + + helper.changeInputValueTo('100X'); + expect(inputElm.val()).toBe('100X'); + expect(scope.age).toBeUndefined(); + expect(inputElm).toBeInvalid(); + }); + } + + it('should parse the input value to a Number', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('75'); + expect(scope.age).toBe(75); + }); + + + it('should only invalidate the model if suffering from bad input when the data is parsed', function() { + scope.age = 60; + + var inputElm = helper.compileInput('', { + valid: false, + badInput: true + }); + + expect(inputElm).toBeValid(); + + helper.changeInputValueTo('this-will-fail-because-of-the-badInput-flag'); + + expect(scope.age).toBeUndefined(); + expect(inputElm).toBeInvalid(); + }); + + + it('should throw if the model value is not a number', function() { + expect(function() { + scope.value = 'one'; + var inputElm = helper.compileInput(''); + }).toThrowMinErr('ngModel', 'numfmt', 'Expected `one` to be a number'); + }); + + + describe('min', function() { + + if (supportsRange) { + + it('should initialize correctly with non-default model and min value', function() { + scope.value = -3; + scope.min = -5; + var inputElm = helper.compileInput(''); + + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('-3'); + expect(scope.value).toBe(-3); + expect(scope.form.alias.$error.min).toBeFalsy(); + }); + + // Browsers that implement range will never allow you to set the value < min values + it('should adjust invalid input values', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('5'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.min).toBeFalsy(); + + helper.changeInputValueTo('100'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(100); + expect(scope.form.alias.$error.min).toBeFalsy(); + }); + + it('should set the model to the min val if it is less than the min val', function() { + scope.value = -10; + // Default min is 0 + var inputElm = helper.compileInput(''); + + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('0'); + expect(scope.value).toBe(0); - scope.regexp = /abc?/; + scope.$apply('value = 5; min = 10'); - changeInputValueTo('ab'); - expect(inputElm).toBeValid(); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('10'); + expect(scope.value).toBe(10); + }); - changeInputValueTo('xx'); - expect(inputElm).toBeInvalid(); - }); + it('should adjust the element and model value when the min value changes on-the-fly', function() { + scope.min = 10; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('15'); + expect(inputElm).toBeValid(); + + scope.min = 20; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(20); + expect(inputElm.val()).toBe('20'); + + scope.min = null; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(20); + expect(inputElm.val()).toBe('20'); + + scope.min = '15'; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(20); + expect(inputElm.val()).toBe('20'); + + scope.min = 'abc'; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(20); + expect(inputElm.val()).toBe('20'); + }); + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.minVal = 5; + $rootScope.value = 10; + helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); - xit('should throw an error when scope pattern can\'t be found', function() { - compileInput(''); + expect(helper.validationCounter.min).toBe(1); + }); - expect(function() { changeInputValueTo('xx'); }). - toThrow('Expected fooRegexp to be a RegExp but was undefined'); - }); - }); + } else { + // input[type=range] will become type=text in browsers that don't support it + it('should validate if "range" is not implemented', function() { + var inputElm = helper.compileInput(''); - describe('minlength', function() { + helper.changeInputValueTo('5'); + expect(inputElm).toBeInvalid(); + expect(scope.value).toBeUndefined(); + expect(scope.form.alias.$error.min).toBeTruthy(); - it('should invalid shorter than given minlenght', function() { - compileInput(''); + helper.changeInputValueTo('100'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(100); + expect(scope.form.alias.$error.min).toBeFalsy(); + }); - changeInputValueTo('aa'); - expect(scope.value).toBeUndefined(); + it('should not assume a min val of 0 if the min interpolates to a non-number', function() { + scope.value = -10; + var inputElm = helper.compileInput(''); + + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('-10'); + expect(scope.value).toBe(-10); + expect(scope.form.alias.$error.min).toBeFalsy(); + + helper.changeInputValueTo('-5'); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('-5'); + expect(scope.value).toBe(-5); + expect(scope.form.alias.$error.min).toBeFalsy(); + + scope.$apply('max = "null"'); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('-5'); + expect(scope.value).toBe(-5); + expect(scope.form.alias.$error.max).toBeFalsy(); + + scope.$apply('max = "asdf"'); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('-5'); + expect(scope.value).toBe(-5); + expect(scope.form.alias.$error.max).toBeFalsy(); + }); - changeInputValueTo('aaa'); - expect(scope.value).toBe('aaa'); - }); - }); + it('should validate even if the min value changes on-the-fly', function() { + scope.min = 10; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('15'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(15); + + scope.min = 20; + scope.$digest(); + expect(inputElm).toBeInvalid(); + expect(scope.value).toBeUndefined(); + expect(inputElm.val()).toBe('15'); + + scope.min = null; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(15); + expect(inputElm.val()).toBe('15'); + + scope.min = '16'; + scope.$digest(); + expect(inputElm).toBeInvalid(); + expect(scope.value).toBeUndefined(); + expect(inputElm.val()).toBe('15'); + + scope.min = 'abc'; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(15); + expect(inputElm.val()).toBe('15'); + }); + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.minVal = 5; + $rootScope.value = 10; + helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); - describe('maxlength', function() { + expect(helper.validationCounter.min).toBe(1); + }); + } + }); - it('should invalid shorter than given maxlenght', function() { - compileInput(''); + describe('max', function() { - changeInputValueTo('aaaaaaaa'); - expect(scope.value).toBeUndefined(); + if (supportsRange) { + // Browsers that implement range will never allow you to set the value > max value + it('should initialize correctly with non-default model and max value', function() { + scope.value = 130; + scope.max = 150; + var inputElm = helper.compileInput(''); + + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('130'); + expect(scope.value).toBe(130); + expect(scope.form.alias.$error.max).toBeFalsy(); + }); - changeInputValueTo('aaa'); - expect(scope.value).toBe('aaa'); - }); - }); + it('should validate', function() { + var inputElm = helper.compileInput(''); + helper.changeInputValueTo('20'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.max).toBeFalsy(); - // INPUT TYPES + helper.changeInputValueTo('0'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(0); + expect(scope.form.alias.$error.max).toBeFalsy(); + }); - describe('number', function() { + it('should set the model to the max val if it is greater than the max val', function() { + scope.value = 110; + // Default max is 100 + var inputElm = helper.compileInput(''); - it('should reset the model if view is invalid', function() { - compileInput(''); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('100'); + expect(scope.value).toBe(100); - scope.$apply(function() { - scope.age = 123; - }); - expect(inputElm.val()).toBe('123'); + scope.$apply('value = 90; max = 10'); - try { - // to allow non-number values, we have to change type so that - // the browser which have number validation will not interfere with - // this test. IE8 won't allow it hence the catch. - inputElm[0].setAttribute('type', 'text'); - } catch (e) {} + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('10'); + expect(scope.value).toBe(10); + }); - changeInputValueTo('123X'); - expect(inputElm.val()).toBe('123X'); - expect(scope.age).toBeUndefined(); - expect(inputElm).toBeInvalid(); - }); + it('should adjust the element and model value if the max value changes on-the-fly', function() { + scope.max = 10; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('5'); + expect(inputElm).toBeValid(); + + scope.max = 0; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(0); + expect(inputElm.val()).toBe('0'); + + scope.max = null; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(0); + expect(inputElm.val()).toBe('0'); + + scope.max = '4'; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(0); + expect(inputElm.val()).toBe('0'); + + scope.max = 'abc'; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(0); + expect(inputElm.val()).toBe('0'); + }); + it('should only validate once after compilation when inside ngRepeat and the value is valid', function() { + $rootScope.maxVal = 5; + $rootScope.value = 5; + helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); - it('should render as blank if null', function() { - compileInput(''); + expect(helper.validationCounter.max).toBe(1); + }); - scope.$apply(function() { - scope.age = null; - }); + } else { + it('should validate if "range" is not implemented', function() { + var inputElm = helper.compileInput(''); - expect(scope.age).toBeNull(); - expect(inputElm.val()).toEqual(''); - }); + helper.changeInputValueTo('20'); + expect(inputElm).toBeInvalid(); + expect(scope.value).toBeUndefined(); + expect(scope.form.alias.$error.max).toBeTruthy(); + helper.changeInputValueTo('0'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(0); + expect(scope.form.alias.$error.max).toBeFalsy(); + }); - it('should come up blank when no value specified', function() { - compileInput(''); + it('should not assume a max val of 100 if the max attribute interpolates to a non-number', function() { + scope.value = 120; + var inputElm = helper.compileInput(''); + + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('120'); + expect(scope.value).toBe(120); + expect(scope.form.alias.$error.max).toBeFalsy(); + + helper.changeInputValueTo('140'); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('140'); + expect(scope.value).toBe(140); + expect(scope.form.alias.$error.max).toBeFalsy(); + + scope.$apply('max = null'); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('140'); + expect(scope.value).toBe(140); + expect(scope.form.alias.$error.max).toBeFalsy(); + + scope.$apply('max = "asdf"'); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('140'); + expect(scope.value).toBe(140); + expect(scope.form.alias.$error.max).toBeFalsy(); + }); - scope.$digest(); - expect(inputElm.val()).toBe(''); + it('should validate even if the max value changes on-the-fly', function() { + scope.max = 10; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('5'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(5); + + scope.max = 0; + scope.$digest(); + expect(inputElm).toBeInvalid(); + expect(scope.value).toBeUndefined(); + expect(inputElm.val()).toBe('5'); + + scope.max = null; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(5); + expect(inputElm.val()).toBe('5'); + + scope.max = '4'; + scope.$digest(); + expect(inputElm).toBeInvalid(); + expect(scope.value).toBeUndefined(); + expect(inputElm.val()).toBe('5'); + + scope.max = 'abc'; + scope.$digest(); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(5); + expect(inputElm.val()).toBe('5'); + }); - scope.$apply(function() { - scope.age = null; - }); + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.maxVal = 5; + $rootScope.value = 10; + helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); - expect(scope.age).toBeNull(); - expect(inputElm.val()).toBe(''); + expect(helper.validationCounter.max).toBe(1); + }); + } }); + if (supportsRange) { - it('should parse empty string to null', function() { - compileInput(''); - - scope.$apply(function() { - scope.age = 10; - }); + describe('min and max', function() { - changeInputValueTo(''); - expect(scope.age).toBeNull(); - expect(inputElm).toBeValid(); - }); + it('should set the correct initial value when min and max are specified', function() { + scope.max = 80; + scope.min = 40; + var inputElm = helper.compileInput(''); + expect(inputElm.val()).toBe('60'); + expect(scope.value).toBe(60); + }); - describe('min', function() { + it('should set element and model value to min if max is less than min', function() { + scope.min = 40; + var inputElm = helper.compileInput(''); - it('should validate', function() { - compileInput(''); - scope.$digest(); + expect(inputElm.val()).toBe('70'); + expect(scope.value).toBe(70); - changeInputValueTo('1'); - expect(inputElm).toBeInvalid(); - expect(scope.value).toBeFalsy(); - expect(scope.form.alias.$error.min).toBeTruthy(); + scope.max = 20; + scope.$digest(); - changeInputValueTo('100'); - expect(inputElm).toBeValid(); - expect(scope.value).toBe(100); - expect(scope.form.alias.$error.min).toBeFalsy(); + expect(inputElm.val()).toBe('40'); + expect(scope.value).toBe(40); + }); }); - }); + } - describe('max', function() { + describe('step', function() { - it('should validate', function() { - compileInput(''); - scope.$digest(); + if (supportsRange) { + // Browsers that implement range will never allow you to set a value that doesn't match the step value + // However, currently only Firefox fully implements the spec when setting the value after the step value changes. + // Other browsers fail in various edge cases, which is why they are not tested here. - changeInputValueTo('20'); - expect(inputElm).toBeInvalid(); - expect(scope.value).toBeFalsy(); - expect(scope.form.alias.$error.max).toBeTruthy(); + it('should round the input value to the nearest step on user input', function() { + var inputElm = helper.compileInput(''); - changeInputValueTo('0'); - expect(inputElm).toBeValid(); - expect(scope.value).toBe(0); - expect(scope.form.alias.$error.max).toBeFalsy(); - }); - }); + helper.changeInputValueTo('5'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(5); + expect(scope.form.alias.$error.step).toBeFalsy(); + helper.changeInputValueTo('10'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.step).toBeFalsy(); - describe('required', function() { + helper.changeInputValueTo('9'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.step).toBeFalsy(); - it('should be valid even if value is 0', function() { - compileInput(''); + helper.changeInputValueTo('7'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(5); + expect(scope.form.alias.$error.step).toBeFalsy(); - changeInputValueTo('0'); - expect(inputElm).toBeValid(); - expect(scope.value).toBe(0); - expect(scope.form.alias.$error.required).toBeFalsy(); - }); + helper.changeInputValueTo('7.5'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.step).toBeFalsy(); + }); - it('should be valid even if value 0 is set from model', function() { - compileInput(''); + it('should round the input value to the nearest step when setting the model', function() { + var inputElm = helper.compileInput(''); + + scope.$apply('value = 10'); + expect(inputElm.val()).toBe('10'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.step).toBeFalsy(); + + scope.$apply('value = 5'); + expect(inputElm.val()).toBe('5'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(5); + expect(scope.form.alias.$error.step).toBeFalsy(); + + scope.$apply('value = 7.5'); + expect(inputElm.val()).toBe('10'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.step).toBeFalsy(); + + scope.$apply('value = 7'); + expect(inputElm.val()).toBe('5'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(5); + expect(scope.form.alias.$error.step).toBeFalsy(); + + scope.$apply('value = 9'); + expect(inputElm.val()).toBe('10'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.step).toBeFalsy(); + }); + + it('should only validate once after compilation when inside ngRepeat', function() { + $rootScope.stepVal = 5; + $rootScope.value = 10; + helper.compileInput('
    ' + + '' + + '
    '); + $rootScope.$digest(); - scope.$apply(function() { - scope.value = 0; + expect(helper.validationCounter.step).toBe(1); }); - expect(inputElm).toBeValid(); - expect(inputElm.val()).toBe('0') - expect(scope.form.alias.$error.required).toBeFalsy(); - }); + } else { + + it('should validate if "range" is not implemented', function() { + scope.step = 10; + scope.value = 20; + var inputElm = helper.compileInput(''); + + expect(inputElm.val()).toBe('20'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(20); + expect(scope.form.alias.$error.step).toBeFalsy(); + + helper.changeInputValueTo('18'); + expect(inputElm).toBeInvalid(); + expect(inputElm.val()).toBe('18'); + expect(scope.value).toBeUndefined(); + expect(scope.form.alias.$error.step).toBeTruthy(); + + helper.changeInputValueTo('10'); + expect(inputElm).toBeValid(); + expect(inputElm.val()).toBe('10'); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.step).toBeFalsy(); + + scope.$apply('value = 12'); + expect(inputElm).toBeInvalid(); + expect(inputElm.val()).toBe('12'); + expect(scope.value).toBe(12); + expect(scope.form.alias.$error.step).toBeTruthy(); + }); - it('should register required on non boolean elements', function() { - compileInput('
    '); + it('should validate even if the step value changes on-the-fly', function() { + scope.step = 10; + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('10'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + + // Step changes, but value matches + scope.$apply('step = 5'); + expect(inputElm.val()).toBe('10'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(scope.form.alias.$error.step).toBeFalsy(); + + // Step changes, value does not match + scope.$apply('step = 6'); + expect(inputElm).toBeInvalid(); + expect(scope.value).toBeUndefined(); + expect(inputElm.val()).toBe('10'); + expect(scope.form.alias.$error.step).toBeTruthy(); + + // null = valid + scope.$apply('step = null'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(inputElm.val()).toBe('10'); + expect(scope.form.alias.$error.step).toBeFalsy(); + + // Step val as string + scope.$apply('step = "7"'); + expect(inputElm).toBeInvalid(); + expect(scope.value).toBeUndefined(); + expect(inputElm.val()).toBe('10'); + expect(scope.form.alias.$error.step).toBeTruthy(); + + // unparsable string is ignored + scope.$apply('step = "abc"'); + expect(inputElm).toBeValid(); + expect(scope.value).toBe(10); + expect(inputElm.val()).toBe('10'); + expect(scope.form.alias.$error.step).toBeFalsy(); + }); - scope.$apply(function() { - scope.value = ''; + it('should use the correct "step base" when `[min]` is specified', function() { + $rootScope.min = 5; + $rootScope.step = 10; + $rootScope.value = 10; + var inputElm = helper.compileInput( + ''); + var ngModel = inputElm.controller('ngModel'); + + expect(inputElm.val()).toBe('10'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBe(10); + + helper.changeInputValueTo('15'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(15); + + $rootScope.$apply('step = 3'); + expect(inputElm.val()).toBe('15'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBeUndefined(); + + helper.changeInputValueTo('8'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(8); + + $rootScope.$apply('min = 10; step = 20; value = 30'); + expect(inputElm.val()).toBe('30'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(30); + + $rootScope.$apply('min = 5'); + expect(inputElm.val()).toBe('30'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBeUndefined(); + + $rootScope.$apply('step = 0.00000001'); + expect(inputElm.val()).toBe('30'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(30); + + // 0.3 - 0.2 === 0.09999999999999998 + $rootScope.$apply('min = 0.2; step = 0.09999999999999998; value = 0.3'); + expect(inputElm.val()).toBe('0.3'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBeUndefined(); }); - expect(inputElm).toBeInvalid(); - expect(scope.form.alias.$error.required).toBeTruthy(); - }); + it('should correctly validate even in cases where the JS floating point arithmetic fails', + function() { + $rootScope.step = 0.1; + var inputElm = helper.compileInput( + ''); + var ngModel = inputElm.controller('ngModel'); + + expect(inputElm.val()).toBe(''); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBeUndefined(); + + helper.changeInputValueTo('0.3'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(0.3); + + helper.changeInputValueTo('2.9999999999999996'); + expect(inputElm).toBeInvalid(); + expect(ngModel.$error.step).toBe(true); + expect($rootScope.value).toBeUndefined(); + + // 0.5 % 0.1 === 0.09999999999999998 + helper.changeInputValueTo('0.5'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(0.5); + + // 3.5 % 0.1 === 0.09999999999999981 + helper.changeInputValueTo('3.5'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(3.5); + + // 1.16 % 0.01 === 0.009999999999999896 + // 1.16 * 100 === 115.99999999999999 + $rootScope.step = 0.01; + helper.changeInputValueTo('1.16'); + expect(inputElm).toBeValid(); + expect($rootScope.value).toBe(1.16); + } + ); + } }); }); describe('email', function() { it('should validate e-mail', function() { - compileInput(''); + var inputElm = helper.compileInput(''); - var widget = scope.form.alias; - changeInputValueTo('vojta@google.com'); + var widget = $rootScope.form.alias; + helper.changeInputValueTo('vojta@google.com'); - expect(scope.email).toBe('vojta@google.com'); + expect($rootScope.email).toBe('vojta@google.com'); expect(inputElm).toBeValid(); - expect(widget.$error.email).toBe(false); + expect(widget.$error.email).toBeFalsy(); - changeInputValueTo('invalid@'); - expect(scope.email).toBeUndefined(); + helper.changeInputValueTo('invalid@'); + expect($rootScope.email).toBeUndefined(); expect(inputElm).toBeInvalid(); expect(widget.$error.email).toBeTruthy(); }); describe('EMAIL_REGEXP', function() { - + /* global EMAIL_REGEXP: false */ it('should validate email', function() { + /* basic functionality */ expect(EMAIL_REGEXP.test('a@b.com')).toBe(true); - expect(EMAIL_REGEXP.test('a@B.c')).toBe(false); + expect(EMAIL_REGEXP.test('a@b.museum')).toBe(true); + expect(EMAIL_REGEXP.test('a@B.c')).toBe(true); + /* domain label separation, hyphen-minus, syntax */ + expect(EMAIL_REGEXP.test('a@b.c.')).toBe(false); + expect(EMAIL_REGEXP.test('a@.b.c')).toBe(false); + expect(EMAIL_REGEXP.test('a@-b.c')).toBe(false); + expect(EMAIL_REGEXP.test('a@b-.c')).toBe(false); + expect(EMAIL_REGEXP.test('a@b-c')).toBe(true); + expect(EMAIL_REGEXP.test('a@-')).toBe(false); + expect(EMAIL_REGEXP.test('a@.')).toBe(false); + expect(EMAIL_REGEXP.test('a@host_name')).toBe(false); + /* leading or sole digit */ + expect(EMAIL_REGEXP.test('a@3b.c')).toBe(true); + expect(EMAIL_REGEXP.test('a@3')).toBe(true); + /* TLD eMail address */ + expect(EMAIL_REGEXP.test('a@b')).toBe(true); + /* domain valid characters */ + expect(EMAIL_REGEXP.test('a@abcdefghijklmnopqrstuvwxyz-ABCDEFGHIJKLMNOPQRSTUVWXYZ.0123456789')).toBe(true); + /* domain invalid characters */ + expect(EMAIL_REGEXP.test('a@')).toBe(false); + expect(EMAIL_REGEXP.test('a@ ')).toBe(false); + expect(EMAIL_REGEXP.test('a@!')).toBe(false); + expect(EMAIL_REGEXP.test('a@"')).toBe(false); + expect(EMAIL_REGEXP.test('a@#')).toBe(false); + expect(EMAIL_REGEXP.test('a@$')).toBe(false); + expect(EMAIL_REGEXP.test('a@%')).toBe(false); + expect(EMAIL_REGEXP.test('a@&')).toBe(false); + expect(EMAIL_REGEXP.test('a@\'')).toBe(false); + expect(EMAIL_REGEXP.test('a@(')).toBe(false); + expect(EMAIL_REGEXP.test('a@)')).toBe(false); + expect(EMAIL_REGEXP.test('a@*')).toBe(false); + expect(EMAIL_REGEXP.test('a@+')).toBe(false); + expect(EMAIL_REGEXP.test('a@,')).toBe(false); + expect(EMAIL_REGEXP.test('a@/')).toBe(false); + expect(EMAIL_REGEXP.test('a@:')).toBe(false); + expect(EMAIL_REGEXP.test('a@;')).toBe(false); + expect(EMAIL_REGEXP.test('a@<')).toBe(false); + expect(EMAIL_REGEXP.test('a@=')).toBe(false); + expect(EMAIL_REGEXP.test('a@>')).toBe(false); + expect(EMAIL_REGEXP.test('a@?')).toBe(false); + expect(EMAIL_REGEXP.test('a@@')).toBe(false); + expect(EMAIL_REGEXP.test('a@[')).toBe(false); + expect(EMAIL_REGEXP.test('a@\\')).toBe(false); + expect(EMAIL_REGEXP.test('a@]')).toBe(false); + expect(EMAIL_REGEXP.test('a@^')).toBe(false); + expect(EMAIL_REGEXP.test('a@_')).toBe(false); + expect(EMAIL_REGEXP.test('a@`')).toBe(false); + expect(EMAIL_REGEXP.test('a@{')).toBe(false); + expect(EMAIL_REGEXP.test('a@|')).toBe(false); + expect(EMAIL_REGEXP.test('a@}')).toBe(false); + expect(EMAIL_REGEXP.test('a@~')).toBe(false); + expect(EMAIL_REGEXP.test('a@İ')).toBe(false); + expect(EMAIL_REGEXP.test('a@ı')).toBe(false); + /* domain length, label and total */ + expect(EMAIL_REGEXP.test('a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')).toBe(true); + expect(EMAIL_REGEXP.test('a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')).toBe(false); + /* eslint-disable max-len */ + expect(EMAIL_REGEXP.test('a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')).toBe(true); + expect(EMAIL_REGEXP.test('a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.x')).toBe(true); + expect(EMAIL_REGEXP.test('a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xx')).toBe(false); + expect(EMAIL_REGEXP.test('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xx')).toBe(true); + expect(EMAIL_REGEXP.test('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxx')).toBe(false); + /* eslint-enable */ + /* local-part valid characters and dot-atom syntax */ + expect(EMAIL_REGEXP.test('\'@x')).toBe(true); + expect(EMAIL_REGEXP.test('-!#$%&*+/0123456789=?ABCDEFGHIJKLMNOPQRSTUVWXYZ@x')).toBe(true); + expect(EMAIL_REGEXP.test('^_`abcdefghijklmnopqrstuvwxyz{|}~@x')).toBe(true); + expect(EMAIL_REGEXP.test('.@x')).toBe(false); + expect(EMAIL_REGEXP.test('\'.@x')).toBe(false); + expect(EMAIL_REGEXP.test('.\'@x')).toBe(false); + expect(EMAIL_REGEXP.test('\'.\'@x')).toBe(true); + /* local-part invalid characters */ + expect(EMAIL_REGEXP.test('@x')).toBe(false); + expect(EMAIL_REGEXP.test(' @x')).toBe(false); + expect(EMAIL_REGEXP.test('"@x')).toBe(false); + expect(EMAIL_REGEXP.test('(@x')).toBe(false); + expect(EMAIL_REGEXP.test(')@x')).toBe(false); + expect(EMAIL_REGEXP.test(',@x')).toBe(false); + expect(EMAIL_REGEXP.test(':@x')).toBe(false); + expect(EMAIL_REGEXP.test(';@x')).toBe(false); + expect(EMAIL_REGEXP.test('<@x')).toBe(false); + expect(EMAIL_REGEXP.test('>@x')).toBe(false); + expect(EMAIL_REGEXP.test('@@x')).toBe(false); + expect(EMAIL_REGEXP.test('[@x')).toBe(false); + expect(EMAIL_REGEXP.test('\\@x')).toBe(false); + expect(EMAIL_REGEXP.test(']@x')).toBe(false); + expect(EMAIL_REGEXP.test('İ@x')).toBe(false); + expect(EMAIL_REGEXP.test('ı@x')).toBe(false); + /* local-part size limit */ + expect(EMAIL_REGEXP.test('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@x')).toBe(true); + expect(EMAIL_REGEXP.test('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@x')).toBe(false); + /* content (local-part + ‘@’ + domain) is required */ + expect(EMAIL_REGEXP.test('')).toBe(false); + expect(EMAIL_REGEXP.test('a')).toBe(false); + expect(EMAIL_REGEXP.test('aa')).toBe(false); }); }); }); @@ -715,26 +4779,131 @@ describe('input', function() { describe('url', function() { it('should validate url', function() { - compileInput(''); - var widget = scope.form.alias; + var inputElm = helper.compileInput(''); + var widget = $rootScope.form.alias; - changeInputValueTo('http://www.something.com/'); - expect(scope.url).toBe('http://www.something.com/'); + helper.changeInputValueTo('http://www.something.com/'); + expect($rootScope.url).toBe('http://www.something.com/'); expect(inputElm).toBeValid(); - expect(widget.$error.url).toBe(false); + expect(widget.$error.url).toBeFalsy(); - changeInputValueTo('invalid.com'); - expect(scope.url).toBeUndefined(); + helper.changeInputValueTo('invalid.com'); + expect($rootScope.url).toBeUndefined(); expect(inputElm).toBeInvalid(); expect(widget.$error.url).toBeTruthy(); }); describe('URL_REGEXP', function() { - - it('should validate url', function() { - expect(URL_REGEXP.test('http://server:123/path')).toBe(true); - expect(URL_REGEXP.test('a@B.c')).toBe(false); + // See valid URLs in RFC3987 (http://tools.ietf.org/html/rfc3987) + // Note: We are being more lenient, because browsers are too. + var urls = [ + ['scheme://hostname', true], + ['scheme://username:password@host.name:7678/pa/t.h?q=u&e=r&y#fragment', true], + + // Validating `scheme` + ['://example.com', false], + ['0scheme://example.com', false], + ['.scheme://example.com', false], + ['+scheme://example.com', false], + ['-scheme://example.com', false], + ['_scheme://example.com', false], + ['scheme0://example.com', true], + ['scheme.://example.com', true], + ['scheme+://example.com', true], + ['scheme-://example.com', true], + ['scheme_://example.com', false], + + // Validating `:` and `/` after `scheme` + ['scheme//example.com', false], + ['scheme:example.com', true], + ['scheme:/example.com', true], + ['scheme:///example.com', true], + + // Validating `username` and `password` + ['scheme://@example.com', true], + ['scheme://username@example.com', true], + ['scheme://u0s.e+r-n_a~m!e@example.com', true], + ['scheme://u#s$e%r^n&a*m;e@example.com', true], + ['scheme://:password@example.com', true], + ['scheme://username:password@example.com', true], + ['scheme://username:pass:word@example.com', true], + ['scheme://username:p0a.s+s-w_o~r!d@example.com', true], + ['scheme://username:p#a$s%s^w&o*r;d@example.com', true], + + // Validating `hostname` + ['scheme:', false], // Chrome, FF: true + ['scheme://', false], // Chrome, FF: true + ['scheme:// example.com:', false], // Chrome, FF: true + ['scheme://example com:', false], // Chrome, FF: true + ['scheme://:', false], // Chrome, FF: true + ['scheme://?', false], // Chrome, FF: true + ['scheme://#', false], // Chrome, FF: true + ['scheme://username:password@:', false], // Chrome, FF: true + ['scheme://username:password@/', false], // Chrome, FF: true + ['scheme://username:password@?', false], // Chrome, FF: true + ['scheme://username:password@#', false], // Chrome, FF: true + ['scheme://host.name', true], + ['scheme://123.456.789.10', true], + ['scheme://[1234:0000:0000:5678:9abc:0000:0000:def]', true], + ['scheme://[1234:0000:0000:5678:9abc:0000:0000:def]:7678', true], + ['scheme://[1234:0:0:5678:9abc:0:0:def]', true], + ['scheme://[1234::5678:9abc::def]', true], + ['scheme://~`!@$%^&*-_=+|\\;\'",.()[]{}<>', true], + + // Validating `port` + ['scheme://example.com/no-port', true], + ['scheme://example.com:7678', true], + ['scheme://example.com:76T8', false], // Chrome, FF: true + ['scheme://example.com:port', false], // Chrome, FF: true + + // Validating `path` + ['scheme://example.com/', true], + ['scheme://example.com/path', true], + ['scheme://example.com/path/~`!@$%^&*-_=+|\\;:\'",./()[]{}<>', true], + + // Validating `query` + ['scheme://example.com?query', true], + ['scheme://example.com/?query', true], + ['scheme://example.com/path?query', true], + ['scheme://example.com/path?~`!@$%^&*-_=+|\\;:\'",.?/()[]{}<>', true], + + // Validating `fragment` + ['scheme://example.com#fragment', true], + ['scheme://example.com/#fragment', true], + ['scheme://example.com/path#fragment', true], + ['scheme://example.com/path/#fragment', true], + ['scheme://example.com/path?query#fragment', true], + ['scheme://example.com/path?query#~`!@#$%^&*-_=+|\\;:\'",.?/()[]{}<>', true], + + // Validating miscellaneous + ['scheme://☺.✪.⌘.➡/䨹', true], + ['scheme://مثال.إختبار', true], + ['scheme://例子.测试', true], + ['scheme://उदाहरण.परीक्षा', true], + + // Legacy tests + ['http://server:123/path', true], + ['https://server:123/path', true], + ['file:///home/user', true], + ['mailto:user@example.com?subject=Foo', true], + ['r2-d2.c3-p0://localhost/foo', true], + ['abc:/foo', true], + ['http://example.com/path;path', true], + ['http://example.com/[]$/'()*,~)', true], + ['http:', false], // FF: true + ['a@B.c', false], + ['a_B.c', false], + ['0scheme://example.com', false], + ['http://example.com:9999/%60%60', true] + ]; + + they('should validate url: $prop', urls, function(item) { + var url = item[0]; + var valid = item[1]; + + /* global URL_REGEXP: false */ + expect(URL_REGEXP.test(url)).toBe(valid); }); }); }); @@ -742,55 +4911,108 @@ describe('input', function() { describe('radio', function() { - it('should update the model', function() { - compileInput( + they('should update the model on $prop event', ['click', 'change'], function(event) { + var inputElm = helper.compileInput( '' + '' + ''); - scope.$apply(function() { - scope.color = 'white'; - }); + $rootScope.$apply('color = \'white\''); expect(inputElm[0].checked).toBe(true); expect(inputElm[1].checked).toBe(false); expect(inputElm[2].checked).toBe(false); - scope.$apply(function() { - scope.color = 'red'; - }); + $rootScope.$apply('color = \'red\''); expect(inputElm[0].checked).toBe(false); expect(inputElm[1].checked).toBe(true); expect(inputElm[2].checked).toBe(false); - browserTrigger(inputElm[2], 'click'); - expect(scope.color).toBe('blue'); + if (event === 'change') inputElm[2].checked = true; + browserTrigger(inputElm[2], event); + expect($rootScope.color).toBe('blue'); + }); + + it('should treat the value as a string when evaluating checked-ness', function() { + var inputElm = helper.compileInput( + ''); + + $rootScope.$apply('model = \'0\''); + expect(inputElm[0].checked).toBe(true); + + $rootScope.$apply('model = 0'); + expect(inputElm[0].checked).toBe(false); }); it('should allow {{expr}} as value', function() { - scope.some = 11; - compileInput( + $rootScope.some = 11; + var inputElm = helper.compileInput( '' + ''); - scope.$apply(function() { - scope.value = 'blue'; - scope.some = 'blue'; - scope.other = 'red'; + $rootScope.$apply(function() { + $rootScope.value = 'blue'; + $rootScope.some = 'blue'; + $rootScope.other = 'red'; }); expect(inputElm[0].checked).toBe(true); expect(inputElm[1].checked).toBe(false); browserTrigger(inputElm[1], 'click'); - expect(scope.value).toBe('red'); + expect($rootScope.value).toBe('red'); + + $rootScope.$apply('other = \'non-red\''); + + expect(inputElm[0].checked).toBe(false); + expect(inputElm[1].checked).toBe(false); + }); + + + it('should allow the use of ngTrim', function() { + $rootScope.some = 11; + var inputElm = helper.compileInput( + '' + + '' + + '' + + '' + + ''); - scope.$apply(function() { - scope.other = 'non-red'; + $rootScope.$apply(function() { + $rootScope.value = 'blue'; + $rootScope.some = 'blue'; }); expect(inputElm[0].checked).toBe(false); expect(inputElm[1].checked).toBe(false); + expect(inputElm[2].checked).toBe(false); + expect(inputElm[3].checked).toBe(true); + expect(inputElm[4].checked).toBe(false); + + browserTrigger(inputElm[1], 'click'); + expect($rootScope.value).toBe('opt2'); + browserTrigger(inputElm[2], 'click'); + expect($rootScope.value).toBe(' opt3 '); + browserTrigger(inputElm[3], 'click'); + expect($rootScope.value).toBe('blue'); + browserTrigger(inputElm[4], 'click'); + expect($rootScope.value).toBe(' blue '); + + $rootScope.$apply('value = \' opt2 \''); + expect(inputElm[1].checked).toBe(false); + $rootScope.$apply('value = \'opt2\''); + expect(inputElm[1].checked).toBe(true); + $rootScope.$apply('value = \' opt3 \''); + expect(inputElm[2].checked).toBe(true); + $rootScope.$apply('value = \'opt3\''); + expect(inputElm[2].checked).toBe(false); + + $rootScope.$apply('value = \'blue\''); + expect(inputElm[3].checked).toBe(true); + expect(inputElm[4].checked).toBe(false); + $rootScope.$apply('value = \' blue \''); + expect(inputElm[3].checked).toBe(false); + expect(inputElm[4].checked).toBe(true); }); }); @@ -798,9 +5020,9 @@ describe('input', function() { describe('checkbox', function() { it('should ignore checkbox without ngModel directive', function() { - compileInput(''); + var inputElm = helper.compileInput(''); - changeInputValueTo(''); + helper.changeInputValueTo(''); expect(inputElm.hasClass('ng-valid')).toBe(false); expect(inputElm.hasClass('ng-invalid')).toBe(false); expect(inputElm.hasClass('ng-pristine')).toBe(false); @@ -808,61 +5030,89 @@ describe('input', function() { }); + they('should update the model on $prop event', ['click', 'change'], function(event) { + var inputElm = helper.compileInput(''); + + expect(inputElm[0].checked).toBe(false); + + $rootScope.$apply('checkbox = true'); + expect(inputElm[0].checked).toBe(true); + + $rootScope.$apply('checkbox = false'); + expect(inputElm[0].checked).toBe(false); + + if (event === 'change') inputElm[0].checked = true; + browserTrigger(inputElm[0], event); + expect($rootScope.checkbox).toBe(true); + }); + + it('should format booleans', function() { - compileInput(''); + var inputElm = helper.compileInput(''); - scope.$apply(function() { - scope.name = false; - }); + $rootScope.$apply('name = false'); expect(inputElm[0].checked).toBe(false); - scope.$apply(function() { - scope.name = true; - }); + $rootScope.$apply('name = true'); expect(inputElm[0].checked).toBe(true); }); it('should support type="checkbox" with non-standard capitalization', function() { - compileInput(''); + var inputElm = helper.compileInput(''); browserTrigger(inputElm, 'click'); - expect(scope.checkbox).toBe(true); + expect($rootScope.checkbox).toBe(true); browserTrigger(inputElm, 'click'); - expect(scope.checkbox).toBe(false); + expect($rootScope.checkbox).toBe(false); }); it('should allow custom enumeration', function() { - compileInput(''); + var inputElm = helper.compileInput(''); - scope.$apply(function() { - scope.name = 'y'; - }); + $rootScope.$apply('name = \'y\''); expect(inputElm[0].checked).toBe(true); - scope.$apply(function() { - scope.name = 'n'; - }); + $rootScope.$apply('name = \'n\''); expect(inputElm[0].checked).toBe(false); - scope.$apply(function() { - scope.name = 'something else'; - }); + $rootScope.$apply('name = \'something else\''); expect(inputElm[0].checked).toBe(false); browserTrigger(inputElm, 'click'); - expect(scope.name).toEqual('y'); + expect($rootScope.name).toEqual('y'); browserTrigger(inputElm, 'click'); - expect(scope.name).toEqual('n'); + expect($rootScope.name).toEqual('n'); + }); + + + it('should throw if ngTrueValue is present and not a constant expression', function() { + expect(function() { + var inputElm = helper.compileInput(''); + }).toThrowMinErr('ngModel', 'constexpr', 'Expected constant expression for `ngTrueValue`, but saw `yes`.'); + }); + + + it('should throw if ngFalseValue is present and not a constant expression', function() { + expect(function() { + var inputElm = helper.compileInput(''); + }).toThrowMinErr('ngModel', 'constexpr', 'Expected constant expression for `ngFalseValue`, but saw `no`.'); + }); + + + it('should not throw if ngTrueValue or ngFalseValue are not present', function() { + expect(function() { + var inputElm = helper.compileInput(''); + }).not.toThrow(); }); it('should be required if false', function() { - compileInput(''); + var inputElm = helper.compileInput(''); browserTrigger(inputElm, 'click'); expect(inputElm[0].checked).toBe(true); @@ -872,33 +5122,43 @@ describe('input', function() { expect(inputElm[0].checked).toBe(false); expect(inputElm).toBeInvalid(); }); + + + it('should pass validation for "required" when trueValue is a string', function() { + var inputElm = helper.compileInput(''); + + expect(inputElm).toBeInvalid(); + expect($rootScope.form.cb.$error.required).toBe(true); + + browserTrigger(inputElm, 'click'); + expect(inputElm[0].checked).toBe(true); + expect(inputElm).toBeValid(); + expect($rootScope.form.cb.$error.required).toBeUndefined(); + }); }); describe('textarea', function() { - it("should process textarea", function() { - compileInput(''); - inputElm = formElm.find('textarea'); + it('should process textarea', function() { + var inputElm = helper.compileInput(''); - scope.$apply(function() { - scope.name = 'Adam'; - }); + $rootScope.$apply('name = \'Adam\''); expect(inputElm.val()).toEqual('Adam'); - changeInputValueTo('Shyam'); - expect(scope.name).toEqual('Shyam'); + helper.changeInputValueTo('Shyam'); + expect($rootScope.name).toEqual('Shyam'); - changeInputValueTo('Kai'); - expect(scope.name).toEqual('Kai'); + helper.changeInputValueTo('Kai'); + expect($rootScope.name).toEqual('Kai'); }); it('should ignore textarea without ngModel directive', function() { - compileInput(''); - inputElm = formElm.find('textarea'); + var inputElm = helper.compileInput(''); - changeInputValueTo(''); + helper.changeInputValueTo(''); expect(inputElm.hasClass('ng-valid')).toBe(false); expect(inputElm.hasClass('ng-invalid')).toBe(false); expect(inputElm.hasClass('ng-pristine')).toBe(false); @@ -907,295 +5167,189 @@ describe('input', function() { }); - describe('ngList', function() { - - it('should parse text into an array', function() { - compileInput(''); - - // model -> view - scope.$apply(function() { - scope.list = ['x', 'y', 'z']; - }); - expect(inputElm.val()).toBe('x, y, z'); - - // view -> model - changeInputValueTo('1, 2, 3'); - expect(scope.list).toEqual(['1', '2', '3']); - }); - - - it("should not clobber text if model changes due to itself", function() { - // When the user types 'a,b' the 'a,' stage parses to ['a'] but if the - // $parseModel function runs it will change to 'a', in essence preventing - // the user from ever typying ','. - compileInput(''); - - changeInputValueTo('a '); - expect(inputElm.val()).toEqual('a '); - expect(scope.list).toEqual(['a']); - - changeInputValueTo('a ,'); - expect(inputElm.val()).toEqual('a ,'); - expect(scope.list).toEqual(['a']); - - changeInputValueTo('a , '); - expect(inputElm.val()).toEqual('a , '); - expect(scope.list).toEqual(['a']); - - changeInputValueTo('a , b'); - expect(inputElm.val()).toEqual('a , b'); - expect(scope.list).toEqual(['a', 'b']); - }); - - - xit('should require at least one item', function() { - compileInput(''); - - changeInputValueTo(' , '); - expect(inputElm).toBeInvalid(); - }); - - - it('should convert empty string to an empty array', function() { - compileInput(''); - - changeInputValueTo(''); - expect(scope.list).toEqual([]); - }); - - - it('should allow custom separator', function() { - compileInput(''); - - changeInputValueTo('a,a'); - expect(scope.list).toEqual(['a,a']); - - changeInputValueTo('a:b'); - expect(scope.list).toEqual(['a', 'b']); - }); - - - it('should allow regexp as a separator', function() { - compileInput(''); - - changeInputValueTo('a,b'); - expect(scope.list).toEqual(['a', 'b']); - - changeInputValueTo('a,b: c'); - expect(scope.list).toEqual(['a', 'b', 'c']); - }); - }); - - describe('required', function() { - - it('should allow bindings via ngRequired', function() { - compileInput(''); - - scope.$apply(function() { - scope.required = false; - }); - - changeInputValueTo(''); - expect(inputElm).toBeValid(); - - - scope.$apply(function() { - scope.required = true; - }); - expect(inputElm).toBeInvalid(); + describe('ngValue', function() { - scope.$apply(function() { - scope.value = 'some'; - }); - expect(inputElm).toBeValid(); + it('should update the dom "value" property and attribute', function() { + var inputElm = helper.compileInput(''); - changeInputValueTo(''); - expect(inputElm).toBeInvalid(); + $rootScope.$apply('value = \'something\''); - scope.$apply(function() { - scope.required = false; - }); - expect(inputElm).toBeValid(); + expect(inputElm[0].value).toBe('something'); + expect(inputElm[0].getAttribute('value')).toBe('something'); }); + it('should clear the "dom" value property and attribute when the value is undefined', function() { + var inputElm = helper.compileInput(''); - it('should invalid initial value with bound required', function() { - compileInput(''); - - scope.$apply(function() { - scope.required = true; - }); - - expect(inputElm).toBeInvalid(); - }); - + $rootScope.$apply('value = "something"'); - it('should be $invalid but $pristine if not touched', function() { - compileInput(''); + expect(inputElm[0].value).toBe('something'); + expect(inputElm[0].getAttribute('value')).toBe('something'); - scope.$apply(function() { - scope.name = ''; + $rootScope.$apply(function() { + delete $rootScope.value; }); - expect(inputElm).toBeInvalid(); - expect(inputElm).toBePristine(); - - changeInputValueTo(''); - expect(inputElm).toBeInvalid(); - expect(inputElm).toBeDirty(); - }); - - - it('should allow empty string if not required', function() { - compileInput(''); - changeInputValueTo('a'); - changeInputValueTo(''); - expect(scope.foo).toBe(''); + expect(inputElm[0].value).toBe(''); + // Support: IE 9-11, Edge + // In IE it is not possible to remove the `value` attribute from an input element. + if (!msie && !isEdge) { + expect(inputElm[0].getAttribute('value')).toBeNull(); + } else { + // Support: IE 9-11, Edge + // This will fail if the Edge bug gets fixed + expect(inputElm[0].getAttribute('value')).toBe('something'); + } }); + they('should update the $prop "value" property and attribute after the bound expression changes', { + input: '', + textarea: '' + }, function(tmpl) { + var element = helper.compileInput(tmpl); - it('should set $invalid when model undefined', function() { - compileInput(''); - scope.$digest(); - expect(inputElm).toBeInvalid(); - }) - }); - - - describe('ngChange', function() { - - it('should $eval expression after new value is set in the model', function() { - compileInput(''); - - scope.change = jasmine.createSpy('change').andCallFake(function() { - expect(scope.value).toBe('new value'); - }); - - changeInputValueTo('new value'); - expect(scope.change).toHaveBeenCalledOnce(); - }); - - it('should not $eval the expression if changed from model', function() { - compileInput(''); + helper.changeInputValueTo('newValue'); + expect(element[0].value).toBe('newValue'); + expect(element[0].getAttribute('value')).toBeNull(); - scope.change = jasmine.createSpy('change'); - scope.$apply(function() { - scope.value = true; + $rootScope.$apply(function() { + $rootScope.value = 'anotherValue'; }); - - expect(scope.change).not.toHaveBeenCalled(); - }); - - - it('should $eval ngChange expression on checkbox', function() { - compileInput(''); - - scope.changeFn = jasmine.createSpy('changeFn'); - scope.$digest(); - expect(scope.changeFn).not.toHaveBeenCalled(); - - browserTrigger(inputElm, 'click'); - expect(scope.changeFn).toHaveBeenCalledOnce(); + expect(element[0].value).toBe('anotherValue'); + expect(element[0].getAttribute('value')).toBe('anotherValue'); }); - }); - - - describe('ngValue', function() { it('should evaluate and set constant expressions', function() { - compileInput('' + + var inputElm = helper.compileInput('' + '' + ''); - scope.$digest(); browserTrigger(inputElm[0], 'click'); - expect(scope.selected).toBe(true); + expect($rootScope.selected).toBe(true); browserTrigger(inputElm[1], 'click'); - expect(scope.selected).toBe(false); + expect($rootScope.selected).toBe(false); browserTrigger(inputElm[2], 'click'); - expect(scope.selected).toBe(1); + expect($rootScope.selected).toBe(1); + }); + + + it('should use strict comparison between model and value', function() { + $rootScope.selected = false; + var inputElm = helper.compileInput('' + + '' + + ''); + + expect(inputElm[0].checked).toBe(true); + expect(inputElm[1].checked).toBe(false); + expect(inputElm[2].checked).toBe(false); }); it('should watch the expression', function() { - compileInput(''); + var inputElm = helper.compileInput(''); - scope.$apply(function() { - scope.selected = scope.value = {some: 'object'}; + $rootScope.$apply(function() { + $rootScope.selected = $rootScope.value = {some: 'object'}; }); expect(inputElm[0].checked).toBe(true); - scope.$apply(function() { - scope.value = {some: 'other'}; + $rootScope.$apply(function() { + $rootScope.value = {some: 'other'}; }); expect(inputElm[0].checked).toBe(false); browserTrigger(inputElm, 'click'); - expect(scope.selected).toBe(scope.value); + expect($rootScope.selected).toBe($rootScope.value); }); it('should work inside ngRepeat', function() { - compileInput( + helper.compileInput( ''); - scope.$apply(function() { - scope.items = [{id: 1}, {id: 2}]; - scope.selected = 1; + $rootScope.$apply(function() { + $rootScope.items = [{id: 1}, {id: 2}]; + $rootScope.selected = 1; }); - inputElm = formElm.find('input'); - expect(inputElm[0].checked).toBe(true); - expect(inputElm[1].checked).toBe(false); + var inputElms = helper.formElm.find('input'); + expect(inputElms[0].checked).toBe(true); + expect(inputElms[1].checked).toBe(false); - browserTrigger(inputElm.eq(1), 'click'); - expect(scope.selected).toBe(2); + browserTrigger(inputElms.eq(1), 'click'); + expect($rootScope.selected).toBe(2); }); it('should work inside ngRepeat with primitive values', function() { - compileInput( + helper.compileInput( '
    ' + '' + '' + '
    '); - scope.$apply(function() { - scope.items = [{id: 1, selected: true}, {id: 2, selected: false}]; + $rootScope.$apply(function() { + $rootScope.items = [{id: 1, selected: true}, {id: 2, selected: false}]; }); - inputElm = formElm.find('input'); - expect(inputElm[0].checked).toBe(true); - expect(inputElm[1].checked).toBe(false); - expect(inputElm[2].checked).toBe(false); - expect(inputElm[3].checked).toBe(true); + var inputElms = helper.formElm.find('input'); + expect(inputElms[0].checked).toBe(true); + expect(inputElms[1].checked).toBe(false); + expect(inputElms[2].checked).toBe(false); + expect(inputElms[3].checked).toBe(true); - browserTrigger(inputElm.eq(1), 'click'); - expect(scope.items[0].selected).toBe(false); + browserTrigger(inputElms.eq(1), 'click'); + expect($rootScope.items[0].selected).toBe(false); }); it('should work inside ngRepeat without name attribute', function() { - compileInput( + helper.compileInput( '
    ' + '' + '' + '
    '); - scope.$apply(function() { - scope.items = [{id: 1, selected: true}, {id: 2, selected: false}]; + $rootScope.$apply(function() { + $rootScope.items = [{id: 1, selected: true}, {id: 2, selected: false}]; }); - inputElm = formElm.find('input'); - expect(inputElm[0].checked).toBe(true); - expect(inputElm[1].checked).toBe(false); - expect(inputElm[2].checked).toBe(false); - expect(inputElm[3].checked).toBe(true); + var inputElms = helper.formElm.find('input'); + expect(inputElms[0].checked).toBe(true); + expect(inputElms[1].checked).toBe(false); + expect(inputElms[2].checked).toBe(false); + expect(inputElms[3].checked).toBe(true); + + browserTrigger(inputElms.eq(1), 'click'); + expect($rootScope.items[0].selected).toBe(false); + }); + }); + + + describe('password', function() { + // Under no circumstances should input[type=password] trim inputs + it('should not trim if ngTrim is unspecified', function() { + var inputElm = helper.compileInput(''); + helper.changeInputValueTo(' - - untrimmed - - '); + expect($rootScope.password.length).toBe(' - - untrimmed - - '.length); + }); + + + it('should not trim if ngTrim !== false', function() { + var inputElm = helper.compileInput(''); + helper.changeInputValueTo(' - - untrimmed - - '); + expect($rootScope.password.length).toBe(' - - untrimmed - - '.length); + dealoc(inputElm); + }); + - browserTrigger(inputElm.eq(1), 'click'); - expect(scope.items[0].selected).toBe(false); + it('should not trim if ngTrim === false', function() { + var inputElm = helper.compileInput(''); + helper.changeInputValueTo(' - - untrimmed - - '); + expect($rootScope.password.length).toBe(' - - untrimmed - - '.length); + dealoc(inputElm); }); }); }); diff --git a/test/ng/directive/ngBindSpec.js b/test/ng/directive/ngBindSpec.js index da291fa43ceb..1d5cba43415e 100644 --- a/test/ng/directive/ngBindSpec.js +++ b/test/ng/directive/ngBindSpec.js @@ -45,6 +45,80 @@ describe('ngBind*', function() { $rootScope.$digest(); expect(element.text()).toEqual('-0false'); })); + + they('should jsonify $prop', [[{a: 1}, '{"a":1}'], [true, 'true'], [false, 'false']], function(prop) { + inject(function($rootScope, $compile) { + $rootScope.value = prop[0]; + element = $compile('
    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toEqual(prop[1]); + }); + }); + + it('should use custom toString when present', inject(function($rootScope, $compile) { + $rootScope.value = { + toString: function() { + return 'foo'; + } + }; + element = $compile('
    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toEqual('foo'); + })); + + it('should NOT use toString on array objects', inject(function($rootScope, $compile) { + $rootScope.value = []; + element = $compile('
    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toEqual('[]'); + })); + + + it('should NOT use toString on Date objects', inject(function($rootScope, $compile) { + $rootScope.value = new Date(2014, 10, 10, 0, 0, 0); + element = $compile('
    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe(JSON.stringify($rootScope.value)); + expect(element.text()).not.toEqual($rootScope.value.toString()); + })); + + + it('should one-time bind if the expression starts with two colons', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.a = 'lucas'; + expect($rootScope.$$watchers.length).toEqual(1); + $rootScope.$digest(); + expect(element.text()).toEqual('lucas'); + expect($rootScope.$$watchers.length).toEqual(0); + $rootScope.a = undefined; + $rootScope.$digest(); + expect(element.text()).toEqual('lucas'); + })); + + it('should be possible to bind to a new value within the same $digest', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.$watch('a', function(newVal) { if (newVal === 'foo') { $rootScope.a = 'bar'; } }); + $rootScope.a = 'foo'; + $rootScope.$digest(); + expect(element.text()).toEqual('bar'); + $rootScope.a = undefined; + $rootScope.$digest(); + expect(element.text()).toEqual('bar'); + })); + + it('should remove the binding if the value is defined at the end of a $digest loop', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.$watch('a', function(newVal) { if (newVal === 'foo') { $rootScope.a = undefined; } }); + $rootScope.a = 'foo'; + $rootScope.$digest(); + expect(element.text()).toEqual(''); + $rootScope.a = 'bar'; + $rootScope.$digest(); + expect(element.text()).toEqual('bar'); + $rootScope.a = 'man'; + $rootScope.$digest(); + expect(element.text()).toEqual('bar'); + })); }); @@ -59,6 +133,22 @@ describe('ngBind*', function() { })); + it('should one-time bind the expressions that start with ::', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.name = 'Misko'; + expect($rootScope.$$watchers.length).toEqual(2); + $rootScope.$digest(); + expect(element.hasClass('ng-binding')).toEqual(true); + expect(element.text()).toEqual(' Misko!'); + expect($rootScope.$$watchers.length).toEqual(1); + $rootScope.hello = 'Hello'; + $rootScope.name = 'Lucas'; + $rootScope.$digest(); + expect(element.text()).toEqual('Hello Misko!'); + expect($rootScope.$$watchers.length).toEqual(0); + })); + + it('should render object as JSON ignore $$', inject(function($rootScope, $compile) { element = $compile('
    {{ {key:"value", $$key:"hide"}  }}
    ')($rootScope); $rootScope.$digest(); @@ -67,13 +157,133 @@ describe('ngBind*', function() { }); - describe('ngBindHtmlUnsafe', function() { + describe('ngBindHtml', function() { - it('should set unsafe html', inject(function($rootScope, $compile) { - element = $compile('
    ')($rootScope); - $rootScope.html = '
    hello
    '; - $rootScope.$digest(); - expect(angular.lowercase(element.html())).toEqual('
    hello
    '); + it('should complain about accidental use of interpolation', inject(function($compile) { + expect(function() { + $compile('
    '); + }).toThrowMinErr('$parse', 'syntax', + 'Syntax Error: Token \'{\' invalid key at column 2 of the expression [{{myHtml}}] starting at [{myHtml}}]'); })); + + + describe('SCE disabled', function() { + beforeEach(function() { + module(function($sceProvider) { $sceProvider.enabled(false); }); + }); + + it('should set html', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.html = '
    hello
    '; + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('
    hello
    '); + })); + + it('should update html', inject(function($rootScope, $compile, $sce) { + element = $compile('
    ')($rootScope); + $rootScope.html = 'hello'; + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('hello'); + $rootScope.html = 'goodbye'; + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('goodbye'); + })); + + it('should one-time bind if the expression starts with two colons', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.html = '
    hello
    '; + expect($rootScope.$$watchers.length).toEqual(1); + $rootScope.$digest(); + expect(element.text()).toEqual('hello'); + expect($rootScope.$$watchers.length).toEqual(0); + $rootScope.html = '
    hello
    '; + $rootScope.$digest(); + expect(element.text()).toEqual('hello'); + })); + }); + + + describe('SCE enabled', function() { + it('should NOT set html for untrusted values', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.html = '
    hello
    '; + expect(function() { $rootScope.$digest(); }).toThrow(); + })); + + it('should NOT set html for wrongly typed values', inject(function($rootScope, $compile, $sce) { + element = $compile('
    ')($rootScope); + $rootScope.html = $sce.trustAsCss('
    hello
    '); + expect(function() { $rootScope.$digest(); }).toThrow(); + })); + + it('should set html for trusted values', inject(function($rootScope, $compile, $sce) { + element = $compile('
    ')($rootScope); + $rootScope.html = $sce.trustAsHtml('
    hello
    '); + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('
    hello
    '); + })); + + it('should update html', inject(function($rootScope, $compile, $sce) { + element = $compile('
    ')($rootScope); + $rootScope.html = $sce.trustAsHtml('hello'); + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('hello'); + $rootScope.html = $sce.trustAsHtml('goodbye'); + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('goodbye'); + })); + + it('should not cause infinite recursion for trustAsHtml object watches', + inject(function($rootScope, $compile, $sce) { + // Ref: https://github.com/angular/angular.js/issues/3932 + // If the binding is a function that creates a new value on every call via trustAs, we'll + // trigger an infinite digest if we don't take care of it. + element = $compile('
    ')($rootScope); + $rootScope.getHtml = function() { + return $sce.trustAsHtml('
    hello
    '); + }; + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('
    hello
    '); + })); + + it('should handle custom $sce objects', function() { + function MySafeHtml(val) { this.val = val; } + + module(function($provide) { + $provide.decorator('$sce', function($delegate) { + $delegate.trustAsHtml = function(html) { return new MySafeHtml(html); }; + $delegate.getTrustedHtml = function(mySafeHtml) { return mySafeHtml.val; }; + $delegate.valueOf = function(v) { return v instanceof MySafeHtml ? v.val : v; }; + return $delegate; + }); + }); + + inject(function($rootScope, $compile, $sce) { + // Ref: https://github.com/angular/angular.js/issues/14526 + // Previous code used toString for change detection, which fails for custom objects + // that don't override toString. + element = $compile('
    ')($rootScope); + var html = 'hello'; + $rootScope.getHtml = function() { return $sce.trustAsHtml(html); }; + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('hello'); + html = 'goodbye'; + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('goodbye'); + }); + }); + + describe('when $sanitize is available', function() { + beforeEach(function() { module('ngSanitize'); }); + + it('should sanitize untrusted html', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.html = '
    hello
    '; + $rootScope.$digest(); + expect(lowercase(element.html())).toEqual('
    hello
    '); + })); + }); + }); + }); }); diff --git a/test/ng/directive/ngChangeSpec.js b/test/ng/directive/ngChangeSpec.js new file mode 100644 index 000000000000..8e67328df09a --- /dev/null +++ b/test/ng/directive/ngChangeSpec.js @@ -0,0 +1,54 @@ +'use strict'; + +/* globals generateInputCompilerHelper: false */ + +describe('ngChange', function() { + + var helper = {}, $rootScope; + + generateInputCompilerHelper(helper); + + beforeEach(inject(function(_$rootScope_) { + $rootScope = _$rootScope_; + })); + + it('should $eval expression after new value is set in the model', function() { + helper.compileInput(''); + + $rootScope.change = jasmine.createSpy('change').and.callFake(function() { + expect($rootScope.value).toBe('new value'); + }); + + helper.changeInputValueTo('new value'); + expect($rootScope.change).toHaveBeenCalledOnce(); + }); + + + it('should not $eval the expression if changed from model', function() { + helper.compileInput(''); + + $rootScope.change = jasmine.createSpy('change'); + $rootScope.$apply('value = true'); + + expect($rootScope.change).not.toHaveBeenCalled(); + }); + + + it('should $eval ngChange expression on checkbox', function() { + var inputElm = helper.compileInput(''); + + $rootScope.changeFn = jasmine.createSpy('changeFn'); + expect($rootScope.changeFn).not.toHaveBeenCalled(); + + browserTrigger(inputElm, 'click'); + expect($rootScope.changeFn).toHaveBeenCalledOnce(); + }); + + + it('should be able to change the model and via that also update the view', function() { + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('a'); + expect(inputElm.val()).toBe('b'); + }); +}); diff --git a/test/ng/directive/ngClassSpec.js b/test/ng/directive/ngClassSpec.js index 69afef7a45fb..74500505fd84 100644 --- a/test/ng/directive/ngClassSpec.js +++ b/test/ng/directive/ngClassSpec.js @@ -3,6 +3,9 @@ describe('ngClass', function() { var element; + beforeEach(module(function($compileProvider) { + $compileProvider.debugInfoEnabled(false); + })); afterEach(function() { dealoc(element); @@ -30,6 +33,31 @@ describe('ngClass', function() { })); + it('should add new and remove old classes with same names as Object.prototype properties dynamically', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.dynClass = { watch: true, hasOwnProperty: true, isPrototypeOf: true }; + $rootScope.$digest(); + expect(element.hasClass('existing')).toBe(true); + expect(element.hasClass('watch')).toBe(true); + expect(element.hasClass('hasOwnProperty')).toBe(true); + expect(element.hasClass('isPrototypeOf')).toBe(true); + + $rootScope.dynClass.watch = false; + $rootScope.$digest(); + expect(element.hasClass('existing')).toBe(true); + expect(element.hasClass('watch')).toBe(false); + expect(element.hasClass('hasOwnProperty')).toBe(true); + expect(element.hasClass('isPrototypeOf')).toBe(true); + + delete $rootScope.dynClass; + $rootScope.$digest(); + expect(element.hasClass('existing')).toBe(true); + expect(element.hasClass('watch')).toBe(false); + expect(element.hasClass('hasOwnProperty')).toBe(false); + expect(element.hasClass('isPrototypeOf')).toBe(false); + })); + + it('should support adding multiple classes via an array', inject(function($rootScope, $compile) { element = $compile('
    ')($rootScope); $rootScope.$digest(); @@ -39,11 +67,11 @@ describe('ngClass', function() { })); - it('should support adding multiple classes conditionally via a map of class names to boolean' + + it('should support adding multiple classes conditionally via a map of class names to boolean ' + 'expressions', inject(function($rootScope, $compile) { - var element = $compile( + element = $compile( '
    ' + + 'ng-class="{A: conditionA, B: conditionB(), AnotB: conditionA&&!conditionB()}">' + '
    ')($rootScope); $rootScope.conditionA = true; $rootScope.$digest(); @@ -52,7 +80,7 @@ describe('ngClass', function() { expect(element.hasClass('B')).toBeFalsy(); expect(element.hasClass('AnotB')).toBeTruthy(); - $rootScope.conditionB = function() { return true }; + $rootScope.conditionB = function() { return true; }; $rootScope.$digest(); expect(element.hasClass('existing')).toBeTruthy(); expect(element.hasClass('A')).toBeTruthy(); @@ -60,6 +88,38 @@ describe('ngClass', function() { expect(element.hasClass('AnotB')).toBeFalsy(); })); + it('should not break when passed non-string/array/object, truthy values', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.$digest(); + expect(element.hasClass('42')).toBeTruthy(); + })); + + it('should support adding multiple classes via an array mixed with conditionally via a map', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.$digest(); + expect(element.hasClass('existing')).toBeTruthy(); + expect(element.hasClass('A')).toBeTruthy(); + expect(element.hasClass('B')).toBeFalsy(); + $rootScope.condition = true; + $rootScope.$digest(); + expect(element.hasClass('B')).toBeTruthy(); + + })); + + it('should remove classes when the referenced object is the same but its property is changed', + inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.classes = { A: true, B: true }; + $rootScope.$digest(); + expect(element.hasClass('A')).toBeTruthy(); + expect(element.hasClass('B')).toBeTruthy(); + $rootScope.classes.A = false; + $rootScope.$digest(); + expect(element.hasClass('A')).toBeFalsy(); + expect(element.hasClass('B')).toBeTruthy(); + }) + ); + it('should support adding multiple classes via a space delimited string', inject(function($rootScope, $compile) { element = $compile('
    ')($rootScope); @@ -70,6 +130,16 @@ describe('ngClass', function() { })); + it('should support adding multiple classes via a space delimited string inside an array', inject(function($rootScope, $compile) { + element = $compile('
    ')($rootScope); + $rootScope.$digest(); + expect(element.hasClass('existing')).toBeTruthy(); + expect(element.hasClass('A')).toBeTruthy(); + expect(element.hasClass('B')).toBeTruthy(); + expect(element.hasClass('C')).toBeTruthy(); + })); + + it('should preserve class added post compilation with pre-existing classes', inject(function($rootScope, $compile) { element = $compile('
    ')($rootScope); $rootScope.dynClass = 'A'; @@ -109,7 +179,7 @@ describe('ngClass', function() { $rootScope.$digest(); $rootScope.dynCls = 'foo'; $rootScope.$digest(); - expect(element[0].className).toBe('ui-panel ui-selected ng-scope foo'); + expect(element[0].className).toBe('ui-panel ui-selected foo'); })); @@ -117,7 +187,7 @@ describe('ngClass', function() { element = $compile('
    ')($rootScope); $rootScope.dynCls = 'panel'; $rootScope.$digest(); - expect(element[0].className).toBe('panel bar ng-scope'); + expect(element[0].className).toBe('panel bar'); })); @@ -127,7 +197,7 @@ describe('ngClass', function() { $rootScope.$digest(); $rootScope.dynCls = 'window'; $rootScope.$digest(); - expect(element[0].className).toBe('bar ng-scope window'); + expect(element[0].className).toBe('bar window'); })); @@ -138,6 +208,7 @@ describe('ngClass', function() { element.addClass('foo'); $rootScope.dynCls = ''; $rootScope.$digest(); + expect(element[0].className).toBe(''); })); @@ -145,6 +216,7 @@ describe('ngClass', function() { element = $compile('
    ')($rootScope); $rootScope.dynCls = [undefined, null]; $rootScope.$digest(); + expect(element[0].className).toBe(''); })); @@ -152,7 +224,7 @@ describe('ngClass', function() { element = $compile('
      • ')($rootScope); $rootScope.$digest(); var e1 = jqLite(element[0].childNodes[1]); - var e2 = jqLite(element[0].childNodes[2]); + var e2 = jqLite(element[0].childNodes[3]); expect(e1.hasClass('existing')).toBeTruthy(); expect(e1.hasClass('odd')).toBeTruthy(); expect(e2.hasClass('existing')).toBeTruthy(); @@ -167,7 +239,7 @@ describe('ngClass', function() { '
          ')($rootScope); $rootScope.$apply(); var e1 = jqLite(element[0].childNodes[1]); - var e2 = jqLite(element[0].childNodes[2]); + var e2 = jqLite(element[0].childNodes[3]); expect(e1.hasClass('plainClass')).toBeTruthy(); expect(e1.hasClass('odd')).toBeTruthy(); @@ -178,6 +250,48 @@ describe('ngClass', function() { })); + it('should allow ngClassOdd/Even on the same element with overlapping classes', + inject(function($compile, $rootScope) { + element = $compile( + '
            ' + + '
          • ' + + '
          • ' + + '
              ')($rootScope); + $rootScope.$digest(); + + var e1 = element.children().eq(0); + var e2 = element.children().eq(1); + var e3 = element.children().eq(2); + + expect(e1).toHaveClass('same'); + expect(e1).toHaveClass('odd'); + expect(e1).not.toHaveClass('even'); + expect(e2).toHaveClass('same'); + expect(e2).not.toHaveClass('odd'); + expect(e2).toHaveClass('even'); + expect(e3).toHaveClass('same'); + expect(e3).toHaveClass('odd'); + expect(e3).not.toHaveClass('even'); + }) + ); + + it('should allow ngClass with overlapping classes', inject(function($rootScope, $compile) { + element = $compile('
              ')($rootScope); + $rootScope.$digest(); + + expect(element).toHaveClass('same'); + expect(element).not.toHaveClass('yes'); + expect(element).toHaveClass('no'); + + $rootScope.$apply('test = true'); + + expect(element).toHaveClass('same'); + expect(element).toHaveClass('yes'); + expect(element).not.toHaveClass('no'); + })); + it('should allow both ngClass and ngClassOdd/Even with multiple classes', inject(function($rootScope, $compile) { element = $compile('
                ' + '
              • ')($rootScope); $rootScope.$apply(); var e1 = jqLite(element[0].childNodes[1]); - var e2 = jqLite(element[0].childNodes[2]); + var e2 = jqLite(element[0].childNodes[3]); expect(e1.hasClass('A')).toBeTruthy(); expect(e1.hasClass('B')).toBeTruthy(); @@ -202,43 +316,84 @@ describe('ngClass', function() { expect(e2.hasClass('D')).toBeFalsy(); })); - - it('should reapply ngClass when interpolated class attribute changes', inject(function($rootScope, $compile) { - element = $compile('
                ')($rootScope); - - $rootScope.$apply(function() { - $rootScope.cls = "two"; - $rootScope.four = true; - }); - expect(element).toHaveClass('one'); - expect(element).toHaveClass('two'); // interpolated - expect(element).toHaveClass('three'); - expect(element).toHaveClass('four'); - - $rootScope.$apply(function() { - $rootScope.cls = "too"; - }); - expect(element).toHaveClass('one'); - expect(element).toHaveClass('too'); // interpolated - expect(element).toHaveClass('three'); - expect(element).toHaveClass('four'); // should still be there - expect(element.hasClass('two')).toBeFalsy(); - - $rootScope.$apply(function() { - $rootScope.cls = "to"; - }); - expect(element).toHaveClass('one'); - expect(element).toHaveClass('to'); // interpolated - expect(element).toHaveClass('three'); - expect(element).toHaveClass('four'); // should still be there - expect(element.hasClass('two')).toBeFalsy(); - expect(element.hasClass('too')).toBeFalsy(); - })); + it('should reapply ngClass when interpolated class attribute changes', + inject(function($compile, $rootScope) { + element = $compile( + '
                ' + + '
                ' + + '
                ' + + '
                ')($rootScope); + var e1 = element.children().eq(0); + var e2 = element.children().eq(1); + + $rootScope.$apply('two = "two"; five = true'); + + expect(e1).toHaveClass('one'); + expect(e1).toHaveClass('two'); + expect(e1).toHaveClass('three'); + expect(e1).not.toHaveClass('four'); + expect(e1).toHaveClass('five'); + expect(e2).toHaveClass('one'); + expect(e2).toHaveClass('two'); + expect(e2).toHaveClass('three'); + expect(e2).not.toHaveClass('four'); + expect(e2).toHaveClass('five'); + + $rootScope.$apply('two = "another-two"'); + + expect(e1).toHaveClass('one'); + expect(e1).not.toHaveClass('two'); + expect(e1).toHaveClass('another-two'); + expect(e1).toHaveClass('three'); + expect(e1).not.toHaveClass('four'); + expect(e1).toHaveClass('five'); + expect(e2).toHaveClass('one'); + expect(e2).not.toHaveClass('two'); + expect(e2).toHaveClass('another-two'); + expect(e2).toHaveClass('three'); + expect(e2).not.toHaveClass('four'); + expect(e2).toHaveClass('five'); + + $rootScope.$apply('two = "two-more"; four = "four"'); + + expect(e1).toHaveClass('one'); + expect(e1).not.toHaveClass('two'); + expect(e1).not.toHaveClass('another-two'); + expect(e1).toHaveClass('two-more'); + expect(e1).toHaveClass('three'); + expect(e1).not.toHaveClass('four'); + expect(e1).toHaveClass('five'); + expect(e2).toHaveClass('one'); + expect(e2).not.toHaveClass('two'); + expect(e2).not.toHaveClass('another-two'); + expect(e2).toHaveClass('two-more'); + expect(e2).toHaveClass('three'); + expect(e2).toHaveClass('four'); + expect(e2).toHaveClass('five'); + + $rootScope.$apply('five = false'); + + expect(e1).toHaveClass('one'); + expect(e1).not.toHaveClass('two'); + expect(e1).not.toHaveClass('another-two'); + expect(e1).toHaveClass('two-more'); + expect(e1).toHaveClass('three'); + expect(e1).not.toHaveClass('four'); + expect(e1).not.toHaveClass('five'); + expect(e2).toHaveClass('one'); + expect(e2).not.toHaveClass('two'); + expect(e2).not.toHaveClass('another-two'); + expect(e2).toHaveClass('two-more'); + expect(e2).toHaveClass('three'); + expect(e2).toHaveClass('four'); + expect(e2).not.toHaveClass('five'); + }) + ); it('should not mess up class value due to observing an interpolated class attribute', inject(function($rootScope, $compile) { $rootScope.foo = true; - $rootScope.$watch("anything", function() { + $rootScope.$watch('anything', function() { $rootScope.foo = false; }); element = $compile('
                ')($rootScope); @@ -247,9 +402,31 @@ describe('ngClass', function() { })); - it('should update ngClassOdd/Even when model is changed by filtering', inject(function($rootScope, $compile) { + it('should update ngClassOdd/Even when an item is added to the model', inject(function($rootScope, $compile) { element = $compile('
                  ' + '
                • i
                • ' + + '
                    ')($rootScope); + $rootScope.items = ['b','c','d']; + $rootScope.$digest(); + + $rootScope.items.unshift('a'); + $rootScope.$digest(); + + var e1 = jqLite(element[0].childNodes[1]); + var e4 = jqLite(element[0].childNodes[7]); + + expect(e1.hasClass('odd')).toBeTruthy(); + expect(e1.hasClass('even')).toBeFalsy(); + + expect(e4.hasClass('even')).toBeTruthy(); + expect(e4.hasClass('odd')).toBeFalsy(); + })); + + + it('should update ngClassOdd/Even when model is changed by filtering', inject(function($rootScope, $compile) { + element = $compile('
                      ' + + '
                    • ' + '
                        ')($rootScope); $rootScope.items = ['a','b','a']; @@ -259,7 +436,7 @@ describe('ngClass', function() { $rootScope.$digest(); var e1 = jqLite(element[0].childNodes[1]); - var e2 = jqLite(element[0].childNodes[2]); + var e2 = jqLite(element[0].childNodes[3]); expect(e1.hasClass('odd')).toBeTruthy(); expect(e1.hasClass('even')).toBeFalsy(); @@ -281,7 +458,7 @@ describe('ngClass', function() { $rootScope.$digest(); var e1 = jqLite(element[0].childNodes[1]); - var e2 = jqLite(element[0].childNodes[2]); + var e2 = jqLite(element[0].childNodes[3]); expect(e1.hasClass('odd')).toBeTruthy(); expect(e1.hasClass('even')).toBeFalsy(); @@ -289,4 +466,363 @@ describe('ngClass', function() { expect(e2.hasClass('even')).toBeTruthy(); expect(e2.hasClass('odd')).toBeFalsy(); })); + + + it('should add/remove the correct classes when the expression and `$index` change simultaneously', + inject(function($compile, $rootScope) { + element = $compile( + '
                        ' + + '
                        ' + + '
                        ' + + '
                        ')($rootScope); + var odd = element.children().eq(0); + var even = element.children().eq(1); + + $rootScope.$apply('$index = 0; foo = "class1"'); + + expect(odd).toHaveClass('class1'); + expect(odd).not.toHaveClass('class2'); + expect(even).not.toHaveClass('class1'); + expect(even).not.toHaveClass('class2'); + + $rootScope.$apply('$index = 1; foo = "class2"'); + + expect(odd).not.toHaveClass('class1'); + expect(odd).not.toHaveClass('class2'); + expect(even).not.toHaveClass('class1'); + expect(even).toHaveClass('class2'); + + $rootScope.$apply('foo = "class1"'); + + expect(odd).not.toHaveClass('class1'); + expect(odd).not.toHaveClass('class2'); + expect(even).toHaveClass('class1'); + expect(even).not.toHaveClass('class2'); + + $rootScope.$apply('$index = 2'); + + expect(odd).toHaveClass('class1'); + expect(odd).not.toHaveClass('class2'); + expect(even).not.toHaveClass('class1'); + expect(even).not.toHaveClass('class2'); + }) + ); + + it('should support mixed array/object variable with a mutating object', + inject(function($rootScope, $compile) { + element = $compile('
                        ')($rootScope); + + $rootScope.classVar = [{orange: true}]; + $rootScope.$digest(); + expect(element).toHaveClass('orange'); + + $rootScope.classVar[0].orange = false; + $rootScope.$digest(); + + expect(element).not.toHaveClass('orange'); + }) + ); + + // https://github.com/angular/angular.js/issues/15905 + it('should support a mixed literal-array/object variable', inject(function($rootScope, $compile) { + element = $compile('
                        ')($rootScope); + + $rootScope.classVar = {orange: true}; + $rootScope.$digest(); + expect(element).toHaveClass('orange'); + + $rootScope.classVar.orange = false; + $rootScope.$digest(); + + expect(element).not.toHaveClass('orange'); + }) + ); + + it('should support a one-time mixed literal-array/object variable', inject(function($rootScope, $compile) { + element = $compile('
                        ')($rootScope); + + $rootScope.classVar1 = {orange: true}; + $rootScope.$digest(); + expect(element).toHaveClass('orange'); + + $rootScope.classVar1.orange = false; + $rootScope.$digest(); + + expect(element).not.toHaveClass('orange'); + }) + ); + + + it('should do value stabilization as expected when one-time binding', + inject(function($rootScope, $compile) { + element = $compile('
                        ')($rootScope); + + $rootScope.$apply('className = "foo"'); + expect(element).toHaveClass('foo'); + + $rootScope.$apply('className = "bar"'); + expect(element).toHaveClass('foo'); + }) + ); + + it('should remove the watcher when static array one-time binding', + inject(function($rootScope, $compile) { + element = $compile('
                        ')($rootScope); + + $rootScope.$apply('className = "foo"'); + expect(element).toHaveClass('foo'); + + $rootScope.$apply('className = "bar"'); + expect(element).toHaveClass('foo'); + expect(element).not.toHaveClass('bar'); + }) + ); + + it('should remove the watcher when static map one-time binding', + inject(function($rootScope, $compile) { + element = $compile('
                        ')($rootScope); + + $rootScope.$apply('fooPresent = true'); + expect(element).toHaveClass('foo'); + + $rootScope.$apply('fooPresent = false'); + expect(element).toHaveClass('foo'); + }) + ); + + it('should track changes of mutating object inside an array', + inject(function($rootScope, $compile) { + $rootScope.classVar = [{orange: true}]; + element = $compile('
                        ')($rootScope); + + $rootScope.$digest(); + expect(element).toHaveClass('orange'); + + $rootScope.$apply('classVar[0].orange = false'); + expect(element).not.toHaveClass('orange'); + }) + ); + + //https://github.com/angular/angular.js/issues/15960#issuecomment-299109412 + it('should always reevaluate filters with non-primitive inputs within literals', function() { + module(function($filterProvider) { + $filterProvider.register('foo', valueFn(function(o) { + return o.a || o.b; + })); + }); + + inject(function($rootScope, $compile) { + $rootScope.testObj = {}; + element = $compile('
                        ')($rootScope); + + $rootScope.$apply(); + expect(element).not.toHaveClass('x'); + + $rootScope.$apply('testObj.a = true'); + expect(element).toHaveClass('x'); + }); + }); + + describe('large objects', function() { + var getProp; + var veryLargeObj; + + beforeEach(function() { + getProp = jasmine.createSpy('getProp'); + veryLargeObj = {}; + + Object.defineProperty(veryLargeObj, 'prop', { + get: getProp, + enumerable: true + }); + }); + + it('should not be copied when using an expression', inject(function($compile, $rootScope) { + element = $compile('
                        ')($rootScope); + $rootScope.fooClass = {foo: veryLargeObj}; + $rootScope.$digest(); + + expect(element).toHaveClass('foo'); + expect(getProp).not.toHaveBeenCalled(); + })); + + it('should not be copied when using a literal', inject(function($compile, $rootScope) { + element = $compile('
                        ')($rootScope); + $rootScope.veryLargeObj = veryLargeObj; + $rootScope.$digest(); + + expect(element).toHaveClass('foo'); + expect(getProp).not.toHaveBeenCalled(); + })); + + it('should not be copied when inside an array', inject(function($compile, $rootScope) { + element = $compile('
                        ')($rootScope); + $rootScope.veryLargeObj = veryLargeObj; + $rootScope.$digest(); + + expect(element).toHaveClass('foo'); + expect(getProp).not.toHaveBeenCalled(); + })); + + it('should not be copied when using one-time binding', inject(function($compile, $rootScope) { + element = $compile('
                        ')($rootScope); + $rootScope.veryLargeObj = veryLargeObj; + $rootScope.$digest(); + + expect(element).toHaveClass('foo'); + expect(element).not.toHaveClass('bar'); + expect(getProp).not.toHaveBeenCalled(); + + $rootScope.$apply('veryLargeObj.bar = "bar"'); + + expect(element).toHaveClass('foo'); + expect(element).not.toHaveClass('bar'); + expect(getProp).not.toHaveBeenCalled(); + + $rootScope.$apply('bar = "bar"'); + + expect(element).toHaveClass('foo'); + expect(element).toHaveClass('bar'); + expect(getProp).not.toHaveBeenCalled(); + + $rootScope.$apply('veryLargeObj.bar = "qux"'); + + expect(element).toHaveClass('foo'); + expect(element).toHaveClass('bar'); + expect(getProp).not.toHaveBeenCalled(); + })); + }); +}); + +describe('ngClass animations', function() { + var body, element, $rootElement; + + afterEach(function() { + dealoc(element); + }); + + it('should avoid calling addClass accidentally when removeClass is going on', function() { + module('ngAnimateMock'); + inject(function($compile, $rootScope, $animate, $timeout) { + element = angular.element('
                        '); + var body = jqLite(window.document.body); + body.append(element); + $compile(element)($rootScope); + + expect($animate.queue.length).toBe(0); + + $rootScope.val = 'one'; + $rootScope.$digest(); + expect($animate.queue.shift().event).toBe('addClass'); + expect($animate.queue.length).toBe(0); + + $rootScope.val = ''; + $rootScope.$digest(); + expect($animate.queue.shift().event).toBe('removeClass'); //only removeClass is called + expect($animate.queue.length).toBe(0); + + $rootScope.val = 'one'; + $rootScope.$digest(); + expect($animate.queue.shift().event).toBe('addClass'); + expect($animate.queue.length).toBe(0); + + $rootScope.val = 'two'; + $rootScope.$digest(); + expect($animate.queue.shift().event).toBe('addClass'); + expect($animate.queue.shift().event).toBe('removeClass'); + expect($animate.queue.length).toBe(0); + }); + }); + + it('should combine the ngClass evaluation with the enter animation', function() { + + //mocks are not used since the enter delegation method is called before addClass and + //it makes it impossible to test to see that addClass is called first + module('ngAnimate'); + module('ngAnimateMock'); + + module(function($animateProvider) { + $animateProvider.register('.crazy', function() { + return { + enter: function(element, done) { + element.data('state', 'crazy-enter'); + done(); + } + }; + }); + }); + inject(function($compile, $rootScope, $browser, $rootElement, $animate, $document) { + $animate.enabled(true); + + $rootScope.val = 'crazy'; + element = angular.element('
                        '); + jqLite($document[0].body).append($rootElement); + + $compile(element)($rootScope); + + var enterComplete = false; + $animate.enter(element, $rootElement, null).then(function() { + enterComplete = true; + }); + + //jquery doesn't compare both elements properly so let's use the nodes + expect(element.parent()[0]).toEqual($rootElement[0]); + expect(element.hasClass('crazy')).toBe(false); + expect(enterComplete).toBe(false); + + $rootScope.$digest(); + $animate.flush(); + $rootScope.$digest(); + + expect(element.hasClass('crazy')).toBe(true); + expect(enterComplete).toBe(true); + expect(element.data('state')).toBe('crazy-enter'); + }); + }); + + it('should not remove classes if they\'re going to be added back right after', function() { + module('ngAnimateMock'); + + inject(function($rootScope, $compile, $animate) { + var className; + + $rootScope.one = true; + $rootScope.two = true; + $rootScope.three = true; + + element = angular.element('
                        '); + $compile(element)($rootScope); + $rootScope.$digest(); + + //this fires twice due to the class observer firing + var item = $animate.queue.shift(); + expect(item.event).toBe('addClass'); + expect(item.args[1]).toBe('one two three'); + + expect($animate.queue.length).toBe(0); + + $rootScope.three = false; + $rootScope.$digest(); + + item = $animate.queue.shift(); + expect(item.event).toBe('removeClass'); + expect(item.args[1]).toBe('three'); + + expect($animate.queue.length).toBe(0); + + $rootScope.two = false; + $rootScope.three = true; + $rootScope.$digest(); + + item = $animate.queue.shift(); + expect(item.event).toBe('addClass'); + expect(item.args[1]).toBe('three'); + + item = $animate.queue.shift(); + expect(item.event).toBe('removeClass'); + expect(item.args[1]).toBe('two'); + + expect($animate.queue.length).toBe(0); + }); + }); }); diff --git a/test/ng/directive/ngControllerSpec.js b/test/ng/directive/ngControllerSpec.js index ab85c5699d3a..f78baa7fff7e 100644 --- a/test/ng/directive/ngControllerSpec.js +++ b/test/ng/directive/ngControllerSpec.js @@ -3,8 +3,12 @@ describe('ngController', function() { var element; - beforeEach(inject(function($window) { - $window.Greeter = function($scope) { + beforeEach(module(function($controllerProvider) { + $controllerProvider.register('PublicModule', function() { + this.mark = 'works'; + }); + + var Greeter = function($scope) { // private stuff (not exported to scope) this.prefix = 'Hello '; @@ -17,16 +21,26 @@ describe('ngController', function() { $scope.protoGreet = bind(this, this.protoGreet); }; - $window.Greeter.prototype = { + Greeter.prototype = { suffix: '!', protoGreet: function(name) { return this.prefix + name + this.suffix; } }; + $controllerProvider.register('Greeter', Greeter); - $window.Child = function($scope) { + $controllerProvider.register('Child', function($scope) { $scope.name = 'Adam'; + }); + + $controllerProvider.register('Public', function($scope) { + this.mark = 'works'; + }); + + var Foo = function($scope) { + $scope.mark = 'foo'; }; + $controllerProvider.register('BoundFoo', ['$scope', Foo.bind(null)]); })); afterEach(function() { @@ -40,6 +54,25 @@ describe('ngController', function() { expect(element.text()).toBe('Hello Misko!'); })); + it('should instantiate bound constructor functions', inject(function($compile, $rootScope) { + element = $compile('
                        {{mark}}
                        ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('foo'); + })); + + it('should publish controller into scope', inject(function($compile, $rootScope) { + element = $compile('
                        {{p.mark}}
                        ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('works'); + })); + + + it('should publish controller into scope from module', inject(function($compile, $rootScope) { + element = $compile('
                        {{p.mark}}
                        ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('works'); + })); + it('should allow nested controllers', inject(function($compile, $rootScope) { element = $compile('
                        {{greet(name)}}
                        ')($rootScope); @@ -54,12 +87,68 @@ describe('ngController', function() { it('should instantiate controller defined on scope', inject(function($compile, $rootScope) { - $rootScope.Greeter = function($scope) { + $rootScope.VojtaGreeter = function($scope) { $scope.name = 'Vojta'; }; - element = $compile('
                        {{name}}
                        ')($rootScope); + element = $compile('
                        {{name}}
                        ')($rootScope); $rootScope.$digest(); expect(element.text()).toBe('Vojta'); })); + + + it('should work with ngInclude on the same element', inject(function($compile, $rootScope, $httpBackend) { + $rootScope.GreeterController = function($scope) { + $scope.name = 'Vojta'; + }; + + element = $compile('
                        ')($rootScope); + $httpBackend.expect('GET', 'url').respond('{{name}}'); + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toEqual('Vojta'); + })); + + + it('should only instantiate the controller once with ngInclude on the same element', + inject(function($compile, $rootScope, $httpBackend) { + + var count = 0; + + $rootScope.CountController = function($scope) { + count += 1; + }; + + element = $compile('
                        ')($rootScope); + + $httpBackend.expect('GET', 'first').respond('first'); + $rootScope.url = 'first'; + $rootScope.$digest(); + $httpBackend.flush(); + + $httpBackend.expect('GET', 'second').respond('second'); + $rootScope.url = 'second'; + $rootScope.$digest(); + $httpBackend.flush(); + + expect(count).toBe(1); + })); + + + it('when ngInclude is on the same element, the content included content should get a child scope of the controller', + inject(function($compile, $rootScope, $httpBackend) { + + var controllerScope; + + $rootScope.ExposeScopeController = function($scope) { + controllerScope = $scope; + }; + + element = $compile('
                        ')($rootScope); + $httpBackend.expect('GET', 'url').respond('
                        '); + $rootScope.$digest(); + $httpBackend.flush(); + expect(controllerScope.name).toBeUndefined(); + })); + }); diff --git a/test/ng/directive/ngCspSpec.js b/test/ng/directive/ngCspSpec.js deleted file mode 100644 index 7a21b587c6c3..000000000000 --- a/test/ng/directive/ngCspSpec.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; - -describe('ngCsp', function() { - - it('it should turn on CSP mode in $sniffer', inject(function($sniffer, $compile) { - expect($sniffer.csp).toBe(false); - $compile('
                        '); - expect($sniffer.csp).toBe(true); - })); -}); diff --git a/test/ng/directive/ngEventDirsSpec.js b/test/ng/directive/ngEventDirsSpec.js index 4aa09fc51194..4a533a47174f 100644 --- a/test/ng/directive/ngEventDirsSpec.js +++ b/test/ng/directive/ngEventDirsSpec.js @@ -12,14 +12,269 @@ describe('event directives', function() { describe('ngSubmit', function() { it('should get called on form submit', inject(function($rootScope, $compile) { - element = $compile('
                        ' + - '' + + element = $compile( + '' + + '' + '
                        ')($rootScope); $rootScope.$digest(); - expect($rootScope.submitted).not.toBeDefined(); + + // Support: Chrome 60+ + // We need to add the form to the DOM in order for `submit` events to be properly fired. + window.document.body.appendChild(element[0]); + + // prevent submit within the test harness + element.on('submit', function(e) { e.preventDefault(); }); + + expect($rootScope.submitted).toBeUndefined(); browserTrigger(element.children()[0]); expect($rootScope.submitted).toEqual(true); })); + + it('should expose event on form submit', inject(function($rootScope, $compile) { + $rootScope.formSubmission = function(e) { + if (e) { + $rootScope.formSubmitted = 'foo'; + } + }; + + element = $compile( + '
                        ' + + '' + + '
                        ')($rootScope); + $rootScope.$digest(); + + // Support: Chrome 60+ (on Windows) + // We need to add the form to the DOM in order for `submit` events to be properly fired. + window.document.body.appendChild(element[0]); + + // prevent submit within the test harness + element.on('submit', function(e) { e.preventDefault(); }); + + expect($rootScope.formSubmitted).toBeUndefined(); + + browserTrigger(element.children()[0]); + expect($rootScope.formSubmitted).toEqual('foo'); + })); + }); + + describe('focus', function() { + + describe('call the listener asynchronously during $apply', function() { + function run(scope) { + inject(function($compile) { + element = $compile('')(scope); + scope.focus = jasmine.createSpy('focus'); + + scope.$apply(function() { + element.triggerHandler('focus'); + expect(scope.focus).not.toHaveBeenCalled(); + }); + + expect(scope.focus).toHaveBeenCalledOnce(); + }); + } + + it('should call the listener with non isolate scopes', inject(function($rootScope) { + run($rootScope.$new()); + })); + + it('should call the listener with isolate scopes', inject(function($rootScope) { + run($rootScope.$new(true)); + })); + + }); + + it('should call the listener synchronously inside of $apply if outside of $apply', + inject(function($rootScope, $compile) { + element = $compile('')($rootScope); + $rootScope.focus = jasmine.createSpy('focus').and.callFake(function() { + $rootScope.value = 'newValue'; + }); + + element.triggerHandler('focus'); + + expect($rootScope.focus).toHaveBeenCalledOnce(); + expect(element.val()).toBe('newValue'); + })); + + }); + + describe('DOM event object', function() { + it('should allow access to the $event object', inject(function($rootScope, $compile) { + var scope = $rootScope.$new(); + element = $compile('')(scope); + element.triggerHandler('click'); + expect(scope.e.target).toBe(element[0]); + })); + }); + + describe('blur', function() { + + describe('call the listener asynchronously during $apply', function() { + function run(scope) { + inject(function($compile) { + element = $compile('')(scope); + scope.blur = jasmine.createSpy('blur'); + + scope.$apply(function() { + element.triggerHandler('blur'); + expect(scope.blur).not.toHaveBeenCalled(); + }); + + expect(scope.blur).toHaveBeenCalledOnce(); + }); + } + + it('should call the listener with non isolate scopes', inject(function($rootScope) { + run($rootScope.$new()); + })); + + it('should call the listener with isolate scopes', inject(function($rootScope) { + run($rootScope.$new(true)); + })); + + }); + + it('should call the listener synchronously inside of $apply if outside of $apply', + inject(function($rootScope, $compile) { + element = $compile('')($rootScope); + $rootScope.blur = jasmine.createSpy('blur').and.callFake(function() { + $rootScope.value = 'newValue'; + }); + + element.triggerHandler('blur'); + + expect($rootScope.blur).toHaveBeenCalledOnce(); + expect(element.val()).toBe('newValue'); + })); + }); + + + it('should call the listener synchronously if the event is triggered inside of a digest', + inject(function($rootScope, $compile) { + var watchedVal; + + element = $compile('')($rootScope); + $rootScope.$watch('value', function(newValue) { + watchedVal = newValue; + }); + $rootScope.click = jasmine.createSpy('click').and.callFake(function() { + $rootScope.value = 'newValue'; + }); + + $rootScope.$apply(function() { + element.triggerHandler('click'); + }); + + expect($rootScope.click).toHaveBeenCalledOnce(); + expect(watchedVal).toEqual('newValue'); + })); + + + it('should call the listener synchronously if the event is triggered outside of a digest', + inject(function($rootScope, $compile) { + var watchedVal; + + element = $compile('')($rootScope); + $rootScope.$watch('value', function(newValue) { + watchedVal = newValue; + }); + $rootScope.click = jasmine.createSpy('click').and.callFake(function() { + $rootScope.value = 'newValue'; + }); + + element.triggerHandler('click'); + + expect($rootScope.click).toHaveBeenCalledOnce(); + expect(watchedVal).toEqual('newValue'); + })); + + + describe('throwing errors in event handlers', function() { + + it('should not stop execution if the event is triggered outside a digest', function() { + + module(function($exceptionHandlerProvider) { + $exceptionHandlerProvider.mode('log'); + }); + + inject(function($rootScope, $compile, $exceptionHandler, $log) { + + element = $compile('')($rootScope); + expect($log.assertEmpty()); + $rootScope.click = function() { + throw new Error('listener error'); + }; + + $rootScope.do = function() { + element.triggerHandler('click'); + $log.log('done'); + }; + + $rootScope.do(); + + expect($exceptionHandler.errors).toEqual([Error('listener error')]); + expect($log.log.logs).toEqual([['done']]); + $log.reset(); + }); + }); + + + it('should not stop execution if the event is triggered inside a digest', function() { + + module(function($exceptionHandlerProvider) { + $exceptionHandlerProvider.mode('log'); + }); + + inject(function($rootScope, $compile, $exceptionHandler, $log) { + + element = $compile('')($rootScope); + expect($log.assertEmpty()); + $rootScope.click = function() { + throw new Error('listener error'); + }; + + $rootScope.do = function() { + element.triggerHandler('click'); + $log.log('done'); + }; + + $rootScope.$apply(function() { + $rootScope.do(); + }); + + expect($exceptionHandler.errors).toEqual([Error('listener error')]); + expect($log.log.logs).toEqual([['done']]); + $log.reset(); + }); + }); + + + it('should not stop execution if the event is triggered in a watch expression function', function() { + + module(function($exceptionHandlerProvider) { + $exceptionHandlerProvider.mode('log'); + }); + + inject(function($rootScope, $compile, $exceptionHandler, $log) { + + element = $compile('')($rootScope); + $rootScope.click = function() { + throw new Error('listener error'); + }; + + $rootScope.$watch(function() { + element.triggerHandler('click'); + $log.log('done'); + }); + + $rootScope.$digest(); + + expect($exceptionHandler.errors).toEqual([Error('listener error'), Error('listener error')]); + expect($log.log.logs).toEqual([['done'], ['done']]); + $log.reset(); + }); + }); }); }); diff --git a/test/ng/directive/ngHrefSpec.js b/test/ng/directive/ngHrefSpec.js new file mode 100644 index 000000000000..876699636ca9 --- /dev/null +++ b/test/ng/directive/ngHrefSpec.js @@ -0,0 +1,141 @@ +'use strict'; + +describe('ngHref', function() { + var element; + + afterEach(function() { + dealoc(element); + }); + + + it('should interpolate the expression and bind to href', inject(function($compile, $rootScope) { + element = $compile('
                        ')($rootScope); + $rootScope.$digest(); + expect(element.attr('href')).toEqual('some/'); + + $rootScope.$apply(function() { + $rootScope.id = 1; + }); + expect(element.attr('href')).toEqual('some/1'); + })); + + + it('should bind href and merge with other attrs', inject(function($rootScope, $compile) { + element = $compile('')($rootScope); + $rootScope.url = 'http://server/'; + $rootScope.rel = 'REL'; + $rootScope.$digest(); + expect(element.attr('href')).toEqual('http://server/'); + expect(element.attr('rel')).toEqual('REL'); + })); + + + it('should bind href even if no interpolation', inject(function($rootScope, $compile) { + element = $compile('')($rootScope); + $rootScope.$digest(); + expect(element.attr('href')).toEqual('http://server/'); + })); + + it('should not set the href if ng-href is empty', inject(function($rootScope, $compile) { + $rootScope.url = null; + element = $compile('
                        ')($rootScope); + $rootScope.$digest(); + expect(element.attr('href')).toEqual(undefined); + })); + + it('should remove the href if ng-href changes to empty', inject(function($rootScope, $compile) { + $rootScope.url = 'http://www.google.com/'; + element = $compile('')($rootScope); + $rootScope.$digest(); + + $rootScope.url = null; + $rootScope.$digest(); + expect(element.attr('href')).toEqual(undefined); + })); + + it('should sanitize interpolated url', inject(function($rootScope, $compile) { + /* eslint no-script-url: "off" */ + $rootScope.imageUrl = 'javascript:alert(1);'; + element = $compile('')($rootScope); + $rootScope.$digest(); + expect(element.attr('href')).toBe('unsafe:javascript:alert(1);'); + })); + + it('should sanitize non-interpolated url', inject(function($rootScope, $compile) { + element = $compile('')($rootScope); + $rootScope.$digest(); + expect(element.attr('href')).toBe('unsafe:javascript:alert(1);'); + })); + + + // Support: IE 9-11 only, Edge 12-17 + if (msie || /\bEdge\/1[2-7]\.[\d.]+\b/.test(window.navigator.userAgent)) { + // IE/Edge fail when setting a href to a URL containing a % that isn't a valid escape sequence + // See https://github.com/angular/angular.js/issues/13388 + it('should throw error if ng-href contains a non-escaped percent symbol', inject(function($rootScope, $compile) { + expect(function() { + element = $compile('')($rootScope); + }).toThrow(); + })); + } + + + it('should bind numbers', inject(function($rootScope, $compile) { + element = $compile('')($rootScope); + $rootScope.$digest(); + expect(element.attr('href')).toEqual('1234'); + })); + + + it('should bind and sanitize the result of a (custom) toString() function', inject(function($rootScope, $compile) { + $rootScope.value = {}; + element = $compile('')($rootScope); + $rootScope.$digest(); + expect(element.attr('href')).toEqual('[object Object]'); + + function SafeClass() {} + + SafeClass.prototype.toString = function() { + return 'custom value'; + }; + + $rootScope.value = new SafeClass(); + $rootScope.$digest(); + expect(element.attr('href')).toEqual('custom value'); + + function UnsafeClass() {} + + UnsafeClass.prototype.toString = function() { + return 'javascript:alert(1);'; + }; + + $rootScope.value = new UnsafeClass(); + $rootScope.$digest(); + expect(element.attr('href')).toEqual('unsafe:javascript:alert(1);'); + })); + + + if (isDefined(window.SVGElement)) { + describe('SVGAElement', function() { + it('should interpolate the expression and bind to xlink:href', inject(function($compile, $rootScope) { + element = $compile('')($rootScope); + var child = element.children('a'); + $rootScope.$digest(); + expect(child.attr('xlink:href')).toEqual('some/'); + + $rootScope.$apply(function() { + $rootScope.id = 1; + }); + expect(child.attr('xlink:href')).toEqual('some/1'); + })); + + + it('should bind xlink:href even if no interpolation', inject(function($rootScope, $compile) { + element = $compile('')($rootScope); + var child = element.children('a'); + $rootScope.$digest(); + expect(child.attr('xlink:href')).toEqual('http://server/'); + })); + }); + } +}); diff --git a/test/ng/directive/ngIfSpec.js b/test/ng/directive/ngIfSpec.js new file mode 100644 index 000000000000..6f7e7cb355f3 --- /dev/null +++ b/test/ng/directive/ngIfSpec.js @@ -0,0 +1,393 @@ +'use strict'; + +describe('ngIf', function() { + + describe('basic', function() { + var $scope, $compile, element, $compileProvider; + + beforeEach(module(function(_$compileProvider_) { + $compileProvider = _$compileProvider_; + })); + beforeEach(inject(function($rootScope, _$compile_) { + $scope = $rootScope.$new(); + $compile = _$compile_; + element = $compile('
                        ')($scope); + })); + + afterEach(function() { + dealoc(element); + }); + + function makeIf() { + forEach(arguments, function(expr) { + element.append($compile('
                        Hi
                        ')($scope)); + }); + $scope.$apply(); + } + + it('should immediately remove the element if condition is falsy', function() { + makeIf('false', 'undefined', 'null', 'NaN', '\'\'', '0'); + expect(element.children().length).toBe(0); + }); + + it('should leave the element if condition is true', function() { + makeIf('true'); + expect(element.children().length).toBe(1); + }); + + it('should leave the element if the condition is a non-empty string', function() { + makeIf('\'f\'', '\'0\'', '\'false\'', '\'no\'', '\'n\'', '\'[]\''); + expect(element.children().length).toBe(6); + }); + + it('should leave the element if the condition is an object', function() { + makeIf('[]', '{}'); + expect(element.children().length).toBe(2); + }); + + it('should not add the element twice if the condition goes from true to true', function() { + $scope.hello = 'true1'; + makeIf('hello'); + expect(element.children().length).toBe(1); + $scope.$apply('hello = "true2"'); + expect(element.children().length).toBe(1); + }); + + it('should not recreate the element if the condition goes from true to true', function() { + $scope.hello = 'true1'; + makeIf('hello'); + element.children().data('flag', true); + $scope.$apply('hello = "true2"'); + expect(element.children().data('flag')).toBe(true); + }); + + it('should create then remove the element if condition changes', function() { + $scope.hello = true; + makeIf('hello'); + expect(element.children().length).toBe(1); + $scope.$apply('hello = false'); + expect(element.children().length).toBe(0); + }); + + it('should create a new scope every time the expression evaluates to true', function() { + $scope.$apply('value = true'); + element.append($compile( + '
                        ' + )($scope)); + $scope.$apply(); + expect(element.children('div').length).toBe(1); + }); + + it('should destroy the child scope every time the expression evaluates to false', function() { + $scope.value = true; + element.append($compile( + '
                        ' + )($scope)); + $scope.$apply(); + + var childScope = element.children().scope(); + var destroyed = false; + + childScope.$on('$destroy', function() { + destroyed = true; + }); + + $scope.value = false; + $scope.$apply(); + + expect(destroyed).toBe(true); + }); + + it('should play nice with other elements beside it', function() { + $scope.values = [1, 2, 3, 4]; + element.append($compile( + '
                        ' + + '
                        ' + + '
                        ' + )($scope)); + $scope.$apply(); + expect(element.children().length).toBe(9); + $scope.$apply('values.splice(0,1)'); + expect(element.children().length).toBe(6); + $scope.$apply('values.push(1)'); + expect(element.children().length).toBe(9); + }); + + it('should play nice with ngInclude on the same element', inject(function($templateCache) { + $templateCache.put('test.html', [200, '{{value}}', {}]); + + $scope.value = 'first'; + element.append($compile( + '
                        ' + )($scope)); + $scope.$apply(); + expect(element.text()).toBe('first'); + + $scope.value = 'later'; + $scope.$apply(); + expect(element.text()).toBe(''); + })); + + it('should work with multiple elements', function() { + $scope.show = true; + $scope.things = [1, 2, 3]; + element.append($compile( + '
                        before;
                        ' + + '
                        start;
                        ' + + '
                        {{thing}};
                        ' + + '
                        end;
                        ' + + '
                        after;
                        ' + )($scope)); + $scope.$apply(); + expect(element.text()).toBe('before;start;1;2;3;end;after;'); + + $scope.things.push(4); + $scope.$apply(); + expect(element.text()).toBe('before;start;1;2;3;4;end;after;'); + + $scope.show = false; + $scope.$apply(); + expect(element.text()).toBe('before;after;'); + }); + + it('should restore the element to its compiled state', function() { + $scope.value = true; + makeIf('value'); + expect(element.children().length).toBe(1); + jqLite(element.children()[0]).removeClass('my-class'); + expect(element.children()[0].className).not.toContain('my-class'); + $scope.$apply('value = false'); + expect(element.children().length).toBe(0); + $scope.$apply('value = true'); + expect(element.children().length).toBe(1); + expect(element.children()[0].className).toContain('my-class'); + }); + + it('should work when combined with an ASYNC template that loads after the first digest', inject(function($httpBackend, $compile, $rootScope) { + $compileProvider.directive('test', function() { + return { + templateUrl: 'test.html' + }; + }); + $httpBackend.whenGET('test.html').respond('hello'); + element.append('
                        '); + $compile(element)($rootScope); + $rootScope.show = true; + $rootScope.$apply(); + expect(element.text()).toBe(''); + + $httpBackend.flush(); + expect(element.text()).toBe('hello'); + + $rootScope.show = false; + $rootScope.$apply(); + // Note: there are still comments in element! + expect(element.children().length).toBe(0); + expect(element.text()).toBe(''); + })); + + it('should not trigger a digest when the element is removed', inject(function($$rAF, $rootScope, $timeout) { + var spy = spyOn($rootScope, '$digest').and.callThrough(); + + $scope.hello = true; + makeIf('hello'); + expect(element.children().length).toBe(1); + $scope.$apply('hello = false'); + spy.calls.reset(); + expect(element.children().length).toBe(0); + // The animation completion is async even without actual animations + $$rAF.flush(); + + expect(spy).not.toHaveBeenCalled(); + // A digest may have been triggered asynchronously, so check the queue + $timeout.verifyNoPendingTasks(); + })); + }); + + describe('and transcludes', function() { + it('should allow access to directive controller from children when used in a replace template', function() { + var controller; + module(function($compileProvider) { + var directive = $compileProvider.directive; + directive('template', valueFn({ + template: '
                        ', + replace: true, + controller: function() { + this.flag = true; + } + })); + directive('test', valueFn({ + require: '^template', + link: function(scope, el, attr, ctrl) { + controller = ctrl; + } + })); + }); + inject(function($compile, $rootScope) { + var element = $compile('
                        ')($rootScope); + $rootScope.$apply(); + expect(controller.flag).toBe(true); + dealoc(element); + }); + }); + + + it('should use the correct transcluded scope', function() { + module(function($compileProvider) { + $compileProvider.directive('iso', valueFn({ + link: function(scope) { + scope.val = 'value in iso scope'; + }, + restrict: 'E', + transclude: true, + template: '
                        val={{val}}-
                        ', + scope: {} + })); + }); + inject(function($compile, $rootScope) { + $rootScope.val = 'transcluded content'; + var element = $compile('')($rootScope); + $rootScope.$digest(); + expect(trim(element.text())).toEqual('val=value in iso scope-transcluded content'); + dealoc(element); + }); + }); + }); + + describe('and animations', function() { + var body, element, $rootElement; + + function html(content) { + $rootElement.html(content); + element = $rootElement.children().eq(0); + return element; + } + + beforeEach(module('ngAnimateMock')); + + beforeEach(module(function() { + // we need to run animation on attached elements; + return function(_$rootElement_) { + $rootElement = _$rootElement_; + body = jqLite(window.document.body); + body.append($rootElement); + }; + })); + + afterEach(function() { + dealoc(body); + dealoc(element); + }); + + beforeEach(module(function($animateProvider, $provide) { + return function($animate) { + $animate.enabled(true); + }; + })); + + it('should fire off the enter animation', + inject(function($compile, $rootScope, $animate) { + var item; + var $scope = $rootScope.$new(); + element = $compile(html( + '
                        ' + + '
                        Hi
                        ' + + '
                        ' + ))($scope); + + $rootScope.$digest(); + $scope.$apply('value = true'); + + item = $animate.queue.shift(); + expect(item.event).toBe('enter'); + expect(item.element.text()).toBe('Hi'); + + expect(element.children().length).toBe(1); + }) + ); + + it('should fire off the leave animation', + inject(function($compile, $rootScope, $animate) { + var item; + var $scope = $rootScope.$new(); + element = $compile(html( + '
                        ' + + '
                        Hi
                        ' + + '
                        ' + ))($scope); + $scope.$apply('value = true'); + + item = $animate.queue.shift(); + expect(item.event).toBe('enter'); + expect(item.element.text()).toBe('Hi'); + + expect(element.children().length).toBe(1); + $scope.$apply('value = false'); + + item = $animate.queue.shift(); + expect(item.event).toBe('leave'); + expect(item.element.text()).toBe('Hi'); + + expect(element.children().length).toBe(0); + }) + ); + + it('should destroy the previous leave animation if a new one takes place', function() { + module(function($provide) { + $provide.decorator('$animate', function($delegate, $$q) { + var emptyPromise = $$q.defer().promise; + emptyPromise.done = noop; + + $delegate.leave = function() { + return emptyPromise; + }; + return $delegate; + }); + }); + inject(function($compile, $rootScope, $animate) { + var item; + var $scope = $rootScope.$new(); + element = $compile(html( + '
                        ' + + '
                        Yo
                        ' + + '
                        ' + ))($scope); + + $scope.$apply('value = true'); + + var destroyed, inner = element.children(0); + inner.on('$destroy', function() { + destroyed = true; + }); + + $scope.$apply('value = false'); + + $scope.$apply('value = true'); + + $scope.$apply('value = false'); + + expect(destroyed).toBe(true); + }); + }); + + it('should work with svg elements when the svg container is transcluded', function() { + module(function($compileProvider) { + $compileProvider.directive('svgContainer', function() { + return { + template: '', + replace: true, + transclude: true + }; + }); + }); + inject(function($compile, $rootScope) { + element = $compile('')($rootScope); + $rootScope.flag = true; + $rootScope.$apply(); + + var circle = element.find('circle'); + expect(circle[0].toString()).toMatch(/SVG/); + }); + }); + }); +}); diff --git a/test/ng/directive/ngIncludeSpec.js b/test/ng/directive/ngIncludeSpec.js index 7c94a70ec5ba..e1261c2040e7 100644 --- a/test/ng/directive/ngIncludeSpec.js +++ b/test/ng/directive/ngIncludeSpec.js @@ -1,284 +1,827 @@ 'use strict'; describe('ngInclude', function() { - var element; + describe('basic', function() { + var element; - afterEach(function(){ - dealoc(element); - }); + afterEach(function() { + dealoc(element); + }); - function putIntoCache(url, content) { - return function($templateCache) { - $templateCache.put(url, [200, content, {}]); - }; - } - - - it('should include on external file', inject(putIntoCache('myUrl', '{{name}}'), - function($rootScope, $compile) { - element = jqLite(''); - jqLite(document.body).append(element); - element = $compile(element)($rootScope); - $rootScope.name = 'misko'; - $rootScope.url = 'myUrl'; - $rootScope.$digest(); - expect(element.text()).toEqual('misko'); - jqLite(document.body).html(''); - })); - - - it('should support ng-include="src" syntax', inject(putIntoCache('myUrl', '{{name}}'), - function($rootScope, $compile) { - element = jqLite('
                        '); - jqLite(document.body).append(element); - element = $compile(element)($rootScope); - $rootScope.name = 'Alibaba'; - $rootScope.url = 'myUrl'; - $rootScope.$digest(); - expect(element.text()).toEqual('Alibaba'); - jqLite(document.body).html(''); - })); - - - it('should remove previously included text if a falsy value is bound to src', inject( - putIntoCache('myUrl', '{{name}}'), - function($rootScope, $compile) { - element = jqLite(''); - element = $compile(element)($rootScope); - $rootScope.name = 'igor'; - $rootScope.url = 'myUrl'; - $rootScope.$digest(); + function putIntoCache(url, content) { + return function($templateCache) { + $templateCache.put(url, [200, content, {}]); + }; + } - expect(element.text()).toEqual('igor'); - $rootScope.url = undefined; - $rootScope.$digest(); + it('should trust and use literal urls', inject(function( + $rootScope, $httpBackend, $compile) { + element = $compile('
                        ')($rootScope); + $httpBackend.expect('GET', 'url').respond('template text'); + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toEqual('template text'); + dealoc($rootScope); + })); - expect(element.text()).toEqual(''); - })); + it('should trust and use trusted urls', inject(function($rootScope, $httpBackend, $compile, $sce) { + element = $compile('
                        ')($rootScope); + $httpBackend.expect('GET', 'http://foo.bar/url').respond('template text'); + $rootScope.fooUrl = $sce.trustAsResourceUrl('http://foo.bar/url'); + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toEqual('template text'); + dealoc($rootScope); + })); - it('should fire $includeContentLoaded event on child scope after linking the content', inject( - function($rootScope, $compile, $templateCache) { - var contentLoadedSpy = jasmine.createSpy('content loaded').andCallFake(function(event) { - expect(event.targetScope.$parent).toBe($rootScope); - expect(element.text()).toBe('partial content'); - }); - $templateCache.put('url', [200, 'partial content', {}]); - $rootScope.$on('$includeContentLoaded', contentLoadedSpy); + it('should include an external file', inject(putIntoCache('myUrl', '{{name}}'), + function($rootScope, $compile) { + element = jqLite('
                        '); + var body = jqLite(window.document.body); + body.append(element); + element = $compile(element)($rootScope); + $rootScope.name = 'misko'; + $rootScope.url = 'myUrl'; + $rootScope.$digest(); + expect(body.text()).toEqual('misko'); + body.empty(); + })); - element = $compile('')($rootScope); - $rootScope.$digest(); - expect(contentLoadedSpy).toHaveBeenCalledOnce(); - })); + it('should support ng-include="src" syntax', inject(putIntoCache('myUrl', '{{name}}'), + function($rootScope, $compile) { + element = jqLite('
                        '); + jqLite(window.document.body).append(element); + element = $compile(element)($rootScope); + $rootScope.name = 'Alibaba'; + $rootScope.url = 'myUrl'; + $rootScope.$digest(); + expect(element.text()).toEqual('Alibaba'); + jqLite(window.document.body).empty(); + })); + + + it('should NOT use untrusted URL expressions ', inject(putIntoCache('myUrl', '{{name}} text'), + function($rootScope, $compile, $sce) { + element = jqLite(''); + jqLite(window.document.body).append(element); + element = $compile(element)($rootScope); + $rootScope.name = 'chirayu'; + $rootScope.url = 'http://example.com/myUrl'; + expect(function() { $rootScope.$digest(); }).toThrowMinErr( + '$sce', 'insecurl', + /Blocked loading resource from url not allowed by \$sceDelegate policy. {2}URL: http:\/\/example.com\/myUrl.*/); + jqLite(window.document.body).empty(); + })); + + it('should NOT use mistyped expressions ', inject(putIntoCache('myUrl', '{{name}} text'), + function($rootScope, $compile, $sce) { + element = jqLite(''); + jqLite(window.document.body).append(element); + element = $compile(element)($rootScope); + $rootScope.name = 'chirayu'; + $rootScope.url = $sce.trustAsUrl('http://example.com/myUrl'); + expect(function() { $rootScope.$digest(); }).toThrowMinErr( + '$sce', 'insecurl', + /Blocked loading resource from url not allowed by \$sceDelegate policy. {2}URL: http:\/\/example.com\/myUrl.*/); + jqLite(window.document.body).empty(); + })); - it('should evaluate onload expression when a partial is loaded', inject( - putIntoCache('myUrl', 'my partial'), - function($rootScope, $compile) { - element = jqLite(''); - element = $compile(element)($rootScope); - expect($rootScope.loaded).not.toBeDefined(); + it('should remove previously included text if a falsy value is bound to src', inject( + putIntoCache('myUrl', '{{name}}'), + function($rootScope, $compile) { + element = jqLite('
                        '); + element = $compile(element)($rootScope); + $rootScope.name = 'igor'; + $rootScope.url = 'myUrl'; + $rootScope.$digest(); - $rootScope.url = 'myUrl'; - $rootScope.$digest(); + expect(element.text()).toEqual('igor'); - expect(element.text()).toEqual('my partial'); - expect($rootScope.loaded).toBe(true); - })); + $rootScope.url = undefined; + $rootScope.$digest(); + expect(element.text()).toEqual(''); + })); - it('should create child scope and destroy old one', inject( + it('should fire $includeContentRequested event on scope after making the xhr call', inject( function($rootScope, $compile, $httpBackend) { - $httpBackend.whenGET('url1').respond('partial {{$parent.url}}'); - $httpBackend.whenGET('url2').respond(404); + var contentRequestedSpy = jasmine.createSpy('content requested').and.callFake(function(event) { + expect(event.targetScope).toBe($rootScope); + }); - element = $compile('')($rootScope); - expect(element.children().scope()).toBeFalsy(); + $httpBackend.whenGET('url').respond('my partial'); + $rootScope.$on('$includeContentRequested', contentRequestedSpy); - $rootScope.url = 'url1'; - $rootScope.$digest(); - $httpBackend.flush(); - expect(element.children().scope().$parent).toBe($rootScope); - expect(element.text()).toBe('partial url1'); + element = $compile('
                        ')($rootScope); + $rootScope.$digest(); - $rootScope.url = 'url2'; - $rootScope.$digest(); - $httpBackend.flush(); - expect($rootScope.$$childHead).toBeFalsy(); - expect(element.text()).toBe(''); + expect(contentRequestedSpy).toHaveBeenCalledOnceWith(jasmine.any(Object), 'url'); - $rootScope.url = 'url1'; - $rootScope.$digest(); - expect(element.children().scope().$parent).toBe($rootScope); + $httpBackend.flush(); + })); - $rootScope.url = null; - $rootScope.$digest(); - expect($rootScope.$$childHead).toBeFalsy(); - })); + it('should fire $includeContentLoaded event on child scope after linking the content', inject( + function($rootScope, $compile, $templateCache) { + var contentLoadedSpy = jasmine.createSpy('content loaded').and.callFake(function(event) { + expect(event.targetScope.$parent).toBe($rootScope); + expect(element.text()).toBe('partial content'); + }); + $templateCache.put('url', [200, 'partial content', {}]); + $rootScope.$on('$includeContentLoaded', contentLoadedSpy); - it('should do xhr request and cache it', - inject(function($rootScope, $httpBackend, $compile) { - element = $compile('')($rootScope); - $httpBackend.expect('GET', 'myUrl').respond('my partial'); + element = $compile('
                        ')($rootScope); + $rootScope.$digest(); - $rootScope.url = 'myUrl'; - $rootScope.$digest(); - $httpBackend.flush(); - expect(element.text()).toEqual('my partial'); + expect(contentLoadedSpy).toHaveBeenCalledOnceWith(jasmine.any(Object), 'url'); + })); - $rootScope.url = null; - $rootScope.$digest(); - expect(element.text()).toEqual(''); - $rootScope.url = 'myUrl'; - $rootScope.$digest(); - expect(element.text()).toEqual('my partial'); - dealoc($rootScope); - })); + it('should fire $includeContentError event when content request fails', inject( + function($rootScope, $compile, $httpBackend, $templateCache) { + var contentLoadedSpy = jasmine.createSpy('content loaded'), + contentErrorSpy = jasmine.createSpy('content error'); + $rootScope.$on('$includeContentLoaded', contentLoadedSpy); + $rootScope.$on('$includeContentError', contentErrorSpy); - it('should clear content when error during xhr request', - inject(function($httpBackend, $compile, $rootScope) { - element = $compile('content')($rootScope); - $httpBackend.expect('GET', 'myUrl').respond(404, ''); + $httpBackend.expect('GET', 'tpl.html').respond(400, 'nope'); - $rootScope.url = 'myUrl'; - $rootScope.$digest(); - $httpBackend.flush(); + element = $compile('
                        ')($rootScope); - expect(element.text()).toBe(''); - })); + $rootScope.$apply(function() { + $rootScope.template = 'tpl.html'; + }); + $httpBackend.flush(); + + expect(contentLoadedSpy).not.toHaveBeenCalled(); + expect(contentErrorSpy).toHaveBeenCalledOnceWith(jasmine.any(Object), 'tpl.html'); + expect(element.children('div').contents().length).toBe(0); + })); - it('should be async even if served from cache', inject( + it('should evaluate onload expression when a partial is loaded', inject( putIntoCache('myUrl', 'my partial'), function($rootScope, $compile) { - element = $compile('')($rootScope); + element = jqLite('
                        '); + element = $compile(element)($rootScope); + + expect($rootScope.loaded).not.toBeDefined(); + + $rootScope.url = 'myUrl'; + $rootScope.$digest(); + + expect(element.text()).toEqual('my partial'); + expect($rootScope.loaded).toBe(true); + })); + + + it('should create child scope and destroy old one', inject( + function($rootScope, $compile, $httpBackend) { + $httpBackend.whenGET('url1').respond('partial {{$parent.url}}'); + $httpBackend.whenGET('url2').respond(404); + + element = $compile('
                        ')($rootScope); + expect(element.children().scope()).toBeFalsy(); + + $rootScope.url = 'url1'; + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.children().scope().$parent).toBe($rootScope); + expect(element.text()).toBe('partial url1'); + + $rootScope.url = 'url2'; + $rootScope.$digest(); + $httpBackend.flush(); + + expect($rootScope.$$childHead).toBeFalsy(); + expect(element.text()).toBe(''); + + $rootScope.url = 'url1'; + $rootScope.$digest(); + expect(element.children().scope().$parent).toBe($rootScope); + + $rootScope.url = null; + $rootScope.$digest(); + expect($rootScope.$$childHead).toBeFalsy(); + })); + + + it('should do xhr request and cache it', + inject(function($rootScope, $httpBackend, $compile) { + element = $compile('
                        ')($rootScope); + $httpBackend.expect('GET', 'myUrl').respond('my partial'); + + $rootScope.url = 'myUrl'; + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toEqual('my partial'); + + $rootScope.url = null; + $rootScope.$digest(); + expect(element.text()).toEqual(''); + + $rootScope.url = 'myUrl'; + $rootScope.$digest(); + expect(element.text()).toEqual('my partial'); + dealoc($rootScope); + })); + + + it('should clear content when error during xhr request', + inject(function($httpBackend, $compile, $rootScope) { + element = $compile('
                        content
                        ')($rootScope); + $httpBackend.expect('GET', 'myUrl').respond(404, ''); + + $rootScope.url = 'myUrl'; + $rootScope.$digest(); + $httpBackend.flush(); + + expect(element.text()).toBe(''); + })); + + + it('should be async even if served from cache', inject( + putIntoCache('myUrl', 'my partial'), + function($rootScope, $compile) { + element = $compile('
                        ')($rootScope); + + $rootScope.url = 'myUrl'; + + var called = 0; + // we want to assert only during first watch + $rootScope.$watch(function() { + if (!called) expect(element.text()).toBe(''); + called++; + }); + + $rootScope.$digest(); + expect(element.text()).toBe('my partial'); + })); + + + it('should discard pending xhr callbacks if a new template is requested before the current ' + + 'finished loading', inject(function($rootScope, $compile, $httpBackend) { + element = jqLite('
                        '); + var log = {}; + + $rootScope.templateUrl = 'myUrl1'; + $rootScope.logger = function(msg) { + log[msg] = true; + }; + $compile(element)($rootScope); + expect(log).toEqual({}); + + $httpBackend.expect('GET', 'myUrl1').respond('
                        {{logger("url1")}}
                        '); + $rootScope.$digest(); + expect(log).toEqual({}); + $rootScope.templateUrl = 'myUrl2'; + $httpBackend.expect('GET', 'myUrl2').respond('
                        {{logger("url2")}}
                        '); + $httpBackend.flush(); // now that we have two requests pending, flush! + + expect(log).toEqual({ url2: true }); + })); + + + it('should compile only the content', inject(function($compile, $rootScope, $templateCache) { + // regression - $rootScope.url = 'myUrl'; + var onload = jasmine.createSpy('$includeContentLoaded'); + $rootScope.$on('$includeContentLoaded', onload); + $templateCache.put('tpl.html', [200, 'partial {{tpl}}', {}]); - var called = 0; - // we want to assert only during first watch - $rootScope.$watch(function() { - if (!called++) expect(element.text()).toBe(''); + element = $compile('
                        ' + + '
                        ')($rootScope); + expect(onload).not.toHaveBeenCalled(); + + $rootScope.$apply(function() { + $rootScope.tpl = 'tpl.html'; + }); + expect(onload).toHaveBeenCalledOnce(); + + $rootScope.tpl = ''; + $rootScope.$digest(); + dealoc(element); + })); + + + it('should not break attribute bindings on the same element', inject(function($compile, $rootScope, $httpBackend) { + // regression #3793 + + element = $compile('
                        ')($rootScope); + $httpBackend.expect('GET', 'url1').respond('template text 1'); + $rootScope.hrefUrl = 'fooUrl1'; + $rootScope.includeUrl = 'url1'; + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toBe('template text 1'); + expect(element.find('span').attr('foo')).toBe('#/fooUrl1'); + + $httpBackend.expect('GET', 'url2').respond('template text 2'); + $rootScope.includeUrl = 'url2'; + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toBe('template text 2'); + expect(element.find('span').attr('foo')).toBe('#/fooUrl1'); + + $rootScope.hrefUrl = 'fooUrl2'; + $rootScope.$digest(); + expect(element.text()).toBe('template text 2'); + expect(element.find('span').attr('foo')).toBe('#/fooUrl2'); + })); + + + it('should exec scripts when jQuery is included', inject(function($compile, $rootScope, $httpBackend) { + if (!jQuery) { + return; + } + + element = $compile('
                        ')($rootScope); + + // the element needs to be appended for the script to run + element.appendTo(window.document.body); + window._ngIncludeCausesScriptToRun = false; + $httpBackend.expect('GET', 'url1').respond(''); + $rootScope.includeUrl = 'url1'; + $rootScope.$digest(); + $httpBackend.flush(); + + expect(window._ngIncludeCausesScriptToRun).toBe(true); + + delete window._ngIncludeCausesScriptToRun; + })); + + + it('should construct SVG template elements with correct namespace', function() { + if (!window.SVGRectElement) return; + module(function($compileProvider) { + $compileProvider.directive('test', valueFn({ + templateNamespace: 'svg', + templateUrl: 'my-rect.html', + replace: true + })); + }); + inject(function($compile, $rootScope, $httpBackend) { + $httpBackend.expectGET('my-rect.html').respond(''); + $httpBackend.expectGET('include.svg').respond(''); + element = $compile('')($rootScope); + $httpBackend.flush(); + var child = element.find('rect'); + expect(child.length).toBe(2); + // eslint-disable-next-line no-undef + expect(child[0] instanceof SVGRectElement).toBe(true); + }); }); - $rootScope.$digest(); - expect(element.text()).toBe('my partial'); - })); + it('should compile only the template content of an SVG template', function() { + if (!window.SVGRectElement) return; + module(function($compileProvider) { + $compileProvider.directive('test', valueFn({ + templateNamespace: 'svg', + templateUrl: 'my-rect.html', + replace: true + })); + }); + inject(function($compile, $rootScope, $httpBackend) { + $httpBackend.expectGET('my-rect.html').respond(''); + $httpBackend.expectGET('include.svg').respond(''); + element = $compile('')($rootScope); + $httpBackend.flush(); + expect(element.find('a').length).toBe(0); + }); + }); - it('should discard pending xhr callbacks if a new template is requested before the current ' + - 'finished loading', inject(function($rootScope, $compile, $httpBackend) { - element = jqLite(""); - var log = []; - $rootScope.templateUrl = 'myUrl1'; - $rootScope.logger = function(msg) { - log.push(msg); - } - $compile(element)($rootScope); - expect(log.join('; ')).toEqual(''); + it('should not compile template if original scope is destroyed', function() { + module(function($provide) { + $provide.decorator('$compile', function($delegate) { + var result = jasmine.createSpy('$compile').and.callFake($delegate); + result.$$createComment = $delegate.$$createComment; + return result; + }); + }); + inject(function($rootScope, $httpBackend, $compile) { + $httpBackend.when('GET', 'url').respond('template text'); + $rootScope.show = true; + element = $compile('
                        ')($rootScope); + $rootScope.$digest(); + $rootScope.show = false; + $rootScope.$digest(); + $compile.calls.reset(); + $httpBackend.flush(); + expect($compile).not.toHaveBeenCalled(); + }); + }); - $httpBackend.expect('GET', 'myUrl1').respond('
                        {{logger("url1")}}
                        '); - $rootScope.$digest(); - expect(log.join('; ')).toEqual(''); - $rootScope.templateUrl = 'myUrl2'; - $httpBackend.expect('GET', 'myUrl2').respond('
                        {{logger("url2")}}
                        '); - $rootScope.$digest(); - $httpBackend.flush(); // now that we have two requests pending, flush! - expect(log.join('; ')).toEqual('url2; url2'); // it's here twice because we go through at - // least two digest cycles - })); + it('should not trigger a digest when the include is changed', function() { + inject(function($$rAF, $templateCache, $rootScope, $compile, $timeout) { + var spy = spyOn($rootScope, '$digest').and.callThrough(); - it('should compile only the content', inject(function($compile, $rootScope, $templateCache) { - // regression + $templateCache.put('myUrl', 'my template content'); + $templateCache.put('myOtherUrl', 'my other template content'); - var onload = jasmine.createSpy('$includeContentLoaded'); - $rootScope.$on('$includeContentLoaded', onload); - $templateCache.put('tpl.html', [200, 'partial {{tpl}}', {}]); + $rootScope.url = 'myUrl'; + element = jqLite('
                        '); + element = $compile(element)($rootScope); + $rootScope.$digest(); + // The animation completion is async even without actual animations + $$rAF.flush(); + expect(element.text()).toEqual('my template content'); - element = $compile('
                        ' + - '
                        ')($rootScope); - expect(onload).not.toHaveBeenCalled(); + $rootScope.$apply('url = "myOtherUrl"'); + spy.calls.reset(); + expect(element.text()).toEqual('my other template content'); + $$rAF.flush(); - $rootScope.$apply(function() { - $rootScope.tpl = 'tpl.html'; + expect(spy).not.toHaveBeenCalled(); + // A digest may have been triggered asynchronously, so check the queue + $timeout.verifyNoPendingTasks(); + }); }); - expect(onload).toHaveBeenCalledOnce(); - })); - describe('autoscoll', function() { - var autoScrollSpy; + describe('autoscroll', function() { + var autoScrollSpy; - function spyOnAnchorScroll() { - return function($provide) { - autoScrollSpy = jasmine.createSpy('$anchorScroll'); - $provide.value('$anchorScroll', autoScrollSpy); - }; - } + function spyOnAnchorScroll() { + return function($provide) { + autoScrollSpy = jasmine.createSpy('$anchorScroll'); + $provide.value('$anchorScroll', autoScrollSpy); + }; + } - function compileAndLink(tpl) { - return function($compile, $rootScope) { - element = $compile(tpl)($rootScope); - }; - } + function compileAndLink(tpl) { + return function($compile, $rootScope) { + element = $compile(tpl)($rootScope); + }; + } + + beforeEach(module(spyOnAnchorScroll(), 'ngAnimateMock')); + beforeEach(inject( + putIntoCache('template.html', 'CONTENT'), + putIntoCache('another.html', 'CONTENT'))); + + it('should call $anchorScroll if autoscroll attribute is present', inject( + compileAndLink('
                        '), + function($rootScope, $animate, $timeout) { - function changeTplAndValueTo(template, value) { - return function($rootScope, $browser) { $rootScope.$apply(function() { - $rootScope.tpl = template; - $rootScope.value = value; + $rootScope.tpl = 'template.html'; }); - }; - } - beforeEach(module(spyOnAnchorScroll())); - beforeEach(inject( - putIntoCache('template.html', 'CONTENT'), - putIntoCache('another.html', 'CONTENT'))); + expect(autoScrollSpy).not.toHaveBeenCalled(); + $animate.flush(); + $rootScope.$digest(); - it('should call $anchorScroll if autoscroll attribute is present', inject( - compileAndLink(''), - changeTplAndValueTo('template.html'), function() { - expect(autoScrollSpy).toHaveBeenCalledOnce(); - })); + expect($animate.queue.shift().event).toBe('enter'); + expect(autoScrollSpy).toHaveBeenCalledOnce(); + })); - it('should call $anchorScroll if autoscroll evaluates to true', inject( - compileAndLink(''), - changeTplAndValueTo('template.html', true), - changeTplAndValueTo('another.html', 'some-string'), - changeTplAndValueTo('template.html', 100), function() { - expect(autoScrollSpy).toHaveBeenCalled(); - expect(autoScrollSpy.callCount).toBe(3); - })); + it('should call $anchorScroll if autoscroll evaluates to true', + inject(function($rootScope, $compile, $animate, $timeout) { + + element = $compile('
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.tpl = 'template.html'; + $rootScope.value = true; + }); + + expect($animate.queue.shift().event).toBe('enter'); + + $rootScope.$apply(function() { + $rootScope.tpl = 'another.html'; + $rootScope.value = 'some-string'; + }); + + expect($animate.queue.shift().event).toBe('leave'); + expect($animate.queue.shift().event).toBe('enter'); + + $rootScope.$apply(function() { + $rootScope.tpl = 'template.html'; + $rootScope.value = 100; + }); + + expect($animate.queue.shift().event).toBe('leave'); + expect($animate.queue.shift().event).toBe('enter'); + + $animate.flush(); + $rootScope.$digest(); + + expect(autoScrollSpy).toHaveBeenCalled(); + expect(autoScrollSpy).toHaveBeenCalledTimes(3); + })); + + + it('should not call $anchorScroll if autoscroll attribute is not present', inject( + compileAndLink('
                        '), + function($rootScope, $animate, $timeout) { + + $rootScope.$apply(function() { + $rootScope.tpl = 'template.html'; + }); + + expect($animate.queue.shift().event).toBe('enter'); + expect(autoScrollSpy).not.toHaveBeenCalled(); + })); + + + it('should not call $anchorScroll if autoscroll evaluates to false', + inject(function($rootScope, $compile, $animate, $timeout) { + + element = $compile('
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.tpl = 'template.html'; + $rootScope.value = false; + }); + + expect($animate.queue.shift().event).toBe('enter'); + + $rootScope.$apply(function() { + $rootScope.tpl = 'template.html'; + $rootScope.value = undefined; + }); + $rootScope.$apply(function() { + $rootScope.tpl = 'template.html'; + $rootScope.value = null; + }); + + expect(autoScrollSpy).not.toHaveBeenCalled(); + })); + + it('should only call $anchorScroll after the "enter" animation completes', inject( + compileAndLink('
                        '), + function($rootScope, $animate, $timeout) { + expect(autoScrollSpy).not.toHaveBeenCalled(); + + $rootScope.$apply('tpl = \'template.html\''); + expect($animate.queue.shift().event).toBe('enter'); + + $animate.flush(); + $rootScope.$digest(); - it('should not call $anchorScroll if autoscroll attribute is not present', inject( - compileAndLink(''), - changeTplAndValueTo('template.html'), function() { - expect(autoScrollSpy).not.toHaveBeenCalled(); + expect(autoScrollSpy).toHaveBeenCalledOnce(); + } + )); + }); + }); + + describe('and transcludes', function() { + var element, directive; + + beforeEach(module(function($compileProvider) { + element = null; + directive = $compileProvider.directive; })); + afterEach(function() { + if (element) { + dealoc(element); + } + }); - it('should not call $anchorScroll if autoscroll evaluates to false', inject( - compileAndLink(''), - changeTplAndValueTo('template.html', false), - changeTplAndValueTo('template.html', undefined), - changeTplAndValueTo('template.html', null), function() { - expect(autoScrollSpy).not.toHaveBeenCalled(); + it('should allow access to directive controller from children when used in a replace template', function() { + var controller; + module(function() { + directive('template', valueFn({ + template: '
                        ', + replace: true, + controller: function() { + this.flag = true; + } + })); + directive('test', valueFn({ + require: '^template', + link: function(scope, el, attr, ctrl) { + controller = ctrl; + } + })); + }); + inject(function($compile, $rootScope, $httpBackend) { + $httpBackend.expectGET('include.html').respond('
                        '); + element = $compile('
                        ')($rootScope); + $rootScope.$apply(); + $httpBackend.flush(); + expect(controller.flag).toBe(true); + }); + }); + + it('should compile its content correctly (although we remove it later)', function() { + var testElement; + module(function() { + directive('test', function() { + return { + link: function(scope, element) { + testElement = element; + } + }; + }); + }); + inject(function($compile, $rootScope, $httpBackend) { + $httpBackend.expectGET('include.html').respond(' '); + element = $compile('
                        ')($rootScope); + $rootScope.$apply(); + $httpBackend.flush(); + expect(testElement[0].nodeName).toBe('DIV'); + }); + + }); + + it('should link directives on the same element after the content has been loaded', function() { + var contentOnLink; + module(function() { + directive('test', function() { + return { + link: function(scope, element) { + contentOnLink = element.text(); + } + }; + }); + }); + inject(function($compile, $rootScope, $httpBackend) { + $httpBackend.expectGET('include.html').respond('someContent'); + element = $compile('
                        ')($rootScope); + $rootScope.$apply(); + $httpBackend.flush(); + expect(contentOnLink).toBe('someContent'); + }); + }); + + it('should add the content to the element before compiling it', function() { + var root; + module(function() { + directive('test', function() { + return { + link: function(scope, element) { + root = element.parent().parent(); + } + }; + }); + }); + inject(function($compile, $rootScope, $httpBackend) { + $httpBackend.expectGET('include.html').respond(''); + element = $compile('
                        ')($rootScope); + $rootScope.$apply(); + $httpBackend.flush(); + expect(root[0]).toBe(element[0]); + }); + }); + }); + + describe('and animations', function() { + var body, element, $rootElement; + + function html(content) { + $rootElement.html(content); + element = $rootElement.children().eq(0); + return element; + } + + beforeEach(module(function() { + // we need to run animation on attached elements; + return function(_$rootElement_) { + $rootElement = _$rootElement_; + body = jqLite(window.document.body); + body.append($rootElement); + }; })); + + afterEach(function() { + dealoc(body); + dealoc(element); + }); + + beforeEach(module('ngAnimateMock')); + + afterEach(function() { + dealoc(element); + }); + + it('should fire off the enter animation', + inject(function($compile, $rootScope, $templateCache, $animate) { + var item; + + $templateCache.put('enter', [200, '
                        data
                        ', {}]); + $rootScope.tpl = 'enter'; + element = $compile(html( + '
                        ' + + '
                        ' + ))($rootScope); + $rootScope.$digest(); + + var animation = $animate.queue.pop(); + expect(animation.event).toBe('enter'); + expect(animation.element.text()).toBe('data'); + }) + ); + + it('should fire off the leave animation', + inject(function($compile, $rootScope, $templateCache, $animate) { + var item; + $templateCache.put('enter', [200, '
                        data
                        ', {}]); + $rootScope.tpl = 'enter'; + element = $compile(html( + '
                        ' + + '
                        ' + ))($rootScope); + $rootScope.$digest(); + + var animation = $animate.queue.shift(); + expect(animation.event).toBe('enter'); + expect(animation.element.text()).toBe('data'); + + $rootScope.tpl = ''; + $rootScope.$digest(); + + animation = $animate.queue.shift(); + expect(animation.event).toBe('leave'); + expect(animation.element.text()).toBe('data'); + }) + ); + + it('should animate two separate ngInclude elements', + inject(function($compile, $rootScope, $templateCache, $animate) { + var item; + $templateCache.put('one', [200, 'one', {}]); + $templateCache.put('two', [200, 'two', {}]); + $rootScope.tpl = 'one'; + element = $compile(html( + '
                        ' + + '
                        ' + ))($rootScope); + $rootScope.$digest(); + + var item1 = $animate.queue.shift().element; + expect(item1.text()).toBe('one'); + + $rootScope.tpl = 'two'; + $rootScope.$digest(); + + var itemA = $animate.queue.shift().element; + var itemB = $animate.queue.shift().element; + expect(itemA.attr('ng-include')).toBe('tpl'); + expect(itemB.attr('ng-include')).toBe('tpl'); + expect(itemA).not.toEqual(itemB); + }) + ); + + it('should destroy the previous leave animation if a new one takes place', function() { + module(function($provide) { + $provide.decorator('$animate', function($delegate, $$q) { + var emptyPromise = $$q.defer().promise; + emptyPromise.done = noop; + + $delegate.leave = function() { + return emptyPromise; + }; + return $delegate; + }); + }); + inject(function($compile, $rootScope, $animate, $templateCache) { + var item; + var $scope = $rootScope.$new(); + element = $compile(html( + '
                        ' + + '
                        Yo
                        ' + + '
                        ' + ))($scope); + + $templateCache.put('one', [200, '
                        one
                        ', {}]); + $templateCache.put('two', [200, '
                        two
                        ', {}]); + + $scope.$apply('inc = "one"'); + + var destroyed, inner = element.children(0); + inner.on('$destroy', function() { + destroyed = true; + }); + + $scope.$apply('inc = "two"'); + + $scope.$apply('inc = "one"'); + + $scope.$apply('inc = "two"'); + + expect(destroyed).toBe(true); + }); + }); }); }); diff --git a/test/ng/directive/ngInitSpec.js b/test/ng/directive/ngInitSpec.js index 00038621a495..60cab60e69a4 100644 --- a/test/ng/directive/ngInitSpec.js +++ b/test/ng/directive/ngInitSpec.js @@ -9,8 +9,34 @@ describe('ngInit', function() { }); - it("should init model", inject(function($rootScope, $compile) { + it('should init model', inject(function($rootScope, $compile) { element = $compile('
                        ')($rootScope); expect($rootScope.a).toEqual(123); })); + + + it('should be evaluated before ngInclude', inject(function($rootScope, $templateCache, $compile) { + $templateCache.put('template1.tpl', '1'); + $templateCache.put('template2.tpl', '2'); + $rootScope.template = 'template1.tpl'; + element = $compile('
                        ')($rootScope); + $rootScope.$digest(); + expect($rootScope.template).toEqual('template2.tpl'); + expect(element.find('span').text()).toEqual('2'); + })); + + + it('should be evaluated after ngController', function() { + module(function($controllerProvider) { + $controllerProvider.register('TestCtrl', function($scope) {}); + }); + inject(function($rootScope, $compile) { + element = $compile('
                        ')($rootScope); + $rootScope.$digest(); + expect($rootScope.test).toBeUndefined(); + expect(element.children('div').scope().test).toEqual(123); + }); + }); }); diff --git a/test/ng/directive/ngKeySpec.js b/test/ng/directive/ngKeySpec.js index d8c6f9dee46c..c7b989a48b14 100644 --- a/test/ng/directive/ngKeySpec.js +++ b/test/ng/directive/ngKeySpec.js @@ -25,5 +25,14 @@ describe('ngKeyup and ngKeydown directives', function() { expect($rootScope.touched).toEqual(true); })); + it('should get called on a keypress', inject(function($rootScope, $compile) { + element = $compile('')($rootScope); + $rootScope.$digest(); + expect($rootScope.touched).toBeFalsy(); + + browserTrigger(element, 'keypress'); + expect($rootScope.touched).toEqual(true); + })); + }); diff --git a/test/ng/directive/ngListSpec.js b/test/ng/directive/ngListSpec.js new file mode 100644 index 000000000000..3ea606978345 --- /dev/null +++ b/test/ng/directive/ngListSpec.js @@ -0,0 +1,141 @@ +'use strict'; + +/* globals generateInputCompilerHelper: false */ + +describe('ngList', function() { + + var helper = {}, $rootScope; + + generateInputCompilerHelper(helper); + + beforeEach(inject(function(_$rootScope_) { + $rootScope = _$rootScope_; + })); + + it('should parse text into an array', function() { + var inputElm = helper.compileInput(''); + + // model -> view + $rootScope.$apply('list = [\'x\', \'y\', \'z\']'); + expect(inputElm.val()).toBe('x, y, z'); + + // view -> model + helper.changeInputValueTo('1, 2, 3'); + expect($rootScope.list).toEqual(['1', '2', '3']); + }); + + + it('should not clobber text if model changes due to itself', function() { + // When the user types 'a,b' the 'a,' stage parses to ['a'] but if the + // $parseModel function runs it will change to 'a', in essence preventing + // the user from ever typing ','. + var inputElm = helper.compileInput(''); + + helper.changeInputValueTo('a '); + expect(inputElm.val()).toEqual('a '); + expect($rootScope.list).toEqual(['a']); + + helper.changeInputValueTo('a ,'); + expect(inputElm.val()).toEqual('a ,'); + expect($rootScope.list).toEqual(['a']); + + helper.changeInputValueTo('a , '); + expect(inputElm.val()).toEqual('a , '); + expect($rootScope.list).toEqual(['a']); + + helper.changeInputValueTo('a , b'); + expect(inputElm.val()).toEqual('a , b'); + expect($rootScope.list).toEqual(['a', 'b']); + }); + + + it('should convert empty string to an empty array', function() { + helper.compileInput(''); + + helper.changeInputValueTo(''); + expect($rootScope.list).toEqual([]); + }); + + + it('should be invalid if required and empty', function() { + var inputElm = helper.compileInput(''); + helper.changeInputValueTo(''); + expect($rootScope.list).toBeUndefined(); + expect(inputElm).toBeInvalid(); + helper.changeInputValueTo('a,b'); + expect($rootScope.list).toEqual(['a','b']); + expect(inputElm).toBeValid(); + }); + + describe('with a custom separator', function() { + it('should split on the custom separator', function() { + helper.compileInput(''); + + helper.changeInputValueTo('a,a'); + expect($rootScope.list).toEqual(['a,a']); + + helper.changeInputValueTo('a:b'); + expect($rootScope.list).toEqual(['a', 'b']); + }); + + + it('should join the list back together with the custom separator', function() { + var inputElm = helper.compileInput(''); + + $rootScope.$apply(function() { + $rootScope.list = ['x', 'y', 'z']; + }); + expect(inputElm.val()).toBe('x : y : z'); + }); + }); + + describe('(with ngTrim undefined or true)', function() { + + it('should ignore separator whitespace when splitting', function() { + helper.compileInput(''); + + helper.changeInputValueTo('a|b'); + expect($rootScope.list).toEqual(['a', 'b']); + }); + + it('should trim whitespace from each list item', function() { + helper.compileInput(''); + + helper.changeInputValueTo('a | b'); + expect($rootScope.list).toEqual(['a', 'b']); + }); + }); + + describe('(with ngTrim set to false)', function() { + + it('should use separator whitespace when splitting', function() { + helper.compileInput(''); + + helper.changeInputValueTo('a|b'); + expect($rootScope.list).toEqual(['a|b']); + + helper.changeInputValueTo('a | b'); + expect($rootScope.list).toEqual(['a','b']); + + }); + + it('should not trim whitespace from each list item', function() { + helper.compileInput(''); + helper.changeInputValueTo('a | b'); + expect($rootScope.list).toEqual(['a ',' b']); + }); + + it('should support splitting on newlines', function() { + helper.compileInput(''); + helper.changeInputValueTo('a\nb'); + expect($rootScope.list).toEqual(['a','b']); + }); + + it('should support splitting on whitespace', function() { + helper.compileInput(''); + helper.changeInputValueTo('a b'); + expect($rootScope.list).toEqual(['a','b']); + }); + }); +}); + diff --git a/test/ng/directive/ngModelOptionsSpec.js b/test/ng/directive/ngModelOptionsSpec.js new file mode 100644 index 000000000000..09a9ad5f4a7c --- /dev/null +++ b/test/ng/directive/ngModelOptionsSpec.js @@ -0,0 +1,940 @@ +'use strict'; + +/* globals + generateInputCompilerHelper: false, + defaultModelOptions: false + */ +describe('ngModelOptions', function() { + + describe('defaultModelOptions', function() { + it('should provide default values', function() { + expect(defaultModelOptions.getOption('updateOn')).toEqual(''); + expect(defaultModelOptions.getOption('updateOnDefault')).toEqual(true); + expect(defaultModelOptions.getOption('debounce')).toBe(0); + expect(defaultModelOptions.getOption('getterSetter')).toBe(false); + expect(defaultModelOptions.getOption('allowInvalid')).toBe(false); + expect(defaultModelOptions.getOption('timezone')).toBe(null); + }); + }); + + describe('directive', function() { + + describe('basic usage', function() { + + var helper = {}, $rootScope, $compile, $timeout, $q; + + generateInputCompilerHelper(helper); + + beforeEach(inject(function(_$compile_, _$rootScope_, _$timeout_, _$q_) { + $compile = _$compile_; + $rootScope = _$rootScope_; + $timeout = _$timeout_; + $q = _$q_; + })); + + + describe('should fall back to `defaultModelOptions`', function() { + it('if there is no `ngModelOptions` directive', function() { + var inputElm = helper.compileInput( + ''); + + var inputOptions = $rootScope.form.alias.$options; + expect(inputOptions.getOption('updateOn')).toEqual(defaultModelOptions.getOption('updateOn')); + expect(inputOptions.getOption('updateOnDefault')).toEqual(defaultModelOptions.getOption('updateOnDefault')); + expect(inputOptions.getOption('debounce')).toEqual(defaultModelOptions.getOption('debounce')); + expect(inputOptions.getOption('getterSetter')).toEqual(defaultModelOptions.getOption('getterSetter')); + expect(inputOptions.getOption('allowInvalid')).toEqual(defaultModelOptions.getOption('allowInvalid')); + expect(inputOptions.getOption('timezone')).toEqual(defaultModelOptions.getOption('timezone')); + }); + + + it('if `ngModelOptions` on the same element does not specify the option', function() { + var inputElm = helper.compileInput( + ''); + + var inputOptions = $rootScope.form.alias.$options; + expect(inputOptions.getOption('debounce')).toEqual(defaultModelOptions.getOption('debounce')); + expect(inputOptions.getOption('updateOnDefault')).toBe(false); + expect(inputOptions.getOption('updateOnDefault')).not.toEqual(defaultModelOptions.getOption('updateOnDefault')); + }); + + + it('if the first `ngModelOptions` ancestor does not specify the option', function() { + var form = $compile('
                        ' + + '' + + '
                        ')($rootScope); + var inputOptions = $rootScope.form.alias.$options; + + expect(inputOptions.getOption('debounce')).toEqual(defaultModelOptions.getOption('debounce')); + expect(inputOptions.getOption('updateOnDefault')).toBe(false); + expect(inputOptions.getOption('updateOnDefault')).not.toEqual(defaultModelOptions.getOption('updateOnDefault')); + dealoc(form); + }); + }); + + + describe('sharing and inheritance', function() { + + it('should not inherit options from ancestor `ngModelOptions` directives by default', function() { + var container = $compile( + '
                        ' + + '
                        ' + + '' + + '
                        ' + + '
                        ')($rootScope); + + var form = container.find('form'); + var input = container.find('input'); + + var containerOptions = container.controller('ngModelOptions').$options; + var formOptions = form.controller('ngModelOptions').$options; + var inputOptions = input.controller('ngModelOptions').$options; + + expect(containerOptions.getOption('allowInvalid')).toEqual(true); + expect(formOptions.getOption('allowInvalid')).toEqual(false); + expect(inputOptions.getOption('allowInvalid')).toEqual(false); + + expect(containerOptions.getOption('updateOn')).toEqual(''); + expect(containerOptions.getOption('updateOnDefault')).toEqual(true); + expect(formOptions.getOption('updateOn')).toEqual('blur'); + expect(formOptions.getOption('updateOnDefault')).toEqual(false); + expect(inputOptions.getOption('updateOn')).toEqual(''); + expect(inputOptions.getOption('updateOnDefault')).toEqual(true); + + dealoc(container); + }); + + it('should inherit options that are marked with "$inherit" from the nearest ancestor `ngModelOptions` directive', function() { + var container = $compile( + '
                        ' + + '
                        ' + + '' + + '
                        ' + + '
                        ')($rootScope); + + var form = container.find('form'); + var input = container.find('input'); + + var containerOptions = container.controller('ngModelOptions').$options; + var formOptions = form.controller('ngModelOptions').$options; + var inputOptions = input.controller('ngModelOptions').$options; + + expect(containerOptions.getOption('allowInvalid')).toEqual(true); + expect(formOptions.getOption('allowInvalid')).toEqual(true); + expect(inputOptions.getOption('allowInvalid')).toEqual(false); + + expect(containerOptions.getOption('updateOn')).toEqual(''); + expect(containerOptions.getOption('updateOnDefault')).toEqual(true); + expect(formOptions.getOption('updateOn')).toEqual('blur'); + expect(formOptions.getOption('updateOnDefault')).toEqual(false); + expect(inputOptions.getOption('updateOn')).toEqual(''); + expect(inputOptions.getOption('updateOnDefault')).toEqual(true); + + dealoc(container); + }); + + it('should inherit all unspecified options if the options object contains a `"*"` property with value "$inherit"', function() { + var container = $compile( + '
                        ' + + '
                        ' + + '' + + '
                        ' + + '
                        ')($rootScope); + + var form = container.find('form'); + var input = container.find('input'); + + var containerOptions = container.controller('ngModelOptions').$options; + var formOptions = form.controller('ngModelOptions').$options; + var inputOptions = input.controller('ngModelOptions').$options; + + expect(containerOptions.getOption('allowInvalid')).toEqual(true); + expect(formOptions.getOption('allowInvalid')).toEqual(true); + expect(inputOptions.getOption('allowInvalid')).toEqual(false); + + expect(containerOptions.getOption('debounce')).toEqual(100); + expect(formOptions.getOption('debounce')).toEqual(100); + expect(inputOptions.getOption('debounce')).toEqual(0); + + expect(containerOptions.getOption('updateOn')).toEqual('keyup'); + expect(containerOptions.getOption('updateOnDefault')).toEqual(false); + expect(formOptions.getOption('updateOn')).toEqual('blur'); + expect(formOptions.getOption('updateOnDefault')).toEqual(false); + expect(inputOptions.getOption('updateOn')).toEqual(''); + expect(inputOptions.getOption('updateOnDefault')).toEqual(true); + + dealoc(container); + }); + + it('should correctly inherit default and another specified event for `updateOn`', function() { + var container = $compile( + '
                        ' + + '' + + '
                        ')($rootScope); + + var input = container.find('input'); + var inputOptions = input.controller('ngModelOptions').$options; + + expect(inputOptions.getOption('updateOn')).toEqual('blur'); + expect(inputOptions.getOption('updateOnDefault')).toEqual(true); + + dealoc(container); + }); + + + it('should `updateOnDefault` as well if we have `updateOn: "$inherit"`', function() { + var container = $compile( + '
                        ' + + '' + + '
                        ' + + '' + + '
                        ' + + '
                        ')($rootScope); + + var input1 = container.find('input').eq(0); + var inputOptions1 = input1.controller('ngModelOptions').$options; + + expect(inputOptions1.getOption('updateOn')).toEqual('keyup'); + expect(inputOptions1.getOption('updateOnDefault')).toEqual(false); + + var input2 = container.find('input').eq(1); + var inputOptions2 = input2.controller('ngModelOptions').$options; + + expect(inputOptions2.getOption('updateOn')).toEqual('blur'); + expect(inputOptions2.getOption('updateOnDefault')).toEqual(true); + + dealoc(container); + }); + + + it('should make a copy of the options object', function() { + $rootScope.options = {updateOn: 'default'}; + var inputElm = helper.compileInput( + ''); + expect($rootScope.options).toEqual({updateOn: 'default'}); + expect($rootScope.form.alias.$options).not.toBe($rootScope.options); + }); + + it('should be retrieved from an ancestor element containing an `ngModelOptions` directive', function() { + var doc = $compile( + '
                        ' + + '' + + '
                        ')($rootScope); + $rootScope.$digest(); + + var inputElm = doc.find('input'); + helper.changeGivenInputTo(inputElm, 'a'); + expect($rootScope.name).toEqual(undefined); + browserTrigger(inputElm, 'blur'); + expect($rootScope.name).toBeUndefined(); + $timeout.flush(2000); + expect($rootScope.name).toBeUndefined(); + $timeout.flush(9000); + expect($rootScope.name).toEqual('a'); + dealoc(doc); + }); + + it('should allow sharing options between multiple inputs', function() { + $rootScope.options = {updateOn: 'default'}; + var inputElm = helper.compileInput( + '' + + ''); + + helper.changeGivenInputTo(inputElm.eq(0), 'a'); + helper.changeGivenInputTo(inputElm.eq(1), 'b'); + expect($rootScope.name1).toEqual('a'); + expect($rootScope.name2).toEqual('b'); + }); + }); + + + describe('updateOn', function() { + it('should allow overriding the model update trigger event on text inputs', function() { + var inputElm = helper.compileInput( + ''); + + helper.changeInputValueTo('a'); + expect($rootScope.name).toBeUndefined(); + browserTrigger(inputElm, 'blur'); + expect($rootScope.name).toEqual('a'); + }); + + + it('should not dirty the input if nothing was changed before updateOn trigger', function() { + var inputElm = helper.compileInput( + ''); + + browserTrigger(inputElm, 'blur'); + expect($rootScope.form.alias.$pristine).toBeTruthy(); + }); + + + it('should allow overriding the model update trigger event on text areas', function() { + var inputElm = helper.compileInput( + '', + button: '', + summary: '', + details: '
                        ', + a: '' + }, function(tmpl) { + var element = $compile(tmpl)(scope); + expect(element.attr('role')).toBeUndefined(); + }); + }); + + describe('aria-checked when disabled', function() { + beforeEach(configAriaProvider({ + ariaChecked: false + })); + beforeEach(injectScopeAndCompiler); + + it('should not attach aria-checked', function() { + compileElement('
                        '); + expect(element.attr('aria-checked')).toBeUndefined(); + + compileElement('
                        '); + expect(element.attr('aria-checked')).toBeUndefined(); + + compileElement('
                        '); + expect(element.attr('aria-checked')).toBeUndefined(); + + compileElement('
                        '); + expect(element.attr('aria-checked')).toBeUndefined(); + }); + }); + + describe('aria-disabled', function() { + beforeEach(injectScopeAndCompiler); + + they('should not attach itself to native $prop controls', { + input: '', + textarea: '', + select: '', + button: '' + }, function(tmpl) { + var element = $compile(tmpl)(scope); + scope.$apply('val = true'); + + expect(element.attr('disabled')).toBeDefined(); + expect(element.attr('aria-disabled')).toBeUndefined(); + }); + + it('should attach itself to custom controls', function() { + compileElement('
                        '); + expect(element.attr('aria-disabled')).toBe('false'); + + scope.$apply('val = true'); + expect(element.attr('aria-disabled')).toBe('true'); + + }); + + it('should not attach itself if an aria-disabled attribute is already present', function() { + compileElement('
                        '); + + expect(element.attr('aria-disabled')).toBe('userSetValue'); + }); + + + it('should always set aria-disabled to a boolean value', function() { + compileElement('
                        '); + + scope.$apply('val = "test angular"'); + expect(element.attr('aria-disabled')).toBe('true'); + + scope.$apply('val = null'); + expect(element.attr('aria-disabled')).toBe('false'); + + scope.$apply('val = {}'); + expect(element.attr('aria-disabled')).toBe('true'); + }); + }); + + describe('aria-disabled when disabled', function() { + beforeEach(configAriaProvider({ + ariaDisabled: false + })); + beforeEach(injectScopeAndCompiler); + + it('should not attach aria-disabled', function() { + compileElement('
                        '); + + scope.$apply('val = true'); + expect(element.attr('aria-disabled')).toBeUndefined(); + }); + }); + + describe('aria-invalid', function() { + beforeEach(injectScopeAndCompiler); + + it('should attach aria-invalid to input', function() { + compileElement(''); + scope.$apply('txtInput=\'LTten\''); + expect(element.attr('aria-invalid')).toBe('true'); + + scope.$apply('txtInput=\'morethantencharacters\''); + expect(element.attr('aria-invalid')).toBe('false'); + }); + + it('should attach aria-invalid to custom controls', function() { + compileElement('
                        '); + scope.$apply('txtInput=\'LTten\''); + expect(element.attr('aria-invalid')).toBe('true'); + + scope.$apply('txtInput=\'morethantencharacters\''); + expect(element.attr('aria-invalid')).toBe('false'); + }); + + it('should not attach itself if aria-invalid is already present', function() { + compileElement(''); + scope.$apply('txtInput=\'LTten\''); + expect(element.attr('aria-invalid')).toBe('userSetValue'); + }); + + it('should not attach if input is type="hidden"', function() { + compileElement(''); + expect(element.attr('aria-invalid')).toBeUndefined(); + }); + + + it('should attach aria-invalid to custom control that is type="hidden"', function() { + compileElement('
                        '); + scope.$apply('txtInput=\'LTten\''); + expect(element.attr('aria-invalid')).toBe('true'); + + scope.$apply('txtInput=\'morethantencharacters\''); + expect(element.attr('aria-invalid')).toBe('false'); + }); + }); + + describe('aria-invalid when disabled', function() { + beforeEach(configAriaProvider({ + ariaInvalid: false + })); + beforeEach(injectScopeAndCompiler); + + it('should not attach aria-invalid if the option is disabled', function() { + scope.$apply('txtInput=\'LTten\''); + compileElement(''); + expect(element.attr('aria-invalid')).toBeUndefined(); + }); + }); + + describe('aria-readonly', function() { + beforeEach(injectScopeAndCompiler); + + they('should not attach itself to native $prop controls', { + input: '', + textarea: '', + select: '', + button: '' + }, function(tmpl) { + var element = $compile(tmpl)(scope); + scope.$apply('val = true'); + + expect(element.attr('readonly')).toBeDefined(); + expect(element.attr('aria-readonly')).toBeUndefined(); + }); + + it('should attach itself to custom controls', function() { + compileElement('
                        '); + expect(element.attr('aria-readonly')).toBe('false'); + + scope.$apply('val = true'); + expect(element.attr('aria-readonly')).toBe('true'); + + }); + + it('should not attach itself if an aria-readonly attribute is already present', function() { + compileElement('
                        '); + + expect(element.attr('aria-readonly')).toBe('userSetValue'); + }); + + it('should always set aria-readonly to a boolean value', function() { + compileElement('
                        '); + + scope.$apply('val = "test angular"'); + expect(element.attr('aria-readonly')).toBe('true'); + + scope.$apply('val = null'); + expect(element.attr('aria-readonly')).toBe('false'); + + scope.$apply('val = {}'); + expect(element.attr('aria-readonly')).toBe('true'); + }); + }); + + describe('aria-readonly when disabled', function() { + beforeEach(configAriaProvider({ + ariaReadonly: false + })); + beforeEach(injectScopeAndCompiler); + + it('should not add the aria-readonly attribute', function() { + compileElement(''); + expect(element.attr('aria-readonly')).toBeUndefined(); + + compileElement('
                        '); + expect(element.attr('aria-readonly')).toBeUndefined(); + }); + }); + + describe('aria-required', function() { + beforeEach(injectScopeAndCompiler); + + it('should not attach to input', function() { + compileElement(''); + expect(element.attr('aria-required')).toBeUndefined(); + }); + + it('should attach to custom controls with ngModel and required', function() { + compileElement('
                        '); + expect(element.attr('aria-required')).toBe('true'); + }); + + it('should set aria-required to false when ng-required is false', function() { + compileElement('
                        '); + expect(element.attr('aria-required')).toBe('false'); + }); + + it('should attach to custom controls with ngRequired', function() { + compileElement('
                        '); + expect(element.attr('aria-required')).toBe('true'); + }); + + it('should not attach itself if aria-required is already present', function() { + compileElement('
                        '); + expect(element.attr('aria-required')).toBe('userSetValue'); + }); + }); + + describe('aria-required when disabled', function() { + beforeEach(configAriaProvider({ + ariaRequired: false + })); + beforeEach(injectScopeAndCompiler); + + it('should not add the aria-required attribute', function() { + compileElement(''); + expect(element.attr('aria-required')).toBeUndefined(); + + compileElement('
                        '); + expect(element.attr('aria-required')).toBeUndefined(); + }); + }); + + describe('aria-value', function() { + beforeEach(injectScopeAndCompiler); + + it('should attach to input type="range"', function() { + var element = [ + $compile('')(scope), + $compile('
                        ')(scope), + $compile('
                        ')(scope) + ]; + + scope.$apply('val = 50'); + expectAriaAttrOnEachElement(element, 'aria-valuenow', '50'); + expectAriaAttrOnEachElement(element, 'aria-valuemin', '0'); + expectAriaAttrOnEachElement(element, 'aria-valuemax', '100'); + + scope.$apply('val = 90'); + expectAriaAttrOnEachElement(element, 'aria-valuenow', '90'); + }); + + it('should not attach if aria-value* is already present', function() { + var element = [ + $compile('')(scope), + $compile('
                        ')(scope), + $compile('
                        ')(scope) + ]; + + scope.$apply('val = 50'); + expectAriaAttrOnEachElement(element, 'aria-valuenow', 'userSetValue1'); + expectAriaAttrOnEachElement(element, 'aria-valuemin', 'userSetValue2'); + expectAriaAttrOnEachElement(element, 'aria-valuemax', 'userSetValue3'); + }); + + + it('should update `aria-valuemin/max` when `min/max` changes dynamically', function() { + scope.$apply('min = 25; max = 75'); + compileElement(''); + + expect(element.attr('aria-valuemin')).toBe('25'); + expect(element.attr('aria-valuemax')).toBe('75'); + + scope.$apply('min = 0'); + expect(element.attr('aria-valuemin')).toBe('0'); + + scope.$apply('max = 100'); + expect(element.attr('aria-valuemax')).toBe('100'); + }); + + + it('should update `aria-valuemin/max` when `ng-min/ng-max` changes dynamically', function() { + scope.$apply('min = 25; max = 75'); + compileElement(''); + + expect(element.attr('aria-valuemin')).toBe('25'); + expect(element.attr('aria-valuemax')).toBe('75'); + + scope.$apply('min = 0'); + expect(element.attr('aria-valuemin')).toBe('0'); + + scope.$apply('max = 100'); + expect(element.attr('aria-valuemax')).toBe('100'); + }); + }); + + describe('announcing ngMessages', function() { + beforeEach(injectScopeAndCompiler); + + it('should attach aria-live', function() { + var element = [ + $compile('
                        ')(scope) + ]; + expectAriaAttrOnEachElement(element, 'aria-live', 'assertive'); + }); + }); + + describe('aria-value when disabled', function() { + beforeEach(configAriaProvider({ + ariaValue: false + })); + beforeEach(injectScopeAndCompiler); + + it('should not attach itself', function() { + scope.$apply('val = 50'); + + compileElement(''); + expect(element.attr('aria-valuenow')).toBeUndefined(); + expect(element.attr('aria-valuemin')).toBeUndefined(); + expect(element.attr('aria-valuemax')).toBeUndefined(); + + compileElement('
                        '); + expect(element.attr('aria-valuenow')).toBeUndefined(); + expect(element.attr('aria-valuemin')).toBeUndefined(); + expect(element.attr('aria-valuemax')).toBeUndefined(); + }); + }); + + describe('tabindex', function() { + beforeEach(injectScopeAndCompiler); + + they('should not attach to native control $prop', { + 'button': '', + 'a': '', + 'input[text]': '', + 'input[radio]': '', + 'input[checkbox]': '', + 'textarea': '', + 'select': '', + 'details': '
                        ' + }, function(html) { + compileElement(html); + expect(element.attr('tabindex')).toBeUndefined(); + }); + + it('should not attach to random ng-model elements', function() { + compileElement('
                        '); + expect(element.attr('tabindex')).toBeUndefined(); + }); + + it('should attach tabindex to custom inputs', function() { + compileElement('
                        '); + expect(element.attr('tabindex')).toBe('0'); + + compileElement('
                        '); + expect(element.attr('tabindex')).toBe('0'); + }); + + it('should attach to ng-click and ng-dblclick', function() { + compileElement('
                        '); + expect(element.attr('tabindex')).toBe('0'); + + compileElement('
                        '); + expect(element.attr('tabindex')).toBe('0'); + }); + + it('should not attach tabindex if it is already on an element', function() { + compileElement('
                        '); + expect(element.attr('tabindex')).toBe('userSetValue'); + + compileElement('
                        '); + expect(element.attr('tabindex')).toBe('userSetValue'); + + compileElement('
                        '); + expect(element.attr('tabindex')).toBe('userSetValue'); + + compileElement('
                        '); + expect(element.attr('tabindex')).toBe('userSetValue'); + }); + }); + + describe('accessible actions', function() { + var clickEvents; + + beforeEach(injectScopeAndCompiler); + beforeEach(function() { + clickEvents = []; + scope.onClick = jasmine.createSpy('onClick').and.callFake(function(evt) { + var nodeName = evt ? evt.target.nodeName.toLowerCase() : ''; + var prevented = !!(evt && evt.isDefaultPrevented()); + clickEvents.push(nodeName + '(' + prevented + ')'); + }); + }); + + it('should trigger a click from the keyboard (and prevent default action)', function() { + compileElement( + '
                        ' + + '
                        ' + + '
                        ' + + '
                        '); + + var divElement = element.find('div'); + var liElement = element.find('li'); + + divElement.triggerHandler({type: 'keydown', keyCode: 13}); + liElement.triggerHandler({type: 'keydown', keyCode: 13}); + divElement.triggerHandler({type: 'keydown', keyCode: 32}); + liElement.triggerHandler({type: 'keydown', keyCode: 32}); + + expect(clickEvents).toEqual(['div(true)', 'li(true)', 'div(true)', 'li(true)']); + }); + + it('should trigger a click in browsers that provide `event.which` instead of `event.keyCode`', + function() { + compileElement( + '
                        ' + + '
                        ' + + '
                        ' + + '
                        '); + + var divElement = element.find('div'); + var liElement = element.find('li'); + + divElement.triggerHandler({type: 'keydown', which: 13}); + liElement.triggerHandler({type: 'keydown', which: 13}); + divElement.triggerHandler({type: 'keydown', which: 32}); + liElement.triggerHandler({type: 'keydown', which: 32}); + + expect(clickEvents).toEqual(['div(true)', 'li(true)', 'div(true)', 'li(true)']); + } + ); + + it('should not prevent default keyboard action if the target element has editable content', + inject(function($document) { + // Note: + // `contenteditable` is an enumarated (not a boolean) attribute (see + // https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable). + // We need to check the following conditions: + // - No attribute. + // - Value: "" + // - Value: "true" + // - Value: "false" + + function eventFor(keyCode) { + return {bubbles: true, cancelable: true, keyCode: keyCode}; + } + + compileElement( + '
                        ' + + // No attribute. + '
                        ' + + '
                        ' + + '
                        ' + + '
                        ' + + + // Value: "" + '
                        ' + + '
                        ' + + '
                        ' + + '
                        ' + + + // Value: "true" + '
                        ' + + '
                        ' + + '
                        ' + + '
                        ' + + + // Value: "false" + '
                        ' + + '
                        ' + + '
                        ' + + '
                        ' + + '
                        '); + + // Support: Safari 11-12+ + // Attach to DOM, because otherwise Safari will not update the `isContentEditable` property + // based on the `contenteditable` attribute. + $document.find('body').append(element); + + var containers = element.children(); + var container; + + // Using `browserTrigger()`, because it supports event bubbling. + + // No attribute | Elements are not editable. + container = containers.eq(0); + browserTrigger(container.find('div'), 'keydown', eventFor(13)); + browserTrigger(container.find('ul'), 'keydown', eventFor(32)); + browserTrigger(container.find('li'), 'keydown', eventFor(13)); + + expect(clickEvents).toEqual(['div(true)', 'ul(true)', 'li(true)']); + + // Value: "" | Elements are editable. + clickEvents = []; + container = containers.eq(1); + browserTrigger(container.find('div'), 'keydown', eventFor(32)); + browserTrigger(container.find('ul'), 'keydown', eventFor(13)); + browserTrigger(container.find('li'), 'keydown', eventFor(32)); + + expect(clickEvents).toEqual(['div(false)', 'ul(true)', 'li(false)']); + + // Value: "true" | Elements are editable. + clickEvents = []; + container = containers.eq(2); + browserTrigger(container.find('div'), 'keydown', eventFor(13)); + browserTrigger(container.find('ul'), 'keydown', eventFor(32)); + browserTrigger(container.find('li'), 'keydown', eventFor(13)); + + expect(clickEvents).toEqual(['div(false)', 'ul(true)', 'li(false)']); + + // Value: "false" | Elements are not editable. + clickEvents = []; + container = containers.eq(3); + browserTrigger(container.find('div'), 'keydown', eventFor(32)); + browserTrigger(container.find('ul'), 'keydown', eventFor(13)); + browserTrigger(container.find('li'), 'keydown', eventFor(32)); + + expect(clickEvents).toEqual(['div(true)', 'ul(true)', 'li(true)']); + }) + ); + + they('should not prevent default keyboard action if an interactive $type element' + + 'is nested inside ng-click', nativeAriaNodeNames, function(elementType) { + function createHTML(type) { + return '<' + type + '>'; + } + + compileElement( + '
                        ' + + '
                        ' + createHTML(elementType) + '
                        ' + + '
                        '); + + var divElement = element.find('div'); + var interactiveElement = element.find(elementType); + + // Use browserTrigger because it supports event bubbling + // 13 Enter + browserTrigger(interactiveElement, 'keydown', {cancelable: true, bubbles: true, keyCode: 13}); + expect(clickEvents).toEqual([elementType.toLowerCase() + '(false)']); + + clickEvents = []; + + // 32 Space + browserTrigger(interactiveElement, 'keydown', {cancelable: true, bubbles: true, keyCode: 32}); + expect(clickEvents).toEqual([elementType.toLowerCase() + '(false)']); + } + ); + + they('should not bind to key events if there is existing `ng-$prop`', + ['keydown', 'keypress', 'keyup'], function(eventName) { + scope.onKeyEvent = jasmine.createSpy('onKeyEvent'); + compileElement('
                        '); + + element.triggerHandler({type: eventName, keyCode: 13}); + element.triggerHandler({type: eventName, keyCode: 32}); + + expect(scope.onClick).not.toHaveBeenCalled(); + expect(scope.onKeyEvent).toHaveBeenCalledTimes(2); + } + ); + + it('should update bindings when keydown is handled', function() { + scope.count = 0; + compileElement('
                        Count: {{ count }}
                        '); + + expect(element.text()).toBe('Count: 0'); + + element.triggerHandler({type: 'keydown', keyCode: 13}); + expect(element.text()).toBe('Count: 1'); + + element.triggerHandler({type: 'keydown', keyCode: 32}); + expect(element.text()).toBe('Count: 2'); + }); + + it('should pass `$event` to `ng-click` handler as local', function() { + compileElement('
                        {{ event.type }}{{ event.keyCode }}
                        '); + expect(element.text()).toBe(''); + + element.triggerHandler({type: 'keydown', keyCode: 13}); + expect(element.text()).toBe('keydown13'); + + element.triggerHandler({type: 'keydown', keyCode: 32}); + expect(element.text()).toBe('keydown32'); + }); + + it('should not bind keydown to natively interactive elements', function() { + compileElement(''); + + element.triggerHandler({type: 'keydown', keyCode: 13}); + element.triggerHandler({type: 'keydown', keyCode: 32}); + + expect(scope.onClick).not.toHaveBeenCalled(); + }); + }); + + describe('actions when bindRoleForClick is set to false', function() { + beforeEach(configAriaProvider({ + bindRoleForClick: false + })); + beforeEach(injectScopeAndCompiler); + + it('should not add a button role', function() { + compileElement(''); + expect(element.attr('role')).toBeUndefined(); + }); + }); + + describe('actions when bindKeydown is set to false', function() { + beforeEach(configAriaProvider({ + bindKeydown: false + })); + beforeEach(injectScopeAndCompiler); + + it('should not trigger click', function() { + scope.someAction = jasmine.createSpy('someAction'); + + element = $compile('
                        ')(scope); + + element.triggerHandler({type: 'keydown', keyCode: 13}); + element.triggerHandler({type: 'keydown', keyCode: 32}); + element.triggerHandler({type: 'keypress', keyCode: 13}); + element.triggerHandler({type: 'keypress', keyCode: 32}); + element.triggerHandler({type: 'keyup', keyCode: 13}); + element.triggerHandler({type: 'keyup', keyCode: 32}); + + expect(scope.someAction).not.toHaveBeenCalled(); + + element.triggerHandler({type: 'click', keyCode: 32}); + + expect(scope.someAction).toHaveBeenCalledOnce(); + }); + }); + + describe('tabindex when disabled', function() { + beforeEach(configAriaProvider({ + tabindex: false + })); + beforeEach(injectScopeAndCompiler); + + it('should not add a tabindex attribute', function() { + compileElement('
                        '); + expect(element.attr('tabindex')).toBeUndefined(); + + compileElement('
                        '); + expect(element.attr('tabindex')).toBeUndefined(); + + compileElement('
                        '); + expect(element.attr('tabindex')).toBeUndefined(); + + compileElement('
                        '); + expect(element.attr('tabindex')).toBeUndefined(); + }); + }); + + describe('ngModel', function() { + it('should not break when manually compiling', function() { + module(function($compileProvider) { + $compileProvider.directive('foo', function() { + return { + priority: 10, + terminal: true, + link: function(scope, elem) { + $compile(elem, null, 10)(scope); + } + }; + }); + }); + + injectScopeAndCompiler(); + compileElement('
                        '); + + // Just check an arbitrary feature to make sure it worked + expect(element.attr('tabindex')).toBe('0'); + }); + }); + + // Helpers + function compileElement(inputHtml) { + element = $compile(inputHtml)(scope); + scope.$digest(); + } + + function configAriaProvider(config) { + return function() { + module(function($ariaProvider) { + $ariaProvider.config(config); + }); + }; + } + + function expectAriaAttrOnEachElement(elem, ariaAttr, expected) { + angular.forEach(elem, function(val) { + expect(angular.element(val).attr(ariaAttr)).toBe(expected); + }); + } + + function injectScopeAndCompiler() { + return inject(function(_$compile_, _$rootScope_) { + $compile = _$compile_; + scope = _$rootScope_; + }); + } +}); diff --git a/test/ngCookies/cookieWriterSpec.js b/test/ngCookies/cookieWriterSpec.js new file mode 100644 index 000000000000..71325b0a70bc --- /dev/null +++ b/test/ngCookies/cookieWriterSpec.js @@ -0,0 +1,210 @@ +'use strict'; + +describe('$$cookieWriter', function() { + var $$cookieWriter, document; + + function deleteAllCookies() { + var cookies = document.cookie.split(';'); + var path = window.location.pathname; + + for (var i = 0; i < cookies.length; i++) { + var cookie = cookies[i]; + var eqPos = cookie.indexOf('='); + var name = eqPos > -1 ? cookie.substr(0, eqPos) : cookie; + var parts = path.split('/'); + while (parts.length) { + document.cookie = name + '=;path=' + (parts.join('/') || '/') + ';expires=Thu, 01 Jan 1970 00:00:00 GMT'; + parts.pop(); + } + } + } + + beforeEach(function() { + document = window.document; + deleteAllCookies(); + expect(document.cookie).toEqual(''); + + module('ngCookies'); + inject(function(_$$cookieWriter_) { + $$cookieWriter = _$$cookieWriter_; + }); + }); + + + afterEach(function() { + deleteAllCookies(); + expect(document.cookie).toEqual(''); + }); + + + describe('remove via $$cookieWriter(cookieName, undefined)', function() { + + it('should remove a cookie when it is present', function() { + document.cookie = 'foo=bar;path=/'; + + $$cookieWriter('foo', undefined); + + expect(document.cookie).toEqual(''); + }); + + + it('should do nothing when an nonexisting cookie is being removed', function() { + $$cookieWriter('doesntexist', undefined); + expect(document.cookie).toEqual(''); + }); + }); + + + describe('put via $$cookieWriter(cookieName, string)', function() { + + it('should create and store a cookie', function() { + $$cookieWriter('cookieName', 'cookie=Value'); + expect(document.cookie).toMatch(/cookieName=cookie%3DValue;? ?/); + }); + + + it('should overwrite an existing unsynced cookie', function() { + document.cookie = 'cookie=new;path=/'; + + var oldVal = $$cookieWriter('cookie', 'newer'); + + expect(document.cookie).toEqual('cookie=newer'); + expect(oldVal).not.toBeDefined(); + }); + + it('should encode both name and value', function() { + $$cookieWriter('cookie1=', 'val;ue'); + $$cookieWriter('cookie2=bar;baz', 'val=ue'); + + var rawCookies = document.cookie.split('; '); //order is not guaranteed, so we need to parse + expect(rawCookies.length).toEqual(2); + expect(rawCookies).toContain('cookie1%3D=val%3Bue'); + expect(rawCookies).toContain('cookie2%3Dbar%3Bbaz=val%3Due'); + }); + + it('should log warnings when 4kb per cookie storage limit is reached', inject(function($log) { + var i, longVal = '', cookieStr; + + for (i = 0; i < 4083; i++) { + longVal += 'x'; + } + + cookieStr = document.cookie; + $$cookieWriter('x', longVal); //total size 4093-4096, so it should go through + expect(document.cookie).not.toEqual(cookieStr); + expect(document.cookie).toEqual('x=' + longVal); + expect($log.warn.logs).toEqual([]); + + $$cookieWriter('x', longVal + 'xxxx'); //total size 4097-4099, a warning should be logged + expect($log.warn.logs).toEqual( + [['Cookie \'x\' possibly not set or overflowed because it was too large (4097 > 4096 ' + + 'bytes)!']]); + + //force browser to dropped a cookie and make sure that the cache is not out of sync + $$cookieWriter('x', 'shortVal'); + expect(document.cookie).toEqual('x=shortVal'); //needed to prime the cache + cookieStr = document.cookie; + $$cookieWriter('x', longVal + longVal + longVal); //should be too long for all browsers + + if (document.cookie !== cookieStr) { + this.fail(new Error('browser didn\'t drop long cookie when it was expected. make the ' + + 'cookie in this test longer')); + } + + expect(document.cookie).toEqual('x=shortVal'); + $log.reset(); + })); + }); + + describe('put via $$cookieWriter(cookieName, string), if no ', function() { + beforeEach(inject(function($browser) { + $browser.$$baseHref = undefined; + })); + + it('should default path in cookie to "" (empty string)', function() { + $$cookieWriter('cookie', 'bender'); + // This only fails in Safari and IE when cookiePath returns undefined + // Where it now succeeds since baseHref return '' instead of undefined + expect(document.cookie).toEqual('cookie=bender'); + }); + }); +}); + +describe('cookie options', function() { + var fakeDocument, $$cookieWriter; + var isUndefined = angular.isUndefined; + + function getLastCookieAssignment(key) { + return fakeDocument[0].cookie + .split(';') + .reduce(function(prev, value) { + var pair = value.split('=', 2); + if (pair[0] === key) { + if (isUndefined(prev)) { + return isUndefined(pair[1]) ? true : pair[1]; + } else { + throw new Error('duplicate key in cookie string'); + } + } else { + return prev; + } + }, undefined); + } + + beforeEach(function() { + fakeDocument = [{cookie: ''}]; + module('ngCookies', {$document: fakeDocument}); + inject(function($browser) { + $browser.$$baseHref = '/a/b'; + }); + inject(function(_$$cookieWriter_) { + $$cookieWriter = _$$cookieWriter_; + }); + }); + + it('should use baseHref as default path', function() { + $$cookieWriter('name', 'value'); + expect(getLastCookieAssignment('path')).toBe('/a/b'); + }); + + it('should accept path option', function() { + $$cookieWriter('name', 'value', {path: '/c/d'}); + expect(getLastCookieAssignment('path')).toBe('/c/d'); + }); + + it('should accept domain option', function() { + $$cookieWriter('name', 'value', {domain: '.example.com'}); + expect(getLastCookieAssignment('domain')).toBe('.example.com'); + }); + + it('should accept secure option', function() { + $$cookieWriter('name', 'value', {secure: true}); + expect(getLastCookieAssignment('secure')).toBe(true); + }); + + it('should accept samesite option when value is lax', function() { + $$cookieWriter('name', 'value', {samesite: 'lax'}); + expect(getLastCookieAssignment('samesite')).toBe('lax'); + }); + + it('should accept samesite option when value is strict', function() { + $$cookieWriter('name', 'value', {samesite: 'strict'}); + expect(getLastCookieAssignment('samesite')).toBe('strict'); + }); + + it('should accept expires option on set', function() { + $$cookieWriter('name', 'value', {expires: 'Fri, 19 Dec 2014 00:00:00 GMT'}); + expect(getLastCookieAssignment('expires')).toMatch(/^Fri, 19 Dec 2014 00:00:00 (UTC|GMT)$/); + }); + + it('should always use epoch time as expire time on remove', function() { + $$cookieWriter('name', undefined, {expires: 'Fri, 19 Dec 2014 00:00:00 GMT'}); + expect(getLastCookieAssignment('expires')).toMatch(/^Thu, 0?1 Jan 1970 00:00:00 (UTC|GMT)$/); + }); + + it('should accept date object as expires option', function() { + $$cookieWriter('name', 'value', {expires: new Date(Date.UTC(1981, 11, 27))}); + expect(getLastCookieAssignment('expires')).toMatch(/^Sun, 27 Dec 1981 00:00:00 (UTC|GMT)$/); + }); + +}); diff --git a/test/ngCookies/cookiesSpec.js b/test/ngCookies/cookiesSpec.js index 435f40b4efc8..38c030443c3f 100644 --- a/test/ngCookies/cookiesSpec.js +++ b/test/ngCookies/cookiesSpec.js @@ -1,128 +1,142 @@ 'use strict'; describe('$cookies', function() { - beforeEach(module('ngCookies', function($provide) { - $provide.factory('$browser', function(){ - return angular.extend(new angular.mock.$Browser(), {cookieHash: {preexisting:'oldCookie'}}); + var mockedCookies; + + beforeEach(function() { + mockedCookies = {}; + module('ngCookies', { + $$cookieWriter: jasmine.createSpy('$$cookieWriter').and.callFake(function(name, value) { + mockedCookies[name] = value; + }), + $$cookieReader: function() { + return mockedCookies; + } }); - })); + }); - it('should provide access to existing cookies via object properties and keep them in sync', - inject(function($cookies, $browser, $rootScope) { - expect($cookies).toEqual({'preexisting': 'oldCookie'}); + it('should serialize objects to json', inject(function($cookies) { + $cookies.putObject('objectCookie', {id: 123, name: 'blah'}); + expect($cookies.get('objectCookie')).toEqual('{"id":123,"name":"blah"}'); + })); - // access internal cookie storage of the browser mock directly to simulate behavior of - // document.cookie - $browser.cookieHash['brandNew'] = 'cookie'; - $browser.poll(); - expect($cookies).toEqual({'preexisting': 'oldCookie', 'brandNew':'cookie'}); + it('should deserialize json to object', inject(function($cookies) { + $cookies.put('objectCookie', '{"id":123,"name":"blah"}'); + expect($cookies.getObject('objectCookie')).toEqual({id: 123, name: 'blah'}); + })); - $browser.cookieHash['brandNew'] = 'cookie2'; - $browser.poll(); - expect($cookies).toEqual({'preexisting': 'oldCookie', 'brandNew':'cookie2'}); - delete $browser.cookieHash['brandNew']; - $browser.poll(); - expect($cookies).toEqual({'preexisting': 'oldCookie'}); + it('should delete objects from the store when remove is called', inject(function($cookies) { + $cookies.putObject('gonner', { 'I\'ll':'Be Back'}); + expect($cookies.get('gonner')).toEqual('{"I\'ll":"Be Back"}'); + $cookies.remove('gonner'); + expect($cookies.get('gonner')).toEqual(undefined); })); - it('should create or update a cookie when a value is assigned to a property', - inject(function($cookies, $browser, $rootScope) { - $cookies.oatmealCookie = 'nom nom'; - $rootScope.$digest(); - - expect($browser.cookies()). - toEqual({'preexisting': 'oldCookie', 'oatmealCookie':'nom nom'}); + it('should handle empty string value cookies', inject(function($cookies) { + $cookies.putObject('emptyCookie',''); + expect($cookies.get('emptyCookie')).toEqual('""'); + expect($cookies.getObject('emptyCookie')).toEqual(''); + mockedCookies['blankCookie'] = ''; + expect($cookies.getObject('blankCookie')).toEqual(''); + })); - $cookies.oatmealCookie = 'gone'; - $rootScope.$digest(); - expect($browser.cookies()). - toEqual({'preexisting': 'oldCookie', 'oatmealCookie': 'gone'}); + it('should put cookie value without serializing', inject(function($cookies) { + $cookies.put('name', 'value'); + $cookies.put('name2', '"value2"'); + expect($cookies.get('name')).toEqual('value'); + expect($cookies.getObject('name2')).toEqual('value2'); })); - it('should drop or reset any cookie that was set to a non-string value', - inject(function($cookies, $browser, $rootScope) { - $cookies.nonString = [1, 2, 3]; - $cookies.nullVal = null; - $cookies.undefVal = undefined; - $cookies.preexisting = function() {}; - $rootScope.$digest(); - expect($browser.cookies()).toEqual({'preexisting': 'oldCookie'}); - expect($cookies).toEqual({'preexisting': 'oldCookie'}); + it('should get cookie value without deserializing', inject(function($cookies) { + $cookies.put('name', 'value'); + $cookies.putObject('name2', 'value2'); + expect($cookies.get('name')).toEqual('value'); + expect($cookies.get('name2')).toEqual('"value2"'); })); + it('should get all the cookies', inject(function($cookies) { + $cookies.put('name', 'value'); + $cookies.putObject('name2', 'value2'); + expect($cookies.getAll()).toEqual({name: 'value', name2: '"value2"'}); + })); - it('should remove a cookie when a $cookies property is deleted', - inject(function($cookies, $browser, $rootScope) { - $cookies.oatmealCookie = 'nom nom'; - $rootScope.$digest(); - $browser.poll(); - expect($browser.cookies()). - toEqual({'preexisting': 'oldCookie', 'oatmealCookie':'nom nom'}); - - delete $cookies.oatmealCookie; - $rootScope.$digest(); - expect($browser.cookies()).toEqual({'preexisting': 'oldCookie'}); + it('should pass options on put', inject(function($cookies, $$cookieWriter) { + $cookies.put('name', 'value', {path: '/a/b'}); + expect($$cookieWriter).toHaveBeenCalledWith('name', 'value', {path: '/a/b'}); })); - it('should drop or reset cookies that browser refused to store', - inject(function($cookies, $browser, $rootScope) { - var i, longVal; + it('should pass options on putObject', inject(function($cookies, $$cookieWriter) { + $cookies.putObject('name', 'value', {path: '/a/b'}); + expect($$cookieWriter).toHaveBeenCalledWith('name', '"value"', {path: '/a/b'}); + })); - for (i=0; i<5000; i++) { - longVal += '*'; - } - //drop if no previous value - $cookies.longCookie = longVal; - $rootScope.$digest(); - expect($cookies).toEqual({'preexisting': 'oldCookie'}); + it('should pass options on remove', inject(function($cookies, $$cookieWriter) { + $cookies.remove('name', {path: '/a/b'}); + expect($$cookieWriter).toHaveBeenCalledWith('name', undefined, {path: '/a/b'}); + })); - //reset if previous value existed - $cookies.longCookie = 'shortVal'; - $rootScope.$digest(); - expect($cookies).toEqual({'preexisting': 'oldCookie', 'longCookie': 'shortVal'}); - $cookies.longCookie = longVal; - $rootScope.$digest(); - expect($cookies).toEqual({'preexisting': 'oldCookie', 'longCookie': 'shortVal'}); - })); -}); + it('should pass default options on put', function() { + module(function($cookiesProvider) { + $cookiesProvider.defaults.secure = true; + }); + inject(function($cookies, $$cookieWriter) { + $cookies.put('name', 'value', {path: '/a/b'}); + expect($$cookieWriter).toHaveBeenCalledWith('name', 'value', {path: '/a/b', secure: true}); + }); + }); -describe('$cookieStore', function() { + it('should pass default options on putObject', function() { + module(function($cookiesProvider) { + $cookiesProvider.defaults.secure = true; + }); + inject(function($cookies, $$cookieWriter) { + $cookies.putObject('name', 'value', {path: '/a/b'}); + expect($$cookieWriter).toHaveBeenCalledWith('name', '"value"', {path: '/a/b', secure: true}); + }); + }); - beforeEach(module('ngCookies')); - it('should serialize objects to json', inject(function($cookieStore, $browser, $rootScope) { - $cookieStore.put('objectCookie', {id: 123, name: 'blah'}); - $rootScope.$digest(); - expect($browser.cookies()).toEqual({'objectCookie': '{"id":123,"name":"blah"}'}); - })); + it('should pass default options on remove', function() { + module(function($cookiesProvider) { + $cookiesProvider.defaults.secure = true; + }); + inject(function($cookies, $$cookieWriter) { + $cookies.remove('name', {path: '/a/b'}); + expect($$cookieWriter).toHaveBeenCalledWith('name', undefined, {path: '/a/b', secure: true}); + }); + }); - it('should deserialize json to object', inject(function($cookieStore, $browser) { - $browser.cookies('objectCookie', '{"id":123,"name":"blah"}'); - $browser.poll(); - expect($cookieStore.get('objectCookie')).toEqual({id: 123, name: 'blah'}); - })); + it('should let passed options override default options', function() { + module(function($cookiesProvider) { + $cookiesProvider.defaults.secure = true; + }); + inject(function($cookies, $$cookieWriter) { + $cookies.put('name', 'value', {secure: false}); + expect($$cookieWriter).toHaveBeenCalledWith('name', 'value', {secure: false}); + }); + }); - it('should delete objects from the store when remove is called', inject(function($cookieStore, $browser, $rootScope) { - $cookieStore.put('gonner', { "I'll":"Be Back"}); - $rootScope.$digest(); //force eval in test - $browser.poll(); - expect($browser.cookies()).toEqual({'gonner': '{"I\'ll":"Be Back"}'}); + it('should pass default options if no options are passed', function() { + module(function($cookiesProvider) { + $cookiesProvider.defaults.secure = true; + }); + inject(function($cookies, $$cookieWriter) { + $cookies.put('name', 'value'); + expect($$cookieWriter).toHaveBeenCalledWith('name', 'value', {secure: true}); + }); + }); - $cookieStore.remove('gonner'); - $rootScope.$digest(); - expect($browser.cookies()).toEqual({}); - })); -}); + }); diff --git a/test/ngMessageFormat/messageFormatSpec.js b/test/ngMessageFormat/messageFormatSpec.js new file mode 100644 index 000000000000..9ba14c8afa8d --- /dev/null +++ b/test/ngMessageFormat/messageFormatSpec.js @@ -0,0 +1,731 @@ +'use strict'; + +/* TODO: Add tests for: + • Whitespace preservation in messages. + • Whitespace ignored around syntax except for offset:N. + • Escaping for curlies and the # symbol. + • # symbol value. + • # symbol value when gender is nested inside plural. + • Error with nested # symbol. + • parser error messages. + • caching. + • watched expressions. + • test parsing AngularJS expressions + • test the different regexes + • test the different starting rules +*/ + +describe('$$ngMessageFormat', function() { + describe('core', function() { + var $$messageFormat, $parse, $interpolate, $locale, $rootScope; + + function Person(name, gender) { + this.name = name; + this.gender = gender; + } + + var alice = new Person('Alice', 'female'), + bob = new Person('Bob', 'male'), + charlie = new Person('Charlie', 'male'), + harry = new Person('Harry Potter', 'male'); + + function initScope($scope) { + $scope.recipients = [alice, bob, charlie]; + $scope.sender = harry; + } + + beforeEach(module('ngMessageFormat')); + + beforeEach(function() { + inject(['$$messageFormat', '$parse', '$locale', '$interpolate', '$rootScope', function( + messageFormat, parse, locale, interpolate, rootScope) { + $$messageFormat = messageFormat; + $parse = parse; + $interpolate = interpolate; + $locale = locale; + $rootScope = rootScope; + initScope(rootScope); + }]); + }); + + describe('mustache', function() { + function assertMustache(text, expected) { + var parsedFn = $interpolate(text); + expect(parsedFn($rootScope)).toEqual(expected); + } + + it('should suppress falsy objects', function() { + assertMustache('{{undefined}}', ''); + assertMustache('{{null}}', ''); + assertMustache('{{a.b}}', ''); + }); + + it('should jsonify objects', function() { + assertMustache('{{ {} }}', '{}'); + assertMustache('{{ true }}', 'true'); + assertMustache('{{ false }}', 'false'); + assertMustache('{{ 1 }}', '1'); + assertMustache('{{ \'1\' }}', '1'); + assertMustache('{{ sender }}', '{"name":"Harry Potter","gender":"male"}'); + }); + + it('should return function that can be called with no context', inject(function($interpolate) { + expect($interpolate('{{sender.name}}')()).toEqual(''); + })); + + describe('watchable', function() { + it('ckck', function() { + var calls = []; + $rootScope.$watch($interpolate('{{::name}}'), function(val) { + calls.push(val); + }); + + $rootScope.$apply(); + expect(calls.length).toBe(1); + + $rootScope.name = 'foo'; + $rootScope.$apply(); + expect(calls.length).toBe(2); + expect(calls[1]).toBe('foo'); + + $rootScope.name = 'bar'; + $rootScope.$apply(); + expect(calls.length).toBe(2); + }); + + + it('should stop watching strings with no expressions after first execution', function() { + var spy = jasmine.createSpy(); + $rootScope.$watch($$messageFormat.interpolate('foo'), spy); + $rootScope.$digest(); + expect($rootScope.$countWatchers()).toBe(0); + expect(spy).toHaveBeenCalledWith('foo', 'foo', $rootScope); + expect(spy).toHaveBeenCalledTimes(1); + }); + + it('should stop watching strings with only constant expressions after first execution', function() { + var spy = jasmine.createSpy(); + $rootScope.$watch($$messageFormat.interpolate('foo {{42}}'), spy); + $rootScope.$digest(); + expect($rootScope.$countWatchers()).toBe(0); + expect(spy).toHaveBeenCalledWith('foo 42', 'foo 42', $rootScope); + expect(spy).toHaveBeenCalledTimes(1); + }); + + + }); + + describe('plural', function() { + it('no interpolation', function() { + var text = '' + + '{{recipients.length, plural,\n' + + ' =0 {You gave no gifts}\n' + + ' =1 {You gave one person a gift}\n' + + // "=1" should override "one" for exact value. + ' one {YOU SHOULD NEVER SEE THIS MESSAGE}\n' + + ' other {You gave some people gifts}\n' + + '}}'; + var parsedFn = $interpolate(text, /*mustHaveExpression=*/true); + expect(parsedFn.expressions.length).toBe(1); + expect(parsedFn.expressions[0]).toEqual('recipients.length'); + + $rootScope.recipients.length = 2; + expect(parsedFn($rootScope)).toEqual('You gave some people gifts'); + + $rootScope.recipients.length = 1; + expect(parsedFn($rootScope)).toEqual('You gave one person a gift'); + + $rootScope.recipients.length = 0; + expect(parsedFn($rootScope)).toEqual('You gave no gifts'); + }); + + it('with interpolation', function() { + var text = '' + + '{{recipients.length, plural,\n' + + ' =0 {{{sender.name}} gave no gifts}\n' + + ' =1 {{{sender.name}} gave one gift to {{recipients[0].name}}}\n' + + // "=1" should override "one" for exact value. + ' one {YOU SHOULD NEVER SEE THIS MESSAGE}\n' + + ' other {{{sender.name}} gave them a gift}\n' + + '}}'; + var parsedFn = $interpolate(text, /*mustHaveExpression=*/true); + expect(parsedFn.expressions.length).toBe(1); + expect(parsedFn.expressions[0]).toEqual('recipients.length'); + + $rootScope.recipients.length = 2; + expect(parsedFn($rootScope)).toEqual('Harry Potter gave them a gift'); + + $rootScope.recipients.length = 1; + expect(parsedFn($rootScope)).toEqual('Harry Potter gave one gift to Alice'); + + $rootScope.recipients.length = 0; + expect(parsedFn($rootScope)).toEqual('Harry Potter gave no gifts'); + }); + + it('with offset, interpolation, "#" symbol with and without escaping', function() { + var text = '' + + '{{recipients.length, plural, offset:1\n' + + // NOTE: It's nonsensical to use "#" for "=0" with a positive offset. + ' =0 {{{sender.name}} gave no gifts (\\#=#)}\n' + + ' =1 {{{sender.name}} gave one gift to {{recipients[0].name}} (\\#=#)}\n' + + ' one {{{sender.name}} gave {{recipients[0].name}} and one other person a gift (\\#=#)}\n' + + ' other {{{sender.name}} gave {{recipients[0].name}} and # other people a gift (\\#=#)}\n' + + '}}'; + var parsedFn = $interpolate(text, /*mustHaveExpression=*/true); + expect(parsedFn.expressions.length).toBe(1); + expect(parsedFn.expressions[0]).toEqual('recipients.length'); + + $rootScope.recipients.length = 3; + // "#" should get replaced with the value of "recipients.length - offset" + expect(parsedFn($rootScope)).toEqual('Harry Potter gave Alice and 2 other people a gift (#=2)'); + + $rootScope.recipients.length = 2; + expect(parsedFn($rootScope)).toEqual('Harry Potter gave Alice and one other person a gift (#=1)'); + + $rootScope.recipients.length = 1; + expect(parsedFn($rootScope)).toEqual('Harry Potter gave one gift to Alice (#=0)'); + + $rootScope.recipients.length = 0; + expect(parsedFn($rootScope)).toEqual('Harry Potter gave no gifts (#=-1)'); + }); + }); + + it('nested plural and select', function() { + var text = '' + + '{{recipients.length, plural,\n' + + ' =0 {You gave no gifts}\n' + + ' =1 {{{recipients[0].gender, select,\n' + + ' male {You gave him a gift. -{{sender.name}}}\n' + + ' female {You gave her a gift. -{{sender.name}}}\n' + + ' other {You gave them a gift. -{{sender.name}}}\n' + + ' }}\n' + + ' }\n' + + ' other {You gave {{recipients.length}} people gifts. -{{sender.name}}}\n' + + '}}'; + var parsedFn = $interpolate(text, /*mustHaveExpression=*/true); + expect(parsedFn.expressions.length).toBe(1); + expect(parsedFn.expressions[0]).toEqual('recipients.length'); + var result = parsedFn($rootScope); + expect(result).toEqual('You gave 3 people gifts. -Harry Potter'); + }); + }); + + describe('interpolate', function() { + function assertInterpolation(text, expected) { + var parsedFn = $$messageFormat.interpolate(text); + expect(parsedFn($rootScope)).toEqual(expected); + } + + it('should interpolate a plain string', function() { + assertInterpolation(' Hello, world! ', ' Hello, world! '); + }); + + it('should interpolate a simple expression', function() { + assertInterpolation('Hello, {{sender.name}}!', 'Hello, Harry Potter!'); + }); + }); + }); + + + /* NOTE: This describe block includes a copy of interpolateSpec.js to test that + * $$messageFormat.interpolate behaves the same as $interpolate. + * ONLY the following changes have been made. + * - Add beforeEach(module('ngMessageFormat')) at top level of describe() + * - Add extra "}" for it('should not unescape markers within expressions'). Original + * $interpolate has a bug/feature where a "}}" inside a string is also treated as a + * closing symbol. The new service understands the string context and fixes this. + * - All tests for startSymbol/endSymbol have been commented out. The new service does not + * allow you to change them as of now. + * - Instead, I've added tests to assert that we throw an exception if used with redefined + * startSymbol/endSymbol. These tests are listed right in the beginning before the + * others. allow you to change them as of now. + */ + describe('$interpolate', function() { + beforeEach(module('ngMessageFormat')); + + describe('startSymbol', function() { + it('should expose the startSymbol in run phase', inject(function($interpolate) { + expect($interpolate.startSymbol()).toBe('{{'); + })); + describe('redefinition', function() { + beforeEach(module(function($interpolateProvider) { + expect($interpolateProvider.startSymbol()).toBe('{{'); + $interpolateProvider.startSymbol('(('); + })); + it('should not work when the startSymbol is redefined', function() { + expect(function() { + inject(inject(function($interpolate) {})); + }).toThrowMinErr('$interpolate', 'nochgmustache'); + }); + }); + }); + + describe('endSymbol', function() { + it('should expose the endSymbol in run phase', inject(function($interpolate) { + expect($interpolate.endSymbol()).toBe('}}'); + })); + describe('redefinition', function() { + beforeEach(module(function($interpolateProvider) { + expect($interpolateProvider.endSymbol()).toBe('}}'); + $interpolateProvider.endSymbol('))'); + })); + it('should not work when the endSymbol is redefined', function() { + expect(function() { + inject(inject(function($interpolate) {})); + }).toThrowMinErr('$interpolate', 'nochgmustache'); + }); + }); + }); + + it('should return the interpolation object when there are no bindings and textOnly is undefined', + inject(function($interpolate) { + var interpolateFn = $interpolate('some text'); + + expect(interpolateFn.exp).toBe('some text'); + expect(interpolateFn.expressions).toEqual([]); + + expect(interpolateFn({})).toBe('some text'); + })); + + + it('should return undefined when there are no bindings and textOnly is set to true', + inject(function($interpolate) { + expect($interpolate('some text', true)).toBeUndefined(); + })); + + it('should return undefined when there are bindings and strict is set to true', + inject(function($interpolate) { + expect($interpolate('test {{foo}}', false, null, true)({})).toBeUndefined(); + })); + + it('should suppress falsy objects', inject(function($interpolate) { + expect($interpolate('{{undefined}}')({})).toEqual(''); + expect($interpolate('{{null}}')({})).toEqual(''); + expect($interpolate('{{a.b}}')({})).toEqual(''); + })); + + it('should jsonify objects', inject(function($interpolate) { + expect($interpolate('{{ {} }}')({})).toEqual('{}'); + expect($interpolate('{{ true }}')({})).toEqual('true'); + expect($interpolate('{{ false }}')({})).toEqual('false'); + })); + + + it('should use custom toString when present', inject(function($interpolate, $rootScope) { + var context = { + a: { + toString: function() { + return 'foo'; + } + } + }; + + expect($interpolate('{{ a }}')(context)).toEqual('foo'); + })); + + it('should NOT use toString on array objects', inject(function($interpolate) { + expect($interpolate('{{a}}')({ a: [] })).toEqual('[]'); + })); + + + it('should NOT use toString on Date objects', inject(function($interpolate) { + var date = new Date(2014, 10, 10); + expect($interpolate('{{a}}')({ a: date })).toBe(JSON.stringify(date)); + expect($interpolate('{{a}}')({ a: date })).not.toEqual(date.toString()); + })); + + + it('should return interpolation function', inject(function($interpolate, $rootScope) { + var interpolateFn = $interpolate('Hello {{name}}!'); + + expect(interpolateFn.exp).toBe('Hello {{name}}!'); + expect(interpolateFn.expressions).toEqual(['name']); + + var scope = $rootScope.$new(); + scope.name = 'Bubu'; + + expect(interpolateFn(scope)).toBe('Hello Bubu!'); + })); + + + it('should ignore undefined model', inject(function($interpolate) { + expect($interpolate('Hello {{\'World\'}}{{foo}}')({})).toBe('Hello World'); + })); + + + it('should interpolate with undefined context', inject(function($interpolate) { + expect($interpolate('Hello, world!{{bloop}}')()).toBe('Hello, world!'); + })); + + describe('watching', function() { + it('should be watchable with any input types', inject(function($interpolate, $rootScope) { + var lastVal; + $rootScope.$watch($interpolate('{{i}}'), function(val) { + lastVal = val; + }); + $rootScope.$apply(); + expect(lastVal).toBe(''); + + $rootScope.i = null; + $rootScope.$apply(); + expect(lastVal).toBe(''); + + $rootScope.i = ''; + $rootScope.$apply(); + expect(lastVal).toBe(''); + + $rootScope.i = 0; + $rootScope.$apply(); + expect(lastVal).toBe('0'); + + $rootScope.i = [0]; + $rootScope.$apply(); + expect(lastVal).toBe('[0]'); + + $rootScope.i = {a: 1, b: 2}; + $rootScope.$apply(); + expect(lastVal).toBe('{"a":1,"b":2}'); + })); + + it('should be watchable with literal values', inject(function($interpolate, $rootScope) { + var lastVal; + $rootScope.$watch($interpolate('{{1}}{{"2"}}{{true}}{{[false]}}{{ {a: 2} }}'), function(val) { + lastVal = val; + }); + $rootScope.$apply(); + expect(lastVal).toBe('12true[false]{"a":2}'); + + expect($rootScope.$countWatchers()).toBe(0); + })); + + it('should respect one-time bindings for each individual expression', inject(function($interpolate, $rootScope) { + var calls = []; + $rootScope.$watch($interpolate('{{::a | limitTo:1}} {{::s}} {{::i | number}}'), function(val) { + calls.push(val); + }); + + $rootScope.$apply(); + expect(calls.length).toBe(1); + + $rootScope.a = [1]; + $rootScope.$apply(); + expect(calls.length).toBe(2); + expect(calls[1]).toBe('[1] '); + + $rootScope.a = [0]; + $rootScope.$apply(); + expect(calls.length).toBe(2); + + $rootScope.i = $rootScope.a = 123; + $rootScope.s = 'str!'; + $rootScope.$apply(); + expect(calls.length).toBe(3); + expect(calls[2]).toBe('[1] str! 123'); + + expect($rootScope.$countWatchers()).toBe(0); + })); + + it('should stop watching strings with no expressions after first execution', + inject(function($interpolate, $rootScope) { + var spy = jasmine.createSpy(); + $rootScope.$watch($interpolate('foo'), spy); + $rootScope.$digest(); + expect($rootScope.$countWatchers()).toBe(0); + expect(spy).toHaveBeenCalledWith('foo', 'foo', $rootScope); + expect(spy).toHaveBeenCalledTimes(1); + }) + ); + + it('should stop watching strings with only constant expressions after first execution', + inject(function($interpolate, $rootScope) { + var spy = jasmine.createSpy(); + $rootScope.$watch($interpolate('foo {{42}}'), spy); + $rootScope.$digest(); + expect($rootScope.$countWatchers()).toBe(0); + expect(spy).toHaveBeenCalledWith('foo 42', 'foo 42', $rootScope); + expect(spy).toHaveBeenCalledTimes(1); + }) + ); + }); + + describe('interpolation escaping', function() { + var obj; + beforeEach(function() { + obj = {foo: 'Hello', bar: 'World'}; + }); + + + it('should support escaping interpolation signs', inject(function($interpolate) { + expect($interpolate('{{foo}} \\{\\{bar\\}\\}')(obj)).toBe('Hello {{bar}}'); + expect($interpolate('\\{\\{foo\\}\\} {{bar}}')(obj)).toBe('{{foo}} World'); + })); + + + it('should unescape multiple expressions', inject(function($interpolate) { + expect($interpolate('\\{\\{foo\\}\\}\\{\\{bar\\}\\} {{foo}}')(obj)).toBe('{{foo}}{{bar}} Hello'); + expect($interpolate('{{foo}}\\{\\{foo\\}\\}\\{\\{bar\\}\\}')(obj)).toBe('Hello{{foo}}{{bar}}'); + expect($interpolate('\\{\\{foo\\}\\}{{foo}}\\{\\{bar\\}\\}')(obj)).toBe('{{foo}}Hello{{bar}}'); + expect($interpolate('{{foo}}\\{\\{foo\\}\\}{{bar}}\\{\\{bar\\}\\}{{foo}}')(obj)).toBe('Hello{{foo}}World{{bar}}Hello'); + })); + + + /* + *it('should support escaping custom interpolation start/end symbols', function() { + * module(function($interpolateProvider) { + * $interpolateProvider.startSymbol('[['); + * $interpolateProvider.endSymbol(']]'); + * }); + * inject(function($interpolate) { + * expect($interpolate('[[foo]] \\[\\[bar\\]\\]')(obj)).toBe('Hello [[bar]]'); + * }); + *}); + */ + + + it('should unescape incomplete escaped expressions', inject(function($interpolate) { + expect($interpolate('\\{\\{foo{{foo}}')(obj)).toBe('{{fooHello'); + expect($interpolate('\\}\\}foo{{foo}}')(obj)).toBe('}}fooHello'); + expect($interpolate('foo{{foo}}\\{\\{')(obj)).toBe('fooHello{{'); + expect($interpolate('foo{{foo}}\\}\\}')(obj)).toBe('fooHello}}'); + })); + + + it('should not unescape markers within expressions', inject(function($interpolate) { + expect($interpolate('{{"\\\\{\\\\{Hello, world!\\\\}\\\\}"}}')(obj)).toBe('\\{\\{Hello, world!\\}\\}'); + expect($interpolate('{{"\\{\\{Hello, world!\\}\\}"}}')(obj)).toBe('{{Hello, world!}}'); + expect(function() { + $interpolate('{{\\{\\{foo\\}\\}}}')(obj); + }).toThrowMinErr('$parse', 'lexerr', + 'Lexer Error: Unexpected next character at columns 0-0 [\\] in expression [\\{\\{foo\\}\\}]'); + })); + + + // This test demonstrates that the web-server is responsible for escaping every single instance + // of interpolation start/end markers in an expression which they do not wish to evaluate, + // because AngularJS will not protect them from being evaluated (due to the added complexity + // and maintenance burden of context-sensitive escaping) + it('should evaluate expressions between escaped start/end symbols', inject(function($interpolate) { + expect($interpolate('\\{\\{Hello, {{bar}}!\\}\\}')(obj)).toBe('{{Hello, World!}}'); + })); + }); + + + describe('interpolating in a trusted context', function() { + var sce; + beforeEach(function() { + function log() {} + var fakeLog = {log: log, warn: log, info: log, error: log}; + module(function($provide, $sceProvider) { + $provide.value('$log', fakeLog); + $sceProvider.enabled(true); + }); + inject(['$sce', function($sce) { sce = $sce; }]); + }); + + it('should NOT interpolate non-trusted expressions', inject(function($interpolate, $rootScope) { + var scope = $rootScope.$new(); + scope.foo = 'foo'; + + expect(function() { + $interpolate('{{foo}}', true, sce.CSS)(scope); + }).toThrowMinErr('$interpolate', 'interr'); + })); + + it('should NOT interpolate mistyped expressions', inject(function($interpolate, $rootScope) { + var scope = $rootScope.$new(); + scope.foo = sce.trustAsCss('foo'); + + expect(function() { + $interpolate('{{foo}}', true, sce.HTML)(scope); + }).toThrowMinErr('$interpolate', 'interr'); + })); + + it('should interpolate trusted expressions in a regular context', inject(function($interpolate) { + var foo = sce.trustAsCss('foo'); + expect($interpolate('{{foo}}', true)({foo: foo})).toBe('foo'); + })); + + it('should interpolate trusted expressions in a specific trustedContext', inject(function($interpolate) { + var foo = sce.trustAsCss('foo'); + expect($interpolate('{{foo}}', true, sce.CSS)({foo: foo})).toBe('foo'); + })); + + // The concatenation of trusted values does not necessarily result in a trusted value. (For + // instance, you can construct evil JS code by putting together pieces of JS strings that are by + // themselves safe to execute in isolation.) + it('should NOT interpolate trusted expressions with multiple parts', inject(function($interpolate) { + var foo = sce.trustAsCss('foo'); + var bar = sce.trustAsCss('bar'); + expect(function() { + return $interpolate('{{foo}}{{bar}}', true, sce.CSS)({foo: foo, bar: bar}); + }).toThrowMinErr( + '$interpolate', 'noconcat', 'Error while interpolating: {{foo}}{{bar}}\n' + + 'Strict Contextual Escaping disallows interpolations that concatenate multiple ' + + 'expressions when a trusted value is required. See ' + + 'http://docs.angularjs.org/api/ng.$sce'); + })); + }); + + +/* + * describe('provider', function() { + * beforeEach(module(function($interpolateProvider) { + * $interpolateProvider.startSymbol('--'); + * $interpolateProvider.endSymbol('--'); + * })); + * + * it('should not get confused with same markers', inject(function($interpolate) { + * expect($interpolate('---').expressions).toEqual([]); + * expect($interpolate('----')({})).toEqual(''); + * expect($interpolate('--1--')({})).toEqual('1'); + * })); + * }); + */ + + describe('parseBindings', function() { + it('should Parse Text With No Bindings', inject(function($interpolate) { + expect($interpolate('a').expressions).toEqual([]); + })); + + it('should Parse Empty Text', inject(function($interpolate) { + expect($interpolate('').expressions).toEqual([]); + })); + + it('should Parse Inner Binding', inject(function($interpolate) { + var interpolateFn = $interpolate('a{{b}}C'), + expressions = interpolateFn.expressions; + expect(expressions).toEqual(['b']); + expect(interpolateFn({b: 123})).toEqual('a123C'); + })); + + it('should Parse Ending Binding', inject(function($interpolate) { + var interpolateFn = $interpolate('a{{b}}'), + expressions = interpolateFn.expressions; + expect(expressions).toEqual(['b']); + expect(interpolateFn({b: 123})).toEqual('a123'); + })); + + it('should Parse Begging Binding', inject(function($interpolate) { + var interpolateFn = $interpolate('{{b}}c'), + expressions = interpolateFn.expressions; + expect(expressions).toEqual(['b']); + expect(interpolateFn({b: 123})).toEqual('123c'); + })); + + it('should Parse Loan Binding', inject(function($interpolate) { + var interpolateFn = $interpolate('{{b}}'), + expressions = interpolateFn.expressions; + expect(expressions).toEqual(['b']); + expect(interpolateFn({b: 123})).toEqual('123'); + })); + + it('should Parse Two Bindings', inject(function($interpolate) { + var interpolateFn = $interpolate('{{b}}{{c}}'), + expressions = interpolateFn.expressions; + expect(expressions).toEqual(['b', 'c']); + expect(interpolateFn({b: 111, c: 222})).toEqual('111222'); + })); + + it('should Parse Two Bindings With Text In Middle', inject(function($interpolate) { + var interpolateFn = $interpolate('{{b}}x{{c}}'), + expressions = interpolateFn.expressions; + expect(expressions).toEqual(['b', 'c']); + expect(interpolateFn({b: 111, c: 222})).toEqual('111x222'); + })); + + it('should Parse Multiline', inject(function($interpolate) { + var interpolateFn = $interpolate('"X\nY{{A\n+B}}C\nD"'), + expressions = interpolateFn.expressions; + expect(expressions).toEqual(['A\n+B']); + expect(interpolateFn({'A': 'aa', 'B': 'bb'})).toEqual('"X\nYaabbC\nD"'); + })); + }); + + + describe('isTrustedContext', function() { + it('should NOT interpolate a multi-part expression when isTrustedContext is true', inject(function($interpolate) { + var isTrustedContext = true; + expect(function() { + $interpolate('constant/{{var}}', true, isTrustedContext); + }).toThrowMinErr( + '$interpolate', 'noconcat', 'Error while interpolating: constant/{{var}}\nStrict ' + + 'Contextual Escaping disallows interpolations that concatenate multiple expressions ' + + 'when a trusted value is required. See http://docs.angularjs.org/api/ng.$sce'); + expect(function() { + $interpolate('{{var}}/constant', true, isTrustedContext); + }).toThrowMinErr( + '$interpolate', 'noconcat', 'Error while interpolating: {{var}}/constant\nStrict ' + + 'Contextual Escaping disallows interpolations that concatenate multiple expressions ' + + 'when a trusted value is required. See http://docs.angularjs.org/api/ng.$sce'); + expect(function() { + $interpolate('{{foo}}{{bar}}', true, isTrustedContext); + }).toThrowMinErr( + '$interpolate', 'noconcat', 'Error while interpolating: {{foo}}{{bar}}\nStrict ' + + 'Contextual Escaping disallows interpolations that concatenate multiple expressions ' + + 'when a trusted value is required. See http://docs.angularjs.org/api/ng.$sce'); + })); + + it('should interpolate a multi-part expression when isTrustedContext is false', inject(function($interpolate) { + expect($interpolate('some/{{id}}')({})).toEqual('some/'); + expect($interpolate('some/{{id}}')({id: 1})).toEqual('some/1'); + expect($interpolate('{{foo}}{{bar}}')({foo: 1, bar: 2})).toEqual('12'); + })); + }); + +/* + * describe('startSymbol', function() { + * + * beforeEach(module(function($interpolateProvider) { + * expect($interpolateProvider.startSymbol()).toBe('{{'); + * $interpolateProvider.startSymbol('(('); + * })); + * + * + * it('should expose the startSymbol in config phase', module(function($interpolateProvider) { + * expect($interpolateProvider.startSymbol()).toBe('(('); + * })); + * + * + * it('should expose the startSymbol in run phase', inject(function($interpolate) { + * expect($interpolate.startSymbol()).toBe('(('); + * })); + * + * + * it('should not get confused by matching start and end symbols', function() { + * module(function($interpolateProvider) { + * $interpolateProvider.startSymbol('--'); + * $interpolateProvider.endSymbol('--'); + * }); + * + * inject(function($interpolate) { + * expect($interpolate('---').expressions).toEqual([]); + * expect($interpolate('----')({})).toEqual(''); + * expect($interpolate('--1--')({})).toEqual('1'); + * }); + * }); + * }); + */ + + +/* + * describe('endSymbol', function() { + * + * beforeEach(module(function($interpolateProvider) { + * expect($interpolateProvider.endSymbol()).toBe('}}'); + * $interpolateProvider.endSymbol('))'); + * })); + * + * + * it('should expose the endSymbol in config phase', module(function($interpolateProvider) { + * expect($interpolateProvider.endSymbol()).toBe('))'); + * })); + * + * + * it('should expose the endSymbol in run phase', inject(function($interpolate) { + * expect($interpolate.endSymbol()).toBe('))'); + * })); + * }); + */ + + }); // end of tests copied from $interpolate +}); diff --git a/test/ngMessages/messagesSpec.js b/test/ngMessages/messagesSpec.js new file mode 100644 index 000000000000..527a577b1f18 --- /dev/null +++ b/test/ngMessages/messagesSpec.js @@ -0,0 +1,1121 @@ +'use strict'; + +describe('ngMessages', function() { + beforeEach(inject.strictDi()); + beforeEach(module('ngMessages')); + + function messageChildren(element) { + return (element.length ? element[0] : element).querySelectorAll('[ng-message], [ng-message-exp]'); + } + + function s(str) { + return str.replace(/\s+/g,''); + } + + function trim(value) { + return isString(value) ? value.trim() : value; + } + + var element; + afterEach(function() { + dealoc(element); + }); + + it('should render based off of a hashmap collection', inject(function($rootScope, $compile) { + element = $compile('
                        ' + + '
                        Message is set
                        ' + + '
                        ')($rootScope); + $rootScope.$digest(); + + expect(element.text()).not.toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { val: true }; + }); + + expect(element.text()).toContain('Message is set'); + })); + + it('should render the same message if multiple message keys match', inject(function($rootScope, $compile) { + element = $compile('
                        ' + + '
                        Message is set
                        ' + + '
                        ')($rootScope); + $rootScope.$digest(); + + expect(element.text()).not.toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { one: true }; + }); + + expect(element.text()).toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { two: true, one: false }; + }); + + expect(element.text()).toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { three: true, two: false }; + }); + + expect(element.text()).toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { three: false }; + }); + + expect(element.text()).not.toContain('Message is set'); + })); + + it('should use the when attribute when an element directive is used', + inject(function($rootScope, $compile) { + + element = $compile('' + + ' Message is set
                        ' + + '')($rootScope); + $rootScope.$digest(); + + expect(element.text()).not.toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { val: true }; + }); + + expect(element.text()).toContain('Message is set'); + })); + + it('should render the same message if multiple message keys match based on the when attribute', inject(function($rootScope, $compile) { + element = $compile('' + + ' Message is set
                        ' + + '')($rootScope); + $rootScope.$digest(); + + expect(element.text()).not.toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { one: true }; + }); + + expect(element.text()).toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { two: true, one: false }; + }); + + expect(element.text()).toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { three: true, two: false }; + }); + + expect(element.text()).toContain('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { three: false }; + }); + + expect(element.text()).not.toContain('Message is set'); + })); + + it('should allow a dynamic expression to be set when ng-message-exp is used', + inject(function($rootScope, $compile) { + + element = $compile('
                        ' + + '
                        Message is crazy
                        ' + + '
                        ')($rootScope); + $rootScope.$digest(); + + expect(element.text()).not.toContain('Message is crazy'); + + $rootScope.$apply(function() { + $rootScope.variable = 'error'; + $rootScope.col = { error: true }; + }); + + expect(element.text()).toContain('Message is crazy'); + + $rootScope.$apply(function() { + $rootScope.col = { error: false, failure: true }; + }); + + expect(element.text()).not.toContain('Message is crazy'); + + $rootScope.$apply(function() { + $rootScope.variable = ['failure']; + }); + + expect(element.text()).toContain('Message is crazy'); + + $rootScope.$apply(function() { + $rootScope.variable = null; + }); + + expect(element.text()).not.toContain('Message is crazy'); + })); + + it('should allow a dynamic expression to be set when the when-exp attribute is used', + inject(function($rootScope, $compile) { + + element = $compile('' + + ' Message is crazy' + + '')($rootScope); + $rootScope.$digest(); + + expect(element.text()).not.toContain('Message is crazy'); + + $rootScope.$apply(function() { + $rootScope.variable = 'error, failure'; + $rootScope.col = { error: true }; + }); + + expect(element.text()).toContain('Message is crazy'); + + $rootScope.$apply(function() { + $rootScope.col = { error: false, failure: true }; + }); + + expect(element.text()).toContain('Message is crazy'); + + $rootScope.$apply(function() { + $rootScope.variable = []; + }); + + expect(element.text()).not.toContain('Message is crazy'); + + $rootScope.$apply(function() { + $rootScope.variable = null; + }); + + expect(element.text()).not.toContain('Message is crazy'); + })); + + they('should render empty when $prop is used as a collection value', + { 'null': null, + 'false': false, + '0': 0, + '[]': [], + '[{}]': [{}], + '': '', + '{ val2 : true }': { val2: true } }, + function(prop) { + inject(function($rootScope, $compile) { + element = $compile('
                        ' + + '
                        Message is set
                        ' + + '
                        ')($rootScope); + $rootScope.$digest(); + + $rootScope.$apply(function() { + $rootScope.col = prop; + }); + expect(element.text()).not.toContain('Message is set'); + }); + }); + + they('should insert and remove matching inner elements when $prop is used as a value', + { 'true': true, + '1': 1, + '{}': {}, + '[]': [], + '[null]': [null] }, + function(prop) { + inject(function($rootScope, $compile) { + + element = $compile('
                        ' + + '
                        This message is blue
                        ' + + '
                        This message is red
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.col = {}; + }); + + expect(messageChildren(element).length).toBe(0); + expect(trim(element.text())).toEqual(''); + + $rootScope.$apply(function() { + $rootScope.col = { + blue: true, + red: false + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('This message is blue'); + + $rootScope.$apply(function() { + $rootScope.col = { + red: prop + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('This message is red'); + + $rootScope.$apply(function() { + $rootScope.col = null; + }); + expect(messageChildren(element).length).toBe(0); + expect(trim(element.text())).toEqual(''); + + + $rootScope.$apply(function() { + $rootScope.col = { + blue: 0, + red: null + }; + }); + + expect(messageChildren(element).length).toBe(0); + expect(trim(element.text())).toEqual(''); + }); + }); + + it('should display the elements in the order defined in the DOM', + inject(function($rootScope, $compile) { + + element = $compile('
                        ' + + '
                        Message#one
                        ' + + '
                        Message#two
                        ' + + '
                        Message#three
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.col = { + three: true, + one: true, + two: true + }; + }); + + angular.forEach(['one','two','three'], function(key) { + expect(s(element.text())).toEqual('Message#' + key); + + $rootScope.$apply(function() { + $rootScope.col[key] = false; + }); + }); + + expect(s(element.text())).toEqual(''); + })); + + it('should add ng-active/ng-inactive CSS classes to the element when errors are/aren\'t displayed', + inject(function($rootScope, $compile) { + + element = $compile('
                        ' + + '
                        This message is ready
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.col = {}; + }); + + expect(element.hasClass('ng-active')).toBe(false); + expect(element.hasClass('ng-inactive')).toBe(true); + + $rootScope.$apply(function() { + $rootScope.col = { ready: true }; + }); + + expect(element.hasClass('ng-active')).toBe(true); + expect(element.hasClass('ng-inactive')).toBe(false); + })); + + it('should automatically re-render the messages when other directives dynamically change them', + inject(function($rootScope, $compile) { + + element = $compile('
                        ' + + '
                        Enter something
                        ' + + '
                        ' + + '
                        {{ item.text }}
                        ' + + '
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.col = {}; + $rootScope.items = [ + { text: 'Your age is incorrect', name: 'age' }, + { text: 'You\'re too tall man!', name: 'height' }, + { text: 'Your hair is too long', name: 'hair' } + ]; + }); + + expect(messageChildren(element).length).toBe(0); + expect(trim(element.text())).toEqual(''); + + $rootScope.$apply(function() { + $rootScope.col = { hair: true }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('Your hair is too long'); + + $rootScope.$apply(function() { + $rootScope.col = { age: true, hair: true}; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('Your age is incorrect'); + + $rootScope.$apply(function() { + // remove the age! + $rootScope.items.shift(); + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('Your hair is too long'); + + $rootScope.$apply(function() { + // remove the hair! + $rootScope.items.length = 0; + $rootScope.col.primary = true; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('Enter something'); + })); + + + it('should be compatible with ngBind', + inject(function($rootScope, $compile) { + + element = $compile('
                        ' + + '
                        ' + + '
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.col = { + required: true, + extra: true + }; + $rootScope.errorMessages = { + required: 'Fill in the text field.', + extra: 'Extra error message.' + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('Fill in the text field.'); + + $rootScope.$apply(function() { + $rootScope.col.required = false; + $rootScope.col.extra = true; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('Extra error message.'); + + $rootScope.$apply(function() { + $rootScope.errorMessages.extra = 'New error message.'; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('New error message.'); + })); + + + // issue #12856 + it('should only detach the message object that is associated with the message node being removed', + inject(function($rootScope, $compile, $animate) { + + // We are going to spy on the `leave` method to give us control over + // when the element is actually removed + spyOn($animate, 'leave'); + + // Create a basic ng-messages set up + element = $compile('
                        ' + + '
                        Enter something
                        ' + + '
                        ')($rootScope); + + // Trigger the message to be displayed + $rootScope.col = { primary: true }; + $rootScope.$digest(); + expect(messageChildren(element).length).toEqual(1); + var oldMessageNode = messageChildren(element)[0]; + + // Remove the message + $rootScope.col = { primary: undefined }; + $rootScope.$digest(); + + // Since we have spied on the `leave` method, the message node is still in the DOM + expect($animate.leave).toHaveBeenCalledOnce(); + var nodeToRemove = $animate.leave.calls.mostRecent().args[0][0]; + expect(nodeToRemove).toBe(oldMessageNode); + $animate.leave.calls.reset(); + + // Add the message back in + $rootScope.col = { primary: true }; + $rootScope.$digest(); + + // Simulate the animation completing on the node + jqLite(nodeToRemove).remove(); + + // We should not get another call to `leave` + expect($animate.leave).not.toHaveBeenCalled(); + + // There should only be the new message node + expect(messageChildren(element).length).toEqual(1); + var newMessageNode = messageChildren(element)[0]; + expect(newMessageNode).not.toBe(oldMessageNode); + })); + + it('should render animations when the active/inactive classes are added/removed', function() { + module('ngAnimate'); + module('ngAnimateMock'); + inject(function($rootScope, $compile, $animate) { + element = $compile('
                        ' + + '
                        This message is ready
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.col = {}; + }); + + var event = $animate.queue.pop(); + expect(event.event).toBe('setClass'); + expect(event.args[1]).toBe('ng-inactive'); + expect(event.args[2]).toBe('ng-active'); + + $rootScope.$apply(function() { + $rootScope.col = { ready: true }; + }); + + event = $animate.queue.pop(); + expect(event.event).toBe('setClass'); + expect(event.args[1]).toBe('ng-active'); + expect(event.args[2]).toBe('ng-inactive'); + }); + }); + + describe('ngMessage nested nested inside elements', function() { + + it('should not crash or leak memory when the messages are transcluded, the first message is ' + + 'visible, and ngMessages is removed by ngIf', function() { + + module(function($compileProvider) { + $compileProvider.directive('messageWrap', function() { + return { + transclude: true, + scope: { + col: '=col' + }, + template: '
                        ' + }; + }); + }); + + inject(function($rootScope, $compile) { + + element = $compile('
                        ' + + '
                        A
                        ' + + '
                        B
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.show = true; + $rootScope.col = { + a: true, + b: true + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('A'); + + $rootScope.$apply('show = false'); + + expect(messageChildren(element).length).toBe(0); + }); + }); + + + it('should not crash when the first of two nested messages is removed', function() { + inject(function($rootScope, $compile) { + + element = $compile( + '
                        ' + + '
                        ' + + '
                        A
                        ' + + '
                        B
                        ' + + '
                        ' + + '
                        ' + )($rootScope); + + $rootScope.$apply(function() { + $rootScope.col = { + a: true, + b: false + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('A'); + + var ctrl = element.controller('ngMessages'); + var deregisterSpy = spyOn(ctrl, 'deregister').and.callThrough(); + + var nodeA = element[0].querySelector('[ng-message="a"]'); + jqLite(nodeA).remove(); + $rootScope.$digest(); // The next digest triggers the error + + // Make sure removing the element triggers the deregistration in ngMessages + expect(trim(deregisterSpy.calls.mostRecent().args[0].nodeValue)).toBe('ngMessage: a'); + expect(messageChildren(element).length).toBe(0); + }); + }); + + + it('should not crash, but show deeply nested messages correctly after a message ' + + 'has been removed', function() { + inject(function($rootScope, $compile) { + + element = $compile( + '
                        ' + + '
                        ' + + '
                        A
                        ' + + '
                        ' + + '
                        B
                        ' + + '
                        C
                        ' + + '
                        ' + + '
                        D
                        ' + + '
                        ' + + '
                        ' + )($rootScope); + + $rootScope.$apply(function() { + $rootScope.col = { + a: true, + b: true + }; + }); + + expect(messageChildren(element).length).toBe(2); + expect(trim(element.text())).toEqual('AB'); + + var ctrl = element.controller('ngMessages'); + var deregisterSpy = spyOn(ctrl, 'deregister').and.callThrough(); + + var nodeB = element[0].querySelector('[ng-message="b"]'); + jqLite(nodeB).remove(); + $rootScope.$digest(); // The next digest triggers the error + + // Make sure removing the element triggers the deregistration in ngMessages + expect(trim(deregisterSpy.calls.mostRecent().args[0].nodeValue)).toBe('ngMessage: b'); + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('A'); + }); + }); + }); + + + it('should clean-up the ngMessage scope when a message is removed', + inject(function($compile, $rootScope) { + + var html = + '
                        ' + + '
                        {{forA}}
                        ' + + '
                        '; + + element = $compile(html)($rootScope); + $rootScope.$apply(function() { + $rootScope.forA = 'A'; + $rootScope.items = {a: true}; + }); + + expect(element.text()).toBe('A'); + var watchers = $rootScope.$countWatchers(); + + $rootScope.$apply('items.a = false'); + + expect(element.text()).toBe(''); + // We don't know exactly how many watchers are on the scope, only that there should be + // one less now + expect($rootScope.$countWatchers()).toBe(watchers - 1); + }) + ); + + it('should unregister the ngMessage even if it was never attached', + inject(function($compile, $rootScope) { + var html = + '
                        ' + + '
                        ERROR
                        ' + + '
                        '; + + element = $compile(html)($rootScope); + + var ctrl = element.controller('ngMessages'); + + expect(messageChildren(element).length).toBe(0); + expect(Object.keys(ctrl.messages).length).toEqual(0); + + $rootScope.$apply('show = true'); + expect(messageChildren(element).length).toBe(0); + expect(Object.keys(ctrl.messages).length).toEqual(1); + + $rootScope.$apply('show = false'); + expect(messageChildren(element).length).toBe(0); + expect(Object.keys(ctrl.messages).length).toEqual(0); + }) + ); + + + describe('default message', function() { + it('should render a default message when no message matches', inject(function($rootScope, $compile) { + element = $compile('
                        ' + + '
                        Message is set
                        ' + + '
                        Default message is set
                        ' + + '
                        ')($rootScope); + $rootScope.$apply(function() { + $rootScope.col = { unexpected: false }; + }); + + $rootScope.$digest(); + + expect(element.text().trim()).toBe(''); + expect(element).not.toHaveClass('ng-active'); + + $rootScope.$apply(function() { + $rootScope.col = { unexpected: true }; + }); + + expect(element.text().trim()).toBe('Default message is set'); + expect(element).toHaveClass('ng-active'); + + $rootScope.$apply(function() { + $rootScope.col = { unexpected: false }; + }); + + expect(element.text().trim()).toBe(''); + expect(element).not.toHaveClass('ng-active'); + + $rootScope.$apply(function() { + $rootScope.col = { val: true, unexpected: true }; + }); + + expect(element.text().trim()).toBe('Message is set'); + expect(element).toHaveClass('ng-active'); + })); + + it('should not render a default message with ng-messages-multiple if another error matches', + inject(function($rootScope, $compile) { + element = $compile('
                        ' + + '
                        Message is set
                        ' + + '
                        Other message is set
                        ' + + '
                        Default message is set
                        ' + + '
                        ')($rootScope); + + expect(element.text().trim()).toBe(''); + + $rootScope.$apply(function() { + $rootScope.col = { val: true, other: false, unexpected: false }; + }); + + expect(element.text().trim()).toBe('Message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { val: true, other: true, unexpected: true }; + }); + + expect(element.text().trim()).toBe('Message is set Other message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { val: false, other: false, unexpected: true }; + }); + + expect(element.text().trim()).toBe('Default message is set'); + }) + ); + + it('should handle a default message with ngIf', inject(function($rootScope, $compile) { + element = $compile('
                        ' + + '
                        Message is set
                        ' + + '
                        Default message is set
                        ' + + '
                        ')($rootScope); + $rootScope.default = true; + $rootScope.col = {unexpected: true}; + $rootScope.$digest(); + + expect(element.text().trim()).toBe('Default message is set'); + + $rootScope.$apply('default = false'); + + expect(element.text().trim()).toBe(''); + + $rootScope.$apply('default = true'); + + expect(element.text().trim()).toBe('Default message is set'); + + $rootScope.$apply(function() { + $rootScope.col = { val: true }; + }); + + expect(element.text().trim()).toBe('Message is set'); + })); + }); + + describe('when including templates', function() { + they('should work with a dynamic collection model which is managed by ngRepeat', + {'
                        ': '
                        ' + + '
                        ' + + '
                        ', + '': '' + + '' + + ''}, + function(html) { + inject(function($compile, $rootScope, $templateCache) { + $templateCache.put('abc.html', '
                        A
                        ' + + '
                        B
                        ' + + '
                        C
                        '); + + html = '
                        ' + html + '
                        '; + $rootScope.items = [{},{},{}]; + + element = $compile(html)($rootScope); + $rootScope.$apply(function() { + $rootScope.items[0].a = true; + $rootScope.items[1].b = true; + $rootScope.items[2].c = true; + }); + + var elements = element[0].querySelectorAll('[ng-repeat]'); + + // all three collections should have at least one error showing up + expect(messageChildren(element).length).toBe(3); + expect(messageChildren(elements[0]).length).toBe(1); + expect(messageChildren(elements[1]).length).toBe(1); + expect(messageChildren(elements[2]).length).toBe(1); + + // this is the standard order of the displayed error messages + expect(element.text().trim()).toBe('ABC'); + + $rootScope.$apply(function() { + $rootScope.items[0].a = false; + $rootScope.items[0].c = true; + + $rootScope.items[1].b = false; + + $rootScope.items[2].c = false; + $rootScope.items[2].a = true; + }); + + // with the 2nd item gone and the values changed + // we should see both 1 and 3 changed + expect(element.text().trim()).toBe('CA'); + + $rootScope.$apply(function() { + // add the value for the 2nd item back + $rootScope.items[1].b = true; + $rootScope.items.reverse(); + }); + + // when reversed we get back to our original value + expect(element.text().trim()).toBe('ABC'); + }); + }); + + they('should remove the $prop element and place a comment anchor node where it used to be', + {'
                        ': '
                        ' + + '
                        ' + + '
                        ', + '': '' + + '' + + ''}, + function(html) { + inject(function($compile, $rootScope, $templateCache) { + $templateCache.put('abc.html', '
                        '); + + element = $compile(html)($rootScope); + $rootScope.$digest(); + + var includeElement = element[0].querySelector('[ng-messages-include], ng-messages-include'); + expect(includeElement).toBeFalsy(); + + var comment = element[0].childNodes[0]; + expect(comment.nodeType).toBe(8); + expect(comment.nodeValue).toBe(' ngMessagesInclude: abc.html '); + }); + }); + + they('should load a remote template using $prop', + {'
                        ': '
                        ' + + '
                        ' + + '
                        ', + '': '' + + '' + + ''}, + function(html) { + inject(function($compile, $rootScope, $templateCache) { + $templateCache.put('abc.html', '
                        A
                        ' + + '
                        B
                        ' + + '
                        C
                        '); + + element = $compile(html)($rootScope); + $rootScope.$apply(function() { + $rootScope.data = { + 'a': 1, + 'b': 2, + 'c': 3 + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('A'); + + $rootScope.$apply(function() { + $rootScope.data = { + 'c': 3 + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('C'); + }); + }); + + it('should cache the template after download', + inject(function($rootScope, $compile, $templateCache, $httpBackend) { + + $httpBackend.expect('GET', 'tpl').respond(201, '
                        abc
                        '); + + expect($templateCache.get('tpl')).toBeUndefined(); + + element = $compile('
                        ')($rootScope); + + $rootScope.$digest(); + $httpBackend.flush(); + + expect($templateCache.get('tpl')).toBeDefined(); + })); + + it('should re-render the messages after download without an extra digest', + inject(function($rootScope, $compile, $httpBackend) { + + $httpBackend.expect('GET', 'my-messages').respond(201, + '
                        You did not enter a value
                        '); + + element = $compile('
                        ' + + '
                        ' + + '
                        Your value is that of failure
                        ' + + '
                        ')($rootScope); + + $rootScope.data = { + required: true, + failed: true + }; + + $rootScope.$digest(); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('Your value is that of failure'); + + $httpBackend.flush(); + $rootScope.$digest(); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('You did not enter a value'); + })); + + it('should allow for overriding the remote template messages within the element depending on where the remote template is placed', + inject(function($compile, $rootScope, $templateCache) { + + $templateCache.put('abc.html', '
                        A
                        ' + + '
                        B
                        ' + + '
                        C
                        '); + + element = $compile('
                        ' + + '
                        AAA
                        ' + + '
                        ' + + '
                        CCC
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.data = { + 'a': 1, + 'b': 2, + 'c': 3 + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('AAA'); + + $rootScope.$apply(function() { + $rootScope.data = { + 'b': 2, + 'c': 3 + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('B'); + + $rootScope.$apply(function() { + $rootScope.data = { + 'c': 3 + }; + }); + + expect(messageChildren(element).length).toBe(1); + expect(trim(element.text())).toEqual('C'); + })); + + it('should properly detect a previous message, even if it was registered later', + inject(function($compile, $rootScope, $templateCache) { + $templateCache.put('include.html', '
                        A
                        '); + var html = + '
                        ' + + '
                        ' + + '
                        B
                        ' + + '
                        C
                        ' + + '
                        '; + + element = $compile(html)($rootScope); + $rootScope.$apply('items = {b: true, c: true}'); + + expect(element.text()).toBe('B'); + + var ctrl = element.controller('ngMessages'); + var deregisterSpy = spyOn(ctrl, 'deregister').and.callThrough(); + + var nodeB = element[0].querySelector('[ng-message="b"]'); + jqLite(nodeB).remove(); + + // Make sure removing the element triggers the deregistration in ngMessages + expect(trim(deregisterSpy.calls.mostRecent().args[0].nodeValue)).toBe('ngMessage: b'); + + $rootScope.$apply('items.a = true'); + + expect(element.text()).toBe('A'); + }) + ); + + it('should not throw if scope has been destroyed when template request is ready', + inject(function($rootScope, $httpBackend, $compile) { + $httpBackend.expectGET('messages.html').respond('
                        A
                        '); + $rootScope.show = true; + var html = + '
                        ' + + '
                        ' + + '
                        ' + + '
                        ' + + '
                        '; + + element = $compile(html)($rootScope); + $rootScope.$digest(); + $rootScope.show = false; + $rootScope.$digest(); + expect(function() { + $httpBackend.flush(); + }).not.toThrow(); + })); + + it('should not throw if the template is empty', + inject(function($compile, $rootScope, $templateCache) { + var html = + '
                        ' + + '
                        ' + + '
                        ' + + '
                        '; + + $templateCache.put('messages1.html', ''); + $templateCache.put('messages2.html', ' '); + element = $compile(html)($rootScope); + $rootScope.$digest(); + + expect(element.text()).toBe(''); + expect(element.children().length).toBe(0); + expect(element.contents().length).toBe(2); + }) + ); + }); + + describe('when multiple', function() { + they('should show all truthy messages when the $prop attr is present', + { 'multiple': 'multiple', + 'ng-messages-multiple': 'ng-messages-multiple' }, + function(prop) { + inject(function($rootScope, $compile) { + element = $compile('
                        ' + + '
                        1
                        ' + + '
                        2
                        ' + + '
                        3
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.data = { + 'one': true, + 'two': false, + 'three': true + }; + }); + + expect(messageChildren(element).length).toBe(2); + expect(s(element.text())).toContain('13'); + }); + }); + + it('should render all truthy messages from a remote template', + inject(function($rootScope, $compile, $templateCache) { + + $templateCache.put('xyz.html', '
                        X
                        ' + + '
                        Y
                        ' + + '
                        Z
                        '); + + element = $compile('
                        ' + + '
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.data = { + 'x': 'a', + 'y': null, + 'z': true + }; + }); + + expect(messageChildren(element).length).toBe(2); + expect(s(element.text())).toEqual('XZ'); + + $rootScope.$apply(function() { + $rootScope.data.y = {}; + }); + + expect(messageChildren(element).length).toBe(3); + expect(s(element.text())).toEqual('XYZ'); + })); + + it('should render and override all truthy messages from a remote template', + inject(function($rootScope, $compile, $templateCache) { + + $templateCache.put('xyz.html', '
                        X
                        ' + + '
                        Y
                        ' + + '
                        Z
                        '); + + element = $compile('
                        ' + + '
                        YYY
                        ' + + '
                        ZZZ
                        ' + + '
                        ' + + '
                        ')($rootScope); + + $rootScope.$apply(function() { + $rootScope.data = { + 'x': 'a', + 'y': null, + 'z': true + }; + }); + + expect(messageChildren(element).length).toBe(2); + expect(s(element.text())).toEqual('ZZZX'); + + $rootScope.$apply(function() { + $rootScope.data.y = {}; + }); + + expect(messageChildren(element).length).toBe(3); + expect(s(element.text())).toEqual('YYYZZZX'); + })); + }); +}); diff --git a/test/ngMock/angular-mocksSpec.js b/test/ngMock/angular-mocksSpec.js index 176c5c920ea4..f8777c517a70 100644 --- a/test/ngMock/angular-mocksSpec.js +++ b/test/ngMock/angular-mocksSpec.js @@ -1,13 +1,14 @@ 'use strict'; describe('ngMock', function() { - var noop = angular.noop; + var noop = angular.noop; + var extend = angular.extend; describe('TzDate', function() { function minutes(min) { - return min*60*1000; + return min * 60 * 1000; } it('should look like a Date', function() { @@ -27,17 +28,19 @@ describe('ngMock', function() { it('should fake getLocalDateString method', function() { - //0 in -3h - var t0 = new angular.mock.TzDate(-3, 0); - expect(t0.toLocaleDateString()).toMatch('1970'); + var millennium = new Date('2000').getTime(); - //0 in +0h - var t1 = new angular.mock.TzDate(0, 0); - expect(t1.toLocaleDateString()).toMatch('1970'); + // millennium in -3h + var t0 = new angular.mock.TzDate(-3, millennium); + expect(t0.toLocaleDateString()).toMatch('2000'); - //0 in +3h - var t2 = new angular.mock.TzDate(3, 0); - expect(t2.toLocaleDateString()).toMatch('1969'); + // millennium in +0h + var t1 = new angular.mock.TzDate(0, millennium); + expect(t1.toLocaleDateString()).toMatch('2000'); + + // millennium in +3h + var t2 = new angular.mock.TzDate(3, millennium); + expect(t2.toLocaleDateString()).toMatch('1999'); }); @@ -53,17 +56,20 @@ describe('ngMock', function() { it('should fake getHours method', function() { - //0 in -3h - var t0 = new angular.mock.TzDate(-3, 0); + // avoid going negative due to #5017, so use Jan 2, 1970 00:00 UTC + var jan2 = 24 * 60 * 60 * 1000; + + //0:00 in -3h + var t0 = new angular.mock.TzDate(-3, jan2); expect(t0.getHours()).toBe(3); - //0 in +0h - var t1 = new angular.mock.TzDate(0, 0); + //0:00 in +0h + var t1 = new angular.mock.TzDate(0, jan2); expect(t1.getHours()).toBe(0); - //0 in +3h - var t2 = new angular.mock.TzDate(3, 0); - expect(t2.getHours()).toMatch(21); + //0:00 in +3h + var t2 = new angular.mock.TzDate(3, jan2); + expect(t2.getHours()).toMatch('21'); }); @@ -86,11 +92,11 @@ describe('ngMock', function() { //0:15 in +3h var t2 = new angular.mock.TzDate(3, minutes(15)); - expect(t2.getMinutes()).toMatch(15); + expect(t2.getMinutes()).toMatch('15'); //0:15 in +3.25h var t2a = new angular.mock.TzDate(3.25, minutes(15)); - expect(t2a.getMinutes()).toMatch(0); + expect(t2a.getMinutes()).toMatch('0'); }); @@ -105,7 +111,7 @@ describe('ngMock', function() { //0 in +3h var t2 = new angular.mock.TzDate(3, 0); - expect(t2.getSeconds()).toMatch(0); + expect(t2.getSeconds()).toMatch('0'); }); @@ -152,875 +158,3487 @@ describe('ngMock', function() { it('should throw error when no third param but toString called', function() { expect(function() { new angular.mock.TzDate(0,0).toString(); }). - toThrow('Method \'toString\' is not implemented in the TzDate mock'); + toThrowError('Method \'toString\' is not implemented in the TzDate mock'); }); }); describe('$log', function() { - var $log; - beforeEach(inject(['$log', function(log) { - $log = log; - }])); + angular.forEach([true, false], function(debugEnabled) { + describe('debug ' + debugEnabled, function() { + beforeEach(module(function($logProvider) { + $logProvider.debugEnabled(debugEnabled); + })); - afterEach(inject(function($log){ - $log.reset(); - })); + afterEach(inject(function($log) { + $log.reset(); + })); - it('should provide log method', function() { - expect(function() { $log.log(''); }).not.toThrow(); + it('should skip debugging output if disabled (' + debugEnabled + ')', inject(function($log) { + $log.log('fake log'); + $log.info('fake log'); + $log.warn('fake log'); + $log.error('fake log'); + $log.debug('fake log'); + expect($log.log.logs).toContain(['fake log']); + expect($log.info.logs).toContain(['fake log']); + expect($log.warn.logs).toContain(['fake log']); + expect($log.error.logs).toContain(['fake log']); + if (debugEnabled) { + expect($log.debug.logs).toContain(['fake log']); + } else { + expect($log.debug.logs).toEqual([]); + } + })); + }); }); - it('should provide info method', function() { - expect(function() { $log.info(''); }).not.toThrow(); - }); + describe('debug enabled (default)', function() { + var $log; + beforeEach(inject(['$log', function(log) { + $log = log; + }])); - it('should provide warn method', function() { - expect(function() { $log.warn(''); }).not.toThrow(); - }); + afterEach(inject(function($log) { + $log.reset(); + })); - it('should provide error method', function() { - expect(function() { $log.error(''); }).not.toThrow(); - }); + it('should provide the log method', function() { + expect(function() { $log.log(''); }).not.toThrow(); + }); - it('should store log messages', function() { - $log.log('fake log'); - expect($log.log.logs).toContain(['fake log']); - }); + it('should provide the info method', function() { + expect(function() { $log.info(''); }).not.toThrow(); + }); - it('should store info messages', function() { - $log.info('fake log'); - expect($log.info.logs).toContain(['fake log']); - }); + it('should provide the warn method', function() { + expect(function() { $log.warn(''); }).not.toThrow(); + }); - it('should store warn messages', function() { - $log.warn('fake log'); - expect($log.warn.logs).toContain(['fake log']); - }); + it('should provide the error method', function() { + expect(function() { $log.error(''); }).not.toThrow(); + }); - it('should store error messages', function() { - $log.error('fake log'); - expect($log.error.logs).toContain(['fake log']); - }); + it('should provide the debug method', function() { + expect(function() { $log.debug(''); }).not.toThrow(); + }); - it('should assertEmpty', function(){ - try { - $log.error(Error('MyError')); - $log.warn(Error('MyWarn')); - $log.info(Error('MyInfo')); - $log.log(Error('MyLog')); - $log.assertEmpty(); - } catch (error) { - error = error.message || error; - expect(error).toMatch(/Error: MyError/m); - expect(error).toMatch(/Error: MyWarn/m); - expect(error).toMatch(/Error: MyInfo/m); - expect(error).toMatch(/Error: MyLog/m); - } finally { - $log.reset(); - } - }); + it('should store log messages', function() { + $log.log('fake log'); + expect($log.log.logs).toContain(['fake log']); + }); - it('should reset state', function(){ - $log.error(Error('MyError')); - $log.warn(Error('MyWarn')); - $log.info(Error('MyInfo')); - $log.log(Error('MyLog')); - $log.reset(); - var passed = false; - try { - $log.assertEmpty(); // should not throw error! - passed = true; - } catch (e) { - passed = e; - } - expect(passed).toBe(true); + it('should store info messages', function() { + $log.info('fake log'); + expect($log.info.logs).toContain(['fake log']); + }); + + it('should store warn messages', function() { + $log.warn('fake log'); + expect($log.warn.logs).toContain(['fake log']); + }); + + it('should store error messages', function() { + $log.error('fake log'); + expect($log.error.logs).toContain(['fake log']); + }); + + it('should store debug messages', function() { + $log.debug('fake log'); + expect($log.debug.logs).toContain(['fake log']); + }); + + it('should assertEmpty', function() { + try { + $log.error(new Error('MyError')); + $log.warn(new Error('MyWarn')); + $log.info(new Error('MyInfo')); + $log.log(new Error('MyLog')); + $log.debug(new Error('MyDebug')); + $log.assertEmpty(); + } catch (error) { + var err = error.message || error; + expect(err).toMatch(/Error: MyError/m); + expect(err).toMatch(/Error: MyWarn/m); + expect(err).toMatch(/Error: MyInfo/m); + expect(err).toMatch(/Error: MyLog/m); + expect(err).toMatch(/Error: MyDebug/m); + } finally { + $log.reset(); + } + }); + + it('should reset state', function() { + $log.error(new Error('MyError')); + $log.warn(new Error('MyWarn')); + $log.info(new Error('MyInfo')); + $log.log(new Error('MyLog')); + $log.reset(); + var passed = false; + try { + $log.assertEmpty(); // should not throw error! + passed = true; + } catch (e) { + passed = e; + } + expect(passed).toBe(true); + }); }); }); - describe('defer', function() { - var browser, log; - beforeEach(inject(function($browser) { - browser = $browser; - log = ''; + describe('$interval', function() { + it('should run tasks repeatedly', inject(function($interval) { + var counter = 0; + $interval(function() { counter++; }, 1000); + + expect(counter).toBe(0); + + $interval.flush(1000); + expect(counter).toBe(1); + + $interval.flush(1000); + expect(counter).toBe(2); + + $interval.flush(2000); + expect(counter).toBe(4); })); - function logFn(text){ return function() { - log += text +';'; - }; - } - it('should flush', function() { - browser.defer(logFn('A')); - expect(log).toEqual(''); - browser.defer.flush(); - expect(log).toEqual('A;'); - }); + it('should call $apply after each task is executed', inject(function($interval, $rootScope) { + var applySpy = spyOn($rootScope, '$apply').and.callThrough(); - it('should flush delayed', function() { - browser.defer(logFn('A')); - browser.defer(logFn('B'), 10); - browser.defer(logFn('C'), 20); - expect(log).toEqual(''); + $interval(noop, 1000); + expect(applySpy).not.toHaveBeenCalled(); - expect(browser.defer.now).toEqual(0); - browser.defer.flush(0); - expect(log).toEqual('A;'); + $interval.flush(1000); + expect(applySpy).toHaveBeenCalledOnce(); - browser.defer.flush(); - expect(log).toEqual('A;B;C;'); - }); + applySpy.calls.reset(); - it('should defer and flush over time', function() { - browser.defer(logFn('A'), 1); - browser.defer(logFn('B'), 2); - browser.defer(logFn('C'), 3); + $interval(noop, 1000); + $interval(noop, 1000); + $interval.flush(1000); + expect(applySpy).toHaveBeenCalledTimes(3); + })); - browser.defer.flush(0); - expect(browser.defer.now).toEqual(0); - expect(log).toEqual(''); - browser.defer.flush(1); - expect(browser.defer.now).toEqual(1); - expect(log).toEqual('A;'); + it('should NOT call $apply if invokeApply is set to false', + inject(function($interval, $rootScope) { + var digestSpy = spyOn($rootScope, '$digest').and.callThrough(); - browser.defer.flush(2); - expect(browser.defer.now).toEqual(3); - expect(log).toEqual('A;B;C;'); - }); + var counter = 0; + $interval(function increment() { counter++; }, 1000, 0, false); - it('should throw an exception if there is nothing to be flushed', function() { - expect(function() {browser.defer.flush();}).toThrow('No deferred tasks to be flushed'); - }); - }); + expect(digestSpy).not.toHaveBeenCalled(); + expect(counter).toBe(0); + $interval.flush(2000); + expect(digestSpy).not.toHaveBeenCalled(); + expect(counter).toBe(2); + })); - describe('$exceptionHandler', function() { - it('should rethrow exceptions', inject(function($exceptionHandler) { - expect(function() { $exceptionHandler('myException'); }).toThrow('myException'); + + it('should allow you to specify the delay time', inject(function($interval) { + var counter = 0; + $interval(function() { counter++; }, 123); + + expect(counter).toBe(0); + + $interval.flush(122); + expect(counter).toBe(0); + + $interval.flush(1); + expect(counter).toBe(1); })); - it('should log exceptions', module(function($exceptionHandlerProvider){ - $exceptionHandlerProvider.mode('log'); - var $exceptionHandler = $exceptionHandlerProvider.$get(); - $exceptionHandler('MyError'); - expect($exceptionHandler.errors).toEqual(['MyError']); + it('should allow you to NOT specify the delay time', inject(function($interval) { + var counterA = 0; + var counterB = 0; - $exceptionHandler('MyError', 'comment'); - expect($exceptionHandler.errors[1]).toEqual(['MyError', 'comment']); + $interval(function() { counterA++; }); + $interval(function() { counterB++; }, 0); + + $interval.flush(100); + expect(counterA).toBe(100); + expect(counterB).toBe(100); + $interval.flush(100); + expect(counterA).toBe(200); + expect(counterB).toBe(200); })); - it('should throw on wrong argument', module(function($exceptionHandlerProvider) { - expect(function() { - $exceptionHandlerProvider.mode('XXX'); - }).toThrow("Unknown mode 'XXX', only 'log'/'rethrow' modes are allowed!"); + it('should run tasks in correct relative order', inject(function($interval) { + var counterA = 0; + var counterB = 0; + $interval(function() { counterA++; }, 0); + $interval(function() { counterB++; }, 1000); + + $interval.flush(1000); + expect(counterA).toBe(1000); + expect(counterB).toBe(1); + $interval.flush(999); + expect(counterA).toBe(1999); + expect(counterB).toBe(1); + $interval.flush(1); + expect(counterA).toBe(2000); + expect(counterB).toBe(2); })); - }); - describe('$timeout', function() { - it('should expose flush method that will flush the pending queue of tasks', inject( - function($timeout) { - var logger = [], - logFn = function(msg) { return function() { logger.push(msg) }}; + it('should NOT trigger zero-delay interval when flush has ran before', inject(function($interval) { + var counterA = 0; + var counterB = 0; - $timeout(logFn('t1')); - $timeout(logFn('t2'), 200); - $timeout(logFn('t3')); - expect(logger).toEqual([]); + $interval.flush(100); - $timeout.flush(); - expect(logger).toEqual(['t1', 't3', 't2']); + $interval(function() { counterA++; }); + $interval(function() { counterB++; }, 0); + + expect(counterA).toBe(0); + expect(counterB).toBe(0); + + $interval.flush(100); + + expect(counterA).toBe(100); + expect(counterB).toBe(100); })); - it('should throw an exception when not flushed', inject(function($timeout){ - $timeout(noop); + it('should trigger zero-delay interval only once on flush zero', inject(function($interval) { + var counterA = 0; + var counterB = 0; - var expectedError = 'Deferred tasks to flush (1): {id: 0, time: 0}'; - expect(function() {$timeout.verifyNoPendingTasks();}).toThrow(expectedError); + $interval(function() { counterA++; }); + $interval(function() { counterB++; }, 0); + + $interval.flush(0); + expect(counterA).toBe(1); + expect(counterB).toBe(1); + $interval.flush(0); + expect(counterA).toBe(1); + expect(counterB).toBe(1); })); - it('should do nothing when all tasks have been flushed', inject(function($timeout) { - $timeout(noop); + it('should allow you to specify a number of iterations', inject(function($interval) { + var counter = 0; + $interval(function() {counter++;}, 1000, 2); - $timeout.flush(); - expect(function() {$timeout.verifyNoPendingTasks();}).not.toThrow(); + $interval.flush(1000); + expect(counter).toBe(1); + $interval.flush(1000); + expect(counter).toBe(2); + $interval.flush(1000); + expect(counter).toBe(2); })); - }); - describe('angular.mock.dump', function(){ - var d = angular.mock.dump; + describe('flush', function() { + it('should move the clock forward by the specified time', inject(function($interval) { + var counterA = 0; + var counterB = 0; + $interval(function() { counterA++; }, 100); + $interval(function() { counterB++; }, 401); + $interval.flush(200); + expect(counterA).toEqual(2); - it('should serialize primitive types', function(){ - expect(d(undefined)).toEqual('undefined'); - expect(d(1)).toEqual('1'); - expect(d(null)).toEqual('null'); - expect(d('abc')).toEqual('abc'); + $interval.flush(201); + expect(counterA).toEqual(4); + expect(counterB).toEqual(1); + })); }); - it('should serialize element', function(){ - var e = angular.element('
                        abc
                        xyz'); - expect(d(e).toLowerCase()).toEqual('
                        abc
                        xyz'); - expect(d(e[0]).toLowerCase()).toEqual('
                        abc
                        '); - }); + it('should return a promise which will be updated with the count on each iteration', + inject(function($interval) { + var log = [], + promise = $interval(function() { log.push('tick'); }, 1000); - it('should serialize scope', inject(function($rootScope){ - $rootScope.obj = {abc:'123'}; - expect(d($rootScope)).toMatch(/Scope\(.*\): \{/); - expect(d($rootScope)).toMatch(/{"abc":"123"}/); + promise.then(function(value) { log.push('promise success: ' + value); }, + function(err) { log.push('promise error: ' + err); }, + function(note) { log.push('promise update: ' + note); }); + expect(log).toEqual([]); + + $interval.flush(1000); + expect(log).toEqual(['tick', 'promise update: 0']); + + $interval.flush(1000); + expect(log).toEqual(['tick', 'promise update: 0', 'tick', 'promise update: 1']); })); - it('should be published on window', function(){ - expect(window.dump instanceof Function).toBe(true); - }); - }); + it('should return a promise which will be resolved after the specified number of iterations', + inject(function($interval) { + var log = [], + promise = $interval(function() { log.push('tick'); }, 1000, 2); + promise.then(function(value) { log.push('promise success: ' + value); }, + function(err) { log.push('promise error: ' + err); }, + function(note) { log.push('promise update: ' + note); }); + expect(log).toEqual([]); - describe('angular.mock.clearDataCache', function() { - function keys(obj) { - var keys = []; - for(var key in obj) { - if (obj.hasOwnProperty(key)) keys.push(key); - } - return keys.sort(); - } + $interval.flush(1000); + expect(log).toEqual(['tick', 'promise update: 0']); + $interval.flush(1000); - function browserTrigger(element, eventType) { - element = element[0]; - if (document.createEvent) { - var event = document.createEvent('MouseEvents'); - event.initMouseEvent(eventType, true, true, window, 0, 0, 0, 0, 0, false, false, - false, false, 0, element); - element.dispatchEvent(event); - } else { - element.fireEvent('on' + eventType); - } - } + expect(log).toEqual([ + 'tick', 'promise update: 0', 'tick', 'promise update: 1', 'promise success: 2' + ]); + + })); - it('should remove data', function() { - expect(angular.element.cache).toEqual({}); - var div = angular.element('
                        '); - div.data('name', 'angular'); - expect(keys(angular.element.cache)).not.toEqual([]); - angular.mock.clearDataCache(); - expect(keys(angular.element.cache)).toEqual([]); - }); - it('should deregister event handlers', function() { - expect(keys(angular.element.cache)).toEqual([]); - var log = ''; - var div = angular.element('
                        '); + describe('exception handling', function() { + beforeEach(module(function($exceptionHandlerProvider) { + $exceptionHandlerProvider.mode('log'); + })); - // crazy IE9 requires div to be connected to render DOM for click event to work - // mousemove works even when not connected. This is a heisen-bug since stepping - // through the code makes the test pass. Viva IE!!! - angular.element(document.body).append(div) - div.bind('click', function() { log += 'click1;'}); - div.bind('click', function() { log += 'click2;'}); - div.bind('mousemove', function() { log += 'mousemove;'}); + it('should delegate exception to the $exceptionHandler service', inject( + function($interval, $exceptionHandler) { + $interval(function() { throw 'Test Error'; }, 1000); + expect($exceptionHandler.errors).toEqual([]); - browserTrigger(div, 'click'); - browserTrigger(div, 'mousemove'); - expect(log).toEqual('click1;click2;mousemove;'); - log = ''; + $interval.flush(1000); + expect($exceptionHandler.errors).toEqual(['Test Error']); - angular.mock.clearDataCache(); + $interval.flush(1000); + expect($exceptionHandler.errors).toEqual(['Test Error', 'Test Error']); + })); - browserTrigger(div, 'click'); - browserTrigger(div, 'mousemove'); - expect(log).toEqual(''); - expect(keys(angular.element.cache)).toEqual([]); - div.remove(); - }); - }); + it('should call $apply even if an exception is thrown in callback', inject( + function($interval, $rootScope) { + var applySpy = spyOn($rootScope, '$apply').and.callThrough(); + $interval(function() { throw new Error('Test Error'); }, 1000); + expect(applySpy).not.toHaveBeenCalled(); - describe('jasmine module and inject', function(){ - var log; + $interval.flush(1000); + expect(applySpy).toHaveBeenCalled(); + })); - beforeEach(function(){ - log = ''; + + it('should still update the interval promise when an exception is thrown', + inject(function($interval) { + var log = [], + promise = $interval(function() { throw new Error('Some Error'); }, 1000); + + promise.then(function(value) { log.push('promise success: ' + value); }, + function(err) { log.push('promise error: ' + err); }, + function(note) { log.push('promise update: ' + note); }); + $interval.flush(1000); + + expect(log).toEqual(['promise update: 0']); + })); }); - describe('module', function() { - describe('in DSL', function() { - it('should load module', module(function() { - log += 'module'; - })); - afterEach(function() { - inject(); - expect(log).toEqual('module'); - }); - }); + describe('cancel', function() { + it('should cancel tasks', inject(function($interval) { + var task1 = jasmine.createSpy('task1', 1000), + task2 = jasmine.createSpy('task2', 1000), + task3 = jasmine.createSpy('task3', 1000), + promise1, promise3; + promise1 = $interval(task1, 200); + $interval(task2, 1000); + promise3 = $interval(task3, 333); - describe('inline in test', function() { - it('should load module', function() { - module(function() { - log += 'module'; - }); - inject(); - }); + $interval.cancel(promise3); + $interval.cancel(promise1); + $interval.flush(1000); - afterEach(function() { - expect(log).toEqual('module'); - }); - }); - }); + expect(task1).not.toHaveBeenCalled(); + expect(task2).toHaveBeenCalledOnce(); + expect(task3).not.toHaveBeenCalled(); + })); - describe('inject', function() { - describe('in DSL', function() { - it('should load module', inject(function() { - log += 'inject'; - })); - afterEach(function() { - expect(log).toEqual('inject'); - }); - }); + it('should cancel the promise', inject(function($interval, $rootScope) { + var promise = $interval(noop, 1000), + log = []; + promise.then(function(value) { log.push('promise success: ' + value); }, + function(err) { log.push('promise error: ' + err); }, + function(note) { log.push('promise update: ' + note); }); + expect(log).toEqual([]); + $interval.flush(1000); + $interval.cancel(promise); + $interval.flush(1000); + $rootScope.$apply(); // For resolving the promise - + // necessary since q uses $rootScope.evalAsync. - describe('inline in test', function() { - it('should load module', function() { - inject(function() { - log += 'inject'; - }); - }); + expect(log).toEqual(['promise update: 0', 'promise error: canceled']); + })); - afterEach(function() { - expect(log).toEqual('inject'); - }); - }); - describe('module with inject', function() { - beforeEach(module(function(){ - log += 'module;'; - })); + it('should return true if a task was successfully canceled', inject(function($interval) { + var task1 = jasmine.createSpy('task1'), + task2 = jasmine.createSpy('task2'), + promise1, promise2; - it('should inject', inject(function() { - log += 'inject;'; - })); + promise1 = $interval(task1, 1000, 1); + $interval.flush(1000); + promise2 = $interval(task2, 1000, 1); - afterEach(function() { - expect(log).toEqual('module;inject;') - }); - }); + expect($interval.cancel(promise1)).toBe(false); + expect($interval.cancel(promise2)).toBe(true); + })); + + + it('should not throw a runtime exception when given an undefined promise', + inject(function($interval) { + var task1 = jasmine.createSpy('task1'), + promise1; + + promise1 = $interval(task1, 1000, 1); + + expect($interval.cancel()).toBe(false); + })); }); }); - describe('$httpBackend', function() { - var hb, callback, realBackendSpy; - - beforeEach(inject(function($httpBackend) { - callback = jasmine.createSpy('callback'); - hb = $httpBackend; + describe('$browser', function() { + var browser, log; + beforeEach(inject(function($browser) { + browser = $browser; + log = ''; })); + function logFn(text) { + return function() { + log += text + ';'; + }; + } - it('should respond with first matched definition', function() { - hb.when('GET', '/url1').respond(200, 'content', {}); - hb.when('GET', '/url1').respond(201, 'another', {}); + describe('defer.flush', function() { + it('should flush', function() { + browser.defer(logFn('A')); + browser.defer(logFn('B'), null, 'taskType'); + expect(log).toEqual(''); - callback.andCallFake(function(status, response) { - expect(status).toBe(200); - expect(response).toBe('content'); + browser.defer.flush(); + expect(log).toEqual('A;B;'); }); - hb('GET', '/url1', null, callback); - expect(callback).not.toHaveBeenCalled(); - hb.flush(); - expect(callback).toHaveBeenCalledOnce(); - }); + it('should flush delayed', function() { + browser.defer(logFn('A')); + browser.defer(logFn('B'), 0, 'taskTypeB'); + browser.defer(logFn('C'), 10, 'taskTypeC'); + browser.defer(logFn('D'), 20); + expect(log).toEqual(''); + expect(browser.defer.now).toEqual(0); + browser.defer.flush(0); + expect(log).toEqual('A;B;'); - it('should throw error when unexpected request', function() { - hb.when('GET', '/url1').respond(200, 'content'); - expect(function() { - hb('GET', '/xxx'); - }).toThrow('Unexpected request: GET /xxx\nNo more request expected'); - }); + browser.defer.flush(); + expect(log).toEqual('A;B;C;D;'); + }); + it('should defer and flush over time', function() { + browser.defer(logFn('A'), 1); + browser.defer(logFn('B'), 2, 'taskType'); + browser.defer(logFn('C'), 3); - it('should match headers if specified', function() { - hb.when('GET', '/url', null, {'X': 'val1'}).respond(201, 'content1'); - hb.when('GET', '/url', null, {'X': 'val2'}).respond(202, 'content2'); - hb.when('GET', '/url').respond(203, 'content3'); + browser.defer.flush(0); + expect(browser.defer.now).toEqual(0); + expect(log).toEqual(''); - hb('GET', '/url', null, function(status, response) { - expect(status).toBe(203); - expect(response).toBe('content3'); + browser.defer.flush(1); + expect(browser.defer.now).toEqual(1); + expect(log).toEqual('A;'); + + browser.defer.flush(2); + expect(browser.defer.now).toEqual(3); + expect(log).toEqual('A;B;C;'); }); - hb('GET', '/url', null, function(status, response) { - expect(status).toBe(201); - expect(response).toBe('content1'); - }, {'X': 'val1'}); + it('should throw an exception if there is nothing to be flushed', function() { + expect(function() {browser.defer.flush();}).toThrowError('No deferred tasks to be flushed'); + }); - hb('GET', '/url', null, function(status, response) { - expect(status).toBe(202); - expect(response).toBe('content2'); - }, {'X': 'val2'}); + it('should not throw an exception when passing a specific delay', function() { + expect(function() {browser.defer.flush(100);}).not.toThrow(); + }); - hb.flush(); + describe('tasks scheduled during flushing', function() { + it('should be flushed if they do not exceed the target delay (when no delay specified)', + function() { + browser.defer(function() { + logFn('1')(); + browser.defer(function() { + logFn('3')(); + browser.defer(logFn('4'), 1); + }, 2); + }, 1); + browser.defer(function() { + logFn('2')(); + browser.defer(logFn('6'), 4); + }, 2); + browser.defer(logFn('5'), 5); + + browser.defer.flush(0); + expect(browser.defer.now).toEqual(0); + expect(log).toEqual(''); + + browser.defer.flush(); + expect(browser.defer.now).toEqual(5); + expect(log).toEqual('1;2;3;4;5;'); + } + ); + + it('should be flushed if they do not exceed the specified delay', + function() { + browser.defer(function() { + logFn('1')(); + browser.defer(function() { + logFn('3')(); + browser.defer(logFn('4'), 1); + }, 2); + }, 1); + browser.defer(function() { + logFn('2')(); + browser.defer(logFn('6'), 4); + }, 2); + browser.defer(logFn('5'), 5); + + browser.defer.flush(0); + expect(browser.defer.now).toEqual(0); + expect(log).toEqual(''); + + browser.defer.flush(4); + expect(browser.defer.now).toEqual(4); + expect(log).toEqual('1;2;3;4;'); + + browser.defer.flush(6); + expect(browser.defer.now).toEqual(10); + expect(log).toEqual('1;2;3;4;5;6;'); + } + ); + }); }); + describe('defer.cancel', function() { + it('should cancel a pending task', function() { + var taskId1 = browser.defer(logFn('A'), 100, 'fooType'); + var taskId2 = browser.defer(logFn('B'), 200); - it('should match data if specified', function() { - hb.when('GET', '/a/b', '{a: true}').respond(201, 'content1'); - hb.when('GET', '/a/b').respond(202, 'content2'); + expect(log).toBe(''); + expect(function() {browser.defer.verifyNoPendingTasks('fooType');}).toThrow(); + expect(function() {browser.defer.verifyNoPendingTasks();}).toThrow(); - hb('GET', '/a/b', '{a: true}', function(status, response) { - expect(status).toBe(201); - expect(response).toBe('content1'); - }); + browser.defer.cancel(taskId1); + expect(function() {browser.defer.verifyNoPendingTasks('fooType');}).not.toThrow(); + expect(function() {browser.defer.verifyNoPendingTasks();}).toThrow(); - hb('GET', '/a/b', null, function(status, response) { - expect(status).toBe(202); - expect(response).toBe('content2'); - }); + browser.defer.cancel(taskId2); + expect(function() {browser.defer.verifyNoPendingTasks('fooType');}).not.toThrow(); + expect(function() {browser.defer.verifyNoPendingTasks();}).not.toThrow(); - hb.flush(); + browser.defer.flush(1000); + expect(log).toBe(''); + }); }); + describe('defer.verifyNoPendingTasks', function() { + it('should throw if there are pending tasks', function() { + expect(browser.defer.verifyNoPendingTasks).not.toThrow(); - it('should match only method', function() { - hb.when('GET').respond(202, 'c'); - callback.andCallFake(function(status, response) { - expect(status).toBe(202); - expect(response).toBe('c'); + browser.defer(noop); + expect(browser.defer.verifyNoPendingTasks).toThrow(); }); - hb('GET', '/some', null, callback, {}); - hb('GET', '/another', null, callback, {'X-Fake': 'Header'}); - hb('GET', '/third', 'some-data', callback, {}); + it('should list the pending tasks (in order) in the error message', function() { + browser.defer(noop, 100); + browser.defer(noop, 300, 'fooType'); + browser.defer(noop, 200, 'barType'); + + var expectedError = + 'Deferred tasks to flush (3):\n' + + ' {id: 0, type: $$default$$, time: 100}\n' + + ' {id: 2, type: barType, time: 200}\n' + + ' {id: 1, type: fooType, time: 300}'; + expect(browser.defer.verifyNoPendingTasks).toThrowError(expectedError); + }); + + describe('with specific task type', function() { + it('should throw if there are pending tasks', function() { + browser.defer(noop, 0, 'fooType'); + + expect(function() {browser.defer.verifyNoPendingTasks('barType');}).not.toThrow(); + expect(function() {browser.defer.verifyNoPendingTasks('fooType');}).toThrow(); + expect(function() {browser.defer.verifyNoPendingTasks();}).toThrow(); + }); + + it('should list the pending tasks (in order) in the error message', function() { + browser.defer(noop, 100); + browser.defer(noop, 300, 'fooType'); + browser.defer(noop, 200, 'barType'); + browser.defer(noop, 400, 'fooType'); + + var expectedError = + 'Deferred tasks to flush (2):\n' + + ' {id: 1, type: fooType, time: 300}\n' + + ' {id: 3, type: fooType, time: 400}'; + expect(function() {browser.defer.verifyNoPendingTasks('fooType');}). + toThrowError(expectedError); + }); + }); + }); + + describe('notifyWhenNoOutstandingRequests', function() { + var callback; + beforeEach(function() { + callback = jasmine.createSpy('callback'); + }); + + it('should immediately run the callback if no pending tasks', function() { + browser.notifyWhenNoOutstandingRequests(callback); + expect(callback).toHaveBeenCalled(); + }); + + it('should run the callback as soon as there are no pending tasks', function() { + browser.defer(noop, 100); + browser.defer(noop, 200); + + browser.notifyWhenNoOutstandingRequests(callback); + expect(callback).not.toHaveBeenCalled(); + + browser.defer.flush(100); + expect(callback).not.toHaveBeenCalled(); + + browser.defer.flush(100); + expect(callback).toHaveBeenCalled(); + }); + + it('should not run the callback more than once', function() { + browser.defer(noop, 100); + browser.notifyWhenNoOutstandingRequests(callback); + expect(callback).not.toHaveBeenCalled(); + + browser.defer.flush(100); + expect(callback).toHaveBeenCalledOnce(); + + browser.defer(noop, 200); + browser.defer.flush(100); + expect(callback).toHaveBeenCalledOnce(); + }); + + describe('with specific task type', function() { + it('should immediately run the callback if no pending tasks', function() { + browser.notifyWhenNoOutstandingRequests(callback, 'fooType'); + expect(callback).toHaveBeenCalled(); + }); + + it('should run the callback as soon as there are no pending tasks', function() { + browser.defer(noop, 100, 'fooType'); + browser.defer(noop, 200, 'barType'); + + browser.notifyWhenNoOutstandingRequests(callback, 'fooType'); + expect(callback).not.toHaveBeenCalled(); + + browser.defer.flush(100); + expect(callback).toHaveBeenCalled(); + }); + + it('should not run the callback more than once', function() { + browser.defer(noop, 100, 'fooType'); + browser.defer(noop, 200); + + browser.notifyWhenNoOutstandingRequests(callback, 'fooType'); + expect(callback).not.toHaveBeenCalled(); + + browser.defer.flush(100); + expect(callback).toHaveBeenCalledOnce(); + + browser.defer.flush(100); + expect(callback).toHaveBeenCalledOnce(); + + browser.defer(noop, 100, 'fooType'); + browser.defer(noop, 200); + browser.defer.flush(); + expect(callback).toHaveBeenCalledOnce(); + }); + }); + }); + }); + + + describe('$flushPendingTasks', function() { + var $flushPendingTasks; + var browserDeferFlushSpy; + + beforeEach(inject(function($browser, _$flushPendingTasks_) { + $flushPendingTasks = _$flushPendingTasks_; + browserDeferFlushSpy = spyOn($browser.defer, 'flush').and.returnValue('flushed'); + })); + + it('should delegate to `$browser.defer.flush()`', function() { + var result = $flushPendingTasks(42); + + expect(browserDeferFlushSpy).toHaveBeenCalledOnceWith(42); + expect(result).toBe('flushed'); + }); + }); + + + describe('$verifyNoPendingTasks', function() { + var $verifyNoPendingTasks; + var browserDeferVerifySpy; + + beforeEach(inject(function($browser, _$verifyNoPendingTasks_) { + $verifyNoPendingTasks = _$verifyNoPendingTasks_; + browserDeferVerifySpy = spyOn($browser.defer, 'verifyNoPendingTasks').and.returnValue('verified'); + })); + + it('should delegate to `$browser.defer.verifyNoPendingTasks()`', function() { + var result = $verifyNoPendingTasks('fortyTwo'); + + expect(browserDeferVerifySpy).toHaveBeenCalledOnceWith('fortyTwo'); + expect(result).toBe('verified'); + }); + }); + + + describe('$exceptionHandler', function() { + it('should rethrow exceptions', inject(function($exceptionHandler) { + expect(function() { $exceptionHandler('myException'); }).toThrow('myException'); + })); + + + it('should log exceptions', function() { + module(function($exceptionHandlerProvider) { + $exceptionHandlerProvider.mode('log'); + }); + inject(function($exceptionHandler) { + $exceptionHandler('MyError'); + expect($exceptionHandler.errors).toEqual(['MyError']); + + $exceptionHandler('MyError', 'comment'); + expect($exceptionHandler.errors[1]).toEqual(['MyError', 'comment']); + }); + }); + + it('should log and rethrow exceptions', function() { + module(function($exceptionHandlerProvider) { + $exceptionHandlerProvider.mode('rethrow'); + }); + inject(function($exceptionHandler) { + expect(function() { $exceptionHandler('MyError'); }).toThrow('MyError'); + expect($exceptionHandler.errors).toEqual(['MyError']); + + expect(function() { $exceptionHandler('MyError', 'comment'); }).toThrow('MyError'); + expect($exceptionHandler.errors[1]).toEqual(['MyError', 'comment']); + }); + }); + + it('should throw on wrong argument', function() { + module(function($exceptionHandlerProvider) { + expect(function() { + $exceptionHandlerProvider.mode('XXX'); + }).toThrowError('Unknown mode \'XXX\', only \'log\'/\'rethrow\' modes are allowed!'); + }); + + inject(); // Trigger the tests in `module` + }); + }); + + + describe('$timeout', function() { + it('should expose flush method that will flush the pending queue of tasks', inject( + function($rootScope, $timeout) { + var logger = [], + logFn = function(msg) { return function() { logger.push(msg); }; }; + + $timeout(logFn('t1')); + $timeout(logFn('t2'), 200); + $rootScope.$evalAsync(logFn('rs')); // Non-timeout tasks are flushed as well. + $timeout(logFn('t3')); + expect(logger).toEqual([]); + + $timeout.flush(); + expect(logger).toEqual(['t1', 'rs', 't3', 't2']); + })); + + + it('should throw an exception when not flushed', inject(function($rootScope, $timeout) { + $timeout(noop, 100); + $rootScope.$evalAsync(noop); + + var expectedError = + 'Deferred tasks to flush (2):\n' + + ' {id: 1, type: $evalAsync, time: 0}\n' + + ' {id: 0, type: $timeout, time: 100}'; + expect($timeout.verifyNoPendingTasks).toThrowError(expectedError); + })); + + + it('should recommend `$verifyNoPendingTasks()` when all pending tasks are not timeouts', + inject(function($rootScope, $timeout) { + var extraMessage = 'None of the pending tasks are timeouts. If you only want to verify ' + + 'pending timeouts, use `$verifyNoPendingTasks(\'$timeout\')` instead.'; + var errorMessage; + + $timeout(noop, 100); + $rootScope.$evalAsync(noop); + try { $timeout.verifyNoPendingTasks(); } catch (err) { errorMessage = err.message; } + + expect(errorMessage).not.toContain(extraMessage); + + $timeout.flush(100); + $rootScope.$evalAsync(noop); + try { $timeout.verifyNoPendingTasks(); } catch (err) { errorMessage = err.message; } + + expect(errorMessage).toContain(extraMessage); + }) + ); + + + it('should do nothing when all tasks have been flushed', inject(function($rootScope, $timeout) { + $timeout(noop, 100); + $rootScope.$evalAsync(noop); + + $timeout.flush(); + expect($timeout.verifyNoPendingTasks).not.toThrow(); + })); + + + it('should check against the delay if provided within timeout', inject(function($timeout) { + $timeout(noop, 100); + $timeout.flush(100); + expect($timeout.verifyNoPendingTasks).not.toThrow(); + + $timeout(noop, 1000); + $timeout.flush(100); + expect($timeout.verifyNoPendingTasks).toThrow(); + + $timeout.flush(900); + expect($timeout.verifyNoPendingTasks).not.toThrow(); + })); + + + it('should assert against the delay value', inject(function($timeout) { + var count = 0; + var iterate = function() { + count++; + }; + + $timeout(iterate, 100); + $timeout(iterate, 123); + $timeout.flush(100); + expect(count).toBe(1); + $timeout.flush(123); + expect(count).toBe(2); + })); + + + it('should resolve timeout functions following the timeline', inject(function($timeout) { + var count1 = 0, count2 = 0; + var iterate1 = function() { + count1++; + $timeout(iterate1, 100); + }; + var iterate2 = function() { + count2++; + $timeout(iterate2, 150); + }; + + $timeout(iterate1, 100); + $timeout(iterate2, 150); + $timeout.flush(150); + expect(count1).toBe(1); + expect(count2).toBe(1); + $timeout.flush(50); + expect(count1).toBe(2); + expect(count2).toBe(1); + $timeout.flush(400); + expect(count1).toBe(6); + expect(count2).toBe(4); + })); + }); + + + describe('angular.mock.dump', function() { + var d = angular.mock.dump; + + + it('should serialize primitive types', function() { + expect(d(undefined)).toEqual('undefined'); + expect(d(1)).toEqual('1'); + expect(d(null)).toEqual('null'); + expect(d('abc')).toEqual('abc'); + }); + + + it('should serialize element', function() { + var e = angular.element('
                        abc
                        xyz'); + expect(d(e).toLowerCase()).toEqual('
                        abc
                        xyz'); + expect(d(e[0]).toLowerCase()).toEqual('
                        abc
                        '); + }); + + it('should serialize scope', inject(function($rootScope) { + $rootScope.obj = {abc:'123'}; + expect(d($rootScope)).toMatch(/Scope\(.*\): \{/); + expect(d($rootScope)).toMatch(/{"abc":"123"}/); + })); + + it('should serialize scope that has overridden "hasOwnProperty"', inject(function($rootScope, $sniffer) { + $rootScope.hasOwnProperty = 'X'; + expect(d($rootScope)).toMatch(/Scope\(.*\): \{/); + expect(d($rootScope)).toMatch(/hasOwnProperty: "X"/); + })); + }); + + + describe('jasmine module and inject', function() { + var log; + + beforeEach(function() { + log = ''; + }); + + describe('module', function() { + + describe('object literal format', function() { + var mock = { log: 'module' }; + + beforeEach(function() { + angular.module('stringRefModule', []).service('stringRef', function() {}); + + module({ + 'service': mock, + 'other': { some: 'replacement'} + }, + 'stringRefModule', + function($provide) { $provide.value('example', 'win'); } + ); + }); + + it('should inject the mocked module', function() { + inject(function(service) { + expect(service).toEqual(mock); + }); + }); + + it('should support multiple key value pairs', function() { + inject(function(service, other) { + expect(other.some).toEqual('replacement'); + expect(service).toEqual(mock); + }); + }); + + it('should integrate with string and function', function() { + inject(function(service, stringRef, example) { + expect(service).toEqual(mock); + expect(stringRef).toBeDefined(); + expect(example).toEqual('win'); + }); + }); + + describe('$inject cleanup', function() { + function testFn() { + + } + + it('should add $inject when invoking test function', inject(function($injector) { + $injector.invoke(testFn); + expect(testFn.$inject).toBeDefined(); + })); + + it('should cleanup $inject after previous test', function() { + expect(testFn.$inject).toBeUndefined(); + }); + + it('should add $inject when annotating test function', inject(function($injector) { + $injector.annotate(testFn); + expect(testFn.$inject).toBeDefined(); + })); + + it('should cleanup $inject after previous test', function() { + expect(testFn.$inject).toBeUndefined(); + }); + + it('should invoke an already annotated function', inject(function($injector) { + testFn.$inject = []; + $injector.invoke(testFn); + })); + + it('should not cleanup $inject after previous test', function() { + expect(testFn.$inject).toBeDefined(); + }); + }); + }); + + describe('in DSL', function() { + it('should load module', module(function() { + log += 'module'; + })); + + afterEach(function() { + inject(); + expect(log).toEqual('module'); + }); + }); + + describe('nested calls', function() { + it('should invoke nested module calls immediately', function() { + module(function($provide) { + $provide.constant('someConst', 'blah'); + module(function(someConst) { + log = someConst; + }); + }); + inject(function() { + expect(log).toBe('blah'); + }); + }); + }); + + describe('inline in test', function() { + it('should load module', function() { + module(function() { + log += 'module'; + }); + inject(); + }); + + afterEach(function() { + expect(log).toEqual('module'); + }); + }); + }); + + describe('inject', function() { + describe('in DSL', function() { + it('should load module', inject(function() { + log += 'inject'; + })); + + afterEach(function() { + expect(log).toEqual('inject'); + }); + }); + + + describe('inline in test', function() { + it('should load module', function() { + inject(function() { + log += 'inject'; + }); + }); + + afterEach(function() { + expect(log).toEqual('inject'); + }); + }); + + describe('module with inject', function() { + beforeEach(module(function() { + log += 'module;'; + })); + + it('should inject', inject(function() { + log += 'inject;'; + })); + + afterEach(function() { + expect(log).toEqual('module;inject;'); + }); + }); + + it('should not change thrown Errors', inject(function($sniffer) { + expect(function() { + inject(function() { + throw new Error('test message'); + }); + }).toThrow(jasmine.objectContaining({message: 'test message'})); + })); + + it('should not change thrown strings', inject(function($sniffer) { + expect(function() { + inject(function() { + throw 'test message'; + }); + }).toThrow('test message'); + })); + + describe('error stack trace when called outside of spec context', function() { + // - Chrome, Firefox, Edge give us the stack trace as soon as an Error is created + // - IE10+, PhantomJS give us the stack trace only once the error is thrown + // - IE9 does not provide stack traces + var stackTraceSupported = (function() { + var error = new Error(); + if (!error.stack) { + try { + throw error; + } catch (e) { /* empty */} + } + + return !!error.stack; + })(); + + function testCaller() { + return inject(function injectableError() { + throw new Error(); + }); + } + var throwErrorFromInjectCallback = testCaller(); + + if (stackTraceSupported) { + describe('on browsers supporting stack traces', function() { + it('should update thrown Error stack trace with inject call location', function() { + try { + throwErrorFromInjectCallback(); + } catch (e) { + expect(e.stack).toMatch('injectableError'); + } + }); + }); + } else { + describe('on browsers not supporting stack traces', function() { + it('should not add stack trace information to thrown Error', function() { + try { + throwErrorFromInjectCallback(); + } catch (e) { + expect(e.stack).toBeUndefined(); + } + }); + }); + } + }); + + describe('ErrorAddingDeclarationLocationStack', function() { + it('should be caught by Jasmine\'s `toThrowError()`', function() { + function throwErrorAddingDeclarationStack() { + module(function($provide) { + $provide.factory('badFactory', function() { + throw new Error('BadFactoryError'); + }); + }); + + inject(function(badFactory) {}); + } + + expect(throwErrorAddingDeclarationStack).toThrowError(/BadFactoryError/); + }); + }); + }); + }); + + + describe('$httpBackend', function() { + var hb, callback; + + beforeEach(inject(function($httpBackend) { + callback = jasmine.createSpy('callback'); + hb = $httpBackend; + })); + + + it('should provide "expect" methods for each HTTP verb', function() { + expect(typeof hb.expectGET).toBe('function'); + expect(typeof hb.expectPOST).toBe('function'); + expect(typeof hb.expectPUT).toBe('function'); + expect(typeof hb.expectPATCH).toBe('function'); + expect(typeof hb.expectDELETE).toBe('function'); + expect(typeof hb.expectHEAD).toBe('function'); + }); + + + it('should provide "when" methods for each HTTP verb', function() { + expect(typeof hb.whenGET).toBe('function'); + expect(typeof hb.whenPOST).toBe('function'); + expect(typeof hb.whenPUT).toBe('function'); + expect(typeof hb.whenPATCH).toBe('function'); + expect(typeof hb.whenDELETE).toBe('function'); + expect(typeof hb.whenHEAD).toBe('function'); + }); + + + it('should provide "route" shortcuts for expect and when', function() { + expect(typeof hb.whenRoute).toBe('function'); + expect(typeof hb.expectRoute).toBe('function'); + }); + + + it('should respond with first matched definition by default', function() { + hb.when('GET', '/url1').respond(200, 'content', {}); + hb.when('GET', '/url1').respond(201, 'another', {}); + + callback.and.callFake(function(status, response) { + expect(status).toBe(200); + expect(response).toBe('content'); + }); + + hb('GET', '/url1', null, callback); + expect(callback).not.toHaveBeenCalled(); + hb.flush(); + expect(callback).toHaveBeenCalledOnce(); + }); + + + describe('matchLatestDefinitionEnabled()', function() { + + it('should be set to false by default', function() { + expect(hb.matchLatestDefinitionEnabled()).toBe(false); + }); + + + it('should allow to change the value', function() { + hb.matchLatestDefinitionEnabled(true); + expect(hb.matchLatestDefinitionEnabled()).toBe(true); + }); + + + it('should return the httpBackend when used as a setter', function() { + expect(hb.matchLatestDefinitionEnabled(true)).toBe(hb); + }); + + + it('should respond with the first matched definition when false', + function() { + hb.matchLatestDefinitionEnabled(false); + + hb.when('GET', '/url1').respond(200, 'content', {}); + hb.when('GET', '/url1').respond(201, 'another', {}); + + callback.and.callFake(function(status, response) { + expect(status).toBe(200); + expect(response).toBe('content'); + }); + + hb('GET', '/url1', null, callback); + expect(callback).not.toHaveBeenCalled(); + hb.flush(); + expect(callback).toHaveBeenCalledOnce(); + } + ); + + + it('should respond with latest matched definition when true', + function() { + hb.matchLatestDefinitionEnabled(true); + + hb.when('GET', '/url1').respond(200, 'match1', {}); + hb.when('GET', '/url1').respond(200, 'match2', {}); + hb.when('GET', '/url2').respond(204, 'nomatch', {}); + + callback.and.callFake(function(status, response) { + expect(status).toBe(200); + expect(response).toBe('match2'); + }); + + hb('GET', '/url1', null, callback); + + // Check if a newly added match is used + hb.when('GET', '/url1').respond(201, 'match3', {}); + + var callback2 = jasmine.createSpy(); + + callback2.and.callFake(function(status, response) { + expect(status).toBe(201); + expect(response).toBe('match3'); + }); + + hb('GET', '/url1', null, callback2); + expect(callback).not.toHaveBeenCalled(); + hb.flush(); + expect(callback).toHaveBeenCalledOnce(); + } + ); + }); + + + it('should respond with a copy of the mock data', function() { + var mockObject = {a: 'b'}; + + hb.when('GET', '/url1').respond(200, mockObject, {}); + + callback.and.callFake(function(status, response) { + expect(status).toBe(200); + expect(response).toEqual({a: 'b'}); + expect(response).not.toBe(mockObject); + response.a = 'c'; + }); + + hb('GET', '/url1', null, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnce(); + + // Fire it again and verify that the returned mock data has not been + // modified. + callback.calls.reset(); + hb('GET', '/url1', null, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnce(); + expect(mockObject).toEqual({a: 'b'}); + }); + + + it('should be able to handle Blobs as mock data', function() { + if (typeof Blob !== 'undefined') { + // eslint-disable-next-line no-undef + var mockBlob = new Blob(['{"foo":"bar"}'], {type: 'application/json'}); + + hb.when('GET', '/url1').respond(200, mockBlob, {}); + + callback.and.callFake(function(status, response) { + expect(response).not.toBe(mockBlob); + expect(response.size).toBe(13); + expect(response.type).toBe('application/json'); + expect(response.toString()).toBe('[object Blob]'); + }); + + hb('GET', '/url1', null, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnce(); + } + }); + + + it('should throw error when unexpected request', function() { + hb.when('GET', '/url1').respond(200, 'content'); + expect(function() { + hb('GET', '/xxx'); + }).toThrowError('Unexpected request: GET /xxx\nNo more request expected'); + }); + + + it('should throw error when expectation fails', function() { + expect(function() { + hb.expectPOST('/some', {foo: 1}).respond({}); + hb('POST', '/some', {foo: 2}, callback); + hb.flush(); + }).toThrowError(/^Expected POST \/some with different data/); + }); + + + it('should throw error when expectation about headers fails', function() { + expect(function() { + hb.expectPOST('/some', {foo: 1}, {X: 'val1'}).respond({}); + hb('POST', '/some', {foo: 1}, callback, {X: 'val2'}); + hb.flush(); + }).toThrowError(/^Expected POST \/some with different headers/); + }); + + + it('should throw error about data when expectations about both data and headers fail', function() { + expect(function() { + hb.expectPOST('/some', {foo: 1}, {X: 'val1'}).respond({}); + hb('POST', '/some', {foo: 2}, callback, {X: 'val2'}); + hb.flush(); + }).toThrowError(/^Expected POST \/some with different data/); + }); + + + it('should throw error when response is not defined for a backend definition', function() { + expect(function() { + hb.whenGET('/some'); // no .respond(...) ! + hb('GET', '/some', null, callback); + hb.flush(); + }).toThrowError('No response defined !'); + }); + + + it('should match headers if specified', function() { + hb.when('GET', '/url', null, {'X': 'val1'}).respond(201, 'content1'); + hb.when('GET', '/url', null, {'X': 'val2'}).respond(202, 'content2'); + hb.when('GET', '/url').respond(203, 'content3'); + + hb('GET', '/url', null, function(status, response) { + expect(status).toBe(203); + expect(response).toBe('content3'); + }); + + hb('GET', '/url', null, function(status, response) { + expect(status).toBe(201); + expect(response).toBe('content1'); + }, {'X': 'val1'}); + + hb('GET', '/url', null, function(status, response) { + expect(status).toBe(202); + expect(response).toBe('content2'); + }, {'X': 'val2'}); + + hb.flush(); + }); + + + it('should match data if specified', function() { + hb.when('GET', '/a/b', '{a: true}').respond(201, 'content1'); + hb.when('GET', '/a/b').respond(202, 'content2'); + + hb('GET', '/a/b', '{a: true}', function(status, response) { + expect(status).toBe(201); + expect(response).toBe('content1'); + }); + + hb('GET', '/a/b', null, function(status, response) { + expect(status).toBe(202); + expect(response).toBe('content2'); + }); + + hb.flush(); + }); + + + it('should match data object if specified', function() { + hb.when('GET', '/a/b', {a: 1, b: 2}).respond(201, 'content1'); + hb.when('GET', '/a/b').respond(202, 'content2'); + + hb('GET', '/a/b', '{"a":1,"b":2}', function(status, response) { + expect(status).toBe(201); + expect(response).toBe('content1'); + }); + + hb('GET', '/a/b', '{"b":2,"a":1}', function(status, response) { + expect(status).toBe(201); + expect(response).toBe('content1'); + }); + + hb('GET', '/a/b', null, function(status, response) { + expect(status).toBe(202); + expect(response).toBe('content2'); + }); + + hb.flush(); + }); + + + it('should match only method', function() { + hb.when('GET').respond(202, 'c'); + callback.and.callFake(function(status, response) { + expect(status).toBe(202); + expect(response).toBe('c'); + }); + + hb('GET', '/some', null, callback, {}); + hb('GET', '/another', null, callback, {'X-Fake': 'Header'}); + hb('GET', '/third', 'some-data', callback, {}); + hb.flush(); + + expect(callback).toHaveBeenCalled(); + }); + + + it('should not error if the url is not provided', function() { + expect(function() { + hb.when('GET'); + + hb.whenGET(); + hb.whenPOST(); + hb.whenPUT(); + hb.whenPATCH(); + hb.whenDELETE(); + hb.whenHEAD(); + + hb.expect('GET'); + + hb.expectGET(); + hb.expectPOST(); + hb.expectPUT(); + hb.expectPATCH(); + hb.expectDELETE(); + hb.expectHEAD(); + }).not.toThrow(); + }); + + + it('should error if the url is undefined', function() { + expect(function() { + hb.when('GET', undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.whenGET(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.whenDELETE(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.whenJSONP(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.whenHEAD(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.whenPATCH(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.whenPOST(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.whenPUT(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + + expect(function() { + hb.expect('GET', undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.expectGET(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.expectDELETE(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.expectJSONP(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.expectHEAD(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.expectPATCH(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.expectPOST(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + + expect(function() { + hb.expectPUT(undefined); + }).toThrowError('Undefined argument `url`; the argument is provided but not defined'); + }); + + + it('should preserve the order of requests', function() { + hb.when('GET', '/url1').respond(200, 'first'); + hb.when('GET', '/url2').respond(201, 'second'); + + hb('GET', '/url2', null, callback); + hb('GET', '/url1', null, callback); + hb.flush(); - expect(callback).toHaveBeenCalled(); + expect(callback).toHaveBeenCalledTimes(2); + expect(callback.calls.argsFor(0)).toEqual([201, 'second', '', '', 'complete']); + expect(callback.calls.argsFor(1)).toEqual([200, 'first', '', '', 'complete']); + }); + + + describe('respond()', function() { + it('should take values', function() { + hb.expect('GET', '/url1').respond(200, 'first', {'header': 'val'}, 'OK'); + hb('GET', '/url1', undefined, callback); + hb.flush(); + + expect(callback).toHaveBeenCalledOnceWith(200, 'first', 'header: val', 'OK', 'complete'); + }); + + it('should default status code to 200', function() { + callback.and.callFake(function(status, response) { + expect(status).toBe(200); + expect(response).toBe('some-data'); + }); + + hb.expect('GET', '/url1').respond('some-data'); + hb.expect('GET', '/url2').respond('some-data', {'X-Header': 'true'}); + hb('GET', '/url1', null, callback); + hb('GET', '/url2', null, callback); + hb.flush(); + expect(callback).toHaveBeenCalled(); + expect(callback).toHaveBeenCalledTimes(2); + }); + + it('should default status code to 200 and provide status text', function() { + hb.expect('GET', '/url1').respond('first', {'header': 'val'}, 'OK'); + hb('GET', '/url1', null, callback); + hb.flush(); + + expect(callback).toHaveBeenCalledOnceWith(200, 'first', 'header: val', 'OK', 'complete'); + }); + + it('should default xhrStatus to complete', function() { + callback.and.callFake(function(status, response, headers, x, xhrStatus) { + expect(xhrStatus).toBe('complete'); + }); + + hb.expect('GET', '/url1').respond('some-data'); + hb('GET', '/url1', null, callback); + + hb.flush(); + expect(callback).toHaveBeenCalled(); + }); + + it('should take function', function() { + hb.expect('GET', '/some?q=s').respond(function(m, u, d, h, p) { + return [301, m + u + ';' + d + ';a=' + h.a + ';q=' + p.q, {'Connection': 'keep-alive'}, 'Moved Permanently']; + }); + + hb('GET', '/some?q=s', 'data', callback, {a: 'b'}); + hb.flush(); + + expect(callback).toHaveBeenCalledOnceWith(301, 'GET/some?q=s;data;a=b;q=s', 'Connection: keep-alive', 'Moved Permanently', undefined); + }); + + it('should decode query parameters in respond() function', function() { + hb.expect('GET', '/url?query=l%E2%80%A2ng%20string%20w%2F%20spec%5Eal%20char%24&id=1234&orderBy=-name') + .respond(function(m, u, d, h, p) { + return [200, 'id=' + p.id + ';orderBy=' + p.orderBy + ';query=' + p.query]; + }); + + hb('GET', '/url?query=l%E2%80%A2ng%20string%20w%2F%20spec%5Eal%20char%24&id=1234&orderBy=-name', null, callback); + hb.flush(); + + expect(callback).toHaveBeenCalledOnceWith(200, 'id=1234;orderBy=-name;query=l•ng string w/ spec^al char$', '', '', undefined); + }); + + it('should include regex captures in respond() params when keys provided', function() { + hb.expect('GET', /\/(.+)\/article\/(.+)/, undefined, undefined, ['id', 'name']) + .respond(function(m, u, d, h, p) { + return [200, 'id=' + p.id + ';name=' + p.name]; + }); + + hb('GET', '/1234/article/cool-angular-article', null, callback); + hb.flush(); + + expect(callback).toHaveBeenCalledOnceWith(200, 'id=1234;name=cool-angular-article', '', '', undefined); + }); + + it('should default response headers to ""', function() { + hb.expect('GET', '/url1').respond(200, 'first'); + hb.expect('GET', '/url2').respond('second'); + + hb('GET', '/url1', null, callback); + hb('GET', '/url2', null, callback); + + hb.flush(); + + expect(callback).toHaveBeenCalledTimes(2); + expect(callback.calls.argsFor(0)).toEqual([200, 'first', '', '', 'complete']); + expect(callback.calls.argsFor(1)).toEqual([200, 'second', '', '', 'complete']); + }); + + it('should be able to override response of expect definition', function() { + var definition = hb.expect('GET', '/url1'); + definition.respond('first'); + definition.respond('second'); + + hb('GET', '/url1', null, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnceWith(200, 'second', '', '', 'complete'); + }); + + it('should be able to override response of when definition', function() { + var definition = hb.when('GET', '/url1'); + definition.respond('first'); + definition.respond('second'); + + hb('GET', '/url1', null, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnceWith(200, 'second', '', '', 'complete'); + }); + + it('should be able to override response of expect definition with chaining', function() { + var definition = hb.expect('GET', '/url1').respond('first'); + definition.respond('second'); + + hb('GET', '/url1', null, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnceWith(200, 'second', '', '', 'complete'); + }); + + it('should be able to override response of when definition with chaining', function() { + var definition = hb.when('GET', '/url1').respond('first'); + definition.respond('second'); + + hb('GET', '/url1', null, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnceWith(200, 'second', '', '', 'complete'); + }); + }); + + + describe('expect()', function() { + it('should require specified order', function() { + hb.expect('GET', '/url1').respond(200, ''); + hb.expect('GET', '/url2').respond(200, ''); + + expect(function() { + hb('GET', '/url2', null, noop, {}); + }).toThrowError('Unexpected request: GET /url2\nExpected GET /url1'); + }); + + + it('should have precedence over when()', function() { + callback.and.callFake(function(status, response) { + expect(status).toBe(300); + expect(response).toBe('expect'); + }); + + hb.when('GET', '/url').respond(200, 'when'); + hb.expect('GET', '/url').respond(300, 'expect'); + + hb('GET', '/url', null, callback, {}); + hb.flush(); + expect(callback).toHaveBeenCalledOnce(); + }); + + + it('should throw exception when only headers differs from expectation', function() { + hb.when('GET').respond(200, '', {}); + hb.expect('GET', '/match', undefined, {'Content-Type': 'application/json'}); + + expect(function() { + hb('GET', '/match', null, noop, {}); + }).toThrowError('Expected GET /match with different headers\n' + + 'EXPECTED: {"Content-Type":"application/json"}\nGOT: {}'); + }); + + + it('should throw exception when only data differs from expectation', function() { + hb.when('GET').respond(200, '', {}); + hb.expect('GET', '/match', 'some-data'); + + expect(function() { + hb('GET', '/match', 'different', noop, {}); + }).toThrowError('Expected GET /match with different data\n' + + 'EXPECTED: some-data\nGOT: different'); + }); + + + it('should not throw an exception when parsed body is equal to expected body object', function() { + hb.when('GET').respond(200, '', {}); + + hb.expect('GET', '/match', {a: 1, b: 2}); + expect(function() { + hb('GET', '/match', '{"a":1,"b":2}', noop, {}); + }).not.toThrow(); + + hb.expect('GET', '/match', {a: 1, b: 2}); + expect(function() { + hb('GET', '/match', '{"b":2,"a":1}', noop, {}); + }).not.toThrow(); + }); + + + it('should throw exception when only parsed body differs from expected body object', function() { + hb.when('GET').respond(200, '', {}); + hb.expect('GET', '/match', {a: 1, b: 2}); + + expect(function() { + hb('GET', '/match', '{"a":1,"b":3}', noop, {}); + }).toThrowError('Expected GET /match with different data\n' + + 'EXPECTED: {"a":1,"b":2}\nGOT: {"a":1,"b":3}'); + }); + + + it('should use when\'s respond() when no expect() respond is defined', function() { + callback.and.callFake(function(status, response) { + expect(status).toBe(201); + expect(response).toBe('data'); + }); + + hb.when('GET', '/some').respond(201, 'data'); + hb.expect('GET', '/some'); + hb('GET', '/some', null, callback); + hb.flush(); + + expect(callback).toHaveBeenCalled(); + expect(function() { hb.verifyNoOutstandingExpectation(); }).not.toThrow(); + }); + }); + + + describe('flush()', function() { + it('flush() should flush requests fired during callbacks', function() { + hb.when('GET').respond(200, ''); + hb('GET', '/some', null, function() { + hb('GET', '/other', null, callback); + }); + + hb.flush(); + expect(callback).toHaveBeenCalled(); + }); + + + it('should flush given number of pending requests', function() { + hb.when('GET').respond(200, ''); + hb('GET', '/some', null, callback); + hb('GET', '/some', null, callback); + hb('GET', '/some', null, callback); + + hb.flush(2); + expect(callback).toHaveBeenCalled(); + expect(callback).toHaveBeenCalledTimes(2); + }); + + + it('should flush given number of pending requests beginning at specified request', function() { + var dontCallMe = jasmine.createSpy('dontCallMe'); + + hb.when('GET').respond(200, ''); + hb('GET', '/some', null, dontCallMe); + hb('GET', '/some', null, callback); + hb('GET', '/some', null, callback); + hb('GET', '/some', null, dontCallMe); + + hb.flush(2, 1); + expect(dontCallMe).not.toHaveBeenCalled(); + expect(callback).toHaveBeenCalledTimes(2); + }); + + + it('should flush all pending requests beginning at specified request', function() { + var dontCallMe = jasmine.createSpy('dontCallMe'); + + hb.when('GET').respond(200, ''); + hb('GET', '/some', null, dontCallMe); + hb('GET', '/some', null, dontCallMe); + hb('GET', '/some', null, callback); + hb('GET', '/some', null, callback); + + hb.flush(null, 2); + expect(dontCallMe).not.toHaveBeenCalled(); + expect(callback).toHaveBeenCalledTimes(2); + }); + + + it('should throw exception when flushing more requests than pending', function() { + hb.when('GET').respond(200, ''); + hb('GET', '/url', null, callback); + + expect(function() {hb.flush(2);}).toThrowError('No more pending request to flush !'); + expect(callback).toHaveBeenCalledOnce(); + }); + + + it('should throw exception when no request to flush', function() { + expect(function() {hb.flush();}).toThrowError('No pending request to flush !'); + + hb.when('GET').respond(200, ''); + hb('GET', '/some', null, callback); + expect(function() {hb.flush(null, 1);}).toThrowError('No pending request to flush !'); + + hb.flush(); + expect(function() {hb.flush();}).toThrowError('No pending request to flush !'); + }); + + + it('should throw exception if not all expectations satisfied', function() { + hb.expect('GET', '/url1').respond(); + hb.expect('GET', '/url2').respond(); + + hb('GET', '/url1', null, angular.noop); + expect(function() {hb.flush();}).toThrowError('Unsatisfied requests: GET /url2'); + }); + }); + + + it('should abort requests when timeout promise resolves', function() { + hb.expect('GET', '/url1').respond(200); + + var canceler, then = jasmine.createSpy('then').and.callFake(function(fn) { + canceler = fn; + }); + + hb('GET', '/url1', null, callback, null, {then: then}); + expect(typeof canceler).toBe('function'); + + canceler(); // simulate promise resolution + + expect(callback).toHaveBeenCalledWith(-1, undefined, '', undefined, 'abort'); + hb.verifyNoOutstandingExpectation(); + hb.verifyNoOutstandingRequest(); + }); + + + it('should abort requests when timeout passed as a numeric value', inject(function($timeout) { + hb.expect('GET', '/url1').respond(200); + + hb('GET', '/url1', null, callback, null, 200); + $timeout.flush(300); + + expect(callback).toHaveBeenCalledWith(-1, undefined, '', undefined, 'timeout'); + hb.verifyNoOutstandingExpectation(); + hb.verifyNoOutstandingRequest(); + })); + + + it('should throw an exception if no response defined', function() { + hb.when('GET', '/test'); + expect(function() { + hb('GET', '/test', null, callback); + }).toThrowError('No response defined !'); + }); + + + it('should throw an exception if no response for exception and no definition', function() { + hb.expect('GET', '/url'); + expect(function() { + hb('GET', '/url', null, callback); + }).toThrowError('No response defined !'); + }); + + + it('should respond undefined when JSONP method', function() { + hb.when('JSONP', '/url1').respond(200); + hb.expect('JSONP', '/url2').respond(200); + + expect(hb('JSONP', '/url1')).toBeUndefined(); + expect(hb('JSONP', '/url2')).toBeUndefined(); + }); + + + it('should not have passThrough method', function() { + expect(hb.passThrough).toBeUndefined(); + }); + + + describe('verifyExpectations', function() { + + it('should throw exception if not all expectations were satisfied', function() { + hb.expect('POST', '/u1', 'ddd').respond(201, '', {}); + hb.expect('GET', '/u2').respond(200, '', {}); + hb.expect('POST', '/u3').respond(201, '', {}); + + hb('POST', '/u1', 'ddd', noop, {}); + + expect(function() {hb.verifyNoOutstandingExpectation();}). + toThrowError('Unsatisfied requests: GET /u2, POST /u3'); + }); + + + it('should do nothing when no expectation', function() { + hb.when('DELETE', '/some').respond(200, ''); + + expect(function() {hb.verifyNoOutstandingExpectation();}).not.toThrow(); + }); + + + it('should do nothing when all expectations satisfied', function() { + hb.expect('GET', '/u2').respond(200, '', {}); + hb.expect('POST', '/u3').respond(201, '', {}); + hb.when('DELETE', '/some').respond(200, ''); + + hb('GET', '/u2', noop); + hb('POST', '/u3', noop); + + expect(function() {hb.verifyNoOutstandingExpectation();}).not.toThrow(); + }); + }); + + + describe('verifyRequests', function() { + + it('should throw exception if not all requests were flushed', function() { + hb.when('GET').respond(200); + hb('GET', '/some', null, noop, {}); + + expect(function() { + hb.verifyNoOutstandingRequest(); + }).toThrowError('Unflushed requests: 1\n' + + ' GET /some'); + }); + + + it('should verify requests fired asynchronously', inject(function($q) { + hb.when('GET').respond(200); + $q.resolve().then(function() { + hb('GET', '/some', null, noop, {}); + }); + + expect(function() { + hb.verifyNoOutstandingRequest(); + }).toThrowError('Unflushed requests: 1\n' + + ' GET /some'); + })); + + + it('should describe multiple unflushed requests', function() { + hb.when('GET').respond(200); + hb.when('PUT').respond(200); + hb('GET', '/some', null, noop, {}); + hb('PUT', '/elsewhere', null, noop, {}); + + expect(function() { + hb.verifyNoOutstandingRequest(); + }).toThrowError('Unflushed requests: 2\n' + + ' GET /some\n' + + ' PUT /elsewhere'); + }); + }); + + + describe('resetExpectations', function() { + + it('should remove all expectations', function() { + hb.expect('GET', '/u2').respond(200, '', {}); + hb.expect('POST', '/u3').respond(201, '', {}); + hb.resetExpectations(); + + expect(function() {hb.verifyNoOutstandingExpectation();}).not.toThrow(); + }); + + + it('should remove all pending responses', function() { + var cancelledClb = jasmine.createSpy('cancelled'); + + hb.expect('GET', '/url').respond(200, ''); + hb('GET', '/url', null, cancelledClb); + hb.resetExpectations(); + + hb.expect('GET', '/url').respond(300, ''); + hb('GET', '/url', null, callback, {}); + hb.flush(); + + expect(callback).toHaveBeenCalledOnce(); + expect(cancelledClb).not.toHaveBeenCalled(); + }); + + + it('should not remove definitions', function() { + var cancelledClb = jasmine.createSpy('cancelled'); + + hb.when('GET', '/url').respond(200, 'success'); + hb('GET', '/url', null, cancelledClb); + hb.resetExpectations(); + + hb('GET', '/url', null, callback, {}); + hb.flush(); + + expect(callback).toHaveBeenCalledOnce(); + expect(cancelledClb).not.toHaveBeenCalled(); + }); + }); + + + describe('expect/when shortcuts', function() { + angular.forEach(['expect', 'when'], function(prefix) { + angular.forEach(['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'JSONP'], function(method) { + var shortcut = prefix + method; + it('should provide ' + shortcut + ' shortcut method', function() { + hb[shortcut]('/foo').respond('bar'); + hb(method, '/foo', undefined, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnceWith(200, 'bar', '', '', 'complete'); + }); + }); + }); + }); + + + describe('expectRoute/whenRoute shortcuts', function() { + angular.forEach(['expectRoute', 'whenRoute'], function(routeShortcut) { + var methods = ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'JSONP']; + they('should provide ' + routeShortcut + ' shortcut with $prop method', methods, + function() { + hb[routeShortcut](this, '/route').respond('path'); + hb(this, '/route', undefined, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnceWith(200, 'path', '', '', 'complete'); + } + ); + they('should match colon delimited parameters in ' + routeShortcut + ' $prop method', methods, + function() { + hb[routeShortcut](this, '/route/:id/path/:s_id').respond('path'); + hb(this, '/route/123/path/456', undefined, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnceWith(200, 'path', '', '', 'complete'); + } + ); + they('should ignore query params when matching in ' + routeShortcut + ' $prop method', methods, + function(method) { + angular.forEach([ + {route: '/route1/:id', url: '/route1/Alpha', expectedParams: {id: 'Alpha'}}, + {route: '/route2/:id', url: '/route2/Bravo/?', expectedParams: {id: 'Bravo'}}, + {route: '/route3/:id', url: '/route3/Charlie?q=str&foo=bar', expectedParams: {id: 'Charlie', q: 'str', foo: 'bar'}}, + {route: '/:x/route4', url: '/Delta/route4?q=str&foo=bar', expectedParams: {x: 'Delta', q: 'str', foo: 'bar'}}, + {route: '/route5/:id*', url: '/route5/Echo/456?q=str&foo=bar', expectedParams: {id: 'Echo/456', q: 'str', foo: 'bar'}}, + {route: '/route6/:id*', url: '/route6/Foxtrot/456/?q=str&foo=bar', expectedParams: {id: 'Foxtrot/456', q: 'str', foo: 'bar'}}, + {route: '/route7/:id*', url: '/route7/Golf/456//?q=str&foo=bar', expectedParams: {id: 'Golf/456', q: 'str', foo: 'bar'}}, + {route: '/:x*/route8', url: '/Hotel/123/456/route8/?q=str&foo=bar', expectedParams: {x: 'Hotel/123/456', q: 'str', foo: 'bar'}}, + {route: '/:x*/route9/:id', url: '/India/456/route9/0?q=str&foo=bar', expectedParams: {x: 'India/456', id: '0', q: 'str', foo: 'bar'}}, + {route: '/route10', url: '/route10?q=Juliet&foo=bar', expectedParams: {q: 'Juliet', foo: 'bar'}}, + {route: '/route11', url: '/route11///?q=Kilo', expectedParams: {q: 'Kilo'}}, + {route: '/route12', url: '/route12///', expectedParams: {}} + ], function(testDataEntry) { + callback.calls.reset(); + var paramsSpy = jasmine.createSpy('params'); + hb[routeShortcut](method, testDataEntry.route).respond( + function(method, url, data, headers, params) { + paramsSpy(params); + // status, response, headers, statusText, xhrStatus + return [200, 'path', { 'x-header': 'foo' }, 'OK', 'complete']; + } + ); + hb(method, testDataEntry.url, undefined, callback); + hb.flush(); + expect(callback).toHaveBeenCalledOnceWith(200, 'path', 'x-header: foo', 'OK', 'complete'); + expect(paramsSpy).toHaveBeenCalledOnceWith(testDataEntry.expectedParams); + }); + } + ); + }); + }); + + + describe('MockHttpExpectation', function() { + /* global MockHttpExpectation */ + + it('should accept url as regexp', function() { + var exp = new MockHttpExpectation('GET', /^\/x/); + + expect(exp.match('GET', '/x')).toBe(true); + expect(exp.match('GET', '/xxx/x')).toBe(true); + expect(exp.match('GET', 'x')).toBe(false); + expect(exp.match('GET', 'a/x')).toBe(false); + }); + + it('should match url with same query params, but different order', function() { + var exp = new MockHttpExpectation('GET', 'www.example.com/x/y?a=b&c=d&e=f'); + + expect(exp.matchUrl('www.example.com/x/y?e=f&c=d&a=b')).toBe(true); + }); + + it('should accept url as function', function() { + var urlValidator = function(url) { + return url !== '/not-accepted'; + }; + var exp = new MockHttpExpectation('POST', urlValidator); + + expect(exp.match('POST', '/url')).toBe(true); + expect(exp.match('POST', '/not-accepted')).toBe(false); + }); + + + it('should accept data as regexp', function() { + var exp = new MockHttpExpectation('POST', '/url', /\{.*?\}/); + + expect(exp.match('POST', '/url', '{"a": "aa"}')).toBe(true); + expect(exp.match('POST', '/url', '{"one": "two"}')).toBe(true); + expect(exp.match('POST', '/url', '{"one"')).toBe(false); + }); + + + it('should accept data as function', function() { + var dataValidator = function(data) { + var json = angular.fromJson(data); + return !!json.id && json.status === 'N'; + }; + var exp = new MockHttpExpectation('POST', '/url', dataValidator); + + expect(exp.matchData({})).toBe(false); + expect(exp.match('POST', '/url', '{"id": "xxx", "status": "N"}')).toBe(true); + expect(exp.match('POST', '/url', {'id': 'xxx', 'status': 'N'})).toBe(true); + }); + + + it('should ignore data only if undefined (not null or false)', function() { + var exp = new MockHttpExpectation('POST', '/url', null); + expect(exp.matchData(null)).toBe(true); + expect(exp.matchData('some-data')).toBe(false); + + exp = new MockHttpExpectation('POST', '/url', undefined); + expect(exp.matchData(null)).toBe(true); + expect(exp.matchData('some-data')).toBe(true); + }); + + + it('should accept headers as function', function() { + var exp = new MockHttpExpectation('GET', '/url', undefined, function(h) { + return h['Content-Type'] === 'application/json'; + }); + + expect(exp.matchHeaders({})).toBe(false); + expect(exp.matchHeaders({'Content-Type': 'application/json', 'X-Another': 'true'})).toBe(true); + }); + }); + }); + + + describe('$rootElement', function() { + it('should create mock application root', inject(function($rootElement) { + expect($rootElement.text()).toEqual(''); + })); + + it('should attach the `$injector` to `$rootElement`', inject(function($injector, $rootElement) { + expect($rootElement.injector()).toBe($injector); + })); + }); + + + describe('$rootScopeDecorator', function() { + + describe('$countChildScopes', function() { + + it('should return 0 when no child scopes', inject(function($rootScope) { + expect($rootScope.$countChildScopes()).toBe(0); + + var childScope = $rootScope.$new(); + expect($rootScope.$countChildScopes()).toBe(1); + expect(childScope.$countChildScopes()).toBe(0); + + var grandChildScope = childScope.$new(); + expect(childScope.$countChildScopes()).toBe(1); + expect(grandChildScope.$countChildScopes()).toBe(0); + })); + + + it('should correctly navigate complex scope tree', inject(function($rootScope) { + var child; + + $rootScope.$new(); + $rootScope.$new().$new().$new(); + child = $rootScope.$new().$new(); + child.$new(); + child.$new(); + child.$new().$new().$new(); + + expect($rootScope.$countChildScopes()).toBe(11); + })); + + + it('should provide the current count even after child destructions', inject(function($rootScope) { + expect($rootScope.$countChildScopes()).toBe(0); + + var childScope1 = $rootScope.$new(); + expect($rootScope.$countChildScopes()).toBe(1); + + var childScope2 = $rootScope.$new(); + expect($rootScope.$countChildScopes()).toBe(2); + + childScope1.$destroy(); + expect($rootScope.$countChildScopes()).toBe(1); + + childScope2.$destroy(); + expect($rootScope.$countChildScopes()).toBe(0); + })); + + + it('should work with isolate scopes', inject(function($rootScope) { + /* + RS + | + CIS + / \ + GCS GCIS + */ + + var childIsolateScope = $rootScope.$new(true); + expect($rootScope.$countChildScopes()).toBe(1); + + var grandChildScope = childIsolateScope.$new(); + expect($rootScope.$countChildScopes()).toBe(2); + expect(childIsolateScope.$countChildScopes()).toBe(1); + + var grandChildIsolateScope = childIsolateScope.$new(true); + expect($rootScope.$countChildScopes()).toBe(3); + expect(childIsolateScope.$countChildScopes()).toBe(2); + + childIsolateScope.$destroy(); + expect($rootScope.$countChildScopes()).toBe(0); + })); + }); + + + describe('$countWatchers', function() { + + it('should return the sum of watchers for the current scope and all of its children', inject( + function($rootScope) { + + expect($rootScope.$countWatchers()).toBe(0); + + var childScope = $rootScope.$new(); + expect($rootScope.$countWatchers()).toBe(0); + + childScope.$watch('foo'); + expect($rootScope.$countWatchers()).toBe(1); + expect(childScope.$countWatchers()).toBe(1); + + $rootScope.$watch('bar'); + childScope.$watch('baz'); + expect($rootScope.$countWatchers()).toBe(3); + expect(childScope.$countWatchers()).toBe(2); + })); + + + it('should correctly navigate complex scope tree', inject(function($rootScope) { + var child; + + $rootScope.$watch('foo1'); + + $rootScope.$new(); + $rootScope.$new().$new().$new(); + + child = $rootScope.$new().$new(); + child.$watch('foo2'); + child.$new(); + child.$new(); + child = child.$new().$new().$new(); + child.$watch('foo3'); + child.$watch('foo4'); + + expect($rootScope.$countWatchers()).toBe(4); + })); + + + it('should provide the current count even after child destruction and watch deregistration', + inject(function($rootScope) { + + var deregisterWatch1 = $rootScope.$watch('exp1'); + + var childScope = $rootScope.$new(); + childScope.$watch('exp2'); + + expect($rootScope.$countWatchers()).toBe(2); + + childScope.$destroy(); + expect($rootScope.$countWatchers()).toBe(1); + + deregisterWatch1(); + expect($rootScope.$countWatchers()).toBe(0); + })); + + + it('should work with isolate scopes', inject(function($rootScope) { + /* + RS=1 + | + CIS=1 + / \ + GCS=1 GCIS=1 + */ + + $rootScope.$watch('exp1'); + expect($rootScope.$countWatchers()).toBe(1); + + var childIsolateScope = $rootScope.$new(true); + childIsolateScope.$watch('exp2'); + expect($rootScope.$countWatchers()).toBe(2); + expect(childIsolateScope.$countWatchers()).toBe(1); + + var grandChildScope = childIsolateScope.$new(); + grandChildScope.$watch('exp3'); + + var grandChildIsolateScope = childIsolateScope.$new(true); + grandChildIsolateScope.$watch('exp4'); + + expect($rootScope.$countWatchers()).toBe(4); + expect(childIsolateScope.$countWatchers()).toBe(3); + expect(grandChildScope.$countWatchers()).toBe(1); + expect(grandChildIsolateScope.$countWatchers()).toBe(1); + + childIsolateScope.$destroy(); + expect($rootScope.$countWatchers()).toBe(1); + })); }); + }); - it('should preserve the order of requests', function() { - hb.when('GET', '/url1').respond(200, 'first'); - hb.when('GET', '/url2').respond(201, 'second'); + describe('$controllerDecorator', function() { - hb('GET', '/url2', null, callback); - hb('GET', '/url1', null, callback); + it('should support creating controller with bindings', function() { + var called = false; + var data = [ + { name: 'derp1', id: 0 }, + { name: 'testname', id: 1 }, + { name: 'flurp', id: 2 } + ]; + module(function($controllerProvider) { + $controllerProvider.register('testCtrl', function() { + expect(this.data).toBeUndefined(); + called = true; + }); + }); + inject(function($controller, $rootScope) { + var ctrl = $controller('testCtrl', { scope: $rootScope }, { data: data }); + expect(ctrl.data).toBe(data); + expect(called).toBe(true); + }); + }); + + + it('should support assigning bindings when a value is returned from the constructor', + function() { + var called = false; + var data = [ + { name: 'derp1', id: 0 }, + { name: 'testname', id: 1 }, + { name: 'flurp', id: 2 } + ]; + module(function($controllerProvider) { + $controllerProvider.register('testCtrl', function() { + expect(this.data).toBeUndefined(); + called = true; + return {}; + }); + }); + inject(function($controller, $rootScope) { + var ctrl = $controller('testCtrl', { scope: $rootScope }, { data: data }); + expect(ctrl.data).toBe(data); + expect(called).toBe(true); + }); + } + ); + + + if (support.classes) { + it('should support assigning bindings to class-based controller', function() { + var called = false; + var data = [ + { name: 'derp1', id: 0 }, + { name: 'testname', id: 1 }, + { name: 'flurp', id: 2 } + ]; + module(function($controllerProvider) { + // eslint-disable-next-line no-eval + var TestCtrl = eval('(class { constructor() { called = true; } })'); + $controllerProvider.register('testCtrl', TestCtrl); + }); + inject(function($controller, $rootScope) { + var ctrl = $controller('testCtrl', { scope: $rootScope }, { data: data }); + expect(ctrl.data).toBe(data); + expect(called).toBe(true); + }); + }); + } + }); - hb.flush(); - expect(callback.callCount).toBe(2); - expect(callback.argsForCall[0]).toEqual([201, 'second', '']); - expect(callback.argsForCall[1]).toEqual([200, 'first', '']); + describe('$componentController', function() { + it('should instantiate a simple controller defined inline in a component', function() { + function TestController($scope, a, b) { + this.$scope = $scope; + this.a = a; + this.b = b; + } + module(function($compileProvider) { + $compileProvider.component('test', { + controller: TestController + }); + }); + inject(function($componentController, $rootScope) { + var $scope = {}; + var ctrl = $componentController('test', { $scope: $scope, a: 'A', b: 'B' }, { x: 'X', y: 'Y' }); + expect(ctrl).toEqual(extend(new TestController($scope, 'A', 'B'), { x: 'X', y: 'Y' })); + expect($scope.$ctrl).toBe(ctrl); + }); }); + it('should instantiate a controller with $$inject annotation defined inline in a component', function() { + function TestController(x, y, z) { + this.$scope = x; + this.a = y; + this.b = z; + } + TestController.$inject = ['$scope', 'a', 'b']; + module(function($compileProvider) { + $compileProvider.component('test', { + controller: TestController + }); + }); + inject(function($componentController, $rootScope) { + var $scope = {}; + var ctrl = $componentController('test', { $scope: $scope, a: 'A', b: 'B' }, { x: 'X', y: 'Y' }); + expect(ctrl).toEqual(extend(new TestController($scope, 'A', 'B'), { x: 'X', y: 'Y' })); + expect($scope.$ctrl).toBe(ctrl); + }); + }); - describe('respond()', function() { - it('should take values', function() { - hb.expect('GET', '/url1').respond(200, 'first', {'header': 'val'}); - hb('GET', '/url1', undefined, callback); - hb.flush(); + it('should instantiate a named controller defined in a component', function() { + function TestController($scope, a, b) { + this.$scope = $scope; + this.a = a; + this.b = b; + } + module(function($controllerProvider, $compileProvider) { + $controllerProvider.register('TestController', TestController); + $compileProvider.component('test', { + controller: 'TestController' + }); + }); + inject(function($componentController, $rootScope) { + var $scope = {}; + var ctrl = $componentController('test', { $scope: $scope, a: 'A', b: 'B' }, { x: 'X', y: 'Y' }); + expect(ctrl).toEqual(extend(new TestController($scope, 'A', 'B'), { x: 'X', y: 'Y' })); + expect($scope.$ctrl).toBe(ctrl); + }); + }); - expect(callback).toHaveBeenCalledOnceWith(200, 'first', 'header: val'); + it('should instantiate a named controller with `controller as` syntax defined in a component', function() { + function TestController($scope, a, b) { + this.$scope = $scope; + this.a = a; + this.b = b; + } + module(function($controllerProvider, $compileProvider) { + $controllerProvider.register('TestController', TestController); + $compileProvider.component('test', { + controller: 'TestController as testCtrl' + }); }); + inject(function($componentController, $rootScope) { + var $scope = {}; + var ctrl = $componentController('test', { $scope: $scope, a: 'A', b: 'B' }, { x: 'X', y: 'Y' }); + expect(ctrl).toEqual(extend(new TestController($scope, 'A', 'B'), {x: 'X', y: 'Y'})); + expect($scope.testCtrl).toBe(ctrl); + }); + }); - it('should take function', function() { - hb.expect('GET', '/some').respond(function(m, u, d, h) { - return [301, m + u + ';' + d + ';a=' + h.a, {'Connection': 'keep-alive'}]; + it('should instantiate the controller of the restrict:\'E\' component if there are more directives with the same name but not restricted to \'E\'', function() { + function TestController() { + this.r = 6779; + } + module(function($compileProvider) { + $compileProvider.directive('test', function() { + return { restrict: 'A' }; }); + $compileProvider.component('test', { + controller: TestController + }); + }); + inject(function($componentController, $rootScope) { + var ctrl = $componentController('test', { $scope: {} }); + expect(ctrl).toEqual(new TestController()); + }); + }); - hb('GET', '/some', 'data', callback, {a: 'b'}); - hb.flush(); + it('should instantiate the controller of the restrict:\'E\' component if there are more directives with the same name and restricted to \'E\' but no controller', function() { + function TestController() { + this.r = 22926; + } + module(function($compileProvider) { + $compileProvider.directive('test', function() { + return { restrict: 'E' }; + }); + $compileProvider.component('test', { + controller: TestController + }); + }); + inject(function($componentController, $rootScope) { + var ctrl = $componentController('test', { $scope: {} }); + expect(ctrl).toEqual(new TestController()); + }); + }); - expect(callback).toHaveBeenCalledOnceWith(301, 'GET/some;data;a=b', 'Connection: keep-alive'); + it('should instantiate the controller of the directive with controller, controllerAs and restrict:\'E\' if there are more directives', function() { + function TestController() { + this.r = 18842; + } + module(function($compileProvider) { + $compileProvider.directive('test', function() { + return { }; + }); + $compileProvider.directive('test', function() { + return { + restrict: 'E', + controller: TestController, + controllerAs: '$ctrl' + }; + }); }); + inject(function($componentController, $rootScope) { + var ctrl = $componentController('test', { $scope: {} }); + expect(ctrl).toEqual(new TestController()); + }); + }); - it('should default status code to 200', function() { - callback.andCallFake(function(status, response) { - expect(status).toBe(200); - expect(response).toBe('some-data'); + it('should fail if there is no directive with restrict:\'E\' and controller', function() { + function TestController() { + this.r = 31145; + } + module(function($compileProvider) { + $compileProvider.directive('test', function() { + return { + restrict: 'AC', + controller: TestController + }; + }); + $compileProvider.directive('test', function() { + return { + restrict: 'E', + controller: TestController + }; + }); + $compileProvider.directive('test', function() { + return { + restrict: 'EA', + controller: TestController, + controllerAs: '$ctrl' + }; }); + $compileProvider.directive('test', function() { + return { restrict: 'E' }; + }); + }); + inject(function($componentController, $rootScope) { + expect(function() { + $componentController('test', { $scope: {} }); + }).toThrowError('No component found'); + }); + }); - hb.expect('GET', '/url1').respond('some-data'); - hb.expect('GET', '/url2').respond('some-data', {'X-Header': 'true'}); - hb('GET', '/url1', null, callback); - hb('GET', '/url2', null, callback); - hb.flush(); - expect(callback).toHaveBeenCalled(); - expect(callback.callCount).toBe(2); + it('should fail if there more than two components with same name', function() { + function TestController($scope, a, b) { + this.$scope = $scope; + this.a = a; + this.b = b; + } + module(function($compileProvider) { + $compileProvider.directive('test', function() { + return { + restrict: 'E', + controller: TestController, + controllerAs: '$ctrl' + }; + }); + $compileProvider.component('test', { + controller: TestController + }); + }); + inject(function($componentController, $rootScope) { + expect(function() { + var $scope = {}; + $componentController('test', { $scope: $scope, a: 'A', b: 'B' }, { x: 'X', y: 'Y' }); + }).toThrowError('Too many components found'); }); + }); + it('should create an isolated child of $rootScope, if no `$scope` local is provided', function() { + function TestController($scope) { + this.$scope = $scope; + } + module(function($compileProvider) { + $compileProvider.component('test', { + controller: TestController + }); + }); + inject(function($componentController, $rootScope) { + var $ctrl = $componentController('test'); + expect($ctrl.$scope).toBeDefined(); + expect($ctrl.$scope.$parent).toBe($rootScope); + // check it is isolated + $rootScope.a = 17; + expect($ctrl.$scope.a).toBeUndefined(); + $ctrl.$scope.a = 42; + expect($rootScope.a).toEqual(17); + }); + }); + }); +}); - it('should default response headers to ""', function() { - hb.expect('GET', '/url1').respond(200, 'first'); - hb.expect('GET', '/url2').respond('second'); - hb('GET', '/url1', null, callback); - hb('GET', '/url2', null, callback); +describe('ngMockE2E', function() { + + var noop = angular.noop; + var extend = angular.extend; + + describe('$httpBackend', function() { + var hb, realHttpBackend, realHttpBackendBrowser, $http, callback; + + beforeEach(function() { + callback = jasmine.createSpy('callback'); + angular.module('ng').config(function($provide) { + realHttpBackend = jasmine.createSpy('real $httpBackend'); + $provide.factory('$httpBackend', ['$browser', function($browser) { + return realHttpBackend.and.callFake(function() { realHttpBackendBrowser = $browser; }); + }]); + }); + module('ngMockE2E'); + inject(function($injector) { + hb = $injector.get('$httpBackend'); + $http = $injector.get('$http'); + }); + }); + + + it('should throw error when unexpected request - without error callback', function() { + expect(function() { + $http.get('/some').then(noop); + + hb.verifyNoOutstandingRequest(); + }).toThrowError('Unexpected request: GET /some\nNo more request expected'); + }); + + + it('should throw error when unexpected request - with error callback', function() { + expect(function() { + $http.get('/some').then(noop, noop); + + hb.verifyNoOutstandingRequest(); + }).toThrowError('Unexpected request: GET /some\nNo more request expected'); + }); + + it('should throw error when expectation fails - without error callback', function() { + expect(function() { + hb.expectPOST('/some', { foo: 1 }).respond({}); + $http.post('/some', { foo: 2 }).then(noop); + + hb.flush(); + }).toThrowError(/^Expected POST \/some with different data/); + }); + + it('should throw error when unexpected request - with error callback', function() { + expect(function() { + hb.expectPOST('/some', { foo: 1 }).respond({}); + $http.post('/some', { foo: 2 }).then(noop, noop); hb.flush(); + }).toThrowError(/^Expected POST \/some with different data/); + }); + + + describe('passThrough()', function() { + it('should delegate requests to the real backend when passThrough is invoked', function() { + var eventHandlers = {progress: angular.noop}; + var uploadEventHandlers = {progress: angular.noop}; + + hb.when('GET', /\/passThrough\/.*/).passThrough(); + hb('GET', '/passThrough/23', null, callback, {}, null, true, 'blob', eventHandlers, uploadEventHandlers); + + expect(realHttpBackend).toHaveBeenCalledOnceWith( + 'GET', '/passThrough/23', null, callback, {}, null, true, 'blob', eventHandlers, uploadEventHandlers); + }); + + it('should be able to override a respond definition with passThrough', function() { + var definition = hb.when('GET', /\/passThrough\/.*/).respond('override me'); + definition.passThrough(); + hb('GET', '/passThrough/23', null, callback, {}, null, true); - expect(callback.callCount).toBe(2); - expect(callback.argsForCall[0]).toEqual([200, 'first', '']); - expect(callback.argsForCall[1]).toEqual([200, 'second', '']); + expect(realHttpBackend).toHaveBeenCalledOnceWith( + 'GET', '/passThrough/23', null, callback, {}, null, true, undefined, undefined, undefined); }); + + it('should be able to override a respond definition with passThrough', inject(function($browser) { + var definition = hb.when('GET', /\/passThrough\/.*/).passThrough(); + definition.respond('passThrough override'); + hb('GET', '/passThrough/23', null, callback, {}, null, true); + $browser.defer.flush(); + + expect(realHttpBackend).not.toHaveBeenCalled(); + expect(callback).toHaveBeenCalledOnceWith(200, 'passThrough override', '', '', 'complete'); + })); + + it('should pass through to an httpBackend that uses the same $browser service', inject(function($browser) { + hb.when('GET', /\/passThrough\/.*/).passThrough(); + hb('GET', '/passThrough/23'); + + expect(realHttpBackend).toHaveBeenCalledOnce(); + expect(realHttpBackendBrowser).toBe($browser); + })); }); - describe('expect()', function() { - it('should require specified order', function() { - hb.expect('GET', '/url1').respond(200, ''); - hb.expect('GET', '/url2').respond(200, ''); + describe('autoflush', function() { + it('should flush responses via $browser.defer', inject(function($browser) { + hb.when('GET', '/foo').respond('bar'); + hb('GET', '/foo', null, callback); - expect(function() { - hb('GET', '/url2', null, noop, {}); - }).toThrow('Unexpected request: GET /url2\nExpected GET /url1'); + expect(callback).not.toHaveBeenCalled(); + $browser.defer.flush(); + expect(callback).toHaveBeenCalledOnce(); + })); + }); + }); + + describe('ngAnimateMock', function() { + + beforeEach(module('ngAnimate')); + beforeEach(module('ngAnimateMock')); + + var ss, element, trackedAnimations, animationLog; + + afterEach(function() { + if (element) { + element.remove(); + } + if (ss) { + ss.destroy(); + } + }); + + beforeEach(module(function($animateProvider) { + trackedAnimations = []; + animationLog = []; + + $animateProvider.register('.animate', function() { + return { + leave: logFn('leave'), + addClass: logFn('addClass') + }; + + function logFn(method) { + return function(element) { + animationLog.push('start ' + method); + trackedAnimations.push(getDoneCallback(arguments)); + + return function closingFn(cancel) { + var lab = cancel ? 'cancel' : 'end'; + animationLog.push(lab + ' ' + method); + }; + }; + } + + function getDoneCallback(args) { + for (var i = args.length; i > 0; i--) { + if (angular.isFunction(args[i])) return args[i]; + } + } }); + return function($animate, $rootElement, $document, $rootScope) { + ss = createMockStyleSheet($document); + + element = angular.element('
                        '); + $rootElement.append(element); + angular.element($document[0].body).append($rootElement); + $animate.enabled(true); + $rootScope.$digest(); + }; + })); + + describe('$animate.queue', function() { + it('should maintain a queue of the executed animations', inject(function($animate) { + element.removeClass('animate'); // we don't care to test any actual animations + var options = {}; + + $animate.addClass(element, 'on', options); + var first = $animate.queue[0]; + expect(first.element).toBe(element); + expect(first.event).toBe('addClass'); + expect(first.options).toBe(options); + + $animate.removeClass(element, 'off', options); + var second = $animate.queue[1]; + expect(second.element).toBe(element); + expect(second.event).toBe('removeClass'); + expect(second.options).toBe(options); + + $animate.leave(element, options); + var third = $animate.queue[2]; + expect(third.element).toBe(element); + expect(third.event).toBe('leave'); + expect(third.options).toBe(options); + })); + }); + + describe('$animate.flush()', function() { + it('should throw an error if there is nothing to animate', inject(function($animate) { + expect(function() { + $animate.flush(); + }).toThrowError('No pending animations ready to be closed or flushed'); + })); + + it('should trigger the animation to start', + inject(function($animate) { + + expect(trackedAnimations.length).toBe(0); + $animate.leave(element); + $animate.flush(); + expect(trackedAnimations.length).toBe(1); + })); + + it('should trigger the animation to end once run and called', + inject(function($animate) { + + $animate.leave(element); + $animate.flush(); + expect(element.parent().length).toBe(1); + + trackedAnimations[0](); + $animate.flush(); + expect(element.parent().length).toBe(0); + })); + + it('should trigger the animation promise callback to fire once run and closed', + inject(function($animate) { + + var doneSpy = jasmine.createSpy(); + $animate.leave(element).then(doneSpy); + $animate.flush(); + + trackedAnimations[0](); + expect(doneSpy).not.toHaveBeenCalled(); + $animate.flush(); + expect(doneSpy).toHaveBeenCalled(); + })); + + it('should trigger a series of CSS animations to trigger and start once run', + inject(function($animate, $rootScope) { + + if (!browserSupportsCssAnimations()) return; + + ss.addRule('.leave-me.ng-leave', 'transition:1s linear all;'); + + var i, elm, elms = []; + for (i = 0; i < 5; i++) { + elm = angular.element('
                        '); + element.append(elm); + elms.push(elm); + + $animate.leave(elm); + } + + $rootScope.$digest(); + + for (i = 0; i < 5; i++) { + elm = elms[i]; + expect(elm.hasClass('ng-leave')).toBe(true); + expect(elm.hasClass('ng-leave-active')).toBe(false); + } + + $animate.flush(); + + for (i = 0; i < 5; i++) { + elm = elms[i]; + expect(elm.hasClass('ng-leave')).toBe(true); + expect(elm.hasClass('ng-leave-active')).toBe(true); + } + })); + + it('should trigger parent and child animations to run within the same flush', + inject(function($animate, $rootScope) { + + var child = angular.element('
                        '); + element.append(child); + + expect(trackedAnimations.length).toBe(0); + + $animate.addClass(element, 'go'); + $animate.addClass(child, 'start'); + $animate.flush(); + + expect(trackedAnimations.length).toBe(2); + })); + + it('should trigger animation callbacks when called', + inject(function($animate, $rootScope) { + + var spy = jasmine.createSpy(); + $animate.on('addClass', element, spy); + + $animate.addClass(element, 'on'); + expect(spy).not.toHaveBeenCalled(); + + $animate.flush(); + expect(spy).toHaveBeenCalledTimes(1); + + trackedAnimations[0](); + $animate.flush(); + expect(spy).toHaveBeenCalledTimes(2); + })); + }); + + describe('$animate.closeAndFlush()', function() { + it('should close the currently running $animateCss animations', + inject(function($animateCss, $animate) { + + if (!browserSupportsCssAnimations()) return; + + var spy = jasmine.createSpy(); + var runner = $animateCss(element, { + duration: 1, + to: { color: 'red' } + }).start(); + + runner.then(spy); + + expect(spy).not.toHaveBeenCalled(); + $animate.closeAndFlush(); + expect(spy).toHaveBeenCalled(); + })); + + it('should close the currently running $$animateJs animations', + inject(function($$animateJs, $animate) { + + var spy = jasmine.createSpy(); + var runner = $$animateJs(element, 'leave', 'animate', {}).start(); + runner.then(spy); + + expect(spy).not.toHaveBeenCalled(); + $animate.closeAndFlush(); + expect(spy).toHaveBeenCalled(); + })); + + it('should run the closing javascript animation function upon flush', + inject(function($$animateJs, $animate) { - it('should have precedence over when()', function() { - callback.andCallFake(function(status, response) { - expect(status).toBe(300); - expect(response).toBe('expect'); - }); + $$animateJs(element, 'leave', 'animate', {}).start(); - hb.when('GET', '/url').respond(200, 'when'); - hb.expect('GET', '/url').respond(300, 'expect'); + expect(animationLog).toEqual(['start leave']); + $animate.closeAndFlush(); + expect(animationLog).toEqual(['start leave', 'end leave']); + })); - hb('GET', '/url', null, callback, {}); - hb.flush(); - expect(callback).toHaveBeenCalledOnce(); - }); + it('should not throw when a regular animation has no javascript animation', + inject(function($animate, $$animation, $rootElement) { + if (!browserSupportsCssAnimations()) return; - it ('should throw exception when only headers differs from expectation', function() { - hb.when('GET').respond(200, '', {}); - hb.expect('GET', '/match', undefined, {'Content-Type': 'application/json'}); + var element = angular.element('
                        '); + $rootElement.append(element); + + // Make sure the animation has valid $animateCss options + $$animation(element, null, { + from: { background: 'red' }, + to: { background: 'blue' }, + duration: 1, + transitionStyle: 'all 1s' + }); expect(function() { - hb('GET', '/match', null, noop, {}); - }).toThrow('Expected GET /match with different headers\n' + - 'EXPECTED: {"Content-Type":"application/json"}\nGOT: {}'); - }); + $animate.closeAndFlush(); + }).not.toThrow(); + dealoc(element); + })); - it ('should throw exception when only data differs from expectation', function() { - hb.when('GET').respond(200, '', {}); - hb.expect('GET', '/match', 'some-data'); + it('should throw an error if there are no animations to close and flush', + inject(function($animate) { expect(function() { - hb('GET', '/match', 'different', noop, {}); - }).toThrow('Expected GET /match with different data\n' + - 'EXPECTED: some-data\nGOT: different'); - }); + $animate.closeAndFlush(); + }).toThrowError('No pending animations ready to be closed or flushed'); + })); + }); + }); +}); - it("should use when's respond() when no expect() respond is defined", function() { - callback.andCallFake(function(status, response) { - expect(status).toBe(201); - expect(response).toBe('data'); - }); - hb.when('GET', '/some').respond(201, 'data'); - hb.expect('GET', '/some'); - hb('GET', '/some', null, callback); - hb.flush(); +describe('make sure that we can create an injector outside of tests', function() { + //since some libraries create custom injectors outside of tests, + //we want to make sure that this is not breaking the internals of + //how we manage annotated function cleanup during tests. See #10967 + angular.injector([function($injector) {}]); +}); - expect(callback).toHaveBeenCalled(); - expect(function() { hb.verifyNoOutstandingExpectation(); }).not.toThrow(); - }); - }); +describe('`afterEach` clean-up', function() { + describe('`$rootElement`', function() { - describe('flush()', function() { - it('flush() should flush requests fired during callbacks', function() { - hb.when('GET').respond(200, ''); - hb('GET', '/some', null, function() { - hb('GET', '/other', null, callback); - }); + describe('undecorated', function() { + var prevRootElement; + var prevCleanDataSpy; - hb.flush(); - expect(callback).toHaveBeenCalled(); - }); + it('should set up spies for the next test to verify that `$rootElement` was cleaned up', + function() { + module(function($provide) { + $provide.decorator('$rootElement', function($delegate) { + prevRootElement = $delegate; - it('should flush given number of pending requests', function() { - hb.when('GET').respond(200, ''); - hb('GET', '/some', null, callback); - hb('GET', '/some', null, callback); - hb('GET', '/some', null, callback); + // Spy on `angular.element.cleanData()`, so the next test can verify + // that it has been called as necessary + prevCleanDataSpy = spyOn(angular.element, 'cleanData').and.callThrough(); - hb.flush(2); - expect(callback).toHaveBeenCalled(); - expect(callback.callCount).toBe(2); - }); + return $delegate; + }); + }); + // Inject the `$rootElement` to ensure it has been created + inject(function($rootElement) { + expect($rootElement.injector()).toBeDefined(); + }); + } + ); - it('should throw exception when flushing more requests than pending', function() { - hb.when('GET').respond(200, ''); - hb('GET', '/url', null, callback); - expect(function() {hb.flush(2);}).toThrow('No more pending request to flush !'); - expect(callback).toHaveBeenCalledOnce(); - }); + it('should clean up `$rootElement` after each test', function() { + // One call is made by `testabilityPatch`'s `dealoc()` + // We want to verify the subsequent call, made by `angular-mocks` + expect(prevCleanDataSpy).toHaveBeenCalledTimes(2); + var cleanUpNodes = prevCleanDataSpy.calls.argsFor(1)[0]; + expect(cleanUpNodes.length).toBe(1); + expect(cleanUpNodes[0]).toBe(prevRootElement[0]); + }); + }); - it('should throw exception when no request to flush', function() { - expect(function() {hb.flush();}).toThrow('No pending request to flush !'); - hb.when('GET').respond(200, ''); - hb('GET', '/some', null, callback); - hb.flush(); + describe('decorated', function() { + var prevOriginalRootElement; + var prevRootElement; + var prevCleanDataSpy; - expect(function() {hb.flush();}).toThrow('No pending request to flush !'); - }); + it('should set up spies for the next text to verify that `$rootElement` was cleaned up', + function() { + module(function($provide) { + $provide.decorator('$rootElement', function($delegate) { + prevOriginalRootElement = $delegate; - it('should throw exception if not all expectations satisfied', function() { - hb.expect('GET', '/url1').respond(); - hb.expect('GET', '/url2').respond(); + // Mock `$rootElement` to be able to verify that the correct object is cleaned up + prevRootElement = angular.element('
                        '); - hb('GET', '/url1', null, angular.noop); - expect(function() {hb.flush();}).toThrow('Unsatisfied requests: GET /url2'); - }); - }); + // Spy on `angular.element.cleanData()`, so the next test can verify + // that it has been called as necessary + prevCleanDataSpy = spyOn(angular.element, 'cleanData').and.callThrough(); + return prevRootElement; + }); + }); - it('should throw an exception if no response defined', function() { - hb.when('GET', '/test'); - expect(function() { - hb('GET', '/test', null, callback); - }).toThrow('No response defined !'); + // Inject the `$rootElement` to ensure it has been created + inject(function($rootElement) { + expect($rootElement).toBe(prevRootElement); + expect(prevOriginalRootElement.injector()).toBeDefined(); + expect(prevRootElement.injector()).toBeUndefined(); + + // If we don't clean up `prevOriginalRootElement`-related data now, `testabilityPatch` will + // complain about a memory leak, because it doesn't clean up after the original + // `$rootElement` + // This is a false alarm, because `angular-mocks` would have cleaned up in a subsequent + // `afterEach` block + prevOriginalRootElement.removeData(); + }); + } + ); + + + it('should clean up `$rootElement` (both original and decorated) after each test', + function() { + // One call is made by `testabilityPatch`'s `dealoc()` + // We want to verify the subsequent call, made by `angular-mocks` + expect(prevCleanDataSpy).toHaveBeenCalledTimes(2); + + var cleanUpNodes = prevCleanDataSpy.calls.argsFor(1)[0]; + expect(cleanUpNodes.length).toBe(2); + expect(cleanUpNodes[0]).toBe(prevOriginalRootElement[0]); + expect(cleanUpNodes[1]).toBe(prevRootElement[0]); + } + ); }); - it('should throw an exception if no response for exception and no definition', function() { - hb.expect('GET', '/url'); - expect(function() { - hb('GET', '/url', null, callback); - }).toThrow('No response defined !'); - }); + describe('uninstantiated or falsy', function() { + it('should not break if `$rootElement` was never instantiated', function() { + // Just an empty test to verify that `angular-mocks` doesn't break, + // when trying to clean up `$rootElement`, if `$rootElement` was never injected in the test + // (and thus never instantiated/created) + // Ensure the `$injector` is created - if there is no `$injector`, no clean-up takes places + inject(function() {}); + }); - it('should respond undefined when JSONP method', function() { - hb.when('JSONP', '/url1').respond(200); - hb.expect('JSONP', '/url2').respond(200); - expect(hb('JSONP', '/url1')).toBeUndefined(); - expect(hb('JSONP', '/url2')).toBeUndefined(); + it('should not break if the decorated `$rootElement` is falsy (e.g. `null`)', function() { + module({$rootElement: null}); + + // Ensure the `$injector` is created - if there is no `$injector`, no clean-up takes places + inject(function() {}); + }); }); + }); - it('should not have passThrough method', function() { - expect(hb.passThrough).toBeUndefined(); - }); + describe('`$rootScope`', function() { + describe('undecorated', function() { + var prevRootScope; + var prevDestroySpy; - describe('verifyExpectations', function() { + it('should set up spies for the next test to verify that `$rootScope` was cleaned up', + inject(function($rootScope) { + prevRootScope = $rootScope; + prevDestroySpy = spyOn($rootScope, '$destroy').and.callThrough(); + }) + ); - it('should throw exception if not all expectations were satisfied', function() { - hb.expect('POST', '/u1', 'ddd').respond(201, '', {}); - hb.expect('GET', '/u2').respond(200, '', {}); - hb.expect('POST', '/u3').respond(201, '', {}); - hb('POST', '/u1', 'ddd', noop, {}); + it('should clean up `$rootScope` after each test', inject(function($rootScope) { + expect($rootScope).not.toBe(prevRootScope); + expect(prevDestroySpy).toHaveBeenCalledOnce(); + expect(prevRootScope.$$destroyed).toBe(true); + })); + }); - expect(function() {hb.verifyNoOutstandingExpectation();}). - toThrow('Unsatisfied requests: GET /u2, POST /u3'); - }); + describe('falsy or without `$destroy()` method', function() { + it('should not break if `$rootScope` is falsy (e.g. `null`)', function() { + // Just an empty test to verify that `angular-mocks` doesn't break, + // when trying to clean up a mocked `$rootScope` set to `null` - it('should do nothing when no expectation', function() { - hb.when('DELETE', '/some').respond(200, ''); + module({$rootScope: null}); - expect(function() {hb.verifyNoOutstandingExpectation();}).not.toThrow(); + // Ensure the `$injector` is created - if there is no `$injector`, no clean-up takes places + inject(function() {}); }); - it('should do nothing when all expectations satisfied', function() { - hb.expect('GET', '/u2').respond(200, '', {}); - hb.expect('POST', '/u3').respond(201, '', {}); - hb.when('DELETE', '/some').respond(200, ''); + it('should not break if `$rootScope.$destroy` is not a function', function() { + // Just an empty test to verify that `angular-mocks` doesn't break, + // when trying to clean up a mocked `$rootScope` without a `$destroy()` method - hb('GET', '/u2', noop); - hb('POST', '/u3', noop); + module({$rootScope: {}}); - expect(function() {hb.verifyNoOutstandingExpectation();}).not.toThrow(); + // Ensure the `$injector` is created - if there is no `$injector`, no clean-up takes places + inject(function() {}); }); }); + }); +}); - describe('verifyRequests', function() { - it('should throw exception if not all requests were flushed', function() { - hb.when('GET').respond(200); - hb('GET', '/some', null, noop, {}); +describe('sharedInjector', function() { + // this is of a bit tricky feature to test as we hit angular's own testing + // mechanisms (e.g around jQuery cache checking), as ngMock augments the very + // jasmine test runner we're using to test ngMock! + // + // with that in mind, we define a stubbed test framework + // to simulate test cases being run with the ngMock hooks - expect(function() { - hb.verifyNoOutstandingRequest(); - }).toThrow('Unflushed requests: 1'); - }); - }); + // we use the 'module' and 'inject' globals from ngMock - describe('resetExpectations', function() { + it('allows me to mutate a single instance of a module (proving it has been shared)', ngMockTest(function() { + sdescribe('test state is shared', function() { + angular.module('sharedInjectorTestModuleA', []) + .factory('testService', function() { + return { state: 0 }; + }); - it('should remove all expectations', function() { - hb.expect('GET', '/u2').respond(200, '', {}); - hb.expect('POST', '/u3').respond(201, '', {}); - hb.resetExpectations(); + module.sharedInjector(); - expect(function() {hb.verifyNoOutstandingExpectation();}).not.toThrow(); - }); + sbeforeAll(module('sharedInjectorTestModuleA')); + sit('access and mutate', inject(function(testService) { + testService.state += 1; + })); - it('should remove all pending responses', function() { - var cancelledClb = jasmine.createSpy('cancelled'); + sit('expect mutation to have persisted', inject(function(testService) { + expect(testService.state).toEqual(1); + })); + }); + })); - hb.expect('GET', '/url').respond(200, ''); - hb('GET', '/url', null, cancelledClb); - hb.resetExpectations(); - hb.expect('GET', '/url').respond(300, ''); - hb('GET', '/url', null, callback, {}); - hb.flush(); + it('works with standard beforeEach', ngMockTest(function() { + sdescribe('test state is not shared', function() { + angular.module('sharedInjectorTestModuleC', []) + .factory('testService', function() { + return { state: 0 }; + }); - expect(callback).toHaveBeenCalledOnce(); - expect(cancelledClb).not.toHaveBeenCalled(); - }); + sbeforeEach(module('sharedInjectorTestModuleC')); + sit('access and mutate', inject(function(testService) { + testService.state += 1; + })); - it('should not remove definitions', function() { - var cancelledClb = jasmine.createSpy('cancelled'); + sit('expect mutation not to have persisted', inject(function(testService) { + expect(testService.state).toEqual(0); + })); + }); + })); - hb.when('GET', '/url').respond(200, 'success'); - hb('GET', '/url', null, cancelledClb); - hb.resetExpectations(); - hb('GET', '/url', null, callback, {}); - hb.flush(); + it('allows me to stub with shared injector', ngMockTest(function() { + sdescribe('test state is shared', function() { + angular.module('sharedInjectorTestModuleD', []) + .value('testService', 43); - expect(callback).toHaveBeenCalledOnce(); - expect(cancelledClb).not.toHaveBeenCalled(); - }); - }); + module.sharedInjector(); + sbeforeAll(module('sharedInjectorTestModuleD', function($provide) { + $provide.value('testService', 42); + })); - describe('expect/when shortcuts', function() { - angular.forEach(['expect', 'when'], function(prefix) { - angular.forEach(['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'JSONP'], function(method) { - var shortcut = prefix + method; - it('should provide ' + shortcut + ' shortcut method', function() { - hb[shortcut]('/foo').respond('bar'); - hb(method, '/foo', undefined, callback); - hb.flush(); - expect(callback).toHaveBeenCalledOnceWith(200, 'bar', ''); - }); - }); - }); + sit('expected access stubbed value', inject(function(testService) { + expect(testService).toEqual(42); + })); }); + })); + it('doesn\'t interfere with other test describes', ngMockTest(function() { + angular.module('sharedInjectorTestModuleE', []) + .factory('testService', function() { + return { state: 0 }; + }); - describe('MockHttpExpectation', function() { + sdescribe('with stubbed injector', function() { - it('should accept url as regexp', function() { - var exp = new MockHttpExpectation('GET', /^\/x/); + module.sharedInjector(); - expect(exp.match('GET', '/x')).toBe(true); - expect(exp.match('GET', '/xxx/x')).toBe(true); - expect(exp.match('GET', 'x')).toBe(false); - expect(exp.match('GET', 'a/x')).toBe(false); - }); + sbeforeAll(module('sharedInjectorTestModuleE')); + sit('access and mutate', inject(function(testService) { + expect(testService.state).toEqual(0); + testService.state += 1; + })); - it('should accept data as regexp', function() { - var exp = new MockHttpExpectation('POST', '/url', /\{.*?\}/); + sit('expect mutation to have persisted', inject(function(testService) { + expect(testService.state).toEqual(1); + })); + }); - expect(exp.match('POST', '/url', '{"a": "aa"}')).toBe(true); - expect(exp.match('POST', '/url', '{"one": "two"}')).toBe(true); - expect(exp.match('POST', '/url', '{"one"')).toBe(false); - }); + sdescribe('without stubbed injector', function() { + sbeforeEach(module('sharedInjectorTestModuleE')); + sit('access and mutate', inject(function(testService) { + expect(testService.state).toEqual(0); + testService.state += 1; + })); - it('should ignore data only if undefined (not null or false)', function() { - var exp = new MockHttpExpectation('POST', '/url', null); - expect(exp.matchData(null)).toBe(true); - expect(exp.matchData('some-data')).toBe(false); + sit('expect original, unmutated value', inject(function(testService) { + expect(testService.state).toEqual(0); + })); + }); + })); - exp = new MockHttpExpectation('POST', '/url', undefined); - expect(exp.matchData(null)).toBe(true); - expect(exp.matchData('some-data')).toBe(true); - }); + it('prevents nested use of sharedInjector()', function() { + var test = ngMockTest(function() { + sdescribe('outer', function() { + module.sharedInjector(); - it('should accept headers as function', function() { - var exp = new MockHttpExpectation('GET', '/url', undefined, function(h) { - return h['Content-Type'] == 'application/json'; + sdescribe('inner', function() { + + module.sharedInjector(); + + sit('should not get here', function() { + throw Error('should have thrown before here!'); + }); }); - expect(exp.matchHeaders({})).toBe(false); - expect(exp.matchHeaders({'Content-Type': 'application/json', 'X-Another': 'true'})).toBe(true); }); + }); - }); + assertThrowsErrorMatching(test.bind(this), /already called sharedInjector()/); + }); - describe('$rootElement', function() { - it('should create mock application root', inject(function($rootElement) { - expect($rootElement.text()).toEqual(''); - })); + it('warns that shared injector cannot be used unless test frameworks define before/after all hooks', function() { + assertThrowsErrorMatching(function() { + module.sharedInjector(); + }, /sharedInjector()/); }); -}); + function assertThrowsErrorMatching(fn, re) { + try { + fn(); + } catch (e) { + if (re.test(e.message)) { + return; + } + throw Error('thrown error \'' + e.message + '\' did not match:' + re); + } + throw Error('should have thrown error'); + } + + // run a set of test cases in the sdescribe stub test framework + function ngMockTest(define) { + return function() { + var spec = this; + module.$$currentSpec(null); -describe('ngMockE2E', function() { - describe('$httpBackend', function() { - var hb, realHttpBackend, callback; + // configure our stubbed test framework and then hook ngMock into it + // in much the same way + module.$$beforeAllHook = sbeforeAll; + module.$$afterAllHook = safterAll; - beforeEach(function() { - module(function($provide) { - callback = jasmine.createSpy('callback'); - realHttpBackend = jasmine.createSpy('real $httpBackend'); - $provide.value('$httpBackend', realHttpBackend); - $provide.decorator('$httpBackend', angular.mock.e2e.$httpBackendDecorator); - }); - inject(function($injector) { - hb = $injector.get('$httpBackend'); + sdescribe.root = sdescribe('root', function() {}); + + sdescribe.root.beforeEach.push(module.$$beforeEach); + sdescribe.root.afterEach.push(module.$$afterEach); + + try { + define(); + sdescribe.root.run(); + } finally { + // clear up + module.$$beforeAllHook = null; + module.$$afterAllHook = null; + module.$$currentSpec(spec); + } + }; + } + + // stub test framework that follows the pattern of hooks that + // jasmine/mocha do + function sdescribe(name, define) { + var self = { name: name }; + self.parent = sdescribe.current || sdescribe.root; + if (self.parent) { + self.parent.describes.push(self); + } + + var previous = sdescribe.current; + sdescribe.current = self; + + self.beforeAll = []; + self.beforeEach = []; + self.afterAll = []; + self.afterEach = []; + self.define = define; + self.tests = []; + self.describes = []; + + self.run = function() { + var spec = {}; + self.hooks('beforeAll', spec); + + self.tests.forEach(function(test) { + if (self.parent) self.parent.hooks('beforeEach', spec); + self.hooks('beforeEach', spec); + test.run.call(spec); + self.hooks('afterEach', spec); + if (self.parent) self.parent.hooks('afterEach', spec); }); - }); + self.describes.forEach(function(d) { + d.run(); + }); - describe('passThrough()', function() { - it('should delegate requests to the real backend when passThrough is invoked', function() { - hb.when('GET', /\/passThrough\/.*/).passThrough(); - hb('GET', '/passThrough/23', null, callback); + self.hooks('afterAll', spec); + }; - expect(realHttpBackend). - toHaveBeenCalledOnceWith('GET', '/passThrough/23', null, callback, undefined); + self.hooks = function(hook, spec) { + self[hook].forEach(function(f) { + f.call(spec); }); - }); + }; + define(); - describe('autoflush', function() { - it('should flush responses via $browser.defer', inject(function($browser) { - hb.when('GET', '/foo').respond('bar'); - hb('GET', '/foo', null, callback); + sdescribe.current = previous; - expect(callback).not.toHaveBeenCalled(); - $browser.defer.flush(); - expect(callback).toHaveBeenCalledOnce(); - })); + return self; + } + + function sit(name, fn) { + if (typeof fn !== 'function') throw Error('not fn', fn); + sdescribe.current.tests.push({ + name: name, + run: fn }); - }); + } + + function sbeforeAll(fn) { + if (typeof fn !== 'function') throw Error('not fn', fn); + sdescribe.current.beforeAll.push(fn); + } + + function safterAll(fn) { + if (typeof fn !== 'function') throw Error('not fn', fn); + sdescribe.current.afterAll.push(fn); + } + + function sbeforeEach(fn) { + if (typeof fn !== 'function') throw Error('not fn', fn); + sdescribe.current.beforeEach.push(fn); + } + + function safterEach(fn) { + if (typeof fn !== 'function') throw Error('not fn', fn); + sdescribe.current.afterEach.push(fn); + } }); diff --git a/test/ngResource/resourceSpec.js b/test/ngResource/resourceSpec.js index 3f2df284642e..bfdac9c0b289 100644 --- a/test/ngResource/resourceSpec.js +++ b/test/ngResource/resourceSpec.js @@ -1,12 +1,22 @@ 'use strict'; -describe("resource", function() { - var $resource, CreditCard, callback, $httpBackend; +describe('resource', function() { + var noop = angular.noop; + var extend = angular.extend; + +describe('basic usage', function() { + var $resource, CreditCard, callback, $httpBackend, resourceProvider, $q; beforeEach(module('ngResource')); + + beforeEach(module(function($resourceProvider) { + resourceProvider = $resourceProvider; + })); + beforeEach(inject(function($injector) { $httpBackend = $injector.get('$httpBackend'); $resource = $injector.get('$resource'); + $q = $injector.get('$q'); CreditCard = $resource('/CreditCard/:id:verb', {id:'@id.key'}, { charge:{ method:'post', @@ -23,16 +33,145 @@ describe("resource", function() { } }); - callback = jasmine.createSpy(); + callback = jasmine.createSpy('callback'); })); - afterEach(function() { $httpBackend.verifyNoOutstandingExpectation(); }); - it("should build resource", function() { + describe('isValidDottedPath', function() { + /* global isValidDottedPath: false */ + it('should support arbitrary dotted names', function() { + expect(isValidDottedPath('')).toBe(false); + expect(isValidDottedPath('1')).toBe(false); + expect(isValidDottedPath('1abc')).toBe(false); + expect(isValidDottedPath('.')).toBe(false); + expect(isValidDottedPath('$')).toBe(true); + expect(isValidDottedPath('@')).toBe(true); + expect(isValidDottedPath('a')).toBe(true); + expect(isValidDottedPath('A')).toBe(true); + expect(isValidDottedPath('a1')).toBe(true); + expect(isValidDottedPath('$a')).toBe(true); + expect(isValidDottedPath('$1')).toBe(true); + expect(isValidDottedPath('$$')).toBe(true); + expect(isValidDottedPath('$.$')).toBe(true); + expect(isValidDottedPath('.$')).toBe(false); + expect(isValidDottedPath('$.')).toBe(false); + expect(isValidDottedPath('@.')).toBe(false); + expect(isValidDottedPath('.@')).toBe(false); + }); + }); + + describe('lookupDottedPath', function() { + /* global lookupDottedPath: false */ + var data = {a: {b: 'foo', c: null, '@d':'d-foo'},'@b':'b-foo'}; + + it('should throw for invalid path', function() { + expect(function() { + lookupDottedPath(data, '.ckck'); + }).toThrowMinErr('$resource', 'badmember', + 'Dotted member path "@.ckck" is invalid.'); + }); + + it('should get dotted paths', function() { + expect(lookupDottedPath(data, 'a')).toEqual({b: 'foo', c: null, '@d':'d-foo'}); + expect(lookupDottedPath(data, 'a.b')).toBe('foo'); + expect(lookupDottedPath(data, 'a.c')).toBeNull(); + expect(lookupDottedPath(data, 'a.@d')).toBe('d-foo'); + expect(lookupDottedPath(data, '@b')).toBe('b-foo'); + }); + + it('should skip over null/undefined members', function() { + expect(lookupDottedPath(data, 'a.b.c')).toBeUndefined(); + expect(lookupDottedPath(data, 'a.c.c')).toBeUndefined(); + expect(lookupDottedPath(data, 'a.b.c.d')).toBeUndefined(); + expect(lookupDottedPath(data, 'NOT_EXIST')).toBeUndefined(); + }); + }); + + it('should not include a request body when calling $delete', function() { + $httpBackend.expect('DELETE', '/fooresource', null).respond({}); + var Resource = $resource('/fooresource'); + var resource = new Resource({ foo: 'bar' }); + + resource.$delete(); + $httpBackend.flush(); + }); + + it('should include a request body when calling custom method with hasBody is true', function() { + var instant = {name: 'info.txt'}; + var condition = {at: '2038-01-19 03:14:08'}; + + $httpBackend.expect('CREATE', '/fooresource', instant).respond({fid: 42}); + $httpBackend.expect('DELETE', '/fooresource', condition).respond({}); + + var r = $resource('/fooresource', {}, { + create: {method: 'CREATE', hasBody: true}, + delete: {method: 'DELETE', hasBody: true} + }); + + var creationResponse = r.create(instant); + var deleteResponse = r.delete(condition); + + $httpBackend.flush(); + + expect(creationResponse.fid).toBe(42); + expect(deleteResponse.$resolved).toBe(true); + }); + + it('should not include a request body if hasBody is false on POST, PUT and PATCH', function() { + function verifyRequest(method, url, data) { + expect(data).toBeUndefined(); + return [200, {id: 42}]; + } + + $httpBackend.expect('POST', '/foo').respond(verifyRequest); + $httpBackend.expect('PUT', '/foo').respond(verifyRequest); + $httpBackend.expect('PATCH', '/foo').respond(verifyRequest); + + var R = $resource('/foo', {}, { + post: {method: 'POST', hasBody: false}, + put: {method: 'PUT', hasBody: false}, + patch: {method: 'PATCH', hasBody: false} + }); + + var postResponse = R.post(); + var putResponse = R.put(); + var patchResponse = R.patch(); + + $httpBackend.flush(); + + expect(postResponse.id).toBe(42); + expect(putResponse.id).toBe(42); + expect(patchResponse.id).toBe(42); + }); + + it('should expect a body if hasBody is true', function() { + var username = 'yathos'; + var loginRequest = {name: username, password: 'Smile'}; + var user = {id: 1, name: username}; + + $httpBackend.expect('LOGIN', '/user/me', loginRequest).respond(user); + + $httpBackend.expect('LOGOUT', '/user/me', null).respond(null); + + var UserService = $resource('/user/me', {}, { + login: {method: 'LOGIN', hasBody: true}, + logout: {method: 'LOGOUT', hasBody: false} + }); + + var loginResponse = UserService.login(loginRequest); + var logoutResponse = UserService.logout(); + + $httpBackend.flush(); + + expect(loginResponse.id).toBe(user.id); + expect(logoutResponse.$resolved).toBe(true); + }); + + it('should build resource', function() { expect(typeof CreditCard).toBe('function'); expect(typeof CreditCard.get).toBe('function'); expect(typeof CreditCard.save).toBe('function'); @@ -42,13 +181,74 @@ describe("resource", function() { }); + describe('shallow copy', function() { + /* global shallowClearAndCopy */ + it('should make a copy', function() { + var original = {key:{}}; + var copy = shallowClearAndCopy(original); + expect(copy).toEqual(original); + expect(copy.key).toBe(original.key); + }); + + + it('should omit "$$"-prefixed properties', function() { + var original = {$$some: true, $$: true}; + var clone = {}; + + expect(shallowClearAndCopy(original, clone)).toBe(clone); + expect(clone.$$some).toBeUndefined(); + expect(clone.$$).toBeUndefined(); + }); + + + it('should copy "$"-prefixed properties from copy', function() { + var original = {$some: true}; + var clone = {}; + + expect(shallowClearAndCopy(original, clone)).toBe(clone); + expect(clone.$some).toBe(original.$some); + }); + + + it('should omit properties from prototype chain', function() { + var original, clone = {}; + function Func() {} + Func.prototype.hello = 'world'; + + original = new Func(); + original.goodbye = 'world'; + + expect(shallowClearAndCopy(original, clone)).toBe(clone); + expect(clone.hello).toBeUndefined(); + expect(clone.goodbye).toBe('world'); + }); + }); + + + it('should not throw if response.data is the resource object', function() { + var data = {id:{key:123}, number:'9876'}; + $httpBackend.expect('GET', '/CreditCard/123').respond(data); + + var cc = CreditCard.get({id:123}); + $httpBackend.flush(); + expect(cc instanceof CreditCard).toBe(true); + + $httpBackend.expect('POST', '/CreditCard/123', angular.toJson(data)).respond(cc); + + cc.$save(); + $httpBackend.flush(); + expect(cc.id).toEqual({key:123}); + expect(cc.number).toEqual('9876'); + }); + + it('should default to empty parameters', function() { $httpBackend.expect('GET', 'URL').respond({}); $resource('URL').query(); }); - it('should ignore slashes of undefinend parameters', function() { + it('should ignore slashes of undefined parameters', function() { var R = $resource('/Path/:a/:b/:c'); $httpBackend.when('GET', '/Path').respond('{}'); @@ -73,16 +273,16 @@ describe("resource", function() { R.get({a:6, b:7, c:8}); }); - it('should not ignore leading slashes of undefinend parameters that have non-slash trailing sequence', function() { + it('should not ignore leading slashes of undefined parameters that have non-slash trailing sequence', function() { var R = $resource('/Path/:a.foo/:b.bar/:c.baz'); - $httpBackend.when('GET', '/Path/.foo/.bar/.baz').respond('{}'); - $httpBackend.when('GET', '/Path/0.foo/.bar/.baz').respond('{}'); - $httpBackend.when('GET', '/Path/false.foo/.bar/.baz').respond('{}'); - $httpBackend.when('GET', '/Path/.foo/.bar/.baz').respond('{}'); - $httpBackend.when('GET', '/Path/.foo/.bar/.baz').respond('{}'); - $httpBackend.when('GET', '/Path/1.foo/.bar/.baz').respond('{}'); - $httpBackend.when('GET', '/Path/2.foo/3.bar/.baz').respond('{}'); + $httpBackend.when('GET', '/Path/.foo/.bar.baz').respond('{}'); + $httpBackend.when('GET', '/Path/0.foo/.bar.baz').respond('{}'); + $httpBackend.when('GET', '/Path/false.foo/.bar.baz').respond('{}'); + $httpBackend.when('GET', '/Path/.foo/.bar.baz').respond('{}'); + $httpBackend.when('GET', '/Path/.foo/.bar.baz').respond('{}'); + $httpBackend.when('GET', '/Path/1.foo/.bar.baz').respond('{}'); + $httpBackend.when('GET', '/Path/2.foo/3.bar.baz').respond('{}'); $httpBackend.when('GET', '/Path/4.foo/.bar/5.baz').respond('{}'); $httpBackend.when('GET', '/Path/6.foo/7.bar/8.baz').respond('{}'); @@ -98,6 +298,13 @@ describe("resource", function() { R.get({a:6, b:7, c:8}); }); + it('should not collapsed the url into an empty string', function() { + var R = $resource('/:foo/:bar/'); + + $httpBackend.when('GET', '/').respond('{}'); + + R.get({}); + }); it('should support escaping colons in url template', function() { var R = $resource('http://localhost//:8080/Path/:a///:stillPath/:b'); @@ -106,53 +313,156 @@ describe("resource", function() { R.get({a: 'foo', b: 'bar'}); }); + it('should support an unescaped url', function() { + var R = $resource('http://localhost:8080/Path/:a'); + + $httpBackend.expect('GET', 'http://localhost:8080/Path/foo').respond(); + R.get({a: 'foo'}); + }); + it('should correctly encode url params', function() { var R = $resource('/Path/:a'); $httpBackend.expect('GET', '/Path/foo%231').respond('{}'); $httpBackend.expect('GET', '/Path/doh!@foo?bar=baz%231').respond('{}'); + $httpBackend.expect('GET', '/Path/herp$').respond('{}'); + $httpBackend.expect('GET', '/Path/foo;bar').respond('{}'); + $httpBackend.expect('GET', '/Path/foo?bar=baz;qux').respond('{}'); R.get({a: 'foo#1'}); R.get({a: 'doh!@foo', bar: 'baz#1'}); + R.get({a: 'herp$'}); + R.get({a: 'foo;bar'}); + R.get({a: 'foo', bar: 'baz;qux'}); }); - it('should not encode @ in url params', function() { - //encodeURIComponent is too agressive and doesn't follow http://www.ietf.org/rfc/rfc3986.txt - //with regards to the character set (pchar) allowed in path segments - //so we need this test to make sure that we don't over-encode the params and break stuff like - //buzz api which uses @self + //encodeURIComponent is too aggressive and doesn't follow http://www.ietf.org/rfc/rfc3986.txt + //with regards to the character set (pchar) allowed in path segments + //so we need this test to make sure that we don't over-encode the params and break stuff like + //buzz api which uses @self - var R = $resource('/Path/:a'); - $httpBackend.expect('GET', '/Path/doh@fo%20o?!do%26h=g%3Da+h&:bar=$baz@1').respond('{}'); - R.get({a: 'doh@fo o', ':bar': '$baz@1', '!do&h': 'g=a h'}); + var R = $resource('/Path/:a'); + $httpBackend.expect('GET', '/Path/doh@fo%20o?!do%26h=g%3Da+h&:bar=$baz@1').respond('{}'); + R.get({a: 'doh@fo o', ':bar': '$baz@1', '!do&h': 'g=a h'}); }); - it('should encode array params', function() { var R = $resource('/Path/:a'); $httpBackend.expect('GET', '/Path/doh&foo?bar=baz1&bar=baz2').respond('{}'); R.get({a: 'doh&foo', bar: ['baz1', 'baz2']}); }); - it('should allow relative paths in resource url', function () { + it('should not encode string "null" to "+" in url params', function() { + var R = $resource('/Path/:a'); + $httpBackend.expect('GET', '/Path/null').respond('{}'); + R.get({a: 'null'}); + }); + + + it('should implicitly strip trailing slashes from URLs by default', function() { + var R = $resource('http://localhost:8080/Path/:a/'); + + $httpBackend.expect('GET', 'http://localhost:8080/Path/foo').respond(); + R.get({a: 'foo'}); + }); + + it('should support explicitly stripping trailing slashes from URLs', function() { + var R = $resource('http://localhost:8080/Path/:a/', {}, {}, {stripTrailingSlashes: true}); + + $httpBackend.expect('GET', 'http://localhost:8080/Path/foo').respond(); + R.get({a: 'foo'}); + }); + + it('should support explicitly keeping trailing slashes in URLs', function() { + var R = $resource('http://localhost:8080/Path/:a/', {}, {}, {stripTrailingSlashes: false}); + + $httpBackend.expect('GET', 'http://localhost:8080/Path/foo/').respond(); + R.get({a: 'foo'}); + }); + + it('should support provider-level configuration to strip trailing slashes in URLs', function() { + // Set the new behavior for all new resources created by overriding the + // provider configuration + resourceProvider.defaults.stripTrailingSlashes = false; + + var R = $resource('http://localhost:8080/Path/:a/'); + + $httpBackend.expect('GET', 'http://localhost:8080/Path/foo/').respond(); + R.get({a: 'foo'}); + }); + + it('should support IPv6 URLs', function() { + test('http://[2620:0:861:ed1a::1]/', {ed1a: 'foo'}, 'http://[2620:0:861:ed1a::1]/'); + test('http://[2620:0:861:ed1a::1]/', {ed1a: 'foo'}, 'http://[2620:0:861:ed1a::1]/'); + test('http://[2620:0:861:ed1a::1]/:ed1a', {ed1a: 'foo'}, 'http://[2620:0:861:ed1a::1]/foo'); + test('http://[2620:0:861:ed1a::1]/:ed1a', {}, 'http://[2620:0:861:ed1a::1]/'); + test('http://[2620:0:861:ed1a::1]/:ed1a/', {ed1a: 'foo'}, 'http://[2620:0:861:ed1a::1]/foo/'); + test('http://[2620:0:861:ed1a::1]/:ed1a/', {}, 'http://[2620:0:861:ed1a::1]/'); + + // Helpers + function test(templateUrl, params, actualUrl) { + var R = $resource(templateUrl, null, null, {stripTrailingSlashes: false}); + $httpBackend.expect('GET', actualUrl).respond(null); + R.get(params); + } + }); + + it('should support params in the `hostname` part of the URL', function() { + test('http://:hostname', {hostname: 'foo.com'}, 'http://foo.com/'); + test('http://:hostname/', {hostname: 'foo.com'}, 'http://foo.com/'); + test('http://:l2Domain.:l1Domain', {l1Domain: 'com', l2Domain: 'bar'}, 'http://bar.com/'); + test('http://:l2Domain.:l1Domain/', {l1Domain: 'com', l2Domain: 'bar'}, 'http://bar.com/'); + test('http://127.0.0.:octet', {octet: 42}, 'http://127.0.0.42/'); + test('http://127.0.0.:octet/', {octet: 42}, 'http://127.0.0.42/'); + + // Helpers + function test(templateUrl, params, actualUrl) { + var R = $resource(templateUrl, null, null, {stripTrailingSlashes: false}); + $httpBackend.expect('GET', actualUrl).respond(null); + R.get(params); + } + }); + + it('should support overriding provider default trailing-slash stripping configuration', function() { + // Set the new behavior for all new resources created by overriding the + // provider configuration + resourceProvider.defaults.stripTrailingSlashes = false; + + // Specific instances of $resource can still override the provider's default + var R = $resource('http://localhost:8080/Path/:a/', {}, {}, {stripTrailingSlashes: true}); + + $httpBackend.expect('GET', 'http://localhost:8080/Path/foo').respond(); + R.get({a: 'foo'}); + }); + + + it('should allow relative paths in resource url', function() { var R = $resource(':relativePath'); $httpBackend.expect('GET', 'data.json').respond('{}'); R.get({ relativePath: 'data.json' }); }); - it('should handle + in url params', function () { + it('should handle + in url params', function() { var R = $resource('/api/myapp/:myresource?from=:from&to=:to&histlen=:histlen'); $httpBackend.expect('GET', '/api/myapp/pear+apple?from=2012-04-01&to=2012-04-29&histlen=3').respond('{}'); - R.get({ myresource: 'pear+apple', from : '2012-04-01', to : '2012-04-29', histlen : 3 }); + R.get({ myresource: 'pear+apple', from: '2012-04-01', to: '2012-04-29', histlen: 3 }); }); - it('should encode & in url params', function() { - var R = $resource('/Path/:a'); + it('should encode & in query params unless in query param value', function() { + var R1 = $resource('/Path/:a'); $httpBackend.expect('GET', '/Path/doh&foo?bar=baz%261').respond('{}'); - R.get({a: 'doh&foo', bar: 'baz&1'}); + R1.get({a: 'doh&foo', bar: 'baz&1'}); + + var R2 = $resource('/api/myapp/resource?:query'); + $httpBackend.expect('GET', '/api/myapp/resource?foo&bar').respond('{}'); + R2.get({query: 'foo&bar'}); + + var R3 = $resource('/api/myapp/resource?from=:from'); + $httpBackend.expect('GET', '/api/myapp/resource?from=bar%20%26%20blanks').respond('{}'); + R3.get({from: 'bar & blanks'}); }); @@ -166,6 +476,19 @@ describe("resource", function() { }); + it('should support @_property lookups with underscores', function() { + $httpBackend.expect('GET', '/Order/123').respond({_id: {_key:'123'}, count: 0}); + var LineItem = $resource('/Order/:_id', {_id: '@_id._key'}); + var item = LineItem.get({_id: 123}); + $httpBackend.flush(); + expect(item).toEqualData({_id: {_key: '123'}, count: 0}); + $httpBackend.expect('POST', '/Order/123').respond({_id: {_key:'123'}, count: 1}); + item.$save(); + $httpBackend.flush(); + expect(item).toEqualData({_id: {_key: '123'}, count: 1}); + }); + + it('should not pass default params between actions', function() { var R = $resource('/Path', {}, {get: {method: 'GET', params: {objId: '1'}}, perform: {method: 'GET'}}); @@ -177,7 +500,7 @@ describe("resource", function() { }); - it("should build resource with action default param overriding default param", function() { + it('should build resource with action default param overriding default param', function() { $httpBackend.expect('GET', '/Customer/123').respond({id: 'abc'}); var TypeItem = $resource('/:type/:typeId', {type: 'Order'}, {get: {method: 'GET', params: {type: 'Customer'}}}); @@ -199,6 +522,16 @@ describe("resource", function() { }); + it('should not throw TypeError on null default params', function() { + $httpBackend.expect('GET', '/Path').respond('{}'); + var R = $resource('/Path', {param: null}, {get: {method: 'GET'}}); + + expect(function() { + R.get({}); + }).not.toThrow(); + }); + + it('should handle multiple params with same name', function() { var R = $resource('/:id/:id'); @@ -209,7 +542,14 @@ describe("resource", function() { }); - it("should create resource", function() { + it('should throw an exception if a param is called "hasOwnProperty"', function() { + expect(function() { + $resource('/:hasOwnProperty').get(); + }).toThrowMinErr('$resource','badname', 'hasOwnProperty is not a valid parameter name'); + }); + + + it('should create resource', function() { $httpBackend.expect('POST', '/CreditCard', '{"name":"misko"}').respond({id: 123, name: 'misko'}); var cc = CreditCard.save({name: 'misko'}, callback); @@ -219,12 +559,12 @@ describe("resource", function() { $httpBackend.flush(); expect(cc).toEqualData({id: 123, name: 'misko'}); expect(callback).toHaveBeenCalledOnce(); - expect(callback.mostRecentCall.args[0]).toEqual(cc); - expect(callback.mostRecentCall.args[1]()).toEqual({}); + expect(callback.calls.mostRecent().args[0]).toEqual(cc); + expect(callback.calls.mostRecent().args[1]()).toEqual(Object.create(null)); }); - it("should read resource", function() { + it('should read resource', function() { $httpBackend.expect('GET', '/CreditCard/123').respond({id: 123, number: '9876'}); var cc = CreditCard.get({id: 123}, callback); @@ -234,21 +574,21 @@ describe("resource", function() { $httpBackend.flush(); expect(cc).toEqualData({id: 123, number: '9876'}); - expect(callback.mostRecentCall.args[0]).toEqual(cc); - expect(callback.mostRecentCall.args[1]()).toEqual({}); + expect(callback.calls.mostRecent().args[0]).toEqual(cc); + expect(callback.calls.mostRecent().args[1]()).toEqual(Object.create(null)); }); it('should send correct headers', function() { $httpBackend.expectPUT('/CreditCard/123', undefined, function(headers) { - return headers['If-None-Match'] == "*"; + return headers['If-None-Match'] === '*'; }).respond({id:123}); CreditCard.conditionalPut({id: {key:123}}); }); - it("should read partial resource", function() { + it('should read partial resource', function() { $httpBackend.expect('GET', '/CreditCard').respond([{id:{key:123}}]); var ccs = CreditCard.query(); @@ -262,13 +602,13 @@ describe("resource", function() { $httpBackend.expect('GET', '/CreditCard/123').respond({id: {key: 123}, number: '9876'}); cc.$get(callback); $httpBackend.flush(); - expect(callback.mostRecentCall.args[0]).toEqual(cc); - expect(callback.mostRecentCall.args[1]()).toEqual({}); + expect(callback.calls.mostRecent().args[0]).toEqual(cc); + expect(callback.calls.mostRecent().args[1]()).toEqual(Object.create(null)); expect(cc.number).toEqual('9876'); }); - it("should update resource", function() { + it('should update resource', function() { $httpBackend.expect('POST', '/CreditCard/123', '{"id":{"key":123},"name":"misko"}'). respond({id: {key: 123}, name: 'rama'}); @@ -279,7 +619,7 @@ describe("resource", function() { }); - it("should query resource", function() { + it('should query resource', function() { $httpBackend.expect('GET', '/CreditCard?key=value').respond([{id: 1}, {id: 2}]); var ccs = CreditCard.query({key: 'value'}, callback); @@ -288,12 +628,12 @@ describe("resource", function() { $httpBackend.flush(); expect(ccs).toEqualData([{id:1}, {id:2}]); - expect(callback.mostRecentCall.args[0]).toEqual(ccs); - expect(callback.mostRecentCall.args[1]()).toEqual({}); + expect(callback.calls.mostRecent().args[0]).toEqual(ccs); + expect(callback.calls.mostRecent().args[1]()).toEqual(Object.create(null)); }); - it("should have all arguments optional", function() { + it('should have all arguments optional', function() { $httpBackend.expect('GET', '/CreditCard').respond([{id:1}]); var log = ''; @@ -311,17 +651,17 @@ describe("resource", function() { expect(callback).not.toHaveBeenCalled(); $httpBackend.flush(); - expect(callback.mostRecentCall.args[0]).toEqualData({}); - expect(callback.mostRecentCall.args[1]()).toEqual({}); + expect(callback.calls.mostRecent().args[0]).toEqualData({}); + expect(callback.calls.mostRecent().args[1]()).toEqual(Object.create(null)); - callback.reset(); + callback.calls.reset(); $httpBackend.expect('DELETE', '/CreditCard/333').respond(204, null); CreditCard.remove({id:333}, callback); expect(callback).not.toHaveBeenCalled(); $httpBackend.flush(); - expect(callback.mostRecentCall.args[0]).toEqualData({}); - expect(callback.mostRecentCall.args[1]()).toEqual({}); + expect(callback.calls.mostRecent().args[0]).toEqualData({}); + expect(callback.calls.mostRecent().args[1]()).toEqual(Object.create(null)); }); @@ -340,7 +680,7 @@ describe("resource", function() { }); - it("should patch a resource", function() { + it('should patch a resource', function() { $httpBackend.expectPATCH('/CreditCard/123', '{"name":"igor"}'). respond({id: 123, name: 'rama'}); @@ -369,8 +709,8 @@ describe("resource", function() { $httpBackend.flush(); expect(cc).toEqualData({id:123}); - expect(callback.mostRecentCall.args[0]).toEqual(cc); - expect(callback.mostRecentCall.args[1]()).toEqual({header1: 'a'}); + expect(callback.calls.mostRecent().args[0]).toEqual(cc); + expect(callback.calls.mostRecent().args[1]()).toEqual(extend(Object.create(null), {header1: 'a'})); }); @@ -391,20 +731,10 @@ describe("resource", function() { }); - it('should bind default parameters', function() { - $httpBackend.expect('GET', '/CreditCard/123.visa?minimum=0.05').respond({id: 123}); - var Visa = CreditCard.bind({verb:'.visa', minimum:0.05}); - var visa = Visa.get({id:123}); - $httpBackend.flush(); - expect(visa).toEqualData({id:123}); - }); - - it('should support dynamic default parameters (global)', function() { var currentGroup = 'students', Person = $resource('/Person/:group/:id', { group: function() { return currentGroup; }}); - $httpBackend.expect('GET', '/Person/students/fedor').respond({id: 'fedor', email: 'f@f.com'}); var fedor = Person.get({id: 'fedor'}); @@ -414,11 +744,40 @@ describe("resource", function() { }); + it('should pass resource object to dynamic default parameters', function() { + var Person = $resource('/Person/:id', { + id: function(data) { + return data ? data.id : 'fedor'; + } + }); + + $httpBackend.expect('GET', '/Person/fedor').respond( + {id: 'fedor', email: 'f@f.com', count: 1}); + + var fedor = Person.get(); + $httpBackend.flush(); + + expect(fedor).toEqualData({id: 'fedor', email: 'f@f.com', count: 1}); + + $httpBackend.expect('POST', '/Person/fedor2').respond( + {id: 'fedor2', email: 'f2@f.com', count: 2}); + + fedor.id = 'fedor2'; + fedor.$save(); + $httpBackend.flush(); + + expect(fedor).toEqualData({id: 'fedor2', email: 'f2@f.com', count: 2}); + }); + + it('should support dynamic default parameters (action specific)', function() { var currentGroup = 'students', - Person = $resource('/Person/:group/:id', {}, { - fetch: {method: 'GET', params: {group: function() { return currentGroup; }}} - }); + Person = $resource('/Person/:group/:id', {}, { + fetch: { + method: 'GET', + params: {group: function() { return currentGroup; }} + } + }); $httpBackend.expect('GET', '/Person/students/fedor').respond({id: 'fedor', email: 'f@f.com'}); @@ -438,6 +797,52 @@ describe("resource", function() { expect(person.name).toEqual('misko'); }); + it('should return a resource instance when calling a class method with a resource instance', function() { + $httpBackend.expect('GET', '/Person/123').respond('{"name":"misko"}'); + var Person = $resource('/Person/:id'); + var person = Person.get({id:123}); + $httpBackend.flush(); + $httpBackend.expect('POST', '/Person').respond('{"name":"misko2"}'); + + var person2 = Person.save(person); + $httpBackend.flush(); + + expect(person2).toEqual(jasmine.any(Person)); + }); + + it('should not include $promise and $resolved when resource is toJson\'ed', function() { + $httpBackend.expect('GET', '/CreditCard/123').respond({id: 123, number: '9876'}); + var cc = CreditCard.get({id: 123}); + $httpBackend.flush(); + + cc.$myProp = 'still here'; + + expect(cc.$promise).toBeDefined(); + expect(cc.$resolved).toBe(true); + + var json = JSON.parse(angular.toJson(cc)); + expect(json.$promise).not.toBeDefined(); + expect(json.$resolved).not.toBeDefined(); + expect(json).toEqual({id: 123, number: '9876', $myProp: 'still here'}); + }); + + it('should not include $cancelRequest when resource is toJson\'ed', function() { + $httpBackend.whenGET('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + cancellable: true + } + }); + + var card = CreditCard.get(); + var json = card.toJSON(); + + expect(card.$cancelRequest).toBeDefined(); + expect(json.$cancelRequest).toBeUndefined(); + }); + describe('promise api', function() { @@ -451,70 +856,72 @@ describe("resource", function() { describe('single resource', function() { - it('should add promise $then method to the result object', function() { + it('should add $promise to the result object', function() { $httpBackend.expect('GET', '/CreditCard/123').respond({id: 123, number: '9876'}); var cc = CreditCard.get({id: 123}); - cc.$then(callback); + cc.$promise.then(callback); expect(callback).not.toHaveBeenCalled(); $httpBackend.flush(); - var response = callback.mostRecentCall.args[0]; - - expect(response).toEqualData({ - data: {id: 123, number: '9876'}, - status: 200, - config: {method: 'GET', data: undefined, url: '/CreditCard/123'}, - resource: {id: 123, number: '9876', $resolved: true} - }); - expect(typeof response.resource.$save).toBe('function'); + expect(callback).toHaveBeenCalledOnce(); + expect(callback.calls.mostRecent().args[0]).toBe(cc); }); - it('should keep $then around after promise resolution', function() { + it('should keep $promise around after resolution', function() { $httpBackend.expect('GET', '/CreditCard/123').respond({id: 123, number: '9876'}); var cc = CreditCard.get({id: 123}); - cc.$then(callback); + cc.$promise.then(callback); $httpBackend.flush(); - var response = callback.mostRecentCall.args[0]; - - callback.reset(); + callback.calls.reset(); - cc.$then(callback); + cc.$promise.then(callback); $rootScope.$apply(); //flush async queue - expect(callback).toHaveBeenCalledOnceWith(response); + expect(callback).toHaveBeenCalledOnce(); + }); + + + it('should keep the original promise after instance action', function() { + $httpBackend.expect('GET', '/CreditCard/123').respond({id: 123, number: '9876'}); + $httpBackend.expect('POST', '/CreditCard/123').respond({id: 123, number: '9876'}); + + var cc = CreditCard.get({id: 123}); + var originalPromise = cc.$promise; + + cc.number = '666'; + cc.$save({id: 123}); + + expect(cc.$promise).toBe(originalPromise); }); - it('should allow promise chaining via $then method', function() { + it('should allow promise chaining', function() { $httpBackend.expect('GET', '/CreditCard/123').respond({id: 123, number: '9876'}); var cc = CreditCard.get({id: 123}); - cc.$then(function(response) { return 'new value'; }).then(callback); + cc.$promise.then(function(value) { return 'new value'; }).then(callback); $httpBackend.flush(); expect(callback).toHaveBeenCalledOnceWith('new value'); }); - it('should allow error callback registration via $then method', function() { + it('should allow $promise error callback registration', function() { $httpBackend.expect('GET', '/CreditCard/123').respond(404, 'resource not found'); var cc = CreditCard.get({id: 123}); - cc.$then(null, callback); + cc.$promise.then(null, callback); $httpBackend.flush(); - var response = callback.mostRecentCall.args[0]; + var response = callback.calls.mostRecent().args[0]; - expect(response).toEqualData({ - data : 'resource not found', - status : 404, - config : { method : 'GET', data : undefined, url : '/CreditCard/123' } - }); + expect(response.data).toEqual('resource not found'); + expect(response.status).toEqual(404); }); @@ -524,7 +931,7 @@ describe("resource", function() { expect(cc.$resolved).toBe(false); - cc.$then(callback); + cc.$promise.then(callback); expect(cc.$resolved).toBe(false); $httpBackend.flush(); @@ -537,81 +944,164 @@ describe("resource", function() { $httpBackend.expect('GET', '/CreditCard/123').respond(404, 'resource not found'); var cc = CreditCard.get({id: 123}); - cc.$then(null, callback); + cc.$promise.then(null, callback); $httpBackend.flush(); expect(callback).toHaveBeenCalledOnce(); expect(cc.$resolved).toBe(true); }); + + + it('should keep $resolved true in all subsequent interactions', function() { + $httpBackend.expect('GET', '/CreditCard/123').respond({id: 123, number: '9876'}); + var cc = CreditCard.get({id: 123}); + $httpBackend.flush(); + expect(cc.$resolved).toBe(true); + + $httpBackend.expect('POST', '/CreditCard/123').respond(); + cc.$save({id: 123}); + expect(cc.$resolved).toBe(true); + $httpBackend.flush(); + expect(cc.$resolved).toBe(true); + }); + + + it('should return promise from action method calls', function() { + $httpBackend.expect('GET', '/CreditCard/123').respond({id: 123, number: '9876'}); + var cc = new CreditCard({name: 'Mojo'}); + + expect(cc).toEqualData({name: 'Mojo'}); + + cc.$get({id:123}).then(callback); + + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnce(); + expect(cc).toEqualData({id: 123, number: '9876'}); + callback.calls.reset(); + + $httpBackend.expect('POST', '/CreditCard').respond({id: 1, number: '9'}); + + cc.$save().then(callback); + + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnce(); + expect(cc).toEqualData({id: 1, number: '9'}); + }); + + + it('should allow parsing a value from headers', function() { + // https://github.com/angular/angular.js/pull/2607#issuecomment-17759933 + $httpBackend.expect('POST', '/CreditCard').respond(201, '', {'Location': '/new-id'}); + + var parseUrlFromHeaders = function(response) { + var resource = response.resource; + resource.url = response.headers('Location'); + return resource; + }; + + var CreditCard = $resource('/CreditCard', {}, { + save: { + method: 'post', + interceptor: {response: parseUrlFromHeaders} + } + }); + + var cc = new CreditCard({name: 'Me'}); + + cc.$save(); + $httpBackend.flush(); + + expect(cc.url).toBe('/new-id'); + }); + + + it('should pass the same transformed value to success callbacks and to promises', function() { + $httpBackend.expect('GET', '/CreditCard').respond(200, { value: 'original' }); + + var transformResponse = function(response) { + return { value: 'transformed' }; + }; + + var CreditCard = $resource('/CreditCard', {}, { + call: { + method: 'get', + interceptor: { response: transformResponse } + } + }); + + var successValue, + promiseValue; + + var cc = new CreditCard({ name: 'Me' }); + + var req = cc.$call({}, function(result) { + successValue = result; + }); + req.then(function(result) { + promiseValue = result; + }); + + $httpBackend.flush(); + expect(successValue).toEqual({ value: 'transformed' }); + expect(promiseValue).toEqual({ value: 'transformed' }); + expect(successValue).toBe(promiseValue); + }); }); describe('resource collection', function() { - it('should add promise $then method to the result object', function() { + it('should add $promise to the result object', function() { $httpBackend.expect('GET', '/CreditCard?key=value').respond([{id: 1}, {id: 2}]); var ccs = CreditCard.query({key: 'value'}); - ccs.$then(callback); + ccs.$promise.then(callback); expect(callback).not.toHaveBeenCalled(); $httpBackend.flush(); - var response = callback.mostRecentCall.args[0]; - - expect(response).toEqualData({ - data: [{id: 1}, {id :2}], - status: 200, - config: {method: 'GET', data: undefined, url: '/CreditCard', params: {key: 'value'}}, - resource: [ { id : 1 }, { id : 2 } ] - }); - expect(typeof response.resource[0].$save).toBe('function'); - expect(typeof response.resource[1].$save).toBe('function'); + expect(callback).toHaveBeenCalledOnce(); + expect(callback.calls.mostRecent().args[0]).toBe(ccs); }); - it('should keep $then around after promise resolution', function() { + it('should keep $promise around after resolution', function() { $httpBackend.expect('GET', '/CreditCard?key=value').respond([{id: 1}, {id: 2}]); var ccs = CreditCard.query({key: 'value'}); - ccs.$then(callback); + ccs.$promise.then(callback); $httpBackend.flush(); - var response = callback.mostRecentCall.args[0]; - - callback.reset(); + callback.calls.reset(); - ccs.$then(callback); + ccs.$promise.then(callback); $rootScope.$apply(); //flush async queue - expect(callback).toHaveBeenCalledOnceWith(response); + expect(callback).toHaveBeenCalledOnce(); }); - it('should allow promise chaining via $then method', function() { + it('should allow promise chaining', function() { $httpBackend.expect('GET', '/CreditCard?key=value').respond([{id: 1}, {id: 2}]); var ccs = CreditCard.query({key: 'value'}); - ccs.$then(function(response) { return 'new value'; }).then(callback); + ccs.$promise.then(function(value) { return 'new value'; }).then(callback); $httpBackend.flush(); expect(callback).toHaveBeenCalledOnceWith('new value'); }); - it('should allow error callback registration via $then method', function() { + it('should allow $promise error callback registration', function() { $httpBackend.expect('GET', '/CreditCard?key=value').respond(404, 'resource not found'); var ccs = CreditCard.query({key: 'value'}); - ccs.$then(null, callback); + ccs.$promise.then(null, callback); $httpBackend.flush(); - var response = callback.mostRecentCall.args[0]; + var response = callback.calls.mostRecent().args[0]; - expect(response).toEqualData({ - data : 'resource not found', - status : 404, - config : { method : 'GET', data : undefined, url : '/CreditCard', params: {key: 'value'}} - }); + expect(response.data).toEqual('resource not found'); + expect(response.status).toEqual(404); }); @@ -621,7 +1111,7 @@ describe("resource", function() { expect(ccs.$resolved).toBe(false); - ccs.$then(callback); + ccs.$promise.then(callback); expect(ccs.$resolved).toBe(false); $httpBackend.flush(); @@ -634,29 +1124,491 @@ describe("resource", function() { $httpBackend.expect('GET', '/CreditCard?key=value').respond(404, 'resource not found'); var ccs = CreditCard.query({key: 'value'}); - ccs.$then(null, callback); + ccs.$promise.then(null, callback); $httpBackend.flush(); expect(callback).toHaveBeenCalledOnce(); expect(ccs.$resolved).toBe(true); }); }); - }); - describe('failure mode', function() { - var ERROR_CODE = 500, - ERROR_RESPONSE = 'Server Error', - errorCB; + describe('requestInterceptor', function() { + var rejectReason = {'lol':'cat'}; + var successSpy, failureSpy; - beforeEach(function() { - errorCB = jasmine.createSpy('error').andCallFake(function(response) { - expect(response.data).toBe(ERROR_RESPONSE); - expect(response.status).toBe(ERROR_CODE); + beforeEach(function() { + successSpy = jasmine.createSpy('successSpy'); + failureSpy = jasmine.createSpy('failureSpy'); }); - }); + it('should allow per action request interceptor that gets full configuration', function() { + var CreditCard = $resource('/CreditCard', {}, { + query: { + method: 'get', + isArray: true, + interceptor: { + request: function(httpConfig) { + callback(httpConfig); + return httpConfig; + } + } + } + }); - it('should call the error callback if provided on non 2xx response', function() { + $httpBackend.expect('GET', '/CreditCard').respond([{id: 1}]); + + var resource = CreditCard.query(); + resource.$promise.then(successSpy, failureSpy); + + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnce(); + expect(successSpy).toHaveBeenCalledOnce(); + expect(failureSpy).not.toHaveBeenCalled(); + + expect(callback).toHaveBeenCalledWith({ + 'method': 'get', + 'url': '/CreditCard' + }); + }); + + it('should call $http with the value returned from requestInterceptor', function() { + var CreditCard = $resource('/CreditCard', {}, { + query: { + method: 'get', + isArray: true, + interceptor: { + request: function(httpConfig) { + httpConfig.url = '/DebitCard'; + return httpConfig; + } + } + } + }); + + $httpBackend.expect('GET', '/DebitCard').respond([{id: 1}]); + + var resource = CreditCard.query(); + resource.$promise.then(successSpy, failureSpy); + + $httpBackend.flush(); + expect(successSpy).toHaveBeenCalledOnceWith(jasmine.arrayContaining([ + jasmine.objectContaining({id: 1}) + ])); + expect(failureSpy).not.toHaveBeenCalled(); + }); + + it('should abort the operation if the requestInterceptor rejects the operation', function() { + var CreditCard = $resource('/CreditCard', {}, { + query: { + method: 'get', + isArray: true, + interceptor: { + request: function() { + return $q.reject(rejectReason); + } + } + } + }); + + var resource = CreditCard.query(); + resource.$promise.then(successSpy, failureSpy); + + // Make sure all promises resolve. + $rootScope.$apply(); + + // Ensure the resource promise was rejected + expect(resource.$resolved).toBeTruthy(); + expect(successSpy).not.toHaveBeenCalled(); + expect(failureSpy).toHaveBeenCalledOnceWith(rejectReason); + + // Ensure that no requests were made. + $httpBackend.verifyNoOutstandingRequest(); + }); + + it('should call requestErrorInterceptor if requestInterceptor rejects the operation', function() { + var CreditCard = $resource('/CreditCard', {}, { + query: { + method: 'get', + isArray: true, + interceptor: { + request: function() { + return $q.reject(rejectReason); + }, + requestError: function(rejection) { + callback(rejection); + return $q.reject(rejection); + } + } + } + }); + + var resource = CreditCard.query(); + resource.$promise.then(successSpy, failureSpy); + $rootScope.$digest(); + + expect(callback).toHaveBeenCalledOnceWith(rejectReason); + expect(successSpy).not.toHaveBeenCalled(); + expect(failureSpy).toHaveBeenCalledOnceWith(rejectReason); + + // Ensure that no requests were made. + $httpBackend.verifyNoOutstandingRequest(); + }); + + it('should abort the operation if a requestErrorInterceptor rejects the operation', function() { + var CreditCard = $resource('/CreditCard', {}, { + query: { + method: 'get', + isArray: true, + interceptor: { + request: function() { + return $q.reject(rejectReason); + }, + requestError: function(rejection) { + return $q.reject(rejection); + } + } + } + }); + + var resource = CreditCard.query(); + resource.$promise.then(successSpy, failureSpy); + $rootScope.$apply(); + + expect(resource.$resolved).toBeTruthy(); + expect(successSpy).not.toHaveBeenCalled(); + expect(failureSpy).toHaveBeenCalledOnceWith(rejectReason); + + // Ensure that no requests were made. + $httpBackend.verifyNoOutstandingRequest(); + }); + + it('should continue the operation if a requestErrorInterceptor rescues it', function() { + var CreditCard = $resource('/CreditCard', {}, { + query: { + method: 'get', + isArray: true, + interceptor: { + request: function(httpConfig) { + return $q.reject(httpConfig); + }, + requestError: function(httpConfig) { + return $q.resolve(httpConfig); + } + } + } + }); + + $httpBackend.expect('GET', '/CreditCard').respond([{id: 1}]); + + var resource = CreditCard.query(); + resource.$promise.then(successSpy, failureSpy); + $httpBackend.flush(); + + expect(resource.$resolved).toBeTruthy(); + expect(successSpy).toHaveBeenCalledOnceWith(jasmine.arrayContaining([ + jasmine.objectContaining({id: 1}) + ])); + expect(failureSpy).not.toHaveBeenCalled(); + + $httpBackend.verifyNoOutstandingRequest(); + }); + }); + + + describe('responseInterceptor', function() { + it('should allow per action response interceptor that gets full response', function() { + var response; + + $httpBackend.expect('GET', '/CreditCard').respond(201, {id: 1}, {foo: 'bar'}, 'Ack'); + CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'get', + interceptor: {response: function(resp) { response = resp; }} + } + }); + + var cc = CreditCard.get(); + $httpBackend.flush(); + + expect(response.resource).toBe(cc); + expect(response.config).toBeDefined(); + expect(response.status).toBe(201); + expect(response.statusText).toBe('Ack'); + expect(response.headers()).toEqual({foo: 'bar'}); + }); + + + it('should allow per action responseError interceptor that gets full response', function() { + var response; + + $httpBackend.expect('GET', '/CreditCard').respond(404, {ignored: 'stuff'}, {foo: 'bar'}, 'Ack'); + CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'get', + interceptor: {responseError: function(resp) { response = resp; }} + } + }); + + var cc = CreditCard.get(); + $httpBackend.flush(); + + expect(response.resource).toBe(cc); + expect(response.config).toBeDefined(); + expect(response.status).toBe(404); + expect(response.statusText).toBe('Ack'); + expect(response.headers()).toEqual({foo: 'bar'}); + }); + + + it('should fulfill the promise with the value returned by the response interceptor', + function() { + $httpBackend.whenGET('/CreditCard').respond(200); + CreditCard = $resource('/CreditCard', {}, { + test1: { + method: 'get', + interceptor: {response: function() { return 'foo'; }} + }, + test2: { + method: 'get', + interceptor: {response: function() { return $q.resolve('bar'); }} + }, + test3: { + method: 'get', + interceptor: {response: function() { return $q.reject('baz'); }} + } + }); + + CreditCard.test1().$promise.then(callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('foo'); + + callback.calls.reset(); + + CreditCard.test2().$promise.then(callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('bar'); + + callback.calls.reset(); + + CreditCard.test3().$promise.then(null, callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('baz'); + } + ); + + + it('should fulfill the promise with the value returned by the responseError interceptor', + function() { + $httpBackend.whenGET('/CreditCard').respond(404); + CreditCard = $resource('/CreditCard', {}, { + test1: { + method: 'get', + interceptor: {responseError: function() { return 'foo'; }} + }, + test2: { + method: 'get', + interceptor: {responseError: function() { return $q.resolve('bar'); }} + }, + test3: { + method: 'get', + interceptor: {responseError: function() { return $q.reject('baz'); }} + } + }); + + CreditCard.test1().$promise.then(callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('foo'); + + callback.calls.reset(); + + CreditCard.test2().$promise.then(callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('bar'); + + callback.calls.reset(); + + CreditCard.test3().$promise.then(null, callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('baz'); + } + ); + + + it('should call the success callback when response interceptor succeeds', function() { + $httpBackend.whenGET('/CreditCard').respond(200); + CreditCard = $resource('/CreditCard', {}, { + test1: { + method: 'get', + interceptor: {response: function() { return 'foo'; }} + }, + test2: { + method: 'get', + interceptor: {response: function() { return $q.resolve('bar'); }} + } + }); + + CreditCard.test1(callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('foo', jasmine.any(Function), 200, ''); + + callback.calls.reset(); + + CreditCard.test2(callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('bar', jasmine.any(Function), 200, ''); + }); + + + it('should call the error callback when response interceptor fails', function() { + $httpBackend.whenGET('/CreditCard').respond(200); + CreditCard = $resource('/CreditCard', {}, { + test1: { + method: 'get', + interceptor: {response: function() { throw 'foo'; }} + }, + test2: { + method: 'get', + interceptor: {response: function() { return $q.reject('bar'); }} + } + }); + + CreditCard.test1(noop, callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('foo'); + + callback.calls.reset(); + + CreditCard.test2(noop, callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('bar'); + }); + + + it('should call the success callback when responseError interceptor succeeds', function() { + $httpBackend.whenGET('/CreditCard').respond(404); + CreditCard = $resource('/CreditCard', {}, { + test1: { + method: 'get', + interceptor: {responseError: function() { return 'foo'; }} + }, + test2: { + method: 'get', + interceptor: {responseError: function() { return $q.resolve('bar'); }} + } + }); + + CreditCard.test1(callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('foo', jasmine.any(Function), 404, ''); + + callback.calls.reset(); + + CreditCard.test2(callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('bar', jasmine.any(Function), 404, ''); + }); + + + it('should call the error callback when responseError interceptor fails', function() { + $httpBackend.whenGET('/CreditCard').respond(404); + CreditCard = $resource('/CreditCard', {}, { + test1: { + method: 'get', + interceptor: {responseError: function() { throw 'foo'; }} + }, + test2: { + method: 'get', + interceptor: {responseError: function() { return $q.reject('bar'); }} + } + }); + + CreditCard.test1(noop, callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('foo'); + + callback.calls.reset(); + + CreditCard.test2(noop, callback); + $httpBackend.flush(); + expect(callback).toHaveBeenCalledOnceWith('bar'); + }); + }); + }); + + + describe('success mode', function() { + it('should call the success callback (as 1st argument) on 2xx responses', function() { + var instance, headers, status, statusText; + var successCb = jasmine.createSpy('successCb').and.callFake(function(d, h, s, t) { + expect(d).toBe(instance); + expect(h()).toEqual(jasmine.objectContaining(headers)); + expect(s).toBe(status); + expect(t).toBe(statusText); + }); + + instance = CreditCard.get(successCb); + headers = {foo: 'bar'}; + status = 200; + statusText = 'OK'; + $httpBackend.expect('GET', '/CreditCard').respond(status, {}, headers, statusText); + $httpBackend.flush(); + + expect(successCb).toHaveBeenCalledOnce(); + + instance = CreditCard.get(successCb); + headers = {baz: 'qux'}; + status = 299; + statusText = 'KO'; + $httpBackend.expect('GET', '/CreditCard').respond(status, {}, headers, statusText); + $httpBackend.flush(); + + expect(successCb).toHaveBeenCalledTimes(2); + }); + + + it('should call the success callback (as 2nd argument) on 2xx responses', function() { + var instance, headers, status, statusText; + var successCb = jasmine.createSpy('successCb').and.callFake(function(d, h, s, t) { + expect(d).toBe(instance); + expect(h()).toEqual(jasmine.objectContaining(headers)); + expect(s).toBe(status); + expect(t).toBe(statusText); + }); + + instance = CreditCard.get({id: 123}, successCb); + headers = {foo: 'bar'}; + status = 200; + statusText = 'OK'; + $httpBackend.expect('GET', '/CreditCard/123').respond(status, {}, headers, statusText); + $httpBackend.flush(); + + expect(successCb).toHaveBeenCalledOnce(); + + instance = CreditCard.get({id: 456}, successCb); + headers = {baz: 'qux'}; + status = 299; + statusText = 'KO'; + $httpBackend.expect('GET', '/CreditCard/456').respond(status, {}, headers, statusText); + $httpBackend.flush(); + + expect(successCb).toHaveBeenCalledTimes(2); + }); + }); + + describe('failure mode', function() { + var ERROR_CODE = 500, + ERROR_RESPONSE = 'Server Error', + errorCB; + + beforeEach(function() { + errorCB = jasmine.createSpy('error').and.callFake(function(response) { + expect(response.data).toBe(ERROR_RESPONSE); + expect(response.status).toBe(ERROR_CODE); + }); + }); + + + it('should call the error callback if provided on non 2xx response', function() { $httpBackend.expect('GET', '/CreditCard/123').respond(ERROR_CODE, ERROR_RESPONSE); CreditCard.get({id:123}, callback, errorCB); @@ -666,7 +1618,7 @@ describe("resource", function() { }); - it('should call the error callback if provided on non 2xx response', function() { + it('should call the error callback if provided on non 2xx response (without data)', function() { $httpBackend.expect('GET', '/CreditCard').respond(ERROR_CODE, ERROR_RESPONSE); CreditCard.get(callback, errorCB); @@ -676,18 +1628,17 @@ describe("resource", function() { }); }); - it('should transform request/response', function() { var Person = $resource('/Person/:id', {}, { save: { - method: 'POST', - params: {id: '@id'}, - transformRequest: function(data) { - return angular.toJson({ __id: data.id }); - }, - transformResponse: function(data) { - return { id: data.__id }; - } + method: 'POST', + params: {id: '@id'}, + transformRequest: function(data) { + return angular.toJson({ __id: data.id }); + }, + transformResponse: function(data) { + return { id: data.__id }; + } } }); @@ -697,4 +1648,903 @@ describe("resource", function() { $httpBackend.flush(); expect(person.id).toEqual(456); }); + + describe('suffix parameter', function() { + + describe('query', function() { + it('should add a suffix', function() { + $httpBackend.expect('GET', '/users.json').respond([{id: 1, name: 'user1'}]); + var UserService = $resource('/users/:id.json', {id: '@id'}); + var user = UserService.query(); + $httpBackend.flush(); + expect(user).toEqualData([{id: 1, name: 'user1'}]); + }); + + it('should not require it if not provided', function() { + $httpBackend.expect('GET', '/users.json').respond([{id: 1, name: 'user1'}]); + var UserService = $resource('/users.json'); + var user = UserService.query(); + $httpBackend.flush(); + expect(user).toEqualData([{id: 1, name: 'user1'}]); + }); + + it('should work when query parameters are supplied', function() { + $httpBackend.expect('GET', '/users.json?red=blue').respond([{id: 1, name: 'user1'}]); + var UserService = $resource('/users/:user_id.json', {user_id: '@id'}); + var user = UserService.query({red: 'blue'}); + $httpBackend.flush(); + expect(user).toEqualData([{id: 1, name: 'user1'}]); + }); + + it('should work when query parameters are supplied and the format is a resource parameter', function() { + $httpBackend.expect('GET', '/users.json?red=blue').respond([{id: 1, name: 'user1'}]); + var UserService = $resource('/users/:user_id.:format', {user_id: '@id', format: 'json'}); + var user = UserService.query({red: 'blue'}); + $httpBackend.flush(); + expect(user).toEqualData([{id: 1, name: 'user1'}]); + }); + + it('should work with the action is overridden', function() { + $httpBackend.expect('GET', '/users.json').respond([{id: 1, name: 'user1'}]); + var UserService = $resource('/users/:user_id', {user_id: '@id'}, { + query: { + method: 'GET', + url: '/users/:user_id.json', + isArray: true + } + }); + var user = UserService.query(); + $httpBackend.flush(); + expect(user).toEqualData([{id: 1, name: 'user1'}]); + }); + + it('should not convert string literals in array into Resource objects', function() { + $httpBackend.expect('GET', '/names.json').respond(['mary', 'jane']); + var strings = $resource('/names.json').query(); + $httpBackend.flush(); + expect(strings).toEqualData(['mary', 'jane']); + }); + + it('should not convert number literals in array into Resource objects', function() { + $httpBackend.expect('GET', '/names.json').respond([213, 456]); + var numbers = $resource('/names.json').query(); + $httpBackend.flush(); + expect(numbers).toEqualData([213, 456]); + }); + + it('should not convert boolean literals in array into Resource objects', function() { + $httpBackend.expect('GET', '/names.json').respond([true, false]); + var bools = $resource('/names.json').query(); + $httpBackend.flush(); + expect(bools).toEqualData([true, false]); + }); + }); + + describe('get', function() { + it('should add them to the id', function() { + $httpBackend.expect('GET', '/users/1.json').respond({id: 1, name: 'user1'}); + var UserService = $resource('/users/:user_id.json', {user_id: '@id'}); + var user = UserService.get({user_id: 1}); + $httpBackend.flush(); + expect(user).toEqualData({id: 1, name: 'user1'}); + }); + + it('should work when an id and query parameters are supplied', function() { + $httpBackend.expect('GET', '/users/1.json?red=blue').respond({id: 1, name: 'user1'}); + var UserService = $resource('/users/:user_id.json', {user_id: '@id'}); + var user = UserService.get({user_id: 1, red: 'blue'}); + $httpBackend.flush(); + expect(user).toEqualData({id: 1, name: 'user1'}); + }); + + it('should work when the format is a parameter', function() { + $httpBackend.expect('GET', '/users/1.json?red=blue').respond({id: 1, name: 'user1'}); + var UserService = $resource('/users/:user_id.:format', {user_id: '@id', format: 'json'}); + var user = UserService.get({user_id: 1, red: 'blue'}); + $httpBackend.flush(); + expect(user).toEqualData({id: 1, name: 'user1'}); + }); + + it('should work with the action is overridden', function() { + $httpBackend.expect('GET', '/users/1.json').respond({id: 1, name: 'user1'}); + var UserService = $resource('/users/:user_id', {user_id: '@id'}, { + get: { + method: 'GET', + url: '/users/:user_id.json' + } + }); + var user = UserService.get({user_id: 1}); + $httpBackend.flush(); + expect(user).toEqualData({id: 1, name: 'user1'}); + }); + }); + + describe('save', function() { + it('should append the suffix', function() { + $httpBackend.expect('POST', '/users.json', '{"name":"user1"}').respond({id: 123, name: 'user1'}); + var UserService = $resource('/users/:user_id.json', {user_id: '@id'}); + var user = UserService.save({name: 'user1'}, callback); + expect(user).toEqualData({name: 'user1'}); + expect(callback).not.toHaveBeenCalled(); + $httpBackend.flush(); + expect(user).toEqualData({id: 123, name: 'user1'}); + expect(callback).toHaveBeenCalledOnce(); + expect(callback.calls.mostRecent().args[0]).toEqual(user); + expect(callback.calls.mostRecent().args[1]()).toEqual(Object.create(null)); + }); + + it('should append when an id is supplied', function() { + $httpBackend.expect('POST', '/users/123.json', '{"id":123,"name":"newName"}').respond({id: 123, name: 'newName'}); + var UserService = $resource('/users/:user_id.json', {user_id: '@id'}); + var user = UserService.save({id: 123, name: 'newName'}, callback); + expect(callback).not.toHaveBeenCalled(); + $httpBackend.flush(); + expect(user).toEqualData({id: 123, name: 'newName'}); + expect(callback).toHaveBeenCalledOnce(); + expect(callback.calls.mostRecent().args[0]).toEqual(user); + expect(callback.calls.mostRecent().args[1]()).toEqual(Object.create(null)); + }); + + it('should append when an id is supplied and the format is a parameter', function() { + $httpBackend.expect('POST', '/users/123.json', '{"id":123,"name":"newName"}').respond({id: 123, name: 'newName'}); + var UserService = $resource('/users/:user_id.:format', {user_id: '@id', format: 'json'}); + var user = UserService.save({id: 123, name: 'newName'}, callback); + expect(callback).not.toHaveBeenCalled(); + $httpBackend.flush(); + expect(user).toEqualData({id: 123, name: 'newName'}); + expect(callback).toHaveBeenCalledOnce(); + expect(callback.calls.mostRecent().args[0]).toEqual(user); + expect(callback.calls.mostRecent().args[1]()).toEqual(Object.create(null)); + }); + }); + + describe('escaping /. with /\\.', function() { + it('should work with query()', function() { + $httpBackend.expect('GET', '/users/.json').respond(); + $resource('/users/\\.json').query(); + }); + it('should work with get()', function() { + $httpBackend.expect('GET', '/users/.json').respond(); + $resource('/users/\\.json').get(); + }); + it('should work with save()', function() { + $httpBackend.expect('POST', '/users/.json').respond(); + $resource('/users/\\.json').save({}); + }); + it('should work with save() if dynamic params', function() { + $httpBackend.expect('POST', '/users/.json').respond(); + $resource('/users/:json', {json: '\\.json'}).save({}); + }); + it('should work with query() if dynamic params', function() { + $httpBackend.expect('GET', '/users/.json').respond(); + $resource('/users/:json', {json: '\\.json'}).query(); + }); + it('should work with get() if dynamic params', function() { + $httpBackend.expect('GET', '/users/.json').respond(); + $resource('/users/:json', {json: '\\.json'}).get(); + }); + }); + }); + + describe('action-level url override', function() { + + it('should support overriding url template with static url', function() { + $httpBackend.expect('GET', '/override-url?type=Customer&typeId=123').respond({id: 'abc'}); + var TypeItem = $resource('/:type/:typeId', {type: 'Order'}, { + get: { + method: 'GET', + params: {type: 'Customer'}, + url: '/override-url' + } + }); + var item = TypeItem.get({typeId: 123}); + $httpBackend.flush(); + expect(item).toEqualData({id: 'abc'}); + }); + + + it('should support overriding url template with a new template ending in param', function() { + // url parameter in action, parameter ending the string + $httpBackend.expect('GET', '/Customer/123').respond({id: 'abc'}); + var TypeItem = $resource('/foo/:type', {type: 'Order'}, { + get: { + method: 'GET', + params: {type: 'Customer'}, + url: '/:type/:typeId' + } + }); + var item = TypeItem.get({typeId: 123}); + $httpBackend.flush(); + expect(item).toEqualData({id: 'abc'}); + + // url parameter in action, parameter not ending the string + $httpBackend.expect('GET', '/Customer/123/pay').respond({id: 'abc'}); + TypeItem = $resource('/foo/:type', {type: 'Order'}, { + get: { + method: 'GET', + params: {type: 'Customer'}, + url: '/:type/:typeId/pay' + } + }); + item = TypeItem.get({typeId: 123}); + $httpBackend.flush(); + expect(item).toEqualData({id: 'abc'}); + }); + + + it('should support overriding url template with a new template ending in string', function() { + $httpBackend.expect('GET', '/Customer/123/pay').respond({id: 'abc'}); + var TypeItem = $resource('/foo/:type', {type: 'Order'}, { + get: { + method: 'GET', + params: {type: 'Customer'}, + url: '/:type/:typeId/pay' + } + }); + var item = TypeItem.get({typeId: 123}); + $httpBackend.flush(); + expect(item).toEqualData({id: 'abc'}); + }); + }); +}); + +describe('extra params', function() { + var $http; + var $httpBackend; + var $resource; + var $rootScope; + + beforeEach(module('ngResource')); + + beforeEach(module(function($provide) { + $provide.decorator('$http', function($delegate) { + return jasmine.createSpy('$http').and.callFake($delegate); + }); + })); + + beforeEach(inject(function(_$http_, _$httpBackend_, _$resource_, _$rootScope_) { + $http = _$http_; + $httpBackend = _$httpBackend_; + $resource = _$resource_; + $rootScope = _$rootScope_; + })); + + afterEach(function() { + $httpBackend.verifyNoOutstandingExpectation(); + }); + + + it('should pass extra params to `$http` as `config.params`', function() { + $httpBackend.expectGET('/bar?baz=qux').respond('{}'); + + var R = $resource('/:foo'); + R.get({foo: 'bar', baz: 'qux'}); + + $rootScope.$digest(); + expect($http).toHaveBeenCalledWith(jasmine.objectContaining({params: {baz: 'qux'}})); + }); + + it('should pass extra params even if `Object.prototype` has properties with the same name', + function() { + $httpBackend.expectGET('/foo?toString=bar').respond('{}'); + + var R = $resource('/foo'); + R.get({toString: 'bar'}); + } + ); +}); + +describe('errors', function() { + var $httpBackend, $resource; + + beforeEach(module(function($exceptionHandlerProvider) { + $exceptionHandlerProvider.mode('log'); + })); + + beforeEach(module('ngResource')); + + beforeEach(inject(function($injector) { + $httpBackend = $injector.get('$httpBackend'); + $resource = $injector.get('$resource'); + })); + + + it('should fail if action expects an object but response is an array', function() { + var successSpy = jasmine.createSpy('successSpy'); + var failureSpy = jasmine.createSpy('failureSpy'); + + $httpBackend.expect('GET', '/Customer/123').respond({id: 'abc'}); + + $resource('/Customer/123').query() + .$promise.then(successSpy, function(e) { failureSpy(e.message); }); + $httpBackend.flush(); + + expect(successSpy).not.toHaveBeenCalled(); + expect(failureSpy).toHaveBeenCalled(); + expect(failureSpy.calls.mostRecent().args[0]).toEqualMinErr('$resource', 'badcfg', + 'Error in resource configuration for action `query`. ' + + 'Expected response to contain an array but got an object (Request: GET /Customer/123)'); + }); + + it('should fail if action expects an array but response is an object', function() { + var successSpy = jasmine.createSpy('successSpy'); + var failureSpy = jasmine.createSpy('failureSpy'); + + $httpBackend.expect('GET', '/Customer/123').respond([1,2,3]); + + $resource('/Customer/123').get() + .$promise.then(successSpy, function(e) { failureSpy(e.message); }); + $httpBackend.flush(); + + expect(successSpy).not.toHaveBeenCalled(); + expect(failureSpy).toHaveBeenCalled(); + expect(failureSpy.calls.mostRecent().args[0]).toEqualMinErr('$resource', 'badcfg', + 'Error in resource configuration for action `get`. ' + + 'Expected response to contain an object but got an array (Request: GET /Customer/123)'); + }); +}); + +describe('handling rejections', function() { + var $exceptionHandler; + var $httpBackend; + var $resource; + + beforeEach(module('ngResource')); + beforeEach(module(function($exceptionHandlerProvider) { + $exceptionHandlerProvider.mode('log'); + })); + + beforeEach(inject(function(_$exceptionHandler_, _$httpBackend_, _$resource_) { + $exceptionHandler = _$exceptionHandler_; + $httpBackend = _$httpBackend_; + $resource = _$resource_; + + $httpBackend.whenGET('/CreditCard').respond(404); + })); + + + it('should reject the promise even when there is an error callback', function() { + var errorCb1 = jasmine.createSpy('errorCb1'); + var errorCb2 = jasmine.createSpy('errorCb2'); + var CreditCard = $resource('/CreditCard'); + + CreditCard.get(noop, errorCb1).$promise.catch(errorCb2); + $httpBackend.flush(); + + expect(errorCb1).toHaveBeenCalledOnce(); + expect(errorCb2).toHaveBeenCalledOnce(); + }); + + + it('should report a PUR when no error callback or responseError interceptor is provided', + function() { + var CreditCard = $resource('/CreditCard'); + + CreditCard.get(); + $httpBackend.flush(); + + expect($exceptionHandler.errors.length).toBe(1); + expect($exceptionHandler.errors[0]).toMatch(/^Possibly unhandled rejection/); + } + ); + + + it('should not report a PUR when an error callback or responseError interceptor is provided', + function() { + var CreditCard = $resource('/CreditCard', {}, { + test1: { + method: 'GET' + }, + test2: { + method: 'GET', + interceptor: {responseError: function() { return {}; }} + } + }); + + // With error callback + CreditCard.test1(noop, noop); + $httpBackend.flush(); + + expect($exceptionHandler.errors.length).toBe(0); + + // With responseError interceptor + CreditCard.test2(); + $httpBackend.flush(); + + expect($exceptionHandler.errors.length).toBe(0); + + // With error callback and responseError interceptor + CreditCard.test2(noop, noop); + $httpBackend.flush(); + + expect($exceptionHandler.errors.length).toBe(0); + } + ); + + + it('should report a PUR when the responseError interceptor returns a rejected promise', + inject(function($q) { + var CreditCard = $resource('/CreditCard', {}, { + test: { + method: 'GET', + interceptor: {responseError: function() { return $q.reject({}); }} + } + }); + + CreditCard.test(); + $httpBackend.flush(); + + expect($exceptionHandler.errors.length).toBe(1); + expect($exceptionHandler.errors[0]).toMatch(/^Possibly unhandled rejection/); + }) + ); + + + it('should not swallow exceptions in success callback when error callback is provided', + function() { + $httpBackend.expectGET('/CreditCard/123').respond(null); + var CreditCard = $resource('/CreditCard/:id'); + CreditCard.get({id: 123}, + function(res) { throw new Error('should be caught'); }, + function() {}); + + $httpBackend.flush(); + expect($exceptionHandler.errors.length).toBe(1); + expect($exceptionHandler.errors[0]).toMatch(/^Error: should be caught/); + } + ); + + + it('should not swallow exceptions in success callback when error callback is not provided', + function() { + $httpBackend.expectGET('/CreditCard/123').respond(null); + var CreditCard = $resource('/CreditCard/:id'); + CreditCard.get({id: 123}, + function(res) { throw new Error('should be caught'); }); + + $httpBackend.flush(); + expect($exceptionHandler.errors.length).toBe(1); + expect($exceptionHandler.errors[0]).toMatch(/^Error: should be caught/); + } + ); + + + it('should not swallow exceptions in success callback when error callback is provided and has responseError interceptor', + function() { + $httpBackend.expectGET('/CreditCard/123').respond(null); + var CreditCard = $resource('/CreditCard/:id', null, { + get: { + method: 'GET', + interceptor: {responseError: function() {}} + } + }); + + CreditCard.get({id: 123}, + function(res) { throw new Error('should be caught'); }, + function() {}); + + $httpBackend.flush(); + expect($exceptionHandler.errors.length).toBe(1); + expect($exceptionHandler.errors[0]).toMatch(/^Error: should be caught/); + } + ); + + + it('should not swallow exceptions in success callback when error callback is not provided and has responseError interceptor', + function() { + $httpBackend.expectGET('/CreditCard/123').respond(null); + var CreditCard = $resource('/CreditCard/:id', null, { + get: { + method: 'GET', + interceptor: {responseError: function() {}} + } + }); + + CreditCard.get({id: 123}, + function(res) { throw new Error('should be caught'); }); + + $httpBackend.flush(); + expect($exceptionHandler.errors.length).toBe(1); + expect($exceptionHandler.errors[0]).toMatch(/^Error: should be caught/); + } + ); + + + it('should not propagate exceptions in success callback to the returned promise', function() { + var successCallbackSpy = jasmine.createSpy('successCallback').and.throwError('error'); + var promiseResolveSpy = jasmine.createSpy('promiseResolve'); + var promiseRejectSpy = jasmine.createSpy('promiseReject'); + + $httpBackend.expectGET('/CreditCard/123').respond(null); + var CreditCard = $resource('/CreditCard/:id'); + CreditCard.get({id: 123}, successCallbackSpy). + $promise.then(promiseResolveSpy, promiseRejectSpy); + + $httpBackend.flush(); + expect(successCallbackSpy).toHaveBeenCalled(); + expect(promiseResolveSpy).toHaveBeenCalledWith(jasmine.any(CreditCard)); + expect(promiseRejectSpy).not.toHaveBeenCalled(); + }); + + + it('should not be able to recover from inside the error callback', function() { + var errorCallbackSpy = jasmine.createSpy('errorCallback').and.returnValue({id: 123}); + var promiseResolveSpy = jasmine.createSpy('promiseResolve'); + var promiseRejectSpy = jasmine.createSpy('promiseReject'); + + $httpBackend.expectGET('/CreditCard/123').respond(404); + var CreditCard = $resource('/CreditCard/:id'); + CreditCard.get({id: 123}, noop, errorCallbackSpy). + $promise.then(promiseResolveSpy, promiseRejectSpy); + + $httpBackend.flush(); + expect(errorCallbackSpy).toHaveBeenCalled(); + expect(promiseResolveSpy).not.toHaveBeenCalled(); + expect(promiseRejectSpy).toHaveBeenCalledWith(jasmine.objectContaining({status: 404})); + }); + + + describe('requestInterceptor', function() { + var rejectReason = {'lol':'cat'}; + var $q, $rootScope; + var successSpy, failureSpy, callback; + + beforeEach(inject(function(_$q_, _$rootScope_) { + $q = _$q_; + $rootScope = _$rootScope_; + + successSpy = jasmine.createSpy('successSpy'); + failureSpy = jasmine.createSpy('failureSpy'); + callback = jasmine.createSpy(); + })); + + it('should call requestErrorInterceptor if requestInterceptor throws an error', function() { + var CreditCard = $resource('/CreditCard', {}, { + query: { + method: 'get', + isArray: true, + interceptor: { + request: function() { + throw rejectReason; + }, + requestError: function(rejection) { + callback(rejection); + return $q.reject(rejection); + } + } + } + }); + + var resource = CreditCard.query(); + resource.$promise.then(successSpy, failureSpy); + $rootScope.$apply(); + + expect(callback).toHaveBeenCalledOnce(); + expect(callback).toHaveBeenCalledWith(rejectReason); + expect(successSpy).not.toHaveBeenCalled(); + expect(failureSpy).toHaveBeenCalledOnce(); + expect(failureSpy).toHaveBeenCalledWith(rejectReason); + + // Ensure that no requests were made. + $httpBackend.verifyNoOutstandingRequest(); + }); + + it('should abort the operation if a requestErrorInterceptor throws an exception', function() { + var CreditCard = $resource('/CreditCard', {}, { + query: { + method: 'get', + isArray: true, + interceptor: { + request: function() { + return $q.reject(); + }, + requestError: function() { + throw rejectReason; + } + } + } + }); + + var resource = CreditCard.query(); + resource.$promise.then(successSpy, failureSpy); + $rootScope.$apply(); + + expect(resource.$resolved).toBeTruthy(); + expect(successSpy).not.toHaveBeenCalled(); + expect(failureSpy).toHaveBeenCalledOnce(); + expect(failureSpy).toHaveBeenCalledWith(rejectReason); + + // Ensure that no requests were made. + $httpBackend.verifyNoOutstandingRequest(); + }); + }); +}); + +describe('cancelling requests', function() { + var httpSpy; + var $httpBackend; + var $resource; + var $timeout; + + beforeEach(module('ngResource', function($provide) { + $provide.decorator('$http', function($delegate) { + httpSpy = jasmine.createSpy('$http').and.callFake($delegate); + return httpSpy; + }); + })); + + beforeEach(inject(function(_$httpBackend_, _$resource_, _$timeout_) { + $httpBackend = _$httpBackend_; + $resource = _$resource_; + $timeout = _$timeout_; + })); + + it('should accept numeric timeouts in actions and pass them to $http', function() { + $httpBackend.whenGET('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + timeout: 10000 + } + }); + + CreditCard.get(); + $httpBackend.flush(); + + expect(httpSpy).toHaveBeenCalledOnce(); + expect(httpSpy.calls.argsFor(0)[0].timeout).toBe(10000); + }); + + it('should delete non-numeric timeouts in actions and log a $debug message', + inject(function($log, $q) { + spyOn($log, 'debug'); + $httpBackend.whenGET('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + timeout: $q.defer().promise + } + }); + + CreditCard.get(); + $httpBackend.flush(); + + expect(httpSpy).toHaveBeenCalledOnce(); + expect(httpSpy.calls.argsFor(0)[0].timeout).toBeUndefined(); + expect($log.debug).toHaveBeenCalledOnceWith('ngResource:\n' + + ' Only numeric values are allowed as `timeout`.\n' + + ' Promises are not supported in $resource, because the same value would ' + + 'be used for multiple requests. If you are looking for a way to cancel ' + + 'requests, you should use the `cancellable` option.'); + }) + ); + + it('should use `cancellable` value if passed a non-numeric `timeout` in an action', + inject(function($log, $q, $rootScope) { + spyOn($log, 'debug'); + $httpBackend.whenGET('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + timeout: $q.defer().promise, + cancellable: true + } + }); + + var creditCard = CreditCard.get(); + $rootScope.$digest(); + expect(creditCard.$cancelRequest).toBeDefined(); + expect(httpSpy.calls.argsFor(0)[0].timeout).toEqual(jasmine.any($q)); + expect(httpSpy.calls.argsFor(0)[0].timeout.then).toBeDefined(); + + expect($log.debug).toHaveBeenCalledOnceWith('ngResource:\n' + + ' Only numeric values are allowed as `timeout`.\n' + + ' Promises are not supported in $resource, because the same value would ' + + 'be used for multiple requests. If you are looking for a way to cancel ' + + 'requests, you should use the `cancellable` option.'); + }) + ); + + it('should not create a `$cancelRequest` method for instance calls', function() { + $httpBackend.whenPOST('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + save1: { + method: 'POST', + cancellable: false + }, + save2: { + method: 'POST', + cancellable: true + } + }); + + var creditCard = new CreditCard(); + + var promise1 = creditCard.$save1(); + expect(promise1.$cancelRequest).toBeUndefined(); + expect(creditCard.$cancelRequest).toBeUndefined(); + + var promise2 = creditCard.$save2(); + expect(promise2.$cancelRequest).toBeUndefined(); + expect(creditCard.$cancelRequest).toBeUndefined(); + + $httpBackend.flush(); + expect(promise1.$cancelRequest).toBeUndefined(); + expect(promise2.$cancelRequest).toBeUndefined(); + expect(creditCard.$cancelRequest).toBeUndefined(); + }); + + it('should not create a `$cancelRequest` method for non-cancellable calls', function() { + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + cancellable: false + } + }); + + var creditCard = CreditCard.get(); + + expect(creditCard.$cancelRequest).toBeUndefined(); + }); + + it('should also take into account `options.cancellable`', function() { + var options = {cancellable: true}; + var CreditCard = $resource('/CreditCard', {}, { + get1: {method: 'GET', cancellable: false}, + get2: {method: 'GET', cancellable: true}, + get3: {method: 'GET'} + }, options); + + var creditCard1 = CreditCard.get1(); + var creditCard2 = CreditCard.get2(); + var creditCard3 = CreditCard.get3(); + + expect(creditCard1.$cancelRequest).toBeUndefined(); + expect(creditCard2.$cancelRequest).toBeDefined(); + expect(creditCard3.$cancelRequest).toBeDefined(); + + options = {cancellable: false}; + CreditCard = $resource('/CreditCard', {}, { + get1: {method: 'GET', cancellable: false}, + get2: {method: 'GET', cancellable: true}, + get3: {method: 'GET'} + }, options); + + creditCard1 = CreditCard.get1(); + creditCard2 = CreditCard.get2(); + creditCard3 = CreditCard.get3(); + + expect(creditCard1.$cancelRequest).toBeUndefined(); + expect(creditCard2.$cancelRequest).toBeDefined(); + expect(creditCard3.$cancelRequest).toBeUndefined(); + }); + + it('should accept numeric timeouts in cancellable actions and cancel the request when timeout occurs', function() { + $httpBackend.whenGET('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + timeout: 10000, + cancellable: true + } + }); + + var ccs = CreditCard.get(); + ccs.$promise.catch(noop); + $timeout.flush(); + expect($httpBackend.flush).toThrow(new Error('No pending request to flush !')); + + CreditCard.get(); + expect($httpBackend.flush).not.toThrow(); + + }); + + it('should cancel the request (if cancellable), when calling `$cancelRequest`', function() { + $httpBackend.whenGET('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + cancellable: true + } + }); + + var ccs = CreditCard.get(); + ccs.$cancelRequest(); + expect($httpBackend.flush).toThrow(new Error('No pending request to flush !')); + + CreditCard.get(); + expect($httpBackend.flush).not.toThrow(); + }); + + it('should cancel the request, when calling `$cancelRequest` in cancellable actions with timeout defined', function() { + $httpBackend.whenGET('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + timeout: 10000, + cancellable: true + } + }); + + var ccs = CreditCard.get(); + ccs.$cancelRequest(); + expect($httpBackend.flush).toThrow(new Error('No pending request to flush !')); + + CreditCard.get(); + expect($httpBackend.flush).not.toThrow(); + }); + + it('should reset `$cancelRequest` after the response arrives', function() { + $httpBackend.whenGET('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + cancellable: true + } + }); + + var creditCard = CreditCard.get(); + + expect(creditCard.$cancelRequest).not.toBe(noop); + + $httpBackend.flush(); + + expect(creditCard.$cancelRequest).toBe(noop); + }); + + it('should not break when calling old `$cancelRequest` after the response arrives', function() { + $httpBackend.whenGET('/CreditCard').respond({}); + + var CreditCard = $resource('/CreditCard', {}, { + get: { + method: 'GET', + cancellable: true + } + }); + + var creditCard = CreditCard.get(); + var cancelRequest = creditCard.$cancelRequest; + + $httpBackend.flush(); + + expect(cancelRequest).not.toBe(noop); + expect(cancelRequest).not.toThrow(); + }); +}); + +describe('configuring `cancellable` on the provider', function() { + var $resource; + + beforeEach(module('ngResource', function($resourceProvider) { + $resourceProvider.defaults.cancellable = true; + })); + + beforeEach(inject(function(_$resource_) { + $resource = _$resource_; + })); + + it('should also take into account `$resourceProvider.defaults.cancellable`', function() { + var CreditCard = $resource('/CreditCard', {}, { + get1: {method: 'GET', cancellable: false}, + get2: {method: 'GET', cancellable: true}, + get3: {method: 'GET'} + }); + + var creditCard1 = CreditCard.get1(); + var creditCard2 = CreditCard.get2(); + var creditCard3 = CreditCard.get3(); + + expect(creditCard1.$cancelRequest).toBeUndefined(); + expect(creditCard2.$cancelRequest).toBeDefined(); + expect(creditCard3.$cancelRequest).toBeDefined(); + }); +}); }); diff --git a/test/ngRoute/directive/ngViewSpec.js b/test/ngRoute/directive/ngViewSpec.js new file mode 100644 index 000000000000..83f9b3c12c9a --- /dev/null +++ b/test/ngRoute/directive/ngViewSpec.js @@ -0,0 +1,1098 @@ +'use strict'; + +describe('ngView', function() { + + describe('basics', function() { + var element; + + beforeEach(module('ngRoute')); + + beforeEach(module(function($provide) { + return function($rootScope, $compile, $animate) { + element = $compile('
                        ')($rootScope); + }; + })); + + + afterEach(function() { + dealoc(element); + }); + + + it('should do nothing when no routes are defined', + inject(function($rootScope, $compile, $location) { + $location.path('/unknown'); + $rootScope.$digest(); + expect(element.text()).toEqual(''); + })); + + + it('should instantiate controller after compiling the content', function() { + var log = [], controllerScope, + Ctrl = function($scope) { + controllerScope = $scope; + log.push('ctrl-init'); + }; + + module(function($compileProvider, $routeProvider) { + $compileProvider.directive('compileLog', function() { + return { + compile: function() { + log.push('compile'); + } + }; + }); + + $routeProvider.when('/some', {templateUrl: '/tpl.html', controller: Ctrl}); + }); + + inject(function($route, $rootScope, $templateCache, $location) { + $templateCache.put('/tpl.html', [200, '
                        partial
                        ', {}]); + $location.path('/some'); + $rootScope.$digest(); + + expect(controllerScope.$parent).toBe($rootScope); + expect(controllerScope).toBe($route.current.scope); + expect(log).toEqual(['compile', 'ctrl-init']); + }); + }); + + + it('should instantiate the associated controller when an empty template is downloaded', function() { + var log = [], controllerScope, + Ctrl = function($scope) { + controllerScope = $scope; + log.push('ctrl-init'); + }; + + module(function($routeProvider) { + $routeProvider.when('/some', {templateUrl: '/tpl.html', controller: Ctrl}); + }); + + inject(function($route, $rootScope, $templateCache, $location) { + $templateCache.put('/tpl.html', [200, '', {}]); + $location.path('/some'); + + expect(function() { + $rootScope.$digest(); + }).not.toThrow(); + + expect(controllerScope).toBeDefined(); + }); + }); + + + it('should instantiate controller with an alias', function() { + var log = [], controllerScope; + + function Ctrl($scope) { + this.name = 'alias'; + controllerScope = $scope; + } + + module(function($compileProvider, $routeProvider) { + $routeProvider.when('/some', {templateUrl: '/tpl.html', controller: Ctrl, controllerAs: 'ctrl'}); + }); + + inject(function($route, $rootScope, $templateCache, $location) { + $templateCache.put('/tpl.html', [200, '
                        ', {}]); + $location.path('/some'); + $rootScope.$digest(); + + expect(controllerScope.ctrl.name).toBe('alias'); + }); + }); + + + it('should support string controller declaration', function() { + var MyCtrl = jasmine.createSpy('MyCtrl'); + + module(function($controllerProvider, $routeProvider) { + $controllerProvider.register('MyCtrl', ['$scope', MyCtrl]); + $routeProvider.when('/foo', {controller: 'MyCtrl', templateUrl: '/tpl.html'}); + }); + + inject(function($route, $location, $rootScope, $templateCache) { + $templateCache.put('/tpl.html', [200, '
                        ', {}]); + $location.path('/foo'); + $rootScope.$digest(); + + expect($route.current.controller).toBe('MyCtrl'); + expect(MyCtrl).toHaveBeenCalledWith(element.children().scope()); + }); + }); + + + it('should reference resolved locals in scope', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', { + resolve: { + name: function() { + return 'shahar'; + } + }, + template: '
                        {{$resolve.name}}
                        ' + }); + }); + + inject(function($location, $rootScope) { + $location.path('/foo'); + $rootScope.$digest(); + expect(element.text()).toEqual('shahar'); + }); + }); + + + it('should allow to provide an alias for resolved locals using resolveAs', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', { + resolveAs: 'myResolve', + resolve: { + name: function() { + return 'shahar'; + } + }, + template: '
                        {{myResolve.name}}
                        ' + }); + }); + + inject(function($location, $rootScope) { + $location.path('/foo'); + $rootScope.$digest(); + expect(element.text()).toEqual('shahar'); + }); + }); + + + it('should load content via xhr when route changes', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'myUrl1'}); + $routeProvider.when('/bar', {templateUrl: 'myUrl2'}); + }); + + inject(function($rootScope, $compile, $httpBackend, $location, $route) { + expect(element.text()).toEqual(''); + + $location.path('/foo'); + $httpBackend.expect('GET', 'myUrl1').respond('
                        {{1+3}}
                        '); + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toEqual('4'); + + $location.path('/bar'); + $httpBackend.expect('GET', 'myUrl2').respond('angular is da best'); + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toEqual('angular is da best'); + }); + }); + + + it('should use inline content route changes', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {template: '
                        {{1+3}}
                        '}); + $routeProvider.when('/bar', {template: 'AngularJS is da best'}); + $routeProvider.when('/blank', {template: ''}); + }); + + inject(function($rootScope, $compile, $location, $route) { + expect(element.text()).toEqual(''); + + $location.path('/foo'); + $rootScope.$digest(); + expect(element.text()).toEqual('4'); + + $location.path('/bar'); + $rootScope.$digest(); + expect(element.text()).toEqual('AngularJS is da best'); + + $location.path('/blank'); + $rootScope.$digest(); + expect(element.text()).toEqual(''); + }); + }); + + + it('should remove all content when location changes to an unknown route', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'myUrl1'}); + }); + + inject(function($rootScope, $compile, $location, $httpBackend, $route) { + $location.path('/foo'); + $httpBackend.expect('GET', 'myUrl1').respond('
                        {{1+3}}
                        '); + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toEqual('4'); + + $location.path('/unknown'); + $rootScope.$digest(); + expect(element.text()).toEqual(''); + }); + }); + + + it('should chain scopes and propagate evals to the child scope', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'myUrl1'}); + }); + + inject(function($rootScope, $compile, $location, $httpBackend, $route) { + $rootScope.parentVar = 'parent'; + + $location.path('/foo'); + $httpBackend.expect('GET', 'myUrl1').respond('
                        {{parentVar}}
                        '); + $rootScope.$digest(); + $httpBackend.flush(); + expect(element.text()).toEqual('parent'); + + $rootScope.parentVar = 'new parent'; + $rootScope.$digest(); + expect(element.text()).toEqual('new parent'); + }); + }); + + + it('should be possible to nest ngView in ngInclude', function() { + + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'viewPartial.html'}); + }); + + inject(function($httpBackend, $location, $route, $compile, $rootScope) { + $httpBackend.whenGET('includePartial.html').respond('view: '); + $httpBackend.whenGET('viewPartial.html').respond('content'); + $location.path('/foo'); + + var elm = $compile( + '
                        ' + + 'include: ' + + '
                        ')($rootScope); + $rootScope.$digest(); + $httpBackend.flush(); + + expect(elm.text()).toEqual('include: view: content'); + expect($route.current.templateUrl).toEqual('viewPartial.html'); + dealoc(elm); + }); + }); + + + it('should initialize view template after the view controller was initialized even when ' + + 'templates were cached', function() { + //this is a test for a regression that was introduced by making the ng-view cache sync + function ParentCtrl($scope) { + $scope.log.push('parent'); + } + + module(function($routeProvider) { + $routeProvider.when('/foo', {controller: ParentCtrl, templateUrl: 'viewPartial.html'}); + }); + + + inject(function($rootScope, $compile, $location, $httpBackend, $route) { + $rootScope.log = []; + + $rootScope.ChildCtrl = function($scope) { + $scope.log.push('child'); + }; + + $location.path('/foo'); + $httpBackend.expect('GET', 'viewPartial.html'). + respond('
                        ' + + '
                        ' + + '
                        '); + $rootScope.$apply(); + $httpBackend.flush(); + + expect($rootScope.log).toEqual(['parent', 'init', 'child']); + + $location.path('/'); + $rootScope.$apply(); + expect($rootScope.log).toEqual(['parent', 'init', 'child']); + + $rootScope.log = []; + $location.path('/foo'); + $rootScope.$apply(); + + expect($rootScope.log).toEqual(['parent', 'init', 'child']); + }); + }); + + + it('should discard pending xhr callbacks if a new route is requested before the current ' + + 'finished loading', function() { + // this is a test for a bad race condition that affected feedback + + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'myUrl1'}); + $routeProvider.when('/bar', {templateUrl: 'myUrl2'}); + }); + + inject(function($route, $rootScope, $location, $httpBackend) { + expect(element.text()).toEqual(''); + + $location.path('/foo'); + $httpBackend.expect('GET', 'myUrl1').respond('
                        {{1+3}}
                        '); + $rootScope.$digest(); + $location.path('/bar'); + $httpBackend.expect('GET', 'myUrl2').respond('
                        {{1+1}}
                        '); + $rootScope.$digest(); + $httpBackend.flush(); // now that we have two requests pending, flush! + + expect(element.text()).toEqual('2'); + }); + }); + + + it('should be async even if served from cache', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {controller: angular.noop, templateUrl: 'myUrl1'}); + }); + + inject(function($route, $rootScope, $location, $templateCache) { + $templateCache.put('myUrl1', [200, 'my partial', {}]); + $location.path('/foo'); + + var called = 0; + // we want to assert only during first watch + $rootScope.$watch(function() { + if (!called) expect(element.text()).toBe(''); + called++; + }); + + $rootScope.$digest(); + expect(element.text()).toBe('my partial'); + }); + }); + + it('should fire $contentLoaded event when content compiled and linked', function() { + var log = []; + var logger = function(name) { + return function() { + log.push(name); + }; + }; + var Ctrl = function($scope) { + $scope.value = 'bound-value'; + log.push('init-ctrl'); + }; + + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'tpl.html', controller: Ctrl}); + }); + + inject(function($templateCache, $rootScope, $location) { + $rootScope.$on('$routeChangeStart', logger('$routeChangeStart')); + $rootScope.$on('$routeChangeSuccess', logger('$routeChangeSuccess')); + $rootScope.$on('$viewContentLoaded', logger('$viewContentLoaded')); + + $templateCache.put('tpl.html', [200, '{{value}}', {}]); + $location.path('/foo'); + $rootScope.$digest(); + + expect(element.text()).toBe('bound-value'); + expect(log).toEqual([ + '$routeChangeStart', 'init-ctrl', '$viewContentLoaded', '$routeChangeSuccess' + ]); + }); + }); + + it('should destroy previous scope', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'tpl.html'}); + }); + + inject(function($templateCache, $rootScope, $location) { + $templateCache.put('tpl.html', [200, 'partial', {}]); + + expect($rootScope.$$childHead).toBeNull(); + expect($rootScope.$$childTail).toBeNull(); + + $location.path('/foo'); + $rootScope.$digest(); + + expect(element.text()).toBe('partial'); + expect($rootScope.$$childHead).not.toBeNull(); + expect($rootScope.$$childTail).not.toBeNull(); + + $location.path('/non/existing/route'); + $rootScope.$digest(); + + expect(element.text()).toBe(''); + expect($rootScope.$$childHead).toBeNull(); + expect($rootScope.$$childTail).toBeNull(); + }); + }); + + + it('should destroy previous scope if multiple route changes occur before server responds', + function() { + var log = []; + var createCtrl = function(name) { + return function($scope) { + log.push('init-' + name); + $scope.$on('$destroy', function() {log.push('destroy-' + name);}); + }; + }; + + module(function($routeProvider) { + $routeProvider.when('/one', {templateUrl: 'one.html', controller: createCtrl('ctrl1')}); + $routeProvider.when('/two', {templateUrl: 'two.html', controller: createCtrl('ctrl2')}); + }); + + inject(function($httpBackend, $rootScope, $location) { + $httpBackend.whenGET('one.html').respond('content 1'); + $httpBackend.whenGET('two.html').respond('content 2'); + + $location.path('/one'); + $rootScope.$digest(); + $location.path('/two'); + $rootScope.$digest(); + + $httpBackend.flush(); + expect(element.text()).toBe('content 2'); + expect(log).toEqual(['init-ctrl2']); + + $location.path('/non-existing'); + $rootScope.$digest(); + + expect(element.text()).toBe(''); + expect(log).toEqual(['init-ctrl2', 'destroy-ctrl2']); + + expect($rootScope.$$childHead).toBeNull(); + expect($rootScope.$$childTail).toBeNull(); + }); + }); + + + it('should $destroy scope after update and reload', function() { + // this is a regression of bug, where $route doesn't copy scope when only updating + + var log = []; + + function logger(msg) { + return function() { + log.push(msg); + }; + } + + function createController(name) { + return function($scope) { + log.push('init-' + name); + $scope.$on('$destroy', logger('destroy-' + name)); + $scope.$on('$routeUpdate', logger('route-update')); + }; + } + + module(function($routeProvider) { + $routeProvider.when('/bar', {templateUrl: 'tpl.html', controller: createController('bar')}); + $routeProvider.when('/foo', { + templateUrl: 'tpl.html', + controller: createController('foo'), + reloadOnSearch: false + }); + }); + + inject(function($templateCache, $location, $rootScope) { + $templateCache.put('tpl.html', [200, 'partial', {}]); + + $location.url('http://github.com/foo'); + $rootScope.$digest(); + expect(log).toEqual(['init-foo']); + + $location.search({q: 'some'}); + $rootScope.$digest(); + expect(log).toEqual(['init-foo', 'route-update']); + + $location.url('http://github.com/bar'); + $rootScope.$digest(); + expect(log).toEqual(['init-foo', 'route-update', 'destroy-foo', 'init-bar']); + }); + }); + + + it('should evaluate onload expression after linking the content', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'tpl.html'}); + }); + + inject(function($templateCache, $location, $rootScope) { + $templateCache.put('tpl.html', [200, '{{1+1}}', {}]); + $rootScope.load = jasmine.createSpy('onload'); + + $location.url('http://github.com/foo'); + $rootScope.$digest(); + expect($rootScope.load).toHaveBeenCalledOnce(); + }); + }); + + + it('should set $scope and $controllerController on the view elements (except for non-element nodes)', function() { + function MyCtrl($scope) { + $scope.state = 'WORKS'; + $scope.ctrl = this; + } + + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'tpl.html', controller: MyCtrl}); + }); + + inject(function($templateCache, $location, $rootScope, $route) { + // in the template the white-space before the div is an intentional non-element node, + // a text might get wrapped into span so it's safer to just use white space + $templateCache.put('tpl.html', [200, ' \n
                        {{state}}
                        ', {}]); + + $location.url('http://github.com/foo'); + $rootScope.$digest(); + expect(element.text()).toEqual(' \n WORKS'); + + var div = element.find('div'); + expect(div.parent()[0].nodeName.toUpperCase()).toBeOneOf('NG:VIEW', 'VIEW'); + + expect(div.scope()).toBe($route.current.scope); + expect(div.scope().hasOwnProperty('state')).toBe(true); + expect(div.scope().state).toEqual('WORKS'); + + expect(div.controller()).toBe($route.current.scope.ctrl); + }); + }); + + it('should not set $scope or $controllerController on top level text elements in the view', function() { + function MyCtrl($scope) {} + + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'tpl.html', controller: MyCtrl}); + }); + + inject(function($templateCache, $location, $rootScope, $route) { + $templateCache.put('tpl.html', '
                        '); + $location.url('http://github.com/foo'); + $rootScope.$digest(); + + angular.forEach(element.contents(), function(node) { + if (node.nodeType === 3 /* text node */) { + expect(angular.element(node).scope()).not.toBe($route.current.scope); + expect(angular.element(node).controller()).not.toBeDefined(); + } else if (node.nodeType === 8 /* comment node */) { + expect(angular.element(node).scope()).toBe(element.scope()); + expect(angular.element(node).controller()).toBe(element.controller()); + } else { + expect(angular.element(node).scope()).toBe($route.current.scope); + expect(angular.element(node).controller()).toBeDefined(); + } + }); + }); + }); + + + it('should not trigger a digest when the view is changed', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'myUrl1'}); + $routeProvider.when('/bar', {templateUrl: 'myUrl2'}); + }); + + inject(function($$rAF, $templateCache, $rootScope, $compile, $timeout, $location, $httpBackend) { + var spy = spyOn($rootScope, '$digest').and.callThrough(); + + $templateCache.put('myUrl1', 'my template content'); + $templateCache.put('myUrl2', 'my other template content'); + + $location.path('/foo'); + $rootScope.$digest(); + + // The animation completion is async even without actual animations + $$rAF.flush(); + expect(element.text()).toEqual('my template content'); + + $location.path('/bar'); + $rootScope.$digest(); + spy.calls.reset(); + + $$rAF.flush(); + expect(element.text()).toEqual('my other template content'); + + expect(spy).not.toHaveBeenCalled(); + // A digest may have been triggered asynchronously, so check the queue + $timeout.verifyNoPendingTasks(); + }); + }); + + }); + + describe('and transcludes', function() { + var element, directive; + + beforeEach(module('ngRoute', function($compileProvider) { + element = null; + directive = $compileProvider.directive; + })); + + afterEach(function() { + if (element) { + dealoc(element); + } + }); + + it('should allow access to directive controller from children when used in a replace template', function() { + var controller; + module(function($routeProvider) { + $routeProvider.when('/view', {templateUrl: 'view.html'}); + directive('template', function() { + return { + template: '
                        ', + replace: true, + controller: function() { + this.flag = true; + } + }; + }); + + directive('test', function() { + return { + require: '^template', + link: function(scope, el, attr, ctrl) { + controller = ctrl; + } + }; + }); + }); + inject(function($compile, $rootScope, $httpBackend, $location) { + $httpBackend.expectGET('view.html').respond('
                        '); + element = $compile('
                        ')($rootScope); + $location.url('http://github.com/view'); + $rootScope.$apply(); + $httpBackend.flush(); + expect(controller.flag).toBe(true); + }); + }); + + it('should compile its content correctly (although we remove it later)', function() { + var testElement; + module(function($compileProvider, $routeProvider) { + $routeProvider.when('/view', {template: ' '}); + var directive = $compileProvider.directive; + directive('test', function() { + return { + link: function(scope, element) { + testElement = element; + } + }; + }); + }); + inject(function($compile, $rootScope, $location) { + element = $compile('
                        ')($rootScope); + $location.url('http://github.com/view'); + $rootScope.$apply(); + expect(testElement[0].nodeName).toBe('DIV'); + }); + + }); + + it('should link directives on the same element after the content has been loaded', function() { + var contentOnLink; + module(function($compileProvider, $routeProvider) { + $routeProvider.when('/view', {template: 'someContent'}); + $compileProvider.directive('test', function() { + return { + link: function(scope, element) { + contentOnLink = element.text(); + } + }; + }); + }); + inject(function($compile, $rootScope, $location) { + element = $compile('
                        ')($rootScope); + $location.url('http://github.com/view'); + $rootScope.$apply(); + expect(contentOnLink).toBe('someContent'); + }); + }); + + it('should add the content to the element before compiling it', function() { + var root; + module(function($compileProvider, $routeProvider) { + $routeProvider.when('/view', {template: ''}); + $compileProvider.directive('test', function() { + return { + link: function(scope, element) { + root = element.parent().parent(); + } + }; + }); + }); + inject(function($compile, $rootScope, $location) { + element = $compile('
                        ')($rootScope); + $location.url('http://github.com/view'); + $rootScope.$apply(); + expect(root[0]).toBe(element[0]); + }); + }); + }); + + describe('animations', function() { + var body, element, $rootElement; + + beforeEach(module('ngRoute')); + + function html(content) { + $rootElement.html(content); + body.append($rootElement); + element = $rootElement.children().eq(0); + return element; + } + + beforeEach(module(function() { + // we need to run animation on attached elements; + return function(_$rootElement_) { + $rootElement = _$rootElement_; + body = angular.element(window.document.body); + }; + })); + + afterEach(function() { + dealoc(body); + dealoc(element); + }); + + + beforeEach(module(function($provide, $routeProvider) { + $routeProvider.when('/foo', {controller: angular.noop, templateUrl: '/foo.html'}); + $routeProvider.when('/bar', {controller: angular.noop, templateUrl: '/bar.html'}); + return function($templateCache) { + $templateCache.put('/foo.html', [200, '
                        data
                        ', {}]); + $templateCache.put('/bar.html', [200, '
                        data2
                        ', {}]); + }; + })); + + describe('hooks', function() { + beforeEach(module('ngAnimate')); + beforeEach(module('ngAnimateMock')); + + it('should fire off the enter animation', + inject(function($compile, $rootScope, $location, $timeout, $animate) { + element = $compile(html('
                        '))($rootScope); + + $location.path('/foo'); + $rootScope.$digest(); + + var animation = $animate.queue.pop(); + expect(animation.event).toBe('enter'); + })); + + it('should fire off the leave animation', + inject(function($compile, $rootScope, $location, $templateCache, $timeout, $animate) { + + var item; + $templateCache.put('/foo.html', [200, '
                        foo
                        ', {}]); + element = $compile(html('
                        '))($rootScope); + + $location.path('/foo'); + $rootScope.$digest(); + + + $location.path('/'); + $rootScope.$digest(); + + var animation = $animate.queue.pop(); + expect(animation.event).toBe('leave'); + })); + + it('should animate two separate ngView elements', + inject(function($compile, $rootScope, $templateCache, $location, $animate) { + var item; + $rootScope.tpl = 'one'; + element = $compile(html('
                        '))($rootScope); + $rootScope.$digest(); + + $location.path('/foo'); + $rootScope.$digest(); + + //we don't care about the enter animation for the first element + $animate.queue.pop(); + + $location.path('/bar'); + $rootScope.$digest(); + + var animationB = $animate.queue.pop(); + expect(animationB.event).toBe('leave'); + var itemB = animationB.args[0]; + + var animationA = $animate.queue.pop(); + expect(animationA.event).toBe('enter'); + var itemA = animationA.args[0]; + + expect(itemA).not.toEqual(itemB); + }) + ); + + it('should render ngClass on ngView', + inject(function($compile, $rootScope, $templateCache, $animate, $location) { + + var item; + $rootScope.tpl = 'one'; + $rootScope.klass = 'classy'; + element = $compile(html('
                        '))($rootScope); + $rootScope.$digest(); + + $location.path('/foo'); + $rootScope.$digest(); + $animate.flush(); + + //we don't care about the enter animation + $animate.queue.shift(); + + var animation = $animate.queue.shift(); + expect(animation.event).toBe('addClass'); + + item = animation.element; + expect(item.hasClass('classy')).toBe(true); + + $rootScope.klass = 'boring'; + $rootScope.$digest(); + + expect($animate.queue.shift().event).toBe('addClass'); + expect($animate.queue.shift().event).toBe('removeClass'); + + $animate.flush(); + + expect(item.hasClass('classy')).toBe(false); + expect(item.hasClass('boring')).toBe(true); + + $location.path('/bar'); + $rootScope.$digest(); + + //we don't care about the enter animation + $animate.queue.shift(); + + animation = $animate.queue.shift(); + item = animation.element; + expect(animation.event).toBe('leave'); + + expect($animate.queue.shift().event).toBe('addClass'); + + expect(item.hasClass('boring')).toBe(true); + }) + ); + + it('should not double compile when the route changes', function() { + + var window; + module(function($routeProvider, $animateProvider, $provide) { + $routeProvider.when('/foo', {template: '
                        {{i}}
                        '}); + $routeProvider.when('/bar', {template: '
                        {{i}}
                        '}); + $animateProvider.register('.my-animation', function() { + return { + leave: function(element, done) { + done(); + } + }; + }); + }); + + inject(function($rootScope, $compile, $location, $route, $timeout, $rootElement, $sniffer, $animate) { + element = $compile(html('
                        '))($rootScope); + $animate.enabled(true); + + $location.path('/foo'); + $rootScope.$digest(); + + expect($animate.queue.shift().event).toBe('enter'); //ngView + expect($animate.queue.shift().event).toBe('enter'); //repeat 1 + expect($animate.queue.shift().event).toBe('enter'); //repeat 2 + + expect(element.text()).toEqual('12'); + + $location.path('/bar'); + $rootScope.$digest(); + + expect($animate.queue.shift().event).toBe('enter'); //ngView new + expect($animate.queue.shift().event).toBe('leave'); //ngView old + + $rootScope.$digest(); + + expect($animate.queue.shift().event).toBe('enter'); //ngRepeat 3 + expect($animate.queue.shift().event).toBe('enter'); //ngRepeat 4 + + $animate.flush(); + + expect(element.text()).toEqual('34'); + + function n(text) { + return text.replace(/\r\n/m, '').replace(/\r\n/m, ''); + } + }); + }); + + it('should destroy the previous leave animation if a new one takes place', + inject(function($compile, $rootScope, $animate, $location, $timeout) { + var $scope = $rootScope.$new(); + element = $compile(html( + '
                        ' + + '
                        ' + + '
                        ' + ))($scope); + + $scope.$apply('value = true'); + + $location.path('/bar'); + $rootScope.$digest(); + + var destroyed, inner = element.children(0); + inner.on('$destroy', function() { + destroyed = true; + }); + + $location.path('/foo'); + $rootScope.$digest(); + + $location.path('/bar'); + $rootScope.$digest(); + + $location.path('/bar'); + $rootScope.$digest(); + + expect(destroyed).toBe(true); + }) + ); + }); + + + describe('autoscroll', function() { + var autoScrollSpy; + + function spyOnAnchorScroll() { + return function($provide, $routeProvider) { + autoScrollSpy = jasmine.createSpy('$anchorScroll'); + $provide.value('$anchorScroll', autoScrollSpy); + $routeProvider.when('/foo', { + controller: angular.noop, + template: '
                        ' + }); + }; + } + + function spyOnAnimateEnter() { + return function($animate) { + spyOn($animate, 'enter').and.callThrough(); + }; + } + + function compileAndLink(tpl) { + return function($compile, $rootScope, $location) { + element = $compile(tpl)($rootScope); + }; + } + + beforeEach(module(spyOnAnchorScroll(), 'ngAnimateMock')); + beforeEach(inject(spyOnAnimateEnter())); + + it('should call $anchorScroll if autoscroll attribute is present', inject( + compileAndLink('
                        '), + function($rootScope, $animate, $timeout, $location) { + + $location.path('/foo'); + $rootScope.$digest(); + + $animate.flush(); + $rootScope.$digest(); + + expect($animate.queue.shift().event).toBe('enter'); + expect(autoScrollSpy).toHaveBeenCalledOnce(); + })); + + + it('should call $anchorScroll if autoscroll evaluates to true', inject( + compileAndLink('
                        '), + function($rootScope, $animate, $timeout, $location) { + + $rootScope.value = true; + $location.path('/foo'); + $rootScope.$digest(); + + $animate.flush(); + $rootScope.$digest(); + + expect($animate.queue.shift().event).toBe('enter'); + expect(autoScrollSpy).toHaveBeenCalledOnce(); + })); + + + it('should not call $anchorScroll if autoscroll attribute is not present', inject( + compileAndLink('
                        '), + function($rootScope, $location, $animate, $timeout) { + + $location.path('/foo'); + $rootScope.$digest(); + expect($animate.queue.shift().event).toBe('enter'); + + expect(autoScrollSpy).not.toHaveBeenCalled(); + })); + + + it('should not call $anchorScroll if autoscroll evaluates to false', inject( + compileAndLink('
                        '), + function($rootScope, $location, $animate, $timeout) { + + $rootScope.value = false; + $location.path('/foo'); + $rootScope.$digest(); + expect($animate.queue.shift().event).toBe('enter'); + + expect(autoScrollSpy).not.toHaveBeenCalled(); + })); + + + it('should only call $anchorScroll after the "enter" animation completes', inject( + compileAndLink('
                        '), + function($rootScope, $location, $animate, $timeout) { + $location.path('/foo'); + + expect($animate.enter).not.toHaveBeenCalled(); + $rootScope.$digest(); + + expect(autoScrollSpy).not.toHaveBeenCalled(); + + expect($animate.queue.shift().event).toBe('enter'); + + $animate.flush(); + $rootScope.$digest(); + + expect($animate.enter).toHaveBeenCalledOnce(); + expect(autoScrollSpy).toHaveBeenCalledOnce(); + } + )); + }); + }); + + describe('in async template', function() { + beforeEach(module('ngRoute')); + beforeEach(module(function($compileProvider, $provide, $routeProvider) { + $compileProvider.directive('asyncView', function() { + return {templateUrl: 'async-view.html'}; + }); + + $provide.decorator('$templateRequest', function($timeout) { + return function() { + return $timeout(angular.identity, 500, false, ''); + }; + }); + + $routeProvider.when('/', {template: 'Hello, world!'}); + })); + + + it('should work correctly upon initial page load', + // Injecting `$location` here is necessary, so that it gets instantiated early + inject(function($compile, $location, $rootScope, $timeout) { + var elem = $compile('')($rootScope); + $rootScope.$digest(); + $timeout.flush(500); + + expect(elem.text()).toBe('Hello, world!'); + + dealoc(elem); + }) + ); + }); +}); diff --git a/test/ngRoute/routeParamsSpec.js b/test/ngRoute/routeParamsSpec.js new file mode 100644 index 000000000000..88b27dd8409d --- /dev/null +++ b/test/ngRoute/routeParamsSpec.js @@ -0,0 +1,121 @@ +'use strict'; + +describe('$routeParams', function() { + + beforeEach(module('ngRoute')); + + + it('should publish the params into a service', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {}); + $routeProvider.when('/bar/:barId', {}); + }); + + inject(function($rootScope, $route, $location, $routeParams) { + $location.path('/foo').search('a=b'); + $rootScope.$digest(); + expect($routeParams).toEqual({a:'b'}); + + $location.path('/bar/123').search('x=abc'); + $rootScope.$digest(); + expect($routeParams).toEqual({barId:'123', x:'abc'}); + }); + }); + + it('should correctly extract the params when a param name is part of the route', function() { + module(function($routeProvider) { + $routeProvider.when('/bar/:foo/:bar', {}); + }); + + inject(function($rootScope, $route, $location, $routeParams) { + $location.path('/bar/foovalue/barvalue'); + $rootScope.$digest(); + expect($routeParams).toEqual({bar:'barvalue', foo:'foovalue'}); + }); + }); + + it('should support route params not preceded by slashes', function() { + module(function($routeProvider) { + $routeProvider.when('/bar:barId/foo:fooId/', {}); + }); + + inject(function($rootScope, $route, $location, $routeParams) { + $location.path('/barbarvalue/foofoovalue/'); + $rootScope.$digest(); + expect($routeParams).toEqual({barId: 'barvalue', fooId: 'foovalue'}); + }); + }); + + it('should correctly extract the params when an optional param name is part of the route', function() { + module(function($routeProvider) { + $routeProvider.when('/bar/:foo?', {}); + $routeProvider.when('/baz/:foo?/edit', {}); + $routeProvider.when('/qux/:bar?/:baz?', {}); + }); + + inject(function($rootScope, $route, $location, $routeParams) { + $location.path('/bar'); + $rootScope.$digest(); + expect($routeParams).toEqual({}); + + $location.path('/bar/fooValue'); + $rootScope.$digest(); + expect($routeParams).toEqual({foo: 'fooValue'}); + + $location.path('/baz/fooValue/edit'); + $rootScope.$digest(); + expect($routeParams).toEqual({foo: 'fooValue'}); + + $location.path('/baz/edit'); + $rootScope.$digest(); + expect($routeParams).toEqual({}); + + $location.path('/qux//bazValue'); + $rootScope.$digest(); + expect($routeParams).toEqual({baz: 'bazValue'}); + + }); + }); + + it('should correctly extract path params containing hashes and/or question marks', function() { + module(function($routeProvider) { + $routeProvider.when('/foo/:bar', {}); + $routeProvider.when('/zoo/:bar/:baz/:qux', {}); + }); + + inject(function($location, $rootScope, $routeParams) { + $location.path('/foo/bar?baz'); + $rootScope.$digest(); + expect($routeParams).toEqual({bar: 'bar?baz'}); + + $location.path('/foo/bar?baz=val'); + $rootScope.$digest(); + expect($routeParams).toEqual({bar: 'bar?baz=val'}); + + $location.path('/foo/bar#baz'); + $rootScope.$digest(); + expect($routeParams).toEqual({bar: 'bar#baz'}); + + $location.path('/foo/bar?baz#qux'); + $rootScope.$digest(); + expect($routeParams).toEqual({bar: 'bar?baz#qux'}); + + $location.path('/foo/bar?baz=val#qux'); + $rootScope.$digest(); + expect($routeParams).toEqual({bar: 'bar?baz=val#qux'}); + + $location.path('/foo/bar#baz?qux'); + $rootScope.$digest(); + expect($routeParams).toEqual({bar: 'bar#baz?qux'}); + + $location.path('/zoo/bar?p1=v1#h1/baz?p2=v2#h2/qux?p3=v3#h3'); + $rootScope.$digest(); + expect($routeParams).toEqual({ + bar: 'bar?p1=v1#h1', + baz: 'baz?p2=v2#h2', + qux: 'qux?p3=v3#h3' + }); + }); + }); + +}); diff --git a/test/ngRoute/routeSpec.js b/test/ngRoute/routeSpec.js new file mode 100644 index 000000000000..fa31d4124651 --- /dev/null +++ b/test/ngRoute/routeSpec.js @@ -0,0 +1,2580 @@ +'use strict'; + +describe('$routeProvider', function() { + var $routeProvider; + + beforeEach(module('ngRoute')); + beforeEach(module(function(_$routeProvider_) { + $routeProvider = _$routeProvider_; + $routeProvider.when('/foo', {template: 'Hello, world!'}); + })); + + + it('should support enabling/disabling automatic instantiation upon initial load', + inject(function() { + expect($routeProvider.eagerInstantiationEnabled(true)).toBe($routeProvider); + expect($routeProvider.eagerInstantiationEnabled()).toBe(true); + + expect($routeProvider.eagerInstantiationEnabled(false)).toBe($routeProvider); + expect($routeProvider.eagerInstantiationEnabled()).toBe(false); + + expect($routeProvider.eagerInstantiationEnabled(true)).toBe($routeProvider); + expect($routeProvider.eagerInstantiationEnabled()).toBe(true); + }) + ); + + + it('should automatically instantiate `$route` upon initial load', function() { + inject(function($location, $rootScope) { + $location.path('/foo'); + $rootScope.$digest(); + }); + + inject(function($route) { + expect($route.current).toBeDefined(); + }); + }); + + + it('should not automatically instantiate `$route` if disabled', function() { + module(function($routeProvider) { + $routeProvider.eagerInstantiationEnabled(false); + }); + + inject(function($location, $rootScope) { + $location.path('/foo'); + $rootScope.$digest(); + }); + + inject(function($route) { + expect($route.current).toBeUndefined(); + }); + }); +}); + + +describe('$route', function() { + var $httpBackend, + element; + + beforeEach(module('ngRoute')); + + beforeEach(module(function() { + return function(_$httpBackend_) { + $httpBackend = _$httpBackend_; + $httpBackend.when('GET', 'Chapter.html').respond('chapter'); + $httpBackend.when('GET', 'test.html').respond('test'); + $httpBackend.when('GET', 'foo.html').respond('foo'); + $httpBackend.when('GET', 'bar.html').respond('bar'); + $httpBackend.when('GET', 'baz.html').respond('baz'); + $httpBackend.when('GET', 'http://example.com/trusted-template.html').respond('cross domain trusted template'); + $httpBackend.when('GET', '404.html').respond('not found'); + }; + })); + + afterEach(function() { + dealoc(element); + }); + + + it('should allow cancellation via $locationChangeStart via $routeChangeStart', function() { + module(function($routeProvider) { + $routeProvider.when('/Edit', { + id: 'edit', template: 'Some edit functionality' + }); + $routeProvider.when('/Home', { + id: 'home' + }); + }); + module(provideLog); + inject(function($route, $location, $rootScope, $compile, log) { + $rootScope.$on('$routeChangeStart', function(event, next, current) { + if (next.id === 'home' && current.scope.unsavedChanges) { + event.preventDefault(); + } + }); + element = $compile('
                        ')($rootScope); + $rootScope.$apply(function() { + $location.path('/Edit'); + }); + $rootScope.$on('$routeChangeSuccess', log.fn('routeChangeSuccess')); + $rootScope.$on('$locationChangeSuccess', log.fn('locationChangeSuccess')); + + // aborted route change + $rootScope.$apply(function() { + $route.current.scope.unsavedChanges = true; + }); + $rootScope.$apply(function() { + $location.path('/Home'); + }); + expect($route.current.id).toBe('edit'); + expect($location.path()).toBe('/Edit'); + expect(log).toEqual([]); + + // successful route change + $rootScope.$apply(function() { + $route.current.scope.unsavedChanges = false; + }); + $rootScope.$apply(function() { + $location.path('/Home'); + }); + expect($route.current.id).toBe('home'); + expect($location.path()).toBe('/Home'); + expect(log).toEqual(['locationChangeSuccess', 'routeChangeSuccess']); + }); + }); + + it('should allow redirects while handling $routeChangeStart', function() { + module(function($routeProvider) { + $routeProvider.when('/some', { + id: 'some', template: 'Some functionality' + }); + $routeProvider.when('/redirect', { + id: 'redirect' + }); + }); + module(provideLog); + inject(function($route, $location, $rootScope, $compile, log) { + $rootScope.$on('$routeChangeStart', function(event, next, current) { + if (next.id === 'some') { + $location.path('/redirect'); + } + }); + $compile('
                        ')($rootScope); + $rootScope.$on('$routeChangeStart', log.fn('routeChangeStart')); + $rootScope.$on('$routeChangeError', log.fn('routeChangeError')); + $rootScope.$on('$routeChangeSuccess', log.fn('routeChangeSuccess')); + $rootScope.$apply(function() { + $location.path('/some'); + }); + + expect($route.current.id).toBe('redirect'); + expect($location.path()).toBe('/redirect'); + expect(log).toEqual(['routeChangeStart', 'routeChangeStart', 'routeChangeSuccess']); + }); + }); + + it('should route and fire change event', function() { + var log = '', + lastRoute, + nextRoute; + + module(function($routeProvider) { + $routeProvider.when('/Book/:book/Chapter/:chapter', + {controller: angular.noop, templateUrl: 'Chapter.html'}); + $routeProvider.when('/Blank', {}); + }); + inject(function($route, $location, $rootScope) { + $rootScope.$on('$routeChangeStart', function(event, next, current) { + log += 'before();'; + expect(current).toBe($route.current); + lastRoute = current; + nextRoute = next; + }); + $rootScope.$on('$routeChangeSuccess', function(event, current, last) { + log += 'after();'; + expect(current).toBe($route.current); + expect(lastRoute).toBe(last); + expect(nextRoute).toBe(current); + }); + + $location.path('/Book/Moby/Chapter/Intro').search('p=123'); + $rootScope.$digest(); + $httpBackend.flush(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({book:'Moby', chapter:'Intro', p:'123'}); + + log = ''; + $location.path('/Blank').search('ignore'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({ignore:true}); + + log = ''; + $location.path('/NONE'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current).toEqual(undefined); + }); + }); + + it('should route and fire change event when catch-all params are used', function() { + var log = '', + lastRoute, + nextRoute; + + module(function($routeProvider) { + $routeProvider.when('/Book1/:book/Chapter/:chapter/:highlight*/edit', + {controller: angular.noop, templateUrl: 'Chapter.html'}); + $routeProvider.when('/Book2/:book/:highlight*/Chapter/:chapter', + {controller: angular.noop, templateUrl: 'Chapter.html'}); + $routeProvider.when('/Blank', {}); + }); + inject(function($route, $location, $rootScope) { + $rootScope.$on('$routeChangeStart', function(event, next, current) { + log += 'before();'; + expect(current).toBe($route.current); + lastRoute = current; + nextRoute = next; + }); + $rootScope.$on('$routeChangeSuccess', function(event, current, last) { + log += 'after();'; + expect(current).toBe($route.current); + expect(lastRoute).toBe(last); + expect(nextRoute).toBe(current); + }); + + $location.path('/Book1/Moby/Chapter/Intro/one/edit').search('p=123'); + $rootScope.$digest(); + $httpBackend.flush(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({book:'Moby', chapter:'Intro', highlight:'one', p:'123'}); + + log = ''; + $location.path('/Blank').search('ignore'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({ignore:true}); + + log = ''; + $location.path('/Book1/Moby/Chapter/Intro/one/two/edit').search('p=123'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({book:'Moby', chapter:'Intro', highlight:'one/two', p:'123'}); + + log = ''; + $location.path('/Book2/Moby/one/two/Chapter/Intro').search('p=123'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({book:'Moby', chapter:'Intro', highlight:'one/two', p:'123'}); + + log = ''; + $location.path('/NONE'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current).toEqual(undefined); + }); + }); + + + it('should route and fire change event correctly whenever the case insensitive flag is utilized', function() { + var log = '', + lastRoute, + nextRoute; + + module(function($routeProvider) { + $routeProvider.when('/Book1/:book/Chapter/:chapter/:highlight*/edit', + {controller: angular.noop, templateUrl: 'Chapter.html', caseInsensitiveMatch: true}); + $routeProvider.when('/Book2/:book/:highlight*/Chapter/:chapter', + {controller: angular.noop, templateUrl: 'Chapter.html'}); + $routeProvider.when('/Blank', {}); + }); + inject(function($route, $location, $rootScope) { + $rootScope.$on('$routeChangeStart', function(event, next, current) { + log += 'before();'; + expect(current).toBe($route.current); + lastRoute = current; + nextRoute = next; + }); + $rootScope.$on('$routeChangeSuccess', function(event, current, last) { + log += 'after();'; + expect(current).toBe($route.current); + expect(lastRoute).toBe(last); + expect(nextRoute).toBe(current); + }); + + $location.path('/Book1/Moby/Chapter/Intro/one/edit').search('p=123'); + $rootScope.$digest(); + $httpBackend.flush(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({book:'Moby', chapter:'Intro', highlight:'one', p:'123'}); + + log = ''; + $location.path('/BOOK1/Moby/CHAPTER/Intro/one/EDIT').search('p=123'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({book:'Moby', chapter:'Intro', highlight:'one', p:'123'}); + + log = ''; + $location.path('/Blank').search('ignore'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({ignore:true}); + + log = ''; + $location.path('/BLANK'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current).toEqual(undefined); + + log = ''; + $location.path('/Book2/Moby/one/two/Chapter/Intro').search('p=123'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current.params).toEqual({book:'Moby', chapter:'Intro', highlight:'one/two', p:'123'}); + + log = ''; + $location.path('/BOOK2/Moby/one/two/CHAPTER/Intro').search('p=123'); + $rootScope.$digest(); + expect(log).toEqual('before();after();'); + expect($route.current).toEqual(undefined); + }); + }); + + it('should allow configuring caseInsensitiveMatch on the route provider level', function() { + module(function($routeProvider) { + $routeProvider.caseInsensitiveMatch = true; + $routeProvider.when('/Blank', {template: 'blank'}); + $routeProvider.otherwise({template: 'other'}); + }); + inject(function($route, $location, $rootScope) { + $location.path('/bLaNk'); + $rootScope.$digest(); + expect($route.current.template).toBe('blank'); + }); + }); + + it('should allow overriding provider\'s caseInsensitiveMatch setting on the route level', function() { + module(function($routeProvider) { + $routeProvider.caseInsensitiveMatch = true; + $routeProvider.when('/Blank', {template: 'blank', caseInsensitiveMatch: false}); + $routeProvider.otherwise({template: 'other'}); + }); + inject(function($route, $location, $rootScope) { + $location.path('/bLaNk'); + $rootScope.$digest(); + expect($route.current.template).toBe('other'); + }); + }); + + it('should not change route when location is canceled', function() { + module(function($routeProvider) { + $routeProvider.when('/somePath', {template: 'some path'}); + }); + inject(function($route, $location, $rootScope, $log) { + $rootScope.$on('$locationChangeStart', function(event) { + $log.info('$locationChangeStart'); + event.preventDefault(); + }); + + $rootScope.$on('$routeChangeSuccess', function(event) { + throw new Error('Should not get here'); + }); + + $location.path('/somePath'); + $rootScope.$digest(); + + expect($log.info.logs.shift()).toEqual(['$locationChangeStart']); + }); + }); + + + describe('should match a route that contains special chars in the path', function() { + beforeEach(module(function($routeProvider) { + $routeProvider.when('/$test.23/foo*(bar)/:baz', {templateUrl: 'test.html'}); + })); + + it('matches the full path', inject(function($route, $location, $rootScope) { + $location.path('/test'); + $rootScope.$digest(); + expect($route.current).toBeUndefined(); + })); + + it('matches literal .', inject(function($route, $location, $rootScope) { + $location.path('/$testX23/foo*(bar)/222'); + $rootScope.$digest(); + expect($route.current).toBeUndefined(); + })); + + it('matches literal *', inject(function($route, $location, $rootScope) { + $location.path('/$test.23/foooo(bar)/222'); + $rootScope.$digest(); + expect($route.current).toBeUndefined(); + })); + + it('treats backslashes normally', inject(function($route, $location, $rootScope) { + $location.path('/$test.23/foo*\\(bar)/222'); + $rootScope.$digest(); + expect($route.current).toBeUndefined(); + })); + + it('matches a URL with special chars', inject(function($route, $location, $rootScope) { + $location.path('/$test.23/foo*(bar)/~!@#$%^&*()_+=-`'); + $rootScope.$digest(); + expect($route.current).toBeDefined(); + })); + + it('should use route params inherited from prototype chain', function() { + function BaseRoute() {} + BaseRoute.prototype.templateUrl = 'foo.html'; + + module(function($routeProvider) { + $routeProvider.when('/foo', new BaseRoute()); + }); + + inject(function($route, $location, $rootScope) { + $location.path('/foo'); + $rootScope.$digest(); + expect($route.current.templateUrl).toBe('foo.html'); + }); + }); + }); + + + describe('should match a route that contains optional params in the path', function() { + beforeEach(module(function($routeProvider) { + $routeProvider.when('/test/:opt?/:baz/edit', {templateUrl: 'test.html'}); + })); + + it('matches a URL with optional params', inject(function($route, $location, $rootScope) { + $location.path('/test/optValue/bazValue/edit'); + $rootScope.$digest(); + expect($route.current).toBeDefined(); + })); + + it('matches a URL without optional param', inject(function($route, $location, $rootScope) { + $location.path('/test//bazValue/edit'); + $rootScope.$digest(); + expect($route.current).toBeDefined(); + })); + + it('not match a URL with a required param', inject(function($route, $location, $rootScope) { + $location.path('///edit'); + $rootScope.$digest(); + expect($route.current).not.toBeDefined(); + })); + }); + + + it('should change route even when only search param changes', function() { + module(function($routeProvider) { + $routeProvider.when('/test', {templateUrl: 'test.html'}); + }); + + inject(function($route, $location, $rootScope) { + var callback = jasmine.createSpy('onRouteChange'); + + $rootScope.$on('$routeChangeStart', callback); + $location.path('/test'); + $rootScope.$digest(); + callback.calls.reset(); + + $location.search({any: true}); + $rootScope.$digest(); + + expect(callback).toHaveBeenCalled(); + }); + }); + + + it('should allow routes to be defined with just templates without controllers', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'foo.html'}); + }); + + inject(function($route, $location, $rootScope) { + var onChangeSpy = jasmine.createSpy('onChange'); + + $rootScope.$on('$routeChangeStart', onChangeSpy); + expect($route.current).toBeUndefined(); + expect(onChangeSpy).not.toHaveBeenCalled(); + + $location.path('/foo'); + $rootScope.$digest(); + + expect($route.current.templateUrl).toEqual('foo.html'); + expect($route.current.controller).toBeUndefined(); + expect(onChangeSpy).toHaveBeenCalled(); + }); + }); + + + it('should chain whens and otherwise', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'foo.html'}). + otherwise({templateUrl: 'bar.html'}). + when('/baz', {templateUrl: 'baz.html'}); + }); + + inject(function($route, $location, $rootScope) { + $rootScope.$digest(); + expect($route.current.templateUrl).toBe('bar.html'); + + $location.url('http://github.com/baz'); + $rootScope.$digest(); + expect($route.current.templateUrl).toBe('baz.html'); + }); + }); + + + it('should skip routes with incomplete params', function() { + module(function($routeProvider) { + $routeProvider + .otherwise({template: 'other'}) + .when('/pages/:page/:comment*', {template: 'comment'}) + .when('/pages/:page', {template: 'page'}) + .when('/pages', {template: 'index'}) + .when('/foo/', {template: 'foo'}) + .when('/foo/:bar', {template: 'bar'}) + .when('/foo/:bar*/:baz', {template: 'baz'}); + }); + + inject(function($route, $location, $rootScope) { + $location.url('http://github.com/pages/'); + $rootScope.$digest(); + expect($route.current.template).toBe('index'); + + $location.url('http://github.com/pages/page/'); + $rootScope.$digest(); + expect($route.current.template).toBe('page'); + + $location.url('http://github.com/pages/page/1/'); + $rootScope.$digest(); + expect($route.current.template).toBe('comment'); + + $location.url('http://github.com/foo/'); + $rootScope.$digest(); + expect($route.current.template).toBe('foo'); + + $location.url('http://github.com/foo/bar/'); + $rootScope.$digest(); + expect($route.current.template).toBe('bar'); + + $location.url('http://github.com/foo/bar/baz/'); + $rootScope.$digest(); + expect($route.current.template).toBe('baz'); + + $location.url('http://github.com/something/'); + $rootScope.$digest(); + expect($route.current.template).toBe('other'); + }); + }); + + + describe('otherwise', function() { + + it('should handle unknown routes with "otherwise" route definition', function() { + function NotFoundCtrl() {} + + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'foo.html'}); + $routeProvider.otherwise({templateUrl: '404.html', controller: NotFoundCtrl}); + }); + + inject(function($route, $location, $rootScope) { + var onChangeSpy = jasmine.createSpy('onChange'); + + $rootScope.$on('$routeChangeStart', onChangeSpy); + expect($route.current).toBeUndefined(); + expect(onChangeSpy).not.toHaveBeenCalled(); + + $location.path('/unknownRoute'); + $rootScope.$digest(); + + expect($route.current.templateUrl).toBe('404.html'); + expect($route.current.controller).toBe(NotFoundCtrl); + expect(onChangeSpy).toHaveBeenCalled(); + + onChangeSpy.calls.reset(); + $location.path('/foo'); + $rootScope.$digest(); + + expect($route.current.templateUrl).toEqual('foo.html'); + expect($route.current.controller).toBeUndefined(); + expect(onChangeSpy).toHaveBeenCalled(); + }); + }); + + + it('should update $route.current and $route.next when default route is matched', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'foo.html'}); + $routeProvider.otherwise({templateUrl: '404.html'}); + }); + + inject(function($route, $location, $rootScope) { + var currentRoute, nextRoute, + onChangeSpy = jasmine.createSpy('onChange').and.callFake(function(e, next) { + currentRoute = $route.current; + nextRoute = next; + }); + + + // init + $rootScope.$on('$routeChangeStart', onChangeSpy); + expect($route.current).toBeUndefined(); + expect(onChangeSpy).not.toHaveBeenCalled(); + + + // match otherwise route + $location.path('/unknownRoute'); + $rootScope.$digest(); + + expect(currentRoute).toBeUndefined(); + expect(nextRoute.templateUrl).toBe('404.html'); + expect($route.current.templateUrl).toBe('404.html'); + expect(onChangeSpy).toHaveBeenCalled(); + onChangeSpy.calls.reset(); + + // match regular route + $location.path('/foo'); + $rootScope.$digest(); + + expect(currentRoute.templateUrl).toBe('404.html'); + expect(nextRoute.templateUrl).toBe('foo.html'); + expect($route.current.templateUrl).toEqual('foo.html'); + expect(onChangeSpy).toHaveBeenCalled(); + onChangeSpy.calls.reset(); + + // match otherwise route again + $location.path('/anotherUnknownRoute'); + $rootScope.$digest(); + + expect(currentRoute.templateUrl).toBe('foo.html'); + expect(nextRoute.templateUrl).toBe('404.html'); + expect($route.current.templateUrl).toEqual('404.html'); + expect(onChangeSpy).toHaveBeenCalled(); + }); + }); + + + it('should interpret a string as a redirect route', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'foo.html'}); + $routeProvider.when('/baz', {templateUrl: 'baz.html'}); + $routeProvider.otherwise('/foo'); + }); + + inject(function($route, $location, $rootScope) { + $location.path('/unknownRoute'); + $rootScope.$digest(); + + expect($location.path()).toBe('/foo'); + expect($route.current.templateUrl).toBe('foo.html'); + }); + }); + }); + + + describe('events', function() { + it('should not fire $routeChangeStart/Success during bootstrap (if no route)', function() { + var routeChangeSpy = jasmine.createSpy('route change'); + + module(function($routeProvider) { + $routeProvider.when('/one', {}); // no otherwise defined + }); + + inject(function($rootScope, $route, $location) { + $rootScope.$on('$routeChangeStart', routeChangeSpy); + $rootScope.$on('$routeChangeSuccess', routeChangeSpy); + + $rootScope.$digest(); + expect(routeChangeSpy).not.toHaveBeenCalled(); + + $location.path('/no-route-here'); + $rootScope.$digest(); + expect(routeChangeSpy).not.toHaveBeenCalled(); + + $location.path('/one'); + $rootScope.$digest(); + expect(routeChangeSpy).toHaveBeenCalled(); + }); + }); + + it('should fire $routeChangeStart and resolve promises', function() { + var deferA, + deferB; + + module(function($provide, $routeProvider) { + $provide.factory('b', function($q) { + deferB = $q.defer(); + return deferB.promise; + }); + $routeProvider.when('/path', { templateUrl: 'foo.html', resolve: { + a: ['$q', function($q) { + deferA = $q.defer(); + return deferA.promise; + }], + b: 'b' + } }); + }); + + inject(function($location, $route, $rootScope, $httpBackend) { + var log = ''; + + $httpBackend.expectGET('foo.html').respond('FOO'); + + $location.path('/path'); + $rootScope.$digest(); + expect(log).toEqual(''); + $httpBackend.flush(); + expect(log).toEqual(''); + deferA.resolve(); + $rootScope.$digest(); + expect(log).toEqual(''); + deferB.resolve(); + $rootScope.$digest(); + expect($route.current.locals.$template).toEqual('FOO'); + }); + }); + + + it('should fire $routeChangeError event on resolution error', function() { + var deferA; + + module(function($provide, $routeProvider) { + $routeProvider.when('/path', { template: 'foo', resolve: { + a: function($q) { + deferA = $q.defer(); + return deferA.promise; + } + } }); + }); + + inject(function($location, $route, $rootScope) { + var log = ''; + + $rootScope.$on('$routeChangeStart', function() { log += 'before();'; }); + $rootScope.$on('$routeChangeError', function(e, n, l, reason) { log += 'failed(' + reason + ');'; }); + + $location.path('/path'); + $rootScope.$digest(); + expect(log).toEqual('before();'); + + deferA.reject('MyError'); + $rootScope.$digest(); + expect(log).toEqual('before();failed(MyError);'); + }); + }); + + + it('should fetch templates', function() { + module(function($routeProvider) { + $routeProvider. + when('/r1', { templateUrl: 'r1.html' }). + when('/r2', { templateUrl: 'r2.html' }); + }); + + inject(function($route, $httpBackend, $location, $rootScope) { + var log = ''; + $rootScope.$on('$routeChangeStart', function(e, next) { log += '$before(' + next.templateUrl + ');'; }); + $rootScope.$on('$routeChangeSuccess', function(e, next) { log += '$after(' + next.templateUrl + ');'; }); + + $httpBackend.expectGET('r1.html').respond('R1'); + $httpBackend.expectGET('r2.html').respond('R2'); + + $location.path('/r1'); + $rootScope.$digest(); + expect(log).toBe('$before(r1.html);'); + + $location.path('/r2'); + $rootScope.$digest(); + expect(log).toBe('$before(r1.html);$before(r2.html);'); + + $httpBackend.flush(); + expect(log).toBe('$before(r1.html);$before(r2.html);$after(r2.html);'); + expect(log).not.toContain('$after(r1.html);'); + }); + }); + + it('should NOT load cross domain templates by default', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', { templateUrl: 'http://example.com/foo.html' }); + }); + + inject(function($route, $location, $rootScope) { + var onError = jasmine.createSpy('onError'); + var onSuccess = jasmine.createSpy('onSuccess'); + + $rootScope.$on('$routeChangeError', onError); + $rootScope.$on('$routeChangeSuccess', onSuccess); + + $location.path('/foo'); + $rootScope.$digest(); + + expect(onSuccess).not.toHaveBeenCalled(); + expect(onError).toHaveBeenCalled(); + expect(onError.calls.mostRecent().args[3]).toEqualMinErr('$sce', 'insecurl', + 'Blocked loading resource from url not allowed by $sceDelegate policy. ' + + 'URL: http://example.com/foo.html'); + }); + }); + + it('should load cross domain templates that are trusted', function() { + module(function($routeProvider, $sceDelegateProvider) { + $routeProvider.when('/foo', { templateUrl: 'http://example.com/foo.html' }); + $sceDelegateProvider.trustedResourceUrlList([/^http:\/\/example\.com\/foo\.html$/]); + }); + + inject(function($route, $location, $rootScope) { + $httpBackend.whenGET('http://example.com/foo.html').respond('FOO BODY'); + $location.path('/foo'); + $rootScope.$digest(); + $httpBackend.flush(); + expect($route.current.locals.$template).toEqual('FOO BODY'); + }); + }); + + it('should not update $routeParams until $routeChangeSuccess', function() { + module(function($routeProvider) { + $routeProvider. + when('/r1/:id', { templateUrl: 'r1.html' }). + when('/r2/:id', { templateUrl: 'r2.html' }); + }); + + inject(function($route, $httpBackend, $location, $rootScope, $routeParams) { + var log = ''; + $rootScope.$on('$routeChangeStart', function(e, next) { log += '$before' + angular.toJson($routeParams) + ';'; }); + $rootScope.$on('$routeChangeSuccess', function(e, next) { log += '$after' + angular.toJson($routeParams) + ';'; }); + + $httpBackend.whenGET('r1.html').respond('R1'); + $httpBackend.whenGET('r2.html').respond('R2'); + + $location.path('/r1/1'); + $rootScope.$digest(); + expect(log).toBe('$before{};'); + $httpBackend.flush(); + expect(log).toBe('$before{};$after{"id":"1"};'); + + log = ''; + + $location.path('/r2/2'); + $rootScope.$digest(); + expect(log).toBe('$before{"id":"1"};'); + $httpBackend.flush(); + expect(log).toBe('$before{"id":"1"};$after{"id":"2"};'); + }); + }); + + + it('should drop in progress route change when new route change occurs', function() { + module(function($routeProvider) { + $routeProvider. + when('/r1', { templateUrl: 'r1.html' }). + when('/r2', { templateUrl: 'r2.html' }); + }); + + inject(function($route, $httpBackend, $location, $rootScope) { + var log = ''; + $rootScope.$on('$routeChangeStart', function(e, next) { log += '$before(' + next.templateUrl + ');'; }); + $rootScope.$on('$routeChangeSuccess', function(e, next) { log += '$after(' + next.templateUrl + ');'; }); + + $httpBackend.expectGET('r1.html').respond('R1'); + $httpBackend.expectGET('r2.html').respond('R2'); + + $location.path('/r1'); + $rootScope.$digest(); + expect(log).toBe('$before(r1.html);'); + + $location.path('/r2'); + $rootScope.$digest(); + expect(log).toBe('$before(r1.html);$before(r2.html);'); + + $httpBackend.flush(); + expect(log).toBe('$before(r1.html);$before(r2.html);$after(r2.html);'); + expect(log).not.toContain('$after(r1.html);'); + }); + }); + + + it('should throw an error when a template is not found', function() { + module(function($routeProvider, $exceptionHandlerProvider) { + $exceptionHandlerProvider.mode('log'); + $routeProvider. + when('/r1', { templateUrl: 'r1.html' }). + when('/r2', { templateUrl: 'r2.html' }). + when('/r3', { templateUrl: 'r3.html' }); + }); + + inject(function($route, $httpBackend, $location, $rootScope, $exceptionHandler) { + $httpBackend.expectGET('r1.html').respond(404, 'R1'); + $location.path('/r1'); + $rootScope.$digest(); + + $httpBackend.flush(); + expect($exceptionHandler.errors.pop()). + toEqualMinErr('$templateRequest', 'tpload', 'Failed to load template: r1.html'); + + $httpBackend.expectGET('r2.html').respond(''); + $location.path('/r2'); + $rootScope.$digest(); + + $httpBackend.flush(); + expect($exceptionHandler.errors.length).toBe(0); + + $httpBackend.expectGET('r3.html').respond('abc'); + $location.path('/r3'); + $rootScope.$digest(); + + $httpBackend.flush(); + expect($exceptionHandler.errors.length).toBe(0); + }); + }); + + + it('should catch local factory errors', function() { + var myError = new Error('MyError'); + module(function($routeProvider) { + $routeProvider.when('/locals', { + resolve: { + a: function($q) { + throw myError; + } + } + }); + }); + + inject(function($location, $route, $rootScope) { + spyOn($rootScope, '$broadcast').and.callThrough(); + + $location.path('/locals'); + $rootScope.$digest(); + + expect($rootScope.$broadcast).toHaveBeenCalledWith( + '$routeChangeError', jasmine.any(Object), undefined, myError); + }); + }); + }); + + + it('should match route with and without trailing slash', function() { + module(function($routeProvider) { + $routeProvider.when('/foo', {templateUrl: 'foo.html'}); + $routeProvider.when('/bar/', {templateUrl: 'bar.html'}); + }); + + inject(function($route, $location, $rootScope) { + $location.path('/foo'); + $rootScope.$digest(); + expect($location.path()).toBe('/foo'); + expect($route.current.templateUrl).toBe('foo.html'); + + $location.path('/foo/'); + $rootScope.$digest(); + expect($location.path()).toBe('/foo'); + expect($route.current.templateUrl).toBe('foo.html'); + + $location.path('/bar'); + $rootScope.$digest(); + expect($location.path()).toBe('/bar/'); + expect($route.current.templateUrl).toBe('bar.html'); + + $location.path('/bar/'); + $rootScope.$digest(); + expect($location.path()).toBe('/bar/'); + expect($route.current.templateUrl).toBe('bar.html'); + }); + }); + + + it('should not get affected by modifying the route definition object after route registration', + function() { + module(function($routeProvider) { + var rdo = {}; + + rdo.templateUrl = 'foo.html'; + $routeProvider.when('/foo', rdo); + + rdo.templateUrl = 'bar.html'; + $routeProvider.when('/bar', rdo); + }); + + inject(function($location, $rootScope, $route) { + $location.path('/bar'); + $rootScope.$digest(); + expect($location.path()).toBe('/bar'); + expect($route.current.templateUrl).toBe('bar.html'); + + $location.path('/foo'); + $rootScope.$digest(); + expect($location.path()).toBe('/foo'); + expect($route.current.templateUrl).toBe('foo.html'); + }); + } + ); + + + it('should use the property values of the passed in route definition object directly', + function() { + var $routeProvider; + + module(function(_$routeProvider_) { + $routeProvider = _$routeProvider_; + }); + + inject(function($location, $rootScope, $route, $sce) { + var sceWrappedUrl = $sce.trustAsResourceUrl('foo.html'); + $routeProvider.when('/foo', {templateUrl: sceWrappedUrl}); + + $location.path('/foo'); + $rootScope.$digest(); + expect($location.path()).toBe('/foo'); + expect($route.current.templateUrl).toBe(sceWrappedUrl); + }); + } + ); + + + it('should support custom `$sce` implementations', function() { + function MySafeResourceUrl(val) { + var self = this; + this._val = val; + this.getVal = function() { + return (this !== self) ? null : this._val; + }; + } + + var $routeProvider; + + module(function($provide, _$routeProvider_) { + $routeProvider = _$routeProvider_; + + $provide.decorator('$sce', function($delegate) { + function getVal(v) { return v.getVal ? v.getVal() : v; } + $delegate.trustAsResourceUrl = function(url) { return new MySafeResourceUrl(url); }; + $delegate.getTrustedResourceUrl = function(v) { return getVal(v); }; + $delegate.valueOf = function(v) { return getVal(v); }; + return $delegate; + }); + }); + + inject(function($location, $rootScope, $route, $sce) { + $routeProvider.when('/foo', {templateUrl: $sce.trustAsResourceUrl('foo.html')}); + + $location.path('/foo'); + $rootScope.$digest(); + expect($location.path()).toBe('/foo'); + expect($sce.valueOf($route.current.templateUrl)).toBe('foo.html'); + }); + }); + + + describe('redirection', function() { + describe('via `redirectTo`', function() { + it('should support redirection via redirectTo property by updating $location', function() { + module(function($routeProvider) { + $routeProvider.when('/', {redirectTo: '/foo'}); + $routeProvider.when('/foo', {templateUrl: 'foo.html'}); + $routeProvider.when('/bar', {templateUrl: 'bar.html'}); + $routeProvider.when('/baz', {redirectTo: '/bar'}); + $routeProvider.otherwise({templateUrl: '404.html'}); + }); + + inject(function($route, $location, $rootScope) { + var onChangeSpy = jasmine.createSpy('onChange'); + + $rootScope.$on('$routeChangeStart', onChangeSpy); + expect($route.current).toBeUndefined(); + expect(onChangeSpy).not.toHaveBeenCalled(); + + $location.path('/'); + $rootScope.$digest(); + expect($location.path()).toBe('/foo'); + expect($route.current.templateUrl).toBe('foo.html'); + expect(onChangeSpy).toHaveBeenCalledTimes(2); + + onChangeSpy.calls.reset(); + $location.path('/baz'); + $rootScope.$digest(); + expect($location.path()).toBe('/bar'); + expect($route.current.templateUrl).toBe('bar.html'); + expect(onChangeSpy).toHaveBeenCalledTimes(2); + }); + }); + + + it('should interpolate route vars in the redirected path from original path', function() { + module(function($routeProvider) { + $routeProvider.when('/foo/:id/foo/:subid/:extraId', {redirectTo: '/bar/:id/:subid/23'}); + $routeProvider.when('/bar/:id/:subid/:subsubid', {templateUrl: 'bar.html'}); + $routeProvider.when('/baz/:id/:path*', {redirectTo: '/path/:path/:id'}); + $routeProvider.when('/path/:path*/:id', {templateUrl: 'foo.html'}); + }); + + inject(function($route, $location, $rootScope) { + $location.path('/foo/id1/foo/subid3/gah'); + $rootScope.$digest(); + + expect($location.path()).toEqual('/bar/id1/subid3/23'); + expect($location.search()).toEqual({extraId: 'gah'}); + expect($route.current.templateUrl).toEqual('bar.html'); + + $location.path('/baz/1/foovalue/barvalue'); + $rootScope.$digest(); + expect($location.path()).toEqual('/path/foovalue/barvalue/1'); + expect($route.current.templateUrl).toEqual('foo.html'); + }); + }); + + + it('should interpolate route vars in the redirected path from original search', function() { + module(function($routeProvider) { + $routeProvider.when('/bar/:id/:subid/:subsubid', {templateUrl: 'bar.html'}); + $routeProvider.when('/foo/:id/:extra', {redirectTo: '/bar/:id/:subid/99'}); + }); + + inject(function($route, $location, $rootScope) { + $location.path('/foo/id3/eId').search('subid=sid1&appended=true'); + $rootScope.$digest(); + + expect($location.path()).toEqual('/bar/id3/sid1/99'); + expect($location.search()).toEqual({appended: 'true', extra: 'eId'}); + expect($route.current.templateUrl).toEqual('bar.html'); + }); + }); + + + it('should properly process route params which are both eager and optional', function() { + module(function($routeProvider) { + $routeProvider.when('/foo/:param1*?/:param2', {templateUrl: 'foo.html'}); + }); + + inject(function($location, $rootScope, $route) { + $location.path('/foo/bar1/bar2/bar3/baz'); + $rootScope.$digest(); + + expect($location.path()).toEqual('/foo/bar1/bar2/bar3/baz'); + expect($route.current.params.param1).toEqual('bar1/bar2/bar3'); + expect($route.current.params.param2).toEqual('baz'); + expect($route.current.templateUrl).toEqual('foo.html'); + + $location.path('/foo/baz'); + $rootScope.$digest(); + + expect($location.path()).toEqual('/foo/baz'); + expect($route.current.params.param1).toEqual(undefined); + expect($route.current.params.param2).toEqual('baz'); + expect($route.current.templateUrl).toEqual('foo.html'); + + }); + }); + + + it('should properly interpolate optional and eager route vars ' + + 'when redirecting from path with trailing slash', function() { + module(function($routeProvider) { + $routeProvider.when('/foo/:id?/:subid?', {templateUrl: 'foo.html'}); + $routeProvider.when('/bar/:id*/:subid', {templateUrl: 'bar.html'}); + }); + + inject(function($location, $rootScope, $route) { + $location.path('/foo/id1/subid2/'); + $rootScope.$digest(); + + expect($location.path()).toEqual('/foo/id1/subid2'); + expect($route.current.templateUrl).toEqual('foo.html'); + + $location.path('/bar/id1/extra/subid2/'); + $rootScope.$digest(); + + expect($location.path()).toEqual('/bar/id1/extra/subid2'); + expect($route.current.templateUrl).toEqual('bar.html'); + }); + }); + + + it('should allow custom redirectTo function to be used', function() { + function customRedirectFn(routePathParams, path, search) { + expect(routePathParams).toEqual({id: 'id3'}); + expect(path).toEqual('/foo/id3'); + expect(search).toEqual({subid: 'sid1', appended: 'true'}); + return '/custom'; + } + + module(function($routeProvider) { + $routeProvider.when('/foo/:id', {redirectTo: customRedirectFn}); + }); + + inject(function($route, $location, $rootScope) { + $location.path('/foo/id3').search('subid=sid1&appended=true'); + $rootScope.$digest(); + + expect($location.path()).toEqual('/custom'); + }); + }); + + + it('should broadcast `$routeChangeError` when redirectTo throws', function() { + var error = new Error('Test'); + + module(function($routeProvider) { + $routeProvider.when('/foo', {redirectTo: function() { throw error; }}); + }); + + inject(function($exceptionHandler, $location, $rootScope, $route) { + spyOn($rootScope, '$broadcast').and.callThrough(); + + $location.path('/foo'); + $rootScope.$digest(); + + var lastCallArgs = $rootScope.$broadcast.calls.mostRecent().args; + expect(lastCallArgs[0]).toBe('$routeChangeError'); + expect(lastCallArgs[3]).toBe(error); + }); + }); + + + it('should replace the url when redirecting', function() { + module(function($routeProvider) { + $routeProvider.when('/bar/:id', {templateUrl: 'bar.html'}); + $routeProvider.when('/foo/:id/:extra', {redirectTo: '/bar/:id'}); + }); + inject(function($browser, $route, $location, $rootScope) { + var $browserUrl = spyOnlyCallsWithArgs($browser, 'url').and.callThrough(); + + $location.path('/foo/id3/eId'); + $rootScope.$digest(); + + expect($location.path()).toEqual('/bar/id3'); + expect($browserUrl.calls.mostRecent().args) + .toEqual(['http://server/#!/bar/id3?extra=eId', true, null]); + }); + }); + + + it('should not process route bits', function() { + var firstController = jasmine.createSpy('first controller spy'); + var firstTemplate = jasmine.createSpy('first template spy').and.returnValue('redirected view'); + var firstResolve = jasmine.createSpy('first resolve spy'); + var secondController = jasmine.createSpy('second controller spy'); + var secondTemplate = jasmine.createSpy('second template spy').and.returnValue('redirected view'); + var secondResolve = jasmine.createSpy('second resolve spy'); + module(function($routeProvider) { + $routeProvider.when('/redirect', { + template: firstTemplate, + redirectTo: '/redirected', + resolve: { value: firstResolve }, + controller: firstController + }); + $routeProvider.when('/redirected', { + template: secondTemplate, + resolve: { value: secondResolve }, + controller: secondController + }); + }); + inject(function($route, $location, $rootScope, $compile) { + var element = $compile('
                        ')($rootScope); + $location.path('/redirect'); + $rootScope.$digest(); + + expect(firstController).not.toHaveBeenCalled(); + expect(firstTemplate).not.toHaveBeenCalled(); + expect(firstResolve).not.toHaveBeenCalled(); + + expect(secondController).toHaveBeenCalled(); + expect(secondTemplate).toHaveBeenCalled(); + expect(secondResolve).toHaveBeenCalled(); + + dealoc(element); + }); + }); + + + it('should not redirect transition if `redirectTo` returns `undefined`', function() { + var controller = jasmine.createSpy('first controller spy'); + var templateFn = jasmine.createSpy('first template spy').and.returnValue('redirected view'); + module(function($routeProvider) { + $routeProvider.when('/redirect/to/undefined', { + template: templateFn, + redirectTo: function() {}, + controller: controller + }); + }); + inject(function($route, $location, $rootScope, $compile) { + var element = $compile('
                        ')($rootScope); + $location.path('/redirect/to/undefined'); + $rootScope.$digest(); + expect(controller).toHaveBeenCalled(); + expect(templateFn).toHaveBeenCalled(); + expect($location.path()).toEqual('/redirect/to/undefined'); + dealoc(element); + }); + }); + }); + + describe('via `resolveRedirectTo`', function() { + var $compile; + var $location; + var $rootScope; + var $route; + + beforeEach(module(function() { + return function(_$compile_, _$location_, _$rootScope_, _$route_) { + $compile = _$compile_; + $location = _$location_; + $rootScope = _$rootScope_; + $route = _$route_; + }; + })); + + + it('should be ignored if `redirectTo` is also present', function() { + var newUrl; + var getNewUrl = function() { return newUrl; }; + + var resolveRedirectToSpy = jasmine.createSpy('resolveRedirectTo').and.returnValue('/bar'); + var redirectToSpy = jasmine.createSpy('redirectTo').and.callFake(getNewUrl); + var templateSpy = jasmine.createSpy('template').and.returnValue('Foo'); + + module(function($routeProvider) { + $routeProvider. + when('/foo', { + resolveRedirectTo: resolveRedirectToSpy, + redirectTo: redirectToSpy, + template: templateSpy + }). + when('/bar', {template: 'Bar'}). + when('/baz', {template: 'Baz'}); + }); + + inject(function() { + newUrl = '/baz'; + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/baz'); + expect($route.current.template).toBe('Baz'); + expect(resolveRedirectToSpy).not.toHaveBeenCalled(); + expect(redirectToSpy).toHaveBeenCalled(); + expect(templateSpy).not.toHaveBeenCalled(); + + redirectToSpy.calls.reset(); + + newUrl = undefined; + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/foo'); + expect($route.current.template).toBe(templateSpy); + expect(resolveRedirectToSpy).not.toHaveBeenCalled(); + expect(redirectToSpy).toHaveBeenCalled(); + expect(templateSpy).toHaveBeenCalled(); + }); + }); + + + it('should redirect to the returned url', function() { + module(function($routeProvider) { + $routeProvider. + when('/foo', {resolveRedirectTo: function() { return '/bar?baz=qux'; }}). + when('/bar', {template: 'Bar'}); + }); + + inject(function() { + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/bar'); + expect($location.search()).toEqual({baz: 'qux'}); + expect($route.current.template).toBe('Bar'); + }); + }); + + + it('should support returning a promise', function() { + module(function($routeProvider) { + $routeProvider. + when('/foo', {resolveRedirectTo: function($q) { return $q.resolve('/bar'); }}). + when('/bar', {template: 'Bar'}); + }); + + inject(function() { + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/bar'); + expect($route.current.template).toBe('Bar'); + }); + }); + + + it('should support dependency injection', function() { + module(function($provide, $routeProvider) { + $provide.value('nextRoute', '/bar'); + + $routeProvider. + when('/foo', { + resolveRedirectTo: function(nextRoute) { + return nextRoute; + } + }); + }); + + inject(function() { + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/bar'); + }); + }); + + + it('should have access to the current routeParams via `$route.current.params`', function() { + module(function($routeProvider) { + $routeProvider. + when('/foo/:bar/baz/:qux', { + resolveRedirectTo: function($route) { + expect($route.current.params).toEqual(jasmine.objectContaining({ + bar: '1', + qux: '2' + })); + + return '/passed'; + } + }); + }); + + inject(function() { + $location.path('/foo/1/baz/2').search({bar: 'qux'}); + $rootScope.$digest(); + + expect($location.path()).toBe('/passed'); + }); + }); + + + it('should not process route bits until the promise is resolved', function() { + var spies = createSpies(); + var called = false; + var deferred; + + module(function($routeProvider) { + setupRoutes($routeProvider, spies, function($q) { + called = true; + deferred = $q.defer(); + return deferred.promise; + }); + }); + + inject(function() { + var element = $compile('
                        ')($rootScope); + + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/foo'); + expect(called).toBe(true); + expect(spies.fooResolveSpy).not.toHaveBeenCalled(); + expect(spies.fooTemplateSpy).not.toHaveBeenCalled(); + expect(spies.fooControllerSpy).not.toHaveBeenCalled(); + expect(spies.barResolveSpy).not.toHaveBeenCalled(); + expect(spies.barTemplateSpy).not.toHaveBeenCalled(); + expect(spies.barControllerSpy).not.toHaveBeenCalled(); + + deferred.resolve('/bar'); + $rootScope.$digest(); + expect($location.path()).toBe('/bar'); + expect(spies.fooResolveSpy).not.toHaveBeenCalled(); + expect(spies.fooTemplateSpy).not.toHaveBeenCalled(); + expect(spies.fooControllerSpy).not.toHaveBeenCalled(); + expect(spies.barResolveSpy).toHaveBeenCalled(); + expect(spies.barTemplateSpy).toHaveBeenCalled(); + expect(spies.barControllerSpy).toHaveBeenCalled(); + + dealoc(element); + }); + }); + + + it('should not redirect if `undefined` is returned', function() { + var spies = createSpies(); + var called = false; + + module(function($routeProvider) { + setupRoutes($routeProvider, spies, function() { + called = true; + return undefined; + }); + }); + + inject(function() { + var element = $compile('
                        ')($rootScope); + + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/foo'); + expect(called).toBe(true); + expect(spies.fooResolveSpy).toHaveBeenCalled(); + expect(spies.fooTemplateSpy).toHaveBeenCalled(); + expect(spies.fooControllerSpy).toHaveBeenCalled(); + expect(spies.barResolveSpy).not.toHaveBeenCalled(); + expect(spies.barTemplateSpy).not.toHaveBeenCalled(); + expect(spies.barControllerSpy).not.toHaveBeenCalled(); + + dealoc(element); + }); + }); + + + it('should not redirect if the returned promise resolves to `undefined`', function() { + var spies = createSpies(); + var called = false; + + module(function($routeProvider) { + setupRoutes($routeProvider, spies, function($q) { + called = true; + return $q.resolve(undefined); + }); + }); + + inject(function() { + var element = $compile('
                        ')($rootScope); + + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/foo'); + expect(called).toBe(true); + expect(spies.fooResolveSpy).toHaveBeenCalled(); + expect(spies.fooTemplateSpy).toHaveBeenCalled(); + expect(spies.fooControllerSpy).toHaveBeenCalled(); + expect(spies.barResolveSpy).not.toHaveBeenCalled(); + expect(spies.barTemplateSpy).not.toHaveBeenCalled(); + expect(spies.barControllerSpy).not.toHaveBeenCalled(); + + dealoc(element); + }); + }); + + + it('should not redirect if the returned promise gets rejected', function() { + var spies = createSpies(); + var called = false; + + module(function($routeProvider) { + setupRoutes($routeProvider, spies, function($q) { + called = true; + return $q.reject(''); + }); + }); + + inject(function() { + spyOn($rootScope, '$broadcast').and.callThrough(); + + var element = $compile('
                        ')($rootScope); + + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/foo'); + expect(called).toBe(true); + expect(spies.fooResolveSpy).not.toHaveBeenCalled(); + expect(spies.fooTemplateSpy).not.toHaveBeenCalled(); + expect(spies.fooControllerSpy).not.toHaveBeenCalled(); + expect(spies.barResolveSpy).not.toHaveBeenCalled(); + expect(spies.barTemplateSpy).not.toHaveBeenCalled(); + expect(spies.barControllerSpy).not.toHaveBeenCalled(); + + var lastCallArgs = $rootScope.$broadcast.calls.mostRecent().args; + expect(lastCallArgs[0]).toBe('$routeChangeError'); + + dealoc(element); + }); + }); + + + it('should ignore previous redirection if newer transition happened', function() { + var spies = createSpies(); + var called = false; + var deferred; + + module(function($routeProvider) { + setupRoutes($routeProvider, spies, function($q) { + called = true; + deferred = $q.defer(); + return deferred.promise; + }); + }); + + inject(function() { + spyOn($location, 'url').and.callThrough(); + + var element = $compile('
                        ')($rootScope); + + $location.path('/foo'); + $rootScope.$digest(); + + expect($location.path()).toBe('/foo'); + expect(called).toBe(true); + expect(spies.fooResolveSpy).not.toHaveBeenCalled(); + expect(spies.fooTemplateSpy).not.toHaveBeenCalled(); + expect(spies.fooControllerSpy).not.toHaveBeenCalled(); + expect(spies.barResolveSpy).not.toHaveBeenCalled(); + expect(spies.barTemplateSpy).not.toHaveBeenCalled(); + expect(spies.barControllerSpy).not.toHaveBeenCalled(); + expect(spies.bazResolveSpy).not.toHaveBeenCalled(); + expect(spies.bazTemplateSpy).not.toHaveBeenCalled(); + expect(spies.bazControllerSpy).not.toHaveBeenCalled(); + + $location.path('/baz'); + $rootScope.$digest(); + + expect($location.path()).toBe('/baz'); + expect(spies.fooResolveSpy).not.toHaveBeenCalled(); + expect(spies.fooTemplateSpy).not.toHaveBeenCalled(); + expect(spies.fooControllerSpy).not.toHaveBeenCalled(); + expect(spies.barResolveSpy).not.toHaveBeenCalled(); + expect(spies.barTemplateSpy).not.toHaveBeenCalled(); + expect(spies.barControllerSpy).not.toHaveBeenCalled(); + expect(spies.bazResolveSpy).toHaveBeenCalledOnce(); + expect(spies.bazTemplateSpy).toHaveBeenCalledOnce(); + expect(spies.bazControllerSpy).toHaveBeenCalledOnce(); + + deferred.resolve(); + $rootScope.$digest(); + + expect($location.path()).toBe('/baz'); + expect(spies.fooResolveSpy).not.toHaveBeenCalled(); + expect(spies.fooTemplateSpy).not.toHaveBeenCalled(); + expect(spies.fooControllerSpy).not.toHaveBeenCalled(); + expect(spies.barResolveSpy).not.toHaveBeenCalled(); + expect(spies.barTemplateSpy).not.toHaveBeenCalled(); + expect(spies.barControllerSpy).not.toHaveBeenCalled(); + expect(spies.bazResolveSpy).toHaveBeenCalledOnce(); + expect(spies.bazTemplateSpy).toHaveBeenCalledOnce(); + expect(spies.bazControllerSpy).toHaveBeenCalledOnce(); + + dealoc(element); + }); + }); + + + // Helpers + function createSpies() { + return { + fooResolveSpy: jasmine.createSpy('fooResolve'), + fooTemplateSpy: jasmine.createSpy('fooTemplate').and.returnValue('Foo'), + fooControllerSpy: jasmine.createSpy('fooController'), + barResolveSpy: jasmine.createSpy('barResolve'), + barTemplateSpy: jasmine.createSpy('barTemplate').and.returnValue('Bar'), + barControllerSpy: jasmine.createSpy('barController'), + bazResolveSpy: jasmine.createSpy('bazResolve'), + bazTemplateSpy: jasmine.createSpy('bazTemplate').and.returnValue('Baz'), + bazControllerSpy: jasmine.createSpy('bazController') + }; + } + + function setupRoutes(routeProvider, spies, resolveRedirectToFn) { + routeProvider. + when('/foo', { + resolveRedirectTo: resolveRedirectToFn, + resolve: {_: spies.fooResolveSpy}, + template: spies.fooTemplateSpy, + controller: spies.fooControllerSpy + }). + when('/bar', { + resolve: {_: spies.barResolveSpy}, + template: spies.barTemplateSpy, + controller: spies.barControllerSpy + }). + when('/baz', { + resolve: {_: spies.bazResolveSpy}, + template: spies.bazTemplateSpy, + controller: spies.bazControllerSpy + }); + } + }); + }); + + + describe('reloadOnUrl', function() { + it('should reload when `reloadOnUrl` is true and `.url()` changes', function() { + var routeChange = jasmine.createSpy('routeChange'); + + module(function($routeProvider) { + $routeProvider.when('/path/:param', {}); + }); + + inject(function($location, $rootScope, $routeParams) { + $rootScope.$on('$routeChangeStart', routeChange); + + // Initial load + $location.path('/path/foo'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledOnce(); + expect($routeParams).toEqual({param: 'foo'}); + + routeChange.calls.reset(); + + // Reload on `path` change + $location.path('/path/bar'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledOnce(); + expect($routeParams).toEqual({param: 'bar'}); + + routeChange.calls.reset(); + + // Reload on `search` change + $location.search('foo', 'bar'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledOnce(); + expect($routeParams).toEqual({param: 'bar', foo: 'bar'}); + + routeChange.calls.reset(); + + // Reload on `hash` change + $location.hash('baz'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledOnce(); + expect($routeParams).toEqual({param: 'bar', foo: 'bar'}); + }); + }); + + + it('should reload when `reloadOnUrl` is false and URL maps to different route', + function() { + var routeChange = jasmine.createSpy('routeChange'); + var routeUpdate = jasmine.createSpy('routeUpdate'); + + module(function($routeProvider) { + $routeProvider. + when('/path/:param', {reloadOnUrl: false}). + otherwise({}); + }); + + inject(function($location, $rootScope, $routeParams) { + $rootScope.$on('$routeChangeStart', routeChange); + $rootScope.$on('$routeChangeSuccess', routeChange); + $rootScope.$on('$routeUpdate', routeUpdate); + + expect(routeChange).not.toHaveBeenCalled(); + + // Initial load + $location.path('/path/foo'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledTimes(2); + expect(routeUpdate).not.toHaveBeenCalled(); + expect($routeParams).toEqual({param: 'foo'}); + + routeChange.calls.reset(); + + // Route change + $location.path('/other/path/bar'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledTimes(2); + expect(routeUpdate).not.toHaveBeenCalled(); + expect($routeParams).toEqual({}); + }); + } + ); + + + it('should not reload when `reloadOnUrl` is false and URL maps to the same route', + function() { + var routeChange = jasmine.createSpy('routeChange'); + var routeUpdate = jasmine.createSpy('routeUpdate'); + + module(function($routeProvider) { + $routeProvider.when('/path/:param', {reloadOnUrl: false}); + }); + + inject(function($location, $rootScope, $routeParams) { + $rootScope.$on('$routeChangeStart', routeChange); + $rootScope.$on('$routeChangeSuccess', routeChange); + $rootScope.$on('$routeUpdate', routeUpdate); + + expect(routeChange).not.toHaveBeenCalled(); + + // Initial load + $location.path('/path/foo'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledTimes(2); + expect(routeUpdate).not.toHaveBeenCalled(); + expect($routeParams).toEqual({param: 'foo'}); + + routeChange.calls.reset(); + + // Route update (no reload) + $location.path('/path/bar').search('foo', 'bar').hash('baz'); + $rootScope.$digest(); + expect(routeChange).not.toHaveBeenCalled(); + expect(routeUpdate).toHaveBeenCalledOnce(); + expect($routeParams).toEqual({param: 'bar', foo: 'bar'}); + }); + } + ); + + + it('should update `$routeParams` even when not reloading a route', function() { + var routeChange = jasmine.createSpy('routeChange'); + + module(function($routeProvider) { + $routeProvider.when('/path/:param', {reloadOnUrl: false}); + }); + + inject(function($location, $rootScope, $routeParams) { + $rootScope.$on('$routeChangeStart', routeChange); + $rootScope.$on('$routeChangeSuccess', routeChange); + + expect(routeChange).not.toHaveBeenCalled(); + + // Initial load + $location.path('/path/foo'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledTimes(2); + expect($routeParams).toEqual({param: 'foo'}); + + routeChange.calls.reset(); + + // Route update (no reload) + $location.path('/path/bar'); + $rootScope.$digest(); + expect(routeChange).not.toHaveBeenCalled(); + expect($routeParams).toEqual({param: 'bar'}); + }); + }); + + + describe('with `$route.reload()`', function() { + var $location; + var $log; + var $rootScope; + var $route; + var routeChangeStart; + var routeChangeSuccess; + + beforeEach(module(function($routeProvider) { + $routeProvider.when('/path/:param', { + template: '', + reloadOnUrl: false, + controller: function Controller($log) { + $log.debug('initialized'); + } + }); + })); + + beforeEach(inject(function($compile, _$location_, _$log_, _$rootScope_, _$route_) { + $location = _$location_; + $log = _$log_; + $rootScope = _$rootScope_; + $route = _$route_; + + routeChangeStart = jasmine.createSpy('routeChangeStart'); + routeChangeSuccess = jasmine.createSpy('routeChangeSuccess'); + + $rootScope.$on('$routeChangeStart', routeChangeStart); + $rootScope.$on('$routeChangeSuccess', routeChangeSuccess); + + element = $compile('
                        ')($rootScope); + })); + + + it('should reload the current route', function() { + $location.path('/path/foo'); + $rootScope.$digest(); + expect($location.path()).toBe('/path/foo'); + expect(routeChangeStart).toHaveBeenCalledOnce(); + expect(routeChangeSuccess).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + + routeChangeStart.calls.reset(); + routeChangeSuccess.calls.reset(); + $log.reset(); + + $route.reload(); + $rootScope.$digest(); + expect($location.path()).toBe('/path/foo'); + expect(routeChangeStart).toHaveBeenCalledOnce(); + expect(routeChangeSuccess).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + + $log.reset(); + }); + + + it('should support preventing a route reload', function() { + $location.path('/path/foo'); + $rootScope.$digest(); + expect($location.path()).toBe('/path/foo'); + expect(routeChangeStart).toHaveBeenCalledOnce(); + expect(routeChangeSuccess).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + + routeChangeStart.calls.reset(); + routeChangeSuccess.calls.reset(); + $log.reset(); + + routeChangeStart.and.callFake(function(evt) { evt.preventDefault(); }); + + $route.reload(); + $rootScope.$digest(); + expect($location.path()).toBe('/path/foo'); + expect(routeChangeStart).toHaveBeenCalledOnce(); + expect(routeChangeSuccess).not.toHaveBeenCalled(); + expect($log.debug.logs).toEqual([]); + }); + + + it('should reload the current route even if `reloadOnUrl` is disabled', + inject(function($routeParams) { + $location.path('/path/foo'); + $rootScope.$digest(); + expect(routeChangeStart).toHaveBeenCalledOnce(); + expect(routeChangeSuccess).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + expect($routeParams).toEqual({param: 'foo'}); + + routeChangeStart.calls.reset(); + routeChangeSuccess.calls.reset(); + $log.reset(); + + $location.path('/path/bar'); + $rootScope.$digest(); + expect(routeChangeStart).not.toHaveBeenCalled(); + expect(routeChangeSuccess).not.toHaveBeenCalled(); + expect($log.debug.logs).toEqual([]); + expect($routeParams).toEqual({param: 'bar'}); + + $route.reload(); + $rootScope.$digest(); + expect(routeChangeStart).toHaveBeenCalledOnce(); + expect(routeChangeSuccess).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + expect($routeParams).toEqual({param: 'bar'}); + + $log.reset(); + }) + ); + }); + }); + + describe('reloadOnSearch', function() { + it('should not have any effect if `reloadOnUrl` is false', function() { + var reloaded = jasmine.createSpy('route reload'); + + module(function($routeProvider) { + $routeProvider.when('/foo', { + reloadOnUrl: false, + reloadOnSearch: true + }); + }); + + inject(function($route, $location, $rootScope, $routeParams) { + $rootScope.$on('$routeChangeStart', reloaded); + + $location.path('/foo'); + $rootScope.$digest(); + expect(reloaded).toHaveBeenCalledOnce(); + expect($routeParams).toEqual({}); + + reloaded.calls.reset(); + + // trigger reload (via .search()) + $location.search({foo: 'bar'}); + $rootScope.$digest(); + expect(reloaded).not.toHaveBeenCalled(); + expect($routeParams).toEqual({foo: 'bar'}); + + // trigger reload (via .hash()) + $location.hash('baz'); + $rootScope.$digest(); + expect(reloaded).not.toHaveBeenCalled(); + expect($routeParams).toEqual({foo: 'bar'}); + }); + }); + + + it('should reload when `reloadOnSearch` is true and `.search()`/`.hash()` changes', + function() { + var reloaded = jasmine.createSpy('route reload'); + + module(function($routeProvider) { + $routeProvider.when('/foo', {controller: angular.noop}); + }); + + inject(function($route, $location, $rootScope, $routeParams) { + $rootScope.$on('$routeChangeStart', reloaded); + + $location.path('/foo'); + $rootScope.$digest(); + expect(reloaded).toHaveBeenCalledOnce(); + expect($routeParams).toEqual({}); + + reloaded.calls.reset(); + + // trigger reload (via .search()) + $location.search({foo: 'bar'}); + $rootScope.$digest(); + expect(reloaded).toHaveBeenCalledOnce(); + expect($routeParams).toEqual({foo: 'bar'}); + + reloaded.calls.reset(); + + // trigger reload (via .hash()) + $location.hash('baz'); + $rootScope.$digest(); + expect(reloaded).toHaveBeenCalledOnce(); + expect($routeParams).toEqual({foo: 'bar'}); + }); + } + ); + + + it('should not reload when `reloadOnSearch` is false and `.search()`/`.hash()` changes', + function() { + var routeChange = jasmine.createSpy('route change'), + routeUpdate = jasmine.createSpy('route update'); + + module(function($routeProvider) { + $routeProvider.when('/foo', {controller: angular.noop, reloadOnSearch: false}); + }); + + inject(function($route, $location, $rootScope) { + $rootScope.$on('$routeChangeStart', routeChange); + $rootScope.$on('$routeChangeSuccess', routeChange); + $rootScope.$on('$routeUpdate', routeUpdate); + + expect(routeChange).not.toHaveBeenCalled(); + + $location.path('/foo'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledTimes(2); + expect(routeUpdate).not.toHaveBeenCalled(); + + routeChange.calls.reset(); + + // don't trigger reload (via .search()) + $location.search({foo: 'bar'}); + $rootScope.$digest(); + expect(routeChange).not.toHaveBeenCalled(); + expect(routeUpdate).toHaveBeenCalledOnce(); + + routeUpdate.calls.reset(); + + // don't trigger reload (via .hash()) + $location.hash('baz'); + $rootScope.$digest(); + expect(routeChange).not.toHaveBeenCalled(); + expect(routeUpdate).toHaveBeenCalled(); + }); + } + ); + + + it('should reload when `reloadOnSearch` is false and url differs only in route path param', + function() { + var routeChange = jasmine.createSpy('route change'); + + module(function($routeProvider) { + $routeProvider.when('/foo/:fooId', {controller: angular.noop, reloadOnSearch: false}); + }); + + inject(function($route, $location, $rootScope) { + $rootScope.$on('$routeChangeStart', routeChange); + $rootScope.$on('$routeChangeSuccess', routeChange); + + expect(routeChange).not.toHaveBeenCalled(); + + $location.path('/foo/aaa'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledTimes(2); + routeChange.calls.reset(); + + $location.path('/foo/bbb'); + $rootScope.$digest(); + expect(routeChange).toHaveBeenCalledTimes(2); + routeChange.calls.reset(); + + $location.search({foo: 'bar'}).hash('baz'); + $rootScope.$digest(); + expect(routeChange).not.toHaveBeenCalled(); + }); + } + ); + + + it('should update params when `reloadOnSearch` is false and `.search()` changes', function() { + var routeParamsWatcher = jasmine.createSpy('routeParamsWatcher'); + + module(function($routeProvider) { + $routeProvider.when('/foo', {controller: angular.noop}); + $routeProvider.when('/bar/:barId', {controller: angular.noop, reloadOnSearch: false}); + }); + + inject(function($route, $location, $rootScope, $routeParams) { + $rootScope.$watch(function() { + return $routeParams; + }, function(value) { + routeParamsWatcher(value); + }, true); + + expect(routeParamsWatcher).not.toHaveBeenCalled(); + + $location.path('/foo'); + $rootScope.$digest(); + expect(routeParamsWatcher).toHaveBeenCalledWith({}); + routeParamsWatcher.calls.reset(); + + // trigger reload + $location.search({foo: 'bar'}); + $rootScope.$digest(); + expect(routeParamsWatcher).toHaveBeenCalledWith({foo: 'bar'}); + routeParamsWatcher.calls.reset(); + + $location.path('/bar/123').search({}); + $rootScope.$digest(); + expect(routeParamsWatcher).toHaveBeenCalledWith({barId: '123'}); + routeParamsWatcher.calls.reset(); + + // don't trigger reload + $location.search({foo: 'bar'}); + $rootScope.$digest(); + expect(routeParamsWatcher).toHaveBeenCalledWith({barId: '123', foo: 'bar'}); + }); + }); + + + it('should allow using a function as a template', function() { + var customTemplateWatcher = jasmine.createSpy('customTemplateWatcher'); + + function customTemplateFn(routePathParams) { + customTemplateWatcher(routePathParams); + expect(routePathParams).toEqual({id: 'id3'}); + return '

                        ' + routePathParams.id + '

                        '; + } + + module(function($routeProvider) { + $routeProvider.when('/bar/:id/:subid/:subsubid', {templateUrl: 'bar.html'}); + $routeProvider.when('/foo/:id', {template: customTemplateFn}); + }); + + inject(function($route, $location, $rootScope) { + $location.path('/foo/id3'); + $rootScope.$digest(); + + expect(customTemplateWatcher).toHaveBeenCalledWith({id: 'id3'}); + }); + }); + + + it('should allow using a function as a templateUrl', function() { + var customTemplateUrlWatcher = jasmine.createSpy('customTemplateUrlWatcher'); + + function customTemplateUrlFn(routePathParams) { + customTemplateUrlWatcher(routePathParams); + expect(routePathParams).toEqual({id: 'id3'}); + return 'foo.html'; + } + + module(function($routeProvider) { + $routeProvider.when('/bar/:id/:subid/:subsubid', {templateUrl: 'bar.html'}); + $routeProvider.when('/foo/:id', {templateUrl: customTemplateUrlFn}); + }); + + inject(function($route, $location, $rootScope) { + $location.path('/foo/id3'); + $rootScope.$digest(); + + expect(customTemplateUrlWatcher).toHaveBeenCalledWith({id: 'id3'}); + expect($route.current.loadedTemplateUrl).toEqual('foo.html'); + }); + }); + + + describe('with `$route.reload()`', function() { + var $location; + var $log; + var $rootScope; + var $route; + var routeChangeStartSpy; + var routeChangeSuccessSpy; + + beforeEach(module(function($routeProvider) { + $routeProvider.when('/bar/:barId', { + template: '', + controller: controller, + reloadOnSearch: false + }); + + function controller($log) { + $log.debug('initialized'); + } + })); + beforeEach(inject(function($compile, _$location_, _$log_, _$rootScope_, _$route_) { + $location = _$location_; + $log = _$log_; + $rootScope = _$rootScope_; + $route = _$route_; + + routeChangeStartSpy = jasmine.createSpy('routeChangeStart'); + routeChangeSuccessSpy = jasmine.createSpy('routeChangeSuccess'); + + $rootScope.$on('$routeChangeStart', routeChangeStartSpy); + $rootScope.$on('$routeChangeSuccess', routeChangeSuccessSpy); + + element = $compile('
                        ')($rootScope); + })); + + + it('should reload the current route', function() { + $location.path('/bar/123'); + $rootScope.$digest(); + expect($location.path()).toBe('/bar/123'); + expect(routeChangeStartSpy).toHaveBeenCalledOnce(); + expect(routeChangeSuccessSpy).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + + routeChangeStartSpy.calls.reset(); + routeChangeSuccessSpy.calls.reset(); + $log.reset(); + + $route.reload(); + $rootScope.$digest(); + expect($location.path()).toBe('/bar/123'); + expect(routeChangeStartSpy).toHaveBeenCalledOnce(); + expect(routeChangeSuccessSpy).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + + $log.reset(); + }); + + + it('should support preventing a route reload', function() { + $location.path('/bar/123'); + $rootScope.$digest(); + expect($location.path()).toBe('/bar/123'); + expect(routeChangeStartSpy).toHaveBeenCalledOnce(); + expect(routeChangeSuccessSpy).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + + routeChangeStartSpy.calls.reset(); + routeChangeSuccessSpy.calls.reset(); + $log.reset(); + + routeChangeStartSpy.and.callFake(function(evt) { evt.preventDefault(); }); + + $route.reload(); + $rootScope.$digest(); + expect($location.path()).toBe('/bar/123'); + expect(routeChangeStartSpy).toHaveBeenCalledOnce(); + expect(routeChangeSuccessSpy).not.toHaveBeenCalled(); + expect($log.debug.logs).toEqual([]); + }); + + + it('should reload even if reloadOnSearch is false', inject(function($routeParams) { + $location.path('/bar/123'); + $rootScope.$digest(); + expect($routeParams).toEqual({barId: '123'}); + expect(routeChangeSuccessSpy).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + + routeChangeSuccessSpy.calls.reset(); + $log.reset(); + + $location.search('a=b'); + $rootScope.$digest(); + expect($routeParams).toEqual({barId: '123', a: 'b'}); + expect(routeChangeSuccessSpy).not.toHaveBeenCalled(); + expect($log.debug.logs).toEqual([]); + + routeChangeSuccessSpy.calls.reset(); + $log.reset(); + + $location.hash('c'); + $rootScope.$digest(); + expect($routeParams).toEqual({barId: '123', a: 'b'}); + expect(routeChangeSuccessSpy).not.toHaveBeenCalled(); + expect($log.debug.logs).toEqual([]); + + $route.reload(); + $rootScope.$digest(); + expect($routeParams).toEqual({barId: '123', a: 'b'}); + expect(routeChangeSuccessSpy).toHaveBeenCalledOnce(); + expect($log.debug.logs).toEqual([['initialized']]); + + $log.reset(); + })); + }); + }); + + describe('update', function() { + it('should support single-parameter route updating', function() { + var routeChangeSpy = jasmine.createSpy('route change'); + + module(function($routeProvider) { + $routeProvider.when('/bar/:barId', {controller: angular.noop}); + }); + + inject(function($route, $routeParams, $location, $rootScope) { + $rootScope.$on('$routeChangeSuccess', routeChangeSpy); + + $location.path('/bar/1'); + $rootScope.$digest(); + routeChangeSpy.calls.reset(); + + $route.updateParams({barId: '2'}); + $rootScope.$digest(); + + expect($routeParams).toEqual({barId: '2'}); + expect(routeChangeSpy).toHaveBeenCalledOnce(); + expect($location.path()).toEqual('/bar/2'); + }); + }); + + it('should support total multi-parameter route updating', function() { + var routeChangeSpy = jasmine.createSpy('route change'); + + module(function($routeProvider) { + $routeProvider.when('/bar/:barId/:fooId/:spamId/:eggId', {controller: angular.noop}); + }); + + inject(function($route, $routeParams, $location, $rootScope) { + $rootScope.$on('$routeChangeSuccess', routeChangeSpy); + + $location.path('/bar/1/2/3/4'); + $rootScope.$digest(); + routeChangeSpy.calls.reset(); + + $route.updateParams({barId: '5', fooId: '6', spamId: '7', eggId: '8'}); + $rootScope.$digest(); + + expect($routeParams).toEqual({barId: '5', fooId: '6', spamId: '7', eggId: '8'}); + expect(routeChangeSpy).toHaveBeenCalledOnce(); + expect($location.path()).toEqual('/bar/5/6/7/8'); + }); + }); + + it('should support partial multi-parameter route updating', function() { + var routeChangeSpy = jasmine.createSpy('route change'); + + module(function($routeProvider) { + $routeProvider.when('/bar/:barId/:fooId/:spamId/:eggId', {controller: angular.noop}); + }); + + inject(function($route, $routeParams, $location, $rootScope) { + $rootScope.$on('$routeChangeSuccess', routeChangeSpy); + + $location.path('/bar/1/2/3/4'); + $rootScope.$digest(); + routeChangeSpy.calls.reset(); + + $route.updateParams({barId: '5', fooId: '6'}); + $rootScope.$digest(); + + expect($routeParams).toEqual({barId: '5', fooId: '6', spamId: '3', eggId: '4'}); + expect(routeChangeSpy).toHaveBeenCalledOnce(); + expect($location.path()).toEqual('/bar/5/6/3/4'); + }); + }); + + + it('should update query params when new properties are not in path', function() { + var routeChangeSpy = jasmine.createSpy('route change'); + + module(function($routeProvider) { + $routeProvider.when('/bar/:barId/:fooId/:spamId/', {controller: angular.noop}); + }); + + inject(function($route, $routeParams, $location, $rootScope) { + $rootScope.$on('$routeChangeSuccess', routeChangeSpy); + + $location.path('/bar/1/2/3'); + $location.search({initial: 'true'}); + $rootScope.$digest(); + routeChangeSpy.calls.reset(); + + $route.updateParams({barId: '5', fooId: '6', eggId: '4'}); + $rootScope.$digest(); + + expect($routeParams).toEqual({barId: '5', fooId: '6', spamId: '3', eggId: '4', initial: 'true'}); + expect(routeChangeSpy).toHaveBeenCalledOnce(); + expect($location.path()).toEqual('/bar/5/6/3/'); + expect($location.search()).toEqual({eggId: '4', initial: 'true'}); + }); + }); + + it('should not update query params when an optional property was previously not in path', function() { + var routeChangeSpy = jasmine.createSpy('route change'); + + module(function($routeProvider) { + $routeProvider.when('/bar/:barId/:fooId/:spamId/:eggId?', {controller: angular.noop}); + }); + + inject(function($route, $routeParams, $location, $rootScope) { + $rootScope.$on('$routeChangeSuccess', routeChangeSpy); + + $location.path('/bar/1/2/3'); + $location.search({initial: 'true'}); + $rootScope.$digest(); + routeChangeSpy.calls.reset(); + + $route.updateParams({barId: '5', fooId: '6', eggId: '4'}); + $rootScope.$digest(); + + expect($routeParams).toEqual({barId: '5', fooId: '6', spamId: '3', eggId: '4', initial: 'true'}); + expect(routeChangeSpy).toHaveBeenCalledOnce(); + expect($location.path()).toEqual('/bar/5/6/3/4'); + expect($location.search()).toEqual({initial: 'true'}); + }); + }); + + it('should complain if called without an existing route', inject(function($route) { + expect(function() { $route.updateParams(); }).toThrowMinErr('ngRoute', 'norout'); + })); + }); + + describe('testability', function() { + it('should wait for $resolve promises before calling callbacks', function() { + var deferred; + + module(function($routeProvider) { + $routeProvider.when('/path', { + resolve: { + a: function($q) { + deferred = $q.defer(); + return deferred.promise; + } + } + }); + }); + + inject(function($browser, $location, $rootScope, $$testability) { + $location.path('/path'); + $rootScope.$digest(); + + var callback = jasmine.createSpy('callback'); + $$testability.whenStable(callback); + expect(callback).not.toHaveBeenCalled(); + + deferred.resolve(); + $browser.defer.flush(); + expect(callback).toHaveBeenCalled(); + }); + }); + + it('should call callback after $resolve promises are rejected', function() { + var deferred; + + module(function($routeProvider) { + $routeProvider.when('/path', { + resolve: { + a: function($q) { + deferred = $q.defer(); + return deferred.promise; + } + } + }); + }); + + inject(function($browser, $location, $rootScope, $$testability) { + $location.path('/path'); + $rootScope.$digest(); + + var callback = jasmine.createSpy('callback'); + $$testability.whenStable(callback); + expect(callback).not.toHaveBeenCalled(); + + deferred.reject(); + $browser.defer.flush(); + expect(callback).toHaveBeenCalled(); + }); + }); + + it('should wait for resolveRedirectTo promises before calling callbacks', function() { + var deferred; + + module(function($routeProvider) { + $routeProvider.when('/path', { + resolveRedirectTo: function($q) { + deferred = $q.defer(); + return deferred.promise; + } + }); + }); + + inject(function($browser, $location, $rootScope, $$testability) { + $location.path('/path'); + $rootScope.$digest(); + + var callback = jasmine.createSpy('callback'); + $$testability.whenStable(callback); + expect(callback).not.toHaveBeenCalled(); + + deferred.resolve(); + $browser.defer.flush(); + expect(callback).toHaveBeenCalled(); + }); + }); + + it('should call callback after resolveRedirectTo promises are rejected', function() { + var deferred; + + module(function($routeProvider) { + $routeProvider.when('/path', { + resolveRedirectTo: function($q) { + deferred = $q.defer(); + return deferred.promise; + } + }); + }); + + inject(function($browser, $location, $rootScope, $$testability) { + $location.path('/path'); + $rootScope.$digest(); + + var callback = jasmine.createSpy('callback'); + $$testability.whenStable(callback); + expect(callback).not.toHaveBeenCalled(); + + deferred.reject(); + $browser.defer.flush(); + expect(callback).toHaveBeenCalled(); + }); + }); + + it('should wait for all route promises before calling callbacks', function() { + var deferreds = {}; + + module(function($routeProvider) { + addRouteWithAsyncRedirect('/foo', '/bar'); + addRouteWithAsyncRedirect('/bar', '/baz'); + addRouteWithAsyncRedirect('/baz', '/qux'); + $routeProvider.when('/qux', { + resolve: { + a: function($q) { + var deferred = deferreds['/qux'] = $q.defer(); + return deferred.promise; + } + } + }); + + // Helpers + function addRouteWithAsyncRedirect(fromPath, toPath) { + $routeProvider.when(fromPath, { + resolveRedirectTo: function($q) { + var deferred = deferreds[fromPath] = $q.defer(); + return deferred.promise.then(function() { return toPath; }); + } + }); + } + }); + + inject(function($browser, $location, $rootScope, $$testability) { + $location.path('/foo'); + $rootScope.$digest(); + + var callback = jasmine.createSpy('callback'); + $$testability.whenStable(callback); + expect(callback).not.toHaveBeenCalled(); + + deferreds['/foo'].resolve(); + $browser.defer.flush(); + expect(callback).not.toHaveBeenCalled(); + + deferreds['/bar'].resolve(); + $browser.defer.flush(); + expect(callback).not.toHaveBeenCalled(); + + deferreds['/baz'].resolve(); + $browser.defer.flush(); + expect(callback).not.toHaveBeenCalled(); + + deferreds['/qux'].resolve(); + $browser.defer.flush(); + expect(callback).toHaveBeenCalled(); + }); + }); + }); +}); diff --git a/test/ngSanitize/directive/ngBindHtmlSpec.js b/test/ngSanitize/directive/ngBindHtmlSpec.js index 6759c6d20fcd..74eb0f231baa 100644 --- a/test/ngSanitize/directive/ngBindHtmlSpec.js +++ b/test/ngSanitize/directive/ngBindHtmlSpec.js @@ -8,7 +8,7 @@ describe('ngBindHtml', function() { var element = $compile('
                        ')($rootScope); $rootScope.html = '
                        hello
                        '; $rootScope.$digest(); - expect(angular.lowercase(element.html())).toEqual('
                        hello
                        '); + expect(lowercase(element.html())).toEqual('
                        hello
                        '); })); @@ -18,11 +18,11 @@ describe('ngBindHtml', function() { angular.forEach([null, undefined, ''], function(val) { $rootScope.html = 'some val'; $rootScope.$digest(); - expect(angular.lowercase(element.html())).toEqual('some val'); + expect(lowercase(element.html())).toEqual('some val'); $rootScope.html = val; $rootScope.$digest(); - expect(angular.lowercase(element.html())).toEqual(''); + expect(lowercase(element.html())).toEqual(''); }); })); }); diff --git a/test/ngSanitize/filter/linkySpec.js b/test/ngSanitize/filter/linkySpec.js index a3ef20708588..236766e61038 100644 --- a/test/ngSanitize/filter/linkySpec.js +++ b/test/ngSanitize/filter/linkySpec.js @@ -1,34 +1,140 @@ +'use strict'; + describe('linky', function() { var linky; beforeEach(module('ngSanitize')); - beforeEach(inject(function($filter){ + beforeEach(inject(function($filter) { linky = $filter('linky'); })); it('should do basic filter', function() { - expect(linky("http://ab/%20(http://a/)%20%3Chttp://a/%3E%20http://1.2/v:~-123.%20c")). + expect(linky('http://ab/%20(http://a/)%20%3Chttp://a/%3E%20http://1.2/v:~-123.%20c%20%E2%80%9Chttp://example.com%E2%80%9D%20%E2%80%98http://me.com%E2%80%99')). toEqual('
                        http://ab/ ' + '(http://a/) ' + '<http://a/> ' + - 'http://1.2/v:~-123. c'); + 'http://1.2/v:~-123. c ' + + '“http://example.com” ' + + '‘http://me.com’'); expect(linky(undefined)).not.toBeDefined(); }); + it('should return `undefined`/`null`/`""` values unchanged', function() { + expect(linky(undefined)).toBeUndefined(); + expect(linky(null)).toBe(null); + expect(linky('')).toBe(''); + }); + + it('should throw an error when used with a non-string value (other than `undefined`/`null`)', + function() { + expect(function() { linky(false); }). + toThrowMinErr('linky', 'notstring', 'Expected string but received: false'); + + expect(function() { linky(true); }). + toThrowMinErr('linky', 'notstring', 'Expected string but received: true'); + + expect(function() { linky(0); }). + toThrowMinErr('linky', 'notstring', 'Expected string but received: 0'); + + expect(function() { linky(42); }). + toThrowMinErr('linky', 'notstring', 'Expected string but received: 42'); + + expect(function() { linky({}); }). + toThrowMinErr('linky', 'notstring', 'Expected string but received: {}'); + + expect(function() { linky([]); }). + toThrowMinErr('linky', 'notstring', 'Expected string but received: []'); + + expect(function() { linky(noop); }). + toThrowMinErr('linky', 'notstring', 'Expected string but received: function noop()'); + } + ); + + it('should be case-insensitive', function() { + expect(linky('WWW.example.com')).toEqual('WWW.example.com'); + expect(linky('WWW.EXAMPLE.COM')).toEqual('WWW.EXAMPLE.COM'); + expect(linky('HTTP://www.example.com')).toEqual('HTTP://www.example.com'); + expect(linky('HTTP://example.com')).toEqual('HTTP://example.com'); + expect(linky('HTTPS://www.example.com')).toEqual('HTTPS://www.example.com'); + expect(linky('HTTPS://example.com')).toEqual('HTTPS://example.com'); + expect(linky('FTP://www.example.com')).toEqual('FTP://www.example.com'); + expect(linky('FTP://example.com')).toEqual('FTP://example.com'); + expect(linky('SFTP://www.example.com')).toEqual('SFTP://www.example.com'); + expect(linky('SFTP://example.com')).toEqual('SFTP://example.com'); + }); + + it('should handle www.', function() { + expect(linky('www.example.com')).toEqual('www.example.com'); + }); + it('should handle mailto:', function() { - expect(linky("mailto:me@example.com")). + expect(linky('mailto:me@example.com')). toEqual('me@example.com'); - expect(linky("me@example.com")). + expect(linky('me@example.com')). toEqual('me@example.com'); - expect(linky("send email to me@example.com, but")). + expect(linky('send email to me@example.com, but')). toEqual('send email to me@example.com, but'); + expect(linky('my email is "me@example.com"')). + toEqual('my email is "me@example.com"'); + }); + + it('should handle quotes in the email', function() { + expect(linky('foo@"bar".com')).toEqual('foo@"bar".com'); }); it('should handle target:', function() { - expect(linky("http://example.com/", "_blank")). - toEqual('http://example.com') - expect(linky("http://example.com/", "someNamedIFrame")). - toEqual('http://example.com') + expect(linky('http://example.com/', '_blank')). + toBeOneOf('http://example.com', + 'http://example.com'); + expect(linky('http://example.com/', 'someNamedIFrame')). + toBeOneOf('http://example.com', + 'http://example.com'); + }); + + describe('custom attributes', function() { + + it('should optionally add custom attributes', function() { + expect(linky('http://example.com/', '_self', {rel: 'nofollow'})). + toBeOneOf('http://example.com', + 'http://example.com'); + }); + + + it('should override target parameter with custom attributes', function() { + expect(linky('http://example.com/', '_self', {target: '_blank'})). + toBeOneOf('http://example.com', + 'http://example.com'); + }); + + + it('should optionally add custom attributes from function', function() { + expect(linky('http://example.com/', '_self', function(url) {return {'class': 'blue'};})). + toBeOneOf('http://example.com', + 'http://example.com', + 'http://example.com'); + }); + + + it('should pass url as parameter to custom attribute function', function() { + var linkParameters = jasmine.createSpy('linkParameters').and.returnValue({'class': 'blue'}); + linky('http://example.com/', '_self', linkParameters); + expect(linkParameters).toHaveBeenCalledWith('http://example.com/'); + }); + + + it('should call the attribute function for all links in the input', function() { + var attributeFn = jasmine.createSpy('attributeFn').and.returnValue({}); + linky('http://example.com and http://google.com', '_self', attributeFn); + expect(attributeFn.calls.allArgs()).toEqual([['http://example.com/'], ['http://google.com/']]); + }); + + + it('should strip unsafe attributes', function() { + expect(linky('http://example.com/', '_self', {'class': 'blue', 'onclick': 'alert(\'Hi\')'})). + toBeOneOf('http://example.com', + 'http://example.com', + 'http://example.com'); + }); }); }); diff --git a/test/ngSanitize/sanitizeSpec.js b/test/ngSanitize/sanitizeSpec.js index 150072d96249..ac3c44b3d59c 100644 --- a/test/ngSanitize/sanitizeSpec.js +++ b/test/ngSanitize/sanitizeSpec.js @@ -1,71 +1,101 @@ 'use strict'; describe('HTML', function() { + var ua = window.navigator.userAgent; + var isChrome = /Chrome/.test(ua) && !/Edge/.test(ua); var expectHTML; beforeEach(module('ngSanitize')); - - beforeEach(inject(function($sanitize) { - expectHTML = function(html){ - return expect($sanitize(html)); + beforeEach(function() { + expectHTML = function(html) { + var sanitize; + inject(function($sanitize) { + sanitize = $sanitize; + }); + return expect(sanitize(html)); }; - })); + }); describe('htmlParser', function() { - if (angular.isUndefined(window.htmlParser)) return; + /* global htmlParser */ - var handler, start, text; + var handler, start, text, comment; beforeEach(function() { + text = ''; + start = null; handler = { - start: function(tag, attrs, unary){ - start = { - tag: tag, - attrs: attrs, - unary: unary - }; - // Since different browsers handle newlines differenttly we trim - // so that it is easier to write tests. - angular.forEach(attrs, function(value, key) { - attrs[key] = value.replace(/^\s*/, '').replace(/\s*$/, '') - }); - }, - chars: function(text_){ - text = text_; - }, - end:function(tag) { - expect(tag).toEqual(start.tag); + start: function(tag, attrs) { + start = { + tag: tag, + attrs: attrs + }; + // Since different browsers handle newlines differently we trim + // so that it is easier to write tests. + for (var i = 0, ii = attrs.length; i < ii; i++) { + var keyValue = attrs[i]; + var key = keyValue.key; + var value = keyValue.value; + attrs[key] = value.replace(/^\s*/, '').replace(/\s*$/, ''); } + }, + chars: function(text_) { + text += text_; + }, + end:function(tag) { + expect(tag).toEqual(start.tag); + }, + comment:function(comment_) { + comment = comment_; + } }; + // Trigger the $sanitizer provider to execute, which initializes the `htmlParser` function. + inject(function($sanitize) {}); + }); + + it('should not parse comments', function() { + htmlParser('', handler); + expect(comment).not.toBeDefined(); }); it('should parse basic format', function() { htmlParser('text', handler); - expect(start).toEqual({tag:'tag', attrs:{attr:'value'}, unary:false}); + expect(start).toEqual({tag:'tag', attrs:{attr:'value'}}); expect(text).toEqual('text'); }); + it('should not treat "<" followed by a non-/ or non-letter as a tag', function() { + expectHTML('<- text1 text2 <1 text1 text2 <{', handler). + toBe('<- text1 text2 <1 text1 text2 <{'); + }); + + it('should accept tag delimiters such as "<" inside real tags', function() { + // Assert that the < is part of the text node content, and not part of a tag name. + htmlParser('

                        10 < 100

                        ', handler); + expect(text).toEqual(' 10 < 100 '); + }); + it('should parse newlines in tags', function() { - htmlParser('<\ntag\n attr="value"\n>text<\n/\ntag\n>', handler); - expect(start).toEqual({tag:'tag', attrs:{attr:'value'}, unary:false}); + htmlParser('text', handler); + expect(start).toEqual({tag:'tag', attrs:{attr:'value'}}); expect(text).toEqual('text'); }); it('should parse newlines in attributes', function() { htmlParser('text', handler); - expect(start).toEqual({tag:'tag', attrs:{attr:'value'}, unary:false}); + expect(start).toEqual({tag:'tag', attrs:{attr:'\nvalue\n'}}); expect(text).toEqual('text'); }); it('should parse namespace', function() { htmlParser('text', handler); - expect(start).toEqual({tag:'ns:t-a-g', attrs:{'ns:a-t-t-r':'value'}, unary:false}); + expect(start).toEqual({tag:'ns:t-a-g', attrs:{'ns:a-t-t-r':'\nvalue\n'}}); expect(text).toEqual('text'); }); it('should parse empty value attribute of node', function() { - htmlParser('', handler); - expect(start).toEqual({tag:'option', attrs:{selected:'', value:''}, unary:false}); + htmlParser('abc', handler); + expect(start).toEqual({tag:'test-foo', attrs:{selected:'', value:''}}); expect(text).toEqual('abc'); }); }); @@ -73,31 +103,60 @@ describe('HTML', function() { // THESE TESTS ARE EXECUTED WITH COMPILED ANGULAR it('should echo html', function() { expectHTML('helloworld.'). - toEqual('helloworld.'); + toBeOneOf('helloworld.', + 'helloworld.'); }); it('should remove script', function() { - expectHTML('ac.').toEqual('ac.'); + }); + + it('should remove script that has newline characters', function() { + expectHTML('a\n\revil\n\rc.').toEqual('ac.'); + }); + + it('should remove DOCTYPE header', function() { + expectHTML('').toEqual(''); + expectHTML('').toEqual(''); + expectHTML('ac.').toEqual('ac.'); + expectHTML('ac.').toEqual('ac.'); }); - it('should remove nested script', function() { - expectHTML('a< SCRIPT >A< SCRIPT >evil< / scrIpt >B< / scrIpt >c.').toEqual('ac.'); + it('should escape non-start tags', function() { + expectHTML('a< SCRIPT >A< SCRIPT >evil< / scrIpt >B< / scrIpt >c.'). + toBe('a< SCRIPT >A< SCRIPT >evil< / scrIpt >B< / scrIpt >c.'); }); it('should remove attrs', function() { expectHTML('a
                        b
                        c').toEqual('a
                        b
                        c'); }); + it('should handle large datasets', function() { + // Large is non-trivial to quantify, but handling ~100,000 should be sufficient for most purposes. + var largeNumber = 17; // 2^17 = 131,072 + var result = '
                        b
                        '; + // Ideally we would use repeat, but that isn't supported in IE. + for (var i = 0; i < largeNumber; i++) { + result += result; + } + expectHTML('a' + result + 'c').toEqual('a' + result + 'c'); + }); + it('should remove style', function() { expectHTML('ac.').toEqual('ac.'); }); + it('should remove style that has newline characters', function() { + expectHTML('ac.').toEqual('ac.'); }); it('should remove double nested script', function() { - expectHTML('ailc.').toEqual('ac.'); + expectHTML('ailc.').toEqual('ailc.'); }); it('should remove unknown names', function() { @@ -106,10 +165,11 @@ describe('HTML', function() { it('should remove unsafe value', function() { expectHTML('').toEqual(''); + expectHTML('').toEqual(''); }); it('should handle self closed elements', function() { - expectHTML('a
                        c').toEqual('a
                        c'); + expectHTML('a
                        c').toEqual('a
                        c'); }); it('should handle namespace', function() { @@ -122,19 +182,22 @@ describe('HTML', function() { expectHTML(everything).toEqual(everything); }); - it('should handle improper html', function() { + it('should mangle improper html', function() { + // This text is encoded more than a real HTML parser would, but it should render the same. expectHTML('< div rel="
                        " alt=abc dir=\'"\' >text< /div>'). - toEqual('
                        text
                        '); + toBe('< div rel="" alt=abc dir=\'"\' >text< /div>'); }); - it('should handle improper html2', function() { + it('should mangle improper html2', function() { + // A proper HTML parser would clobber this more in most cases, but it looks reasonable. expectHTML('< div rel="
                        " / >'). - toEqual('
                        '); + toBe('< div rel="" / >'); }); it('should ignore back slash as escape', function() { expectHTML('xxx\\'). - toEqual('xxx\\'); + toBeOneOf('xxx\\', + 'xxx\\'); }); it('should ignore object attributes', function() { @@ -144,13 +207,228 @@ describe('HTML', function() { toEqual(''); }); + it('should keep spaces as prefix/postfix', function() { + expectHTML(' a ').toEqual(' a '); + }); + + it('should allow multiline strings', function() { + expectHTML('\na\n').toEqual(' a '); + }); + + it('should accept tag delimiters such as "<" inside real tags (with nesting)', function() { + //this is an integrated version of the 'should accept tag delimiters such as "<" inside real tags' test + expectHTML('

                        10 < 100

                        ') + .toEqual('

                        10 < 100

                        '); + }); + + it('should accept non-string arguments', function() { + expectHTML(null).toBe(''); + expectHTML(undefined).toBe(''); + expectHTML(42).toBe('42'); + expectHTML({}).toBe('[object Object]'); + expectHTML([1, 2, 3]).toBe('1,2,3'); + expectHTML(true).toBe('true'); + expectHTML(false).toBe('false'); + }); + + + it('should strip svg elements if not enabled via provider', function() { + expectHTML('') + .toEqual(''); + }); + + it('should prevent mXSS attacks', function() { + expectHTML('CLICKME').toBe('CLICKME'); + }); + + it('should strip html comments', function() { + expectHTML('

                        text1text2

                        ') + .toEqual('

                        text1text2

                        '); + }); + + describe('clobbered elements', function() { + + it('should throw on a form with an input named "parentNode"', function() { + inject(function($sanitize) { + + expect(function() { + $sanitize('
                        '); + }).toThrowMinErr('$sanitize', 'elclob'); + + expect(function() { + $sanitize('
                        '); + }).toThrowMinErr('$sanitize', 'elclob'); + }); + }); + + if (!/Edge\/\d{2,}/.test(window.navigator.userAgent)) { + // Skip test on Edge due to a browser bug. + it('should throw on a form with an input named "nextSibling"', function() { + inject(function($sanitize) { + + expect(function() { + $sanitize('
                        '); + }).toThrowMinErr('$sanitize', 'elclob'); + + expect(function() { + $sanitize('
                        '); + }).toThrowMinErr('$sanitize', 'elclob'); + + }); + }); + } + }); + + // See https://github.com/cure53/DOMPurify/blob/a992d3a75031cb8bb032e5ea8399ba972bdf9a65/src/purify.js#L439-L449 + it('should not allow JavaScript execution when creating inert document', inject(function($sanitize) { + $sanitize(''); + + expect(window.xxx).toBe(undefined); + delete window.xxx; + })); + + // See https://github.com/cure53/DOMPurify/releases/tag/0.6.7 + it('should not allow JavaScript hidden in badly formed HTML to get through sanitization (Firefox bug)', inject(function($sanitize) { + var doc = $sanitize('